@fewangsit/wangsvue-gsts 2.0.0-alpha.27 → 2.0.0-alpha.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.
Files changed (44) hide show
  1. package/assets/{scanner.worker-DQsz7oT_.js.map → scanner.worker-Bk2e5hSA.js.map} +1 -1
  2. package/badge/Badge.fm.md +32 -0
  3. package/breadcrumb/Breadcrumb.fm.md +23 -0
  4. package/button/Button.fm.md +53 -0
  5. package/buttonbulkaction/ButtonBulkAction-MenuItem.fm.md +18 -0
  6. package/buttonbulkaction/ButtonBulkAction.fm.md +25 -0
  7. package/buttondownload/ButtonDownload.fm.md +22 -0
  8. package/buttonfilter/ButtonFilter.fm.md +19 -0
  9. package/buttonsearch/ButtonSearch.fm.md +19 -0
  10. package/buttonsearchbyscan/ButtonSearchByScan.fm.md +25 -0
  11. package/buttonselecttree/ButtonSelectTree.fm.md +40 -0
  12. package/calendar/Calendar.fm.md +34 -0
  13. package/changelogpage/index.d.ts +1 -1
  14. package/components.fm.md +56 -0
  15. package/datatable/DataTable-MenuItem.fm.md +22 -0
  16. package/datatable/DataTable-TableColumn.fm.md +52 -0
  17. package/datatable/DataTable.fm.md +40 -0
  18. package/datatable/index.d.ts +1 -0
  19. package/dialogconfirm/DialogConfirm.fm.md +29 -0
  20. package/dialogform/DialogForm.fm.md +57 -0
  21. package/dialogselecttree/DialogSelectTree.fm.md +42 -0
  22. package/dropdown/Dropdown.fm.md +34 -0
  23. package/fileupload/FileUpload.fm.md +31 -0
  24. package/icon/index.d.ts +63 -66
  25. package/imagecompressor/ImageCompressor.fm.md +44 -0
  26. package/inputbadge/InputBadge.fm.md +34 -0
  27. package/inputnumber/InputNumber.fm.md +39 -0
  28. package/inputpassword/InputPassword.fm.md +28 -0
  29. package/inputphonenumber/InputPhoneNumber.fm.md +34 -0
  30. package/inputrangenumber/InputRangeNumber.fm.md +31 -0
  31. package/inputtext/InputText.fm.md +34 -0
  32. package/mcp/main.js +1216 -1092
  33. package/mcp/package.json +6 -6
  34. package/multiselect/MultiSelect.fm.md +34 -0
  35. package/package.json +1 -1
  36. package/stats.html +1 -1
  37. package/tabmenu/TabMenu.fm.md +28 -0
  38. package/textarea/TextArea.fm.md +34 -0
  39. package/wangsvue-gsts.es.js +12 -5
  40. package/wangsvue-gsts.es.js.map +1 -1
  41. package/wangsvue-gsts.system.js +57 -57
  42. package/wangsvue-gsts.system.js.map +1 -1
  43. package/mcp/components.json +0 -4776
  44. package/mcp/components.summary.txt +0 -27
