@codemonster-ru/vueforge 0.91.0 → 0.93.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.d.ts +43 -1
  3. package/dist/index.ts.mjs +12529 -7047
  4. package/dist/index.ts.umd.js +16 -13
  5. package/dist/package/components/__tests__/avatar.test.d.ts +1 -0
  6. package/dist/package/components/__tests__/badge.test.d.ts +1 -0
  7. package/dist/package/components/__tests__/block-ui.test.d.ts +1 -0
  8. package/dist/package/components/__tests__/button.test.d.ts +1 -0
  9. package/dist/package/components/__tests__/card.test.d.ts +1 -0
  10. package/dist/package/components/__tests__/carousel.test.d.ts +1 -0
  11. package/dist/package/components/__tests__/chart.test.d.ts +1 -0
  12. package/dist/package/components/__tests__/checkbox.test.d.ts +1 -0
  13. package/dist/package/components/__tests__/data-view.test.d.ts +1 -0
  14. package/dist/package/components/__tests__/dock.test.d.ts +1 -0
  15. package/dist/package/components/__tests__/fieldset.test.d.ts +1 -0
  16. package/dist/package/components/__tests__/galleria.test.d.ts +1 -0
  17. package/dist/package/components/__tests__/headless-parity.test.d.ts +1 -0
  18. package/dist/package/components/__tests__/icon.test.d.ts +1 -0
  19. package/dist/package/components/__tests__/image.test.d.ts +1 -0
  20. package/dist/package/components/__tests__/inplace.test.d.ts +1 -0
  21. package/dist/package/components/__tests__/knob.test.d.ts +1 -0
  22. package/dist/package/components/__tests__/listbox.test.d.ts +1 -0
  23. package/dist/package/components/__tests__/mega-menu.test.d.ts +1 -0
  24. package/dist/package/components/__tests__/menu-bar.test.d.ts +1 -0
  25. package/dist/package/components/__tests__/message.test.d.ts +1 -0
  26. package/dist/package/components/__tests__/must-have-parity-a11y.test.d.ts +1 -0
  27. package/dist/package/components/__tests__/must-have-parity-responsive.test.d.ts +1 -0
  28. package/dist/package/components/__tests__/order-list.test.d.ts +1 -0
  29. package/dist/package/components/__tests__/org-chart.test.d.ts +1 -0
  30. package/dist/package/components/__tests__/overlay-panel.test.d.ts +1 -0
  31. package/dist/package/components/__tests__/panel-menu.test.d.ts +1 -0
  32. package/dist/package/components/__tests__/panel.test.d.ts +1 -0
  33. package/dist/package/components/__tests__/pick-list.test.d.ts +1 -0
  34. package/dist/package/components/__tests__/scroll-panel.test.d.ts +1 -0
  35. package/dist/package/components/__tests__/scroll-top.test.d.ts +1 -0
  36. package/dist/package/components/__tests__/sidebar.test.d.ts +1 -0
  37. package/dist/package/components/__tests__/speed-dial.test.d.ts +1 -0
  38. package/dist/package/components/__tests__/switch.test.d.ts +1 -0
  39. package/dist/package/components/__tests__/terminal.test.d.ts +1 -0
  40. package/dist/package/components/__tests__/toolbar.test.d.ts +1 -0
  41. package/dist/package/components/__tests__/tree-table.test.d.ts +1 -0
  42. package/dist/package/components/accordion.vue.d.ts +2 -2
  43. package/dist/package/components/autocomplete.vue.d.ts +38 -8
  44. package/dist/package/components/avatar.vue.d.ts +1 -1
  45. package/dist/package/components/badge.vue.d.ts +1 -1
  46. package/dist/package/components/block-ui.vue.d.ts +45 -0
  47. package/dist/package/components/breadcrumbs.vue.d.ts +1 -1
  48. package/dist/package/components/button-group.vue.d.ts +1 -1
  49. package/dist/package/components/button.vue.d.ts +1 -1
  50. package/dist/package/components/calendar.vue.d.ts +2 -2
  51. package/dist/package/components/carousel.vue.d.ts +83 -0
  52. package/dist/package/components/chart-adapter.d.ts +35 -0
  53. package/dist/package/components/chart.vue.d.ts +71 -0
  54. package/dist/package/components/checkbox.vue.d.ts +17 -1
  55. package/dist/package/components/chip.vue.d.ts +2 -2
  56. package/dist/package/components/color-picker.vue.d.ts +3 -2
  57. package/dist/package/components/combobox.vue.d.ts +3 -3
  58. package/dist/package/components/command-palette.vue.d.ts +3 -3
  59. package/dist/package/components/confirm-dialog.vue.d.ts +12 -12
  60. package/dist/package/components/context-menu.vue.d.ts +1 -1
  61. package/dist/package/components/data-table.vue.d.ts +47 -2
  62. package/dist/package/components/data-view.vue.d.ts +83 -0
  63. package/dist/package/components/date-range-picker.vue.d.ts +3 -3
  64. package/dist/package/components/datepicker.vue.d.ts +2 -2
  65. package/dist/package/components/datetimepicker.vue.d.ts +2 -2
  66. package/dist/package/components/divider.vue.d.ts +1 -1
  67. package/dist/package/components/dock.vue.d.ts +256 -0
  68. package/dist/package/components/drawer.vue.d.ts +3 -3
  69. package/dist/package/components/dropdown.vue.d.ts +1 -1
  70. package/dist/package/components/empty-state.vue.d.ts +1 -1
  71. package/dist/package/components/fieldset.vue.d.ts +45 -0
  72. package/dist/package/components/file-upload.vue.d.ts +42 -2
  73. package/dist/package/components/filter-chips.vue.d.ts +3 -3
  74. package/dist/package/components/form-field.vue.d.ts +1 -1
  75. package/dist/package/components/form.vue.d.ts +1 -1
  76. package/dist/package/components/galleria.vue.d.ts +60 -0
  77. package/dist/package/components/icon.vue.d.ts +22 -0
  78. package/dist/package/components/image.vue.d.ts +108 -0
  79. package/dist/package/components/inline-edit.vue.d.ts +3 -3
  80. package/dist/package/components/inline.vue.d.ts +1 -1
  81. package/dist/package/components/inplace.vue.d.ts +64 -0
  82. package/dist/package/components/input-group.vue.d.ts +4 -0
  83. package/dist/package/components/input.vue.d.ts +4 -4
  84. package/dist/package/components/kanban-board.vue.d.ts +1 -1
  85. package/dist/package/components/knob.vue.d.ts +39 -0
  86. package/dist/package/components/link.vue.d.ts +1 -1
  87. package/dist/package/components/listbox.vue.d.ts +81 -0
  88. package/dist/package/components/masked-input.vue.d.ts +4 -4
  89. package/dist/package/components/mega-menu.vue.d.ts +53 -0
  90. package/dist/package/components/mention-input.vue.d.ts +4 -4
  91. package/dist/package/components/menu-bar.vue.d.ts +27 -0
  92. package/dist/package/components/message.vue.d.ts +42 -0
  93. package/dist/package/components/modal.vue.d.ts +2 -2
  94. package/dist/package/components/multi-select.vue.d.ts +2 -2
  95. package/dist/package/components/notification-center.vue.d.ts +5 -5
  96. package/dist/package/components/number-input.vue.d.ts +5 -5
  97. package/dist/package/components/order-list.vue.d.ts +43 -0
  98. package/dist/package/components/org-chart-node.vue.d.ts +40 -0
  99. package/dist/package/components/org-chart.vue.d.ts +72 -0
  100. package/dist/package/components/otp-input.vue.d.ts +4 -4
  101. package/dist/package/components/overlay-panel.vue.d.ts +374 -0
  102. package/dist/package/components/page-header.vue.d.ts +2 -2
  103. package/dist/package/components/pagination.vue.d.ts +3 -3
  104. package/dist/package/components/panel-menu-node.vue.d.ts +17 -0
  105. package/dist/package/components/panel-menu.vue.d.ts +40 -0
  106. package/dist/package/components/panel.vue.d.ts +53 -0
  107. package/dist/package/components/password-input.vue.d.ts +4 -4
  108. package/dist/package/components/pick-list.vue.d.ts +57 -0
  109. package/dist/package/components/popover.vue.d.ts +3 -3
  110. package/dist/package/components/progress.vue.d.ts +1 -1
  111. package/dist/package/components/radio-button.vue.d.ts +1 -1
  112. package/dist/package/components/radio-group.vue.d.ts +1 -1
  113. package/dist/package/components/rating.vue.d.ts +2 -2
  114. package/dist/package/components/rich-text-editor.vue.d.ts +10 -3
  115. package/dist/package/components/scroll-panel.vue.d.ts +42 -0
  116. package/dist/package/components/scroll-top.vue.d.ts +52 -0
  117. package/dist/package/components/search-input.vue.d.ts +4 -4
  118. package/dist/package/components/segmented-control.vue.d.ts +1 -1
  119. package/dist/package/components/select.vue.d.ts +20 -2
  120. package/dist/package/components/sidebar.vue.d.ts +76 -0
  121. package/dist/package/components/skeleton.vue.d.ts +12 -1
  122. package/dist/package/components/slider.vue.d.ts +2 -2
  123. package/dist/package/components/speed-dial.vue.d.ts +91 -0
  124. package/dist/package/components/spinner.vue.d.ts +1 -1
  125. package/dist/package/components/split-button.vue.d.ts +10 -8
  126. package/dist/package/components/splitter.vue.d.ts +4 -0
  127. package/dist/package/components/stack.vue.d.ts +1 -1
  128. package/dist/package/components/stepper.vue.d.ts +1 -1
  129. package/dist/package/components/switch.vue.d.ts +16 -0
  130. package/dist/package/components/tabs.vue.d.ts +1 -1
  131. package/dist/package/components/tag-input.vue.d.ts +2 -2
  132. package/dist/package/components/terminal.vue.d.ts +88 -0
  133. package/dist/package/components/textarea.vue.d.ts +4 -4
  134. package/dist/package/components/timeline.vue.d.ts +1 -1
  135. package/dist/package/components/timepicker.vue.d.ts +3 -3
  136. package/dist/package/components/toast-container.vue.d.ts +2 -0
  137. package/dist/package/components/toast.vue.d.ts +1 -1
  138. package/dist/package/components/toolbar.vue.d.ts +40 -0
  139. package/dist/package/components/tour.vue.d.ts +2 -2
  140. package/dist/package/components/tree-select.vue.d.ts +4 -4
  141. package/dist/package/components/tree-table.vue.d.ts +127 -0
  142. package/dist/package/components/tree.vue.d.ts +4 -4
  143. package/dist/package/components/virtual-scroller.vue.d.ts +3 -3
  144. package/dist/package/config/index.d.ts +3 -0
  145. package/dist/package/config/pass-through.d.ts +6 -0
  146. package/dist/package/config/theme-core.d.ts +562 -0
  147. package/dist/package/services/__tests__/confirm-service.test.d.ts +1 -0
  148. package/dist/package/services/__tests__/dialog-service.test.d.ts +1 -0
  149. package/dist/package/services/confirm-service.d.ts +43 -0
  150. package/dist/package/services/dialog-service.d.ts +29 -0
  151. package/dist/package/themes/default/components/autocomplete.d.ts +10 -0
  152. package/dist/package/themes/default/components/block-ui.d.ts +11 -0
  153. package/dist/package/themes/default/components/carousel.d.ts +28 -0
  154. package/dist/package/themes/default/components/chart.d.ts +12 -0
  155. package/dist/package/themes/default/components/dataview.d.ts +27 -0
  156. package/dist/package/themes/default/components/dock.d.ts +18 -0
  157. package/dist/package/themes/default/components/fieldset.d.ts +22 -0
  158. package/dist/package/themes/default/components/galleria.d.ts +29 -0
  159. package/dist/package/themes/default/components/icon.d.ts +6 -0
  160. package/dist/package/themes/default/components/image.d.ts +31 -0
  161. package/dist/package/themes/default/components/inplace.d.ts +18 -0
  162. package/dist/package/themes/default/components/knob.d.ts +12 -0
  163. package/dist/package/themes/default/components/listbox.d.ts +32 -0
  164. package/dist/package/themes/default/components/megamenu.d.ts +27 -0
  165. package/dist/package/themes/default/components/menubar.d.ts +7 -0
  166. package/dist/package/themes/default/components/orderlist.d.ts +21 -0
  167. package/dist/package/themes/default/components/orgchart.d.ts +37 -0
  168. package/dist/package/themes/default/components/panel.d.ts +32 -0
  169. package/dist/package/themes/default/components/panelmenu.d.ts +13 -0
  170. package/dist/package/themes/default/components/picklist.d.ts +21 -0
  171. package/dist/package/themes/default/components/scrollpanel.d.ts +12 -0
  172. package/dist/package/themes/default/components/scrolltop.d.ts +15 -0
  173. package/dist/package/themes/default/components/skeleton.d.ts +9 -0
  174. package/dist/package/themes/default/components/speeddial.d.ts +31 -0
  175. package/dist/package/themes/default/components/terminal.d.ts +29 -0
  176. package/dist/package/themes/default/components/toolbar.d.ts +11 -0
  177. package/dist/package/themes/default/components/treetable.d.ts +38 -0
  178. package/dist/package/themes/default/index.d.ts +607 -0
  179. package/package.json +7 -1
