deepsea-components 5.18.4 → 5.18.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/README.md +23 -23
- package/dist/components/AutoFit.cjs +4 -4
- package/dist/components/AutoFit.d.ts +1 -1
- package/dist/components/AutoFit.js +1 -1
- package/dist/components/AutoScroll.cjs +4 -4
- package/dist/components/AutoScroll.d.ts +2 -2
- package/dist/components/AutoScroll.js +1 -1
- package/dist/components/AutoSizeTextarea.cjs +4 -4
- package/dist/components/AutoSizeTextarea.d.ts +1 -1
- package/dist/components/AutoSizeTextarea.js +1 -1
- package/dist/components/CircleText.cjs +4 -4
- package/dist/components/CircleText.d.ts +1 -1
- package/dist/components/CircleText.js +1 -1
- package/dist/components/CopyButton.cjs +6 -9
- package/dist/components/CopyButton.d.ts +3 -3
- package/dist/components/CopyButton.js +3 -3
- package/dist/components/DraggableGrid.cjs +3 -3
- package/dist/components/DraggableGrid.d.ts +2 -2
- package/dist/components/DraggableGrid.module.cjs +3 -3
- package/dist/components/DraggableGrid.module.js +1 -1
- package/dist/components/Echart.cjs +20 -20
- package/dist/components/Echart.d.ts +3 -3
- package/dist/components/Echart.js +1 -1
- package/dist/components/Flow.cjs +7 -7
- package/dist/components/Flow.d.ts +1 -1
- package/dist/components/Flow.js +1 -1
- package/dist/components/FormLabel.cjs +6 -6
- package/dist/components/FormLabel.d.ts +1 -1
- package/dist/components/FormLabel.js +1 -1
- package/dist/components/HlsPlayer.cjs +4 -4
- package/dist/components/HlsPlayer.d.ts +1 -1
- package/dist/components/HlsPlayer.js +1 -1
- package/dist/components/IconFileType.cjs +6 -6
- package/dist/components/IconFileType.d.ts +1 -1
- package/dist/components/InfiniteScroll.cjs +4 -4
- package/dist/components/InfiniteScroll.d.ts +1 -1
- package/dist/components/InfiniteScroll.js +1 -1
- package/dist/components/InputFile.cjs +4 -4
- package/dist/components/InputFile.d.ts +1 -1
- package/dist/components/InputFile.js +1 -1
- package/dist/components/InputFileButton.cjs +4 -4
- package/dist/components/InputFileButton.d.ts +2 -2
- package/dist/components/InputFileButton.js +1 -1
- package/dist/components/LoopSwiper.cjs +4 -4
- package/dist/components/LoopSwiper.d.ts +1 -1
- package/dist/components/LoopSwiper.js +1 -1
- package/dist/components/ReadExcel.cjs +4 -4
- package/dist/components/ReadExcel.d.ts +1 -1
- package/dist/components/ReadExcel.js +1 -1
- package/dist/components/ReadSheet.cjs +4 -4
- package/dist/components/ReadSheet.d.ts +2 -2
- package/dist/components/ReadSheet.js +1 -1
- package/dist/components/Ring.cjs +4 -4
- package/dist/components/Ring.d.ts +1 -1
- package/dist/components/Ring.js +1 -1
- package/dist/components/RtspPlayer.cjs +5 -5
- package/dist/components/RtspPlayer.d.ts +1 -1
- package/dist/components/RtspPlayer.js +2 -2
- package/dist/components/Scroll.cjs +38 -40
- package/dist/components/Scroll.d.ts +1 -1
- package/dist/components/Scroll.js +1 -1
- package/dist/components/ScrollMask.cjs +3 -3
- package/dist/components/ScrollMask.d.ts +1 -1
- package/dist/components/ScrollMask.module.cjs +3 -3
- package/dist/components/ScrollMask.module.js +1 -1
- package/dist/components/ScrollMask_module.css +3 -1
- package/dist/components/SectionRing.cjs +4 -4
- package/dist/components/SectionRing.d.ts +1 -1
- package/dist/components/SectionRing.js +1 -1
- package/dist/components/Skeleton.cjs +4 -4
- package/dist/components/Skeleton.d.ts +1 -1
- package/dist/components/Skeleton.js +1 -1
- package/dist/components/Title.cjs +4 -4
- package/dist/components/Title.d.ts +1 -1
- package/dist/components/Title.js +1 -1
- package/dist/components/TransitionBox.cjs +4 -4
- package/dist/components/TransitionBox.d.ts +1 -1
- package/dist/components/TransitionBox.js +1 -1
- package/dist/components/TransitionNum.cjs +4 -4
- package/dist/components/TransitionNum.d.ts +1 -1
- package/dist/components/TransitionNum.js +1 -1
- package/dist/components/Trapezium.cjs +4 -4
- package/dist/components/Trapezium.d.ts +1 -1
- package/dist/components/Trapezium.js +1 -1
- package/dist/components/Unify.cjs +4 -4
- package/dist/components/Unify.d.ts +1 -1
- package/dist/components/Unify.js +1 -1
- package/dist/components/WriteExcel.cjs +4 -4
- package/dist/components/WriteExcel.d.ts +1 -1
- package/dist/components/WriteExcel.js +1 -1
- package/dist/components/WriteSheet.cjs +4 -4
- package/dist/components/WriteSheet.d.ts +2 -2
- package/dist/components/WriteSheet.js +1 -1
- package/dist/components/rtspPlayer/reader.cjs +3 -3
- package/dist/index.cjs +162 -226
- package/dist/utils/getReactVersion.cjs +3 -3
- package/dist/utils/index.cjs +3 -3
- package/dist/utils/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/components/AutoFit.tsx +3 -1
- package/src/components/AutoScroll.tsx +4 -3
- package/src/components/AutoSizeTextarea.tsx +1 -1
- package/src/components/CircleText.tsx +81 -81
- package/src/components/CopyButton.tsx +8 -3
- package/src/components/DraggableGrid.tsx +9 -2
- package/src/components/Echart.tsx +65 -62
- package/src/components/Flow.tsx +11 -1
- package/src/components/FormLabel.tsx +1 -1
- package/src/components/HlsPlayer.tsx +1 -1
- package/src/components/IconFileType.tsx +1 -1
- package/src/components/InfiniteScroll.tsx +15 -1
- package/src/components/InputFile.tsx +6 -1
- package/src/components/InputFileButton.tsx +18 -13
- package/src/components/LoopSwiper.tsx +2 -1
- package/src/components/ReadExcel.tsx +13 -13
- package/src/components/ReadSheet.tsx +2 -2
- package/src/components/Ring.tsx +1 -1
- package/src/components/RtspPlayer.tsx +3 -4
- package/src/components/Scroll.tsx +13 -1
- package/src/components/ScrollMask.module.css +87 -87
- package/src/components/ScrollMask.tsx +1 -1
- package/src/components/SectionRing.tsx +2 -2
- package/src/components/Skeleton.tsx +1 -1
- package/src/components/Title.tsx +4 -1
- package/src/components/TransitionBox.tsx +1 -1
- package/src/components/TransitionNum.tsx +1 -1
- package/src/components/Trapezium.tsx +1 -1
- package/src/components/Unify.tsx +13 -1
- package/src/components/WriteExcel.tsx +13 -13
- package/src/components/WriteSheet.tsx +4 -2
- package/src/components/rtspPlayer/reader.ts +8 -9
- package/src/utils/getReactVersion.ts +7 -7
- package/src/utils/index.ts +33 -33
- package/tsconfig.json +6 -8
package/README.md
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
# deepsea-components
|
|
2
|
-
|
|
3
|
-
[](https://npmjs.org/package/deepsea-components)
|
|
4
|
-
[](https://npmjs.org/package/deepsea-components)
|
|
5
|
-
|
|
6
|
-
## Install
|
|
7
|
-
|
|
8
|
-
```bash
|
|
9
|
-
$ yarn install
|
|
10
|
-
```
|
|
11
|
-
|
|
12
|
-
```bash
|
|
13
|
-
$ npm run dev
|
|
14
|
-
$ npm run build
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
## Options
|
|
18
|
-
|
|
19
|
-
TODO
|
|
20
|
-
|
|
21
|
-
## LICENSE
|
|
22
|
-
|
|
23
|
-
MIT
|
|
1
|
+
# deepsea-components
|
|
2
|
+
|
|
3
|
+
[](https://npmjs.org/package/deepsea-components)
|
|
4
|
+
[](https://npmjs.org/package/deepsea-components)
|
|
5
|
+
|
|
6
|
+
## Install
|
|
7
|
+
|
|
8
|
+
```bash
|
|
9
|
+
$ yarn install
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
```bash
|
|
13
|
+
$ npm run dev
|
|
14
|
+
$ npm run build
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Options
|
|
18
|
+
|
|
19
|
+
TODO
|
|
20
|
+
|
|
21
|
+
## LICENSE
|
|
22
|
+
|
|
23
|
+
MIT
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use client"
|
|
2
1
|
"use strict";
|
|
2
|
+
"use client";
|
|
3
3
|
var __webpack_require__ = {};
|
|
4
4
|
(()=>{
|
|
5
5
|
__webpack_require__.d = (exports1, definition)=>{
|
|
@@ -14,7 +14,7 @@ var __webpack_require__ = {};
|
|
|
14
14
|
})();
|
|
15
15
|
(()=>{
|
|
16
16
|
__webpack_require__.r = (exports1)=>{
|
|
17
|
-
if (
|
|
17
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
18
18
|
value: 'Module'
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports1, '__esModule', {
|
|
@@ -113,9 +113,9 @@ const AutoFit = /*#__PURE__*/ (0, external_react_namespaceObject.forwardRef)((pr
|
|
|
113
113
|
});
|
|
114
114
|
});
|
|
115
115
|
exports.AutoFit = __webpack_exports__.AutoFit;
|
|
116
|
-
for(var
|
|
116
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
117
117
|
"AutoFit"
|
|
118
|
-
].indexOf(
|
|
118
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
119
119
|
Object.defineProperty(exports, '__esModule', {
|
|
120
120
|
value: true
|
|
121
121
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use client"
|
|
2
1
|
"use strict";
|
|
2
|
+
"use client";
|
|
3
3
|
var __webpack_require__ = {};
|
|
4
4
|
(()=>{
|
|
5
5
|
__webpack_require__.d = (exports1, definition)=>{
|
|
@@ -14,7 +14,7 @@ var __webpack_require__ = {};
|
|
|
14
14
|
})();
|
|
15
15
|
(()=>{
|
|
16
16
|
__webpack_require__.r = (exports1)=>{
|
|
17
|
-
if (
|
|
17
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
18
18
|
value: 'Module'
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports1, '__esModule', {
|
|
@@ -124,9 +124,9 @@ const AutoScroll = ({ ref, count, itemSize, animation = 1000, duration = 3000, o
|
|
|
124
124
|
});
|
|
125
125
|
};
|
|
126
126
|
exports.AutoScroll = __webpack_exports__.AutoScroll;
|
|
127
|
-
for(var
|
|
127
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
128
128
|
"AutoScroll"
|
|
129
|
-
].indexOf(
|
|
129
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
130
130
|
Object.defineProperty(exports, '__esModule', {
|
|
131
131
|
value: true
|
|
132
132
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CSSProperties, FC } from "react";
|
|
2
|
-
import { ScrollProps } from "./Scroll";
|
|
1
|
+
import { type CSSProperties, type FC } from "react";
|
|
2
|
+
import { type ScrollProps } from "./Scroll";
|
|
3
3
|
export interface AutoScrollProps extends ScrollProps {
|
|
4
4
|
/** 轮播元素的个数 */
|
|
5
5
|
count: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use client"
|
|
2
1
|
"use strict";
|
|
2
|
+
"use client";
|
|
3
3
|
var __webpack_require__ = {};
|
|
4
4
|
(()=>{
|
|
5
5
|
__webpack_require__.d = (exports1, definition)=>{
|
|
@@ -14,7 +14,7 @@ var __webpack_require__ = {};
|
|
|
14
14
|
})();
|
|
15
15
|
(()=>{
|
|
16
16
|
__webpack_require__.r = (exports1)=>{
|
|
17
|
-
if (
|
|
17
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
18
18
|
value: 'Module'
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports1, '__esModule', {
|
|
@@ -65,9 +65,9 @@ const AutoSizeTextArea = /*#__PURE__*/ (0, external_react_namespaceObject.forwar
|
|
|
65
65
|
});
|
|
66
66
|
});
|
|
67
67
|
exports.AutoSizeTextArea = __webpack_exports__.AutoSizeTextArea;
|
|
68
|
-
for(var
|
|
68
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
69
69
|
"AutoSizeTextArea"
|
|
70
|
-
].indexOf(
|
|
70
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
71
71
|
Object.defineProperty(exports, '__esModule', {
|
|
72
72
|
value: true
|
|
73
73
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use client"
|
|
2
1
|
"use strict";
|
|
2
|
+
"use client";
|
|
3
3
|
var __webpack_require__ = {};
|
|
4
4
|
(()=>{
|
|
5
5
|
__webpack_require__.d = (exports1, definition)=>{
|
|
@@ -14,7 +14,7 @@ var __webpack_require__ = {};
|
|
|
14
14
|
})();
|
|
15
15
|
(()=>{
|
|
16
16
|
__webpack_require__.r = (exports1)=>{
|
|
17
|
-
if (
|
|
17
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
18
18
|
value: 'Module'
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports1, '__esModule', {
|
|
@@ -60,9 +60,9 @@ const CircleText = (props)=>{
|
|
|
60
60
|
});
|
|
61
61
|
};
|
|
62
62
|
exports.CircleText = __webpack_exports__.CircleText;
|
|
63
|
-
for(var
|
|
63
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
64
64
|
"CircleText"
|
|
65
|
-
].indexOf(
|
|
65
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
66
66
|
Object.defineProperty(exports, '__esModule', {
|
|
67
67
|
value: true
|
|
68
68
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use client"
|
|
2
1
|
"use strict";
|
|
2
|
+
"use client";
|
|
3
3
|
var __webpack_require__ = {};
|
|
4
4
|
(()=>{
|
|
5
5
|
__webpack_require__.n = (module)=>{
|
|
@@ -23,7 +23,7 @@ var __webpack_require__ = {};
|
|
|
23
23
|
})();
|
|
24
24
|
(()=>{
|
|
25
25
|
__webpack_require__.r = (exports1)=>{
|
|
26
|
-
if (
|
|
26
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
27
27
|
value: 'Module'
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports1, '__esModule', {
|
|
@@ -34,8 +34,7 @@ var __webpack_require__ = {};
|
|
|
34
34
|
var __webpack_exports__ = {};
|
|
35
35
|
__webpack_require__.r(__webpack_exports__);
|
|
36
36
|
__webpack_require__.d(__webpack_exports__, {
|
|
37
|
-
CopyButton: ()=>CopyButton
|
|
38
|
-
Event: ()=>external_clipboard_namespaceObject.Event
|
|
37
|
+
CopyButton: ()=>CopyButton
|
|
39
38
|
});
|
|
40
39
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
41
40
|
const external_react_namespaceObject = require("react");
|
|
@@ -69,11 +68,9 @@ const CopyButton = /*#__PURE__*/ (0, external_react_namespaceObject.forwardRef)(
|
|
|
69
68
|
});
|
|
70
69
|
});
|
|
71
70
|
exports.CopyButton = __webpack_exports__.CopyButton;
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"Event"
|
|
76
|
-
].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
|
|
71
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
72
|
+
"CopyButton"
|
|
73
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
77
74
|
Object.defineProperty(exports, '__esModule', {
|
|
78
75
|
value: true
|
|
79
76
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ComponentPropsWithoutRef } from "react";
|
|
2
|
-
import { Event } from "clipboard";
|
|
3
|
-
export { Event } from "clipboard";
|
|
1
|
+
import { type ComponentPropsWithoutRef } from "react";
|
|
2
|
+
import { type Event } from "clipboard";
|
|
3
|
+
export type { Event } from "clipboard";
|
|
4
4
|
export type CopyButtonProps = ComponentPropsWithoutRef<"button"> & {
|
|
5
5
|
text?: string;
|
|
6
6
|
onCopySuccess?: (e: Event) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use client"
|
|
1
|
+
"use client";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import { forwardRef, useEffect, useImperativeHandle, useRef } from "react";
|
|
4
|
-
import clipboard_0
|
|
4
|
+
import clipboard_0 from "clipboard";
|
|
5
5
|
import { useLatest } from "soda-hooks";
|
|
6
6
|
const CopyButton = /*#__PURE__*/ forwardRef((props, ref)=>{
|
|
7
7
|
const { text, onCopySuccess: _onCoptSuccess, onCopyError: _onCopyError, ...rest } = props;
|
|
@@ -29,4 +29,4 @@ const CopyButton = /*#__PURE__*/ forwardRef((props, ref)=>{
|
|
|
29
29
|
"data-clipboard-text": text
|
|
30
30
|
});
|
|
31
31
|
});
|
|
32
|
-
export { CopyButton
|
|
32
|
+
export { CopyButton };
|
|
@@ -22,7 +22,7 @@ var __webpack_require__ = {};
|
|
|
22
22
|
})();
|
|
23
23
|
(()=>{
|
|
24
24
|
__webpack_require__.r = (exports1)=>{
|
|
25
|
-
if (
|
|
25
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
26
26
|
value: 'Module'
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports1, '__esModule', {
|
|
@@ -393,9 +393,9 @@ function DraggableGrid({ className, classNames, style, items = [], disabled, col
|
|
|
393
393
|
});
|
|
394
394
|
}
|
|
395
395
|
exports.DraggableGrid = __webpack_exports__.DraggableGrid;
|
|
396
|
-
for(var
|
|
396
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
397
397
|
"DraggableGrid"
|
|
398
|
-
].indexOf(
|
|
398
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
399
399
|
Object.defineProperty(exports, '__esModule', {
|
|
400
400
|
value: true
|
|
401
401
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ComponentProps, CSSProperties, Key, ReactNode } from "react";
|
|
2
|
-
import { DragMoveEvents } from "soda-hooks";
|
|
1
|
+
import { type ComponentProps, type CSSProperties, type Key, type ReactNode } from "react";
|
|
2
|
+
import { type DragMoveEvents } from "soda-hooks";
|
|
3
3
|
export type MustBeReactNode<T> = false extends (T extends ReactNode ? true : false) ? false : true;
|
|
4
4
|
export type MustBeReactKey<T> = false extends (T extends Key ? true : false) ? false : true;
|
|
5
5
|
export type DraggableGridClassName = string | ((status: ContainerStatus) => string);
|
|
@@ -13,7 +13,7 @@ var __webpack_require__ = {};
|
|
|
13
13
|
})();
|
|
14
14
|
(()=>{
|
|
15
15
|
__webpack_require__.r = (exports1)=>{
|
|
16
|
-
if (
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
17
|
value: 'Module'
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports1, '__esModule', {
|
|
@@ -34,9 +34,9 @@ const DraggableGrid_module = {
|
|
|
34
34
|
draggableGridItem: "draggable-grid-item-jdiiKu"
|
|
35
35
|
};
|
|
36
36
|
exports["default"] = __webpack_exports__["default"];
|
|
37
|
-
for(var
|
|
37
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
38
38
|
"default"
|
|
39
|
-
].indexOf(
|
|
39
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
40
40
|
Object.defineProperty(exports, '__esModule', {
|
|
41
41
|
value: true
|
|
42
42
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use client"
|
|
2
1
|
"use strict";
|
|
2
|
+
"use client";
|
|
3
3
|
var __webpack_require__ = {};
|
|
4
4
|
(()=>{
|
|
5
5
|
__webpack_require__.n = (module)=>{
|
|
@@ -23,7 +23,7 @@ var __webpack_require__ = {};
|
|
|
23
23
|
})();
|
|
24
24
|
(()=>{
|
|
25
25
|
__webpack_require__.r = (exports1)=>{
|
|
26
|
-
if (
|
|
26
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
27
27
|
value: 'Module'
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports1, '__esModule', {
|
|
@@ -34,30 +34,30 @@ var __webpack_require__ = {};
|
|
|
34
34
|
var __webpack_exports__ = {};
|
|
35
35
|
__webpack_require__.r(__webpack_exports__);
|
|
36
36
|
__webpack_require__.d(__webpack_exports__, {
|
|
37
|
+
Bar: ()=>Bar,
|
|
38
|
+
Boxplot: ()=>Boxplot,
|
|
37
39
|
Candlestick: ()=>Candlestick,
|
|
38
|
-
|
|
40
|
+
Chord: ()=>Chord,
|
|
41
|
+
Custom: ()=>Custom,
|
|
42
|
+
Echart: ()=>Echart,
|
|
43
|
+
EffectScatter: ()=>EffectScatter,
|
|
44
|
+
Funnel: ()=>Funnel,
|
|
39
45
|
Gauge: ()=>Gauge,
|
|
46
|
+
Graph: ()=>Graph,
|
|
47
|
+
Heatmap: ()=>Heatmap,
|
|
40
48
|
Line: ()=>Line,
|
|
49
|
+
Lines: ()=>Lines,
|
|
50
|
+
Map: ()=>Map,
|
|
41
51
|
Parallel: ()=>Parallel,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
Custom: ()=>Custom,
|
|
45
|
-
EffectScatter: ()=>EffectScatter,
|
|
52
|
+
PictorialBar: ()=>PictorialBar,
|
|
53
|
+
Pie: ()=>Pie,
|
|
46
54
|
Radar: ()=>Radar,
|
|
55
|
+
Sankey: ()=>Sankey,
|
|
56
|
+
Scatter: ()=>Scatter,
|
|
47
57
|
Sunburst: ()=>Sunburst,
|
|
48
58
|
ThemeRiver: ()=>ThemeRiver,
|
|
49
|
-
Chord: ()=>Chord,
|
|
50
|
-
Heatmap: ()=>Heatmap,
|
|
51
|
-
Echart: ()=>Echart,
|
|
52
|
-
Map: ()=>Map,
|
|
53
59
|
Tree: ()=>Tree,
|
|
54
|
-
Treemap: ()=>Treemap
|
|
55
|
-
PictorialBar: ()=>PictorialBar,
|
|
56
|
-
Sankey: ()=>Sankey,
|
|
57
|
-
Lines: ()=>Lines,
|
|
58
|
-
Funnel: ()=>Funnel,
|
|
59
|
-
Graph: ()=>Graph,
|
|
60
|
-
Boxplot: ()=>Boxplot
|
|
60
|
+
Treemap: ()=>Treemap
|
|
61
61
|
});
|
|
62
62
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
63
63
|
const external_react_namespaceObject = require("react");
|
|
@@ -158,7 +158,7 @@ exports.Sunburst = __webpack_exports__.Sunburst;
|
|
|
158
158
|
exports.ThemeRiver = __webpack_exports__.ThemeRiver;
|
|
159
159
|
exports.Tree = __webpack_exports__.Tree;
|
|
160
160
|
exports.Treemap = __webpack_exports__.Treemap;
|
|
161
|
-
for(var
|
|
161
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
162
162
|
"Bar",
|
|
163
163
|
"Boxplot",
|
|
164
164
|
"Candlestick",
|
|
@@ -183,7 +183,7 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
183
183
|
"ThemeRiver",
|
|
184
184
|
"Tree",
|
|
185
185
|
"Treemap"
|
|
186
|
-
].indexOf(
|
|
186
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
187
187
|
Object.defineProperty(exports, '__esModule', {
|
|
188
188
|
value: true
|
|
189
189
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ComponentProps, FC, ReactNode, Ref } from "react";
|
|
2
|
-
import { AngleAxisComponentOption, AriaComponentOption, AxisPointerComponentOption, BarSeriesOption, BoxplotSeriesOption, BrushComponentOption, CalendarComponentOption, CandlestickSeriesOption, ChordSeriesOption, ComposeOption, ContinousVisualMapComponentOption, CustomSeriesOption, DatasetComponentOption, DataZoomComponentOption, ECharts, EChartsInitOpts, EffectScatterSeriesOption, FunnelSeriesOption, GaugeSeriesOption, GeoComponentOption, GraphicComponentOption, GraphSeriesOption, GridComponentOption, HeatmapSeriesOption, InsideDataZoomComponentOption, LegendComponentOption, LineSeriesOption, LinesSeriesOption, MapSeriesOption, MarkAreaComponentOption, MarkLineComponentOption, MarkPointComponentOption, MatrixComponentOption, ParallelSeriesOption, PictorialBarSeriesOption, PiecewiseVisualMapComponentOption, PieSeriesOption, PlainLegendComponentOption, PolarComponentOption, RadarComponentOption, RadarSeriesOption, RadiusAxisComponentOption, SankeySeriesOption, ScatterSeriesOption, ScrollableLegendComponentOption, SeriesOption, SingleAxisComponentOption, SliderDataZoomComponentOption, SunburstSeriesOption, ThemeRiverSeriesOption, ThumbnailComponentOption, TimelineComponentOption, TitleComponentOption, ToolboxComponentOption, TooltipComponentOption, TreemapSeriesOption, TreeSeriesOption, VisualMapComponentOption, XAXisComponentOption, YAXisComponentOption } from "echarts";
|
|
3
|
-
import { ECBasicOption } from "echarts/types/src/util/types.js";
|
|
1
|
+
import { type ComponentProps, type FC, type ReactNode, type Ref } from "react";
|
|
2
|
+
import { type AngleAxisComponentOption, type AriaComponentOption, type AxisPointerComponentOption, type BarSeriesOption, type BoxplotSeriesOption, type BrushComponentOption, type CalendarComponentOption, type CandlestickSeriesOption, type ChordSeriesOption, type ComposeOption, type ContinousVisualMapComponentOption, type CustomSeriesOption, type DatasetComponentOption, type DataZoomComponentOption, type ECharts, type EChartsInitOpts, type EffectScatterSeriesOption, type FunnelSeriesOption, type GaugeSeriesOption, type GeoComponentOption, type GraphicComponentOption, type GraphSeriesOption, type GridComponentOption, type HeatmapSeriesOption, type InsideDataZoomComponentOption, type LegendComponentOption, type LineSeriesOption, type LinesSeriesOption, type MapSeriesOption, type MarkAreaComponentOption, type MarkLineComponentOption, type MarkPointComponentOption, type MatrixComponentOption, type ParallelSeriesOption, type PictorialBarSeriesOption, type PiecewiseVisualMapComponentOption, type PieSeriesOption, type PlainLegendComponentOption, type PolarComponentOption, type RadarComponentOption, type RadarSeriesOption, type RadiusAxisComponentOption, type SankeySeriesOption, type ScatterSeriesOption, type ScrollableLegendComponentOption, type SeriesOption, type SingleAxisComponentOption, type SliderDataZoomComponentOption, type SunburstSeriesOption, type ThemeRiverSeriesOption, type ThumbnailComponentOption, type TimelineComponentOption, type TitleComponentOption, type ToolboxComponentOption, type TooltipComponentOption, type TreemapSeriesOption, type TreeSeriesOption, type VisualMapComponentOption, type XAXisComponentOption, type YAXisComponentOption } from "echarts";
|
|
3
|
+
import type { ECBasicOption } from "echarts/types/src/util/types.js";
|
|
4
4
|
export type ChartOption<T extends SeriesOption = never> = ComposeOption<T | DatasetComponentOption | GridComponentOption | LegendComponentOption | TitleComponentOption | TooltipComponentOption | AxisPointerComponentOption | GeoComponentOption | MarkLineComponentOption | MarkPointComponentOption | MarkAreaComponentOption | DataZoomComponentOption | AriaComponentOption | BrushComponentOption | PolarComponentOption | RadarComponentOption | XAXisComponentOption | YAXisComponentOption | MatrixComponentOption | GraphicComponentOption | ToolboxComponentOption | CalendarComponentOption | TimelineComponentOption | AngleAxisComponentOption | RadiusAxisComponentOption | SingleAxisComponentOption | VisualMapComponentOption | ThumbnailComponentOption | PlainLegendComponentOption | InsideDataZoomComponentOption | SliderDataZoomComponentOption | PiecewiseVisualMapComponentOption | ContinousVisualMapComponentOption | ScrollableLegendComponentOption>;
|
|
5
5
|
export type BarOption = ChartOption<BarSeriesOption>;
|
|
6
6
|
export type BoxplotOption = ChartOption<BoxplotSeriesOption>;
|
package/dist/components/Flow.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use client"
|
|
2
1
|
"use strict";
|
|
2
|
+
"use client";
|
|
3
3
|
var __webpack_require__ = {};
|
|
4
4
|
(()=>{
|
|
5
5
|
__webpack_require__.d = (exports1, definition)=>{
|
|
@@ -14,7 +14,7 @@ var __webpack_require__ = {};
|
|
|
14
14
|
})();
|
|
15
15
|
(()=>{
|
|
16
16
|
__webpack_require__.r = (exports1)=>{
|
|
17
|
-
if (
|
|
17
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
18
18
|
value: 'Module'
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports1, '__esModule', {
|
|
@@ -25,10 +25,10 @@ var __webpack_require__ = {};
|
|
|
25
25
|
var __webpack_exports__ = {};
|
|
26
26
|
__webpack_require__.r(__webpack_exports__);
|
|
27
27
|
__webpack_require__.d(__webpack_exports__, {
|
|
28
|
-
|
|
29
|
-
getGapCountAndSize: ()=>getGapCountAndSize,
|
|
28
|
+
Flow: ()=>Flow,
|
|
30
29
|
ManualFlow: ()=>ManualFlow,
|
|
31
|
-
|
|
30
|
+
getGapCountAndSize: ()=>getGapCountAndSize,
|
|
31
|
+
getGapRange: ()=>getGapRange
|
|
32
32
|
});
|
|
33
33
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
34
34
|
const external_react_namespaceObject = require("react");
|
|
@@ -200,12 +200,12 @@ exports.Flow = __webpack_exports__.Flow;
|
|
|
200
200
|
exports.ManualFlow = __webpack_exports__.ManualFlow;
|
|
201
201
|
exports.getGapCountAndSize = __webpack_exports__.getGapCountAndSize;
|
|
202
202
|
exports.getGapRange = __webpack_exports__.getGapRange;
|
|
203
|
-
for(var
|
|
203
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
204
204
|
"Flow",
|
|
205
205
|
"ManualFlow",
|
|
206
206
|
"getGapCountAndSize",
|
|
207
207
|
"getGapRange"
|
|
208
|
-
].indexOf(
|
|
208
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
209
209
|
Object.defineProperty(exports, '__esModule', {
|
|
210
210
|
value: true
|
|
211
211
|
});
|
package/dist/components/Flow.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use client"
|
|
2
1
|
"use strict";
|
|
2
|
+
"use client";
|
|
3
3
|
var __webpack_require__ = {};
|
|
4
4
|
(()=>{
|
|
5
5
|
__webpack_require__.d = (exports1, definition)=>{
|
|
@@ -14,7 +14,7 @@ var __webpack_require__ = {};
|
|
|
14
14
|
})();
|
|
15
15
|
(()=>{
|
|
16
16
|
__webpack_require__.r = (exports1)=>{
|
|
17
|
-
if (
|
|
17
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
18
18
|
value: 'Module'
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports1, '__esModule', {
|
|
@@ -26,8 +26,8 @@ var __webpack_exports__ = {};
|
|
|
26
26
|
__webpack_require__.r(__webpack_exports__);
|
|
27
27
|
__webpack_require__.d(__webpack_exports__, {
|
|
28
28
|
FormLabel: ()=>FormLabel,
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
FormLabelConfigContext: ()=>FormLabelConfigContext,
|
|
30
|
+
FormLabelConfigProvider: ()=>FormLabelConfigProvider
|
|
31
31
|
});
|
|
32
32
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
33
33
|
const external_react_namespaceObject = require("react");
|
|
@@ -67,11 +67,11 @@ const FormLabel = (props)=>{
|
|
|
67
67
|
exports.FormLabel = __webpack_exports__.FormLabel;
|
|
68
68
|
exports.FormLabelConfigContext = __webpack_exports__.FormLabelConfigContext;
|
|
69
69
|
exports.FormLabelConfigProvider = __webpack_exports__.FormLabelConfigProvider;
|
|
70
|
-
for(var
|
|
70
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
71
71
|
"FormLabel",
|
|
72
72
|
"FormLabelConfigContext",
|
|
73
73
|
"FormLabelConfigProvider"
|
|
74
|
-
].indexOf(
|
|
74
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
75
75
|
Object.defineProperty(exports, '__esModule', {
|
|
76
76
|
value: true
|
|
77
77
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use client"
|
|
2
1
|
"use strict";
|
|
2
|
+
"use client";
|
|
3
3
|
var __webpack_require__ = {};
|
|
4
4
|
(()=>{
|
|
5
5
|
__webpack_require__.n = (module)=>{
|
|
@@ -23,7 +23,7 @@ var __webpack_require__ = {};
|
|
|
23
23
|
})();
|
|
24
24
|
(()=>{
|
|
25
25
|
__webpack_require__.r = (exports1)=>{
|
|
26
|
-
if (
|
|
26
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
27
27
|
value: 'Module'
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports1, '__esModule', {
|
|
@@ -72,9 +72,9 @@ const HlsPlayer = ({ ref, src, ...rest })=>{
|
|
|
72
72
|
});
|
|
73
73
|
};
|
|
74
74
|
exports.HlsPlayer = __webpack_exports__.HlsPlayer;
|
|
75
|
-
for(var
|
|
75
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
76
76
|
"HlsPlayer"
|
|
77
|
-
].indexOf(
|
|
77
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
78
78
|
Object.defineProperty(exports, '__esModule', {
|
|
79
79
|
value: true
|
|
80
80
|
});
|