state sync
This commit is contained in:
7
app/basepak/static/js/mermaid/themes/erDiagram-oldHardcodedValues.d.ts
vendored
Normal file
7
app/basepak/static/js/mermaid/themes/erDiagram-oldHardcodedValues.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Values that have been hardcoded in src/diagrams/er/styles.js. These can be used by
|
||||
* theme-_._ files to maintain display styles until themes, styles, renderers are revised. --
|
||||
* 2022-09-22
|
||||
*/
|
||||
export declare const oldAttributeBackgroundColorOdd = "#ffffff";
|
||||
export declare const oldAttributeBackgroundColorEven = "#f2f2f2";
|
||||
24
app/basepak/static/js/mermaid/themes/index.d.ts
vendored
Normal file
24
app/basepak/static/js/mermaid/themes/index.d.ts
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
declare namespace _default {
|
||||
export namespace base {
|
||||
export { baseThemeVariables as getThemeVariables };
|
||||
}
|
||||
export namespace dark {
|
||||
export { darkThemeVariables as getThemeVariables };
|
||||
}
|
||||
namespace _default {
|
||||
export { defaultThemeVariables as getThemeVariables };
|
||||
}
|
||||
export { _default as default };
|
||||
export namespace forest {
|
||||
export { forestThemeVariables as getThemeVariables };
|
||||
}
|
||||
export namespace neutral {
|
||||
export { neutralThemeVariables as getThemeVariables };
|
||||
}
|
||||
}
|
||||
export default _default;
|
||||
import { getThemeVariables as baseThemeVariables } from './theme-base.js';
|
||||
import { getThemeVariables as darkThemeVariables } from './theme-dark.js';
|
||||
import { getThemeVariables as defaultThemeVariables } from './theme-default.js';
|
||||
import { getThemeVariables as forestThemeVariables } from './theme-forest.js';
|
||||
import { getThemeVariables as neutralThemeVariables } from './theme-neutral.js';
|
||||
198
app/basepak/static/js/mermaid/themes/theme-base.d.ts
vendored
Normal file
198
app/basepak/static/js/mermaid/themes/theme-base.d.ts
vendored
Normal file
@@ -0,0 +1,198 @@
|
||||
export function getThemeVariables(userOverrides: any): Theme;
|
||||
declare class Theme {
|
||||
/** # Base variables */
|
||||
/**
|
||||
* - Background - used to know what the background color is of the diagram. This is used for
|
||||
* deducing colors for instance line color. Default value is #f4f4f4.
|
||||
*/
|
||||
background: string;
|
||||
primaryColor: string;
|
||||
noteBkgColor: string;
|
||||
noteTextColor: string;
|
||||
THEME_COLOR_LIMIT: number;
|
||||
fontFamily: string;
|
||||
fontSize: string;
|
||||
updateColors(): void;
|
||||
primaryTextColor: any;
|
||||
secondaryColor: any;
|
||||
tertiaryColor: any;
|
||||
primaryBorderColor: any;
|
||||
secondaryBorderColor: any;
|
||||
tertiaryBorderColor: any;
|
||||
noteBorderColor: any;
|
||||
secondaryTextColor: any;
|
||||
tertiaryTextColor: any;
|
||||
lineColor: any;
|
||||
arrowheadColor: any;
|
||||
textColor: any;
|
||||
border2: any;
|
||||
nodeBkg: any;
|
||||
mainBkg: any;
|
||||
nodeBorder: any;
|
||||
clusterBkg: any;
|
||||
clusterBorder: any;
|
||||
defaultLinkColor: any;
|
||||
titleColor: any;
|
||||
edgeLabelBackground: any;
|
||||
nodeTextColor: any;
|
||||
actorBorder: any;
|
||||
actorBkg: any;
|
||||
actorTextColor: any;
|
||||
actorLineColor: any;
|
||||
labelBoxBkgColor: any;
|
||||
signalColor: any;
|
||||
signalTextColor: any;
|
||||
labelBoxBorderColor: any;
|
||||
labelTextColor: any;
|
||||
loopTextColor: any;
|
||||
activationBorderColor: any;
|
||||
activationBkgColor: any;
|
||||
sequenceNumberColor: any;
|
||||
sectionBkgColor: any;
|
||||
altSectionBkgColor: any;
|
||||
sectionBkgColor2: any;
|
||||
excludeBkgColor: any;
|
||||
taskBorderColor: any;
|
||||
taskBkgColor: any;
|
||||
activeTaskBorderColor: any;
|
||||
activeTaskBkgColor: any;
|
||||
gridColor: any;
|
||||
doneTaskBkgColor: any;
|
||||
doneTaskBorderColor: any;
|
||||
critBorderColor: any;
|
||||
critBkgColor: any;
|
||||
todayLineColor: any;
|
||||
vertLineColor: any;
|
||||
taskTextColor: any;
|
||||
taskTextOutsideColor: any;
|
||||
taskTextLightColor: any;
|
||||
taskTextDarkColor: any;
|
||||
taskTextClickableColor: any;
|
||||
personBorder: any;
|
||||
personBkg: any;
|
||||
rowOdd: any;
|
||||
rowEven: any;
|
||||
transitionColor: any;
|
||||
transitionLabelColor: any;
|
||||
stateLabelColor: any;
|
||||
stateBkg: any;
|
||||
labelBackgroundColor: any;
|
||||
compositeBackground: any;
|
||||
altBackground: any;
|
||||
compositeTitleBackground: any;
|
||||
compositeBorder: any;
|
||||
innerEndBackground: any;
|
||||
errorBkgColor: any;
|
||||
errorTextColor: any;
|
||||
specialStateColor: any;
|
||||
cScale0: any;
|
||||
cScale1: any;
|
||||
cScale2: any;
|
||||
cScale3: any;
|
||||
cScale4: any;
|
||||
cScale5: any;
|
||||
cScale6: any;
|
||||
cScale7: any;
|
||||
cScale8: any;
|
||||
cScale9: any;
|
||||
cScale10: any;
|
||||
cScale11: any;
|
||||
scaleLabelColor: any;
|
||||
classText: any;
|
||||
fillType0: any;
|
||||
fillType1: any;
|
||||
fillType2: any;
|
||||
fillType3: any;
|
||||
fillType4: any;
|
||||
fillType5: any;
|
||||
fillType6: any;
|
||||
fillType7: any;
|
||||
pie1: any;
|
||||
pie2: any;
|
||||
pie3: any;
|
||||
pie4: any;
|
||||
pie5: any;
|
||||
pie6: any;
|
||||
pie7: any;
|
||||
pie8: any;
|
||||
pie9: any;
|
||||
pie10: any;
|
||||
pie11: any;
|
||||
pie12: any;
|
||||
pieTitleTextSize: any;
|
||||
pieTitleTextColor: any;
|
||||
pieSectionTextSize: any;
|
||||
pieSectionTextColor: any;
|
||||
pieLegendTextSize: any;
|
||||
pieLegendTextColor: any;
|
||||
pieStrokeColor: any;
|
||||
pieStrokeWidth: any;
|
||||
pieOuterStrokeWidth: any;
|
||||
pieOuterStrokeColor: any;
|
||||
pieOpacity: any;
|
||||
radar: any;
|
||||
archEdgeColor: any;
|
||||
archEdgeArrowColor: any;
|
||||
archEdgeWidth: any;
|
||||
archGroupBorderColor: any;
|
||||
archGroupBorderWidth: any;
|
||||
quadrant1Fill: any;
|
||||
quadrant2Fill: any;
|
||||
quadrant3Fill: any;
|
||||
quadrant4Fill: any;
|
||||
quadrant1TextFill: any;
|
||||
quadrant2TextFill: any;
|
||||
quadrant3TextFill: any;
|
||||
quadrant4TextFill: any;
|
||||
quadrantPointFill: any;
|
||||
quadrantPointTextFill: any;
|
||||
quadrantXAxisTextFill: any;
|
||||
quadrantYAxisTextFill: any;
|
||||
quadrantInternalBorderStrokeFill: any;
|
||||
quadrantExternalBorderStrokeFill: any;
|
||||
quadrantTitleFill: any;
|
||||
xyChart: any;
|
||||
requirementBackground: any;
|
||||
requirementBorderColor: any;
|
||||
requirementBorderSize: any;
|
||||
requirementTextColor: any;
|
||||
relationColor: any;
|
||||
relationLabelBackground: any;
|
||||
relationLabelColor: any;
|
||||
git0: any;
|
||||
git1: any;
|
||||
git2: any;
|
||||
git3: any;
|
||||
git4: any;
|
||||
git5: any;
|
||||
git6: any;
|
||||
git7: any;
|
||||
gitInv0: any;
|
||||
gitInv1: any;
|
||||
gitInv2: any;
|
||||
gitInv3: any;
|
||||
gitInv4: any;
|
||||
gitInv5: any;
|
||||
gitInv6: any;
|
||||
gitInv7: any;
|
||||
branchLabelColor: any;
|
||||
gitBranchLabel0: any;
|
||||
gitBranchLabel1: any;
|
||||
gitBranchLabel2: any;
|
||||
gitBranchLabel3: any;
|
||||
gitBranchLabel4: any;
|
||||
gitBranchLabel5: any;
|
||||
gitBranchLabel6: any;
|
||||
gitBranchLabel7: any;
|
||||
tagLabelColor: any;
|
||||
tagLabelBackground: any;
|
||||
tagLabelBorder: any;
|
||||
tagLabelFontSize: any;
|
||||
commitLabelColor: any;
|
||||
commitLabelBackground: any;
|
||||
commitLabelFontSize: any;
|
||||
attributeBackgroundColorOdd: any;
|
||||
attributeBackgroundColorEven: any;
|
||||
calculate(overrides: any): void;
|
||||
}
|
||||
export {};
|
||||
194
app/basepak/static/js/mermaid/themes/theme-dark.d.ts
vendored
Normal file
194
app/basepak/static/js/mermaid/themes/theme-dark.d.ts
vendored
Normal file
@@ -0,0 +1,194 @@
|
||||
export function getThemeVariables(userOverrides: any): Theme;
|
||||
declare class Theme {
|
||||
background: string;
|
||||
primaryColor: string;
|
||||
secondaryColor: any;
|
||||
tertiaryColor: any;
|
||||
primaryBorderColor: any;
|
||||
secondaryBorderColor: any;
|
||||
tertiaryBorderColor: any;
|
||||
primaryTextColor: any;
|
||||
secondaryTextColor: any;
|
||||
tertiaryTextColor: any;
|
||||
lineColor: string;
|
||||
textColor: string;
|
||||
mainBkg: string;
|
||||
secondBkg: string;
|
||||
mainContrastColor: string;
|
||||
darkTextColor: any;
|
||||
border1: string;
|
||||
border2: any;
|
||||
arrowheadColor: string;
|
||||
fontFamily: string;
|
||||
fontSize: string;
|
||||
labelBackground: string;
|
||||
THEME_COLOR_LIMIT: number;
|
||||
nodeBkg: string;
|
||||
nodeBorder: string;
|
||||
clusterBkg: string;
|
||||
clusterBorder: string;
|
||||
defaultLinkColor: string;
|
||||
titleColor: string;
|
||||
edgeLabelBackground: string;
|
||||
actorBorder: string;
|
||||
actorBkg: string;
|
||||
actorTextColor: string;
|
||||
actorLineColor: string;
|
||||
signalColor: string;
|
||||
signalTextColor: string;
|
||||
labelBoxBkgColor: string;
|
||||
labelBoxBorderColor: string;
|
||||
labelTextColor: string;
|
||||
loopTextColor: string;
|
||||
noteBorderColor: string;
|
||||
noteBkgColor: string;
|
||||
noteTextColor: string;
|
||||
activationBorderColor: string;
|
||||
activationBkgColor: string;
|
||||
sequenceNumberColor: string;
|
||||
sectionBkgColor: any;
|
||||
altSectionBkgColor: string;
|
||||
sectionBkgColor2: string;
|
||||
excludeBkgColor: any;
|
||||
taskBorderColor: any;
|
||||
taskBkgColor: string;
|
||||
taskTextColor: string;
|
||||
taskTextLightColor: string;
|
||||
taskTextOutsideColor: string;
|
||||
taskTextClickableColor: string;
|
||||
activeTaskBorderColor: any;
|
||||
activeTaskBkgColor: string;
|
||||
gridColor: string;
|
||||
doneTaskBkgColor: string;
|
||||
doneTaskBorderColor: string;
|
||||
critBorderColor: string;
|
||||
critBkgColor: string;
|
||||
taskTextDarkColor: string;
|
||||
todayLineColor: string;
|
||||
vertLineColor: string;
|
||||
personBorder: any;
|
||||
personBkg: string;
|
||||
archEdgeColor: string;
|
||||
archEdgeArrowColor: string;
|
||||
archEdgeWidth: string;
|
||||
archGroupBorderColor: any;
|
||||
archGroupBorderWidth: string;
|
||||
rowOdd: any;
|
||||
rowEven: any;
|
||||
labelColor: string;
|
||||
errorBkgColor: string;
|
||||
errorTextColor: string;
|
||||
updateColors(): void;
|
||||
transitionColor: any;
|
||||
transitionLabelColor: any;
|
||||
stateLabelColor: any;
|
||||
stateBkg: any;
|
||||
labelBackgroundColor: any;
|
||||
compositeBackground: any;
|
||||
altBackground: any;
|
||||
compositeTitleBackground: any;
|
||||
compositeBorder: any;
|
||||
innerEndBackground: any;
|
||||
specialStateColor: string | undefined;
|
||||
fillType0: string | undefined;
|
||||
fillType1: any;
|
||||
fillType2: any;
|
||||
fillType3: any;
|
||||
fillType4: any;
|
||||
fillType5: any;
|
||||
fillType6: any;
|
||||
fillType7: any;
|
||||
cScale1: any;
|
||||
cScale2: any;
|
||||
cScale3: any;
|
||||
cScale4: any;
|
||||
cScale5: any;
|
||||
cScale6: any;
|
||||
cScale7: any;
|
||||
cScale8: any;
|
||||
cScale9: any;
|
||||
cScale10: any;
|
||||
cScale11: any;
|
||||
cScale12: any;
|
||||
cScale0: any;
|
||||
scaleLabelColor: any;
|
||||
pieTitleTextSize: any;
|
||||
pieTitleTextColor: any;
|
||||
pieSectionTextSize: any;
|
||||
pieSectionTextColor: any;
|
||||
pieLegendTextSize: any;
|
||||
pieLegendTextColor: any;
|
||||
pieStrokeColor: any;
|
||||
pieStrokeWidth: any;
|
||||
pieOuterStrokeWidth: any;
|
||||
pieOuterStrokeColor: any;
|
||||
pieOpacity: any;
|
||||
quadrant1Fill: any;
|
||||
quadrant2Fill: any;
|
||||
quadrant3Fill: any;
|
||||
quadrant4Fill: any;
|
||||
quadrant1TextFill: any;
|
||||
quadrant2TextFill: any;
|
||||
quadrant3TextFill: any;
|
||||
quadrant4TextFill: any;
|
||||
quadrantPointFill: any;
|
||||
quadrantPointTextFill: any;
|
||||
quadrantXAxisTextFill: any;
|
||||
quadrantYAxisTextFill: any;
|
||||
quadrantInternalBorderStrokeFill: any;
|
||||
quadrantExternalBorderStrokeFill: any;
|
||||
quadrantTitleFill: any;
|
||||
xyChart: any;
|
||||
packet: {
|
||||
startByteColor: any;
|
||||
endByteColor: any;
|
||||
labelColor: any;
|
||||
titleColor: any;
|
||||
blockStrokeColor: any;
|
||||
blockFillColor: string;
|
||||
} | undefined;
|
||||
radar: any;
|
||||
classText: any;
|
||||
requirementBackground: any;
|
||||
requirementBorderColor: any;
|
||||
requirementBorderSize: any;
|
||||
requirementTextColor: any;
|
||||
relationColor: any;
|
||||
relationLabelBackground: any;
|
||||
relationLabelColor: any;
|
||||
git0: any;
|
||||
git1: any;
|
||||
git2: any;
|
||||
git3: any;
|
||||
git4: any;
|
||||
git5: any;
|
||||
git6: any;
|
||||
git7: any;
|
||||
gitInv0: any;
|
||||
gitInv1: any;
|
||||
gitInv2: any;
|
||||
gitInv3: any;
|
||||
gitInv4: any;
|
||||
gitInv5: any;
|
||||
gitInv6: any;
|
||||
gitInv7: any;
|
||||
gitBranchLabel0: any;
|
||||
gitBranchLabel1: any;
|
||||
gitBranchLabel2: any;
|
||||
gitBranchLabel3: any;
|
||||
gitBranchLabel4: any;
|
||||
gitBranchLabel5: any;
|
||||
gitBranchLabel6: any;
|
||||
gitBranchLabel7: any;
|
||||
tagLabelColor: any;
|
||||
tagLabelBackground: any;
|
||||
tagLabelBorder: any;
|
||||
tagLabelFontSize: any;
|
||||
commitLabelColor: any;
|
||||
commitLabelBackground: any;
|
||||
commitLabelFontSize: any;
|
||||
attributeBackgroundColorOdd: any;
|
||||
attributeBackgroundColorEven: any;
|
||||
calculate(overrides: any): void;
|
||||
}
|
||||
export {};
|
||||
197
app/basepak/static/js/mermaid/themes/theme-default.d.ts
vendored
Normal file
197
app/basepak/static/js/mermaid/themes/theme-default.d.ts
vendored
Normal file
@@ -0,0 +1,197 @@
|
||||
export function getThemeVariables(userOverrides: any): Theme;
|
||||
declare class Theme {
|
||||
background: string;
|
||||
primaryColor: string;
|
||||
secondaryColor: string;
|
||||
tertiaryColor: any;
|
||||
primaryBorderColor: any;
|
||||
secondaryBorderColor: any;
|
||||
tertiaryBorderColor: any;
|
||||
primaryTextColor: any;
|
||||
secondaryTextColor: any;
|
||||
tertiaryTextColor: any;
|
||||
lineColor: string;
|
||||
textColor: string;
|
||||
mainBkg: string;
|
||||
secondBkg: string;
|
||||
border1: string;
|
||||
border2: string;
|
||||
arrowheadColor: string;
|
||||
fontFamily: string;
|
||||
fontSize: string;
|
||||
labelBackground: string;
|
||||
THEME_COLOR_LIMIT: number;
|
||||
nodeBkg: string;
|
||||
nodeBorder: string;
|
||||
clusterBkg: string;
|
||||
clusterBorder: string;
|
||||
defaultLinkColor: string;
|
||||
titleColor: string;
|
||||
edgeLabelBackground: string;
|
||||
actorBorder: string;
|
||||
actorBkg: string;
|
||||
actorTextColor: string;
|
||||
actorLineColor: string;
|
||||
signalColor: string;
|
||||
signalTextColor: string;
|
||||
labelBoxBkgColor: string;
|
||||
labelBoxBorderColor: string;
|
||||
labelTextColor: string;
|
||||
loopTextColor: string;
|
||||
noteBorderColor: string;
|
||||
noteBkgColor: string;
|
||||
noteTextColor: string;
|
||||
activationBorderColor: string;
|
||||
activationBkgColor: string;
|
||||
sequenceNumberColor: string;
|
||||
sectionBkgColor: any;
|
||||
altSectionBkgColor: string;
|
||||
sectionBkgColor2: string;
|
||||
excludeBkgColor: string;
|
||||
taskBorderColor: string;
|
||||
taskBkgColor: string;
|
||||
taskTextLightColor: string;
|
||||
taskTextColor: string;
|
||||
taskTextDarkColor: string;
|
||||
taskTextOutsideColor: string;
|
||||
taskTextClickableColor: string;
|
||||
activeTaskBorderColor: string;
|
||||
activeTaskBkgColor: string;
|
||||
gridColor: string;
|
||||
doneTaskBkgColor: string;
|
||||
doneTaskBorderColor: string;
|
||||
critBorderColor: string;
|
||||
critBkgColor: string;
|
||||
todayLineColor: string;
|
||||
vertLineColor: string;
|
||||
personBorder: any;
|
||||
personBkg: string;
|
||||
archEdgeColor: string;
|
||||
archEdgeArrowColor: string;
|
||||
archEdgeWidth: string;
|
||||
archGroupBorderColor: any;
|
||||
archGroupBorderWidth: string;
|
||||
rowOdd: string;
|
||||
rowEven: string;
|
||||
labelColor: string;
|
||||
errorBkgColor: string;
|
||||
errorTextColor: string;
|
||||
updateColors(): void;
|
||||
cScale0: any;
|
||||
cScale1: any;
|
||||
cScale2: any;
|
||||
cScale3: any;
|
||||
cScale4: any;
|
||||
cScale5: any;
|
||||
cScale6: any;
|
||||
cScale7: any;
|
||||
cScale8: any;
|
||||
cScale9: any;
|
||||
cScale10: any;
|
||||
cScale11: any;
|
||||
scaleLabelColor: any;
|
||||
cScaleLabel0: any;
|
||||
cScaleLabel3: any;
|
||||
transitionColor: any;
|
||||
transitionLabelColor: any;
|
||||
stateLabelColor: any;
|
||||
stateBkg: any;
|
||||
labelBackgroundColor: any;
|
||||
compositeBackground: any;
|
||||
altBackground: any;
|
||||
compositeTitleBackground: any;
|
||||
compositeBorder: any;
|
||||
innerEndBackground: string | undefined;
|
||||
specialStateColor: string | undefined;
|
||||
classText: any;
|
||||
fillType0: string | undefined;
|
||||
fillType1: string | undefined;
|
||||
fillType2: any;
|
||||
fillType3: any;
|
||||
fillType4: any;
|
||||
fillType5: any;
|
||||
fillType6: any;
|
||||
fillType7: any;
|
||||
pie1: any;
|
||||
pie2: any;
|
||||
pie3: any;
|
||||
pie4: any;
|
||||
pie5: any;
|
||||
pie6: any;
|
||||
pie7: any;
|
||||
pie8: any;
|
||||
pie9: any;
|
||||
pie10: any;
|
||||
pie11: any;
|
||||
pie12: any;
|
||||
pieTitleTextSize: any;
|
||||
pieTitleTextColor: any;
|
||||
pieSectionTextSize: any;
|
||||
pieSectionTextColor: any;
|
||||
pieLegendTextSize: any;
|
||||
pieLegendTextColor: any;
|
||||
pieStrokeColor: any;
|
||||
pieStrokeWidth: any;
|
||||
pieOuterStrokeWidth: any;
|
||||
pieOuterStrokeColor: any;
|
||||
pieOpacity: any;
|
||||
quadrant1Fill: any;
|
||||
quadrant2Fill: any;
|
||||
quadrant3Fill: any;
|
||||
quadrant4Fill: any;
|
||||
quadrant1TextFill: any;
|
||||
quadrant2TextFill: any;
|
||||
quadrant3TextFill: any;
|
||||
quadrant4TextFill: any;
|
||||
quadrantPointFill: any;
|
||||
quadrantPointTextFill: any;
|
||||
quadrantXAxisTextFill: any;
|
||||
quadrantYAxisTextFill: any;
|
||||
quadrantInternalBorderStrokeFill: any;
|
||||
quadrantExternalBorderStrokeFill: any;
|
||||
quadrantTitleFill: any;
|
||||
radar: any;
|
||||
xyChart: any;
|
||||
requirementBackground: any;
|
||||
requirementBorderColor: any;
|
||||
requirementBorderSize: any;
|
||||
requirementTextColor: any;
|
||||
relationColor: any;
|
||||
relationLabelBackground: any;
|
||||
relationLabelColor: any;
|
||||
git0: any;
|
||||
git1: any;
|
||||
git2: any;
|
||||
git3: any;
|
||||
git4: any;
|
||||
git5: any;
|
||||
git6: any;
|
||||
git7: any;
|
||||
gitInv0: any;
|
||||
gitInv1: any;
|
||||
gitInv2: any;
|
||||
gitInv3: any;
|
||||
gitInv4: any;
|
||||
gitInv5: any;
|
||||
gitInv6: any;
|
||||
gitInv7: any;
|
||||
gitBranchLabel0: any;
|
||||
gitBranchLabel1: any;
|
||||
gitBranchLabel2: any;
|
||||
gitBranchLabel3: any;
|
||||
gitBranchLabel4: any;
|
||||
gitBranchLabel5: any;
|
||||
gitBranchLabel6: any;
|
||||
gitBranchLabel7: any;
|
||||
tagLabelColor: any;
|
||||
tagLabelBackground: any;
|
||||
tagLabelBorder: any;
|
||||
tagLabelFontSize: any;
|
||||
commitLabelColor: any;
|
||||
commitLabelBackground: any;
|
||||
commitLabelFontSize: any;
|
||||
attributeBackgroundColorOdd: any;
|
||||
attributeBackgroundColorEven: any;
|
||||
calculate(overrides: any): void;
|
||||
}
|
||||
export {};
|
||||
202
app/basepak/static/js/mermaid/themes/theme-forest.d.ts
vendored
Normal file
202
app/basepak/static/js/mermaid/themes/theme-forest.d.ts
vendored
Normal file
@@ -0,0 +1,202 @@
|
||||
export function getThemeVariables(userOverrides: any): Theme;
|
||||
declare class Theme {
|
||||
background: string;
|
||||
primaryColor: string;
|
||||
secondaryColor: string;
|
||||
mainBkg: string;
|
||||
secondBkg: string;
|
||||
lineColor: any;
|
||||
border1: string;
|
||||
border2: string;
|
||||
arrowheadColor: string;
|
||||
fontFamily: string;
|
||||
fontSize: string;
|
||||
tertiaryColor: any;
|
||||
primaryBorderColor: any;
|
||||
secondaryBorderColor: any;
|
||||
tertiaryBorderColor: any;
|
||||
primaryTextColor: any;
|
||||
secondaryTextColor: any;
|
||||
tertiaryTextColor: any;
|
||||
textColor: any;
|
||||
THEME_COLOR_LIMIT: number;
|
||||
nodeBkg: string;
|
||||
nodeBorder: string;
|
||||
clusterBkg: string;
|
||||
clusterBorder: string;
|
||||
defaultLinkColor: string;
|
||||
titleColor: string;
|
||||
edgeLabelBackground: string;
|
||||
actorBorder: string;
|
||||
actorBkg: string;
|
||||
actorTextColor: string;
|
||||
actorLineColor: string;
|
||||
signalColor: string;
|
||||
signalTextColor: string;
|
||||
labelBoxBkgColor: string;
|
||||
labelBoxBorderColor: string;
|
||||
labelTextColor: string;
|
||||
loopTextColor: string;
|
||||
noteBorderColor: string;
|
||||
noteBkgColor: string;
|
||||
noteTextColor: string;
|
||||
activationBorderColor: string;
|
||||
activationBkgColor: string;
|
||||
sequenceNumberColor: string;
|
||||
sectionBkgColor: string;
|
||||
altSectionBkgColor: string;
|
||||
sectionBkgColor2: string;
|
||||
excludeBkgColor: string;
|
||||
taskBorderColor: string;
|
||||
taskBkgColor: string;
|
||||
taskTextLightColor: string;
|
||||
taskTextColor: string;
|
||||
taskTextDarkColor: string;
|
||||
taskTextOutsideColor: string;
|
||||
taskTextClickableColor: string;
|
||||
activeTaskBorderColor: string;
|
||||
activeTaskBkgColor: string;
|
||||
gridColor: string;
|
||||
doneTaskBkgColor: string;
|
||||
doneTaskBorderColor: string;
|
||||
critBorderColor: string;
|
||||
critBkgColor: string;
|
||||
todayLineColor: string;
|
||||
vertLineColor: string;
|
||||
personBorder: any;
|
||||
personBkg: string;
|
||||
archEdgeColor: string;
|
||||
archEdgeArrowColor: string;
|
||||
archEdgeWidth: string;
|
||||
archGroupBorderColor: any;
|
||||
archGroupBorderWidth: string;
|
||||
labelColor: string;
|
||||
errorBkgColor: string;
|
||||
errorTextColor: string;
|
||||
updateColors(): void;
|
||||
cScale0: any;
|
||||
cScale1: any;
|
||||
cScale2: any;
|
||||
cScale3: any;
|
||||
cScale4: any;
|
||||
cScale5: any;
|
||||
cScale6: any;
|
||||
cScale7: any;
|
||||
cScale8: any;
|
||||
cScale9: any;
|
||||
cScale10: any;
|
||||
cScale11: any;
|
||||
scaleLabelColor: any;
|
||||
rowOdd: any;
|
||||
rowEven: any;
|
||||
transitionColor: any;
|
||||
transitionLabelColor: any;
|
||||
stateLabelColor: any;
|
||||
stateBkg: any;
|
||||
labelBackgroundColor: any;
|
||||
compositeBackground: any;
|
||||
altBackground: any;
|
||||
compositeTitleBackground: any;
|
||||
compositeBorder: any;
|
||||
innerEndBackground: any;
|
||||
specialStateColor: any;
|
||||
classText: any;
|
||||
fillType0: string | undefined;
|
||||
fillType1: string | undefined;
|
||||
fillType2: any;
|
||||
fillType3: any;
|
||||
fillType4: any;
|
||||
fillType5: any;
|
||||
fillType6: any;
|
||||
fillType7: any;
|
||||
pie1: any;
|
||||
pie2: any;
|
||||
pie3: any;
|
||||
pie4: any;
|
||||
pie5: any;
|
||||
pie6: any;
|
||||
pie7: any;
|
||||
pie8: any;
|
||||
pie9: any;
|
||||
pie10: any;
|
||||
pie11: any;
|
||||
pie12: any;
|
||||
pieTitleTextSize: any;
|
||||
pieTitleTextColor: any;
|
||||
pieSectionTextSize: any;
|
||||
pieSectionTextColor: any;
|
||||
pieLegendTextSize: any;
|
||||
pieLegendTextColor: any;
|
||||
pieStrokeColor: any;
|
||||
pieStrokeWidth: any;
|
||||
pieOuterStrokeWidth: any;
|
||||
pieOuterStrokeColor: any;
|
||||
pieOpacity: any;
|
||||
quadrant1Fill: any;
|
||||
quadrant2Fill: any;
|
||||
quadrant3Fill: any;
|
||||
quadrant4Fill: any;
|
||||
quadrant1TextFill: any;
|
||||
quadrant2TextFill: any;
|
||||
quadrant3TextFill: any;
|
||||
quadrant4TextFill: any;
|
||||
quadrantPointFill: any;
|
||||
quadrantPointTextFill: any;
|
||||
quadrantXAxisTextFill: any;
|
||||
quadrantYAxisTextFill: any;
|
||||
quadrantInternalBorderStrokeFill: any;
|
||||
quadrantExternalBorderStrokeFill: any;
|
||||
quadrantTitleFill: any;
|
||||
packet: {
|
||||
startByteColor: any;
|
||||
endByteColor: any;
|
||||
labelColor: any;
|
||||
titleColor: any;
|
||||
blockStrokeColor: any;
|
||||
blockFillColor: string;
|
||||
} | undefined;
|
||||
radar: any;
|
||||
xyChart: any;
|
||||
requirementBackground: any;
|
||||
requirementBorderColor: any;
|
||||
requirementBorderSize: any;
|
||||
requirementTextColor: any;
|
||||
relationColor: any;
|
||||
relationLabelBackground: any;
|
||||
relationLabelColor: any;
|
||||
git0: any;
|
||||
git1: any;
|
||||
git2: any;
|
||||
git3: any;
|
||||
git4: any;
|
||||
git5: any;
|
||||
git6: any;
|
||||
git7: any;
|
||||
gitInv0: any;
|
||||
gitInv1: any;
|
||||
gitInv2: any;
|
||||
gitInv3: any;
|
||||
gitInv4: any;
|
||||
gitInv5: any;
|
||||
gitInv6: any;
|
||||
gitInv7: any;
|
||||
gitBranchLabel0: any;
|
||||
gitBranchLabel1: any;
|
||||
gitBranchLabel2: any;
|
||||
gitBranchLabel3: any;
|
||||
gitBranchLabel4: any;
|
||||
gitBranchLabel5: any;
|
||||
gitBranchLabel6: any;
|
||||
gitBranchLabel7: any;
|
||||
tagLabelColor: any;
|
||||
tagLabelBackground: any;
|
||||
tagLabelBorder: any;
|
||||
tagLabelFontSize: any;
|
||||
commitLabelColor: any;
|
||||
commitLabelBackground: any;
|
||||
commitLabelFontSize: any;
|
||||
attributeBackgroundColorOdd: any;
|
||||
attributeBackgroundColorEven: any;
|
||||
calculate(overrides: any): void;
|
||||
}
|
||||
export {};
|
||||
1
app/basepak/static/js/mermaid/themes/theme-helpers.d.ts
vendored
Normal file
1
app/basepak/static/js/mermaid/themes/theme-helpers.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export function mkBorder(col: any, darkMode: any): any;
|
||||
191
app/basepak/static/js/mermaid/themes/theme-neutral.d.ts
vendored
Normal file
191
app/basepak/static/js/mermaid/themes/theme-neutral.d.ts
vendored
Normal file
@@ -0,0 +1,191 @@
|
||||
export function getThemeVariables(userOverrides: any): Theme;
|
||||
declare class Theme {
|
||||
primaryColor: string;
|
||||
contrast: string;
|
||||
secondaryColor: any;
|
||||
background: string;
|
||||
tertiaryColor: any;
|
||||
primaryBorderColor: any;
|
||||
secondaryBorderColor: any;
|
||||
tertiaryBorderColor: any;
|
||||
primaryTextColor: any;
|
||||
secondaryTextColor: any;
|
||||
tertiaryTextColor: any;
|
||||
lineColor: string;
|
||||
textColor: any;
|
||||
mainBkg: string;
|
||||
secondBkg: string;
|
||||
border1: string;
|
||||
border2: string;
|
||||
note: string;
|
||||
text: string;
|
||||
critical: string;
|
||||
done: string;
|
||||
arrowheadColor: string;
|
||||
fontFamily: string;
|
||||
fontSize: string;
|
||||
THEME_COLOR_LIMIT: number;
|
||||
nodeBkg: string;
|
||||
nodeBorder: string;
|
||||
clusterBkg: string;
|
||||
clusterBorder: string;
|
||||
defaultLinkColor: string;
|
||||
titleColor: string;
|
||||
edgeLabelBackground: string;
|
||||
actorBorder: string;
|
||||
actorBkg: string;
|
||||
actorTextColor: string;
|
||||
actorLineColor: string;
|
||||
signalColor: string;
|
||||
signalTextColor: string;
|
||||
labelBoxBkgColor: string;
|
||||
labelBoxBorderColor: string;
|
||||
labelTextColor: string;
|
||||
loopTextColor: string;
|
||||
noteBorderColor: string;
|
||||
noteBkgColor: string;
|
||||
noteTextColor: string;
|
||||
activationBorderColor: string;
|
||||
activationBkgColor: string;
|
||||
sequenceNumberColor: string;
|
||||
sectionBkgColor: string;
|
||||
altSectionBkgColor: string;
|
||||
sectionBkgColor2: string;
|
||||
excludeBkgColor: string;
|
||||
taskBorderColor: string;
|
||||
taskBkgColor: string;
|
||||
taskTextLightColor: string;
|
||||
taskTextColor: string;
|
||||
taskTextDarkColor: string;
|
||||
taskTextOutsideColor: string;
|
||||
taskTextClickableColor: string;
|
||||
activeTaskBorderColor: string;
|
||||
activeTaskBkgColor: string;
|
||||
gridColor: string;
|
||||
doneTaskBkgColor: string;
|
||||
doneTaskBorderColor: string;
|
||||
critBkgColor: string;
|
||||
critBorderColor: string;
|
||||
todayLineColor: string;
|
||||
vertLineColor: string;
|
||||
personBorder: any;
|
||||
personBkg: string;
|
||||
archEdgeColor: string;
|
||||
archEdgeArrowColor: string;
|
||||
archEdgeWidth: string;
|
||||
archGroupBorderColor: any;
|
||||
archGroupBorderWidth: string;
|
||||
rowOdd: any;
|
||||
rowEven: string;
|
||||
labelColor: string;
|
||||
errorBkgColor: string;
|
||||
errorTextColor: string;
|
||||
updateColors(): void;
|
||||
cScale0: any;
|
||||
cScale1: any;
|
||||
cScale2: any;
|
||||
cScale3: any;
|
||||
cScale4: any;
|
||||
cScale5: any;
|
||||
cScale6: any;
|
||||
cScale7: any;
|
||||
cScale8: any;
|
||||
cScale9: any;
|
||||
cScale10: any;
|
||||
cScale11: any;
|
||||
scaleLabelColor: any;
|
||||
cScaleLabel0: any;
|
||||
cScaleLabel2: any;
|
||||
transitionColor: any;
|
||||
transitionLabelColor: any;
|
||||
stateLabelColor: any;
|
||||
stateBkg: any;
|
||||
labelBackgroundColor: any;
|
||||
compositeBackground: any;
|
||||
altBackground: any;
|
||||
compositeTitleBackground: any;
|
||||
stateBorder: any;
|
||||
innerEndBackground: any;
|
||||
specialStateColor: string | undefined;
|
||||
classText: any;
|
||||
fillType0: string | undefined;
|
||||
fillType1: any;
|
||||
fillType2: any;
|
||||
fillType3: any;
|
||||
fillType4: any;
|
||||
fillType5: any;
|
||||
fillType6: any;
|
||||
fillType7: any;
|
||||
pie12: any;
|
||||
pieTitleTextSize: any;
|
||||
pieTitleTextColor: any;
|
||||
pieSectionTextSize: any;
|
||||
pieSectionTextColor: any;
|
||||
pieLegendTextSize: any;
|
||||
pieLegendTextColor: any;
|
||||
pieStrokeColor: any;
|
||||
pieStrokeWidth: any;
|
||||
pieOuterStrokeWidth: any;
|
||||
pieOuterStrokeColor: any;
|
||||
pieOpacity: any;
|
||||
quadrant1Fill: any;
|
||||
quadrant2Fill: any;
|
||||
quadrant3Fill: any;
|
||||
quadrant4Fill: any;
|
||||
quadrant1TextFill: any;
|
||||
quadrant2TextFill: any;
|
||||
quadrant3TextFill: any;
|
||||
quadrant4TextFill: any;
|
||||
quadrantPointFill: any;
|
||||
quadrantPointTextFill: any;
|
||||
quadrantXAxisTextFill: any;
|
||||
quadrantYAxisTextFill: any;
|
||||
quadrantInternalBorderStrokeFill: any;
|
||||
quadrantExternalBorderStrokeFill: any;
|
||||
quadrantTitleFill: any;
|
||||
xyChart: any;
|
||||
radar: any;
|
||||
requirementBackground: any;
|
||||
requirementBorderColor: any;
|
||||
requirementBorderSize: any;
|
||||
requirementTextColor: any;
|
||||
relationColor: any;
|
||||
relationLabelBackground: any;
|
||||
relationLabelColor: any;
|
||||
git0: any;
|
||||
git1: any;
|
||||
git2: any;
|
||||
git3: any;
|
||||
git4: any;
|
||||
git5: any;
|
||||
git6: any;
|
||||
git7: any;
|
||||
gitInv0: any;
|
||||
gitInv1: any;
|
||||
gitInv2: any;
|
||||
gitInv3: any;
|
||||
gitInv4: any;
|
||||
gitInv5: any;
|
||||
gitInv6: any;
|
||||
gitInv7: any;
|
||||
branchLabelColor: any;
|
||||
gitBranchLabel0: any;
|
||||
gitBranchLabel1: string | undefined;
|
||||
gitBranchLabel2: any;
|
||||
gitBranchLabel3: string | undefined;
|
||||
gitBranchLabel4: any;
|
||||
gitBranchLabel5: any;
|
||||
gitBranchLabel6: any;
|
||||
gitBranchLabel7: any;
|
||||
tagLabelColor: any;
|
||||
tagLabelBackground: any;
|
||||
tagLabelBorder: any;
|
||||
tagLabelFontSize: any;
|
||||
commitLabelColor: any;
|
||||
commitLabelBackground: any;
|
||||
commitLabelFontSize: any;
|
||||
attributeBackgroundColorOdd: any;
|
||||
attributeBackgroundColorEven: any;
|
||||
calculate(overrides: any): void;
|
||||
}
|
||||
export {};
|
||||
Reference in New Issue
Block a user