@uzum-tech/ui 1.8.2 → 1.9.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.js +659 -115
- package/dist/index.prod.js +3 -3
- package/es/_internal/scrollbar/src/Scrollbar.d.ts +119 -17
- package/es/_internal/scrollbar/src/Scrollbar.js +120 -67
- package/es/_internal/scrollbar/src/styles/index.cssr.js +32 -15
- package/es/_internal/scrollbar/styles/common.d.ts +7 -0
- package/es/_internal/scrollbar/styles/common.js +7 -0
- package/es/_internal/scrollbar/styles/light.d.ts +8 -0
- package/es/_internal/scrollbar/styles/light.js +3 -5
- package/es/_internal/select-menu/src/SelectMenu.d.ts +57 -1
- package/es/_internal/select-menu/styles/light.d.ts +8 -0
- package/es/_internal/selection/src/Selection.d.ts +3 -1
- package/es/_internal/selection/src/Selection.js +3 -1
- package/es/_utils/css/index.d.ts +1 -0
- package/es/_utils/css/index.js +1 -0
- package/es/_utils/css/rtl-inset.d.ts +1 -0
- package/es/_utils/css/rtl-inset.js +5 -0
- package/es/_utils/index.d.ts +1 -1
- package/es/_utils/index.js +1 -1
- package/es/auto-complete/src/AutoComplete.d.ts +88 -0
- package/es/auto-complete/styles/light.d.ts +8 -0
- package/es/back-top/src/BackTop.d.ts +1 -1
- package/es/cascader/src/Cascader.d.ts +168 -0
- package/es/cascader/src/CascaderMenu.d.ts +24 -0
- package/es/cascader/src/CascaderOption.d.ts +24 -0
- package/es/cascader/src/CascaderSelectMenu.d.ts +24 -0
- package/es/cascader/src/CascaderSubmenu.d.ts +25 -1
- package/es/cascader/styles/light.d.ts +16 -0
- package/es/chat/src/Chat.d.ts +88 -0
- package/es/chat/src/ChatListItems.d.ts +104 -0
- package/es/chat/src/ChatMessages.d.ts +104 -0
- package/es/chat/styles/dark.d.ts +8 -0
- package/es/chat/styles/light.d.ts +8 -0
- package/es/components.d.ts +2 -0
- package/es/components.js +2 -0
- package/es/data-table/src/DataTable.d.ts +184 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +40 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +40 -0
- package/es/data-table/src/TableParts/Body.d.ts +41 -1
- package/es/data-table/src/TableParts/Header.d.ts +40 -0
- package/es/data-table/src/interface.d.ts +72 -0
- package/es/data-table/styles/light.d.ts +24 -0
- package/es/date-picker/src/DatePicker.d.ts +171 -3
- package/es/date-picker/src/panel/date.d.ts +25 -1
- package/es/date-picker/src/panel/daterange.d.ts +26 -2
- package/es/date-picker/src/panel/datetime.d.ts +25 -1
- package/es/date-picker/src/panel/datetimerange.d.ts +26 -2
- package/es/date-picker/src/panel/panelMonth.d.ts +50 -2
- package/es/date-picker/src/panel/panelMonthContent.d.ts +25 -1
- package/es/date-picker/src/panel/panelYear.d.ts +50 -2
- package/es/date-picker/src/panel/panelYearContent.d.ts +25 -1
- package/es/date-picker/src/panel/use-calendar.d.ts +24 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +24 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +24 -0
- package/es/date-picker/styles/light.d.ts +16 -0
- package/es/dialog/src/DialogProvider.d.ts +2 -2
- package/es/drawer/src/Drawer.d.ts +81 -1
- package/es/drawer/src/DrawerBodyWrapper.d.ts +9 -1
- package/es/drawer/src/DrawerContent.d.ts +8 -0
- package/es/drawer/styles/light.d.ts +8 -0
- package/es/dropdown/src/Dropdown.d.ts +1 -1
- package/es/infinite-scroll/index.d.ts +2 -0
- package/es/infinite-scroll/index.js +1 -0
- package/es/infinite-scroll/src/InfiniteScroll.d.ts +45 -0
- package/es/infinite-scroll/src/InfiniteScroll.js +78 -0
- package/es/layout/src/Layout.d.ts +112 -0
- package/es/layout/src/LayoutContent.d.ts +56 -0
- package/es/layout/src/LayoutFooter.d.ts +72 -0
- package/es/layout/src/LayoutHeader.d.ts +48 -0
- package/es/layout/src/LayoutSider.d.ts +56 -0
- package/es/layout/styles/light.d.ts +8 -0
- package/es/legacy-transfer/src/Transfer.d.ts +80 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +8 -0
- package/es/legacy-transfer/src/TransferList.d.ts +9 -1
- package/es/legacy-transfer/src/TransferListItem.d.ts +8 -0
- package/es/legacy-transfer/styles/light.d.ts +8 -0
- package/es/log/src/Log.d.ts +80 -0
- package/es/log/styles/light.d.ts +8 -0
- package/es/mention/src/Mention.d.ts +88 -0
- package/es/mention/styles/light.d.ts +8 -0
- package/es/menu/src/Menu.d.ts +1 -1
- package/es/modal/src/BodyWrapper.d.ts +9 -1
- package/es/modal/src/Modal.d.ts +73 -1
- package/es/modal/styles/light.d.ts +8 -0
- package/es/notification/src/NotificationContainer.d.ts +8 -0
- package/es/notification/src/NotificationProvider.d.ts +72 -0
- package/es/notification/styles/light.d.ts +8 -0
- package/es/pagination/src/Pagination.d.ts +176 -0
- package/es/pagination/styles/light.d.ts +16 -0
- package/es/popselect/src/Popselect.d.ts +88 -0
- package/es/popselect/src/PopselectPanel.d.ts +16 -0
- package/es/popselect/styles/light.d.ts +8 -0
- package/es/scrollbar/src/Scrollbar.d.ts +72 -0
- package/es/select/src/Select.d.ts +88 -0
- package/es/select/styles/light.d.ts +8 -0
- package/es/time-picker/src/Panel.d.ts +8 -0
- package/es/time-picker/src/TimePicker.d.ts +80 -0
- package/es/time-picker/styles/light.d.ts +8 -0
- package/es/transfer/src/Transfer.d.ts +80 -0
- package/es/transfer/src/TransferFilter.d.ts +8 -0
- package/es/transfer/src/TransferList.d.ts +9 -1
- package/es/transfer/src/TransferListItem.d.ts +8 -0
- package/es/transfer/styles/light.d.ts +8 -0
- package/es/tree/src/Tree.d.ts +82 -2
- package/es/tree/src/TreeNodeCheckbox.d.ts +8 -0
- package/es/tree/styles/light.d.ts +8 -0
- package/es/tree-select/src/TreeSelect.d.ts +89 -1
- package/es/tree-select/styles/light.d.ts +8 -0
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/es/virtual-list/index.d.ts +2 -0
- package/es/virtual-list/index.js +1 -0
- package/es/virtual-list/src/VirtualList.d.ts +146 -0
- package/es/virtual-list/src/VirtualList.js +103 -0
- package/lib/_internal/scrollbar/src/Scrollbar.d.ts +119 -17
- package/lib/_internal/scrollbar/src/Scrollbar.js +117 -64
- package/lib/_internal/scrollbar/src/styles/index.cssr.js +32 -15
- package/lib/_internal/scrollbar/styles/common.d.ts +7 -0
- package/lib/_internal/scrollbar/styles/common.js +10 -0
- package/lib/_internal/scrollbar/styles/light.d.ts +8 -0
- package/lib/_internal/scrollbar/styles/light.js +3 -5
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +57 -1
- package/lib/_internal/select-menu/styles/light.d.ts +8 -0
- package/lib/_internal/selection/src/Selection.d.ts +3 -1
- package/lib/_internal/selection/src/Selection.js +3 -1
- package/lib/_utils/css/index.d.ts +1 -0
- package/lib/_utils/css/index.js +3 -1
- package/lib/_utils/css/rtl-inset.d.ts +1 -0
- package/lib/_utils/css/rtl-inset.js +8 -0
- package/lib/_utils/index.d.ts +1 -1
- package/lib/_utils/index.js +2 -1
- package/lib/auto-complete/src/AutoComplete.d.ts +88 -0
- package/lib/auto-complete/styles/light.d.ts +8 -0
- package/lib/back-top/src/BackTop.d.ts +1 -1
- package/lib/cascader/src/Cascader.d.ts +168 -0
- package/lib/cascader/src/CascaderMenu.d.ts +24 -0
- package/lib/cascader/src/CascaderOption.d.ts +24 -0
- package/lib/cascader/src/CascaderSelectMenu.d.ts +24 -0
- package/lib/cascader/src/CascaderSubmenu.d.ts +25 -1
- package/lib/cascader/styles/light.d.ts +16 -0
- package/lib/chat/src/Chat.d.ts +88 -0
- package/lib/chat/src/ChatListItems.d.ts +104 -0
- package/lib/chat/src/ChatMessages.d.ts +104 -0
- package/lib/chat/styles/dark.d.ts +8 -0
- package/lib/chat/styles/light.d.ts +8 -0
- package/lib/components.d.ts +2 -0
- package/lib/components.js +2 -0
- package/lib/data-table/src/DataTable.d.ts +184 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +40 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +40 -0
- package/lib/data-table/src/TableParts/Body.d.ts +41 -1
- package/lib/data-table/src/TableParts/Header.d.ts +40 -0
- package/lib/data-table/src/interface.d.ts +72 -0
- package/lib/data-table/styles/light.d.ts +24 -0
- package/lib/date-picker/src/DatePicker.d.ts +171 -3
- package/lib/date-picker/src/panel/date.d.ts +25 -1
- package/lib/date-picker/src/panel/daterange.d.ts +26 -2
- package/lib/date-picker/src/panel/datetime.d.ts +25 -1
- package/lib/date-picker/src/panel/datetimerange.d.ts +26 -2
- package/lib/date-picker/src/panel/panelMonth.d.ts +50 -2
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +25 -1
- package/lib/date-picker/src/panel/panelYear.d.ts +50 -2
- package/lib/date-picker/src/panel/panelYearContent.d.ts +25 -1
- package/lib/date-picker/src/panel/use-calendar.d.ts +24 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +24 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +24 -0
- package/lib/date-picker/styles/light.d.ts +16 -0
- package/lib/dialog/src/DialogProvider.d.ts +2 -2
- package/lib/drawer/src/Drawer.d.ts +81 -1
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +9 -1
- package/lib/drawer/src/DrawerContent.d.ts +8 -0
- package/lib/drawer/styles/light.d.ts +8 -0
- package/lib/dropdown/src/Dropdown.d.ts +1 -1
- package/lib/infinite-scroll/index.d.ts +2 -0
- package/lib/infinite-scroll/index.js +9 -0
- package/lib/infinite-scroll/src/InfiniteScroll.d.ts +45 -0
- package/lib/infinite-scroll/src/InfiniteScroll.js +81 -0
- package/lib/layout/src/Layout.d.ts +112 -0
- package/lib/layout/src/LayoutContent.d.ts +56 -0
- package/lib/layout/src/LayoutFooter.d.ts +72 -0
- package/lib/layout/src/LayoutHeader.d.ts +48 -0
- package/lib/layout/src/LayoutSider.d.ts +56 -0
- package/lib/layout/styles/light.d.ts +8 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +80 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +8 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +9 -1
- package/lib/legacy-transfer/src/TransferListItem.d.ts +8 -0
- package/lib/legacy-transfer/styles/light.d.ts +8 -0
- package/lib/log/src/Log.d.ts +80 -0
- package/lib/log/styles/light.d.ts +8 -0
- package/lib/mention/src/Mention.d.ts +88 -0
- package/lib/mention/styles/light.d.ts +8 -0
- package/lib/menu/src/Menu.d.ts +1 -1
- package/lib/modal/src/BodyWrapper.d.ts +9 -1
- package/lib/modal/src/Modal.d.ts +73 -1
- package/lib/modal/styles/light.d.ts +8 -0
- package/lib/notification/src/NotificationContainer.d.ts +8 -0
- package/lib/notification/src/NotificationProvider.d.ts +72 -0
- package/lib/notification/styles/light.d.ts +8 -0
- package/lib/pagination/src/Pagination.d.ts +176 -0
- package/lib/pagination/styles/light.d.ts +16 -0
- package/lib/popselect/src/Popselect.d.ts +88 -0
- package/lib/popselect/src/PopselectPanel.d.ts +16 -0
- package/lib/popselect/styles/light.d.ts +8 -0
- package/lib/scrollbar/src/Scrollbar.d.ts +72 -0
- package/lib/select/src/Select.d.ts +88 -0
- package/lib/select/styles/light.d.ts +8 -0
- package/lib/time-picker/src/Panel.d.ts +8 -0
- package/lib/time-picker/src/TimePicker.d.ts +80 -0
- package/lib/time-picker/styles/light.d.ts +8 -0
- package/lib/transfer/src/Transfer.d.ts +80 -0
- package/lib/transfer/src/TransferFilter.d.ts +8 -0
- package/lib/transfer/src/TransferList.d.ts +9 -1
- package/lib/transfer/src/TransferListItem.d.ts +8 -0
- package/lib/transfer/styles/light.d.ts +8 -0
- package/lib/tree/src/Tree.d.ts +82 -2
- package/lib/tree/src/TreeNodeCheckbox.d.ts +8 -0
- package/lib/tree/styles/light.d.ts +8 -0
- package/lib/tree-select/src/TreeSelect.d.ts +89 -1
- package/lib/tree-select/styles/light.d.ts +8 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/virtual-list/index.d.ts +2 -0
- package/lib/virtual-list/index.js +9 -0
- package/lib/virtual-list/src/VirtualList.d.ts +146 -0
- package/lib/virtual-list/src/VirtualList.js +106 -0
- package/package.json +2 -2
- package/volar.d.ts +1 -0
- package/web-types.json +30 -1
|
@@ -121,7 +121,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
121
121
|
calendarValue: import("vue").Ref<number>;
|
|
122
122
|
onUpdateCalendarValue: (value: number) => void;
|
|
123
123
|
yearScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
124
|
-
yearVlRef: import("vue").Ref<import("vueuc").
|
|
124
|
+
yearVlRef: import("vue").Ref<import("vueuc").VVirtualListInst | null>;
|
|
125
125
|
mergedTheme: import("vue").Ref<{
|
|
126
126
|
common: import("../../..").ThemeCommonVars;
|
|
127
127
|
self: {
|
|
@@ -526,8 +526,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
526
526
|
iconColorDisabled: string;
|
|
527
527
|
}, {
|
|
528
528
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
529
|
+
height: string;
|
|
530
|
+
width: string;
|
|
531
|
+
borderRadius: string;
|
|
529
532
|
color: string;
|
|
530
533
|
colorHover: string;
|
|
534
|
+
railInsetHorizontalBottom: string;
|
|
535
|
+
railInsetHorizontalTop: string;
|
|
536
|
+
railInsetVerticalRight: string;
|
|
537
|
+
railInsetVerticalLeft: string;
|
|
538
|
+
railColor: string;
|
|
531
539
|
}, any>;
|
|
532
540
|
Button: import("../../../_mixins").Theme<"Button", {
|
|
533
541
|
heightTiny: string;
|
|
@@ -814,8 +822,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
814
822
|
}, any>;
|
|
815
823
|
}>;
|
|
816
824
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
825
|
+
height: string;
|
|
826
|
+
width: string;
|
|
827
|
+
borderRadius: string;
|
|
817
828
|
color: string;
|
|
818
829
|
colorHover: string;
|
|
830
|
+
railInsetHorizontalBottom: string;
|
|
831
|
+
railInsetHorizontalTop: string;
|
|
832
|
+
railInsetVerticalRight: string;
|
|
833
|
+
railInsetVerticalLeft: string;
|
|
834
|
+
railColor: string;
|
|
819
835
|
}, any>;
|
|
820
836
|
};
|
|
821
837
|
peerOverrides: {
|
|
@@ -832,8 +848,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
832
848
|
TimePicker?: {
|
|
833
849
|
peers?: {
|
|
834
850
|
Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
|
|
851
|
+
height: string;
|
|
852
|
+
width: string;
|
|
853
|
+
borderRadius: string;
|
|
835
854
|
color: string;
|
|
836
855
|
colorHover: string;
|
|
856
|
+
railInsetHorizontalBottom: string;
|
|
857
|
+
railInsetHorizontalTop: string;
|
|
858
|
+
railInsetVerticalRight: string;
|
|
859
|
+
railInsetVerticalLeft: string;
|
|
860
|
+
railColor: string;
|
|
837
861
|
}, any>> | undefined;
|
|
838
862
|
Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
|
|
839
863
|
heightTiny: string;
|
|
@@ -1278,7 +1302,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1278
1302
|
calendarValue: import("vue").Ref<number>;
|
|
1279
1303
|
onUpdateCalendarValue: (value: number) => void;
|
|
1280
1304
|
yearScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
1281
|
-
yearVlRef: import("vue").Ref<import("vueuc").
|
|
1305
|
+
yearVlRef: import("vue").Ref<import("vueuc").VVirtualListInst | null>;
|
|
1282
1306
|
mergedTheme: import("vue").Ref<{
|
|
1283
1307
|
common: import("../../..").ThemeCommonVars;
|
|
1284
1308
|
self: {
|
|
@@ -1683,8 +1707,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1683
1707
|
iconColorDisabled: string;
|
|
1684
1708
|
}, {
|
|
1685
1709
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1710
|
+
height: string;
|
|
1711
|
+
width: string;
|
|
1712
|
+
borderRadius: string;
|
|
1686
1713
|
color: string;
|
|
1687
1714
|
colorHover: string;
|
|
1715
|
+
railInsetHorizontalBottom: string;
|
|
1716
|
+
railInsetHorizontalTop: string;
|
|
1717
|
+
railInsetVerticalRight: string;
|
|
1718
|
+
railInsetVerticalLeft: string;
|
|
1719
|
+
railColor: string;
|
|
1688
1720
|
}, any>;
|
|
1689
1721
|
Button: import("../../../_mixins").Theme<"Button", {
|
|
1690
1722
|
heightTiny: string;
|
|
@@ -1971,8 +2003,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1971
2003
|
}, any>;
|
|
1972
2004
|
}>;
|
|
1973
2005
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
2006
|
+
height: string;
|
|
2007
|
+
width: string;
|
|
2008
|
+
borderRadius: string;
|
|
1974
2009
|
color: string;
|
|
1975
2010
|
colorHover: string;
|
|
2011
|
+
railInsetHorizontalBottom: string;
|
|
2012
|
+
railInsetHorizontalTop: string;
|
|
2013
|
+
railInsetVerticalRight: string;
|
|
2014
|
+
railInsetVerticalLeft: string;
|
|
2015
|
+
railColor: string;
|
|
1976
2016
|
}, any>;
|
|
1977
2017
|
};
|
|
1978
2018
|
peerOverrides: {
|
|
@@ -1989,8 +2029,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1989
2029
|
TimePicker?: {
|
|
1990
2030
|
peers?: {
|
|
1991
2031
|
Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
|
|
2032
|
+
height: string;
|
|
2033
|
+
width: string;
|
|
2034
|
+
borderRadius: string;
|
|
1992
2035
|
color: string;
|
|
1993
2036
|
colorHover: string;
|
|
2037
|
+
railInsetHorizontalBottom: string;
|
|
2038
|
+
railInsetHorizontalTop: string;
|
|
2039
|
+
railInsetVerticalRight: string;
|
|
2040
|
+
railInsetVerticalLeft: string;
|
|
2041
|
+
railColor: string;
|
|
1994
2042
|
}, any>> | undefined;
|
|
1995
2043
|
Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
|
|
1996
2044
|
heightTiny: string;
|
|
@@ -56,7 +56,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
56
56
|
calendarValue: import("vue").Ref<number>;
|
|
57
57
|
onUpdateCalendarValue: (value: number) => void;
|
|
58
58
|
yearScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
59
|
-
yearVlRef: import("vue").Ref<import("vueuc").
|
|
59
|
+
yearVlRef: import("vue").Ref<import("vueuc").VVirtualListInst | null>;
|
|
60
60
|
mergedTheme: import("vue").Ref<{
|
|
61
61
|
common: import("../../..").ThemeCommonVars;
|
|
62
62
|
self: {
|
|
@@ -461,8 +461,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
461
461
|
iconColorDisabled: string;
|
|
462
462
|
}, {
|
|
463
463
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
464
|
+
height: string;
|
|
465
|
+
width: string;
|
|
466
|
+
borderRadius: string;
|
|
464
467
|
color: string;
|
|
465
468
|
colorHover: string;
|
|
469
|
+
railInsetHorizontalBottom: string;
|
|
470
|
+
railInsetHorizontalTop: string;
|
|
471
|
+
railInsetVerticalRight: string;
|
|
472
|
+
railInsetVerticalLeft: string;
|
|
473
|
+
railColor: string;
|
|
466
474
|
}, any>;
|
|
467
475
|
Button: import("../../../_mixins").Theme<"Button", {
|
|
468
476
|
heightTiny: string;
|
|
@@ -749,8 +757,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
749
757
|
}, any>;
|
|
750
758
|
}>;
|
|
751
759
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
760
|
+
height: string;
|
|
761
|
+
width: string;
|
|
762
|
+
borderRadius: string;
|
|
752
763
|
color: string;
|
|
753
764
|
colorHover: string;
|
|
765
|
+
railInsetHorizontalBottom: string;
|
|
766
|
+
railInsetHorizontalTop: string;
|
|
767
|
+
railInsetVerticalRight: string;
|
|
768
|
+
railInsetVerticalLeft: string;
|
|
769
|
+
railColor: string;
|
|
754
770
|
}, any>;
|
|
755
771
|
};
|
|
756
772
|
peerOverrides: {
|
|
@@ -767,8 +783,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
767
783
|
TimePicker?: {
|
|
768
784
|
peers?: {
|
|
769
785
|
Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
|
|
786
|
+
height: string;
|
|
787
|
+
width: string;
|
|
788
|
+
borderRadius: string;
|
|
770
789
|
color: string;
|
|
771
790
|
colorHover: string;
|
|
791
|
+
railInsetHorizontalBottom: string;
|
|
792
|
+
railInsetHorizontalTop: string;
|
|
793
|
+
railInsetVerticalRight: string;
|
|
794
|
+
railInsetVerticalLeft: string;
|
|
795
|
+
railColor: string;
|
|
772
796
|
}, any>> | undefined;
|
|
773
797
|
Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
|
|
774
798
|
heightTiny: string;
|
|
@@ -121,7 +121,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
121
121
|
calendarValue: import("vue").Ref<number>;
|
|
122
122
|
onUpdateCalendarValue: (value: number) => void;
|
|
123
123
|
yearScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
124
|
-
yearVlRef: import("vue").Ref<import("vueuc").
|
|
124
|
+
yearVlRef: import("vue").Ref<import("vueuc").VVirtualListInst | null>;
|
|
125
125
|
mergedTheme: import("vue").Ref<{
|
|
126
126
|
common: import("../../..").ThemeCommonVars;
|
|
127
127
|
self: {
|
|
@@ -526,8 +526,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
526
526
|
iconColorDisabled: string;
|
|
527
527
|
}, {
|
|
528
528
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
529
|
+
height: string;
|
|
530
|
+
width: string;
|
|
531
|
+
borderRadius: string;
|
|
529
532
|
color: string;
|
|
530
533
|
colorHover: string;
|
|
534
|
+
railInsetHorizontalBottom: string;
|
|
535
|
+
railInsetHorizontalTop: string;
|
|
536
|
+
railInsetVerticalRight: string;
|
|
537
|
+
railInsetVerticalLeft: string;
|
|
538
|
+
railColor: string;
|
|
531
539
|
}, any>;
|
|
532
540
|
Button: import("../../../_mixins").Theme<"Button", {
|
|
533
541
|
heightTiny: string;
|
|
@@ -814,8 +822,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
814
822
|
}, any>;
|
|
815
823
|
}>;
|
|
816
824
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
825
|
+
height: string;
|
|
826
|
+
width: string;
|
|
827
|
+
borderRadius: string;
|
|
817
828
|
color: string;
|
|
818
829
|
colorHover: string;
|
|
830
|
+
railInsetHorizontalBottom: string;
|
|
831
|
+
railInsetHorizontalTop: string;
|
|
832
|
+
railInsetVerticalRight: string;
|
|
833
|
+
railInsetVerticalLeft: string;
|
|
834
|
+
railColor: string;
|
|
819
835
|
}, any>;
|
|
820
836
|
};
|
|
821
837
|
peerOverrides: {
|
|
@@ -832,8 +848,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
832
848
|
TimePicker?: {
|
|
833
849
|
peers?: {
|
|
834
850
|
Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
|
|
851
|
+
height: string;
|
|
852
|
+
width: string;
|
|
853
|
+
borderRadius: string;
|
|
835
854
|
color: string;
|
|
836
855
|
colorHover: string;
|
|
856
|
+
railInsetHorizontalBottom: string;
|
|
857
|
+
railInsetHorizontalTop: string;
|
|
858
|
+
railInsetVerticalRight: string;
|
|
859
|
+
railInsetVerticalLeft: string;
|
|
860
|
+
railColor: string;
|
|
837
861
|
}, any>> | undefined;
|
|
838
862
|
Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
|
|
839
863
|
heightTiny: string;
|
|
@@ -1278,7 +1302,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1278
1302
|
calendarValue: import("vue").Ref<number>;
|
|
1279
1303
|
onUpdateCalendarValue: (value: number) => void;
|
|
1280
1304
|
yearScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
1281
|
-
yearVlRef: import("vue").Ref<import("vueuc").
|
|
1305
|
+
yearVlRef: import("vue").Ref<import("vueuc").VVirtualListInst | null>;
|
|
1282
1306
|
mergedTheme: import("vue").Ref<{
|
|
1283
1307
|
common: import("../../..").ThemeCommonVars;
|
|
1284
1308
|
self: {
|
|
@@ -1683,8 +1707,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1683
1707
|
iconColorDisabled: string;
|
|
1684
1708
|
}, {
|
|
1685
1709
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1710
|
+
height: string;
|
|
1711
|
+
width: string;
|
|
1712
|
+
borderRadius: string;
|
|
1686
1713
|
color: string;
|
|
1687
1714
|
colorHover: string;
|
|
1715
|
+
railInsetHorizontalBottom: string;
|
|
1716
|
+
railInsetHorizontalTop: string;
|
|
1717
|
+
railInsetVerticalRight: string;
|
|
1718
|
+
railInsetVerticalLeft: string;
|
|
1719
|
+
railColor: string;
|
|
1688
1720
|
}, any>;
|
|
1689
1721
|
Button: import("../../../_mixins").Theme<"Button", {
|
|
1690
1722
|
heightTiny: string;
|
|
@@ -1971,8 +2003,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1971
2003
|
}, any>;
|
|
1972
2004
|
}>;
|
|
1973
2005
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
2006
|
+
height: string;
|
|
2007
|
+
width: string;
|
|
2008
|
+
borderRadius: string;
|
|
1974
2009
|
color: string;
|
|
1975
2010
|
colorHover: string;
|
|
2011
|
+
railInsetHorizontalBottom: string;
|
|
2012
|
+
railInsetHorizontalTop: string;
|
|
2013
|
+
railInsetVerticalRight: string;
|
|
2014
|
+
railInsetVerticalLeft: string;
|
|
2015
|
+
railColor: string;
|
|
1976
2016
|
}, any>;
|
|
1977
2017
|
};
|
|
1978
2018
|
peerOverrides: {
|
|
@@ -1989,8 +2029,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1989
2029
|
TimePicker?: {
|
|
1990
2030
|
peers?: {
|
|
1991
2031
|
Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
|
|
2032
|
+
height: string;
|
|
2033
|
+
width: string;
|
|
2034
|
+
borderRadius: string;
|
|
1992
2035
|
color: string;
|
|
1993
2036
|
colorHover: string;
|
|
2037
|
+
railInsetHorizontalBottom: string;
|
|
2038
|
+
railInsetHorizontalTop: string;
|
|
2039
|
+
railInsetVerticalRight: string;
|
|
2040
|
+
railInsetVerticalLeft: string;
|
|
2041
|
+
railColor: string;
|
|
1994
2042
|
}, any>> | undefined;
|
|
1995
2043
|
Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
|
|
1996
2044
|
heightTiny: string;
|
|
@@ -56,7 +56,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
56
56
|
calendarValue: import("vue").Ref<number>;
|
|
57
57
|
onUpdateCalendarValue: (value: number) => void;
|
|
58
58
|
yearScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
59
|
-
yearVlRef: import("vue").Ref<import("vueuc").
|
|
59
|
+
yearVlRef: import("vue").Ref<import("vueuc").VVirtualListInst | null>;
|
|
60
60
|
mergedTheme: import("vue").Ref<{
|
|
61
61
|
common: import("../../..").ThemeCommonVars;
|
|
62
62
|
self: {
|
|
@@ -461,8 +461,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
461
461
|
iconColorDisabled: string;
|
|
462
462
|
}, {
|
|
463
463
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
464
|
+
height: string;
|
|
465
|
+
width: string;
|
|
466
|
+
borderRadius: string;
|
|
464
467
|
color: string;
|
|
465
468
|
colorHover: string;
|
|
469
|
+
railInsetHorizontalBottom: string;
|
|
470
|
+
railInsetHorizontalTop: string;
|
|
471
|
+
railInsetVerticalRight: string;
|
|
472
|
+
railInsetVerticalLeft: string;
|
|
473
|
+
railColor: string;
|
|
466
474
|
}, any>;
|
|
467
475
|
Button: import("../../../_mixins").Theme<"Button", {
|
|
468
476
|
heightTiny: string;
|
|
@@ -749,8 +757,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
749
757
|
}, any>;
|
|
750
758
|
}>;
|
|
751
759
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
760
|
+
height: string;
|
|
761
|
+
width: string;
|
|
762
|
+
borderRadius: string;
|
|
752
763
|
color: string;
|
|
753
764
|
colorHover: string;
|
|
765
|
+
railInsetHorizontalBottom: string;
|
|
766
|
+
railInsetHorizontalTop: string;
|
|
767
|
+
railInsetVerticalRight: string;
|
|
768
|
+
railInsetVerticalLeft: string;
|
|
769
|
+
railColor: string;
|
|
754
770
|
}, any>;
|
|
755
771
|
};
|
|
756
772
|
peerOverrides: {
|
|
@@ -767,8 +783,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
767
783
|
TimePicker?: {
|
|
768
784
|
peers?: {
|
|
769
785
|
Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
|
|
786
|
+
height: string;
|
|
787
|
+
width: string;
|
|
788
|
+
borderRadius: string;
|
|
770
789
|
color: string;
|
|
771
790
|
colorHover: string;
|
|
791
|
+
railInsetHorizontalBottom: string;
|
|
792
|
+
railInsetHorizontalTop: string;
|
|
793
|
+
railInsetVerticalRight: string;
|
|
794
|
+
railInsetVerticalLeft: string;
|
|
795
|
+
railColor: string;
|
|
772
796
|
}, any>> | undefined;
|
|
773
797
|
Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
|
|
774
798
|
heightTiny: string;
|
|
@@ -457,8 +457,16 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
457
457
|
iconColorDisabled: string;
|
|
458
458
|
}, {
|
|
459
459
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
460
|
+
height: string;
|
|
461
|
+
width: string;
|
|
462
|
+
borderRadius: string;
|
|
460
463
|
color: string;
|
|
461
464
|
colorHover: string;
|
|
465
|
+
railInsetHorizontalBottom: string;
|
|
466
|
+
railInsetHorizontalTop: string;
|
|
467
|
+
railInsetVerticalRight: string;
|
|
468
|
+
railInsetVerticalLeft: string;
|
|
469
|
+
railColor: string;
|
|
462
470
|
}, any>;
|
|
463
471
|
Button: import("../../../_mixins").Theme<"Button", {
|
|
464
472
|
heightTiny: string;
|
|
@@ -745,8 +753,16 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
745
753
|
}, any>;
|
|
746
754
|
}>;
|
|
747
755
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
756
|
+
height: string;
|
|
757
|
+
width: string;
|
|
758
|
+
borderRadius: string;
|
|
748
759
|
color: string;
|
|
749
760
|
colorHover: string;
|
|
761
|
+
railInsetHorizontalBottom: string;
|
|
762
|
+
railInsetHorizontalTop: string;
|
|
763
|
+
railInsetVerticalRight: string;
|
|
764
|
+
railInsetVerticalLeft: string;
|
|
765
|
+
railColor: string;
|
|
750
766
|
}, any>;
|
|
751
767
|
};
|
|
752
768
|
peerOverrides: {
|
|
@@ -763,8 +779,16 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
763
779
|
TimePicker?: {
|
|
764
780
|
peers?: {
|
|
765
781
|
Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
|
|
782
|
+
height: string;
|
|
783
|
+
width: string;
|
|
784
|
+
borderRadius: string;
|
|
766
785
|
color: string;
|
|
767
786
|
colorHover: string;
|
|
787
|
+
railInsetHorizontalBottom: string;
|
|
788
|
+
railInsetHorizontalTop: string;
|
|
789
|
+
railInsetVerticalRight: string;
|
|
790
|
+
railInsetVerticalLeft: string;
|
|
791
|
+
railColor: string;
|
|
768
792
|
}, any>> | undefined;
|
|
769
793
|
Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
|
|
770
794
|
heightTiny: string;
|
|
@@ -489,8 +489,16 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
489
489
|
iconColorDisabled: string;
|
|
490
490
|
}, {
|
|
491
491
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
492
|
+
height: string;
|
|
493
|
+
width: string;
|
|
494
|
+
borderRadius: string;
|
|
492
495
|
color: string;
|
|
493
496
|
colorHover: string;
|
|
497
|
+
railInsetHorizontalBottom: string;
|
|
498
|
+
railInsetHorizontalTop: string;
|
|
499
|
+
railInsetVerticalRight: string;
|
|
500
|
+
railInsetVerticalLeft: string;
|
|
501
|
+
railColor: string;
|
|
494
502
|
}, any>;
|
|
495
503
|
Button: import("../../../_mixins").Theme<"Button", {
|
|
496
504
|
heightTiny: string;
|
|
@@ -777,8 +785,16 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
777
785
|
}, any>;
|
|
778
786
|
}>;
|
|
779
787
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
788
|
+
height: string;
|
|
789
|
+
width: string;
|
|
790
|
+
borderRadius: string;
|
|
780
791
|
color: string;
|
|
781
792
|
colorHover: string;
|
|
793
|
+
railInsetHorizontalBottom: string;
|
|
794
|
+
railInsetHorizontalTop: string;
|
|
795
|
+
railInsetVerticalRight: string;
|
|
796
|
+
railInsetVerticalLeft: string;
|
|
797
|
+
railColor: string;
|
|
782
798
|
}, any>;
|
|
783
799
|
};
|
|
784
800
|
peerOverrides: {
|
|
@@ -795,8 +811,16 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
795
811
|
TimePicker?: {
|
|
796
812
|
peers?: {
|
|
797
813
|
Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
|
|
814
|
+
height: string;
|
|
815
|
+
width: string;
|
|
816
|
+
borderRadius: string;
|
|
798
817
|
color: string;
|
|
799
818
|
colorHover: string;
|
|
819
|
+
railInsetHorizontalBottom: string;
|
|
820
|
+
railInsetHorizontalTop: string;
|
|
821
|
+
railInsetVerticalRight: string;
|
|
822
|
+
railInsetVerticalLeft: string;
|
|
823
|
+
railColor: string;
|
|
800
824
|
}, any>> | undefined;
|
|
801
825
|
Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
|
|
802
826
|
heightTiny: string;
|
|
@@ -433,8 +433,16 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
433
433
|
iconColorDisabled: string;
|
|
434
434
|
}, {
|
|
435
435
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
436
|
+
height: string;
|
|
437
|
+
width: string;
|
|
438
|
+
borderRadius: string;
|
|
436
439
|
color: string;
|
|
437
440
|
colorHover: string;
|
|
441
|
+
railInsetHorizontalBottom: string;
|
|
442
|
+
railInsetHorizontalTop: string;
|
|
443
|
+
railInsetVerticalRight: string;
|
|
444
|
+
railInsetVerticalLeft: string;
|
|
445
|
+
railColor: string;
|
|
438
446
|
}, any>;
|
|
439
447
|
Button: import("../../../_mixins").Theme<"Button", {
|
|
440
448
|
heightTiny: string;
|
|
@@ -721,8 +729,16 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
721
729
|
}, any>;
|
|
722
730
|
}>;
|
|
723
731
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
732
|
+
height: string;
|
|
733
|
+
width: string;
|
|
734
|
+
borderRadius: string;
|
|
724
735
|
color: string;
|
|
725
736
|
colorHover: string;
|
|
737
|
+
railInsetHorizontalBottom: string;
|
|
738
|
+
railInsetHorizontalTop: string;
|
|
739
|
+
railInsetVerticalRight: string;
|
|
740
|
+
railInsetVerticalLeft: string;
|
|
741
|
+
railColor: string;
|
|
726
742
|
}, any>;
|
|
727
743
|
};
|
|
728
744
|
peerOverrides: {
|
|
@@ -739,8 +755,16 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
739
755
|
TimePicker?: {
|
|
740
756
|
peers?: {
|
|
741
757
|
Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
|
|
758
|
+
height: string;
|
|
759
|
+
width: string;
|
|
760
|
+
borderRadius: string;
|
|
742
761
|
color: string;
|
|
743
762
|
colorHover: string;
|
|
763
|
+
railInsetHorizontalBottom: string;
|
|
764
|
+
railInsetHorizontalTop: string;
|
|
765
|
+
railInsetVerticalRight: string;
|
|
766
|
+
railInsetVerticalLeft: string;
|
|
767
|
+
railColor: string;
|
|
744
768
|
}, any>> | undefined;
|
|
745
769
|
Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
|
|
746
770
|
heightTiny: string;
|
|
@@ -500,8 +500,16 @@ declare const datePickerLight: import("../../_mixins").Theme<"DatePicker", {
|
|
|
500
500
|
iconColorDisabled: string;
|
|
501
501
|
}, {
|
|
502
502
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
503
|
+
height: string;
|
|
504
|
+
width: string;
|
|
505
|
+
borderRadius: string;
|
|
503
506
|
color: string;
|
|
504
507
|
colorHover: string;
|
|
508
|
+
railInsetHorizontalBottom: string;
|
|
509
|
+
railInsetHorizontalTop: string;
|
|
510
|
+
railInsetVerticalRight: string;
|
|
511
|
+
railInsetVerticalLeft: string;
|
|
512
|
+
railColor: string;
|
|
505
513
|
}, any>;
|
|
506
514
|
Button: import("../../_mixins").Theme<"Button", {
|
|
507
515
|
heightTiny: string;
|
|
@@ -788,8 +796,16 @@ declare const datePickerLight: import("../../_mixins").Theme<"DatePicker", {
|
|
|
788
796
|
}, any>;
|
|
789
797
|
}>;
|
|
790
798
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
799
|
+
height: string;
|
|
800
|
+
width: string;
|
|
801
|
+
borderRadius: string;
|
|
791
802
|
color: string;
|
|
792
803
|
colorHover: string;
|
|
804
|
+
railInsetHorizontalBottom: string;
|
|
805
|
+
railInsetHorizontalTop: string;
|
|
806
|
+
railInsetVerticalRight: string;
|
|
807
|
+
railInsetVerticalLeft: string;
|
|
808
|
+
railColor: string;
|
|
793
809
|
}, any>;
|
|
794
810
|
}>;
|
|
795
811
|
export default datePickerLight;
|
|
@@ -57,8 +57,6 @@ export declare const UDialogProvider: import("vue").DefineComponent<{
|
|
|
57
57
|
onAfterEnter?: (() => void) | undefined;
|
|
58
58
|
transformOrigin?: "center" | "mouse" | undefined;
|
|
59
59
|
onClose?: (() => Promise<unknown> | unknown) | undefined;
|
|
60
|
-
autoFocus?: boolean | undefined;
|
|
61
|
-
onEsc?: (() => void) | undefined;
|
|
62
60
|
iconPlacement?: import("./interface").IconPlacement | undefined;
|
|
63
61
|
positiveButtonProps?: {
|
|
64
62
|
type?: import("../../button/src/interface").Type | undefined;
|
|
@@ -796,7 +794,9 @@ export declare const UDialogProvider: import("vue").DefineComponent<{
|
|
|
796
794
|
} | undefined;
|
|
797
795
|
onPositiveClick?: ((e: MouseEvent) => Promise<unknown> | unknown) | undefined;
|
|
798
796
|
onNegativeClick?: ((e: MouseEvent) => Promise<unknown> | unknown) | undefined;
|
|
797
|
+
autoFocus?: boolean | undefined;
|
|
799
798
|
blockScroll?: boolean | undefined;
|
|
799
|
+
onEsc?: (() => void) | undefined;
|
|
800
800
|
onMaskClick?: ((e: MouseEvent) => void) | undefined;
|
|
801
801
|
maskClosable?: boolean | undefined;
|
|
802
802
|
closeOnEsc?: boolean | undefined;
|