intelligent-system-design-language 0.3.26 → 0.3.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/_backgrounds.scss +17 -17
- package/out/_isdlStyles.scss +59 -0
- package/out/_vuetifyOverrides.scss +23 -1
- package/out/cli/components/_backgrounds.scss +17 -17
- package/out/cli/components/_isdlStyles.scss +59 -0
- package/out/cli/components/_vuetifyOverrides.scss +23 -1
- package/out/cli/components/active-effect-sheet-generator.js +6 -2
- package/out/cli/components/active-effect-sheet-generator.js.map +1 -1
- package/out/cli/components/css-generator.js +299 -0
- package/out/cli/components/css-generator.js.map +1 -1
- package/out/cli/components/datamodel-generator.js +38 -20
- package/out/cli/components/datamodel-generator.js.map +1 -1
- package/out/cli/components/init-hook-generator.js +32 -23
- package/out/cli/components/init-hook-generator.js.map +1 -1
- package/out/cli/components/language-generator.js +9 -1
- package/out/cli/components/language-generator.js.map +1 -1
- package/out/cli/components/method-generator.js +8 -7
- package/out/cli/components/method-generator.js.map +1 -1
- package/out/cli/components/utils.js +18 -12
- package/out/cli/components/utils.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-attribute.js +5 -4
- package/out/cli/components/vue/base-components/vue-attribute.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-boolean.js +3 -2
- package/out/cli/components/vue/base-components/vue-boolean.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-damage-bonuses.js +3 -2
- package/out/cli/components/vue/base-components/vue-damage-bonuses.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-damage-resistances.js +3 -2
- package/out/cli/components/vue/base-components/vue-damage-resistances.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-damage-track.js +2 -1
- package/out/cli/components/vue/base-components/vue-damage-track.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-date-time.js +3 -2
- package/out/cli/components/vue/base-components/vue-date-time.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-dice.js +2 -1
- package/out/cli/components/vue/base-components/vue-dice.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-die.js +2 -1
- package/out/cli/components/vue/base-components/vue-die.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-document-choice.js +2 -1
- package/out/cli/components/vue/base-components/vue-document-choice.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-document-choices.js +2 -1
- package/out/cli/components/vue/base-components/vue-document-choices.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-document-link.js +2 -1
- package/out/cli/components/vue/base-components/vue-document-link.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-extended-choice.js +2 -1
- package/out/cli/components/vue/base-components/vue-extended-choice.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-image.js +89 -0
- package/out/cli/components/vue/base-components/vue-image.js.map +1 -0
- package/out/cli/components/vue/base-components/vue-inventory.js +2 -1
- package/out/cli/components/vue/base-components/vue-inventory.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-macro-choice.js +2 -1
- package/out/cli/components/vue/base-components/vue-macro-choice.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-measured-template.js +3 -2
- package/out/cli/components/vue/base-components/vue-measured-template.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-money.js +4 -3
- package/out/cli/components/vue/base-components/vue-money.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-number.js +3 -2
- package/out/cli/components/vue/base-components/vue-number.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-paperdoll.js +2 -1
- package/out/cli/components/vue/base-components/vue-paperdoll.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-parent-property-reference.js +5 -1
- package/out/cli/components/vue/base-components/vue-parent-property-reference.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-prosemirror.js +3 -2
- package/out/cli/components/vue/base-components/vue-prosemirror.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-resource.js +2 -1
- package/out/cli/components/vue/base-components/vue-resource.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-roll-visualizer.js +2 -1
- package/out/cli/components/vue/base-components/vue-roll-visualizer.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-self-property-reference.js +2 -1
- package/out/cli/components/vue/base-components/vue-self-property-reference.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-string-choice.js +3 -1
- package/out/cli/components/vue/base-components/vue-string-choice.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-string-choices.js +3 -2
- package/out/cli/components/vue/base-components/vue-string-choices.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-string.js +4 -3
- package/out/cli/components/vue/base-components/vue-string.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-text-field.js +4 -3
- package/out/cli/components/vue/base-components/vue-text-field.js.map +1 -1
- package/out/cli/components/vue/base-components/vue-tracker.js +2 -1
- package/out/cli/components/vue/base-components/vue-tracker.js.map +1 -1
- package/out/cli/components/vue/vue-action-component-generator.js +18 -9
- package/out/cli/components/vue/vue-action-component-generator.js.map +1 -1
- package/out/cli/components/vue/vue-active-effect-sheet-generator.js +2 -2
- package/out/cli/components/vue/vue-base-components-generator.js +2 -0
- package/out/cli/components/vue/vue-base-components-generator.js.map +1 -1
- package/out/cli/components/vue/vue-generator.js +8 -7
- package/out/cli/components/vue/vue-generator.js.map +1 -1
- package/out/cli/components/vue/vue-mixin.js +1 -0
- package/out/cli/components/vue/vue-mixin.js.map +1 -1
- package/out/cli/components/vue/vue-prompt-generator.js +4 -4
- package/out/cli/components/vue/vue-prompt-generator.js.map +1 -1
- package/out/cli/components/vue/vue-sheet-application-generator.js +714 -561
- package/out/cli/components/vue/vue-sheet-application-generator.js.map +1 -1
- package/out/cli/components/vue/vue-sheet-class-generator.js +89 -2
- package/out/cli/components/vue/vue-sheet-class-generator.js.map +1 -1
- package/out/cli/generator.js +9 -3
- package/out/cli/generator.js.map +1 -1
- package/out/extension/main.cjs +3057 -848
- package/out/extension/main.cjs.map +3 -3
- package/out/extension/package.json +1 -1
- package/out/language/generated/ast.js +374 -9
- package/out/language/generated/ast.js.map +1 -1
- package/out/language/generated/grammar.js +2696 -874
- package/out/language/generated/grammar.js.map +1 -1
- package/out/language/intelligent-system-design-language-validator.js +99 -3
- package/out/language/intelligent-system-design-language-validator.js.map +1 -1
- package/out/language/main.cjs +3057 -848
- package/out/language/main.cjs.map +3 -3
- package/out/package.json +1 -1
- package/out/styles.scss +33 -4
- package/out/test/validating/theme.test.js +120 -0
- package/out/test/validating/theme.test.js.map +1 -0
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"displayName": "ISDL - Intelligent System Design Language",
|
|
4
4
|
"description": "Intelligent System Design Language support for Visual Studio Code",
|
|
5
5
|
"publisher": "IronMooseDevelopment",
|
|
6
|
-
"version": "0.3.
|
|
6
|
+
"version": "0.3.28",
|
|
7
7
|
"author": "Iron Moose Development",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -98,6 +98,10 @@ export const Expression = 'Expression';
|
|
|
98
98
|
export function isExpression(item) {
|
|
99
99
|
return reflection.isInstance(item, Expression);
|
|
100
100
|
}
|
|
101
|
+
export const ImageFieldParam = 'ImageFieldParam';
|
|
102
|
+
export function isImageFieldParam(item) {
|
|
103
|
+
return reflection.isInstance(item, ImageFieldParam);
|
|
104
|
+
}
|
|
101
105
|
export const InventoryParams = 'InventoryParams';
|
|
102
106
|
export function isInventoryParams(item) {
|
|
103
107
|
return reflection.isInstance(item, InventoryParams);
|
|
@@ -225,6 +229,14 @@ export const TargetAssignment = 'TargetAssignment';
|
|
|
225
229
|
export function isTargetAssignment(item) {
|
|
226
230
|
return reflection.isInstance(item, TargetAssignment);
|
|
227
231
|
}
|
|
232
|
+
export const ThemeBodyParam = 'ThemeBodyParam';
|
|
233
|
+
export function isThemeBodyParam(item) {
|
|
234
|
+
return reflection.isInstance(item, ThemeBodyParam);
|
|
235
|
+
}
|
|
236
|
+
export const ThemePaletteParam = 'ThemePaletteParam';
|
|
237
|
+
export function isThemePaletteParam(item) {
|
|
238
|
+
return reflection.isInstance(item, ThemePaletteParam);
|
|
239
|
+
}
|
|
228
240
|
export const TrackerParameter = 'TrackerParameter';
|
|
229
241
|
export function isTrackerParameter(item) {
|
|
230
242
|
return reflection.isInstance(item, TrackerParameter);
|
|
@@ -353,6 +365,10 @@ export const ConfigExpression = 'ConfigExpression';
|
|
|
353
365
|
export function isConfigExpression(item) {
|
|
354
366
|
return reflection.isInstance(item, ConfigExpression);
|
|
355
367
|
}
|
|
368
|
+
export const ConfigFlag = 'ConfigFlag';
|
|
369
|
+
export function isConfigFlag(item) {
|
|
370
|
+
return reflection.isInstance(item, ConfigFlag);
|
|
371
|
+
}
|
|
356
372
|
export const CritParam = 'CritParam';
|
|
357
373
|
export function isCritParam(item) {
|
|
358
374
|
return reflection.isInstance(item, CritParam);
|
|
@@ -489,6 +505,10 @@ export const HeightParam = 'HeightParam';
|
|
|
489
505
|
export function isHeightParam(item) {
|
|
490
506
|
return reflection.isInstance(item, HeightParam);
|
|
491
507
|
}
|
|
508
|
+
export const HideLabelParam = 'HideLabelParam';
|
|
509
|
+
export function isHideLabelParam(item) {
|
|
510
|
+
return reflection.isInstance(item, HideLabelParam);
|
|
511
|
+
}
|
|
492
512
|
export const HookHandler = 'HookHandler';
|
|
493
513
|
export function isHookHandler(item) {
|
|
494
514
|
return reflection.isInstance(item, HookHandler);
|
|
@@ -505,10 +525,22 @@ export const IfStatement = 'IfStatement';
|
|
|
505
525
|
export function isIfStatement(item) {
|
|
506
526
|
return reflection.isInstance(item, IfStatement);
|
|
507
527
|
}
|
|
528
|
+
export const ImageField = 'ImageField';
|
|
529
|
+
export function isImageField(item) {
|
|
530
|
+
return reflection.isInstance(item, ImageField);
|
|
531
|
+
}
|
|
532
|
+
export const ImageInitialParam = 'ImageInitialParam';
|
|
533
|
+
export function isImageInitialParam(item) {
|
|
534
|
+
return reflection.isInstance(item, ImageInitialParam);
|
|
535
|
+
}
|
|
508
536
|
export const ImageParam = 'ImageParam';
|
|
509
537
|
export function isImageParam(item) {
|
|
510
538
|
return reflection.isInstance(item, ImageParam);
|
|
511
539
|
}
|
|
540
|
+
export const ImagePrimaryParam = 'ImagePrimaryParam';
|
|
541
|
+
export function isImagePrimaryParam(item) {
|
|
542
|
+
return reflection.isInstance(item, ImagePrimaryParam);
|
|
543
|
+
}
|
|
512
544
|
export const IncrementDecrementAssignment = 'IncrementDecrementAssignment';
|
|
513
545
|
export function isIncrementDecrementAssignment(item) {
|
|
514
546
|
return reflection.isInstance(item, IncrementDecrementAssignment);
|
|
@@ -989,6 +1021,94 @@ export const TargetTypeCheckExpression = 'TargetTypeCheckExpression';
|
|
|
989
1021
|
export function isTargetTypeCheckExpression(item) {
|
|
990
1022
|
return reflection.isInstance(item, TargetTypeCheckExpression);
|
|
991
1023
|
}
|
|
1024
|
+
export const Theme = 'Theme';
|
|
1025
|
+
export function isTheme(item) {
|
|
1026
|
+
return reflection.isInstance(item, Theme);
|
|
1027
|
+
}
|
|
1028
|
+
export const ThemeBackgroundParam = 'ThemeBackgroundParam';
|
|
1029
|
+
export function isThemeBackgroundParam(item) {
|
|
1030
|
+
return reflection.isInstance(item, ThemeBackgroundParam);
|
|
1031
|
+
}
|
|
1032
|
+
export const ThemeBorderGroup = 'ThemeBorderGroup';
|
|
1033
|
+
export function isThemeBorderGroup(item) {
|
|
1034
|
+
return reflection.isInstance(item, ThemeBorderGroup);
|
|
1035
|
+
}
|
|
1036
|
+
export const ThemeColorProp = 'ThemeColorProp';
|
|
1037
|
+
export function isThemeColorProp(item) {
|
|
1038
|
+
return reflection.isInstance(item, ThemeColorProp);
|
|
1039
|
+
}
|
|
1040
|
+
export const ThemeDisabledGroup = 'ThemeDisabledGroup';
|
|
1041
|
+
export function isThemeDisabledGroup(item) {
|
|
1042
|
+
return reflection.isInstance(item, ThemeDisabledGroup);
|
|
1043
|
+
}
|
|
1044
|
+
export const ThemeFamilyProp = 'ThemeFamilyProp';
|
|
1045
|
+
export function isThemeFamilyProp(item) {
|
|
1046
|
+
return reflection.isInstance(item, ThemeFamilyProp);
|
|
1047
|
+
}
|
|
1048
|
+
export const ThemeFieldParam = 'ThemeFieldParam';
|
|
1049
|
+
export function isThemeFieldParam(item) {
|
|
1050
|
+
return reflection.isInstance(item, ThemeFieldParam);
|
|
1051
|
+
}
|
|
1052
|
+
export const ThemeFontFaceProp = 'ThemeFontFaceProp';
|
|
1053
|
+
export function isThemeFontFaceProp(item) {
|
|
1054
|
+
return reflection.isInstance(item, ThemeFontFaceProp);
|
|
1055
|
+
}
|
|
1056
|
+
export const ThemeFontGroup = 'ThemeFontGroup';
|
|
1057
|
+
export function isThemeFontGroup(item) {
|
|
1058
|
+
return reflection.isInstance(item, ThemeFontGroup);
|
|
1059
|
+
}
|
|
1060
|
+
export const ThemeHeadingGroup = 'ThemeHeadingGroup';
|
|
1061
|
+
export function isThemeHeadingGroup(item) {
|
|
1062
|
+
return reflection.isInstance(item, ThemeHeadingGroup);
|
|
1063
|
+
}
|
|
1064
|
+
export const ThemeHeightGroup = 'ThemeHeightGroup';
|
|
1065
|
+
export function isThemeHeightGroup(item) {
|
|
1066
|
+
return reflection.isInstance(item, ThemeHeightGroup);
|
|
1067
|
+
}
|
|
1068
|
+
export const ThemeMaxProp = 'ThemeMaxProp';
|
|
1069
|
+
export function isThemeMaxProp(item) {
|
|
1070
|
+
return reflection.isInstance(item, ThemeMaxProp);
|
|
1071
|
+
}
|
|
1072
|
+
export const ThemeMinProp = 'ThemeMinProp';
|
|
1073
|
+
export function isThemeMinProp(item) {
|
|
1074
|
+
return reflection.isInstance(item, ThemeMinProp);
|
|
1075
|
+
}
|
|
1076
|
+
export const ThemePrimaryParam = 'ThemePrimaryParam';
|
|
1077
|
+
export function isThemePrimaryParam(item) {
|
|
1078
|
+
return reflection.isInstance(item, ThemePrimaryParam);
|
|
1079
|
+
}
|
|
1080
|
+
export const ThemeRadiusProp = 'ThemeRadiusProp';
|
|
1081
|
+
export function isThemeRadiusProp(item) {
|
|
1082
|
+
return reflection.isInstance(item, ThemeRadiusProp);
|
|
1083
|
+
}
|
|
1084
|
+
export const ThemeSecondaryParam = 'ThemeSecondaryParam';
|
|
1085
|
+
export function isThemeSecondaryParam(item) {
|
|
1086
|
+
return reflection.isInstance(item, ThemeSecondaryParam);
|
|
1087
|
+
}
|
|
1088
|
+
export const ThemeSizeProp = 'ThemeSizeProp';
|
|
1089
|
+
export function isThemeSizeProp(item) {
|
|
1090
|
+
return reflection.isInstance(item, ThemeSizeProp);
|
|
1091
|
+
}
|
|
1092
|
+
export const ThemeTertiaryParam = 'ThemeTertiaryParam';
|
|
1093
|
+
export function isThemeTertiaryParam(item) {
|
|
1094
|
+
return reflection.isInstance(item, ThemeTertiaryParam);
|
|
1095
|
+
}
|
|
1096
|
+
export const ThemeTextParam = 'ThemeTextParam';
|
|
1097
|
+
export function isThemeTextParam(item) {
|
|
1098
|
+
return reflection.isInstance(item, ThemeTextParam);
|
|
1099
|
+
}
|
|
1100
|
+
export const ThemeTransformProp = 'ThemeTransformProp';
|
|
1101
|
+
export function isThemeTransformProp(item) {
|
|
1102
|
+
return reflection.isInstance(item, ThemeTransformProp);
|
|
1103
|
+
}
|
|
1104
|
+
export const ThemeWidthGroup = 'ThemeWidthGroup';
|
|
1105
|
+
export function isThemeWidthGroup(item) {
|
|
1106
|
+
return reflection.isInstance(item, ThemeWidthGroup);
|
|
1107
|
+
}
|
|
1108
|
+
export const ThemeWidthProp = 'ThemeWidthProp';
|
|
1109
|
+
export function isThemeWidthProp(item) {
|
|
1110
|
+
return reflection.isInstance(item, ThemeWidthProp);
|
|
1111
|
+
}
|
|
992
1112
|
export const TimeExp = 'TimeExp';
|
|
993
1113
|
export function isTimeExp(item) {
|
|
994
1114
|
return reflection.isInstance(item, TimeExp);
|
|
@@ -1075,7 +1195,7 @@ export function isTargetAccess(item) {
|
|
|
1075
1195
|
}
|
|
1076
1196
|
export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstReflection {
|
|
1077
1197
|
getAllTypes() {
|
|
1078
|
-
return ['Access', 'Action', 'ActionParam', 'Actor', 'ArrayExpression', 'Assignment', 'AttributeExp', 'AttributeFunctionParam', 'AttributeParamMod', 'AttributeParameter', 'AttributeRollParam', 'AttributeStyleParam', 'BackgroundParam', 'BasicFields', 'BinaryExpression', 'BooleanExp', 'BooleanParamValue', 'BooleanParameter', 'BooleanSetting', 'ChatBlock', 'ChatBlockExpression', 'ChatCard', 'ChoiceCustomProperty', 'ChoiceProperty', 'ChoiceStringValue', 'ClassExpression', 'ColorParam', 'Column', 'Combat', 'CombatMethods', 'CombatProperty', 'ComparisonExpression', 'ComplexFields', 'Config', 'ConfigExpression', 'CritParam', 'DamageBonusesField', 'DamageResistancesField', 'DamageRoll', 'DamageRollParam', 'DamageTrackExp', 'DamageTrackParams', 'DamageTrackTypesParam', 'DamageTypeChoiceField', 'DateExp', 'DateTimeExp', 'DateTimeFields', 'DiceField', 'DiceFields', 'DieChoicesParam', 'DieField', 'DieInitialParam', 'DieNoneParam', 'DieParams', 'DieValueParam', 'Document', 'DocumentChoiceExp', 'DocumentChoiceParms', 'DocumentChoicesExp', 'DocumentCreatableParam', 'DocumentDefaultParam', 'DocumentDescriptionParam', 'DocumentFields', 'DocumentParam', 'DocumentSvgParam', 'Each', 'EachAccess', 'ElseIf', 'Entry', 'Expr', 'Expression', 'ExpressionAssignment', 'FailureParam', 'FleetingAccess', 'FumbleParam', 'FunctionCall', 'FunctionDefinition', 'FunctionParam', 'GlobalParam', 'Group', 'HeightParam', 'HookHandler', 'HtmlExp', 'IconParam', 'IfStatement', 'ImageParam', 'IncrementDecrementAssignment', 'InitiativeProperty', 'InventoryColumnsParam', 'InventoryEmptySlotsParam', 'InventoryField', 'InventoryMoneyParam', 'InventoryParams', 'InventoryQuantityParam', 'InventoryRowsParam', 'InventorySlotSizeParam', 'InventorySlotsParam', 'InventorySortParam', 'InventorySumMaxParam', 'InventorySumMaxValues', 'InventorySumParam', 'InventorySumProperties', 'InventorySummaryParam', 'Item', 'ItemAccess', 'JS', 'Keyword', 'KeywordParam', 'Keywords', 'LabelParam', 'Layout', 'Literal', 'LocationParam', 'LogExpression', 'MacroExecute', 'MacroField', 'MathEmptyExpression', 'MathExpression', 'MathParamExpression', 'MathSingleExpression', 'MeasuredTemplateField', 'MethodBlock', 'MethodBlockExpression', 'MethodContainer', 'MethodParam', 'MoneyDenomination', 'MoneyDenominationParam', 'MoneyDenominationValueParam', 'MoneyDisplayParam', 'MoneyField', 'MoneyFormatParam', 'MoneyParameter', 'MoneyPrecisionParam', 'NegExpression', 'NumberExp', 'NumberFieldParams', 'NumberParamCalculator', 'NumberParamInitial', 'NumberParamMax', 'NumberParamMin', 'NumberParamValue', 'NumberParameter', 'NumberRange', 'NumberSetting', 'Page', 'PaperDollDocumentReference', 'PaperDollElement', 'PaperDollExp', 'PaperDollParameter', 'Parameter', 'ParentAccess', 'ParentAssignment', 'ParentExpressionAssignment', 'ParentIncrementDecrementAssignment', 'ParentPropertyRefChoice', 'ParentPropertyRefChoiceParam', 'ParentPropertyRefExp', 'ParentPropertyRefParams', 'ParentQuickModifyAssignment', 'ParentTypeCheckExpression', 'PinnedField', 'PlayAudio', 'PlayAudioFile', 'PlayAudioParams', 'PlayAudioVolume', 'PrimitiveExpression', 'Prompt', 'PromptInputAccess', 'PromptParams', 'Property', 'QuickModifyAssignment', 'Ref', 'ReferenceFields', 'ResourceExp', 'ResourceParameter', 'ReturnExpression', 'Roll', 'RollParam', 'RollParameter', 'RollPredicateArg', 'RollResultAccess', 'RollVisualizerField', 'RollVisualizerParameter', 'RollVisualizerValueParam', 'Row', 'Section', 'SegmentsParameter', 'SelfMethod', 'SelfPropertyRefChoice', 'SelfPropertyRefChoiceParam', 'SelfPropertyRefExp', 'SelfPropertyRefParams', 'SettingChoices', 'SettingField', 'SettingHint', 'SettingInitial', 'SettingParam', 'SettingScope', 'Settings', 'ShorthandComparisonExpression', 'SingleDocumentExp', 'SizeParam', 'StandardFieldParams', 'StatusParamWhen', 'StatusProperty', 'StatusPropertyParameter', 'StringChoice', 'StringChoiceField', 'StringChoiceSetting', 'StringChoicesField', 'StringChoicesParamChoices', 'StringChoicesParamInitial', 'StringChoicesParamMax', 'StringChoicesParameter', 'StringExp', 'StringExtendedChoice', 'StringParamChoices', 'StringParamValue', 'StringParameter', 'StringSetting', 'SuccessParam', 'SummaryParam', 'SystemSettingAccess', 'SystemSettingAssignment', 'TableField', 'TableFieldsParam', 'TableImageActionParam', 'TableImageParam', 'TableParams', 'TablePinnableParam', 'TableSearchableParam', 'TableSortableParam', 'TargetAccess', 'TargetAssignment', 'TargetExpressionAssignment', 'TargetIncrementDecrementAssignment', 'TargetParam', 'TargetQuickModifyAssignment', 'TargetTypeCheckExpression', 'TimeExp', 'TimeLimitParam', 'TrackerExp', 'TrackerParameter', 'TrackerStyleParameter', 'TypeParam', 'Update', 'UpdateParent', 'UpdateSelf', 'User', 'UserProperty', 'VariableAccess', 'VariableAssignment', 'VariableExpression', 'VariableExpressionAssignment', 'VariableIncrementDecrementAssignment', 'VariableQuickModifyAssignment', 'VisibilityParam', 'VisibilityValue', 'Wait', 'WhenExpressions', 'WhereParam', 'WidthParam', 'WipFields'];
|
|
1198
|
+
return ['Access', 'Action', 'ActionParam', 'Actor', 'ArrayExpression', 'Assignment', 'AttributeExp', 'AttributeFunctionParam', 'AttributeParamMod', 'AttributeParameter', 'AttributeRollParam', 'AttributeStyleParam', 'BackgroundParam', 'BasicFields', 'BinaryExpression', 'BooleanExp', 'BooleanParamValue', 'BooleanParameter', 'BooleanSetting', 'ChatBlock', 'ChatBlockExpression', 'ChatCard', 'ChoiceCustomProperty', 'ChoiceProperty', 'ChoiceStringValue', 'ClassExpression', 'ColorParam', 'Column', 'Combat', 'CombatMethods', 'CombatProperty', 'ComparisonExpression', 'ComplexFields', 'Config', 'ConfigExpression', 'ConfigFlag', 'CritParam', 'DamageBonusesField', 'DamageResistancesField', 'DamageRoll', 'DamageRollParam', 'DamageTrackExp', 'DamageTrackParams', 'DamageTrackTypesParam', 'DamageTypeChoiceField', 'DateExp', 'DateTimeExp', 'DateTimeFields', 'DiceField', 'DiceFields', 'DieChoicesParam', 'DieField', 'DieInitialParam', 'DieNoneParam', 'DieParams', 'DieValueParam', 'Document', 'DocumentChoiceExp', 'DocumentChoiceParms', 'DocumentChoicesExp', 'DocumentCreatableParam', 'DocumentDefaultParam', 'DocumentDescriptionParam', 'DocumentFields', 'DocumentParam', 'DocumentSvgParam', 'Each', 'EachAccess', 'ElseIf', 'Entry', 'Expr', 'Expression', 'ExpressionAssignment', 'FailureParam', 'FleetingAccess', 'FumbleParam', 'FunctionCall', 'FunctionDefinition', 'FunctionParam', 'GlobalParam', 'Group', 'HeightParam', 'HideLabelParam', 'HookHandler', 'HtmlExp', 'IconParam', 'IfStatement', 'ImageField', 'ImageFieldParam', 'ImageInitialParam', 'ImageParam', 'ImagePrimaryParam', 'IncrementDecrementAssignment', 'InitiativeProperty', 'InventoryColumnsParam', 'InventoryEmptySlotsParam', 'InventoryField', 'InventoryMoneyParam', 'InventoryParams', 'InventoryQuantityParam', 'InventoryRowsParam', 'InventorySlotSizeParam', 'InventorySlotsParam', 'InventorySortParam', 'InventorySumMaxParam', 'InventorySumMaxValues', 'InventorySumParam', 'InventorySumProperties', 'InventorySummaryParam', 'Item', 'ItemAccess', 'JS', 'Keyword', 'KeywordParam', 'Keywords', 'LabelParam', 'Layout', 'Literal', 'LocationParam', 'LogExpression', 'MacroExecute', 'MacroField', 'MathEmptyExpression', 'MathExpression', 'MathParamExpression', 'MathSingleExpression', 'MeasuredTemplateField', 'MethodBlock', 'MethodBlockExpression', 'MethodContainer', 'MethodParam', 'MoneyDenomination', 'MoneyDenominationParam', 'MoneyDenominationValueParam', 'MoneyDisplayParam', 'MoneyField', 'MoneyFormatParam', 'MoneyParameter', 'MoneyPrecisionParam', 'NegExpression', 'NumberExp', 'NumberFieldParams', 'NumberParamCalculator', 'NumberParamInitial', 'NumberParamMax', 'NumberParamMin', 'NumberParamValue', 'NumberParameter', 'NumberRange', 'NumberSetting', 'Page', 'PaperDollDocumentReference', 'PaperDollElement', 'PaperDollExp', 'PaperDollParameter', 'Parameter', 'ParentAccess', 'ParentAssignment', 'ParentExpressionAssignment', 'ParentIncrementDecrementAssignment', 'ParentPropertyRefChoice', 'ParentPropertyRefChoiceParam', 'ParentPropertyRefExp', 'ParentPropertyRefParams', 'ParentQuickModifyAssignment', 'ParentTypeCheckExpression', 'PinnedField', 'PlayAudio', 'PlayAudioFile', 'PlayAudioParams', 'PlayAudioVolume', 'PrimitiveExpression', 'Prompt', 'PromptInputAccess', 'PromptParams', 'Property', 'QuickModifyAssignment', 'Ref', 'ReferenceFields', 'ResourceExp', 'ResourceParameter', 'ReturnExpression', 'Roll', 'RollParam', 'RollParameter', 'RollPredicateArg', 'RollResultAccess', 'RollVisualizerField', 'RollVisualizerParameter', 'RollVisualizerValueParam', 'Row', 'Section', 'SegmentsParameter', 'SelfMethod', 'SelfPropertyRefChoice', 'SelfPropertyRefChoiceParam', 'SelfPropertyRefExp', 'SelfPropertyRefParams', 'SettingChoices', 'SettingField', 'SettingHint', 'SettingInitial', 'SettingParam', 'SettingScope', 'Settings', 'ShorthandComparisonExpression', 'SingleDocumentExp', 'SizeParam', 'StandardFieldParams', 'StatusParamWhen', 'StatusProperty', 'StatusPropertyParameter', 'StringChoice', 'StringChoiceField', 'StringChoiceSetting', 'StringChoicesField', 'StringChoicesParamChoices', 'StringChoicesParamInitial', 'StringChoicesParamMax', 'StringChoicesParameter', 'StringExp', 'StringExtendedChoice', 'StringParamChoices', 'StringParamValue', 'StringParameter', 'StringSetting', 'SuccessParam', 'SummaryParam', 'SystemSettingAccess', 'SystemSettingAssignment', 'TableField', 'TableFieldsParam', 'TableImageActionParam', 'TableImageParam', 'TableParams', 'TablePinnableParam', 'TableSearchableParam', 'TableSortableParam', 'TargetAccess', 'TargetAssignment', 'TargetExpressionAssignment', 'TargetIncrementDecrementAssignment', 'TargetParam', 'TargetQuickModifyAssignment', 'TargetTypeCheckExpression', 'Theme', 'ThemeBackgroundParam', 'ThemeBodyParam', 'ThemeBorderGroup', 'ThemeColorProp', 'ThemeDisabledGroup', 'ThemeFamilyProp', 'ThemeFieldParam', 'ThemeFontFaceProp', 'ThemeFontGroup', 'ThemeHeadingGroup', 'ThemeHeightGroup', 'ThemeMaxProp', 'ThemeMinProp', 'ThemePaletteParam', 'ThemePrimaryParam', 'ThemeRadiusProp', 'ThemeSecondaryParam', 'ThemeSizeProp', 'ThemeTertiaryParam', 'ThemeTextParam', 'ThemeTransformProp', 'ThemeWidthGroup', 'ThemeWidthProp', 'TimeExp', 'TimeLimitParam', 'TrackerExp', 'TrackerParameter', 'TrackerStyleParameter', 'TypeParam', 'Update', 'UpdateParent', 'UpdateSelf', 'User', 'UserProperty', 'VariableAccess', 'VariableAssignment', 'VariableExpression', 'VariableExpressionAssignment', 'VariableIncrementDecrementAssignment', 'VariableQuickModifyAssignment', 'VisibilityParam', 'VisibilityValue', 'Wait', 'WhenExpressions', 'WhereParam', 'WidthParam', 'WipFields'];
|
|
1079
1199
|
}
|
|
1080
1200
|
computeIsSubtype(subtype, supertype) {
|
|
1081
1201
|
switch (subtype) {
|
|
@@ -1132,6 +1252,7 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
1132
1252
|
case AttributeExp:
|
|
1133
1253
|
case DamageBonusesField:
|
|
1134
1254
|
case DamageResistancesField:
|
|
1255
|
+
case ImageField:
|
|
1135
1256
|
case MeasuredTemplateField:
|
|
1136
1257
|
case MoneyField:
|
|
1137
1258
|
case PinnedField:
|
|
@@ -1270,9 +1391,18 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
1270
1391
|
case WidthParam: {
|
|
1271
1392
|
return this.isSubtype(DocumentParam, supertype) || this.isSubtype(PromptParams, supertype);
|
|
1272
1393
|
}
|
|
1394
|
+
case HideLabelParam:
|
|
1395
|
+
case ThemeFieldParam:
|
|
1396
|
+
case VisibilityParam: {
|
|
1397
|
+
return this.isSubtype(StandardFieldParams, supertype);
|
|
1398
|
+
}
|
|
1273
1399
|
case IconParam: {
|
|
1274
1400
|
return this.isSubtype(ChoiceProperty, supertype) || this.isSubtype(DocumentParam, supertype) || this.isSubtype(KeywordParam, supertype) || this.isSubtype(MoneyDenominationParam, supertype) || this.isSubtype(PromptParams, supertype) || this.isSubtype(StandardFieldParams, supertype);
|
|
1275
1401
|
}
|
|
1402
|
+
case ImageInitialParam:
|
|
1403
|
+
case ImagePrimaryParam: {
|
|
1404
|
+
return this.isSubtype(ImageFieldParam, supertype);
|
|
1405
|
+
}
|
|
1276
1406
|
case ImageParam:
|
|
1277
1407
|
case SizeParam: {
|
|
1278
1408
|
return this.isSubtype(PaperDollParameter, supertype);
|
|
@@ -1374,7 +1504,7 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
1374
1504
|
return this.isSubtype(SettingParam, supertype);
|
|
1375
1505
|
}
|
|
1376
1506
|
case StandardFieldParams: {
|
|
1377
|
-
return this.isSubtype(ActionParam, supertype) || this.isSubtype(AttributeParameter, supertype) || this.isSubtype(BooleanParameter, supertype) || this.isSubtype(DamageTrackParams, supertype) || this.isSubtype(DieParams, supertype) || this.isSubtype(DocumentChoiceParms, supertype) || this.isSubtype(InventoryParams, supertype) || this.isSubtype(MoneyParameter, supertype) || this.isSubtype(NumberParameter, supertype) || this.isSubtype(PaperDollParameter, supertype) || this.isSubtype(ParentPropertyRefParams, supertype) || this.isSubtype(ResourceParameter, supertype) || this.isSubtype(RollVisualizerParameter, supertype) || this.isSubtype(SelfPropertyRefParams, supertype) || this.isSubtype(StringChoicesParameter, supertype) || this.isSubtype(StringParameter, supertype) || this.isSubtype(TableParams, supertype) || this.isSubtype(TrackerParameter, supertype);
|
|
1507
|
+
return this.isSubtype(ActionParam, supertype) || this.isSubtype(AttributeParameter, supertype) || this.isSubtype(BooleanParameter, supertype) || this.isSubtype(DamageTrackParams, supertype) || this.isSubtype(DieParams, supertype) || this.isSubtype(DocumentChoiceParms, supertype) || this.isSubtype(ImageFieldParam, supertype) || this.isSubtype(InventoryParams, supertype) || this.isSubtype(MoneyParameter, supertype) || this.isSubtype(NumberParameter, supertype) || this.isSubtype(PaperDollParameter, supertype) || this.isSubtype(ParentPropertyRefParams, supertype) || this.isSubtype(ResourceParameter, supertype) || this.isSubtype(RollVisualizerParameter, supertype) || this.isSubtype(SelfPropertyRefParams, supertype) || this.isSubtype(StringChoicesParameter, supertype) || this.isSubtype(StringParameter, supertype) || this.isSubtype(TableParams, supertype) || this.isSubtype(TrackerParameter, supertype);
|
|
1378
1508
|
}
|
|
1379
1509
|
case StatusParamWhen: {
|
|
1380
1510
|
return this.isSubtype(StatusPropertyParameter, supertype);
|
|
@@ -1404,6 +1534,22 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
1404
1534
|
case TargetQuickModifyAssignment: {
|
|
1405
1535
|
return this.isSubtype(TargetAssignment, supertype);
|
|
1406
1536
|
}
|
|
1537
|
+
case ThemeBackgroundParam:
|
|
1538
|
+
case ThemePrimaryParam:
|
|
1539
|
+
case ThemeSecondaryParam:
|
|
1540
|
+
case ThemeTertiaryParam:
|
|
1541
|
+
case ThemeTextParam: {
|
|
1542
|
+
return this.isSubtype(ThemePaletteParam, supertype);
|
|
1543
|
+
}
|
|
1544
|
+
case ThemeBorderGroup:
|
|
1545
|
+
case ThemeDisabledGroup:
|
|
1546
|
+
case ThemeFontGroup:
|
|
1547
|
+
case ThemeHeadingGroup:
|
|
1548
|
+
case ThemeHeightGroup:
|
|
1549
|
+
case ThemePaletteParam:
|
|
1550
|
+
case ThemeWidthGroup: {
|
|
1551
|
+
return this.isSubtype(ThemeBodyParam, supertype);
|
|
1552
|
+
}
|
|
1407
1553
|
case UpdateParent:
|
|
1408
1554
|
case UpdateSelf: {
|
|
1409
1555
|
return this.isSubtype(Update, supertype);
|
|
@@ -1419,9 +1565,6 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
1419
1565
|
case VariableQuickModifyAssignment: {
|
|
1420
1566
|
return this.isSubtype(VariableAssignment, supertype);
|
|
1421
1567
|
}
|
|
1422
|
-
case VisibilityParam: {
|
|
1423
|
-
return this.isSubtype(StandardFieldParams, supertype);
|
|
1424
|
-
}
|
|
1425
1568
|
case WhereParam: {
|
|
1426
1569
|
return this.isSubtype(DocumentChoiceParms, supertype) || this.isSubtype(InventoryParams, supertype) || this.isSubtype(TableParams, supertype);
|
|
1427
1570
|
}
|
|
@@ -1688,7 +1831,8 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
1688
1831
|
return {
|
|
1689
1832
|
name: 'Column',
|
|
1690
1833
|
properties: [
|
|
1691
|
-
{ name: 'body'
|
|
1834
|
+
{ name: 'body' },
|
|
1835
|
+
{ name: 'params', defaultValue: [] }
|
|
1692
1836
|
]
|
|
1693
1837
|
};
|
|
1694
1838
|
}
|
|
@@ -1736,6 +1880,15 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
1736
1880
|
]
|
|
1737
1881
|
};
|
|
1738
1882
|
}
|
|
1883
|
+
case 'ConfigFlag': {
|
|
1884
|
+
return {
|
|
1885
|
+
name: 'ConfigFlag',
|
|
1886
|
+
properties: [
|
|
1887
|
+
{ name: 'type' },
|
|
1888
|
+
{ name: 'value', defaultValue: false }
|
|
1889
|
+
]
|
|
1890
|
+
};
|
|
1891
|
+
}
|
|
1739
1892
|
case 'CritParam': {
|
|
1740
1893
|
return {
|
|
1741
1894
|
name: 'CritParam',
|
|
@@ -2046,6 +2199,14 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
2046
2199
|
]
|
|
2047
2200
|
};
|
|
2048
2201
|
}
|
|
2202
|
+
case 'HideLabelParam': {
|
|
2203
|
+
return {
|
|
2204
|
+
name: 'HideLabelParam',
|
|
2205
|
+
properties: [
|
|
2206
|
+
{ name: 'value', defaultValue: false }
|
|
2207
|
+
]
|
|
2208
|
+
};
|
|
2209
|
+
}
|
|
2049
2210
|
case 'HookHandler': {
|
|
2050
2211
|
return {
|
|
2051
2212
|
name: 'HookHandler',
|
|
@@ -2085,6 +2246,24 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
2085
2246
|
]
|
|
2086
2247
|
};
|
|
2087
2248
|
}
|
|
2249
|
+
case 'ImageField': {
|
|
2250
|
+
return {
|
|
2251
|
+
name: 'ImageField',
|
|
2252
|
+
properties: [
|
|
2253
|
+
{ name: 'modifier' },
|
|
2254
|
+
{ name: 'name' },
|
|
2255
|
+
{ name: 'params', defaultValue: [] }
|
|
2256
|
+
]
|
|
2257
|
+
};
|
|
2258
|
+
}
|
|
2259
|
+
case 'ImageInitialParam': {
|
|
2260
|
+
return {
|
|
2261
|
+
name: 'ImageInitialParam',
|
|
2262
|
+
properties: [
|
|
2263
|
+
{ name: 'value' }
|
|
2264
|
+
]
|
|
2265
|
+
};
|
|
2266
|
+
}
|
|
2088
2267
|
case 'ImageParam': {
|
|
2089
2268
|
return {
|
|
2090
2269
|
name: 'ImageParam',
|
|
@@ -2093,6 +2272,14 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
2093
2272
|
]
|
|
2094
2273
|
};
|
|
2095
2274
|
}
|
|
2275
|
+
case 'ImagePrimaryParam': {
|
|
2276
|
+
return {
|
|
2277
|
+
name: 'ImagePrimaryParam',
|
|
2278
|
+
properties: [
|
|
2279
|
+
{ name: 'value', defaultValue: false }
|
|
2280
|
+
]
|
|
2281
|
+
};
|
|
2282
|
+
}
|
|
2096
2283
|
case 'IncrementDecrementAssignment': {
|
|
2097
2284
|
return {
|
|
2098
2285
|
name: 'IncrementDecrementAssignment',
|
|
@@ -2769,7 +2956,8 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
2769
2956
|
return {
|
|
2770
2957
|
name: 'Row',
|
|
2771
2958
|
properties: [
|
|
2772
|
-
{ name: 'body'
|
|
2959
|
+
{ name: 'body' },
|
|
2960
|
+
{ name: 'params', defaultValue: [] }
|
|
2773
2961
|
]
|
|
2774
2962
|
};
|
|
2775
2963
|
}
|
|
@@ -2777,8 +2965,9 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
2777
2965
|
return {
|
|
2778
2966
|
name: 'Section',
|
|
2779
2967
|
properties: [
|
|
2780
|
-
{ name: 'body'
|
|
2781
|
-
{ name: 'name' }
|
|
2968
|
+
{ name: 'body' },
|
|
2969
|
+
{ name: 'name' },
|
|
2970
|
+
{ name: 'params' }
|
|
2782
2971
|
]
|
|
2783
2972
|
};
|
|
2784
2973
|
}
|
|
@@ -3156,6 +3345,182 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
3156
3345
|
]
|
|
3157
3346
|
};
|
|
3158
3347
|
}
|
|
3348
|
+
case 'Theme': {
|
|
3349
|
+
return {
|
|
3350
|
+
name: 'Theme',
|
|
3351
|
+
properties: [
|
|
3352
|
+
{ name: 'params', defaultValue: [] }
|
|
3353
|
+
]
|
|
3354
|
+
};
|
|
3355
|
+
}
|
|
3356
|
+
case 'ThemeBackgroundParam': {
|
|
3357
|
+
return {
|
|
3358
|
+
name: 'ThemeBackgroundParam',
|
|
3359
|
+
properties: [
|
|
3360
|
+
{ name: 'value' }
|
|
3361
|
+
]
|
|
3362
|
+
};
|
|
3363
|
+
}
|
|
3364
|
+
case 'ThemeBorderGroup': {
|
|
3365
|
+
return {
|
|
3366
|
+
name: 'ThemeBorderGroup',
|
|
3367
|
+
properties: [
|
|
3368
|
+
{ name: 'props' }
|
|
3369
|
+
]
|
|
3370
|
+
};
|
|
3371
|
+
}
|
|
3372
|
+
case 'ThemeColorProp': {
|
|
3373
|
+
return {
|
|
3374
|
+
name: 'ThemeColorProp',
|
|
3375
|
+
properties: [
|
|
3376
|
+
{ name: 'value' }
|
|
3377
|
+
]
|
|
3378
|
+
};
|
|
3379
|
+
}
|
|
3380
|
+
case 'ThemeDisabledGroup': {
|
|
3381
|
+
return {
|
|
3382
|
+
name: 'ThemeDisabledGroup',
|
|
3383
|
+
properties: [
|
|
3384
|
+
{ name: 'props' }
|
|
3385
|
+
]
|
|
3386
|
+
};
|
|
3387
|
+
}
|
|
3388
|
+
case 'ThemeFamilyProp': {
|
|
3389
|
+
return {
|
|
3390
|
+
name: 'ThemeFamilyProp',
|
|
3391
|
+
properties: [
|
|
3392
|
+
{ name: 'value' }
|
|
3393
|
+
]
|
|
3394
|
+
};
|
|
3395
|
+
}
|
|
3396
|
+
case 'ThemeFieldParam': {
|
|
3397
|
+
return {
|
|
3398
|
+
name: 'ThemeFieldParam',
|
|
3399
|
+
properties: [
|
|
3400
|
+
{ name: 'params', defaultValue: [] }
|
|
3401
|
+
]
|
|
3402
|
+
};
|
|
3403
|
+
}
|
|
3404
|
+
case 'ThemeFontFaceProp': {
|
|
3405
|
+
return {
|
|
3406
|
+
name: 'ThemeFontFaceProp',
|
|
3407
|
+
properties: [
|
|
3408
|
+
{ name: 'value' }
|
|
3409
|
+
]
|
|
3410
|
+
};
|
|
3411
|
+
}
|
|
3412
|
+
case 'ThemeFontGroup': {
|
|
3413
|
+
return {
|
|
3414
|
+
name: 'ThemeFontGroup',
|
|
3415
|
+
properties: [
|
|
3416
|
+
{ name: 'props' }
|
|
3417
|
+
]
|
|
3418
|
+
};
|
|
3419
|
+
}
|
|
3420
|
+
case 'ThemeHeadingGroup': {
|
|
3421
|
+
return {
|
|
3422
|
+
name: 'ThemeHeadingGroup',
|
|
3423
|
+
properties: [
|
|
3424
|
+
{ name: 'props' }
|
|
3425
|
+
]
|
|
3426
|
+
};
|
|
3427
|
+
}
|
|
3428
|
+
case 'ThemeHeightGroup': {
|
|
3429
|
+
return {
|
|
3430
|
+
name: 'ThemeHeightGroup',
|
|
3431
|
+
properties: [
|
|
3432
|
+
{ name: 'props' }
|
|
3433
|
+
]
|
|
3434
|
+
};
|
|
3435
|
+
}
|
|
3436
|
+
case 'ThemeMaxProp': {
|
|
3437
|
+
return {
|
|
3438
|
+
name: 'ThemeMaxProp',
|
|
3439
|
+
properties: [
|
|
3440
|
+
{ name: 'value' }
|
|
3441
|
+
]
|
|
3442
|
+
};
|
|
3443
|
+
}
|
|
3444
|
+
case 'ThemeMinProp': {
|
|
3445
|
+
return {
|
|
3446
|
+
name: 'ThemeMinProp',
|
|
3447
|
+
properties: [
|
|
3448
|
+
{ name: 'value' }
|
|
3449
|
+
]
|
|
3450
|
+
};
|
|
3451
|
+
}
|
|
3452
|
+
case 'ThemePrimaryParam': {
|
|
3453
|
+
return {
|
|
3454
|
+
name: 'ThemePrimaryParam',
|
|
3455
|
+
properties: [
|
|
3456
|
+
{ name: 'value' }
|
|
3457
|
+
]
|
|
3458
|
+
};
|
|
3459
|
+
}
|
|
3460
|
+
case 'ThemeRadiusProp': {
|
|
3461
|
+
return {
|
|
3462
|
+
name: 'ThemeRadiusProp',
|
|
3463
|
+
properties: [
|
|
3464
|
+
{ name: 'value' }
|
|
3465
|
+
]
|
|
3466
|
+
};
|
|
3467
|
+
}
|
|
3468
|
+
case 'ThemeSecondaryParam': {
|
|
3469
|
+
return {
|
|
3470
|
+
name: 'ThemeSecondaryParam',
|
|
3471
|
+
properties: [
|
|
3472
|
+
{ name: 'value' }
|
|
3473
|
+
]
|
|
3474
|
+
};
|
|
3475
|
+
}
|
|
3476
|
+
case 'ThemeSizeProp': {
|
|
3477
|
+
return {
|
|
3478
|
+
name: 'ThemeSizeProp',
|
|
3479
|
+
properties: [
|
|
3480
|
+
{ name: 'value' }
|
|
3481
|
+
]
|
|
3482
|
+
};
|
|
3483
|
+
}
|
|
3484
|
+
case 'ThemeTertiaryParam': {
|
|
3485
|
+
return {
|
|
3486
|
+
name: 'ThemeTertiaryParam',
|
|
3487
|
+
properties: [
|
|
3488
|
+
{ name: 'value' }
|
|
3489
|
+
]
|
|
3490
|
+
};
|
|
3491
|
+
}
|
|
3492
|
+
case 'ThemeTextParam': {
|
|
3493
|
+
return {
|
|
3494
|
+
name: 'ThemeTextParam',
|
|
3495
|
+
properties: [
|
|
3496
|
+
{ name: 'value' }
|
|
3497
|
+
]
|
|
3498
|
+
};
|
|
3499
|
+
}
|
|
3500
|
+
case 'ThemeTransformProp': {
|
|
3501
|
+
return {
|
|
3502
|
+
name: 'ThemeTransformProp',
|
|
3503
|
+
properties: [
|
|
3504
|
+
{ name: 'value' }
|
|
3505
|
+
]
|
|
3506
|
+
};
|
|
3507
|
+
}
|
|
3508
|
+
case 'ThemeWidthGroup': {
|
|
3509
|
+
return {
|
|
3510
|
+
name: 'ThemeWidthGroup',
|
|
3511
|
+
properties: [
|
|
3512
|
+
{ name: 'props' }
|
|
3513
|
+
]
|
|
3514
|
+
};
|
|
3515
|
+
}
|
|
3516
|
+
case 'ThemeWidthProp': {
|
|
3517
|
+
return {
|
|
3518
|
+
name: 'ThemeWidthProp',
|
|
3519
|
+
properties: [
|
|
3520
|
+
{ name: 'value' }
|
|
3521
|
+
]
|
|
3522
|
+
};
|
|
3523
|
+
}
|
|
3159
3524
|
case 'TimeExp': {
|
|
3160
3525
|
return {
|
|
3161
3526
|
name: 'TimeExp',
|