deepsea-components 5.9.3 → 5.9.5
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/cjs/index.d.ts +48 -25
- package/dist/cjs/index.js +103 -51
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.d.ts +48 -25
- package/dist/esm/index.js +25 -25
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
- package/src/index.ts +48 -25
package/dist/cjs/index.d.ts
CHANGED
|
@@ -1,25 +1,48 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
1
|
+
export { AutoFit } from "./components/AutoFit";
|
|
2
|
+
export type { AutoFitProps } from "./components/AutoFit";
|
|
3
|
+
export { AutoScroll } from "./components/AutoScroll";
|
|
4
|
+
export type { AutoScrollProps } from "./components/AutoScroll";
|
|
5
|
+
export { AutoSizeTextArea } from "./components/AutoSizeTextarea";
|
|
6
|
+
export { CircleText } from "./components/CircleText";
|
|
7
|
+
export type { CircleTextProps } from "./components/CircleText";
|
|
8
|
+
export { CopyButton } from "./components/CopyButton";
|
|
9
|
+
export type { CopyButtonProps } from "./components/CopyButton";
|
|
10
|
+
export { Bar, Line, Pie } from "./components/Echart";
|
|
11
|
+
export type { BarOption, EchartComponent, EchartProps, LineOption, PieOption } from "./components/Echart";
|
|
12
|
+
export { ExportExcel } from "./components/ExportExcel";
|
|
13
|
+
export type { ExportExcelProps } from "./components/ExportExcel";
|
|
14
|
+
export { Flow, ManualFlow, getGapCountAndSize, getGapRange } from "./components/Flow";
|
|
15
|
+
export type { FlowProps, FlowSizeData, GapAndCount, ManualFlowProps } from "./components/Flow";
|
|
16
|
+
export { FormLabel, FormLabelConfigContext, FormLabelConfigProvider } from "./components/FormLabel";
|
|
17
|
+
export type { FormLabelConfig, FormLabelConfigProviderProps, FormLabelProps } from "./components/FormLabel";
|
|
18
|
+
export { HlsPlayer } from "./components/HlsPlayer";
|
|
19
|
+
export type { HlsPlayerProps } from "./components/HlsPlayer";
|
|
20
|
+
export { ImportExcel } from "./components/ImportExcel";
|
|
21
|
+
export type { ImportExcelProps } from "./components/ImportExcel";
|
|
22
|
+
export { InfiniteScroll } from "./components/InfiniteScroll";
|
|
23
|
+
export type { InfiniteScrollProps } from "./components/InfiniteScroll";
|
|
24
|
+
export { InputFile, InputFileButton } from "./components/InputFile";
|
|
25
|
+
export type { InputFileButtonProps, InputFileData, InputFileDataType, InputFileDataTypes, InputFileProps } from "./components/InputFile";
|
|
26
|
+
export { LoopSwiper } from "./components/LoopSwiper";
|
|
27
|
+
export type { LoopSwiperProps } from "./components/LoopSwiper";
|
|
28
|
+
export { Ring } from "./components/Ring";
|
|
29
|
+
export type { RingProps } from "./components/Ring";
|
|
30
|
+
export { Scroll } from "./components/Scroll";
|
|
31
|
+
export type { ScrollOptions, ScrollProps } from "./components/Scroll";
|
|
32
|
+
export { SectionRing } from "./components/SectionRing";
|
|
33
|
+
export type { SectionRingProps } from "./components/SectionRing";
|
|
34
|
+
export { Skeleton } from "./components/Skeleton";
|
|
35
|
+
export type { SkeletonProps } from "./components/Skeleton";
|
|
36
|
+
export { Title } from "./components/Title";
|
|
37
|
+
export type { TitleProps } from "./components/Title";
|
|
38
|
+
export { TransitionBox } from "./components/TransitionBox";
|
|
39
|
+
export type { TransitionBoxProps } from "./components/TransitionBox";
|
|
40
|
+
export { TransitionNum } from "./components/TransitionNum";
|
|
41
|
+
export type { TransitionNumIns, TransitionNumProps } from "./components/TransitionNum";
|
|
42
|
+
export { Trapezium } from "./components/Trapezium";
|
|
43
|
+
export type { TrapeziumProps } from "./components/Trapezium";
|
|
44
|
+
export { Unify, UnifyConfigProvider } from "./components/Unify";
|
|
45
|
+
export type { UnifyConfig, UnifyConfigProviderProps, UnifyProps } from "./components/Unify";
|
|
46
|
+
export { getReactVersion } from "./utils/getReactVersion";
|
|
47
|
+
export { px, transformCSSVariable, transformCSSVariableName } from "./utils/index";
|
|
48
|
+
export type { CSSVariableName, CSSVariableValue, StyleWithCSSVariable } from "./utils/index";
|
package/dist/cjs/index.js
CHANGED
|
@@ -2,6 +2,10 @@ var __defProp = Object.defineProperty;
|
|
|
2
2
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
3
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
4
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
5
9
|
var __copyProps = (to, from, except, desc) => {
|
|
6
10
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
11
|
for (let key of __getOwnPropNames(from))
|
|
@@ -10,63 +14,111 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
10
14
|
}
|
|
11
15
|
return to;
|
|
12
16
|
};
|
|
13
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
14
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
18
|
|
|
16
19
|
// src/index.ts
|
|
17
20
|
var src_exports = {};
|
|
21
|
+
__export(src_exports, {
|
|
22
|
+
AutoFit: () => import_AutoFit.AutoFit,
|
|
23
|
+
AutoScroll: () => import_AutoScroll.AutoScroll,
|
|
24
|
+
AutoSizeTextArea: () => import_AutoSizeTextarea.AutoSizeTextArea,
|
|
25
|
+
Bar: () => import_Echart.Bar,
|
|
26
|
+
CircleText: () => import_CircleText.CircleText,
|
|
27
|
+
CopyButton: () => import_CopyButton.CopyButton,
|
|
28
|
+
ExportExcel: () => import_ExportExcel.ExportExcel,
|
|
29
|
+
Flow: () => import_Flow.Flow,
|
|
30
|
+
FormLabel: () => import_FormLabel.FormLabel,
|
|
31
|
+
FormLabelConfigContext: () => import_FormLabel.FormLabelConfigContext,
|
|
32
|
+
FormLabelConfigProvider: () => import_FormLabel.FormLabelConfigProvider,
|
|
33
|
+
HlsPlayer: () => import_HlsPlayer.HlsPlayer,
|
|
34
|
+
ImportExcel: () => import_ImportExcel.ImportExcel,
|
|
35
|
+
InfiniteScroll: () => import_InfiniteScroll.InfiniteScroll,
|
|
36
|
+
InputFile: () => import_InputFile.InputFile,
|
|
37
|
+
InputFileButton: () => import_InputFile.InputFileButton,
|
|
38
|
+
Line: () => import_Echart.Line,
|
|
39
|
+
LoopSwiper: () => import_LoopSwiper.LoopSwiper,
|
|
40
|
+
ManualFlow: () => import_Flow.ManualFlow,
|
|
41
|
+
Pie: () => import_Echart.Pie,
|
|
42
|
+
Ring: () => import_Ring.Ring,
|
|
43
|
+
Scroll: () => import_Scroll.Scroll,
|
|
44
|
+
SectionRing: () => import_SectionRing.SectionRing,
|
|
45
|
+
Skeleton: () => import_Skeleton.Skeleton,
|
|
46
|
+
Title: () => import_Title.Title,
|
|
47
|
+
TransitionBox: () => import_TransitionBox.TransitionBox,
|
|
48
|
+
TransitionNum: () => import_TransitionNum.TransitionNum,
|
|
49
|
+
Trapezium: () => import_Trapezium.Trapezium,
|
|
50
|
+
Unify: () => import_Unify.Unify,
|
|
51
|
+
UnifyConfigProvider: () => import_Unify.UnifyConfigProvider,
|
|
52
|
+
getGapCountAndSize: () => import_Flow.getGapCountAndSize,
|
|
53
|
+
getGapRange: () => import_Flow.getGapRange,
|
|
54
|
+
getReactVersion: () => import_getReactVersion.getReactVersion,
|
|
55
|
+
px: () => import_utils.px,
|
|
56
|
+
transformCSSVariable: () => import_utils.transformCSSVariable,
|
|
57
|
+
transformCSSVariableName: () => import_utils.transformCSSVariableName
|
|
58
|
+
});
|
|
18
59
|
module.exports = __toCommonJS(src_exports);
|
|
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
|
-
|
|
60
|
+
var import_AutoFit = require("./components/AutoFit");
|
|
61
|
+
var import_AutoScroll = require("./components/AutoScroll");
|
|
62
|
+
var import_AutoSizeTextarea = require("./components/AutoSizeTextarea");
|
|
63
|
+
var import_CircleText = require("./components/CircleText");
|
|
64
|
+
var import_CopyButton = require("./components/CopyButton");
|
|
65
|
+
var import_Echart = require("./components/Echart");
|
|
66
|
+
var import_ExportExcel = require("./components/ExportExcel");
|
|
67
|
+
var import_Flow = require("./components/Flow");
|
|
68
|
+
var import_FormLabel = require("./components/FormLabel");
|
|
69
|
+
var import_HlsPlayer = require("./components/HlsPlayer");
|
|
70
|
+
var import_ImportExcel = require("./components/ImportExcel");
|
|
71
|
+
var import_InfiniteScroll = require("./components/InfiniteScroll");
|
|
72
|
+
var import_InputFile = require("./components/InputFile");
|
|
73
|
+
var import_LoopSwiper = require("./components/LoopSwiper");
|
|
74
|
+
var import_Ring = require("./components/Ring");
|
|
75
|
+
var import_Scroll = require("./components/Scroll");
|
|
76
|
+
var import_SectionRing = require("./components/SectionRing");
|
|
77
|
+
var import_Skeleton = require("./components/Skeleton");
|
|
78
|
+
var import_Title = require("./components/Title");
|
|
79
|
+
var import_TransitionBox = require("./components/TransitionBox");
|
|
80
|
+
var import_TransitionNum = require("./components/TransitionNum");
|
|
81
|
+
var import_Trapezium = require("./components/Trapezium");
|
|
82
|
+
var import_Unify = require("./components/Unify");
|
|
83
|
+
var import_getReactVersion = require("./utils/getReactVersion");
|
|
84
|
+
var import_utils = require("./utils/index");
|
|
44
85
|
// Annotate the CommonJS export names for ESM import in node:
|
|
45
86
|
0 && (module.exports = {
|
|
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
|
-
|
|
87
|
+
AutoFit,
|
|
88
|
+
AutoScroll,
|
|
89
|
+
AutoSizeTextArea,
|
|
90
|
+
Bar,
|
|
91
|
+
CircleText,
|
|
92
|
+
CopyButton,
|
|
93
|
+
ExportExcel,
|
|
94
|
+
Flow,
|
|
95
|
+
FormLabel,
|
|
96
|
+
FormLabelConfigContext,
|
|
97
|
+
FormLabelConfigProvider,
|
|
98
|
+
HlsPlayer,
|
|
99
|
+
ImportExcel,
|
|
100
|
+
InfiniteScroll,
|
|
101
|
+
InputFile,
|
|
102
|
+
InputFileButton,
|
|
103
|
+
Line,
|
|
104
|
+
LoopSwiper,
|
|
105
|
+
ManualFlow,
|
|
106
|
+
Pie,
|
|
107
|
+
Ring,
|
|
108
|
+
Scroll,
|
|
109
|
+
SectionRing,
|
|
110
|
+
Skeleton,
|
|
111
|
+
Title,
|
|
112
|
+
TransitionBox,
|
|
113
|
+
TransitionNum,
|
|
114
|
+
Trapezium,
|
|
115
|
+
Unify,
|
|
116
|
+
UnifyConfigProvider,
|
|
117
|
+
getGapCountAndSize,
|
|
118
|
+
getGapRange,
|
|
119
|
+
getReactVersion,
|
|
120
|
+
px,
|
|
121
|
+
transformCSSVariable,
|
|
122
|
+
transformCSSVariableName
|
|
71
123
|
});
|
|
72
124
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["export
|
|
5
|
-
"mappings": "
|
|
4
|
+
"sourcesContent": ["export { AutoFit } from \"@/components/AutoFit\"\nexport type { AutoFitProps } from \"@/components/AutoFit\"\nexport { AutoScroll } from \"@/components/AutoScroll\"\nexport type { AutoScrollProps } from \"@/components/AutoScroll\"\nexport { AutoSizeTextArea } from \"@/components/AutoSizeTextarea\"\nexport { CircleText } from \"@/components/CircleText\"\nexport type { CircleTextProps } from \"@/components/CircleText\"\nexport { CopyButton } from \"@/components/CopyButton\"\nexport type { CopyButtonProps } from \"@/components/CopyButton\"\nexport { Bar, Line, Pie } from \"@/components/Echart\"\nexport type { BarOption, EchartComponent, EchartProps, LineOption, PieOption } from \"@/components/Echart\"\nexport { ExportExcel } from \"@/components/ExportExcel\"\nexport type { ExportExcelProps } from \"@/components/ExportExcel\"\nexport { Flow, ManualFlow, getGapCountAndSize, getGapRange } from \"@/components/Flow\"\nexport type { FlowProps, FlowSizeData, GapAndCount, ManualFlowProps } from \"@/components/Flow\"\nexport { FormLabel, FormLabelConfigContext, FormLabelConfigProvider } from \"@/components/FormLabel\"\nexport type { FormLabelConfig, FormLabelConfigProviderProps, FormLabelProps } from \"@/components/FormLabel\"\nexport { HlsPlayer } from \"@/components/HlsPlayer\"\nexport type { HlsPlayerProps } from \"@/components/HlsPlayer\"\nexport { ImportExcel } from \"@/components/ImportExcel\"\nexport type { ImportExcelProps } from \"@/components/ImportExcel\"\nexport { InfiniteScroll } from \"@/components/InfiniteScroll\"\nexport type { InfiniteScrollProps } from \"@/components/InfiniteScroll\"\nexport { InputFile, InputFileButton } from \"@/components/InputFile\"\nexport type { InputFileButtonProps, InputFileData, InputFileDataType, InputFileDataTypes, InputFileProps } from \"@/components/InputFile\"\nexport { LoopSwiper } from \"@/components/LoopSwiper\"\nexport type { LoopSwiperProps } from \"@/components/LoopSwiper\"\nexport { Ring } from \"@/components/Ring\"\nexport type { RingProps } from \"@/components/Ring\"\nexport { Scroll } from \"@/components/Scroll\"\nexport type { ScrollOptions, ScrollProps } from \"@/components/Scroll\"\nexport { SectionRing } from \"@/components/SectionRing\"\nexport type { SectionRingProps } from \"@/components/SectionRing\"\nexport { Skeleton } from \"@/components/Skeleton\"\nexport type { SkeletonProps } from \"@/components/Skeleton\"\nexport { Title } from \"@/components/Title\"\nexport type { TitleProps } from \"@/components/Title\"\nexport { TransitionBox } from \"@/components/TransitionBox\"\nexport type { TransitionBoxProps } from \"@/components/TransitionBox\"\nexport { TransitionNum } from \"@/components/TransitionNum\"\nexport type { TransitionNumIns, TransitionNumProps } from \"@/components/TransitionNum\"\nexport { Trapezium } from \"@/components/Trapezium\"\nexport type { TrapeziumProps } from \"@/components/Trapezium\"\nexport { Unify, UnifyConfigProvider } from \"@/components/Unify\"\nexport type { UnifyConfig, UnifyConfigProviderProps, UnifyProps } from \"@/components/Unify\"\nexport { getReactVersion } from \"@/utils/getReactVersion\"\nexport { px, transformCSSVariable, transformCSSVariableName } from \"@/utils/index\"\nexport type { CSSVariableName, CSSVariableValue, StyleWithCSSVariable } from \"@/utils/index\"\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAwB;AAExB,wBAA2B;AAE3B,8BAAiC;AACjC,wBAA2B;AAE3B,wBAA2B;AAE3B,oBAA+B;AAE/B,yBAA4B;AAE5B,kBAAkE;AAElE,uBAA2E;AAE3E,uBAA0B;AAE1B,yBAA4B;AAE5B,4BAA+B;AAE/B,uBAA2C;AAE3C,wBAA2B;AAE3B,kBAAqB;AAErB,oBAAuB;AAEvB,yBAA4B;AAE5B,sBAAyB;AAEzB,mBAAsB;AAEtB,2BAA8B;AAE9B,2BAA8B;AAE9B,uBAA0B;AAE1B,mBAA2C;AAE3C,6BAAgC;AAChC,mBAAmE;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,25 +1,48 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
1
|
+
export { AutoFit } from "./components/AutoFit";
|
|
2
|
+
export type { AutoFitProps } from "./components/AutoFit";
|
|
3
|
+
export { AutoScroll } from "./components/AutoScroll";
|
|
4
|
+
export type { AutoScrollProps } from "./components/AutoScroll";
|
|
5
|
+
export { AutoSizeTextArea } from "./components/AutoSizeTextarea";
|
|
6
|
+
export { CircleText } from "./components/CircleText";
|
|
7
|
+
export type { CircleTextProps } from "./components/CircleText";
|
|
8
|
+
export { CopyButton } from "./components/CopyButton";
|
|
9
|
+
export type { CopyButtonProps } from "./components/CopyButton";
|
|
10
|
+
export { Bar, Line, Pie } from "./components/Echart";
|
|
11
|
+
export type { BarOption, EchartComponent, EchartProps, LineOption, PieOption } from "./components/Echart";
|
|
12
|
+
export { ExportExcel } from "./components/ExportExcel";
|
|
13
|
+
export type { ExportExcelProps } from "./components/ExportExcel";
|
|
14
|
+
export { Flow, ManualFlow, getGapCountAndSize, getGapRange } from "./components/Flow";
|
|
15
|
+
export type { FlowProps, FlowSizeData, GapAndCount, ManualFlowProps } from "./components/Flow";
|
|
16
|
+
export { FormLabel, FormLabelConfigContext, FormLabelConfigProvider } from "./components/FormLabel";
|
|
17
|
+
export type { FormLabelConfig, FormLabelConfigProviderProps, FormLabelProps } from "./components/FormLabel";
|
|
18
|
+
export { HlsPlayer } from "./components/HlsPlayer";
|
|
19
|
+
export type { HlsPlayerProps } from "./components/HlsPlayer";
|
|
20
|
+
export { ImportExcel } from "./components/ImportExcel";
|
|
21
|
+
export type { ImportExcelProps } from "./components/ImportExcel";
|
|
22
|
+
export { InfiniteScroll } from "./components/InfiniteScroll";
|
|
23
|
+
export type { InfiniteScrollProps } from "./components/InfiniteScroll";
|
|
24
|
+
export { InputFile, InputFileButton } from "./components/InputFile";
|
|
25
|
+
export type { InputFileButtonProps, InputFileData, InputFileDataType, InputFileDataTypes, InputFileProps } from "./components/InputFile";
|
|
26
|
+
export { LoopSwiper } from "./components/LoopSwiper";
|
|
27
|
+
export type { LoopSwiperProps } from "./components/LoopSwiper";
|
|
28
|
+
export { Ring } from "./components/Ring";
|
|
29
|
+
export type { RingProps } from "./components/Ring";
|
|
30
|
+
export { Scroll } from "./components/Scroll";
|
|
31
|
+
export type { ScrollOptions, ScrollProps } from "./components/Scroll";
|
|
32
|
+
export { SectionRing } from "./components/SectionRing";
|
|
33
|
+
export type { SectionRingProps } from "./components/SectionRing";
|
|
34
|
+
export { Skeleton } from "./components/Skeleton";
|
|
35
|
+
export type { SkeletonProps } from "./components/Skeleton";
|
|
36
|
+
export { Title } from "./components/Title";
|
|
37
|
+
export type { TitleProps } from "./components/Title";
|
|
38
|
+
export { TransitionBox } from "./components/TransitionBox";
|
|
39
|
+
export type { TransitionBoxProps } from "./components/TransitionBox";
|
|
40
|
+
export { TransitionNum } from "./components/TransitionNum";
|
|
41
|
+
export type { TransitionNumIns, TransitionNumProps } from "./components/TransitionNum";
|
|
42
|
+
export { Trapezium } from "./components/Trapezium";
|
|
43
|
+
export type { TrapeziumProps } from "./components/Trapezium";
|
|
44
|
+
export { Unify, UnifyConfigProvider } from "./components/Unify";
|
|
45
|
+
export type { UnifyConfig, UnifyConfigProviderProps, UnifyProps } from "./components/Unify";
|
|
46
|
+
export { getReactVersion } from "./utils/getReactVersion";
|
|
47
|
+
export { px, transformCSSVariable, transformCSSVariableName } from "./utils/index";
|
|
48
|
+
export type { CSSVariableName, CSSVariableValue, StyleWithCSSVariable } from "./utils/index";
|
package/dist/esm/index.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
1
|
+
export { AutoFit } from "./components/AutoFit";
|
|
2
|
+
export { AutoScroll } from "./components/AutoScroll";
|
|
3
|
+
export { AutoSizeTextArea } from "./components/AutoSizeTextarea";
|
|
4
|
+
export { CircleText } from "./components/CircleText";
|
|
5
|
+
export { CopyButton } from "./components/CopyButton";
|
|
6
|
+
export { Bar, Line, Pie } from "./components/Echart";
|
|
7
|
+
export { ExportExcel } from "./components/ExportExcel";
|
|
8
|
+
export { Flow, ManualFlow, getGapCountAndSize, getGapRange } from "./components/Flow";
|
|
9
|
+
export { FormLabel, FormLabelConfigContext, FormLabelConfigProvider } from "./components/FormLabel";
|
|
10
|
+
export { HlsPlayer } from "./components/HlsPlayer";
|
|
11
|
+
export { ImportExcel } from "./components/ImportExcel";
|
|
12
|
+
export { InfiniteScroll } from "./components/InfiniteScroll";
|
|
13
|
+
export { InputFile, InputFileButton } from "./components/InputFile";
|
|
14
|
+
export { LoopSwiper } from "./components/LoopSwiper";
|
|
15
|
+
export { Ring } from "./components/Ring";
|
|
16
|
+
export { Scroll } from "./components/Scroll";
|
|
17
|
+
export { SectionRing } from "./components/SectionRing";
|
|
18
|
+
export { Skeleton } from "./components/Skeleton";
|
|
19
|
+
export { Title } from "./components/Title";
|
|
20
|
+
export { TransitionBox } from "./components/TransitionBox";
|
|
21
|
+
export { TransitionNum } from "./components/TransitionNum";
|
|
22
|
+
export { Trapezium } from "./components/Trapezium";
|
|
23
|
+
export { Unify, UnifyConfigProvider } from "./components/Unify";
|
|
24
|
+
export { getReactVersion } from "./utils/getReactVersion";
|
|
25
|
+
export { px, transformCSSVariable, transformCSSVariableName } from "./utils";
|
|
26
26
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sources":["../../src/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"names":["AutoFit","AutoScroll","AutoSizeTextArea","CircleText","CopyButton","Bar","Line","Pie","ExportExcel","Flow","ManualFlow","getGapCountAndSize","getGapRange","FormLabel","FormLabelConfigContext","FormLabelConfigProvider","HlsPlayer","ImportExcel","InfiniteScroll","InputFile","InputFileButton","LoopSwiper","Ring","Scroll","SectionRing","Skeleton","Title","TransitionBox","TransitionNum","Trapezium","Unify","UnifyConfigProvider","getReactVersion","px","transformCSSVariable","transformCSSVariableName"],"sources":["../../src/index.ts"],"sourcesContent":["export { AutoFit } from \"@/components/AutoFit\"\nexport type { AutoFitProps } from \"@/components/AutoFit\"\nexport { AutoScroll } from \"@/components/AutoScroll\"\nexport type { AutoScrollProps } from \"@/components/AutoScroll\"\nexport { AutoSizeTextArea } from \"@/components/AutoSizeTextarea\"\nexport { CircleText } from \"@/components/CircleText\"\nexport type { CircleTextProps } from \"@/components/CircleText\"\nexport { CopyButton } from \"@/components/CopyButton\"\nexport type { CopyButtonProps } from \"@/components/CopyButton\"\nexport { Bar, Line, Pie } from \"@/components/Echart\"\nexport type { BarOption, EchartComponent, EchartProps, LineOption, PieOption } from \"@/components/Echart\"\nexport { ExportExcel } from \"@/components/ExportExcel\"\nexport type { ExportExcelProps } from \"@/components/ExportExcel\"\nexport { Flow, ManualFlow, getGapCountAndSize, getGapRange } from \"@/components/Flow\"\nexport type { FlowProps, FlowSizeData, GapAndCount, ManualFlowProps } from \"@/components/Flow\"\nexport { FormLabel, FormLabelConfigContext, FormLabelConfigProvider } from \"@/components/FormLabel\"\nexport type { FormLabelConfig, FormLabelConfigProviderProps, FormLabelProps } from \"@/components/FormLabel\"\nexport { HlsPlayer } from \"@/components/HlsPlayer\"\nexport type { HlsPlayerProps } from \"@/components/HlsPlayer\"\nexport { ImportExcel } from \"@/components/ImportExcel\"\nexport type { ImportExcelProps } from \"@/components/ImportExcel\"\nexport { InfiniteScroll } from \"@/components/InfiniteScroll\"\nexport type { InfiniteScrollProps } from \"@/components/InfiniteScroll\"\nexport { InputFile, InputFileButton } from \"@/components/InputFile\"\nexport type { InputFileButtonProps, InputFileData, InputFileDataType, InputFileDataTypes, InputFileProps } from \"@/components/InputFile\"\nexport { LoopSwiper } from \"@/components/LoopSwiper\"\nexport type { LoopSwiperProps } from \"@/components/LoopSwiper\"\nexport { Ring } from \"@/components/Ring\"\nexport type { RingProps } from \"@/components/Ring\"\nexport { Scroll } from \"@/components/Scroll\"\nexport type { ScrollOptions, ScrollProps } from \"@/components/Scroll\"\nexport { SectionRing } from \"@/components/SectionRing\"\nexport type { SectionRingProps } from \"@/components/SectionRing\"\nexport { Skeleton } from \"@/components/Skeleton\"\nexport type { SkeletonProps } from \"@/components/Skeleton\"\nexport { Title } from \"@/components/Title\"\nexport type { TitleProps } from \"@/components/Title\"\nexport { TransitionBox } from \"@/components/TransitionBox\"\nexport type { TransitionBoxProps } from \"@/components/TransitionBox\"\nexport { TransitionNum } from \"@/components/TransitionNum\"\nexport type { TransitionNumIns, TransitionNumProps } from \"@/components/TransitionNum\"\nexport { Trapezium } from \"@/components/Trapezium\"\nexport type { TrapeziumProps } from \"@/components/Trapezium\"\nexport { Unify, UnifyConfigProvider } from \"@/components/Unify\"\nexport type { UnifyConfig, UnifyConfigProviderProps, UnifyProps } from \"@/components/Unify\"\nexport { getReactVersion } from \"@/utils/getReactVersion\"\nexport { px, transformCSSVariable, transformCSSVariableName } from \"@/utils/index\"\nexport type { CSSVariableName, CSSVariableValue, StyleWithCSSVariable } from \"@/utils/index\"\n"],"mappings":"AAAA,SAASA,OAAO;AAEhB,SAASC,UAAU;AAEnB,SAASC,gBAAgB;AACzB,SAASC,UAAU;AAEnB,SAASC,UAAU;AAEnB,SAASC,GAAG,EAAEC,IAAI,EAAEC,GAAG;AAEvB,SAASC,WAAW;AAEpB,SAASC,IAAI,EAAEC,UAAU,EAAEC,kBAAkB,EAAEC,WAAW;AAE1D,SAASC,SAAS,EAAEC,sBAAsB,EAAEC,uBAAuB;AAEnE,SAASC,SAAS;AAElB,SAASC,WAAW;AAEpB,SAASC,cAAc;AAEvB,SAASC,SAAS,EAAEC,eAAe;AAEnC,SAASC,UAAU;AAEnB,SAASC,IAAI;AAEb,SAASC,MAAM;AAEf,SAASC,WAAW;AAEpB,SAASC,QAAQ;AAEjB,SAASC,KAAK;AAEd,SAASC,aAAa;AAEtB,SAASC,aAAa;AAEtB,SAASC,SAAS;AAElB,SAASC,KAAK,EAAEC,mBAAmB;AAEnC,SAASC,eAAe;AACxB,SAASC,EAAE,EAAEC,oBAAoB,EAAEC,wBAAwB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "deepsea-components",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.5",
|
|
4
4
|
"description": "格数科技自用组件库",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"echarts": "^5.5.1",
|
|
32
32
|
"hls.js": "^1.5.18",
|
|
33
33
|
"smooth-scrollbar": "^8.8.4",
|
|
34
|
-
"deepsea-tools": "5.19.
|
|
34
|
+
"deepsea-tools": "5.19.2"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@types/react": "^18.3.1",
|
package/src/index.ts
CHANGED
|
@@ -1,25 +1,48 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
1
|
+
export { AutoFit } from "@/components/AutoFit"
|
|
2
|
+
export type { AutoFitProps } from "@/components/AutoFit"
|
|
3
|
+
export { AutoScroll } from "@/components/AutoScroll"
|
|
4
|
+
export type { AutoScrollProps } from "@/components/AutoScroll"
|
|
5
|
+
export { AutoSizeTextArea } from "@/components/AutoSizeTextarea"
|
|
6
|
+
export { CircleText } from "@/components/CircleText"
|
|
7
|
+
export type { CircleTextProps } from "@/components/CircleText"
|
|
8
|
+
export { CopyButton } from "@/components/CopyButton"
|
|
9
|
+
export type { CopyButtonProps } from "@/components/CopyButton"
|
|
10
|
+
export { Bar, Line, Pie } from "@/components/Echart"
|
|
11
|
+
export type { BarOption, EchartComponent, EchartProps, LineOption, PieOption } from "@/components/Echart"
|
|
12
|
+
export { ExportExcel } from "@/components/ExportExcel"
|
|
13
|
+
export type { ExportExcelProps } from "@/components/ExportExcel"
|
|
14
|
+
export { Flow, ManualFlow, getGapCountAndSize, getGapRange } from "@/components/Flow"
|
|
15
|
+
export type { FlowProps, FlowSizeData, GapAndCount, ManualFlowProps } from "@/components/Flow"
|
|
16
|
+
export { FormLabel, FormLabelConfigContext, FormLabelConfigProvider } from "@/components/FormLabel"
|
|
17
|
+
export type { FormLabelConfig, FormLabelConfigProviderProps, FormLabelProps } from "@/components/FormLabel"
|
|
18
|
+
export { HlsPlayer } from "@/components/HlsPlayer"
|
|
19
|
+
export type { HlsPlayerProps } from "@/components/HlsPlayer"
|
|
20
|
+
export { ImportExcel } from "@/components/ImportExcel"
|
|
21
|
+
export type { ImportExcelProps } from "@/components/ImportExcel"
|
|
22
|
+
export { InfiniteScroll } from "@/components/InfiniteScroll"
|
|
23
|
+
export type { InfiniteScrollProps } from "@/components/InfiniteScroll"
|
|
24
|
+
export { InputFile, InputFileButton } from "@/components/InputFile"
|
|
25
|
+
export type { InputFileButtonProps, InputFileData, InputFileDataType, InputFileDataTypes, InputFileProps } from "@/components/InputFile"
|
|
26
|
+
export { LoopSwiper } from "@/components/LoopSwiper"
|
|
27
|
+
export type { LoopSwiperProps } from "@/components/LoopSwiper"
|
|
28
|
+
export { Ring } from "@/components/Ring"
|
|
29
|
+
export type { RingProps } from "@/components/Ring"
|
|
30
|
+
export { Scroll } from "@/components/Scroll"
|
|
31
|
+
export type { ScrollOptions, ScrollProps } from "@/components/Scroll"
|
|
32
|
+
export { SectionRing } from "@/components/SectionRing"
|
|
33
|
+
export type { SectionRingProps } from "@/components/SectionRing"
|
|
34
|
+
export { Skeleton } from "@/components/Skeleton"
|
|
35
|
+
export type { SkeletonProps } from "@/components/Skeleton"
|
|
36
|
+
export { Title } from "@/components/Title"
|
|
37
|
+
export type { TitleProps } from "@/components/Title"
|
|
38
|
+
export { TransitionBox } from "@/components/TransitionBox"
|
|
39
|
+
export type { TransitionBoxProps } from "@/components/TransitionBox"
|
|
40
|
+
export { TransitionNum } from "@/components/TransitionNum"
|
|
41
|
+
export type { TransitionNumIns, TransitionNumProps } from "@/components/TransitionNum"
|
|
42
|
+
export { Trapezium } from "@/components/Trapezium"
|
|
43
|
+
export type { TrapeziumProps } from "@/components/Trapezium"
|
|
44
|
+
export { Unify, UnifyConfigProvider } from "@/components/Unify"
|
|
45
|
+
export type { UnifyConfig, UnifyConfigProviderProps, UnifyProps } from "@/components/Unify"
|
|
46
|
+
export { getReactVersion } from "@/utils/getReactVersion"
|
|
47
|
+
export { px, transformCSSVariable, transformCSSVariableName } from "@/utils/index"
|
|
48
|
+
export type { CSSVariableName, CSSVariableValue, StyleWithCSSVariable } from "@/utils/index"
|