@uzum-tech/ui 1.12.6 → 1.12.8
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 +6 -1
- package/dist/index.prod.js +2 -2
- package/es/chat/index.d.ts +2 -2
- package/es/chat/index.js +1 -1
- package/es/chat/src/ChatParts/MainArea.js +3 -0
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/chat/index.d.ts +2 -2
- package/lib/chat/index.js +2 -1
- package/lib/chat/src/ChatParts/MainArea.js +3 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/volar.d.ts +166 -166
- package/web-types.json +1 -1
package/es/chat/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { default as UChat } from './src/Chat';
|
|
2
2
|
export { default as UChatListItems } from './src/ChatListItems';
|
|
3
3
|
export { default as UChatMessages } from './src/ChatMessages';
|
|
4
|
-
export type { ChatId, ChatProps, ChatListItemProps, ChatMessageProps, ChatMarkProps, ChatHeaderProps, ChatFooterProps, ChatListHeaderProps, ChatSlots, ChatListItemSlots, ChatMessageSlots, ChatMarkSlots, ChatHeaderSlots, ChatFooterSlots, ChatListItemData, ChatMessageData, ChatAttachment, OnChatSelect, OnMessageSend, OnAttachmentUpload, OnFilterChange, OnNetworkError, OnUploadError, OnSendError, ChatInst, ChatListInst,
|
|
5
|
-
export { MessageStatus, ChatMessageType, ChatMarkType } from './src/interface';
|
|
4
|
+
export type { ChatId, ChatProps, ChatListItemProps, ChatMessageProps, ChatMarkProps, ChatHeaderProps, ChatFooterProps, ChatListHeaderProps, ChatSlots, ChatListItemSlots, ChatMessageSlots, ChatMarkSlots, ChatHeaderSlots, ChatFooterSlots, ChatListItemData, ChatMessageData, ChatAttachment, OnChatSelect, OnMessageSend, OnAttachmentUpload, OnFilterChange, OnNetworkError, OnUploadError, OnSendError, ChatInst, ChatListInst, chatInjectionKey } from './src/interface';
|
|
5
|
+
export { MessageStatus, ChatMessageType, ChatMarkType, ChatAttachmentStatus } from './src/interface';
|
|
6
6
|
export type { ChatListItemsProps } from './src/ChatListItems';
|
|
7
7
|
export type { ChatMessagesProps } from './src/ChatMessages';
|
package/es/chat/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { default as UChat } from './src/Chat';
|
|
2
2
|
export { default as UChatListItems } from './src/ChatListItems';
|
|
3
3
|
export { default as UChatMessages } from './src/ChatMessages';
|
|
4
|
-
export { MessageStatus, ChatMessageType, ChatMarkType } from './src/interface';
|
|
4
|
+
export { MessageStatus, ChatMessageType, ChatMarkType, ChatAttachmentStatus } from './src/interface';
|
package/es/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "1.12.
|
|
1
|
+
declare const _default: "1.12.8";
|
|
2
2
|
export default _default;
|
package/es/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '1.12.
|
|
1
|
+
export default '1.12.8';
|
package/lib/chat/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { default as UChat } from './src/Chat';
|
|
2
2
|
export { default as UChatListItems } from './src/ChatListItems';
|
|
3
3
|
export { default as UChatMessages } from './src/ChatMessages';
|
|
4
|
-
export type { ChatId, ChatProps, ChatListItemProps, ChatMessageProps, ChatMarkProps, ChatHeaderProps, ChatFooterProps, ChatListHeaderProps, ChatSlots, ChatListItemSlots, ChatMessageSlots, ChatMarkSlots, ChatHeaderSlots, ChatFooterSlots, ChatListItemData, ChatMessageData, ChatAttachment, OnChatSelect, OnMessageSend, OnAttachmentUpload, OnFilterChange, OnNetworkError, OnUploadError, OnSendError, ChatInst, ChatListInst,
|
|
5
|
-
export { MessageStatus, ChatMessageType, ChatMarkType } from './src/interface';
|
|
4
|
+
export type { ChatId, ChatProps, ChatListItemProps, ChatMessageProps, ChatMarkProps, ChatHeaderProps, ChatFooterProps, ChatListHeaderProps, ChatSlots, ChatListItemSlots, ChatMessageSlots, ChatMarkSlots, ChatHeaderSlots, ChatFooterSlots, ChatListItemData, ChatMessageData, ChatAttachment, OnChatSelect, OnMessageSend, OnAttachmentUpload, OnFilterChange, OnNetworkError, OnUploadError, OnSendError, ChatInst, ChatListInst, chatInjectionKey } from './src/interface';
|
|
5
|
+
export { MessageStatus, ChatMessageType, ChatMarkType, ChatAttachmentStatus } from './src/interface';
|
|
6
6
|
export type { ChatListItemsProps } from './src/ChatListItems';
|
|
7
7
|
export type { ChatMessagesProps } from './src/ChatMessages';
|
package/lib/chat/index.js
CHANGED
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.ChatMarkType = exports.ChatMessageType = exports.MessageStatus = exports.UChatMessages = exports.UChatListItems = exports.UChat = void 0;
|
|
6
|
+
exports.ChatAttachmentStatus = exports.ChatMarkType = exports.ChatMessageType = exports.MessageStatus = exports.UChatMessages = exports.UChatListItems = exports.UChat = void 0;
|
|
7
7
|
var Chat_1 = require("./src/Chat");
|
|
8
8
|
Object.defineProperty(exports, "UChat", { enumerable: true, get: function () { return __importDefault(Chat_1).default; } });
|
|
9
9
|
var ChatListItems_1 = require("./src/ChatListItems");
|
|
@@ -14,3 +14,4 @@ var interface_1 = require("./src/interface");
|
|
|
14
14
|
Object.defineProperty(exports, "MessageStatus", { enumerable: true, get: function () { return interface_1.MessageStatus; } });
|
|
15
15
|
Object.defineProperty(exports, "ChatMessageType", { enumerable: true, get: function () { return interface_1.ChatMessageType; } });
|
|
16
16
|
Object.defineProperty(exports, "ChatMarkType", { enumerable: true, get: function () { return interface_1.ChatMarkType; } });
|
|
17
|
+
Object.defineProperty(exports, "ChatAttachmentStatus", { enumerable: true, get: function () { return interface_1.ChatAttachmentStatus; } });
|
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "1.12.
|
|
1
|
+
declare const _default: "1.12.8";
|
|
2
2
|
export default _default;
|
package/lib/version.js
CHANGED
package/package.json
CHANGED
package/volar.d.ts
CHANGED
|
@@ -1,172 +1,172 @@
|
|
|
1
1
|
// Auto generated component declarations
|
|
2
2
|
declare module 'vue' {
|
|
3
3
|
export interface GlobalComponents {
|
|
4
|
-
UAffix: typeof import('@uzum-tech/ui')['UAffix']
|
|
5
|
-
UAlert: typeof import('@uzum-tech/ui')['UAlert']
|
|
6
|
-
UAnchor: typeof import('@uzum-tech/ui')['UAnchor']
|
|
7
|
-
UAnchorLink: typeof import('@uzum-tech/ui')['UAnchorLink']
|
|
8
|
-
UAutoComplete: typeof import('@uzum-tech/ui')['UAutoComplete']
|
|
9
|
-
UAvatar: typeof import('@uzum-tech/ui')['UAvatar']
|
|
10
|
-
UAvatarGroup: typeof import('@uzum-tech/ui')['UAvatarGroup']
|
|
11
|
-
UBackTop: typeof import('@uzum-tech/ui')['UBackTop']
|
|
12
|
-
UBadge: typeof import('@uzum-tech/ui')['UBadge']
|
|
13
|
-
UBlockquote: typeof import('@uzum-tech/ui')['UBlockquote']
|
|
14
|
-
UBreadcrumb: typeof import('@uzum-tech/ui')['UBreadcrumb']
|
|
15
|
-
UBreadcrumbItem: typeof import('@uzum-tech/ui')['UBreadcrumbItem']
|
|
16
|
-
UButton: typeof import('@uzum-tech/ui')['UButton']
|
|
17
|
-
UButtonGroup: typeof import('@uzum-tech/ui')['UButtonGroup']
|
|
18
|
-
UCalendar: typeof import('@uzum-tech/ui')['UCalendar']
|
|
19
|
-
UCard: typeof import('@uzum-tech/ui')['UCard']
|
|
20
|
-
UCardList: typeof import('@uzum-tech/ui')['UCardList']
|
|
21
|
-
UCarousel: typeof import('@uzum-tech/ui')['UCarousel']
|
|
22
|
-
UCarouselItem: typeof import('@uzum-tech/ui')['UCarouselItem']
|
|
23
|
-
UCascader: typeof import('@uzum-tech/ui')['UCascader']
|
|
24
|
-
UCheckbox: typeof import('@uzum-tech/ui')['UCheckbox']
|
|
25
|
-
UCheckboxGroup: typeof import('@uzum-tech/ui')['UCheckboxGroup']
|
|
26
|
-
UCode: typeof import('@uzum-tech/ui')['UCode']
|
|
27
|
-
UCol: typeof import('@uzum-tech/ui')['UCol']
|
|
28
|
-
UCollapse: typeof import('@uzum-tech/ui')['UCollapse']
|
|
29
|
-
UCollapseItem: typeof import('@uzum-tech/ui')['UCollapseItem']
|
|
30
|
-
UCollapseTransition: typeof import('@uzum-tech/ui')['UCollapseTransition']
|
|
31
|
-
UColorPicker: typeof import('@uzum-tech/ui')['UColorPicker']
|
|
32
|
-
UConfigProvider: typeof import('@uzum-tech/ui')['UConfigProvider']
|
|
33
|
-
UCountdown: typeof import('@uzum-tech/ui')['UCountdown']
|
|
34
|
-
UDataTable: typeof import('@uzum-tech/ui')['UDataTable']
|
|
35
|
-
UDatePicker: typeof import('@uzum-tech/ui')['UDatePicker']
|
|
36
|
-
UDescriptions: typeof import('@uzum-tech/ui')['UDescriptions']
|
|
37
|
-
UDescriptionsItem: typeof import('@uzum-tech/ui')['UDescriptionsItem']
|
|
38
|
-
UDialog: typeof import('@uzum-tech/ui')['UDialog']
|
|
39
|
-
UDialogProvider: typeof import('@uzum-tech/ui')['UDialogProvider']
|
|
40
|
-
UDivider: typeof import('@uzum-tech/ui')['UDivider']
|
|
41
|
-
UDrawer: typeof import('@uzum-tech/ui')['UDrawer']
|
|
42
|
-
UDrawerContent: typeof import('@uzum-tech/ui')['UDrawerContent']
|
|
43
|
-
UDropdown: typeof import('@uzum-tech/ui')['UDropdown']
|
|
44
|
-
UDynamicInput: typeof import('@uzum-tech/ui')['UDynamicInput']
|
|
45
|
-
UDynamicTags: typeof import('@uzum-tech/ui')['UDynamicTags']
|
|
46
|
-
UEl: typeof import('@uzum-tech/ui')['UEl']
|
|
47
|
-
UElement: typeof import('@uzum-tech/ui')['UElement']
|
|
48
|
-
UEllipsis: typeof import('@uzum-tech/ui')['UEllipsis']
|
|
49
|
-
UEmpty: typeof import('@uzum-tech/ui')['UEmpty']
|
|
50
|
-
UEquation: typeof import('@uzum-tech/ui')['UEquation']
|
|
51
|
-
UFlex: typeof import('@uzum-tech/ui')['UFlex']
|
|
52
|
-
UForm: typeof import('@uzum-tech/ui')['UForm']
|
|
53
|
-
UFormItem: typeof import('@uzum-tech/ui')['UFormItem']
|
|
54
|
-
UFormItemCol: typeof import('@uzum-tech/ui')['UFormItemCol']
|
|
55
|
-
UFormItemGi: typeof import('@uzum-tech/ui')['UFormItemGi']
|
|
56
|
-
UFormItemGridItem: typeof import('@uzum-tech/ui')['UFormItemGridItem']
|
|
57
|
-
UFormItemRow: typeof import('@uzum-tech/ui')['UFormItemRow']
|
|
58
|
-
UGi: typeof import('@uzum-tech/ui')['UGi']
|
|
59
|
-
UGlobalStyle: typeof import('@uzum-tech/ui')['UGlobalStyle']
|
|
60
|
-
UGradientText: typeof import('@uzum-tech/ui')['UGradientText']
|
|
61
|
-
UGrid: typeof import('@uzum-tech/ui')['UGrid']
|
|
62
|
-
UGridItem: typeof import('@uzum-tech/ui')['UGridItem']
|
|
63
|
-
UH1: typeof import('@uzum-tech/ui')['UH1']
|
|
64
|
-
UH2: typeof import('@uzum-tech/ui')['UH2']
|
|
65
|
-
UH3: typeof import('@uzum-tech/ui')['UH3']
|
|
66
|
-
UH4: typeof import('@uzum-tech/ui')['UH4']
|
|
67
|
-
UH5: typeof import('@uzum-tech/ui')['UH5']
|
|
68
|
-
UH6: typeof import('@uzum-tech/ui')['UH6']
|
|
69
|
-
UHr: typeof import('@uzum-tech/ui')['UHr']
|
|
70
|
-
UIcon: typeof import('@uzum-tech/ui')['UIcon']
|
|
71
|
-
UIconWrapper: typeof import('@uzum-tech/ui')['UIconWrapper']
|
|
72
|
-
UImage: typeof import('@uzum-tech/ui')['UImage']
|
|
73
|
-
UImageGroup: typeof import('@uzum-tech/ui')['UImageGroup']
|
|
74
|
-
UInput: typeof import('@uzum-tech/ui')['UInput']
|
|
75
|
-
UInputGroup: typeof import('@uzum-tech/ui')['UInputGroup']
|
|
76
|
-
UInputGroupLabel: typeof import('@uzum-tech/ui')['UInputGroupLabel']
|
|
77
|
-
UInputNumber: typeof import('@uzum-tech/ui')['UInputNumber']
|
|
78
|
-
UInputOtp: typeof import('@uzum-tech/ui')['UInputOtp']
|
|
79
|
-
ULayout: typeof import('@uzum-tech/ui')['ULayout']
|
|
80
|
-
ULayoutContent: typeof import('@uzum-tech/ui')['ULayoutContent']
|
|
81
|
-
ULayoutFooter: typeof import('@uzum-tech/ui')['ULayoutFooter']
|
|
82
|
-
ULayoutHeader: typeof import('@uzum-tech/ui')['ULayoutHeader']
|
|
83
|
-
ULayoutSider: typeof import('@uzum-tech/ui')['ULayoutSider']
|
|
84
|
-
ULegacyTransfer: typeof import('@uzum-tech/ui')['ULegacyTransfer']
|
|
85
|
-
ULi: typeof import('@uzum-tech/ui')['ULi']
|
|
86
|
-
UList: typeof import('@uzum-tech/ui')['UList']
|
|
87
|
-
UListItem: typeof import('@uzum-tech/ui')['UListItem']
|
|
88
|
-
ULoadingBarProvider: typeof import('@uzum-tech/ui')['ULoadingBarProvider']
|
|
89
|
-
ULog: typeof import('@uzum-tech/ui')['ULog']
|
|
90
|
-
UMention: typeof import('@uzum-tech/ui')['UMention']
|
|
91
|
-
UMenu: typeof import('@uzum-tech/ui')['UMenu']
|
|
92
|
-
UMessageProvider: typeof import('@uzum-tech/ui')['UMessageProvider']
|
|
93
|
-
UModal: typeof import('@uzum-tech/ui')['UModal']
|
|
94
|
-
UNotificationProvider: typeof import('@uzum-tech/ui')['UNotificationProvider']
|
|
95
|
-
UNumberAnimation: typeof import('@uzum-tech/ui')['UNumberAnimation']
|
|
96
|
-
UOl: typeof import('@uzum-tech/ui')['UOl']
|
|
97
|
-
UPageHeader: typeof import('@uzum-tech/ui')['UPageHeader']
|
|
98
|
-
UPagination: typeof import('@uzum-tech/ui')['UPagination']
|
|
99
|
-
UPerformantEllipsis: typeof import('@uzum-tech/ui')['UPerformantEllipsis']
|
|
100
|
-
UPopconfirm: typeof import('@uzum-tech/ui')['UPopconfirm']
|
|
101
|
-
UPopover: typeof import('@uzum-tech/ui')['UPopover']
|
|
102
|
-
UPopselect: typeof import('@uzum-tech/ui')['UPopselect']
|
|
103
|
-
UProgress: typeof import('@uzum-tech/ui')['UProgress']
|
|
104
|
-
URadio: typeof import('@uzum-tech/ui')['URadio']
|
|
105
|
-
URadioButton: typeof import('@uzum-tech/ui')['URadioButton']
|
|
106
|
-
URadioGroup: typeof import('@uzum-tech/ui')['URadioGroup']
|
|
107
|
-
URate: typeof import('@uzum-tech/ui')['URate']
|
|
108
|
-
UResult: typeof import('@uzum-tech/ui')['UResult']
|
|
109
|
-
URow: typeof import('@uzum-tech/ui')['URow']
|
|
110
|
-
UScrollbar: typeof import('@uzum-tech/ui')['UScrollbar']
|
|
111
|
-
USelect: typeof import('@uzum-tech/ui')['USelect']
|
|
112
|
-
USkeleton: typeof import('@uzum-tech/ui')['USkeleton']
|
|
113
|
-
USlider: typeof import('@uzum-tech/ui')['USlider']
|
|
114
|
-
USpace: typeof import('@uzum-tech/ui')['USpace']
|
|
115
|
-
USpin: typeof import('@uzum-tech/ui')['USpin']
|
|
116
|
-
UStatistic: typeof import('@uzum-tech/ui')['UStatistic']
|
|
117
|
-
UStatus: typeof import('@uzum-tech/ui')['UStatus']
|
|
118
|
-
UStep: typeof import('@uzum-tech/ui')['UStep']
|
|
119
|
-
USteps: typeof import('@uzum-tech/ui')['USteps']
|
|
120
|
-
USwitch: typeof import('@uzum-tech/ui')['USwitch']
|
|
121
|
-
UTab: typeof import('@uzum-tech/ui')['UTab']
|
|
122
|
-
UTabPane: typeof import('@uzum-tech/ui')['UTabPane']
|
|
123
|
-
UTable: typeof import('@uzum-tech/ui')['UTable']
|
|
124
|
-
UTabs: typeof import('@uzum-tech/ui')['UTabs']
|
|
125
|
-
UTag: typeof import('@uzum-tech/ui')['UTag']
|
|
126
|
-
UTbody: typeof import('@uzum-tech/ui')['UTbody']
|
|
127
|
-
UTd: typeof import('@uzum-tech/ui')['UTd']
|
|
128
|
-
UText: typeof import('@uzum-tech/ui')['UText']
|
|
129
|
-
UTh: typeof import('@uzum-tech/ui')['UTh']
|
|
130
|
-
UThead: typeof import('@uzum-tech/ui')['UThead']
|
|
131
|
-
UThing: typeof import('@uzum-tech/ui')['UThing']
|
|
132
|
-
UTime: typeof import('@uzum-tech/ui')['UTime']
|
|
133
|
-
UTimePicker: typeof import('@uzum-tech/ui')['UTimePicker']
|
|
134
|
-
UTimeline: typeof import('@uzum-tech/ui')['UTimeline']
|
|
135
|
-
UTimelineItem: typeof import('@uzum-tech/ui')['UTimelineItem']
|
|
136
|
-
UToggleButton: typeof import('@uzum-tech/ui')['UToggleButton']
|
|
137
|
-
UTooltip: typeof import('@uzum-tech/ui')['UTooltip']
|
|
138
|
-
UTr: typeof import('@uzum-tech/ui')['UTr']
|
|
139
|
-
UTransfer: typeof import('@uzum-tech/ui')['UTransfer']
|
|
140
|
-
UTree: typeof import('@uzum-tech/ui')['UTree']
|
|
141
|
-
UTreeSelect: typeof import('@uzum-tech/ui')['UTreeSelect']
|
|
142
|
-
UUl: typeof import('@uzum-tech/ui')['UUl']
|
|
143
|
-
UUpload: typeof import('@uzum-tech/ui')['UUpload']
|
|
144
|
-
UUploadDragger: typeof import('@uzum-tech/ui')['UUploadDragger']
|
|
145
|
-
UUploadFileList: typeof import('@uzum-tech/ui')['UUploadFileList']
|
|
146
|
-
UUploadTrigger: typeof import('@uzum-tech/ui')['UUploadTrigger']
|
|
147
|
-
UWatermark: typeof import('@uzum-tech/ui')['UWatermark']
|
|
148
|
-
UActionCard: typeof import('@uzum-tech/ui')['UActionCard']
|
|
149
|
-
UChat: typeof import('@uzum-tech/ui')['UChat']
|
|
150
|
-
UChatListItems: typeof import('@uzum-tech/ui')['UChatListItems']
|
|
151
|
-
UChatMessages: typeof import('@uzum-tech/ui')['UChatMessages']
|
|
152
|
-
UInfiniteScroll: typeof import('@uzum-tech/ui')['UInfiniteScroll']
|
|
153
|
-
UVirtualList: typeof import('@uzum-tech/ui')['UVirtualList']
|
|
154
|
-
UModalFullscreen: typeof import('@uzum-tech/ui')['UModalFullscreen']
|
|
155
|
-
UCrop: typeof import('@uzum-tech/ui')['UCrop']
|
|
156
|
-
UTagGroup: typeof import('@uzum-tech/ui')['UTagGroup']
|
|
157
|
-
UIconBar: typeof import('@uzum-tech/ui')['UIconBar']
|
|
158
|
-
UIconBarItem: typeof import('@uzum-tech/ui')['UIconBarItem']
|
|
159
|
-
UQrCode: typeof import('@uzum-tech/ui')['UQrCode']
|
|
160
|
-
UHeader: typeof import('@uzum-tech/ui')['UHeader']
|
|
161
|
-
USafeTopScrollbar: typeof import('@uzum-tech/ui')['USafeTopScrollbar']
|
|
162
|
-
UHeaderActions: typeof import('@uzum-tech/ui')['UHeaderActions']
|
|
163
|
-
UHeaderMobile: typeof import('@uzum-tech/ui')['UHeaderMobile']
|
|
164
|
-
UHeaderNavigation: typeof import('@uzum-tech/ui')['UHeaderNavigation']
|
|
165
|
-
UHeaderDesktopLayout: typeof import('@uzum-tech/ui')['UHeaderDesktopLayout']
|
|
166
|
-
UHeaderMobileLayout: typeof import('@uzum-tech/ui')['UHeaderMobileLayout']
|
|
167
|
-
UHeaderSearchDesktop: typeof import('@uzum-tech/ui')['UHeaderSearchDesktop']
|
|
168
|
-
UHeaderSearchMobile: typeof import('@uzum-tech/ui')['UHeaderSearchMobile']
|
|
169
|
-
UHeaderSearchResults: typeof import('@uzum-tech/ui')['UHeaderSearchResults']
|
|
4
|
+
UAffix: (typeof import('@uzum-tech/ui'))['UAffix']
|
|
5
|
+
UAlert: (typeof import('@uzum-tech/ui'))['UAlert']
|
|
6
|
+
UAnchor: (typeof import('@uzum-tech/ui'))['UAnchor']
|
|
7
|
+
UAnchorLink: (typeof import('@uzum-tech/ui'))['UAnchorLink']
|
|
8
|
+
UAutoComplete: (typeof import('@uzum-tech/ui'))['UAutoComplete']
|
|
9
|
+
UAvatar: (typeof import('@uzum-tech/ui'))['UAvatar']
|
|
10
|
+
UAvatarGroup: (typeof import('@uzum-tech/ui'))['UAvatarGroup']
|
|
11
|
+
UBackTop: (typeof import('@uzum-tech/ui'))['UBackTop']
|
|
12
|
+
UBadge: (typeof import('@uzum-tech/ui'))['UBadge']
|
|
13
|
+
UBlockquote: (typeof import('@uzum-tech/ui'))['UBlockquote']
|
|
14
|
+
UBreadcrumb: (typeof import('@uzum-tech/ui'))['UBreadcrumb']
|
|
15
|
+
UBreadcrumbItem: (typeof import('@uzum-tech/ui'))['UBreadcrumbItem']
|
|
16
|
+
UButton: (typeof import('@uzum-tech/ui'))['UButton']
|
|
17
|
+
UButtonGroup: (typeof import('@uzum-tech/ui'))['UButtonGroup']
|
|
18
|
+
UCalendar: (typeof import('@uzum-tech/ui'))['UCalendar']
|
|
19
|
+
UCard: (typeof import('@uzum-tech/ui'))['UCard']
|
|
20
|
+
UCardList: (typeof import('@uzum-tech/ui'))['UCardList']
|
|
21
|
+
UCarousel: (typeof import('@uzum-tech/ui'))['UCarousel']
|
|
22
|
+
UCarouselItem: (typeof import('@uzum-tech/ui'))['UCarouselItem']
|
|
23
|
+
UCascader: (typeof import('@uzum-tech/ui'))['UCascader']
|
|
24
|
+
UCheckbox: (typeof import('@uzum-tech/ui'))['UCheckbox']
|
|
25
|
+
UCheckboxGroup: (typeof import('@uzum-tech/ui'))['UCheckboxGroup']
|
|
26
|
+
UCode: (typeof import('@uzum-tech/ui'))['UCode']
|
|
27
|
+
UCol: (typeof import('@uzum-tech/ui'))['UCol']
|
|
28
|
+
UCollapse: (typeof import('@uzum-tech/ui'))['UCollapse']
|
|
29
|
+
UCollapseItem: (typeof import('@uzum-tech/ui'))['UCollapseItem']
|
|
30
|
+
UCollapseTransition: (typeof import('@uzum-tech/ui'))['UCollapseTransition']
|
|
31
|
+
UColorPicker: (typeof import('@uzum-tech/ui'))['UColorPicker']
|
|
32
|
+
UConfigProvider: (typeof import('@uzum-tech/ui'))['UConfigProvider']
|
|
33
|
+
UCountdown: (typeof import('@uzum-tech/ui'))['UCountdown']
|
|
34
|
+
UDataTable: (typeof import('@uzum-tech/ui'))['UDataTable']
|
|
35
|
+
UDatePicker: (typeof import('@uzum-tech/ui'))['UDatePicker']
|
|
36
|
+
UDescriptions: (typeof import('@uzum-tech/ui'))['UDescriptions']
|
|
37
|
+
UDescriptionsItem: (typeof import('@uzum-tech/ui'))['UDescriptionsItem']
|
|
38
|
+
UDialog: (typeof import('@uzum-tech/ui'))['UDialog']
|
|
39
|
+
UDialogProvider: (typeof import('@uzum-tech/ui'))['UDialogProvider']
|
|
40
|
+
UDivider: (typeof import('@uzum-tech/ui'))['UDivider']
|
|
41
|
+
UDrawer: (typeof import('@uzum-tech/ui'))['UDrawer']
|
|
42
|
+
UDrawerContent: (typeof import('@uzum-tech/ui'))['UDrawerContent']
|
|
43
|
+
UDropdown: (typeof import('@uzum-tech/ui'))['UDropdown']
|
|
44
|
+
UDynamicInput: (typeof import('@uzum-tech/ui'))['UDynamicInput']
|
|
45
|
+
UDynamicTags: (typeof import('@uzum-tech/ui'))['UDynamicTags']
|
|
46
|
+
UEl: (typeof import('@uzum-tech/ui'))['UEl']
|
|
47
|
+
UElement: (typeof import('@uzum-tech/ui'))['UElement']
|
|
48
|
+
UEllipsis: (typeof import('@uzum-tech/ui'))['UEllipsis']
|
|
49
|
+
UEmpty: (typeof import('@uzum-tech/ui'))['UEmpty']
|
|
50
|
+
UEquation: (typeof import('@uzum-tech/ui'))['UEquation']
|
|
51
|
+
UFlex: (typeof import('@uzum-tech/ui'))['UFlex']
|
|
52
|
+
UForm: (typeof import('@uzum-tech/ui'))['UForm']
|
|
53
|
+
UFormItem: (typeof import('@uzum-tech/ui'))['UFormItem']
|
|
54
|
+
UFormItemCol: (typeof import('@uzum-tech/ui'))['UFormItemCol']
|
|
55
|
+
UFormItemGi: (typeof import('@uzum-tech/ui'))['UFormItemGi']
|
|
56
|
+
UFormItemGridItem: (typeof import('@uzum-tech/ui'))['UFormItemGridItem']
|
|
57
|
+
UFormItemRow: (typeof import('@uzum-tech/ui'))['UFormItemRow']
|
|
58
|
+
UGi: (typeof import('@uzum-tech/ui'))['UGi']
|
|
59
|
+
UGlobalStyle: (typeof import('@uzum-tech/ui'))['UGlobalStyle']
|
|
60
|
+
UGradientText: (typeof import('@uzum-tech/ui'))['UGradientText']
|
|
61
|
+
UGrid: (typeof import('@uzum-tech/ui'))['UGrid']
|
|
62
|
+
UGridItem: (typeof import('@uzum-tech/ui'))['UGridItem']
|
|
63
|
+
UH1: (typeof import('@uzum-tech/ui'))['UH1']
|
|
64
|
+
UH2: (typeof import('@uzum-tech/ui'))['UH2']
|
|
65
|
+
UH3: (typeof import('@uzum-tech/ui'))['UH3']
|
|
66
|
+
UH4: (typeof import('@uzum-tech/ui'))['UH4']
|
|
67
|
+
UH5: (typeof import('@uzum-tech/ui'))['UH5']
|
|
68
|
+
UH6: (typeof import('@uzum-tech/ui'))['UH6']
|
|
69
|
+
UHr: (typeof import('@uzum-tech/ui'))['UHr']
|
|
70
|
+
UIcon: (typeof import('@uzum-tech/ui'))['UIcon']
|
|
71
|
+
UIconWrapper: (typeof import('@uzum-tech/ui'))['UIconWrapper']
|
|
72
|
+
UImage: (typeof import('@uzum-tech/ui'))['UImage']
|
|
73
|
+
UImageGroup: (typeof import('@uzum-tech/ui'))['UImageGroup']
|
|
74
|
+
UInput: (typeof import('@uzum-tech/ui'))['UInput']
|
|
75
|
+
UInputGroup: (typeof import('@uzum-tech/ui'))['UInputGroup']
|
|
76
|
+
UInputGroupLabel: (typeof import('@uzum-tech/ui'))['UInputGroupLabel']
|
|
77
|
+
UInputNumber: (typeof import('@uzum-tech/ui'))['UInputNumber']
|
|
78
|
+
UInputOtp: (typeof import('@uzum-tech/ui'))['UInputOtp']
|
|
79
|
+
ULayout: (typeof import('@uzum-tech/ui'))['ULayout']
|
|
80
|
+
ULayoutContent: (typeof import('@uzum-tech/ui'))['ULayoutContent']
|
|
81
|
+
ULayoutFooter: (typeof import('@uzum-tech/ui'))['ULayoutFooter']
|
|
82
|
+
ULayoutHeader: (typeof import('@uzum-tech/ui'))['ULayoutHeader']
|
|
83
|
+
ULayoutSider: (typeof import('@uzum-tech/ui'))['ULayoutSider']
|
|
84
|
+
ULegacyTransfer: (typeof import('@uzum-tech/ui'))['ULegacyTransfer']
|
|
85
|
+
ULi: (typeof import('@uzum-tech/ui'))['ULi']
|
|
86
|
+
UList: (typeof import('@uzum-tech/ui'))['UList']
|
|
87
|
+
UListItem: (typeof import('@uzum-tech/ui'))['UListItem']
|
|
88
|
+
ULoadingBarProvider: (typeof import('@uzum-tech/ui'))['ULoadingBarProvider']
|
|
89
|
+
ULog: (typeof import('@uzum-tech/ui'))['ULog']
|
|
90
|
+
UMention: (typeof import('@uzum-tech/ui'))['UMention']
|
|
91
|
+
UMenu: (typeof import('@uzum-tech/ui'))['UMenu']
|
|
92
|
+
UMessageProvider: (typeof import('@uzum-tech/ui'))['UMessageProvider']
|
|
93
|
+
UModal: (typeof import('@uzum-tech/ui'))['UModal']
|
|
94
|
+
UNotificationProvider: (typeof import('@uzum-tech/ui'))['UNotificationProvider']
|
|
95
|
+
UNumberAnimation: (typeof import('@uzum-tech/ui'))['UNumberAnimation']
|
|
96
|
+
UOl: (typeof import('@uzum-tech/ui'))['UOl']
|
|
97
|
+
UPageHeader: (typeof import('@uzum-tech/ui'))['UPageHeader']
|
|
98
|
+
UPagination: (typeof import('@uzum-tech/ui'))['UPagination']
|
|
99
|
+
UPerformantEllipsis: (typeof import('@uzum-tech/ui'))['UPerformantEllipsis']
|
|
100
|
+
UPopconfirm: (typeof import('@uzum-tech/ui'))['UPopconfirm']
|
|
101
|
+
UPopover: (typeof import('@uzum-tech/ui'))['UPopover']
|
|
102
|
+
UPopselect: (typeof import('@uzum-tech/ui'))['UPopselect']
|
|
103
|
+
UProgress: (typeof import('@uzum-tech/ui'))['UProgress']
|
|
104
|
+
URadio: (typeof import('@uzum-tech/ui'))['URadio']
|
|
105
|
+
URadioButton: (typeof import('@uzum-tech/ui'))['URadioButton']
|
|
106
|
+
URadioGroup: (typeof import('@uzum-tech/ui'))['URadioGroup']
|
|
107
|
+
URate: (typeof import('@uzum-tech/ui'))['URate']
|
|
108
|
+
UResult: (typeof import('@uzum-tech/ui'))['UResult']
|
|
109
|
+
URow: (typeof import('@uzum-tech/ui'))['URow']
|
|
110
|
+
UScrollbar: (typeof import('@uzum-tech/ui'))['UScrollbar']
|
|
111
|
+
USelect: (typeof import('@uzum-tech/ui'))['USelect']
|
|
112
|
+
USkeleton: (typeof import('@uzum-tech/ui'))['USkeleton']
|
|
113
|
+
USlider: (typeof import('@uzum-tech/ui'))['USlider']
|
|
114
|
+
USpace: (typeof import('@uzum-tech/ui'))['USpace']
|
|
115
|
+
USpin: (typeof import('@uzum-tech/ui'))['USpin']
|
|
116
|
+
UStatistic: (typeof import('@uzum-tech/ui'))['UStatistic']
|
|
117
|
+
UStatus: (typeof import('@uzum-tech/ui'))['UStatus']
|
|
118
|
+
UStep: (typeof import('@uzum-tech/ui'))['UStep']
|
|
119
|
+
USteps: (typeof import('@uzum-tech/ui'))['USteps']
|
|
120
|
+
USwitch: (typeof import('@uzum-tech/ui'))['USwitch']
|
|
121
|
+
UTab: (typeof import('@uzum-tech/ui'))['UTab']
|
|
122
|
+
UTabPane: (typeof import('@uzum-tech/ui'))['UTabPane']
|
|
123
|
+
UTable: (typeof import('@uzum-tech/ui'))['UTable']
|
|
124
|
+
UTabs: (typeof import('@uzum-tech/ui'))['UTabs']
|
|
125
|
+
UTag: (typeof import('@uzum-tech/ui'))['UTag']
|
|
126
|
+
UTbody: (typeof import('@uzum-tech/ui'))['UTbody']
|
|
127
|
+
UTd: (typeof import('@uzum-tech/ui'))['UTd']
|
|
128
|
+
UText: (typeof import('@uzum-tech/ui'))['UText']
|
|
129
|
+
UTh: (typeof import('@uzum-tech/ui'))['UTh']
|
|
130
|
+
UThead: (typeof import('@uzum-tech/ui'))['UThead']
|
|
131
|
+
UThing: (typeof import('@uzum-tech/ui'))['UThing']
|
|
132
|
+
UTime: (typeof import('@uzum-tech/ui'))['UTime']
|
|
133
|
+
UTimePicker: (typeof import('@uzum-tech/ui'))['UTimePicker']
|
|
134
|
+
UTimeline: (typeof import('@uzum-tech/ui'))['UTimeline']
|
|
135
|
+
UTimelineItem: (typeof import('@uzum-tech/ui'))['UTimelineItem']
|
|
136
|
+
UToggleButton: (typeof import('@uzum-tech/ui'))['UToggleButton']
|
|
137
|
+
UTooltip: (typeof import('@uzum-tech/ui'))['UTooltip']
|
|
138
|
+
UTr: (typeof import('@uzum-tech/ui'))['UTr']
|
|
139
|
+
UTransfer: (typeof import('@uzum-tech/ui'))['UTransfer']
|
|
140
|
+
UTree: (typeof import('@uzum-tech/ui'))['UTree']
|
|
141
|
+
UTreeSelect: (typeof import('@uzum-tech/ui'))['UTreeSelect']
|
|
142
|
+
UUl: (typeof import('@uzum-tech/ui'))['UUl']
|
|
143
|
+
UUpload: (typeof import('@uzum-tech/ui'))['UUpload']
|
|
144
|
+
UUploadDragger: (typeof import('@uzum-tech/ui'))['UUploadDragger']
|
|
145
|
+
UUploadFileList: (typeof import('@uzum-tech/ui'))['UUploadFileList']
|
|
146
|
+
UUploadTrigger: (typeof import('@uzum-tech/ui'))['UUploadTrigger']
|
|
147
|
+
UWatermark: (typeof import('@uzum-tech/ui'))['UWatermark']
|
|
148
|
+
UActionCard: (typeof import('@uzum-tech/ui'))['UActionCard']
|
|
149
|
+
UChat: (typeof import('@uzum-tech/ui'))['UChat']
|
|
150
|
+
UChatListItems: (typeof import('@uzum-tech/ui'))['UChatListItems']
|
|
151
|
+
UChatMessages: (typeof import('@uzum-tech/ui'))['UChatMessages']
|
|
152
|
+
UInfiniteScroll: (typeof import('@uzum-tech/ui'))['UInfiniteScroll']
|
|
153
|
+
UVirtualList: (typeof import('@uzum-tech/ui'))['UVirtualList']
|
|
154
|
+
UModalFullscreen: (typeof import('@uzum-tech/ui'))['UModalFullscreen']
|
|
155
|
+
UCrop: (typeof import('@uzum-tech/ui'))['UCrop']
|
|
156
|
+
UTagGroup: (typeof import('@uzum-tech/ui'))['UTagGroup']
|
|
157
|
+
UIconBar: (typeof import('@uzum-tech/ui'))['UIconBar']
|
|
158
|
+
UIconBarItem: (typeof import('@uzum-tech/ui'))['UIconBarItem']
|
|
159
|
+
UQrCode: (typeof import('@uzum-tech/ui'))['UQrCode']
|
|
160
|
+
UHeader: (typeof import('@uzum-tech/ui'))['UHeader']
|
|
161
|
+
USafeTopScrollbar: (typeof import('@uzum-tech/ui'))['USafeTopScrollbar']
|
|
162
|
+
UHeaderActions: (typeof import('@uzum-tech/ui'))['UHeaderActions']
|
|
163
|
+
UHeaderMobile: (typeof import('@uzum-tech/ui'))['UHeaderMobile']
|
|
164
|
+
UHeaderNavigation: (typeof import('@uzum-tech/ui'))['UHeaderNavigation']
|
|
165
|
+
UHeaderDesktopLayout: (typeof import('@uzum-tech/ui'))['UHeaderDesktopLayout']
|
|
166
|
+
UHeaderMobileLayout: (typeof import('@uzum-tech/ui'))['UHeaderMobileLayout']
|
|
167
|
+
UHeaderSearchDesktop: (typeof import('@uzum-tech/ui'))['UHeaderSearchDesktop']
|
|
168
|
+
UHeaderSearchMobile: (typeof import('@uzum-tech/ui'))['UHeaderSearchMobile']
|
|
169
|
+
UHeaderSearchResults: (typeof import('@uzum-tech/ui'))['UHeaderSearchResults']
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
export {}
|
package/web-types.json
CHANGED