@codemonster-ru/vueforge 0.92.0 → 0.94.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 (228) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.d.ts +66 -0
  3. package/dist/index.ts.mjs +16733 -8783
  4. package/dist/index.ts.umd.js +19 -13
  5. package/dist/package/components/__tests__/activity-feed.test.d.ts +1 -0
  6. package/dist/package/components/__tests__/advanced-filter-panel.test.d.ts +1 -0
  7. package/dist/package/components/__tests__/audit-log-viewer.test.d.ts +1 -0
  8. package/dist/package/components/__tests__/block-ui.test.d.ts +1 -0
  9. package/dist/package/components/__tests__/bottom-sheet.test.d.ts +1 -0
  10. package/dist/package/components/__tests__/bulk-action-bar.test.d.ts +1 -0
  11. package/dist/package/components/__tests__/cascade-select.test.d.ts +1 -0
  12. package/dist/package/components/__tests__/code-editor.test.d.ts +1 -0
  13. package/dist/package/components/__tests__/comment-thread.test.d.ts +1 -0
  14. package/dist/package/components/__tests__/confirm-popup.test.d.ts +1 -0
  15. package/dist/package/components/__tests__/data-table-toolbar.test.d.ts +1 -0
  16. package/dist/package/components/__tests__/diff-viewer.test.d.ts +1 -0
  17. package/dist/package/components/__tests__/dock.test.d.ts +1 -0
  18. package/dist/package/components/__tests__/dynamic-dialog.test.d.ts +1 -0
  19. package/dist/package/components/__tests__/fieldset.test.d.ts +1 -0
  20. package/dist/package/components/__tests__/file-manager.test.d.ts +1 -0
  21. package/dist/package/components/__tests__/galleria.test.d.ts +1 -0
  22. package/dist/package/components/__tests__/headless-parity.test.d.ts +1 -0
  23. package/dist/package/components/__tests__/icon.test.d.ts +1 -0
  24. package/dist/package/components/__tests__/infinite-scroll.test.d.ts +1 -0
  25. package/dist/package/components/__tests__/inline-message.test.d.ts +1 -0
  26. package/dist/package/components/__tests__/inplace.test.d.ts +1 -0
  27. package/dist/package/components/__tests__/json-viewer.test.d.ts +1 -0
  28. package/dist/package/components/__tests__/knob.test.d.ts +1 -0
  29. package/dist/package/components/__tests__/kpi-stat-card.test.d.ts +1 -0
  30. package/dist/package/components/__tests__/member-picker.test.d.ts +1 -0
  31. package/dist/package/components/__tests__/message.test.d.ts +1 -0
  32. package/dist/package/components/__tests__/meter-group.test.d.ts +1 -0
  33. package/dist/package/components/__tests__/order-list.test.d.ts +1 -0
  34. package/dist/package/components/__tests__/org-chart.test.d.ts +1 -0
  35. package/dist/package/components/__tests__/overlay-badge.directive.test.d.ts +1 -0
  36. package/dist/package/components/__tests__/overlay-badge.test.d.ts +1 -0
  37. package/dist/package/components/__tests__/panel.test.d.ts +1 -0
  38. package/dist/package/components/__tests__/permission-matrix.test.d.ts +1 -0
  39. package/dist/package/components/__tests__/pick-list.test.d.ts +1 -0
  40. package/dist/package/components/__tests__/query-builder.test.d.ts +1 -0
  41. package/dist/package/components/__tests__/saved-views-manager.test.d.ts +1 -0
  42. package/dist/package/components/__tests__/scheduler.test.d.ts +1 -0
  43. package/dist/package/components/__tests__/scroll-panel.test.d.ts +1 -0
  44. package/dist/package/components/__tests__/scroll-top.test.d.ts +1 -0
  45. package/dist/package/components/__tests__/sidebar.test.d.ts +1 -0
  46. package/dist/package/components/__tests__/tab-menu.test.d.ts +1 -0
  47. package/dist/package/components/__tests__/terminal.test.d.ts +1 -0
  48. package/dist/package/components/__tests__/tiered-menu.test.d.ts +1 -0
  49. package/dist/package/components/__tests__/toolbar.test.d.ts +1 -0
  50. package/dist/package/components/accordion.vue.d.ts +2 -2
  51. package/dist/package/components/activity-feed.vue.d.ts +77 -0
  52. package/dist/package/components/advanced-filter-panel-types.d.ts +30 -0
  53. package/dist/package/components/advanced-filter-panel.vue.d.ts +45 -0
  54. package/dist/package/components/audit-log-viewer.vue.d.ts +70 -0
  55. package/dist/package/components/autocomplete.vue.d.ts +37 -7
  56. package/dist/package/components/badge.vue.d.ts +1 -1
  57. package/dist/package/components/block-ui.vue.d.ts +45 -0
  58. package/dist/package/components/bottom-sheet.vue.d.ts +57 -0
  59. package/dist/package/components/breadcrumbs.vue.d.ts +1 -1
  60. package/dist/package/components/bulk-action-bar-types.d.ts +11 -0
  61. package/dist/package/components/bulk-action-bar.vue.d.ts +36 -0
  62. package/dist/package/components/button-group.vue.d.ts +1 -1
  63. package/dist/package/components/button.vue.d.ts +1 -1
  64. package/dist/package/components/calendar.vue.d.ts +2 -2
  65. package/dist/package/components/carousel.vue.d.ts +2 -2
  66. package/dist/package/components/cascade-select-types.d.ts +8 -0
  67. package/dist/package/components/cascade-select.vue.d.ts +96 -0
  68. package/dist/package/components/chart.vue.d.ts +9 -1
  69. package/dist/package/components/checkbox.vue.d.ts +3 -3
  70. package/dist/package/components/chip.vue.d.ts +2 -2
  71. package/dist/package/components/code-editor-adapter.d.ts +56 -0
  72. package/dist/package/components/code-editor.vue.d.ts +85 -0
  73. package/dist/package/components/color-picker.vue.d.ts +2 -2
  74. package/dist/package/components/combobox.vue.d.ts +2 -2
  75. package/dist/package/components/command-palette.vue.d.ts +2 -2
  76. package/dist/package/components/comment-thread.vue.d.ts +72 -0
  77. package/dist/package/components/confirm-dialog.vue.d.ts +8 -8
  78. package/dist/package/components/confirm-popup.vue.d.ts +383 -0
  79. package/dist/package/components/context-menu.vue.d.ts +2 -2
  80. package/dist/package/components/data-table-toolbar-types.d.ts +6 -0
  81. package/dist/package/components/data-table-toolbar.vue.d.ts +62 -0
  82. package/dist/package/components/data-table.vue.d.ts +53 -8
  83. package/dist/package/components/data-view.vue.d.ts +3 -3
  84. package/dist/package/components/date-range-picker.vue.d.ts +4 -4
  85. package/dist/package/components/datepicker.vue.d.ts +3 -3
  86. package/dist/package/components/datetimepicker.vue.d.ts +3 -3
  87. package/dist/package/components/diff-viewer.vue.d.ts +45 -0
  88. package/dist/package/components/divider.vue.d.ts +1 -1
  89. package/dist/package/components/dock.vue.d.ts +256 -0
  90. package/dist/package/components/drawer.vue.d.ts +2 -2
  91. package/dist/package/components/dropdown.vue.d.ts +2 -2
  92. package/dist/package/components/dynamic-dialog.vue.d.ts +35 -0
  93. package/dist/package/components/empty-state.vue.d.ts +1 -1
  94. package/dist/package/components/fieldset.vue.d.ts +45 -0
  95. package/dist/package/components/file-manager.vue.d.ts +89 -0
  96. package/dist/package/components/file-upload.vue.d.ts +42 -2
  97. package/dist/package/components/filter-chips.vue.d.ts +2 -2
  98. package/dist/package/components/form-field.vue.d.ts +1 -1
  99. package/dist/package/components/form.vue.d.ts +1 -1
  100. package/dist/package/components/galleria.vue.d.ts +60 -0
  101. package/dist/package/components/icon.vue.d.ts +22 -0
  102. package/dist/package/components/image.vue.d.ts +49 -2
  103. package/dist/package/components/infinite-scroll.vue.d.ts +72 -0
  104. package/dist/package/components/inline-edit.vue.d.ts +3 -3
  105. package/dist/package/components/inline-message.vue.d.ts +40 -0
  106. package/dist/package/components/inline.vue.d.ts +1 -1
  107. package/dist/package/components/inplace.vue.d.ts +64 -0
  108. package/dist/package/components/input-group.vue.d.ts +1 -1
  109. package/dist/package/components/input.vue.d.ts +3 -3
  110. package/dist/package/components/json-viewer.vue.d.ts +57 -0
  111. package/dist/package/components/kanban-board.vue.d.ts +1 -1
  112. package/dist/package/components/knob.vue.d.ts +39 -0
  113. package/dist/package/components/kpi-stat-card.vue.d.ts +46 -0
  114. package/dist/package/components/link.vue.d.ts +1 -1
  115. package/dist/package/components/listbox.vue.d.ts +2 -2
  116. package/dist/package/components/masked-input.vue.d.ts +3 -3
  117. package/dist/package/components/mega-menu.vue.d.ts +17 -3
  118. package/dist/package/components/member-picker.vue.d.ts +89 -0
  119. package/dist/package/components/mention-input.vue.d.ts +3 -3
  120. package/dist/package/components/menu-bar.vue.d.ts +1 -1
  121. package/dist/package/components/message.vue.d.ts +42 -0
  122. package/dist/package/components/meter-group.vue.d.ts +46 -0
  123. package/dist/package/components/modal.vue.d.ts +1 -1
  124. package/dist/package/components/multi-select.vue.d.ts +2 -2
  125. package/dist/package/components/notification-center.vue.d.ts +2 -2
  126. package/dist/package/components/number-input.vue.d.ts +4 -4
  127. package/dist/package/components/order-list.vue.d.ts +43 -0
  128. package/dist/package/components/org-chart-node.vue.d.ts +40 -0
  129. package/dist/package/components/org-chart.vue.d.ts +72 -0
  130. package/dist/package/components/otp-input.vue.d.ts +3 -3
  131. package/dist/package/components/overlay-badge-utils.d.ts +23 -0
  132. package/dist/package/components/overlay-badge.vue.d.ts +39 -0
  133. package/dist/package/components/overlay-panel.vue.d.ts +6 -6
  134. package/dist/package/components/page-header.vue.d.ts +2 -2
  135. package/dist/package/components/pagination.vue.d.ts +3 -3
  136. package/dist/package/components/panel-menu.vue.d.ts +10 -1
  137. package/dist/package/components/panel.vue.d.ts +53 -0
  138. package/dist/package/components/password-input.vue.d.ts +3 -3
  139. package/dist/package/components/permission-matrix.vue.d.ts +48 -0
  140. package/dist/package/components/pick-list.vue.d.ts +57 -0
  141. package/dist/package/components/popover.vue.d.ts +1 -1
  142. package/dist/package/components/progress.vue.d.ts +1 -1
  143. package/dist/package/components/query-builder-group.vue.d.ts +37 -0
  144. package/dist/package/components/query-builder-types.d.ts +28 -0
  145. package/dist/package/components/query-builder.vue.d.ts +40 -0
  146. package/dist/package/components/radio-group.vue.d.ts +1 -1
  147. package/dist/package/components/rating.vue.d.ts +1 -1
  148. package/dist/package/components/rich-text-editor.vue.d.ts +10 -3
  149. package/dist/package/components/saved-views-manager-types.d.ts +8 -0
  150. package/dist/package/components/saved-views-manager.vue.d.ts +58 -0
  151. package/dist/package/components/scheduler.vue.d.ts +59 -0
  152. package/dist/package/components/scroll-panel.vue.d.ts +42 -0
  153. package/dist/package/components/scroll-top.vue.d.ts +52 -0
  154. package/dist/package/components/search-input.vue.d.ts +3 -3
  155. package/dist/package/components/segmented-control.vue.d.ts +2 -2
  156. package/dist/package/components/select.vue.d.ts +20 -2
  157. package/dist/package/components/sidebar.vue.d.ts +76 -0
  158. package/dist/package/components/slider.vue.d.ts +3 -3
  159. package/dist/package/components/speed-dial.vue.d.ts +3 -3
  160. package/dist/package/components/spinner.vue.d.ts +1 -1
  161. package/dist/package/components/split-button.vue.d.ts +14 -14
  162. package/dist/package/components/splitter.vue.d.ts +4 -0
  163. package/dist/package/components/stack.vue.d.ts +1 -1
  164. package/dist/package/components/stepper.vue.d.ts +1 -1
  165. package/dist/package/components/switch.vue.d.ts +2 -2
  166. package/dist/package/components/tab-menu.vue.d.ts +33 -0
  167. package/dist/package/components/tabs.vue.d.ts +1 -1
  168. package/dist/package/components/tag-input.vue.d.ts +2 -2
  169. package/dist/package/components/terminal.vue.d.ts +88 -0
  170. package/dist/package/components/textarea.vue.d.ts +3 -3
  171. package/dist/package/components/tiered-menu.vue.d.ts +34 -0
  172. package/dist/package/components/timeline.vue.d.ts +1 -1
  173. package/dist/package/components/timepicker.vue.d.ts +3 -3
  174. package/dist/package/components/toast.vue.d.ts +1 -1
  175. package/dist/package/components/toolbar.vue.d.ts +40 -0
  176. package/dist/package/components/tooltip.vue.d.ts +1 -1
  177. package/dist/package/components/tour.vue.d.ts +3 -3
  178. package/dist/package/components/tree-select.vue.d.ts +3 -3
  179. package/dist/package/components/tree-table.vue.d.ts +35 -7
  180. package/dist/package/components/tree.vue.d.ts +5 -4
  181. package/dist/package/components/virtual-scroller.vue.d.ts +2 -2
  182. package/dist/package/components/wizard.vue.d.ts +1 -1
  183. package/dist/package/config/theme-core.d.ts +974 -4
  184. package/dist/package/directives/overlay-badge.d.ts +3 -0
  185. package/dist/package/services/__tests__/dynamic-dialog-service.test.d.ts +1 -0
  186. package/dist/package/services/dynamic-dialog-service.d.ts +41 -0
  187. package/dist/package/themes/default/components/activity-feed.d.ts +35 -0
  188. package/dist/package/themes/default/components/advanced-filter-panel.d.ts +19 -0
  189. package/dist/package/themes/default/components/audit-log-viewer.d.ts +20 -0
  190. package/dist/package/themes/default/components/autocomplete.d.ts +10 -0
  191. package/dist/package/themes/default/components/block-ui.d.ts +11 -0
  192. package/dist/package/themes/default/components/bottom-sheet.d.ts +32 -0
  193. package/dist/package/themes/default/components/bulk-action-bar.d.ts +19 -0
  194. package/dist/package/themes/default/components/code-editor.d.ts +27 -0
  195. package/dist/package/themes/default/components/comment-thread.d.ts +24 -0
  196. package/dist/package/themes/default/components/confirm-popup.d.ts +11 -0
  197. package/dist/package/themes/default/components/data-table-toolbar.d.ts +21 -0
  198. package/dist/package/themes/default/components/diff-viewer.d.ts +34 -0
  199. package/dist/package/themes/default/components/dock.d.ts +18 -0
  200. package/dist/package/themes/default/components/fieldset.d.ts +22 -0
  201. package/dist/package/themes/default/components/file-manager.d.ts +55 -0
  202. package/dist/package/themes/default/components/galleria.d.ts +29 -0
  203. package/dist/package/themes/default/components/icon.d.ts +6 -0
  204. package/dist/package/themes/default/components/image.d.ts +10 -0
  205. package/dist/package/themes/default/components/infinite-scroll.d.ts +23 -0
  206. package/dist/package/themes/default/components/inline-message.d.ts +47 -0
  207. package/dist/package/themes/default/components/inplace.d.ts +18 -0
  208. package/dist/package/themes/default/components/json-viewer.d.ts +33 -0
  209. package/dist/package/themes/default/components/knob.d.ts +12 -0
  210. package/dist/package/themes/default/components/kpi-stat-card.d.ts +24 -0
  211. package/dist/package/themes/default/components/member-picker.d.ts +34 -0
  212. package/dist/package/themes/default/components/meter-group.d.ts +22 -0
  213. package/dist/package/themes/default/components/orderlist.d.ts +21 -0
  214. package/dist/package/themes/default/components/orgchart.d.ts +37 -0
  215. package/dist/package/themes/default/components/overlay-badge.d.ts +33 -0
  216. package/dist/package/themes/default/components/panel.d.ts +32 -0
  217. package/dist/package/themes/default/components/permission-matrix.d.ts +29 -0
  218. package/dist/package/themes/default/components/picklist.d.ts +21 -0
  219. package/dist/package/themes/default/components/query-builder.d.ts +26 -0
  220. package/dist/package/themes/default/components/saved-views-manager.d.ts +21 -0
  221. package/dist/package/themes/default/components/scheduler.d.ts +48 -0
  222. package/dist/package/themes/default/components/scrollpanel.d.ts +12 -0
  223. package/dist/package/themes/default/components/scrolltop.d.ts +15 -0
  224. package/dist/package/themes/default/components/tab-menu.d.ts +14 -0
  225. package/dist/package/themes/default/components/terminal.d.ts +29 -0
  226. package/dist/package/themes/default/components/toolbar.d.ts +11 -0
  227. package/dist/package/themes/default/index.d.ts +1110 -28
  228. package/package.json +7 -1
