@uzum-tech/ui 2.0.0-beta.5 → 2.0.0-beta.6
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 +11770 -11593
- package/dist/index.mjs +11666 -11489
- package/dist/index.prod.js +2 -2
- package/dist/index.prod.mjs +2 -2
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
- package/es/_internal/select-menu/src/SelectMenu.d.ts +1 -1
- package/es/_internal/selection/src/Selection.d.ts +2 -2
- package/es/_utils/wrap-component.d.ts +2 -0
- package/es/_utils/wrap-component.mjs +49 -0
- package/es/alert/src/Alert.d.ts +1 -1
- package/es/auto-complete/src/AutoComplete.d.ts +2 -2
- package/es/avatar/src/Avatar.d.ts +1 -1
- package/es/button/src/Button.d.ts +2 -2
- package/es/card/src/Card.d.ts +2 -2
- package/es/cascader/src/Cascader.d.ts +2 -2
- package/es/components.d.ts +115690 -112
- package/es/components.mjs +398 -112
- package/es/config-provider/src/ConfigProvider.d.ts +2 -2
- package/es/create.mjs +1 -48
- package/es/data-table/src/DataTable.d.ts +1 -1
- package/es/date-picker/src/DatePicker.d.ts +2 -2
- package/es/date-picker-v2/src/DatePickerV2.d.ts +2 -2
- package/es/descriptions/src/Descriptions.d.ts +1 -1
- package/es/dialog/src/Dialog.d.ts +1 -1
- package/es/dialog/src/DialogEnvironment.d.ts +1 -1
- package/es/dialog/src/DialogProvider.d.ts +6 -6
- package/es/dialog/src/dialogProps.d.ts +1 -1
- package/es/form/src/FormItemCol.d.ts +2 -2
- package/es/form/src/FormItemRow.d.ts +1 -1
- package/es/input/src/Input.d.ts +2 -2
- package/es/input-number/src/InputNumber.d.ts +2 -2
- package/es/input-otp/src/InputOtp.d.ts +1 -1
- package/es/layout/src/LayoutSider.d.ts +1 -1
- package/es/legacy-transfer/src/Transfer.d.ts +1 -1
- package/es/list/src/List.d.ts +1 -1
- package/es/mention/src/Mention.d.ts +3 -3
- package/es/modal/src/BodyWrapper.d.ts +1 -1
- package/es/modal/src/Modal.d.ts +1 -1
- package/es/modal/src/ModalEnvironment.d.ts +1 -1
- package/es/modal/src/presetProps.d.ts +1 -1
- package/es/popselect/src/Popselect.d.ts +3 -3
- package/es/select/src/Select.d.ts +1 -1
- package/es/slider/src/Slider.d.ts +1 -1
- package/es/spin/src/Spin.d.ts +1 -1
- package/es/split/src/Split.d.ts +1 -1
- package/es/table/src/Table.d.ts +1 -1
- package/es/tag/src/Tag.d.ts +1 -1
- package/es/time-picker/src/TimePicker.d.ts +2 -2
- package/es/transfer/src/Transfer.d.ts +1 -1
- package/es/tree-select/src/TreeSelect.d.ts +2 -2
- package/es/upload/src/Upload.d.ts +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +1 -1
- package/lib/_internal/selection/src/Selection.d.ts +2 -2
- package/lib/_utils/wrap-component.d.ts +2 -0
- package/lib/_utils/wrap-component.js +56 -0
- package/lib/alert/src/Alert.d.ts +1 -1
- package/lib/auto-complete/src/AutoComplete.d.ts +2 -2
- package/lib/avatar/src/Avatar.d.ts +1 -1
- package/lib/button/src/Button.d.ts +2 -2
- package/lib/card/src/Card.d.ts +2 -2
- package/lib/cascader/src/Cascader.d.ts +2 -2
- package/lib/components.d.ts +115690 -112
- package/lib/components.js +600 -126
- package/lib/config-provider/src/ConfigProvider.d.ts +2 -2
- package/lib/create.js +2 -49
- package/lib/data-table/src/DataTable.d.ts +1 -1
- package/lib/date-picker/src/DatePicker.d.ts +2 -2
- package/lib/date-picker-v2/src/DatePickerV2.d.ts +2 -2
- package/lib/descriptions/src/Descriptions.d.ts +1 -1
- package/lib/dialog/src/Dialog.d.ts +1 -1
- package/lib/dialog/src/DialogEnvironment.d.ts +1 -1
- package/lib/dialog/src/DialogProvider.d.ts +6 -6
- package/lib/dialog/src/dialogProps.d.ts +1 -1
- package/lib/form/src/FormItemCol.d.ts +2 -2
- package/lib/form/src/FormItemRow.d.ts +1 -1
- package/lib/input/src/Input.d.ts +2 -2
- package/lib/input-number/src/InputNumber.d.ts +2 -2
- package/lib/input-otp/src/InputOtp.d.ts +1 -1
- package/lib/layout/src/LayoutSider.d.ts +1 -1
- package/lib/legacy-transfer/src/Transfer.d.ts +1 -1
- package/lib/list/src/List.d.ts +1 -1
- package/lib/mention/src/Mention.d.ts +3 -3
- package/lib/modal/src/BodyWrapper.d.ts +1 -1
- package/lib/modal/src/Modal.d.ts +1 -1
- package/lib/modal/src/ModalEnvironment.d.ts +1 -1
- package/lib/modal/src/presetProps.d.ts +1 -1
- package/lib/popselect/src/Popselect.d.ts +3 -3
- package/lib/select/src/Select.d.ts +1 -1
- package/lib/slider/src/Slider.d.ts +1 -1
- package/lib/spin/src/Spin.d.ts +1 -1
- package/lib/split/src/Split.d.ts +1 -1
- package/lib/table/src/Table.d.ts +1 -1
- package/lib/tag/src/Tag.d.ts +1 -1
- package/lib/time-picker/src/TimePicker.d.ts +2 -2
- package/lib/transfer/src/Transfer.d.ts +1 -1
- package/lib/tree-select/src/TreeSelect.d.ts +2 -2
- 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 +1 -1
- package/web-types.json +9960 -15033
package/es/components.mjs
CHANGED
|
@@ -1,112 +1,398 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
export
|
|
112
|
-
export
|
|
1
|
+
import { wrap } from "./_utils/wrap-component.mjs";
|
|
2
|
+
import { UActionCard as _UActionCard } from "./action-card/index.mjs";
|
|
3
|
+
import { UAffix as _UAffix } from "./affix/index.mjs";
|
|
4
|
+
import { UAlert as _UAlert } from "./alert/index.mjs";
|
|
5
|
+
import { UAnchor as _UAnchor, UAnchorLink as _UAnchorLink } from "./anchor/index.mjs";
|
|
6
|
+
import { UAutoComplete as _UAutoComplete } from "./auto-complete/index.mjs";
|
|
7
|
+
import { UAvatar as _UAvatar } from "./avatar/index.mjs";
|
|
8
|
+
import { UAvatarGroup as _UAvatarGroup } from "./avatar-group/index.mjs";
|
|
9
|
+
import { UBackTop as _UBackTop } from "./back-top/index.mjs";
|
|
10
|
+
import { UBadge as _UBadge } from "./badge/index.mjs";
|
|
11
|
+
import { UBreadcrumb as _UBreadcrumb, UBreadcrumbItem as _UBreadcrumbItem } from "./breadcrumb/index.mjs";
|
|
12
|
+
import { UButton as _UButton, UxButton as _UxButton } from "./button/index.mjs";
|
|
13
|
+
import { UButtonGroup as _UButtonGroup } from "./button-group/index.mjs";
|
|
14
|
+
import { UCalendar as _UCalendar } from "./calendar/index.mjs";
|
|
15
|
+
import { UCard as _UCard } from "./card/index.mjs";
|
|
16
|
+
import { UCardList as _UCardList } from "./card-list/index.mjs";
|
|
17
|
+
import { UCarousel as _UCarousel, UCarouselItem as _UCarouselItem } from "./carousel/index.mjs";
|
|
18
|
+
import { UCascader as _UCascader } from "./cascader/index.mjs";
|
|
19
|
+
import { UChat as _UChat, UChatListItems as _UChatListItems, UChatMessages as _UChatMessages } from "./chat/index.mjs";
|
|
20
|
+
import { UCheckbox as _UCheckbox, UCheckboxGroup as _UCheckboxGroup } from "./checkbox/index.mjs";
|
|
21
|
+
import { UCode as _UCode } from "./code/index.mjs";
|
|
22
|
+
import { UCollapse as _UCollapse, UCollapseItem as _UCollapseItem } from "./collapse/index.mjs";
|
|
23
|
+
import { UCollapseTransition as _UCollapseTransition } from "./collapse-transition/index.mjs";
|
|
24
|
+
import { UColorPicker as _UColorPicker } from "./color-picker/index.mjs";
|
|
25
|
+
import { UConfigProvider as _UConfigProvider } from "./config-provider/index.mjs";
|
|
26
|
+
import { UCountdown as _UCountdown } from "./countdown/index.mjs";
|
|
27
|
+
import { UCrop as _UCrop } from "./crop/index.mjs";
|
|
28
|
+
import { UDataTable as _UDataTable } from "./data-table/index.mjs";
|
|
29
|
+
import { UDatePicker as _UDatePicker } from "./date-picker/index.mjs";
|
|
30
|
+
import { UDatePickerV2 as _UDatePickerV2 } from "./date-picker-v2/index.mjs";
|
|
31
|
+
import { UDescriptions as _UDescriptions, UDescriptionsItem as _UDescriptionsItem } from "./descriptions/index.mjs";
|
|
32
|
+
import { UDialog as _UDialog } from "./dialog/index.mjs";
|
|
33
|
+
import { UDivider as _UDivider } from "./divider/index.mjs";
|
|
34
|
+
import { UDrawer as _UDrawer, UDrawerContent as _UDrawerContent } from "./drawer/index.mjs";
|
|
35
|
+
import { UDropdown as _UDropdown } from "./dropdown/index.mjs";
|
|
36
|
+
import { UDynamicInput as _UDynamicInput } from "./dynamic-input/index.mjs";
|
|
37
|
+
import { UDynamicTags as _UDynamicTags } from "./dynamic-tags/index.mjs";
|
|
38
|
+
import { UEl as _UEl, UElement as _UElement } from "./element/index.mjs";
|
|
39
|
+
import { UEllipsis as _UEllipsis, UPerformantEllipsis as _UPerformantEllipsis } from "./ellipsis/index.mjs";
|
|
40
|
+
import { UEmpty as _UEmpty } from "./empty/index.mjs";
|
|
41
|
+
import { UEquation as _UEquation } from "./equation/index.mjs";
|
|
42
|
+
import { UFlex as _UFlex } from "./flex/index.mjs";
|
|
43
|
+
import { UFloatButton as _UFloatButton } from "./float-button/index.mjs";
|
|
44
|
+
import { UFloatButtonGroup as _UFloatButtonGroup } from "./float-button-group/index.mjs";
|
|
45
|
+
import { UForm as _UForm, UFormItem as _UFormItem, UFormItemCol as _UFormItemCol, UFormItemGi as _UFormItemGi, UFormItemGridItem as _UFormItemGridItem, UFormItemRow as _UFormItemRow } from "./form/index.mjs";
|
|
46
|
+
import { UGlobalStyle as _UGlobalStyle } from "./global-style/index.mjs";
|
|
47
|
+
import { UGradientText as _UGradientText } from "./gradient-text/index.mjs";
|
|
48
|
+
import { UGi as _UGi, UGrid as _UGrid, UGridItem as _UGridItem } from "./grid/index.mjs";
|
|
49
|
+
import { UHeader as _UHeader, UHeaderActions as _UHeaderActions, UHeaderDesktopLayout as _UHeaderDesktopLayout, UHeaderMobileLayout as _UHeaderMobileLayout, UHeaderNavigation as _UHeaderNavigation, UHeaderSearchDesktop as _UHeaderSearchDesktop, UHeaderSearchMobile as _UHeaderSearchMobile, UHeaderSearchResults as _UHeaderSearchResults } from "./header/index.mjs";
|
|
50
|
+
import { UHeatmap as _UHeatmap } from "./heatmap/index.mjs";
|
|
51
|
+
import { UHighlight as _UHighlight } from "./highlight/index.mjs";
|
|
52
|
+
import { UIcon as _UIcon } from "./icon/index.mjs";
|
|
53
|
+
import { UIconBar as _UIconBar, UIconBarItem as _UIconBarItem } from "./icon-bar/index.mjs";
|
|
54
|
+
import { UIconWrapper as _UIconWrapper } from "./icon-wrapper/index.mjs";
|
|
55
|
+
import { UImage as _UImage, UImageGroup as _UImageGroup, UImagePreview as _UImagePreview } from "./image/index.mjs";
|
|
56
|
+
import { UInfiniteScroll as _UInfiniteScroll } from "./infinite-scroll/index.mjs";
|
|
57
|
+
import { UInput as _UInput, UInputGroup as _UInputGroup, UInputGroupLabel as _UInputGroupLabel } from "./input/index.mjs";
|
|
58
|
+
import { UInputNumber as _UInputNumber } from "./input-number/index.mjs";
|
|
59
|
+
import { UInputOtp as _UInputOtp } from "./input-otp/index.mjs";
|
|
60
|
+
import { ULayout as _ULayout, ULayoutContent as _ULayoutContent, ULayoutFooter as _ULayoutFooter, ULayoutHeader as _ULayoutHeader, ULayoutSider as _ULayoutSider } from "./layout/index.mjs";
|
|
61
|
+
import { UCol as _UCol, URow as _URow } from "./legacy-grid/index.mjs";
|
|
62
|
+
import { ULegacyTransfer as _ULegacyTransfer } from "./legacy-transfer/index.mjs";
|
|
63
|
+
import { UList as _UList, UListItem as _UListItem } from "./list/index.mjs";
|
|
64
|
+
import { ULoadingBarProvider as _ULoadingBarProvider } from "./loading-bar/index.mjs";
|
|
65
|
+
import { ULog as _ULog } from "./log/index.mjs";
|
|
66
|
+
import { UMappingCard as _UMappingCard, UMappingCardList as _UMappingCardList } from "./mapping-card/index.mjs";
|
|
67
|
+
import { UMarquee as _UMarquee } from "./marquee/index.mjs";
|
|
68
|
+
import { UMention as _UMention } from "./mention/index.mjs";
|
|
69
|
+
import { UMenu as _UMenu } from "./menu/index.mjs";
|
|
70
|
+
import { UModal as _UModal, UModalProvider as _UModalProvider } from "./modal/index.mjs";
|
|
71
|
+
import { UModalFullscreen as _UModalFullscreen } from "./modal-fullscreen/index.mjs";
|
|
72
|
+
import { UNumberAnimation as _UNumberAnimation } from "./number-animation/index.mjs";
|
|
73
|
+
import { UPageHeader as _UPageHeader } from "./page-header/index.mjs";
|
|
74
|
+
import { UPagination as _UPagination } from "./pagination/index.mjs";
|
|
75
|
+
import { UPopconfirm as _UPopconfirm } from "./popconfirm/index.mjs";
|
|
76
|
+
import { UPopover as _UPopover } from "./popover/index.mjs";
|
|
77
|
+
import { UPopselect as _UPopselect } from "./popselect/index.mjs";
|
|
78
|
+
import { UProgress as _UProgress } from "./progress/index.mjs";
|
|
79
|
+
import { UQrCode as _UQrCode } from "./qr-code/index.mjs";
|
|
80
|
+
import { URadio as _URadio, URadioButton as _URadioButton, URadioGroup as _URadioGroup } from "./radio/index.mjs";
|
|
81
|
+
import { URate as _URate } from "./rate/index.mjs";
|
|
82
|
+
import { UResult as _UResult } from "./result/index.mjs";
|
|
83
|
+
import { USafeTopScrollbar as _USafeTopScrollbar } from "./safe-top-scrollbar/index.mjs";
|
|
84
|
+
import { UScrollbar as _UScrollbar } from "./scrollbar/index.mjs";
|
|
85
|
+
import { USelect as _USelect } from "./select/index.mjs";
|
|
86
|
+
import { USkeleton as _USkeleton } from "./skeleton/index.mjs";
|
|
87
|
+
import { USlider as _USlider } from "./slider/index.mjs";
|
|
88
|
+
import { USpace as _USpace } from "./space/index.mjs";
|
|
89
|
+
import { USpin as _USpin } from "./spin/index.mjs";
|
|
90
|
+
import { USplit as _USplit } from "./split/index.mjs";
|
|
91
|
+
import { UStatistic as _UStatistic } from "./statistic/index.mjs";
|
|
92
|
+
import { UStatus as _UStatus } from "./status/index.mjs";
|
|
93
|
+
import { UStep as _UStep, USteps as _USteps } from "./steps/index.mjs";
|
|
94
|
+
import { USwitch as _USwitch } from "./switch/index.mjs";
|
|
95
|
+
import { UTable as _UTable, UTbody as _UTbody, UTd as _UTd, UTh as _UTh, UThead as _UThead, UTr as _UTr } from "./table/index.mjs";
|
|
96
|
+
import { UTab as _UTab, UTabPane as _UTabPane, UTabs as _UTabs } from "./tabs/index.mjs";
|
|
97
|
+
import { UTag as _UTag, UTagGroup as _UTagGroup } from "./tag/index.mjs";
|
|
98
|
+
import { UThing as _UThing } from "./thing/index.mjs";
|
|
99
|
+
import { UTime as _UTime } from "./time/index.mjs";
|
|
100
|
+
import { UTimePicker as _UTimePicker } from "./time-picker/index.mjs";
|
|
101
|
+
import { UTimeline as _UTimeline, UTimelineItem as _UTimelineItem } from "./timeline/index.mjs";
|
|
102
|
+
import { UToggleButton as _UToggleButton } from "./toggle-button/index.mjs";
|
|
103
|
+
import { UTooltip as _UTooltip } from "./tooltip/index.mjs";
|
|
104
|
+
import { UTransfer as _UTransfer } from "./transfer/index.mjs";
|
|
105
|
+
import { UTree as _UTree } from "./tree/index.mjs";
|
|
106
|
+
import { UTreeSelect as _UTreeSelect } from "./tree-select/index.mjs";
|
|
107
|
+
import { UBlockquote as _UBlockquote, UH1 as _UH1, UH2 as _UH2, UH3 as _UH3, UH4 as _UH4, UH5 as _UH5, UH6 as _UH6, UHr as _UHr, ULi as _ULi, UOl as _UOl, UText as _UText, UUl as _UUl } from "./typography/index.mjs";
|
|
108
|
+
import { UUpload as _UUpload, UUploadDragger as _UUploadDragger, UUploadFileList as _UUploadFileList, UUploadTrigger as _UUploadTrigger } from "./upload/index.mjs";
|
|
109
|
+
import { UVirtualList as _UVirtualList } from "./virtual-list/index.mjs";
|
|
110
|
+
import { UWatermark as _UWatermark } from "./watermark/index.mjs";
|
|
111
|
+
export { actionCardDark, actionCardLight } from "./action-card/index.mjs";
|
|
112
|
+
export const UActionCard = wrap(_UActionCard);
|
|
113
|
+
export { affixProps } from "./affix/index.mjs";
|
|
114
|
+
export const UAffix = wrap(_UAffix);
|
|
115
|
+
export { alertProps } from "./alert/index.mjs";
|
|
116
|
+
export const UAlert = wrap(_UAlert);
|
|
117
|
+
export { anchorLinkProps, anchorProps } from "./anchor/index.mjs";
|
|
118
|
+
export const UAnchor = wrap(_UAnchor);
|
|
119
|
+
export const UAnchorLink = wrap(_UAnchorLink);
|
|
120
|
+
export { autoCompleteProps } from "./auto-complete/index.mjs";
|
|
121
|
+
export const UAutoComplete = wrap(_UAutoComplete);
|
|
122
|
+
export { avatarProps } from "./avatar/index.mjs";
|
|
123
|
+
export const UAvatar = wrap(_UAvatar);
|
|
124
|
+
export { avatarGroupProps } from "./avatar-group/index.mjs";
|
|
125
|
+
export const UAvatarGroup = wrap(_UAvatarGroup);
|
|
126
|
+
export { backTopProps } from "./back-top/index.mjs";
|
|
127
|
+
export const UBackTop = wrap(_UBackTop);
|
|
128
|
+
export { badgeProps } from "./badge/index.mjs";
|
|
129
|
+
export const UBadge = wrap(_UBadge);
|
|
130
|
+
export { breadcrumbItemProps, breadcrumbProps } from "./breadcrumb/index.mjs";
|
|
131
|
+
export const UBreadcrumb = wrap(_UBreadcrumb);
|
|
132
|
+
export const UBreadcrumbItem = wrap(_UBreadcrumbItem);
|
|
133
|
+
export { buttonProps } from "./button/index.mjs";
|
|
134
|
+
export const UButton = wrap(_UButton);
|
|
135
|
+
export const UxButton = wrap(_UxButton);
|
|
136
|
+
export { buttonGroupProps } from "./button-group/index.mjs";
|
|
137
|
+
export const UButtonGroup = wrap(_UButtonGroup);
|
|
138
|
+
export { calendarProps } from "./calendar/index.mjs";
|
|
139
|
+
export const UCalendar = wrap(_UCalendar);
|
|
140
|
+
export { cardProps } from "./card/index.mjs";
|
|
141
|
+
export const UCard = wrap(_UCard);
|
|
142
|
+
export { cardListProps } from "./card-list/index.mjs";
|
|
143
|
+
export const UCardList = wrap(_UCardList);
|
|
144
|
+
export { carouselProps } from "./carousel/index.mjs";
|
|
145
|
+
export const UCarousel = wrap(_UCarousel);
|
|
146
|
+
export const UCarouselItem = wrap(_UCarouselItem);
|
|
147
|
+
export { cascaderProps } from "./cascader/index.mjs";
|
|
148
|
+
export const UCascader = wrap(_UCascader);
|
|
149
|
+
export { ChatAttachmentStatus, ChatMarkType, ChatMessageType, MessageStatus } from "./chat/index.mjs";
|
|
150
|
+
export const UChat = wrap(_UChat);
|
|
151
|
+
export const UChatListItems = wrap(_UChatListItems);
|
|
152
|
+
export const UChatMessages = wrap(_UChatMessages);
|
|
153
|
+
export { checkboxGroupProps, checkboxProps } from "./checkbox/index.mjs";
|
|
154
|
+
export const UCheckbox = wrap(_UCheckbox);
|
|
155
|
+
export const UCheckboxGroup = wrap(_UCheckboxGroup);
|
|
156
|
+
export { codeProps } from "./code/index.mjs";
|
|
157
|
+
export const UCode = wrap(_UCode);
|
|
158
|
+
export { collapseItemProps, collapseProps } from "./collapse/index.mjs";
|
|
159
|
+
export const UCollapse = wrap(_UCollapse);
|
|
160
|
+
export const UCollapseItem = wrap(_UCollapseItem);
|
|
161
|
+
export { collapseTransitionProps } from "./collapse-transition/index.mjs";
|
|
162
|
+
export const UCollapseTransition = wrap(_UCollapseTransition);
|
|
163
|
+
export { colorPickerProps } from "./color-picker/index.mjs";
|
|
164
|
+
export const UColorPicker = wrap(_UColorPicker);
|
|
165
|
+
export { configProviderProps } from "./config-provider/index.mjs";
|
|
166
|
+
export const UConfigProvider = wrap(_UConfigProvider);
|
|
167
|
+
export { countdownProps } from "./countdown/index.mjs";
|
|
168
|
+
export const UCountdown = wrap(_UCountdown);
|
|
169
|
+
export { cropProps } from "./crop/index.mjs";
|
|
170
|
+
export const UCrop = wrap(_UCrop);
|
|
171
|
+
export { dataTableProps } from "./data-table/index.mjs";
|
|
172
|
+
export const UDataTable = wrap(_UDataTable);
|
|
173
|
+
export { datePickerProps } from "./date-picker/index.mjs";
|
|
174
|
+
export const UDatePicker = wrap(_UDatePicker);
|
|
175
|
+
export { datePickerV2Dark, datePickerV2Light } from "./date-picker-v2/index.mjs";
|
|
176
|
+
export const UDatePickerV2 = wrap(_UDatePickerV2);
|
|
177
|
+
export { descriptionsItemProps, descriptionsProps } from "./descriptions/index.mjs";
|
|
178
|
+
export const UDescriptions = wrap(_UDescriptions);
|
|
179
|
+
export const UDescriptionsItem = wrap(_UDescriptionsItem);
|
|
180
|
+
export { dialogProps, dialogProviderProps, useDialog, useDialogReactiveList } from "./dialog/index.mjs";
|
|
181
|
+
export { UDialogProvider } from "./dialog/index.mjs";
|
|
182
|
+
export const UDialog = wrap(_UDialog);
|
|
183
|
+
export { createDiscreteApi } from "./discrete/index.mjs";
|
|
184
|
+
export { dividerProps } from "./divider/index.mjs";
|
|
185
|
+
export const UDivider = wrap(_UDivider);
|
|
186
|
+
export { drawerContentProps, drawerProps } from "./drawer/index.mjs";
|
|
187
|
+
export const UDrawer = wrap(_UDrawer);
|
|
188
|
+
export const UDrawerContent = wrap(_UDrawerContent);
|
|
189
|
+
export { dropdownProps } from "./dropdown/index.mjs";
|
|
190
|
+
export const UDropdown = wrap(_UDropdown);
|
|
191
|
+
export { dynamicInputProps } from "./dynamic-input/index.mjs";
|
|
192
|
+
export const UDynamicInput = wrap(_UDynamicInput);
|
|
193
|
+
export { dynamicTagsProps } from "./dynamic-tags/index.mjs";
|
|
194
|
+
export const UDynamicTags = wrap(_UDynamicTags);
|
|
195
|
+
export { elementProps } from "./element/index.mjs";
|
|
196
|
+
export const UElement = wrap(_UElement);
|
|
197
|
+
export const UEl = wrap(_UEl);
|
|
198
|
+
export { ellipsisProps } from "./ellipsis/index.mjs";
|
|
199
|
+
export const UEllipsis = wrap(_UEllipsis);
|
|
200
|
+
export const UPerformantEllipsis = wrap(_UPerformantEllipsis);
|
|
201
|
+
export { emptyProps } from "./empty/index.mjs";
|
|
202
|
+
export const UEmpty = wrap(_UEmpty);
|
|
203
|
+
export { equationProps } from "./equation/index.mjs";
|
|
204
|
+
export const UEquation = wrap(_UEquation);
|
|
205
|
+
export { flexProps } from "./flex/index.mjs";
|
|
206
|
+
export const UFlex = wrap(_UFlex);
|
|
207
|
+
export { floatButtonProps } from "./float-button/index.mjs";
|
|
208
|
+
export const UFloatButton = wrap(_UFloatButton);
|
|
209
|
+
export { floatButtonGroupProps } from "./float-button-group/index.mjs";
|
|
210
|
+
export const UFloatButtonGroup = wrap(_UFloatButtonGroup);
|
|
211
|
+
export { formItemGiProps, formItemGridItemProps, formItemProps, formProps } from "./form/index.mjs";
|
|
212
|
+
export const UForm = wrap(_UForm);
|
|
213
|
+
export const UFormItem = wrap(_UFormItem);
|
|
214
|
+
export const UFormItemCol = wrap(_UFormItemCol);
|
|
215
|
+
export const UFormItemGi = wrap(_UFormItemGi);
|
|
216
|
+
export const UFormItemGridItem = wrap(_UFormItemGridItem);
|
|
217
|
+
export const UFormItemRow = wrap(_UFormItemRow);
|
|
218
|
+
export const UGlobalStyle = wrap(_UGlobalStyle);
|
|
219
|
+
export { gradientTextProps } from "./gradient-text/index.mjs";
|
|
220
|
+
export const UGradientText = wrap(_UGradientText);
|
|
221
|
+
export { giProps, gridItemProps, gridProps } from "./grid/index.mjs";
|
|
222
|
+
export const UGrid = wrap(_UGrid);
|
|
223
|
+
export const UGridItem = wrap(_UGridItem);
|
|
224
|
+
export const UGi = wrap(_UGi);
|
|
225
|
+
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";
|
|
226
|
+
export { UHeaderMobile } from "./header/index.mjs";
|
|
227
|
+
export const UHeader = wrap(_UHeader);
|
|
228
|
+
export const UHeaderActions = wrap(_UHeaderActions);
|
|
229
|
+
export const UHeaderDesktopLayout = wrap(_UHeaderDesktopLayout);
|
|
230
|
+
export const UHeaderMobileLayout = wrap(_UHeaderMobileLayout);
|
|
231
|
+
export const UHeaderNavigation = wrap(_UHeaderNavigation);
|
|
232
|
+
export const UHeaderSearchDesktop = wrap(_UHeaderSearchDesktop);
|
|
233
|
+
export const UHeaderSearchMobile = wrap(_UHeaderSearchMobile);
|
|
234
|
+
export const UHeaderSearchResults = wrap(_UHeaderSearchResults);
|
|
235
|
+
export { heatmapDark, heatmapLight, heatmapMockData, heatmapProps } from "./heatmap/index.mjs";
|
|
236
|
+
export const UHeatmap = wrap(_UHeatmap);
|
|
237
|
+
export { highlightProps } from "./highlight/index.mjs";
|
|
238
|
+
export const UHighlight = wrap(_UHighlight);
|
|
239
|
+
export { iconProps } from "./icon/index.mjs";
|
|
240
|
+
export const UIcon = wrap(_UIcon);
|
|
241
|
+
export { iconBarItemProps, iconBarProps } from "./icon-bar/index.mjs";
|
|
242
|
+
export const UIconBar = wrap(_UIconBar);
|
|
243
|
+
export const UIconBarItem = wrap(_UIconBarItem);
|
|
244
|
+
export { iconWrapperProps } from "./icon-wrapper/index.mjs";
|
|
245
|
+
export const UIconWrapper = wrap(_UIconWrapper);
|
|
246
|
+
export { imageGroupProps, imagePreviewProps, imageProps } from "./image/index.mjs";
|
|
247
|
+
export const UImage = wrap(_UImage);
|
|
248
|
+
export const UImageGroup = wrap(_UImageGroup);
|
|
249
|
+
export const UImagePreview = wrap(_UImagePreview);
|
|
250
|
+
export { infiniteScrollProps } from "./infinite-scroll/index.mjs";
|
|
251
|
+
export const UInfiniteScroll = wrap(_UInfiniteScroll);
|
|
252
|
+
export { inputGroupLabelProps, inputGroupProps, inputProps } from "./input/index.mjs";
|
|
253
|
+
export const UInput = wrap(_UInput);
|
|
254
|
+
export const UInputGroup = wrap(_UInputGroup);
|
|
255
|
+
export const UInputGroupLabel = wrap(_UInputGroupLabel);
|
|
256
|
+
export { inputNumberProps } from "./input-number/index.mjs";
|
|
257
|
+
export const UInputNumber = wrap(_UInputNumber);
|
|
258
|
+
export { inputOtpProps } from "./input-otp/index.mjs";
|
|
259
|
+
export const UInputOtp = wrap(_UInputOtp);
|
|
260
|
+
export { layoutContentProps, layoutFooterProps, layoutHeaderProps, layoutProps, layoutSiderProps } from "./layout/index.mjs";
|
|
261
|
+
export const ULayout = wrap(_ULayout);
|
|
262
|
+
export const ULayoutContent = wrap(_ULayoutContent);
|
|
263
|
+
export const ULayoutFooter = wrap(_ULayoutFooter);
|
|
264
|
+
export const ULayoutHeader = wrap(_ULayoutHeader);
|
|
265
|
+
export const ULayoutSider = wrap(_ULayoutSider);
|
|
266
|
+
export { colProps, rowProps } from "./legacy-grid/index.mjs";
|
|
267
|
+
export const UCol = wrap(_UCol);
|
|
268
|
+
export const URow = wrap(_URow);
|
|
269
|
+
export { legacyTransferProps } from "./legacy-transfer/index.mjs";
|
|
270
|
+
export const ULegacyTransfer = wrap(_ULegacyTransfer);
|
|
271
|
+
export { listProps } from "./list/index.mjs";
|
|
272
|
+
export const UList = wrap(_UList);
|
|
273
|
+
export const UListItem = wrap(_UListItem);
|
|
274
|
+
export { loadingBarProviderProps, useLoadingBar } from "./loading-bar/index.mjs";
|
|
275
|
+
export const ULoadingBarProvider = wrap(_ULoadingBarProvider);
|
|
276
|
+
export { logProps } from "./log/index.mjs";
|
|
277
|
+
export const ULog = wrap(_ULog);
|
|
278
|
+
export { mappingCardDark, mappingCardLight, renderConfig } from "./mapping-card/index.mjs";
|
|
279
|
+
export const UMappingCard = wrap(_UMappingCard);
|
|
280
|
+
export const UMappingCardList = wrap(_UMappingCardList);
|
|
281
|
+
export const UMarquee = wrap(_UMarquee);
|
|
282
|
+
export { mentionProps } from "./mention/index.mjs";
|
|
283
|
+
export const UMention = wrap(_UMention);
|
|
284
|
+
export { menuProps } from "./menu/index.mjs";
|
|
285
|
+
export const UMenu = wrap(_UMenu);
|
|
286
|
+
export { messageProviderProps, useMessage } from "./message/index.mjs";
|
|
287
|
+
export { UMessageProvider } from "./message/index.mjs";
|
|
288
|
+
export { modalProps, modalProviderProps, useModal, useModalReactiveList } from "./modal/index.mjs";
|
|
289
|
+
export const UModal = wrap(_UModal);
|
|
290
|
+
export const UModalProvider = wrap(_UModalProvider);
|
|
291
|
+
export { modalFullscreenProps } from "./modal-fullscreen/index.mjs";
|
|
292
|
+
export const UModalFullscreen = wrap(_UModalFullscreen);
|
|
293
|
+
export { notificationProviderProps, useNotification } from "./notification/index.mjs";
|
|
294
|
+
export { UNotificationProvider } from "./notification/index.mjs";
|
|
295
|
+
export { numberAnimationProps } from "./number-animation/index.mjs";
|
|
296
|
+
export const UNumberAnimation = wrap(_UNumberAnimation);
|
|
297
|
+
export { pageHeaderProps } from "./page-header/index.mjs";
|
|
298
|
+
export const UPageHeader = wrap(_UPageHeader);
|
|
299
|
+
export { paginationProps } from "./pagination/index.mjs";
|
|
300
|
+
export const UPagination = wrap(_UPagination);
|
|
301
|
+
export { popconfirmProps } from "./popconfirm/index.mjs";
|
|
302
|
+
export const UPopconfirm = wrap(_UPopconfirm);
|
|
303
|
+
export { popoverProps } from "./popover/index.mjs";
|
|
304
|
+
export const UPopover = wrap(_UPopover);
|
|
305
|
+
export { popselectProps } from "./popselect/index.mjs";
|
|
306
|
+
export const UPopselect = wrap(_UPopselect);
|
|
307
|
+
export { progressProps } from "./progress/index.mjs";
|
|
308
|
+
export const UProgress = wrap(_UProgress);
|
|
309
|
+
export { qrCodeProps } from "./qr-code/index.mjs";
|
|
310
|
+
export const UQrCode = wrap(_UQrCode);
|
|
311
|
+
export { radioButtonProps, radioGroupProps, radioProps } from "./radio/index.mjs";
|
|
312
|
+
export const URadio = wrap(_URadio);
|
|
313
|
+
export const URadioButton = wrap(_URadioButton);
|
|
314
|
+
export const URadioGroup = wrap(_URadioGroup);
|
|
315
|
+
export { rateProps } from "./rate/index.mjs";
|
|
316
|
+
export const URate = wrap(_URate);
|
|
317
|
+
export { resultProps } from "./result/index.mjs";
|
|
318
|
+
export const UResult = wrap(_UResult);
|
|
319
|
+
export { safeTopScrollbarProps } from "./safe-top-scrollbar/index.mjs";
|
|
320
|
+
export const USafeTopScrollbar = wrap(_USafeTopScrollbar);
|
|
321
|
+
export { scrollbarProps } from "./scrollbar/index.mjs";
|
|
322
|
+
export const UScrollbar = wrap(_UScrollbar);
|
|
323
|
+
export { selectProps } from "./select/index.mjs";
|
|
324
|
+
export const USelect = wrap(_USelect);
|
|
325
|
+
export { skeletonProps } from "./skeleton/index.mjs";
|
|
326
|
+
export const USkeleton = wrap(_USkeleton);
|
|
327
|
+
export { sliderProps } from "./slider/index.mjs";
|
|
328
|
+
export const USlider = wrap(_USlider);
|
|
329
|
+
export { spaceProps } from "./space/index.mjs";
|
|
330
|
+
export const USpace = wrap(_USpace);
|
|
331
|
+
export { spinProps } from "./spin/index.mjs";
|
|
332
|
+
export const USpin = wrap(_USpin);
|
|
333
|
+
export { splitProps } from "./split/index.mjs";
|
|
334
|
+
export const USplit = wrap(_USplit);
|
|
335
|
+
export { statisticProps } from "./statistic/index.mjs";
|
|
336
|
+
export const UStatistic = wrap(_UStatistic);
|
|
337
|
+
export { statusProps } from "./status/index.mjs";
|
|
338
|
+
export const UStatus = wrap(_UStatus);
|
|
339
|
+
export { stepProps, stepsProps } from "./steps/index.mjs";
|
|
340
|
+
export const UStep = wrap(_UStep);
|
|
341
|
+
export const USteps = wrap(_USteps);
|
|
342
|
+
export { switchProps } from "./switch/index.mjs";
|
|
343
|
+
export const USwitch = wrap(_USwitch);
|
|
344
|
+
export { tableProps } from "./table/index.mjs";
|
|
345
|
+
export const UTable = wrap(_UTable);
|
|
346
|
+
export const UTbody = wrap(_UTbody);
|
|
347
|
+
export const UTd = wrap(_UTd);
|
|
348
|
+
export const UTh = wrap(_UTh);
|
|
349
|
+
export const UThead = wrap(_UThead);
|
|
350
|
+
export const UTr = wrap(_UTr);
|
|
351
|
+
export { tabPaneProps, tabProps, tabsProps } from "./tabs/index.mjs";
|
|
352
|
+
export const UTab = wrap(_UTab);
|
|
353
|
+
export const UTabPane = wrap(_UTabPane);
|
|
354
|
+
export const UTabs = wrap(_UTabs);
|
|
355
|
+
export { tagProps } from "./tag/index.mjs";
|
|
356
|
+
export const UTag = wrap(_UTag);
|
|
357
|
+
export const UTagGroup = wrap(_UTagGroup);
|
|
358
|
+
export { thingProps } from "./thing/index.mjs";
|
|
359
|
+
export const UThing = wrap(_UThing);
|
|
360
|
+
export { timeProps } from "./time/index.mjs";
|
|
361
|
+
export const UTime = wrap(_UTime);
|
|
362
|
+
export { timePickerProps } from "./time-picker/index.mjs";
|
|
363
|
+
export const UTimePicker = wrap(_UTimePicker);
|
|
364
|
+
export { timelineItemProps, timelineProps } from "./timeline/index.mjs";
|
|
365
|
+
export const UTimeline = wrap(_UTimeline);
|
|
366
|
+
export const UTimelineItem = wrap(_UTimelineItem);
|
|
367
|
+
export { toggleButtonProps } from "./toggle-button/index.mjs";
|
|
368
|
+
export const UToggleButton = wrap(_UToggleButton);
|
|
369
|
+
export { tooltipProps } from "./tooltip/index.mjs";
|
|
370
|
+
export const UTooltip = wrap(_UTooltip);
|
|
371
|
+
export { transferProps } from "./transfer/index.mjs";
|
|
372
|
+
export const UTransfer = wrap(_UTransfer);
|
|
373
|
+
export { treeGetClickTarget, treeProps } from "./tree/index.mjs";
|
|
374
|
+
export const UTree = wrap(_UTree);
|
|
375
|
+
export { treeSelectProps } from "./tree-select/index.mjs";
|
|
376
|
+
export const UTreeSelect = wrap(_UTreeSelect);
|
|
377
|
+
export { aProps, blockquoteProps, h1Props, h2Props, h3Props, h4Props, h5Props, h6Props, NA, NP, olProps, pProps, textProps, ulProps } from "./typography/index.mjs";
|
|
378
|
+
export const UBlockquote = wrap(_UBlockquote);
|
|
379
|
+
export const UH1 = wrap(_UH1);
|
|
380
|
+
export const UH2 = wrap(_UH2);
|
|
381
|
+
export const UH3 = wrap(_UH3);
|
|
382
|
+
export const UH4 = wrap(_UH4);
|
|
383
|
+
export const UH5 = wrap(_UH5);
|
|
384
|
+
export const UH6 = wrap(_UH6);
|
|
385
|
+
export const UHr = wrap(_UHr);
|
|
386
|
+
export const ULi = wrap(_ULi);
|
|
387
|
+
export const UOl = wrap(_UOl);
|
|
388
|
+
export const UText = wrap(_UText);
|
|
389
|
+
export const UUl = wrap(_UUl);
|
|
390
|
+
export { uploadDownload, uploadProps } from "./upload/index.mjs";
|
|
391
|
+
export const UUpload = wrap(_UUpload);
|
|
392
|
+
export const UUploadDragger = wrap(_UUploadDragger);
|
|
393
|
+
export const UUploadFileList = wrap(_UUploadFileList);
|
|
394
|
+
export const UUploadTrigger = wrap(_UUploadTrigger);
|
|
395
|
+
export { virtualListProps } from "./virtual-list/index.mjs";
|
|
396
|
+
export const UVirtualList = wrap(_UVirtualList);
|
|
397
|
+
export { watermarkProps } from "./watermark/index.mjs";
|
|
398
|
+
export const UWatermark = wrap(_UWatermark);
|
|
@@ -143,12 +143,12 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
143
143
|
};
|
|
144
144
|
}>> & Readonly<{}>, {
|
|
145
145
|
readonly bordered: boolean | undefined;
|
|
146
|
+
readonly inlineThemeDisabled: boolean;
|
|
147
|
+
readonly preflightStyleDisabled: boolean;
|
|
146
148
|
readonly abstract: boolean;
|
|
147
149
|
readonly clsPrefix: string;
|
|
148
150
|
readonly tag: string;
|
|
149
151
|
readonly breakpointMode: BreakpointMode;
|
|
150
|
-
readonly preflightStyleDisabled: boolean;
|
|
151
|
-
readonly inlineThemeDisabled: boolean;
|
|
152
152
|
readonly as: string | undefined;
|
|
153
153
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
154
154
|
export default _default;
|
package/es/create.mjs
CHANGED
|
@@ -1,57 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import useExposeProxy from "./_utils/composable/use-expose-proxy.mjs";
|
|
3
|
-
import { configProviderInjectionKey } from "./config-provider/src/context.mjs";
|
|
1
|
+
import { wrap } from "./_utils/wrap-component.mjs";
|
|
4
2
|
import version from "./version.mjs";
|
|
5
3
|
function create({
|
|
6
4
|
componentPrefix = 'U',
|
|
7
5
|
components = []
|
|
8
6
|
} = {}) {
|
|
9
7
|
const installTargets = [];
|
|
10
|
-
function findConfig(instance) {
|
|
11
|
-
var _a;
|
|
12
|
-
let parent = instance.parent;
|
|
13
|
-
while (parent) {
|
|
14
|
-
const p = (_a = parent.provides) === null || _a === void 0 ? void 0 : _a[configProviderInjectionKey];
|
|
15
|
-
if (p) return p;
|
|
16
|
-
parent = parent.parent;
|
|
17
|
-
}
|
|
18
|
-
return null;
|
|
19
|
-
}
|
|
20
|
-
function wrap(component) {
|
|
21
|
-
if (component._n_icon__) {
|
|
22
|
-
return component;
|
|
23
|
-
}
|
|
24
|
-
const wrapped = defineComponent({
|
|
25
|
-
name: component.name,
|
|
26
|
-
inheritAttrs: false,
|
|
27
|
-
setup(props, ctx) {
|
|
28
|
-
const instance = getCurrentInstance();
|
|
29
|
-
const config = instance ? findConfig(instance) : null;
|
|
30
|
-
const componentRef = ref(null);
|
|
31
|
-
const mergedProps = computed(() => {
|
|
32
|
-
var _a, _b, _c;
|
|
33
|
-
if (!config) return props;
|
|
34
|
-
const defaults = (_c = (_b = (_a = config.mergedComponentPropsRef) === null || _a === void 0 ? void 0 : _a.value) === null || _b === void 0 ? void 0 : _b[component.name]) !== null && _c !== void 0 ? _c : {};
|
|
35
|
-
return Object.assign(Object.assign({}, defaults), props);
|
|
36
|
-
});
|
|
37
|
-
if (ctx.expose) {
|
|
38
|
-
ctx.expose(useExposeProxy(componentRef));
|
|
39
|
-
}
|
|
40
|
-
return () => h(component, Object.assign(Object.assign({
|
|
41
|
-
ref: componentRef
|
|
42
|
-
}, mergedProps.value), ctx.attrs), ctx.slots);
|
|
43
|
-
}
|
|
44
|
-
});
|
|
45
|
-
// Preserve internal markers used by parent components' runtime logic,
|
|
46
|
-
// e.g. Grid -> GridItem (`__GRID_ITEM__`) and DescriptionsItem flags.
|
|
47
|
-
for (const key of Object.keys(component)) {
|
|
48
|
-
if (/^__.*__$/.test(key) || key.endsWith('_FLAG')) {
|
|
49
|
-
;
|
|
50
|
-
wrapped[key] = component[key];
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
return wrapped;
|
|
54
|
-
}
|
|
55
8
|
function registerComponent(app, name, component) {
|
|
56
9
|
if (!app.component(componentPrefix + name)) {
|
|
57
10
|
app.component(componentPrefix + name, wrap(component));
|
|
@@ -7401,9 +7401,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7401
7401
|
}>> & Readonly<{
|
|
7402
7402
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
7403
7403
|
}>, {
|
|
7404
|
+
readonly bordered: boolean | undefined;
|
|
7404
7405
|
readonly data: import("./interface").RowData[];
|
|
7405
7406
|
readonly size: import("./public-types").DataTableSize;
|
|
7406
|
-
readonly bordered: boolean | undefined;
|
|
7407
7407
|
readonly loading: boolean;
|
|
7408
7408
|
readonly loadingSkeleton: boolean;
|
|
7409
7409
|
readonly spinProps: import("../../_internal").BaseLoadingExposedProps;
|
|
@@ -5377,7 +5377,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
5377
5377
|
isRange: import("vue").ComputedRef<boolean>;
|
|
5378
5378
|
localizedStartPlaceholder: import("vue").ComputedRef<string>;
|
|
5379
5379
|
localizedEndPlaceholder: import("vue").ComputedRef<string>;
|
|
5380
|
-
mergedSize: import("vue").ComputedRef<"
|
|
5380
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny" | "huge">;
|
|
5381
5381
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
5382
5382
|
localizedPlacehoder: import("vue").ComputedRef<string>;
|
|
5383
5383
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
@@ -9231,10 +9231,10 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
9231
9231
|
}>;
|
|
9232
9232
|
}>>>;
|
|
9233
9233
|
}>> & Readonly<{}>, {
|
|
9234
|
+
readonly bordered: boolean | undefined;
|
|
9234
9235
|
readonly disabled: boolean | undefined;
|
|
9235
9236
|
readonly type: DatePickerType;
|
|
9236
9237
|
readonly to: string | boolean | HTMLElement;
|
|
9237
|
-
readonly bordered: boolean | undefined;
|
|
9238
9238
|
readonly clearable: boolean;
|
|
9239
9239
|
readonly placement: FollowerPlacement;
|
|
9240
9240
|
readonly round: boolean;
|