@uzum-tech/ui 1.8.2 → 1.9.1
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 +1244 -379
- 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/index.d.ts +1 -1
- package/es/chat/src/Chat.d.ts +321 -11
- package/es/chat/src/Chat.js +73 -22
- package/es/chat/src/ChatListItems.d.ts +104 -0
- package/es/chat/src/ChatMessages.d.ts +104 -0
- package/es/chat/src/ChatParts/ChatAttachment.js +14 -12
- package/es/chat/src/ChatParts/MainArea.d.ts +1 -0
- package/es/chat/src/ChatParts/MainArea.js +95 -57
- package/es/chat/src/ChatParts/Sidebar.d.ts +920 -0
- package/es/chat/src/ChatParts/Sidebar.js +63 -12
- package/es/chat/src/interface.d.ts +24 -3
- package/es/chat/src/styles/index.cssr.js +13 -2
- 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 +1469 -36
- package/es/date-picker/src/DatePicker.js +54 -29
- package/es/date-picker/src/interface.d.ts +1 -0
- package/es/date-picker/src/panel/date.d.ts +166 -1
- package/es/date-picker/src/panel/daterange.d.ts +167 -2
- package/es/date-picker/src/panel/datetime.d.ts +166 -1
- package/es/date-picker/src/panel/datetimerange.d.ts +167 -2
- package/es/date-picker/src/panel/panelMonth.d.ts +332 -2
- package/es/date-picker/src/panel/panelMonthContent.d.ts +166 -1
- package/es/date-picker/src/panel/panelYear.d.ts +332 -2
- package/es/date-picker/src/panel/panelYearContent.d.ts +166 -1
- package/es/date-picker/src/panel/use-calendar.d.ts +165 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +165 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +165 -0
- package/es/date-picker/styles/dark.js +3 -1
- package/es/date-picker/styles/light.d.ts +139 -0
- package/es/date-picker/styles/light.js +3 -1
- package/es/descriptions/src/Descriptions.d.ts +30 -0
- package/es/descriptions/src/Descriptions.js +18 -10
- 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/locales/common/arDZ.js +2 -0
- package/es/locales/common/deDE.js +2 -0
- package/es/locales/common/enGB.js +2 -0
- package/es/locales/common/enUS.d.ts +2 -0
- package/es/locales/common/enUS.js +2 -0
- package/es/locales/common/eo.js +2 -0
- package/es/locales/common/esAR.js +2 -0
- package/es/locales/common/faIR.js +2 -0
- package/es/locales/common/frFR.js +2 -0
- package/es/locales/common/idID.js +2 -0
- package/es/locales/common/itIT.js +2 -0
- package/es/locales/common/jaJP.js +2 -0
- package/es/locales/common/koKR.js +2 -0
- package/es/locales/common/nbNO.js +2 -0
- package/es/locales/common/nlNL.js +2 -0
- package/es/locales/common/plPL.js +2 -0
- package/es/locales/common/ptBR.js +2 -0
- package/es/locales/common/ruRU.js +2 -0
- package/es/locales/common/skSK.js +2 -0
- package/es/locales/common/svSE.js +2 -0
- package/es/locales/common/thTH.js +2 -0
- package/es/locales/common/trTR.js +2 -0
- package/es/locales/common/ukUA.js +2 -0
- package/es/locales/common/viVN.js +2 -0
- package/es/locales/common/zhCN.js +2 -0
- package/es/locales/common/zhTW.js +2 -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/index.d.ts +1 -1
- package/lib/chat/src/Chat.d.ts +321 -11
- package/lib/chat/src/Chat.js +73 -22
- package/lib/chat/src/ChatListItems.d.ts +104 -0
- package/lib/chat/src/ChatMessages.d.ts +104 -0
- package/lib/chat/src/ChatParts/ChatAttachment.js +14 -12
- package/lib/chat/src/ChatParts/MainArea.d.ts +1 -0
- package/lib/chat/src/ChatParts/MainArea.js +94 -56
- package/lib/chat/src/ChatParts/Sidebar.d.ts +920 -0
- package/lib/chat/src/ChatParts/Sidebar.js +62 -11
- package/lib/chat/src/interface.d.ts +24 -3
- package/lib/chat/src/styles/index.cssr.js +13 -2
- 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 +1469 -36
- package/lib/date-picker/src/DatePicker.js +53 -28
- package/lib/date-picker/src/interface.d.ts +1 -0
- package/lib/date-picker/src/panel/date.d.ts +166 -1
- package/lib/date-picker/src/panel/daterange.d.ts +167 -2
- package/lib/date-picker/src/panel/datetime.d.ts +166 -1
- package/lib/date-picker/src/panel/datetimerange.d.ts +167 -2
- package/lib/date-picker/src/panel/panelMonth.d.ts +332 -2
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +166 -1
- package/lib/date-picker/src/panel/panelYear.d.ts +332 -2
- package/lib/date-picker/src/panel/panelYearContent.d.ts +166 -1
- package/lib/date-picker/src/panel/use-calendar.d.ts +165 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +165 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +165 -0
- package/lib/date-picker/styles/dark.js +3 -1
- package/lib/date-picker/styles/light.d.ts +139 -0
- package/lib/date-picker/styles/light.js +3 -1
- package/lib/descriptions/src/Descriptions.d.ts +30 -0
- package/lib/descriptions/src/Descriptions.js +18 -10
- 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/locales/common/arDZ.js +2 -0
- package/lib/locales/common/deDE.js +2 -0
- package/lib/locales/common/enGB.js +2 -0
- package/lib/locales/common/enUS.d.ts +2 -0
- package/lib/locales/common/enUS.js +2 -0
- package/lib/locales/common/eo.js +2 -0
- package/lib/locales/common/esAR.js +2 -0
- package/lib/locales/common/faIR.js +2 -0
- package/lib/locales/common/frFR.js +2 -0
- package/lib/locales/common/idID.js +2 -0
- package/lib/locales/common/itIT.js +2 -0
- package/lib/locales/common/jaJP.js +2 -0
- package/lib/locales/common/koKR.js +2 -0
- package/lib/locales/common/nbNO.js +2 -0
- package/lib/locales/common/nlNL.js +2 -0
- package/lib/locales/common/plPL.js +2 -0
- package/lib/locales/common/ptBR.js +2 -0
- package/lib/locales/common/ruRU.js +2 -0
- package/lib/locales/common/skSK.js +2 -0
- package/lib/locales/common/svSE.js +2 -0
- package/lib/locales/common/thTH.js +2 -0
- package/lib/locales/common/trTR.js +2 -0
- package/lib/locales/common/ukUA.js +2 -0
- package/lib/locales/common/viVN.js +2 -0
- package/lib/locales/common/zhCN.js +2 -0
- package/lib/locales/common/zhTW.js +2 -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 +4 -4
- package/volar.d.ts +1 -0
- package/web-types.json +124 -4
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
const cssr_1 = require("../../../../_utils/cssr");
|
|
7
6
|
const fade_in_cssr_1 = require("../../../../_styles/transitions/fade-in.cssr");
|
|
7
|
+
const cssr_1 = require("../../../../_utils/cssr");
|
|
8
8
|
// vars:
|
|
9
9
|
// --u-scrollbar-bezier
|
|
10
10
|
// --u-scrollbar-color
|
|
@@ -12,6 +12,9 @@ const fade_in_cssr_1 = require("../../../../_styles/transitions/fade-in.cssr");
|
|
|
12
12
|
// --u-scrollbar-width
|
|
13
13
|
// --u-scrollbar-height
|
|
14
14
|
// --u-scrollbar-border-radius
|
|
15
|
+
// --u-scrollbar-rail-inset-horizontal
|
|
16
|
+
// --u-scrollbar-rail-inset-vertical
|
|
17
|
+
// --u-scrollbar-rail-color
|
|
15
18
|
exports.default = (0, cssr_1.cB)('scrollbar', `
|
|
16
19
|
overflow: hidden;
|
|
17
20
|
position: relative;
|
|
@@ -29,40 +32,54 @@ exports.default = (0, cssr_1.cB)('scrollbar', `
|
|
|
29
32
|
width: 0;
|
|
30
33
|
height: 0;
|
|
31
34
|
display: none;
|
|
32
|
-
`), (0, cssr_1.c)('>', [
|
|
35
|
+
`), (0, cssr_1.c)('>', [
|
|
36
|
+
// We can't set overflow hidden since it affects positioning.
|
|
37
|
+
(0, cssr_1.cB)('scrollbar-content', `
|
|
33
38
|
box-sizing: border-box;
|
|
34
39
|
min-width: 100%;
|
|
35
40
|
`)])])]), (0, cssr_1.c)('>, +', [(0, cssr_1.cB)('scrollbar-rail', `
|
|
36
41
|
position: absolute;
|
|
37
42
|
pointer-events: none;
|
|
38
43
|
user-select: none;
|
|
44
|
+
background: var(--u-scrollbar-rail-color);
|
|
39
45
|
-webkit-user-select: none;
|
|
40
46
|
`, [(0, cssr_1.cM)('horizontal', `
|
|
41
|
-
left: 2px;
|
|
42
|
-
right: 2px;
|
|
43
|
-
bottom: 4px;
|
|
44
47
|
height: var(--u-scrollbar-height);
|
|
45
48
|
`, [(0, cssr_1.c)('>', [(0, cssr_1.cE)('scrollbar', `
|
|
46
49
|
height: var(--u-scrollbar-height);
|
|
47
50
|
border-radius: var(--u-scrollbar-border-radius);
|
|
48
51
|
right: 0;
|
|
49
|
-
`)])]), (0, cssr_1.cM)('
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
bottom:
|
|
52
|
+
`)])]), (0, cssr_1.cM)('horizontal--top', `
|
|
53
|
+
top: var(--u-scrollbar-rail-top-horizontal-top);
|
|
54
|
+
right: var(--u-scrollbar-rail-right-horizontal-top);
|
|
55
|
+
bottom: var(--u-scrollbar-rail-bottom-horizontal-top);
|
|
56
|
+
left: var(--u-scrollbar-rail-left-horizontal-top);
|
|
57
|
+
`), (0, cssr_1.cM)('horizontal--bottom', `
|
|
58
|
+
top: var(--u-scrollbar-rail-top-horizontal-bottom);
|
|
59
|
+
right: var(--u-scrollbar-rail-right-horizontal-bottom);
|
|
60
|
+
bottom: var(--u-scrollbar-rail-bottom-horizontal-bottom);
|
|
61
|
+
left: var(--u-scrollbar-rail-left-horizontal-bottom);
|
|
62
|
+
`), (0, cssr_1.cM)('vertical', `
|
|
53
63
|
width: var(--u-scrollbar-width);
|
|
54
64
|
`, [(0, cssr_1.c)('>', [(0, cssr_1.cE)('scrollbar', `
|
|
55
65
|
width: var(--u-scrollbar-width);
|
|
56
66
|
border-radius: var(--u-scrollbar-border-radius);
|
|
57
67
|
bottom: 0;
|
|
58
|
-
`)])]), (0, cssr_1.cM)('
|
|
59
|
-
|
|
60
|
-
|
|
68
|
+
`)])]), (0, cssr_1.cM)('vertical--left', `
|
|
69
|
+
top: var(--u-scrollbar-rail-top-vertical-left);
|
|
70
|
+
right: var(--u-scrollbar-rail-right-vertical-left);
|
|
71
|
+
bottom: var(--u-scrollbar-rail-bottom-vertical-left);
|
|
72
|
+
left: var(--u-scrollbar-rail-left-vertical-left);
|
|
73
|
+
`), (0, cssr_1.cM)('vertical--right', `
|
|
74
|
+
top: var(--u-scrollbar-rail-top-vertical-right);
|
|
75
|
+
right: var(--u-scrollbar-rail-right-vertical-right);
|
|
76
|
+
bottom: var(--u-scrollbar-rail-bottom-vertical-right);
|
|
77
|
+
left: var(--u-scrollbar-rail-left-vertical-right);
|
|
78
|
+
`), (0, cssr_1.cM)('disabled', [(0, cssr_1.c)('>', [(0, cssr_1.cE)('scrollbar', 'pointer-events: none;')])]), (0, cssr_1.c)('>', [(0, cssr_1.cE)('scrollbar', `
|
|
79
|
+
z-index: 1;
|
|
61
80
|
position: absolute;
|
|
62
81
|
cursor: pointer;
|
|
63
82
|
pointer-events: all;
|
|
64
83
|
background-color: var(--u-scrollbar-color);
|
|
65
84
|
transition: background-color .2s var(--u-scrollbar-bezier);
|
|
66
|
-
`, [(0, fade_in_cssr_1.fadeInTransition)(), (0, cssr_1.c)('&:hover',
|
|
67
|
-
backgroundColor: 'var(--u-scrollbar-color-hover)'
|
|
68
|
-
})])])])])]);
|
|
85
|
+
`, [(0, fade_in_cssr_1.fadeInTransition)(), (0, cssr_1.c)('&:hover', 'background-color: var(--u-scrollbar-color-hover);')])])])])]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.commonVars = void 0;
|
|
4
|
+
exports.commonVars = {
|
|
5
|
+
railInsetHorizontalBottom: 'auto 2px 4px 2px',
|
|
6
|
+
railInsetHorizontalTop: '4px 2px auto 2px',
|
|
7
|
+
railInsetVerticalRight: '2px 4px 2px auto',
|
|
8
|
+
railInsetVerticalLeft: '2px auto 2px 4px',
|
|
9
|
+
railColor: 'transparent'
|
|
10
|
+
};
|
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
import type { ThemeCommonVars } from '../../../_styles/common';
|
|
2
2
|
import type { Theme } from '../../../_mixins';
|
|
3
3
|
export declare const self: (vars: ThemeCommonVars) => {
|
|
4
|
+
height: string;
|
|
5
|
+
width: string;
|
|
6
|
+
borderRadius: string;
|
|
4
7
|
color: string;
|
|
5
8
|
colorHover: string;
|
|
9
|
+
railInsetHorizontalBottom: string;
|
|
10
|
+
railInsetHorizontalTop: string;
|
|
11
|
+
railInsetVerticalRight: string;
|
|
12
|
+
railInsetVerticalLeft: string;
|
|
13
|
+
railColor: string;
|
|
6
14
|
};
|
|
7
15
|
export type ScrollbarThemeVars = ReturnType<typeof self>;
|
|
8
16
|
declare const scrollbarLight: Theme<'Scrollbar', ScrollbarThemeVars>;
|
|
@@ -2,12 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.self = void 0;
|
|
4
4
|
const common_1 = require("../../../_styles/common");
|
|
5
|
+
const common_2 = require("./common");
|
|
5
6
|
const self = (vars) => {
|
|
6
|
-
const { scrollbarColor, scrollbarColorHover } = vars;
|
|
7
|
-
return {
|
|
8
|
-
color: scrollbarColor,
|
|
9
|
-
colorHover: scrollbarColorHover
|
|
10
|
-
};
|
|
7
|
+
const { scrollbarColor, scrollbarColorHover, scrollbarHeight, scrollbarWidth, scrollbarBorderRadius } = vars;
|
|
8
|
+
return Object.assign(Object.assign({}, common_2.commonVars), { height: scrollbarHeight, width: scrollbarWidth, borderRadius: scrollbarBorderRadius, color: scrollbarColor, colorHover: scrollbarColorHover });
|
|
11
9
|
};
|
|
12
10
|
exports.self = self;
|
|
13
11
|
const scrollbarLight = {
|
|
@@ -101,8 +101,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
101
|
loadingColor: string;
|
|
102
102
|
}, {
|
|
103
103
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
104
|
+
height: string;
|
|
105
|
+
width: string;
|
|
106
|
+
borderRadius: string;
|
|
104
107
|
color: string;
|
|
105
108
|
colorHover: string;
|
|
109
|
+
railInsetHorizontalBottom: string;
|
|
110
|
+
railInsetHorizontalTop: string;
|
|
111
|
+
railInsetVerticalRight: string;
|
|
112
|
+
railInsetVerticalLeft: string;
|
|
113
|
+
railColor: string;
|
|
106
114
|
}, any>;
|
|
107
115
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
108
116
|
iconSizeSmall: string;
|
|
@@ -158,8 +166,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
158
166
|
loadingColor: string;
|
|
159
167
|
}, {
|
|
160
168
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
169
|
+
height: string;
|
|
170
|
+
width: string;
|
|
171
|
+
borderRadius: string;
|
|
161
172
|
color: string;
|
|
162
173
|
colorHover: string;
|
|
174
|
+
railInsetHorizontalBottom: string;
|
|
175
|
+
railInsetHorizontalTop: string;
|
|
176
|
+
railInsetVerticalRight: string;
|
|
177
|
+
railInsetVerticalLeft: string;
|
|
178
|
+
railColor: string;
|
|
163
179
|
}, any>;
|
|
164
180
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
165
181
|
iconSizeSmall: string;
|
|
@@ -215,8 +231,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
215
231
|
loadingColor: string;
|
|
216
232
|
}, {
|
|
217
233
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
234
|
+
height: string;
|
|
235
|
+
width: string;
|
|
236
|
+
borderRadius: string;
|
|
218
237
|
color: string;
|
|
219
238
|
colorHover: string;
|
|
239
|
+
railInsetHorizontalBottom: string;
|
|
240
|
+
railInsetHorizontalTop: string;
|
|
241
|
+
railInsetVerticalRight: string;
|
|
242
|
+
railInsetVerticalLeft: string;
|
|
243
|
+
railColor: string;
|
|
220
244
|
}, any>;
|
|
221
245
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
222
246
|
iconSizeSmall: string;
|
|
@@ -280,8 +304,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
280
304
|
};
|
|
281
305
|
peers: {
|
|
282
306
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
307
|
+
height: string;
|
|
308
|
+
width: string;
|
|
309
|
+
borderRadius: string;
|
|
283
310
|
color: string;
|
|
284
311
|
colorHover: string;
|
|
312
|
+
railInsetHorizontalBottom: string;
|
|
313
|
+
railInsetHorizontalTop: string;
|
|
314
|
+
railInsetVerticalRight: string;
|
|
315
|
+
railInsetVerticalLeft: string;
|
|
316
|
+
railColor: string;
|
|
285
317
|
}, any>;
|
|
286
318
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
287
319
|
iconSizeSmall: string;
|
|
@@ -319,7 +351,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
319
351
|
virtualListRef: import("vue").Ref<{
|
|
320
352
|
listElRef: HTMLElement;
|
|
321
353
|
itemsElRef: HTMLElement | null;
|
|
322
|
-
scrollTo: import("vueuc
|
|
354
|
+
scrollTo: import("vueuc").VVirtualListScrollTo;
|
|
323
355
|
} | null>;
|
|
324
356
|
scrollbarRef: import("vue").Ref<{
|
|
325
357
|
$el: HTMLElement;
|
|
@@ -475,8 +507,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
475
507
|
loadingColor: string;
|
|
476
508
|
}, {
|
|
477
509
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
510
|
+
height: string;
|
|
511
|
+
width: string;
|
|
512
|
+
borderRadius: string;
|
|
478
513
|
color: string;
|
|
479
514
|
colorHover: string;
|
|
515
|
+
railInsetHorizontalBottom: string;
|
|
516
|
+
railInsetHorizontalTop: string;
|
|
517
|
+
railInsetVerticalRight: string;
|
|
518
|
+
railInsetVerticalLeft: string;
|
|
519
|
+
railColor: string;
|
|
480
520
|
}, any>;
|
|
481
521
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
482
522
|
iconSizeSmall: string;
|
|
@@ -532,8 +572,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
532
572
|
loadingColor: string;
|
|
533
573
|
}, {
|
|
534
574
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
575
|
+
height: string;
|
|
576
|
+
width: string;
|
|
577
|
+
borderRadius: string;
|
|
535
578
|
color: string;
|
|
536
579
|
colorHover: string;
|
|
580
|
+
railInsetHorizontalBottom: string;
|
|
581
|
+
railInsetHorizontalTop: string;
|
|
582
|
+
railInsetVerticalRight: string;
|
|
583
|
+
railInsetVerticalLeft: string;
|
|
584
|
+
railColor: string;
|
|
537
585
|
}, any>;
|
|
538
586
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
539
587
|
iconSizeSmall: string;
|
|
@@ -589,8 +637,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
589
637
|
loadingColor: string;
|
|
590
638
|
}, {
|
|
591
639
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
640
|
+
height: string;
|
|
641
|
+
width: string;
|
|
642
|
+
borderRadius: string;
|
|
592
643
|
color: string;
|
|
593
644
|
colorHover: string;
|
|
645
|
+
railInsetHorizontalBottom: string;
|
|
646
|
+
railInsetHorizontalTop: string;
|
|
647
|
+
railInsetVerticalRight: string;
|
|
648
|
+
railInsetVerticalLeft: string;
|
|
649
|
+
railColor: string;
|
|
594
650
|
}, any>;
|
|
595
651
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
596
652
|
iconSizeSmall: string;
|
|
@@ -67,8 +67,16 @@ declare const internalSelectMenuLight: import("../../../_mixins").Theme<"Interna
|
|
|
67
67
|
loadingColor: string;
|
|
68
68
|
}, {
|
|
69
69
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
70
|
+
height: string;
|
|
71
|
+
width: string;
|
|
72
|
+
borderRadius: string;
|
|
70
73
|
color: string;
|
|
71
74
|
colorHover: string;
|
|
75
|
+
railInsetHorizontalBottom: string;
|
|
76
|
+
railInsetHorizontalTop: string;
|
|
77
|
+
railInsetVerticalRight: string;
|
|
78
|
+
railInsetVerticalLeft: string;
|
|
79
|
+
railColor: string;
|
|
72
80
|
}, any>;
|
|
73
81
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
74
82
|
iconSizeSmall: string;
|
|
@@ -608,7 +608,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
608
608
|
singleElRef: import("vue").Ref<HTMLElement | null>;
|
|
609
609
|
patternInputWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
610
610
|
overflowRef: import("vue").Ref<{
|
|
611
|
-
sync: (
|
|
611
|
+
sync: (options: {
|
|
612
|
+
showAllItemsBeforeCalculate: boolean;
|
|
613
|
+
}) => void;
|
|
612
614
|
} | null>;
|
|
613
615
|
inputTagElRef: import("vue").Ref<HTMLElement | null>;
|
|
614
616
|
handleMouseDown: (e: MouseEvent) => void;
|
|
@@ -113,7 +113,9 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
113
113
|
if (patternInputEl) {
|
|
114
114
|
patternInputEl.style.width = `${patternInputMirrorEl.offsetWidth}px`;
|
|
115
115
|
if (props.maxTagCount !== 'responsive') {
|
|
116
|
-
(_a = overflowRef.value) === null || _a === void 0 ? void 0 : _a.sync(
|
|
116
|
+
(_a = overflowRef.value) === null || _a === void 0 ? void 0 : _a.sync({
|
|
117
|
+
showAllItemsBeforeCalculate: false
|
|
118
|
+
});
|
|
117
119
|
}
|
|
118
120
|
}
|
|
119
121
|
}
|
package/lib/_utils/css/index.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.resolveSize = exports.color2Class = exports.formatLength = void 0;
|
|
3
|
+
exports.rtlInset = exports.resolveSize = exports.color2Class = exports.formatLength = void 0;
|
|
4
4
|
var format_length_1 = require("./format-length");
|
|
5
5
|
Object.defineProperty(exports, "formatLength", { enumerable: true, get: function () { return format_length_1.formatLength; } });
|
|
6
6
|
var color_to_class_1 = require("./color-to-class");
|
|
7
7
|
Object.defineProperty(exports, "color2Class", { enumerable: true, get: function () { return color_to_class_1.color2Class; } });
|
|
8
8
|
var normalize_size_1 = require("./normalize-size");
|
|
9
9
|
Object.defineProperty(exports, "resolveSize", { enumerable: true, get: function () { return normalize_size_1.resolveSize; } });
|
|
10
|
+
var rtl_inset_1 = require("./rtl-inset");
|
|
11
|
+
Object.defineProperty(exports, "rtlInset", { enumerable: true, get: function () { return rtl_inset_1.rtlInset; } });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function rtlInset(inset: string): string;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.rtlInset = rtlInset;
|
|
4
|
+
const seemly_1 = require("seemly");
|
|
5
|
+
function rtlInset(inset) {
|
|
6
|
+
const { left, right, top, bottom } = (0, seemly_1.getPadding)(inset);
|
|
7
|
+
return `${top} ${left} ${bottom} ${right}`;
|
|
8
|
+
}
|
package/lib/_utils/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export { call, keep, omit, flatten, getSlot, getVNodeChildren, keysOf, render, g
|
|
|
2
2
|
export type { MaybeArray } from './vue';
|
|
3
3
|
export { warn, warnOnce, throwError, smallerSize, largerSize, getTitleAttribute, isArrayShallowEqual } from './uzum';
|
|
4
4
|
export type { ExtractPublicPropTypes, ExtractInternalPropTypes, Mutable } from './uzum';
|
|
5
|
-
export { formatLength, color2Class, resolveSize } from './css';
|
|
5
|
+
export { formatLength, color2Class, resolveSize, rtlInset } from './css';
|
|
6
6
|
export { createKey } from './cssr';
|
|
7
7
|
export { isJsdom } from './env/is-jsdom';
|
|
8
8
|
export { isBrowser } from './env/is-browser';
|
package/lib/_utils/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.createStylesWithSingleColor = exports.markEventEffectPerformed = exports.eventEffectNotPerformed = exports.isBrowser = exports.isJsdom = exports.createKey = exports.resolveSize = exports.color2Class = exports.formatLength = exports.isArrayShallowEqual = exports.getTitleAttribute = exports.largerSize = exports.smallerSize = exports.throwError = exports.warnOnce = exports.warn = exports.Wrapper = exports.resolveWrappedSlotWithProps = exports.isNodeVShowFalse = exports.mergeEventHandlers = exports.isSlotEmpty = exports.resolveWrappedSlot = exports.resolveSlotWithProps = exports.resolveSlot = exports.createInjectionKey = exports.createRefSetter = exports.createDataKey = exports.getFirstSlotVNode = exports.render = exports.keysOf = exports.getVNodeChildren = exports.getSlot = exports.flatten = exports.omit = exports.keep = exports.call = void 0;
|
|
17
|
+
exports.createStylesWithSingleColor = exports.markEventEffectPerformed = exports.eventEffectNotPerformed = exports.isBrowser = exports.isJsdom = exports.createKey = exports.rtlInset = exports.resolveSize = exports.color2Class = exports.formatLength = exports.isArrayShallowEqual = exports.getTitleAttribute = exports.largerSize = exports.smallerSize = exports.throwError = exports.warnOnce = exports.warn = exports.Wrapper = exports.resolveWrappedSlotWithProps = exports.isNodeVShowFalse = exports.mergeEventHandlers = exports.isSlotEmpty = exports.resolveWrappedSlot = exports.resolveSlotWithProps = exports.resolveSlot = exports.createInjectionKey = exports.createRefSetter = exports.createDataKey = exports.getFirstSlotVNode = exports.render = exports.keysOf = exports.getVNodeChildren = exports.getSlot = exports.flatten = exports.omit = exports.keep = exports.call = void 0;
|
|
18
18
|
var vue_1 = require("./vue");
|
|
19
19
|
Object.defineProperty(exports, "call", { enumerable: true, get: function () { return vue_1.call; } });
|
|
20
20
|
Object.defineProperty(exports, "keep", { enumerable: true, get: function () { return vue_1.keep; } });
|
|
@@ -48,6 +48,7 @@ var css_1 = require("./css");
|
|
|
48
48
|
Object.defineProperty(exports, "formatLength", { enumerable: true, get: function () { return css_1.formatLength; } });
|
|
49
49
|
Object.defineProperty(exports, "color2Class", { enumerable: true, get: function () { return css_1.color2Class; } });
|
|
50
50
|
Object.defineProperty(exports, "resolveSize", { enumerable: true, get: function () { return css_1.resolveSize; } });
|
|
51
|
+
Object.defineProperty(exports, "rtlInset", { enumerable: true, get: function () { return css_1.rtlInset; } });
|
|
51
52
|
var cssr_1 = require("./cssr");
|
|
52
53
|
Object.defineProperty(exports, "createKey", { enumerable: true, get: function () { return cssr_1.createKey; } });
|
|
53
54
|
var is_jsdom_1 = require("./env/is-jsdom");
|
|
@@ -100,8 +100,16 @@ export declare const autoCompleteProps: {
|
|
|
100
100
|
loadingColor: string;
|
|
101
101
|
}, {
|
|
102
102
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
103
|
+
height: string;
|
|
104
|
+
width: string;
|
|
105
|
+
borderRadius: string;
|
|
103
106
|
color: string;
|
|
104
107
|
colorHover: string;
|
|
108
|
+
railInsetHorizontalBottom: string;
|
|
109
|
+
railInsetHorizontalTop: string;
|
|
110
|
+
railInsetVerticalRight: string;
|
|
111
|
+
railInsetVerticalLeft: string;
|
|
112
|
+
railColor: string;
|
|
105
113
|
}, any>;
|
|
106
114
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
107
115
|
iconSizeSmall: string;
|
|
@@ -225,8 +233,16 @@ export declare const autoCompleteProps: {
|
|
|
225
233
|
loadingColor: string;
|
|
226
234
|
}, {
|
|
227
235
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
236
|
+
height: string;
|
|
237
|
+
width: string;
|
|
238
|
+
borderRadius: string;
|
|
228
239
|
color: string;
|
|
229
240
|
colorHover: string;
|
|
241
|
+
railInsetHorizontalBottom: string;
|
|
242
|
+
railInsetHorizontalTop: string;
|
|
243
|
+
railInsetVerticalRight: string;
|
|
244
|
+
railInsetVerticalLeft: string;
|
|
245
|
+
railColor: string;
|
|
230
246
|
}, any>;
|
|
231
247
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
232
248
|
iconSizeSmall: string;
|
|
@@ -350,8 +366,16 @@ export declare const autoCompleteProps: {
|
|
|
350
366
|
loadingColor: string;
|
|
351
367
|
}, {
|
|
352
368
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
369
|
+
height: string;
|
|
370
|
+
width: string;
|
|
371
|
+
borderRadius: string;
|
|
353
372
|
color: string;
|
|
354
373
|
colorHover: string;
|
|
374
|
+
railInsetHorizontalBottom: string;
|
|
375
|
+
railInsetHorizontalTop: string;
|
|
376
|
+
railInsetVerticalRight: string;
|
|
377
|
+
railInsetVerticalLeft: string;
|
|
378
|
+
railColor: string;
|
|
355
379
|
}, any>;
|
|
356
380
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
357
381
|
iconSizeSmall: string;
|
|
@@ -533,8 +557,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
533
557
|
loadingColor: string;
|
|
534
558
|
}, {
|
|
535
559
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
560
|
+
height: string;
|
|
561
|
+
width: string;
|
|
562
|
+
borderRadius: string;
|
|
536
563
|
color: string;
|
|
537
564
|
colorHover: string;
|
|
565
|
+
railInsetHorizontalBottom: string;
|
|
566
|
+
railInsetHorizontalTop: string;
|
|
567
|
+
railInsetVerticalRight: string;
|
|
568
|
+
railInsetVerticalLeft: string;
|
|
569
|
+
railColor: string;
|
|
538
570
|
}, any>;
|
|
539
571
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
540
572
|
iconSizeSmall: string;
|
|
@@ -658,8 +690,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
658
690
|
loadingColor: string;
|
|
659
691
|
}, {
|
|
660
692
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
693
|
+
height: string;
|
|
694
|
+
width: string;
|
|
695
|
+
borderRadius: string;
|
|
661
696
|
color: string;
|
|
662
697
|
colorHover: string;
|
|
698
|
+
railInsetHorizontalBottom: string;
|
|
699
|
+
railInsetHorizontalTop: string;
|
|
700
|
+
railInsetVerticalRight: string;
|
|
701
|
+
railInsetVerticalLeft: string;
|
|
702
|
+
railColor: string;
|
|
663
703
|
}, any>;
|
|
664
704
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
665
705
|
iconSizeSmall: string;
|
|
@@ -783,8 +823,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
783
823
|
loadingColor: string;
|
|
784
824
|
}, {
|
|
785
825
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
826
|
+
height: string;
|
|
827
|
+
width: string;
|
|
828
|
+
borderRadius: string;
|
|
786
829
|
color: string;
|
|
787
830
|
colorHover: string;
|
|
831
|
+
railInsetHorizontalBottom: string;
|
|
832
|
+
railInsetHorizontalTop: string;
|
|
833
|
+
railInsetVerticalRight: string;
|
|
834
|
+
railInsetVerticalLeft: string;
|
|
835
|
+
railColor: string;
|
|
788
836
|
}, any>;
|
|
789
837
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
790
838
|
iconSizeSmall: string;
|
|
@@ -952,8 +1000,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
952
1000
|
loadingColor: string;
|
|
953
1001
|
}, {
|
|
954
1002
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1003
|
+
height: string;
|
|
1004
|
+
width: string;
|
|
1005
|
+
borderRadius: string;
|
|
955
1006
|
color: string;
|
|
956
1007
|
colorHover: string;
|
|
1008
|
+
railInsetHorizontalBottom: string;
|
|
1009
|
+
railInsetHorizontalTop: string;
|
|
1010
|
+
railInsetVerticalRight: string;
|
|
1011
|
+
railInsetVerticalLeft: string;
|
|
1012
|
+
railColor: string;
|
|
957
1013
|
}, any>;
|
|
958
1014
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
959
1015
|
iconSizeSmall: string;
|
|
@@ -1044,8 +1100,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1044
1100
|
InternalSelectMenu?: {
|
|
1045
1101
|
peers?: {
|
|
1046
1102
|
Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
1103
|
+
height: string;
|
|
1104
|
+
width: string;
|
|
1105
|
+
borderRadius: string;
|
|
1047
1106
|
color: string;
|
|
1048
1107
|
colorHover: string;
|
|
1108
|
+
railInsetHorizontalBottom: string;
|
|
1109
|
+
railInsetHorizontalTop: string;
|
|
1110
|
+
railInsetVerticalRight: string;
|
|
1111
|
+
railInsetVerticalLeft: string;
|
|
1112
|
+
railColor: string;
|
|
1049
1113
|
}, any>> | undefined;
|
|
1050
1114
|
Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
|
|
1051
1115
|
iconSizeSmall: string;
|
|
@@ -1177,8 +1241,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1177
1241
|
loadingColor: string;
|
|
1178
1242
|
}, {
|
|
1179
1243
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1244
|
+
height: string;
|
|
1245
|
+
width: string;
|
|
1246
|
+
borderRadius: string;
|
|
1180
1247
|
color: string;
|
|
1181
1248
|
colorHover: string;
|
|
1249
|
+
railInsetHorizontalBottom: string;
|
|
1250
|
+
railInsetHorizontalTop: string;
|
|
1251
|
+
railInsetVerticalRight: string;
|
|
1252
|
+
railInsetVerticalLeft: string;
|
|
1253
|
+
railColor: string;
|
|
1182
1254
|
}, any>;
|
|
1183
1255
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1184
1256
|
iconSizeSmall: string;
|
|
@@ -1302,8 +1374,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1302
1374
|
loadingColor: string;
|
|
1303
1375
|
}, {
|
|
1304
1376
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1377
|
+
height: string;
|
|
1378
|
+
width: string;
|
|
1379
|
+
borderRadius: string;
|
|
1305
1380
|
color: string;
|
|
1306
1381
|
colorHover: string;
|
|
1382
|
+
railInsetHorizontalBottom: string;
|
|
1383
|
+
railInsetHorizontalTop: string;
|
|
1384
|
+
railInsetVerticalRight: string;
|
|
1385
|
+
railInsetVerticalLeft: string;
|
|
1386
|
+
railColor: string;
|
|
1307
1387
|
}, any>;
|
|
1308
1388
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1309
1389
|
iconSizeSmall: string;
|
|
@@ -1427,8 +1507,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1427
1507
|
loadingColor: string;
|
|
1428
1508
|
}, {
|
|
1429
1509
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1510
|
+
height: string;
|
|
1511
|
+
width: string;
|
|
1512
|
+
borderRadius: string;
|
|
1430
1513
|
color: string;
|
|
1431
1514
|
colorHover: string;
|
|
1515
|
+
railInsetHorizontalBottom: string;
|
|
1516
|
+
railInsetHorizontalTop: string;
|
|
1517
|
+
railInsetVerticalRight: string;
|
|
1518
|
+
railInsetVerticalLeft: string;
|
|
1519
|
+
railColor: string;
|
|
1432
1520
|
}, any>;
|
|
1433
1521
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1434
1522
|
iconSizeSmall: string;
|
|
@@ -39,8 +39,16 @@ declare const autoCompleteLight: import("../../_mixins").Theme<"AutoComplete", {
|
|
|
39
39
|
loadingColor: string;
|
|
40
40
|
}, {
|
|
41
41
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
42
|
+
height: string;
|
|
43
|
+
width: string;
|
|
44
|
+
borderRadius: string;
|
|
42
45
|
color: string;
|
|
43
46
|
colorHover: string;
|
|
47
|
+
railInsetHorizontalBottom: string;
|
|
48
|
+
railInsetHorizontalTop: string;
|
|
49
|
+
railInsetVerticalRight: string;
|
|
50
|
+
railInsetVerticalLeft: string;
|
|
51
|
+
railColor: string;
|
|
44
52
|
}, any>;
|
|
45
53
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
46
54
|
iconSizeSmall: string;
|
|
@@ -250,8 +250,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
250
250
|
}, any>>>;
|
|
251
251
|
}>>, {
|
|
252
252
|
readonly right: string | number;
|
|
253
|
-
readonly to: string | HTMLElement;
|
|
254
253
|
readonly bottom: string | number;
|
|
254
|
+
readonly to: string | HTMLElement;
|
|
255
255
|
readonly show: boolean | undefined;
|
|
256
256
|
readonly 'onUpdate:show': Function;
|
|
257
257
|
readonly visibilityHeight: number;
|