@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.
- package/dist/index.css +1 -1
- package/dist/index.d.ts +66 -0
- package/dist/index.ts.mjs +16733 -8783
- package/dist/index.ts.umd.js +19 -13
- package/dist/package/components/__tests__/activity-feed.test.d.ts +1 -0
- package/dist/package/components/__tests__/advanced-filter-panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/audit-log-viewer.test.d.ts +1 -0
- package/dist/package/components/__tests__/block-ui.test.d.ts +1 -0
- package/dist/package/components/__tests__/bottom-sheet.test.d.ts +1 -0
- package/dist/package/components/__tests__/bulk-action-bar.test.d.ts +1 -0
- package/dist/package/components/__tests__/cascade-select.test.d.ts +1 -0
- package/dist/package/components/__tests__/code-editor.test.d.ts +1 -0
- package/dist/package/components/__tests__/comment-thread.test.d.ts +1 -0
- package/dist/package/components/__tests__/confirm-popup.test.d.ts +1 -0
- package/dist/package/components/__tests__/data-table-toolbar.test.d.ts +1 -0
- package/dist/package/components/__tests__/diff-viewer.test.d.ts +1 -0
- package/dist/package/components/__tests__/dock.test.d.ts +1 -0
- package/dist/package/components/__tests__/dynamic-dialog.test.d.ts +1 -0
- package/dist/package/components/__tests__/fieldset.test.d.ts +1 -0
- package/dist/package/components/__tests__/file-manager.test.d.ts +1 -0
- package/dist/package/components/__tests__/galleria.test.d.ts +1 -0
- package/dist/package/components/__tests__/headless-parity.test.d.ts +1 -0
- package/dist/package/components/__tests__/icon.test.d.ts +1 -0
- package/dist/package/components/__tests__/infinite-scroll.test.d.ts +1 -0
- package/dist/package/components/__tests__/inline-message.test.d.ts +1 -0
- package/dist/package/components/__tests__/inplace.test.d.ts +1 -0
- package/dist/package/components/__tests__/json-viewer.test.d.ts +1 -0
- package/dist/package/components/__tests__/knob.test.d.ts +1 -0
- package/dist/package/components/__tests__/kpi-stat-card.test.d.ts +1 -0
- package/dist/package/components/__tests__/member-picker.test.d.ts +1 -0
- package/dist/package/components/__tests__/message.test.d.ts +1 -0
- package/dist/package/components/__tests__/meter-group.test.d.ts +1 -0
- package/dist/package/components/__tests__/order-list.test.d.ts +1 -0
- package/dist/package/components/__tests__/org-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/overlay-badge.directive.test.d.ts +1 -0
- package/dist/package/components/__tests__/overlay-badge.test.d.ts +1 -0
- package/dist/package/components/__tests__/panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/permission-matrix.test.d.ts +1 -0
- package/dist/package/components/__tests__/pick-list.test.d.ts +1 -0
- package/dist/package/components/__tests__/query-builder.test.d.ts +1 -0
- package/dist/package/components/__tests__/saved-views-manager.test.d.ts +1 -0
- package/dist/package/components/__tests__/scheduler.test.d.ts +1 -0
- package/dist/package/components/__tests__/scroll-panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/scroll-top.test.d.ts +1 -0
- package/dist/package/components/__tests__/sidebar.test.d.ts +1 -0
- package/dist/package/components/__tests__/tab-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/terminal.test.d.ts +1 -0
- package/dist/package/components/__tests__/tiered-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/toolbar.test.d.ts +1 -0
- package/dist/package/components/accordion.vue.d.ts +2 -2
- package/dist/package/components/activity-feed.vue.d.ts +77 -0
- package/dist/package/components/advanced-filter-panel-types.d.ts +30 -0
- package/dist/package/components/advanced-filter-panel.vue.d.ts +45 -0
- package/dist/package/components/audit-log-viewer.vue.d.ts +70 -0
- package/dist/package/components/autocomplete.vue.d.ts +37 -7
- package/dist/package/components/badge.vue.d.ts +1 -1
- package/dist/package/components/block-ui.vue.d.ts +45 -0
- package/dist/package/components/bottom-sheet.vue.d.ts +57 -0
- package/dist/package/components/breadcrumbs.vue.d.ts +1 -1
- package/dist/package/components/bulk-action-bar-types.d.ts +11 -0
- package/dist/package/components/bulk-action-bar.vue.d.ts +36 -0
- package/dist/package/components/button-group.vue.d.ts +1 -1
- package/dist/package/components/button.vue.d.ts +1 -1
- package/dist/package/components/calendar.vue.d.ts +2 -2
- package/dist/package/components/carousel.vue.d.ts +2 -2
- package/dist/package/components/cascade-select-types.d.ts +8 -0
- package/dist/package/components/cascade-select.vue.d.ts +96 -0
- package/dist/package/components/chart.vue.d.ts +9 -1
- package/dist/package/components/checkbox.vue.d.ts +3 -3
- package/dist/package/components/chip.vue.d.ts +2 -2
- package/dist/package/components/code-editor-adapter.d.ts +56 -0
- package/dist/package/components/code-editor.vue.d.ts +85 -0
- package/dist/package/components/color-picker.vue.d.ts +2 -2
- package/dist/package/components/combobox.vue.d.ts +2 -2
- package/dist/package/components/command-palette.vue.d.ts +2 -2
- package/dist/package/components/comment-thread.vue.d.ts +72 -0
- package/dist/package/components/confirm-dialog.vue.d.ts +8 -8
- package/dist/package/components/confirm-popup.vue.d.ts +383 -0
- package/dist/package/components/context-menu.vue.d.ts +2 -2
- package/dist/package/components/data-table-toolbar-types.d.ts +6 -0
- package/dist/package/components/data-table-toolbar.vue.d.ts +62 -0
- package/dist/package/components/data-table.vue.d.ts +53 -8
- package/dist/package/components/data-view.vue.d.ts +3 -3
- package/dist/package/components/date-range-picker.vue.d.ts +4 -4
- package/dist/package/components/datepicker.vue.d.ts +3 -3
- package/dist/package/components/datetimepicker.vue.d.ts +3 -3
- package/dist/package/components/diff-viewer.vue.d.ts +45 -0
- package/dist/package/components/divider.vue.d.ts +1 -1
- package/dist/package/components/dock.vue.d.ts +256 -0
- package/dist/package/components/drawer.vue.d.ts +2 -2
- package/dist/package/components/dropdown.vue.d.ts +2 -2
- package/dist/package/components/dynamic-dialog.vue.d.ts +35 -0
- package/dist/package/components/empty-state.vue.d.ts +1 -1
- package/dist/package/components/fieldset.vue.d.ts +45 -0
- package/dist/package/components/file-manager.vue.d.ts +89 -0
- package/dist/package/components/file-upload.vue.d.ts +42 -2
- package/dist/package/components/filter-chips.vue.d.ts +2 -2
- package/dist/package/components/form-field.vue.d.ts +1 -1
- package/dist/package/components/form.vue.d.ts +1 -1
- package/dist/package/components/galleria.vue.d.ts +60 -0
- package/dist/package/components/icon.vue.d.ts +22 -0
- package/dist/package/components/image.vue.d.ts +49 -2
- package/dist/package/components/infinite-scroll.vue.d.ts +72 -0
- package/dist/package/components/inline-edit.vue.d.ts +3 -3
- package/dist/package/components/inline-message.vue.d.ts +40 -0
- package/dist/package/components/inline.vue.d.ts +1 -1
- package/dist/package/components/inplace.vue.d.ts +64 -0
- package/dist/package/components/input-group.vue.d.ts +1 -1
- package/dist/package/components/input.vue.d.ts +3 -3
- package/dist/package/components/json-viewer.vue.d.ts +57 -0
- package/dist/package/components/kanban-board.vue.d.ts +1 -1
- package/dist/package/components/knob.vue.d.ts +39 -0
- package/dist/package/components/kpi-stat-card.vue.d.ts +46 -0
- package/dist/package/components/link.vue.d.ts +1 -1
- package/dist/package/components/listbox.vue.d.ts +2 -2
- package/dist/package/components/masked-input.vue.d.ts +3 -3
- package/dist/package/components/mega-menu.vue.d.ts +17 -3
- package/dist/package/components/member-picker.vue.d.ts +89 -0
- package/dist/package/components/mention-input.vue.d.ts +3 -3
- package/dist/package/components/menu-bar.vue.d.ts +1 -1
- package/dist/package/components/message.vue.d.ts +42 -0
- package/dist/package/components/meter-group.vue.d.ts +46 -0
- package/dist/package/components/modal.vue.d.ts +1 -1
- package/dist/package/components/multi-select.vue.d.ts +2 -2
- package/dist/package/components/notification-center.vue.d.ts +2 -2
- package/dist/package/components/number-input.vue.d.ts +4 -4
- package/dist/package/components/order-list.vue.d.ts +43 -0
- package/dist/package/components/org-chart-node.vue.d.ts +40 -0
- package/dist/package/components/org-chart.vue.d.ts +72 -0
- package/dist/package/components/otp-input.vue.d.ts +3 -3
- package/dist/package/components/overlay-badge-utils.d.ts +23 -0
- package/dist/package/components/overlay-badge.vue.d.ts +39 -0
- package/dist/package/components/overlay-panel.vue.d.ts +6 -6
- package/dist/package/components/page-header.vue.d.ts +2 -2
- package/dist/package/components/pagination.vue.d.ts +3 -3
- package/dist/package/components/panel-menu.vue.d.ts +10 -1
- package/dist/package/components/panel.vue.d.ts +53 -0
- package/dist/package/components/password-input.vue.d.ts +3 -3
- package/dist/package/components/permission-matrix.vue.d.ts +48 -0
- package/dist/package/components/pick-list.vue.d.ts +57 -0
- package/dist/package/components/popover.vue.d.ts +1 -1
- package/dist/package/components/progress.vue.d.ts +1 -1
- package/dist/package/components/query-builder-group.vue.d.ts +37 -0
- package/dist/package/components/query-builder-types.d.ts +28 -0
- package/dist/package/components/query-builder.vue.d.ts +40 -0
- package/dist/package/components/radio-group.vue.d.ts +1 -1
- package/dist/package/components/rating.vue.d.ts +1 -1
- package/dist/package/components/rich-text-editor.vue.d.ts +10 -3
- package/dist/package/components/saved-views-manager-types.d.ts +8 -0
- package/dist/package/components/saved-views-manager.vue.d.ts +58 -0
- package/dist/package/components/scheduler.vue.d.ts +59 -0
- package/dist/package/components/scroll-panel.vue.d.ts +42 -0
- package/dist/package/components/scroll-top.vue.d.ts +52 -0
- package/dist/package/components/search-input.vue.d.ts +3 -3
- package/dist/package/components/segmented-control.vue.d.ts +2 -2
- package/dist/package/components/select.vue.d.ts +20 -2
- package/dist/package/components/sidebar.vue.d.ts +76 -0
- package/dist/package/components/slider.vue.d.ts +3 -3
- package/dist/package/components/speed-dial.vue.d.ts +3 -3
- package/dist/package/components/spinner.vue.d.ts +1 -1
- package/dist/package/components/split-button.vue.d.ts +14 -14
- package/dist/package/components/splitter.vue.d.ts +4 -0
- package/dist/package/components/stack.vue.d.ts +1 -1
- package/dist/package/components/stepper.vue.d.ts +1 -1
- package/dist/package/components/switch.vue.d.ts +2 -2
- package/dist/package/components/tab-menu.vue.d.ts +33 -0
- package/dist/package/components/tabs.vue.d.ts +1 -1
- package/dist/package/components/tag-input.vue.d.ts +2 -2
- package/dist/package/components/terminal.vue.d.ts +88 -0
- package/dist/package/components/textarea.vue.d.ts +3 -3
- package/dist/package/components/tiered-menu.vue.d.ts +34 -0
- package/dist/package/components/timeline.vue.d.ts +1 -1
- package/dist/package/components/timepicker.vue.d.ts +3 -3
- package/dist/package/components/toast.vue.d.ts +1 -1
- package/dist/package/components/toolbar.vue.d.ts +40 -0
- package/dist/package/components/tooltip.vue.d.ts +1 -1
- package/dist/package/components/tour.vue.d.ts +3 -3
- package/dist/package/components/tree-select.vue.d.ts +3 -3
- package/dist/package/components/tree-table.vue.d.ts +35 -7
- package/dist/package/components/tree.vue.d.ts +5 -4
- package/dist/package/components/virtual-scroller.vue.d.ts +2 -2
- package/dist/package/components/wizard.vue.d.ts +1 -1
- package/dist/package/config/theme-core.d.ts +974 -4
- package/dist/package/directives/overlay-badge.d.ts +3 -0
- package/dist/package/services/__tests__/dynamic-dialog-service.test.d.ts +1 -0
- package/dist/package/services/dynamic-dialog-service.d.ts +41 -0
- package/dist/package/themes/default/components/activity-feed.d.ts +35 -0
- package/dist/package/themes/default/components/advanced-filter-panel.d.ts +19 -0
- package/dist/package/themes/default/components/audit-log-viewer.d.ts +20 -0
- package/dist/package/themes/default/components/autocomplete.d.ts +10 -0
- package/dist/package/themes/default/components/block-ui.d.ts +11 -0
- package/dist/package/themes/default/components/bottom-sheet.d.ts +32 -0
- package/dist/package/themes/default/components/bulk-action-bar.d.ts +19 -0
- package/dist/package/themes/default/components/code-editor.d.ts +27 -0
- package/dist/package/themes/default/components/comment-thread.d.ts +24 -0
- package/dist/package/themes/default/components/confirm-popup.d.ts +11 -0
- package/dist/package/themes/default/components/data-table-toolbar.d.ts +21 -0
- package/dist/package/themes/default/components/diff-viewer.d.ts +34 -0
- package/dist/package/themes/default/components/dock.d.ts +18 -0
- package/dist/package/themes/default/components/fieldset.d.ts +22 -0
- package/dist/package/themes/default/components/file-manager.d.ts +55 -0
- package/dist/package/themes/default/components/galleria.d.ts +29 -0
- package/dist/package/themes/default/components/icon.d.ts +6 -0
- package/dist/package/themes/default/components/image.d.ts +10 -0
- package/dist/package/themes/default/components/infinite-scroll.d.ts +23 -0
- package/dist/package/themes/default/components/inline-message.d.ts +47 -0
- package/dist/package/themes/default/components/inplace.d.ts +18 -0
- package/dist/package/themes/default/components/json-viewer.d.ts +33 -0
- package/dist/package/themes/default/components/knob.d.ts +12 -0
- package/dist/package/themes/default/components/kpi-stat-card.d.ts +24 -0
- package/dist/package/themes/default/components/member-picker.d.ts +34 -0
- package/dist/package/themes/default/components/meter-group.d.ts +22 -0
- package/dist/package/themes/default/components/orderlist.d.ts +21 -0
- package/dist/package/themes/default/components/orgchart.d.ts +37 -0
- package/dist/package/themes/default/components/overlay-badge.d.ts +33 -0
- package/dist/package/themes/default/components/panel.d.ts +32 -0
- package/dist/package/themes/default/components/permission-matrix.d.ts +29 -0
- package/dist/package/themes/default/components/picklist.d.ts +21 -0
- package/dist/package/themes/default/components/query-builder.d.ts +26 -0
- package/dist/package/themes/default/components/saved-views-manager.d.ts +21 -0
- package/dist/package/themes/default/components/scheduler.d.ts +48 -0
- package/dist/package/themes/default/components/scrollpanel.d.ts +12 -0
- package/dist/package/themes/default/components/scrolltop.d.ts +15 -0
- package/dist/package/themes/default/components/tab-menu.d.ts +14 -0
- package/dist/package/themes/default/components/terminal.d.ts +29 -0
- package/dist/package/themes/default/components/toolbar.d.ts +11 -0
- package/dist/package/themes/default/index.d.ts +1110 -28
- 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;
|