@semcore/d3-chart 2.3.8 → 2.4.1
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/CHANGELOG.md +12 -0
- package/lib/cjs/Area.js +9 -9
- package/lib/cjs/Axis.js +14 -14
- package/lib/cjs/Bar.js +8 -8
- package/lib/cjs/Bubble.js +10 -10
- package/lib/cjs/Donut.js +7 -7
- package/lib/cjs/Dots.js +9 -9
- package/lib/cjs/HorizontalBar.js +8 -8
- package/lib/cjs/Hover.js +4 -4
- package/lib/cjs/Line.js +8 -8
- package/lib/cjs/Plot.js +4 -4
- package/lib/cjs/RadialTree.js +11 -11
- package/lib/cjs/RadialTree.js.map +1 -1
- package/lib/cjs/ReferenceLine.js +10 -10
- package/lib/cjs/ScatterPlot.js +7 -7
- package/lib/cjs/Tooltip.js +8 -8
- package/lib/cjs/Venn.js +7 -7
- package/lib/cjs/a11y/PlotA11yModule.js +3 -3
- package/lib/cjs/a11y/PlotA11yView.js +4 -4
- package/lib/es6/Area.js +9 -9
- package/lib/es6/Axis.js +14 -14
- package/lib/es6/Bar.js +8 -8
- package/lib/es6/Bubble.js +10 -10
- package/lib/es6/Donut.js +7 -7
- package/lib/es6/Dots.js +9 -9
- package/lib/es6/HorizontalBar.js +8 -8
- package/lib/es6/Hover.js +4 -4
- package/lib/es6/Line.js +8 -8
- package/lib/es6/Plot.js +4 -4
- package/lib/es6/RadialTree.js +11 -11
- package/lib/es6/RadialTree.js.map +1 -1
- package/lib/es6/ReferenceLine.js +10 -10
- package/lib/es6/ScatterPlot.js +7 -7
- package/lib/es6/Tooltip.js +8 -8
- package/lib/es6/Venn.js +7 -7
- package/lib/es6/a11y/PlotA11yModule.js +3 -3
- package/lib/es6/a11y/PlotA11yView.js +4 -4
- package/package.json +6 -5
package/lib/cjs/ReferenceLine.js
CHANGED
|
@@ -42,19 +42,19 @@ var style = (
|
|
|
42
42
|
/*__reshadow_css_start__*/
|
|
43
43
|
_core.sstyled.insert(
|
|
44
44
|
/*__inner_css_start__*/
|
|
45
|
-
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.
|
|
45
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SReferenceLine_r624y_gg_ {\n fill: none;\n stroke: #a9abb6;\n}\n\n.___STitle_r624y_gg_ {\n font-size: 12px;\n fill: #6c6e79;\n transform-origin: var(--transform-origin_r624y);\n}\n\n.___STitle_r624y_gg_._position_top_r624y_gg_ {\n text-anchor: middle;\n}\n\n.___STitle_r624y_gg_._position_bottom_r624y_gg_ {\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STitle_r624y_gg_._position_right_r624y_gg_ {\n transform: rotate(-90deg);\n alignment-baseline: middle;\n text-anchor: middle;\n}\n\n.___STitle_r624y_gg_._position_left_r624y_gg_ {\n transform: rotate(-90deg);\n text-anchor: middle;\n alignment-baseline: middle;\n}\n\n.___SBackground_r624y_gg_ {\n fill: rgba(196, 199, 207, 0.2);\n}\n"
|
|
46
46
|
/*__inner_css_end__*/
|
|
47
|
-
, "
|
|
47
|
+
, "r624y_gg_")
|
|
48
48
|
/*__reshadow_css_end__*/
|
|
49
49
|
, {
|
|
50
|
-
"__SReferenceLine": "
|
|
51
|
-
"__STitle": "
|
|
52
|
-
"--transform-origin": "--transform-
|
|
53
|
-
"_position_top": "
|
|
54
|
-
"_position_bottom": "
|
|
55
|
-
"_position_right": "
|
|
56
|
-
"_position_left": "
|
|
57
|
-
"__SBackground": "
|
|
50
|
+
"__SReferenceLine": "___SReferenceLine_r624y_gg_",
|
|
51
|
+
"__STitle": "___STitle_r624y_gg_",
|
|
52
|
+
"--transform-origin": "--transform-origin_r624y",
|
|
53
|
+
"_position_top": "_position_top_r624y_gg_",
|
|
54
|
+
"_position_bottom": "_position_bottom_r624y_gg_",
|
|
55
|
+
"_position_right": "_position_right_r624y_gg_",
|
|
56
|
+
"_position_left": "_position_left_r624y_gg_",
|
|
57
|
+
"__SBackground": "___SBackground_r624y_gg_"
|
|
58
58
|
});
|
|
59
59
|
var MAP_ORIENTATION = {
|
|
60
60
|
left: 'vertical',
|
package/lib/cjs/ScatterPlot.js
CHANGED
|
@@ -52,16 +52,16 @@ var style = (
|
|
|
52
52
|
/*__reshadow_css_start__*/
|
|
53
53
|
_core.sstyled.insert(
|
|
54
54
|
/*__inner_css_start__*/
|
|
55
|
-
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.
|
|
55
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SScatterPlot_1ibo5_gg_ {\n fill: #2bb3ff;\n transition-property: cx, cy;\n transition-duration: var(--duration_1ibo5);\n transition-timing-function: ease-in-out;\n opacity: 0.5\n}\n\n.___SScatterPlot_1ibo5_gg_:hover {\n opacity: 0.8;\n }\n\n.___SScatterPlot_1ibo5_gg_.__color_1ibo5_gg_ {\n fill: var(--color_1ibo5);\n}\n\n.___SValue_1ibo5_gg_ {\n text-anchor: middle;\n font-size: 10px;\n stroke: #008ff8;\n}\n\n.___SValue_1ibo5_gg_.__color_1ibo5_gg_ {\n stroke: var(--color_1ibo5);\n}\n"
|
|
56
56
|
/*__inner_css_end__*/
|
|
57
|
-
, "
|
|
57
|
+
, "1ibo5_gg_")
|
|
58
58
|
/*__reshadow_css_end__*/
|
|
59
59
|
, {
|
|
60
|
-
"__SScatterPlot": "
|
|
61
|
-
"--duration": "--
|
|
62
|
-
"_color": "
|
|
63
|
-
"--color": "--
|
|
64
|
-
"__SValue": "
|
|
60
|
+
"__SScatterPlot": "___SScatterPlot_1ibo5_gg_",
|
|
61
|
+
"--duration": "--duration_1ibo5",
|
|
62
|
+
"_color": "__color_1ibo5_gg_",
|
|
63
|
+
"--color": "--color_1ibo5",
|
|
64
|
+
"__SValue": "___SValue_1ibo5_gg_"
|
|
65
65
|
});
|
|
66
66
|
|
|
67
67
|
var ScatterPlotRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Tooltip.js
CHANGED
|
@@ -60,17 +60,17 @@ var style = (
|
|
|
60
60
|
/*__reshadow_css_start__*/
|
|
61
61
|
_core.sstyled.insert(
|
|
62
62
|
/*__inner_css_start__*/
|
|
63
|
-
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.
|
|
63
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___STooltip_1l87f_gg_ {\n font-size: 12px;\n line-height: 1.33;\n position: relative;\n background-color: #fff;\n border-radius: 6px;\n border: 1px solid #e0e1e9;\n box-sizing: border-box;\n box-shadow: 0px 1px 12px 0px rgba(25, 27, 35, 0.15);\n padding: 12px;\n}\n\n.___STitle_1l87f_gg_ {\n color: #6c6e79;\n margin-bottom: 8px;\n}\n\n.___SDotGroup_1l87f_gg_ {\n display: flex;\n align-items: center;\n}\n\n.___SDot_1l87f_gg_ {\n width: 8px;\n height: 8px;\n border-radius: 50%;\n margin-right: 8px;\n background: #2bb3ff;\n}\n\n.___SDot_1l87f_gg_.__color_1l87f_gg_ {\n background: var(--color_1l87f);\n}\n"
|
|
64
64
|
/*__inner_css_end__*/
|
|
65
|
-
, "
|
|
65
|
+
, "1l87f_gg_")
|
|
66
66
|
/*__reshadow_css_end__*/
|
|
67
67
|
, {
|
|
68
|
-
"__STooltip": "
|
|
69
|
-
"__STitle": "
|
|
70
|
-
"__SDotGroup": "
|
|
71
|
-
"__SDot": "
|
|
72
|
-
"_color": "
|
|
73
|
-
"--color": "--
|
|
68
|
+
"__STooltip": "___STooltip_1l87f_gg_",
|
|
69
|
+
"__STitle": "___STitle_1l87f_gg_",
|
|
70
|
+
"__SDotGroup": "___SDotGroup_1l87f_gg_",
|
|
71
|
+
"__SDot": "___SDot_1l87f_gg_",
|
|
72
|
+
"_color": "__color_1l87f_gg_",
|
|
73
|
+
"--color": "--color_1l87f"
|
|
74
74
|
});
|
|
75
75
|
|
|
76
76
|
var TooltipRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Venn.js
CHANGED
|
@@ -48,16 +48,16 @@ var style = (
|
|
|
48
48
|
/*__reshadow_css_start__*/
|
|
49
49
|
_core.sstyled.insert(
|
|
50
50
|
/*__inner_css_start__*/
|
|
51
|
-
".
|
|
51
|
+
".___SCircle_lzg9y_gg_ {\n fill: #59ddaa;\n stroke: #fff;\n stroke-width: 2px;\n fill-opacity: 0.5;\n transition-property: cx, cy;\n transition-duration: var(--duration_lzg9y);\n transition-timing-function: ease-in-out\n}\n\n.___SCircle_lzg9y_gg_:hover {\n fill-opacity: 0.7;\n }\n\n.___SCircle_lzg9y_gg_.__color_lzg9y_gg_ {\n fill: var(--color_lzg9y);\n}\n\n.___SIntersection_lzg9y_gg_ {\n stroke: #fff;\n stroke-width: 2px;\n fill-opacity: 0\n}\n\n.___SIntersection_lzg9y_gg_:hover {\n fill-opacity: 0.1;\n }\n"
|
|
52
52
|
/*__inner_css_end__*/
|
|
53
|
-
, "
|
|
53
|
+
, "lzg9y_gg_")
|
|
54
54
|
/*__reshadow_css_end__*/
|
|
55
55
|
, {
|
|
56
|
-
"__SCircle": "
|
|
57
|
-
"--duration": "--
|
|
58
|
-
"_color": "
|
|
59
|
-
"--color": "--
|
|
60
|
-
"__SIntersection": "
|
|
56
|
+
"__SCircle": "___SCircle_lzg9y_gg_",
|
|
57
|
+
"--duration": "--duration_lzg9y",
|
|
58
|
+
"_color": "__color_lzg9y_gg_",
|
|
59
|
+
"--color": "--color_lzg9y",
|
|
60
|
+
"__SIntersection": "___SIntersection_lzg9y_gg_"
|
|
61
61
|
});
|
|
62
62
|
|
|
63
63
|
var VennRoot = /*#__PURE__*/function (_Component) {
|
|
@@ -40,12 +40,12 @@ var styles = (
|
|
|
40
40
|
/*__reshadow_css_start__*/
|
|
41
41
|
_core.sstyled.insert(
|
|
42
42
|
/*__inner_css_start__*/
|
|
43
|
-
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.
|
|
43
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPlotA11yModule_k6huo_gg_ {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n pointer-events: none;\n opacity: 0;\n}\n\n.___SPlotA11yModule_k6huo_gg_:focus {\n -webkit-user-select: all;\n -moz-user-select: all;\n user-select: all;\n pointer-events: all;\n opacity: 1;\n}\n"
|
|
44
44
|
/*__inner_css_end__*/
|
|
45
|
-
, "
|
|
45
|
+
, "k6huo_gg_")
|
|
46
46
|
/*__reshadow_css_end__*/
|
|
47
47
|
, {
|
|
48
|
-
"__SPlotA11yModule": "
|
|
48
|
+
"__SPlotA11yModule": "___SPlotA11yModule_k6huo_gg_"
|
|
49
49
|
});
|
|
50
50
|
var globalWasFocused = false;
|
|
51
51
|
var globalNavWithKeyboard = false;
|
|
@@ -44,13 +44,13 @@ var styles = (
|
|
|
44
44
|
/*__reshadow_css_start__*/
|
|
45
45
|
_core.sstyled.insert(
|
|
46
46
|
/*__inner_css_start__*/
|
|
47
|
-
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.
|
|
47
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPlotA11yView_k7w53_gg_ {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n pointer-events: none;\n opacity: 0;\n background-color: white;\n color: black;\n border: 3px solid black;\n font-size: 10px;\n padding: 2px;\n width: 200px;\n height: 200px;\n max-width: 80%;\n max-height: 80%;\n overflow: auto;\n}\n\n.___SPlotA11yView_k7w53_gg_.__focus-within_k7w53_gg_,\n.___SPlotA11yView_k7w53_gg_:focus {\n -webkit-user-select: all;\n -moz-user-select: all;\n user-select: all;\n pointer-events: all;\n opacity: 1;\n z-index: 100;\n position: relative;\n display: block;\n}\n\n.___SPlotA11yView_k7w53_gg_:focus-within,\n.___SPlotA11yView_k7w53_gg_:focus {\n -webkit-user-select: all;\n -moz-user-select: all;\n user-select: all;\n pointer-events: all;\n opacity: 1;\n z-index: 100;\n position: relative;\n display: block;\n}\n\n.___SPlotA11yView_k7w53_gg_ a {\n cursor: pointer;\n text-decoration: underline;\n margin-bottom: 8px;\n display: block;\n}\n\n.___SPlotA11yView_k7w53_gg_ table,\n.___SPlotA11yView_k7w53_gg_ td,\n.___SPlotA11yView_k7w53_gg_ th {\n border: 1px solid black;\n}\n"
|
|
48
48
|
/*__inner_css_end__*/
|
|
49
|
-
, "
|
|
49
|
+
, "k7w53_gg_")
|
|
50
50
|
/*__reshadow_css_end__*/
|
|
51
51
|
, {
|
|
52
|
-
"__SPlotA11yView": "
|
|
53
|
-
"_focus-within": "__focus-
|
|
52
|
+
"__SPlotA11yView": "___SPlotA11yView_k7w53_gg_",
|
|
53
|
+
"_focus-within": "__focus-within_k7w53_gg_"
|
|
54
54
|
});
|
|
55
55
|
|
|
56
56
|
var PlotA11yView = function PlotA11yView(_ref3) {
|
package/lib/es6/Area.js
CHANGED
|
@@ -26,18 +26,18 @@ var style = (
|
|
|
26
26
|
/*__reshadow_css_start__*/
|
|
27
27
|
_sstyled.insert(
|
|
28
28
|
/*__inner_css_start__*/
|
|
29
|
-
".
|
|
29
|
+
".___SArea_12cqt_gg_ {\n fill: #2bb3ff;\n fill-opacity: 0.2;\n}\n\n.___SArea_12cqt_gg_.__color_12cqt_gg_ {\n fill: var(--color_12cqt);\n}\n\n.___SAreaLine_12cqt_gg_ {\n stroke: #2bb3ff;\n stroke-width: 3;\n fill: transparent;\n}\n\n.___SAreaLine_12cqt_gg_.__color_12cqt_gg_ {\n stroke: var(--color_12cqt);\n}\n\n.___SArea_12cqt_gg_,\n.___SAreaLine_12cqt_gg_ {\n transition-property: d;\n transition-duration: var(--duration_12cqt);\n transition-timing-function: ease-in-out;\n}\n\n.___SNull_12cqt_gg_ {\n fill: transparent;\n stroke: #8a8e9b;\n stroke-dasharray: 4;\n}\n\n.___SNull_12cqt_gg_.__hide_12cqt_gg_ {\n display: none;\n}\n"
|
|
30
30
|
/*__inner_css_end__*/
|
|
31
|
-
, "
|
|
31
|
+
, "12cqt_gg_")
|
|
32
32
|
/*__reshadow_css_end__*/
|
|
33
33
|
, {
|
|
34
|
-
"__SArea": "
|
|
35
|
-
"_color": "
|
|
36
|
-
"--color": "--
|
|
37
|
-
"__SAreaLine": "
|
|
38
|
-
"--duration": "--
|
|
39
|
-
"__SNull": "
|
|
40
|
-
"_hide": "
|
|
34
|
+
"__SArea": "___SArea_12cqt_gg_",
|
|
35
|
+
"_color": "__color_12cqt_gg_",
|
|
36
|
+
"--color": "--color_12cqt",
|
|
37
|
+
"__SAreaLine": "___SAreaLine_12cqt_gg_",
|
|
38
|
+
"--duration": "--duration_12cqt",
|
|
39
|
+
"__SNull": "___SNull_12cqt_gg_",
|
|
40
|
+
"_hide": "__hide_12cqt_gg_"
|
|
41
41
|
});
|
|
42
42
|
|
|
43
43
|
var AreaRoot = /*#__PURE__*/function (_Component) {
|
package/lib/es6/Axis.js
CHANGED
|
@@ -27,23 +27,23 @@ var style = (
|
|
|
27
27
|
/*__reshadow_css_start__*/
|
|
28
28
|
_sstyled.insert(
|
|
29
29
|
/*__inner_css_start__*/
|
|
30
|
-
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.
|
|
30
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SAxis_8uxf6_gg_ {\n stroke: #c4c7cf;\n}\n\n.___SAxis_8uxf6_gg_.__hide_8uxf6_gg_ {\n display: none;\n}\n\n.___STick_8uxf6_gg_ {\n font-size: 12px;\n fill: #6c6e79;\n}\n\n.___STick_8uxf6_gg_.__hide_8uxf6_gg_ {\n display: none;\n}\n\n.___SGrid_8uxf6_gg_ {\n fill: transparent;\n stroke: #e0e1e9;\n}\n\n.___STitle_8uxf6_gg_ {\n font-size: 12px;\n fill: #6c6e79;\n transform-origin: var(--transform-origin_8uxf6);\n}\n\n.___STitle_8uxf6_gg_._position_top_8uxf6_gg_ {\n text-anchor: middle;\n}\n\n.___STitle_8uxf6_gg_._position_bottom_8uxf6_gg_ {\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STitle_8uxf6_gg_._position_right_8uxf6_gg_ {\n transform: rotate(-90deg);\n alignment-baseline: middle;\n text-anchor: middle;\n}\n\n.___STitle_8uxf6_gg_._position_left_8uxf6_gg_ {\n transform: rotate(-90deg);\n text-anchor: middle;\n alignment-baseline: middle;\n}\n\n.___STick_8uxf6_gg_._position_top_8uxf6_gg_ {\n transform: translateY(-12px);\n text-anchor: middle;\n}\n\n.___STick_8uxf6_gg_._position_bottom_8uxf6_gg_ {\n transform: translateY(12px);\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STick_8uxf6_gg_._position_right_8uxf6_gg_ {\n transform: translateX(16px);\n text-anchor: start;\n alignment-baseline: middle;\n}\n\n.___STick_8uxf6_gg_._position_left_8uxf6_gg_ {\n transform: translateX(-16px);\n text-anchor: end;\n alignment-baseline: middle;\n}\n\n.___STick_8uxf6_gg_._position_custom_0_8uxf6_gg_ {\n transform: translateY(12px);\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STick_8uxf6_gg_._position_custom_1_8uxf6_gg_ {\n transform: translateX(-16px);\n text-anchor: end;\n alignment-baseline: middle;\n}\n"
|
|
31
31
|
/*__inner_css_end__*/
|
|
32
|
-
, "
|
|
32
|
+
, "8uxf6_gg_")
|
|
33
33
|
/*__reshadow_css_end__*/
|
|
34
34
|
, {
|
|
35
|
-
"__SAxis": "
|
|
36
|
-
"_hide": "
|
|
37
|
-
"__STick": "
|
|
38
|
-
"__SGrid": "
|
|
39
|
-
"__STitle": "
|
|
40
|
-
"--transform-origin": "--transform-
|
|
41
|
-
"_position_top": "
|
|
42
|
-
"_position_bottom": "
|
|
43
|
-
"_position_right": "
|
|
44
|
-
"_position_left": "
|
|
45
|
-
"_position_custom_0": "
|
|
46
|
-
"_position_custom_1": "
|
|
35
|
+
"__SAxis": "___SAxis_8uxf6_gg_",
|
|
36
|
+
"_hide": "__hide_8uxf6_gg_",
|
|
37
|
+
"__STick": "___STick_8uxf6_gg_",
|
|
38
|
+
"__SGrid": "___SGrid_8uxf6_gg_",
|
|
39
|
+
"__STitle": "___STitle_8uxf6_gg_",
|
|
40
|
+
"--transform-origin": "--transform-origin_8uxf6",
|
|
41
|
+
"_position_top": "_position_top_8uxf6_gg_",
|
|
42
|
+
"_position_bottom": "_position_bottom_8uxf6_gg_",
|
|
43
|
+
"_position_right": "_position_right_8uxf6_gg_",
|
|
44
|
+
"_position_left": "_position_left_8uxf6_gg_",
|
|
45
|
+
"_position_custom_0": "_position_custom_0_8uxf6_gg_",
|
|
46
|
+
"_position_custom_1": "_position_custom_1_8uxf6_gg_"
|
|
47
47
|
});
|
|
48
48
|
var CUSTOM_0 = Symbol('custom_0');
|
|
49
49
|
var CUSTOM_1 = Symbol('custom_1');
|
package/lib/es6/Bar.js
CHANGED
|
@@ -24,17 +24,17 @@ var style = (
|
|
|
24
24
|
/*__reshadow_css_start__*/
|
|
25
25
|
_sstyled.insert(
|
|
26
26
|
/*__inner_css_start__*/
|
|
27
|
-
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.
|
|
27
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SBar_fdlcb_gg_ {\n fill: #2bb3ff;\n transition-property: height, width, y;\n transition-duration: var(--duration_fdlcb);\n transition-timing-function: ease-in-out;\n}\n\n.___SBar_fdlcb_gg_.__color_fdlcb_gg_ {\n fill: var(--color_fdlcb);\n}\n\n.___SBar_fdlcb_gg_.__hide_fdlcb_gg_ {\n display: none;\n}\n\n.___SBackground_fdlcb_gg_ {\n fill: #c4c7cf;\n}\n"
|
|
28
28
|
/*__inner_css_end__*/
|
|
29
|
-
, "
|
|
29
|
+
, "fdlcb_gg_")
|
|
30
30
|
/*__reshadow_css_end__*/
|
|
31
31
|
, {
|
|
32
|
-
"__SBar": "
|
|
33
|
-
"--duration": "--
|
|
34
|
-
"_color": "
|
|
35
|
-
"--color": "--
|
|
36
|
-
"_hide": "
|
|
37
|
-
"__SBackground": "
|
|
32
|
+
"__SBar": "___SBar_fdlcb_gg_",
|
|
33
|
+
"--duration": "--duration_fdlcb",
|
|
34
|
+
"_color": "__color_fdlcb_gg_",
|
|
35
|
+
"--color": "--color_fdlcb",
|
|
36
|
+
"_hide": "__hide_fdlcb_gg_",
|
|
37
|
+
"__SBackground": "___SBackground_fdlcb_gg_"
|
|
38
38
|
});
|
|
39
39
|
|
|
40
40
|
var BarRoot = /*#__PURE__*/function (_Component) {
|
package/lib/es6/Bubble.js
CHANGED
|
@@ -32,19 +32,19 @@ var style = (
|
|
|
32
32
|
/*__reshadow_css_start__*/
|
|
33
33
|
_sstyled.insert(
|
|
34
34
|
/*__inner_css_start__*/
|
|
35
|
-
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.
|
|
35
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SBubble_obgab_gg_ {\n fill: #2bb3ff;\n stroke: #fff;\n stroke-width: 2px;\n transition-property: cx, cy;\n transition-duration: var(--duration_obgab);\n transition-timing-function: ease-in-out;\n opacity: 0.5\n}\n\n.___SBubble_obgab_gg_:hover {\n opacity: 0.8;\n }\n\n.___SBubble_obgab_gg_.__color_obgab_gg_ {\n fill: var(--color_obgab);\n}\n\n.___SCenter_obgab_gg_ {\n text-anchor: middle;\n font-size: 11px;\n stroke: #2bb3ff;\n}\n\n.___SCenter_obgab_gg_.__color_obgab_gg_ {\n stroke: var(--color_obgab);\n}\n\n.___SLabel_obgab_gg_ {\n fill: #2bb3ff;\n}\n\n.___SLabel_obgab_gg_._position_right_obgab_gg_ {\n text-anchor: end;\n}\n\n.___SLabel_obgab_gg_._position_left_obgab_gg_ {\n text-anchor: start;\n}\n\n.___SLabel_obgab_gg_.__color_obgab_gg_ {\n fill: var(--color_obgab);\n}\n"
|
|
36
36
|
/*__inner_css_end__*/
|
|
37
|
-
, "
|
|
37
|
+
, "obgab_gg_")
|
|
38
38
|
/*__reshadow_css_end__*/
|
|
39
39
|
, {
|
|
40
|
-
"__SBubble": "
|
|
41
|
-
"--duration": "--
|
|
42
|
-
"_color": "
|
|
43
|
-
"--color": "--
|
|
44
|
-
"__SCenter": "
|
|
45
|
-
"__SLabel": "
|
|
46
|
-
"_position_right": "
|
|
47
|
-
"_position_left": "
|
|
40
|
+
"__SBubble": "___SBubble_obgab_gg_",
|
|
41
|
+
"--duration": "--duration_obgab",
|
|
42
|
+
"_color": "__color_obgab_gg_",
|
|
43
|
+
"--color": "--color_obgab",
|
|
44
|
+
"__SCenter": "___SCenter_obgab_gg_",
|
|
45
|
+
"__SLabel": "___SLabel_obgab_gg_",
|
|
46
|
+
"_position_right": "_position_right_obgab_gg_",
|
|
47
|
+
"_position_left": "_position_left_obgab_gg_"
|
|
48
48
|
});
|
|
49
49
|
|
|
50
50
|
var BubbleRoot = /*#__PURE__*/function (_Component) {
|
package/lib/es6/Donut.js
CHANGED
|
@@ -34,16 +34,16 @@ var style = (
|
|
|
34
34
|
/*__reshadow_css_start__*/
|
|
35
35
|
_sstyled.insert(
|
|
36
36
|
/*__inner_css_start__*/
|
|
37
|
-
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.
|
|
37
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPie_1tj53_gg_ {\n stroke: #ffffff;\n fill: #2bb3ff;\n}\n\n.___SPie_1tj53_gg_.__color_1tj53_gg_ {\n fill: var(--color_1tj53);\n}\n\n.___SEmptyData_1tj53_gg_ {\n fill: #e0e1e9;\n}\n\n.___SEmptyData_1tj53_gg_.__color_1tj53_gg_ {\n fill: var(--color_1tj53);\n}\n\n.___SLabel_1tj53_gg_ {\n text-anchor: middle;\n vertical-anchor: middle;\n}\n"
|
|
38
38
|
/*__inner_css_end__*/
|
|
39
|
-
, "
|
|
39
|
+
, "1tj53_gg_")
|
|
40
40
|
/*__reshadow_css_end__*/
|
|
41
41
|
, {
|
|
42
|
-
"__SPie": "
|
|
43
|
-
"_color": "
|
|
44
|
-
"--color": "--
|
|
45
|
-
"__SEmptyData": "
|
|
46
|
-
"__SLabel": "
|
|
42
|
+
"__SPie": "___SPie_1tj53_gg_",
|
|
43
|
+
"_color": "__color_1tj53_gg_",
|
|
44
|
+
"--color": "--color_1tj53",
|
|
45
|
+
"__SEmptyData": "___SEmptyData_1tj53_gg_",
|
|
46
|
+
"__SLabel": "___SLabel_1tj53_gg_"
|
|
47
47
|
});
|
|
48
48
|
var DEFAULT_INSTANCE = Symbol('DEFAULT_INSTANCE');
|
|
49
49
|
|
package/lib/es6/Dots.js
CHANGED
|
@@ -12,18 +12,18 @@ var style = (
|
|
|
12
12
|
/*__reshadow_css_start__*/
|
|
13
13
|
_sstyled.insert(
|
|
14
14
|
/*__inner_css_start__*/
|
|
15
|
-
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.
|
|
15
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SDots_16x4y_gg_ .___SDot_16x4y_gg_ {\n transition-duration: var(--duration_16x4y);\n }\n\n.___SDot_16x4y_gg_ {\n stroke-width: 2px;\n stroke: #fff;\n r: 6px;\n fill: #2bb3ff;\n transition-property: cx, cy;\n transition-timing-function: ease-in-out;\n}\n\n.___SDot_16x4y_gg_.__hide_16x4y_gg_ {\n display: none;\n}\n\n.___SDot_16x4y_gg_.__active_16x4y_gg_ {\n r: 8px;\n}\n\n.___SDot_16x4y_gg_.__color_16x4y_gg_ {\n fill: var(--color_16x4y);\n}\n"
|
|
16
16
|
/*__inner_css_end__*/
|
|
17
|
-
, "
|
|
17
|
+
, "16x4y_gg_")
|
|
18
18
|
/*__reshadow_css_end__*/
|
|
19
19
|
, {
|
|
20
|
-
"__SDots": "
|
|
21
|
-
"__SDot": "
|
|
22
|
-
"--duration": "--
|
|
23
|
-
"_hide": "
|
|
24
|
-
"_active": "
|
|
25
|
-
"_color": "
|
|
26
|
-
"--color": "--
|
|
20
|
+
"__SDots": "___SDots_16x4y_gg_",
|
|
21
|
+
"__SDot": "___SDot_16x4y_gg_",
|
|
22
|
+
"--duration": "--duration_16x4y",
|
|
23
|
+
"_hide": "__hide_16x4y_gg_",
|
|
24
|
+
"_active": "__active_16x4y_gg_",
|
|
25
|
+
"_color": "__color_16x4y_gg_",
|
|
26
|
+
"--color": "--color_16x4y"
|
|
27
27
|
});
|
|
28
28
|
var EXCLUDE_PROPS = ['data', 'scale', 'value', 'display'];
|
|
29
29
|
|
package/lib/es6/HorizontalBar.js
CHANGED
|
@@ -23,17 +23,17 @@ var style = (
|
|
|
23
23
|
/*__reshadow_css_start__*/
|
|
24
24
|
_sstyled.insert(
|
|
25
25
|
/*__inner_css_start__*/
|
|
26
|
-
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.
|
|
26
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SBar_fdlcb_gg_ {\n fill: #2bb3ff;\n transition-property: height, width, y;\n transition-duration: var(--duration_fdlcb);\n transition-timing-function: ease-in-out;\n}\n\n.___SBar_fdlcb_gg_.__color_fdlcb_gg_ {\n fill: var(--color_fdlcb);\n}\n\n.___SBar_fdlcb_gg_.__hide_fdlcb_gg_ {\n display: none;\n}\n\n.___SBackground_fdlcb_gg_ {\n fill: #c4c7cf;\n}\n"
|
|
27
27
|
/*__inner_css_end__*/
|
|
28
|
-
, "
|
|
28
|
+
, "fdlcb_gg_")
|
|
29
29
|
/*__reshadow_css_end__*/
|
|
30
30
|
, {
|
|
31
|
-
"__SBar": "
|
|
32
|
-
"--duration": "--
|
|
33
|
-
"_color": "
|
|
34
|
-
"--color": "--
|
|
35
|
-
"_hide": "
|
|
36
|
-
"__SBackground": "
|
|
31
|
+
"__SBar": "___SBar_fdlcb_gg_",
|
|
32
|
+
"--duration": "--duration_fdlcb",
|
|
33
|
+
"_color": "__color_fdlcb_gg_",
|
|
34
|
+
"--color": "--color_fdlcb",
|
|
35
|
+
"_hide": "__hide_fdlcb_gg_",
|
|
36
|
+
"__SBackground": "___SBackground_fdlcb_gg_"
|
|
37
37
|
});
|
|
38
38
|
|
|
39
39
|
var HorizontalBarRoot = /*#__PURE__*/function (_Component) {
|
package/lib/es6/Hover.js
CHANGED
|
@@ -24,13 +24,13 @@ var style = (
|
|
|
24
24
|
/*__reshadow_css_start__*/
|
|
25
25
|
_sstyled.insert(
|
|
26
26
|
/*__inner_css_start__*/
|
|
27
|
-
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.
|
|
27
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SHoverLine_jike4_gg_ {\n stroke: #a9abb6;\n}\n\n.___SHoverRect_jike4_gg_ {\n fill: rgba(196, 199, 207, 0.3);\n}\n"
|
|
28
28
|
/*__inner_css_end__*/
|
|
29
|
-
, "
|
|
29
|
+
, "jike4_gg_")
|
|
30
30
|
/*__reshadow_css_end__*/
|
|
31
31
|
, {
|
|
32
|
-
"__SHoverLine": "
|
|
33
|
-
"__SHoverRect": "
|
|
32
|
+
"__SHoverLine": "___SHoverLine_jike4_gg_",
|
|
33
|
+
"__SHoverRect": "___SHoverRect_jike4_gg_"
|
|
34
34
|
});
|
|
35
35
|
|
|
36
36
|
var Hover = /*#__PURE__*/function (_Component) {
|
package/lib/es6/Line.js
CHANGED
|
@@ -25,17 +25,17 @@ var style = (
|
|
|
25
25
|
/*__reshadow_css_start__*/
|
|
26
26
|
_sstyled.insert(
|
|
27
27
|
/*__inner_css_start__*/
|
|
28
|
-
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.
|
|
28
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SLine_1pxyz_gg_ {\n fill: transparent;\n stroke-width: 3;\n stroke: #2bb3ff;\n transition-property: d;\n transition-duration: var(--duration_1pxyz);\n transition-timing-function: ease-in-out;\n}\n\n.___SLine_1pxyz_gg_.__color_1pxyz_gg_ {\n stroke: var(--color_1pxyz);\n}\n\n.___SLine_1pxyz_gg_.__hide_1pxyz_gg_ {\n display: none;\n}\n\n.___SNull_1pxyz_gg_ {\n fill: transparent;\n stroke: #c4c7cf;\n stroke-dasharray: 4;\n}\n\n.___SNull_1pxyz_gg_.__hide_1pxyz_gg_ {\n display: none;\n}\n"
|
|
29
29
|
/*__inner_css_end__*/
|
|
30
|
-
, "
|
|
30
|
+
, "1pxyz_gg_")
|
|
31
31
|
/*__reshadow_css_end__*/
|
|
32
32
|
, {
|
|
33
|
-
"__SLine": "
|
|
34
|
-
"--duration": "--
|
|
35
|
-
"_color": "
|
|
36
|
-
"--color": "--
|
|
37
|
-
"_hide": "
|
|
38
|
-
"__SNull": "
|
|
33
|
+
"__SLine": "___SLine_1pxyz_gg_",
|
|
34
|
+
"--duration": "--duration_1pxyz",
|
|
35
|
+
"_color": "__color_1pxyz_gg_",
|
|
36
|
+
"--color": "--color_1pxyz",
|
|
37
|
+
"_hide": "__hide_1pxyz_gg_",
|
|
38
|
+
"__SNull": "___SNull_1pxyz_gg_"
|
|
39
39
|
});
|
|
40
40
|
|
|
41
41
|
var LineRoot = /*#__PURE__*/function (_Component) {
|
package/lib/es6/Plot.js
CHANGED
|
@@ -31,13 +31,13 @@ var style = (
|
|
|
31
31
|
/*__reshadow_css_start__*/
|
|
32
32
|
_sstyled.insert(
|
|
33
33
|
/*__inner_css_start__*/
|
|
34
|
-
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.
|
|
34
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPlot_vy6cc_gg_ {\n overflow: hidden;\n}\n\n.___SPlot_vy6cc_gg_:active,\n.___SPlot_vy6cc_gg_:focus {\n outline: 0;\n text-decoration: none;\n}\n\nforeignObject[data-aria-only] {\n pointer-events: none;\n}\n\n.___SPlot_vy6cc_gg_.__keyboardFocused_vy6cc_gg_ {\n border: 1px solid #008ff8;\n box-shadow: 0 0 0 3px rgba(0, 143, 248, 0.2);\n}\n"
|
|
35
35
|
/*__inner_css_end__*/
|
|
36
|
-
, "
|
|
36
|
+
, "vy6cc_gg_")
|
|
37
37
|
/*__reshadow_css_end__*/
|
|
38
38
|
, {
|
|
39
|
-
"__SPlot": "
|
|
40
|
-
"_keyboardFocused": "
|
|
39
|
+
"__SPlot": "___SPlot_vy6cc_gg_",
|
|
40
|
+
"_keyboardFocused": "__keyboardFocused_vy6cc_gg_"
|
|
41
41
|
});
|
|
42
42
|
|
|
43
43
|
var PlotRoot = /*#__PURE__*/function (_Component) {
|
package/lib/es6/RadialTree.js
CHANGED
|
@@ -34,20 +34,20 @@ var style = (
|
|
|
34
34
|
/*__reshadow_css_start__*/
|
|
35
35
|
_sstyled.insert(
|
|
36
36
|
/*__inner_css_start__*/
|
|
37
|
-
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.
|
|
37
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SRadian_rqe64_gg_ {\n cursor: pointer;\n fill: #008ff8;\n}\n\n.___SLine_rqe64_gg_ {\n stroke: #008ff8;\n}\n\n.___SLine_rqe64_gg_.__color_rqe64_gg_ {\n stroke: var(--color_rqe64);\n}\n\n.___SCap_rqe64_gg_ {\n transition: r 0.1s;\n}\n\n.___SLabel_rqe64_gg_ {\n fill: var(--color_rqe64);\n cursor: var(--text-cursor_rqe64);\n}\n\n.___SRadian_rqe64_gg_:hover .___SLabel_rqe64_gg_ {\n fill: var(--color-hovered_rqe64);\n}\n\n@media (prefers-reduced-motion) {\n .___SLineCap_rqe64_gg_ {\n transition: none;\n }\n}\n"
|
|
38
38
|
/*__inner_css_end__*/
|
|
39
|
-
, "
|
|
39
|
+
, "rqe64_gg_")
|
|
40
40
|
/*__reshadow_css_end__*/
|
|
41
41
|
, {
|
|
42
|
-
"__SRadian": "
|
|
43
|
-
"__SLine": "
|
|
44
|
-
"_color": "
|
|
45
|
-
"--color": "--
|
|
46
|
-
"__SCap": "
|
|
47
|
-
"__SLabel": "
|
|
48
|
-
"--text-cursor": "--text-
|
|
49
|
-
"--color-hovered": "--color-
|
|
50
|
-
"__SLineCap": "
|
|
42
|
+
"__SRadian": "___SRadian_rqe64_gg_",
|
|
43
|
+
"__SLine": "___SLine_rqe64_gg_",
|
|
44
|
+
"_color": "__color_rqe64_gg_",
|
|
45
|
+
"--color": "--color_rqe64",
|
|
46
|
+
"__SCap": "___SCap_rqe64_gg_",
|
|
47
|
+
"__SLabel": "___SLabel_rqe64_gg_",
|
|
48
|
+
"--text-cursor": "--text-cursor_rqe64",
|
|
49
|
+
"--color-hovered": "--color-hovered_rqe64",
|
|
50
|
+
"__SLineCap": "___SLineCap_rqe64_gg_"
|
|
51
51
|
});
|
|
52
52
|
var baseAngle = -Math.PI / 2; // The top vertical line
|
|
53
53
|
|