intelligent-system-design-language 0.3.27 → 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/_isdlStyles.scss +28 -0
- package/out/cli/components/_isdlStyles.scss +28 -0
- 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 +77 -37
- package/out/cli/components/css-generator.js.map +1 -1
- package/out/cli/components/datamodel-generator.js +31 -13
- package/out/cli/components/datamodel-generator.js.map +1 -1
- package/out/cli/components/init-hook-generator.js +21 -12
- package/out/cli/components/init-hook-generator.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-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 +1 -0
- 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-sheet-application-generator.js +73 -25
- 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/extension/main.cjs +956 -640
- package/out/extension/main.cjs.map +3 -3
- package/out/extension/package.json +1 -1
- package/out/language/generated/ast.js +67 -7
- package/out/language/generated/ast.js.map +1 -1
- package/out/language/generated/grammar.js +891 -638
- package/out/language/generated/grammar.js.map +1 -1
- package/out/language/intelligent-system-design-language-validator.js +18 -7
- package/out/language/intelligent-system-design-language-validator.js.map +1 -1
- package/out/language/main.cjs +956 -640
- package/out/language/main.cjs.map +3 -3
- package/out/package.json +1 -1
- package/out/test/validating/theme.test.js +10 -10
- package/out/test/validating/theme.test.js.map +1 -1
- 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);
|
|
@@ -501,6 +505,10 @@ export const HeightParam = 'HeightParam';
|
|
|
501
505
|
export function isHeightParam(item) {
|
|
502
506
|
return reflection.isInstance(item, HeightParam);
|
|
503
507
|
}
|
|
508
|
+
export const HideLabelParam = 'HideLabelParam';
|
|
509
|
+
export function isHideLabelParam(item) {
|
|
510
|
+
return reflection.isInstance(item, HideLabelParam);
|
|
511
|
+
}
|
|
504
512
|
export const HookHandler = 'HookHandler';
|
|
505
513
|
export function isHookHandler(item) {
|
|
506
514
|
return reflection.isInstance(item, HookHandler);
|
|
@@ -517,10 +525,22 @@ export const IfStatement = 'IfStatement';
|
|
|
517
525
|
export function isIfStatement(item) {
|
|
518
526
|
return reflection.isInstance(item, IfStatement);
|
|
519
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
|
+
}
|
|
520
536
|
export const ImageParam = 'ImageParam';
|
|
521
537
|
export function isImageParam(item) {
|
|
522
538
|
return reflection.isInstance(item, ImageParam);
|
|
523
539
|
}
|
|
540
|
+
export const ImagePrimaryParam = 'ImagePrimaryParam';
|
|
541
|
+
export function isImagePrimaryParam(item) {
|
|
542
|
+
return reflection.isInstance(item, ImagePrimaryParam);
|
|
543
|
+
}
|
|
524
544
|
export const IncrementDecrementAssignment = 'IncrementDecrementAssignment';
|
|
525
545
|
export function isIncrementDecrementAssignment(item) {
|
|
526
546
|
return reflection.isInstance(item, IncrementDecrementAssignment);
|
|
@@ -1175,7 +1195,7 @@ export function isTargetAccess(item) {
|
|
|
1175
1195
|
}
|
|
1176
1196
|
export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstReflection {
|
|
1177
1197
|
getAllTypes() {
|
|
1178
|
-
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', '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', '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'];
|
|
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'];
|
|
1179
1199
|
}
|
|
1180
1200
|
computeIsSubtype(subtype, supertype) {
|
|
1181
1201
|
switch (subtype) {
|
|
@@ -1232,6 +1252,7 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
1232
1252
|
case AttributeExp:
|
|
1233
1253
|
case DamageBonusesField:
|
|
1234
1254
|
case DamageResistancesField:
|
|
1255
|
+
case ImageField:
|
|
1235
1256
|
case MeasuredTemplateField:
|
|
1236
1257
|
case MoneyField:
|
|
1237
1258
|
case PinnedField:
|
|
@@ -1370,9 +1391,18 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
1370
1391
|
case WidthParam: {
|
|
1371
1392
|
return this.isSubtype(DocumentParam, supertype) || this.isSubtype(PromptParams, supertype);
|
|
1372
1393
|
}
|
|
1394
|
+
case HideLabelParam:
|
|
1395
|
+
case ThemeFieldParam:
|
|
1396
|
+
case VisibilityParam: {
|
|
1397
|
+
return this.isSubtype(StandardFieldParams, supertype);
|
|
1398
|
+
}
|
|
1373
1399
|
case IconParam: {
|
|
1374
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);
|
|
1375
1401
|
}
|
|
1402
|
+
case ImageInitialParam:
|
|
1403
|
+
case ImagePrimaryParam: {
|
|
1404
|
+
return this.isSubtype(ImageFieldParam, supertype);
|
|
1405
|
+
}
|
|
1376
1406
|
case ImageParam:
|
|
1377
1407
|
case SizeParam: {
|
|
1378
1408
|
return this.isSubtype(PaperDollParameter, supertype);
|
|
@@ -1474,7 +1504,7 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
1474
1504
|
return this.isSubtype(SettingParam, supertype);
|
|
1475
1505
|
}
|
|
1476
1506
|
case StandardFieldParams: {
|
|
1477
|
-
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);
|
|
1478
1508
|
}
|
|
1479
1509
|
case StatusParamWhen: {
|
|
1480
1510
|
return this.isSubtype(StatusPropertyParameter, supertype);
|
|
@@ -1520,10 +1550,6 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
1520
1550
|
case ThemeWidthGroup: {
|
|
1521
1551
|
return this.isSubtype(ThemeBodyParam, supertype);
|
|
1522
1552
|
}
|
|
1523
|
-
case ThemeFieldParam:
|
|
1524
|
-
case VisibilityParam: {
|
|
1525
|
-
return this.isSubtype(StandardFieldParams, supertype);
|
|
1526
|
-
}
|
|
1527
1553
|
case UpdateParent:
|
|
1528
1554
|
case UpdateSelf: {
|
|
1529
1555
|
return this.isSubtype(Update, supertype);
|
|
@@ -2173,6 +2199,14 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
2173
2199
|
]
|
|
2174
2200
|
};
|
|
2175
2201
|
}
|
|
2202
|
+
case 'HideLabelParam': {
|
|
2203
|
+
return {
|
|
2204
|
+
name: 'HideLabelParam',
|
|
2205
|
+
properties: [
|
|
2206
|
+
{ name: 'value', defaultValue: false }
|
|
2207
|
+
]
|
|
2208
|
+
};
|
|
2209
|
+
}
|
|
2176
2210
|
case 'HookHandler': {
|
|
2177
2211
|
return {
|
|
2178
2212
|
name: 'HookHandler',
|
|
@@ -2212,6 +2246,24 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
2212
2246
|
]
|
|
2213
2247
|
};
|
|
2214
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
|
+
}
|
|
2215
2267
|
case 'ImageParam': {
|
|
2216
2268
|
return {
|
|
2217
2269
|
name: 'ImageParam',
|
|
@@ -2220,6 +2272,14 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
2220
2272
|
]
|
|
2221
2273
|
};
|
|
2222
2274
|
}
|
|
2275
|
+
case 'ImagePrimaryParam': {
|
|
2276
|
+
return {
|
|
2277
|
+
name: 'ImagePrimaryParam',
|
|
2278
|
+
properties: [
|
|
2279
|
+
{ name: 'value', defaultValue: false }
|
|
2280
|
+
]
|
|
2281
|
+
};
|
|
2282
|
+
}
|
|
2223
2283
|
case 'IncrementDecrementAssignment': {
|
|
2224
2284
|
return {
|
|
2225
2285
|
name: 'IncrementDecrementAssignment',
|
|
@@ -2907,7 +2967,7 @@ export class IntelligentSystemDesignLanguageAstReflection extends AbstractAstRef
|
|
|
2907
2967
|
properties: [
|
|
2908
2968
|
{ name: 'body' },
|
|
2909
2969
|
{ name: 'name' },
|
|
2910
|
-
{ name: 'params'
|
|
2970
|
+
{ name: 'params' }
|
|
2911
2971
|
]
|
|
2912
2972
|
};
|
|
2913
2973
|
}
|