intergalactic 15.128.0 → 15.129.0-prerelease.0
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 +7 -0
- package/accordion/lib/cjs/Accordion.js +9 -9
- package/accordion/lib/es6/Accordion.js +9 -9
- package/accordion/lib/esm/Accordion.mjs +60 -60
- package/accordion/package.json +1 -1
- package/add-filter/package.json +1 -1
- package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
- package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
- package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
- package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
- package/base-trigger/lib/es6/BaseTrigger.js +18 -18
- package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
- package/base-trigger/lib/es6/FilterTrigger.js +7 -7
- package/base-trigger/lib/es6/LinkTrigger.js +12 -12
- package/base-trigger/lib/esm/BaseTrigger.mjs +50 -50
- package/base-trigger/lib/esm/ButtonTrigger.mjs +20 -20
- package/base-trigger/lib/esm/FilterTrigger.mjs +79 -79
- package/base-trigger/lib/esm/LinkTrigger.mjs +44 -44
- package/base-trigger/package.json +1 -1
- package/breadcrumbs/lib/cjs/Breadcrumbs.js +8 -8
- package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
- package/breadcrumbs/lib/esm/Breadcrumbs.mjs +41 -41
- package/breadcrumbs/package.json +1 -1
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js +12 -12
- package/bulk-textarea/lib/es6/components/InputField/InputField.js +12 -12
- package/bulk-textarea/lib/esm/components/InputField/InputField.mjs +171 -171
- package/bulk-textarea/package.json +1 -1
- package/card/lib/cjs/Card.js +6 -6
- package/card/lib/es6/Card.js +6 -6
- package/card/lib/esm/Card.mjs +14 -14
- package/card/package.json +1 -1
- package/carousel/lib/cjs/Carousel.js +21 -21
- package/carousel/lib/es6/Carousel.js +21 -21
- package/carousel/lib/esm/Carousel.mjs +72 -72
- package/carousel/package.json +1 -1
- package/color-picker/lib/cjs/ColorPicker.js +24 -24
- package/color-picker/lib/cjs/PaletteManager.js +24 -24
- package/color-picker/lib/cjs/components/InputColor.js +24 -24
- package/color-picker/lib/es6/ColorPicker.js +24 -24
- package/color-picker/lib/es6/PaletteManager.js +24 -24
- package/color-picker/lib/es6/components/InputColor.js +24 -24
- package/color-picker/lib/esm/ColorPicker.mjs +70 -70
- package/color-picker/lib/esm/PaletteManager.mjs +53 -53
- package/color-picker/lib/esm/components/InputColor.mjs +64 -64
- package/color-picker/package.json +1 -1
- package/components.json +29 -29
- package/d3-chart/lib/cjs/Area.js +11 -11
- package/d3-chart/lib/cjs/Axis.js +14 -14
- package/d3-chart/lib/cjs/Bar.js +16 -16
- package/d3-chart/lib/cjs/Bubble.js +12 -12
- package/d3-chart/lib/cjs/CompactHorizontalBar.js +16 -16
- package/d3-chart/lib/cjs/Donut.js +9 -9
- package/d3-chart/lib/cjs/Dots.js +8 -8
- package/d3-chart/lib/cjs/HorizontalBar.js +16 -16
- package/d3-chart/lib/cjs/Hover.js +3 -3
- package/d3-chart/lib/cjs/Line.js +9 -9
- package/d3-chart/lib/cjs/Plot.js +3 -3
- package/d3-chart/lib/cjs/Radar.js +19 -19
- package/d3-chart/lib/cjs/RadialTree.js +12 -12
- package/d3-chart/lib/cjs/Reference.js +12 -12
- package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
- package/d3-chart/lib/cjs/Tooltip.js +9 -9
- package/d3-chart/lib/cjs/Venn.js +9 -9
- package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/lib/es6/Area.js +11 -11
- package/d3-chart/lib/es6/Axis.js +14 -14
- package/d3-chart/lib/es6/Bar.js +16 -16
- package/d3-chart/lib/es6/Bubble.js +12 -12
- package/d3-chart/lib/es6/CompactHorizontalBar.js +16 -16
- package/d3-chart/lib/es6/Donut.js +9 -9
- package/d3-chart/lib/es6/Dots.js +8 -8
- package/d3-chart/lib/es6/HorizontalBar.js +16 -16
- package/d3-chart/lib/es6/Hover.js +3 -3
- package/d3-chart/lib/es6/Line.js +9 -9
- package/d3-chart/lib/es6/Plot.js +3 -3
- package/d3-chart/lib/es6/Radar.js +19 -19
- package/d3-chart/lib/es6/RadialTree.js +12 -12
- package/d3-chart/lib/es6/Reference.js +12 -12
- package/d3-chart/lib/es6/ScatterPlot.js +9 -9
- package/d3-chart/lib/es6/Tooltip.js +9 -9
- package/d3-chart/lib/es6/Venn.js +9 -9
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/lib/esm/semcore/d3-chart/src/Area.mjs +68 -68
- package/d3-chart/lib/esm/semcore/d3-chart/src/Axis.mjs +154 -154
- package/d3-chart/lib/esm/semcore/d3-chart/src/Bar.mjs +62 -62
- package/d3-chart/lib/esm/semcore/d3-chart/src/Bubble.mjs +78 -78
- package/d3-chart/lib/esm/semcore/d3-chart/src/CompactHorizontalBar.mjs +99 -99
- package/d3-chart/lib/esm/semcore/d3-chart/src/Donut.mjs +129 -129
- package/d3-chart/lib/esm/semcore/d3-chart/src/Dots.mjs +35 -35
- package/d3-chart/lib/esm/semcore/d3-chart/src/HorizontalBar.mjs +54 -54
- package/d3-chart/lib/esm/semcore/d3-chart/src/Hover.mjs +17 -17
- package/d3-chart/lib/esm/semcore/d3-chart/src/Line.mjs +85 -85
- package/d3-chart/lib/esm/semcore/d3-chart/src/Plot.mjs +25 -25
- package/d3-chart/lib/esm/semcore/d3-chart/src/Radar.mjs +138 -138
- package/d3-chart/lib/esm/semcore/d3-chart/src/RadialTree.mjs +95 -95
- package/d3-chart/lib/esm/semcore/d3-chart/src/Reference.mjs +65 -65
- package/d3-chart/lib/esm/semcore/d3-chart/src/ScatterPlot.mjs +63 -63
- package/d3-chart/lib/esm/semcore/d3-chart/src/Tooltip.mjs +66 -66
- package/d3-chart/lib/esm/semcore/d3-chart/src/Venn.mjs +62 -62
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yModule.mjs +31 -31
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yView.mjs +33 -33
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendFlex/LegendFlex.mjs +20 -20
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.mjs +101 -101
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendTable/LegendTable.mjs +34 -34
- package/d3-chart/package.json +1 -1
- package/data-table/lib/cjs/Body.js +3 -3
- package/data-table/lib/cjs/DataTable.js +36 -36
- package/data-table/lib/es6/Body.js +3 -3
- package/data-table/lib/es6/DataTable.js +36 -36
- package/data-table/lib/esm/Body.mjs +69 -69
- package/data-table/lib/esm/DataTable.mjs +253 -253
- package/data-table/package.json +1 -1
- package/date-picker/lib/cjs/components/Calendar.js +21 -21
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
- package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/es6/components/Calendar.js +21 -21
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/es6/components/InputTrigger.js +29 -29
- package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
- package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/esm/components/Calendar.mjs +151 -151
- package/date-picker/lib/esm/components/DateRangeComparatorAbstract.mjs +158 -158
- package/date-picker/lib/esm/components/InputTrigger.mjs +232 -232
- package/date-picker/lib/esm/components/PickerAbstract.mjs +89 -89
- package/date-picker/lib/esm/components/RangePickerAbstract.mjs +124 -124
- package/date-picker/package.json +1 -1
- package/drag-and-drop/lib/cjs/DragAndDrop.js +17 -17
- package/drag-and-drop/lib/es6/DragAndDrop.js +17 -17
- package/drag-and-drop/lib/esm/DragAndDrop.mjs +225 -225
- package/drag-and-drop/package.json +1 -1
- package/dropdown-menu/lib/cjs/DropdownMenu.js +18 -18
- package/dropdown-menu/lib/es6/DropdownMenu.js +18 -18
- package/dropdown-menu/lib/esm/DropdownMenu.mjs +143 -143
- package/dropdown-menu/package.json +1 -1
- package/feature-popover/lib/cjs/FeaturePopover.js +11 -11
- package/feature-popover/lib/es6/FeaturePopover.js +11 -11
- package/feature-popover/lib/esm/FeaturePopover.mjs +47 -47
- package/feature-popover/package.json +1 -1
- package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
- package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +7 -7
- package/feedback-form/lib/es6/FeedbackForm.js +7 -7
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +2 -2
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +7 -7
- package/feedback-form/lib/esm/FeedbackForm.mjs +51 -51
- package/feedback-form/lib/esm/component/checkbox-button/CheckboxButton.mjs +21 -21
- package/feedback-form/lib/esm/component/feedback-rating/FeedbackRating.mjs +41 -41
- package/feedback-form/lib/esm/component/slider-rating/SliderRating.mjs +75 -75
- package/feedback-form/package.json +1 -1
- package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
- package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
- package/fullscreen-modal/lib/esm/FullscreenModal.mjs +44 -44
- package/fullscreen-modal/package.json +1 -1
- package/icon/color/Confluence/l/index.js +4 -4
- package/icon/color/Confluence/l/index.mjs +4 -4
- package/icon/color/Confluence/m/index.js +4 -4
- package/icon/color/Confluence/m/index.mjs +4 -4
- package/icon/color/MetaColored/l/index.js +4 -4
- package/icon/color/MetaColored/l/index.mjs +4 -4
- package/icon/color/MetaColored/m/index.js +4 -4
- package/icon/color/MetaColored/m/index.mjs +4 -4
- package/icon/color/MicrosoftOffice/l/index.js +10 -10
- package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
- package/icon/color/MicrosoftOffice/m/index.js +10 -10
- package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
- package/icon/lib/cjs/Icon.js +5 -5
- package/icon/lib/es6/Icon.js +5 -5
- package/icon/lib/esm/Icon.mjs +33 -33
- package/icon/package.json +1 -1
- package/icon/pay/Discover/l/index.js +1 -1
- package/icon/pay/Discover/l/index.mjs +1 -1
- package/icon/pay/Discover/m/index.js +1 -1
- package/icon/pay/Discover/m/index.mjs +1 -1
- package/icon/pay/JCB/l/index.js +10 -10
- package/icon/pay/JCB/l/index.mjs +10 -10
- package/icon/pay/JCB/m/index.js +10 -10
- package/icon/pay/JCB/m/index.mjs +10 -10
- package/icon/pay/Visa/l/index.js +2 -2
- package/icon/pay/Visa/l/index.mjs +2 -2
- package/icon/pay/Visa/m/index.js +2 -2
- package/icon/pay/Visa/m/index.mjs +2 -2
- package/icon/platform/AIToolkit/index.d.ts +6 -0
- package/icon/platform/AIToolkit/index.js +36 -0
- package/icon/platform/AIToolkit/index.mjs +25 -0
- package/icon/platform/SEOToolkit/index.js +2 -2
- package/icon/platform/SEOToolkit/index.mjs +2 -2
- package/inline-input/lib/cjs/InlineInput.js +14 -14
- package/inline-input/lib/es6/InlineInput.js +14 -14
- package/inline-input/lib/esm/InlineInput.mjs +127 -127
- package/inline-input/package.json +1 -1
- package/modal/lib/cjs/Modal.js +8 -8
- package/modal/lib/es6/Modal.js +8 -8
- package/modal/lib/esm/Modal.mjs +96 -96
- package/modal/package.json +1 -1
- package/notice/lib/cjs/Notice.js +16 -16
- package/notice/lib/es6/Notice.js +16 -16
- package/notice/lib/esm/Notice.mjs +73 -73
- package/notice/package.json +1 -1
- package/notice-bubble/lib/cjs/NoticeBubble.js +15 -15
- package/notice-bubble/lib/es6/NoticeBubble.js +15 -15
- package/notice-bubble/lib/esm/NoticeBubble.mjs +123 -123
- package/notice-bubble/package.json +1 -1
- package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
- package/notice-global/lib/es6/NoticeGlobal.js +11 -11
- package/notice-global/lib/esm/NoticeGlobal.mjs +49 -49
- package/notice-global/package.json +1 -1
- package/package.json +1 -1
- package/pagination/lib/cjs/Pagination.js +12 -12
- package/pagination/lib/es6/Pagination.js +12 -12
- package/pagination/lib/esm/Pagination.mjs +13 -13
- package/pagination/package.json +1 -1
- package/select/lib/cjs/InputSearch.js +6 -6
- package/select/lib/cjs/Select.js +8 -8
- package/select/lib/es6/InputSearch.js +6 -6
- package/select/lib/es6/Select.js +8 -8
- package/select/lib/esm/InputSearch.mjs +35 -35
- package/select/lib/esm/Select.mjs +60 -60
- package/select/package.json +1 -1
- package/side-panel/lib/cjs/SidePanel.js +16 -16
- package/side-panel/lib/es6/SidePanel.js +16 -16
- package/side-panel/lib/esm/SidePanel.mjs +56 -56
- package/side-panel/package.json +1 -1
- package/tag/lib/cjs/Tag.js +23 -23
- package/tag/lib/es6/Tag.js +23 -23
- package/tag/lib/esm/Tag.mjs +184 -184
- package/tag/package.json +1 -1
- package/time-picker/lib/cjs/TimePicker.js +12 -12
- package/time-picker/lib/es6/TimePicker.js +12 -12
- package/time-picker/lib/esm/TimePicker.mjs +93 -93
- package/time-picker/package.json +1 -1
- package/typography/lib/cjs/Blockquote.js +4 -4
- package/typography/lib/cjs/Hint.js +7 -7
- package/typography/lib/cjs/List.js +5 -5
- package/typography/lib/cjs/Text.js +34 -34
- package/typography/lib/es6/Blockquote.js +4 -4
- package/typography/lib/es6/Hint.js +7 -7
- package/typography/lib/es6/List.js +5 -5
- package/typography/lib/es6/Text.js +34 -34
- package/typography/lib/esm/Blockquote.mjs +20 -20
- package/typography/lib/esm/Hint.mjs +19 -19
- package/typography/lib/esm/List.mjs +36 -36
- package/typography/lib/esm/Text.mjs +53 -53
- package/typography/package.json +1 -1
- package/wizard/lib/cjs/Wizard.js +12 -12
- package/wizard/lib/es6/Wizard.js +12 -12
- package/wizard/lib/esm/Wizard.mjs +94 -94
- package/wizard/package.json +1 -1
@@ -11,12 +11,12 @@ import React from 'react';
|
|
11
11
|
import createComponent, { sstyled, Root } from 'intergalactic/core';
|
12
12
|
import { Box } from 'intergalactic/flex-box';
|
13
13
|
/*__reshadow-styles__:"./legend-table.shadow.css"*/
|
14
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
15
|
-
"__SLegendTable": "
|
16
|
-
"_columns-count": "__columns-
|
17
|
-
"__SColumnItem": "
|
18
|
-
"_size_l": "
|
19
|
-
"_size_m": "
|
14
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SLegendTable_11w0m_gg_.__columns-count_11w0m_gg_{font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;display:grid;grid-template-columns:auto .2fr;align-items:center;height:-moz-fit-content;height:fit-content;grid-column-gap:16px;grid-row-gap:8px}.___SColumnItem_11w0m_gg_._size_l_11w0m_gg_{font-size:var(--intergalactic-fs-300, 16px);text-align:right}.___SColumnItem_11w0m_gg_._size_m_11w0m_gg_{font-size:var(--intergalactic-fs-200, 14px);text-align:right}" /*__inner_css_end__*/, "11w0m_gg_") /*__reshadow_css_end__*/, {
|
15
|
+
"__SLegendTable": "___SLegendTable_11w0m_gg_",
|
16
|
+
"_columns-count": "__columns-count_11w0m_gg_",
|
17
|
+
"__SColumnItem": "___SColumnItem_11w0m_gg_",
|
18
|
+
"_size_l": "_size_l_11w0m_gg_",
|
19
|
+
"_size_m": "_size_m_11w0m_gg_"
|
20
20
|
});
|
21
21
|
import { LegendItemComponent } from '../LegendItem/LegendItem';
|
22
22
|
import { BaseLegend } from '../BaseLegend';
|
@@ -1,54 +1,54 @@
|
|
1
|
-
import
|
2
|
-
import
|
3
|
-
import
|
4
|
-
import
|
5
|
-
import
|
6
|
-
import
|
7
|
-
import { sstyled as
|
8
|
-
import
|
9
|
-
import { area as
|
10
|
-
import { sstyled as
|
1
|
+
import b from "@babel/runtime/helpers/esm/slicedToArray";
|
2
|
+
import R from "@babel/runtime/helpers/esm/classCallCheck";
|
3
|
+
import w from "@babel/runtime/helpers/esm/createClass";
|
4
|
+
import F from "@babel/runtime/helpers/esm/inherits";
|
5
|
+
import H from "@babel/runtime/helpers/esm/createSuper";
|
6
|
+
import h from "@babel/runtime/helpers/esm/defineProperty";
|
7
|
+
import { sstyled as M } from 'intergalactic/utils/lib/core/index';
|
8
|
+
import g from "react";
|
9
|
+
import { area as T, line as B, curveLinear as I } from "d3-shape";
|
10
|
+
import { sstyled as P, Component as K } from 'intergalactic/core';
|
11
11
|
import O from 'intergalactic/utils/lib/uniqueID';
|
12
12
|
import V from 'intergalactic/utils/lib/findComponent';
|
13
13
|
import j from "./Dots.mjs";
|
14
14
|
import G from "./createElement.mjs";
|
15
|
-
import { definedData as
|
15
|
+
import { definedData as C, scaleOfBandwidth as f, interpolateValue as q, getNullData as J, definedNullData as Q } from "./utils.mjs";
|
16
16
|
import U from "./AnimatedClipPath.mjs";
|
17
17
|
import { PatternFill as W } from "./Pattern.mjs";
|
18
18
|
var X = (
|
19
19
|
/*__reshadow_css_start__*/
|
20
|
-
(
|
20
|
+
(M.insert(
|
21
21
|
/*__inner_css_start__*/
|
22
|
-
".
|
23
|
-
"
|
22
|
+
".___SArea_1q4z5_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);fill-opacity:.2}.___SArea_1q4z5_gg_.__color_1q4z5_gg_{fill:var(--color_1q4z5)}.___SArea_1q4z5_gg_.__pattern_1q4z5_gg_{fill:var(--pattern_1q4z5);fill-opacity:.7}.___SArea_1q4z5_gg_.__transparent_1q4z5_gg_{opacity:.3}.___SAreaLine_1q4z5_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SAreaLine_1q4z5_gg_.__color_1q4z5_gg_{stroke:var(--color_1q4z5)}.___SAreaLine_1q4z5_gg_.__transparent_1q4z5_gg_{opacity:.3}.___SAreaLine_1q4z5_gg_,.___SArea_1q4z5_gg_{transition-property:d;transition-duration:var(--duration_1q4z5);transition-timing-function:ease-in-out}.___SNull_1q4z5_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf);stroke-dasharray:4}.___SNull_1q4z5_gg_.__hide_1q4z5_gg_{display:none}",
|
23
|
+
"1q4z5_gg_"
|
24
24
|
), {
|
25
|
-
__SArea: "
|
26
|
-
_color: "
|
27
|
-
"--color": "--
|
28
|
-
_pattern: "
|
29
|
-
"--pattern": "--
|
30
|
-
_transparent: "
|
31
|
-
__SAreaLine: "
|
32
|
-
"--duration": "--
|
33
|
-
__SNull: "
|
34
|
-
_hide: "
|
25
|
+
__SArea: "___SArea_1q4z5_gg_",
|
26
|
+
_color: "__color_1q4z5_gg_",
|
27
|
+
"--color": "--color_1q4z5",
|
28
|
+
_pattern: "__pattern_1q4z5_gg_",
|
29
|
+
"--pattern": "--pattern_1q4z5",
|
30
|
+
_transparent: "__transparent_1q4z5_gg_",
|
31
|
+
__SAreaLine: "___SAreaLine_1q4z5_gg_",
|
32
|
+
"--duration": "--duration_1q4z5",
|
33
|
+
__SNull: "___SNull_1q4z5_gg_",
|
34
|
+
_hide: "__hide_1q4z5_gg_"
|
35
35
|
})
|
36
|
-
),
|
37
|
-
|
38
|
-
var l =
|
36
|
+
), m = /* @__PURE__ */ function(t) {
|
37
|
+
F(o, t);
|
38
|
+
var l = H(o);
|
39
39
|
function o() {
|
40
|
-
return
|
40
|
+
return R(this, o), l.apply(this, arguments);
|
41
41
|
}
|
42
|
-
return
|
42
|
+
return w(o, [{
|
43
43
|
key: "getDotsProps",
|
44
44
|
value: function() {
|
45
|
-
var r = this.asProps, i = r.x, n = r.y, e = r.color, _ = r.d3Line, s = r.transparent, d = r.resolveColor, u = r.patterns,
|
46
|
-
return a[n] !==
|
45
|
+
var r = this.asProps, i = r.x, n = r.y, e = r.color, _ = r.d3Line, s = r.transparent, d = r.resolveColor, u = r.patterns, p = this.asProps.data.filter(function(a) {
|
46
|
+
return a[n] !== q;
|
47
47
|
});
|
48
48
|
return {
|
49
49
|
x: i,
|
50
50
|
y: n,
|
51
|
-
data:
|
51
|
+
data: p,
|
52
52
|
d3: _,
|
53
53
|
color: e,
|
54
54
|
resolveColor: d,
|
@@ -60,7 +60,7 @@ var X = (
|
|
60
60
|
key: "getNullProps",
|
61
61
|
value: function() {
|
62
62
|
var r = this.asProps, i = r.x, n = r.y, e = r.color, _ = r.resolveColor, s = r.d3Line, d = this.asProps.data.filter(function(u) {
|
63
|
-
return u[n] !==
|
63
|
+
return u[n] !== q;
|
64
64
|
});
|
65
65
|
return {
|
66
66
|
data: J(d, Q(i, n), n),
|
@@ -85,64 +85,64 @@ var X = (
|
|
85
85
|
}, {
|
86
86
|
key: "render",
|
87
87
|
value: function() {
|
88
|
-
var r, i = this.Element, n = "path", e = this.asProps, _ = e.styles, s = e.hide, d = e.d3, u = e.d3Line,
|
89
|
-
return
|
88
|
+
var r, i = this.Element, n = "path", e = this.asProps, _ = e.styles, s = e.hide, d = e.d3, u = e.d3Line, p = e.color, a = e.uid, x = e.size, v = e.duration, N = e.x, A = e.y, E = e.Children, S = e.transparent, k = e.forcedAdvancedMode, y = e.resolveColor, z = e.patterns, D = k || !!V(E, [rr.Line.displayName]), L = this.asProps.data.filter(function($) {
|
89
|
+
return $[A] !== q;
|
90
90
|
});
|
91
|
-
return this.asProps.dataHintsHandler.specifyDataRowFields(
|
91
|
+
return this.asProps.dataHintsHandler.specifyDataRowFields(N, A), this.asProps.dataHintsHandler.establishDataType("time-series"), r = P(_), /* @__PURE__ */ g.createElement(g.Fragment, null, !D && /* @__PURE__ */ g.createElement(n, r.cn("SAreaLine", {
|
92
92
|
"aria-hidden": !0,
|
93
93
|
clipPath: "url(#".concat(a, "-animation)"),
|
94
|
-
d: u(
|
95
|
-
color:
|
96
|
-
"use:duration": "".concat(
|
97
|
-
transparent:
|
98
|
-
})), /* @__PURE__ */
|
94
|
+
d: u(L),
|
95
|
+
color: y(p),
|
96
|
+
"use:duration": "".concat(v, "ms"),
|
97
|
+
transparent: S
|
98
|
+
})), /* @__PURE__ */ g.createElement(i, r.cn("SArea", {
|
99
99
|
"aria-hidden": !0,
|
100
100
|
clipPath: "url(#".concat(a, ")"),
|
101
101
|
render: "path",
|
102
|
-
d: d(
|
102
|
+
d: d(L),
|
103
103
|
hide: s,
|
104
|
-
pattern:
|
105
|
-
color:
|
106
|
-
"use:duration": "".concat(
|
107
|
-
transparent:
|
108
|
-
})),
|
109
|
-
duration:
|
104
|
+
pattern: z ? "url(#".concat(a, "-pattern)") : void 0,
|
105
|
+
color: y(p),
|
106
|
+
"use:duration": "".concat(v, "ms"),
|
107
|
+
transparent: S
|
108
|
+
})), v && /* @__PURE__ */ g.createElement(U, r.cn("AnimatedClipPath", {
|
109
|
+
duration: v,
|
110
110
|
id: a,
|
111
111
|
width: 0,
|
112
|
-
height:
|
113
|
-
})),
|
112
|
+
height: x[1]
|
113
|
+
})), z && /* @__PURE__ */ g.createElement(W, r.cn("PatternFill", {
|
114
114
|
id: "".concat(a, "-pattern"),
|
115
|
-
patternKey:
|
116
|
-
color:
|
117
|
-
patterns:
|
115
|
+
patternKey: p,
|
116
|
+
color: y(p),
|
117
|
+
patterns: z
|
118
118
|
})));
|
119
119
|
}
|
120
120
|
}]), o;
|
121
121
|
}(K);
|
122
|
-
m
|
123
|
-
m
|
124
|
-
m
|
125
|
-
m
|
126
|
-
var l = t.x, o = t.y, c = t.y0, r = t.$rootProps, i = t.curve, n = i === void 0 ? I : i, e = t.scale, _ = e || r.scale, s =
|
122
|
+
h(m, "displayName", "Area");
|
123
|
+
h(m, "style", X);
|
124
|
+
h(m, "enhance", [O()]);
|
125
|
+
h(m, "defaultProps", function(t) {
|
126
|
+
var l = t.x, o = t.y, c = t.y0, r = t.$rootProps, i = t.curve, n = i === void 0 ? I : i, e = t.scale, _ = e || r.scale, s = b(_, 2), d = s[0], u = s[1], p = u.range();
|
127
127
|
return {
|
128
|
-
d3:
|
129
|
-
return
|
128
|
+
d3: T().defined(C(l, o)).curve(n).x(function(a) {
|
129
|
+
return f(d, a[l]);
|
130
130
|
}).y0(function(a) {
|
131
|
-
return a[c] ?
|
131
|
+
return a[c] ? f(u, a[c]) : p[0];
|
132
132
|
}).y1(function(a) {
|
133
|
-
return
|
133
|
+
return f(u, a[o]);
|
134
134
|
}),
|
135
|
-
d3Line: B().defined(
|
136
|
-
return
|
135
|
+
d3Line: B().defined(C(l, o)).curve(n).x(function(a) {
|
136
|
+
return f(d, a[l]);
|
137
137
|
}).y(function(a) {
|
138
|
-
return
|
138
|
+
return f(u, a[o]);
|
139
139
|
}),
|
140
140
|
duration: 500
|
141
141
|
};
|
142
142
|
});
|
143
143
|
function Y(t) {
|
144
144
|
var l, o = t.Element, c = t.styles, r = t.d3, i = t.data, n = t.color, e = t.resolveColor, _ = t.duration, s = t.uid, d = t.transparent;
|
145
|
-
return l =
|
145
|
+
return l = P(c), /* @__PURE__ */ g.createElement(o, l.cn("SAreaLine", {
|
146
146
|
render: "path",
|
147
147
|
clipPath: "url(#".concat(s, ")"),
|
148
148
|
d: r(i),
|
@@ -153,14 +153,14 @@ function Y(t) {
|
|
153
153
|
}
|
154
154
|
function Z(t) {
|
155
155
|
var l, o = t.Element, c = t.styles, r = t.d3, i = t.data, n = t.hide, e = t.color, _ = t.resolveColor;
|
156
|
-
return l =
|
156
|
+
return l = P(c), /* @__PURE__ */ g.createElement(o, l.cn("SNull", {
|
157
157
|
render: "path",
|
158
158
|
d: r(i),
|
159
159
|
hide: n,
|
160
160
|
color: _(e)
|
161
161
|
}));
|
162
162
|
}
|
163
|
-
var rr = G(
|
163
|
+
var rr = G(m, {
|
164
164
|
Dots: j,
|
165
165
|
Null: Z,
|
166
166
|
Line: Y
|