@uzum-tech/ui 2.3.7 → 2.3.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 +181 -181
- package/dist/index.mjs +181 -181
- package/dist/index.prod.js +1 -1
- package/dist/index.prod.mjs +1 -1
- package/es/components.mjs +181 -180
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/lib/components.js +1 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -1
package/es/components.mjs
CHANGED
|
@@ -112,300 +112,301 @@ import { UUpload as _UUpload, UUploadDragger as _UUploadDragger, UUploadFileList
|
|
|
112
112
|
import { UVirtualList as _UVirtualList } from "./virtual-list/index.mjs";
|
|
113
113
|
import { UWatermark as _UWatermark } from "./watermark/index.mjs";
|
|
114
114
|
export { actionCardDark, actionCardLight } from "./action-card/index.mjs";
|
|
115
|
-
export const UActionCard = wrap(_UActionCard);
|
|
115
|
+
export const UActionCard = /* #__PURE__ */wrap(_UActionCard);
|
|
116
116
|
export { affixProps } from "./affix/index.mjs";
|
|
117
|
-
export const UAffix = wrap(_UAffix);
|
|
117
|
+
export const UAffix = /* #__PURE__ */wrap(_UAffix);
|
|
118
118
|
export { alertProps } from "./alert/index.mjs";
|
|
119
|
-
export const UAlert = wrap(_UAlert);
|
|
119
|
+
export const UAlert = /* #__PURE__ */wrap(_UAlert);
|
|
120
120
|
export { anchorLinkProps, anchorProps } from "./anchor/index.mjs";
|
|
121
|
-
export const UAnchor = wrap(_UAnchor);
|
|
122
|
-
export const UAnchorLink = wrap(_UAnchorLink);
|
|
121
|
+
export const UAnchor = /* #__PURE__ */wrap(_UAnchor);
|
|
122
|
+
export const UAnchorLink = /* #__PURE__ */wrap(_UAnchorLink);
|
|
123
123
|
export { autoCompleteProps } from "./auto-complete/index.mjs";
|
|
124
|
-
export const UAutoComplete = wrap(_UAutoComplete);
|
|
124
|
+
export const UAutoComplete = /* #__PURE__ */wrap(_UAutoComplete);
|
|
125
125
|
export { avatarProps } from "./avatar/index.mjs";
|
|
126
|
-
export const UAvatar = wrap(_UAvatar);
|
|
126
|
+
export const UAvatar = /* #__PURE__ */wrap(_UAvatar);
|
|
127
127
|
export { avatarGroupProps } from "./avatar-group/index.mjs";
|
|
128
|
-
export const UAvatarGroup = wrap(_UAvatarGroup);
|
|
128
|
+
export const UAvatarGroup = /* #__PURE__ */wrap(_UAvatarGroup);
|
|
129
129
|
export { backTopProps } from "./back-top/index.mjs";
|
|
130
|
-
export const UBackTop = wrap(_UBackTop);
|
|
130
|
+
export const UBackTop = /* #__PURE__ */wrap(_UBackTop);
|
|
131
131
|
export { badgeProps } from "./badge/index.mjs";
|
|
132
|
-
export const UBadge = wrap(_UBadge);
|
|
132
|
+
export const UBadge = /* #__PURE__ */wrap(_UBadge);
|
|
133
133
|
export { breadcrumbItemProps, breadcrumbProps } from "./breadcrumb/index.mjs";
|
|
134
|
-
export const UBreadcrumb = wrap(_UBreadcrumb);
|
|
135
|
-
export const UBreadcrumbItem = wrap(_UBreadcrumbItem);
|
|
134
|
+
export const UBreadcrumb = /* #__PURE__ */wrap(_UBreadcrumb);
|
|
135
|
+
export const UBreadcrumbItem = /* #__PURE__ */wrap(_UBreadcrumbItem);
|
|
136
136
|
export { buttonProps } from "./button/index.mjs";
|
|
137
|
-
|
|
138
|
-
export const
|
|
137
|
+
// эксперимент: v2-реализацией временно выступает UTag
|
|
138
|
+
export const UButton = /* #__PURE__ */wrap(_UButton);
|
|
139
|
+
export const UxButton = /* #__PURE__ */wrap(_UxButton);
|
|
139
140
|
export { buttonGroupProps } from "./button-group/index.mjs";
|
|
140
|
-
export const UButtonGroup = wrap(_UButtonGroup);
|
|
141
|
+
export const UButtonGroup = /* #__PURE__ */wrap(_UButtonGroup);
|
|
141
142
|
export { calendarProps } from "./calendar/index.mjs";
|
|
142
|
-
export const UCalendar = wrap(_UCalendar);
|
|
143
|
+
export const UCalendar = /* #__PURE__ */wrap(_UCalendar);
|
|
143
144
|
export { cardProps } from "./card/index.mjs";
|
|
144
|
-
export const UCard = wrap(_UCard);
|
|
145
|
+
export const UCard = /* #__PURE__ */wrap(_UCard);
|
|
145
146
|
export { cardListProps } from "./card-list/index.mjs";
|
|
146
|
-
export const UCardList = wrap(_UCardList);
|
|
147
|
+
export const UCardList = /* #__PURE__ */wrap(_UCardList);
|
|
147
148
|
export { carouselProps } from "./carousel/index.mjs";
|
|
148
|
-
export const UCarousel = wrap(_UCarousel);
|
|
149
|
-
export const UCarouselItem = wrap(_UCarouselItem);
|
|
149
|
+
export const UCarousel = /* #__PURE__ */wrap(_UCarousel);
|
|
150
|
+
export const UCarouselItem = /* #__PURE__ */wrap(_UCarouselItem);
|
|
150
151
|
export { cascaderProps } from "./cascader/index.mjs";
|
|
151
|
-
export const UCascader = wrap(_UCascader);
|
|
152
|
+
export const UCascader = /* #__PURE__ */wrap(_UCascader);
|
|
152
153
|
export { ChatAttachmentStatus, ChatMarkType, ChatMessageType, MessageStatus } from "./chat/index.mjs";
|
|
153
|
-
export const UChat = wrap(_UChat);
|
|
154
|
-
export const UChatListItems = wrap(_UChatListItems);
|
|
155
|
-
export const UChatMainArea = wrap(_UChatMainArea);
|
|
156
|
-
export const UChatMessages = wrap(_UChatMessages);
|
|
154
|
+
export const UChat = /* #__PURE__ */wrap(_UChat);
|
|
155
|
+
export const UChatListItems = /* #__PURE__ */wrap(_UChatListItems);
|
|
156
|
+
export const UChatMainArea = /* #__PURE__ */wrap(_UChatMainArea);
|
|
157
|
+
export const UChatMessages = /* #__PURE__ */wrap(_UChatMessages);
|
|
157
158
|
export { checkboxGroupProps, checkboxProps } from "./checkbox/index.mjs";
|
|
158
|
-
export const UCheckbox = wrap(_UCheckbox);
|
|
159
|
-
export const UCheckboxGroup = wrap(_UCheckboxGroup);
|
|
159
|
+
export const UCheckbox = /* #__PURE__ */wrap(_UCheckbox);
|
|
160
|
+
export const UCheckboxGroup = /* #__PURE__ */wrap(_UCheckboxGroup);
|
|
160
161
|
export { codeProps } from "./code/index.mjs";
|
|
161
|
-
export const UCode = wrap(_UCode);
|
|
162
|
+
export const UCode = /* #__PURE__ */wrap(_UCode);
|
|
162
163
|
export { collapseItemProps, collapseProps } from "./collapse/index.mjs";
|
|
163
|
-
export const UCollapse = wrap(_UCollapse);
|
|
164
|
-
export const UCollapseItem = wrap(_UCollapseItem);
|
|
164
|
+
export const UCollapse = /* #__PURE__ */wrap(_UCollapse);
|
|
165
|
+
export const UCollapseItem = /* #__PURE__ */wrap(_UCollapseItem);
|
|
165
166
|
export { collapseTransitionProps } from "./collapse-transition/index.mjs";
|
|
166
|
-
export const UCollapseTransition = wrap(_UCollapseTransition);
|
|
167
|
+
export const UCollapseTransition = /* #__PURE__ */wrap(_UCollapseTransition);
|
|
167
168
|
export { colorPickerProps } from "./color-picker/index.mjs";
|
|
168
|
-
export const UColorPicker = wrap(_UColorPicker);
|
|
169
|
+
export const UColorPicker = /* #__PURE__ */wrap(_UColorPicker);
|
|
169
170
|
export { configProviderProps } from "./config-provider/index.mjs";
|
|
170
|
-
export const UConfigProvider = wrap(_UConfigProvider);
|
|
171
|
+
export const UConfigProvider = /* #__PURE__ */wrap(_UConfigProvider);
|
|
171
172
|
export { countdownProps } from "./countdown/index.mjs";
|
|
172
|
-
export const UCountdown = wrap(_UCountdown);
|
|
173
|
+
export const UCountdown = /* #__PURE__ */wrap(_UCountdown);
|
|
173
174
|
export { cropProps } from "./crop/index.mjs";
|
|
174
|
-
export const UCrop = wrap(_UCrop);
|
|
175
|
+
export const UCrop = /* #__PURE__ */wrap(_UCrop);
|
|
175
176
|
export { dataTableProps } from "./data-table/index.mjs";
|
|
176
|
-
export const UDataTable = wrap(_UDataTable);
|
|
177
|
+
export const UDataTable = /* #__PURE__ */wrap(_UDataTable);
|
|
177
178
|
export { datePickerProps } from "./date-picker/index.mjs";
|
|
178
|
-
export const UDatePicker = wrap(_UDatePicker);
|
|
179
|
+
export const UDatePicker = /* #__PURE__ */wrap(_UDatePicker);
|
|
179
180
|
export { datePickerV2Dark, datePickerV2Light } from "./date-picker-v2/index.mjs";
|
|
180
|
-
export const UDatePickerV2 = wrap(_UDatePickerV2);
|
|
181
|
+
export const UDatePickerV2 = /* #__PURE__ */wrap(_UDatePickerV2);
|
|
181
182
|
export { descriptionsItemProps, descriptionsProps } from "./descriptions/index.mjs";
|
|
182
|
-
export const UDescriptions = wrap(_UDescriptions);
|
|
183
|
-
export const UDescriptionsItem = wrap(_UDescriptionsItem);
|
|
183
|
+
export const UDescriptions = /* #__PURE__ */wrap(_UDescriptions);
|
|
184
|
+
export const UDescriptionsItem = /* #__PURE__ */wrap(_UDescriptionsItem);
|
|
184
185
|
export { dialogProps, dialogProviderProps, useDialog, useDialogReactiveList } from "./dialog/index.mjs";
|
|
185
186
|
export { UDialogProvider } from "./dialog/index.mjs";
|
|
186
|
-
export const UDialog = wrap(_UDialog);
|
|
187
|
+
export const UDialog = /* #__PURE__ */wrap(_UDialog);
|
|
187
188
|
export { createDiscreteApi } from "./discrete/index.mjs";
|
|
188
189
|
export { dividerProps } from "./divider/index.mjs";
|
|
189
|
-
export const UDivider = wrap(_UDivider);
|
|
190
|
+
export const UDivider = /* #__PURE__ */wrap(_UDivider);
|
|
190
191
|
export { drawerContentProps, drawerProps } from "./drawer/index.mjs";
|
|
191
|
-
export const UDrawer = wrap(_UDrawer);
|
|
192
|
-
export const UDrawerContent = wrap(_UDrawerContent);
|
|
192
|
+
export const UDrawer = /* #__PURE__ */wrap(_UDrawer);
|
|
193
|
+
export const UDrawerContent = /* #__PURE__ */wrap(_UDrawerContent);
|
|
193
194
|
export { dropdownProps } from "./dropdown/index.mjs";
|
|
194
|
-
export const UDropdown = wrap(_UDropdown);
|
|
195
|
+
export const UDropdown = /* #__PURE__ */wrap(_UDropdown);
|
|
195
196
|
export { dynamicInputProps } from "./dynamic-input/index.mjs";
|
|
196
|
-
export const UDynamicInput = wrap(_UDynamicInput);
|
|
197
|
+
export const UDynamicInput = /* #__PURE__ */wrap(_UDynamicInput);
|
|
197
198
|
export { dynamicTagsProps } from "./dynamic-tags/index.mjs";
|
|
198
|
-
export const UDynamicTags = wrap(_UDynamicTags);
|
|
199
|
+
export const UDynamicTags = /* #__PURE__ */wrap(_UDynamicTags);
|
|
199
200
|
export { elementProps } from "./element/index.mjs";
|
|
200
|
-
export const UElement = wrap(_UElement);
|
|
201
|
-
export const UEl = wrap(_UEl);
|
|
201
|
+
export const UElement = /* #__PURE__ */wrap(_UElement);
|
|
202
|
+
export const UEl = /* #__PURE__ */wrap(_UEl);
|
|
202
203
|
export { ellipsisProps } from "./ellipsis/index.mjs";
|
|
203
|
-
export const UEllipsis = wrap(_UEllipsis);
|
|
204
|
-
export const UPerformantEllipsis = wrap(_UPerformantEllipsis);
|
|
204
|
+
export const UEllipsis = /* #__PURE__ */wrap(_UEllipsis);
|
|
205
|
+
export const UPerformantEllipsis = /* #__PURE__ */wrap(_UPerformantEllipsis);
|
|
205
206
|
export { emptyProps } from "./empty/index.mjs";
|
|
206
|
-
export const UEmpty = wrap(_UEmpty);
|
|
207
|
+
export const UEmpty = /* #__PURE__ */wrap(_UEmpty);
|
|
207
208
|
export { equationProps } from "./equation/index.mjs";
|
|
208
|
-
export const UEquation = wrap(_UEquation);
|
|
209
|
+
export const UEquation = /* #__PURE__ */wrap(_UEquation);
|
|
209
210
|
export { flexProps } from "./flex/index.mjs";
|
|
210
|
-
export const UFlex = wrap(_UFlex);
|
|
211
|
+
export const UFlex = /* #__PURE__ */wrap(_UFlex);
|
|
211
212
|
export { floatButtonProps } from "./float-button/index.mjs";
|
|
212
|
-
export const UFloatButton = wrap(_UFloatButton);
|
|
213
|
+
export const UFloatButton = /* #__PURE__ */wrap(_UFloatButton);
|
|
213
214
|
export { floatButtonGroupProps } from "./float-button-group/index.mjs";
|
|
214
|
-
export const UFloatButtonGroup = wrap(_UFloatButtonGroup);
|
|
215
|
+
export const UFloatButtonGroup = /* #__PURE__ */wrap(_UFloatButtonGroup);
|
|
215
216
|
export { formItemGiProps, formItemGridItemProps, formItemProps, formProps } from "./form/index.mjs";
|
|
216
|
-
export const UForm = wrap(_UForm);
|
|
217
|
-
export const UFormItem = wrap(_UFormItem);
|
|
218
|
-
export const UFormItemCol = wrap(_UFormItemCol);
|
|
219
|
-
export const UFormItemGi = wrap(_UFormItemGi);
|
|
220
|
-
export const UFormItemGridItem = wrap(_UFormItemGridItem);
|
|
221
|
-
export const UFormItemRow = wrap(_UFormItemRow);
|
|
222
|
-
export const UGlobalStyle = wrap(_UGlobalStyle);
|
|
217
|
+
export const UForm = /* #__PURE__ */wrap(_UForm);
|
|
218
|
+
export const UFormItem = /* #__PURE__ */wrap(_UFormItem);
|
|
219
|
+
export const UFormItemCol = /* #__PURE__ */wrap(_UFormItemCol);
|
|
220
|
+
export const UFormItemGi = /* #__PURE__ */wrap(_UFormItemGi);
|
|
221
|
+
export const UFormItemGridItem = /* #__PURE__ */wrap(_UFormItemGridItem);
|
|
222
|
+
export const UFormItemRow = /* #__PURE__ */wrap(_UFormItemRow);
|
|
223
|
+
export const UGlobalStyle = /* #__PURE__ */wrap(_UGlobalStyle);
|
|
223
224
|
export { gradientTextProps } from "./gradient-text/index.mjs";
|
|
224
|
-
export const UGradientText = wrap(_UGradientText);
|
|
225
|
+
export const UGradientText = /* #__PURE__ */wrap(_UGradientText);
|
|
225
226
|
export { giProps, gridItemProps, gridProps } from "./grid/index.mjs";
|
|
226
|
-
export const UGrid = wrap(_UGrid);
|
|
227
|
-
export const UGridItem = wrap(_UGridItem);
|
|
228
|
-
export const UGi = wrap(_UGi);
|
|
227
|
+
export const UGrid = /* #__PURE__ */wrap(_UGrid);
|
|
228
|
+
export const UGridItem = /* #__PURE__ */wrap(_UGridItem);
|
|
229
|
+
export const UGi = /* #__PURE__ */wrap(_UGi);
|
|
229
230
|
export { getMenuItemKey, hasChildren, headerActionsProps, headerDesktopLayoutProps, headerMobileLayoutProps, headerMobileProps, headerNavigationProps, headerProps, headerSearchDesktopProps, headerSearchMobileProps, headerSearchResultsProps, isColumnOption, isDividerOption, isGroupOption, isLeafMenuOption, isNotNull, renderBadge, renderOptionLabel, resolvePlacement, resolveTopLevelMenuKey } from "./header/index.mjs";
|
|
230
231
|
export { UHeaderMobile } from "./header/index.mjs";
|
|
231
|
-
export const UHeader = wrap(_UHeader);
|
|
232
|
-
export const UHeaderActions = wrap(_UHeaderActions);
|
|
233
|
-
export const UHeaderDesktopLayout = wrap(_UHeaderDesktopLayout);
|
|
234
|
-
export const UHeaderMobileLayout = wrap(_UHeaderMobileLayout);
|
|
235
|
-
export const UHeaderNavigation = wrap(_UHeaderNavigation);
|
|
236
|
-
export const UHeaderSearchDesktop = wrap(_UHeaderSearchDesktop);
|
|
237
|
-
export const UHeaderSearchMobile = wrap(_UHeaderSearchMobile);
|
|
238
|
-
export const UHeaderSearchResults = wrap(_UHeaderSearchResults);
|
|
232
|
+
export const UHeader = /* #__PURE__ */wrap(_UHeader);
|
|
233
|
+
export const UHeaderActions = /* #__PURE__ */wrap(_UHeaderActions);
|
|
234
|
+
export const UHeaderDesktopLayout = /* #__PURE__ */wrap(_UHeaderDesktopLayout);
|
|
235
|
+
export const UHeaderMobileLayout = /* #__PURE__ */wrap(_UHeaderMobileLayout);
|
|
236
|
+
export const UHeaderNavigation = /* #__PURE__ */wrap(_UHeaderNavigation);
|
|
237
|
+
export const UHeaderSearchDesktop = /* #__PURE__ */wrap(_UHeaderSearchDesktop);
|
|
238
|
+
export const UHeaderSearchMobile = /* #__PURE__ */wrap(_UHeaderSearchMobile);
|
|
239
|
+
export const UHeaderSearchResults = /* #__PURE__ */wrap(_UHeaderSearchResults);
|
|
239
240
|
export { heatmapDark, heatmapLight, heatmapMockData, heatmapProps } from "./heatmap/index.mjs";
|
|
240
|
-
export const UHeatmap = wrap(_UHeatmap);
|
|
241
|
+
export const UHeatmap = /* #__PURE__ */wrap(_UHeatmap);
|
|
241
242
|
export { highlightProps } from "./highlight/index.mjs";
|
|
242
|
-
export const UHighlight = wrap(_UHighlight);
|
|
243
|
+
export const UHighlight = /* #__PURE__ */wrap(_UHighlight);
|
|
243
244
|
export { iconProps, renderAsyncIcon, renderIcon } from "./icon/index.mjs";
|
|
244
|
-
export const UIcon = wrap(_UIcon);
|
|
245
|
+
export const UIcon = /* #__PURE__ */wrap(_UIcon);
|
|
245
246
|
export { iconBarItemProps, iconBarProps } from "./icon-bar/index.mjs";
|
|
246
|
-
export const UIconBar = wrap(_UIconBar);
|
|
247
|
-
export const UIconBarItem = wrap(_UIconBarItem);
|
|
247
|
+
export const UIconBar = /* #__PURE__ */wrap(_UIconBar);
|
|
248
|
+
export const UIconBarItem = /* #__PURE__ */wrap(_UIconBarItem);
|
|
248
249
|
export { iconPackDark, iconPackLight, iconPackProps } from "./icon-pack/index.mjs";
|
|
249
|
-
export const UIconPack = wrap(_UIconPack);
|
|
250
|
+
export const UIconPack = /* #__PURE__ */wrap(_UIconPack);
|
|
250
251
|
export { iconWrapperProps } from "./icon-wrapper/index.mjs";
|
|
251
|
-
export const UIconWrapper = wrap(_UIconWrapper);
|
|
252
|
+
export const UIconWrapper = /* #__PURE__ */wrap(_UIconWrapper);
|
|
252
253
|
export { imageGroupProps, imagePreviewProps, imageProps } from "./image/index.mjs";
|
|
253
|
-
export const UImage = wrap(_UImage);
|
|
254
|
-
export const UImageGroup = wrap(_UImageGroup);
|
|
255
|
-
export const UImagePreview = wrap(_UImagePreview);
|
|
254
|
+
export const UImage = /* #__PURE__ */wrap(_UImage);
|
|
255
|
+
export const UImageGroup = /* #__PURE__ */wrap(_UImageGroup);
|
|
256
|
+
export const UImagePreview = /* #__PURE__ */wrap(_UImagePreview);
|
|
256
257
|
export { infiniteScrollProps } from "./infinite-scroll/index.mjs";
|
|
257
|
-
export const UInfiniteScroll = wrap(_UInfiniteScroll);
|
|
258
|
+
export const UInfiniteScroll = /* #__PURE__ */wrap(_UInfiniteScroll);
|
|
258
259
|
export { inputGroupLabelProps, inputGroupProps, inputProps } from "./input/index.mjs";
|
|
259
|
-
export const UInput = wrap(_UInput);
|
|
260
|
-
export const UInputGroup = wrap(_UInputGroup);
|
|
261
|
-
export const UInputGroupLabel = wrap(_UInputGroupLabel);
|
|
260
|
+
export const UInput = /* #__PURE__ */wrap(_UInput);
|
|
261
|
+
export const UInputGroup = /* #__PURE__ */wrap(_UInputGroup);
|
|
262
|
+
export const UInputGroupLabel = /* #__PURE__ */wrap(_UInputGroupLabel);
|
|
262
263
|
export { inputNumberProps } from "./input-number/index.mjs";
|
|
263
|
-
export const UInputNumber = wrap(_UInputNumber);
|
|
264
|
+
export const UInputNumber = /* #__PURE__ */wrap(_UInputNumber);
|
|
264
265
|
export { inputOtpProps } from "./input-otp/index.mjs";
|
|
265
|
-
export const UInputOtp = wrap(_UInputOtp);
|
|
266
|
+
export const UInputOtp = /* #__PURE__ */wrap(_UInputOtp);
|
|
266
267
|
export { kanbanDark, kanbanLight, kanbanProps } from "./kanban/index.mjs";
|
|
267
|
-
export const UKanban = wrap(_UKanban);
|
|
268
|
-
export const UKanbanCard = wrap(_UKanbanCard);
|
|
269
|
-
export const UKanbanColumn = wrap(_UKanbanColumn);
|
|
268
|
+
export const UKanban = /* #__PURE__ */wrap(_UKanban);
|
|
269
|
+
export const UKanbanCard = /* #__PURE__ */wrap(_UKanbanCard);
|
|
270
|
+
export const UKanbanColumn = /* #__PURE__ */wrap(_UKanbanColumn);
|
|
270
271
|
export { layoutContentProps, layoutFooterProps, layoutHeaderProps, layoutProps, layoutSiderProps } from "./layout/index.mjs";
|
|
271
|
-
export const ULayout = wrap(_ULayout);
|
|
272
|
-
export const ULayoutContent = wrap(_ULayoutContent);
|
|
273
|
-
export const ULayoutFooter = wrap(_ULayoutFooter);
|
|
274
|
-
export const ULayoutHeader = wrap(_ULayoutHeader);
|
|
275
|
-
export const ULayoutSider = wrap(_ULayoutSider);
|
|
272
|
+
export const ULayout = /* #__PURE__ */wrap(_ULayout);
|
|
273
|
+
export const ULayoutContent = /* #__PURE__ */wrap(_ULayoutContent);
|
|
274
|
+
export const ULayoutFooter = /* #__PURE__ */wrap(_ULayoutFooter);
|
|
275
|
+
export const ULayoutHeader = /* #__PURE__ */wrap(_ULayoutHeader);
|
|
276
|
+
export const ULayoutSider = /* #__PURE__ */wrap(_ULayoutSider);
|
|
276
277
|
export { colProps, rowProps } from "./legacy-grid/index.mjs";
|
|
277
|
-
export const UCol = wrap(_UCol);
|
|
278
|
-
export const URow = wrap(_URow);
|
|
278
|
+
export const UCol = /* #__PURE__ */wrap(_UCol);
|
|
279
|
+
export const URow = /* #__PURE__ */wrap(_URow);
|
|
279
280
|
export { legacyTransferProps } from "./legacy-transfer/index.mjs";
|
|
280
|
-
export const ULegacyTransfer = wrap(_ULegacyTransfer);
|
|
281
|
+
export const ULegacyTransfer = /* #__PURE__ */wrap(_ULegacyTransfer);
|
|
281
282
|
export { listProps } from "./list/index.mjs";
|
|
282
|
-
export const UList = wrap(_UList);
|
|
283
|
-
export const UListItem = wrap(_UListItem);
|
|
283
|
+
export const UList = /* #__PURE__ */wrap(_UList);
|
|
284
|
+
export const UListItem = /* #__PURE__ */wrap(_UListItem);
|
|
284
285
|
export { loadingBarProviderProps, useLoadingBar } from "./loading-bar/index.mjs";
|
|
285
|
-
export const ULoadingBarProvider = wrap(_ULoadingBarProvider);
|
|
286
|
+
export const ULoadingBarProvider = /* #__PURE__ */wrap(_ULoadingBarProvider);
|
|
286
287
|
export { logProps } from "./log/index.mjs";
|
|
287
|
-
export const ULog = wrap(_ULog);
|
|
288
|
+
export const ULog = /* #__PURE__ */wrap(_ULog);
|
|
288
289
|
export { mappingCardDark, mappingCardLight, renderConfig } from "./mapping-card/index.mjs";
|
|
289
|
-
export const UMappingCard = wrap(_UMappingCard);
|
|
290
|
-
export const UMappingCardList = wrap(_UMappingCardList);
|
|
291
|
-
export const UMarquee = wrap(_UMarquee);
|
|
290
|
+
export const UMappingCard = /* #__PURE__ */wrap(_UMappingCard);
|
|
291
|
+
export const UMappingCardList = /* #__PURE__ */wrap(_UMappingCardList);
|
|
292
|
+
export const UMarquee = /* #__PURE__ */wrap(_UMarquee);
|
|
292
293
|
export { mentionProps } from "./mention/index.mjs";
|
|
293
|
-
export const UMention = wrap(_UMention);
|
|
294
|
+
export const UMention = /* #__PURE__ */wrap(_UMention);
|
|
294
295
|
export { menuProps } from "./menu/index.mjs";
|
|
295
|
-
export const UMenu = wrap(_UMenu);
|
|
296
|
+
export const UMenu = /* #__PURE__ */wrap(_UMenu);
|
|
296
297
|
export { messageProviderProps, useMessage } from "./message/index.mjs";
|
|
297
298
|
export { UMessageProvider } from "./message/index.mjs";
|
|
298
299
|
export { messageBubbleProps } from "./message-bubble/index.mjs";
|
|
299
300
|
export { MessageBubbleAttachmentStatus, MessageBubbleServiceVariant, MessageBubbleStatus, MessageBubbleType } from "./message-bubble/index.mjs";
|
|
300
|
-
export const UMessageBubble = wrap(_UMessageBubble);
|
|
301
|
+
export const UMessageBubble = /* #__PURE__ */wrap(_UMessageBubble);
|
|
301
302
|
export { modalProps, modalProviderProps, useModal, useModalReactiveList } from "./modal/index.mjs";
|
|
302
|
-
export const UModal = wrap(_UModal);
|
|
303
|
-
export const UModalProvider = wrap(_UModalProvider);
|
|
303
|
+
export const UModal = /* #__PURE__ */wrap(_UModal);
|
|
304
|
+
export const UModalProvider = /* #__PURE__ */wrap(_UModalProvider);
|
|
304
305
|
export { modalFullscreenProps } from "./modal-fullscreen/index.mjs";
|
|
305
|
-
export const UModalFullscreen = wrap(_UModalFullscreen);
|
|
306
|
+
export const UModalFullscreen = /* #__PURE__ */wrap(_UModalFullscreen);
|
|
306
307
|
export { notificationProviderProps, useNotification } from "./notification/index.mjs";
|
|
307
308
|
export { UNotificationProvider } from "./notification/index.mjs";
|
|
308
309
|
export { numberAnimationProps } from "./number-animation/index.mjs";
|
|
309
|
-
export const UNumberAnimation = wrap(_UNumberAnimation);
|
|
310
|
+
export const UNumberAnimation = /* #__PURE__ */wrap(_UNumberAnimation);
|
|
310
311
|
export { pageHeaderProps } from "./page-header/index.mjs";
|
|
311
|
-
export const UPageHeader = wrap(_UPageHeader);
|
|
312
|
+
export const UPageHeader = /* #__PURE__ */wrap(_UPageHeader);
|
|
312
313
|
export { paginationProps } from "./pagination/index.mjs";
|
|
313
|
-
export const UPagination = wrap(_UPagination);
|
|
314
|
+
export const UPagination = /* #__PURE__ */wrap(_UPagination);
|
|
314
315
|
export { popconfirmProps } from "./popconfirm/index.mjs";
|
|
315
|
-
export const UPopconfirm = wrap(_UPopconfirm);
|
|
316
|
+
export const UPopconfirm = /* #__PURE__ */wrap(_UPopconfirm);
|
|
316
317
|
export { popoverProps } from "./popover/index.mjs";
|
|
317
|
-
export const UPopover = wrap(_UPopover);
|
|
318
|
+
export const UPopover = /* #__PURE__ */wrap(_UPopover);
|
|
318
319
|
export { popselectProps } from "./popselect/index.mjs";
|
|
319
|
-
export const UPopselect = wrap(_UPopselect);
|
|
320
|
+
export const UPopselect = /* #__PURE__ */wrap(_UPopselect);
|
|
320
321
|
export { progressProps } from "./progress/index.mjs";
|
|
321
|
-
export const UProgress = wrap(_UProgress);
|
|
322
|
+
export const UProgress = /* #__PURE__ */wrap(_UProgress);
|
|
322
323
|
export { qrCodeProps } from "./qr-code/index.mjs";
|
|
323
|
-
export const UQrCode = wrap(_UQrCode);
|
|
324
|
+
export const UQrCode = /* #__PURE__ */wrap(_UQrCode);
|
|
324
325
|
export { radioButtonProps, radioGroupProps, radioProps } from "./radio/index.mjs";
|
|
325
|
-
export const URadio = wrap(_URadio);
|
|
326
|
-
export const URadioButton = wrap(_URadioButton);
|
|
327
|
-
export const URadioGroup = wrap(_URadioGroup);
|
|
326
|
+
export const URadio = /* #__PURE__ */wrap(_URadio);
|
|
327
|
+
export const URadioButton = /* #__PURE__ */wrap(_URadioButton);
|
|
328
|
+
export const URadioGroup = /* #__PURE__ */wrap(_URadioGroup);
|
|
328
329
|
export { rateProps } from "./rate/index.mjs";
|
|
329
|
-
export const URate = wrap(_URate);
|
|
330
|
+
export const URate = /* #__PURE__ */wrap(_URate);
|
|
330
331
|
export { resultProps } from "./result/index.mjs";
|
|
331
|
-
export const UResult = wrap(_UResult);
|
|
332
|
+
export const UResult = /* #__PURE__ */wrap(_UResult);
|
|
332
333
|
export { safeTopScrollbarProps } from "./safe-top-scrollbar/index.mjs";
|
|
333
|
-
export const USafeTopScrollbar = wrap(_USafeTopScrollbar);
|
|
334
|
+
export const USafeTopScrollbar = /* #__PURE__ */wrap(_USafeTopScrollbar);
|
|
334
335
|
export { scrollbarProps } from "./scrollbar/index.mjs";
|
|
335
|
-
export const UScrollbar = wrap(_UScrollbar);
|
|
336
|
+
export const UScrollbar = /* #__PURE__ */wrap(_UScrollbar);
|
|
336
337
|
export { selectProps } from "./select/index.mjs";
|
|
337
|
-
export const USelect = wrap(_USelect);
|
|
338
|
+
export const USelect = /* #__PURE__ */wrap(_USelect);
|
|
338
339
|
export { skeletonProps } from "./skeleton/index.mjs";
|
|
339
|
-
export const USkeleton = wrap(_USkeleton);
|
|
340
|
+
export const USkeleton = /* #__PURE__ */wrap(_USkeleton);
|
|
340
341
|
export { sliderProps } from "./slider/index.mjs";
|
|
341
|
-
export const USlider = wrap(_USlider);
|
|
342
|
+
export const USlider = /* #__PURE__ */wrap(_USlider);
|
|
342
343
|
export { spaceProps } from "./space/index.mjs";
|
|
343
|
-
export const USpace = wrap(_USpace);
|
|
344
|
+
export const USpace = /* #__PURE__ */wrap(_USpace);
|
|
344
345
|
export { spinProps } from "./spin/index.mjs";
|
|
345
|
-
export const USpin = wrap(_USpin);
|
|
346
|
+
export const USpin = /* #__PURE__ */wrap(_USpin);
|
|
346
347
|
export { splitProps } from "./split/index.mjs";
|
|
347
|
-
export const USplit = wrap(_USplit);
|
|
348
|
+
export const USplit = /* #__PURE__ */wrap(_USplit);
|
|
348
349
|
export { statisticProps } from "./statistic/index.mjs";
|
|
349
|
-
export const UStatistic = wrap(_UStatistic);
|
|
350
|
+
export const UStatistic = /* #__PURE__ */wrap(_UStatistic);
|
|
350
351
|
export { statusProps } from "./status/index.mjs";
|
|
351
|
-
export const UStatus = wrap(_UStatus);
|
|
352
|
+
export const UStatus = /* #__PURE__ */wrap(_UStatus);
|
|
352
353
|
export { stepProps, stepsProps } from "./steps/index.mjs";
|
|
353
|
-
export const UStep = wrap(_UStep);
|
|
354
|
-
export const USteps = wrap(_USteps);
|
|
354
|
+
export const UStep = /* #__PURE__ */wrap(_UStep);
|
|
355
|
+
export const USteps = /* #__PURE__ */wrap(_USteps);
|
|
355
356
|
export { switchProps } from "./switch/index.mjs";
|
|
356
|
-
export const USwitch = wrap(_USwitch);
|
|
357
|
+
export const USwitch = /* #__PURE__ */wrap(_USwitch);
|
|
357
358
|
export { tableProps } from "./table/index.mjs";
|
|
358
|
-
export const UTable = wrap(_UTable);
|
|
359
|
-
export const UTbody = wrap(_UTbody);
|
|
360
|
-
export const UTd = wrap(_UTd);
|
|
361
|
-
export const UTh = wrap(_UTh);
|
|
362
|
-
export const UThead = wrap(_UThead);
|
|
363
|
-
export const UTr = wrap(_UTr);
|
|
359
|
+
export const UTable = /* #__PURE__ */wrap(_UTable);
|
|
360
|
+
export const UTbody = /* #__PURE__ */wrap(_UTbody);
|
|
361
|
+
export const UTd = /* #__PURE__ */wrap(_UTd);
|
|
362
|
+
export const UTh = /* #__PURE__ */wrap(_UTh);
|
|
363
|
+
export const UThead = /* #__PURE__ */wrap(_UThead);
|
|
364
|
+
export const UTr = /* #__PURE__ */wrap(_UTr);
|
|
364
365
|
export { tabPaneProps, tabProps, tabsProps } from "./tabs/index.mjs";
|
|
365
|
-
export const UTab = wrap(_UTab);
|
|
366
|
-
export const UTabPane = wrap(_UTabPane);
|
|
367
|
-
export const UTabs = wrap(_UTabs);
|
|
366
|
+
export const UTab = /* #__PURE__ */wrap(_UTab);
|
|
367
|
+
export const UTabPane = /* #__PURE__ */wrap(_UTabPane);
|
|
368
|
+
export const UTabs = /* #__PURE__ */wrap(_UTabs);
|
|
368
369
|
export { tagProps } from "./tag/index.mjs";
|
|
369
|
-
export const UTag = wrap(_UTag);
|
|
370
|
-
export const UTagGroup = wrap(_UTagGroup);
|
|
370
|
+
export const UTag = /* #__PURE__ */wrap(_UTag);
|
|
371
|
+
export const UTagGroup = /* #__PURE__ */wrap(_UTagGroup);
|
|
371
372
|
export { thingProps } from "./thing/index.mjs";
|
|
372
|
-
export const UThing = wrap(_UThing);
|
|
373
|
+
export const UThing = /* #__PURE__ */wrap(_UThing);
|
|
373
374
|
export { timeProps } from "./time/index.mjs";
|
|
374
|
-
export const UTime = wrap(_UTime);
|
|
375
|
+
export const UTime = /* #__PURE__ */wrap(_UTime);
|
|
375
376
|
export { timePickerProps } from "./time-picker/index.mjs";
|
|
376
|
-
export const UTimePicker = wrap(_UTimePicker);
|
|
377
|
+
export const UTimePicker = /* #__PURE__ */wrap(_UTimePicker);
|
|
377
378
|
export { timelineItemProps, timelineProps } from "./timeline/index.mjs";
|
|
378
|
-
export const UTimeline = wrap(_UTimeline);
|
|
379
|
-
export const UTimelineItem = wrap(_UTimelineItem);
|
|
379
|
+
export const UTimeline = /* #__PURE__ */wrap(_UTimeline);
|
|
380
|
+
export const UTimelineItem = /* #__PURE__ */wrap(_UTimelineItem);
|
|
380
381
|
export { toggleButtonProps } from "./toggle-button/index.mjs";
|
|
381
|
-
export const UToggleButton = wrap(_UToggleButton);
|
|
382
|
+
export const UToggleButton = /* #__PURE__ */wrap(_UToggleButton);
|
|
382
383
|
export { tooltipProps } from "./tooltip/index.mjs";
|
|
383
|
-
export const UTooltip = wrap(_UTooltip);
|
|
384
|
+
export const UTooltip = /* #__PURE__ */wrap(_UTooltip);
|
|
384
385
|
export { transferProps } from "./transfer/index.mjs";
|
|
385
|
-
export const UTransfer = wrap(_UTransfer);
|
|
386
|
+
export const UTransfer = /* #__PURE__ */wrap(_UTransfer);
|
|
386
387
|
export { treeGetClickTarget, treeProps } from "./tree/index.mjs";
|
|
387
|
-
export const UTree = wrap(_UTree);
|
|
388
|
+
export const UTree = /* #__PURE__ */wrap(_UTree);
|
|
388
389
|
export { treeSelectProps } from "./tree-select/index.mjs";
|
|
389
|
-
export const UTreeSelect = wrap(_UTreeSelect);
|
|
390
|
+
export const UTreeSelect = /* #__PURE__ */wrap(_UTreeSelect);
|
|
390
391
|
export { aProps, blockquoteProps, h1Props, h2Props, h3Props, h4Props, h5Props, h6Props, NA, NP, olProps, pProps, textProps, ulProps } from "./typography/index.mjs";
|
|
391
|
-
export const UBlockquote = wrap(_UBlockquote);
|
|
392
|
-
export const UH1 = wrap(_UH1);
|
|
393
|
-
export const UH2 = wrap(_UH2);
|
|
394
|
-
export const UH3 = wrap(_UH3);
|
|
395
|
-
export const UH4 = wrap(_UH4);
|
|
396
|
-
export const UH5 = wrap(_UH5);
|
|
397
|
-
export const UH6 = wrap(_UH6);
|
|
398
|
-
export const UHr = wrap(_UHr);
|
|
399
|
-
export const ULi = wrap(_ULi);
|
|
400
|
-
export const UOl = wrap(_UOl);
|
|
401
|
-
export const UText = wrap(_UText);
|
|
402
|
-
export const UUl = wrap(_UUl);
|
|
392
|
+
export const UBlockquote = /* #__PURE__ */wrap(_UBlockquote);
|
|
393
|
+
export const UH1 = /* #__PURE__ */wrap(_UH1);
|
|
394
|
+
export const UH2 = /* #__PURE__ */wrap(_UH2);
|
|
395
|
+
export const UH3 = /* #__PURE__ */wrap(_UH3);
|
|
396
|
+
export const UH4 = /* #__PURE__ */wrap(_UH4);
|
|
397
|
+
export const UH5 = /* #__PURE__ */wrap(_UH5);
|
|
398
|
+
export const UH6 = /* #__PURE__ */wrap(_UH6);
|
|
399
|
+
export const UHr = /* #__PURE__ */wrap(_UHr);
|
|
400
|
+
export const ULi = /* #__PURE__ */wrap(_ULi);
|
|
401
|
+
export const UOl = /* #__PURE__ */wrap(_UOl);
|
|
402
|
+
export const UText = /* #__PURE__ */wrap(_UText);
|
|
403
|
+
export const UUl = /* #__PURE__ */wrap(_UUl);
|
|
403
404
|
export { uploadDownload, uploadProps } from "./upload/index.mjs";
|
|
404
|
-
export const UUpload = wrap(_UUpload);
|
|
405
|
-
export const UUploadDragger = wrap(_UUploadDragger);
|
|
406
|
-
export const UUploadFileList = wrap(_UUploadFileList);
|
|
407
|
-
export const UUploadTrigger = wrap(_UUploadTrigger);
|
|
405
|
+
export const UUpload = /* #__PURE__ */wrap(_UUpload);
|
|
406
|
+
export const UUploadDragger = /* #__PURE__ */wrap(_UUploadDragger);
|
|
407
|
+
export const UUploadFileList = /* #__PURE__ */wrap(_UUploadFileList);
|
|
408
|
+
export const UUploadTrigger = /* #__PURE__ */wrap(_UUploadTrigger);
|
|
408
409
|
export { virtualListProps } from "./virtual-list/index.mjs";
|
|
409
|
-
export const UVirtualList = wrap(_UVirtualList);
|
|
410
|
+
export const UVirtualList = /* #__PURE__ */wrap(_UVirtualList);
|
|
410
411
|
export { watermarkProps } from "./watermark/index.mjs";
|
|
411
|
-
export const UWatermark = wrap(_UWatermark);
|
|
412
|
+
export const UWatermark = /* #__PURE__ */wrap(_UWatermark);
|
package/es/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "2.3.
|
|
1
|
+
declare const _default: "2.3.8";
|
|
2
2
|
export default _default;
|
package/es/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '2.3.
|
|
1
|
+
export default '2.3.8';
|
package/lib/components.js
CHANGED
|
@@ -158,6 +158,7 @@ exports.UBreadcrumb = (0, wrap_component_1.wrap)(breadcrumb_1.UBreadcrumb);
|
|
|
158
158
|
exports.UBreadcrumbItem = (0, wrap_component_1.wrap)(breadcrumb_1.UBreadcrumbItem);
|
|
159
159
|
var button_2 = require("./button");
|
|
160
160
|
Object.defineProperty(exports, "buttonProps", { enumerable: true, get: function () { return button_2.buttonProps; } });
|
|
161
|
+
// эксперимент: v2-реализацией временно выступает UTag
|
|
161
162
|
exports.UButton = (0, wrap_component_1.wrap)(button_1.UButton);
|
|
162
163
|
exports.UxButton = (0, wrap_component_1.wrap)(button_1.UxButton);
|
|
163
164
|
var button_group_2 = require("./button-group");
|
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "2.3.
|
|
1
|
+
declare const _default: "2.3.8";
|
|
2
2
|
export default _default;
|
package/lib/version.js
CHANGED
package/package.json
CHANGED
package/web-types.json
CHANGED