@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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import
|
|
2
|
+
import { EllipsisConfig } from './interface';
|
|
3
3
|
interface IEllipsis extends EllipsisConfig {
|
|
4
4
|
width: number;
|
|
5
5
|
renderMeasureContent: (slicedNode: any, isEllipsis: boolean) => React.ReactNode;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import
|
|
2
|
+
import { TriggerProps } from './interface';
|
|
3
3
|
declare const _default: React.ForwardRefExoticComponent<TriggerProps & {
|
|
4
4
|
children?: React.ReactNode | undefined;
|
|
5
5
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import
|
|
2
|
+
import { UploadInstance, UploadItem, UploadProps } from './interface';
|
|
3
3
|
import UploadList from './list';
|
|
4
4
|
export type UploadState = {
|
|
5
5
|
uploadState: {
|
|
@@ -11,4 +11,4 @@ declare const UploadRef: React.ForwardRefExoticComponent<UploadProps & {
|
|
|
11
11
|
} & React.RefAttributes<UploadInstance>>;
|
|
12
12
|
export { UploadList };
|
|
13
13
|
export default UploadRef;
|
|
14
|
-
export { UploadItem, UploadProps };
|
|
14
|
+
export type { UploadItem, UploadProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import
|
|
2
|
+
import { UploadItem, UploadRequestReturn, UploaderProps } from './interface';
|
|
3
3
|
export type UploaderType = {
|
|
4
4
|
upload: (file: UploadItem) => void;
|
|
5
5
|
abort: (file: UploadItem) => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { UploadProps } from './interface';
|
|
2
2
|
export declare const isAcceptFile: (file: File, propsAccept?: UploadProps["accept"]) => boolean;
|
|
3
3
|
export declare const getFiles: (fileList: any, accept: any) => never[] | undefined;
|
|
4
4
|
export declare const loopDirectory: (items: DataTransferItemList, accept: any, callback: any) => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import
|
|
2
|
+
import { VerificationCodeProps } from './interface';
|
|
3
3
|
export declare function VerificationCodeComponent(baseProps: VerificationCodeProps, _: any): import("react/jsx-dev-runtime").JSX.Element;
|
|
4
4
|
export declare namespace VerificationCodeComponent {
|
|
5
5
|
var displayName: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { WatermarkProps } from './interface';
|
|
2
2
|
export declare function WatermarkComponent(baseProps: WatermarkProps, _: any): import("react/jsx-dev-runtime").JSX.Element | null;
|
|
3
3
|
declare const Watermark: import("react").ForwardRefExoticComponent<WatermarkProps & import("react").RefAttributes<unknown>>;
|
|
4
4
|
export default Watermark;
|
package/typography/Ellipsis.js
CHANGED
|
@@ -15,7 +15,7 @@ import "@unicom-cloud/utils/constant";
|
|
|
15
15
|
import "lodash/debounce";
|
|
16
16
|
import "@unicom-cloud/utils/case-name";
|
|
17
17
|
import p from "@unicom-cloud/utils/class-name";
|
|
18
|
-
import "../dist/tinycolor/chunk/
|
|
18
|
+
import "../dist/tinycolor/chunk/BOzCVdr0.js";
|
|
19
19
|
import "@unicom-cloud/utils/constant/ui";
|
|
20
20
|
import "../utils/contextHolder.js";
|
|
21
21
|
import "@unicom-cloud/utils/clipboard-copy";
|
|
@@ -43,14 +43,14 @@ import "lodash/isPlainObject";
|
|
|
43
43
|
import "../dist/react-transition-group/src/CSSTransition.js";
|
|
44
44
|
import "../dist/react-transition-group/src/ReplaceTransition.js";
|
|
45
45
|
import "../dist/react-transition-group/src/SwitchTransition.js";
|
|
46
|
-
import "../dist/react-transition-group/chunk/
|
|
46
|
+
import "../dist/react-transition-group/chunk/C6QwjD4L.js";
|
|
47
47
|
import "../dist/react-transition-group/src/TransitionGroup.js";
|
|
48
48
|
import "@unicom-cloud/utils/file/saveAs";
|
|
49
49
|
import "@unicom-cloud/utils/screenfull";
|
|
50
50
|
import "@unicom-cloud/utils/constant/ui.js";
|
|
51
51
|
import { throttleByRaf as Z } from "../components/common/utils/throttleByRaf.js";
|
|
52
52
|
import "@unicom-cloud/utils/tree";
|
|
53
|
-
import
|
|
53
|
+
import "lodash/isFunction";
|
|
54
54
|
import "uuid";
|
|
55
55
|
import "../dist/validate/src/index.js";
|
|
56
56
|
import "../affix/index.js";
|
|
@@ -67,6 +67,7 @@ import "../card/index.js";
|
|
|
67
67
|
import "../carousel/index.js";
|
|
68
68
|
import "../cascader/Cascader.js";
|
|
69
69
|
import "../checkbox/Checkbox.js";
|
|
70
|
+
import "../checkbox/Group.js";
|
|
70
71
|
import "../collapse/Collapse.js";
|
|
71
72
|
import "../comment/index.js";
|
|
72
73
|
import "../copy/index.js";
|
|
@@ -136,6 +137,7 @@ import "../virtual-list/VirtualList.js";
|
|
|
136
137
|
import "../watermark/Watermark.js";
|
|
137
138
|
import { resizeObserverEffect as rt } from "../components/common/utils/resizeObserverEffect.js";
|
|
138
139
|
import ot from "../config-provider/context.js";
|
|
140
|
+
import { isPlainObject as j } from "@unicom-cloud/utils/is";
|
|
139
141
|
const it = {
|
|
140
142
|
rows: 1,
|
|
141
143
|
expandable: !0,
|
|
@@ -278,7 +280,7 @@ const it = {
|
|
|
278
280
|
G(),
|
|
279
281
|
I()
|
|
280
282
|
] });
|
|
281
|
-
},
|
|
283
|
+
}, So = J(et);
|
|
282
284
|
export {
|
|
283
|
-
|
|
285
|
+
So as default
|
|
284
286
|
};
|
package/upload/list/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx as n, jsxs as L, Fragment 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 v from "../../dist/react-transition-group/src/TransitionGroup.js";
|
|
7
7
|
import x from "lodash/isFunction";
|
|
8
8
|
import { useContext as T, useState as g, useEffect as b } from "react";
|
package/utils/color.js
CHANGED
package/utils/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { names as h } from "../dist/tinycolor/src/css-color-names.js";
|
|
|
5
5
|
import { inputToRGB as N, isValidCSSUnit as A, stringInputToObject as v } from "../dist/tinycolor/src/format-input.js";
|
|
6
6
|
import { compareColorByRange as D } from "../dist/tinycolor/customize/index.js";
|
|
7
7
|
import { TinyColor as O } from "../dist/tinycolor/src/index.js";
|
|
8
|
-
import { a as k } from "../dist/tinycolor/chunk/
|
|
8
|
+
import { a as k } from "../dist/tinycolor/chunk/BOzCVdr0.js";
|
|
9
9
|
import { compute as w, compute as V } from "../dist/compute-scroll-into-view/src/index.js";
|
|
10
10
|
import { newArray as F, pickTriggerPropsFromRest as H } from "./constant.js";
|
|
11
11
|
import { ContextHolderElement as W } from "./contextHolder.js";
|
|
@@ -47,7 +47,7 @@ import { callbackOriginRef as Dr, findDOMNode_ as Ir } from "../components/commo
|
|
|
47
47
|
import { default as Pr } from "../dist/react-transition-group/src/CSSTransition.js";
|
|
48
48
|
import { default as Br } from "../dist/react-transition-group/src/ReplaceTransition.js";
|
|
49
49
|
import { default as Vr } from "../dist/react-transition-group/src/SwitchTransition.js";
|
|
50
|
-
import { T as Fr } from "../dist/react-transition-group/chunk/
|
|
50
|
+
import { T as Fr } from "../dist/react-transition-group/chunk/C6QwjD4L.js";
|
|
51
51
|
import { default as Lr, default as Wr } from "../dist/react-transition-group/src/TransitionGroup.js";
|
|
52
52
|
import { responsiveArray as Ur, responsiveMap as zr, responsiveObserve as qr } from "./responsiveObserve.js";
|
|
53
53
|
import { default as Kr } from "@unicom-cloud/utils/file/saveAs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { default as t } from "../dist/react-transition-group/src/CSSTransition.js";
|
|
2
2
|
import { default as e } from "../dist/react-transition-group/src/ReplaceTransition.js";
|
|
3
3
|
import { default as n } from "../dist/react-transition-group/src/SwitchTransition.js";
|
|
4
|
-
import { T as f } from "../dist/react-transition-group/chunk/
|
|
4
|
+
import { T as f } from "../dist/react-transition-group/chunk/C6QwjD4L.js";
|
|
5
5
|
import { default as u, default as l, default as T } from "../dist/react-transition-group/src/TransitionGroup.js";
|
|
6
6
|
export {
|
|
7
7
|
t as CSSTransition,
|
package/utils/tinycolor.js
CHANGED
|
@@ -3,7 +3,7 @@ import { names as R } from "../dist/tinycolor/src/css-color-names.js";
|
|
|
3
3
|
import { inputToRGB as y, isValidCSSUnit as C, stringInputToObject as v } from "../dist/tinycolor/src/format-input.js";
|
|
4
4
|
import { compareColorByRange as d } from "../dist/tinycolor/customize/index.js";
|
|
5
5
|
import { TinyColor as j, TinyColor as k } from "../dist/tinycolor/src/index.js";
|
|
6
|
-
import "../dist/tinycolor/chunk/
|
|
6
|
+
import "../dist/tinycolor/chunk/BOzCVdr0.js";
|
|
7
7
|
export {
|
|
8
8
|
j as TinyColor,
|
|
9
9
|
t as cmykToRgb,
|
package/version/index.js
CHANGED
|
File without changes
|