@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
|
@@ -135,8 +135,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
135
135
|
__invertScrollbar: string;
|
|
136
136
|
}, {
|
|
137
137
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
138
|
+
height: string;
|
|
139
|
+
width: string;
|
|
140
|
+
borderRadius: string;
|
|
138
141
|
color: string;
|
|
139
142
|
colorHover: string;
|
|
143
|
+
railInsetHorizontalBottom: string;
|
|
144
|
+
railInsetHorizontalTop: string;
|
|
145
|
+
railInsetVerticalRight: string;
|
|
146
|
+
railInsetVerticalLeft: string;
|
|
147
|
+
railColor: string;
|
|
140
148
|
}, any>;
|
|
141
149
|
}>>;
|
|
142
150
|
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Layout", {
|
|
@@ -167,8 +175,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
167
175
|
__invertScrollbar: string;
|
|
168
176
|
}, {
|
|
169
177
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
178
|
+
height: string;
|
|
179
|
+
width: string;
|
|
180
|
+
borderRadius: string;
|
|
170
181
|
color: string;
|
|
171
182
|
colorHover: string;
|
|
183
|
+
railInsetHorizontalBottom: string;
|
|
184
|
+
railInsetHorizontalTop: string;
|
|
185
|
+
railInsetVerticalRight: string;
|
|
186
|
+
railInsetVerticalLeft: string;
|
|
187
|
+
railColor: string;
|
|
172
188
|
}, any>;
|
|
173
189
|
}>>>;
|
|
174
190
|
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Layout", {
|
|
@@ -199,8 +215,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
199
215
|
__invertScrollbar: string;
|
|
200
216
|
}, {
|
|
201
217
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
218
|
+
height: string;
|
|
219
|
+
width: string;
|
|
220
|
+
borderRadius: string;
|
|
202
221
|
color: string;
|
|
203
222
|
colorHover: string;
|
|
223
|
+
railInsetHorizontalBottom: string;
|
|
224
|
+
railInsetHorizontalTop: string;
|
|
225
|
+
railInsetVerticalRight: string;
|
|
226
|
+
railInsetVerticalLeft: string;
|
|
227
|
+
railColor: string;
|
|
204
228
|
}, any>;
|
|
205
229
|
}>>>;
|
|
206
230
|
}, {
|
|
@@ -250,8 +274,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
250
274
|
};
|
|
251
275
|
peers: {
|
|
252
276
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
277
|
+
height: string;
|
|
278
|
+
width: string;
|
|
279
|
+
borderRadius: string;
|
|
253
280
|
color: string;
|
|
254
281
|
colorHover: string;
|
|
282
|
+
railInsetHorizontalBottom: string;
|
|
283
|
+
railInsetHorizontalTop: string;
|
|
284
|
+
railInsetVerticalRight: string;
|
|
285
|
+
railInsetVerticalLeft: string;
|
|
286
|
+
railColor: string;
|
|
255
287
|
}, any>;
|
|
256
288
|
};
|
|
257
289
|
peerOverrides: {
|
|
@@ -353,8 +385,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
353
385
|
__invertScrollbar: string;
|
|
354
386
|
}, {
|
|
355
387
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
388
|
+
height: string;
|
|
389
|
+
width: string;
|
|
390
|
+
borderRadius: string;
|
|
356
391
|
color: string;
|
|
357
392
|
colorHover: string;
|
|
393
|
+
railInsetHorizontalBottom: string;
|
|
394
|
+
railInsetHorizontalTop: string;
|
|
395
|
+
railInsetVerticalRight: string;
|
|
396
|
+
railInsetVerticalLeft: string;
|
|
397
|
+
railColor: string;
|
|
358
398
|
}, any>;
|
|
359
399
|
}>>;
|
|
360
400
|
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Layout", {
|
|
@@ -385,8 +425,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
385
425
|
__invertScrollbar: string;
|
|
386
426
|
}, {
|
|
387
427
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
428
|
+
height: string;
|
|
429
|
+
width: string;
|
|
430
|
+
borderRadius: string;
|
|
388
431
|
color: string;
|
|
389
432
|
colorHover: string;
|
|
433
|
+
railInsetHorizontalBottom: string;
|
|
434
|
+
railInsetHorizontalTop: string;
|
|
435
|
+
railInsetVerticalRight: string;
|
|
436
|
+
railInsetVerticalLeft: string;
|
|
437
|
+
railColor: string;
|
|
390
438
|
}, any>;
|
|
391
439
|
}>>>;
|
|
392
440
|
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Layout", {
|
|
@@ -417,8 +465,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
417
465
|
__invertScrollbar: string;
|
|
418
466
|
}, {
|
|
419
467
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
468
|
+
height: string;
|
|
469
|
+
width: string;
|
|
470
|
+
borderRadius: string;
|
|
420
471
|
color: string;
|
|
421
472
|
colorHover: string;
|
|
473
|
+
railInsetHorizontalBottom: string;
|
|
474
|
+
railInsetHorizontalTop: string;
|
|
475
|
+
railInsetVerticalRight: string;
|
|
476
|
+
railInsetVerticalLeft: string;
|
|
477
|
+
railColor: string;
|
|
422
478
|
}, any>;
|
|
423
479
|
}>>>;
|
|
424
480
|
}>>, {
|
|
@@ -55,8 +55,16 @@ declare const layoutLight: import("../../_mixins").Theme<"Layout", {
|
|
|
55
55
|
__invertScrollbar: string;
|
|
56
56
|
}, {
|
|
57
57
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
58
|
+
height: string;
|
|
59
|
+
width: string;
|
|
60
|
+
borderRadius: string;
|
|
58
61
|
color: string;
|
|
59
62
|
colorHover: string;
|
|
63
|
+
railInsetHorizontalBottom: string;
|
|
64
|
+
railInsetHorizontalTop: string;
|
|
65
|
+
railInsetVerticalRight: string;
|
|
66
|
+
railInsetVerticalLeft: string;
|
|
67
|
+
railColor: string;
|
|
60
68
|
}, any>;
|
|
61
69
|
}>;
|
|
62
70
|
export default layoutLight;
|
|
@@ -106,8 +106,16 @@ export declare const transferProps: {
|
|
|
106
106
|
labelPadding: string;
|
|
107
107
|
}, any>;
|
|
108
108
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
109
|
+
height: string;
|
|
110
|
+
width: string;
|
|
111
|
+
borderRadius: string;
|
|
109
112
|
color: string;
|
|
110
113
|
colorHover: string;
|
|
114
|
+
railInsetHorizontalBottom: string;
|
|
115
|
+
railInsetHorizontalTop: string;
|
|
116
|
+
railInsetVerticalRight: string;
|
|
117
|
+
railInsetVerticalLeft: string;
|
|
118
|
+
railColor: string;
|
|
111
119
|
}, any>;
|
|
112
120
|
Input: import("../../_mixins").Theme<"Input", {
|
|
113
121
|
paddingTiny: string;
|
|
@@ -489,8 +497,16 @@ export declare const transferProps: {
|
|
|
489
497
|
labelPadding: string;
|
|
490
498
|
}, any>;
|
|
491
499
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
500
|
+
height: string;
|
|
501
|
+
width: string;
|
|
502
|
+
borderRadius: string;
|
|
492
503
|
color: string;
|
|
493
504
|
colorHover: string;
|
|
505
|
+
railInsetHorizontalBottom: string;
|
|
506
|
+
railInsetHorizontalTop: string;
|
|
507
|
+
railInsetVerticalRight: string;
|
|
508
|
+
railInsetVerticalLeft: string;
|
|
509
|
+
railColor: string;
|
|
494
510
|
}, any>;
|
|
495
511
|
Input: import("../../_mixins").Theme<"Input", {
|
|
496
512
|
paddingTiny: string;
|
|
@@ -872,8 +888,16 @@ export declare const transferProps: {
|
|
|
872
888
|
labelPadding: string;
|
|
873
889
|
}, any>;
|
|
874
890
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
891
|
+
height: string;
|
|
892
|
+
width: string;
|
|
893
|
+
borderRadius: string;
|
|
875
894
|
color: string;
|
|
876
895
|
colorHover: string;
|
|
896
|
+
railInsetHorizontalBottom: string;
|
|
897
|
+
railInsetHorizontalTop: string;
|
|
898
|
+
railInsetVerticalRight: string;
|
|
899
|
+
railInsetVerticalLeft: string;
|
|
900
|
+
railColor: string;
|
|
877
901
|
}, any>;
|
|
878
902
|
Input: import("../../_mixins").Theme<"Input", {
|
|
879
903
|
paddingTiny: string;
|
|
@@ -1285,8 +1309,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1285
1309
|
labelPadding: string;
|
|
1286
1310
|
}, any>;
|
|
1287
1311
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1312
|
+
height: string;
|
|
1313
|
+
width: string;
|
|
1314
|
+
borderRadius: string;
|
|
1288
1315
|
color: string;
|
|
1289
1316
|
colorHover: string;
|
|
1317
|
+
railInsetHorizontalBottom: string;
|
|
1318
|
+
railInsetHorizontalTop: string;
|
|
1319
|
+
railInsetVerticalRight: string;
|
|
1320
|
+
railInsetVerticalLeft: string;
|
|
1321
|
+
railColor: string;
|
|
1290
1322
|
}, any>;
|
|
1291
1323
|
Input: import("../../_mixins").Theme<"Input", {
|
|
1292
1324
|
paddingTiny: string;
|
|
@@ -1668,8 +1700,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1668
1700
|
labelPadding: string;
|
|
1669
1701
|
}, any>;
|
|
1670
1702
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1703
|
+
height: string;
|
|
1704
|
+
width: string;
|
|
1705
|
+
borderRadius: string;
|
|
1671
1706
|
color: string;
|
|
1672
1707
|
colorHover: string;
|
|
1708
|
+
railInsetHorizontalBottom: string;
|
|
1709
|
+
railInsetHorizontalTop: string;
|
|
1710
|
+
railInsetVerticalRight: string;
|
|
1711
|
+
railInsetVerticalLeft: string;
|
|
1712
|
+
railColor: string;
|
|
1673
1713
|
}, any>;
|
|
1674
1714
|
Input: import("../../_mixins").Theme<"Input", {
|
|
1675
1715
|
paddingTiny: string;
|
|
@@ -2051,8 +2091,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2051
2091
|
labelPadding: string;
|
|
2052
2092
|
}, any>;
|
|
2053
2093
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2094
|
+
height: string;
|
|
2095
|
+
width: string;
|
|
2096
|
+
borderRadius: string;
|
|
2054
2097
|
color: string;
|
|
2055
2098
|
colorHover: string;
|
|
2099
|
+
railInsetHorizontalBottom: string;
|
|
2100
|
+
railInsetHorizontalTop: string;
|
|
2101
|
+
railInsetVerticalRight: string;
|
|
2102
|
+
railInsetVerticalLeft: string;
|
|
2103
|
+
railColor: string;
|
|
2056
2104
|
}, any>;
|
|
2057
2105
|
Input: import("../../_mixins").Theme<"Input", {
|
|
2058
2106
|
paddingTiny: string;
|
|
@@ -2447,8 +2495,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2447
2495
|
labelPadding: string;
|
|
2448
2496
|
}, any>;
|
|
2449
2497
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2498
|
+
height: string;
|
|
2499
|
+
width: string;
|
|
2500
|
+
borderRadius: string;
|
|
2450
2501
|
color: string;
|
|
2451
2502
|
colorHover: string;
|
|
2503
|
+
railInsetHorizontalBottom: string;
|
|
2504
|
+
railInsetHorizontalTop: string;
|
|
2505
|
+
railInsetVerticalRight: string;
|
|
2506
|
+
railInsetVerticalLeft: string;
|
|
2507
|
+
railColor: string;
|
|
2452
2508
|
}, any>;
|
|
2453
2509
|
Input: import("../../_mixins").Theme<"Input", {
|
|
2454
2510
|
paddingTiny: string;
|
|
@@ -2923,8 +2979,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2923
2979
|
labelPadding: string;
|
|
2924
2980
|
}, any>;
|
|
2925
2981
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2982
|
+
height: string;
|
|
2983
|
+
width: string;
|
|
2984
|
+
borderRadius: string;
|
|
2926
2985
|
color: string;
|
|
2927
2986
|
colorHover: string;
|
|
2987
|
+
railInsetHorizontalBottom: string;
|
|
2988
|
+
railInsetHorizontalTop: string;
|
|
2989
|
+
railInsetVerticalRight: string;
|
|
2990
|
+
railInsetVerticalLeft: string;
|
|
2991
|
+
railColor: string;
|
|
2928
2992
|
}, any>;
|
|
2929
2993
|
Input: import("../../_mixins").Theme<"Input", {
|
|
2930
2994
|
paddingTiny: string;
|
|
@@ -3306,8 +3370,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3306
3370
|
labelPadding: string;
|
|
3307
3371
|
}, any>;
|
|
3308
3372
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3373
|
+
height: string;
|
|
3374
|
+
width: string;
|
|
3375
|
+
borderRadius: string;
|
|
3309
3376
|
color: string;
|
|
3310
3377
|
colorHover: string;
|
|
3378
|
+
railInsetHorizontalBottom: string;
|
|
3379
|
+
railInsetHorizontalTop: string;
|
|
3380
|
+
railInsetVerticalRight: string;
|
|
3381
|
+
railInsetVerticalLeft: string;
|
|
3382
|
+
railColor: string;
|
|
3311
3383
|
}, any>;
|
|
3312
3384
|
Input: import("../../_mixins").Theme<"Input", {
|
|
3313
3385
|
paddingTiny: string;
|
|
@@ -3689,8 +3761,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3689
3761
|
labelPadding: string;
|
|
3690
3762
|
}, any>;
|
|
3691
3763
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3764
|
+
height: string;
|
|
3765
|
+
width: string;
|
|
3766
|
+
borderRadius: string;
|
|
3692
3767
|
color: string;
|
|
3693
3768
|
colorHover: string;
|
|
3769
|
+
railInsetHorizontalBottom: string;
|
|
3770
|
+
railInsetHorizontalTop: string;
|
|
3771
|
+
railInsetVerticalRight: string;
|
|
3772
|
+
railInsetVerticalLeft: string;
|
|
3773
|
+
railColor: string;
|
|
3694
3774
|
}, any>;
|
|
3695
3775
|
Input: import("../../_mixins").Theme<"Input", {
|
|
3696
3776
|
paddingTiny: string;
|
|
@@ -97,8 +97,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
97
|
labelPadding: string;
|
|
98
98
|
}, any>;
|
|
99
99
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
100
|
+
height: string;
|
|
101
|
+
width: string;
|
|
102
|
+
borderRadius: string;
|
|
100
103
|
color: string;
|
|
101
104
|
colorHover: string;
|
|
105
|
+
railInsetHorizontalBottom: string;
|
|
106
|
+
railInsetHorizontalTop: string;
|
|
107
|
+
railInsetVerticalRight: string;
|
|
108
|
+
railInsetVerticalLeft: string;
|
|
109
|
+
railColor: string;
|
|
102
110
|
}, any>;
|
|
103
111
|
Input: import("../../_mixins").Theme<"Input", {
|
|
104
112
|
paddingTiny: string;
|
|
@@ -110,8 +110,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
110
|
labelPadding: string;
|
|
111
111
|
}, any>;
|
|
112
112
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
113
|
+
height: string;
|
|
114
|
+
width: string;
|
|
115
|
+
borderRadius: string;
|
|
113
116
|
color: string;
|
|
114
117
|
colorHover: string;
|
|
118
|
+
railInsetHorizontalBottom: string;
|
|
119
|
+
railInsetHorizontalTop: string;
|
|
120
|
+
railInsetVerticalRight: string;
|
|
121
|
+
railInsetVerticalLeft: string;
|
|
122
|
+
railColor: string;
|
|
115
123
|
}, any>;
|
|
116
124
|
Input: import("../../_mixins").Theme<"Input", {
|
|
117
125
|
paddingTiny: string;
|
|
@@ -460,7 +468,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
460
468
|
vlInstRef: import("vue").Ref<{
|
|
461
469
|
listElRef: HTMLElement;
|
|
462
470
|
itemsElRef: HTMLElement | null;
|
|
463
|
-
scrollTo: import("vueuc
|
|
471
|
+
scrollTo: import("vueuc").VVirtualListScrollTo;
|
|
464
472
|
} | null>;
|
|
465
473
|
syncVLScroller: () => void;
|
|
466
474
|
scrollContainer: () => HTMLElement | null;
|
|
@@ -97,8 +97,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
97
|
labelPadding: string;
|
|
98
98
|
}, any>;
|
|
99
99
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
100
|
+
height: string;
|
|
101
|
+
width: string;
|
|
102
|
+
borderRadius: string;
|
|
100
103
|
color: string;
|
|
101
104
|
colorHover: string;
|
|
105
|
+
railInsetHorizontalBottom: string;
|
|
106
|
+
railInsetHorizontalTop: string;
|
|
107
|
+
railInsetVerticalRight: string;
|
|
108
|
+
railInsetVerticalLeft: string;
|
|
109
|
+
railColor: string;
|
|
102
110
|
}, any>;
|
|
103
111
|
Input: import("../../_mixins").Theme<"Input", {
|
|
104
112
|
paddingTiny: string;
|
|
@@ -101,8 +101,16 @@ declare const transferLight: import("../../_mixins").Theme<"Transfer", {
|
|
|
101
101
|
labelPadding: string;
|
|
102
102
|
}, any>;
|
|
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
|
Input: import("../../_mixins").Theme<"Input", {
|
|
108
116
|
paddingTiny: string;
|
package/lib/locales/common/eo.js
CHANGED
|
@@ -136,6 +136,8 @@ const ruRu = {
|
|
|
136
136
|
typingText: 'Печатает...',
|
|
137
137
|
retryText: 'Повторно отправить',
|
|
138
138
|
closeButtonText: 'Завершить чат',
|
|
139
|
+
shareButtonTooltip: 'Поделиться чатом',
|
|
140
|
+
profileButtonTooltip: 'Просмотреть профиль',
|
|
139
141
|
unreadNotificationText: 'новых сообщений'
|
|
140
142
|
}
|
|
141
143
|
};
|