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
package/out/package.json
CHANGED
|
@@ -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",
|
package/out/styles.scss
CHANGED
|
@@ -35,9 +35,26 @@
|
|
|
35
35
|
// Copy of Foundry app styles for vue apps
|
|
36
36
|
.#{$dynamic-id}.vue-application {
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
// Theme token defaults. These color tokens have a single, consistent fallback across all
|
|
39
|
+
// consumers, so we declare them here (= their default value) instead of leaving them
|
|
40
|
+
// undeclared. That keeps them always-defined for sidecar / custom.css authors and devtools,
|
|
41
|
+
// while the generated theme.css (loaded AFTER this file) overrides them when the author sets
|
|
42
|
+
// the token. Tokens NOT declared here (border/background/heading-color/sizes) intentionally
|
|
43
|
+
// stay undeclared: their consumers use DIFFERENT fallbacks (e.g. border = transparent on the
|
|
44
|
+
// field wrapper but --color-cool-4 for input borders), or an `inherit`/`auto`/`none` fallback
|
|
45
|
+
// that only resolves correctly at the consuming element — a single root default would break them.
|
|
46
|
+
--isdl-primary: transparent;
|
|
47
|
+
--isdl-text: var(--color-light-2);
|
|
48
|
+
// Disabled (play-mode) field text. Form fields keep a light fill regardless of theme, so
|
|
49
|
+
// the default is a dark on-field color — NOT the sheet body text (light on dark themes).
|
|
50
|
+
--isdl-disabled-color: var(--color-text-dark-primary);
|
|
51
|
+
|
|
52
|
+
// Theme tokens feed the existing cascade variables (fallback = default look, so
|
|
53
|
+
// unthemed systems are unchanged). Setting `text`/`border { }`/`font { }`/`background` in
|
|
54
|
+
// `config { theme { } }` propagates through every component that reads these.
|
|
55
|
+
--color-text-primary: var(--isdl-text, var(--color-light-2));
|
|
39
56
|
--color-header-background: rgba(0, 0, 0, 0.5);
|
|
40
|
-
--color-border: var(--color-cool-4);
|
|
57
|
+
--color-border: var(--isdl-border, var(--color-cool-4));
|
|
41
58
|
--color-fieldset-border: var(--color-light-6);
|
|
42
59
|
--color-form-hint: var(--color-light-5);
|
|
43
60
|
--color-form-hint-hover: var(--color-light-4);
|
|
@@ -46,15 +63,16 @@
|
|
|
46
63
|
--color-select-option-bg: transparent;
|
|
47
64
|
--v-theme-overlay-multiplier: 1;
|
|
48
65
|
--v-disabled-opacity: 0.7;
|
|
66
|
+
font-family: var(--isdl-font, inherit);
|
|
49
67
|
|
|
50
68
|
|
|
51
69
|
.window-content {
|
|
52
70
|
@include vuetifyStyles.vuetifyStyles;
|
|
53
71
|
@include vuetifyOverrides.vuetifyOverrides;
|
|
54
72
|
|
|
55
|
-
--color-text-primary: var(--color-light-2);
|
|
73
|
+
--color-text-primary: var(--isdl-text, var(--color-light-2));
|
|
56
74
|
--color-header-background: rgba(0, 0, 0, 0.5);
|
|
57
|
-
--color-border: var(--color-cool-4);
|
|
75
|
+
--color-border: var(--isdl-border, var(--color-cool-4));
|
|
58
76
|
--color-fieldset-border: var(--color-light-6);
|
|
59
77
|
--color-form-hint: var(--color-light-5);
|
|
60
78
|
--color-form-hint-hover: var(--color-light-4);
|
|
@@ -63,6 +81,17 @@
|
|
|
63
81
|
--color-select-option-bg: transparent;
|
|
64
82
|
--v-theme-overlay-multiplier: 1;
|
|
65
83
|
--v-disabled-opacity: 0.7;
|
|
84
|
+
font-family: var(--isdl-font, inherit);
|
|
85
|
+
font-size: var(--isdl-font-size, inherit);
|
|
86
|
+
background-color: var(--isdl-background, transparent);
|
|
87
|
+
|
|
88
|
+
// Vuetify's <v-app> paints its own theme background (white in the light theme) ON TOP
|
|
89
|
+
// of .window-content, which would bury the `background` token. When the token is set,
|
|
90
|
+
// paint the v-app with it; when unset, fall back to Vuetify's own theme background so
|
|
91
|
+
// an unthemed sheet is unchanged.
|
|
92
|
+
.v-application {
|
|
93
|
+
background: var(--isdl-background, rgb(var(--v-theme-background)));
|
|
94
|
+
}
|
|
66
95
|
|
|
67
96
|
overflow-y: scroll;
|
|
68
97
|
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import { EmptyFileSystem } from 'langium';
|
|
2
|
+
import { parseHelper } from 'langium/test';
|
|
3
|
+
import { describe, it, expect } from 'vitest';
|
|
4
|
+
import { createIntelligentSystemDesignLanguageServices } from '../../language/intelligent-system-design-language-module.js';
|
|
5
|
+
const services = createIntelligentSystemDesignLanguageServices(EmptyFileSystem);
|
|
6
|
+
const parse = parseHelper(services.IntelligentSystemDesignLanguage);
|
|
7
|
+
async function errors(src) {
|
|
8
|
+
var _a;
|
|
9
|
+
const doc = await parse(src, { validation: true });
|
|
10
|
+
return ((_a = doc.diagnostics) !== null && _a !== void 0 ? _a : []).filter(d => d.severity === 1);
|
|
11
|
+
}
|
|
12
|
+
// A config whose `theme { }` body is filled in per-test, plus a minimal actor whose
|
|
13
|
+
// `attribute Luck` carries an optional per-field `theme: { }` override.
|
|
14
|
+
const sys = (themeBody, luckParams = '') => `config T {
|
|
15
|
+
id = "t"
|
|
16
|
+
theme {
|
|
17
|
+
${themeBody}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
actor A {
|
|
21
|
+
attribute Luck(${luckParams})
|
|
22
|
+
}`;
|
|
23
|
+
describe('theme token scope validation', () => {
|
|
24
|
+
it('accepts a valid global theme (palette + config-scope groups)', async () => {
|
|
25
|
+
const src = sys(` primary: #112233,
|
|
26
|
+
secondary: #223344,
|
|
27
|
+
background: #334455,
|
|
28
|
+
text: #445566,
|
|
29
|
+
border { color: #556677, width: 2, radius: 4 },
|
|
30
|
+
font { family: "Roboto", size: 14 },
|
|
31
|
+
heading { color: #667788, transform: "uppercase" },
|
|
32
|
+
disabledText { color: #778899 }`);
|
|
33
|
+
expect(await errors(src)).toHaveLength(0);
|
|
34
|
+
});
|
|
35
|
+
it('rejects width in the global theme (field-only)', async () => {
|
|
36
|
+
const errs = await errors(sys(` primary: #112233,
|
|
37
|
+
width { min: 50px }`));
|
|
38
|
+
expect(errs.some(e => e.message.includes("'width'"))).toBe(true);
|
|
39
|
+
});
|
|
40
|
+
it('rejects height in the global theme (field-only)', async () => {
|
|
41
|
+
const errs = await errors(sys(` height { max: 100px }`));
|
|
42
|
+
expect(errs.some(e => e.message.includes("'height'"))).toBe(true);
|
|
43
|
+
});
|
|
44
|
+
it('accepts field-capable tokens per-field (primary/border/width/height)', async () => {
|
|
45
|
+
const src = sys(` primary: #112233`, `theme: { primary: #8b1e1e, border: { color: #8b1e1e, width: 3px }, width: { min: 120px, max: 240px }, height: { min: 40px } }`);
|
|
46
|
+
expect(await errors(src)).toHaveLength(0);
|
|
47
|
+
});
|
|
48
|
+
it('rejects each config-only token used per-field', async () => {
|
|
49
|
+
const badTokens = [
|
|
50
|
+
['secondary', 'secondary: #223344'],
|
|
51
|
+
['tertiary', 'tertiary: #223344'],
|
|
52
|
+
['background', 'background: #223344'],
|
|
53
|
+
['text', 'text: #223344'],
|
|
54
|
+
['font', 'font: { family: "Roboto" }'],
|
|
55
|
+
['heading', 'heading: { color: #223344 }'],
|
|
56
|
+
['disabledText', 'disabledText: { color: #223344 }'],
|
|
57
|
+
];
|
|
58
|
+
for (const [label, frag] of badTokens) {
|
|
59
|
+
const errs = await errors(sys(` primary: #112233`, `theme: { ${frag} }`));
|
|
60
|
+
expect(errs.some(e => e.message.includes(`'${label}'`)), `${label} should be rejected per-field`).toBe(true);
|
|
61
|
+
}
|
|
62
|
+
});
|
|
63
|
+
it('parses the JSON-ish per-field style (colon groups, commas, px) with no errors', async () => {
|
|
64
|
+
// The user's literal example shape: `theme: { primary: #x, width: { min: 50px, max: 100px } }`.
|
|
65
|
+
const src = sys(` primary: #112233`, `theme: { primary: #8b1e1e, width: { min: 50px, max: 100px } }`);
|
|
66
|
+
expect(await errors(src)).toHaveLength(0);
|
|
67
|
+
});
|
|
68
|
+
it('requires commas between entries (terse no-comma style is rejected)', async () => {
|
|
69
|
+
// Theme entries are comma-separated like every other param list. Two top-level tokens
|
|
70
|
+
// with no comma between them must NOT parse.
|
|
71
|
+
const missingTopLevel = await errors(sys(` primary: #112233
|
|
72
|
+
secondary: #223344`));
|
|
73
|
+
expect(missingTopLevel.length).toBeGreaterThan(0);
|
|
74
|
+
// Same inside a group: `color: #x width: 2` (no comma) is a parse error.
|
|
75
|
+
const missingInGroup = await errors(sys(` border { color: #556677 width: 2 }`));
|
|
76
|
+
expect(missingInGroup.length).toBeGreaterThan(0);
|
|
77
|
+
// The comma-separated form parses clean (optional colon before the group brace still allowed).
|
|
78
|
+
const ok = await errors(sys(` primary: #112233,
|
|
79
|
+
border: { color: #556677, width: 2, radius: 4 }`));
|
|
80
|
+
expect(ok).toHaveLength(0);
|
|
81
|
+
});
|
|
82
|
+
});
|
|
83
|
+
// A minimal actor with a single page whose layout container carries the per-test `theme:`.
|
|
84
|
+
const layoutSys = (container) => `config T { id = "t" }
|
|
85
|
+
actor A {
|
|
86
|
+
page Main {
|
|
87
|
+
${container} {
|
|
88
|
+
attribute Luck
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}`;
|
|
92
|
+
describe('layout-container theme scope validation', () => {
|
|
93
|
+
it('accepts sizing + border on a row', async () => {
|
|
94
|
+
expect(await errors(layoutSys(`row(theme: { width: { max: 800px }, height: { min: 120px }, border: { color: #223344, width: 2px } })`))).toHaveLength(0);
|
|
95
|
+
});
|
|
96
|
+
it('accepts sizing + border on a column', async () => {
|
|
97
|
+
expect(await errors(layoutSys(`column(theme: { width: { min: 80px, max: 160px }, border: { color: #223344, radius: 8px } })`))).toHaveLength(0);
|
|
98
|
+
});
|
|
99
|
+
it('rejects background on a row (fill is section-only)', async () => {
|
|
100
|
+
const errs = await errors(layoutSys(`row(theme: { background: #223344 })`));
|
|
101
|
+
expect(errs.some(e => e.message.includes("'background'") && e.message.includes('row'))).toBe(true);
|
|
102
|
+
});
|
|
103
|
+
it('rejects text on a column (fill is section-only)', async () => {
|
|
104
|
+
const errs = await errors(layoutSys(`column(theme: { text: #223344 })`));
|
|
105
|
+
expect(errs.some(e => e.message.includes("'text'") && e.message.includes('column'))).toBe(true);
|
|
106
|
+
});
|
|
107
|
+
it('accepts sizing + box chrome on a section', async () => {
|
|
108
|
+
const src = layoutSys(`section S(theme: { width: { max: 640px }, border: { color: #223344, width: 2px, radius: 12px }, background: #1a1410, text: #f0e6d2 })`);
|
|
109
|
+
expect(await errors(src)).toHaveLength(0);
|
|
110
|
+
});
|
|
111
|
+
it('rejects a whole-sheet token (font) on a section', async () => {
|
|
112
|
+
const errs = await errors(layoutSys(`section S(theme: { font: { family: "Roboto" } })`));
|
|
113
|
+
expect(errs.some(e => e.message.includes("'font'") && e.message.includes('section'))).toBe(true);
|
|
114
|
+
});
|
|
115
|
+
it('rejects heading on a section', async () => {
|
|
116
|
+
const errs = await errors(layoutSys(`section S(theme: { heading: { color: #223344 } })`));
|
|
117
|
+
expect(errs.some(e => e.message.includes("'heading'") && e.message.includes('section'))).toBe(true);
|
|
118
|
+
});
|
|
119
|
+
});
|
|
120
|
+
//# sourceMappingURL=theme.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme.test.js","sourceRoot":"","sources":["../../../src/test/validating/theme.test.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -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",
|