@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
@@ -217,6 +217,79 @@ declare const _default: {
217
217
  borderColor: string;
218
218
  borderRadius: string;
219
219
  };
220
+ panel: {
221
+ borderColor: string;
222
+ borderRadius: string;
223
+ backgroundColor: string;
224
+ textColor: string;
225
+ headerPadding: string;
226
+ bodyPadding: string;
227
+ footerPadding: string;
228
+ footerBorderColor: string;
229
+ headerGap: string;
230
+ titleFontSize: string;
231
+ titleFontWeight: string;
232
+ subtitleFontSize: string;
233
+ subtitleColor: string;
234
+ actionsGap: string;
235
+ toggleSize: string;
236
+ toggleRadius: string;
237
+ toggleBorderColor: string;
238
+ toggleBackgroundColor: string;
239
+ toggleTextColor: string;
240
+ toggleHoverBackgroundColor: string;
241
+ disabledOpacity: string;
242
+ small: {
243
+ padding: string;
244
+ titleFontSize: string;
245
+ };
246
+ large: {
247
+ padding: string;
248
+ titleFontSize: string;
249
+ };
250
+ };
251
+ fieldset: {
252
+ borderColor: string;
253
+ borderRadius: string;
254
+ backgroundColor: string;
255
+ textColor: string;
256
+ padding: string;
257
+ legendPadding: string;
258
+ legendFontSize: string;
259
+ legendFontWeight: string;
260
+ legendColor: string;
261
+ contentPadding: string;
262
+ headerGap: string;
263
+ actionsGap: string;
264
+ toggleSize: string;
265
+ toggleRadius: string;
266
+ toggleBorderColor: string;
267
+ toggleBackgroundColor: string;
268
+ toggleTextColor: string;
269
+ toggleHoverBackgroundColor: string;
270
+ disabledOpacity: string;
271
+ };
272
+ toolbar: {
273
+ padding: string;
274
+ densePadding: string;
275
+ borderColor: string;
276
+ borderRadius: string;
277
+ backgroundColor: string;
278
+ textColor: string;
279
+ sectionGap: string;
280
+ controlGap: string;
281
+ };
282
+ chart: {
283
+ borderColor: string;
284
+ borderRadius: string;
285
+ backgroundColor: string;
286
+ textColor: string;
287
+ padding: string;
288
+ minHeight: string;
289
+ stateMinHeight: string;
290
+ stateTextColor: string;
291
+ stateFontSize: string;
292
+ };
220
293
  container: {
221
294
  maxWidth: string;
222
295
  maxWidthSm: string;
@@ -335,6 +408,58 @@ declare const _default: {
335
408
  buttonPadding: string;
336
409
  };
337
410
  };
