@uzum-tech/ui 2.2.1 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1423 -721
- package/dist/index.mjs +1416 -722
- package/dist/index.prod.js +2 -2
- package/dist/index.prod.mjs +2 -2
- package/es/chat/index.d.ts +2 -0
- package/es/chat/index.mjs +1 -0
- package/es/chat/src/Chat.d.ts +20800 -24
- package/es/chat/src/Chat.mjs +1 -1
- package/es/chat/src/ChatMainArea.d.ts +9749 -0
- package/es/chat/src/{ChatParts/MainArea.mjs → ChatMainArea.mjs} +409 -75
- package/es/chat/src/ChatMessages.d.ts +1 -33
- package/es/chat/src/ChatMessages.mjs +79 -167
- package/es/chat/src/interface.d.ts +16 -12
- package/es/chat/src/interface.mjs +7 -1
- package/es/chat/src/styles/index.cssr.mjs +4 -1
- package/es/components.d.ts +28778 -256
- package/es/components.mjs +6 -1
- package/es/config-provider/src/internal-interface.d.ts +4 -0
- package/es/message-bubble/index.d.ts +3 -0
- package/es/message-bubble/index.mjs +2 -0
- package/es/message-bubble/src/MessageBubble.d.ts +304 -0
- package/es/message-bubble/src/MessageBubble.mjs +336 -0
- package/es/message-bubble/src/interface.d.ts +204 -0
- package/es/message-bubble/src/interface.mjs +92 -0
- package/es/message-bubble/src/styles/index.cssr.d.ts +2 -0
- package/es/message-bubble/src/styles/index.cssr.mjs +133 -0
- package/es/message-bubble/styles/dark.d.ts +29 -0
- package/es/message-bubble/styles/dark.mjs +13 -0
- package/es/message-bubble/styles/index.d.ts +3 -0
- package/es/message-bubble/styles/index.mjs +2 -0
- package/es/message-bubble/styles/light.d.ts +49 -0
- package/es/message-bubble/styles/light.mjs +44 -0
- package/es/styles.d.ts +1 -0
- package/es/styles.mjs +1 -0
- package/es/themes/dark.mjs +2 -0
- package/es/themes/light.mjs +2 -0
- package/es/upload/src/Upload.d.ts +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/lib/chat/index.d.ts +2 -0
- package/lib/chat/index.js +3 -1
- package/lib/chat/src/Chat.d.ts +20800 -24
- package/lib/chat/src/Chat.js +2 -2
- package/lib/chat/src/ChatMainArea.d.ts +9749 -0
- package/lib/chat/src/{ChatParts/MainArea.js → ChatMainArea.js} +299 -30
- package/lib/chat/src/ChatMessages.d.ts +1 -33
- package/lib/chat/src/ChatMessages.js +61 -158
- package/lib/chat/src/interface.d.ts +16 -12
- package/lib/chat/src/interface.js +7 -1
- package/lib/chat/src/styles/index.cssr.js +4 -1
- package/lib/components.d.ts +28778 -256
- package/lib/components.js +18 -8
- package/lib/config-provider/src/internal-interface.d.ts +4 -0
- package/lib/message-bubble/index.d.ts +3 -0
- package/lib/message-bubble/index.js +14 -0
- package/lib/message-bubble/src/MessageBubble.d.ts +304 -0
- package/lib/message-bubble/src/MessageBubble.js +276 -0
- package/lib/message-bubble/src/interface.d.ts +204 -0
- package/lib/message-bubble/src/interface.js +80 -0
- package/lib/message-bubble/src/styles/index.cssr.d.ts +2 -0
- package/lib/message-bubble/src/styles/index.cssr.js +138 -0
- package/lib/message-bubble/styles/dark.d.ts +29 -0
- package/lib/message-bubble/styles/dark.js +15 -0
- package/lib/message-bubble/styles/index.d.ts +3 -0
- package/lib/message-bubble/styles/index.js +10 -0
- package/lib/message-bubble/styles/light.d.ts +49 -0
- package/lib/message-bubble/styles/light.js +36 -0
- package/lib/styles.d.ts +1 -0
- package/lib/styles.js +84 -82
- package/lib/themes/dark.js +78 -76
- package/lib/themes/light.js +76 -74
- package/lib/upload/src/Upload.d.ts +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +2 -2
- package/volar.d.ts +2 -0
- package/web-types.json +168 -1
- package/es/chat/src/ChatParts/MainArea.d.ts +0 -20
- package/lib/chat/src/ChatParts/MainArea.d.ts +0 -20
package/lib/themes/dark.js
CHANGED
|
@@ -69,44 +69,45 @@ const styles_59 = require("../mapping-card/styles");
|
|
|
69
69
|
const styles_60 = require("../marquee/styles");
|
|
70
70
|
const styles_61 = require("../mention/styles");
|
|
71
71
|
const styles_62 = require("../menu/styles");
|
|
72
|
-
const styles_63 = require("../message/styles");
|
|
73
|
-
const styles_64 = require("../
|
|
74
|
-
const styles_65 = require("../modal/styles");
|
|
75
|
-
const styles_66 = require("../
|
|
76
|
-
const styles_67 = require("../
|
|
77
|
-
const styles_68 = require("../
|
|
78
|
-
const styles_69 = require("../
|
|
79
|
-
const styles_70 = require("../
|
|
80
|
-
const styles_71 = require("../
|
|
81
|
-
const styles_72 = require("../
|
|
82
|
-
const styles_73 = require("../
|
|
83
|
-
const styles_74 = require("../
|
|
84
|
-
const styles_75 = require("../
|
|
85
|
-
const styles_76 = require("../
|
|
86
|
-
const styles_77 = require("../
|
|
87
|
-
const styles_78 = require("../
|
|
88
|
-
const styles_79 = require("../
|
|
89
|
-
const styles_80 = require("../
|
|
90
|
-
const styles_81 = require("../
|
|
91
|
-
const styles_82 = require("../
|
|
92
|
-
const styles_83 = require("../
|
|
93
|
-
const styles_84 = require("../
|
|
94
|
-
const styles_85 = require("../styles");
|
|
95
|
-
const styles_86 = require("../
|
|
96
|
-
const styles_87 = require("../
|
|
97
|
-
const styles_88 = require("../
|
|
98
|
-
const styles_89 = require("../
|
|
99
|
-
const styles_90 = require("../
|
|
100
|
-
const styles_91 = require("../
|
|
101
|
-
const styles_92 = require("../
|
|
102
|
-
const styles_93 = require("../
|
|
103
|
-
const styles_94 = require("../
|
|
104
|
-
const styles_95 = require("../
|
|
105
|
-
const styles_96 = require("../
|
|
106
|
-
const styles_97 = require("../tree/styles");
|
|
107
|
-
const styles_98 = require("../
|
|
108
|
-
const styles_99 = require("../
|
|
109
|
-
const styles_100 = require("../
|
|
72
|
+
const styles_63 = require("../message-bubble/styles");
|
|
73
|
+
const styles_64 = require("../message/styles");
|
|
74
|
+
const styles_65 = require("../modal-fullscreen/styles");
|
|
75
|
+
const styles_66 = require("../modal/styles");
|
|
76
|
+
const styles_67 = require("../notification/styles");
|
|
77
|
+
const styles_68 = require("../page-header/styles");
|
|
78
|
+
const styles_69 = require("../pagination/styles");
|
|
79
|
+
const styles_70 = require("../popconfirm/styles");
|
|
80
|
+
const styles_71 = require("../popover/styles");
|
|
81
|
+
const styles_72 = require("../popselect/styles");
|
|
82
|
+
const styles_73 = require("../progress/styles");
|
|
83
|
+
const styles_74 = require("../qr-code/styles");
|
|
84
|
+
const styles_75 = require("../radio/styles");
|
|
85
|
+
const styles_76 = require("../rate/styles");
|
|
86
|
+
const styles_77 = require("../result/styles");
|
|
87
|
+
const styles_78 = require("../select/styles");
|
|
88
|
+
const styles_79 = require("../skeleton/styles");
|
|
89
|
+
const styles_80 = require("../slider/styles");
|
|
90
|
+
const styles_81 = require("../space/styles");
|
|
91
|
+
const styles_82 = require("../spin/styles");
|
|
92
|
+
const styles_83 = require("../statistic/styles");
|
|
93
|
+
const styles_84 = require("../status/styles");
|
|
94
|
+
const styles_85 = require("../steps/styles");
|
|
95
|
+
const styles_86 = require("../styles");
|
|
96
|
+
const styles_87 = require("../switch/styles");
|
|
97
|
+
const styles_88 = require("../table/styles");
|
|
98
|
+
const styles_89 = require("../tabs/styles");
|
|
99
|
+
const styles_90 = require("../tag/styles");
|
|
100
|
+
const styles_91 = require("../thing/styles");
|
|
101
|
+
const styles_92 = require("../time-picker/styles");
|
|
102
|
+
const styles_93 = require("../timeline/styles");
|
|
103
|
+
const styles_94 = require("../toggle-button/styles");
|
|
104
|
+
const styles_95 = require("../tooltip/styles");
|
|
105
|
+
const styles_96 = require("../transfer/styles");
|
|
106
|
+
const styles_97 = require("../tree-select/styles");
|
|
107
|
+
const styles_98 = require("../tree/styles");
|
|
108
|
+
const styles_99 = require("../typography/styles");
|
|
109
|
+
const styles_100 = require("../upload/styles");
|
|
110
|
+
const styles_101 = require("../watermark/styles");
|
|
110
111
|
exports.darkTheme = {
|
|
111
112
|
name: 'dark',
|
|
112
113
|
common: common_1.commonDark,
|
|
@@ -156,7 +157,7 @@ exports.darkTheme = {
|
|
|
156
157
|
IconWrapper: styles_47.iconWrapperDark,
|
|
157
158
|
Image: styles_49.imageDark,
|
|
158
159
|
Input: styles_51.inputDark,
|
|
159
|
-
InputOtp:
|
|
160
|
+
InputOtp: styles_86.inputOtpDark,
|
|
160
161
|
InputNumber: styles_50.inputNumberDark,
|
|
161
162
|
LegacyTransfer: styles_55.legacyTransferDark,
|
|
162
163
|
Layout: styles_53.layoutDark,
|
|
@@ -166,50 +167,51 @@ exports.darkTheme = {
|
|
|
166
167
|
Marquee: styles_60.marqueeDark,
|
|
167
168
|
Menu: styles_62.menuDark,
|
|
168
169
|
Mention: styles_61.mentionDark,
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
170
|
+
MessageBubble: styles_63.messageBubbleDark,
|
|
171
|
+
Message: styles_64.messageDark,
|
|
172
|
+
Modal: styles_66.modalDark,
|
|
173
|
+
Notification: styles_67.notificationDark,
|
|
174
|
+
PageHeader: styles_68.pageHeaderDark,
|
|
175
|
+
Pagination: styles_69.paginationDark,
|
|
176
|
+
Popconfirm: styles_70.popconfirmDark,
|
|
177
|
+
Popover: styles_71.popoverDark,
|
|
178
|
+
Popselect: styles_72.popselectDark,
|
|
179
|
+
Progress: styles_73.progressDark,
|
|
180
|
+
Radio: styles_75.radioDark,
|
|
181
|
+
Rate: styles_76.rateDark,
|
|
182
|
+
Result: styles_77.resultDark,
|
|
181
183
|
Row: styles_54.rowDark,
|
|
182
184
|
Scrollbar: styles_2.scrollbarDark,
|
|
183
185
|
SafeTopScrollbar: dark_1.default,
|
|
184
|
-
Select:
|
|
185
|
-
Skeleton:
|
|
186
|
-
Slider:
|
|
187
|
-
Space:
|
|
188
|
-
Spin:
|
|
189
|
-
Statistic:
|
|
190
|
-
Status:
|
|
191
|
-
Steps:
|
|
192
|
-
Switch:
|
|
193
|
-
Table:
|
|
194
|
-
Tabs:
|
|
195
|
-
Tag:
|
|
196
|
-
Thing:
|
|
197
|
-
TimePicker:
|
|
198
|
-
Timeline:
|
|
199
|
-
Tooltip:
|
|
200
|
-
Transfer:
|
|
201
|
-
Tree:
|
|
202
|
-
TreeSelect:
|
|
203
|
-
Typography:
|
|
204
|
-
Upload:
|
|
205
|
-
Watermark:
|
|
206
|
-
ToggleButton:
|
|
186
|
+
Select: styles_78.selectDark,
|
|
187
|
+
Skeleton: styles_79.skeletonDark,
|
|
188
|
+
Slider: styles_80.sliderDark,
|
|
189
|
+
Space: styles_81.spaceDark,
|
|
190
|
+
Spin: styles_82.spinDark,
|
|
191
|
+
Statistic: styles_83.statisticDark,
|
|
192
|
+
Status: styles_84.statusDark,
|
|
193
|
+
Steps: styles_85.stepsDark,
|
|
194
|
+
Switch: styles_87.switchDark,
|
|
195
|
+
Table: styles_88.tableDark,
|
|
196
|
+
Tabs: styles_89.tabsDark,
|
|
197
|
+
Tag: styles_90.tagDark,
|
|
198
|
+
Thing: styles_91.thingDark,
|
|
199
|
+
TimePicker: styles_92.timePickerDark,
|
|
200
|
+
Timeline: styles_93.timelineDark,
|
|
201
|
+
Tooltip: styles_95.tooltipDark,
|
|
202
|
+
Transfer: styles_96.transferDark,
|
|
203
|
+
Tree: styles_98.treeDark,
|
|
204
|
+
TreeSelect: styles_97.treeSelectDark,
|
|
205
|
+
Typography: styles_99.typographyDark,
|
|
206
|
+
Upload: styles_100.uploadDark,
|
|
207
|
+
Watermark: styles_101.watermarkDark,
|
|
208
|
+
ToggleButton: styles_94.toggleButtonDark,
|
|
207
209
|
Flex: styles_39.flexDark,
|
|
208
210
|
Chat: styles_19.chatDark,
|
|
209
|
-
ModalFullscreen:
|
|
211
|
+
ModalFullscreen: styles_65.modalFullscreenDark,
|
|
210
212
|
Crop: styles_25.cropDark,
|
|
211
213
|
Header: styles_44.headerDark,
|
|
212
214
|
IconBar: styles_45.iconBarDark,
|
|
213
215
|
IconPack: styles_46.iconPackDark,
|
|
214
|
-
QrCode:
|
|
216
|
+
QrCode: styles_74.qrcodeDark
|
|
215
217
|
};
|
package/lib/themes/light.js
CHANGED
|
@@ -72,43 +72,44 @@ const styles_60 = require("../mapping-card/styles");
|
|
|
72
72
|
const styles_61 = require("../marquee/styles");
|
|
73
73
|
const styles_62 = require("../mention/styles");
|
|
74
74
|
const styles_63 = require("../menu/styles");
|
|
75
|
-
const styles_64 = require("../message/styles");
|
|
76
|
-
const styles_65 = require("../
|
|
77
|
-
const styles_66 = require("../modal/styles");
|
|
78
|
-
const styles_67 = require("../
|
|
79
|
-
const styles_68 = require("../
|
|
80
|
-
const styles_69 = require("../
|
|
81
|
-
const styles_70 = require("../
|
|
82
|
-
const styles_71 = require("../
|
|
83
|
-
const styles_72 = require("../
|
|
84
|
-
const styles_73 = require("../
|
|
85
|
-
const styles_74 = require("../
|
|
86
|
-
const styles_75 = require("../
|
|
87
|
-
const styles_76 = require("../
|
|
88
|
-
const styles_77 = require("../
|
|
89
|
-
const styles_78 = require("../
|
|
90
|
-
const styles_79 = require("../
|
|
91
|
-
const styles_80 = require("../
|
|
92
|
-
const styles_81 = require("../
|
|
93
|
-
const styles_82 = require("../
|
|
94
|
-
const styles_83 = require("../
|
|
95
|
-
const styles_84 = require("../
|
|
96
|
-
const styles_85 = require("../
|
|
97
|
-
const styles_86 = require("../
|
|
98
|
-
const styles_87 = require("../
|
|
99
|
-
const styles_88 = require("../
|
|
100
|
-
const styles_89 = require("../
|
|
101
|
-
const styles_90 = require("../
|
|
102
|
-
const styles_91 = require("../
|
|
103
|
-
const styles_92 = require("../
|
|
104
|
-
const styles_93 = require("../
|
|
105
|
-
const styles_94 = require("../
|
|
106
|
-
const styles_95 = require("../
|
|
107
|
-
const styles_96 = require("../
|
|
108
|
-
const styles_97 = require("../tree/styles");
|
|
109
|
-
const styles_98 = require("../
|
|
110
|
-
const styles_99 = require("../
|
|
111
|
-
const styles_100 = require("../
|
|
75
|
+
const styles_64 = require("../message-bubble/styles");
|
|
76
|
+
const styles_65 = require("../message/styles");
|
|
77
|
+
const styles_66 = require("../modal-fullscreen/styles");
|
|
78
|
+
const styles_67 = require("../modal/styles");
|
|
79
|
+
const styles_68 = require("../notification/styles");
|
|
80
|
+
const styles_69 = require("../page-header/styles");
|
|
81
|
+
const styles_70 = require("../pagination/styles");
|
|
82
|
+
const styles_71 = require("../popconfirm/styles");
|
|
83
|
+
const styles_72 = require("../popover/styles");
|
|
84
|
+
const styles_73 = require("../popselect/styles");
|
|
85
|
+
const styles_74 = require("../progress/styles");
|
|
86
|
+
const styles_75 = require("../qr-code/styles");
|
|
87
|
+
const styles_76 = require("../radio/styles");
|
|
88
|
+
const styles_77 = require("../rate/styles");
|
|
89
|
+
const styles_78 = require("../result/styles");
|
|
90
|
+
const styles_79 = require("../select/styles");
|
|
91
|
+
const styles_80 = require("../skeleton/styles");
|
|
92
|
+
const styles_81 = require("../slider/styles");
|
|
93
|
+
const styles_82 = require("../space/styles");
|
|
94
|
+
const styles_83 = require("../spin/styles");
|
|
95
|
+
const styles_84 = require("../statistic/styles");
|
|
96
|
+
const styles_85 = require("../status/styles");
|
|
97
|
+
const styles_86 = require("../steps/styles");
|
|
98
|
+
const styles_87 = require("../switch/styles");
|
|
99
|
+
const styles_88 = require("../table/styles");
|
|
100
|
+
const styles_89 = require("../tabs/styles");
|
|
101
|
+
const styles_90 = require("../tag/styles");
|
|
102
|
+
const styles_91 = require("../thing/styles");
|
|
103
|
+
const styles_92 = require("../time-picker/styles");
|
|
104
|
+
const styles_93 = require("../timeline/styles");
|
|
105
|
+
const styles_94 = require("../toggle-button/styles");
|
|
106
|
+
const styles_95 = require("../tooltip/styles");
|
|
107
|
+
const styles_96 = require("../transfer/styles");
|
|
108
|
+
const styles_97 = require("../tree-select/styles");
|
|
109
|
+
const styles_98 = require("../tree/styles");
|
|
110
|
+
const styles_99 = require("../typography/styles");
|
|
111
|
+
const styles_100 = require("../upload/styles");
|
|
112
|
+
const styles_101 = require("../watermark/styles");
|
|
112
113
|
exports.lightTheme = {
|
|
113
114
|
name: 'light',
|
|
114
115
|
common: common_1.commonLight,
|
|
@@ -168,50 +169,51 @@ exports.lightTheme = {
|
|
|
168
169
|
Marquee: styles_61.marqueeLight,
|
|
169
170
|
Menu: styles_63.menuLight,
|
|
170
171
|
Mention: styles_62.mentionLight,
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
172
|
+
MessageBubble: styles_64.messageBubbleLight,
|
|
173
|
+
Message: styles_65.messageLight,
|
|
174
|
+
Modal: styles_67.modalLight,
|
|
175
|
+
Notification: styles_68.notificationLight,
|
|
176
|
+
PageHeader: styles_69.pageHeaderLight,
|
|
177
|
+
Pagination: styles_70.paginationLight,
|
|
178
|
+
Popconfirm: styles_71.popconfirmLight,
|
|
179
|
+
Popover: styles_72.popoverLight,
|
|
180
|
+
Popselect: styles_73.popselectLight,
|
|
181
|
+
Progress: styles_74.progressLight,
|
|
182
|
+
Radio: styles_76.radioLight,
|
|
183
|
+
Rate: styles_77.rateLight,
|
|
182
184
|
Row: styles_55.rowLight,
|
|
183
|
-
Result:
|
|
185
|
+
Result: styles_78.resultLight,
|
|
184
186
|
Scrollbar: styles_2.scrollbarLight,
|
|
185
187
|
SafeTopScrollbar: light_1.default,
|
|
186
|
-
Skeleton:
|
|
187
|
-
Select:
|
|
188
|
-
Slider:
|
|
189
|
-
Space:
|
|
190
|
-
Spin:
|
|
191
|
-
Statistic:
|
|
192
|
-
Status:
|
|
193
|
-
Steps:
|
|
194
|
-
Switch:
|
|
195
|
-
Table:
|
|
196
|
-
Tabs:
|
|
197
|
-
Tag:
|
|
198
|
-
Thing:
|
|
199
|
-
TimePicker:
|
|
200
|
-
Timeline:
|
|
201
|
-
Tooltip:
|
|
202
|
-
Transfer:
|
|
203
|
-
Tree:
|
|
204
|
-
TreeSelect:
|
|
205
|
-
Typography:
|
|
206
|
-
Upload:
|
|
207
|
-
Watermark:
|
|
208
|
-
ToggleButton:
|
|
188
|
+
Skeleton: styles_80.skeletonLight,
|
|
189
|
+
Select: styles_79.selectLight,
|
|
190
|
+
Slider: styles_81.sliderLight,
|
|
191
|
+
Space: styles_82.spaceLight,
|
|
192
|
+
Spin: styles_83.spinLight,
|
|
193
|
+
Statistic: styles_84.statisticLight,
|
|
194
|
+
Status: styles_85.statusLight,
|
|
195
|
+
Steps: styles_86.stepsLight,
|
|
196
|
+
Switch: styles_87.switchLight,
|
|
197
|
+
Table: styles_88.tableLight,
|
|
198
|
+
Tabs: styles_89.tabsLight,
|
|
199
|
+
Tag: styles_90.tagLight,
|
|
200
|
+
Thing: styles_91.thingLight,
|
|
201
|
+
TimePicker: styles_92.timePickerLight,
|
|
202
|
+
Timeline: styles_93.timelineLight,
|
|
203
|
+
Tooltip: styles_95.tooltipLight,
|
|
204
|
+
Transfer: styles_96.transferLight,
|
|
205
|
+
Tree: styles_98.treeLight,
|
|
206
|
+
TreeSelect: styles_97.treeSelectLight,
|
|
207
|
+
Typography: styles_99.typographyLight,
|
|
208
|
+
Upload: styles_100.uploadLight,
|
|
209
|
+
Watermark: styles_101.watermarkLight,
|
|
210
|
+
ToggleButton: styles_94.toggleButtonLight,
|
|
209
211
|
Flex: styles_39.flexLight,
|
|
210
212
|
Chat: styles_19.chatLight,
|
|
211
|
-
ModalFullscreen:
|
|
213
|
+
ModalFullscreen: styles_66.modalFullscreenLight,
|
|
212
214
|
Crop: styles_25.cropLight,
|
|
213
215
|
Header: styles_44.headerLight,
|
|
214
216
|
IconBar: styles_45.iconBarLight,
|
|
215
217
|
IconPack: styles_46.iconPackLight,
|
|
216
|
-
QrCode:
|
|
218
|
+
QrCode: styles_75.qrcodeLight
|
|
217
219
|
};
|
|
@@ -3112,7 +3112,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3112
3112
|
readonly name: string;
|
|
3113
3113
|
readonly abstract: boolean;
|
|
3114
3114
|
readonly multiple: boolean;
|
|
3115
|
-
readonly noIcon: boolean;
|
|
3116
3115
|
readonly directory: boolean;
|
|
3117
3116
|
readonly directoryDnd: boolean;
|
|
3118
3117
|
readonly method: string;
|
|
@@ -3129,5 +3128,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3129
3128
|
readonly listType: ListType;
|
|
3130
3129
|
readonly shouldUseThumbnailUrl: ShouldUseThumbnailUrl;
|
|
3131
3130
|
readonly showTrigger: boolean;
|
|
3131
|
+
readonly noIcon: boolean;
|
|
3132
3132
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3133
3133
|
export default _default;
|
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "2.
|
|
1
|
+
declare const _default: "2.3.0";
|
|
2
2
|
export default _default;
|
package/lib/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uzum-tech/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"packageManager": "pnpm@10.33.0",
|
|
5
5
|
"description": "A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast",
|
|
6
6
|
"author": {
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"@types/fs-extra": "11.0.4",
|
|
143
143
|
"@types/node": "24.0.12",
|
|
144
144
|
"@types/superagent": "8.1.9",
|
|
145
|
-
"@uzum-tech/icons": "1.2.
|
|
145
|
+
"@uzum-tech/icons": "1.2.4",
|
|
146
146
|
"@vicons/fluent": "0.13.0",
|
|
147
147
|
"@vicons/ionicons4": "0.13.0",
|
|
148
148
|
"@vicons/ionicons5": "0.13.0",
|
package/volar.d.ts
CHANGED
|
@@ -149,6 +149,7 @@ declare module 'vue' {
|
|
|
149
149
|
UActionCard: (typeof import('@uzum-tech/ui'))['UActionCard']
|
|
150
150
|
UChat: (typeof import('@uzum-tech/ui'))['UChat']
|
|
151
151
|
UChatListItems: (typeof import('@uzum-tech/ui'))['UChatListItems']
|
|
152
|
+
UChatMainArea: (typeof import('@uzum-tech/ui'))['UChatMainArea']
|
|
152
153
|
UChatMessages: (typeof import('@uzum-tech/ui'))['UChatMessages']
|
|
153
154
|
UInfiniteScroll: (typeof import('@uzum-tech/ui'))['UInfiniteScroll']
|
|
154
155
|
UVirtualList: (typeof import('@uzum-tech/ui'))['UVirtualList']
|
|
@@ -182,6 +183,7 @@ declare module 'vue' {
|
|
|
182
183
|
UKanbanCard: (typeof import('@uzum-tech/ui'))['UKanbanCard']
|
|
183
184
|
UKanbanColumn: (typeof import('@uzum-tech/ui'))['UKanbanColumn']
|
|
184
185
|
UIconPack: (typeof import('@uzum-tech/ui'))['UIconPack']
|
|
186
|
+
UMessageBubble: (typeof import('@uzum-tech/ui'))['UMessageBubble']
|
|
185
187
|
}
|
|
186
188
|
}
|
|
187
189
|
export {}
|
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@uzum-tech/ui",
|
|
5
|
-
"version": "2.
|
|
5
|
+
"version": "2.3.0",
|
|
6
6
|
"js-types-syntax": "typescript",
|
|
7
7
|
"contributions": {
|
|
8
8
|
"html": {
|
|
@@ -2717,6 +2717,19 @@
|
|
|
2717
2717
|
"events": []
|
|
2718
2718
|
}
|
|
2719
2719
|
},
|
|
2720
|
+
{
|
|
2721
|
+
"name": "UChatMainArea",
|
|
2722
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/chat",
|
|
2723
|
+
"source": {
|
|
2724
|
+
"symbol": "UChatMainArea"
|
|
2725
|
+
},
|
|
2726
|
+
"slots": [],
|
|
2727
|
+
"attributes": [],
|
|
2728
|
+
"props": [],
|
|
2729
|
+
"js": {
|
|
2730
|
+
"events": []
|
|
2731
|
+
}
|
|
2732
|
+
},
|
|
2720
2733
|
{
|
|
2721
2734
|
"name": "UChatMessages",
|
|
2722
2735
|
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/chat",
|
|
@@ -10267,6 +10280,160 @@
|
|
|
10267
10280
|
]
|
|
10268
10281
|
}
|
|
10269
10282
|
},
|
|
10283
|
+
{
|
|
10284
|
+
"name": "UMessageBubble",
|
|
10285
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10286
|
+
"source": {
|
|
10287
|
+
"symbol": "UMessageBubble"
|
|
10288
|
+
},
|
|
10289
|
+
"slots": [
|
|
10290
|
+
{
|
|
10291
|
+
"name": "default",
|
|
10292
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10293
|
+
"description": "Custom message content."
|
|
10294
|
+
},
|
|
10295
|
+
{
|
|
10296
|
+
"name": "title",
|
|
10297
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10298
|
+
"description": "Custom title content."
|
|
10299
|
+
},
|
|
10300
|
+
{
|
|
10301
|
+
"name": "service",
|
|
10302
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10303
|
+
"description": "Fully custom service block."
|
|
10304
|
+
},
|
|
10305
|
+
{
|
|
10306
|
+
"name": "messageStatus",
|
|
10307
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10308
|
+
"description": "Override status icon area."
|
|
10309
|
+
},
|
|
10310
|
+
{
|
|
10311
|
+
"name": "bubbleActions",
|
|
10312
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10313
|
+
"description": "Custom context action trigger content."
|
|
10314
|
+
},
|
|
10315
|
+
{
|
|
10316
|
+
"name": "messageAttachment",
|
|
10317
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10318
|
+
"description": "Fully custom attachments renderer."
|
|
10319
|
+
},
|
|
10320
|
+
{
|
|
10321
|
+
"name": "upload-file-title",
|
|
10322
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10323
|
+
"description": "Custom upload file title renderer."
|
|
10324
|
+
},
|
|
10325
|
+
{
|
|
10326
|
+
"name": "upload-file-subtitle",
|
|
10327
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10328
|
+
"description": "Custom upload file subtitle renderer."
|
|
10329
|
+
}
|
|
10330
|
+
],
|
|
10331
|
+
"attributes": [],
|
|
10332
|
+
"props": [
|
|
10333
|
+
{
|
|
10334
|
+
"name": "type",
|
|
10335
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10336
|
+
"type": "'message' | 'service'",
|
|
10337
|
+
"description": "Top-level render type.",
|
|
10338
|
+
"default": "'message'"
|
|
10339
|
+
},
|
|
10340
|
+
{
|
|
10341
|
+
"name": "service-variant",
|
|
10342
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10343
|
+
"type": "'unread' | 'system' | 'event' | 'divider'",
|
|
10344
|
+
"description": "Service subtype used when `type='service'`.",
|
|
10345
|
+
"default": "'system'"
|
|
10346
|
+
},
|
|
10347
|
+
{
|
|
10348
|
+
"name": "id",
|
|
10349
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10350
|
+
"type": "string | number | symbol",
|
|
10351
|
+
"description": "Optional message id.",
|
|
10352
|
+
"default": "undefined"
|
|
10353
|
+
},
|
|
10354
|
+
{
|
|
10355
|
+
"name": "is-own",
|
|
10356
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10357
|
+
"type": "boolean",
|
|
10358
|
+
"description": "Align and style as current user message.",
|
|
10359
|
+
"default": "false"
|
|
10360
|
+
},
|
|
10361
|
+
{
|
|
10362
|
+
"name": "title",
|
|
10363
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10364
|
+
"type": "string | (() => VNodeChild)",
|
|
10365
|
+
"description": "Optional title rendered above message content.",
|
|
10366
|
+
"default": "undefined"
|
|
10367
|
+
},
|
|
10368
|
+
{
|
|
10369
|
+
"name": "content",
|
|
10370
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10371
|
+
"type": "string | (() => VNodeChild)",
|
|
10372
|
+
"description": "Message or service content.",
|
|
10373
|
+
"default": "undefined"
|
|
10374
|
+
},
|
|
10375
|
+
{
|
|
10376
|
+
"name": "timestamp",
|
|
10377
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10378
|
+
"type": "string | number | Date | (() => VNodeChild)",
|
|
10379
|
+
"description": "Message time.",
|
|
10380
|
+
"default": "undefined"
|
|
10381
|
+
},
|
|
10382
|
+
{
|
|
10383
|
+
"name": "status",
|
|
10384
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10385
|
+
"type": "'read' | 'unread' | 'pending' | 'retry'",
|
|
10386
|
+
"description": "Delivery state for message type.",
|
|
10387
|
+
"default": "undefined"
|
|
10388
|
+
},
|
|
10389
|
+
{
|
|
10390
|
+
"name": "attachments",
|
|
10391
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10392
|
+
"type": "MessageBubbleAttachment | MessageBubbleAttachment[]",
|
|
10393
|
+
"description": "Attachments rendered through upload file list UI.",
|
|
10394
|
+
"default": "undefined"
|
|
10395
|
+
},
|
|
10396
|
+
{
|
|
10397
|
+
"name": "upload-props",
|
|
10398
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10399
|
+
"type": "Partial<UploadProps>",
|
|
10400
|
+
"description": "Props passed to internal `UUpload`.",
|
|
10401
|
+
"default": "undefined"
|
|
10402
|
+
},
|
|
10403
|
+
{
|
|
10404
|
+
"name": "actions",
|
|
10405
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10406
|
+
"type": "MessageBubbleAction[]",
|
|
10407
|
+
"description": "Context menu actions shown on right click.",
|
|
10408
|
+
"default": "undefined"
|
|
10409
|
+
},
|
|
10410
|
+
{
|
|
10411
|
+
"name": "retry-text",
|
|
10412
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10413
|
+
"type": "string",
|
|
10414
|
+
"description": "Retry label when status is `retry`.",
|
|
10415
|
+
"default": "'Retry'"
|
|
10416
|
+
}
|
|
10417
|
+
],
|
|
10418
|
+
"js": {
|
|
10419
|
+
"events": [
|
|
10420
|
+
{
|
|
10421
|
+
"name": "retry",
|
|
10422
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10423
|
+
"type": "(message: MessageBubbleMessagePayload) => void",
|
|
10424
|
+
"description": "Called when retry is clicked.",
|
|
10425
|
+
"default": "undefined"
|
|
10426
|
+
},
|
|
10427
|
+
{
|
|
10428
|
+
"name": "attachment-download",
|
|
10429
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message-bubble",
|
|
10430
|
+
"type": "(attachment: MessageBubbleAttachment) => Promise<void> | void",
|
|
10431
|
+
"description": "Custom download handler for attachments.",
|
|
10432
|
+
"default": "undefined"
|
|
10433
|
+
}
|
|
10434
|
+
]
|
|
10435
|
+
}
|
|
10436
|
+
},
|
|
10270
10437
|
{
|
|
10271
10438
|
"name": "UMessageProvider",
|
|
10272
10439
|
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/message",
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { Ref } from 'vue';
|
|
2
|
-
import type { ChatMessageData } from '../interface';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
4
|
-
renderHeader: () => JSX.Element;
|
|
5
|
-
renderMessages: () => JSX.Element;
|
|
6
|
-
renderEditingBlock: () => JSX.Element | null;
|
|
7
|
-
renderFooter: () => JSX.Element;
|
|
8
|
-
messagesBodyRef: Ref<HTMLElement | {
|
|
9
|
-
$el: HTMLElement;
|
|
10
|
-
} | undefined, HTMLElement | {
|
|
11
|
-
$el: HTMLElement;
|
|
12
|
-
} | undefined>;
|
|
13
|
-
inputRef: Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
14
|
-
inputValue: Ref<string, string>;
|
|
15
|
-
handleSendMessage: () => Promise<void>;
|
|
16
|
-
handleMessagesScroll: (e: Event) => void;
|
|
17
|
-
scrollToBottom: () => void;
|
|
18
|
-
editingMessage: Ref<ChatMessageData | null, ChatMessageData | null>;
|
|
19
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
-
export default _default;
|