@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,3 @@
1
+ import { Directive } from 'vue';
2
+ import { OverlayBadgeBinding } from '../components/overlay-badge-utils';
3
+ export declare const vOverlayBadge: Directive<HTMLElement, OverlayBadgeBinding>;
@@ -0,0 +1,41 @@
1
+ import { ComputedRef } from 'vue';
2
+ export interface DynamicDialogModalOptions {
3
+ size?: 'sm' | 'md' | 'lg';
4
+ closeOnOverlay?: boolean;
5
+ closeOnEsc?: boolean;
6
+ showClose?: boolean;
7
+ lockScroll?: boolean;
8
+ }
9
+ export type DynamicDialogListeners = Record<string, (...args: Array<unknown>) => void>;
10
+ export interface DynamicDialogOpenOptions<TPayload = unknown, TComponentProps extends Record<string, unknown> = Record<string, unknown>> {
11
+ title?: string;
12
+ message?: string;
13
+ component?: unknown;
14
+ componentProps?: TComponentProps;
15
+ listeners?: DynamicDialogListeners;
16
+ payload?: TPayload;
17
+ modal?: DynamicDialogModalOptions;
18
+ }
19
+ export interface DynamicDialogEntry<TPayload = unknown, TComponentProps extends Record<string, unknown> = Record<string, unknown>> {
20
+ id: string;
21
+ createdAt: number;
22
+ options: DynamicDialogOpenOptions<TPayload, TComponentProps>;
23
+ }
24
+ export interface DynamicDialogHandle<TResult = unknown> {
25
+ id: string;
26
+ promise: Promise<TResult | undefined>;
27
+ close: (result?: TResult) => boolean;
28
+ dismiss: () => boolean;
29
+ }
30
+ export interface DynamicDialogService {
31
+ dialogs: ReadonlyArray<DynamicDialogEntry>;
32
+ currentDialog: ComputedRef<DynamicDialogEntry | null>;
33
+ open: <TResult = unknown, TPayload = unknown, TComponentProps extends Record<string, unknown> = Record<string, unknown>>(options?: DynamicDialogOpenOptions<TPayload, TComponentProps>) => DynamicDialogHandle<TResult>;
34
+ close: <TResult = unknown>(id: string, result?: TResult) => boolean;
35
+ dismiss: (id: string) => boolean;
36
+ closeCurrent: <TResult = unknown>(result?: TResult) => boolean;
37
+ dismissCurrent: () => boolean;
38
+ clear: () => void;
39
+ }
40
+ export declare const createDynamicDialogService: () => DynamicDialogService;
41
+ export declare const dynamicDialogService: DynamicDialogService;
@@ -0,0 +1,35 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ groupGap: string;
4
+ groupTitleFontSize: string;
5
+ groupTitleColor: string;
6
+ groupTitleFontWeight: string;
7
+ itemGap: string;
8
+ itemPadding: string;
9
+ itemBorderColor: string;
10
+ itemBorderRadius: string;
11
+ itemBackgroundColor: string;
12
+ contentGap: string;
13
+ avatarSize: string;
14
+ avatarFontSize: string;
15
+ avatarBackgroundColor: string;
16
+ avatarTextColor: string;
17
+ titleFontSize: string;
18
+ titleColor: string;
19
+ titleFontWeight: string;
20
+ descriptionFontSize: string;
21
+ descriptionColor: string;
22
+ metaGap: string;
23
+ metaFontSize: string;
24
+ metaColor: string;
25
+ actorFontWeight: string;
26
+ actionColor: string;
27
+ actionFontSize: string;
28
+ infoBorderColor: string;
29
+ successBorderColor: string;
30
+ warnBorderColor: string;
31
+ dangerBorderColor: string;
32
+ emptyPadding: string;
33
+ emptyColor: string;
34
+ };
35
+ export default _default;
@@ -0,0 +1,19 @@
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
+ disabledOpacity: string;
18
+ };
19
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ borderColor: string;
3
+ borderRadius: string;
4
+ backgroundColor: string;
5
+ textColor: string;
6
+ dividerColor: string;
7
+ headerBackgroundColor: string;
8
+ fontSize: string;
9
+ cellPadding: string;
10
+ eventFontWeight: string;
11
+ metaColor: string;
12
+ metaFontSize: string;
13
+ actionColor: string;
14
+ actionFontSize: string;
15
+ detailsGap: string;
16
+ sectionTitleFontSize: string;
17
+ monoFontFamily: string;
18
+ monoFontSize: string;
19
+ };
20
+ export default _default;
@@ -29,6 +29,16 @@ declare const _default: {
29
29
  emptyColor: string;
30
30
  loadingPadding: string;
31
31
  loadingColor: string;
32
+ chipGap: string;
33
+ chipPadding: string;
34
+ chipRadius: string;
35
+ chipBackgroundColor: string;
36
+ chipTextColor: string;
37
+ chipFontSize: string;
38
+ groupLabelPadding: string;
39
+ groupLabelColor: string;
40
+ groupLabelFontSize: string;
41
+ groupLabelFontWeight: string;
32
42
  small: {
33
43
  padding: string;
34
44
  fontSize: string;
@@ -0,0 +1,11 @@
1
+ declare const _default: {
2
+ zIndex: string;
3
+ gap: string;
4
+ textColor: string;
5
+ labelFontSize: string;
6
+ labelFontWeight: string;
7
+ overlayBackgroundColor: string;
8
+ overlayDimBackgroundColor: string;
9
+ blurSize: string;
10
+ };
11
+ export default _default;
@@ -0,0 +1,32 @@
1
+ declare const _default: {
2
+ zIndex: string;
3
+ maxWidth: string;
4
+ maxHeight: string;
5
+ minHeightSm: string;
6
+ minHeight: string;
7
+ minHeightLg: string;
8
+ borderRadius: string;
9
+ backgroundColor: string;
10
+ textColor: string;
11
+ overlayBackgroundColor: string;
12
+ shadow: string;
13
+ safeAreaBottom: string;
14
+ handleWidth: string;
15
+ handleHeight: string;
16
+ handleColor: string;
17
+ handleMargin: string;
18
+ headerGap: string;
19
+ headerPadding: string;
20
+ titleFontSize: string;
21
+ titleLineHeight: string;
22
+ titleFontWeight: string;
23
+ closeSize: string;
24
+ closeRadius: string;
25
+ closeColor: string;
26
+ closeFontSize: string;
27
+ closeHoverBackgroundColor: string;
28
+ bodyPadding: string;
29
+ footerPadding: string;
30
+ footerGap: string;
31
+ };
32
+ export default _default;
@@ -0,0 +1,19 @@
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
+ controlHeight: string;
11
+ controlBorderColor: string;
12
+ controlBorderRadius: string;
13
+ controlBackgroundColor: string;
14
+ secondaryBorderColor: string;
15
+ focusBorderColor: string;
16
+ focusRing: string;
17
+ disabledOpacity: string;
18
+ };
19
+ export default _default;
@@ -0,0 +1,27 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ borderColor: string;
4
+ borderRadius: string;
5
+ backgroundColor: string;
6
+ textColor: string;
7
+ padding: string;
8
+ headerGap: string;
9
+ metaFontSize: string;
10
+ metaColor: string;
11
+ surfaceBorderColor: string;
12
+ surfaceBorderRadius: string;
13
+ surfaceBackgroundColor: string;
14
+ minHeight: string;
15
+ stateMinHeight: string;
16
+ stateColor: string;
17
+ stateFontSize: string;
18
+ darkBorderColor: string;
19
+ darkBackgroundColor: string;
20
+ darkTextColor: string;
21
+ darkSurfaceBorderColor: string;
22
+ darkSurfaceBackgroundColor: string;
23
+ darkMetaColor: string;
24
+ darkStateColor: string;
25
+ disabledOpacity: string;
26
+ };
27
+ export default _default;
@@ -0,0 +1,24 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ itemGap: string;
4
+ indentSize: string;
5
+ borderColor: string;
6
+ borderRadius: string;
7
+ backgroundColor: string;
8
+ padding: string;
9
+ resolvedBackgroundColor: string;
10
+ resolvedBorderColor: string;
11
+ metaGap: string;
12
+ authorFontWeight: string;
13
+ metaColor: string;
14
+ metaFontSize: string;
15
+ actionsGap: string;
16
+ actionColor: string;
17
+ actionFontSize: string;
18
+ replyMinHeight: string;
19
+ replyBorderColor: string;
20
+ replyBorderRadius: string;
21
+ replyBackgroundColor: string;
22
+ disabledOpacity: string;
23
+ };
24
+ export default _default;
@@ -0,0 +1,11 @@
1
+ declare const _default: {
2
+ bodyGap: string;
3
+ titleFontSize: string;
4
+ titleFontWeight: string;
5
+ titleColor: string;
6
+ messageColor: string;
7
+ messageFontSize: string;
8
+ messageLineHeight: string;
9
+ actionsGap: string;
10
+ };
11
+ 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
+ badgeBackgroundColor: string;
16
+ badgeTextColor: string;
17
+ focusBorderColor: string;
18
+ focusRing: string;
19
+ disabledOpacity: string;
20
+ };
21
+ export default _default;
@@ -0,0 +1,34 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ borderColor: string;
4
+ borderRadius: string;
5
+ backgroundColor: string;
6
+ textColor: string;
7
+ padding: string;
8
+ fontFamily: string;
9
+ fontSize: string;
10
+ lineHeight: string;
11
+ toolbarGap: string;
12
+ toolbarGroupGap: string;
13
+ controlBorderColor: string;
14
+ controlBorderRadius: string;
15
+ controlBackgroundColor: string;
16
+ controlTextColor: string;
17
+ controlFontSize: string;
18
+ controlPadding: string;
19
+ controlActiveBackgroundColor: string;
20
+ controlActiveBorderColor: string;
21
+ controlActiveTextColor: string;
22
+ dividerColor: string;
23
+ cellPadding: string;
24
+ rowGap: string;
25
+ cellGap: string;
26
+ rowBorderRadius: string;
27
+ lineColor: string;
28
+ markerColor: string;
29
+ addedBackgroundColor: string;
30
+ removedBackgroundColor: string;
31
+ changedBackgroundColor: string;
32
+ emptyColor: string;
33
+ };
34
+ export default _default;
@@ -0,0 +1,18 @@
1
+ declare const _default: {
2
+ borderColor: string;
3
+ borderRadius: string;
4
+ backgroundColor: string;
5
+ shadow: string;
6
+ padding: string;
7
+ gap: string;
8
+ itemSize: string;
9
+ itemBorderRadius: string;
10
+ itemColor: string;
11
+ itemHoverBackgroundColor: string;
12
+ itemActiveBackgroundColor: string;
13
+ itemActiveColor: string;
14
+ iconSize: string;
15
+ labelFontSize: string;
16
+ disabledOpacity: string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,22 @@
1
+ declare const _default: {
2
+ borderColor: string;
3
+ borderRadius: string;
4
+ backgroundColor: string;
5
+ textColor: string;
6
+ padding: string;
7
+ legendPadding: string;
8
+ legendFontSize: string;
9
+ legendFontWeight: string;
10
+ legendColor: string;
11
+ contentPadding: string;
12
+ headerGap: string;
13
+ actionsGap: string;
14
+ toggleSize: string;
15
+ toggleRadius: string;
16
+ toggleBorderColor: string;
17
+ toggleBackgroundColor: string;
18
+ toggleTextColor: string;
19
+ toggleHoverBackgroundColor: string;
20
+ disabledOpacity: string;
21
+ };
22
+ export default _default;
@@ -0,0 +1,55 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ toolbarGap: string;
4
+ toolbarControlsGap: string;
5
+ viewGap: string;
6
+ controlBorderColor: string;
7
+ controlBorderRadius: string;
8
+ controlBackgroundColor: string;
9
+ controlTextColor: string;
10
+ controlFontSize: string;
11
+ controlPadding: string;
12
+ controlActiveBackgroundColor: string;
13
+ controlActiveBorderColor: string;
14
+ controlActiveTextColor: string;
15
+ listGap: string;
16
+ gridGap: string;
17
+ gridMinWidth: string;
18
+ itemGap: string;
19
+ itemPadding: string;
20
+ itemBorderColor: string;
21
+ itemBorderRadius: string;
22
+ itemBackgroundColor: string;
23
+ itemTextColor: string;
24
+ itemSelectedBorderColor: string;
25
+ itemSelectedBackgroundColor: string;
26
+ thumbSize: string;
27
+ thumbRadius: string;
28
+ thumbBorderColor: string;
29
+ thumbBackgroundColor: string;
30
+ thumbFontSize: string;
31
+ thumbTextColor: string;
32
+ nameFontSize: string;
33
+ nameFontWeight: string;
34
+ detailsGap: string;
35
+ detailsFontSize: string;
36
+ detailsColor: string;
37
+ statePadding: string;
38
+ stateBorderColor: string;
39
+ stateBorderRadius: string;
40
+ stateColor: string;
41
+ previewZIndex: string;
42
+ previewPadding: string;
43
+ previewOverlayBackgroundColor: string;
44
+ previewMaxWidth: string;
45
+ previewMaxHeight: string;
46
+ previewGap: string;
47
+ previewBorderColor: string;
48
+ previewBorderRadius: string;
49
+ previewBackgroundColor: string;
50
+ previewTextColor: string;
51
+ previewDialogPadding: string;
52
+ previewImageRadius: string;
53
+ disabledOpacity: string;
54
+ };
55
+ export default _default;
@@ -0,0 +1,29 @@
1
+ declare const _default: {
2
+ borderColor: string;
3
+ borderRadius: string;
4
+ backgroundColor: string;
5
+ textColor: string;
6
+ padding: string;
7
+ stageGap: string;
8
+ maxHeight: string;
9
+ imageRadius: string;
10
+ imageBackgroundColor: string;
11
+ captionGap: string;
12
+ captionFontSize: string;
13
+ captionColor: string;
14
+ navSize: string;
15
+ navBorderColor: string;
16
+ navBackgroundColor: string;
17
+ navTextColor: string;
18
+ indicatorsGap: string;
19
+ indicatorColor: string;
20
+ indicatorActiveColor: string;
21
+ thumbnailsGap: string;
22
+ thumbnailsItemGap: string;
23
+ thumbnailSize: string;
24
+ thumbnailRadius: string;
25
+ thumbnailBorderColor: string;
26
+ thumbnailActiveBorderColor: string;
27
+ disabledOpacity: string;
28
+ };
29
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ size: string;
3
+ color: string;
4
+ spinDuration: string;
5
+ };
6
+ export default _default;
@@ -15,6 +15,16 @@ declare const _default: {
15
15
  closeBorderColor: string;
16
16
  closeBackgroundColor: string;
17
17
  closeTextColor: string;
18
+ toolbarOffset: string;
19
+ toolbarGap: string;
20
+ navOffset: string;
21
+ controlSize: string;
22
+ controlFontSize: string;
23
+ controlBorderColor: string;
24
+ controlBackgroundColor: string;
25
+ controlTextColor: string;
26
+ counterTextColor: string;
27
+ counterFontSize: string;
18
28
  focusRingShadow: string;
19
29
  disabledOpacity: string;
20
30
  };
