@unicom-cloud/ui 0.8.93 → 0.8.95
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/Checkbox.js +5 -4
- package/Layout.js +8 -7
- package/Message.js +1 -1
- package/Notification.js +1 -1
- package/Switch.js +1 -1
- package/Tooltip.js +1 -1
- package/Trigger.js +1 -1
- package/back-top/index.js +8 -8
- package/badge/index.js +11 -11
- package/cascader/panel/List.js +1 -1
- package/cascader/panel/Option.js +7 -6
- package/cascader/panel/Search.js +17 -16
- package/checkbox/index.js +7 -6
- package/collapse/Item.js +1 -1
- package/color-picker/InputHex.js +1 -1
- package/color-picker/InputRgb.js +1 -1
- package/color-picker/Mode.js +7 -6
- package/color-picker/Palette.js +1 -1
- package/color-picker/Panel.js +1 -1
- package/color-picker/colors.js +1 -1
- package/color-picker/hooks/useColorPicker.js +1 -1
- package/color-picker/utils.js +1 -1
- package/components/common/empty/index.js +33 -13
- package/components/common/space/index.js +4 -3
- package/components/common/utils/PqbCSSTransition.js +1 -1
- package/components/common/utils/setPrimaryColor.js +21 -21
- package/components/common/utils/setTheme.js +23 -23
- package/dist/react-transition-group/src/CSSTransition.js +1 -1
- package/dist/react-transition-group/src/SwitchTransition.js +1 -1
- package/dist/tinycolor/chunk/{DGZSWe7E.js → BOzCVdr0.js} +43 -43
- package/dist/tinycolor/customize/index.js +1 -1
- package/dist/tween/src/tween.js +25 -24
- package/index.js +173 -173
- package/input-tag/InputTag.js +1 -1
- package/layout/index.js +11 -9
- package/message/index.js +1 -1
- package/notification/index.js +1 -1
- package/package.json +1 -1
- package/pagination/PageItem.js +52 -53
- package/pagination/Pagination.js +2 -1
- package/pagination/interface.js +4 -1
- package/select/Option.js +12 -11
- package/select/Select.js +1 -0
- package/statistic/index.js +16 -16
- package/style.css +1 -1
- package/switch/index.js +1 -1
- package/table/Table.js +153 -153
- package/table/tbody/Tr.js +3 -2
- package/table/thead/Column.js +3 -2
- package/table/thead/index.js +3 -2
- package/tag/index.js +24 -24
- package/time-picker/util.js +4 -4
- package/tooltip/index.js +1 -1
- package/transfer/Item.js +17 -16
- package/transfer/List.js +12 -11
- package/tree/Node.js +43 -41
- package/tree/Tree.js +215 -211
- package/trigger/index.js +1 -1
- package/types/pc/affix/index.d.ts +1 -1
- package/types/pc/alert/index.d.ts +1 -1
- package/types/pc/anchor/Anchor.d.ts +1 -1
- package/types/pc/anchor/Link.d.ts +1 -1
- package/types/pc/anchor/context.d.ts +1 -1
- package/types/pc/auto-complete/index.d.ts +1 -1
- package/types/pc/avatar/Avatar.d.ts +1 -1
- package/types/pc/avatar/Group.d.ts +1 -1
- package/types/pc/avatar/context.d.ts +1 -1
- package/types/pc/back-top/index.d.ts +1 -1
- package/types/pc/badge/index.d.ts +2 -2
- package/types/pc/badge/interface.d.ts +1 -1
- package/types/pc/breadcrumb/Item.d.ts +1 -1
- package/types/pc/breadcrumb/index.d.ts +1 -1
- package/types/pc/button/Group.d.ts +1 -1
- package/types/pc/button/index.d.ts +1 -1
- package/types/pc/calendar/Month.d.ts +1 -1
- package/types/pc/calendar/Year.d.ts +1 -1
- package/types/pc/calendar/index.d.ts +1 -1
- package/types/pc/card/Grid.d.ts +1 -1
- package/types/pc/card/Meta.d.ts +1 -1
- package/types/pc/card/index.d.ts +1 -1
- package/types/pc/carousel/Arrow.d.ts +1 -1
- package/types/pc/carousel/Indicator.d.ts +1 -1
- package/types/pc/carousel/index.d.ts +2 -2
- package/types/pc/cascader/Cascader.d.ts +1 -1
- package/types/pc/cascader/util.d.ts +1 -1
- package/types/pc/checkbox/Checkbox.d.ts +1 -1
- package/types/pc/checkbox/Group.d.ts +1 -1
- package/types/pc/checkbox/GroupBlock.d.ts +1 -1
- package/types/pc/checkbox/index.d.ts +1 -1
- package/types/pc/collapse/Collapse.d.ts +1 -1
- package/types/pc/collapse/Item.d.ts +1 -1
- package/types/pc/color-picker/InputHex.d.ts +1 -1
- package/types/pc/color-picker/InputRgb.d.ts +1 -1
- package/types/pc/color-picker/Mode.d.ts +1 -1
- package/types/pc/color-picker/Palette.d.ts +1 -1
- package/types/pc/color-picker/index.d.ts +1 -1
- package/types/pc/color-picker/utils.d.ts +1 -1
- package/types/pc/comment/index.d.ts +1 -1
- package/types/pc/config-provider/ConfigProvider.d.ts +3 -2
- package/types/pc/config-provider/context.d.ts +1 -1
- package/types/pc/config-provider/interface.d.ts +1 -1
- package/types/pc/copy/index.d.ts +1 -1
- package/types/pc/date-picker/Picker.d.ts +1 -2
- package/types/pc/date-picker/RangePicker.d.ts +1 -1
- package/types/pc/date-picker/index.d.ts +1 -1
- package/types/pc/descriptions/index.d.ts +1 -1
- package/types/pc/details/index.d.ts +1 -1
- package/types/pc/divider/index.d.ts +1 -1
- package/types/pc/draggable/Item.d.ts +1 -1
- package/types/pc/draggable/index.d.ts +1 -1
- package/types/pc/drawer/Drawer.d.ts +2 -2
- package/types/pc/dropdown/Button.d.ts +1 -1
- package/types/pc/dropdown/index.d.ts +1 -1
- package/types/pc/empty/index.d.ts +1 -1
- package/types/pc/form/Control.d.ts +1 -1
- package/types/pc/form/Form.d.ts +1 -1
- package/types/pc/form/FormLabel.d.ts +1 -1
- package/types/pc/form/FormList.d.ts +1 -1
- package/types/pc/form/FormProvider.d.ts +1 -1
- package/types/pc/form/context.d.ts +1 -1
- package/types/pc/form/hook/useForm.d.ts +1 -1
- package/types/pc/form/index.d.ts +1 -1
- package/types/pc/form/interface.d.ts +2 -2
- package/types/pc/form/store.d.ts +3 -4
- package/types/pc/form/util.d.ts +3 -3
- package/types/pc/grid/Col.d.ts +1 -1
- package/types/pc/grid/Grid.d.ts +1 -1
- package/types/pc/grid/GridItem.d.ts +1 -1
- package/types/pc/grid/Row.d.ts +1 -1
- package/types/pc/grid/context.d.ts +1 -1
- package/types/pc/grid/util.d.ts +1 -1
- package/types/pc/hooks/use-watermark/index.d.ts +1 -1
- package/types/pc/icons/file/index.d.ts +1 -1
- package/types/pc/image/Image.d.ts +1 -1
- package/types/pc/image/ImageFooter.d.ts +1 -1
- package/types/pc/image/ImagePreview.d.ts +1 -1
- package/types/pc/image/ImagePreviewGroup.d.ts +1 -1
- package/types/pc/image/ImagePreviewToolbar.d.ts +1 -1
- package/types/pc/image/index.d.ts +1 -1
- package/types/pc/image/previewGroupContext.d.ts +1 -1
- package/types/pc/input/Button.d.ts +1 -1
- package/types/pc/input/Group.d.ts +1 -1
- package/types/pc/input/Input.d.ts +1 -1
- package/types/pc/input/InputElement.d.ts +1 -1
- package/types/pc/input/Password.d.ts +1 -1
- package/types/pc/input/Search.d.ts +1 -1
- package/types/pc/input/Textarea.d.ts +1 -1
- package/types/pc/input/index.d.ts +1 -1
- package/types/pc/input/useComposition.d.ts +1 -1
- package/types/pc/input-number/index.d.ts +1 -1
- package/types/pc/input-tag/InputTag.d.ts +2 -2
- package/types/pc/input-tag/interface.d.ts +2 -2
- package/types/pc/layout/Content.d.ts +1 -1
- package/types/pc/layout/Footer.d.ts +1 -1
- package/types/pc/layout/Header.d.ts +1 -1
- package/types/pc/layout/Sider.d.ts +1 -1
- package/types/pc/layout/index.d.ts +2 -2
- package/types/pc/link/index.d.ts +1 -1
- package/types/pc/list/Item.d.ts +1 -1
- package/types/pc/list/Meta.d.ts +1 -1
- package/types/pc/list/index.d.ts +2 -2
- package/types/pc/mentions/index.d.ts +1 -1
- package/types/pc/mentions/util.d.ts +1 -1
- package/types/pc/menu/Item.d.ts +1 -1
- package/types/pc/menu/ItemGroup.d.ts +1 -1
- package/types/pc/menu/Menu.d.ts +1 -1
- package/types/pc/menu/OverflowWrap.d.ts +1 -1
- package/types/pc/menu/context.d.ts +2 -2
- package/types/pc/menu/index.d.ts +1 -1
- package/types/pc/menu/interface.d.ts +1 -1
- package/types/pc/message/index.d.ts +2 -2
- package/types/pc/message/useMessage.d.ts +1 -1
- package/types/pc/modal/Modal.d.ts +2 -2
- package/types/pc/modal/config.d.ts +1 -1
- package/types/pc/notification/index.d.ts +2 -2
- package/types/pc/notification/useNotification.d.ts +1 -1
- package/types/pc/page-header/index.d.ts +2 -2
- package/types/pc/pagination/PageItem.d.ts +2 -47
- package/types/pc/pagination/Pagination.d.ts +1 -1
- package/types/pc/pagination/interface.d.ts +47 -0
- package/types/pc/popconfirm/index.d.ts +1 -1
- package/types/pc/popover/index.d.ts +1 -1
- package/types/pc/popover/interface.d.ts +1 -1
- package/types/pc/progress/CircleProgress.d.ts +1 -1
- package/types/pc/progress/index.d.ts +1 -1
- package/types/pc/radio/Group.d.ts +1 -1
- package/types/pc/radio/GroupBlock.d.ts +1 -1
- package/types/pc/radio/Radio.d.ts +1 -1
- package/types/pc/radio/index.d.ts +1 -1
- package/types/pc/rate/index.d.ts +1 -1
- package/types/pc/resize-box/Split.d.ts +1 -1
- package/types/pc/resize-box/SplitGroup.d.ts +1 -1
- package/types/pc/resize-box/index.d.ts +1 -1
- package/types/pc/result/index.d.ts +1 -1
- package/types/pc/select/OptGroup.d.ts +1 -1
- package/types/pc/select/Option.d.ts +1 -1
- package/types/pc/select/Select.d.ts +3 -2
- package/types/pc/select/index.d.ts +1 -1
- package/types/pc/select/util.d.ts +1 -1
- package/types/pc/select-view/Core.d.ts +1 -1
- package/types/pc/select-view/index.d.ts +1 -1
- package/types/pc/skeleton/Image.d.ts +1 -1
- package/types/pc/skeleton/Text.d.ts +1 -1
- package/types/pc/skeleton/index.d.ts +1 -1
- package/types/pc/slider/Button.d.ts +1 -1
- package/types/pc/slider/hook/useInterval.d.ts +1 -1
- package/types/pc/slider/index.d.ts +1 -1
- package/types/pc/space/index.d.ts +1 -1
- package/types/pc/space-/index.d.ts +1 -1
- package/types/pc/spin/index.d.ts +1 -1
- package/types/pc/statistic/Countdown.d.ts +1 -1
- package/types/pc/statistic/index.d.ts +2 -2
- package/types/pc/steps/Step.d.ts +1 -1
- package/types/pc/steps/index.d.ts +1 -1
- package/types/pc/switch/index.d.ts +2 -2
- package/types/pc/table/ColGroup.d.ts +1 -1
- package/types/pc/table/Table.d.ts +1 -1
- package/types/pc/table/constant.d.ts +1 -1
- package/types/pc/table/interface.d.ts +1 -1
- package/types/pc/table/util.d.ts +1 -1
- package/types/pc/tabs/Tab.d.ts +1 -1
- package/types/pc/tabs/TabPane.d.ts +1 -1
- package/types/pc/tabs/index.d.ts +1 -1
- package/types/pc/tabs/tab-header/TabNavIcon.d.ts +1 -1
- package/types/pc/tabs/tab-header/index.d.ts +1 -1
- package/types/pc/tag/index.d.ts +1 -1
- package/types/pc/time-picker/Picker.d.ts +1 -1
- package/types/pc/time-picker/RangePicker.d.ts +1 -1
- package/types/pc/time-picker/TimePicker.d.ts +1 -1
- package/types/pc/time-picker/index.d.ts +1 -1
- package/types/pc/timeline/Item.d.ts +1 -1
- package/types/pc/timeline/Timeline.d.ts +1 -1
- package/types/pc/timeline/index.d.ts +1 -1
- package/types/pc/tooltip/index.d.ts +2 -2
- package/types/pc/transfer/Item.d.ts +1 -1
- package/types/pc/transfer/List.d.ts +1 -1
- package/types/pc/transfer/index.d.ts +1 -1
- package/types/pc/tree/Animation.d.ts +1 -1
- package/types/pc/tree/Context.d.ts +1 -1
- package/types/pc/tree/Node.d.ts +1 -1
- package/types/pc/tree/Tree.d.ts +1 -1
- package/types/pc/tree/index.d.ts +2 -2
- package/types/pc/tree/interface.d.ts +19 -3
- package/types/pc/tree/util.d.ts +1 -1
- package/types/pc/tree-select/List.d.ts +1 -1
- package/types/pc/trigger/getPopupStyle.d.ts +1 -1
- package/types/pc/trigger/index.d.ts +2 -2
- package/types/pc/typography/EditContent.d.ts +1 -1
- package/types/pc/typography/Ellipsis.d.ts +1 -1
- package/types/pc/typography/Operations.d.ts +1 -1
- package/types/pc/typography/Paragraph.d.ts +1 -1
- package/types/pc/typography/Title.d.ts +1 -1
- package/types/pc/typography/Typography.d.ts +1 -1
- package/types/pc/typography/useCssEllipsis.d.ts +1 -1
- package/types/pc/typography/useEllipsis.d.ts +1 -1
- package/types/pc/upload/TriggerNode.d.ts +1 -1
- package/types/pc/upload/Upload.d.ts +2 -2
- package/types/pc/upload/Uploader.d.ts +1 -1
- package/types/pc/upload/request.d.ts +1 -1
- package/types/pc/upload/util.d.ts +1 -1
- package/types/pc/verification-code/VerificationCode.d.ts +1 -1
- package/types/pc/verification-code/index.d.ts +1 -1
- package/types/pc/watermark/Watermark.d.ts +1 -1
- package/types/pc/watermark/index.d.ts +2 -2
- package/typography/Ellipsis.js +7 -5
- package/upload/list/index.js +1 -1
- package/utils/color.js +1 -1
- package/utils/index.js +2 -2
- package/utils/reactTransitionGroup.js +1 -1
- package/utils/tinycolor.js +1 -1
- package/version/index.js +1 -1
- /package/dist/react-transition-group/chunk/{CPfP7aNL.js → C6QwjD4L.js} +0 -0
package/index.js
CHANGED
|
@@ -34,7 +34,7 @@ import { names as De } from "./dist/tinycolor/src/css-color-names.js";
|
|
|
34
34
|
import { inputToRGB as Ee, isValidCSSUnit as ve, stringInputToObject as Me } from "./dist/tinycolor/src/format-input.js";
|
|
35
35
|
import { compareColorByRange as Oe } from "./dist/tinycolor/customize/index.js";
|
|
36
36
|
import { TinyColor as Le } from "./dist/tinycolor/src/index.js";
|
|
37
|
-
import { a as we } from "./dist/tinycolor/chunk/
|
|
37
|
+
import { a as we } from "./dist/tinycolor/chunk/BOzCVdr0.js";
|
|
38
38
|
import { compute as Ge, compute as _e } from "./dist/compute-scroll-into-view/src/index.js";
|
|
39
39
|
import { newArray as He, pickTriggerPropsFromRest as We } from "./utils/constant.js";
|
|
40
40
|
import { ContextHolderElement as ze } from "./utils/contextHolder.js";
|
|
@@ -76,7 +76,7 @@ import { callbackOriginRef as No, findDOMNode_ as Lo } from "./components/common
|
|
|
76
76
|
import { default as wo } from "./dist/react-transition-group/src/CSSTransition.js";
|
|
77
77
|
import { default as Go } from "./dist/react-transition-group/src/ReplaceTransition.js";
|
|
78
78
|
import { default as Uo } from "./dist/react-transition-group/src/SwitchTransition.js";
|
|
79
|
-
import { T as Wo } from "./dist/react-transition-group/chunk/
|
|
79
|
+
import { T as Wo } from "./dist/react-transition-group/chunk/C6QwjD4L.js";
|
|
80
80
|
import { default as zo, default as qo } from "./dist/react-transition-group/src/TransitionGroup.js";
|
|
81
81
|
import { responsiveArray as Ko, responsiveMap as Jo, responsiveObserve as Qo } from "./utils/responsiveObserve.js";
|
|
82
82
|
import { default as Zo } from "@unicom-cloud/utils/file/saveAs";
|
|
@@ -109,86 +109,86 @@ import { default as ia } from "./card/index.js";
|
|
|
109
109
|
import { default as na } from "./carousel/index.js";
|
|
110
110
|
import { default as Ta } from "./cascader/Cascader.js";
|
|
111
111
|
import { default as Ca } from "./checkbox/Checkbox.js";
|
|
112
|
-
import { default as ya } from "./
|
|
113
|
-
import { default as Ra } from "./
|
|
114
|
-
import {
|
|
115
|
-
import { default as Da } from "./
|
|
116
|
-
import { default as Ea
|
|
117
|
-
import { default as La } from "./
|
|
118
|
-
import { default as wa } from "./
|
|
119
|
-
import { default as Ga } from "./
|
|
120
|
-
import { default as Ua } from "./
|
|
121
|
-
import { default as Wa } from "./
|
|
122
|
-
import { default as za } from "./
|
|
123
|
-
import { default as Ya } from "./
|
|
124
|
-
import { default as Ja } from "./
|
|
125
|
-
import { default as Xa } from "./
|
|
126
|
-
import { default as $a } from "./
|
|
127
|
-
import { default as ts } from "./
|
|
128
|
-
import { default as rs } from "./
|
|
129
|
-
import { default as ss } from "./
|
|
130
|
-
import { default as ls } from "./input
|
|
131
|
-
import { default as ms } from "./input-
|
|
132
|
-
import { default as ds } from "./
|
|
133
|
-
import { default as xs } from "./
|
|
134
|
-
import { default as cs } from "./
|
|
135
|
-
import { default as Ss } from "./
|
|
136
|
-
import { default as gs } from "./
|
|
137
|
-
import { default as bs } from "./
|
|
138
|
-
import { default as Is } from "./
|
|
139
|
-
import { default as hs } from "./
|
|
140
|
-
import { default as Ds } from "./
|
|
141
|
-
import { default as Es } from "./
|
|
142
|
-
import { default as Ms } from "./
|
|
143
|
-
import { default as Os } from "./
|
|
144
|
-
import { default as Ls } from "./
|
|
145
|
-
import { default as ws } from "./
|
|
146
|
-
import { default as Gs } from "./
|
|
147
|
-
import { default as Us } from "./
|
|
148
|
-
import { default as Ws } from "./
|
|
149
|
-
import { default as zs } from "./
|
|
150
|
-
import { default as Ys
|
|
151
|
-
import { default as Qs } from "./
|
|
152
|
-
import { default as Zs } from "./
|
|
153
|
-
import { default as ef } from "./
|
|
154
|
-
import { default as of } from "./
|
|
155
|
-
import { default as af } from "./
|
|
156
|
-
import { default as ff } from "./
|
|
157
|
-
import { default as pf } from "./
|
|
158
|
-
import {
|
|
159
|
-
import { default as nf } from "./
|
|
160
|
-
import { default as Tf } from "./
|
|
161
|
-
import { default as Cf } from "./
|
|
162
|
-
import { default as yf } from "./
|
|
163
|
-
import { default as Rf } from "./
|
|
164
|
-
import { default as Pf } from "./
|
|
165
|
-
import { default as kf } from "./
|
|
166
|
-
import { default as Af } from "./
|
|
167
|
-
import { default as vf } from "./
|
|
168
|
-
import { default as Bf
|
|
169
|
-
import { default as Lf } from "./
|
|
170
|
-
import { default as wf } from "./
|
|
171
|
-
import { default as Gf } from "./
|
|
172
|
-
import { default as Uf } from "./
|
|
173
|
-
import { default as Wf
|
|
174
|
-
import { default as qf } from "./
|
|
175
|
-
import { default as Kf } from "./
|
|
176
|
-
import { default as Qf } from "./
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import { default as pl } from "./
|
|
182
|
-
import { default as ul } from "./
|
|
183
|
-
import { default as il } from "./
|
|
184
|
-
import { default as nl } from "./
|
|
185
|
-
import { default as Tl } from "./
|
|
186
|
-
import { default as Cl } from "./
|
|
187
|
-
import { default as yl } from "./
|
|
188
|
-
import { default as Rl } from "./calendar/
|
|
189
|
-
import { default as Pl } from "./
|
|
190
|
-
import { default as kl } from "./card/
|
|
191
|
-
import { default as Al } from "./
|
|
112
|
+
import { default as ya } from "./checkbox/Group.js";
|
|
113
|
+
import { default as Ra } from "./collapse/Collapse.js";
|
|
114
|
+
import { default as Pa } from "./comment/index.js";
|
|
115
|
+
import { ConfigConsumer as ka, default as Da } from "./config-provider/ConfigProvider.js";
|
|
116
|
+
import { default as Ea } from "./copy/index.js";
|
|
117
|
+
import { default as Ma, DatePickerMonth as Ba, DatePickerQuarter as Oa, DatePickerWeek as Na, DatePickerYear as La } from "./date-picker/index.js";
|
|
118
|
+
import { default as wa } from "./descriptions/index.js";
|
|
119
|
+
import { default as Ga } from "./details/index.js";
|
|
120
|
+
import { default as Ua } from "./development/index.js";
|
|
121
|
+
import { default as Wa } from "./divider/index.js";
|
|
122
|
+
import { default as za } from "./drawer/Drawer.js";
|
|
123
|
+
import { default as Ya } from "./dropdown/index.js";
|
|
124
|
+
import { default as Ja } from "./empty/index.js";
|
|
125
|
+
import { default as Xa } from "./form/index.js";
|
|
126
|
+
import { default as $a } from "./grid/index.js";
|
|
127
|
+
import { default as ts } from "./icon/index.js";
|
|
128
|
+
import { default as rs } from "./icons/file.js";
|
|
129
|
+
import { default as ss } from "./image/Image.js";
|
|
130
|
+
import { default as ls } from "./input/Input.js";
|
|
131
|
+
import { default as ms } from "./input-number/index.js";
|
|
132
|
+
import { default as ds } from "./input-tag/InputTag.js";
|
|
133
|
+
import { default as xs } from "./layout/index.js";
|
|
134
|
+
import { default as cs } from "./link/index.js";
|
|
135
|
+
import { default as Ss } from "./list/index.js";
|
|
136
|
+
import { default as gs } from "./mentions/index.js";
|
|
137
|
+
import { default as bs } from "./menu/Menu.js";
|
|
138
|
+
import { default as Is } from "./message/index.js";
|
|
139
|
+
import { default as hs } from "./modal/Modal.js";
|
|
140
|
+
import { default as Ds } from "./notification/index.js";
|
|
141
|
+
import { default as Es } from "./page-header/index.js";
|
|
142
|
+
import { default as Ms } from "./pagination/Pagination.js";
|
|
143
|
+
import { default as Os } from "./popconfirm/index.js";
|
|
144
|
+
import { default as Ls } from "./popover/index.js";
|
|
145
|
+
import { default as ws } from "./portal/index.js";
|
|
146
|
+
import { default as Gs } from "./progress/index.js";
|
|
147
|
+
import { default as Us } from "./color-picker/index.js";
|
|
148
|
+
import { default as Ws } from "./icon-hover/index.js";
|
|
149
|
+
import { default as zs } from "./loading/index.js";
|
|
150
|
+
import { default as Ys } from "./radio/Radio.js";
|
|
151
|
+
import { default as Js, RadioGroupContext as Qs } from "./radio/Group.js";
|
|
152
|
+
import { default as Zs } from "./rate/index.js";
|
|
153
|
+
import { default as ef } from "./resize-box/index.js";
|
|
154
|
+
import { default as of } from "./result/index.js";
|
|
155
|
+
import { default as af } from "./select/Select.js";
|
|
156
|
+
import { default as ff } from "./skeleton/index.js";
|
|
157
|
+
import { default as pf } from "./slider/index.js";
|
|
158
|
+
import { default as uf } from "./space/index.js";
|
|
159
|
+
import { SpaceVertical as xf, default as nf } from "./space-/index.js";
|
|
160
|
+
import { default as Tf } from "./speech-synthesis/index.js";
|
|
161
|
+
import { default as Cf } from "./spin/index.js";
|
|
162
|
+
import { default as yf } from "./statistic/index.js";
|
|
163
|
+
import { default as Rf } from "./steps/index.js";
|
|
164
|
+
import { default as Pf } from "./suspense-fallback-test/index.js";
|
|
165
|
+
import { default as kf } from "./switch/index.js";
|
|
166
|
+
import { default as Af } from "./table/index.js";
|
|
167
|
+
import { default as vf } from "./tabs/Tab.js";
|
|
168
|
+
import { default as Bf } from "./tag/index.js";
|
|
169
|
+
import { default as Nf, TimePickerRange as Lf } from "./time-picker/index.js";
|
|
170
|
+
import { default as wf } from "./timeline/Timeline.js";
|
|
171
|
+
import { default as Gf } from "./tooltip/index.js";
|
|
172
|
+
import { default as Uf } from "./transfer/index.js";
|
|
173
|
+
import { default as Wf } from "./tree/Tree.js";
|
|
174
|
+
import { default as zf, TreeSelectTreeNode as qf } from "./tree-select/Select.js";
|
|
175
|
+
import { default as Kf } from "./trigger/index.js";
|
|
176
|
+
import { default as Qf } from "./typography/index.js";
|
|
177
|
+
import { default as Zf } from "./upload/Upload.js";
|
|
178
|
+
import { STATUS as el } from "./upload/constant.js";
|
|
179
|
+
import { default as ol } from "./verification-code/VerificationCode.js";
|
|
180
|
+
import { VERSION as al, VERSION_BUILD_DATE as sl, VERSION_BUILD_TIME as fl } from "./version/index.js";
|
|
181
|
+
import { default as pl } from "./virtual-list/VirtualList.js";
|
|
182
|
+
import { default as ul } from "./watermark/Watermark.js";
|
|
183
|
+
import { default as il } from "./anchor/Link.js";
|
|
184
|
+
import { default as nl } from "./avatar/Group.js";
|
|
185
|
+
import { default as Tl } from "./badge/Count.js";
|
|
186
|
+
import { default as Cl } from "./breadcrumb/Item.js";
|
|
187
|
+
import { default as yl } from "./button/Group.js";
|
|
188
|
+
import { default as Rl } from "./calendar/Month.js";
|
|
189
|
+
import { default as Pl } from "./calendar/Year.js";
|
|
190
|
+
import { default as kl } from "./card/Grid.js";
|
|
191
|
+
import { default as Al } from "./card/Meta.js";
|
|
192
192
|
import { default as vl } from "./checkbox/GroupBlock.js";
|
|
193
193
|
import { default as Bl } from "./checkbox/useCheckbox.js";
|
|
194
194
|
import { default as Nl } from "./collapse/Item.js";
|
|
@@ -264,183 +264,183 @@ export {
|
|
|
264
264
|
_r as Affix,
|
|
265
265
|
Hr as Alert,
|
|
266
266
|
jr as Anchor,
|
|
267
|
-
|
|
267
|
+
il as AnchorLink,
|
|
268
268
|
qr as AutoComplete,
|
|
269
269
|
Yr as AutoCompleteOptGroup,
|
|
270
270
|
Kr as AutoCompleteOption,
|
|
271
271
|
Qr as Avatar,
|
|
272
|
-
|
|
272
|
+
nl as AvatarGroup,
|
|
273
273
|
ea as BADGE_COLORS,
|
|
274
274
|
ta as BADGE_STATUS,
|
|
275
275
|
fa as BUTTON_STATUS,
|
|
276
276
|
la as BUTTON_TYPE,
|
|
277
277
|
Zr as BackTop,
|
|
278
278
|
oa as Badge,
|
|
279
|
-
|
|
279
|
+
Tl as BadgeCount,
|
|
280
280
|
aa as Breadcrumb,
|
|
281
|
-
|
|
281
|
+
Cl as BreadcrumbItem,
|
|
282
282
|
pa as Button,
|
|
283
|
-
|
|
283
|
+
yl as ButtonGroup,
|
|
284
284
|
Ro as COMPONENT_NAMES,
|
|
285
285
|
wo as CSSTransition,
|
|
286
286
|
ua as Calendar,
|
|
287
|
-
|
|
288
|
-
|
|
287
|
+
Rl as CalendarMonth,
|
|
288
|
+
Pl as CalendarYear,
|
|
289
289
|
ia as Card,
|
|
290
|
-
|
|
291
|
-
|
|
290
|
+
kl as CardGrid,
|
|
291
|
+
Al as CardMeta,
|
|
292
292
|
na as Carousel,
|
|
293
293
|
Ta as Cascader,
|
|
294
294
|
Ca as Checkbox,
|
|
295
|
-
|
|
295
|
+
ya as CheckboxGroup,
|
|
296
296
|
vl as CheckboxGroupBlock,
|
|
297
297
|
sp as Col,
|
|
298
|
-
|
|
298
|
+
Ra as Collapse,
|
|
299
299
|
Nl as CollapseItem,
|
|
300
|
-
|
|
300
|
+
Us as ColorPicker,
|
|
301
301
|
$m as ColorPickerPanel,
|
|
302
|
-
|
|
303
|
-
|
|
302
|
+
Pa as Comment,
|
|
303
|
+
ka as ConfigConsumer,
|
|
304
304
|
Fl as ConfigContext,
|
|
305
|
-
|
|
305
|
+
Da as ConfigProvider,
|
|
306
306
|
wl as ConfigProviderDefaultProps,
|
|
307
307
|
ze as ContextHolderElement,
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
308
|
+
Ea as Copy,
|
|
309
|
+
Ma as DatePicker,
|
|
310
|
+
Ba as DatePickerMonth,
|
|
311
|
+
Oa as DatePickerQuarter,
|
|
312
312
|
Gl as DatePickerRange,
|
|
313
|
-
|
|
314
|
-
|
|
313
|
+
Na as DatePickerWeek,
|
|
314
|
+
La as DatePickerYear,
|
|
315
315
|
Fr as DefaultValidateMessage,
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
316
|
+
wa as Descriptions,
|
|
317
|
+
Ga as Details,
|
|
318
|
+
Ua as Development,
|
|
319
|
+
Wa as Divider,
|
|
320
|
+
za as Drawer,
|
|
321
|
+
Ya as Dropdown,
|
|
322
322
|
Ul as DropdownButton,
|
|
323
|
-
|
|
324
|
-
|
|
323
|
+
Ja as Empty,
|
|
324
|
+
Xa as Form,
|
|
325
325
|
Wl as FormControl,
|
|
326
326
|
zl as FormItem,
|
|
327
327
|
Yl as FormList,
|
|
328
328
|
Jl as FormProvider,
|
|
329
|
-
|
|
329
|
+
$a as Grid,
|
|
330
330
|
fp as GridCol,
|
|
331
331
|
pp as GridItem,
|
|
332
332
|
up as GridRow,
|
|
333
|
-
|
|
333
|
+
ts as Icon,
|
|
334
334
|
Jm as IconContext,
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
335
|
+
rs as IconFile,
|
|
336
|
+
Ws as IconHover,
|
|
337
|
+
ss as Image,
|
|
338
338
|
cp as ImagePreview,
|
|
339
339
|
Sp as ImagePreviewGroup,
|
|
340
|
-
|
|
340
|
+
ls as Input,
|
|
341
341
|
gp as InputButton,
|
|
342
342
|
bp as InputGroup,
|
|
343
|
-
|
|
343
|
+
ms as InputNumber,
|
|
344
344
|
Ip as InputPassword,
|
|
345
345
|
hp as InputSearch,
|
|
346
|
-
|
|
346
|
+
ds as InputTag,
|
|
347
347
|
Dp as InputTextArea,
|
|
348
|
-
|
|
348
|
+
xs as Layout,
|
|
349
349
|
vp as LayoutContent,
|
|
350
350
|
Bp as LayoutFooter,
|
|
351
351
|
Np as LayoutHeader,
|
|
352
352
|
Fp as LayoutSider,
|
|
353
|
-
|
|
354
|
-
|
|
353
|
+
cs as Link,
|
|
354
|
+
Ss as List,
|
|
355
355
|
Vp as ListItem,
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
356
|
+
zs as Loading,
|
|
357
|
+
gs as Mentions,
|
|
358
|
+
bs as Menu,
|
|
359
359
|
_p as MenuItem,
|
|
360
360
|
Hp as MenuItemGroup,
|
|
361
361
|
jp as MenuSubMenu,
|
|
362
|
-
|
|
363
|
-
|
|
362
|
+
Is as Message,
|
|
363
|
+
hs as Modal,
|
|
364
364
|
uu as NOOP,
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
365
|
+
Ds as Notification,
|
|
366
|
+
Es as PageHeader,
|
|
367
|
+
Ms as Pagination,
|
|
368
|
+
Os as Popconfirm,
|
|
369
|
+
Ls as Popover,
|
|
370
|
+
ws as Portal,
|
|
371
371
|
Bo as PqbCSSTransition,
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
372
|
+
Gs as Progress,
|
|
373
|
+
Ys as Radio,
|
|
374
|
+
Js as RadioGroup,
|
|
375
375
|
Xp as RadioGroupBlock,
|
|
376
|
-
|
|
377
|
-
|
|
376
|
+
Qs as RadioGroupContext,
|
|
377
|
+
Zs as Rate,
|
|
378
378
|
Go as ReplaceTransition,
|
|
379
|
-
|
|
379
|
+
ef as ResizeBox,
|
|
380
380
|
$p as ResizeBoxSplit,
|
|
381
381
|
tm as ResizeBoxSplitGroup,
|
|
382
|
-
|
|
382
|
+
of as Result,
|
|
383
383
|
dp as Row,
|
|
384
384
|
Or as Schema,
|
|
385
|
-
|
|
385
|
+
af as Select,
|
|
386
386
|
rm as SelectOption,
|
|
387
387
|
sm as SelectOptionGroup,
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
388
|
+
ff as Skeleton,
|
|
389
|
+
pf as Slider,
|
|
390
|
+
uf as Space,
|
|
391
391
|
tu as SpaceVertical,
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
392
|
+
xf as SpaceVertical_,
|
|
393
|
+
nf as Space_,
|
|
394
|
+
Tf as SpeechSynthesis,
|
|
395
|
+
Cf as Spin,
|
|
396
|
+
yf as Statistic,
|
|
397
397
|
lm as StatisticCountdown,
|
|
398
|
-
|
|
398
|
+
Rf as Steps,
|
|
399
399
|
mm as StepsItem,
|
|
400
400
|
um as StepsStep,
|
|
401
401
|
zp as SubMenu,
|
|
402
|
-
|
|
403
|
-
|
|
402
|
+
Pf as SuspenseFallbackTest,
|
|
403
|
+
kf as Switch,
|
|
404
404
|
Uo as SwitchTransition,
|
|
405
405
|
Nm as TabPane,
|
|
406
|
-
|
|
406
|
+
Af as Table,
|
|
407
407
|
im as TableSummary,
|
|
408
408
|
nm as TableSummaryCell,
|
|
409
409
|
Tm as TableSummaryRow,
|
|
410
|
-
|
|
410
|
+
vf as Tabs,
|
|
411
411
|
Lm as TabsTabPane,
|
|
412
|
-
|
|
412
|
+
Bf as Tag,
|
|
413
413
|
Ap as TextArea,
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
414
|
+
Nf as TimePicker,
|
|
415
|
+
Lf as TimePickerRange,
|
|
416
|
+
wf as Timeline,
|
|
417
417
|
wm as TimelineItem,
|
|
418
418
|
Le as TinyColor,
|
|
419
|
-
|
|
420
|
-
|
|
419
|
+
Gf as Tooltip,
|
|
420
|
+
Uf as Transfer,
|
|
421
421
|
Wo as Transition,
|
|
422
422
|
zo as TransitionGroup,
|
|
423
|
-
|
|
423
|
+
Wf as Tree,
|
|
424
424
|
su as TreeNode,
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
425
|
+
zf as TreeSelect,
|
|
426
|
+
qf as TreeSelectTreeNode,
|
|
427
|
+
Kf as Trigger,
|
|
428
|
+
Qf as Typography,
|
|
429
429
|
Gm as TypographyEllipsis,
|
|
430
430
|
Um as TypographyParagraph,
|
|
431
431
|
Wm as TypographyText,
|
|
432
432
|
zm as TypographyTitle,
|
|
433
433
|
lu as UI_PC_KEY,
|
|
434
434
|
pu as UI_PC_THEME_DARK_CLASS_NAME,
|
|
435
|
-
|
|
436
|
-
|
|
435
|
+
el as UPLOAD_STATUS,
|
|
436
|
+
Zf as Upload,
|
|
437
437
|
Ym as UploadList,
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
438
|
+
al as VERSION,
|
|
439
|
+
sl as VERSION_BUILD_DATE,
|
|
440
|
+
fl as VERSION_BUILD_TIME,
|
|
441
|
+
ol as VerificationCode,
|
|
442
|
+
pl as VirtualList,
|
|
443
|
+
ul as Watermark,
|
|
444
444
|
lo as add,
|
|
445
445
|
xp as addFromIconFontCn,
|
|
446
446
|
No as callbackOriginRef,
|
package/input-tag/InputTag.js
CHANGED
|
@@ -3,7 +3,7 @@ import Ge from "@unicom-cloud/icons/IconUiClose";
|
|
|
3
3
|
import "../dist/react-transition-group/src/CSSTransition.js";
|
|
4
4
|
import "../dist/react-transition-group/src/ReplaceTransition.js";
|
|
5
5
|
import "../dist/react-transition-group/src/SwitchTransition.js";
|
|
6
|
-
import "../dist/react-transition-group/chunk/
|
|
6
|
+
import "../dist/react-transition-group/chunk/C6QwjD4L.js";
|
|
7
7
|
import Ke from "../dist/react-transition-group/src/TransitionGroup.js";
|
|
8
8
|
import Te from "lodash/isArray";
|
|
9
9
|
import Ce, { useContext as qe, useRef as C, useState as Xe, useImperativeHandle as Ye, useMemo as Je, useEffect as Qe } from "react";
|
package/layout/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as x } from "react/jsx-runtime";
|
|
2
2
|
import p from "lodash/get";
|
|
3
|
-
import u, { forwardRef as
|
|
3
|
+
import u, { forwardRef as _, useContext as g, useState as F } from "react";
|
|
4
4
|
import "../config-provider/ConfigProvider.js";
|
|
5
5
|
import H from "../components/common/hooks/useMergeProps.js";
|
|
6
6
|
import R from "@unicom-cloud/utils/class-name";
|
|
@@ -8,28 +8,29 @@ import h from "./Content.js";
|
|
|
8
8
|
import w from "./Footer.js";
|
|
9
9
|
import M from "./Header.js";
|
|
10
10
|
import $ from "./Sider.js";
|
|
11
|
+
import { SiderContext as K } from "./Sider.js";
|
|
11
12
|
import b from "../config-provider/context.js";
|
|
12
|
-
function j(f,
|
|
13
|
-
const { getPrefixCls: e, componentConfig: r } =
|
|
13
|
+
function j(f, d) {
|
|
14
|
+
const { getPrefixCls: e, componentConfig: r } = g(b), c = H(
|
|
14
15
|
f,
|
|
15
16
|
{},
|
|
16
17
|
r == null ? void 0 : r.Layout
|
|
17
|
-
), { className: y, hasSider: a, children: l, ...C } =
|
|
18
|
+
), { className: y, hasSider: a, children: l, ...C } = c, [n, m] = F([]), i = e == null ? void 0 : e("layout"), S = R(
|
|
18
19
|
i,
|
|
19
20
|
{
|
|
20
21
|
[`${i}-has-sider`]: typeof a == "boolean" ? a : n.length > 0
|
|
21
22
|
},
|
|
22
23
|
y
|
|
23
24
|
);
|
|
24
|
-
return /* @__PURE__ */
|
|
25
|
-
const
|
|
26
|
-
return o &&
|
|
25
|
+
return /* @__PURE__ */ x("section", { ref: d, ...C, className: S, children: u.Children.map(l, (o) => {
|
|
26
|
+
const L = p(o, "type.__PQB_SIGN__") || p(o, "props.sign");
|
|
27
|
+
return o && L === "sider" ? u.cloneElement(o, {
|
|
27
28
|
onSiderMount: (s) => m([...n, s]),
|
|
28
29
|
onSiderUnmount: (s) => m(n.filter((N) => N !== s))
|
|
29
30
|
}) : o;
|
|
30
31
|
}) });
|
|
31
32
|
}
|
|
32
|
-
const B =
|
|
33
|
+
const B = _(j), t = B;
|
|
33
34
|
t.displayName = "Layout";
|
|
34
35
|
t.Sider = $;
|
|
35
36
|
t.Header = M;
|
|
@@ -40,5 +41,6 @@ export {
|
|
|
40
41
|
w as LayoutFooter,
|
|
41
42
|
M as LayoutHeader,
|
|
42
43
|
$ as LayoutSider,
|
|
44
|
+
K as SiderContext,
|
|
43
45
|
t as default
|
|
44
46
|
};
|
package/message/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx as u } from "react/jsx-runtime";
|
|
|
2
2
|
import "../dist/react-transition-group/src/CSSTransition.js";
|
|
3
3
|
import "../dist/react-transition-group/src/ReplaceTransition.js";
|
|
4
4
|
import "../dist/react-transition-group/src/SwitchTransition.js";
|
|
5
|
-
import "../dist/react-transition-group/chunk/
|
|
5
|
+
import "../dist/react-transition-group/chunk/C6QwjD4L.js";
|
|
6
6
|
import O from "../dist/react-transition-group/src/TransitionGroup.js";
|
|
7
7
|
import C from "lodash/isNumber";
|
|
8
8
|
import y from "lodash/isUndefined";
|
package/notification/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import "../dist/react-transition-group/src/CSSTransition.js";
|
|
3
3
|
import "../dist/react-transition-group/src/ReplaceTransition.js";
|
|
4
4
|
import "../dist/react-transition-group/src/SwitchTransition.js";
|
|
5
|
-
import "../dist/react-transition-group/chunk/
|
|
5
|
+
import "../dist/react-transition-group/chunk/C6QwjD4L.js";
|
|
6
6
|
import L from "../dist/react-transition-group/src/TransitionGroup.js";
|
|
7
7
|
import b from "lodash/isNumber";
|
|
8
8
|
import y from "lodash/isUndefined";
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@unicom-cloud/ui","version":"0.8.
|
|
1
|
+
{"name":"@unicom-cloud/ui","version":"0.8.95","dependencies":{"@unicom-cloud/icons":"latest"},"peerDependencies":{"dayjs":"^1.11.10","lodash":"^4.17.21","react":"^18.3.1","react-dom":"^18.3.1"},"peerDependenciesMeta":{},"type":"module","types":"types/pc/index.d.ts","main":"./index.js","publishConfig":{"registry":"https://registry.npmjs.org/","access":"public"}}
|