@maltjoy/mcp-server 0.4.0 → 0.6.0-beta.0

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.
Files changed (131) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +30 -3
  3. package/dist/doc/VJoyAdminBanner/guideline.md +284 -0
  4. package/dist/doc/VJoyAvailability/guideline.md +352 -0
  5. package/dist/doc/VJoyAvatar/guideline.md +192 -0
  6. package/dist/doc/VJoyAvatarsList/guideline.md +328 -0
  7. package/dist/doc/VJoyBadge/guideline.md +169 -0
  8. package/dist/doc/VJoyBadgeLevel/guideline.md +166 -0
  9. package/dist/doc/VJoyBlockSkeleton/guideline.md +150 -0
  10. package/dist/doc/VJoyBottomSheet/guideline.md +345 -0
  11. package/dist/doc/VJoyBottomSheetTrigger/guideline.md +156 -0
  12. package/dist/doc/VJoyButton/guideline.md +371 -0
  13. package/dist/doc/VJoyButton/metadata.json +0 -16
  14. package/dist/doc/VJoyButtonCard/guideline.md +384 -0
  15. package/dist/doc/VJoyCheckbox/guideline.md +317 -0
  16. package/dist/doc/VJoyCheckboxCard/guideline.md +381 -0
  17. package/dist/doc/VJoyCheckboxGroup/guideline.md +363 -0
  18. package/dist/doc/VJoyCheckboxGroup/metadata.json +7 -7
  19. package/dist/doc/VJoyCollapse/guideline.md +362 -0
  20. package/dist/doc/VJoyCollapseItem/guideline.md +394 -0
  21. package/dist/doc/VJoyCompanyAvatar/guideline.md +162 -0
  22. package/dist/doc/VJoyDialog/guideline.md +425 -0
  23. package/dist/doc/VJoyDialogTrigger/guideline.md +186 -0
  24. package/dist/doc/VJoyDot/guideline.md +177 -0
  25. package/dist/doc/VJoyDrawer/guideline.md +392 -0
  26. package/dist/doc/VJoyDrawerTrigger/guideline.md +145 -0
  27. package/dist/doc/VJoyDropdown/guideline.md +393 -0
  28. package/dist/doc/VJoyDropdown/metadata.json +6 -6
  29. package/dist/doc/VJoyDropdownList/guideline.md +396 -0
  30. package/dist/doc/VJoyDropdownList/metadata.json +7 -7
  31. package/dist/doc/VJoyDropzone/guideline.md +390 -0
  32. package/dist/doc/VJoyDropzone/metadata.json +36 -1
  33. package/dist/doc/VJoyFilterBar/guideline.md +419 -0
  34. package/dist/doc/VJoyFilterBarButton/guideline.md +359 -0
  35. package/dist/doc/VJoyFloatingActionsBar/guideline.md +372 -0
  36. package/dist/doc/VJoyFormError/guideline.md +325 -0
  37. package/dist/doc/VJoyFormError/metadata.json +0 -14
  38. package/dist/doc/VJoyFormFieldSkeleton/guideline.md +159 -0
  39. package/dist/doc/VJoyFormGroup/guideline.md +285 -0
  40. package/dist/doc/VJoyFunnel/guideline.md +349 -0
  41. package/dist/doc/VJoyFunnelFooter/guideline.md +178 -0
  42. package/dist/doc/VJoyFunnelHeader/guideline.md +204 -0
  43. package/dist/doc/VJoyHighlight/guideline.md +169 -0
  44. package/dist/doc/VJoyIcon/JoyIcon.types.ts +1 -1
  45. package/dist/doc/VJoyIcon/guideline.md +168 -0
  46. package/dist/doc/VJoyIcon/metadata.json +0 -1
  47. package/dist/doc/VJoyIconButton/guideline.md +169 -0
  48. package/dist/doc/VJoyIconButton/metadata.json +1 -1
  49. package/dist/doc/VJoyIndicator/guideline.md +168 -0
  50. package/dist/doc/VJoyIndicators/guideline.md +183 -0
  51. package/dist/doc/VJoyInput/JoyInput.types.ts +1 -6
  52. package/dist/doc/VJoyInput/guideline.md +401 -0
  53. package/dist/doc/VJoyInput/metadata.json +5 -14
  54. package/dist/doc/VJoyInputDigit/guideline.md +381 -0
  55. package/dist/doc/VJoyInputNumber/guideline.md +414 -0
  56. package/dist/doc/VJoyInputNumber/metadata.json +22 -17
  57. package/dist/doc/VJoyInputPassword/guideline.md +379 -0
  58. package/dist/doc/VJoyInputPassword/metadata.json +0 -14
  59. package/dist/doc/VJoyLabel/guideline.md +200 -0
  60. package/dist/doc/VJoyLink/guideline.md +360 -0
  61. package/dist/doc/VJoyListItem/guideline.md +335 -0
  62. package/dist/doc/VJoyMenu/guideline.md +304 -0
  63. package/dist/doc/VJoyMenu/metadata.json +21 -21
  64. package/dist/doc/VJoyMenuItem/guideline.md +352 -0
  65. package/dist/doc/VJoyPagination/guideline.md +355 -0
  66. package/dist/doc/VJoyPanel/guideline.md +238 -0
  67. package/dist/doc/VJoyPanelSection/guideline.md +160 -0
  68. package/dist/doc/VJoyPasswordRequirement/guideline.md +336 -0
  69. package/dist/doc/VJoyPasswordRequirement/metadata.json +1 -1
  70. package/dist/doc/VJoyProductTour/JoyProductTour.types.ts +0 -1
  71. package/dist/doc/VJoyProductTour/guideline.md +455 -0
  72. package/dist/doc/VJoyProductTour/metadata.json +1 -1
  73. package/dist/doc/VJoyProductTourTrigger/guideline.md +167 -0
  74. package/dist/doc/VJoyProgressBar/guideline.md +348 -0
  75. package/dist/doc/VJoyRadio/guideline.md +346 -0
  76. package/dist/doc/VJoyRadioGroup/guideline.md +331 -0
  77. package/dist/doc/VJoyRatingStars/guideline.md +306 -0
  78. package/dist/doc/VJoyScreenLoader/guideline.md +172 -0
  79. package/dist/doc/VJoySelect/guideline.md +396 -0
  80. package/dist/doc/VJoySelectableItem/guideline.md +351 -0
  81. package/dist/doc/VJoySelectableItemGroup/guideline.md +370 -0
  82. package/dist/doc/VJoySeparator/guideline.md +161 -0
  83. package/dist/doc/VJoySnackbar/guideline.md +402 -0
  84. package/dist/doc/VJoySpinner/guideline.md +168 -0
  85. package/dist/doc/VJoyStep/guideline.md +182 -0
  86. package/dist/doc/VJoyStepper/guideline.md +390 -0
  87. package/dist/doc/VJoyTab/guideline.md +298 -0
  88. package/dist/doc/VJoyTabs/guideline.md +353 -0
  89. package/dist/doc/VJoyTag/guideline.md +226 -0
  90. package/dist/doc/VJoyTagsInput/guideline.md +387 -0
  91. package/dist/doc/VJoyTagsList/guideline.md +311 -0
  92. package/dist/doc/VJoyTagsList/metadata.json +27 -27
  93. package/dist/doc/VJoyTemplate/guideline.md +366 -0
  94. package/dist/doc/VJoyText/guideline.md +175 -0
  95. package/dist/doc/VJoyText/metadata.json +1 -1
  96. package/dist/doc/VJoyTextarea/guideline.md +378 -0
  97. package/dist/doc/VJoyTitleBrand/guideline.md +155 -0
  98. package/dist/doc/VJoyToggle/guideline.md +327 -0
  99. package/dist/doc/VJoyTooltip/guideline.md +322 -0
  100. package/dist/doc/VJoyUserCard/guideline.md +268 -0
  101. package/dist/doc/VJoyUserCard/metadata.json +3 -17
  102. package/dist/doc/VJoyWalkthrough/guideline.md +351 -0
  103. package/dist/doc/VJoyWalkthroughTrigger/guideline.md +171 -0
  104. package/dist/doc/VJoyWrapper/guideline.md +173 -0
  105. package/dist/doc/css-classes.json +1 -15
  106. package/dist/doc/design-tokens.json +1 -0
  107. package/dist/doc/index.json +20 -30
  108. package/dist/index.js +22 -2
  109. package/dist/index.js.map +1 -1
  110. package/dist/tools/get-component-guideline.d.ts +30 -0
  111. package/dist/tools/get-component-guideline.d.ts.map +1 -0
  112. package/dist/tools/get-component-guideline.js +51 -0
  113. package/dist/tools/get-component-guideline.js.map +1 -0
  114. package/dist/tools/get-documentation-page.d.ts +22 -0
  115. package/dist/tools/get-documentation-page.d.ts.map +1 -0
  116. package/dist/tools/get-documentation-page.js +21 -0
  117. package/dist/tools/get-documentation-page.js.map +1 -0
  118. package/dist/tools/list-documentation-pages.d.ts +22 -0
  119. package/dist/tools/list-documentation-pages.d.ts.map +1 -0
  120. package/dist/tools/list-documentation-pages.js +17 -0
  121. package/dist/tools/list-documentation-pages.js.map +1 -0
  122. package/dist/tools/search-documentation.d.ts +41 -0
  123. package/dist/tools/search-documentation.d.ts.map +1 -0
  124. package/dist/tools/search-documentation.js +25 -0
  125. package/dist/tools/search-documentation.js.map +1 -0
  126. package/dist/zeroheight-parser.d.ts +27 -0
  127. package/dist/zeroheight-parser.d.ts.map +1 -0
  128. package/dist/zeroheight-parser.js +77 -0
  129. package/dist/zeroheight-parser.js.map +1 -0
  130. package/package.json +10 -10
  131. package/dist/doc/VJoyMultiCheckbox/metadata.json +0 -332
