@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
@@ -0,0 +1,34 @@
1
+ declare const _default: {
2
+ controlMinHeight: string;
3
+ borderColor: string;
4
+ borderRadius: string;
5
+ backgroundColor: string;
6
+ textColor: string;
7
+ padding: string;
8
+ gap: string;
9
+ focusBorderColor: string;
10
+ focusRingShadow: string;
11
+ disabledOpacity: string;
12
+ chipGap: string;
13
+ chipBackgroundColor: string;
14
+ chipBorderColor: string;
15
+ chipBorderRadius: string;
16
+ chipFontSize: string;
17
+ chipRemoveFontSize: string;
18
+ zIndex: string;
19
+ panelBorderColor: string;
20
+ panelBorderRadius: string;
21
+ panelBackgroundColor: string;
22
+ panelShadow: string;
23
+ panelMaxHeight: string;
24
+ optionPadding: string;
25
+ optionGap: string;
26
+ optionHighlightBackgroundColor: string;
27
+ optionSelectedBackgroundColor: string;
28
+ optionTitleFontSize: string;
29
+ optionTitleFontWeight: string;
30
+ optionMetaFontSize: string;
31
+ optionMetaColor: string;
32
+ statePadding: string;
33
+ };
34
+ export default _default;
@@ -0,0 +1,22 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ itemGap: string;
4
+ itemBorderColor: string;
5
+ itemBorderRadius: string;
6
+ itemBackgroundColor: string;
7
+ itemPadding: string;
8
+ headerGap: string;
9
+ labelFontSize: string;
10
+ labelFontWeight: string;
11
+ valueFontSize: string;
12
+ valueColor: string;
13
+ trackHeight: string;
14
+ trackBorderRadius: string;
15
+ trackBackgroundColor: string;
16
+ barColor: string;
17
+ warnBarColor: string;
18
+ dangerBarColor: string;
19
+ descriptionFontSize: string;
20
+ descriptionColor: string;
21
+ };
22
+ export default _default;
@@ -0,0 +1,21 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ borderColor: string;
4
+ borderRadius: string;
5
+ backgroundColor: string;
6
+ headerColor: string;
7
+ listPadding: string;
8
+ listMinHeight: string;
9
+ itemPadding: string;
10
+ itemRadius: string;
11
+ itemHoverBackgroundColor: string;
12
+ itemSelectedBackgroundColor: string;
13
+ itemSelectedColor: string;
14
+ focusRingColor: string;
15
+ buttonBorderColor: string;
16
+ buttonRadius: string;
17
+ buttonBackgroundColor: string;
18
+ buttonColor: string;
19
+ disabledOpacity: string;
20
+ };
21
+ export default _default;
@@ -0,0 +1,37 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ childrenMarginTop: string;
4
+ connectorColor: string;
5
+ textColor: string;
6
+ cardMinWidth: string;
7
+ cardMaxWidth: string;
8
+ cardGap: string;
9
+ cardPadding: string;
10
+ cardBorderColor: string;
11
+ cardBorderRadius: string;
12
+ cardBackgroundColor: string;
13
+ cardTextColor: string;
14
+ cardHoverBackgroundColor: string;
15
+ cardSelectedBackgroundColor: string;
16
+ cardSelectedColor: string;
17
+ toggleSize: string;
18
+ toggleRadius: string;
19
+ toggleBorderColor: string;
20
+ toggleBackgroundColor: string;
21
+ toggleTextColor: string;
22
+ focusRingColor: string;
23
+ labelFontSize: string;
24
+ labelFontWeight: string;
25
+ titleFontSize: string;
26
+ titleColor: string;
27
+ disabledOpacity: string;
28
+ small: {
29
+ cardPadding: string;
30
+ labelFontSize: string;
31
+ };
32
+ large: {
33
+ cardPadding: string;
34
+ labelFontSize: string;
35
+ };
36
+ };
37
+ export default _default;
@@ -0,0 +1,33 @@
1
+ declare const _default: {
2
+ minSize: string;
3
+ dotSize: string;
4
+ paddingX: string;
5
+ borderRadius: string;
6
+ borderColor: string;
7
+ backgroundColor: string;
8
+ textColor: string;
9
+ fontSize: string;
10
+ fontWeight: string;
11
+ lineHeight: string;
12
+ zIndex: string;
13
+ topOffset: string;
14
+ rightOffset: string;
15
+ bottomOffset: string;
16
+ leftOffset: string;
17
+ neutralBackgroundColor: string;
18
+ neutralTextColor: string;
19
+ neutralBorderColor: string;
20
+ infoBackgroundColor: string;
21
+ infoTextColor: string;
22
+ infoBorderColor: string;
23
+ successBackgroundColor: string;
24
+ successTextColor: string;
25
+ successBorderColor: string;
26
+ warnBackgroundColor: string;
27
+ warnTextColor: string;
28
+ warnBorderColor: string;
29
+ dangerBackgroundColor: string;
30
+ dangerTextColor: string;
31
+ dangerBorderColor: string;
32
+ };
33
+ export default _default;
@@ -0,0 +1,32 @@
1
+ declare const _default: {
2
+ borderColor: string;
3
+ borderRadius: string;
4
+ backgroundColor: string;
5
+ textColor: string;
6
+ headerPadding: string;
7
+ bodyPadding: string;
8
+ footerPadding: string;
9
+ footerBorderColor: string;
10
+ headerGap: string;
11
+ titleFontSize: string;
12
+ titleFontWeight: string;
13
+ subtitleFontSize: string;
14
+ subtitleColor: string;
15
+ actionsGap: string;
16
+ toggleSize: string;
17
+ toggleRadius: string;
18
+ toggleBorderColor: string;
19
+ toggleBackgroundColor: string;
20
+ toggleTextColor: string;
21
+ toggleHoverBackgroundColor: string;
22
+ disabledOpacity: string;
23
+ small: {
24
+ padding: string;
25
+ titleFontSize: string;
26
+ };
27
+ large: {
28
+ padding: string;
29
+ titleFontSize: string;
30
+ };
31
+ };
32
+ export default _default;
@@ -0,0 +1,29 @@
1
+ declare const _default: {
2
+ borderColor: string;
3
+ borderRadius: string;
4
+ backgroundColor: string;
5
+ textColor: string;
6
+ dividerColor: string;
7
+ headerBackgroundColor: string;
8
+ stickyBackgroundColor: string;
9
+ cellPadding: string;
10
+ labelFontSize: string;
11
+ labelFontWeight: string;
12
+ descriptionFontSize: string;
13
+ descriptionColor: string;
14
+ toggleMinWidth: string;
15
+ toggleBorderColor: string;
16
+ toggleBorderRadius: string;
17
+ togglePadding: string;
18
+ toggleBackgroundColor: string;
19
+ toggleTextColor: string;
20
+ toggleFontSize: string;
21
+ allowBorderColor: string;
22
+ allowBackgroundColor: string;
23
+ allowTextColor: string;
24
+ denyBorderColor: string;
25
+ denyBackgroundColor: string;
26
+ denyTextColor: string;
27
+ disabledOpacity: string;
28
+ };
29
+ export default _default;
@@ -0,0 +1,21 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ borderColor: string;
4
+ borderRadius: string;
5
+ backgroundColor: string;
6
+ headerColor: string;
7
+ listPadding: string;
8
+ listMinHeight: string;
9
+ itemPadding: string;
10
+ itemRadius: string;
11
+ itemHoverBackgroundColor: string;
12
+ itemSelectedBackgroundColor: string;
13
+ itemSelectedColor: string;
14
+ focusRingColor: string;
15
+ buttonBorderColor: string;
16
+ buttonRadius: string;
17
+ buttonBackgroundColor: string;
18
+ buttonColor: string;
19
+ disabledOpacity: string;
20
+ };
21
+ export default _default;
@@ -0,0 +1,26 @@
1
+ declare const _default: {
2
+ fontSize: string;
3
+ padding: string;
4
+ borderColor: string;
5
+ borderRadius: string;
6
+ backgroundColor: string;
7
+ textColor: string;
8
+ secondaryTextColor: string;
9
+ rowGap: string;
10
+ nestedOffset: string;
11
+ groupGap: string;
12
+ groupPadding: string;
13
+ groupBorderRadius: string;
14
+ groupBorderColor: string;
15
+ groupBackgroundColor: string;
16
+ controlHeight: string;
17
+ controlBorderRadius: string;
18
+ controlBorderColor: string;
19
+ controlBackgroundColor: string;
20
+ controlFocusBorderColor: string;
21
+ controlFocusRing: string;
22
+ dangerTextColor: string;
23
+ dangerBorderColor: string;
24
+ disabledOpacity: string;
25
+ };
26
+ export default _default;
@@ -0,0 +1,21 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ padding: string;
4
+ borderColor: string;
5
+ borderRadius: string;
6
+ backgroundColor: string;
7
+ textColor: string;
8
+ secondaryTextColor: string;
9
+ rowGap: string;
10
+ labelFontSize: string;
11
+ controlHeight: string;
12
+ controlBorderColor: string;
13
+ controlBorderRadius: string;
14
+ controlBackgroundColor: string;
15
+ focusBorderColor: string;
16
+ focusRing: string;
17
+ dangerTextColor: string;
18
+ dangerBorderColor: string;
19
+ disabledOpacity: string;
20
+ };
21
+ export default _default;
@@ -0,0 +1,48 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ borderColor: string;
4
+ borderRadius: string;
5
+ backgroundColor: string;
6
+ textColor: string;
7
+ padding: string;
8
+ titleFontSize: string;
9
+ titleFontWeight: string;
10
+ subtitleFontSize: string;
11
+ subtitleColor: string;
12
+ resourceWidth: string;
13
+ minTimelineWidth: string;
14
+ minGridWidth: string;
15
+ gridGap: string;
16
+ headBackgroundColor: string;
17
+ headBorderRadius: string;
18
+ headPadding: string;
19
+ headFontSize: string;
20
+ headFontWeight: string;
21
+ dividerColor: string;
22
+ slotMinWidth: string;
23
+ slotLabelFontSize: string;
24
+ slotLabelColor: string;
25
+ rowBorderRadius: string;
26
+ resourcePadding: string;
27
+ resourceBackgroundColor: string;
28
+ resourceFontSize: string;
29
+ resourceFontWeight: string;
30
+ resourceMetaFontSize: string;
31
+ resourceMetaColor: string;
32
+ trackBackgroundColor: string;
33
+ trackPadding: string;
34
+ trackGap: string;
35
+ slotHeight: string;
36
+ slotHoverBackgroundColor: string;
37
+ eventHeight: string;
38
+ eventBackgroundColor: string;
39
+ eventTextColor: string;
40
+ eventBorderColor: string;
41
+ eventBorderRadius: string;
42
+ eventPadding: string;
43
+ eventFontSize: string;
44
+ eventTitleFontWeight: string;
45
+ eventTimeFontSize: string;
46
+ eventSelectedOutlineColor: string;
47
+ };
48
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: {
2
+ borderColor: string;
3
+ borderRadius: string;
4
+ backgroundColor: string;
5
+ textColor: string;
6
+ contentPadding: string;
7
+ focusRingColor: string;
8
+ scrollbarSize: string;
9
+ scrollbarTrackColor: string;
10
+ scrollbarThumbColor: string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,15 @@
1
+ declare const _default: {
2
+ size: string;
3
+ padding: string;
4
+ gap: string;
5
+ borderRadius: string;
6
+ borderColor: string;
7
+ backgroundColor: string;
8
+ textColor: string;
9
+ hoverBackgroundColor: string;
10
+ focusRingColor: string;
11
+ iconSize: string;
12
+ labelFontSize: string;
13
+ disabledOpacity: string;
14
+ };
15
+ export default _default;
@@ -0,0 +1,14 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ borderWidth: string;
4
+ borderColor: string;
5
+ tabPadding: string;
6
+ tabBorderRadius: string;
7
+ tabTextColor: string;
8
+ tabHoverTextColor: string;
9
+ tabHoverBackgroundColor: string;
10
+ tabActiveTextColor: string;
11
+ tabActiveBorderColor: string;
12
+ disabledOpacity: string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,29 @@
1
+ declare const _default: {
2
+ borderColor: string;
3
+ borderRadius: string;
4
+ backgroundColor: string;
5
+ textColor: string;
6
+ fontFamily: string;
7
+ fontSize: string;
8
+ toolbarPadding: string;
9
+ actionsGap: string;
10
+ actionBorderColor: string;
11
+ actionRadius: string;
12
+ actionBackgroundColor: string;
13
+ actionTextColor: string;
14
+ actionPadding: string;
15
+ dividerColor: string;
16
+ bodyPadding: string;
17
+ entryGap: string;
18
+ timeFontSize: string;
19
+ timeColor: string;
20
+ promptColor: string;
21
+ entryNeutralColor: string;
22
+ entryInfoColor: string;
23
+ entrySuccessColor: string;
24
+ entryWarnColor: string;
25
+ entryErrorColor: string;
26
+ emptyColor: string;
27
+ disabledOpacity: string;
28
+ };
29
+ export default _default;
@@ -0,0 +1,11 @@
1
+ declare const _default: {
2
+ padding: string;
3
+ densePadding: string;
4
+ borderColor: string;
5
+ borderRadius: string;
6
+ backgroundColor: string;
7
+ textColor: string;
8
+ sectionGap: string;
9
+ controlGap: string;
10
+ };
11
+ export default _default;