@tipp/ui 1.0.34 → 1.0.36
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/atoms/drawer.js +2 -2
- package/dist/atoms/index.js +59 -59
- package/dist/atoms/pagination.js +2 -2
- package/dist/atoms/toast.d.cts +1 -1
- package/dist/atoms/toast.d.ts +1 -1
- package/dist/charts/{chart.cjs → chart-default-props.cjs} +16 -83
- package/dist/charts/chart-default-props.cjs.map +1 -0
- package/dist/charts/chart-default-props.d.cts +85 -0
- package/dist/charts/chart-default-props.d.ts +85 -0
- package/dist/charts/chart-default-props.js +8 -0
- package/dist/charts/index.cjs +35 -104
- package/dist/charts/index.cjs.map +1 -1
- package/dist/charts/index.d.cts +1 -4
- package/dist/charts/index.d.ts +1 -4
- package/dist/charts/index.js +4 -8
- package/dist/{chunk-67K6SKIG.js → chunk-2QFSCWES.js} +12 -2
- package/dist/chunk-2QFSCWES.js.map +1 -0
- package/dist/{chunk-L46ZSIX4.js → chunk-EWB2KOLO.js} +4 -4
- package/dist/{chunk-6PO4YCXF.js → chunk-KO2GTLZU.js} +4 -4
- package/dist/index.cjs +33 -75
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -4
- package/dist/index.d.ts +1 -4
- package/dist/index.js +73 -77
- package/dist/molecules/date-picker/index.js +2 -2
- package/dist/molecules/expand-table/index.js +26 -26
- package/dist/molecules/expand-table/row.js +24 -24
- package/dist/molecules/index.js +30 -30
- package/dist/molecules/navigation.js +24 -24
- package/package.json +1 -6
- package/src/charts/chart-default-props.tsx +10 -0
- package/src/charts/index.ts +1 -1
- package/dist/chart-theme-BLAIiQPs.d.cts +0 -170
- package/dist/chart-theme-BLAIiQPs.d.ts +0 -170
- package/dist/charts/chart-test.cjs +0 -245
- package/dist/charts/chart-test.cjs.map +0 -1
- package/dist/charts/chart-test.d.cts +0 -11
- package/dist/charts/chart-test.d.ts +0 -11
- package/dist/charts/chart-test.js +0 -68
- package/dist/charts/chart-test.js.map +0 -1
- package/dist/charts/chart.cjs.map +0 -1
- package/dist/charts/chart.d.cts +0 -11
- package/dist/charts/chart.d.ts +0 -11
- package/dist/charts/chart.js +0 -12
- package/dist/chunk-3R2IB6WJ.js +0 -104
- package/dist/chunk-3R2IB6WJ.js.map +0 -1
- package/dist/chunk-5XILGULJ.js +0 -38
- package/dist/chunk-5XILGULJ.js.map +0 -1
- package/dist/chunk-67K6SKIG.js.map +0 -1
- package/dist/chunk-CHHLIPDN.js +0 -23
- package/dist/chunk-CHHLIPDN.js.map +0 -1
- package/dist/chunk-HRSVVVYJ.js +0 -49
- package/dist/chunk-KOKLC6X2.js +0 -49
- package/dist/chunk-KOKLC6X2.js.map +0 -1
- package/dist/chunk-L46ZSIX4.js.map +0 -1
- package/dist/chunk-OCDOKW5S.js +0 -119
- package/dist/chunk-OCDOKW5S.js.map +0 -1
- package/dist/chunk-QOY42XM2.js +0 -59
- package/dist/chunk-QOY42XM2.js.map +0 -1
- package/dist/chunk-UZUVEVLC.js +0 -68
- package/dist/chunk-UZUVEVLC.js.map +0 -1
- package/src/charts/chart-test.tsx +0 -90
- package/src/charts/chart.tsx +0 -90
- /package/dist/charts/{chart.js.map → chart-default-props.js.map} +0 -0
- /package/dist/{chunk-HRSVVVYJ.js.map → chunk-EWB2KOLO.js.map} +0 -0
- /package/dist/{chunk-6PO4YCXF.js.map → chunk-KO2GTLZU.js.map} +0 -0
package/dist/atoms/drawer.js
CHANGED
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
Drawer,
|
|
4
4
|
Root,
|
|
5
5
|
Trigger
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-EWB2KOLO.js";
|
|
7
|
+
import "../chunk-7LEWTGAO.js";
|
|
7
8
|
import "../chunk-NJ2U2TVS.js";
|
|
8
9
|
import "../chunk-O3DNDMV3.js";
|
|
9
|
-
import "../chunk-7LEWTGAO.js";
|
|
10
10
|
import "../chunk-N552FDTV.js";
|
|
11
11
|
export {
|
|
12
12
|
Content,
|
package/dist/atoms/index.js
CHANGED
|
@@ -1,7 +1,25 @@
|
|
|
1
1
|
import "../chunk-2ANGYYEV.js";
|
|
2
|
+
import {
|
|
3
|
+
TabNav
|
|
4
|
+
} from "../chunk-YJ7ZFOYL.js";
|
|
5
|
+
import {
|
|
6
|
+
Tabs
|
|
7
|
+
} from "../chunk-5ZITU5L7.js";
|
|
8
|
+
import {
|
|
9
|
+
TextArea
|
|
10
|
+
} from "../chunk-ILRUXI2E.js";
|
|
2
11
|
import {
|
|
3
12
|
TextField
|
|
4
13
|
} from "../chunk-JPIZP2PZ.js";
|
|
14
|
+
import {
|
|
15
|
+
Section
|
|
16
|
+
} from "../chunk-MUNMDHRF.js";
|
|
17
|
+
import {
|
|
18
|
+
SegmentedControl
|
|
19
|
+
} from "../chunk-TVDKGMBI.js";
|
|
20
|
+
import {
|
|
21
|
+
Select
|
|
22
|
+
} from "../chunk-355MU6BH.js";
|
|
5
23
|
import {
|
|
6
24
|
Separator
|
|
7
25
|
} from "../chunk-HYITAA4J.js";
|
|
@@ -18,14 +36,14 @@ import {
|
|
|
18
36
|
Switch
|
|
19
37
|
} from "../chunk-OYM4XCHQ.js";
|
|
20
38
|
import {
|
|
21
|
-
|
|
22
|
-
} from "../chunk-
|
|
39
|
+
Pagination
|
|
40
|
+
} from "../chunk-FH5ZSMU2.js";
|
|
23
41
|
import {
|
|
24
|
-
|
|
25
|
-
} from "../chunk-
|
|
42
|
+
Popover
|
|
43
|
+
} from "../chunk-5AVBYDPB.js";
|
|
26
44
|
import {
|
|
27
|
-
|
|
28
|
-
} from "../chunk-
|
|
45
|
+
Progress
|
|
46
|
+
} from "../chunk-365QMK4D.js";
|
|
29
47
|
import {
|
|
30
48
|
Quote
|
|
31
49
|
} from "../chunk-YO3BQW6S.js";
|
|
@@ -42,14 +60,14 @@ import {
|
|
|
42
60
|
ScrollArea
|
|
43
61
|
} from "../chunk-ZKZDVS7G.js";
|
|
44
62
|
import {
|
|
45
|
-
|
|
46
|
-
} from "../chunk-
|
|
63
|
+
Grid
|
|
64
|
+
} from "../chunk-EGEQY3KT.js";
|
|
47
65
|
import {
|
|
48
|
-
|
|
49
|
-
} from "../chunk-
|
|
66
|
+
Heading
|
|
67
|
+
} from "../chunk-HLOY6BIP.js";
|
|
50
68
|
import {
|
|
51
|
-
|
|
52
|
-
} from "../chunk-
|
|
69
|
+
HoverCard
|
|
70
|
+
} from "../chunk-O3T3TM3V.js";
|
|
53
71
|
import {
|
|
54
72
|
Inset
|
|
55
73
|
} from "../chunk-XQOL7UBI.js";
|
|
@@ -60,14 +78,25 @@ import {
|
|
|
60
78
|
Link
|
|
61
79
|
} from "../chunk-XQOZWYUA.js";
|
|
62
80
|
import {
|
|
63
|
-
|
|
64
|
-
} from "../chunk-
|
|
81
|
+
Dialog
|
|
82
|
+
} from "../chunk-P6B2PNYI.js";
|
|
65
83
|
import {
|
|
66
|
-
|
|
67
|
-
|
|
84
|
+
Content,
|
|
85
|
+
Drawer,
|
|
86
|
+
Root,
|
|
87
|
+
Trigger
|
|
88
|
+
} from "../chunk-EWB2KOLO.js";
|
|
89
|
+
import "../chunk-7LEWTGAO.js";
|
|
68
90
|
import {
|
|
69
|
-
|
|
70
|
-
|
|
91
|
+
ToastContainer,
|
|
92
|
+
toast
|
|
93
|
+
} from "../chunk-NJ2U2TVS.js";
|
|
94
|
+
import {
|
|
95
|
+
IconButton
|
|
96
|
+
} from "../chunk-O3DNDMV3.js";
|
|
97
|
+
import {
|
|
98
|
+
DropdownMenu
|
|
99
|
+
} from "../chunk-YTZSKMX3.js";
|
|
71
100
|
import {
|
|
72
101
|
EllipsisTooltip
|
|
73
102
|
} from "../chunk-4IKPNQV5.js";
|
|
@@ -90,14 +119,14 @@ import {
|
|
|
90
119
|
Form
|
|
91
120
|
} from "../chunk-2CVXGGI5.js";
|
|
92
121
|
import {
|
|
93
|
-
|
|
94
|
-
} from "../chunk-
|
|
122
|
+
Card
|
|
123
|
+
} from "../chunk-FYEASFUU.js";
|
|
95
124
|
import {
|
|
96
|
-
|
|
97
|
-
} from "../chunk-
|
|
125
|
+
CheckboxCards
|
|
126
|
+
} from "../chunk-MIMJ7LON.js";
|
|
98
127
|
import {
|
|
99
|
-
|
|
100
|
-
} from "../chunk-
|
|
128
|
+
CheckboxGroup
|
|
129
|
+
} from "../chunk-IQEEPHOY.js";
|
|
101
130
|
import {
|
|
102
131
|
Checkbox
|
|
103
132
|
} from "../chunk-JEHDCZQU.js";
|
|
@@ -114,24 +143,14 @@ import {
|
|
|
114
143
|
DataList
|
|
115
144
|
} from "../chunk-VTJZMOSP.js";
|
|
116
145
|
import {
|
|
117
|
-
|
|
118
|
-
} from "../chunk-
|
|
119
|
-
import {
|
|
120
|
-
Content,
|
|
121
|
-
Drawer,
|
|
122
|
-
Root,
|
|
123
|
-
Trigger
|
|
124
|
-
} from "../chunk-L46ZSIX4.js";
|
|
125
|
-
import {
|
|
126
|
-
ToastContainer,
|
|
127
|
-
toast
|
|
128
|
-
} from "../chunk-NJ2U2TVS.js";
|
|
146
|
+
AlertDialog
|
|
147
|
+
} from "../chunk-J242TTFH.js";
|
|
129
148
|
import {
|
|
130
|
-
|
|
131
|
-
} from "../chunk-
|
|
149
|
+
AspectRatio
|
|
150
|
+
} from "../chunk-EAXUQEO5.js";
|
|
132
151
|
import {
|
|
133
|
-
|
|
134
|
-
} from "../chunk-
|
|
152
|
+
Avatar
|
|
153
|
+
} from "../chunk-CZEGRZBK.js";
|
|
135
154
|
import {
|
|
136
155
|
Badge
|
|
137
156
|
} from "../chunk-ALOPZ54P.js";
|
|
@@ -147,25 +166,6 @@ import {
|
|
|
147
166
|
import {
|
|
148
167
|
Callout
|
|
149
168
|
} from "../chunk-B6XJN6EC.js";
|
|
150
|
-
import {
|
|
151
|
-
Card
|
|
152
|
-
} from "../chunk-FYEASFUU.js";
|
|
153
|
-
import {
|
|
154
|
-
CheckboxCards
|
|
155
|
-
} from "../chunk-MIMJ7LON.js";
|
|
156
|
-
import {
|
|
157
|
-
CheckboxGroup
|
|
158
|
-
} from "../chunk-IQEEPHOY.js";
|
|
159
|
-
import "../chunk-7LEWTGAO.js";
|
|
160
|
-
import {
|
|
161
|
-
AlertDialog
|
|
162
|
-
} from "../chunk-J242TTFH.js";
|
|
163
|
-
import {
|
|
164
|
-
AspectRatio
|
|
165
|
-
} from "../chunk-EAXUQEO5.js";
|
|
166
|
-
import {
|
|
167
|
-
Avatar
|
|
168
|
-
} from "../chunk-CZEGRZBK.js";
|
|
169
169
|
import "../chunk-4UZQXJQO.js";
|
|
170
170
|
import "../chunk-N552FDTV.js";
|
|
171
171
|
export {
|
package/dist/atoms/pagination.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Pagination
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-FH5ZSMU2.js";
|
|
4
|
+
import "../chunk-O3DNDMV3.js";
|
|
4
5
|
import "../chunk-O3XTRD7R.js";
|
|
5
6
|
import "../chunk-25HMMI7R.js";
|
|
6
|
-
import "../chunk-O3DNDMV3.js";
|
|
7
7
|
import "../chunk-4UZQXJQO.js";
|
|
8
8
|
import "../chunk-N552FDTV.js";
|
|
9
9
|
export {
|
package/dist/atoms/toast.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ToastContainerProps } from 'react-toastify';
|
|
2
2
|
export { toast } from 'react-toastify';
|
|
3
3
|
|
|
4
|
-
declare function ToastContainer(props: ToastContainerProps): React.
|
|
4
|
+
declare function ToastContainer(props: ToastContainerProps): React.ReactElement;
|
|
5
5
|
|
|
6
6
|
export { ToastContainer };
|
package/dist/atoms/toast.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ToastContainerProps } from 'react-toastify';
|
|
2
2
|
export { toast } from 'react-toastify';
|
|
3
3
|
|
|
4
|
-
declare function ToastContainer(props: ToastContainerProps): React.
|
|
4
|
+
declare function ToastContainer(props: ToastContainerProps): React.ReactElement;
|
|
5
5
|
|
|
6
6
|
export { ToastContainer };
|
|
@@ -1,27 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
2
|
var __defProp = Object.defineProperty;
|
|
4
|
-
var __defProps = Object.defineProperties;
|
|
5
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
-
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
7
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
8
|
-
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
9
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
10
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
11
|
-
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
12
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
13
|
-
var __spreadValues = (a, b) => {
|
|
14
|
-
for (var prop in b || (b = {}))
|
|
15
|
-
if (__hasOwnProp.call(b, prop))
|
|
16
|
-
__defNormalProp(a, prop, b[prop]);
|
|
17
|
-
if (__getOwnPropSymbols)
|
|
18
|
-
for (var prop of __getOwnPropSymbols(b)) {
|
|
19
|
-
if (__propIsEnum.call(b, prop))
|
|
20
|
-
__defNormalProp(a, prop, b[prop]);
|
|
21
|
-
}
|
|
22
|
-
return a;
|
|
23
|
-
};
|
|
24
|
-
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
25
6
|
var __export = (target, all) => {
|
|
26
7
|
for (var name in all)
|
|
27
8
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
@@ -34,31 +15,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
34
15
|
}
|
|
35
16
|
return to;
|
|
36
17
|
};
|
|
37
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
38
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
39
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
40
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
41
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
42
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
43
|
-
mod
|
|
44
|
-
));
|
|
45
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
46
19
|
|
|
47
|
-
// src/charts/chart.tsx
|
|
48
|
-
var
|
|
49
|
-
__export(
|
|
50
|
-
|
|
51
|
-
chartTheme: () => chart_theme_default
|
|
20
|
+
// src/charts/chart-default-props.tsx
|
|
21
|
+
var chart_default_props_exports = {};
|
|
22
|
+
__export(chart_default_props_exports, {
|
|
23
|
+
EchartDefaultProps: () => EchartDefaultProps
|
|
52
24
|
});
|
|
53
|
-
module.exports = __toCommonJS(
|
|
54
|
-
var import_react = require("react");
|
|
55
|
-
var import_react_resize_detector = require("react-resize-detector");
|
|
56
|
-
var import_lodash_es = require("lodash-es");
|
|
57
|
-
var echarts = __toESM(require("echarts/core"), 1);
|
|
58
|
-
var import_core = __toESM(require("echarts-for-react/lib/core"), 1);
|
|
59
|
-
var import_charts = require("echarts/charts");
|
|
60
|
-
var import_renderers = require("echarts/renderers");
|
|
61
|
-
var import_components = require("echarts/components");
|
|
25
|
+
module.exports = __toCommonJS(chart_default_props_exports);
|
|
62
26
|
|
|
63
27
|
// src/charts/chart-theme.json
|
|
64
28
|
var chart_theme_default = {
|
|
@@ -198,48 +162,17 @@ var chart_theme_default = {
|
|
|
198
162
|
}
|
|
199
163
|
};
|
|
200
164
|
|
|
201
|
-
// src/charts/chart.tsx
|
|
202
|
-
var
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
import_components.ToolboxComponent,
|
|
211
|
-
import_components.AriaComponent,
|
|
212
|
-
import_components.AxisPointerComponent,
|
|
213
|
-
import_components.GridSimpleComponent
|
|
214
|
-
]);
|
|
215
|
-
function Chart(props) {
|
|
216
|
-
const { width, height, ref } = (0, import_react_resize_detector.useResizeDetector)({
|
|
217
|
-
handleHeight: false,
|
|
218
|
-
refreshMode: "debounce",
|
|
219
|
-
refreshRate: 100
|
|
220
|
-
});
|
|
221
|
-
const option = (0, import_react.useMemo)(() => {
|
|
222
|
-
const baseOption = {
|
|
223
|
-
textStyle: { fontFamily: "Noto Sans KR" },
|
|
224
|
-
tooltip: { textStyle: { fontSize: 16 } }
|
|
225
|
-
};
|
|
226
|
-
return (0, import_lodash_es.merge)(baseOption, props.option);
|
|
227
|
-
}, [props.option]);
|
|
228
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { ref, style: { width: "100%", height: "100%" }, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
229
|
-
import_core.default,
|
|
230
|
-
__spreadProps(__spreadValues({
|
|
231
|
-
echarts,
|
|
232
|
-
opts: { renderer: "svg" },
|
|
233
|
-
style: { height, width },
|
|
234
|
-
theme: chart_theme_default
|
|
235
|
-
}, props), {
|
|
236
|
-
option
|
|
237
|
-
})
|
|
238
|
-
) });
|
|
239
|
-
}
|
|
165
|
+
// src/charts/chart-default-props.tsx
|
|
166
|
+
var EchartDefaultProps = {
|
|
167
|
+
opts: { renderer: "svg" },
|
|
168
|
+
theme: chart_theme_default,
|
|
169
|
+
option: {
|
|
170
|
+
textStyle: { fontFamily: "Noto Sans KR" },
|
|
171
|
+
tooltip: { textStyle: { fontSize: 16 } }
|
|
172
|
+
}
|
|
173
|
+
};
|
|
240
174
|
// Annotate the CommonJS export names for ESM import in node:
|
|
241
175
|
0 && (module.exports = {
|
|
242
|
-
|
|
243
|
-
chartTheme
|
|
176
|
+
EchartDefaultProps
|
|
244
177
|
});
|
|
245
|
-
//# sourceMappingURL=chart.cjs.map
|
|
178
|
+
//# sourceMappingURL=chart-default-props.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/charts/chart-default-props.tsx","../../src/charts/chart-theme.json"],"sourcesContent":["import chartTheme from './chart-theme.json';\n\nexport const EchartDefaultProps = {\n opts: { renderer: 'svg' as const },\n theme: chartTheme,\n option: {\n textStyle: { fontFamily: 'Noto Sans KR' },\n tooltip: { textStyle: { fontSize: 16 } },\n },\n} as const;\n","{\n \"version\": 1,\n \"themeName\": \"customed\",\n \"theme\": {\n \"seriesCnt\": \"5\",\n \"backgroundColor\": \"rgba(0,0,0,0)\",\n \"titleColor\": \"#1c2024\",\n \"subtitleColor\": \"#8d8d8d\",\n \"textColorShow\": false,\n \"textColor\": \"#333\",\n \"markTextColor\": \"#ffffff\",\n \"color\": [\n \"#ffe629\",\n \"#3e63dd\",\n \"#ec9455\",\n \"#5bb98b\",\n \"#cb1d63\",\n \"#3ba272\",\n \"#fc8452\",\n \"#9a60b4\",\n \"#ea7ccc\"\n ],\n \"borderColor\": \"#8d8d8d\",\n \"borderWidth\": 0,\n \"visualMapColor\": [\"#bf444c\", \"#d88273\", \"#f6efa6\"],\n \"legendTextColor\": \"#1c2024\",\n \"kColor\": \"#eb5454\",\n \"kColor0\": \"#47b262\",\n \"kBorderColor\": \"#eb5454\",\n \"kBorderColor0\": \"#47b262\",\n \"kBorderWidth\": 1,\n \"lineWidth\": 2,\n \"symbolSize\": 4,\n \"symbol\": \"emptyCircle\",\n \"symbolBorderWidth\": 1,\n \"lineSmooth\": false,\n \"graphLineWidth\": 1,\n \"graphLineColor\": \"#aaa\",\n \"mapLabelColor\": \"#000\",\n \"mapLabelColorE\": \"rgb(100,0,0)\",\n \"mapBorderColor\": \"#444\",\n \"mapBorderColorE\": \"#444\",\n \"mapBorderWidth\": 0.5,\n \"mapBorderWidthE\": 1,\n \"mapAreaColor\": \"#eee\",\n \"mapAreaColorE\": \"rgba(255,215,0,0.8)\",\n \"axes\": [\n {\n \"type\": \"all\",\n \"name\": \"通用坐标轴\",\n \"axisLineShow\": true,\n \"axisLineColor\": \"#6E7079\",\n \"axisTickShow\": true,\n \"axisTickColor\": \"#6E7079\",\n \"axisLabelShow\": true,\n \"axisLabelColor\": \"#6E7079\",\n \"splitLineShow\": true,\n \"splitLineColor\": [\"#E0E6F1\"],\n \"splitAreaShow\": false,\n \"splitAreaColor\": [\"rgba(250,250,250,0.2)\", \"rgba(210,219,238,0.2)\"]\n },\n {\n \"type\": \"category\",\n \"name\": \"类目坐标轴\",\n \"axisLineShow\": true,\n \"axisLineColor\": \"#6E7079\",\n \"axisTickShow\": true,\n \"axisTickColor\": \"#6E7079\",\n \"axisLabelShow\": true,\n \"axisLabelColor\": \"#6E7079\",\n \"splitLineShow\": false,\n \"splitLineColor\": [\"#E0E6F1\"],\n \"splitAreaShow\": false,\n \"splitAreaColor\": [\"rgba(250,250,250,0.2)\", \"rgba(210,219,238,0.2)\"]\n },\n {\n \"type\": \"value\",\n \"name\": \"数值坐标轴\",\n \"axisLineShow\": false,\n \"axisLineColor\": \"#6E7079\",\n \"axisTickShow\": false,\n \"axisTickColor\": \"#6E7079\",\n \"axisLabelShow\": true,\n \"axisLabelColor\": \"#6E7079\",\n \"splitLineShow\": true,\n \"splitLineColor\": [\"#E0E6F1\"],\n \"splitAreaShow\": false,\n \"splitAreaColor\": [\"rgba(250,250,250,0.2)\", \"rgba(210,219,238,0.2)\"]\n },\n {\n \"type\": \"log\",\n \"name\": \"对数坐标轴\",\n \"axisLineShow\": false,\n \"axisLineColor\": \"#6E7079\",\n \"axisTickShow\": false,\n \"axisTickColor\": \"#6E7079\",\n \"axisLabelShow\": true,\n \"axisLabelColor\": \"#6E7079\",\n \"splitLineShow\": true,\n \"splitLineColor\": [\"#E0E6F1\"],\n \"splitAreaShow\": false,\n \"splitAreaColor\": [\"rgba(250,250,250,0.2)\", \"rgba(210,219,238,0.2)\"]\n },\n {\n \"type\": \"time\",\n \"name\": \"时间坐标轴\",\n \"axisLineShow\": true,\n \"axisLineColor\": \"#6E7079\",\n \"axisTickShow\": true,\n \"axisTickColor\": \"#6E7079\",\n \"axisLabelShow\": true,\n \"axisLabelColor\": \"#6E7079\",\n \"splitLineShow\": false,\n \"splitLineColor\": [\"#E0E6F1\"],\n \"splitAreaShow\": false,\n \"splitAreaColor\": [\"rgba(250,250,250,0.2)\", \"rgba(210,219,238,0.2)\"]\n }\n ],\n \"axisSeperateSetting\": true,\n \"toolboxColor\": \"#8d8d8d\",\n \"toolboxEmphasisColor\": \"#1c2024\",\n \"tooltipAxisColor\": \"#cccccc\",\n \"tooltipAxisWidth\": 1,\n \"timelineLineColor\": \"#dae1f5\",\n \"timelineLineWidth\": 2,\n \"timelineItemColor\": \"#a4b1d7\",\n \"timelineItemColorE\": \"#ffffff\",\n \"timelineCheckColor\": \"#316bf3\",\n \"timelineCheckBorderColor\": \"#ffffff\",\n \"timelineItemBorderWidth\": 1,\n \"timelineControlColor\": \"#a4b1d7\",\n \"timelineControlBorderColor\": \"#a4b1d7\",\n \"timelineControlBorderWidth\": 1,\n \"timelineLabelColor\": \"#a4b1d7\"\n }\n}\n"],"mappings":"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","names":[]}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
declare const EchartDefaultProps: {
|
|
2
|
+
readonly opts: {
|
|
3
|
+
readonly renderer: "svg";
|
|
4
|
+
};
|
|
5
|
+
readonly theme: {
|
|
6
|
+
version: number;
|
|
7
|
+
themeName: string;
|
|
8
|
+
theme: {
|
|
9
|
+
seriesCnt: string;
|
|
10
|
+
backgroundColor: string;
|
|
11
|
+
titleColor: string;
|
|
12
|
+
subtitleColor: string;
|
|
13
|
+
textColorShow: boolean;
|
|
14
|
+
textColor: string;
|
|
15
|
+
markTextColor: string;
|
|
16
|
+
color: string[];
|
|
17
|
+
borderColor: string;
|
|
18
|
+
borderWidth: number;
|
|
19
|
+
visualMapColor: string[];
|
|
20
|
+
legendTextColor: string;
|
|
21
|
+
kColor: string;
|
|
22
|
+
kColor0: string;
|
|
23
|
+
kBorderColor: string;
|
|
24
|
+
kBorderColor0: string;
|
|
25
|
+
kBorderWidth: number;
|
|
26
|
+
lineWidth: number;
|
|
27
|
+
symbolSize: number;
|
|
28
|
+
symbol: string;
|
|
29
|
+
symbolBorderWidth: number;
|
|
30
|
+
lineSmooth: boolean;
|
|
31
|
+
graphLineWidth: number;
|
|
32
|
+
graphLineColor: string;
|
|
33
|
+
mapLabelColor: string;
|
|
34
|
+
mapLabelColorE: string;
|
|
35
|
+
mapBorderColor: string;
|
|
36
|
+
mapBorderColorE: string;
|
|
37
|
+
mapBorderWidth: number;
|
|
38
|
+
mapBorderWidthE: number;
|
|
39
|
+
mapAreaColor: string;
|
|
40
|
+
mapAreaColorE: string;
|
|
41
|
+
axes: {
|
|
42
|
+
type: string;
|
|
43
|
+
name: string;
|
|
44
|
+
axisLineShow: boolean;
|
|
45
|
+
axisLineColor: string;
|
|
46
|
+
axisTickShow: boolean;
|
|
47
|
+
axisTickColor: string;
|
|
48
|
+
axisLabelShow: boolean;
|
|
49
|
+
axisLabelColor: string;
|
|
50
|
+
splitLineShow: boolean;
|
|
51
|
+
splitLineColor: string[];
|
|
52
|
+
splitAreaShow: boolean;
|
|
53
|
+
splitAreaColor: string[];
|
|
54
|
+
}[];
|
|
55
|
+
axisSeperateSetting: boolean;
|
|
56
|
+
toolboxColor: string;
|
|
57
|
+
toolboxEmphasisColor: string;
|
|
58
|
+
tooltipAxisColor: string;
|
|
59
|
+
tooltipAxisWidth: number;
|
|
60
|
+
timelineLineColor: string;
|
|
61
|
+
timelineLineWidth: number;
|
|
62
|
+
timelineItemColor: string;
|
|
63
|
+
timelineItemColorE: string;
|
|
64
|
+
timelineCheckColor: string;
|
|
65
|
+
timelineCheckBorderColor: string;
|
|
66
|
+
timelineItemBorderWidth: number;
|
|
67
|
+
timelineControlColor: string;
|
|
68
|
+
timelineControlBorderColor: string;
|
|
69
|
+
timelineControlBorderWidth: number;
|
|
70
|
+
timelineLabelColor: string;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
readonly option: {
|
|
74
|
+
readonly textStyle: {
|
|
75
|
+
readonly fontFamily: "Noto Sans KR";
|
|
76
|
+
};
|
|
77
|
+
readonly tooltip: {
|
|
78
|
+
readonly textStyle: {
|
|
79
|
+
readonly fontSize: 16;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export { EchartDefaultProps };
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
declare const EchartDefaultProps: {
|
|
2
|
+
readonly opts: {
|
|
3
|
+
readonly renderer: "svg";
|
|
4
|
+
};
|
|
5
|
+
readonly theme: {
|
|
6
|
+
version: number;
|
|
7
|
+
themeName: string;
|
|
8
|
+
theme: {
|
|
9
|
+
seriesCnt: string;
|
|
10
|
+
backgroundColor: string;
|
|
11
|
+
titleColor: string;
|
|
12
|
+
subtitleColor: string;
|
|
13
|
+
textColorShow: boolean;
|
|
14
|
+
textColor: string;
|
|
15
|
+
markTextColor: string;
|
|
16
|
+
color: string[];
|
|
17
|
+
borderColor: string;
|
|
18
|
+
borderWidth: number;
|
|
19
|
+
visualMapColor: string[];
|
|
20
|
+
legendTextColor: string;
|
|
21
|
+
kColor: string;
|
|
22
|
+
kColor0: string;
|
|
23
|
+
kBorderColor: string;
|
|
24
|
+
kBorderColor0: string;
|
|
25
|
+
kBorderWidth: number;
|
|
26
|
+
lineWidth: number;
|
|
27
|
+
symbolSize: number;
|
|
28
|
+
symbol: string;
|
|
29
|
+
symbolBorderWidth: number;
|
|
30
|
+
lineSmooth: boolean;
|
|
31
|
+
graphLineWidth: number;
|
|
32
|
+
graphLineColor: string;
|
|
33
|
+
mapLabelColor: string;
|
|
34
|
+
mapLabelColorE: string;
|
|
35
|
+
mapBorderColor: string;
|
|
36
|
+
mapBorderColorE: string;
|
|
37
|
+
mapBorderWidth: number;
|
|
38
|
+
mapBorderWidthE: number;
|
|
39
|
+
mapAreaColor: string;
|
|
40
|
+
mapAreaColorE: string;
|
|
41
|
+
axes: {
|
|
42
|
+
type: string;
|
|
43
|
+
name: string;
|
|
44
|
+
axisLineShow: boolean;
|
|
45
|
+
axisLineColor: string;
|
|
46
|
+
axisTickShow: boolean;
|
|
47
|
+
axisTickColor: string;
|
|
48
|
+
axisLabelShow: boolean;
|
|
49
|
+
axisLabelColor: string;
|
|
50
|
+
splitLineShow: boolean;
|
|
51
|
+
splitLineColor: string[];
|
|
52
|
+
splitAreaShow: boolean;
|
|
53
|
+
splitAreaColor: string[];
|
|
54
|
+
}[];
|
|
55
|
+
axisSeperateSetting: boolean;
|
|
56
|
+
toolboxColor: string;
|
|
57
|
+
toolboxEmphasisColor: string;
|
|
58
|
+
tooltipAxisColor: string;
|
|
59
|
+
tooltipAxisWidth: number;
|
|
60
|
+
timelineLineColor: string;
|
|
61
|
+
timelineLineWidth: number;
|
|
62
|
+
timelineItemColor: string;
|
|
63
|
+
timelineItemColorE: string;
|
|
64
|
+
timelineCheckColor: string;
|
|
65
|
+
timelineCheckBorderColor: string;
|
|
66
|
+
timelineItemBorderWidth: number;
|
|
67
|
+
timelineControlColor: string;
|
|
68
|
+
timelineControlBorderColor: string;
|
|
69
|
+
timelineControlBorderWidth: number;
|
|
70
|
+
timelineLabelColor: string;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
readonly option: {
|
|
74
|
+
readonly textStyle: {
|
|
75
|
+
readonly fontFamily: "Noto Sans KR";
|
|
76
|
+
};
|
|
77
|
+
readonly tooltip: {
|
|
78
|
+
readonly textStyle: {
|
|
79
|
+
readonly fontSize: 16;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export { EchartDefaultProps };
|