@@ -1,332 +0,0 @@
1
- {
2
- "name": "JoyMultiCheckbox",
3
- "displayName": "VJoyMultiCheckbox",
4
- "description": "A multi-selection checkbox group component for handling arrays of selected values.\nSimplifies multi-selection scenarios by managing checkbox states and array manipulation automatically.\nFeatures integrated labeling, fieldset structure for accessibility, and customizable checkbox content through slots.\nPerfect for filtering interfaces and bulk selection operations.",
5
- "category": "Forms",
6
- "props": [
7
- {
8
- "name": "options",
9
- "type": "Option[] | undefined",
10
- "required": false,
11
- "description": "",
12
- "possibleValues": [
13
- {
14
- "kind": "array",
15
- "type": "Option[]",
16
- "schema": [
17
- {
18
- "kind": "object",
19
- "type": "Option",
20
- "schema": {
21
- "id": {
22
- "name": "id",
23
- "global": false,
24
- "description": "",
25
- "tags": [],
26
- "required": true,
27
- "type": "string",
28
- "declarations": [
29
- {
30
- "file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyCheckboxGroup/VJoyCheckboxGroup.vue",
31
- "range": [
32
- 1310,
33
- 1321
34
- ]
35
- }
36
- ],
37
- "schema": "string"
38
- },
39
- "name": {
40
- "name": "name",
41
- "global": false,
42
- "description": "",
43
- "tags": [],
44
- "required": false,
45
- "type": "string | undefined",
46
- "declarations": [
47
- {
48
- "file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyCheckboxGroup/VJoyCheckboxGroup.vue",
49
- "range": [
50
- 1330,
51
- 1344
52
- ]
53
- }
54
- ],
55
- "schema": {
56
- "kind": "enum",
57
- "type": "string | undefined",
58
- "schema": [
59
- "undefined",
60
- "string"
61
- ]
62
- }
63
- },
64
- "value": {
65
- "name": "value",
66
- "global": false,
67
- "description": "",
68
- "tags": [],
69
- "required": true,
70
- "type": "string",
71
- "declarations": [
72
- {
73
- "file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyCheckboxGroup/VJoyCheckboxGroup.vue",
74
- "range": [
75
- 1353,
76
- 1367
77
- ]
78
- }
79
- ],
80
- "schema": "string"
81
- },
82
- "label": {
83
- "name": "label",
84
- "global": false,
85
- "description": "",
86
- "tags": [],
87
- "required": true,
88
- "type": "string",
89
- "declarations": [
90
- {
91
- "file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyCheckboxGroup/VJoyCheckboxGroup.vue",
92
- "range": [
93
- 1376,
94
- 1390
95
- ]
96
- }
97
- ],
98
- "schema": "string"
99
- },
100
- "subLabel": {
101
- "name": "subLabel",
102
- "global": false,
103
- "description": "",
104
- "tags": [],
105
- "required": false,
106
- "type": "string | undefined",
107
- "declarations": [
108
- {
109
- "file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyCheckboxGroup/VJoyCheckboxGroup.vue",
110
- "range": [
111
- 1399,
112
- 1417
113
- ]
114
- }
115
- ],
116
- "schema": "string | undefined"
117
- },
118
- "disabled": {
119
- "name": "disabled",
120
- "global": false,
121
- "description": "",
122
- "tags": [
123
- {
124
- "name": "default",
125
- "text": "false"
126
- }
127
- ],
128
- "required": false,
129
- "type": "boolean | undefined",
130
- "declarations": [
131
- {
132
- "file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyCheckboxGroup/VJoyCheckboxGroup.vue",
133
- "range": [
134
- 1476,
135
- 1495
136
- ]
137
- }
138
- ],
139
- "schema": {
140
- "kind": "enum",
141
- "type": "boolean | undefined",
142
- "schema": [
143
- "undefined",
144
- "false",
145
- "true"
146
- ]
147
- }
148
- },
149
- "required": {
150
- "name": "required",
151
- "global": false,
152
- "description": "",
153
- "tags": [
154
- {
155
- "name": "default",
156
- "text": "false"
157
- }
158
- ],
159
- "required": false,
160
- "type": "boolean | undefined",
161
- "declarations": [
162
- {
163
- "file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyCheckboxGroup/VJoyCheckboxGroup.vue",
164
- "range": [
165
- 1554,
166
- 1573
167
- ]
168
- }
169
- ],
170
- "schema": "boolean | undefined"
171
- }
172
- }
173
- }
174
- ]
175
- }
176
- ]
177
- },
178
- {
179
- "name": "id",
180
- "type": "string | undefined",
181
- "required": false,
182
- "description": "",
183
- "possibleValues": [
184
- "string"
185
- ]
186
- },
187
- {
188
- "name": "value",
189
- "type": "any[] | undefined",
190
- "required": false,
191
- "description": "TODO: better typings",
192
- "possibleValues": [
193
- {
194
- "kind": "array",
195
- "type": "any[]",
196
- "schema": [
197
- "any"
198
- ]
199
- }
200
- ]
201
- },
202
- {
203
- "name": "direction",
204
- "type": "CheckboxGroupDirection | undefined",
205
- "required": false,
206
- "description": "Switch checkboxes layout direction.",
207
- "possibleValues": [
208
- "vertical",
209
- "horizontal"
210
- ]
211
- },
212
- {
213
- "name": "required",
214
- "type": "boolean | undefined",
215
- "required": false,
216
- "description": "",
217
- "possibleValues": [
218
- "false",
219
- "true"
220
- ]
221
- },
222
- {
223
- "name": "label",
224
- "type": "string | undefined",
225
- "required": false,
226
- "description": "Use VJoyLabel if you need to customize the label HTML.",
227
- "possibleValues": [
228
- "string"
229
- ]
230
- },
231
- {
232
- "name": "labelSize",
233
- "type": "TJoyLabelSizes | undefined",
234
- "required": false,
235
- "description": "",
236
- "possibleValues": [
237
- "medium",
238
- "large",
239
- "small"
240
- ]
241
- },
242
- {
243
- "name": "optionalLabel",
244
- "type": "string | undefined",
245
- "required": false,
246
- "description": "",
247
- "possibleValues": [
248
- "string"
249
- ]
250
- },
251
- {
252
- "name": "requiredMark",
253
- "type": "boolean | undefined",
254
- "required": false,
255
- "description": "",
256
- "possibleValues": [
257
- "false",
258
- "true"
259
- ]
260
- }
261
- ],
262
- "events": [
263
- {
264
- "name": "update:value",
265
- "description": "",
266
- "signature": "(event: \"update:value\", value: any[]): void"
267
- }
268
- ],
269
- "slots": [
270
- {
271
- "name": "default",
272
- "description": "Allows explicit declaration of VJoyCheckbox / VJoyCheckboxCard children in the group.\n\n**Important**: v-model has to be handled by consumer."
273
- },
274
- {
275
- "name": "checkbox",
276
- "description": "Customize the inner content of each checkboxes"
277
- }
278
- ],
279
- "exposed": [
280
- {
281
- "name": "required",
282
- "type": "boolean",
283
- "isMethod": false
284
- },
285
- {
286
- "name": "value",
287
- "type": "any[]",
288
- "isMethod": false
289
- },
290
- {
291
- "name": "options",
292
- "type": "Option[]",
293
- "isMethod": false
294
- },
295
- {
296
- "name": "direction",
297
- "type": "CheckboxGroupDirection",
298
- "isMethod": false
299
- },
300
- {
301
- "name": "labelSize",
302
- "type": "TJoyLabelSizes",
303
- "isMethod": false
304
- },
305
- {
306
- "name": "requiredMark",
307
- "type": "boolean",
308
- "isMethod": false
309
- },
310
- {
311
- "name": "label",
312
- "type": "string | undefined",
313
- "isMethod": false
314
- },
315
- {
316
- "name": "id",
317
- "type": "string | undefined",
318
- "isMethod": false
319
- },
320
- {
321
- "name": "optionalLabel",
322
- "type": "string | undefined",
323
- "isMethod": false
324
- },
325
- {
326
- "name": "onUpdate:value",
327
- "type": "((value: any[]) => any) | undefined",
328
- "isMethod": true
329
- }
330
- ],
331
- "hasVModel": true
332
- }