@tipp/ui 1.0.30 → 1.0.32

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.
Files changed (40) hide show
  1. package/dist/atoms/field-error-wrapper.js +2 -2
  2. package/dist/atoms/index.js +69 -69
  3. package/dist/atoms/pagination.js +3 -3
  4. package/dist/chart-theme-BLAIiQPs.d.cts +170 -0
  5. package/dist/chart-theme-BLAIiQPs.d.ts +170 -0
  6. package/dist/charts/chart-test.cjs +245 -0
  7. package/dist/charts/chart-test.cjs.map +1 -0
  8. package/dist/charts/chart-test.d.cts +11 -0
  9. package/dist/charts/chart-test.d.ts +11 -0
  10. package/dist/charts/chart-test.js +68 -0
  11. package/dist/charts/chart-test.js.map +1 -0
  12. package/dist/charts/chart.cjs +3 -20
  13. package/dist/charts/chart.cjs.map +1 -1
  14. package/dist/charts/chart.d.cts +6 -174
  15. package/dist/charts/chart.d.ts +6 -174
  16. package/dist/charts/chart.js +4 -2
  17. package/dist/charts/index.cjs +3 -20
  18. package/dist/charts/index.cjs.map +1 -1
  19. package/dist/charts/index.d.cts +3 -2
  20. package/dist/charts/index.d.ts +3 -2
  21. package/dist/charts/index.js +4 -2
  22. package/dist/chunk-67K6SKIG.js +142 -0
  23. package/dist/chunk-67K6SKIG.js.map +1 -0
  24. package/dist/chunk-DDEH7MMD.js +43 -0
  25. package/dist/chunk-DDEH7MMD.js.map +1 -0
  26. package/dist/index.cjs +3 -20
  27. package/dist/index.cjs.map +1 -1
  28. package/dist/index.css +1 -1
  29. package/dist/index.css.map +1 -1
  30. package/dist/index.d.cts +3 -2
  31. package/dist/index.d.ts +3 -2
  32. package/dist/index.js +86 -84
  33. package/dist/molecules/date-picker/index.js +2 -2
  34. package/dist/molecules/expand-table/index.js +32 -32
  35. package/dist/molecules/expand-table/row.js +29 -29
  36. package/dist/molecules/index.js +36 -36
  37. package/dist/molecules/navigation.js +30 -30
  38. package/package.json +1 -1
  39. package/src/charts/chart-test.tsx +90 -0
  40. package/src/charts/chart.tsx +8 -55
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  FieldErrorWrapper
3
- } from "../chunk-CHHLIPDN.js";
4
- import "../chunk-25HMMI7R.js";
3
+ } from "../chunk-CNQ7RNNY.js";
5
4
  import "../chunk-O3XTRD7R.js";
5
+ import "../chunk-25HMMI7R.js";
6
6
  import "../chunk-N552FDTV.js";
7
7
  export {
8
8
  FieldErrorWrapper
@@ -1,4 +1,22 @@
1
1
  import "../chunk-2ANGYYEV.js";
2
+ import {
3
+ TextArea
4
+ } from "../chunk-ILRUXI2E.js";
5
+ import {
6
+ TextField
7
+ } from "../chunk-JPIZP2PZ.js";
8
+ import {
9
+ Select
10
+ } from "../chunk-355MU6BH.js";
11
+ import {
12
+ Separator
13
+ } from "../chunk-HYITAA4J.js";
14
+ import {
15
+ Skeleton
16
+ } from "../chunk-5H3YPCZK.js";
17
+ import {
18
+ Spinner
19
+ } from "../chunk-FR2GDOU2.js";
2
20
  import {
3
21
  Strong
4
22
  } from "../chunk-74DX4CU7.js";
@@ -12,11 +30,17 @@ import {
12
30
  Tabs
13
31
  } from "../chunk-5ZITU5L7.js";
14
32
  import {
15
- TextArea
16
- } from "../chunk-ILRUXI2E.js";
33
+ Progress
34
+ } from "../chunk-365QMK4D.js";
17
35
  import {
18
- TextField
19
- } from "../chunk-JPIZP2PZ.js";
36
+ Quote
37
+ } from "../chunk-YO3BQW6S.js";
38
+ import {
39
+ RadioCards
40
+ } from "../chunk-6IVCARWS.js";
41
+ import {
42
+ RadioGroup
43
+ } from "../chunk-6DJOIRMF.js";
20
44
  import {
21
45
  Radio
22
46
  } from "../chunk-FPD73OHW.js";
