intelligent-system-design-language 0.3.21 → 0.3.23
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/.claude/agents/langium-language-designer.md +38 -38
- package/.claude/agents/typescript-vscode-expert.md +29 -29
- package/.claude/agents/ui-ux-designer.md +36 -36
- package/.claude/settings.local.json +33 -33
- package/.idea/inspectionProfiles/Project_Default.xml +6 -6
- package/.idea/isdl.iml +13 -13
- package/.idea/modules.xml +8 -8
- package/.idea/vcs.xml +6 -6
- package/.idea/watcherTasks.xml +3 -3
- package/.vscodeignore +18 -18
- package/LICENSE +673 -673
- package/README.md +86 -86
- package/bin/cli.js +4 -4
- package/bin/lsp.js +8 -8
- package/out/_backgrounds.scss +91 -91
- package/out/_handlebars.scss +497 -497
- package/out/_isdlStyles.scss +1444 -1381
- package/out/_vuetifyOverrides.scss +425 -425
- package/out/_vuetifyStyles.scss +31957 -31957
- package/out/cli/components/_backgrounds.scss +91 -91
- package/out/cli/components/_handlebars.scss +497 -497
- package/out/cli/components/_isdlStyles.scss +1444 -1381
- package/out/cli/components/_vuetifyOverrides.scss +425 -425
- package/out/cli/components/_vuetifyStyles.scss +31957 -31957
- package/out/cli/components/active-effect-sheet-generator.js +453 -453
- package/out/cli/components/chat-card-generator.js +654 -651
- package/out/cli/components/chat-card-generator.js.map +1 -1
- package/out/cli/components/css-generator.js +4 -4
- package/out/cli/components/damage-roll-generator.js +160 -160
- package/out/cli/components/datamodel-generator.js +264 -257
- package/out/cli/components/datamodel-generator.js.map +1 -1
- package/out/cli/components/derived-data-generator.js +923 -923
- package/out/cli/components/hotbar-drop-hook-generator.js +82 -82
- package/out/cli/components/init-hook-generator.js +495 -495
- package/out/cli/components/language-generator.js +1 -1
- package/out/cli/components/language-generator.js.map +1 -1
- package/out/cli/components/measured-template-preview.js +221 -221
- package/out/cli/components/method-generator.js +979 -887
- package/out/cli/components/method-generator.js.map +1 -1
- package/out/cli/components/ready-hook-generator.js +404 -404
- package/out/cli/components/token-generator.js +116 -116
- package/out/cli/components/vue/base-components/vue-attribute.js +138 -138
- package/out/cli/components/vue/base-components/vue-boolean.js +64 -64
- package/out/cli/components/vue/base-components/vue-calculator.js +93 -93
- package/out/cli/components/vue/base-components/vue-damage-application.js +356 -356
- package/out/cli/components/vue/base-components/vue-damage-bonuses.js +165 -165
- package/out/cli/components/vue/base-components/vue-damage-resistances.js +196 -196
- package/out/cli/components/vue/base-components/vue-damage-track.js +121 -121
- package/out/cli/components/vue/base-components/vue-date-time.js +42 -42
- package/out/cli/components/vue/base-components/vue-dice.js +98 -98
- package/out/cli/components/vue/base-components/vue-die.js +73 -73
- package/out/cli/components/vue/base-components/vue-document-choice.js +149 -149
- package/out/cli/components/vue/base-components/vue-document-choices.js +179 -179
- package/out/cli/components/vue/base-components/vue-document-link.js +60 -60
- package/out/cli/components/vue/base-components/vue-extended-choice.js +88 -88
- package/out/cli/components/vue/base-components/vue-inventory.js +519 -519
- package/out/cli/components/vue/base-components/vue-macro-choice.js +138 -138
- package/out/cli/components/vue/base-components/vue-measured-template.js +530 -530
- package/out/cli/components/vue/base-components/vue-money.js +483 -483
- package/out/cli/components/vue/base-components/vue-number.js +174 -174
- package/out/cli/components/vue/base-components/vue-paperdoll.js +43 -43
- package/out/cli/components/vue/base-components/vue-parent-property-reference.js +76 -76
- package/out/cli/components/vue/base-components/vue-prosemirror.js +18 -18
- package/out/cli/components/vue/base-components/vue-resource.js +136 -136
- package/out/cli/components/vue/base-components/vue-roll-visualizer.js +286 -109
- 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 +62 -62
- package/out/cli/components/vue/base-components/vue-string-choice.js +98 -98
- package/out/cli/components/vue/base-components/vue-string-choices.js +203 -203
- package/out/cli/components/vue/base-components/vue-string.js +60 -60
- package/out/cli/components/vue/base-components/vue-text-field.js +53 -53
- package/out/cli/components/vue/base-components/vue-tracker.js +431 -431
- package/out/cli/components/vue/vue-action-component-generator.js +64 -64
- package/out/cli/components/vue/vue-active-effect-sheet-generator.js +856 -856
- package/out/cli/components/vue/vue-datatable-sheet-class-generator.js +292 -292
- package/out/cli/components/vue/vue-datatable2-component-generator.js +824 -824
- package/out/cli/components/vue/vue-document-creation-app.js +121 -121
- package/out/cli/components/vue/vue-document-creation-sheet.js +94 -94
- package/out/cli/components/vue/vue-generator.js +40 -40
- package/out/cli/components/vue/vue-mixin.js +296 -296
- package/out/cli/components/vue/vue-pinned-datatable-component-generator.js +260 -260
- package/out/cli/components/vue/vue-prompt-generator.js +91 -76
- package/out/cli/components/vue/vue-prompt-generator.js.map +1 -1
- package/out/cli/components/vue/vue-prompt-sheet-class-generator.js +317 -317
- package/out/cli/components/vue/vue-sheet-application-generator.js +1177 -1167
- package/out/cli/components/vue/vue-sheet-application-generator.js.map +1 -1
- package/out/cli/components/vue/vue-sheet-class-generator.js +510 -510
- package/out/cli/generator.js +438 -433
- package/out/cli/generator.js.map +1 -1
- package/out/extension/github/githubAuthProvider.js +71 -29
- package/out/extension/github/githubAuthProvider.js.map +1 -1
- package/out/extension/github/githubGistManager.js +4 -3
- package/out/extension/github/githubGistManager.js.map +1 -1
- package/out/extension/github/githubManager.js +40 -38
- package/out/extension/github/githubManager.js.map +1 -1
- package/out/extension/github/githubQuickActions.js +120 -120
- package/out/extension/github/system-workflow.yml +47 -47
- package/out/extension/main.cjs +909 -532
- package/out/extension/main.cjs.map +3 -3
- package/out/extension/package.json +419 -419
- package/out/language/generated/ast.js +51 -2
- package/out/language/generated/ast.js.map +1 -1
- package/out/language/generated/grammar.js +14240 -13991
- package/out/language/generated/grammar.js.map +1 -1
- package/out/language/intelligent-system-design-language-validator.js +32 -2
- package/out/language/intelligent-system-design-language-validator.js.map +1 -1
- package/out/language/isdl-scope-provider.js +14 -1
- package/out/language/isdl-scope-provider.js.map +1 -1
- package/out/language/main.cjs +913 -569
- package/out/language/main.cjs.map +3 -3
- package/out/package.json +419 -419
- package/out/progressbar.min.js +6 -6
- package/out/styles.scss +762 -747
- package/out/test/validating/diagnostics.test.js +40 -0
- package/out/test/validating/diagnostics.test.js.map +1 -1
- package/package.json +419 -419
|
@@ -17,156 +17,156 @@ export function generateDocumentChoiceComponent(entry, id, document, documentCho
|
|
|
17
17
|
}
|
|
18
18
|
const unlocked = documentChoice.modifier === 'unlocked';
|
|
19
19
|
console.log("Generating document choice component", documentChoice.name);
|
|
20
|
-
const fileNode = expandToNode `
|
|
21
|
-
<script setup>
|
|
22
|
-
import { ref, inject, computed } from "vue";
|
|
23
|
-
|
|
24
|
-
const props = defineProps({
|
|
25
|
-
context: Object,
|
|
26
|
-
editMode: Boolean,
|
|
27
|
-
disabled: Boolean,
|
|
28
|
-
primaryColor: String,
|
|
29
|
-
secondaryColor: String
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
const document = inject('rawDocument');
|
|
33
|
-
const unlocked = ${unlocked};
|
|
34
|
-
|
|
35
|
-
const value = ref(foundry.utils.getProperty(document, '${getSystemPath(documentChoice)}'));
|
|
36
|
-
const onChange = (value) => {
|
|
37
|
-
document.update({ '${getSystemPath(documentChoice)}': value });
|
|
38
|
-
const updated = fromUuidSync(value);
|
|
39
|
-
if (updated) selectedImage.value = updated.img;
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
const selectedImage = ref(value.value?.img);
|
|
43
|
-
|
|
44
|
-
const disabled = computed(() => {
|
|
45
|
-
let item = value.value?.length > 0 ? value.value[0] : value.value;
|
|
46
|
-
let system = props.context.system;
|
|
47
|
-
return ${false} || (!props.editMode && !unlocked);
|
|
48
|
-
});
|
|
49
|
-
|
|
50
|
-
const hidden = computed(() => {
|
|
51
|
-
let item = value.value?.length > 0 ? value.value[0] : value.value;
|
|
52
|
-
let system = props.context.system;
|
|
53
|
-
return ${false}
|
|
54
|
-
});
|
|
55
|
-
|
|
56
|
-
const choices = computed(() => {
|
|
57
|
-
let system = props.context.system;
|
|
58
|
-
let allChoices = Array.from(document.items);
|
|
59
|
-
|
|
20
|
+
const fileNode = expandToNode `
|
|
21
|
+
<script setup>
|
|
22
|
+
import { ref, inject, computed } from "vue";
|
|
23
|
+
|
|
24
|
+
const props = defineProps({
|
|
25
|
+
context: Object,
|
|
26
|
+
editMode: Boolean,
|
|
27
|
+
disabled: Boolean,
|
|
28
|
+
primaryColor: String,
|
|
29
|
+
secondaryColor: String
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
const document = inject('rawDocument');
|
|
33
|
+
const unlocked = ${unlocked};
|
|
34
|
+
|
|
35
|
+
const value = ref(foundry.utils.getProperty(document, '${getSystemPath(documentChoice)}'));
|
|
36
|
+
const onChange = (value) => {
|
|
37
|
+
document.update({ '${getSystemPath(documentChoice)}': value });
|
|
38
|
+
const updated = fromUuidSync(value);
|
|
39
|
+
if (updated) selectedImage.value = updated.img;
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
const selectedImage = ref(value.value?.img);
|
|
43
|
+
|
|
44
|
+
const disabled = computed(() => {
|
|
45
|
+
let item = value.value?.length > 0 ? value.value[0] : value.value;
|
|
46
|
+
let system = props.context.system;
|
|
47
|
+
return ${false} || (!props.editMode && !unlocked);
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
const hidden = computed(() => {
|
|
51
|
+
let item = value.value?.length > 0 ? value.value[0] : value.value;
|
|
52
|
+
let system = props.context.system;
|
|
53
|
+
return ${false}
|
|
54
|
+
});
|
|
55
|
+
|
|
56
|
+
const choices = computed(() => {
|
|
57
|
+
let system = props.context.system;
|
|
58
|
+
let allChoices = Array.from(document.items);
|
|
59
|
+
|
|
60
60
|
${globalAllowed ?
|
|
61
|
-
`
|
|
62
|
-
let gameItems = game.items.filter(item => item.type === '${(_b = documentChoice.document.ref) === null || _b === void 0 ? void 0 : _b.name.toLowerCase()}');
|
|
63
|
-
allChoices = allChoices.concat(gameItems);
|
|
64
|
-
|
|
65
|
-
let itemPacks = game.packs.filter(pack => pack.documentName === 'Item');
|
|
66
|
-
for (let pack of itemPacks) {
|
|
67
|
-
const packItems = pack.index.contents;
|
|
68
|
-
packItems.forEach(item => {
|
|
69
|
-
item.compendium = pack;
|
|
70
|
-
});
|
|
71
|
-
allChoices = allChoices.concat(packItems);
|
|
72
|
-
}
|
|
73
|
-
` : ''}
|
|
74
|
-
|
|
75
|
-
allChoices = allChoices.filter(item => {
|
|
76
|
-
if (item.type !== '${(_c = documentChoice.document.ref) === null || _c === void 0 ? void 0 : _c.name.toLowerCase()}') return false;
|
|
77
|
-
return ${(_e = translateExpression(entry, id, (_d = documentChoice.params.filter(x => isWhereParam(x))[0]) === null || _d === void 0 ? void 0 : _d.value)) !== null && _e !== void 0 ? _e : true}
|
|
78
|
-
});
|
|
79
|
-
|
|
80
|
-
if (allChoices.length === 0) return [{
|
|
81
|
-
id: null,
|
|
82
|
-
name: 'No choices available'
|
|
83
|
-
}];
|
|
84
|
-
|
|
85
|
-
return allChoices.map(choice => {
|
|
86
|
-
let context = {
|
|
87
|
-
id: choice.uuid,
|
|
88
|
-
name: choice.name,
|
|
89
|
-
image: choice.img,
|
|
90
|
-
summary: truncate(choice.system.description, 50),
|
|
91
|
-
description: choice.system.description
|
|
92
|
-
};
|
|
93
|
-
|
|
94
|
-
if (choice.parent) {
|
|
95
|
-
context.source = "Self";
|
|
96
|
-
context.color = props.primaryColor;
|
|
97
|
-
context.icon = 'fa-solid fa-user';
|
|
98
|
-
}
|
|
99
|
-
else if (choice.compendium) {
|
|
100
|
-
context.source = \`\${choice.compendium.metadata.packageName} - \${choice.compendium.title}\`;
|
|
101
|
-
context.color = props.secondaryColor;
|
|
102
|
-
context.icon = 'fa-solid fa-suitcase';
|
|
103
|
-
}
|
|
104
|
-
else {
|
|
105
|
-
context.source = "World";
|
|
106
|
-
context.color = props.secondaryColor;
|
|
107
|
-
context.icon = 'fa-solid fa-globe';
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
return context;
|
|
111
|
-
});
|
|
112
|
-
});
|
|
113
|
-
|
|
114
|
-
const truncate = (text, maxLength) => {
|
|
115
|
-
if (text.length > maxLength) {
|
|
116
|
-
return text.substring(0, maxLength) + '...';
|
|
117
|
-
}
|
|
118
|
-
return text;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
const getLabel = (label, icon) => {
|
|
122
|
-
const localized = game.i18n.localize(label);
|
|
123
|
-
if (icon) {
|
|
124
|
-
return \`<i class="\${icon}"></i> \${localized}\`;
|
|
125
|
-
}
|
|
126
|
-
return localized;
|
|
127
|
-
}
|
|
128
|
-
</script>
|
|
129
|
-
<template>
|
|
130
|
-
<v-autocomplete clearable dense
|
|
131
|
-
v-model="value"
|
|
132
|
-
@update:modelValue="onChange"
|
|
133
|
-
:items="choices"
|
|
134
|
-
item-title="name"
|
|
135
|
-
item-value="id"
|
|
136
|
-
density="compact"
|
|
137
|
-
variant="outlined"
|
|
138
|
-
:disabled="disabled"
|
|
139
|
-
class="double-wide"
|
|
140
|
-
>
|
|
141
|
-
<template #label>
|
|
142
|
-
<span v-html="getLabel('${document.name}.${documentChoice.name}', ${iconParam ? `'${iconParam.value}'` : undefined})" />
|
|
143
|
-
</template>
|
|
144
|
-
<template v-slot:prepend-inner v-if="value">
|
|
145
|
-
<v-avatar rounded="0" :image="selectedImage" size="30"</v-avatar>
|
|
146
|
-
</template>
|
|
147
|
-
<template v-slot:item="{ props, item }">
|
|
148
|
-
<v-list-item
|
|
149
|
-
v-bind="props"
|
|
150
|
-
:data-tooltip="item.raw.description"
|
|
151
|
-
>
|
|
152
|
-
<template v-slot:title>
|
|
153
|
-
<div class="flexrow">
|
|
154
|
-
<p style="flex: 1">{{ item.raw.name }}</p>
|
|
155
|
-
<v-spacer />
|
|
156
|
-
<v-chip size="small" label :color="item.raw.color" style="align-self: center; white-space: nowrap; flex: 0; line-height: 26px; display: inline-table;"><v-icon :icon="item.raw.icon" start></v-icon> {{ item.raw.source }}</v-chip>
|
|
157
|
-
</div>
|
|
158
|
-
</template>
|
|
159
|
-
<template v-if="item.raw.image" v-slot:prepend>
|
|
160
|
-
<v-avatar rounded="0" :image="item.raw.image">
|
|
161
|
-
</v-avatar>
|
|
162
|
-
</template>
|
|
163
|
-
<template v-slot:subtitle>
|
|
164
|
-
<div v-html="item.raw.summary"></div>
|
|
165
|
-
</template>
|
|
166
|
-
</v-list-item>
|
|
167
|
-
</template>
|
|
168
|
-
</v-autocomplete>
|
|
169
|
-
</template>
|
|
61
|
+
`
|
|
62
|
+
let gameItems = game.items.filter(item => item.type === '${(_b = documentChoice.document.ref) === null || _b === void 0 ? void 0 : _b.name.toLowerCase()}');
|
|
63
|
+
allChoices = allChoices.concat(gameItems);
|
|
64
|
+
|
|
65
|
+
let itemPacks = game.packs.filter(pack => pack.documentName === 'Item');
|
|
66
|
+
for (let pack of itemPacks) {
|
|
67
|
+
const packItems = pack.index.contents;
|
|
68
|
+
packItems.forEach(item => {
|
|
69
|
+
item.compendium = pack;
|
|
70
|
+
});
|
|
71
|
+
allChoices = allChoices.concat(packItems);
|
|
72
|
+
}
|
|
73
|
+
` : ''}
|
|
74
|
+
|
|
75
|
+
allChoices = allChoices.filter(item => {
|
|
76
|
+
if (item.type !== '${(_c = documentChoice.document.ref) === null || _c === void 0 ? void 0 : _c.name.toLowerCase()}') return false;
|
|
77
|
+
return ${(_e = translateExpression(entry, id, (_d = documentChoice.params.filter(x => isWhereParam(x))[0]) === null || _d === void 0 ? void 0 : _d.value)) !== null && _e !== void 0 ? _e : true}
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
if (allChoices.length === 0) return [{
|
|
81
|
+
id: null,
|
|
82
|
+
name: 'No choices available'
|
|
83
|
+
}];
|
|
84
|
+
|
|
85
|
+
return allChoices.map(choice => {
|
|
86
|
+
let context = {
|
|
87
|
+
id: choice.uuid,
|
|
88
|
+
name: choice.name,
|
|
89
|
+
image: choice.img,
|
|
90
|
+
summary: truncate(choice.system.description, 50),
|
|
91
|
+
description: choice.system.description
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
if (choice.parent) {
|
|
95
|
+
context.source = "Self";
|
|
96
|
+
context.color = props.primaryColor;
|
|
97
|
+
context.icon = 'fa-solid fa-user';
|
|
98
|
+
}
|
|
99
|
+
else if (choice.compendium) {
|
|
100
|
+
context.source = \`\${choice.compendium.metadata.packageName} - \${choice.compendium.title}\`;
|
|
101
|
+
context.color = props.secondaryColor;
|
|
102
|
+
context.icon = 'fa-solid fa-suitcase';
|
|
103
|
+
}
|
|
104
|
+
else {
|
|
105
|
+
context.source = "World";
|
|
106
|
+
context.color = props.secondaryColor;
|
|
107
|
+
context.icon = 'fa-solid fa-globe';
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
return context;
|
|
111
|
+
});
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
const truncate = (text, maxLength) => {
|
|
115
|
+
if (text.length > maxLength) {
|
|
116
|
+
return text.substring(0, maxLength) + '...';
|
|
117
|
+
}
|
|
118
|
+
return text;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
const getLabel = (label, icon) => {
|
|
122
|
+
const localized = game.i18n.localize(label);
|
|
123
|
+
if (icon) {
|
|
124
|
+
return \`<i class="\${icon}"></i> \${localized}\`;
|
|
125
|
+
}
|
|
126
|
+
return localized;
|
|
127
|
+
}
|
|
128
|
+
</script>
|
|
129
|
+
<template>
|
|
130
|
+
<v-autocomplete clearable dense
|
|
131
|
+
v-model="value"
|
|
132
|
+
@update:modelValue="onChange"
|
|
133
|
+
:items="choices"
|
|
134
|
+
item-title="name"
|
|
135
|
+
item-value="id"
|
|
136
|
+
density="compact"
|
|
137
|
+
variant="outlined"
|
|
138
|
+
:disabled="disabled"
|
|
139
|
+
class="double-wide"
|
|
140
|
+
>
|
|
141
|
+
<template #label>
|
|
142
|
+
<span v-html="getLabel('${document.name}.${documentChoice.name}', ${iconParam ? `'${iconParam.value}'` : undefined})" />
|
|
143
|
+
</template>
|
|
144
|
+
<template v-slot:prepend-inner v-if="value">
|
|
145
|
+
<v-avatar rounded="0" :image="selectedImage" size="30"</v-avatar>
|
|
146
|
+
</template>
|
|
147
|
+
<template v-slot:item="{ props, item }">
|
|
148
|
+
<v-list-item
|
|
149
|
+
v-bind="props"
|
|
150
|
+
:data-tooltip="item.raw.description"
|
|
151
|
+
>
|
|
152
|
+
<template v-slot:title>
|
|
153
|
+
<div class="flexrow">
|
|
154
|
+
<p style="flex: 1">{{ item.raw.name }}</p>
|
|
155
|
+
<v-spacer />
|
|
156
|
+
<v-chip size="small" label :color="item.raw.color" style="align-self: center; white-space: nowrap; flex: 0; line-height: 26px; display: inline-table;"><v-icon :icon="item.raw.icon" start></v-icon> {{ item.raw.source }}</v-chip>
|
|
157
|
+
</div>
|
|
158
|
+
</template>
|
|
159
|
+
<template v-if="item.raw.image" v-slot:prepend>
|
|
160
|
+
<v-avatar rounded="0" :image="item.raw.image">
|
|
161
|
+
</v-avatar>
|
|
162
|
+
</template>
|
|
163
|
+
<template v-slot:subtitle>
|
|
164
|
+
<div v-html="item.raw.summary"></div>
|
|
165
|
+
</template>
|
|
166
|
+
</v-list-item>
|
|
167
|
+
</template>
|
|
168
|
+
</v-autocomplete>
|
|
169
|
+
</template>
|
|
170
170
|
`;
|
|
171
171
|
fs.writeFileSync(generatedFilePath, toString(fileNode));
|
|
172
172
|
}
|