@codemonster-ru/vueforge 0.90.0 → 0.92.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/README.md +8 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +25 -2
- package/dist/index.ts.mjs +8934 -6685
- package/dist/index.ts.umd.js +13 -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__/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__/image.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__/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__/overlay-panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/panel-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/rtl-regression.test.d.ts +1 -0
- package/dist/package/components/__tests__/speed-dial.test.d.ts +1 -0
- package/dist/package/components/__tests__/ssr-hydration.test.d.ts +1 -0
- package/dist/package/components/__tests__/switch.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 +3 -3
- package/dist/package/components/autocomplete.vue.d.ts +2 -2
- package/dist/package/components/avatar.vue.d.ts +1 -1
- package/dist/package/components/badge.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 +63 -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 +2 -2
- package/dist/package/components/command-palette.vue.d.ts +2 -2
- package/dist/package/components/confirm-dialog.vue.d.ts +8 -8
- package/dist/package/components/data-table.vue.d.ts +3 -3
- package/dist/package/components/data-view.vue.d.ts +83 -0
- package/dist/package/components/date-range-picker.vue.d.ts +2 -2
- 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/drawer.vue.d.ts +2 -2
- package/dist/package/components/file-upload.vue.d.ts +2 -2
- package/dist/package/components/filter-chips.vue.d.ts +5 -5
- package/dist/package/components/form.vue.d.ts +1 -1
- package/dist/package/components/image.vue.d.ts +61 -0
- package/dist/package/components/inline-edit.vue.d.ts +1 -1
- package/dist/package/components/input-group.vue.d.ts +4 -0
- package/dist/package/components/input.vue.d.ts +2 -2
- package/dist/package/components/listbox.vue.d.ts +81 -0
- package/dist/package/components/masked-input.vue.d.ts +2 -2
- package/dist/package/components/mega-menu.vue.d.ts +39 -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/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 +6 -6
- package/dist/package/components/number-input.vue.d.ts +2 -2
- package/dist/package/components/otp-input.vue.d.ts +2 -2
- package/dist/package/components/overlay-panel.vue.d.ts +374 -0
- package/dist/package/components/pagination.vue.d.ts +1 -1
- package/dist/package/components/panel-menu-node.vue.d.ts +17 -0
- package/dist/package/components/panel-menu.vue.d.ts +31 -0
- package/dist/package/components/password-input.vue.d.ts +2 -2
- 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 +2 -2
- package/dist/package/components/rating.vue.d.ts +1 -1
- package/dist/package/components/rich-text-editor.vue.d.ts +2 -2
- package/dist/package/components/search-input.vue.d.ts +2 -2
- package/dist/package/components/segmented-control.vue.d.ts +2 -2
- package/dist/package/components/select.vue.d.ts +3 -3
- 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 +3 -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 +3 -3
- package/dist/package/components/textarea.vue.d.ts +2 -2
- package/dist/package/components/timepicker.vue.d.ts +2 -2
- 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/tour.vue.d.ts +2 -2
- package/dist/package/components/tree-select.vue.d.ts +3 -3
- package/dist/package/components/tree-table.vue.d.ts +99 -0
- package/dist/package/components/tree.vue.d.ts +4 -4
- package/dist/package/components/virtual-scroller.vue.d.ts +1 -1
- package/dist/package/components/wizard.vue.d.ts +1 -1
- package/dist/package/config/__tests__/locale-text.test.d.ts +1 -0
- package/dist/package/config/index.d.ts +7 -1
- package/dist/package/config/locale-text.d.ts +151 -0
- package/dist/package/config/pass-through.d.ts +6 -0
- package/dist/package/config/theme-core.d.ts +246 -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/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/image.d.ts +21 -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/panelmenu.d.ts +13 -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/treetable.d.ts +38 -0
- package/dist/package/themes/default/index.d.ts +242 -0
- package/package.json +11 -2
|
@@ -32,6 +32,17 @@ export type CardTokens = {
|
|
|
32
32
|
borderColor?: string;
|
|
33
33
|
borderRadius?: string;
|
|
34
34
|
};
|
|
35
|
+
export type ChartTokens = {
|
|
36
|
+
borderColor?: string;
|
|
37
|
+
borderRadius?: string;
|
|
38
|
+
backgroundColor?: string;
|
|
39
|
+
textColor?: string;
|
|
40
|
+
padding?: string;
|
|
41
|
+
minHeight?: string;
|
|
42
|
+
stateMinHeight?: string;
|
|
43
|
+
stateTextColor?: string;
|
|
44
|
+
stateFontSize?: string;
|
|
45
|
+
};
|
|
35
46
|
export type ContainerTokens = {
|
|
36
47
|
maxWidth?: string;
|
|
37
48
|
maxWidthSm?: string;
|
|
@@ -178,6 +189,26 @@ export type InlineEditTokens = {
|
|
|
178
189
|
buttonPadding?: string;
|
|
179
190
|
};
|
|
180
191
|
};
|
|
192
|
+
export type ImageTokens = {
|
|
193
|
+
borderColor?: string;
|
|
194
|
+
borderRadius?: string;
|
|
195
|
+
backgroundColor?: string;
|
|
196
|
+
overlayZIndex?: string;
|
|
197
|
+
overlayPadding?: string;
|
|
198
|
+
overlayBackgroundColor?: string;
|
|
199
|
+
previewMaxWidth?: string;
|
|
200
|
+
previewMaxHeight?: string;
|
|
201
|
+
previewBorderRadius?: string;
|
|
202
|
+
previewBackgroundColor?: string;
|
|
203
|
+
previewShadow?: string;
|
|
204
|
+
closeOffset?: string;
|
|
205
|
+
closeSize?: string;
|
|
206
|
+
closeBorderColor?: string;
|
|
207
|
+
closeBackgroundColor?: string;
|
|
208
|
+
closeTextColor?: string;
|
|
209
|
+
focusRingShadow?: string;
|
|
210
|
+
disabledOpacity?: string;
|
|
211
|
+
};
|
|
181
212
|
export type SearchInputTokens = {
|
|
182
213
|
gap?: string;
|
|
183
214
|
fontSize?: string;
|
|
@@ -610,6 +641,50 @@ export type MenuTokens = {
|
|
|
610
641
|
marginLeft?: string;
|
|
611
642
|
};
|
|
612
643
|
};
|
|
644
|
+
export type MenuBarTokens = {
|
|
645
|
+
borderColor?: string;
|
|
646
|
+
borderRadius?: string;
|
|
647
|
+
backgroundColor?: string;
|
|
648
|
+
padding?: string;
|
|
649
|
+
};
|
|
650
|
+
export type MegaMenuTokens = {
|
|
651
|
+
borderColor?: string;
|
|
652
|
+
borderRadius?: string;
|
|
653
|
+
backgroundColor?: string;
|
|
654
|
+
padding?: string;
|
|
655
|
+
rootGap?: string;
|
|
656
|
+
triggerTextColor?: string;
|
|
657
|
+
triggerPadding?: string;
|
|
658
|
+
triggerBorderRadius?: string;
|
|
659
|
+
triggerActiveBackgroundColor?: string;
|
|
660
|
+
panelOffset?: string;
|
|
661
|
+
zIndex?: string;
|
|
662
|
+
panelMinWidth?: string;
|
|
663
|
+
panelBorderColor?: string;
|
|
664
|
+
panelBorderRadius?: string;
|
|
665
|
+
panelBackgroundColor?: string;
|
|
666
|
+
panelShadow?: string;
|
|
667
|
+
panelPadding?: string;
|
|
668
|
+
columnsGap?: string;
|
|
669
|
+
sectionTitleGap?: string;
|
|
670
|
+
sectionTitleFontSize?: string;
|
|
671
|
+
sectionTitleColor?: string;
|
|
672
|
+
linkGap?: string;
|
|
673
|
+
linkColor?: string;
|
|
674
|
+
linkHoverColor?: string;
|
|
675
|
+
};
|
|
676
|
+
export type PanelMenuTokens = {
|
|
677
|
+
borderColor?: string;
|
|
678
|
+
borderRadius?: string;
|
|
679
|
+
backgroundColor?: string;
|
|
680
|
+
padding?: string;
|
|
681
|
+
gap?: string;
|
|
682
|
+
indent?: string;
|
|
683
|
+
itemTextColor?: string;
|
|
684
|
+
itemBorderRadius?: string;
|
|
685
|
+
itemPadding?: string;
|
|
686
|
+
itemHoverBackgroundColor?: string;
|
|
687
|
+
};
|
|
613
688
|
export type ModalTokens = {
|
|
614
689
|
width?: string;
|
|
615
690
|
maxWidth?: string;
|
|
@@ -1025,6 +1100,37 @@ export type MultiSelectTokens = {
|
|
|
1025
1100
|
fontSize?: string;
|
|
1026
1101
|
};
|
|
1027
1102
|
};
|
|
1103
|
+
export type ListboxTokens = {
|
|
1104
|
+
borderColor?: string;
|
|
1105
|
+
borderRadius?: string;
|
|
1106
|
+
backgroundColor?: string;
|
|
1107
|
+
textColor?: string;
|
|
1108
|
+
padding?: string;
|
|
1109
|
+
minHeight?: string;
|
|
1110
|
+
maxHeight?: string;
|
|
1111
|
+
focusRingShadow?: string;
|
|
1112
|
+
focusBorderColor?: string;
|
|
1113
|
+
groupGapTop?: string;
|
|
1114
|
+
groupLabelPadding?: string;
|
|
1115
|
+
groupLabelColor?: string;
|
|
1116
|
+
groupLabelFontSize?: string;
|
|
1117
|
+
optionPadding?: string;
|
|
1118
|
+
optionBorderRadius?: string;
|
|
1119
|
+
optionHighlightedBackgroundColor?: string;
|
|
1120
|
+
optionSelectedBackgroundColor?: string;
|
|
1121
|
+
optionSelectedTextColor?: string;
|
|
1122
|
+
emptyPadding?: string;
|
|
1123
|
+
emptyColor?: string;
|
|
1124
|
+
disabledOpacity?: string;
|
|
1125
|
+
small?: {
|
|
1126
|
+
optionPadding?: string;
|
|
1127
|
+
fontSize?: string;
|
|
1128
|
+
};
|
|
1129
|
+
large?: {
|
|
1130
|
+
optionPadding?: string;
|
|
1131
|
+
fontSize?: string;
|
|
1132
|
+
};
|
|
1133
|
+
};
|
|
1028
1134
|
export type TagInputTokens = {
|
|
1029
1135
|
minWidth?: string;
|
|
1030
1136
|
minHeight?: string;
|
|
@@ -1461,6 +1567,15 @@ export type SkeletonTokens = {
|
|
|
1461
1567
|
backgroundColor?: string;
|
|
1462
1568
|
shimmerColor?: string;
|
|
1463
1569
|
animationDuration?: string;
|
|
1570
|
+
presetGap?: string;
|
|
1571
|
+
presetTableHeaderHeight?: string;
|
|
1572
|
+
presetTableRowHeight?: string;
|
|
1573
|
+
presetListAvatarSize?: string;
|
|
1574
|
+
presetListLineHeight?: string;
|
|
1575
|
+
presetListSecondaryWidth?: string;
|
|
1576
|
+
presetFormLabelWidth?: string;
|
|
1577
|
+
presetFormLabelHeight?: string;
|
|
1578
|
+
presetFormFieldHeight?: string;
|
|
1464
1579
|
};
|
|
1465
1580
|
export type ProgressTokens = {
|
|
1466
1581
|
width?: string;
|
|
@@ -1901,6 +2016,126 @@ export type DataTableTokens = {
|
|
|
1901
2016
|
cellPadding?: string;
|
|
1902
2017
|
};
|
|
1903
2018
|
};
|
|
2019
|
+
export type TreeTableTokens = {
|
|
2020
|
+
borderColor?: string;
|
|
2021
|
+
borderRadius?: string;
|
|
2022
|
+
backgroundColor?: string;
|
|
2023
|
+
textColor?: string;
|
|
2024
|
+
fontSize?: string;
|
|
2025
|
+
headerBackgroundColor?: string;
|
|
2026
|
+
headerTextColor?: string;
|
|
2027
|
+
headerFontWeight?: string;
|
|
2028
|
+
headerBorderColor?: string;
|
|
2029
|
+
rowBackgroundColor?: string;
|
|
2030
|
+
rowBorderColor?: string;
|
|
2031
|
+
rowHoverBackgroundColor?: string;
|
|
2032
|
+
rowSelectedBackgroundColor?: string;
|
|
2033
|
+
rowSelectedTextColor?: string;
|
|
2034
|
+
rowStripedBackgroundColor?: string;
|
|
2035
|
+
cellPadding?: string;
|
|
2036
|
+
cellGap?: string;
|
|
2037
|
+
indentStep?: string;
|
|
2038
|
+
toggleSize?: string;
|
|
2039
|
+
toggleBorderRadius?: string;
|
|
2040
|
+
toggleBorderColor?: string;
|
|
2041
|
+
toggleBackgroundColor?: string;
|
|
2042
|
+
toggleTextColor?: string;
|
|
2043
|
+
focusRingColor?: string;
|
|
2044
|
+
statePadding?: string;
|
|
2045
|
+
stateTextColor?: string;
|
|
2046
|
+
disabledOpacity?: string;
|
|
2047
|
+
small?: {
|
|
2048
|
+
fontSize?: string;
|
|
2049
|
+
cellPadding?: string;
|
|
2050
|
+
};
|
|
2051
|
+
large?: {
|
|
2052
|
+
fontSize?: string;
|
|
2053
|
+
cellPadding?: string;
|
|
2054
|
+
};
|
|
2055
|
+
};
|
|
2056
|
+
export type DataViewTokens = {
|
|
2057
|
+
gap?: string;
|
|
2058
|
+
toolbarGap?: string;
|
|
2059
|
+
layoutGap?: string;
|
|
2060
|
+
controlBorderColor?: string;
|
|
2061
|
+
controlBorderRadius?: string;
|
|
2062
|
+
controlBackgroundColor?: string;
|
|
2063
|
+
controlTextColor?: string;
|
|
2064
|
+
controlPadding?: string;
|
|
2065
|
+
controlFontSize?: string;
|
|
2066
|
+
controlActiveBackgroundColor?: string;
|
|
2067
|
+
controlActiveBorderColor?: string;
|
|
2068
|
+
controlActiveTextColor?: string;
|
|
2069
|
+
listGap?: string;
|
|
2070
|
+
gridGap?: string;
|
|
2071
|
+
gridMinWidth?: string;
|
|
2072
|
+
itemBorderColor?: string;
|
|
2073
|
+
itemBorderRadius?: string;
|
|
2074
|
+
itemBackgroundColor?: string;
|
|
2075
|
+
itemTextColor?: string;
|
|
2076
|
+
itemPadding?: string;
|
|
2077
|
+
statePadding?: string;
|
|
2078
|
+
stateTextColor?: string;
|
|
2079
|
+
paginationGap?: string;
|
|
2080
|
+
disabledOpacity?: string;
|
|
2081
|
+
};
|
|
2082
|
+
export type CarouselTokens = {
|
|
2083
|
+
gap?: string;
|
|
2084
|
+
borderColor?: string;
|
|
2085
|
+
borderRadius?: string;
|
|
2086
|
+
backgroundColor?: string;
|
|
2087
|
+
textColor?: string;
|
|
2088
|
+
slideMinHeight?: string;
|
|
2089
|
+
slidePadding?: string;
|
|
2090
|
+
transitionDuration?: string;
|
|
2091
|
+
transitionEasing?: string;
|
|
2092
|
+
arrowSize?: string;
|
|
2093
|
+
arrowSizeMobile?: string;
|
|
2094
|
+
arrowOffset?: string;
|
|
2095
|
+
arrowBorderColor?: string;
|
|
2096
|
+
arrowBorderRadius?: string;
|
|
2097
|
+
arrowBackgroundColor?: string;
|
|
2098
|
+
arrowTextColor?: string;
|
|
2099
|
+
indicatorsGap?: string;
|
|
2100
|
+
indicatorSize?: string;
|
|
2101
|
+
indicatorBorderColor?: string;
|
|
2102
|
+
indicatorBackgroundColor?: string;
|
|
2103
|
+
indicatorActiveBorderColor?: string;
|
|
2104
|
+
indicatorActiveBackgroundColor?: string;
|
|
2105
|
+
focusRingShadow?: string;
|
|
2106
|
+
focusBorderColor?: string;
|
|
2107
|
+
disabledOpacity?: string;
|
|
2108
|
+
};
|
|
2109
|
+
export type SpeedDialTokens = {
|
|
2110
|
+
gap?: string;
|
|
2111
|
+
zIndex?: string;
|
|
2112
|
+
offsetX?: string;
|
|
2113
|
+
offsetY?: string;
|
|
2114
|
+
offsetXMobile?: string;
|
|
2115
|
+
offsetYMobile?: string;
|
|
2116
|
+
transitionDuration?: string;
|
|
2117
|
+
transitionEasing?: string;
|
|
2118
|
+
triggerSize?: string;
|
|
2119
|
+
triggerPaddingX?: string;
|
|
2120
|
+
triggerBorderRadius?: string;
|
|
2121
|
+
triggerBorderColor?: string;
|
|
2122
|
+
triggerBackgroundColor?: string;
|
|
2123
|
+
triggerTextColor?: string;
|
|
2124
|
+
triggerShadow?: string;
|
|
2125
|
+
actionSize?: string;
|
|
2126
|
+
actionPaddingX?: string;
|
|
2127
|
+
actionBorderRadius?: string;
|
|
2128
|
+
actionBorderColor?: string;
|
|
2129
|
+
actionBackgroundColor?: string;
|
|
2130
|
+
actionTextColor?: string;
|
|
2131
|
+
actionShadow?: string;
|
|
2132
|
+
labelBackgroundColor?: string;
|
|
2133
|
+
labelTextColor?: string;
|
|
2134
|
+
labelPadding?: string;
|
|
2135
|
+
focusRingShadow?: string;
|
|
2136
|
+
focusBorderColor?: string;
|
|
2137
|
+
disabledOpacity?: string;
|
|
2138
|
+
};
|
|
1904
2139
|
export type ToastTokens = {
|
|
1905
2140
|
gap?: string;
|
|
1906
2141
|
padding?: string;
|
|
@@ -2163,6 +2398,7 @@ export type ThemeComponentTokens = {
|
|
|
2163
2398
|
button?: ButtonTokens;
|
|
2164
2399
|
buttonGroup?: ButtonGroupTokens;
|
|
2165
2400
|
card?: CardTokens;
|
|
2401
|
+
chart?: ChartTokens;
|
|
2166
2402
|
container?: ContainerTokens;
|
|
2167
2403
|
section?: SectionTokens;
|
|
2168
2404
|
grid?: GridTokens;
|
|
@@ -2175,6 +2411,7 @@ export type ThemeComponentTokens = {
|
|
|
2175
2411
|
input?: InputTokens;
|
|
2176
2412
|
inputGroup?: InputGroupTokens;
|
|
2177
2413
|
inlineEdit?: InlineEditTokens;
|
|
2414
|
+
image?: ImageTokens;
|
|
2178
2415
|
searchInput?: SearchInputTokens;
|
|
2179
2416
|
mentionInput?: MentionInputTokens;
|
|
2180
2417
|
passwordInput?: PasswordInputTokens;
|
|
@@ -2192,10 +2429,14 @@ export type ThemeComponentTokens = {
|
|
|
2192
2429
|
divider?: DividerTokens;
|
|
2193
2430
|
pageHeader?: PageHeaderTokens;
|
|
2194
2431
|
menu?: MenuTokens;
|
|
2432
|
+
menubar?: MenuBarTokens;
|
|
2433
|
+
megamenu?: MegaMenuTokens;
|
|
2434
|
+
panelmenu?: PanelMenuTokens;
|
|
2195
2435
|
modal?: ModalTokens;
|
|
2196
2436
|
confirmDialog?: ConfirmDialogTokens;
|
|
2197
2437
|
drawer?: DrawerTokens;
|
|
2198
2438
|
popover?: PopoverTokens;
|
|
2439
|
+
overlaypanel?: PopoverTokens;
|
|
2199
2440
|
dropdown?: DropdownTokens;
|
|
2200
2441
|
splitbutton?: SplitButtonTokens;
|
|
2201
2442
|
contextMenu?: ContextMenuTokens;
|
|
@@ -2207,6 +2448,7 @@ export type ThemeComponentTokens = {
|
|
|
2207
2448
|
autocomplete?: AutocompleteTokens;
|
|
2208
2449
|
combobox?: ComboboxTokens;
|
|
2209
2450
|
multiselect?: MultiSelectTokens;
|
|
2451
|
+
listbox?: ListboxTokens;
|
|
2210
2452
|
taginput?: TagInputTokens;
|
|
2211
2453
|
datepicker?: DatePickerTokens;
|
|
2212
2454
|
calendar?: CalendarTokens;
|
|
@@ -2227,6 +2469,10 @@ export type ThemeComponentTokens = {
|
|
|
2227
2469
|
wizard?: WizardTokens;
|
|
2228
2470
|
timeline?: TimelineTokens;
|
|
2229
2471
|
datatable?: DataTableTokens;
|
|
2472
|
+
treetable?: TreeTableTokens;
|
|
2473
|
+
dataview?: DataViewTokens;
|
|
2474
|
+
carousel?: CarouselTokens;
|
|
2475
|
+
speeddial?: SpeedDialTokens;
|
|
2230
2476
|
toast?: ToastTokens;
|
|
2231
2477
|
alert?: AlertTokens;
|
|
2232
2478
|
emptyState?: EmptyStateTokens;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { ComputedRef } from 'vue';
|
|
2
|
+
type ButtonSeverity = 'primary' | 'secondary' | 'success' | 'info' | 'warning' | 'danger';
|
|
3
|
+
type DialogSize = 'sm' | 'md' | 'lg';
|
|
4
|
+
export interface ConfirmServiceOptions {
|
|
5
|
+
title?: string;
|
|
6
|
+
message?: string;
|
|
7
|
+
confirmLabel?: string;
|
|
8
|
+
cancelLabel?: string;
|
|
9
|
+
confirmSeverity?: ButtonSeverity;
|
|
10
|
+
closeOnOverlay?: boolean;
|
|
11
|
+
closeOnEsc?: boolean;
|
|
12
|
+
showClose?: boolean;
|
|
13
|
+
lockScroll?: boolean;
|
|
14
|
+
size?: DialogSize;
|
|
15
|
+
}
|
|
16
|
+
export interface ConfirmServiceEntry {
|
|
17
|
+
id: string;
|
|
18
|
+
createdAt: number;
|
|
19
|
+
options: Required<ConfirmServiceOptions>;
|
|
20
|
+
}
|
|
21
|
+
export interface ConfirmServiceHandle {
|
|
22
|
+
id: string;
|
|
23
|
+
promise: Promise<boolean>;
|
|
24
|
+
confirm: () => boolean;
|
|
25
|
+
cancel: () => boolean;
|
|
26
|
+
close: () => boolean;
|
|
27
|
+
}
|
|
28
|
+
export interface ConfirmService {
|
|
29
|
+
queue: ReadonlyArray<ConfirmServiceEntry>;
|
|
30
|
+
current: ComputedRef<ConfirmServiceEntry | null>;
|
|
31
|
+
open: (options?: ConfirmServiceOptions) => ConfirmServiceHandle;
|
|
32
|
+
confirm: (options?: ConfirmServiceOptions) => Promise<boolean>;
|
|
33
|
+
resolve: (id: string, confirmed: boolean) => boolean;
|
|
34
|
+
confirmById: (id: string) => boolean;
|
|
35
|
+
cancelById: (id: string) => boolean;
|
|
36
|
+
resolveCurrent: (confirmed: boolean) => boolean;
|
|
37
|
+
confirmCurrent: () => boolean;
|
|
38
|
+
cancelCurrent: () => boolean;
|
|
39
|
+
clear: () => void;
|
|
40
|
+
}
|
|
41
|
+
export declare const createConfirmService: () => ConfirmService;
|
|
42
|
+
export declare const confirmService: ConfirmService;
|
|
43
|
+
export {};
|
|
@@ -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;
|
|
@@ -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,21 @@
|
|
|
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
|
+
focusRingShadow: string;
|
|
19
|
+
disabledOpacity: string;
|
|
20
|
+
};
|
|
21
|
+
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,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;
|
|
@@ -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,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;
|