@@ -30,17 +54,11 @@ import {
30
54
  SegmentedControl
31
55
  } from "../chunk-TVDKGMBI.js";
32
56
  import {
33
- Select
34
- } from "../chunk-355MU6BH.js";
35
- import {
36
- Separator
37
- } from "../chunk-HYITAA4J.js";
38
- import {
39
- Skeleton
40
- } from "../chunk-5H3YPCZK.js";
57
+ HoverCard
58
+ } from "../chunk-O3T3TM3V.js";
41
59
  import {
42
- Spinner
43
- } from "../chunk-FR2GDOU2.js";
60
+ Inset
61
+ } from "../chunk-XQOL7UBI.js";
44
62
  import {
45
63
  Kbd
46
64
  } from "../chunk-TULWX7D6.js";
@@ -49,22 +67,31 @@ import {
49
67
  } from "../chunk-XQOZWYUA.js";
50
68
  import {
51
69
  Pagination
52
- } from "../chunk-3R2IB6WJ.js";
70
+ } from "../chunk-QGBUYEQN.js";
53
71
  import {
54
72
  Popover
55
73
  } from "../chunk-5AVBYDPB.js";
56
74
  import {
57
- Progress
58
- } from "../chunk-365QMK4D.js";
75
+ DropdownMenu
76
+ } from "../chunk-YTZSKMX3.js";
59
77
  import {
60
- Quote
61
- } from "../chunk-YO3BQW6S.js";
78
+ EllipsisTooltip
79
+ } from "../chunk-4IKPNQV5.js";
62
80
  import {
63
- RadioCards
64
- } from "../chunk-6IVCARWS.js";
81
+ Tooltip
82
+ } from "../chunk-ACVANQJ4.js";
65
83
  import {
66
- RadioGroup
67
- } from "../chunk-6DJOIRMF.js";
84
+ Em
85
+ } from "../chunk-2DZ2Y3JI.js";
86
+ import {
87
+ FieldErrorWrapper
88
+ } from "../chunk-CNQ7RNNY.js";
89
+ import {
90
+ Typo
91
+ } from "../chunk-O3XTRD7R.js";
92
+ import {
93
+ Flex
94
+ } from "../chunk-25HMMI7R.js";
68
95
  import {
69
96
  Form
70
97
  } from "../chunk-2CVXGGI5.js";
@@ -75,11 +102,17 @@ import {
75
102
  Heading
76
103
  } from "../chunk-HLOY6BIP.js";
77
104
  import {
78
- HoverCard
79
- } from "../chunk-O3T3TM3V.js";
105
+ CheckboxGroup
106
+ } from "../chunk-IQEEPHOY.js";
80
107
  import {
81
- Inset
82
- } from "../chunk-XQOL7UBI.js";
108
+ Checkbox
109
+ } from "../chunk-JEHDCZQU.js";
110
+ import {
111
+ Code
112
+ } from "../chunk-OHMOP5PV.js";
113
+ import {
114
+ Collapse
115
+ } from "../chunk-KGLIAFTI.js";
83
116
  import {
84
117
  Container
85
118
  } from "../chunk-Q37G2GS6.js";
@@ -104,26 +137,17 @@ import {
104
137
  IconButton
105
138
  } from "../chunk-O3DNDMV3.js";
