@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
package/lib/chat/src/Chat.js
CHANGED
|
@@ -61,6 +61,21 @@ exports.chatProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props), {
|
|
|
61
61
|
}, headerIconProps: {
|
|
62
62
|
type: Object,
|
|
63
63
|
default: undefined
|
|
64
|
+
}, headerShareButtonProps: {
|
|
65
|
+
type: Object,
|
|
66
|
+
default: undefined
|
|
67
|
+
}, headerProfileButtonProps: {
|
|
68
|
+
type: Object,
|
|
69
|
+
default: undefined
|
|
70
|
+
}, headerCloseButtonProps: {
|
|
71
|
+
type: Object,
|
|
72
|
+
default: undefined
|
|
73
|
+
}, headerShareIconProps: {
|
|
74
|
+
type: Object,
|
|
75
|
+
default: undefined
|
|
76
|
+
}, headerProfileIconProps: {
|
|
77
|
+
type: Object,
|
|
78
|
+
default: undefined
|
|
64
79
|
}, messageSenderAvatarProps: {
|
|
65
80
|
type: Object,
|
|
66
81
|
default: undefined
|
|
@@ -97,6 +112,12 @@ exports.chatProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props), {
|
|
|
97
112
|
}, closeButtonText: {
|
|
98
113
|
type: String,
|
|
99
114
|
default: undefined
|
|
115
|
+
}, shareButtonTooltip: {
|
|
116
|
+
type: String,
|
|
117
|
+
default: undefined
|
|
118
|
+
}, profileButtonTooltip: {
|
|
119
|
+
type: String,
|
|
120
|
+
default: undefined
|
|
100
121
|
}, unreadNotificationText: {
|
|
101
122
|
type: String,
|
|
102
123
|
default: undefined
|
|
@@ -136,7 +157,7 @@ exports.chatProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props), {
|
|
|
136
157
|
}, onFilterChange: {
|
|
137
158
|
type: Function,
|
|
138
159
|
default: undefined
|
|
139
|
-
},
|
|
160
|
+
}, onFooterInputChange: {
|
|
140
161
|
type: Function,
|
|
141
162
|
default: undefined
|
|
142
163
|
}, onNetworkError: {
|
|
@@ -148,6 +169,18 @@ exports.chatProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props), {
|
|
|
148
169
|
}, onSendError: {
|
|
149
170
|
type: Function,
|
|
150
171
|
default: undefined
|
|
172
|
+
}, onChatItemsScrollToTop: {
|
|
173
|
+
type: Function,
|
|
174
|
+
default: undefined
|
|
175
|
+
}, onChatItemsScrollToBottom: {
|
|
176
|
+
type: Function,
|
|
177
|
+
default: undefined
|
|
178
|
+
}, onMessagesScrollToTop: {
|
|
179
|
+
type: Function,
|
|
180
|
+
default: undefined
|
|
181
|
+
}, onMessagesScrollToBottom: {
|
|
182
|
+
type: Function,
|
|
183
|
+
default: undefined
|
|
151
184
|
} });
|
|
152
185
|
exports.default = (0, vue_1.defineComponent)({
|
|
153
186
|
name: 'Chat',
|
|
@@ -159,12 +192,16 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
159
192
|
'attachment-upload',
|
|
160
193
|
'mark-messages-read',
|
|
161
194
|
'filter-change',
|
|
162
|
-
'
|
|
195
|
+
'footer-input-change',
|
|
163
196
|
'network-error',
|
|
164
197
|
'upload-error',
|
|
165
|
-
'send-error'
|
|
198
|
+
'send-error',
|
|
199
|
+
'chat-items-scroll-to-top',
|
|
200
|
+
'chat-items-scroll-to-bottom',
|
|
201
|
+
'messages-scroll-to-top',
|
|
202
|
+
'messages-scroll-to-bottom'
|
|
166
203
|
],
|
|
167
|
-
setup(props, { slots, emit }) {
|
|
204
|
+
setup(props, { slots, emit, expose }) {
|
|
168
205
|
const { mergedClsPrefixRef } = (0, _mixins_1.useConfig)(props);
|
|
169
206
|
const themeRef = (0, _mixins_1.useTheme)('Chat', '-chat', index_cssr_1.default, styles_1.chatLight, props, mergedClsPrefixRef);
|
|
170
207
|
const { localeRef } = (0, _mixins_1.useLocale)('Chat');
|
|
@@ -277,37 +314,25 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
277
314
|
emit('message-send', content, attachments);
|
|
278
315
|
};
|
|
279
316
|
const handleMessageRetry = (message) => {
|
|
280
|
-
var _a;
|
|
281
317
|
emit('message-retry', message);
|
|
282
|
-
(_a = props.onMessageRetry) === null || _a === void 0 ? void 0 : _a.call(props, message);
|
|
283
318
|
};
|
|
284
319
|
const markMessagesAsRead = (chatId) => {
|
|
285
320
|
emit('mark-messages-read', chatId);
|
|
286
321
|
};
|
|
287
322
|
const handleFilterChange = (filter) => {
|
|
288
|
-
var _a;
|
|
289
323
|
emit('filter-change', filter);
|
|
290
|
-
(_a = props.onFilterChange) === null || _a === void 0 ? void 0 : _a.call(props, filter);
|
|
291
324
|
};
|
|
292
|
-
const
|
|
293
|
-
|
|
294
|
-
emit('load-more-chats', { offset, limit });
|
|
295
|
-
(_a = props.onLoadMoreChats) === null || _a === void 0 ? void 0 : _a.call(props, offset, limit);
|
|
325
|
+
const handleFooterInputChange = (value, chatId) => {
|
|
326
|
+
emit('footer-input-change', value, chatId);
|
|
296
327
|
};
|
|
297
328
|
const handleNetworkError = (error) => {
|
|
298
|
-
var _a;
|
|
299
329
|
emit('network-error', error);
|
|
300
|
-
(_a = props.onNetworkError) === null || _a === void 0 ? void 0 : _a.call(props, error);
|
|
301
330
|
};
|
|
302
331
|
const handleUploadError = (error) => {
|
|
303
|
-
var _a;
|
|
304
332
|
emit('upload-error', error);
|
|
305
|
-
(_a = props.onUploadError) === null || _a === void 0 ? void 0 : _a.call(props, error);
|
|
306
333
|
};
|
|
307
334
|
const handleSendError = (error) => {
|
|
308
|
-
var _a;
|
|
309
335
|
emit('send-error', error);
|
|
310
|
-
(_a = props.onSendError) === null || _a === void 0 ? void 0 : _a.call(props, error);
|
|
311
336
|
};
|
|
312
337
|
const mergedInputPlaceholderRef = (0, vue_1.computed)(() => {
|
|
313
338
|
var _a;
|
|
@@ -320,6 +345,8 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
320
345
|
const mergedRetryTextRef = (0, vue_1.computed)(() => { var _a; return (_a = props.retryText) !== null && _a !== void 0 ? _a : localeRef.value.retryText; });
|
|
321
346
|
const mergedTypingTextRef = (0, vue_1.computed)(() => { var _a; return (_a = props.typingText) !== null && _a !== void 0 ? _a : localeRef.value.typingText; });
|
|
322
347
|
const mergedCloseButtonTextRef = (0, vue_1.computed)(() => { var _a; return (_a = props.closeButtonText) !== null && _a !== void 0 ? _a : localeRef.value.closeButtonText; });
|
|
348
|
+
const mergedShareButtonTooltipRef = (0, vue_1.computed)(() => { var _a; return (_a = props.shareButtonTooltip) !== null && _a !== void 0 ? _a : localeRef.value.shareButtonTooltip; });
|
|
349
|
+
const mergedProfileButtonTooltipRef = (0, vue_1.computed)(() => { var _a; return (_a = props.profileButtonTooltip) !== null && _a !== void 0 ? _a : localeRef.value.profileButtonTooltip; });
|
|
323
350
|
const mergedUnreadNotificationTextRef = (0, vue_1.computed)(() => { var _a; return (_a = props.unreadNotificationText) !== null && _a !== void 0 ? _a : localeRef.value.unreadNotificationText; });
|
|
324
351
|
(0, vue_1.provide)(interface_1.chatInjectionKey, {
|
|
325
352
|
mergedClsPrefixRef,
|
|
@@ -341,6 +368,11 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
341
368
|
emptyPropsRef: (0, vue_1.toRef)(props, 'emptyProps'),
|
|
342
369
|
headerButtonPropsRef: (0, vue_1.toRef)(props, 'headerButtonProps'),
|
|
343
370
|
headerIconPropsRef: (0, vue_1.toRef)(props, 'headerIconProps'),
|
|
371
|
+
headerShareButtonPropsRef: (0, vue_1.toRef)(props, 'headerShareButtonProps'),
|
|
372
|
+
headerProfileButtonPropsRef: (0, vue_1.toRef)(props, 'headerProfileButtonProps'),
|
|
373
|
+
headerCloseButtonPropsRef: (0, vue_1.toRef)(props, 'headerCloseButtonProps'),
|
|
374
|
+
headerShareIconPropsRef: (0, vue_1.toRef)(props, 'headerShareIconProps'),
|
|
375
|
+
headerProfileIconPropsRef: (0, vue_1.toRef)(props, 'headerProfileIconProps'),
|
|
344
376
|
messageSenderAvatarPropsRef: (0, vue_1.toRef)(props, 'messageSenderAvatarProps'),
|
|
345
377
|
messageUploadPropsRef: (0, vue_1.toRef)(props, 'messageUploadProps'),
|
|
346
378
|
messageButtonPropsRef: (0, vue_1.toRef)(props, 'messageButtonProps'),
|
|
@@ -353,6 +385,8 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
353
385
|
retryTextRef: mergedRetryTextRef,
|
|
354
386
|
typingTextRef: mergedTypingTextRef,
|
|
355
387
|
closeButtonTextRef: mergedCloseButtonTextRef,
|
|
388
|
+
shareButtonTooltipRef: mergedShareButtonTooltipRef,
|
|
389
|
+
profileButtonTooltipRef: mergedProfileButtonTooltipRef,
|
|
356
390
|
unreadNotificationTextRef: mergedUnreadNotificationTextRef,
|
|
357
391
|
notificationsShownSetRef: notificationsShownSet,
|
|
358
392
|
unreadCountsBeforeReadRef: unreadCountsBeforeRead,
|
|
@@ -362,20 +396,37 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
362
396
|
handleMessageRetry,
|
|
363
397
|
markMessagesAsRead,
|
|
364
398
|
handleFilterChange,
|
|
365
|
-
|
|
399
|
+
handleFooterInputChange,
|
|
366
400
|
handleNetworkError,
|
|
367
401
|
handleUploadError,
|
|
368
402
|
handleSendError,
|
|
369
403
|
onChatClose: (0, vue_1.toRef)(props, 'onChatClose'),
|
|
370
404
|
onChatShare: (0, vue_1.toRef)(props, 'onChatShare'),
|
|
371
|
-
onUserProfile: (0, vue_1.toRef)(props, 'onUserProfile')
|
|
405
|
+
onUserProfile: (0, vue_1.toRef)(props, 'onUserProfile'),
|
|
406
|
+
onChatItemsScrollToTop: (0, vue_1.toRef)(props, 'onChatItemsScrollToTop'),
|
|
407
|
+
onChatItemsScrollToBottom: (0, vue_1.toRef)(props, 'onChatItemsScrollToBottom'),
|
|
408
|
+
onMessagesScrollToTop: (0, vue_1.toRef)(props, 'onMessagesScrollToTop'),
|
|
409
|
+
onMessagesScrollToBottom: (0, vue_1.toRef)(props, 'onMessagesScrollToBottom')
|
|
410
|
+
});
|
|
411
|
+
const mainAreaRef = (0, vue_1.ref)(null);
|
|
412
|
+
const scrollToBottom = () => {
|
|
413
|
+
var _a;
|
|
414
|
+
(_a = mainAreaRef.value) === null || _a === void 0 ? void 0 : _a.scrollToBottom();
|
|
415
|
+
};
|
|
416
|
+
const sendMessage = (content, attachments) => {
|
|
417
|
+
handleMessageSend(content, attachments);
|
|
418
|
+
};
|
|
419
|
+
expose({
|
|
420
|
+
scrollToBottom,
|
|
421
|
+
sendMessage
|
|
372
422
|
});
|
|
373
423
|
return {
|
|
374
424
|
mergedClsPrefix: mergedClsPrefixRef,
|
|
375
425
|
mergedTheme: themeRef,
|
|
376
426
|
cssVars: cssVarsRef,
|
|
377
427
|
themeClass: themeClassHandle === null || themeClassHandle === void 0 ? void 0 : themeClassHandle.themeClass,
|
|
378
|
-
onRender: themeClassHandle === null || themeClassHandle === void 0 ? void 0 : themeClassHandle.onRender
|
|
428
|
+
onRender: themeClassHandle === null || themeClassHandle === void 0 ? void 0 : themeClassHandle.onRender,
|
|
429
|
+
mainAreaRef
|
|
379
430
|
};
|
|
380
431
|
},
|
|
381
432
|
render() {
|
|
@@ -398,7 +449,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
398
449
|
]),
|
|
399
450
|
this.selectedChatId &&
|
|
400
451
|
(0, _utils_1.resolveSlot)($slots.default, () => [
|
|
401
|
-
(0, vue_1.h)(MainArea_1.default,
|
|
452
|
+
(0, vue_1.h)(MainArea_1.default, { ref: "mainAreaRef" }, {
|
|
402
453
|
headerActions: $slots.headerActions
|
|
403
454
|
})
|
|
404
455
|
])))
|
|
@@ -328,8 +328,16 @@ export declare const chatListItemsProps: {
|
|
|
328
328
|
loadingColor: string;
|
|
329
329
|
}, {
|
|
330
330
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
331
|
+
height: string;
|
|
332
|
+
width: string;
|
|
333
|
+
borderRadius: string;
|
|
331
334
|
color: string;
|
|
332
335
|
colorHover: string;
|
|
336
|
+
railInsetHorizontalBottom: string;
|
|
337
|
+
railInsetHorizontalTop: string;
|
|
338
|
+
railInsetVerticalRight: string;
|
|
339
|
+
railInsetVerticalLeft: string;
|
|
340
|
+
railColor: string;
|
|
333
341
|
}, any>;
|
|
334
342
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
335
343
|
iconSizeSmall: string;
|
|
@@ -985,8 +993,16 @@ export declare const chatListItemsProps: {
|
|
|
985
993
|
loadingColor: string;
|
|
986
994
|
}, {
|
|
987
995
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
996
|
+
height: string;
|
|
997
|
+
width: string;
|
|
998
|
+
borderRadius: string;
|
|
988
999
|
color: string;
|
|
989
1000
|
colorHover: string;
|
|
1001
|
+
railInsetHorizontalBottom: string;
|
|
1002
|
+
railInsetHorizontalTop: string;
|
|
1003
|
+
railInsetVerticalRight: string;
|
|
1004
|
+
railInsetVerticalLeft: string;
|
|
1005
|
+
railColor: string;
|
|
990
1006
|
}, any>;
|
|
991
1007
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
992
1008
|
iconSizeSmall: string;
|
|
@@ -1642,8 +1658,16 @@ export declare const chatListItemsProps: {
|
|
|
1642
1658
|
loadingColor: string;
|
|
1643
1659
|
}, {
|
|
1644
1660
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1661
|
+
height: string;
|
|
1662
|
+
width: string;
|
|
1663
|
+
borderRadius: string;
|
|
1645
1664
|
color: string;
|
|
1646
1665
|
colorHover: string;
|
|
1666
|
+
railInsetHorizontalBottom: string;
|
|
1667
|
+
railInsetHorizontalTop: string;
|
|
1668
|
+
railInsetVerticalRight: string;
|
|
1669
|
+
railInsetVerticalLeft: string;
|
|
1670
|
+
railColor: string;
|
|
1647
1671
|
}, any>;
|
|
1648
1672
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1649
1673
|
iconSizeSmall: string;
|
|
@@ -2346,8 +2370,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2346
2370
|
loadingColor: string;
|
|
2347
2371
|
}, {
|
|
2348
2372
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2373
|
+
height: string;
|
|
2374
|
+
width: string;
|
|
2375
|
+
borderRadius: string;
|
|
2349
2376
|
color: string;
|
|
2350
2377
|
colorHover: string;
|
|
2378
|
+
railInsetHorizontalBottom: string;
|
|
2379
|
+
railInsetHorizontalTop: string;
|
|
2380
|
+
railInsetVerticalRight: string;
|
|
2381
|
+
railInsetVerticalLeft: string;
|
|
2382
|
+
railColor: string;
|
|
2351
2383
|
}, any>;
|
|
2352
2384
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2353
2385
|
iconSizeSmall: string;
|
|
@@ -3003,8 +3035,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3003
3035
|
loadingColor: string;
|
|
3004
3036
|
}, {
|
|
3005
3037
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3038
|
+
height: string;
|
|
3039
|
+
width: string;
|
|
3040
|
+
borderRadius: string;
|
|
3006
3041
|
color: string;
|
|
3007
3042
|
colorHover: string;
|
|
3043
|
+
railInsetHorizontalBottom: string;
|
|
3044
|
+
railInsetHorizontalTop: string;
|
|
3045
|
+
railInsetVerticalRight: string;
|
|
3046
|
+
railInsetVerticalLeft: string;
|
|
3047
|
+
railColor: string;
|
|
3008
3048
|
}, any>;
|
|
3009
3049
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3010
3050
|
iconSizeSmall: string;
|
|
@@ -3660,8 +3700,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3660
3700
|
loadingColor: string;
|
|
3661
3701
|
}, {
|
|
3662
3702
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3703
|
+
height: string;
|
|
3704
|
+
width: string;
|
|
3705
|
+
borderRadius: string;
|
|
3663
3706
|
color: string;
|
|
3664
3707
|
colorHover: string;
|
|
3708
|
+
railInsetHorizontalBottom: string;
|
|
3709
|
+
railInsetHorizontalTop: string;
|
|
3710
|
+
railInsetVerticalRight: string;
|
|
3711
|
+
railInsetVerticalLeft: string;
|
|
3712
|
+
railColor: string;
|
|
3665
3713
|
}, any>;
|
|
3666
3714
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3667
3715
|
iconSizeSmall: string;
|
|
@@ -4322,8 +4370,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4322
4370
|
loadingColor: string;
|
|
4323
4371
|
}, {
|
|
4324
4372
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4373
|
+
height: string;
|
|
4374
|
+
width: string;
|
|
4375
|
+
borderRadius: string;
|
|
4325
4376
|
color: string;
|
|
4326
4377
|
colorHover: string;
|
|
4378
|
+
railInsetHorizontalBottom: string;
|
|
4379
|
+
railInsetHorizontalTop: string;
|
|
4380
|
+
railInsetVerticalRight: string;
|
|
4381
|
+
railInsetVerticalLeft: string;
|
|
4382
|
+
railColor: string;
|
|
4327
4383
|
}, any>;
|
|
4328
4384
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4329
4385
|
iconSizeSmall: string;
|
|
@@ -4870,8 +4926,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4870
4926
|
loadingColor: string;
|
|
4871
4927
|
}, {
|
|
4872
4928
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4929
|
+
height: string;
|
|
4930
|
+
width: string;
|
|
4931
|
+
borderRadius: string;
|
|
4873
4932
|
color: string;
|
|
4874
4933
|
colorHover: string;
|
|
4934
|
+
railInsetHorizontalBottom: string;
|
|
4935
|
+
railInsetHorizontalTop: string;
|
|
4936
|
+
railInsetVerticalRight: string;
|
|
4937
|
+
railInsetVerticalLeft: string;
|
|
4938
|
+
railColor: string;
|
|
4875
4939
|
}, any>;
|
|
4876
4940
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4877
4941
|
iconSizeSmall: string;
|
|
@@ -5208,8 +5272,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5208
5272
|
loadingColor: string;
|
|
5209
5273
|
}, {
|
|
5210
5274
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
5275
|
+
height: string;
|
|
5276
|
+
width: string;
|
|
5277
|
+
borderRadius: string;
|
|
5211
5278
|
color: string;
|
|
5212
5279
|
colorHover: string;
|
|
5280
|
+
railInsetHorizontalBottom: string;
|
|
5281
|
+
railInsetHorizontalTop: string;
|
|
5282
|
+
railInsetVerticalRight: string;
|
|
5283
|
+
railInsetVerticalLeft: string;
|
|
5284
|
+
railColor: string;
|
|
5213
5285
|
}, any>;
|
|
5214
5286
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5215
5287
|
iconSizeSmall: string;
|
|
@@ -5756,8 +5828,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5756
5828
|
loadingColor: string;
|
|
5757
5829
|
}, {
|
|
5758
5830
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
5831
|
+
height: string;
|
|
5832
|
+
width: string;
|
|
5833
|
+
borderRadius: string;
|
|
5759
5834
|
color: string;
|
|
5760
5835
|
colorHover: string;
|
|
5836
|
+
railInsetHorizontalBottom: string;
|
|
5837
|
+
railInsetHorizontalTop: string;
|
|
5838
|
+
railInsetVerticalRight: string;
|
|
5839
|
+
railInsetVerticalLeft: string;
|
|
5840
|
+
railColor: string;
|
|
5761
5841
|
}, any>;
|
|
5762
5842
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5763
5843
|
iconSizeSmall: string;
|
|
@@ -6162,8 +6242,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6162
6242
|
loadingColor: string;
|
|
6163
6243
|
}, {
|
|
6164
6244
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
6245
|
+
height: string;
|
|
6246
|
+
width: string;
|
|
6247
|
+
borderRadius: string;
|
|
6165
6248
|
color: string;
|
|
6166
6249
|
colorHover: string;
|
|
6250
|
+
railInsetHorizontalBottom: string;
|
|
6251
|
+
railInsetHorizontalTop: string;
|
|
6252
|
+
railInsetVerticalRight: string;
|
|
6253
|
+
railInsetVerticalLeft: string;
|
|
6254
|
+
railColor: string;
|
|
6167
6255
|
}, any>;
|
|
6168
6256
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
6169
6257
|
iconSizeSmall: string;
|
|
@@ -6819,8 +6907,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6819
6907
|
loadingColor: string;
|
|
6820
6908
|
}, {
|
|
6821
6909
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
6910
|
+
height: string;
|
|
6911
|
+
width: string;
|
|
6912
|
+
borderRadius: string;
|
|
6822
6913
|
color: string;
|
|
6823
6914
|
colorHover: string;
|
|
6915
|
+
railInsetHorizontalBottom: string;
|
|
6916
|
+
railInsetHorizontalTop: string;
|
|
6917
|
+
railInsetVerticalRight: string;
|
|
6918
|
+
railInsetVerticalLeft: string;
|
|
6919
|
+
railColor: string;
|
|
6824
6920
|
}, any>;
|
|
6825
6921
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
6826
6922
|
iconSizeSmall: string;
|
|
@@ -7476,8 +7572,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7476
7572
|
loadingColor: string;
|
|
7477
7573
|
}, {
|
|
7478
7574
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
7575
|
+
height: string;
|
|
7576
|
+
width: string;
|
|
7577
|
+
borderRadius: string;
|
|
7479
7578
|
color: string;
|
|
7480
7579
|
colorHover: string;
|
|
7580
|
+
railInsetHorizontalBottom: string;
|
|
7581
|
+
railInsetHorizontalTop: string;
|
|
7582
|
+
railInsetVerticalRight: string;
|
|
7583
|
+
railInsetVerticalLeft: string;
|
|
7584
|
+
railColor: string;
|
|
7481
7585
|
}, any>;
|
|
7482
7586
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
7483
7587
|
iconSizeSmall: string;
|
|
@@ -330,8 +330,16 @@ export declare const chatMessagesProps: {
|
|
|
330
330
|
loadingColor: string;
|
|
331
331
|
}, {
|
|
332
332
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
333
|
+
height: string;
|
|
334
|
+
width: string;
|
|
335
|
+
borderRadius: string;
|
|
333
336
|
color: string;
|
|
334
337
|
colorHover: string;
|
|
338
|
+
railInsetHorizontalBottom: string;
|
|
339
|
+
railInsetHorizontalTop: string;
|
|
340
|
+
railInsetVerticalRight: string;
|
|
341
|
+
railInsetVerticalLeft: string;
|
|
342
|
+
railColor: string;
|
|
335
343
|
}, any>;
|
|
336
344
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
337
345
|
iconSizeSmall: string;
|
|
@@ -987,8 +995,16 @@ export declare const chatMessagesProps: {
|
|
|
987
995
|
loadingColor: string;
|
|
988
996
|
}, {
|
|
989
997
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
998
|
+
height: string;
|
|
999
|
+
width: string;
|
|
1000
|
+
borderRadius: string;
|
|
990
1001
|
color: string;
|
|
991
1002
|
colorHover: string;
|
|
1003
|
+
railInsetHorizontalBottom: string;
|
|
1004
|
+
railInsetHorizontalTop: string;
|
|
1005
|
+
railInsetVerticalRight: string;
|
|
1006
|
+
railInsetVerticalLeft: string;
|
|
1007
|
+
railColor: string;
|
|
992
1008
|
}, any>;
|
|
993
1009
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
994
1010
|
iconSizeSmall: string;
|
|
@@ -1644,8 +1660,16 @@ export declare const chatMessagesProps: {
|
|
|
1644
1660
|
loadingColor: string;
|
|
1645
1661
|
}, {
|
|
1646
1662
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1663
|
+
height: string;
|
|
1664
|
+
width: string;
|
|
1665
|
+
borderRadius: string;
|
|
1647
1666
|
color: string;
|
|
1648
1667
|
colorHover: string;
|
|
1668
|
+
railInsetHorizontalBottom: string;
|
|
1669
|
+
railInsetHorizontalTop: string;
|
|
1670
|
+
railInsetVerticalRight: string;
|
|
1671
|
+
railInsetVerticalLeft: string;
|
|
1672
|
+
railColor: string;
|
|
1649
1673
|
}, any>;
|
|
1650
1674
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1651
1675
|
iconSizeSmall: string;
|
|
@@ -2352,8 +2376,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2352
2376
|
loadingColor: string;
|
|
2353
2377
|
}, {
|
|
2354
2378
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2379
|
+
height: string;
|
|
2380
|
+
width: string;
|
|
2381
|
+
borderRadius: string;
|
|
2355
2382
|
color: string;
|
|
2356
2383
|
colorHover: string;
|
|
2384
|
+
railInsetHorizontalBottom: string;
|
|
2385
|
+
railInsetHorizontalTop: string;
|
|
2386
|
+
railInsetVerticalRight: string;
|
|
2387
|
+
railInsetVerticalLeft: string;
|
|
2388
|
+
railColor: string;
|
|
2357
2389
|
}, any>;
|
|
2358
2390
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2359
2391
|
iconSizeSmall: string;
|
|
@@ -3009,8 +3041,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3009
3041
|
loadingColor: string;
|
|
3010
3042
|
}, {
|
|
3011
3043
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3044
|
+
height: string;
|
|
3045
|
+
width: string;
|
|
3046
|
+
borderRadius: string;
|
|
3012
3047
|
color: string;
|
|
3013
3048
|
colorHover: string;
|
|
3049
|
+
railInsetHorizontalBottom: string;
|
|
3050
|
+
railInsetHorizontalTop: string;
|
|
3051
|
+
railInsetVerticalRight: string;
|
|
3052
|
+
railInsetVerticalLeft: string;
|
|
3053
|
+
railColor: string;
|
|
3014
3054
|
}, any>;
|
|
3015
3055
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3016
3056
|
iconSizeSmall: string;
|
|
@@ -3666,8 +3706,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3666
3706
|
loadingColor: string;
|
|
3667
3707
|
}, {
|
|
3668
3708
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3709
|
+
height: string;
|
|
3710
|
+
width: string;
|
|
3711
|
+
borderRadius: string;
|
|
3669
3712
|
color: string;
|
|
3670
3713
|
colorHover: string;
|
|
3714
|
+
railInsetHorizontalBottom: string;
|
|
3715
|
+
railInsetHorizontalTop: string;
|
|
3716
|
+
railInsetVerticalRight: string;
|
|
3717
|
+
railInsetVerticalLeft: string;
|
|
3718
|
+
railColor: string;
|
|
3671
3719
|
}, any>;
|
|
3672
3720
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3673
3721
|
iconSizeSmall: string;
|
|
@@ -4328,8 +4376,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4328
4376
|
loadingColor: string;
|
|
4329
4377
|
}, {
|
|
4330
4378
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4379
|
+
height: string;
|
|
4380
|
+
width: string;
|
|
4381
|
+
borderRadius: string;
|
|
4331
4382
|
color: string;
|
|
4332
4383
|
colorHover: string;
|
|
4384
|
+
railInsetHorizontalBottom: string;
|
|
4385
|
+
railInsetHorizontalTop: string;
|
|
4386
|
+
railInsetVerticalRight: string;
|
|
4387
|
+
railInsetVerticalLeft: string;
|
|
4388
|
+
railColor: string;
|
|
4333
4389
|
}, any>;
|
|
4334
4390
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4335
4391
|
iconSizeSmall: string;
|
|
@@ -4876,8 +4932,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4876
4932
|
loadingColor: string;
|
|
4877
4933
|
}, {
|
|
4878
4934
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4935
|
+
height: string;
|
|
4936
|
+
width: string;
|
|
4937
|
+
borderRadius: string;
|
|
4879
4938
|
color: string;
|
|
4880
4939
|
colorHover: string;
|
|
4940
|
+
railInsetHorizontalBottom: string;
|
|
4941
|
+
railInsetHorizontalTop: string;
|
|
4942
|
+
railInsetVerticalRight: string;
|
|
4943
|
+
railInsetVerticalLeft: string;
|
|
4944
|
+
railColor: string;
|
|
4881
4945
|
}, any>;
|
|
4882
4946
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4883
4947
|
iconSizeSmall: string;
|
|
@@ -5214,8 +5278,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5214
5278
|
loadingColor: string;
|
|
5215
5279
|
}, {
|
|
5216
5280
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
5281
|
+
height: string;
|
|
5282
|
+
width: string;
|
|
5283
|
+
borderRadius: string;
|
|
5217
5284
|
color: string;
|
|
5218
5285
|
colorHover: string;
|
|
5286
|
+
railInsetHorizontalBottom: string;
|
|
5287
|
+
railInsetHorizontalTop: string;
|
|
5288
|
+
railInsetVerticalRight: string;
|
|
5289
|
+
railInsetVerticalLeft: string;
|
|
5290
|
+
railColor: string;
|
|
5219
5291
|
}, any>;
|
|
5220
5292
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5221
5293
|
iconSizeSmall: string;
|
|
@@ -5762,8 +5834,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5762
5834
|
loadingColor: string;
|
|
5763
5835
|
}, {
|
|
5764
5836
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
5837
|
+
height: string;
|
|
5838
|
+
width: string;
|
|
5839
|
+
borderRadius: string;
|
|
5765
5840
|
color: string;
|
|
5766
5841
|
colorHover: string;
|
|
5842
|
+
railInsetHorizontalBottom: string;
|
|
5843
|
+
railInsetHorizontalTop: string;
|
|
5844
|
+
railInsetVerticalRight: string;
|
|
5845
|
+
railInsetVerticalLeft: string;
|
|
5846
|
+
railColor: string;
|
|
5767
5847
|
}, any>;
|
|
5768
5848
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5769
5849
|
iconSizeSmall: string;
|
|
@@ -6184,8 +6264,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6184
6264
|
loadingColor: string;
|
|
6185
6265
|
}, {
|
|
6186
6266
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
6267
|
+
height: string;
|
|
6268
|
+
width: string;
|
|
6269
|
+
borderRadius: string;
|
|
6187
6270
|
color: string;
|
|
6188
6271
|
colorHover: string;
|
|
6272
|
+
railInsetHorizontalBottom: string;
|
|
6273
|
+
railInsetHorizontalTop: string;
|
|
6274
|
+
railInsetVerticalRight: string;
|
|
6275
|
+
railInsetVerticalLeft: string;
|
|
6276
|
+
railColor: string;
|
|
6189
6277
|
}, any>;
|
|
6190
6278
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
6191
6279
|
iconSizeSmall: string;
|
|
@@ -6841,8 +6929,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6841
6929
|
loadingColor: string;
|
|
6842
6930
|
}, {
|
|
6843
6931
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
6932
|
+
height: string;
|
|
6933
|
+
width: string;
|
|
6934
|
+
borderRadius: string;
|
|
6844
6935
|
color: string;
|
|
6845
6936
|
colorHover: string;
|
|
6937
|
+
railInsetHorizontalBottom: string;
|
|
6938
|
+
railInsetHorizontalTop: string;
|
|
6939
|
+
railInsetVerticalRight: string;
|
|
6940
|
+
railInsetVerticalLeft: string;
|
|
6941
|
+
railColor: string;
|
|
6846
6942
|
}, any>;
|
|
6847
6943
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
6848
6944
|
iconSizeSmall: string;
|
|
@@ -7498,8 +7594,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7498
7594
|
loadingColor: string;
|
|
7499
7595
|
}, {
|
|
7500
7596
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
7597
|
+
height: string;
|
|
7598
|
+
width: string;
|
|
7599
|
+
borderRadius: string;
|
|
7501
7600
|
color: string;
|
|
7502
7601
|
colorHover: string;
|
|
7602
|
+
railInsetHorizontalBottom: string;
|
|
7603
|
+
railInsetHorizontalTop: string;
|
|
7604
|
+
railInsetVerticalRight: string;
|
|
7605
|
+
railInsetVerticalLeft: string;
|
|
7606
|
+
railColor: string;
|
|
7503
7607
|
}, any>;
|
|
7504
7608
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
7505
7609
|
iconSizeSmall: string;
|