@@ -1,4776 +0,0 @@
1
- {
2
- "metadata": {
3
- "generatedAt": "2026-05-20T05:11:29.534Z",
4
- "version": "1.0.0",
5
- "totalComponents": 68,
6
- "packagePath": "../../packages/globalsettings-tagsamurai"
7
- },
8
- "components": [
9
- {
10
- "id": "animation",
11
- "name": "Animation",
12
- "description": "Animation is a lottie animation wrapper.",
13
- "category": "utility",
14
- "tags": [],
15
- "source": "internal",
16
- "overridesBase": false,
17
- "overrideType": "none",
18
- "overrideSummary": "No override detected",
19
- "inheritanceChain": [
20
- {
21
- "componentName": "Animation",
22
- "source": "base",
23
- "definitionPath": "library/components/animation/Animation.vue.d.ts",
24
- "childComponents": [],
25
- "overrideLevel": 0
26
- }
27
- ],
28
- "inheritanceReport": "Base: Animation (library/components/animation/Animation.vue.d.ts)",
29
- "vueFilePath": "library/components/animation/Animation.vue",
30
- "definitionFilePath": "animation/index.d.ts",
31
- "importInfo": {
32
- "packageName": "@fewangsit/wangsvue-gsts",
33
- "importPath": "import { Animation } from '@fewangsit/wangsvue-gsts'",
34
- "treeshakable": true
35
- },
36
- "examples": [],
37
- "useCases": [],
38
- "dependencies": [],
39
- "status": "stable",
40
- "accessibility": {
41
- "ariaSupport": false,
42
- "keyboardNavigation": false,
43
- "screenReaderSupport": false,
44
- "colorContrastCompliant": false,
45
- "focusManagement": false,
46
- "guidelines": []
47
- },
48
- "responsive": false
49
- },
50
- {
51
- "id": "approverinfo",
52
- "name": "ApproverInfo",
53
- "description": "ApproverInfo component",
54
- "category": "utility",
55
- "tags": [],
56
- "source": "base",
57
- "overridesBase": false,
58
- "overrideType": "none",
59
- "overrideSummary": "No override detected",
60
- "inheritanceChain": [
61
- {
62
- "componentName": "ApproverInfo",
63
- "source": "base",
64
- "definitionPath": "library/components/approverinfo/ApproverInfo.vue.d.ts",
65
- "childComponents": [],
66
- "overrideLevel": 0
67
- }
68
- ],
69
- "inheritanceReport": "Base: ApproverInfo (library/components/approverinfo/ApproverInfo.vue.d.ts)",
70
- "vueFilePath": "library/components/approverinfo/ApproverInfo.vue",
71
- "definitionFilePath": "approverinfo/index.d.ts",
72
- "importInfo": {
73
- "packageName": "@fewangsit/wangsvue-gsts",
74
- "importPath": "import { ApproverInfo } from '@fewangsit/wangsvue-gsts'",
75
- "treeshakable": true
76
- },
77
- "examples": [],
78
- "useCases": [],
79
- "dependencies": [],
80
- "status": "stable",
81
- "accessibility": {
82
- "ariaSupport": false,
83
- "keyboardNavigation": false,
84
- "screenReaderSupport": false,
85
- "colorContrastCompliant": false,
86
- "focusManagement": false,
87
- "guidelines": []
88
- },
89
- "responsive": false
90
- },
91
- {
92
- "id": "badge",
93
- "name": "Badge",
94
- "description": "Badge is a component for displaying a text with optional remove functionality.",
95
- "category": "utility",
96
- "tags": [],
97
- "source": "package",
98
- "overridesBase": true,
99
- "overrideType": "complete",
100
- "overrideSummary": "Complete override with 0 differences (100% similar to base)",
101
- "inheritanceChain": [
102
- {
103
- "componentName": "Badge",
104
- "source": "package",
105
- "definitionPath": "packages/wangsit-workspace/components/badge/Badge.vue.d.ts",
106
- "childComponents": [],
107
- "overrideLevel": 1
108
- }
109
- ],
110
- "inheritanceReport": " Package: Badge (packages/wangsit-workspace/components/badge/Badge.vue.d.ts)",
111
- "vueFilePath": "packages/globalsettings-tagsamurai/components/badge/Badge.vue",
112
- "definitionFilePath": "badge/index.d.ts",
113
- "importInfo": {
114
- "packageName": "@fewangsit/wangsvue-gsts",
115
- "importPath": "import { Badge } from '@fewangsit/wangsvue-gsts'",
116
- "treeshakable": true
117
- },
118
- "examples": [],
119
- "useCases": [],
120
- "dependencies": [],
121
- "status": "stable",
122
- "accessibility": {
123
- "ariaSupport": false,
124
- "keyboardNavigation": false,
125
- "screenReaderSupport": false,
126
- "colorContrastCompliant": false,
127
- "focusManagement": false,
128
- "guidelines": []
129
- },
130
- "responsive": false
131
- },
132
- {
133
- "id": "badgegroup",
134
- "name": "BadgeGroup",
135
- "description": "BadgeGroup component",
136
- "category": "utility",
137
- "tags": [],
138
- "source": "package",
139
- "overridesBase": true,
140
- "overrideType": "complete",
141
- "overrideSummary": "Complete override with 0 differences (100% similar to base)",
142
- "inheritanceChain": [
143
- {
144
- "componentName": "BadgeGroup",
145
- "source": "package",
146
- "definitionPath": "packages/wangsit-workspace/components/badgegroup/BadgeGroup.vue.d.ts",
147
- "childComponents": [],
148
- "overrideLevel": 1
149
- }
150
- ],
151
- "inheritanceReport": " Package: BadgeGroup (packages/wangsit-workspace/components/badgegroup/BadgeGroup.vue.d.ts)",
152
- "vueFilePath": "packages/globalsettings-tagsamurai/components/badgegroup/BadgeGroup.vue",
153
- "definitionFilePath": "badgegroup/index.d.ts",
154
- "importInfo": {
155
- "packageName": "@fewangsit/wangsvue-gsts",
156
- "importPath": "import { BadgeGroup } from '@fewangsit/wangsvue-gsts'",
157
- "treeshakable": true
158
- },
159
- "examples": [],
160
- "useCases": [],
161
- "dependencies": [],
162
- "status": "stable",
163
- "accessibility": {
164
- "ariaSupport": false,
165
- "keyboardNavigation": false,
166
- "screenReaderSupport": false,
167
- "colorContrastCompliant": false,
168
- "focusManagement": false,
169
- "guidelines": []
170
- },
171
- "responsive": false
172
- },
173
- {
174
- "id": "badgegrouptree",
175
- "name": "BadgeGroupTree",
176
- "description": "BadgeGroupTree component",
177
- "category": "utility",
178
- "tags": [],
179
- "source": "package",
180
- "overridesBase": true,
181
- "overrideType": "complete",
182
- "overrideSummary": "Complete override with 0 differences (100% similar to base)",
183
- "inheritanceChain": [
184
- {
185
- "componentName": "BadgeGroupTree",
186
- "source": "package",
187
- "definitionPath": "packages/wangsit-workspace/components/badgegrouptree/BadgeGroupTree.vue.d.ts",
188
- "childComponents": [],
189
- "overrideLevel": 1
190
- }
191
- ],
192
- "inheritanceReport": " Package: BadgeGroupTree (packages/wangsit-workspace/components/badgegrouptree/BadgeGroupTree.vue.d.ts)",
193
- "vueFilePath": "packages/globalsettings-tagsamurai/components/badgegrouptree/BadgeGroupTree.vue",
194
- "definitionFilePath": "badgegrouptree/index.d.ts",
195
- "importInfo": {
196
- "packageName": "@fewangsit/wangsvue-gsts",
197
- "importPath": "import { BadgeGroupTree } from '@fewangsit/wangsvue-gsts'",
198
- "treeshakable": true
199
- },
200
- "examples": [],
201
- "useCases": [],
202
- "dependencies": [],
203
- "status": "stable",
204
- "accessibility": {
205
- "ariaSupport": false,
206
- "keyboardNavigation": false,
207
- "screenReaderSupport": false,
208
- "colorContrastCompliant": false,
209
- "focusManagement": false,
210
- "guidelines": []
211
- },
212
- "responsive": false
213
- },
214
- {
215
- "id": "basetree",
216
- "name": "BaseTree",
217
- "description": "Tree is used to display hierarchical data.",
218
- "category": "utility",
219
- "tags": [],
220
- "source": "base",
221
- "overridesBase": false,
222
- "overrideType": "none",
223
- "overrideSummary": "No override detected",
224
- "inheritanceChain": [
225
- {
226
- "componentName": "BaseTree",
227
- "source": "base",
228
- "definitionPath": "library/components/basetree/BaseTree.vue.d.ts",
229
- "childComponents": [],
230
- "overrideLevel": 0
231
- }
232
- ],
233
- "inheritanceReport": "Base: BaseTree (library/components/basetree/BaseTree.vue.d.ts)",
234
- "vueFilePath": "library/components/basetree/BaseTree.vue",
235
- "definitionFilePath": "basetree/index.d.ts",
236
- "importInfo": {
237
- "packageName": "@fewangsit/wangsvue-gsts",
238
- "importPath": "import { BaseTree } from '@fewangsit/wangsvue-gsts'",
239
- "treeshakable": true
240
- },
241
- "examples": [],
242
- "useCases": [],
243
- "dependencies": [],
244
- "status": "stable",
245
- "accessibility": {
246
- "ariaSupport": false,
247
- "keyboardNavigation": false,
248
- "screenReaderSupport": false,
249
- "colorContrastCompliant": false,
250
- "focusManagement": false,
251
- "guidelines": []
252
- },
253
- "responsive": false
254
- },
255
- {
256
- "id": "breadcrumb",
257
- "name": "Breadcrumb",
258
- "description": "Breadcrumb is a component for displaying a breadcrumb trail to help users navigate a website or application. It takes an array of menu items as a prop and displays each item as a link or label, with a separator between them.",
259
- "category": "navigation",
260
- "tags": [],
261
- "source": "base",
262
- "overridesBase": false,
263
- "overrideType": "none",
264
- "overrideSummary": "No override detected",
265
- "inheritanceChain": [
266
- {
267
- "componentName": "Breadcrumb",
268
- "source": "base",
269
- "definitionPath": "library/components/breadcrumb/Breadcrumb.vue.d.ts",
270
- "childComponents": [],
271
- "overrideLevel": 0
272
- }
273
- ],
274
- "inheritanceReport": "Base: Breadcrumb (library/components/breadcrumb/Breadcrumb.vue.d.ts)",
275
- "vueFilePath": "library/components/breadcrumb/Breadcrumb.vue",
276
- "definitionFilePath": "breadcrumb/index.d.ts",
277
- "importInfo": {
278
- "packageName": "@fewangsit/wangsvue-gsts",
279
- "importPath": "import { Breadcrumb } from '@fewangsit/wangsvue-gsts'",
280
- "treeshakable": true
281
- },
282
- "examples": [],
283
- "useCases": [],
284
- "dependencies": [],
285
- "status": "stable",
286
- "accessibility": {
287
- "ariaSupport": false,
288
- "keyboardNavigation": false,
289
- "screenReaderSupport": false,
290
- "colorContrastCompliant": false,
291
- "focusManagement": false,
292
- "guidelines": []
293
- },
294
- "responsive": false
295
- },
296
- {
297
- "id": "button",
298
- "name": "Button",
299
- "description": "Button is an extension to standard button element with icons and theming.",
300
- "category": "input",
301
- "tags": [
302
- "button",
303
- "interactive"
304
- ],
305
- "source": "package",
306
- "overridesBase": true,
307
- "overrideType": "complete",
308
- "overrideSummary": "Complete override with 0 differences (100% similar to base)",
309
- "inheritanceChain": [
310
- {
311
- "componentName": "Button",
312
- "source": "package",
313
- "definitionPath": "packages/wangsit-workspace/components/button/Button.vue.d.ts",
314
- "childComponents": [],
315
- "overrideLevel": 1
316
- }
317
- ],
318
- "inheritanceReport": " Package: Button (packages/wangsit-workspace/components/button/Button.vue.d.ts)",
319
- "vueFilePath": "packages/globalsettings-tagsamurai/components/button/Button.vue",
320
- "definitionFilePath": "button/index.d.ts",
321
- "importInfo": {
322
- "packageName": "@fewangsit/wangsvue-gsts",
323
- "importPath": "import { Button } from '@fewangsit/wangsvue-gsts'",
324
- "treeshakable": true
325
- },
326
- "examples": [],
327
- "useCases": [],
328
- "dependencies": [],
329
- "status": "stable",
330
- "accessibility": {
331
- "ariaSupport": false,
332
- "keyboardNavigation": false,
333
- "screenReaderSupport": false,
334
- "colorContrastCompliant": false,
335
- "focusManagement": false,
336
- "guidelines": []
337
- },
338
- "responsive": false
339
- },
340
- {
341
- "id": "buttonbulkaction",
342
- "name": "ButtonBulkAction",
343
- "description": "ButtonBulkAction is a component for handling bulk action for multiple data at once.",
344
- "category": "input",
345
- "tags": [
346
- "button",
347
- "interactive"
348
- ],
349
- "source": "base",
350
- "overridesBase": false,
351
- "overrideType": "none",
352
- "overrideSummary": "No override detected",
353
- "inheritanceChain": [
354
- {
355
- "componentName": "ButtonBulkAction",
356
- "source": "base",
357
- "definitionPath": "library/components/buttonbulkaction/ButtonBulkAction.vue.d.ts",
358
- "childComponents": [],
359
- "overrideLevel": 0
360
- }
361
- ],
362
- "inheritanceReport": "Base: ButtonBulkAction (library/components/buttonbulkaction/ButtonBulkAction.vue.d.ts)",
363
- "vueFilePath": "library/components/buttonbulkaction/ButtonBulkAction.vue",
364
- "definitionFilePath": "buttonbulkaction/index.d.ts",
365
- "importInfo": {
366
- "packageName": "@fewangsit/wangsvue-gsts",
367
- "importPath": "import { ButtonBulkAction } from '@fewangsit/wangsvue-gsts'",
368
- "treeshakable": true
369
- },
370
- "examples": [],
371
- "useCases": [],
372
- "dependencies": [],
373
- "status": "stable",
374
- "accessibility": {
375
- "ariaSupport": false,
376
- "keyboardNavigation": false,
377
- "screenReaderSupport": false,
378
- "colorContrastCompliant": false,
379
- "focusManagement": false,
380
- "guidelines": []
381
- },
382
- "responsive": false
383
- },
384
- {
385
- "id": "buttoncopy",
386
- "name": "ButtonCopy",
387
- "description": "ButtonCopy is a component for copying text to the clipboard.",
388
- "category": "input",
389
- "tags": [
390
- "button",
391
- "interactive"
392
- ],
393
- "source": "base",
394
- "overridesBase": false,
395
- "overrideType": "none",
396
- "overrideSummary": "No override detected",
397
- "inheritanceChain": [
398
- {
399
- "componentName": "ButtonCopy",
400
- "source": "base",
401
- "definitionPath": "library/components/buttoncopy/ButtonCopy.vue.d.ts",
402
- "childComponents": [],
403
- "overrideLevel": 0
404
- }
405
- ],
406
- "inheritanceReport": "Base: ButtonCopy (library/components/buttoncopy/ButtonCopy.vue.d.ts)",
407
- "vueFilePath": "library/components/buttoncopy/ButtonCopy.vue",
408
- "definitionFilePath": "buttoncopy/index.d.ts",
409
- "importInfo": {
410
- "packageName": "@fewangsit/wangsvue-gsts",
411
- "importPath": "import { ButtonCopy } from '@fewangsit/wangsvue-gsts'",
412
- "treeshakable": true
413
- },
414
- "examples": [],
415
- "useCases": [],
416
- "dependencies": [],
417
- "status": "stable",
418
- "accessibility": {
419
- "ariaSupport": false,
420
- "keyboardNavigation": false,
421
- "screenReaderSupport": false,
422
- "colorContrastCompliant": false,
423
- "focusManagement": false,
424
- "guidelines": []
425
- },
426
- "responsive": false
427
- },
428
- {
429
- "id": "buttondownload",
430
- "name": "ButtonDownload",
431
- "description": "Trigger DataTable Export Excel",
432
- "category": "input",
433
- "tags": [
434
- "button",
435
- "interactive"
436
- ],
437
- "source": "base",
438
- "overridesBase": false,
439
- "overrideType": "none",
440
- "overrideSummary": "No override detected",
441
- "inheritanceChain": [
442
- {
443
- "componentName": "ButtonDownload",
444
- "source": "base",
445
- "definitionPath": "library/components/buttondownload/ButtonDownload.vue.d.ts",
446
- "childComponents": [],
447
- "overrideLevel": 0
448
- }
449
- ],
450
- "inheritanceReport": "Base: ButtonDownload (library/components/buttondownload/ButtonDownload.vue.d.ts)",
451
- "vueFilePath": "library/components/buttondownload/ButtonDownload.vue",
452
- "definitionFilePath": "buttondownload/index.d.ts",
453
- "importInfo": {
454
- "packageName": "@fewangsit/wangsvue-gsts",
455
- "importPath": "import { ButtonDownload } from '@fewangsit/wangsvue-gsts'",
456
- "treeshakable": true
457
- },
458
- "examples": [],
459
- "useCases": [],
460
- "dependencies": [],
461
- "status": "stable",
462
- "accessibility": {
463
- "ariaSupport": false,
464
- "keyboardNavigation": false,
465
- "screenReaderSupport": false,
466
- "colorContrastCompliant": false,
467
- "focusManagement": false,
468
- "guidelines": []
469
- },
470
- "responsive": false
471
- },
472
- {
473
- "id": "buttonfilter",
474
- "name": "ButtonFilter",
475
- "description": "A toggle button that opens or hides the FilterContainer. It pairs with FilterContainer via the `tableName` prop.",
476
- "category": "input",
477
- "tags": [
478
- "button",
479
- "interactive"
480
- ],
481
- "source": "base",
482
- "overridesBase": false,
483
- "overrideType": "none",
484
- "overrideSummary": "No override detected",
485
- "inheritanceChain": [
486
- {
487
- "componentName": "ButtonFilter",
488
- "source": "base",
489
- "definitionPath": "library/components/buttonfilter/ButtonFilter.vue.d.ts",
490
- "childComponents": [],
491
- "overrideLevel": 0
492
- }
493
- ],
494
- "inheritanceReport": "Base: ButtonFilter (library/components/buttonfilter/ButtonFilter.vue.d.ts)",
495
- "vueFilePath": "library/components/buttonfilter/ButtonFilter.vue",
496
- "definitionFilePath": "buttonfilter/index.d.ts",
497
- "importInfo": {
498
- "packageName": "@fewangsit/wangsvue-gsts",
499
- "importPath": "import { ButtonFilter } from '@fewangsit/wangsvue-gsts'",
500
- "treeshakable": true
501
- },
502
- "examples": [],
503
- "useCases": [],
504
- "dependencies": [],
505
- "status": "stable",
506
- "accessibility": {
507
- "ariaSupport": false,
508
- "keyboardNavigation": false,
509
- "screenReaderSupport": false,
510
- "colorContrastCompliant": false,
511
- "focusManagement": false,
512
- "guidelines": []
513
- },
514
- "responsive": false
515
- },
516
- {
517
- "id": "buttonradio",
518
- "name": "ButtonRadio",
519
- "description": "ButtonRadio is an extension to standard radio button element with theming.",
520
- "category": "input",
521
- "tags": [
522
- "button",
523
- "interactive"
524
- ],
525
- "source": "base",
526
- "overridesBase": false,
527
- "overrideType": "none",
528
- "overrideSummary": "No override detected",
529
- "inheritanceChain": [
530
- {
531
- "componentName": "ButtonRadio",
532
- "source": "base",
533
- "definitionPath": "library/components/buttonradio/ButtonRadio.vue.d.ts",
534
- "childComponents": [],
535
- "overrideLevel": 0
536
- }
537
- ],
538
- "inheritanceReport": "Base: ButtonRadio (library/components/buttonradio/ButtonRadio.vue.d.ts)",
539
- "vueFilePath": "library/components/buttonradio/ButtonRadio.vue",
540
- "definitionFilePath": "buttonradio/index.d.ts",
541
- "importInfo": {
542
- "packageName": "@fewangsit/wangsvue-gsts",
543
- "importPath": "import { ButtonRadio } from '@fewangsit/wangsvue-gsts'",
544
- "treeshakable": true
545
- },
546
- "examples": [],
547
- "useCases": [],
548
- "dependencies": [],
549
- "status": "stable",
550
- "accessibility": {
551
- "ariaSupport": false,
552
- "keyboardNavigation": false,
553
- "screenReaderSupport": false,
554
- "colorContrastCompliant": false,
555
- "focusManagement": false,
556
- "guidelines": []
557
- },
558
- "responsive": false
559
- },
560
- {
561
- "id": "buttonscan",
562
- "name": "ButtonScan",
563
- "description": "ButtonScan is component for scanning RFID or QR Tag.",
564
- "category": "input",
565
- "tags": [
566
- "button",
567
- "interactive"
568
- ],
569
- "source": "base",
570
- "overridesBase": false,
571
- "overrideType": "none",
572
- "overrideSummary": "No override detected",
573
- "inheritanceChain": [
574
- {
575
- "componentName": "ButtonScan",
576
- "source": "base",
577
- "definitionPath": "library/components/buttonscan/ButtonScan.vue.d.ts",
578
- "childComponents": [],
579
- "overrideLevel": 0
580
- }
581
- ],
582
- "inheritanceReport": "Base: ButtonScan (library/components/buttonscan/ButtonScan.vue.d.ts)",
583
- "vueFilePath": "library/components/buttonscan/ButtonScan.vue",
584
- "definitionFilePath": "buttonscan/index.d.ts",
585
- "importInfo": {
586
- "packageName": "@fewangsit/wangsvue-gsts",
587
- "importPath": "import { ButtonScan } from '@fewangsit/wangsvue-gsts'",
588
- "treeshakable": true
589
- },
590
- "examples": [],
591
- "useCases": [],
592
- "dependencies": [],
593
- "status": "stable",
594
- "accessibility": {
595
- "ariaSupport": false,
596
- "keyboardNavigation": false,
597
- "screenReaderSupport": false,
598
- "colorContrastCompliant": false,
599
- "focusManagement": false,
600
- "guidelines": []
601
- },
602
- "responsive": false
603
- },
604
- {
605
- "id": "buttonsearch",
606
- "name": "ButtonSearch",
607
- "description": "Search button with searchbox for table.",
608
- "category": "input",
609
- "tags": [
610
- "button",
611
- "interactive"
612
- ],
613
- "source": "base",
614
- "overridesBase": false,
615
- "overrideType": "none",
616
- "overrideSummary": "No override detected",
617
- "inheritanceChain": [
618
- {
619
- "componentName": "ButtonSearch",
620
- "source": "base",
621
- "definitionPath": "library/components/buttonsearch/ButtonSearch.vue.d.ts",
622
- "childComponents": [],
623
- "overrideLevel": 0
624
- }
625
- ],
626
- "inheritanceReport": "Base: ButtonSearch (library/components/buttonsearch/ButtonSearch.vue.d.ts)",
627
- "vueFilePath": "library/components/buttonsearch/ButtonSearch.vue",
628
- "definitionFilePath": "buttonsearch/index.d.ts",
629
- "importInfo": {
630
- "packageName": "@fewangsit/wangsvue-gsts",
631
- "importPath": "import { ButtonSearch } from '@fewangsit/wangsvue-gsts'",
632
- "treeshakable": true
633
- },
634
- "examples": [],
635
- "useCases": [],
636
- "dependencies": [],
637
- "status": "stable",
638
- "accessibility": {
639
- "ariaSupport": false,
640
- "keyboardNavigation": false,
641
- "screenReaderSupport": false,
642
- "colorContrastCompliant": false,
643
- "focusManagement": false,
644
- "guidelines": []
645
- },
646
- "responsive": false
647
- },
648
- {
649
- "id": "buttonsearchbyscan",
650
- "name": "ButtonSearchByScan",
651
- "description": "ButtonSearchByScan component",
652
- "category": "input",
653
- "tags": [
654
- "button",
655
- "interactive"
656
- ],
657
- "source": "base",
658
- "overridesBase": false,
659
- "overrideType": "none",
660
- "overrideSummary": "No override detected",
661
- "inheritanceChain": [
662
- {
663
- "componentName": "ButtonSearchByScan",
664
- "source": "base",
665
- "definitionPath": "library/components/buttonsearchbyscan/ButtonSearchByScan.vue.d.ts",
666
- "childComponents": [],
667
- "overrideLevel": 0
668
- }
669
- ],
670
- "inheritanceReport": "Base: ButtonSearchByScan (library/components/buttonsearchbyscan/ButtonSearchByScan.vue.d.ts)",
671
- "vueFilePath": "library/components/buttonsearchbyscan/ButtonSearchByScan.vue",
672
- "definitionFilePath": "buttonsearchbyscan/index.d.ts",
673
- "importInfo": {
674
- "packageName": "@fewangsit/wangsvue-gsts",
675
- "importPath": "import { ButtonSearchByScan } from '@fewangsit/wangsvue-gsts'",
676
- "treeshakable": true
677
- },
678
- "examples": [],
679
- "useCases": [],
680
- "dependencies": [],
681
- "status": "stable",
682
- "accessibility": {
683
- "ariaSupport": false,
684
- "keyboardNavigation": false,
685
- "screenReaderSupport": false,
686
- "colorContrastCompliant": false,
687
- "focusManagement": false,
688
- "guidelines": []
689
- },
690
- "responsive": false
691
- },
692
- {
693
- "id": "buttonselecttree",
694
- "name": "ButtonSelectTree",
695
- "description": "ButtonSelectTree handles select tree dialog and field validaion.",
696
- "category": "input",
697
- "tags": [
698
- "button",
699
- "interactive"
700
- ],
701
- "source": "base",
702
- "overridesBase": false,
703
- "overrideType": "none",
704
- "overrideSummary": "No override detected",
705
- "inheritanceChain": [
706
- {
707
- "componentName": "ButtonSelectTree",
708
- "source": "base",
709
- "definitionPath": "library/components/buttonselecttree/ButtonSelectTree.vue.d.ts",
710
- "childComponents": [],
711
- "overrideLevel": 0
712
- }
713
- ],
714
- "inheritanceReport": "Base: ButtonSelectTree (library/components/buttonselecttree/ButtonSelectTree.vue.d.ts)",
715
- "vueFilePath": "library/components/buttonselecttree/ButtonSelectTree.vue",
716
- "definitionFilePath": "buttonselecttree/index.d.ts",
717
- "importInfo": {
718
- "packageName": "@fewangsit/wangsvue-gsts",
719
- "importPath": "import { ButtonSelectTree } from '@fewangsit/wangsvue-gsts'",
720
- "treeshakable": true
721
- },
722
- "examples": [],
723
- "useCases": [],
724
- "dependencies": [],
725
- "status": "stable",
726
- "accessibility": {
727
- "ariaSupport": false,
728
- "keyboardNavigation": false,
729
- "screenReaderSupport": false,
730
- "colorContrastCompliant": false,
731
- "focusManagement": false,
732
- "guidelines": []
733
- },
734
- "responsive": false
735
- },
736
- {
737
- "id": "buttonsync",
738
- "name": "ButtonSync",
739
- "description": "ButtonSync component",
740
- "category": "integration",
741
- "tags": [
742
- "button",
743
- "interactive"
744
- ],
745
- "source": "base",
746
- "overridesBase": false,
747
- "overrideType": "none",
748
- "overrideSummary": "No override detected",
749
- "inheritanceChain": [
750
- {
751
- "componentName": "ButtonSync",
752
- "source": "base",
753
- "definitionPath": "library/components/buttonsync/ButtonSync.vue.d.ts",
754
- "childComponents": [],
755
- "overrideLevel": 0
756
- }
757
- ],
758
- "inheritanceReport": "Base: ButtonSync (library/components/buttonsync/ButtonSync.vue.d.ts)",
759
- "vueFilePath": "library/components/buttonsync/ButtonSync.vue",
760
- "definitionFilePath": "buttonsync/index.d.ts",
761
- "importInfo": {
762
- "packageName": "@fewangsit/wangsvue-gsts",
763
- "importPath": "import { ButtonSync } from '@fewangsit/wangsvue-gsts'",
764
- "treeshakable": true
765
- },
766
- "examples": [],
767
- "useCases": [],
768
- "dependencies": [],
769
- "status": "stable",
770
- "accessibility": {
771
- "ariaSupport": false,
772
- "keyboardNavigation": false,
773
- "screenReaderSupport": false,
774
- "colorContrastCompliant": false,
775
- "focusManagement": false,
776
- "guidelines": []
777
- },
778
- "responsive": false
779
- },
780
- {
781
- "id": "buttontoggle",
782
- "name": "ButtonToggle",
783
- "description": "ButtonToggle component.",
784
- "category": "input",
785
- "tags": [
786
- "button",
787
- "interactive"
788
- ],
789
- "source": "base",
790
- "overridesBase": false,
791
- "overrideType": "none",
792
- "overrideSummary": "No override detected",
793
- "inheritanceChain": [
794
- {
795
- "componentName": "ButtonToggle",
796
- "source": "base",
797
- "definitionPath": "library/components/buttontoggle/ButtonToggle.vue.d.ts",
798
- "childComponents": [],
799
- "overrideLevel": 0
800
- }
801
- ],
802
- "inheritanceReport": "Base: ButtonToggle (library/components/buttontoggle/ButtonToggle.vue.d.ts)",
803
- "vueFilePath": "library/components/buttontoggle/ButtonToggle.vue",
804
- "definitionFilePath": "buttontoggle/index.d.ts",
805
- "importInfo": {
806
- "packageName": "@fewangsit/wangsvue-gsts",
807
- "importPath": "import { ButtonToggle } from '@fewangsit/wangsvue-gsts'",
808
- "treeshakable": true
809
- },
810
- "examples": [],
811
- "useCases": [],
812
- "dependencies": [],
813
- "status": "stable",
814
- "accessibility": {
815
- "ariaSupport": false,
816
- "keyboardNavigation": false,
817
- "screenReaderSupport": false,
818
- "colorContrastCompliant": false,
819
- "focusManagement": false,
820
- "guidelines": []
821
- },
822
- "responsive": false
823
- },
824
- {
825
- "id": "calendar",
826
- "name": "Calendar",
827
- "description": "Handle input date with form validation.",
828
- "category": "utility",
829
- "tags": [],
830
- "source": "base",
831
- "overridesBase": false,
832
- "overrideType": "none",
833
- "overrideSummary": "No override detected",
834
- "inheritanceChain": [
835
- {
836
- "componentName": "Calendar",
837
- "source": "base",
838
- "definitionPath": "library/components/calendar/Calendar.vue.d.ts",
839
- "childComponents": [],
840
- "overrideLevel": 0
841
- }
842
- ],
843
- "inheritanceReport": "Base: Calendar (library/components/calendar/Calendar.vue.d.ts)",
844
- "vueFilePath": "library/components/calendar/Calendar.vue",
845
- "definitionFilePath": "calendar/index.d.ts",
846
- "importInfo": {
847
- "packageName": "@fewangsit/wangsvue-gsts",
848
- "importPath": "import { Calendar } from '@fewangsit/wangsvue-gsts'",
849
- "treeshakable": true
850
- },
851
- "examples": [],
852
- "useCases": [],
853
- "dependencies": [],
854
- "status": "stable",
855
- "accessibility": {
856
- "ariaSupport": false,
857
- "keyboardNavigation": false,
858
- "screenReaderSupport": false,
859
- "colorContrastCompliant": false,
860
- "focusManagement": false,
861
- "guidelines": []
862
- },
863
- "responsive": false
864
- },
865
- {
866
- "id": "card",
867
- "name": "Card",
868
- "description": "Card is a flexible container component.",
869
- "category": "data-display",
870
- "tags": [],
871
- "source": "base",
872
- "overridesBase": false,
873
- "overrideType": "none",
874
- "overrideSummary": "No override detected",
875
- "inheritanceChain": [
876
- {
877
- "componentName": "Card",
878
- "source": "base",
879
- "definitionPath": "library/components/card/Card.vue.d.ts",
880
- "childComponents": [],
881
- "overrideLevel": 0
882
- }
883
- ],
884
- "inheritanceReport": "Base: Card (library/components/card/Card.vue.d.ts)",
885
- "vueFilePath": "library/components/card/Card.vue",
886
- "definitionFilePath": "card/index.d.ts",
887
- "importInfo": {
888
- "packageName": "@fewangsit/wangsvue-gsts",
889
- "importPath": "import { Card } from '@fewangsit/wangsvue-gsts'",
890
- "treeshakable": true
891
- },
892
- "examples": [],
893
- "useCases": [],
894
- "dependencies": [],
895
- "status": "stable",
896
- "accessibility": {
897
- "ariaSupport": false,
898
- "keyboardNavigation": false,
899
- "screenReaderSupport": false,
900
- "colorContrastCompliant": false,
901
- "focusManagement": false,
902
- "guidelines": []
903
- },
904
- "responsive": false
905
- },
906
- {
907
- "id": "carousel",
908
- "name": "Carousel",
909
- "description": "Carousel is a component for displaying a collection of images or content in a sliding or rotating fashion. You can navigate through the items using the provided next and previous functions.",
910
- "category": "utility",
911
- "tags": [],
912
- "source": "base",
913
- "overridesBase": false,
914
- "overrideType": "none",
915
- "overrideSummary": "No override detected",
916
- "inheritanceChain": [
917
- {
918
- "componentName": "Carousel",
919
- "source": "base",
920
- "definitionPath": "library/components/carousel/Carousel.vue.d.ts",
921
- "childComponents": [],
922
- "overrideLevel": 0
923
- }
924
- ],
925
- "inheritanceReport": "Base: Carousel (library/components/carousel/Carousel.vue.d.ts)",
926
- "vueFilePath": "library/components/carousel/Carousel.vue",
927
- "definitionFilePath": "carousel/index.d.ts",
928
- "importInfo": {
929
- "packageName": "@fewangsit/wangsvue-gsts",
930
- "importPath": "import { Carousel } from '@fewangsit/wangsvue-gsts'",
931
- "treeshakable": true
932
- },
933
- "examples": [],
934
- "useCases": [],
935
- "dependencies": [],
936
- "status": "stable",
937
- "accessibility": {
938
- "ariaSupport": false,
939
- "keyboardNavigation": false,
940
- "screenReaderSupport": false,
941
- "colorContrastCompliant": false,
942
- "focusManagement": false,
943
- "guidelines": []
944
- },
945
- "responsive": false
946
- },
947
- {
948
- "id": "changelog",
949
- "name": "Changelog",
950
- "description": "Changelog is a component for to show changelog dialog. You need to install vee-validate while using this component.",
951
- "category": "utility",
952
- "tags": [],
953
- "source": "package",
954
- "overridesBase": true,
955
- "overrideType": "complete",
956
- "overrideSummary": "Complete override with 0 differences (100% similar to base)",
957
- "inheritanceChain": [
958
- {
959
- "componentName": "Changelog",
960
- "source": "package",
961
- "definitionPath": "packages/wangsit-workspace/components/changelog/Changelog.vue.d.ts",
962
- "childComponents": [],
963
- "overrideLevel": 1
964
- }
965
- ],
966
- "inheritanceReport": " Package: Changelog (packages/wangsit-workspace/components/changelog/Changelog.vue.d.ts)",
967
- "vueFilePath": "packages/globalsettings-tagsamurai/components/changelog/Changelog.vue",
968
- "definitionFilePath": "changelog/index.d.ts",
969
- "importInfo": {
970
- "packageName": "@fewangsit/wangsvue-gsts",
971
- "importPath": "import { Changelog } from '@fewangsit/wangsvue-gsts'",
972
- "treeshakable": true
973
- },
974
- "examples": [],
975
- "useCases": [],
976
- "dependencies": [],
977
- "status": "stable",
978
- "accessibility": {
979
- "ariaSupport": false,
980
- "keyboardNavigation": false,
981
- "screenReaderSupport": false,
982
- "colorContrastCompliant": false,
983
- "focusManagement": false,
984
- "guidelines": []
985
- },
986
- "responsive": false
987
- },
988
- {
989
- "id": "changelogpage",
990
- "name": "ChangelogPage",
991
- "description": "Changelog is a component for to show changelog dialog. You need to install vee-validate while using this component.",
992
- "category": "utility",
993
- "tags": [],
994
- "source": "package",
995
- "overridesBase": true,
996
- "overrideType": "complete",
997
- "overrideSummary": "Complete override with 0 differences (100% similar to base)",
998
- "inheritanceChain": [
999
- {
1000
- "componentName": "ChangelogPage",
1001
- "source": "package",
1002
- "definitionPath": "packages/wangsit-workspace/components/changelogpage/ChangelogPage.vue.d.ts",
1003
- "childComponents": [],
1004
- "overrideLevel": 1
1005
- }
1006
- ],
1007
- "inheritanceReport": " Package: ChangelogPage (packages/wangsit-workspace/components/changelogpage/ChangelogPage.vue.d.ts)",
1008
- "vueFilePath": "packages/globalsettings-tagsamurai/components/changelogpage/ChangelogPage.vue",
1009
- "definitionFilePath": "changelogpage/index.d.ts",
1010
- "importInfo": {
1011
- "packageName": "@fewangsit/wangsvue-gsts",
1012
- "importPath": "import { ChangelogPage } from '@fewangsit/wangsvue-gsts'",
1013
- "treeshakable": true
1014
- },
1015
- "examples": [],
1016
- "useCases": [],
1017
- "dependencies": [],
1018
- "status": "stable",
1019
- "accessibility": {
1020
- "ariaSupport": false,
1021
- "keyboardNavigation": false,
1022
- "screenReaderSupport": false,
1023
- "colorContrastCompliant": false,
1024
- "focusManagement": false,
1025
- "guidelines": []
1026
- },
1027
- "responsive": false
1028
- },
1029
- {
1030
- "id": "checkbox",
1031
- "name": "Checkbox",
1032
- "description": "Checkbox is an extension to checkbox element with label and info tooltip.",
1033
- "category": "utility",
1034
- "tags": [],
1035
- "source": "base",
1036
- "overridesBase": false,
1037
- "overrideType": "none",
1038
- "overrideSummary": "No override detected",
1039
- "inheritanceChain": [
1040
- {
1041
- "componentName": "Checkbox",
1042
- "source": "base",
1043
- "definitionPath": "library/components/checkbox/Checkbox.vue.d.ts",
1044
- "childComponents": [],
1045
- "overrideLevel": 0
1046
- }
1047
- ],
1048
- "inheritanceReport": "Base: Checkbox (library/components/checkbox/Checkbox.vue.d.ts)",
1049
- "vueFilePath": "library/components/checkbox/Checkbox.vue",
1050
- "definitionFilePath": "checkbox/index.d.ts",
1051
- "importInfo": {
1052
- "packageName": "@fewangsit/wangsvue-gsts",
1053
- "importPath": "import { Checkbox } from '@fewangsit/wangsvue-gsts'",
1054
- "treeshakable": true
1055
- },
1056
- "examples": [],
1057
- "useCases": [],
1058
- "dependencies": [],
1059
- "status": "stable",
1060
- "accessibility": {
1061
- "ariaSupport": false,
1062
- "keyboardNavigation": false,
1063
- "screenReaderSupport": false,
1064
- "colorContrastCompliant": false,
1065
- "focusManagement": false,
1066
- "guidelines": []
1067
- },
1068
- "responsive": false
1069
- },
1070
- {
1071
- "id": "customcolumn",
1072
- "name": "CustomColumn",
1073
- "description": "Internally used by DataTable to configure visibility of columns. It can also be used outside DataTable with type 'flat'.",
1074
- "category": "utility",
1075
- "tags": [],
1076
- "source": "internal",
1077
- "overridesBase": false,
1078
- "overrideType": "none",
1079
- "overrideSummary": "No override detected",
1080
- "inheritanceChain": [
1081
- {
1082
- "componentName": "CustomColumn",
1083
- "source": "base",
1084
- "definitionPath": "library/components/customcolumn/CustomColumn.vue.d.ts",
1085
- "childComponents": [],
1086
- "overrideLevel": 0
1087
- }
1088
- ],
1089
- "inheritanceReport": "Base: CustomColumn (library/components/customcolumn/CustomColumn.vue.d.ts)",
1090
- "vueFilePath": "library/components/customcolumn/CustomColumn.vue",
1091
- "definitionFilePath": "customcolumn/index.d.ts",
1092
- "importInfo": {
1093
- "packageName": "@fewangsit/wangsvue-gsts",
1094
- "importPath": "import { CustomColumn } from '@fewangsit/wangsvue-gsts'",
1095
- "treeshakable": true
1096
- },
1097
- "examples": [],
1098
- "useCases": [],
1099
- "dependencies": [],
1100
- "status": "stable",
1101
- "accessibility": {
1102
- "ariaSupport": false,
1103
- "keyboardNavigation": false,
1104
- "screenReaderSupport": false,
1105
- "colorContrastCompliant": false,
1106
- "focusManagement": false,
1107
- "guidelines": []
1108
- },
1109
- "responsive": false
1110
- },
1111
- {
1112
- "id": "datatable",
1113
- "name": "DataTable",
1114
- "description": "DataTable displays data in tabular format.",
1115
- "category": "data-display",
1116
- "tags": [
1117
- "table",
1118
- "data"
1119
- ],
1120
- "source": "base",
1121
- "overridesBase": false,
1122
- "overrideType": "none",
1123
- "overrideSummary": "No override detected",
1124
- "inheritanceChain": [
1125
- {
1126
- "componentName": "DataTable",
1127
- "source": "base",
1128
- "definitionPath": "library/components/datatable/DataTable.vue.d.ts",
1129
- "childComponents": [],
1130
- "overrideLevel": 0
1131
- }
1132
- ],
1133
- "inheritanceReport": "Base: DataTable (library/components/datatable/DataTable.vue.d.ts)",
1134
- "vueFilePath": "library/components/datatable/DataTable.vue",
1135
- "definitionFilePath": "datatable/index.d.ts",
1136
- "importInfo": {
1137
- "packageName": "@fewangsit/wangsvue-gsts",
1138
- "importPath": "import { DataTable } from '@fewangsit/wangsvue-gsts'",
1139
- "treeshakable": true
1140
- },
1141
- "examples": [],
1142
- "useCases": [],
1143
- "dependencies": [],
1144
- "status": "stable",
1145
- "accessibility": {
1146
- "ariaSupport": false,
1147
- "keyboardNavigation": false,
1148
- "screenReaderSupport": false,
1149
- "colorContrastCompliant": false,
1150
- "focusManagement": false,
1151
- "guidelines": []
1152
- },
1153
- "responsive": false
1154
- },
1155
- {
1156
- "id": "dialog",
1157
- "name": "Dialog",
1158
- "description": "Dialog is a container to display content in an overlay window.",
1159
- "category": "overlay",
1160
- "tags": [
1161
- "dialog",
1162
- "modal"
1163
- ],
1164
- "source": "base",
1165
- "overridesBase": false,
1166
- "overrideType": "none",
1167
- "overrideSummary": "No override detected",
1168
- "inheritanceChain": [
1169
- {
1170
- "componentName": "Dialog",
1171
- "source": "base",
1172
- "definitionPath": "library/components/dialog/Dialog.vue.d.ts",
1173
- "childComponents": [],
1174
- "overrideLevel": 0
1175
- }
1176
- ],
1177
- "inheritanceReport": "Base: Dialog (library/components/dialog/Dialog.vue.d.ts)",
1178
- "vueFilePath": "library/components/dialog/Dialog.vue",
1179
- "definitionFilePath": "dialog/index.d.ts",
1180
- "importInfo": {
1181
- "packageName": "@fewangsit/wangsvue-gsts",
1182
- "importPath": "import { Dialog } from '@fewangsit/wangsvue-gsts'",
1183
- "treeshakable": true
1184
- },
1185
- "examples": [],
1186
- "useCases": [],
1187
- "dependencies": [],
1188
- "status": "stable",
1189
- "accessibility": {
1190
- "ariaSupport": false,
1191
- "keyboardNavigation": false,
1192
- "screenReaderSupport": false,
1193
- "colorContrastCompliant": false,
1194
- "focusManagement": false,
1195
- "guidelines": []
1196
- },
1197
- "responsive": false
1198
- },
1199
- {
1200
- "id": "dialogconfirm",
1201
- "name": "DialogConfirm",
1202
- "description": "DialogConfirm is a component for creating confirmation dialogs.",
1203
- "category": "overlay",
1204
- "tags": [
1205
- "dialog",
1206
- "modal"
1207
- ],
1208
- "source": "package",
1209
- "overridesBase": true,
1210
- "overrideType": "complete",
1211
- "overrideSummary": "Complete override with 0 differences (100% similar to base)",
1212
- "inheritanceChain": [
1213
- {
1214
- "componentName": "DialogConfirm",
1215
- "source": "package",
1216
- "definitionPath": "packages/wangsit-workspace/components/dialogconfirm/DialogConfirm.vue.d.ts",
1217
- "childComponents": [],
1218
- "overrideLevel": 1
1219
- }
1220
- ],
1221
- "inheritanceReport": " Package: DialogConfirm (packages/wangsit-workspace/components/dialogconfirm/DialogConfirm.vue.d.ts)",
1222
- "vueFilePath": "packages/globalsettings-tagsamurai/components/dialogconfirm/DialogConfirm.vue",
1223
- "definitionFilePath": "dialogconfirm/index.d.ts",
1224
- "importInfo": {
1225
- "packageName": "@fewangsit/wangsvue-gsts",
1226
- "importPath": "import { DialogConfirm } from '@fewangsit/wangsvue-gsts'",
1227
- "treeshakable": true
1228
- },
1229
- "examples": [],
1230
- "useCases": [],
1231
- "dependencies": [],
1232
- "status": "stable",
1233
- "accessibility": {
1234
- "ariaSupport": false,
1235
- "keyboardNavigation": false,
1236
- "screenReaderSupport": false,
1237
- "colorContrastCompliant": false,
1238
- "focusManagement": false,
1239
- "guidelines": []
1240
- },
1241
- "responsive": false
1242
- },
1243
- {
1244
- "id": "dialogform",
1245
- "name": "DialogForm",
1246
- "description": "DialogForm is combination of Form and Dialog. Handles validation on submit using vee-validate. You need to install vee-validate while using this component.",
1247
- "category": "overlay",
1248
- "tags": [
1249
- "dialog",
1250
- "modal"
1251
- ],
1252
- "source": "base",
1253
- "overridesBase": false,
1254
- "overrideType": "none",
1255
- "overrideSummary": "No override detected",
1256
- "inheritanceChain": [
1257
- {
1258
- "componentName": "DialogForm",
1259
- "source": "base",
1260
- "definitionPath": "library/components/dialogform/DialogForm.vue.d.ts",
1261
- "childComponents": [],
1262
- "overrideLevel": 0
1263
- }
1264
- ],
1265
- "inheritanceReport": "Base: DialogForm (library/components/dialogform/DialogForm.vue.d.ts)",
1266
- "vueFilePath": "library/components/dialogform/DialogForm.vue",
1267
- "definitionFilePath": "dialogform/index.d.ts",
1268
- "importInfo": {
1269
- "packageName": "@fewangsit/wangsvue-gsts",
1270
- "importPath": "import { DialogForm } from '@fewangsit/wangsvue-gsts'",
1271
- "treeshakable": true
1272
- },
1273
- "examples": [],
1274
- "useCases": [],
1275
- "dependencies": [],
1276
- "status": "stable",
1277
- "accessibility": {
1278
- "ariaSupport": false,
1279
- "keyboardNavigation": false,
1280
- "screenReaderSupport": false,
1281
- "colorContrastCompliant": false,
1282
- "focusManagement": false,
1283
- "guidelines": []
1284
- },
1285
- "responsive": false
1286
- },
1287
- {
1288
- "id": "dialogselecttree",
1289
- "name": "DialogSelectTree",
1290
- "description": "!TSVue",
1291
- "category": "overlay",
1292
- "tags": [
1293
- "dialog",
1294
- "modal"
1295
- ],
1296
- "source": "base",
1297
- "overridesBase": false,
1298
- "overrideType": "none",
1299
- "overrideSummary": "No override detected",
1300
- "inheritanceChain": [
1301
- {
1302
- "componentName": "DialogSelectTree",
1303
- "source": "base",
1304
- "definitionPath": "library/components/dialogselecttree/DialogSelectTree.vue.d.ts",
1305
- "childComponents": [],
1306
- "overrideLevel": 0
1307
- }
1308
- ],
1309
- "inheritanceReport": "Base: DialogSelectTree (library/components/dialogselecttree/DialogSelectTree.vue.d.ts)",
1310
- "vueFilePath": "library/components/dialogselecttree/DialogSelectTree.vue",
1311
- "definitionFilePath": "dialogselecttree/index.d.ts",
1312
- "importInfo": {
1313
- "packageName": "@fewangsit/wangsvue-gsts",
1314
- "importPath": "import { DialogSelectTree } from '@fewangsit/wangsvue-gsts'",
1315
- "treeshakable": true
1316
- },
1317
- "examples": [],
1318
- "useCases": [],
1319
- "dependencies": [],
1320
- "status": "stable",
1321
- "accessibility": {
1322
- "ariaSupport": false,
1323
- "keyboardNavigation": false,
1324
- "screenReaderSupport": false,
1325
- "colorContrastCompliant": false,
1326
- "focusManagement": false,
1327
- "guidelines": []
1328
- },
1329
- "responsive": false
1330
- },
1331
- {
1332
- "id": "dropdown",
1333
- "name": "Dropdown",
1334
- "description": "Dropdown also known as Select, is used to choose an item from a collection of options.",
1335
- "category": "utility",
1336
- "tags": [],
1337
- "source": "base",
1338
- "overridesBase": false,
1339
- "overrideType": "none",
1340
- "overrideSummary": "No override detected",
1341
- "inheritanceChain": [
1342
- {
1343
- "componentName": "Dropdown",
1344
- "source": "base",
1345
- "definitionPath": "library/components/dropdown/Dropdown.vue.d.ts",
1346
- "childComponents": [],
1347
- "overrideLevel": 0
1348
- }
1349
- ],
1350
- "inheritanceReport": "Base: Dropdown (library/components/dropdown/Dropdown.vue.d.ts)",
1351
- "vueFilePath": "library/components/dropdown/Dropdown.vue",
1352
- "definitionFilePath": "dropdown/index.d.ts",
1353
- "importInfo": {
1354
- "packageName": "@fewangsit/wangsvue-gsts",
1355
- "importPath": "import { Dropdown } from '@fewangsit/wangsvue-gsts'",
1356
- "treeshakable": true
1357
- },
1358
- "examples": [],
1359
- "useCases": [],
1360
- "dependencies": [],
1361
- "status": "stable",
1362
- "accessibility": {
1363
- "ariaSupport": false,
1364
- "keyboardNavigation": false,
1365
- "screenReaderSupport": false,
1366
- "colorContrastCompliant": false,
1367
- "focusManagement": false,
1368
- "guidelines": []
1369
- },
1370
- "responsive": false
1371
- },
1372
- {
1373
- "id": "editor",
1374
- "name": "Editor",
1375
- "description": "_Editor is a rich text editor component built with",
1376
- "category": "utility",
1377
- "tags": [],
1378
- "source": "internal",
1379
- "overridesBase": false,
1380
- "overrideType": "none",
1381
- "overrideSummary": "No override detected",
1382
- "inheritanceChain": [
1383
- {
1384
- "componentName": "Editor",
1385
- "source": "base",
1386
- "definitionPath": "library/components/editor/Editor.vue.d.ts",
1387
- "childComponents": [],
1388
- "overrideLevel": 0
1389
- }
1390
- ],
1391
- "inheritanceReport": "Base: Editor (library/components/editor/Editor.vue.d.ts)",
1392
- "vueFilePath": "library/components/editor/Editor.vue",
1393
- "definitionFilePath": "editor/index.d.ts",
1394
- "importInfo": {
1395
- "packageName": "@fewangsit/wangsvue-gsts",
1396
- "importPath": "import { Editor } from '@fewangsit/wangsvue-gsts'",
1397
- "treeshakable": true
1398
- },
1399
- "examples": [],
1400
- "useCases": [],
1401
- "dependencies": [],
1402
- "status": "stable",
1403
- "accessibility": {
1404
- "ariaSupport": false,
1405
- "keyboardNavigation": false,
1406
- "screenReaderSupport": false,
1407
- "colorContrastCompliant": false,
1408
- "focusManagement": false,
1409
- "guidelines": []
1410
- },
1411
- "responsive": false
1412
- },
1413
- {
1414
- "id": "fieldwrapper",
1415
- "name": "FieldWrapper",
1416
- "description": "FieldWrapper is a component for wrapping form fields with labels and additional information.",
1417
- "category": "form",
1418
- "tags": [],
1419
- "source": "internal",
1420
- "overridesBase": false,
1421
- "overrideType": "none",
1422
- "overrideSummary": "No override detected",
1423
- "inheritanceChain": [
1424
- {
1425
- "componentName": "FieldWrapper",
1426
- "source": "base",
1427
- "definitionPath": "library/components/fieldwrapper/FieldWrapper.vue.d.ts",
1428
- "childComponents": [],
1429
- "overrideLevel": 0
1430
- }
1431
- ],
1432
- "inheritanceReport": "Base: FieldWrapper (library/components/fieldwrapper/FieldWrapper.vue.d.ts)",
1433
- "vueFilePath": "library/components/fieldwrapper/FieldWrapper.vue",
1434
- "definitionFilePath": "fieldwrapper/index.d.ts",
1435
- "importInfo": {
1436
- "packageName": "@fewangsit/wangsvue-gsts",
1437
- "importPath": "import { FieldWrapper } from '@fewangsit/wangsvue-gsts'",
1438
- "treeshakable": true
1439
- },
1440
- "examples": [],
1441
- "useCases": [],
1442
- "dependencies": [],
1443
- "status": "stable",
1444
- "accessibility": {
1445
- "ariaSupport": false,
1446
- "keyboardNavigation": false,
1447
- "screenReaderSupport": false,
1448
- "colorContrastCompliant": false,
1449
- "focusManagement": false,
1450
- "guidelines": []
1451
- },
1452
- "responsive": false
1453
- },
1454
- {
1455
- "id": "fileupload",
1456
- "name": "FileUpload",
1457
- "description": "FileUpload is an advanced uploader with dragdrop support, multi file uploads, auto uploading, progress tracking and validations.",
1458
- "category": "utility",
1459
- "tags": [],
1460
- "source": "base",
1461
- "overridesBase": false,
1462
- "overrideType": "none",
1463
- "overrideSummary": "No override detected",
1464
- "inheritanceChain": [
1465
- {
1466
- "componentName": "FileUpload",
1467
- "source": "base",
1468
- "definitionPath": "library/components/fileupload/FileUpload.vue.d.ts",
1469
- "childComponents": [],
1470
- "overrideLevel": 0
1471
- }
1472
- ],
1473
- "inheritanceReport": "Base: FileUpload (library/components/fileupload/FileUpload.vue.d.ts)",
1474
- "vueFilePath": "library/components/fileupload/FileUpload.vue",
1475
- "definitionFilePath": "fileupload/index.d.ts",
1476
- "importInfo": {
1477
- "packageName": "@fewangsit/wangsvue-gsts",
1478
- "importPath": "import { FileUpload } from '@fewangsit/wangsvue-gsts'",
1479
- "treeshakable": true
1480
- },
1481
- "examples": [],
1482
- "useCases": [],
1483
- "dependencies": [],
1484
- "status": "stable",
1485
- "accessibility": {
1486
- "ariaSupport": false,
1487
- "keyboardNavigation": false,
1488
- "screenReaderSupport": false,
1489
- "colorContrastCompliant": false,
1490
- "focusManagement": false,
1491
- "guidelines": []
1492
- },
1493
- "responsive": false
1494
- },
1495
- {
1496
- "id": "filtercontainer",
1497
- "name": "FilterContainer",
1498
- "description": "FilterContainer is a component for generating a dynamic grid-based layout for any count of filter fields. It calculates the number of children in the container and sets their grid area style dynamically. The grid layout is determined by the row and column position, which are incremented based on the child count. If the child count is odd and the child is the last one (which is Buttons Action), it is placed in the 4th column.",
1499
- "category": "layout",
1500
- "tags": [],
1501
- "source": "extended",
1502
- "overridesBase": false,
1503
- "overrideType": "extension",
1504
- "overrideSummary": "Extends base component (uses base TypeScript definitions)",
1505
- "inheritanceChain": [
1506
- {
1507
- "componentName": "FilterContainer",
1508
- "source": "extended",
1509
- "definitionPath": "packages/wangsit-workspace/components/filtercontainer/FilterContainer.vue.d.ts",
1510
- "childComponents": [],
1511
- "overrideLevel": 1
1512
- }
1513
- ],
1514
- "inheritanceReport": " Extended: FilterContainer (packages/wangsit-workspace/components/filtercontainer/FilterContainer.vue.d.ts)",
1515
- "vueFilePath": "packages/globalsettings-tagsamurai/components/filtercontainer/FilterContainer.vue",
1516
- "definitionFilePath": "filtercontainer/index.d.ts",
1517
- "importInfo": {
1518
- "packageName": "@fewangsit/wangsvue-gsts",
1519
- "importPath": "import { FilterContainer } from '@fewangsit/wangsvue-gsts'",
1520
- "treeshakable": true
1521
- },
1522
- "examples": [],
1523
- "useCases": [],
1524
- "dependencies": [],
1525
- "status": "stable",
1526
- "accessibility": {
1527
- "ariaSupport": false,
1528
- "keyboardNavigation": false,
1529
- "screenReaderSupport": false,
1530
- "colorContrastCompliant": false,
1531
- "focusManagement": false,
1532
- "guidelines": []
1533
- },
1534
- "responsive": false
1535
- },
1536
- {
1537
- "id": "form",
1538
- "name": "Form",
1539
- "description": "Form is a component for creating forms with validation on submit using vee-validate. You need to install vee-validate while using this component.",
1540
- "category": "form",
1541
- "tags": [],
1542
- "source": "base",
1543
- "overridesBase": false,
1544
- "overrideType": "none",
1545
- "overrideSummary": "No override detected",
1546
- "inheritanceChain": [
1547
- {
1548
- "componentName": "Form",
1549
- "source": "base",
1550
- "definitionPath": "library/components/form/Form.vue.d.ts",
1551
- "childComponents": [],
1552
- "overrideLevel": 0
1553
- }
1554
- ],
1555
- "inheritanceReport": "Base: Form (library/components/form/Form.vue.d.ts)",
1556
- "vueFilePath": "library/components/form/Form.vue",
1557
- "definitionFilePath": "form/index.d.ts",
1558
- "importInfo": {
1559
- "packageName": "@fewangsit/wangsvue-gsts",
1560
- "importPath": "import { Form } from '@fewangsit/wangsvue-gsts'",
1561
- "treeshakable": true
1562
- },
1563
- "examples": [],
1564
- "useCases": [],
1565
- "dependencies": [],
1566
- "status": "stable",
1567
- "accessibility": {
1568
- "ariaSupport": false,
1569
- "keyboardNavigation": false,
1570
- "screenReaderSupport": false,
1571
- "colorContrastCompliant": false,
1572
- "focusManagement": false,
1573
- "guidelines": []
1574
- },
1575
- "responsive": false
1576
- },
1577
- {
1578
- "id": "icon",
1579
- "name": "Icon",
1580
- "description": "Display icon with svg backrgounds",
1581
- "category": "utility",
1582
- "tags": [],
1583
- "source": "base",
1584
- "overridesBase": false,
1585
- "overrideType": "none",
1586
- "overrideSummary": "No override detected",
1587
- "inheritanceChain": [
1588
- {
1589
- "componentName": "Icon",
1590
- "source": "base",
1591
- "definitionPath": "library/components/icon/Icon.vue.d.ts",
1592
- "childComponents": [],
1593
- "overrideLevel": 0
1594
- }
1595
- ],
1596
- "inheritanceReport": "Base: Icon (library/components/icon/Icon.vue.d.ts)",
1597
- "vueFilePath": "library/components/icon/Icon.vue",
1598
- "definitionFilePath": "icon/index.d.ts",
1599
- "importInfo": {
1600
- "packageName": "@fewangsit/wangsvue-gsts",
1601
- "importPath": "import { Icon } from '@fewangsit/wangsvue-gsts'",
1602
- "treeshakable": true
1603
- },
1604
- "examples": [],
1605
- "useCases": [],
1606
- "dependencies": [],
1607
- "status": "stable",
1608
- "accessibility": {
1609
- "ariaSupport": false,
1610
- "keyboardNavigation": false,
1611
- "screenReaderSupport": false,
1612
- "colorContrastCompliant": false,
1613
- "focusManagement": false,
1614
- "guidelines": []
1615
- },
1616
- "responsive": false
1617
- },
1618
- {
1619
- "id": "image",
1620
- "name": "Image",
1621
- "description": "Displays an image with preview.",
1622
- "category": "data-display",
1623
- "tags": [],
1624
- "source": "base",
1625
- "overridesBase": false,
1626
- "overrideType": "none",
1627
- "overrideSummary": "No override detected",
1628
- "inheritanceChain": [
1629
- {
1630
- "componentName": "Image",
1631
- "source": "base",
1632
- "definitionPath": "library/components/image/Image.vue.d.ts",
1633
- "childComponents": [],
1634
- "overrideLevel": 0
1635
- }
1636
- ],
1637
- "inheritanceReport": "Base: Image (library/components/image/Image.vue.d.ts)",
1638
- "vueFilePath": "library/components/image/Image.vue",
1639
- "definitionFilePath": "image/index.d.ts",
1640
- "importInfo": {
1641
- "packageName": "@fewangsit/wangsvue-gsts",
1642
- "importPath": "import { Image } from '@fewangsit/wangsvue-gsts'",
1643
- "treeshakable": true
1644
- },
1645
- "examples": [],
1646
- "useCases": [],
1647
- "dependencies": [],
1648
- "status": "stable",
1649
- "accessibility": {
1650
- "ariaSupport": false,
1651
- "keyboardNavigation": false,
1652
- "screenReaderSupport": false,
1653
- "colorContrastCompliant": false,
1654
- "focusManagement": false,
1655
- "guidelines": []
1656
- },
1657
- "responsive": false
1658
- },
1659
- {
1660
- "id": "imagecompressor",
1661
- "name": "ImageCompressor",
1662
- "description": "Handle image input and compression.",
1663
- "category": "data-display",
1664
- "tags": [],
1665
- "source": "base",
1666
- "overridesBase": false,
1667
- "overrideType": "none",
1668
- "overrideSummary": "No override detected",
1669
- "inheritanceChain": [
1670
- {
1671
- "componentName": "ImageCompressor",
1672
- "source": "base",
1673
- "definitionPath": "library/components/imagecompressor/ImageCompressor.vue.d.ts",
1674
- "childComponents": [],
1675
- "overrideLevel": 0
1676
- }
1677
- ],
1678
- "inheritanceReport": "Base: ImageCompressor (library/components/imagecompressor/ImageCompressor.vue.d.ts)",
1679
- "vueFilePath": "library/components/imagecompressor/ImageCompressor.vue",
1680
- "definitionFilePath": "imagecompressor/index.d.ts",
1681
- "importInfo": {
1682
- "packageName": "@fewangsit/wangsvue-gsts",
1683
- "importPath": "import { ImageCompressor } from '@fewangsit/wangsvue-gsts'",
1684
- "treeshakable": true
1685
- },
1686
- "examples": [],
1687
- "useCases": [],
1688
- "dependencies": [],
1689
- "status": "stable",
1690
- "accessibility": {
1691
- "ariaSupport": false,
1692
- "keyboardNavigation": false,
1693
- "screenReaderSupport": false,
1694
- "colorContrastCompliant": false,
1695
- "focusManagement": false,
1696
- "guidelines": []
1697
- },
1698
- "responsive": false
1699
- },
1700
- {
1701
- "id": "inlinemessage",
1702
- "name": "InlineMessage",
1703
- "description": "InlineMessage component is useful in cases where a single message needs to be displayed related to an element such as forms. It has one property, severity of the message.",
1704
- "category": "feedback",
1705
- "tags": [],
1706
- "source": "base",
1707
- "overridesBase": false,
1708
- "overrideType": "none",
1709
- "overrideSummary": "No override detected",
1710
- "inheritanceChain": [
1711
- {
1712
- "componentName": "InlineMessage",
1713
- "source": "base",
1714
- "definitionPath": "library/components/inlinemessage/InlineMessage.vue.d.ts",
1715
- "childComponents": [],
1716
- "overrideLevel": 0
1717
- }
1718
- ],
1719
- "inheritanceReport": "Base: InlineMessage (library/components/inlinemessage/InlineMessage.vue.d.ts)",
1720
- "vueFilePath": "library/components/inlinemessage/InlineMessage.vue",
1721
- "definitionFilePath": "inlinemessage/index.d.ts",
1722
- "importInfo": {
1723
- "packageName": "@fewangsit/wangsvue-gsts",
1724
- "importPath": "import { InlineMessage } from '@fewangsit/wangsvue-gsts'",
1725
- "treeshakable": true
1726
- },
1727
- "examples": [],
1728
- "useCases": [],
1729
- "dependencies": [],
1730
- "status": "stable",
1731
- "accessibility": {
1732
- "ariaSupport": false,
1733
- "keyboardNavigation": false,
1734
- "screenReaderSupport": false,
1735
- "colorContrastCompliant": false,
1736
- "focusManagement": false,
1737
- "guidelines": []
1738
- },
1739
- "responsive": false
1740
- },
1741
- {
1742
- "id": "inputbadge",
1743
- "name": "InputBadge",
1744
- "description": "InputBadge is input text that changes it value into Badge component on Enter key pressed.",
1745
- "category": "input",
1746
- "tags": [
1747
- "input",
1748
- "form"
1749
- ],
1750
- "source": "base",
1751
- "overridesBase": false,
1752
- "overrideType": "none",
1753
- "overrideSummary": "No override detected",
1754
- "inheritanceChain": [
1755
- {
1756
- "componentName": "InputBadge",
1757
- "source": "base",
1758
- "definitionPath": "library/components/inputbadge/InputBadge.vue.d.ts",
1759
- "childComponents": [],
1760
- "overrideLevel": 0
1761
- }
1762
- ],
1763
- "inheritanceReport": "Base: InputBadge (library/components/inputbadge/InputBadge.vue.d.ts)",
1764
- "vueFilePath": "library/components/inputbadge/InputBadge.vue",
1765
- "definitionFilePath": "inputbadge/index.d.ts",
1766
- "importInfo": {
1767
- "packageName": "@fewangsit/wangsvue-gsts",
1768
- "importPath": "import { InputBadge } from '@fewangsit/wangsvue-gsts'",
1769
- "treeshakable": true
1770
- },
1771
- "examples": [],
1772
- "useCases": [],
1773
- "dependencies": [],
1774
- "status": "stable",
1775
- "accessibility": {
1776
- "ariaSupport": false,
1777
- "keyboardNavigation": false,
1778
- "screenReaderSupport": false,
1779
- "colorContrastCompliant": false,
1780
- "focusManagement": false,
1781
- "guidelines": []
1782
- },
1783
- "responsive": false
1784
- },
1785
- {
1786
- "id": "inputcurrency",
1787
- "name": "InputCurrency",
1788
- "description": "Handle input Currency with form validation. This component is an extension from InputNumber with mode currency.",
1789
- "category": "localization",
1790
- "tags": [
1791
- "input",
1792
- "form"
1793
- ],
1794
- "source": "base",
1795
- "overridesBase": false,
1796
- "overrideType": "none",
1797
- "overrideSummary": "No override detected",
1798
- "inheritanceChain": [
1799
- {
1800
- "componentName": "InputCurrency",
1801
- "source": "base",
1802
- "definitionPath": "library/components/inputcurrency/InputCurrency.vue.d.ts",
1803
- "childComponents": [],
1804
- "overrideLevel": 0
1805
- }
1806
- ],
1807
- "inheritanceReport": "Base: InputCurrency (library/components/inputcurrency/InputCurrency.vue.d.ts)",
1808
- "vueFilePath": "library/components/inputcurrency/InputCurrency.vue",
1809
- "definitionFilePath": "inputcurrency/index.d.ts",
1810
- "importInfo": {
1811
- "packageName": "@fewangsit/wangsvue-gsts",
1812
- "importPath": "import { InputCurrency } from '@fewangsit/wangsvue-gsts'",
1813
- "treeshakable": true
1814
- },
1815
- "examples": [],
1816
- "useCases": [],
1817
- "dependencies": [],
1818
- "status": "stable",
1819
- "accessibility": {
1820
- "ariaSupport": false,
1821
- "keyboardNavigation": false,
1822
- "screenReaderSupport": false,
1823
- "colorContrastCompliant": false,
1824
- "focusManagement": false,
1825
- "guidelines": []
1826
- },
1827
- "responsive": false
1828
- },
1829
- {
1830
- "id": "inputemail",
1831
- "name": "InputEmail",
1832
- "description": "Handle input email with form validation.",
1833
- "category": "input",
1834
- "tags": [
1835
- "input",
1836
- "form"
1837
- ],
1838
- "source": "base",
1839
- "overridesBase": false,
1840
- "overrideType": "none",
1841
- "overrideSummary": "No override detected",
1842
- "inheritanceChain": [
1843
- {
1844
- "componentName": "InputEmail",
1845
- "source": "base",
1846
- "definitionPath": "library/components/inputemail/InputEmail.vue.d.ts",
1847
- "childComponents": [],
1848
- "overrideLevel": 0
1849
- }
1850
- ],
1851
- "inheritanceReport": "Base: InputEmail (library/components/inputemail/InputEmail.vue.d.ts)",
1852
- "vueFilePath": "library/components/inputemail/InputEmail.vue",
1853
- "definitionFilePath": "inputemail/index.d.ts",
1854
- "importInfo": {
1855
- "packageName": "@fewangsit/wangsvue-gsts",
1856
- "importPath": "import { InputEmail } from '@fewangsit/wangsvue-gsts'",
1857
- "treeshakable": true
1858
- },
1859
- "examples": [],
1860
- "useCases": [],
1861
- "dependencies": [],
1862
- "status": "stable",
1863
- "accessibility": {
1864
- "ariaSupport": false,
1865
- "keyboardNavigation": false,
1866
- "screenReaderSupport": false,
1867
- "colorContrastCompliant": false,
1868
- "focusManagement": false,
1869
- "guidelines": []
1870
- },
1871
- "responsive": false
1872
- },
1873
- {
1874
- "id": "inputnumber",
1875
- "name": "InputNumber",
1876
- "description": "Handle input number with form validation.",
1877
- "category": "input",
1878
- "tags": [
1879
- "input",
1880
- "form"
1881
- ],
1882
- "source": "base",
1883
- "overridesBase": false,
1884
- "overrideType": "none",
1885
- "overrideSummary": "No override detected",
1886
- "inheritanceChain": [
1887
- {
1888
- "componentName": "InputNumber",
1889
- "source": "base",
1890
- "definitionPath": "library/components/inputnumber/InputNumber.vue.d.ts",
1891
- "childComponents": [],
1892
- "overrideLevel": 0
1893
- }
1894
- ],
1895
- "inheritanceReport": "Base: InputNumber (library/components/inputnumber/InputNumber.vue.d.ts)",
1896
- "vueFilePath": "library/components/inputnumber/InputNumber.vue",
1897
- "definitionFilePath": "inputnumber/index.d.ts",
1898
- "importInfo": {
1899
- "packageName": "@fewangsit/wangsvue-gsts",
1900
- "importPath": "import { InputNumber } from '@fewangsit/wangsvue-gsts'",
1901
- "treeshakable": true
1902
- },
1903
- "examples": [],
1904
- "useCases": [],
1905
- "dependencies": [],
1906
- "status": "stable",
1907
- "accessibility": {
1908
- "ariaSupport": false,
1909
- "keyboardNavigation": false,
1910
- "screenReaderSupport": false,
1911
- "colorContrastCompliant": false,
1912
- "focusManagement": false,
1913
- "guidelines": []
1914
- },
1915
- "responsive": false
1916
- },
1917
- {
1918
- "id": "inputotp-fallback",
1919
- "name": "inputotp",
1920
- "description": "inputotp component (fallback metadata due to parsing error)",
1921
- "category": "utility",
1922
- "tags": [
1923
- "fallback",
1924
- "parsing-error"
1925
- ],
1926
- "source": "unknown",
1927
- "overridesBase": false,
1928
- "overrideType": "none",
1929
- "overrideSummary": "",
1930
- "inheritanceChain": [],
1931
- "inheritanceReport": "",
1932
- "vueFilePath": "",
1933
- "definitionFilePath": "C:\\Users\\Dzulfian\\Works\\Wangs\\__check-new-wangsvue\\wangsvue\\packages\\globalsettings-tagsamurai\\dist\\inputotp\\index.d.ts",
1934
- "importInfo": {
1935
- "packageName": "@fewangsit/wangsvue-gsts",
1936
- "importPath": "import { inputotp } from '@fewangsit/wangsvue-gsts'",
1937
- "treeshakable": true
1938
- },
1939
- "examples": [],
1940
- "useCases": [],
1941
- "dependencies": [],
1942
- "status": "unknown",
1943
- "accessibility": {
1944
- "ariaSupport": false,
1945
- "keyboardNavigation": false,
1946
- "screenReaderSupport": false,
1947
- "colorContrastCompliant": false,
1948
- "focusManagement": false,
1949
- "guidelines": []
1950
- },
1951
- "responsive": false
1952
- },
1953
- {
1954
- "id": "inputpassword",
1955
- "name": "InputPassword",
1956
- "description": "Password displays strength indicator for password fields.",
1957
- "category": "input",
1958
- "tags": [
1959
- "input",
1960
- "form"
1961
- ],
1962
- "source": "base",
1963
- "overridesBase": false,
1964
- "overrideType": "none",
1965
- "overrideSummary": "No override detected",
1966
- "inheritanceChain": [
1967
- {
1968
- "componentName": "InputPassword",
1969
- "source": "base",
1970
- "definitionPath": "library/components/inputpassword/InputPassword.vue.d.ts",
1971
- "childComponents": [],
1972
- "overrideLevel": 0
1973
- }
1974
- ],
1975
- "inheritanceReport": "Base: InputPassword (library/components/inputpassword/InputPassword.vue.d.ts)",
1976
- "vueFilePath": "library/components/inputpassword/InputPassword.vue",
1977
- "definitionFilePath": "inputpassword/index.d.ts",
1978
- "importInfo": {
1979
- "packageName": "@fewangsit/wangsvue-gsts",
1980
- "importPath": "import { InputPassword } from '@fewangsit/wangsvue-gsts'",
1981
- "treeshakable": true
1982
- },
1983
- "examples": [],
1984
- "useCases": [],
1985
- "dependencies": [],
1986
- "status": "stable",
1987
- "accessibility": {
1988
- "ariaSupport": false,
1989
- "keyboardNavigation": false,
1990
- "screenReaderSupport": false,
1991
- "colorContrastCompliant": false,
1992
- "focusManagement": false,
1993
- "guidelines": []
1994
- },
1995
- "responsive": false
1996
- },
1997
- {
1998
- "id": "inputphonenumber",
1999
- "name": "InputPhoneNumber",
2000
- "description": "Handle input phone number with dial code dropdown select and form validation",
2001
- "category": "input",
2002
- "tags": [
2003
- "input",
2004
- "form"
2005
- ],
2006
- "source": "base",
2007
- "overridesBase": false,
2008
- "overrideType": "none",
2009
- "overrideSummary": "No override detected",
2010
- "inheritanceChain": [
2011
- {
2012
- "componentName": "InputPhoneNumber",
2013
- "source": "base",
2014
- "definitionPath": "library/components/inputphonenumber/InputPhoneNumber.vue.d.ts",
2015
- "childComponents": [],
2016
- "overrideLevel": 0
2017
- }
2018
- ],
2019
- "inheritanceReport": "Base: InputPhoneNumber (library/components/inputphonenumber/InputPhoneNumber.vue.d.ts)",
2020
- "vueFilePath": "library/components/inputphonenumber/InputPhoneNumber.vue",
2021
- "definitionFilePath": "inputphonenumber/index.d.ts",
2022
- "importInfo": {
2023
- "packageName": "@fewangsit/wangsvue-gsts",
2024
- "importPath": "import { InputPhoneNumber } from '@fewangsit/wangsvue-gsts'",
2025
- "treeshakable": true
2026
- },
2027
- "examples": [],
2028
- "useCases": [],
2029
- "dependencies": [],
2030
- "status": "stable",
2031
- "accessibility": {
2032
- "ariaSupport": false,
2033
- "keyboardNavigation": false,
2034
- "screenReaderSupport": false,
2035
- "colorContrastCompliant": false,
2036
- "focusManagement": false,
2037
- "guidelines": []
2038
- },
2039
- "responsive": false
2040
- },
2041
- {
2042
- "id": "inputrangenumber",
2043
- "name": "InputRangeNumber",
2044
- "description": "Handle input range number.",
2045
- "category": "input",
2046
- "tags": [
2047
- "input",
2048
- "form"
2049
- ],
2050
- "source": "base",
2051
- "overridesBase": false,
2052
- "overrideType": "none",
2053
- "overrideSummary": "No override detected",
2054
- "inheritanceChain": [
2055
- {
2056
- "componentName": "InputRangeNumber",
2057
- "source": "base",
2058
- "definitionPath": "library/components/inputrangenumber/InputRangeNumber.vue.d.ts",
2059
- "childComponents": [],
2060
- "overrideLevel": 0
2061
- }
2062
- ],
2063
- "inheritanceReport": "Base: InputRangeNumber (library/components/inputrangenumber/InputRangeNumber.vue.d.ts)",
2064
- "vueFilePath": "library/components/inputrangenumber/InputRangeNumber.vue",
2065
- "definitionFilePath": "inputrangenumber/index.d.ts",
2066
- "importInfo": {
2067
- "packageName": "@fewangsit/wangsvue-gsts",
2068
- "importPath": "import { InputRangeNumber } from '@fewangsit/wangsvue-gsts'",
2069
- "treeshakable": true
2070
- },
2071
- "examples": [],
2072
- "useCases": [],
2073
- "dependencies": [],
2074
- "status": "stable",
2075
- "accessibility": {
2076
- "ariaSupport": false,
2077
- "keyboardNavigation": false,
2078
- "screenReaderSupport": false,
2079
- "colorContrastCompliant": false,
2080
- "focusManagement": false,
2081
- "guidelines": []
2082
- },
2083
- "responsive": false
2084
- },
2085
- {
2086
- "id": "inputtext",
2087
- "name": "InputText",
2088
- "description": "InputText renders a text field to enter data.",
2089
- "category": "input",
2090
- "tags": [
2091
- "input",
2092
- "form"
2093
- ],
2094
- "source": "base",
2095
- "overridesBase": false,
2096
- "overrideType": "none",
2097
- "overrideSummary": "No override detected",
2098
- "inheritanceChain": [
2099
- {
2100
- "componentName": "InputText",
2101
- "source": "base",
2102
- "definitionPath": "library/components/inputtext/InputText.vue.d.ts",
2103
- "childComponents": [],
2104
- "overrideLevel": 0
2105
- }
2106
- ],
2107
- "inheritanceReport": "Base: InputText (library/components/inputtext/InputText.vue.d.ts)",
2108
- "vueFilePath": "library/components/inputtext/InputText.vue",
2109
- "definitionFilePath": "inputtext/index.d.ts",
2110
- "importInfo": {
2111
- "packageName": "@fewangsit/wangsvue-gsts",
2112
- "importPath": "import { InputText } from '@fewangsit/wangsvue-gsts'",
2113
- "treeshakable": true
2114
- },
2115
- "examples": [],
2116
- "useCases": [],
2117
- "dependencies": [],
2118
- "status": "stable",
2119
- "accessibility": {
2120
- "ariaSupport": false,
2121
- "keyboardNavigation": false,
2122
- "screenReaderSupport": false,
2123
- "colorContrastCompliant": false,
2124
- "focusManagement": false,
2125
- "guidelines": []
2126
- },
2127
- "responsive": false
2128
- },
2129
- {
2130
- "id": "inputurl",
2131
- "name": "InputURL",
2132
- "description": "Handle input url with form validation.",
2133
- "category": "input",
2134
- "tags": [
2135
- "input",
2136
- "form"
2137
- ],
2138
- "source": "base",
2139
- "overridesBase": false,
2140
- "overrideType": "none",
2141
- "overrideSummary": "No override detected",
2142
- "inheritanceChain": [
2143
- {
2144
- "componentName": "InputURL",
2145
- "source": "base",
2146
- "definitionPath": "library/components/inputurl/InputURL.vue.d.ts",
2147
- "childComponents": [],
2148
- "overrideLevel": 0
2149
- }
2150
- ],
2151
- "inheritanceReport": "Base: InputURL (library/components/inputurl/InputURL.vue.d.ts)",
2152
- "vueFilePath": "library/components/inputurl/InputURL.vue",
2153
- "definitionFilePath": "inputurl/index.d.ts",
2154
- "importInfo": {
2155
- "packageName": "@fewangsit/wangsvue-gsts",
2156
- "importPath": "import { InputURL } from '@fewangsit/wangsvue-gsts'",
2157
- "treeshakable": true
2158
- },
2159
- "examples": [],
2160
- "useCases": [],
2161
- "dependencies": [],
2162
- "status": "stable",
2163
- "accessibility": {
2164
- "ariaSupport": false,
2165
- "keyboardNavigation": false,
2166
- "screenReaderSupport": false,
2167
- "colorContrastCompliant": false,
2168
- "focusManagement": false,
2169
- "guidelines": []
2170
- },
2171
- "responsive": false
2172
- },
2173
- {
2174
- "id": "invisiblefield",
2175
- "name": "InvisibleField",
2176
- "description": "InvisibleField is a utility component that provides a hidden field for storing data that doesn't need to be visible in the UI but should be part of a form or data structure.",
2177
- "category": "input",
2178
- "tags": [],
2179
- "source": "base",
2180
- "overridesBase": false,
2181
- "overrideType": "none",
2182
- "overrideSummary": "No override detected",
2183
- "inheritanceChain": [
2184
- {
2185
- "componentName": "InvisibleField",
2186
- "source": "base",
2187
- "definitionPath": "library/components/invisiblefield/InvisibleField.vue.d.ts",
2188
- "childComponents": [],
2189
- "overrideLevel": 0
2190
- }
2191
- ],
2192
- "inheritanceReport": "Base: InvisibleField (library/components/invisiblefield/InvisibleField.vue.d.ts)",
2193
- "vueFilePath": "library/components/invisiblefield/InvisibleField.vue",
2194
- "definitionFilePath": "invisiblefield/index.d.ts",
2195
- "importInfo": {
2196
- "packageName": "@fewangsit/wangsvue-gsts",
2197
- "importPath": "import { InvisibleField } from '@fewangsit/wangsvue-gsts'",
2198
- "treeshakable": true
2199
- },
2200
- "examples": [],
2201
- "useCases": [],
2202
- "dependencies": [],
2203
- "status": "stable",
2204
- "accessibility": {
2205
- "ariaSupport": false,
2206
- "keyboardNavigation": false,
2207
- "screenReaderSupport": false,
2208
- "colorContrastCompliant": false,
2209
- "focusManagement": false,
2210
- "guidelines": []
2211
- },
2212
- "responsive": false
2213
- },
2214
- {
2215
- "id": "languageswitcher",
2216
- "name": "LanguageSwitcher",
2217
- "description": "LanguageSwitcher component",
2218
- "category": "localization",
2219
- "tags": [],
2220
- "source": "base",
2221
- "overridesBase": false,
2222
- "overrideType": "none",
2223
- "overrideSummary": "No override detected",
2224
- "inheritanceChain": [
2225
- {
2226
- "componentName": "LanguageSwitcher",
2227
- "source": "base",
2228
- "definitionPath": "library/components/languageswitcher/LanguageSwitcher.vue.d.ts",
2229
- "childComponents": [],
2230
- "overrideLevel": 0
2231
- }
2232
- ],
2233
- "inheritanceReport": "Base: LanguageSwitcher (library/components/languageswitcher/LanguageSwitcher.vue.d.ts)",
2234
- "vueFilePath": "library/components/languageswitcher/LanguageSwitcher.vue",
2235
- "definitionFilePath": "languageswitcher/index.d.ts",
2236
- "importInfo": {
2237
- "packageName": "@fewangsit/wangsvue-gsts",
2238
- "importPath": "import { LanguageSwitcher } from '@fewangsit/wangsvue-gsts'",
2239
- "treeshakable": true
2240
- },
2241
- "examples": [],
2242
- "useCases": [],
2243
- "dependencies": [],
2244
- "status": "stable",
2245
- "accessibility": {
2246
- "ariaSupport": false,
2247
- "keyboardNavigation": false,
2248
- "screenReaderSupport": false,
2249
- "colorContrastCompliant": false,
2250
- "focusManagement": false,
2251
- "guidelines": []
2252
- },
2253
- "responsive": false
2254
- },
2255
- {
2256
- "id": "litedropdown",
2257
- "name": "LiteDropdown",
2258
- "description": "LiteDropdown, a lite version of the Dropdown component.",
2259
- "category": "utility",
2260
- "tags": [],
2261
- "source": "base",
2262
- "overridesBase": false,
2263
- "overrideType": "none",
2264
- "overrideSummary": "No override detected",
2265
- "inheritanceChain": [
2266
- {
2267
- "componentName": "LiteDropdown",
2268
- "source": "base",
2269
- "definitionPath": "library/components/litedropdown/LiteDropdown.vue.d.ts",
2270
- "childComponents": [],
2271
- "overrideLevel": 0
2272
- }
2273
- ],
2274
- "inheritanceReport": "Base: LiteDropdown (library/components/litedropdown/LiteDropdown.vue.d.ts)",
2275
- "vueFilePath": "library/components/litedropdown/LiteDropdown.vue",
2276
- "definitionFilePath": "litedropdown/index.d.ts",
2277
- "importInfo": {
2278
- "packageName": "@fewangsit/wangsvue-gsts",
2279
- "importPath": "import { LiteDropdown } from '@fewangsit/wangsvue-gsts'",
2280
- "treeshakable": true
2281
- },
2282
- "examples": [],
2283
- "useCases": [],
2284
- "dependencies": [],
2285
- "status": "stable",
2286
- "accessibility": {
2287
- "ariaSupport": false,
2288
- "keyboardNavigation": false,
2289
- "screenReaderSupport": false,
2290
- "colorContrastCompliant": false,
2291
- "focusManagement": false,
2292
- "guidelines": []
2293
- },
2294
- "responsive": false
2295
- },
2296
- {
2297
- "id": "loading",
2298
- "name": "Loading",
2299
- "description": "Tag Samurai Loading Overlay Animation.",
2300
- "category": "feedback",
2301
- "tags": [],
2302
- "source": "base",
2303
- "overridesBase": false,
2304
- "overrideType": "none",
2305
- "overrideSummary": "No override detected",
2306
- "inheritanceChain": [
2307
- {
2308
- "componentName": "Loading",
2309
- "source": "base",
2310
- "definitionPath": "library/components/loading/Loading.vue.d.ts",
2311
- "childComponents": [],
2312
- "overrideLevel": 0
2313
- }
2314
- ],
2315
- "inheritanceReport": "Base: Loading (library/components/loading/Loading.vue.d.ts)",
2316
- "vueFilePath": "library/components/loading/Loading.vue",
2317
- "definitionFilePath": "loading/index.d.ts",
2318
- "importInfo": {
2319
- "packageName": "@fewangsit/wangsvue-gsts",
2320
- "importPath": "import { Loading } from '@fewangsit/wangsvue-gsts'",
2321
- "treeshakable": true
2322
- },
2323
- "examples": [],
2324
- "useCases": [],
2325
- "dependencies": [],
2326
- "status": "stable",
2327
- "accessibility": {
2328
- "ariaSupport": false,
2329
- "keyboardNavigation": false,
2330
- "screenReaderSupport": false,
2331
- "colorContrastCompliant": false,
2332
- "focusManagement": false,
2333
- "guidelines": []
2334
- },
2335
- "responsive": false
2336
- },
2337
- {
2338
- "id": "menu",
2339
- "name": "Menu",
2340
- "description": "Menu is a navigation / command component that supports dynamic and static positioning.",
2341
- "category": "navigation",
2342
- "tags": [],
2343
- "source": "base",
2344
- "overridesBase": false,
2345
- "overrideType": "none",
2346
- "overrideSummary": "No override detected",
2347
- "inheritanceChain": [
2348
- {
2349
- "componentName": "Menu",
2350
- "source": "base",
2351
- "definitionPath": "library/components/menu/Menu.vue.d.ts",
2352
- "childComponents": [],
2353
- "overrideLevel": 0
2354
- }
2355
- ],
2356
- "inheritanceReport": "Base: Menu (library/components/menu/Menu.vue.d.ts)",
2357
- "vueFilePath": "library/components/menu/Menu.vue",
2358
- "definitionFilePath": "menu/index.d.ts",
2359
- "importInfo": {
2360
- "packageName": "@fewangsit/wangsvue-gsts",
2361
- "importPath": "import { Menu } from '@fewangsit/wangsvue-gsts'",
2362
- "treeshakable": true
2363
- },
2364
- "examples": [],
2365
- "useCases": [],
2366
- "dependencies": [],
2367
- "status": "stable",
2368
- "accessibility": {
2369
- "ariaSupport": false,
2370
- "keyboardNavigation": false,
2371
- "screenReaderSupport": false,
2372
- "colorContrastCompliant": false,
2373
- "focusManagement": false,
2374
- "guidelines": []
2375
- },
2376
- "responsive": false
2377
- },
2378
- {
2379
- "id": "multiselect",
2380
- "name": "MultiSelect",
2381
- "description": "MultiSelect also known as Select, is used to choose an item from a collection of options.",
2382
- "category": "utility",
2383
- "tags": [],
2384
- "source": "base",
2385
- "overridesBase": false,
2386
- "overrideType": "none",
2387
- "overrideSummary": "No override detected",
2388
- "inheritanceChain": [
2389
- {
2390
- "componentName": "MultiSelect",
2391
- "source": "base",
2392
- "definitionPath": "library/components/multiselect/MultiSelect.vue.d.ts",
2393
- "childComponents": [],
2394
- "overrideLevel": 0
2395
- }
2396
- ],
2397
- "inheritanceReport": "Base: MultiSelect (library/components/multiselect/MultiSelect.vue.d.ts)",
2398
- "vueFilePath": "library/components/multiselect/MultiSelect.vue",
2399
- "definitionFilePath": "multiselect/index.d.ts",
2400
- "importInfo": {
2401
- "packageName": "@fewangsit/wangsvue-gsts",
2402
- "importPath": "import { MultiSelect } from '@fewangsit/wangsvue-gsts'",
2403
- "treeshakable": true
2404
- },
2405
- "examples": [],
2406
- "useCases": [],
2407
- "dependencies": [],
2408
- "status": "stable",
2409
- "accessibility": {
2410
- "ariaSupport": false,
2411
- "keyboardNavigation": false,
2412
- "screenReaderSupport": false,
2413
- "colorContrastCompliant": false,
2414
- "focusManagement": false,
2415
- "guidelines": []
2416
- },
2417
- "responsive": false
2418
- },
2419
- {
2420
- "id": "overlaypanel",
2421
- "name": "OverlayPanel",
2422
- "description": "OverlayPanel, also known as Popover, is a container component that can overlay other components on page.",
2423
- "category": "overlay",
2424
- "tags": [],
2425
- "source": "base",
2426
- "overridesBase": false,
2427
- "overrideType": "none",
2428
- "overrideSummary": "No override detected",
2429
- "inheritanceChain": [
2430
- {
2431
- "componentName": "OverlayPanel",
2432
- "source": "base",
2433
- "definitionPath": "library/components/overlaypanel/OverlayPanel.vue.d.ts",
2434
- "childComponents": [],
2435
- "overrideLevel": 0
2436
- }
2437
- ],
2438
- "inheritanceReport": "Base: OverlayPanel (library/components/overlaypanel/OverlayPanel.vue.d.ts)",
2439
- "vueFilePath": "library/components/overlaypanel/OverlayPanel.vue",
2440
- "definitionFilePath": "overlaypanel/index.d.ts",
2441
- "importInfo": {
2442
- "packageName": "@fewangsit/wangsvue-gsts",
2443
- "importPath": "import { OverlayPanel } from '@fewangsit/wangsvue-gsts'",
2444
- "treeshakable": true
2445
- },
2446
- "examples": [],
2447
- "useCases": [],
2448
- "dependencies": [],
2449
- "status": "stable",
2450
- "accessibility": {
2451
- "ariaSupport": false,
2452
- "keyboardNavigation": false,
2453
- "screenReaderSupport": false,
2454
- "colorContrastCompliant": false,
2455
- "focusManagement": false,
2456
- "guidelines": []
2457
- },
2458
- "responsive": false
2459
- },
2460
- {
2461
- "id": "paginator",
2462
- "name": "Paginator",
2463
- "description": "Paginator is a generic component to display content in paged format.",
2464
- "category": "utility",
2465
- "tags": [],
2466
- "source": "base",
2467
- "overridesBase": false,
2468
- "overrideType": "none",
2469
- "overrideSummary": "No override detected",
2470
- "inheritanceChain": [
2471
- {
2472
- "componentName": "Paginator",
2473
- "source": "base",
2474
- "definitionPath": "library/components/paginator/Paginator.vue.d.ts",
2475
- "childComponents": [],
2476
- "overrideLevel": 0
2477
- }
2478
- ],
2479
- "inheritanceReport": "Base: Paginator (library/components/paginator/Paginator.vue.d.ts)",
2480
- "vueFilePath": "library/components/paginator/Paginator.vue",
2481
- "definitionFilePath": "paginator/index.d.ts",
2482
- "importInfo": {
2483
- "packageName": "@fewangsit/wangsvue-gsts",
2484
- "importPath": "import { Paginator } from '@fewangsit/wangsvue-gsts'",
2485
- "treeshakable": true
2486
- },
2487
- "examples": [],
2488
- "useCases": [],
2489
- "dependencies": [],
2490
- "status": "stable",
2491
- "accessibility": {
2492
- "ariaSupport": false,
2493
- "keyboardNavigation": false,
2494
- "screenReaderSupport": false,
2495
- "colorContrastCompliant": false,
2496
- "focusManagement": false,
2497
- "guidelines": []
2498
- },
2499
- "responsive": false
2500
- },
2501
- {
2502
- "id": "tabmenu",
2503
- "name": "TabMenu",
2504
- "description": "TabMenu is a navigation component that displays items as tab headers. Example below uses nested routes with TabMenu.",
2505
- "category": "navigation",
2506
- "tags": [],
2507
- "source": "base",
2508
- "overridesBase": false,
2509
- "overrideType": "none",
2510
- "overrideSummary": "No override detected",
2511
- "inheritanceChain": [
2512
- {
2513
- "componentName": "TabMenu",
2514
- "source": "base",
2515
- "definitionPath": "library/components/tabmenu/TabMenu.vue.d.ts",
2516
- "childComponents": [],
2517
- "overrideLevel": 0
2518
- }
2519
- ],
2520
- "inheritanceReport": "Base: TabMenu (library/components/tabmenu/TabMenu.vue.d.ts)",
2521
- "vueFilePath": "library/components/tabmenu/TabMenu.vue",
2522
- "definitionFilePath": "tabmenu/index.d.ts",
2523
- "importInfo": {
2524
- "packageName": "@fewangsit/wangsvue-gsts",
2525
- "importPath": "import { TabMenu } from '@fewangsit/wangsvue-gsts'",
2526
- "treeshakable": true
2527
- },
2528
- "examples": [],
2529
- "useCases": [],
2530
- "dependencies": [],
2531
- "status": "stable",
2532
- "accessibility": {
2533
- "ariaSupport": false,
2534
- "keyboardNavigation": false,
2535
- "screenReaderSupport": false,
2536
- "colorContrastCompliant": false,
2537
- "focusManagement": false,
2538
- "guidelines": []
2539
- },
2540
- "responsive": false
2541
- },
2542
- {
2543
- "id": "tagtype",
2544
- "name": "TagType",
2545
- "description": "TagType is a component for displaying asset tag types (QR, RFID, NFC, etc.) with relevant icons.",
2546
- "category": "utility",
2547
- "tags": [],
2548
- "source": "base",
2549
- "overridesBase": false,
2550
- "overrideType": "none",
2551
- "overrideSummary": "No override detected",
2552
- "inheritanceChain": [
2553
- {
2554
- "componentName": "TagType",
2555
- "source": "base",
2556
- "definitionPath": "library/components/tagtype/TagType.vue.d.ts",
2557
- "childComponents": [],
2558
- "overrideLevel": 0
2559
- }
2560
- ],
2561
- "inheritanceReport": "Base: TagType (library/components/tagtype/TagType.vue.d.ts)",
2562
- "vueFilePath": "library/components/tagtype/TagType.vue",
2563
- "definitionFilePath": "tagtype/index.d.ts",
2564
- "importInfo": {
2565
- "packageName": "@fewangsit/wangsvue-gsts",
2566
- "importPath": "import { TagType } from '@fewangsit/wangsvue-gsts'",
2567
- "treeshakable": true
2568
- },
2569
- "examples": [],
2570
- "useCases": [],
2571
- "dependencies": [],
2572
- "status": "stable",
2573
- "accessibility": {
2574
- "ariaSupport": false,
2575
- "keyboardNavigation": false,
2576
- "screenReaderSupport": false,
2577
- "colorContrastCompliant": false,
2578
- "focusManagement": false,
2579
- "guidelines": []
2580
- },
2581
- "responsive": false
2582
- },
2583
- {
2584
- "id": "textarea",
2585
- "name": "Textarea",
2586
- "description": "Textarea is a multi-line text input element.",
2587
- "category": "input",
2588
- "tags": [],
2589
- "source": "base",
2590
- "overridesBase": false,
2591
- "overrideType": "none",
2592
- "overrideSummary": "No override detected",
2593
- "inheritanceChain": [
2594
- {
2595
- "componentName": "Textarea",
2596
- "source": "base",
2597
- "definitionPath": "library/components/textarea/Textarea.vue.d.ts",
2598
- "childComponents": [],
2599
- "overrideLevel": 0
2600
- }
2601
- ],
2602
- "inheritanceReport": "Base: Textarea (library/components/textarea/Textarea.vue.d.ts)",
2603
- "vueFilePath": "library/components/textarea/Textarea.vue",
2604
- "definitionFilePath": "textarea/index.d.ts",
2605
- "importInfo": {
2606
- "packageName": "@fewangsit/wangsvue-gsts",
2607
- "importPath": "import { Textarea } from '@fewangsit/wangsvue-gsts'",
2608
- "treeshakable": true
2609
- },
2610
- "examples": [],
2611
- "useCases": [],
2612
- "dependencies": [],
2613
- "status": "stable",
2614
- "accessibility": {
2615
- "ariaSupport": false,
2616
- "keyboardNavigation": false,
2617
- "screenReaderSupport": false,
2618
- "colorContrastCompliant": false,
2619
- "focusManagement": false,
2620
- "guidelines": []
2621
- },
2622
- "responsive": false
2623
- },
2624
- {
2625
- "id": "timeline",
2626
- "name": "Timeline",
2627
- "description": "Timeline visualizes a series of chained events.",
2628
- "category": "data-display",
2629
- "tags": [],
2630
- "source": "base",
2631
- "overridesBase": false,
2632
- "overrideType": "none",
2633
- "overrideSummary": "No override detected",
2634
- "inheritanceChain": [
2635
- {
2636
- "componentName": "Timeline",
2637
- "source": "base",
2638
- "definitionPath": "library/components/timeline/Timeline.vue.d.ts",
2639
- "childComponents": [],
2640
- "overrideLevel": 0
2641
- }
2642
- ],
2643
- "inheritanceReport": "Base: Timeline (library/components/timeline/Timeline.vue.d.ts)",
2644
- "vueFilePath": "library/components/timeline/Timeline.vue",
2645
- "definitionFilePath": "timeline/index.d.ts",
2646
- "importInfo": {
2647
- "packageName": "@fewangsit/wangsvue-gsts",
2648
- "importPath": "import { Timeline } from '@fewangsit/wangsvue-gsts'",
2649
- "treeshakable": true
2650
- },
2651
- "examples": [],
2652
- "useCases": [],
2653
- "dependencies": [],
2654
- "status": "stable",
2655
- "accessibility": {
2656
- "ariaSupport": false,
2657
- "keyboardNavigation": false,
2658
- "screenReaderSupport": false,
2659
- "colorContrastCompliant": false,
2660
- "focusManagement": false,
2661
- "guidelines": []
2662
- },
2663
- "responsive": false
2664
- },
2665
- {
2666
- "id": "toast",
2667
- "name": "Toast",
2668
- "description": "Toast is used to display messages in an overlay.",
2669
- "category": "feedback",
2670
- "tags": [],
2671
- "source": "base",
2672
- "overridesBase": false,
2673
- "overrideType": "none",
2674
- "overrideSummary": "No override detected",
2675
- "inheritanceChain": [
2676
- {
2677
- "componentName": "Toast",
2678
- "source": "base",
2679
- "definitionPath": "library/components/toast/Toast.vue.d.ts",
2680
- "childComponents": [],
2681
- "overrideLevel": 0
2682
- }
2683
- ],
2684
- "inheritanceReport": "Base: Toast (library/components/toast/Toast.vue.d.ts)",
2685
- "vueFilePath": "library/components/toast/Toast.vue",
2686
- "definitionFilePath": "toast/index.d.ts",
2687
- "importInfo": {
2688
- "packageName": "@fewangsit/wangsvue-gsts",
2689
- "importPath": "import { Toast } from '@fewangsit/wangsvue-gsts'",
2690
- "treeshakable": true
2691
- },
2692
- "examples": [],
2693
- "useCases": [],
2694
- "dependencies": [],
2695
- "status": "stable",
2696
- "accessibility": {
2697
- "ariaSupport": false,
2698
- "keyboardNavigation": false,
2699
- "screenReaderSupport": false,
2700
- "colorContrastCompliant": false,
2701
- "focusManagement": false,
2702
- "guidelines": []
2703
- },
2704
- "responsive": false
2705
- },
2706
- {
2707
- "id": "toggleswitch",
2708
- "name": "ToggleSwitch",
2709
- "description": "ToggleSwitch is used to select a boolean value.",
2710
- "category": "utility",
2711
- "tags": [],
2712
- "source": "base",
2713
- "overridesBase": false,
2714
- "overrideType": "none",
2715
- "overrideSummary": "No override detected",
2716
- "inheritanceChain": [
2717
- {
2718
- "componentName": "ToggleSwitch",
2719
- "source": "base",
2720
- "definitionPath": "library/components/toggleswitch/ToggleSwitch.vue.d.ts",
2721
- "childComponents": [],
2722
- "overrideLevel": 0
2723
- }
2724
- ],
2725
- "inheritanceReport": "Base: ToggleSwitch (library/components/toggleswitch/ToggleSwitch.vue.d.ts)",
2726
- "vueFilePath": "library/components/toggleswitch/ToggleSwitch.vue",
2727
- "definitionFilePath": "toggleswitch/index.d.ts",
2728
- "importInfo": {
2729
- "packageName": "@fewangsit/wangsvue-gsts",
2730
- "importPath": "import { ToggleSwitch } from '@fewangsit/wangsvue-gsts'",
2731
- "treeshakable": true
2732
- },
2733
- "examples": [],
2734
- "useCases": [],
2735
- "dependencies": [],
2736
- "status": "stable",
2737
- "accessibility": {
2738
- "ariaSupport": false,
2739
- "keyboardNavigation": false,
2740
- "screenReaderSupport": false,
2741
- "colorContrastCompliant": false,
2742
- "focusManagement": false,
2743
- "guidelines": []
2744
- },
2745
- "responsive": false
2746
- },
2747
- {
2748
- "id": "tree",
2749
- "name": "Tree",
2750
- "description": "Tree is used to display hierarchical data.",
2751
- "category": "data-display",
2752
- "tags": [],
2753
- "source": "base",
2754
- "overridesBase": false,
2755
- "overrideType": "none",
2756
- "overrideSummary": "No override detected",
2757
- "inheritanceChain": [
2758
- {
2759
- "componentName": "Tree",
2760
- "source": "base",
2761
- "definitionPath": "library/components/tree/Tree.vue.d.ts",
2762
- "childComponents": [],
2763
- "overrideLevel": 0
2764
- }
2765
- ],
2766
- "inheritanceReport": "Base: Tree (library/components/tree/Tree.vue.d.ts)",
2767
- "vueFilePath": "library/components/tree/Tree.vue",
2768
- "definitionFilePath": "tree/index.d.ts",
2769
- "importInfo": {
2770
- "packageName": "@fewangsit/wangsvue-gsts",
2771
- "importPath": "import { Tree } from '@fewangsit/wangsvue-gsts'",
2772
- "treeshakable": true
2773
- },
2774
- "examples": [],
2775
- "useCases": [],
2776
- "dependencies": [],
2777
- "status": "stable",
2778
- "accessibility": {
2779
- "ariaSupport": false,
2780
- "keyboardNavigation": false,
2781
- "screenReaderSupport": false,
2782
- "colorContrastCompliant": false,
2783
- "focusManagement": false,
2784
- "guidelines": []
2785
- },
2786
- "responsive": false
2787
- },
2788
- {
2789
- "id": "username",
2790
- "name": "UserName",
2791
- "description": "Displays an user and profile image.",
2792
- "category": "utility",
2793
- "tags": [],
2794
- "source": "base",
2795
- "overridesBase": false,
2796
- "overrideType": "none",
2797
- "overrideSummary": "No override detected",
2798
- "inheritanceChain": [
2799
- {
2800
- "componentName": "UserName",
2801
- "source": "base",
2802
- "definitionPath": "library/components/username/UserName.vue.d.ts",
2803
- "childComponents": [],
2804
- "overrideLevel": 0
2805
- }
2806
- ],
2807
- "inheritanceReport": "Base: UserName (library/components/username/UserName.vue.d.ts)",
2808
- "vueFilePath": "library/components/username/UserName.vue",
2809
- "definitionFilePath": "username/index.d.ts",
2810
- "importInfo": {
2811
- "packageName": "@fewangsit/wangsvue-gsts",
2812
- "importPath": "import { UserName } from '@fewangsit/wangsvue-gsts'",
2813
- "treeshakable": true
2814
- },
2815
- "examples": [],
2816
- "useCases": [],
2817
- "dependencies": [],
2818
- "status": "stable",
2819
- "accessibility": {
2820
- "ariaSupport": false,
2821
- "keyboardNavigation": false,
2822
- "screenReaderSupport": false,
2823
- "colorContrastCompliant": false,
2824
- "focusManagement": false,
2825
- "guidelines": []
2826
- },
2827
- "responsive": false
2828
- },
2829
- {
2830
- "id": "validatormessage",
2831
- "name": "ValidatorMessage",
2832
- "description": "ValidatorMessage is a utility component for displaying validation error messages.",
2833
- "category": "form",
2834
- "tags": [],
2835
- "source": "base",
2836
- "overridesBase": false,
2837
- "overrideType": "none",
2838
- "overrideSummary": "No override detected",
2839
- "inheritanceChain": [
2840
- {
2841
- "componentName": "ValidatorMessage",
2842
- "source": "base",
2843
- "definitionPath": "library/components/validatormessage/ValidatorMessage.vue.d.ts",
2844
- "childComponents": [],
2845
- "overrideLevel": 0
2846
- }
2847
- ],
2848
- "inheritanceReport": "Base: ValidatorMessage (library/components/validatormessage/ValidatorMessage.vue.d.ts)",
2849
- "vueFilePath": "library/components/validatormessage/ValidatorMessage.vue",
2850
- "definitionFilePath": "validatormessage/index.d.ts",
2851
- "importInfo": {
2852
- "packageName": "@fewangsit/wangsvue-gsts",
2853
- "importPath": "import { ValidatorMessage } from '@fewangsit/wangsvue-gsts'",
2854
- "treeshakable": true
2855
- },
2856
- "examples": [],
2857
- "useCases": [],
2858
- "dependencies": [],
2859
- "status": "stable",
2860
- "accessibility": {
2861
- "ariaSupport": false,
2862
- "keyboardNavigation": false,
2863
- "screenReaderSupport": false,
2864
- "colorContrastCompliant": false,
2865
- "focusManagement": false,
2866
- "guidelines": []
2867
- },
2868
- "responsive": false
2869
- }
2870
- ],
2871
- "categories": {
2872
- "utility": [
2873
- "Animation",
2874
- "ApproverInfo",
2875
- "Badge",
2876
- "BadgeGroup",
2877
- "BadgeGroupTree",
2878
- "BaseTree",
2879
- "Calendar",
2880
- "Carousel",
2881
- "Changelog",
2882
- "ChangelogPage",
2883
- "Checkbox",
2884
- "CustomColumn",
2885
- "Dropdown",
2886
- "Editor",
2887
- "FileUpload",
2888
- "Icon",
2889
- "LiteDropdown",
2890
- "MultiSelect",
2891
- "Paginator",
2892
- "TagType",
2893
- "ToggleSwitch",
2894
- "UserName",
2895
- "inputotp"
2896
- ],
2897
- "navigation": [
2898
- "Breadcrumb",
2899
- "Menu",
2900
- "TabMenu"
2901
- ],
2902
- "input": [
2903
- "Button",
2904
- "ButtonBulkAction",
2905
- "ButtonCopy",
2906
- "ButtonDownload",
2907
- "ButtonFilter",
2908
- "ButtonRadio",
2909
- "ButtonScan",
2910
- "ButtonSearch",
2911
- "ButtonSearchByScan",
2912
- "ButtonSelectTree",
2913
- "ButtonToggle",
2914
- "InputBadge",
2915
- "InputEmail",
2916
- "InputNumber",
2917
- "InputPassword",
2918
- "InputPhoneNumber",
2919
- "InputRangeNumber",
2920
- "InputText",
2921
- "InputURL",
2922
- "InvisibleField",
2923
- "Textarea"
2924
- ],
2925
- "integration": [
2926
- "ButtonSync"
2927
- ],
2928
- "data-display": [
2929
- "Card",
2930
- "DataTable",
2931
- "Image",
2932
- "ImageCompressor",
2933
- "Timeline",
2934
- "Tree"
2935
- ],
2936
- "overlay": [
2937
- "Dialog",
2938
- "DialogConfirm",
2939
- "DialogForm",
2940
- "DialogSelectTree",
2941
- "OverlayPanel"
2942
- ],
2943
- "form": [
2944
- "FieldWrapper",
2945
- "Form",
2946
- "ValidatorMessage"
2947
- ],
2948
- "layout": [
2949
- "FilterContainer"
2950
- ],
2951
- "feedback": [
2952
- "InlineMessage",
2953
- "Loading",
2954
- "Toast"
2955
- ],
2956
- "localization": [
2957
- "InputCurrency",
2958
- "LanguageSwitcher"
2959
- ]
2960
- },
2961
- "dependencies": {},
2962
- "searchIndex": {
2963
- "byName": {
2964
- "animation": [
2965
- "animation"
2966
- ],
2967
- "approverinfo": [
2968
- "approverinfo"
2969
- ],
2970
- "approver": [
2971
- "approverinfo"
2972
- ],
2973
- "info": [
2974
- "approverinfo"
2975
- ],
2976
- "badge": [
2977
- "badge",
2978
- "badgegroup",
2979
- "badgegrouptree",
2980
- "inputbadge"
2981
- ],
2982
- "badgegroup": [
2983
- "badgegroup"
2984
- ],
2985
- "group": [
2986
- "badgegroup",
2987
- "badgegrouptree"
2988
- ],
2989
- "badgegrouptree": [
2990
- "badgegrouptree"
2991
- ],
2992
- "tree": [
2993
- "badgegrouptree",
2994
- "basetree",
2995
- "buttonselecttree",
2996
- "dialogselecttree",
2997
- "tree"
2998
- ],
2999
- "basetree": [
3000
- "basetree"
3001
- ],
3002
- "base": [
3003
- "basetree"
3004
- ],
3005
- "breadcrumb": [
3006
- "breadcrumb"
3007
- ],
3008
- "button": [
3009
- "button",
3010
- "buttonbulkaction",
3011
- "buttoncopy",
3012
- "buttondownload",
3013
- "buttonfilter",
3014
- "buttonradio",
3015
- "buttonscan",
3016
- "buttonsearch",
3017
- "buttonsearchbyscan",
3018
- "buttonselecttree",
3019
- "buttonsync",
3020
- "buttontoggle"
3021
- ],
3022
- "buttonbulkaction": [
3023
- "buttonbulkaction"
3024
- ],
3025
- "bulk": [
3026
- "buttonbulkaction"
3027
- ],
3028
- "action": [
3029
- "buttonbulkaction"
3030
- ],
3031
- "buttoncopy": [
3032
- "buttoncopy"
3033
- ],
3034
- "copy": [
3035
- "buttoncopy"
3036
- ],
3037
- "buttondownload": [
3038
- "buttondownload"
3039
- ],
3040
- "download": [
3041
- "buttondownload"
3042
- ],
3043
- "buttonfilter": [
3044
- "buttonfilter"
3045
- ],
3046
- "filter": [
3047
- "buttonfilter",
3048
- "filtercontainer"
3049
- ],
3050
- "buttonradio": [
3051
- "buttonradio"
3052
- ],
3053
- "radio": [
3054
- "buttonradio"
3055
- ],
3056
- "buttonscan": [
3057
- "buttonscan"
3058
- ],
3059
- "scan": [
3060
- "buttonscan",
3061
- "buttonsearchbyscan"
3062
- ],
3063
- "buttonsearch": [
3064
- "buttonsearch"
3065
- ],
3066
- "search": [
3067
- "buttonsearch",
3068
- "buttonsearchbyscan"
3069
- ],
3070
- "buttonsearchbyscan": [
3071
- "buttonsearchbyscan"
3072
- ],
3073
- "by": [
3074
- "buttonsearchbyscan"
3075
- ],
3076
- "buttonselecttree": [
3077
- "buttonselecttree"
3078
- ],
3079
- "select": [
3080
- "buttonselecttree",
3081
- "dialogselecttree",
3082
- "multiselect"
3083
- ],
3084
- "buttonsync": [
3085
- "buttonsync"
3086
- ],
3087
- "sync": [
3088
- "buttonsync"
3089
- ],
3090
- "buttontoggle": [
3091
- "buttontoggle"
3092
- ],
3093
- "toggle": [
3094
- "buttontoggle",
3095
- "toggleswitch"
3096
- ],
3097
- "calendar": [
3098
- "calendar"
3099
- ],
3100
- "card": [
3101
- "card"
3102
- ],
3103
- "carousel": [
3104
- "carousel"
3105
- ],
3106
- "changelog": [
3107
- "changelog",
3108
- "changelogpage"
3109
- ],
3110
- "changelogpage": [
3111
- "changelogpage"
3112
- ],
3113
- "page": [
3114
- "changelogpage"
3115
- ],
3116
- "checkbox": [
3117
- "checkbox"
3118
- ],
3119
- "customcolumn": [
3120
- "customcolumn"
3121
- ],
3122
- "custom": [
3123
- "customcolumn"
3124
- ],
3125
- "column": [
3126
- "customcolumn"
3127
- ],
3128
- "datatable": [
3129
- "datatable"
3130
- ],
3131
- "data": [
3132
- "datatable"
3133
- ],
3134
- "table": [
3135
- "datatable"
3136
- ],
3137
- "dialog": [
3138
- "dialog",
3139
- "dialogconfirm",
3140
- "dialogform",
3141
- "dialogselecttree"
3142
- ],
3143
- "dialogconfirm": [
3144
- "dialogconfirm"
3145
- ],
3146
- "confirm": [
3147
- "dialogconfirm"
3148
- ],
3149
- "dialogform": [
3150
- "dialogform"
3151
- ],
3152
- "form": [
3153
- "dialogform",
3154
- "form"
3155
- ],
3156
- "dialogselecttree": [
3157
- "dialogselecttree"
3158
- ],
3159
- "dropdown": [
3160
- "dropdown",
3161
- "litedropdown"
3162
- ],
3163
- "editor": [
3164
- "editor"
3165
- ],
3166
- "fieldwrapper": [
3167
- "fieldwrapper"
3168
- ],
3169
- "field": [
3170
- "fieldwrapper",
3171
- "invisiblefield"
3172
- ],
3173
- "wrapper": [
3174
- "fieldwrapper"
3175
- ],
3176
- "fileupload": [
3177
- "fileupload"
3178
- ],
3179
- "file": [
3180
- "fileupload"
3181
- ],
3182
- "upload": [
3183
- "fileupload"
3184
- ],
3185
- "filtercontainer": [
3186
- "filtercontainer"
3187
- ],
3188
- "container": [
3189
- "filtercontainer"
3190
- ],
3191
- "icon": [
3192
- "icon"
3193
- ],
3194
- "image": [
3195
- "image",
3196
- "imagecompressor"
3197
- ],
3198
- "imagecompressor": [
3199
- "imagecompressor"
3200
- ],
3201
- "compressor": [
3202
- "imagecompressor"
3203
- ],
3204
- "inlinemessage": [
3205
- "inlinemessage"
3206
- ],
3207
- "inline": [
3208
- "inlinemessage"
3209
- ],
3210
- "message": [
3211
- "inlinemessage",
3212
- "validatormessage"
3213
- ],
3214
- "inputbadge": [
3215
- "inputbadge"
3216
- ],
3217
- "input": [
3218
- "inputbadge",
3219
- "inputcurrency",
3220
- "inputemail",
3221
- "inputnumber",
3222
- "inputpassword",
3223
- "inputphonenumber",
3224
- "inputrangenumber",
3225
- "inputtext",
3226
- "inputurl"
3227
- ],
3228
- "inputcurrency": [
3229
- "inputcurrency"
3230
- ],
3231
- "currency": [
3232
- "inputcurrency"
3233
- ],
3234
- "inputemail": [
3235
- "inputemail"
3236
- ],
3237
- "email": [
3238
- "inputemail"
3239
- ],
3240
- "inputnumber": [
3241
- "inputnumber"
3242
- ],
3243
- "number": [
3244
- "inputnumber",
3245
- "inputphonenumber",
3246
- "inputrangenumber"
3247
- ],
3248
- "inputotp": [
3249
- "inputotp-fallback"
3250
- ],
3251
- "inputpassword": [
3252
- "inputpassword"
3253
- ],
3254
- "password": [
3255
- "inputpassword"
3256
- ],
3257
- "inputphonenumber": [
3258
- "inputphonenumber"
3259
- ],
3260
- "phone": [
3261
- "inputphonenumber"
3262
- ],
3263
- "inputrangenumber": [
3264
- "inputrangenumber"
3265
- ],
3266
- "range": [
3267
- "inputrangenumber"
3268
- ],
3269
- "inputtext": [
3270
- "inputtext"
3271
- ],
3272
- "text": [
3273
- "inputtext"
3274
- ],
3275
- "inputurl": [
3276
- "inputurl"
3277
- ],
3278
- "u": [
3279
- "inputurl"
3280
- ],
3281
- "r": [
3282
- "inputurl"
3283
- ],
3284
- "l": [
3285
- "inputurl"
3286
- ],
3287
- "invisiblefield": [
3288
- "invisiblefield"
3289
- ],
3290
- "invisible": [
3291
- "invisiblefield"
3292
- ],
3293
- "languageswitcher": [
3294
- "languageswitcher"
3295
- ],
3296
- "language": [
3297
- "languageswitcher"
3298
- ],
3299
- "switcher": [
3300
- "languageswitcher"
3301
- ],
3302
- "litedropdown": [
3303
- "litedropdown"
3304
- ],
3305
- "lite": [
3306
- "litedropdown"
3307
- ],
3308
- "loading": [
3309
- "loading"
3310
- ],
3311
- "menu": [
3312
- "menu",
3313
- "tabmenu"
3314
- ],
3315
- "multiselect": [
3316
- "multiselect"
3317
- ],
3318
- "multi": [
3319
- "multiselect"
3320
- ],
3321
- "overlaypanel": [
3322
- "overlaypanel"
3323
- ],
3324
- "overlay": [
3325
- "overlaypanel"
3326
- ],
3327
- "panel": [
3328
- "overlaypanel"
3329
- ],
3330
- "paginator": [
3331
- "paginator"
3332
- ],
3333
- "tabmenu": [
3334
- "tabmenu"
3335
- ],
3336
- "tab": [
3337
- "tabmenu"
3338
- ],
3339
- "tagtype": [
3340
- "tagtype"
3341
- ],
3342
- "tag": [
3343
- "tagtype"
3344
- ],
3345
- "type": [
3346
- "tagtype"
3347
- ],
3348
- "textarea": [
3349
- "textarea"
3350
- ],
3351
- "timeline": [
3352
- "timeline"
3353
- ],
3354
- "toast": [
3355
- "toast"
3356
- ],
3357
- "toggleswitch": [
3358
- "toggleswitch"
3359
- ],
3360
- "switch": [
3361
- "toggleswitch"
3362
- ],
3363
- "username": [
3364
- "username"
3365
- ],
3366
- "user": [
3367
- "username"
3368
- ],
3369
- "name": [
3370
- "username"
3371
- ],
3372
- "validatormessage": [
3373
- "validatormessage"
3374
- ],
3375
- "validator": [
3376
- "validatormessage"
3377
- ]
3378
- },
3379
- "byTag": {
3380
- "button": [
3381
- "button",
3382
- "buttonbulkaction",
3383
- "buttoncopy",
3384
- "buttondownload",
3385
- "buttonfilter",
3386
- "buttonradio",
3387
- "buttonscan",
3388
- "buttonsearch",
3389
- "buttonsearchbyscan",
3390
- "buttonselecttree",
3391
- "buttonsync",
3392
- "buttontoggle"
3393
- ],
3394
- "interactive": [
3395
- "button",
3396
- "buttonbulkaction",
3397
- "buttoncopy",
3398
- "buttondownload",
3399
- "buttonfilter",
3400
- "buttonradio",
3401
- "buttonscan",
3402
- "buttonsearch",
3403
- "buttonsearchbyscan",
3404
- "buttonselecttree",
3405
- "buttonsync",
3406
- "buttontoggle"
3407
- ],
3408
- "table": [
3409
- "datatable"
3410
- ],
3411
- "data": [
3412
- "datatable"
3413
- ],
3414
- "dialog": [
3415
- "dialog",
3416
- "dialogconfirm",
3417
- "dialogform",
3418
- "dialogselecttree"
3419
- ],
3420
- "modal": [
3421
- "dialog",
3422
- "dialogconfirm",
3423
- "dialogform",
3424
- "dialogselecttree"
3425
- ],
3426
- "input": [
3427
- "inputbadge",
3428
- "inputcurrency",
3429
- "inputemail",
3430
- "inputnumber",
3431
- "inputpassword",
3432
- "inputphonenumber",
3433
- "inputrangenumber",
3434
- "inputtext",
3435
- "inputurl"
3436
- ],
3437
- "form": [
3438
- "inputbadge",
3439
- "inputcurrency",
3440
- "inputemail",
3441
- "inputnumber",
3442
- "inputpassword",
3443
- "inputphonenumber",
3444
- "inputrangenumber",
3445
- "inputtext",
3446
- "inputurl"
3447
- ],
3448
- "fallback": [
3449
- "inputotp-fallback"
3450
- ],
3451
- "parsing-error": [
3452
- "inputotp-fallback"
3453
- ]
3454
- },
3455
- "byCategory": {
3456
- "utility": [
3457
- "animation",
3458
- "approverinfo",
3459
- "badge",
3460
- "badgegroup",
3461
- "badgegrouptree",
3462
- "basetree",
3463
- "calendar",
3464
- "carousel",
3465
- "changelog",
3466
- "changelogpage",
3467
- "checkbox",
3468
- "customcolumn",
3469
- "dropdown",
3470
- "editor",
3471
- "fileupload",
3472
- "icon",
3473
- "inputotp-fallback",
3474
- "litedropdown",
3475
- "multiselect",
3476
- "paginator",
3477
- "tagtype",
3478
- "toggleswitch",
3479
- "username"
3480
- ],
3481
- "navigation": [
3482
- "breadcrumb",
3483
- "menu",
3484
- "tabmenu"
3485
- ],
3486
- "input": [
3487
- "button",
3488
- "buttonbulkaction",
3489
- "buttoncopy",
3490
- "buttondownload",
3491
- "buttonfilter",
3492
- "buttonradio",
3493
- "buttonscan",
3494
- "buttonsearch",
3495
- "buttonsearchbyscan",
3496
- "buttonselecttree",
3497
- "buttontoggle",
3498
- "inputbadge",
3499
- "inputemail",
3500
- "inputnumber",
3501
- "inputpassword",
3502
- "inputphonenumber",
3503
- "inputrangenumber",
3504
- "inputtext",
3505
- "inputurl",
3506
- "invisiblefield",
3507
- "textarea"
3508
- ],
3509
- "integration": [
3510
- "buttonsync"
3511
- ],
3512
- "data-display": [
3513
- "card",
3514
- "datatable",
3515
- "image",
3516
- "imagecompressor",
3517
- "timeline",
3518
- "tree"
3519
- ],
3520
- "overlay": [
3521
- "dialog",
3522
- "dialogconfirm",
3523
- "dialogform",
3524
- "dialogselecttree",
3525
- "overlaypanel"
3526
- ],
3527
- "form": [
3528
- "fieldwrapper",
3529
- "form",
3530
- "validatormessage"
3531
- ],
3532
- "layout": [
3533
- "filtercontainer"
3534
- ],
3535
- "feedback": [
3536
- "inlinemessage",
3537
- "loading",
3538
- "toast"
3539
- ],
3540
- "localization": [
3541
- "inputcurrency",
3542
- "languageswitcher"
3543
- ]
3544
- },
3545
- "byDescription": {
3546
- "animation": [
3547
- "animation",
3548
- "loading"
3549
- ],
3550
- "lottie": [
3551
- "animation"
3552
- ],
3553
- "wrapper": [
3554
- "animation"
3555
- ],
3556
- "approverinfo": [
3557
- "approverinfo"
3558
- ],
3559
- "component": [
3560
- "approverinfo",
3561
- "badge",
3562
- "badgegroup",
3563
- "badgegrouptree",
3564
- "breadcrumb",
3565
- "buttonbulkaction",
3566
- "buttoncopy",
3567
- "buttonscan",
3568
- "buttonsearchbyscan",
3569
- "buttonsync",
3570
- "buttontoggle",
3571
- "card",
3572
- "carousel",
3573
- "changelog",
3574
- "changelogpage",
3575
- "dialogconfirm",
3576
- "dialogform",
3577
- "editor",
3578
- "fieldwrapper",
3579
- "filtercontainer",
3580
- "form",
3581
- "inlinemessage",
3582
- "inputbadge",
3583
- "inputcurrency",
3584
- "inputotp-fallback",
3585
- "invisiblefield",
3586
- "languageswitcher",
3587
- "litedropdown",
3588
- "menu",
3589
- "overlaypanel",
3590
- "paginator",
3591
- "tabmenu",
3592
- "tagtype",
3593
- "validatormessage"
3594
- ],
3595
- "badge": [
3596
- "badge",
3597
- "inputbadge"
3598
- ],
3599
- "for": [
3600
- "badge",
3601
- "breadcrumb",
3602
- "buttonbulkaction",
3603
- "buttoncopy",
3604
- "buttonscan",
3605
- "buttonsearch",
3606
- "carousel",
3607
- "changelog",
3608
- "changelogpage",
3609
- "dialogconfirm",
3610
- "fieldwrapper",
3611
- "filtercontainer",
3612
- "form",
3613
- "inputpassword",
3614
- "invisiblefield",
3615
- "tagtype",
3616
- "validatormessage"
3617
- ],
3618
- "displaying": [
3619
- "badge",
3620
- "breadcrumb",
3621
- "carousel",
3622
- "tagtype",
3623
- "validatormessage"
3624
- ],
3625
- "text": [
3626
- "badge",
3627
- "buttoncopy",
3628
- "editor",
3629
- "inputbadge",
3630
- "inputtext",
3631
- "textarea"
3632
- ],
3633
- "with": [
3634
- "badge",
3635
- "breadcrumb",
3636
- "button",
3637
- "buttonfilter",
3638
- "buttonradio",
3639
- "buttonsearch",
3640
- "calendar",
3641
- "checkbox",
3642
- "customcolumn",
3643
- "editor",
3644
- "fieldwrapper",
3645
- "fileupload",
3646
- "form",
3647
- "icon",
3648
- "image",
3649
- "inputcurrency",
3650
- "inputemail",
3651
- "inputnumber",
3652
- "inputphonenumber",
3653
- "inputurl",
3654
- "tabmenu",
3655
- "tagtype"
3656
- ],
3657
- "optional": [
3658
- "badge"
3659
- ],
3660
- "remove": [
3661
- "badge"
3662
- ],
3663
- "functionality": [
3664
- "badge"
3665
- ],
3666
- "badgegroup": [
3667
- "badgegroup"
3668
- ],
3669
- "badgegrouptree": [
3670
- "badgegrouptree"
3671
- ],
3672
- "tree": [
3673
- "basetree",
3674
- "buttonselecttree",
3675
- "tree"
3676
- ],
3677
- "used": [
3678
- "basetree",
3679
- "customcolumn",
3680
- "dropdown",
3681
- "multiselect",
3682
- "toast",
3683
- "toggleswitch",
3684
- "tree"
3685
- ],
3686
- "display": [
3687
- "basetree",
3688
- "dialog",
3689
- "icon",
3690
- "paginator",
3691
- "toast",
3692
- "tree"
3693
- ],
3694
- "hierarchical": [
3695
- "basetree",
3696
- "tree"
3697
- ],
3698
- "data": [
3699
- "basetree",
3700
- "buttonbulkaction",
3701
- "datatable",
3702
- "inputtext",
3703
- "invisiblefield",
3704
- "tree"
3705
- ],
3706
- "breadcrumb": [
3707
- "breadcrumb"
3708
- ],
3709
- "trail": [
3710
- "breadcrumb"
3711
- ],
3712
- "help": [
3713
- "breadcrumb"
3714
- ],
3715
- "users": [
3716
- "breadcrumb"
3717
- ],
3718
- "navigate": [
3719
- "breadcrumb",
3720
- "carousel"
3721
- ],
3722
- "website": [
3723
- "breadcrumb"
3724
- ],
3725
- "application": [
3726
- "breadcrumb"
3727
- ],
3728
- "takes": [
3729
- "breadcrumb"
3730
- ],
3731
- "array": [
3732
- "breadcrumb"
3733
- ],
3734
- "menu": [
3735
- "breadcrumb",
3736
- "menu"
3737
- ],
3738
- "items": [
3739
- "breadcrumb",
3740
- "carousel",
3741
- "tabmenu"
3742
- ],
3743
- "prop": [
3744
- "breadcrumb",
3745
- "buttonfilter"
3746
- ],
3747
- "and": [
3748
- "breadcrumb",
3749
- "button",
3750
- "buttonselecttree",
3751
- "carousel",
3752
- "checkbox",
3753
- "dialogform",
3754
- "fieldwrapper",
3755
- "fileupload",
3756
- "filtercontainer",
3757
- "imagecompressor",
3758
- "inputphonenumber",
3759
- "menu",
3760
- "username"
3761
- ],
3762
- "displays": [
3763
- "breadcrumb",
3764
- "datatable",
3765
- "image",
3766
- "inputpassword",
3767
- "tabmenu",
3768
- "username"
3769
- ],
3770
- "each": [
3771
- "breadcrumb"
3772
- ],
3773
- "item": [
3774
- "breadcrumb",
3775
- "dropdown",
3776
- "multiselect"
3777
- ],
3778
- "link": [
3779
- "breadcrumb"
3780
- ],
3781
- "label": [
3782
- "breadcrumb",
3783
- "checkbox"
3784
- ],
3785
- "separator": [
3786
- "breadcrumb"
3787
- ],
3788
- "between": [
3789
- "breadcrumb"
3790
- ],
3791
- "them": [
3792
- "breadcrumb"
3793
- ],
3794
- "button": [
3795
- "button",
3796
- "buttonfilter",
3797
- "buttonradio",
3798
- "buttonsearch"
3799
- ],
3800
- "extension": [
3801
- "button",
3802
- "buttonradio",
3803
- "checkbox",
3804
- "inputcurrency"
3805
- ],
3806
- "standard": [
3807
- "button",
3808
- "buttonradio"
3809
- ],
3810
- "element": [
3811
- "button",
3812
- "buttonradio",
3813
- "checkbox",
3814
- "inlinemessage",
3815
- "textarea"
3816
- ],
3817
- "icons": [
3818
- "button",
3819
- "tagtype"
3820
- ],
3821
- "theming": [
3822
- "button",
3823
- "buttonradio"
3824
- ],
3825
- "buttonbulkaction": [
3826
- "buttonbulkaction"
3827
- ],
3828
- "handling": [
3829
- "buttonbulkaction"
3830
- ],
3831
- "bulk": [
3832
- "buttonbulkaction"
3833
- ],
3834
- "action": [
3835
- "buttonbulkaction",
3836
- "filtercontainer"
3837
- ],
3838
- "multiple": [
3839
- "buttonbulkaction"
3840
- ],
3841
- "once": [
3842
- "buttonbulkaction"
3843
- ],
3844
- "buttoncopy": [
3845
- "buttoncopy"
3846
- ],
3847
- "copying": [
3848
- "buttoncopy"
3849
- ],
3850
- "the": [
3851
- "buttoncopy",
3852
- "buttonfilter",
3853
- "carousel",
3854
- "filtercontainer",
3855
- "inlinemessage",
3856
- "invisiblefield",
3857
- "litedropdown"
3858
- ],
3859
- "clipboard": [
3860
- "buttoncopy"
3861
- ],
3862
- "trigger": [
3863
- "buttondownload"
3864
- ],
3865
- "datatable": [
3866
- "buttondownload",
3867
- "customcolumn",
3868
- "datatable"
3869
- ],
3870
- "export": [
3871
- "buttondownload"
3872
- ],
3873
- "excel": [
3874
- "buttondownload"
3875
- ],
3876
- "toggle": [
3877
- "buttonfilter"
3878
- ],
3879
- "that": [
3880
- "buttonfilter",
3881
- "inputbadge",
3882
- "invisiblefield",
3883
- "menu",
3884
- "overlaypanel",
3885
- "tabmenu"
3886
- ],
3887
- "opens": [
3888
- "buttonfilter"
3889
- ],
3890
- "hides": [
3891
- "buttonfilter"
3892
- ],
3893
- "filtercontainer": [
3894
- "buttonfilter",
3895
- "filtercontainer"
3896
- ],
3897
- "pairs": [
3898
- "buttonfilter"
3899
- ],
3900
- "via": [
3901
- "buttonfilter"
3902
- ],
3903
- "tablename": [
3904
- "buttonfilter"
3905
- ],
3906
- "buttonradio": [
3907
- "buttonradio"
3908
- ],
3909
- "radio": [
3910
- "buttonradio"
3911
- ],
3912
- "buttonscan": [
3913
- "buttonscan"
3914
- ],
3915
- "scanning": [
3916
- "buttonscan"
3917
- ],
3918
- "rfid": [
3919
- "buttonscan",
3920
- "tagtype"
3921
- ],
3922
- "tag": [
3923
- "buttonscan",
3924
- "loading",
3925
- "tagtype"
3926
- ],
3927
- "search": [
3928
- "buttonsearch"
3929
- ],
3930
- "searchbox": [
3931
- "buttonsearch"
3932
- ],
3933
- "table": [
3934
- "buttonsearch"
3935
- ],
3936
- "buttonsearchbyscan": [
3937
- "buttonsearchbyscan"
3938
- ],
3939
- "buttonselecttree": [
3940
- "buttonselecttree"
3941
- ],
3942
- "handles": [
3943
- "buttonselecttree",
3944
- "dialogform"
3945
- ],
3946
- "select": [
3947
- "buttonselecttree",
3948
- "dropdown",
3949
- "inputphonenumber",
3950
- "multiselect",
3951
- "toggleswitch"
3952
- ],
3953
- "dialog": [
3954
- "buttonselecttree",
3955
- "changelog",
3956
- "changelogpage",
3957
- "dialog",
3958
- "dialogform"
3959
- ],
3960
- "field": [
3961
- "buttonselecttree",
3962
- "inputtext",
3963
- "invisiblefield"
3964
- ],
3965
- "validaion": [
3966
- "buttonselecttree"
3967
- ],
3968
- "buttonsync": [
3969
- "buttonsync"
3970
- ],
3971
- "buttontoggle": [
3972
- "buttontoggle"
3973
- ],
3974
- "handle": [
3975
- "calendar",
3976
- "imagecompressor",
3977
- "inputcurrency",
3978
- "inputemail",
3979
- "inputnumber",
3980
- "inputphonenumber",
3981
- "inputrangenumber",
3982
- "inputurl"
3983
- ],
3984
- "input": [
3985
- "calendar",
3986
- "imagecompressor",
3987
- "inputbadge",
3988
- "inputcurrency",
3989
- "inputemail",
3990
- "inputnumber",
3991
- "inputphonenumber",
3992
- "inputrangenumber",
3993
- "inputurl",
3994
- "textarea"
3995
- ],
3996
- "date": [
3997
- "calendar"
3998
- ],
3999
- "form": [
4000
- "calendar",
4001
- "dialogform",
4002
- "fieldwrapper",
4003
- "form",
4004
- "inputcurrency",
4005
- "inputemail",
4006
- "inputnumber",
4007
- "inputphonenumber",
4008
- "inputurl",
4009
- "invisiblefield"
4010
- ],
4011
- "validation": [
4012
- "calendar",
4013
- "dialogform",
4014
- "form",
4015
- "inputcurrency",
4016
- "inputemail",
4017
- "inputnumber",
4018
- "inputphonenumber",
4019
- "inputurl",
4020
- "validatormessage"
4021
- ],
4022
- "card": [
4023
- "card"
4024
- ],
4025
- "flexible": [
4026
- "card"
4027
- ],
4028
- "container": [
4029
- "card",
4030
- "dialog",
4031
- "filtercontainer",
4032
- "overlaypanel"
4033
- ],
4034
- "carousel": [
4035
- "carousel"
4036
- ],
4037
- "collection": [
4038
- "carousel",
4039
- "dropdown",
4040
- "multiselect"
4041
- ],
4042
- "images": [
4043
- "carousel"
4044
- ],
4045
- "content": [
4046
- "carousel",
4047
- "dialog",
4048
- "paginator"
4049
- ],
4050
- "sliding": [
4051
- "carousel"
4052
- ],
4053
- "rotating": [
4054
- "carousel"
4055
- ],
4056
- "fashion": [
4057
- "carousel"
4058
- ],
4059
- "you": [
4060
- "carousel",
4061
- "changelog",
4062
- "changelogpage",
4063
- "dialogform",
4064
- "form"
4065
- ],
4066
- "can": [
4067
- "carousel",
4068
- "customcolumn",
4069
- "overlaypanel"
4070
- ],
4071
- "through": [
4072
- "carousel"
4073
- ],
4074
- "using": [
4075
- "carousel",
4076
- "changelog",
4077
- "changelogpage",
4078
- "dialogform",
4079
- "form"
4080
- ],
4081
- "provided": [
4082
- "carousel"
4083
- ],
4084
- "next": [
4085
- "carousel"
4086
- ],
4087
- "previous": [
4088
- "carousel"
4089
- ],
4090
- "functions": [
4091
- "carousel"
4092
- ],
4093
- "changelog": [
4094
- "changelog",
4095
- "changelogpage"
4096
- ],
4097
- "show": [
4098
- "changelog",
4099
- "changelogpage"
4100
- ],
4101
- "need": [
4102
- "changelog",
4103
- "changelogpage",
4104
- "dialogform",
4105
- "form",
4106
- "invisiblefield"
4107
- ],
4108
- "install": [
4109
- "changelog",
4110
- "changelogpage",
4111
- "dialogform",
4112
- "form"
4113
- ],
4114
- "vee": [
4115
- "changelog",
4116
- "changelogpage",
4117
- "dialogform",
4118
- "form"
4119
- ],
4120
- "validate": [
4121
- "changelog",
4122
- "changelogpage",
4123
- "dialogform",
4124
- "form"
4125
- ],
4126
- "while": [
4127
- "changelog",
4128
- "changelogpage",
4129
- "dialogform",
4130
- "form"
4131
- ],
4132
- "this": [
4133
- "changelog",
4134
- "changelogpage",
4135
- "dialogform",
4136
- "form",
4137
- "inputcurrency"
4138
- ],
4139
- "checkbox": [
4140
- "checkbox"
4141
- ],
4142
- "info": [
4143
- "checkbox"
4144
- ],
4145
- "tooltip": [
4146
- "checkbox"
4147
- ],
4148
- "internally": [
4149
- "customcolumn"
4150
- ],
4151
- "configure": [
4152
- "customcolumn"
4153
- ],
4154
- "visibility": [
4155
- "customcolumn"
4156
- ],
4157
- "columns": [
4158
- "customcolumn"
4159
- ],
4160
- "also": [
4161
- "customcolumn",
4162
- "dropdown",
4163
- "multiselect",
4164
- "overlaypanel"
4165
- ],
4166
- "outside": [
4167
- "customcolumn"
4168
- ],
4169
- "type": [
4170
- "customcolumn"
4171
- ],
4172
- "flat": [
4173
- "customcolumn"
4174
- ],
4175
- "tabular": [
4176
- "datatable"
4177
- ],
4178
- "format": [
4179
- "datatable",
4180
- "paginator"
4181
- ],
4182
- "overlay": [
4183
- "dialog",
4184
- "loading",
4185
- "overlaypanel",
4186
- "toast"
4187
- ],
4188
- "window": [
4189
- "dialog"
4190
- ],
4191
- "dialogconfirm": [
4192
- "dialogconfirm"
4193
- ],
4194
- "creating": [
4195
- "dialogconfirm",
4196
- "form"
4197
- ],
4198
- "confirmation": [
4199
- "dialogconfirm"
4200
- ],
4201
- "dialogs": [
4202
- "dialogconfirm"
4203
- ],
4204
- "dialogform": [
4205
- "dialogform"
4206
- ],
4207
- "combination": [
4208
- "dialogform"
4209
- ],
4210
- "submit": [
4211
- "dialogform",
4212
- "form"
4213
- ],
4214
- "tsvue": [
4215
- "dialogselecttree"
4216
- ],
4217
- "dropdown": [
4218
- "dropdown",
4219
- "inputphonenumber",
4220
- "litedropdown"
4221
- ],
4222
- "known": [
4223
- "dropdown",
4224
- "multiselect",
4225
- "overlaypanel"
4226
- ],
4227
- "choose": [
4228
- "dropdown",
4229
- "multiselect"
4230
- ],
4231
- "from": [
4232
- "dropdown",
4233
- "inputcurrency",
4234
- "multiselect"
4235
- ],
4236
- "options": [
4237
- "dropdown",
4238
- "multiselect"
4239
- ],
4240
- "_editor": [
4241
- "editor"
4242
- ],
4243
- "rich": [
4244
- "editor"
4245
- ],
4246
- "editor": [
4247
- "editor"
4248
- ],
4249
- "built": [
4250
- "editor"
4251
- ],
4252
- "fieldwrapper": [
4253
- "fieldwrapper"
4254
- ],
4255
- "wrapping": [
4256
- "fieldwrapper"
4257
- ],
4258
- "fields": [
4259
- "fieldwrapper",
4260
- "filtercontainer",
4261
- "inputpassword"
4262
- ],
4263
- "labels": [
4264
- "fieldwrapper"
4265
- ],
4266
- "additional": [
4267
- "fieldwrapper"
4268
- ],
4269
- "information": [
4270
- "fieldwrapper"
4271
- ],
4272
- "fileupload": [
4273
- "fileupload"
4274
- ],
4275
- "advanced": [
4276
- "fileupload"
4277
- ],
4278
- "uploader": [
4279
- "fileupload"
4280
- ],
4281
- "dragdrop": [
4282
- "fileupload"
4283
- ],
4284
- "support": [
4285
- "fileupload"
4286
- ],
4287
- "multi": [
4288
- "fileupload",
4289
- "textarea"
4290
- ],
4291
- "file": [
4292
- "fileupload"
4293
- ],
4294
- "uploads": [
4295
- "fileupload"
4296
- ],
4297
- "auto": [
4298
- "fileupload"
4299
- ],
4300
- "uploading": [
4301
- "fileupload"
4302
- ],
4303
- "progress": [
4304
- "fileupload"
4305
- ],
4306
- "tracking": [
4307
- "fileupload"
4308
- ],
4309
- "validations": [
4310
- "fileupload"
4311
- ],
4312
- "generating": [
4313
- "filtercontainer"
4314
- ],
4315
- "dynamic": [
4316
- "filtercontainer",
4317
- "menu"
4318
- ],
4319
- "grid": [
4320
- "filtercontainer"
4321
- ],
4322
- "based": [
4323
- "filtercontainer"
4324
- ],
4325
- "layout": [
4326
- "filtercontainer"
4327
- ],
4328
- "any": [
4329
- "filtercontainer"
4330
- ],
4331
- "count": [
4332
- "filtercontainer"
4333
- ],
4334
- "filter": [
4335
- "filtercontainer"
4336
- ],
4337
- "calculates": [
4338
- "filtercontainer"
4339
- ],
4340
- "number": [
4341
- "filtercontainer",
4342
- "inputnumber",
4343
- "inputphonenumber",
4344
- "inputrangenumber"
4345
- ],
4346
- "children": [
4347
- "filtercontainer"
4348
- ],
4349
- "sets": [
4350
- "filtercontainer"
4351
- ],
4352
- "their": [
4353
- "filtercontainer"
4354
- ],
4355
- "area": [
4356
- "filtercontainer"
4357
- ],
4358
- "style": [
4359
- "filtercontainer"
4360
- ],
4361
- "dynamically": [
4362
- "filtercontainer"
4363
- ],
4364
- "determined": [
4365
- "filtercontainer"
4366
- ],
4367
- "row": [
4368
- "filtercontainer"
4369
- ],
4370
- "column": [
4371
- "filtercontainer"
4372
- ],
4373
- "position": [
4374
- "filtercontainer"
4375
- ],
4376
- "which": [
4377
- "filtercontainer"
4378
- ],
4379
- "are": [
4380
- "filtercontainer"
4381
- ],
4382
- "incremented": [
4383
- "filtercontainer"
4384
- ],
4385
- "child": [
4386
- "filtercontainer"
4387
- ],
4388
- "odd": [
4389
- "filtercontainer"
4390
- ],
4391
- "last": [
4392
- "filtercontainer"
4393
- ],
4394
- "one": [
4395
- "filtercontainer",
4396
- "inlinemessage"
4397
- ],
4398
- "buttons": [
4399
- "filtercontainer"
4400
- ],
4401
- "placed": [
4402
- "filtercontainer"
4403
- ],
4404
- "4th": [
4405
- "filtercontainer"
4406
- ],
4407
- "forms": [
4408
- "form",
4409
- "inlinemessage"
4410
- ],
4411
- "icon": [
4412
- "icon"
4413
- ],
4414
- "svg": [
4415
- "icon"
4416
- ],
4417
- "backrgounds": [
4418
- "icon"
4419
- ],
4420
- "image": [
4421
- "image",
4422
- "imagecompressor",
4423
- "username"
4424
- ],
4425
- "preview": [
4426
- "image"
4427
- ],
4428
- "compression": [
4429
- "imagecompressor"
4430
- ],
4431
- "inlinemessage": [
4432
- "inlinemessage"
4433
- ],
4434
- "useful": [
4435
- "inlinemessage"
4436
- ],
4437
- "cases": [
4438
- "inlinemessage"
4439
- ],
4440
- "where": [
4441
- "inlinemessage"
4442
- ],
4443
- "single": [
4444
- "inlinemessage"
4445
- ],
4446
- "message": [
4447
- "inlinemessage"
4448
- ],
4449
- "needs": [
4450
- "inlinemessage"
4451
- ],
4452
- "displayed": [
4453
- "inlinemessage"
4454
- ],
4455
- "related": [
4456
- "inlinemessage"
4457
- ],
4458
- "such": [
4459
- "inlinemessage"
4460
- ],
4461
- "has": [
4462
- "inlinemessage"
4463
- ],
4464
- "property": [
4465
- "inlinemessage"
4466
- ],
4467
- "severity": [
4468
- "inlinemessage"
4469
- ],
4470
- "inputbadge": [
4471
- "inputbadge"
4472
- ],
4473
- "changes": [
4474
- "inputbadge"
4475
- ],
4476
- "value": [
4477
- "inputbadge",
4478
- "toggleswitch"
4479
- ],
4480
- "into": [
4481
- "inputbadge"
4482
- ],
4483
- "enter": [
4484
- "inputbadge",
4485
- "inputtext"
4486
- ],
4487
- "key": [
4488
- "inputbadge"
4489
- ],
4490
- "pressed": [
4491
- "inputbadge"
4492
- ],
4493
- "currency": [
4494
- "inputcurrency"
4495
- ],
4496
- "inputnumber": [
4497
- "inputcurrency"
4498
- ],
4499
- "mode": [
4500
- "inputcurrency"
4501
- ],
4502
- "email": [
4503
- "inputemail"
4504
- ],
4505
- "inputotp": [
4506
- "inputotp-fallback"
4507
- ],
4508
- "fallback": [
4509
- "inputotp-fallback"
4510
- ],
4511
- "metadata": [
4512
- "inputotp-fallback"
4513
- ],
4514
- "due": [
4515
- "inputotp-fallback"
4516
- ],
4517
- "parsing": [
4518
- "inputotp-fallback"
4519
- ],
4520
- "error": [
4521
- "inputotp-fallback",
4522
- "validatormessage"
4523
- ],
4524
- "password": [
4525
- "inputpassword"
4526
- ],
4527
- "strength": [
4528
- "inputpassword"
4529
- ],
4530
- "indicator": [
4531
- "inputpassword"
4532
- ],
4533
- "phone": [
4534
- "inputphonenumber"
4535
- ],
4536
- "dial": [
4537
- "inputphonenumber"
4538
- ],
4539
- "code": [
4540
- "inputphonenumber"
4541
- ],
4542
- "range": [
4543
- "inputrangenumber"
4544
- ],
4545
- "inputtext": [
4546
- "inputtext"
4547
- ],
4548
- "renders": [
4549
- "inputtext"
4550
- ],
4551
- "url": [
4552
- "inputurl"
4553
- ],
4554
- "invisiblefield": [
4555
- "invisiblefield"
4556
- ],
4557
- "utility": [
4558
- "invisiblefield",
4559
- "validatormessage"
4560
- ],
4561
- "provides": [
4562
- "invisiblefield"
4563
- ],
4564
- "hidden": [
4565
- "invisiblefield"
4566
- ],
4567
- "storing": [
4568
- "invisiblefield"
4569
- ],
4570
- "doesn": [
4571
- "invisiblefield"
4572
- ],
4573
- "visible": [
4574
- "invisiblefield"
4575
- ],
4576
- "but": [
4577
- "invisiblefield"
4578
- ],
4579
- "should": [
4580
- "invisiblefield"
4581
- ],
4582
- "part": [
4583
- "invisiblefield"
4584
- ],
4585
- "structure": [
4586
- "invisiblefield"
4587
- ],
4588
- "languageswitcher": [
4589
- "languageswitcher"
4590
- ],
4591
- "litedropdown": [
4592
- "litedropdown"
4593
- ],
4594
- "lite": [
4595
- "litedropdown"
4596
- ],
4597
- "version": [
4598
- "litedropdown"
4599
- ],
4600
- "samurai": [
4601
- "loading"
4602
- ],
4603
- "loading": [
4604
- "loading"
4605
- ],
4606
- "navigation": [
4607
- "menu",
4608
- "tabmenu"
4609
- ],
4610
- "command": [
4611
- "menu"
4612
- ],
4613
- "supports": [
4614
- "menu"
4615
- ],
4616
- "static": [
4617
- "menu"
4618
- ],
4619
- "positioning": [
4620
- "menu"
4621
- ],
4622
- "multiselect": [
4623
- "multiselect"
4624
- ],
4625
- "overlaypanel": [
4626
- "overlaypanel"
4627
- ],
4628
- "popover": [
4629
- "overlaypanel"
4630
- ],
4631
- "other": [
4632
- "overlaypanel"
4633
- ],
4634
- "components": [
4635
- "overlaypanel"
4636
- ],
4637
- "page": [
4638
- "overlaypanel"
4639
- ],
4640
- "paginator": [
4641
- "paginator"
4642
- ],
4643
- "generic": [
4644
- "paginator"
4645
- ],
4646
- "paged": [
4647
- "paginator"
4648
- ],
4649
- "tabmenu": [
4650
- "tabmenu"
4651
- ],
4652
- "tab": [
4653
- "tabmenu"
4654
- ],
4655
- "headers": [
4656
- "tabmenu"
4657
- ],
4658
- "example": [
4659
- "tabmenu"
4660
- ],
4661
- "below": [
4662
- "tabmenu"
4663
- ],
4664
- "uses": [
4665
- "tabmenu"
4666
- ],
4667
- "nested": [
4668
- "tabmenu"
4669
- ],
4670
- "routes": [
4671
- "tabmenu"
4672
- ],
4673
- "tagtype": [
4674
- "tagtype"
4675
- ],
4676
- "asset": [
4677
- "tagtype"
4678
- ],
4679
- "types": [
4680
- "tagtype"
4681
- ],
4682
- "nfc": [
4683
- "tagtype"
4684
- ],
4685
- "etc": [
4686
- "tagtype"
4687
- ],
4688
- "relevant": [
4689
- "tagtype"
4690
- ],
4691
- "textarea": [
4692
- "textarea"
4693
- ],
4694
- "line": [
4695
- "textarea"
4696
- ],
4697
- "timeline": [
4698
- "timeline"
4699
- ],
4700
- "visualizes": [
4701
- "timeline"
4702
- ],
4703
- "series": [
4704
- "timeline"
4705
- ],
4706
- "chained": [
4707
- "timeline"
4708
- ],
4709
- "events": [
4710
- "timeline"
4711
- ],
4712
- "toast": [
4713
- "toast"
4714
- ],
4715
- "messages": [
4716
- "toast",
4717
- "validatormessage"
4718
- ],
4719
- "toggleswitch": [
4720
- "toggleswitch"
4721
- ],
4722
- "boolean": [
4723
- "toggleswitch"
4724
- ],
4725
- "user": [
4726
- "username"
4727
- ],
4728
- "profile": [
4729
- "username"
4730
- ],
4731
- "validatormessage": [
4732
- "validatormessage"
4733
- ]
4734
- }
4735
- },
4736
- "statistics": {
4737
- "totalComponents": 68,
4738
- "componentsByCategory": {
4739
- "utility": 23,
4740
- "navigation": 3,
4741
- "input": 21,
4742
- "integration": 1,
4743
- "data-display": 6,
4744
- "overlay": 5,
4745
- "form": 3,
4746
- "layout": 1,
4747
- "feedback": 3,
4748
- "localization": 2
4749
- },
4750
- "componentsBySource": {
4751
- "internal": 4,
4752
- "base": 55,
4753
- "package": 7,
4754
- "extended": 1,
4755
- "unknown": 1
4756
- },
4757
- "overrideStatistics": {
4758
- "totalOverrides": 7,
4759
- "completeOverrides": 7,
4760
- "partialOverrides": 0,
4761
- "extensions": 1
4762
- },
4763
- "accessibilityStatistics": {
4764
- "ariaSupported": 0,
4765
- "keyboardNavigation": 0,
4766
- "screenReaderSupport": 0,
4767
- "focusManagement": 0
4768
- },
4769
- "exampleStatistics": {
4770
- "totalExamples": 0,
4771
- "basicExamples": 0,
4772
- "intermediateExamples": 0,
4773
- "advancedExamples": 0
4774
- }
4775
- }
4776
- }