106
139
  import {
107
- DropdownMenu
108
- } from "../chunk-YTZSKMX3.js";
109
- import {
110
- EllipsisTooltip
111
- } from "../chunk-4IKPNQV5.js";
112
- import {
113
- Tooltip
114
- } from "../chunk-ACVANQJ4.js";
115
- import {
116
- Em
117
- } from "../chunk-2DZ2Y3JI.js";
140
+ Avatar
141
+ } from "../chunk-CZEGRZBK.js";
118
142
  import {
119
- FieldErrorWrapper
120
- } from "../chunk-CHHLIPDN.js";
143
+ Badge
144
+ } from "../chunk-ALOPZ54P.js";
121
145
  import {
122
- Flex
123
- } from "../chunk-25HMMI7R.js";
146
+ Blockquote
147
+ } from "../chunk-YGL6SWKN.js";
124
148
  import {
125
- Typo
126
- } from "../chunk-O3XTRD7R.js";
149
+ Box
150
+ } from "../chunk-4Y5BEXVN.js";
127
151
  import {
128
152
  Button
129
153
  } from "../chunk-AQX7DQLI.js";
@@ -136,37 +160,13 @@ import {
136
160
  import {
137
161
  CheckboxCards
138
162
  } from "../chunk-MIMJ7LON.js";
139
- import {
140
- CheckboxGroup
141
- } from "../chunk-IQEEPHOY.js";
142
- import {
143
- Checkbox
144
- } from "../chunk-JEHDCZQU.js";
145
- import {
146
- Code
147
- } from "../chunk-OHMOP5PV.js";
148
- import {
149
- Collapse
150
- } from "../chunk-KGLIAFTI.js";
163
+ import "../chunk-4UZQXJQO.js";
151
164
  import {
152
165
  AlertDialog
153
166
  } from "../chunk-J242TTFH.js";
154
167
  import {
155
168
  AspectRatio
156
169
  } from "../chunk-EAXUQEO5.js";
157
- import {
158
- Avatar
159
- } from "../chunk-CZEGRZBK.js";
160
- import {
161
- Badge
162
- } from "../chunk-ALOPZ54P.js";
163
- import {
164
- Blockquote
165
- } from "../chunk-YGL6SWKN.js";
166
- import {
167
- Box
168
- } from "../chunk-4Y5BEXVN.js";
169
- import "../chunk-4UZQXJQO.js";
170
170
  import "../chunk-N552FDTV.js";
171
171
  export {
172
172
  AlertDialog,
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  Pagination
3
- } from "../chunk-3R2IB6WJ.js";
4
- import "../chunk-O3DNDMV3.js";
5
- import "../chunk-25HMMI7R.js";
3
+ } from "../chunk-QGBUYEQN.js";
6
4
  import "../chunk-O3XTRD7R.js";
5
+ import "../chunk-25HMMI7R.js";
6
+ import "../chunk-O3DNDMV3.js";
7
7
  import "../chunk-4UZQXJQO.js";
8
8
  import "../chunk-N552FDTV.js";