@@ -32,6 +32,154 @@ export type CardTokens = {
32
32
  borderColor?: string;
33
33
  borderRadius?: string;
34
34
  };
35
+ export type PanelTokens = {
36
+ borderColor?: string;
37
+ borderRadius?: string;
38
+ backgroundColor?: string;
39
+ textColor?: string;
40
+ headerPadding?: string;
41
+ bodyPadding?: string;
42
+ footerPadding?: string;
43
+ footerBorderColor?: string;
44
+ headerGap?: string;
45
+ titleFontSize?: string;
46
+ titleFontWeight?: string;
47
+ subtitleFontSize?: string;
48
+ subtitleColor?: string;
49
+ actionsGap?: string;
50
+ toggleSize?: string;
51
+ toggleRadius?: string;
52
+ toggleBorderColor?: string;
53
+ toggleBackgroundColor?: string;
54
+ toggleTextColor?: string;
55
+ toggleHoverBackgroundColor?: string;
56
+ disabledOpacity?: string;
57
+ small?: {
58
+ padding?: string;
59
+ titleFontSize?: string;
60
+ };
61
+ large?: {
62
+ padding?: string;
63
+ titleFontSize?: string;
64
+ };
65
+ };
66
+ export type FieldsetTokens = {
67
+ borderColor?: string;
68
+ borderRadius?: string;
69
+ backgroundColor?: string;
70
+ textColor?: string;
71
+ padding?: string;
72
+ legendPadding?: string;
73
+ legendFontSize?: string;
74
+ legendFontWeight?: string;
75
+ legendColor?: string;
76
+ contentPadding?: string;
77
+ headerGap?: string;
78
+ actionsGap?: string;
79
+ toggleSize?: string;
80
+ toggleRadius?: string;
81
+ toggleBorderColor?: string;
82
+ toggleBackgroundColor?: string;
83
+ toggleTextColor?: string;
84
+ toggleHoverBackgroundColor?: string;
85
+ disabledOpacity?: string;
86
+ };
87
+ export type ToolbarTokens = {
88
+ padding?: string;
89
+ densePadding?: string;
90
+ borderColor?: string;
91
+ borderRadius?: string;
92
+ backgroundColor?: string;
93
+ textColor?: string;
94
+ sectionGap?: string;
95
+ controlGap?: string;
96
+ };
97
+ export type BlockUiTokens = {
98
+ zIndex?: string;
99
+ gap?: string;
100
+ textColor?: string;
101
+ labelFontSize?: string;
102
+ labelFontWeight?: string;
103
+ overlayBackgroundColor?: string;
104
+ overlayDimBackgroundColor?: string;
105
+ blurSize?: string;
106
+ };
107
+ export type ScrollPanelTokens = {
108
+ borderColor?: string;
109
+ borderRadius?: string;
110
+ backgroundColor?: string;
111
+ textColor?: string;
112
+ contentPadding?: string;
113
+ focusRingColor?: string;
114
+ scrollbarSize?: string;
115
+ scrollbarTrackColor?: string;
116
+ scrollbarThumbColor?: string;
117
+ };
118
+ export type ScrollTopTokens = {
119
+ size?: string;
120
+ padding?: string;
121
+ gap?: string;
122
+ borderRadius?: string;
123
+ borderColor?: string;
124
+ backgroundColor?: string;
125
+ textColor?: string;
126
+ hoverBackgroundColor?: string;
127
+ focusRingColor?: string;
128
+ iconSize?: string;
129
+ labelFontSize?: string;
130
+ disabledOpacity?: string;
131
+ };
132
+ export type PickListTokens = {
133
+ gap?: string;
134
+ borderColor?: string;
135
+ borderRadius?: string;
136
+ backgroundColor?: string;
137
+ headerColor?: string;
138
+ listPadding?: string;
139
+ listMinHeight?: string;
140
+ itemPadding?: string;
141
+ itemRadius?: string;
142
+ itemHoverBackgroundColor?: string;
143
+ itemSelectedBackgroundColor?: string;
144
+ itemSelectedColor?: string;
145
+ focusRingColor?: string;
146
+ buttonBorderColor?: string;
147
+ buttonRadius?: string;
148
+ buttonBackgroundColor?: string;
149
+ buttonColor?: string;
150
+ disabledOpacity?: string;
151
+ };
152
+ export type OrderListTokens = {
153
+ gap?: string;
154
+ borderColor?: string;
155
+ borderRadius?: string;
156
+ backgroundColor?: string;
157
+ headerColor?: string;
158
+ listPadding?: string;
159
+ listMinHeight?: string;
160
+ itemPadding?: string;
161
+ itemRadius?: string;
162
+ itemHoverBackgroundColor?: string;
163
+ itemSelectedBackgroundColor?: string;
164
+ itemSelectedColor?: string;
165
+ focusRingColor?: string;
166
+ buttonBorderColor?: string;
167
+ buttonRadius?: string;
168
+ buttonBackgroundColor?: string;
169
+ buttonColor?: string;
170
+ disabledOpacity?: string;
171
+ };
172
+ export type ChartTokens = {
173
+ borderColor?: string;
174
+ borderRadius?: string;
175
+ backgroundColor?: string;
176
+ textColor?: string;
177
+ padding?: string;
178
+ minHeight?: string;
179
+ stateMinHeight?: string;
180
+ stateTextColor?: string;
181
+ stateFontSize?: string;
182
+ };
35
183
  export type ContainerTokens = {
36
184
  maxWidth?: string;
37
185
  maxWidthSm?: string;
@@ -178,6 +326,142 @@ export type InlineEditTokens = {
178
326
  buttonPadding?: string;
179
327
  };
180
328
  };