@@ -217,6 +217,68 @@ 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
+ };
220
282
  chart: {
221
283
  borderColor: string;
222
284
  borderRadius: string;
@@ -346,6 +408,23 @@ declare const _default: {
346
408
  buttonPadding: string;
347
409
  };
348
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
+ };
349
428
  image: {
350
429
  borderColor: string;
351
430
  borderRadius: string;
@@ -363,9 +442,24 @@ declare const _default: {
363
442
  closeBorderColor: string;
364
443
  closeBackgroundColor: string;
365
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;
366
455
  focusRingShadow: string;
367
456
  disabledOpacity: string;
368
457
  };
458
+ icon: {
459
+ size: string;
460
+ color: string;
461
+ spinDuration: string;
462
+ };
369
463
  searchInput: {
370
464
  gap: string;
371
465
  fontSize: string;
@@ -749,6 +843,90 @@ declare const _default: {
749
843
  labelPadding: string;
750
844
  labelFontSize: string;
751
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
+ };
752
930
  pageHeader: {
753
931
  gap: string;
754
932
  contentGap: string;
@@ -798,6 +976,27 @@ declare const _default: {
798
976
  marginLeft: string;
799
977
  };
800
978
  };
979
+ tieredMenu: {
980
+ iconGap: string;
981
+ submenuOffset: string;
982
+ separatorThickness: string;
983
+ separatorHeight: string;
984
+ separatorColor: string;
985
+ link: {
986
+ hoverColor: string;
987
+ activeColor: string;
988
+ };
989
+ parent: {
990
+ hoverColor: string;
991
+ activeColor: string;
992
+ };
993
+ item: {
994
+ marginTop: string;
995
+ marginRight: string;
996
+ marginBottom: string;
997
+ marginLeft: string;
998
+ };
999
+ };
801
1000
  menubar: {
802
1001
  borderColor: string;
803
1002
  borderRadius: string;
@@ -870,6 +1069,34 @@ declare const _default: {
870
1069
  closeFontSize: string;
871
1070
  closeHoverBackgroundColor: string;
872
1071
  };
1072
+ dynamicDialog: {
1073
+ width: string;
1074
+ maxWidth: string;
1075
+ maxHeight: string;
1076
+ widthSm: string;
1077
+ maxWidthSm: string;
1078
+ widthLg: string;
1079
+ maxWidthLg: string;
1080
+ padding: string;
1081
+ borderRadius: string;
1082
+ backgroundColor: string;
1083
+ textColor: string;
1084
+ overlayBackgroundColor: string;
1085
+ shadow: string;
1086
+ zIndex: string;
1087
+ headerGap: string;
1088
+ bodyGap: string;
1089
+ footerGap: string;
1090
+ titleFontSize: string;
1091
+ titleLineHeight: string;
1092
+ titleFontWeight: string;
1093
+ closeSize: string;
1094
+ closeRadius: string;
1095
+ closeOffset: string;
1096
+ closeColor: string;
1097
+ closeFontSize: string;
1098
+ closeHoverBackgroundColor: string;
1099
+ };
873
1100
  confirmDialog: {
874
1101
  maxWidth: string;
875
1102
  messageColor: string;
@@ -877,6 +1104,16 @@ declare const _default: {
877
1104
  messageLineHeight: string;
878
1105
  actionsGap: string;
879
1106
  };
1107
+ confirmPopup: {
1108
+ bodyGap: string;
1109
+ titleFontSize: string;
1110
+ titleFontWeight: string;
1111
+ titleColor: string;
1112
+ messageColor: string;
1113
+ messageFontSize: string;
1114
+ messageLineHeight: string;
1115
+ actionsGap: string;
1116
+ };
880
1117
  drawer: {
881
1118
  width: string;
882
1119
  widthSm: string;
@@ -904,6 +1141,33 @@ declare const _default: {
904
1141
  closeFontSize: string;
905
1142
  closeHoverBackgroundColor: string;
906
1143
  };
1144
+ sidebar: {
1145
+ width: string;
1146
+ widthSm: string;
1147
+ widthLg: string;
1148
+ height: string;
1149
+ heightSm: string;
1150
+ heightLg: string;
1151
+ padding: string;
1152
+ borderRadius: string;
1153
+ backgroundColor: string;
1154
+ textColor: string;
1155
+ overlayBackgroundColor: string;
1156
+ shadow: string;
1157
+ zIndex: string;
1158
+ headerGap: string;
1159
+ bodyGap: string;
1160
+ footerGap: string;
1161
+ titleFontSize: string;
1162
+ titleLineHeight: string;
1163
+ titleFontWeight: string;
1164
+ closeSize: string;
1165
+ closeRadius: string;
1166
+ closeOffset: string;
1167
+ closeColor: string;
1168
+ closeFontSize: string;
1169
+ closeHoverBackgroundColor: string;
1170
+ };
907
1171
  popover: {
908
1172
  borderRadius: string;
909
1173
  borderColor: string;
@@ -1062,6 +1326,16 @@ declare const _default: {
1062
1326
  overlayBackgroundColor: string;
1063
1327
  zIndex: string;
1064
1328
  };
1329
+ blockui: {
1330
+ zIndex: string;
1331
+ gap: string;
1332
+ textColor: string;
1333
+ labelFontSize: string;
1334
+ labelFontWeight: string;
1335
+ overlayBackgroundColor: string;
1336
+ overlayDimBackgroundColor: string;
1337
+ blurSize: string;
1338
+ };
1065
1339
  kanbanBoard: {
1066
1340
  gap: string;
1067
1341
  columnMinWidth: string;
@@ -1167,6 +1441,16 @@ declare const _default: {
1167
1441
  emptyColor: string;
1168
1442
  loadingPadding: string;
1169
1443
  loadingColor: string;
1444
+ chipGap: string;
1445
+ chipPadding: string;
1446
+ chipRadius: string;
1447
+ chipBackgroundColor: string;
1448
+ chipTextColor: string;
1449
+ chipFontSize: string;
1450
+ groupLabelPadding: string;
1451
+ groupLabelColor: string;
1452
+ groupLabelFontSize: string;
1453
+ groupLabelFontWeight: string;
1170
1454
  small: {
1171
1455
  padding: string;
1172
1456
  fontSize: string;
@@ -1296,6 +1580,46 @@ declare const _default: {
1296
1580
  fontSize: string;
1297
1581
  };
1298
1582
  };
1583
+ picklist: {
1584
+ gap: string;
1585
+ borderColor: string;
1586
+ borderRadius: string;
1587
+ backgroundColor: string;
1588
+ headerColor: string;
1589
+ listPadding: string;
1590
+ listMinHeight: string;
1591
+ itemPadding: string;
1592
+ itemRadius: string;
1593
+ itemHoverBackgroundColor: string;
1594
+ itemSelectedBackgroundColor: string;
1595
+ itemSelectedColor: string;
1596
+ focusRingColor: string;
1597
+ buttonBorderColor: string;
1598
+ buttonRadius: string;
1599
+ buttonBackgroundColor: string;
1600
+ buttonColor: string;
1601
+ disabledOpacity: string;
1602
+ };
1603
+ orderlist: {
1604
+ gap: string;
1605
+ borderColor: string;
1606
+ borderRadius: string;
1607
+ backgroundColor: string;
1608
+ headerColor: string;
1609
+ listPadding: string;
1610
+ listMinHeight: string;
1611
+ itemPadding: string;
1612
+ itemRadius: string;
1613
+ itemHoverBackgroundColor: string;
1614
+ itemSelectedBackgroundColor: string;
1615
+ itemSelectedColor: string;
1616
+ focusRingColor: string;
1617
+ buttonBorderColor: string;
1618
+ buttonRadius: string;
1619
+ buttonBackgroundColor: string;
1620
+ buttonColor: string;
1621
+ disabledOpacity: string;
1622
+ };
1299
1623
  taginput: {
1300
1624
  minWidth: string;
1301
1625
  minHeight: string;
@@ -1352,7 +1676,7 @@ declare const _default: {
1352
1676
  chipFontSize: string;
1353
1677
  };
1354
1678
  };
1355
- datepicker: {
1679
+ cascadeSelect: {
1356
1680
  minWidth: string;
1357
1681
  fontSize: string;
1358
1682
  controlGap: string;
@@ -1366,19 +1690,59 @@ declare const _default: {
1366
1690
  focusBorderColor: string;
1367
1691
  hoverBorderColor: string;
1368
1692
  disabledOpacity: string;
1369
- panelWidth: string;
1370
1693
  panelBackgroundColor: string;
1371
1694
  panelBorderColor: string;
1372
1695
  panelPadding: string;
1696
+ panelMaxHeight: string;
1373
1697
  panelRadiusOffset: string;
1374
1698
  panelShadow: string;
1375
1699
  focusRingShadow: string;
1376
- headerGap: string;
1377
- headerPadding: string;
1378
- monthLabelFontSize: string;
1379
- monthLabelFontWeight: string;
1380
- navButtonSize: string;
1381
- navButtonRadius: string;
1700
+ searchPadding: string;
1701
+ searchBorderColor: string;
1702
+ searchBorderRadius: string;
1703
+ emptyPadding: string;
1704
+ emptyColor: string;
1705
+ loadingPadding: string;
1706
+ loadingColor: string;
1707
+ clearSize: string;
1708
+ clearRadius: string;
1709
+ clearHoverBackgroundColor: string;
1710
+ small: {
1711
+ padding: string;
1712
+ fontSize: string;
1713
+ };
1714
+ large: {
1715
+ padding: string;
1716
+ fontSize: string;
1717
+ };
1718
+ };
1719
+ datepicker: {
1720
+ minWidth: string;
1721
+ fontSize: string;
1722
+ controlGap: string;
1723
+ chevronSize: string;
1724
+ padding: string;
1725
+ borderRadius: string;
1726
+ borderColor: string;
1727
+ backgroundColor: string;
1728
+ textColor: string;
1729
+ placeholderColor: string;
1730
+ focusBorderColor: string;
1731
+ hoverBorderColor: string;
1732
+ disabledOpacity: string;
1733
+ panelWidth: string;
1734
+ panelBackgroundColor: string;
1735
+ panelBorderColor: string;
1736
+ panelPadding: string;
1737
+ panelRadiusOffset: string;
1738
+ panelShadow: string;
1739
+ focusRingShadow: string;
1740
+ headerGap: string;
1741
+ headerPadding: string;
1742
+ monthLabelFontSize: string;
1743
+ monthLabelFontWeight: string;
1744
+ navButtonSize: string;
1745
+ navButtonRadius: string;
1382
1746
  navButtonFontSize: string;
1383
1747
  weekdayColor: string;
1384
1748
  weekdayFontSize: string;
@@ -1708,6 +2072,19 @@ declare const _default: {
1708
2072
  panelTextColor: string;
1709
2073
  disabledOpacity: string;
1710
2074
  };
2075
+ tabMenu: {
2076
+ gap: string;
2077
+ borderWidth: string;
2078
+ borderColor: string;
2079
+ tabPadding: string;
2080
+ tabBorderRadius: string;
2081
+ tabTextColor: string;
2082
+ tabHoverTextColor: string;
2083
+ tabHoverBackgroundColor: string;
2084
+ tabActiveTextColor: string;
2085
+ tabActiveBorderColor: string;
2086
+ disabledOpacity: string;
2087
+ };
1711
2088
  accordion: {
1712
2089
  gap: string;
1713
2090
  borderRadius: string;
@@ -2003,6 +2380,45 @@ declare const _default: {
2003
2380
  textColor: string;
2004
2381
  };
2005
2382
  };
2383
+ message: {
2384
+ gap: string;
2385
+ padding: string;
2386
+ borderRadius: string;
2387
+ borderColor: string;
2388
+ backgroundColor: string;
2389
+ textColor: string;
2390
+ iconColor: string;
2391
+ fontSize: string;
2392
+ lineHeight: string;
2393
+ bodyGap: string;
2394
+ titleFontSize: string;
2395
+ titleFontWeight: string;
2396
+ actionsGap: string;
2397
+ closeSize: string;
2398
+ closeRadius: string;
2399
+ closeFontSize: string;
2400
+ closeHoverBackgroundColor: string;
2401
+ info: {
2402
+ backgroundColor: string;
2403
+ borderColor: string;
2404
+ textColor: string;
2405
+ };
2406
+ success: {
2407
+ backgroundColor: string;
2408
+ borderColor: string;
2409
+ textColor: string;
2410
+ };
2411
+ warn: {
2412
+ backgroundColor: string;
2413
+ borderColor: string;
2414
+ textColor: string;
2415
+ };
2416
+ danger: {
2417
+ backgroundColor: string;
2418
+ borderColor: string;
2419
+ textColor: string;
2420
+ };
2421
+ };
2006
2422
  emptyState: {
2007
2423
  gap: string;
2008
2424
  bodyGap: string;
@@ -2244,6 +2660,107 @@ declare const _default: {
2244
2660
  chipPadding: string;
2245
2661
  };
2246
2662
  };
2663
+ advancedFilterPanel: {
2664
+ gap: string;
2665
+ padding: string;
2666
+ borderColor: string;
2667
+ borderRadius: string;
2668
+ backgroundColor: string;
2669
+ textColor: string;
2670
+ secondaryTextColor: string;
2671
+ rowGap: string;
2672
+ labelFontSize: string;
2673
+ controlHeight: string;
2674
+ controlBorderColor: string;
2675
+ controlBorderRadius: string;
2676
+ controlBackgroundColor: string;
2677
+ focusBorderColor: string;
2678
+ focusRing: string;
2679
+ disabledOpacity: string;
2680
+ };
2681
+ queryBuilder: {
2682
+ fontSize: string;
2683
+ padding: string;
2684
+ borderColor: string;
2685
+ borderRadius: string;
2686
+ backgroundColor: string;
2687
+ textColor: string;
2688
+ secondaryTextColor: string;
2689
+ rowGap: string;
2690
+ nestedOffset: string;
2691
+ groupGap: string;
2692
+ groupPadding: string;
2693
+ groupBorderRadius: string;
2694
+ groupBorderColor: string;
2695
+ groupBackgroundColor: string;
2696
+ controlHeight: string;
2697
+ controlBorderRadius: string;
2698
+ controlBorderColor: string;
2699
+ controlBackgroundColor: string;
2700
+ controlFocusBorderColor: string;
2701
+ controlFocusRing: string;
2702
+ dangerTextColor: string;
2703
+ dangerBorderColor: string;
2704
+ disabledOpacity: string;
2705
+ };
2706
+ savedViewsManager: {
2707
+ gap: string;
2708
+ padding: string;
2709
+ borderColor: string;
2710
+ borderRadius: string;
2711
+ backgroundColor: string;
2712
+ textColor: string;
2713
+ secondaryTextColor: string;
2714
+ rowGap: string;
2715
+ labelFontSize: string;
2716
+ controlHeight: string;
2717
+ controlBorderColor: string;
2718
+ controlBorderRadius: string;
2719
+ controlBackgroundColor: string;
2720
+ focusBorderColor: string;
2721
+ focusRing: string;
2722
+ dangerTextColor: string;
2723
+ dangerBorderColor: string;
2724
+ disabledOpacity: string;
2725
+ };
2726
+ dataTableToolbar: {
2727
+ gap: string;
2728
+ padding: string;
2729
+ borderColor: string;
2730
+ borderRadius: string;
2731
+ backgroundColor: string;
2732
+ textColor: string;
2733
+ secondaryTextColor: string;
2734
+ rowGap: string;
2735
+ labelFontSize: string;
2736
+ controlHeight: string;
2737
+ controlBorderColor: string;
2738
+ controlBorderRadius: string;
2739
+ controlBackgroundColor: string;
2740
+ badgeBackgroundColor: string;
2741
+ badgeTextColor: string;
2742
+ focusBorderColor: string;
2743
+ focusRing: string;
2744
+ disabledOpacity: string;
2745
+ };
2746
+ bulkActionBar: {
2747
+ gap: string;
2748
+ padding: string;
2749
+ borderColor: string;
2750
+ borderRadius: string;
2751
+ backgroundColor: string;
2752
+ textColor: string;
2753
+ secondaryTextColor: string;
2754
+ rowGap: string;
2755
+ controlHeight: string;
2756
+ controlBorderColor: string;
2757
+ controlBorderRadius: string;
2758
+ controlBackgroundColor: string;
2759
+ secondaryBorderColor: string;
2760
+ focusBorderColor: string;
2761
+ focusRing: string;
2762
+ disabledOpacity: string;
2763
+ };
2247
2764
  avatar: {
2248
2765
  size: string;
2249
2766
  fontSize: string;
@@ -2307,6 +2824,31 @@ declare const _default: {
2307
2824
  labelFontSize: string;
2308
2825
  };
2309
2826
  };
2827
+ scrollpanel: {
2828
+ borderColor: string;
2829
+ borderRadius: string;
2830
+ backgroundColor: string;
2831
+ textColor: string;
2832
+ contentPadding: string;
2833
+ focusRingColor: string;
2834
+ scrollbarSize: string;
2835
+ scrollbarTrackColor: string;
2836
+ scrollbarThumbColor: string;
2837
+ };
2838
+ scrolltop: {
2839
+ size: string;
2840
+ padding: string;
2841
+ gap: string;
2842
+ borderRadius: string;
2843
+ borderColor: string;
2844
+ backgroundColor: string;
2845
+ textColor: string;
2846
+ hoverBackgroundColor: string;
2847
+ focusRingColor: string;
2848
+ iconSize: string;
2849
+ labelFontSize: string;
2850
+ disabledOpacity: string;
2851
+ };
2310
2852
  slider: {
2311
2853
  width: string;
2312
2854
  gap: string;
@@ -2499,30 +3041,534 @@ declare const _default: {
2499
3041
  descriptionFontSize: string;
2500
3042
  };
2501
3043
  };
2502
- rating: {
3044
+ activityFeed: {
2503
3045
  gap: string;
2504
- size: string;
2505
- color: string;
2506
- activeColor: string;
2507
- hoverColor: string;
2508
- focusRingShadow: string;
2509
- focusRadius: string;
3046
+ groupGap: string;
3047
+ groupTitleFontSize: string;
3048
+ groupTitleColor: string;
3049
+ groupTitleFontWeight: string;
3050
+ itemGap: string;
3051
+ itemPadding: string;
3052
+ itemBorderColor: string;
3053
+ itemBorderRadius: string;
3054
+ itemBackgroundColor: string;
3055
+ contentGap: string;
3056
+ avatarSize: string;
3057
+ avatarFontSize: string;
3058
+ avatarBackgroundColor: string;
3059
+ avatarTextColor: string;
3060
+ titleFontSize: string;
3061
+ titleColor: string;
3062
+ titleFontWeight: string;
3063
+ descriptionFontSize: string;
3064
+ descriptionColor: string;
3065
+ metaGap: string;
3066
+ metaFontSize: string;
3067
+ metaColor: string;
3068
+ actorFontWeight: string;
3069
+ actionColor: string;
3070
+ actionFontSize: string;
3071
+ infoBorderColor: string;
3072
+ successBorderColor: string;
3073
+ warnBorderColor: string;
3074
+ dangerBorderColor: string;
3075
+ emptyPadding: string;
3076
+ emptyColor: string;
3077
+ };
3078
+ auditLogViewer: {
3079
+ borderColor: string;
3080
+ borderRadius: string;
3081
+ backgroundColor: string;
3082
+ textColor: string;
3083
+ dividerColor: string;
3084
+ headerBackgroundColor: string;
3085
+ fontSize: string;
3086
+ cellPadding: string;
3087
+ eventFontWeight: string;
3088
+ metaColor: string;
3089
+ metaFontSize: string;
3090
+ actionColor: string;
3091
+ actionFontSize: string;
3092
+ detailsGap: string;
3093
+ sectionTitleFontSize: string;
3094
+ monoFontFamily: string;
3095
+ monoFontSize: string;
3096
+ };
3097
+ commentThread: {
3098
+ gap: string;
3099
+ itemGap: string;
3100
+ indentSize: string;
3101
+ borderColor: string;
3102
+ borderRadius: string;
3103
+ backgroundColor: string;
3104
+ padding: string;
3105
+ resolvedBackgroundColor: string;
3106
+ resolvedBorderColor: string;
3107
+ metaGap: string;
3108
+ authorFontWeight: string;
3109
+ metaColor: string;
3110
+ metaFontSize: string;
3111
+ actionsGap: string;
3112
+ actionColor: string;
3113
+ actionFontSize: string;
3114
+ replyMinHeight: string;
3115
+ replyBorderColor: string;
3116
+ replyBorderRadius: string;
3117
+ replyBackgroundColor: string;
2510
3118
  disabledOpacity: string;
2511
- small: {
2512
- size: string;
2513
- };
2514
- large: {
2515
- size: string;
2516
- };
2517
3119
  };
2518
- tree: {
3120
+ memberPicker: {
3121
+ controlMinHeight: string;
3122
+ borderColor: string;
3123
+ borderRadius: string;
3124
+ backgroundColor: string;
3125
+ textColor: string;
3126
+ padding: string;
2519
3127
  gap: string;
2520
- indent: string;
2521
- rowGap: string;
2522
- rowPadding: string;
2523
- rowPaddingInline: string;
2524
- rowBorderRadius: string;
2525
- rowBorderColor: string;
3128
+ focusBorderColor: string;
3129
+ focusRingShadow: string;
3130
+ disabledOpacity: string;
3131
+ chipGap: string;
3132
+ chipBackgroundColor: string;
3133
+ chipBorderColor: string;
3134
+ chipBorderRadius: string;
3135
+ chipFontSize: string;
3136
+ chipRemoveFontSize: string;
3137
+ zIndex: string;
3138
+ panelBorderColor: string;
3139
+ panelBorderRadius: string;
3140
+ panelBackgroundColor: string;
3141
+ panelShadow: string;
3142
+ panelMaxHeight: string;
3143
+ optionPadding: string;
3144
+ optionGap: string;
3145
+ optionHighlightBackgroundColor: string;
3146
+ optionSelectedBackgroundColor: string;
3147
+ optionTitleFontSize: string;
3148
+ optionTitleFontWeight: string;
3149
+ optionMetaFontSize: string;
3150
+ optionMetaColor: string;
3151
+ statePadding: string;
3152
+ };
3153
+ permissionMatrix: {
3154
+ borderColor: string;
3155
+ borderRadius: string;
3156
+ backgroundColor: string;
3157
+ textColor: string;
3158
+ dividerColor: string;
3159
+ headerBackgroundColor: string;
3160
+ stickyBackgroundColor: string;
3161
+ cellPadding: string;
3162
+ labelFontSize: string;
3163
+ labelFontWeight: string;
3164
+ descriptionFontSize: string;
3165
+ descriptionColor: string;
3166
+ toggleMinWidth: string;
3167
+ toggleBorderColor: string;
3168
+ toggleBorderRadius: string;
3169
+ togglePadding: string;
3170
+ toggleBackgroundColor: string;
3171
+ toggleTextColor: string;
3172
+ toggleFontSize: string;
3173
+ allowBorderColor: string;
3174
+ allowBackgroundColor: string;
3175
+ allowTextColor: string;
3176
+ denyBorderColor: string;
3177
+ denyBackgroundColor: string;
3178
+ denyTextColor: string;
3179
+ disabledOpacity: string;
3180
+ };
3181
+ kpiStatCard: {
3182
+ borderColor: string;
3183
+ borderRadius: string;
3184
+ backgroundColor: string;
3185
+ textColor: string;
3186
+ padding: string;
3187
+ gap: string;
3188
+ headerGap: string;
3189
+ titleFontSize: string;
3190
+ titleFontWeight: string;
3191
+ subtitleFontSize: string;
3192
+ subtitleColor: string;
3193
+ valueGap: string;
3194
+ valueFontSize: string;
3195
+ valueFontWeight: string;
3196
+ trendGap: string;
3197
+ trendFontSize: string;
3198
+ trendColor: string;
3199
+ upColor: string;
3200
+ downColor: string;
3201
+ captionFontSize: string;
3202
+ captionColor: string;
3203
+ };
3204
+ meterGroup: {
3205
+ gap: string;
3206
+ itemGap: string;
3207
+ itemBorderColor: string;
3208
+ itemBorderRadius: string;
3209
+ itemBackgroundColor: string;
3210
+ itemPadding: string;
3211
+ headerGap: string;
3212
+ labelFontSize: string;
3213
+ labelFontWeight: string;
3214
+ valueFontSize: string;
3215
+ valueColor: string;
3216
+ trackHeight: string;
3217
+ trackBorderRadius: string;
3218
+ trackBackgroundColor: string;
3219
+ barColor: string;
3220
+ warnBarColor: string;
3221
+ dangerBarColor: string;
3222
+ descriptionFontSize: string;
3223
+ descriptionColor: string;
3224
+ };
3225
+ inlineMessage: {
3226
+ gap: string;
3227
+ paddingX: string;
3228
+ paddingY: string;
3229
+ borderRadius: string;
3230
+ borderColor: string;
3231
+ backgroundColor: string;
3232
+ textColor: string;
3233
+ iconColor: string;
3234
+ iconSize: string;
3235
+ fontSize: string;
3236
+ lineHeight: string;
3237
+ bodyGap: string;
3238
+ titleFontSize: string;
3239
+ titleFontWeight: string;
3240
+ info: {
3241
+ backgroundColor: string;
3242
+ borderColor: string;
3243
+ textColor: string;
3244
+ };
3245
+ success: {
3246
+ backgroundColor: string;
3247
+ borderColor: string;
3248
+ textColor: string;
3249
+ };
3250
+ warn: {
3251
+ backgroundColor: string;
3252
+ borderColor: string;
3253
+ textColor: string;
3254
+ };
3255
+ danger: {
3256
+ backgroundColor: string;
3257
+ borderColor: string;
3258
+ textColor: string;
3259
+ };
3260
+ small: {
3261
+ fontSize: string;
3262
+ paddingX: string;
3263
+ paddingY: string;
3264
+ };
3265
+ large: {
3266
+ fontSize: string;
3267
+ paddingX: string;
3268
+ paddingY: string;
3269
+ };
3270
+ };
3271
+ overlayBadge: {
3272
+ minSize: string;
3273
+ dotSize: string;
3274
+ paddingX: string;
3275
+ borderRadius: string;
3276
+ borderColor: string;
3277
+ backgroundColor: string;
3278
+ textColor: string;
3279
+ fontSize: string;
3280
+ fontWeight: string;
3281
+ lineHeight: string;
3282
+ zIndex: string;
3283
+ topOffset: string;
3284
+ rightOffset: string;
3285
+ bottomOffset: string;
3286
+ leftOffset: string;
3287
+ neutralBackgroundColor: string;
3288
+ neutralTextColor: string;
3289
+ neutralBorderColor: string;
3290
+ infoBackgroundColor: string;
3291
+ infoTextColor: string;
3292
+ infoBorderColor: string;
3293
+ successBackgroundColor: string;
3294
+ successTextColor: string;
3295
+ successBorderColor: string;
3296
+ warnBackgroundColor: string;
3297
+ warnTextColor: string;
3298
+ warnBorderColor: string;
3299
+ dangerBackgroundColor: string;
3300
+ dangerTextColor: string;
3301
+ dangerBorderColor: string;
3302
+ };
3303
+ fileManager: {
3304
+ gap: string;
3305
+ toolbarGap: string;
3306
+ toolbarControlsGap: string;
3307
+ viewGap: string;
3308
+ controlBorderColor: string;
3309
+ controlBorderRadius: string;
3310
+ controlBackgroundColor: string;
3311
+ controlTextColor: string;
3312
+ controlFontSize: string;
3313
+ controlPadding: string;
3314
+ controlActiveBackgroundColor: string;
3315
+ controlActiveBorderColor: string;
3316
+ controlActiveTextColor: string;
3317
+ listGap: string;
3318
+ gridGap: string;
3319
+ gridMinWidth: string;
3320
+ itemGap: string;
3321
+ itemPadding: string;
3322
+ itemBorderColor: string;
3323
+ itemBorderRadius: string;
3324
+ itemBackgroundColor: string;
3325
+ itemTextColor: string;
3326
+ itemSelectedBorderColor: string;
3327
+ itemSelectedBackgroundColor: string;
3328
+ thumbSize: string;
3329
+ thumbRadius: string;
3330
+ thumbBorderColor: string;
3331
+ thumbBackgroundColor: string;
3332
+ thumbFontSize: string;
3333
+ thumbTextColor: string;
3334
+ nameFontSize: string;
3335
+ nameFontWeight: string;
3336
+ detailsGap: string;
3337
+ detailsFontSize: string;
3338
+ detailsColor: string;
3339
+ statePadding: string;
3340
+ stateBorderColor: string;
3341
+ stateBorderRadius: string;
3342
+ stateColor: string;
3343
+ previewZIndex: string;
3344
+ previewPadding: string;
3345
+ previewOverlayBackgroundColor: string;
3346
+ previewMaxWidth: string;
3347
+ previewMaxHeight: string;
3348
+ previewGap: string;
3349
+ previewBorderColor: string;
3350
+ previewBorderRadius: string;
3351
+ previewBackgroundColor: string;
3352
+ previewTextColor: string;
3353
+ previewDialogPadding: string;
3354
+ previewImageRadius: string;
3355
+ disabledOpacity: string;
3356
+ };
3357
+ jsonViewer: {
3358
+ gap: string;
3359
+ borderColor: string;
3360
+ borderRadius: string;
3361
+ backgroundColor: string;
3362
+ textColor: string;
3363
+ padding: string;
3364
+ fontFamily: string;
3365
+ fontSize: string;
3366
+ lineHeight: string;
3367
+ indentSize: string;
3368
+ toolbarGap: string;
3369
+ toolbarGroupGap: string;
3370
+ controlBorderColor: string;
3371
+ controlBorderRadius: string;
3372
+ controlBackgroundColor: string;
3373
+ controlTextColor: string;
3374
+ controlFontSize: string;
3375
+ controlPadding: string;
3376
+ toggleSize: string;
3377
+ rowGap: string;
3378
+ rowMinHeight: string;
3379
+ cellGap: string;
3380
+ keyColor: string;
3381
+ punctuationColor: string;
3382
+ metaColor: string;
3383
+ stringColor: string;
3384
+ numberColor: string;
3385
+ booleanColor: string;
3386
+ nullColor: string;
3387
+ emptyColor: string;
3388
+ };
3389
+ diffViewer: {
3390
+ gap: string;
3391
+ borderColor: string;
3392
+ borderRadius: string;
3393
+ backgroundColor: string;
3394
+ textColor: string;
3395
+ padding: string;
3396
+ fontFamily: string;
3397
+ fontSize: string;
3398
+ lineHeight: string;
3399
+ toolbarGap: string;
3400
+ toolbarGroupGap: string;
3401
+ controlBorderColor: string;
3402
+ controlBorderRadius: string;
3403
+ controlBackgroundColor: string;
3404
+ controlTextColor: string;
3405
+ controlFontSize: string;
3406
+ controlPadding: string;
3407
+ controlActiveBackgroundColor: string;
3408
+ controlActiveBorderColor: string;
3409
+ controlActiveTextColor: string;
3410
+ dividerColor: string;
3411
+ cellPadding: string;
3412
+ rowGap: string;
3413
+ cellGap: string;
3414
+ rowBorderRadius: string;
3415
+ lineColor: string;
3416
+ markerColor: string;
3417
+ addedBackgroundColor: string;
3418
+ removedBackgroundColor: string;
3419
+ changedBackgroundColor: string;
3420
+ emptyColor: string;
3421
+ };
3422
+ codeEditor: {
3423
+ gap: string;
3424
+ borderColor: string;
3425
+ borderRadius: string;
3426
+ backgroundColor: string;
3427
+ textColor: string;
3428
+ padding: string;
3429
+ headerGap: string;
3430
+ metaFontSize: string;
3431
+ metaColor: string;
3432
+ surfaceBorderColor: string;
3433
+ surfaceBorderRadius: string;
3434
+ surfaceBackgroundColor: string;
3435
+ minHeight: string;
3436
+ stateMinHeight: string;
3437
+ stateColor: string;
3438
+ stateFontSize: string;
3439
+ darkBorderColor: string;
3440
+ darkBackgroundColor: string;
3441
+ darkTextColor: string;
3442
+ darkSurfaceBorderColor: string;
3443
+ darkSurfaceBackgroundColor: string;
3444
+ darkMetaColor: string;
3445
+ darkStateColor: string;
3446
+ disabledOpacity: string;
3447
+ };
3448
+ scheduler: {
3449
+ gap: string;
3450
+ borderColor: string;
3451
+ borderRadius: string;
3452
+ backgroundColor: string;
3453
+ textColor: string;
3454
+ padding: string;
3455
+ titleFontSize: string;
3456
+ titleFontWeight: string;
3457
+ subtitleFontSize: string;
3458
+ subtitleColor: string;
3459
+ resourceWidth: string;
3460
+ minTimelineWidth: string;
3461
+ minGridWidth: string;
3462
+ gridGap: string;
3463
+ headBackgroundColor: string;
3464
+ headBorderRadius: string;
3465
+ headPadding: string;
3466
+ headFontSize: string;
3467
+ headFontWeight: string;
3468
+ dividerColor: string;
3469
+ slotMinWidth: string;
3470
+ slotLabelFontSize: string;
3471
+ slotLabelColor: string;
3472
+ rowBorderRadius: string;
3473
+ resourcePadding: string;
3474
+ resourceBackgroundColor: string;
3475
+ resourceFontSize: string;
3476
+ resourceFontWeight: string;
3477
+ resourceMetaFontSize: string;
3478
+ resourceMetaColor: string;
3479
+ trackBackgroundColor: string;
3480
+ trackPadding: string;
3481
+ trackGap: string;
3482
+ slotHeight: string;
3483
+ slotHoverBackgroundColor: string;
3484
+ eventHeight: string;
3485
+ eventBackgroundColor: string;
3486
+ eventTextColor: string;
3487
+ eventBorderColor: string;
3488
+ eventBorderRadius: string;
3489
+ eventPadding: string;
3490
+ eventFontSize: string;
3491
+ eventTitleFontWeight: string;
3492
+ eventTimeFontSize: string;
3493
+ eventSelectedOutlineColor: string;
3494
+ };
3495
+ bottomSheet: {
3496
+ zIndex: string;
3497
+ maxWidth: string;
3498
+ maxHeight: string;
3499
+ minHeightSm: string;
3500
+ minHeight: string;
3501
+ minHeightLg: string;
3502
+ borderRadius: string;
3503
+ backgroundColor: string;
3504
+ textColor: string;
3505
+ overlayBackgroundColor: string;
3506
+ shadow: string;
3507
+ safeAreaBottom: string;
3508
+ handleWidth: string;
3509
+ handleHeight: string;
3510
+ handleColor: string;
3511
+ handleMargin: string;
3512
+ headerGap: string;
3513
+ headerPadding: string;
3514
+ titleFontSize: string;
3515
+ titleLineHeight: string;
3516
+ titleFontWeight: string;
3517
+ closeSize: string;
3518
+ closeRadius: string;
3519
+ closeColor: string;
3520
+ closeFontSize: string;
3521
+ closeHoverBackgroundColor: string;
3522
+ bodyPadding: string;
3523
+ footerPadding: string;
3524
+ footerGap: string;
3525
+ };
3526
+ infiniteScroll: {
3527
+ gap: string;
3528
+ sentinelMinHeight: string;
3529
+ sentinelPadding: string;
3530
+ textColor: string;
3531
+ fontSize: string;
3532
+ loadingColor: string;
3533
+ errorColor: string;
3534
+ endColor: string;
3535
+ disabledOpacity: string;
3536
+ hintWidth: string;
3537
+ hintHeight: string;
3538
+ hintColor: string;
3539
+ retryBorderColor: string;
3540
+ retryRadius: string;
3541
+ retryBackgroundColor: string;
3542
+ retryTextColor: string;
3543
+ retryPadding: string;
3544
+ retryFontSize: string;
3545
+ retryHoverBackgroundColor: string;
3546
+ focusRingColor: string;
3547
+ };
3548
+ rating: {
3549
+ gap: string;
3550
+ size: string;
3551
+ color: string;
3552
+ activeColor: string;
3553
+ hoverColor: string;
3554
+ focusRingShadow: string;
3555
+ focusRadius: string;
3556
+ disabledOpacity: string;
3557
+ small: {
3558
+ size: string;
3559
+ };
3560
+ large: {
3561
+ size: string;
3562
+ };
3563
+ };
3564
+ tree: {
3565
+ gap: string;
3566
+ indent: string;
3567
+ rowGap: string;
3568
+ rowPadding: string;
3569
+ rowPaddingInline: string;
3570
+ rowBorderRadius: string;
3571
+ rowBorderColor: string;
2526
3572
  rowFontSize: string;
2527
3573
  rowTextColor: string;
2528
3574
  rowBackgroundColor: string;
@@ -2550,6 +3596,42 @@ declare const _default: {
2550
3596
  toggleSize: string;
2551
3597
  };
2552
3598
  };
3599
+ orgchart: {
3600
+ gap: string;
3601
+ childrenMarginTop: string;
3602
+ connectorColor: string;
3603
+ textColor: string;
3604
+ cardMinWidth: string;
3605
+ cardMaxWidth: string;
3606
+ cardGap: string;
3607
+ cardPadding: string;
3608
+ cardBorderColor: string;
3609
+ cardBorderRadius: string;
3610
+ cardBackgroundColor: string;
3611
+ cardTextColor: string;
3612
+ cardHoverBackgroundColor: string;
3613
+ cardSelectedBackgroundColor: string;
3614
+ cardSelectedColor: string;
3615
+ toggleSize: string;
3616
+ toggleRadius: string;
3617
+ toggleBorderColor: string;
3618
+ toggleBackgroundColor: string;
3619
+ toggleTextColor: string;
3620
+ focusRingColor: string;
3621
+ labelFontSize: string;
3622
+ labelFontWeight: string;
3623
+ titleFontSize: string;
3624
+ titleColor: string;
3625
+ disabledOpacity: string;
3626
+ small: {
3627
+ cardPadding: string;
3628
+ labelFontSize: string;
3629
+ };
3630
+ large: {
3631
+ cardPadding: string;
3632
+ labelFontSize: string;
3633
+ };
3634
+ };
2553
3635
  treeselect: {
2554
3636
  minWidth: string;
2555
3637
  fontSize: string;