@codemonster-ru/vueforge 0.91.0 → 0.93.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/index.d.ts +43 -1
- package/dist/index.ts.mjs +12529 -7047
- package/dist/index.ts.umd.js +16 -13
- package/dist/package/components/__tests__/avatar.test.d.ts +1 -0
- package/dist/package/components/__tests__/badge.test.d.ts +1 -0
- package/dist/package/components/__tests__/block-ui.test.d.ts +1 -0
- package/dist/package/components/__tests__/button.test.d.ts +1 -0
- package/dist/package/components/__tests__/card.test.d.ts +1 -0
- package/dist/package/components/__tests__/carousel.test.d.ts +1 -0
- package/dist/package/components/__tests__/chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/checkbox.test.d.ts +1 -0
- package/dist/package/components/__tests__/data-view.test.d.ts +1 -0
- package/dist/package/components/__tests__/dock.test.d.ts +1 -0
- package/dist/package/components/__tests__/fieldset.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__/image.test.d.ts +1 -0
- package/dist/package/components/__tests__/inplace.test.d.ts +1 -0
- package/dist/package/components/__tests__/knob.test.d.ts +1 -0
- package/dist/package/components/__tests__/listbox.test.d.ts +1 -0
- package/dist/package/components/__tests__/mega-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/menu-bar.test.d.ts +1 -0
- package/dist/package/components/__tests__/message.test.d.ts +1 -0
- package/dist/package/components/__tests__/must-have-parity-a11y.test.d.ts +1 -0
- package/dist/package/components/__tests__/must-have-parity-responsive.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-panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/panel-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/pick-list.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__/speed-dial.test.d.ts +1 -0
- package/dist/package/components/__tests__/switch.test.d.ts +1 -0
- package/dist/package/components/__tests__/terminal.test.d.ts +1 -0
- package/dist/package/components/__tests__/toolbar.test.d.ts +1 -0
- package/dist/package/components/__tests__/tree-table.test.d.ts +1 -0
- package/dist/package/components/accordion.vue.d.ts +2 -2
- package/dist/package/components/autocomplete.vue.d.ts +38 -8
- package/dist/package/components/avatar.vue.d.ts +1 -1
- 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/breadcrumbs.vue.d.ts +1 -1
- 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 +83 -0
- package/dist/package/components/chart-adapter.d.ts +35 -0
- package/dist/package/components/chart.vue.d.ts +71 -0
- package/dist/package/components/checkbox.vue.d.ts +17 -1
- package/dist/package/components/chip.vue.d.ts +2 -2
- package/dist/package/components/color-picker.vue.d.ts +3 -2
- package/dist/package/components/combobox.vue.d.ts +3 -3
- package/dist/package/components/command-palette.vue.d.ts +3 -3
- package/dist/package/components/confirm-dialog.vue.d.ts +12 -12
- package/dist/package/components/context-menu.vue.d.ts +1 -1
- package/dist/package/components/data-table.vue.d.ts +47 -2
- package/dist/package/components/data-view.vue.d.ts +83 -0
- package/dist/package/components/date-range-picker.vue.d.ts +3 -3
- package/dist/package/components/datepicker.vue.d.ts +2 -2
- package/dist/package/components/datetimepicker.vue.d.ts +2 -2
- 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 +3 -3
- package/dist/package/components/dropdown.vue.d.ts +1 -1
- 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-upload.vue.d.ts +42 -2
- package/dist/package/components/filter-chips.vue.d.ts +3 -3
- 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 +108 -0
- package/dist/package/components/inline-edit.vue.d.ts +3 -3
- 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 +4 -0
- package/dist/package/components/input.vue.d.ts +4 -4
- 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/link.vue.d.ts +1 -1
- package/dist/package/components/listbox.vue.d.ts +81 -0
- package/dist/package/components/masked-input.vue.d.ts +4 -4
- package/dist/package/components/mega-menu.vue.d.ts +53 -0
- package/dist/package/components/mention-input.vue.d.ts +4 -4
- package/dist/package/components/menu-bar.vue.d.ts +27 -0
- package/dist/package/components/message.vue.d.ts +42 -0
- package/dist/package/components/modal.vue.d.ts +2 -2
- package/dist/package/components/multi-select.vue.d.ts +2 -2
- package/dist/package/components/notification-center.vue.d.ts +5 -5
- package/dist/package/components/number-input.vue.d.ts +5 -5
- 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 +4 -4
- package/dist/package/components/overlay-panel.vue.d.ts +374 -0
- 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-node.vue.d.ts +17 -0
- package/dist/package/components/panel-menu.vue.d.ts +40 -0
- package/dist/package/components/panel.vue.d.ts +53 -0
- package/dist/package/components/password-input.vue.d.ts +4 -4
- package/dist/package/components/pick-list.vue.d.ts +57 -0
- package/dist/package/components/popover.vue.d.ts +3 -3
- package/dist/package/components/progress.vue.d.ts +1 -1
- package/dist/package/components/radio-button.vue.d.ts +1 -1
- package/dist/package/components/radio-group.vue.d.ts +1 -1
- package/dist/package/components/rating.vue.d.ts +2 -2
- package/dist/package/components/rich-text-editor.vue.d.ts +10 -3
- 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 +4 -4
- package/dist/package/components/segmented-control.vue.d.ts +1 -1
- package/dist/package/components/select.vue.d.ts +20 -2
- package/dist/package/components/sidebar.vue.d.ts +76 -0
- package/dist/package/components/skeleton.vue.d.ts +12 -1
- package/dist/package/components/slider.vue.d.ts +2 -2
- package/dist/package/components/speed-dial.vue.d.ts +91 -0
- package/dist/package/components/spinner.vue.d.ts +1 -1
- package/dist/package/components/split-button.vue.d.ts +10 -8
- 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 +16 -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 +4 -4
- 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-container.vue.d.ts +2 -0
- package/dist/package/components/toast.vue.d.ts +1 -1
- package/dist/package/components/toolbar.vue.d.ts +40 -0
- package/dist/package/components/tour.vue.d.ts +2 -2
- package/dist/package/components/tree-select.vue.d.ts +4 -4
- package/dist/package/components/tree-table.vue.d.ts +127 -0
- package/dist/package/components/tree.vue.d.ts +4 -4
- package/dist/package/components/virtual-scroller.vue.d.ts +3 -3
- package/dist/package/config/index.d.ts +3 -0
- package/dist/package/config/pass-through.d.ts +6 -0
- package/dist/package/config/theme-core.d.ts +562 -0
- package/dist/package/services/__tests__/confirm-service.test.d.ts +1 -0
- package/dist/package/services/__tests__/dialog-service.test.d.ts +1 -0
- package/dist/package/services/confirm-service.d.ts +43 -0
- package/dist/package/services/dialog-service.d.ts +29 -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/carousel.d.ts +28 -0
- package/dist/package/themes/default/components/chart.d.ts +12 -0
- package/dist/package/themes/default/components/dataview.d.ts +27 -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/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 +31 -0
- package/dist/package/themes/default/components/inplace.d.ts +18 -0
- package/dist/package/themes/default/components/knob.d.ts +12 -0
- package/dist/package/themes/default/components/listbox.d.ts +32 -0
- package/dist/package/themes/default/components/megamenu.d.ts +27 -0
- package/dist/package/themes/default/components/menubar.d.ts +7 -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/panel.d.ts +32 -0
- package/dist/package/themes/default/components/panelmenu.d.ts +13 -0
- package/dist/package/themes/default/components/picklist.d.ts +21 -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/skeleton.d.ts +9 -0
- package/dist/package/themes/default/components/speeddial.d.ts +31 -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/components/treetable.d.ts +38 -0
- package/dist/package/themes/default/index.d.ts +607 -0
- package/package.json +7 -1
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ComputedRef } from 'vue';
|
|
2
|
+
export interface DialogServiceOpenOptions<TPayload = unknown> {
|
|
3
|
+
title?: string;
|
|
4
|
+
message?: string;
|
|
5
|
+
payload?: TPayload;
|
|
6
|
+
}
|
|
7
|
+
export interface DialogServiceEntry<TPayload = unknown> {
|
|
8
|
+
id: string;
|
|
9
|
+
createdAt: number;
|
|
10
|
+
options: DialogServiceOpenOptions<TPayload>;
|
|
11
|
+
}
|
|
12
|
+
export interface DialogServiceHandle<TResult = unknown> {
|
|
13
|
+
id: string;
|
|
14
|
+
promise: Promise<TResult | undefined>;
|
|
15
|
+
close: (result?: TResult) => boolean;
|
|
16
|
+
dismiss: () => boolean;
|
|
17
|
+
}
|
|
18
|
+
export interface DialogService {
|
|
19
|
+
dialogs: ReadonlyArray<DialogServiceEntry>;
|
|
20
|
+
currentDialog: ComputedRef<DialogServiceEntry | null>;
|
|
21
|
+
open: <TResult = unknown, TPayload = unknown>(options?: DialogServiceOpenOptions<TPayload>) => DialogServiceHandle<TResult>;
|
|
22
|
+
close: <TResult = unknown>(id: string, result?: TResult) => boolean;
|
|
23
|
+
dismiss: (id: string) => boolean;
|
|
24
|
+
closeCurrent: <TResult = unknown>(result?: TResult) => boolean;
|
|
25
|
+
dismissCurrent: () => boolean;
|
|
26
|
+
clear: () => void;
|
|
27
|
+
}
|
|
28
|
+
export declare const createDialogService: () => DialogService;
|
|
29
|
+
export declare const dialogService: DialogService;
|
|
@@ -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,28 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
gap: string;
|
|
3
|
+
borderColor: string;
|
|
4
|
+
borderRadius: string;
|
|
5
|
+
backgroundColor: string;
|
|
6
|
+
textColor: string;
|
|
7
|
+
slideMinHeight: string;
|
|
8
|
+
slidePadding: string;
|
|
9
|
+
transitionDuration: string;
|
|
10
|
+
transitionEasing: string;
|
|
11
|
+
arrowSize: string;
|
|
12
|
+
arrowSizeMobile: string;
|
|
13
|
+
arrowOffset: string;
|
|
14
|
+
arrowBorderColor: string;
|
|
15
|
+
arrowBorderRadius: string;
|
|
16
|
+
arrowBackgroundColor: string;
|
|
17
|
+
arrowTextColor: string;
|
|
18
|
+
indicatorsGap: string;
|
|
19
|
+
indicatorSize: string;
|
|
20
|
+
indicatorBorderColor: string;
|
|
21
|
+
indicatorBackgroundColor: string;
|
|
22
|
+
indicatorActiveBorderColor: string;
|
|
23
|
+
indicatorActiveBackgroundColor: string;
|
|
24
|
+
focusRingShadow: string;
|
|
25
|
+
focusBorderColor: string;
|
|
26
|
+
disabledOpacity: string;
|
|
27
|
+
};
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
borderColor: string;
|
|
3
|
+
borderRadius: string;
|
|
4
|
+
backgroundColor: string;
|
|
5
|
+
textColor: string;
|
|
6
|
+
padding: string;
|
|
7
|
+
minHeight: string;
|
|
8
|
+
stateMinHeight: string;
|
|
9
|
+
stateTextColor: string;
|
|
10
|
+
stateFontSize: string;
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
gap: string;
|
|
3
|
+
toolbarGap: string;
|
|
4
|
+
layoutGap: string;
|
|
5
|
+
controlBorderColor: string;
|
|
6
|
+
controlBorderRadius: string;
|
|
7
|
+
controlBackgroundColor: string;
|
|
8
|
+
controlTextColor: string;
|
|
9
|
+
controlPadding: string;
|
|
10
|
+
controlFontSize: string;
|
|
11
|
+
controlActiveBackgroundColor: string;
|
|
12
|
+
controlActiveBorderColor: string;
|
|
13
|
+
controlActiveTextColor: string;
|
|
14
|
+
listGap: string;
|
|
15
|
+
gridGap: string;
|
|
16
|
+
gridMinWidth: string;
|
|
17
|
+
itemBorderColor: string;
|
|
18
|
+
itemBorderRadius: string;
|
|
19
|
+
itemBackgroundColor: string;
|
|
20
|
+
itemTextColor: string;
|
|
21
|
+
itemPadding: string;
|
|
22
|
+
statePadding: string;
|
|
23
|
+
stateTextColor: string;
|
|
24
|
+
paginationGap: string;
|
|
25
|
+
disabledOpacity: string;
|
|
26
|
+
};
|
|
27
|
+
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,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,31 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
borderColor: string;
|
|
3
|
+
borderRadius: string;
|
|
4
|
+
backgroundColor: string;
|
|
5
|
+
overlayZIndex: string;
|
|
6
|
+
overlayPadding: string;
|
|
7
|
+
overlayBackgroundColor: string;
|
|
8
|
+
previewMaxWidth: string;
|
|
9
|
+
previewMaxHeight: string;
|
|
10
|
+
previewBorderRadius: string;
|
|
11
|
+
previewBackgroundColor: string;
|
|
12
|
+
previewShadow: string;
|
|
13
|
+
closeOffset: string;
|
|
14
|
+
closeSize: string;
|
|
15
|
+
closeBorderColor: string;
|
|
16
|
+
closeBackgroundColor: string;
|
|
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;
|
|
28
|
+
focusRingShadow: string;
|
|
29
|
+
disabledOpacity: string;
|
|
30
|
+
};
|
|
31
|
+
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,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,32 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
borderColor: string;
|
|
3
|
+
borderRadius: string;
|
|
4
|
+
backgroundColor: string;
|
|
5
|
+
textColor: string;
|
|
6
|
+
padding: string;
|
|
7
|
+
minHeight: string;
|
|
8
|
+
maxHeight: string;
|
|
9
|
+
focusRingShadow: string;
|
|
10
|
+
focusBorderColor: string;
|
|
11
|
+
groupGapTop: string;
|
|
12
|
+
groupLabelPadding: string;
|
|
13
|
+
groupLabelColor: string;
|
|
14
|
+
groupLabelFontSize: string;
|
|
15
|
+
optionPadding: string;
|
|
16
|
+
optionBorderRadius: string;
|
|
17
|
+
optionHighlightedBackgroundColor: string;
|
|
18
|
+
optionSelectedBackgroundColor: string;
|
|
19
|
+
optionSelectedTextColor: string;
|
|
20
|
+
emptyPadding: string;
|
|
21
|
+
emptyColor: string;
|
|
22
|
+
disabledOpacity: string;
|
|
23
|
+
small: {
|
|
24
|
+
optionPadding: string;
|
|
25
|
+
fontSize: string;
|
|
26
|
+
};
|
|
27
|
+
large: {
|
|
28
|
+
optionPadding: string;
|
|
29
|
+
fontSize: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
borderColor: string;
|
|
3
|
+
borderRadius: string;
|
|
4
|
+
backgroundColor: string;
|
|
5
|
+
padding: string;
|
|
6
|
+
rootGap: string;
|
|
7
|
+
triggerTextColor: string;
|
|
8
|
+
triggerPadding: string;
|
|
9
|
+
triggerBorderRadius: string;
|
|
10
|
+
triggerActiveBackgroundColor: string;
|
|
11
|
+
panelOffset: string;
|
|
12
|
+
zIndex: string;
|
|
13
|
+
panelMinWidth: string;
|
|
14
|
+
panelBorderColor: string;
|
|
15
|
+
panelBorderRadius: string;
|
|
16
|
+
panelBackgroundColor: string;
|
|
17
|
+
panelShadow: string;
|
|
18
|
+
panelPadding: string;
|
|
19
|
+
columnsGap: string;
|
|
20
|
+
sectionTitleGap: string;
|
|
21
|
+
sectionTitleFontSize: string;
|
|
22
|
+
sectionTitleColor: string;
|
|
23
|
+
linkGap: string;
|
|
24
|
+
linkColor: string;
|
|
25
|
+
linkHoverColor: string;
|
|
26
|
+
};
|
|
27
|
+
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,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,13 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
borderColor: string;
|
|
3
|
+
borderRadius: string;
|
|
4
|
+
backgroundColor: string;
|
|
5
|
+
padding: string;
|
|
6
|
+
gap: string;
|
|
7
|
+
indent: string;
|
|
8
|
+
itemTextColor: string;
|
|
9
|
+
itemBorderRadius: string;
|
|
10
|
+
itemPadding: string;
|
|
11
|
+
itemHoverBackgroundColor: string;
|
|
12
|
+
};
|
|
13
|
+
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,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;
|
|
@@ -6,5 +6,14 @@ declare const _default: {
|
|
|
6
6
|
backgroundColor: string;
|
|
7
7
|
shimmerColor: string;
|
|
8
8
|
animationDuration: string;
|
|
9
|
+
presetGap: string;
|
|
10
|
+
presetTableHeaderHeight: string;
|
|
11
|
+
presetTableRowHeight: string;
|
|
12
|
+
presetListAvatarSize: string;
|
|
13
|
+
presetListLineHeight: string;
|
|
14
|
+
presetListSecondaryWidth: string;
|
|
15
|
+
presetFormLabelWidth: string;
|
|
16
|
+
presetFormLabelHeight: string;
|
|
17
|
+
presetFormFieldHeight: string;
|
|
9
18
|
};
|
|
10
19
|
export default _default;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
gap: string;
|
|
3
|
+
zIndex: string;
|
|
4
|
+
offsetX: string;
|
|
5
|
+
offsetY: string;
|
|
6
|
+
offsetXMobile: string;
|
|
7
|
+
offsetYMobile: string;
|
|
8
|
+
transitionDuration: string;
|
|
9
|
+
transitionEasing: string;
|
|
10
|
+
triggerSize: string;
|
|
11
|
+
triggerPaddingX: string;
|
|
12
|
+
triggerBorderRadius: string;
|
|
13
|
+
triggerBorderColor: string;
|
|
14
|
+
triggerBackgroundColor: string;
|
|
15
|
+
triggerTextColor: string;
|
|
16
|
+
triggerShadow: string;
|
|
17
|
+
actionSize: string;
|
|
18
|
+
actionPaddingX: string;
|
|
19
|
+
actionBorderRadius: string;
|
|
20
|
+
actionBorderColor: string;
|
|
21
|
+
actionBackgroundColor: string;
|
|
22
|
+
actionTextColor: string;
|
|
23
|
+
actionShadow: string;
|
|
24
|
+
labelBackgroundColor: string;
|
|
25
|
+
labelTextColor: string;
|
|
26
|
+
labelPadding: string;
|
|
27
|
+
focusRingShadow: string;
|
|
28
|
+
focusBorderColor: string;
|
|
29
|
+
disabledOpacity: string;
|
|
30
|
+
};
|
|
31
|
+
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,38 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
borderColor: string;
|
|
3
|
+
borderRadius: string;
|
|
4
|
+
backgroundColor: string;
|
|
5
|
+
textColor: string;
|
|
6
|
+
fontSize: string;
|
|
7
|
+
headerBackgroundColor: string;
|
|
8
|
+
headerTextColor: string;
|
|
9
|
+
headerFontWeight: string;
|
|
10
|
+
headerBorderColor: string;
|
|
11
|
+
rowBackgroundColor: string;
|
|
12
|
+
rowBorderColor: string;
|
|
13
|
+
rowHoverBackgroundColor: string;
|
|
14
|
+
rowSelectedBackgroundColor: string;
|
|
15
|
+
rowSelectedTextColor: string;
|
|
16
|
+
rowStripedBackgroundColor: string;
|
|
17
|
+
cellPadding: string;
|
|
18
|
+
cellGap: string;
|
|
19
|
+
indentStep: string;
|
|
20
|
+
toggleSize: string;
|
|
21
|
+
toggleBorderRadius: string;
|
|
22
|
+
toggleBorderColor: string;
|
|
23
|
+
toggleBackgroundColor: string;
|
|
24
|
+
toggleTextColor: string;
|
|
25
|
+
focusRingColor: string;
|
|
26
|
+
statePadding: string;
|
|
27
|
+
stateTextColor: string;
|
|
28
|
+
disabledOpacity: string;
|
|
29
|
+
small: {
|
|
30
|
+
fontSize: string;
|
|
31
|
+
cellPadding: string;
|
|
32
|
+
};
|
|
33
|
+
large: {
|
|
34
|
+
fontSize: string;
|
|
35
|
+
cellPadding: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|