329
+ export type InplaceTokens = {
330
+ borderColor?: string;
331
+ borderRadius?: string;
332
+ backgroundColor?: string;
333
+ textColor?: string;
334
+ padding?: string;
335
+ contentPadding?: string;
336
+ actionsGap?: string;
337
+ buttonPadding?: string;
338
+ buttonRadius?: string;
339
+ buttonBorderColor?: string;
340
+ buttonBackgroundColor?: string;
341
+ buttonTextColor?: string;
342
+ buttonHoverBackgroundColor?: string;
343
+ focusRingShadow?: string;
344
+ disabledOpacity?: string;
345
+ };
346
+ export type ImageTokens = {
347
+ borderColor?: string;
348
+ borderRadius?: string;
349
+ backgroundColor?: string;
350
+ overlayZIndex?: string;
351
+ overlayPadding?: string;
352
+ overlayBackgroundColor?: string;
353
+ previewMaxWidth?: string;
354
+ previewMaxHeight?: string;
355
+ previewBorderRadius?: string;
356
+ previewBackgroundColor?: string;
357
+ previewShadow?: string;
358
+ closeOffset?: string;
359
+ closeSize?: string;
360
+ closeBorderColor?: string;
361
+ closeBackgroundColor?: string;
362
+ closeTextColor?: string;
363
+ toolbarOffset?: string;
364
+ toolbarGap?: string;
365
+ navOffset?: string;
366
+ controlSize?: string;
367
+ controlFontSize?: string;
368
+ controlBorderColor?: string;
369
+ controlBackgroundColor?: string;
370
+ controlTextColor?: string;
371
+ counterTextColor?: string;
372
+ counterFontSize?: string;
373
+ focusRingShadow?: string;
374
+ disabledOpacity?: string;
375
+ };
376
+ export type IconTokens = {
377
+ size?: string;
378
+ color?: string;
379
+ spinDuration?: string;
380
+ };
381
+ export type DockTokens = {
382
+ borderColor?: string;
383
+ borderRadius?: string;
384
+ backgroundColor?: string;
385
+ shadow?: string;
386
+ padding?: string;
387
+ gap?: string;
388
+ itemSize?: string;
389
+ itemBorderRadius?: string;
390
+ itemColor?: string;
391
+ itemHoverBackgroundColor?: string;
392
+ itemActiveBackgroundColor?: string;
393
+ itemActiveColor?: string;
394
+ iconSize?: string;
395
+ labelFontSize?: string;
396
+ disabledOpacity?: string;
397
+ };
398
+ export type GalleriaTokens = {
399
+ borderColor?: string;
400
+ borderRadius?: string;
401
+ backgroundColor?: string;
402
+ textColor?: string;
403
+ padding?: string;
404
+ stageGap?: string;
405
+ maxHeight?: string;
406
+ imageRadius?: string;
407
+ imageBackgroundColor?: string;
408
+ captionGap?: string;
409
+ captionFontSize?: string;
410
+ captionColor?: string;
411
+ navSize?: string;
412
+ navBorderColor?: string;
413
+ navBackgroundColor?: string;
414
+ navTextColor?: string;
415
+ indicatorsGap?: string;
416
+ indicatorColor?: string;
417
+ indicatorActiveColor?: string;
418
+ thumbnailsGap?: string;
419
+ thumbnailsItemGap?: string;
420
+ thumbnailSize?: string;
421
+ thumbnailRadius?: string;
422
+ thumbnailBorderColor?: string;
423
+ thumbnailActiveBorderColor?: string;
424
+ disabledOpacity?: string;
425
+ };
426
+ export type KnobTokens = {
427
+ trackColor?: string;
428
+ fillColor?: string;
429
+ thumbColor?: string;
430
+ thumbBorderColor?: string;
431
+ valueFontSize?: string;
432
+ valueColor?: string;
433
+ textColor?: string;
434
+ focusRingShadow?: string;
435
+ disabledOpacity?: string;
436
+ };
437
+ export type TerminalTokens = {
438
+ borderColor?: string;
439
+ borderRadius?: string;
440
+ backgroundColor?: string;
441
+ textColor?: string;
442
+ fontFamily?: string;
443
+ fontSize?: string;
444
+ toolbarPadding?: string;
445
+ actionsGap?: string;
446
+ actionBorderColor?: string;
447
+ actionRadius?: string;
448
+ actionBackgroundColor?: string;
449
+ actionTextColor?: string;
450
+ actionPadding?: string;
451
+ dividerColor?: string;
452
+ bodyPadding?: string;
453
+ entryGap?: string;
454
+ timeFontSize?: string;
455
+ timeColor?: string;
456
+ promptColor?: string;
457
+ entryNeutralColor?: string;
458
+ entryInfoColor?: string;
459
+ entrySuccessColor?: string;
460
+ entryWarnColor?: string;
461
+ entryErrorColor?: string;
462
+ emptyColor?: string;
463
+ disabledOpacity?: string;
464
+ };
181
465
  export type SearchInputTokens = {
182
466
  gap?: string;
183
467
  fontSize?: string;
@@ -610,6 +894,50 @@ export type MenuTokens = {
610
894
  marginLeft?: string;
611
895
  };
612
896
  };