9
9
  export {
@@ -0,0 +1,170 @@
1
+ var version = 1;
2
+ var themeName = "customed";
3
+ var theme = {
4
+ seriesCnt: "5",
5
+ backgroundColor: "rgba(0,0,0,0)",
6
+ titleColor: "#1c2024",
7
+ subtitleColor: "#8d8d8d",
8
+ textColorShow: false,
9
+ textColor: "#333",
10
+ markTextColor: "#ffffff",
11
+ color: [
12
+ "#ffe629",
13
+ "#3e63dd",
14
+ "#ec9455",
15
+ "#5bb98b",
16
+ "#cb1d63",
17
+ "#3ba272",
18
+ "#fc8452",
19
+ "#9a60b4",
20
+ "#ea7ccc"
21
+ ],
22
+ borderColor: "#8d8d8d",
23
+ borderWidth: 0,
24
+ visualMapColor: [
25
+ "#bf444c",
26
+ "#d88273",
27
+ "#f6efa6"
28
+ ],
29
+ legendTextColor: "#1c2024",
30
+ kColor: "#eb5454",
31
+ kColor0: "#47b262",
32
+ kBorderColor: "#eb5454",
33
+ kBorderColor0: "#47b262",
34
+ kBorderWidth: 1,
35
+ lineWidth: 2,
36
+ symbolSize: 4,
37
+ symbol: "emptyCircle",
38
+ symbolBorderWidth: 1,
39
+ lineSmooth: false,
40
+ graphLineWidth: 1,
41
+ graphLineColor: "#aaa",
42
+ mapLabelColor: "#000",
43
+ mapLabelColorE: "rgb(100,0,0)",
44
+ mapBorderColor: "#444",
45
+ mapBorderColorE: "#444",
46
+ mapBorderWidth: 0.5,
47
+ mapBorderWidthE: 1,
48
+ mapAreaColor: "#eee",
49
+ mapAreaColorE: "rgba(255,215,0,0.8)",
50
+ axes: [
51
+ {
52
+ type: "all",
53
+ name: "通用坐标轴",
54
+ axisLineShow: true,
55
+ axisLineColor: "#6E7079",
56
+ axisTickShow: true,
57
+ axisTickColor: "#6E7079",
58
+ axisLabelShow: true,
59
+ axisLabelColor: "#6E7079",
60
+ splitLineShow: true,
61
+ splitLineColor: [
62
+ "#E0E6F1"
63
+ ],
64
+ splitAreaShow: false,
65
+ splitAreaColor: [
66
+ "rgba(250,250,250,0.2)",
67
+ "rgba(210,219,238,0.2)"
68
+ ]
69
+ },
70
+ {
71
+ type: "category",
72
+ name: "类目坐标轴",
73
+ axisLineShow: true,
74
+ axisLineColor: "#6E7079",
75
+ axisTickShow: true,
76
+ axisTickColor: "#6E7079",
77
+ axisLabelShow: true,
78
+ axisLabelColor: "#6E7079",
79
+ splitLineShow: false,
80
+ splitLineColor: [
81
+ "#E0E6F1"
82
+ ],
83
+ splitAreaShow: false,
84
+ splitAreaColor: [
85
+ "rgba(250,250,250,0.2)",
86
+ "rgba(210,219,238,0.2)"
87
+ ]
88
+ },
89
+ {
90
+ type: "value",
91
+ name: "数值坐标轴",
92
+ axisLineShow: false,
93
+ axisLineColor: "#6E7079",
94
+ axisTickShow: false,
95
+ axisTickColor: "#6E7079",
96
+ axisLabelShow: true,
97
+ axisLabelColor: "#6E7079",
98
+ splitLineShow: true,
99
+ splitLineColor: [
100
+ "#E0E6F1"
101
+ ],
102
+ splitAreaShow: false,
103
+ splitAreaColor: [
104
+ "rgba(250,250,250,0.2)",
105
+ "rgba(210,219,238,0.2)"
106
+ ]
107
+ },
108
+ {
109
+ type: "log",
110
+ name: "对数坐标轴",
111
+ axisLineShow: false,
112
+ axisLineColor: "#6E7079",
113
+ axisTickShow: false,
114
+ axisTickColor: "#6E7079",
115
+ axisLabelShow: true,
116
+ axisLabelColor: "#6E7079",
117
+ splitLineShow: true,
118
+ splitLineColor: [
119
+ "#E0E6F1"
120
+ ],
121
+ splitAreaShow: false,
122
+ splitAreaColor: [
123
+ "rgba(250,250,250,0.2)",
124
+ "rgba(210,219,238,0.2)"
125
+ ]
126
+ },
127
+ {
128
+ type: "time",
129
+ name: "时间坐标轴",
130
+ axisLineShow: true,
131
+ axisLineColor: "#6E7079",
132
+ axisTickShow: true,
133
+ axisTickColor: "#6E7079",
134
+ axisLabelShow: true,
135
+ axisLabelColor: "#6E7079",
136
+ splitLineShow: false,
137
+ splitLineColor: [
138
+ "#E0E6F1"
139
+ ],
140
+ splitAreaShow: false,
141
+ splitAreaColor: [
142
+ "rgba(250,250,250,0.2)",
143
+ "rgba(210,219,238,0.2)"
144
+ ]
145
+ }
146
+ ],
147
+ axisSeperateSetting: true,
148
+ toolboxColor: "#8d8d8d",
149
+ toolboxEmphasisColor: "#1c2024",
150
+ tooltipAxisColor: "#cccccc",
151
+ tooltipAxisWidth: 1,
152
+ timelineLineColor: "#dae1f5",
153
+ timelineLineWidth: 2,
154
+ timelineItemColor: "#a4b1d7",
155
+ timelineItemColorE: "#ffffff",
156
+ timelineCheckColor: "#316bf3",
157
+ timelineCheckBorderColor: "#ffffff",
158
+ timelineItemBorderWidth: 1,
159
+ timelineControlColor: "#a4b1d7",
160
+ timelineControlBorderColor: "#a4b1d7",
161
+ timelineControlBorderWidth: 1,
162
+ timelineLabelColor: "#a4b1d7"
163
+ };
164
+ var chartTheme = {
165
+ version: version,
166
+ themeName: themeName,
167
+ theme: theme
168
+ };
169
+
170
+ export { chartTheme as c };
@@ -0,0 +1,170 @@
1
+ var version = 1;
2
+ var themeName = "customed";
3
+ var theme = {
4
+ seriesCnt: "5",
5
+ backgroundColor: "rgba(0,0,0,0)",
6
+ titleColor: "#1c2024",
7
+ subtitleColor: "#8d8d8d",
8
+ textColorShow: false,
9
+ textColor: "#333",
10
+ markTextColor: "#ffffff",
11
+ color: [
12
+ "#ffe629",
13
+ "#3e63dd",
14
+ "#ec9455",
15
+ "#5bb98b",
16
+ "#cb1d63",
17
+ "#3ba272",
18
+ "#fc8452",
19
+ "#9a60b4",
20
+ "#ea7ccc"
21
+ ],
22
+ borderColor: "#8d8d8d",
23
+ borderWidth: 0,
24
+ visualMapColor: [
25
+ "#bf444c",
26
+ "#d88273",
27
+ "#f6efa6"
28
+ ],
29
+ legendTextColor: "#1c2024",
30
+ kColor: "#eb5454",
31
+ kColor0: "#47b262",
32
+ kBorderColor: "#eb5454",
33
+ kBorderColor0: "#47b262",
34
+ kBorderWidth: 1,
35
+ lineWidth: 2,
36
+ symbolSize: 4,
37
+ symbol: "emptyCircle",
38
+ symbolBorderWidth: 1,
39
+ lineSmooth: false,
40
+ graphLineWidth: 1,
41
+ graphLineColor: "#aaa",
42
+ mapLabelColor: "#000",
43
+ mapLabelColorE: "rgb(100,0,0)",
44
+ mapBorderColor: "#444",
45
+ mapBorderColorE: "#444",
46
+ mapBorderWidth: 0.5,
47
+ mapBorderWidthE: 1,
48
+ mapAreaColor: "#eee",
49
+ mapAreaColorE: "rgba(255,215,0,0.8)",
50
+ axes: [
51
+ {
52
+ type: "all",
53
+ name: "通用坐标轴",
54
+ axisLineShow: true,
55
+ axisLineColor: "#6E7079",
56
+ axisTickShow: true,
57
+ axisTickColor: "#6E7079",
58
+ axisLabelShow: true,
59
+ axisLabelColor: "#6E7079",
60
+ splitLineShow: true,
61
+ splitLineColor: [
62
+ "#E0E6F1"
63
+ ],
64
+ splitAreaShow: false,
65
+ splitAreaColor: [
66
+ "rgba(250,250,250,0.2)",
67
+ "rgba(210,219,238,0.2)"
68
+ ]
69
+ },
70
+ {
71
+ type: "category",
72
+ name: "类目坐标轴",
73
+ axisLineShow: true,
74
+ axisLineColor: "#6E7079",
75
+ axisTickShow: true,
76
+ axisTickColor: "#6E7079",
77
+ axisLabelShow: true,
78
+ axisLabelColor: "#6E7079",
79
+ splitLineShow: false,
80
+ splitLineColor: [
81
+ "#E0E6F1"
82
+ ],
83
+ splitAreaShow: false,
84
+ splitAreaColor: [
85
+ "rgba(250,250,250,0.2)",
86
+ "rgba(210,219,238,0.2)"
87
+ ]
88
+ },
89
+ {
90
+ type: "value",
91
+ name: "数值坐标轴",
92
+ axisLineShow: false,
93
+ axisLineColor: "#6E7079",
94
+ axisTickShow: false,
95
+ axisTickColor: "#6E7079",
96
+ axisLabelShow: true,
97
+ axisLabelColor: "#6E7079",
98
+ splitLineShow: true,
99
+ splitLineColor: [
100
+ "#E0E6F1"
101
+ ],
102
+ splitAreaShow: false,
103
+ splitAreaColor: [
104
+ "rgba(250,250,250,0.2)",
105
+ "rgba(210,219,238,0.2)"
106
+ ]
107
+ },
108
+ {
109
+ type: "log",
110
+ name: "对数坐标轴",
111
+ axisLineShow: false,
112
+ axisLineColor: "#6E7079",
113
+ axisTickShow: false,
114
+ axisTickColor: "#6E7079",
115
+ axisLabelShow: true,
116
+ axisLabelColor: "#6E7079",
117
+ splitLineShow: true,
118
+ splitLineColor: [
119
+ "#E0E6F1"
120
+ ],
121
+ splitAreaShow: false,
122
+ splitAreaColor: [
123
+ "rgba(250,250,250,0.2)",
124
+ "rgba(210,219,238,0.2)"
125
+ ]
126
+ },
127
+ {
128
+ type: "time",
129
+ name: "时间坐标轴",
130
+ axisLineShow: true,
131
+ axisLineColor: "#6E7079",
132
+ axisTickShow: true,
133
+ axisTickColor: "#6E7079",
134
+ axisLabelShow: true,
135
+ axisLabelColor: "#6E7079",
136
+ splitLineShow: false,
137
+ splitLineColor: [
138
+ "#E0E6F1"
139
+ ],
140
+ splitAreaShow: false,
141
+ splitAreaColor: [
142
+ "rgba(250,250,250,0.2)",
143
+ "rgba(210,219,238,0.2)"
144
+ ]
145
+ }
146
+ ],
147
+ axisSeperateSetting: true,
148
+ toolboxColor: "#8d8d8d",
149
+ toolboxEmphasisColor: "#1c2024",
150
+ tooltipAxisColor: "#cccccc",
151
+ tooltipAxisWidth: 1,
152
+ timelineLineColor: "#dae1f5",
153
+ timelineLineWidth: 2,
154
+ timelineItemColor: "#a4b1d7",
155
+ timelineItemColorE: "#ffffff",
156
+ timelineCheckColor: "#316bf3",
157
+ timelineCheckBorderColor: "#ffffff",
158
+ timelineItemBorderWidth: 1,
159
+ timelineControlColor: "#a4b1d7",
160
+ timelineControlBorderColor: "#a4b1d7",
161
+ timelineControlBorderWidth: 1,
162
+ timelineLabelColor: "#a4b1d7"
163
+ };
164
+ var chartTheme = {
165
+ version: version,
166
+ themeName: themeName,
167
+ theme: theme
168
+ };
169
+
170
+ export { chartTheme as c };