@@ -0,0 +1,23 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ sentinelMinHeight: string;
4
+ sentinelPadding: string;
5
+ textColor: string;
6
+ fontSize: string;
7
+ loadingColor: string;
8
+ errorColor: string;
9
+ endColor: string;
10
+ disabledOpacity: string;
11
+ hintWidth: string;
12
+ hintHeight: string;
13
+ hintColor: string;
14
+ retryBorderColor: string;
15
+ retryRadius: string;
16
+ retryBackgroundColor: string;
17
+ retryTextColor: string;
18
+ retryPadding: string;
19
+ retryFontSize: string;
20
+ retryHoverBackgroundColor: string;
21
+ focusRingColor: string;
22
+ };
23
+ export default _default;
@@ -0,0 +1,47 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ paddingX: string;
4
+ paddingY: string;
5
+ borderRadius: string;
6
+ borderColor: string;
7
+ backgroundColor: string;
8
+ textColor: string;
9
+ iconColor: string;
10
+ iconSize: string;
11
+ fontSize: string;
12
+ lineHeight: string;
13
+ bodyGap: string;
14
+ titleFontSize: string;
15
+ titleFontWeight: string;
16
+ info: {
17
+ backgroundColor: string;
18
+ borderColor: string;
19
+ textColor: string;
20
+ };
21
+ success: {
22
+ backgroundColor: string;
23
+ borderColor: string;
24
+ textColor: string;
25
+ };
26
+ warn: {
27
+ backgroundColor: string;
28
+ borderColor: string;
29
+ textColor: string;
30
+ };
31
+ danger: {
32
+ backgroundColor: string;
33
+ borderColor: string;
34
+ textColor: string;
35
+ };
36
+ small: {
37
+ fontSize: string;
38
+ paddingX: string;
39
+ paddingY: string;
40
+ };
41
+ large: {
42
+ fontSize: string;
43
+ paddingX: string;
44
+ paddingY: string;
45
+ };
46
+ };
47
+ export default _default;
@@ -0,0 +1,18 @@
1
+ declare const _default: {
2
+ borderColor: string;
3
+ borderRadius: string;
4
+ backgroundColor: string;
5
+ textColor: string;
6
+ padding: string;
7
+ contentPadding: string;
8
+ actionsGap: string;
9
+ buttonPadding: string;
10
+ buttonRadius: string;
11
+ buttonBorderColor: string;
12
+ buttonBackgroundColor: string;
13
+ buttonTextColor: string;
14
+ buttonHoverBackgroundColor: string;
15
+ focusRingShadow: string;
16
+ disabledOpacity: string;
17
+ };
18
+ export default _default;
@@ -0,0 +1,33 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ borderColor: string;
4
+ borderRadius: string;
5
+ backgroundColor: string;
6
+ textColor: string;
7
+ padding: string;
8
+ fontFamily: string;
9
+ fontSize: string;
10
+ lineHeight: string;
11
+ indentSize: string;
12
+ toolbarGap: string;
13
+ toolbarGroupGap: string;
14
+ controlBorderColor: string;
15
+ controlBorderRadius: string;
16
+ controlBackgroundColor: string;
17
+ controlTextColor: string;
18
+ controlFontSize: string;
19
+ controlPadding: string;
20
+ toggleSize: string;
21
+ rowGap: string;
22
+ rowMinHeight: string;
23
+ cellGap: string;
24
+ keyColor: string;
25
+ punctuationColor: string;
26
+ metaColor: string;
27
+ stringColor: string;
28
+ numberColor: string;
29
+ booleanColor: string;
30
+ nullColor: string;
31
+ emptyColor: string;
32
+ };
33
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: {
2
+ trackColor: string;
3
+ fillColor: string;
4
+ thumbColor: string;
5
+ thumbBorderColor: string;
6
+ valueFontSize: string;
7
+ valueColor: string;
8
+ textColor: string;
9
+ focusRingShadow: string;
10
+ disabledOpacity: string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,24 @@
1
+ declare const _default: {
2
+ borderColor: string;
3
+ borderRadius: string;
4
+ backgroundColor: string;
5
+ textColor: string;
6
+ padding: string;
7
+ gap: string;
8
+ headerGap: string;
9
+ titleFontSize: string;
10
+ titleFontWeight: string;
11
+ subtitleFontSize: string;
12
+ subtitleColor: string;
13
+ valueGap: string;
14
+ valueFontSize: string;
15
+ valueFontWeight: string;
16
+ trendGap: string;
17
+ trendFontSize: string;
18
+ trendColor: string;
19
+ upColor: string;
20
+ downColor: string;
21
+ captionFontSize: string;
22
+ captionColor: string;
23
+ };
24
+ export default _default;