897
+ export type MenuBarTokens = {
898
+ borderColor?: string;
899
+ borderRadius?: string;
900
+ backgroundColor?: string;
901
+ padding?: string;
902
+ };
903
+ export type MegaMenuTokens = {
904
+ borderColor?: string;
905
+ borderRadius?: string;
906
+ backgroundColor?: string;
907
+ padding?: string;
908
+ rootGap?: string;
909
+ triggerTextColor?: string;
910
+ triggerPadding?: string;
911
+ triggerBorderRadius?: string;
912
+ triggerActiveBackgroundColor?: string;
913
+ panelOffset?: string;
914
+ zIndex?: string;
915
+ panelMinWidth?: string;
916
+ panelBorderColor?: string;
917
+ panelBorderRadius?: string;
918
+ panelBackgroundColor?: string;
919
+ panelShadow?: string;
920
+ panelPadding?: string;
921
+ columnsGap?: string;
922
+ sectionTitleGap?: string;
923
+ sectionTitleFontSize?: string;
924
+ sectionTitleColor?: string;
925
+ linkGap?: string;
926
+ linkColor?: string;
927
+ linkHoverColor?: string;
928
+ };
929
+ export type PanelMenuTokens = {
930
+ borderColor?: string;
931
+ borderRadius?: string;
932
+ backgroundColor?: string;
933
+ padding?: string;
934
+ gap?: string;
935
+ indent?: string;
936
+ itemTextColor?: string;
937
+ itemBorderRadius?: string;
938
+ itemPadding?: string;
939
+ itemHoverBackgroundColor?: string;
940
+ };
613
941
  export type ModalTokens = {
614
942
  width?: string;
615
943
  maxWidth?: string;
@@ -927,6 +1255,16 @@ export type AutocompleteTokens = {
927
1255
  emptyColor?: string;
928
1256
  loadingPadding?: string;
929
1257
  loadingColor?: string;
1258
+ chipGap?: string;
1259
+ chipPadding?: string;
1260
+ chipRadius?: string;
1261
+ chipBackgroundColor?: string;
1262
+ chipTextColor?: string;
1263
+ chipFontSize?: string;
1264
+ groupLabelPadding?: string;
1265
+ groupLabelColor?: string;
1266
+ groupLabelFontSize?: string;
1267
+ groupLabelFontWeight?: string;
930
1268
  small?: {
931
1269
  padding?: string;
932
1270
  fontSize?: string;
@@ -1025,6 +1363,37 @@ export type MultiSelectTokens = {
1025
1363
  fontSize?: string;
1026
1364
  };
1027
1365
  };
1366
+ export type ListboxTokens = {
1367
+ borderColor?: string;
1368
+ borderRadius?: string;
1369
+ backgroundColor?: string;
1370
+ textColor?: string;
1371
+ padding?: string;
1372
+ minHeight?: string;
1373
+ maxHeight?: string;
1374
+ focusRingShadow?: string;
1375
+ focusBorderColor?: string;
1376
+ groupGapTop?: string;
1377
+ groupLabelPadding?: string;
1378
+ groupLabelColor?: string;
1379
+ groupLabelFontSize?: string;
1380
+ optionPadding?: string;
1381
+ optionBorderRadius?: string;
1382
+ optionHighlightedBackgroundColor?: string;
1383
+ optionSelectedBackgroundColor?: string;
1384
+ optionSelectedTextColor?: string;
1385
+ emptyPadding?: string;
1386
+ emptyColor?: string;
1387
+ disabledOpacity?: string;
1388
+ small?: {
1389
+ optionPadding?: string;
1390
+ fontSize?: string;
1391
+ };
1392
+ large?: {
1393
+ optionPadding?: string;
1394
+ fontSize?: string;
1395
+ };
1396
+ };
1028
1397
  export type TagInputTokens = {
1029
1398
  minWidth?: string;
1030
1399
  minHeight?: string;
@@ -1461,6 +1830,15 @@ export type SkeletonTokens = {
1461
1830
  backgroundColor?: string;
1462
1831
  shimmerColor?: string;
1463
1832
  animationDuration?: string;
1833
+ presetGap?: string;
1834
+ presetTableHeaderHeight?: string;
1835
+ presetTableRowHeight?: string;
1836
+ presetListAvatarSize?: string;
1837
+ presetListLineHeight?: string;
1838
+ presetListSecondaryWidth?: string;
1839
+ presetFormLabelWidth?: string;
1840
+ presetFormLabelHeight?: string;
1841
+ presetFormFieldHeight?: string;
1464
1842
  };
1465
1843
  export type ProgressTokens = {
1466
1844
  width?: string;
@@ -1619,6 +1997,42 @@ export type TreeTokens = {
1619
1997
  toggleSize?: string;
1620
1998
  };
1621
1999
  };
2000
+ export type OrgChartTokens = {
2001
+ gap?: string;
2002
+ childrenMarginTop?: string;
2003
+ connectorColor?: string;
2004
+ textColor?: string;
2005
+ cardMinWidth?: string;
2006
+ cardMaxWidth?: string;
2007
+ cardGap?: string;
2008
+ cardPadding?: string;
2009
+ cardBorderColor?: string;
2010
+ cardBorderRadius?: string;
2011
+ cardBackgroundColor?: string;
2012
+ cardTextColor?: string;
2013
+ cardHoverBackgroundColor?: string;
2014
+ cardSelectedBackgroundColor?: string;
2015
+ cardSelectedColor?: string;
2016
+ toggleSize?: string;
2017
+ toggleRadius?: string;
2018
+ toggleBorderColor?: string;
2019
+ toggleBackgroundColor?: string;
2020
+ toggleTextColor?: string;
2021
+ focusRingColor?: string;
2022
+ labelFontSize?: string;
2023
+ labelFontWeight?: string;
2024
+ titleFontSize?: string;
2025
+ titleColor?: string;
2026
+ disabledOpacity?: string;
2027
+ small?: {
2028
+ cardPadding?: string;
2029
+ labelFontSize?: string;
2030
+ };
2031
+ large?: {
2032
+ cardPadding?: string;
2033
+ labelFontSize?: string;
2034
+ };
2035
+ };
1622
2036
  export type TreeSelectTokens = {
1623
2037
  minWidth?: string;
1624
2038
  fontSize?: string;
@@ -1901,6 +2315,126 @@ export type DataTableTokens = {
1901
2315
  cellPadding?: string;
1902
2316
  };
1903
2317
  };
2318
+ export type TreeTableTokens = {
2319
+ borderColor?: string;
2320
+ borderRadius?: string;
2321
+ backgroundColor?: string;
2322
+ textColor?: string;
2323
+ fontSize?: string;
2324
+ headerBackgroundColor?: string;
2325
+ headerTextColor?: string;
2326
+ headerFontWeight?: string;
2327
+ headerBorderColor?: string;
2328
+ rowBackgroundColor?: string;
2329
+ rowBorderColor?: string;
2330
+ rowHoverBackgroundColor?: string;
2331
+ rowSelectedBackgroundColor?: string;
2332
+ rowSelectedTextColor?: string;
2333
+ rowStripedBackgroundColor?: string;
2334
+ cellPadding?: string;
2335
+ cellGap?: string;
2336
+ indentStep?: string;
2337
+ toggleSize?: string;
2338
+ toggleBorderRadius?: string;
2339
+ toggleBorderColor?: string;
2340
+ toggleBackgroundColor?: string;
2341
+ toggleTextColor?: string;
2342
+ focusRingColor?: string;
2343
+ statePadding?: string;
2344
+ stateTextColor?: string;
2345
+ disabledOpacity?: string;
2346
+ small?: {
2347
+ fontSize?: string;
2348
+ cellPadding?: string;
2349
+ };
2350
+ large?: {
2351
+ fontSize?: string;
2352
+ cellPadding?: string;
2353
+ };
2354
+ };
2355
+ export type DataViewTokens = {
2356
+ gap?: string;
2357
+ toolbarGap?: string;
2358
+ layoutGap?: string;
2359
+ controlBorderColor?: string;
2360
+ controlBorderRadius?: string;
2361
+ controlBackgroundColor?: string;
2362
+ controlTextColor?: string;
2363
+ controlPadding?: string;
2364
+ controlFontSize?: string;
2365
+ controlActiveBackgroundColor?: string;
2366
+ controlActiveBorderColor?: string;
2367
+ controlActiveTextColor?: string;
2368
+ listGap?: string;
2369
+ gridGap?: string;
2370
+ gridMinWidth?: string;
2371
+ itemBorderColor?: string;
2372
+ itemBorderRadius?: string;
2373
+ itemBackgroundColor?: string;
2374
+ itemTextColor?: string;
2375
+ itemPadding?: string;
2376
+ statePadding?: string;
2377
+ stateTextColor?: string;
2378
+ paginationGap?: string;
2379
+ disabledOpacity?: string;
2380
+ };
2381
+ export type CarouselTokens = {
2382
+ gap?: string;
2383
+ borderColor?: string;
2384
+ borderRadius?: string;
2385
+ backgroundColor?: string;
2386
+ textColor?: string;
2387
+ slideMinHeight?: string;
2388
+ slidePadding?: string;
2389
+ transitionDuration?: string;
2390
+ transitionEasing?: string;
2391
+ arrowSize?: string;
2392
+ arrowSizeMobile?: string;
2393
+ arrowOffset?: string;
2394
+ arrowBorderColor?: string;
2395
+ arrowBorderRadius?: string;
2396
+ arrowBackgroundColor?: string;
2397
+ arrowTextColor?: string;
2398
+ indicatorsGap?: string;
2399
+ indicatorSize?: string;
2400
+ indicatorBorderColor?: string;
2401
+ indicatorBackgroundColor?: string;
2402
+ indicatorActiveBorderColor?: string;
2403
+ indicatorActiveBackgroundColor?: string;
2404
+ focusRingShadow?: string;
2405
+ focusBorderColor?: string;
2406
+ disabledOpacity?: string;
2407
+ };
2408
+ export type SpeedDialTokens = {
2409
+ gap?: string;
2410
+ zIndex?: string;
2411
+ offsetX?: string;
2412
+ offsetY?: string;
2413
+ offsetXMobile?: string;
2414
+ offsetYMobile?: string;
2415
+ transitionDuration?: string;
2416
+ transitionEasing?: string;
2417
+ triggerSize?: string;
2418
+ triggerPaddingX?: string;
2419
+ triggerBorderRadius?: string;
2420
+ triggerBorderColor?: string;
2421
+ triggerBackgroundColor?: string;
2422
+ triggerTextColor?: string;
2423
+ triggerShadow?: string;
2424
+ actionSize?: string;
2425
+ actionPaddingX?: string;
2426
+ actionBorderRadius?: string;
2427
+ actionBorderColor?: string;
2428
+ actionBackgroundColor?: string;
2429
+ actionTextColor?: string;
2430
+ actionShadow?: string;
2431
+ labelBackgroundColor?: string;
2432
+ labelTextColor?: string;
2433
+ labelPadding?: string;
2434
+ focusRingShadow?: string;
2435
+ focusBorderColor?: string;
2436
+ disabledOpacity?: string;
2437
+ };
1904
2438
  export type ToastTokens = {
1905
2439
  gap?: string;
1906
2440
  padding?: string;
@@ -2163,6 +2697,15 @@ export type ThemeComponentTokens = {
2163
2697
  button?: ButtonTokens;
2164
2698
  buttonGroup?: ButtonGroupTokens;
2165
2699
  card?: CardTokens;
2700
+ panel?: PanelTokens;
2701
+ fieldset?: FieldsetTokens;
2702
+ toolbar?: ToolbarTokens;
2703
+ blockui?: BlockUiTokens;
2704
+ scrollpanel?: ScrollPanelTokens;
2705
+ scrolltop?: ScrollTopTokens;
2706
+ picklist?: PickListTokens;
2707
+ orderlist?: OrderListTokens;
2708
+ chart?: ChartTokens;
2166
2709
  container?: ContainerTokens;
2167
2710
  section?: SectionTokens;
2168
2711
  grid?: GridTokens;
@@ -2175,6 +2718,13 @@ export type ThemeComponentTokens = {
2175
2718
  input?: InputTokens;
2176
2719
  inputGroup?: InputGroupTokens;
2177
2720
  inlineEdit?: InlineEditTokens;
2721
+ inplace?: InplaceTokens;
2722
+ image?: ImageTokens;
2723
+ icon?: IconTokens;
2724
+ dock?: DockTokens;
2725
+ galleria?: GalleriaTokens;
2726
+ knob?: KnobTokens;
2727
+ terminal?: TerminalTokens;
2178
2728
  searchInput?: SearchInputTokens;
2179
2729
  mentionInput?: MentionInputTokens;
2180
2730
  passwordInput?: PasswordInputTokens;
@@ -2192,10 +2742,15 @@ export type ThemeComponentTokens = {
2192
2742
  divider?: DividerTokens;
2193
2743
  pageHeader?: PageHeaderTokens;
2194
2744
  menu?: MenuTokens;
2745
+ menubar?: MenuBarTokens;
2746
+ megamenu?: MegaMenuTokens;
2747
+ panelmenu?: PanelMenuTokens;
2195
2748
  modal?: ModalTokens;
2196
2749
  confirmDialog?: ConfirmDialogTokens;
2197
2750
  drawer?: DrawerTokens;
2751
+ sidebar?: DrawerTokens;
2198
2752
  popover?: PopoverTokens;
2753
+ overlaypanel?: PopoverTokens;
2199
2754
  dropdown?: DropdownTokens;
2200
2755
  splitbutton?: SplitButtonTokens;
2201
2756
  contextMenu?: ContextMenuTokens;
@@ -2207,6 +2762,7 @@ export type ThemeComponentTokens = {
2207
2762
  autocomplete?: AutocompleteTokens;
2208
2763
  combobox?: ComboboxTokens;
2209
2764
  multiselect?: MultiSelectTokens;
2765
+ listbox?: ListboxTokens;
2210
2766
  taginput?: TagInputTokens;
2211
2767
  datepicker?: DatePickerTokens;
2212
2768
  calendar?: CalendarTokens;
@@ -2227,8 +2783,13 @@ export type ThemeComponentTokens = {
2227
2783
  wizard?: WizardTokens;
2228
2784
  timeline?: TimelineTokens;
2229
2785
  datatable?: DataTableTokens;
2786
+ treetable?: TreeTableTokens;
2787
+ dataview?: DataViewTokens;
2788
+ carousel?: CarouselTokens;
2789
+ speeddial?: SpeedDialTokens;
2230
2790
  toast?: ToastTokens;
2231
2791
  alert?: AlertTokens;
2792
+ message?: AlertTokens;
2232
2793
  emptyState?: EmptyStateTokens;
2233
2794
  badge?: BadgeTokens;
2234
2795
  chip?: ChipTokens;
@@ -2236,6 +2797,7 @@ export type ThemeComponentTokens = {
2236
2797
  avatar?: AvatarTokens;
2237
2798
  rating?: RatingTokens;
2238
2799
  tree?: TreeTokens;
2800
+ orgchart?: OrgChartTokens;
2239
2801
  treeselect?: TreeSelectTokens;
2240
2802
  virtualScroller?: VirtualScrollerTokens;
2241
2803
  [key: string]: unknown;
@@ -0,0 +1,43 @@
1
+ import { ComputedRef } from 'vue';
2
+ type ButtonSeverity = 'primary' | 'secondary' | 'success' | 'info' | 'warning' | 'danger';
3
+ type DialogSize = 'sm' | 'md' | 'lg';
4
+ export interface ConfirmServiceOptions {
5
+ title?: string;
6
+ message?: string;
7
+ confirmLabel?: string;
8
+ cancelLabel?: string;
9
+ confirmSeverity?: ButtonSeverity;
10
+ closeOnOverlay?: boolean;
11
+ closeOnEsc?: boolean;
12
+ showClose?: boolean;
13
+ lockScroll?: boolean;
14
+ size?: DialogSize;
15
+ }
16
+ export interface ConfirmServiceEntry {
17
+ id: string;
18
+ createdAt: number;
19
+ options: Required<ConfirmServiceOptions>;
20
+ }
21
+ export interface ConfirmServiceHandle {
22
+ id: string;
23
+ promise: Promise<boolean>;
24
+ confirm: () => boolean;
25
+ cancel: () => boolean;
26
+ close: () => boolean;
27
+ }
28
+ export interface ConfirmService {
29
+ queue: ReadonlyArray<ConfirmServiceEntry>;
30
+ current: ComputedRef<ConfirmServiceEntry | null>;
31
+ open: (options?: ConfirmServiceOptions) => ConfirmServiceHandle;
32
+ confirm: (options?: ConfirmServiceOptions) => Promise<boolean>;
33
+ resolve: (id: string, confirmed: boolean) => boolean;
34
+ confirmById: (id: string) => boolean;
35
+ cancelById: (id: string) => boolean;
36
+ resolveCurrent: (confirmed: boolean) => boolean;
37
+ confirmCurrent: () => boolean;
38
+ cancelCurrent: () => boolean;
39
+ clear: () => void;
40
+ }
41
+ export declare const createConfirmService: () => ConfirmService;
42
+ export declare const confirmService: ConfirmService;
43
+ export {};