411
+ inplace: {
412
+ borderColor: string;
413
+ borderRadius: string;
414
+ backgroundColor: string;
415
+ textColor: string;
416
+ padding: string;
417
+ contentPadding: string;
418
+ actionsGap: string;
419
+ buttonPadding: string;
420
+ buttonRadius: string;
421
+ buttonBorderColor: string;
422
+ buttonBackgroundColor: string;
423
+ buttonTextColor: string;
424
+ buttonHoverBackgroundColor: string;
425
+ focusRingShadow: string;
426
+ disabledOpacity: string;
427
+ };
428
+ image: {
429
+ borderColor: string;
430
+ borderRadius: string;
431
+ backgroundColor: string;
432
+ overlayZIndex: string;
433
+ overlayPadding: string;
434
+ overlayBackgroundColor: string;
435
+ previewMaxWidth: string;
436
+ previewMaxHeight: string;
437
+ previewBorderRadius: string;
438
+ previewBackgroundColor: string;
439
+ previewShadow: string;
440
+ closeOffset: string;
441
+ closeSize: string;
442
+ closeBorderColor: string;
443
+ closeBackgroundColor: string;
444
+ closeTextColor: string;
445
+ toolbarOffset: string;
446
+ toolbarGap: string;
447
+ navOffset: string;
448
+ controlSize: string;
449
+ controlFontSize: string;
450
+ controlBorderColor: string;
451
+ controlBackgroundColor: string;
452
+ controlTextColor: string;
453
+ counterTextColor: string;
454
+ counterFontSize: string;
455
+ focusRingShadow: string;
456
+ disabledOpacity: string;
457
+ };
458
+ icon: {
459
+ size: string;
460
+ color: string;
461
+ spinDuration: string;
462
+ };
338
463
  searchInput: {
339
464
  gap: string;
340
465
  fontSize: string;
@@ -718,6 +843,90 @@ declare const _default: {
718
843
  labelPadding: string;
719
844
  labelFontSize: string;
720
845
  };
846
+ dock: {
847
+ borderColor: string;
848
+ borderRadius: string;
849
+ backgroundColor: string;
850
+ shadow: string;
851
+ padding: string;
852
+ gap: string;
853
+ itemSize: string;
854
+ itemBorderRadius: string;
855
+ itemColor: string;
856
+ itemHoverBackgroundColor: string;
857
+ itemActiveBackgroundColor: string;
858
+ itemActiveColor: string;
859
+ iconSize: string;
860
+ labelFontSize: string;
861
+ disabledOpacity: string;
862
+ };
863
+ galleria: {
864
+ borderColor: string;
865
+ borderRadius: string;
866
+ backgroundColor: string;
867
+ textColor: string;
868
+ padding: string;
869
+ stageGap: string;
870
+ maxHeight: string;
871
+ imageRadius: string;
872
+ imageBackgroundColor: string;
873
+ captionGap: string;
874
+ captionFontSize: string;
875
+ captionColor: string;
876
+ navSize: string;
877
+ navBorderColor: string;
878
+ navBackgroundColor: string;
879
+ navTextColor: string;
880
+ indicatorsGap: string;
881
+ indicatorColor: string;
882
+ indicatorActiveColor: string;
883
+ thumbnailsGap: string;
884
+ thumbnailsItemGap: string;
885
+ thumbnailSize: string;
886
+ thumbnailRadius: string;
887
+ thumbnailBorderColor: string;
888
+ thumbnailActiveBorderColor: string;
889
+ disabledOpacity: string;
890
+ };
891
+ knob: {
892
+ trackColor: string;
893
+ fillColor: string;
894
+ thumbColor: string;
895
+ thumbBorderColor: string;
896
+ valueFontSize: string;
897
+ valueColor: string;
898
+ textColor: string;
899
+ focusRingShadow: string;
900
+ disabledOpacity: string;
901
+ };
902
+ terminal: {
903
+ borderColor: string;
904
+ borderRadius: string;
905
+ backgroundColor: string;
906
+ textColor: string;
907
+ fontFamily: string;
908
+ fontSize: string;
909
+ toolbarPadding: string;
910
+ actionsGap: string;
911
+ actionBorderColor: string;
912
+ actionRadius: string;
913
+ actionBackgroundColor: string;
914
+ actionTextColor: string;
915
+ actionPadding: string;
916
+ dividerColor: string;
917
+ bodyPadding: string;
918
+ entryGap: string;
919
+ timeFontSize: string;
920
+ timeColor: string;
921
+ promptColor: string;
922
+ entryNeutralColor: string;
923
+ entryInfoColor: string;
924
+ entrySuccessColor: string;
925
+ entryWarnColor: string;
926
+ entryErrorColor: string;
927
+ emptyColor: string;
928
+ disabledOpacity: string;
929
+ };
721
930
  pageHeader: {
722
931
  gap: string;
723
932
  contentGap: string;
@@ -767,6 +976,50 @@ declare const _default: {
767
976
  marginLeft: string;
768
977
  };
769
978
  };
979
+ menubar: {
980
+ borderColor: string;
981
+ borderRadius: string;
982
+ backgroundColor: string;
983
+ padding: string;
984
+ };
985
+ megamenu: {
986
+ borderColor: string;
987
+ borderRadius: string;
988
+ backgroundColor: string;
989
+ padding: string;
990
+ rootGap: string;
991
+ triggerTextColor: string;
992
+ triggerPadding: string;
993
+ triggerBorderRadius: string;
994
+ triggerActiveBackgroundColor: string;
995
+ panelOffset: string;
996
+ zIndex: string;
997
+ panelMinWidth: string;
998
+ panelBorderColor: string;
999
+ panelBorderRadius: string;
1000
+ panelBackgroundColor: string;
1001
+ panelShadow: string;
1002
+ panelPadding: string;
1003
+ columnsGap: string;
1004
+ sectionTitleGap: string;
1005
+ sectionTitleFontSize: string;
1006
+ sectionTitleColor: string;
1007
+ linkGap: string;
1008
+ linkColor: string;
1009
+ linkHoverColor: string;
1010
+ };
1011
+ panelmenu: {
1012
+ borderColor: string;
1013
+ borderRadius: string;
1014
+ backgroundColor: string;
1015
+ padding: string;
1016
+ gap: string;
1017
+ indent: string;
1018
+ itemTextColor: string;
1019
+ itemBorderRadius: string;
1020
+ itemPadding: string;
1021
+ itemHoverBackgroundColor: string;
1022
+ };
770
1023
  modal: {
771
1024
  width: string;
772
1025
  maxWidth: string;
@@ -829,6 +1082,33 @@ declare const _default: {
829
1082
  closeFontSize: string;
830
1083
  closeHoverBackgroundColor: string;
831
1084
  };
1085
+ sidebar: {
1086
+ width: string;
1087
+ widthSm: string;
1088
+ widthLg: string;
1089
+ height: string;
1090
+ heightSm: string;
1091
+ heightLg: string;
1092
+ padding: string;
1093
+ borderRadius: string;
1094
+ backgroundColor: string;
1095
+ textColor: string;
1096
+ overlayBackgroundColor: string;
1097
+ shadow: string;
1098
+ zIndex: string;
1099
+ headerGap: string;
1100
+ bodyGap: string;
1101
+ footerGap: string;
1102
+ titleFontSize: string;
1103
+ titleLineHeight: string;
1104
+ titleFontWeight: string;
1105
+ closeSize: string;
1106
+ closeRadius: string;
1107
+ closeOffset: string;
1108
+ closeColor: string;
1109
+ closeFontSize: string;
1110
+ closeHoverBackgroundColor: string;
1111
+ };
832
1112
  popover: {
833
1113
  borderRadius: string;
834
1114
  borderColor: string;
@@ -836,6 +1116,13 @@ declare const _default: {
836
1116
  shadow: string;
837
1117
  zIndex: string;
838
1118
  };
1119
+ overlaypanel: {
1120
+ borderRadius: string;
1121
+ borderColor: string;
1122
+ backgroundColor: string;
1123
+ shadow: string;
1124
+ zIndex: string;
1125
+ };
839
1126
  dropdown: {
840
1127
  panelPadding: string;
841
1128
  panelBorderRadius: string;
@@ -980,6 +1267,16 @@ declare const _default: {
980
1267
  overlayBackgroundColor: string;
981
1268
  zIndex: string;
982
1269
  };
1270
+ blockui: {
1271
+ zIndex: string;
1272
+ gap: string;
1273
+ textColor: string;
1274
+ labelFontSize: string;
1275
+ labelFontWeight: string;
1276
+ overlayBackgroundColor: string;
1277
+ overlayDimBackgroundColor: string;
1278
+ blurSize: string;
1279
+ };
983
1280
  kanbanBoard: {
984
1281
  gap: string;
985
1282
  columnMinWidth: string;
@@ -1085,6 +1382,16 @@ declare const _default: {
1085
1382
  emptyColor: string;
1086
1383
  loadingPadding: string;
1087
1384
  loadingColor: string;
1385
+ chipGap: string;
1386
+ chipPadding: string;
1387
+ chipRadius: string;
1388
+ chipBackgroundColor: string;
1389
+ chipTextColor: string;
1390
+ chipFontSize: string;
1391
+ groupLabelPadding: string;
1392
+ groupLabelColor: string;
1393
+ groupLabelFontSize: string;
1394
+ groupLabelFontWeight: string;
1088
1395
  small: {
1089
1396
  padding: string;
1090
1397
  fontSize: string;
@@ -1183,6 +1490,77 @@ declare const _default: {
1183
1490
  fontSize: string;
1184
1491
  };
1185
1492
  };
1493
+ listbox: {
1494
+ borderColor: string;
1495
+ borderRadius: string;
1496
+ backgroundColor: string;
1497
+ textColor: string;
1498
+ padding: string;
1499
+ minHeight: string;
1500
+ maxHeight: string;
1501
+ focusRingShadow: string;
1502
+ focusBorderColor: string;
1503
+ groupGapTop: string;
1504
+ groupLabelPadding: string;
1505
+ groupLabelColor: string;
1506
+ groupLabelFontSize: string;
1507
+ optionPadding: string;
1508
+ optionBorderRadius: string;
1509
+ optionHighlightedBackgroundColor: string;
1510
+ optionSelectedBackgroundColor: string;
1511
+ optionSelectedTextColor: string;
1512
+ emptyPadding: string;
1513
+ emptyColor: string;
1514
+ disabledOpacity: string;
1515
+ small: {
1516
+ optionPadding: string;
1517
+ fontSize: string;
1518
+ };
1519
+ large: {
1520
+ optionPadding: string;
1521
+ fontSize: string;
1522
+ };
1523
+ };
1524
+ picklist: {
1525
+ gap: string;
1526
+ borderColor: string;
1527
+ borderRadius: string;
1528
+ backgroundColor: string;
1529
+ headerColor: string;
1530
+ listPadding: string;
1531
+ listMinHeight: string;
1532
+ itemPadding: string;
1533
+ itemRadius: string;
1534
+ itemHoverBackgroundColor: string;
1535
+ itemSelectedBackgroundColor: string;
1536
+ itemSelectedColor: string;
1537
+ focusRingColor: string;
1538
+ buttonBorderColor: string;
1539
+ buttonRadius: string;
1540
+ buttonBackgroundColor: string;
1541
+ buttonColor: string;
1542
+ disabledOpacity: string;
1543
+ };
1544
+ orderlist: {
1545
+ gap: string;
1546
+ borderColor: string;
1547
+ borderRadius: string;
1548
+ backgroundColor: string;
1549
+ headerColor: string;
1550
+ listPadding: string;
1551
+ listMinHeight: string;
1552
+ itemPadding: string;
1553
+ itemRadius: string;
1554
+ itemHoverBackgroundColor: string;
1555
+ itemSelectedBackgroundColor: string;
1556
+ itemSelectedColor: string;
1557
+ focusRingColor: string;
1558
+ buttonBorderColor: string;
1559
+ buttonRadius: string;
1560
+ buttonBackgroundColor: string;
1561
+ buttonColor: string;
1562
+ disabledOpacity: string;
1563
+ };
1186
1564
  taginput: {
1187
1565
  minWidth: string;
1188
1566
  minHeight: string;
@@ -1686,6 +2064,15 @@ declare const _default: {
1686
2064
  backgroundColor: string;
1687
2065
  shimmerColor: string;
1688
2066
  animationDuration: string;
2067
+ presetGap: string;
2068
+ presetTableHeaderHeight: string;
2069
+ presetTableRowHeight: string;
2070
+ presetListAvatarSize: string;
2071
+ presetListLineHeight: string;
2072
+ presetListSecondaryWidth: string;
2073
+ presetFormLabelWidth: string;
2074
+ presetFormLabelHeight: string;
2075
+ presetFormFieldHeight: string;
1689
2076
  };
1690
2077
  datatable: {
1691
2078
  borderColor: string;
@@ -1719,6 +2106,89 @@ declare const _default: {
1719
2106
  cellPadding: string;
1720
2107
  };
1721
2108
  };
2109
+ dataview: {
2110
+ gap: string;
2111
+ toolbarGap: string;
2112
+ layoutGap: string;
2113
+ controlBorderColor: string;
2114
+ controlBorderRadius: string;
2115
+ controlBackgroundColor: string;
2116
+ controlTextColor: string;
2117
+ controlPadding: string;
2118
+ controlFontSize: string;
2119
+ controlActiveBackgroundColor: string;
2120
+ controlActiveBorderColor: string;
2121
+ controlActiveTextColor: string;
2122
+ listGap: string;
2123
+ gridGap: string;
2124
+ gridMinWidth: string;
2125
+ itemBorderColor: string;
2126
+ itemBorderRadius: string;
2127
+ itemBackgroundColor: string;
2128
+ itemTextColor: string;
2129
+ itemPadding: string;
2130
+ statePadding: string;
2131
+ stateTextColor: string;
2132
+ paginationGap: string;
2133
+ disabledOpacity: string;
2134
+ };
2135
+ carousel: {
2136
+ gap: string;
2137
+ borderColor: string;
2138
+ borderRadius: string;
2139
+ backgroundColor: string;
2140
+ textColor: string;
2141
+ slideMinHeight: string;
2142
+ slidePadding: string;
2143
+ transitionDuration: string;
2144
+ transitionEasing: string;
2145
+ arrowSize: string;
2146
+ arrowSizeMobile: string;
2147
+ arrowOffset: string;
2148
+ arrowBorderColor: string;
2149
+ arrowBorderRadius: string;
2150
+ arrowBackgroundColor: string;
2151
+ arrowTextColor: string;
2152
+ indicatorsGap: string;
2153
+ indicatorSize: string;
2154
+ indicatorBorderColor: string;
2155
+ indicatorBackgroundColor: string;
2156
+ indicatorActiveBorderColor: string;
2157
+ indicatorActiveBackgroundColor: string;
2158
+ focusRingShadow: string;
2159
+ focusBorderColor: string;
2160
+ disabledOpacity: string;
2161
+ };
2162
+ speeddial: {
2163
+ gap: string;
2164
+ zIndex: string;
2165
+ offsetX: string;
2166
+ offsetY: string;
2167
+ offsetXMobile: string;
2168
+ offsetYMobile: string;
2169
+ transitionDuration: string;
2170
+ transitionEasing: string;
2171
+ triggerSize: string;
2172
+ triggerPaddingX: string;
2173
+ triggerBorderRadius: string;
2174
+ triggerBorderColor: string;
2175
+ triggerBackgroundColor: string;
2176
+ triggerTextColor: string;
2177
+ triggerShadow: string;
2178
+ actionSize: string;
2179
+ actionPaddingX: string;
2180
+ actionBorderRadius: string;
2181
+ actionBorderColor: string;
2182
+ actionBackgroundColor: string;
2183
+ actionTextColor: string;
2184
+ actionShadow: string;
2185
+ labelBackgroundColor: string;
2186
+ labelTextColor: string;
2187
+ labelPadding: string;
2188
+ focusRingShadow: string;
2189
+ focusBorderColor: string;
2190
+ disabledOpacity: string;
2191
+ };
1722
2192
  toast: {
1723
2193
  gap: string;
1724
2194
  padding: string;
@@ -1798,6 +2268,45 @@ declare const _default: {
1798
2268
  textColor: string;
1799
2269
  };
1800
2270
  };
2271
+ message: {
2272
+ gap: string;
2273
+ padding: string;
2274
+ borderRadius: string;
2275
+ borderColor: string;
2276
+ backgroundColor: string;
2277
+ textColor: string;
2278
+ iconColor: string;
2279
+ fontSize: string;
2280
+ lineHeight: string;
2281
+ bodyGap: string;
2282
+ titleFontSize: string;
2283
+ titleFontWeight: string;
2284
+ actionsGap: string;
2285
+ closeSize: string;
2286
+ closeRadius: string;
2287
+ closeFontSize: string;
2288
+ closeHoverBackgroundColor: string;
2289
+ info: {
2290
+ backgroundColor: string;
2291
+ borderColor: string;
2292
+ textColor: string;
2293
+ };
2294
+ success: {
2295
+ backgroundColor: string;
2296
+ borderColor: string;
2297
+ textColor: string;
2298
+ };
2299
+ warn: {
2300
+ backgroundColor: string;
2301
+ borderColor: string;
2302
+ textColor: string;
2303
+ };
2304
+ danger: {
2305
+ backgroundColor: string;
2306
+ borderColor: string;
2307
+ textColor: string;
2308
+ };
2309
+ };
1801
2310
  emptyState: {
1802
2311
  gap: string;
1803
2312
  bodyGap: string;
@@ -2102,6 +2611,31 @@ declare const _default: {
2102
2611
  labelFontSize: string;
2103
2612
  };
2104
2613
  };
2614
+ scrollpanel: {
2615
+ borderColor: string;
2616
+ borderRadius: string;
2617
+ backgroundColor: string;
2618
+ textColor: string;
2619
+ contentPadding: string;
2620
+ focusRingColor: string;
2621
+ scrollbarSize: string;
2622
+ scrollbarTrackColor: string;
2623
+ scrollbarThumbColor: string;
2624
+ };
2625
+ scrolltop: {
2626
+ size: string;
2627
+ padding: string;
2628
+ gap: string;
2629
+ borderRadius: string;
2630
+ borderColor: string;
2631
+ backgroundColor: string;
2632
+ textColor: string;
2633
+ hoverBackgroundColor: string;
2634
+ focusRingColor: string;
2635
+ iconSize: string;
2636
+ labelFontSize: string;
2637
+ disabledOpacity: string;
2638
+ };
2105
2639
  slider: {
2106
2640
  width: string;
2107
2641
  gap: string;
@@ -2345,6 +2879,42 @@ declare const _default: {
2345
2879
  toggleSize: string;
2346
2880
  };
2347
2881
  };
2882
+ orgchart: {
2883
+ gap: string;
2884
+ childrenMarginTop: string;
2885
+ connectorColor: string;
2886
+ textColor: string;
2887
+ cardMinWidth: string;
2888
+ cardMaxWidth: string;
2889
+ cardGap: string;
2890
+ cardPadding: string;
2891
+ cardBorderColor: string;
2892
+ cardBorderRadius: string;
2893
+ cardBackgroundColor: string;
2894
+ cardTextColor: string;
2895
+ cardHoverBackgroundColor: string;
2896
+ cardSelectedBackgroundColor: string;
2897
+ cardSelectedColor: string;
2898
+ toggleSize: string;
2899
+ toggleRadius: string;
2900
+ toggleBorderColor: string;
2901
+ toggleBackgroundColor: string;
2902
+ toggleTextColor: string;
2903
+ focusRingColor: string;
2904
+ labelFontSize: string;
2905
+ labelFontWeight: string;
2906
+ titleFontSize: string;
2907
+ titleColor: string;
2908
+ disabledOpacity: string;
2909
+ small: {
2910
+ cardPadding: string;
2911
+ labelFontSize: string;
2912
+ };
2913
+ large: {
2914
+ cardPadding: string;
2915
+ labelFontSize: string;
2916
+ };
2917
+ };
2348
2918
  treeselect: {
2349
2919
  minWidth: string;
2350
2920
  fontSize: string;
@@ -2385,6 +2955,43 @@ declare const _default: {
2385
2955
  fontSize: string;
2386
2956
  };
2387
2957
  };
2958
+ treetable: {
2959
+ borderColor: string;
2960
+ borderRadius: string;
2961
+ backgroundColor: string;
2962
+ textColor: string;
2963
+ fontSize: string;
2964
+ headerBackgroundColor: string;
2965
+ headerTextColor: string;
2966
+ headerFontWeight: string;
2967
+ headerBorderColor: string;
2968
+ rowBackgroundColor: string;
2969
+ rowBorderColor: string;
2970
+ rowHoverBackgroundColor: string;
2971
+ rowSelectedBackgroundColor: string;
2972
+ rowSelectedTextColor: string;
2973
+ rowStripedBackgroundColor: string;
2974
+ cellPadding: string;
2975
+ cellGap: string;
2976
+ indentStep: string;
2977
+ toggleSize: string;
2978
+ toggleBorderRadius: string;
2979
+ toggleBorderColor: string;
2980
+ toggleBackgroundColor: string;
2981
+ toggleTextColor: string;
2982
+ focusRingColor: string;
2983
+ statePadding: string;
2984
+ stateTextColor: string;
2985
+ disabledOpacity: string;
2986
+ small: {
2987
+ fontSize: string;
2988
+ cellPadding: string;
2989
+ };
2990
+ large: {
2991
+ fontSize: string;
2992
+ cellPadding: string;
2993
+ };
2994
+ };
2388
2995
  virtualScroller: {
2389
2996
  fontSize: string;
2390
2997
  borderColor: string;