@carbon/charts 1.13.14 → 1.13.17
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 +31 -0
- package/README.md +9 -4
- package/dist/{_baseEach-fTLS5z67.mjs → _baseEach-L1oeNjGL.mjs} +2 -2
- package/dist/{_baseEach-fTLS5z67.mjs.map → _baseEach-L1oeNjGL.mjs.map} +1 -1
- package/dist/{angle-utils-DHfDhGau.mjs → angle-utils-iPPUNSDt.mjs} +4 -12
- package/dist/{angle-utils-DHfDhGau.mjs.map → angle-utils-iPPUNSDt.mjs.map} +1 -1
- package/dist/{choropleth-S04OahB3.mjs → choropleth-EFcahG_A.mjs} +3221 -2698
- package/dist/choropleth-EFcahG_A.mjs.map +1 -0
- package/dist/{color-scale-utils-7ngqnWVI.mjs → color-scale-utils-GLd1MML3.mjs} +3 -3
- package/dist/color-scale-utils-GLd1MML3.mjs.map +1 -0
- package/dist/components/axes/axis.d.ts +1 -1
- package/dist/components/axes/chart-clip.d.ts +1 -1
- package/dist/components/axes/grid-brush.d.ts +1 -1
- package/dist/components/axes/grid.d.ts +1 -1
- package/dist/components/axes/ruler.d.ts +1 -1
- package/dist/components/axes/toolbar.d.ts +1 -1
- package/dist/components/axes/two-dimensional-axes.d.ts +2 -2
- package/dist/components/axes/zero-line.d.ts +1 -1
- package/dist/components/axes/zoom-bar.d.ts +1 -1
- package/dist/components/essentials/canvas-chart-clip.d.ts +1 -1
- package/dist/components/essentials/geo-projection.d.ts +1 -1
- package/dist/components/essentials/highlights.d.ts +1 -1
- package/dist/components/essentials/legend.d.ts +1 -1
- package/dist/components/essentials/modal.d.ts +1 -1
- package/dist/components/essentials/threshold.d.ts +1 -1
- package/dist/components/essentials/title.d.ts +1 -1
- package/dist/components/essentials/tooltip.d.ts +1 -1
- package/dist/components/graphs/alluvial.d.ts +1 -1
- package/dist/components/graphs/area-stacked.d.ts +1 -1
- package/dist/components/graphs/area.d.ts +1 -1
- package/dist/components/graphs/bar.d.ts +1 -1
- package/dist/components/graphs/boxplot.d.ts +1 -1
- package/dist/components/graphs/bullet.d.ts +1 -1
- package/dist/components/graphs/choropleth.d.ts +1 -1
- package/dist/components/graphs/circle-pack.d.ts +1 -1
- package/dist/components/graphs/gauge.d.ts +1 -1
- package/dist/components/graphs/heatmap.d.ts +1 -1
- package/dist/components/graphs/histogram.d.ts +1 -1
- package/dist/components/graphs/line.d.ts +1 -1
- package/dist/components/graphs/meter.d.ts +1 -1
- package/dist/components/graphs/pie.d.ts +1 -1
- package/dist/components/graphs/radar.d.ts +1 -1
- package/dist/components/graphs/scatter.d.ts +1 -1
- package/dist/components/graphs/skeleton.d.ts +1 -1
- package/dist/components/graphs/tree.d.ts +1 -1
- package/dist/components/graphs/treemap.d.ts +1 -1
- package/dist/components/graphs/wordcloud.d.ts +1 -1
- package/dist/components/index.mjs +4 -4
- package/dist/components/layout/layout.d.ts +1 -1
- package/dist/components/layout/spacer.d.ts +1 -1
- package/dist/demo/index.mjs +197 -202
- package/dist/demo/index.mjs.map +1 -1
- package/dist/demo/styles.css +35 -11
- package/dist/demo/styles.css.map +1 -1
- package/dist/demo/utils/stackblitz/angular.d.ts +1 -1
- package/dist/demo/utils/stackblitz/react.d.ts +1 -1
- package/dist/demo/utils/stackblitz/svelte.d.ts +1 -1
- package/dist/demo/utils/stackblitz/vanilla-js.d.ts +1 -1
- package/dist/demo/utils/stackblitz/vue.d.ts +1 -1
- package/dist/demo/utils/story-widgets.d.ts +1 -1
- package/dist/enums-tMKLWMMm.mjs.map +1 -1
- package/dist/index.mjs +16 -17
- package/dist/index.mjs.map +1 -1
- package/dist/model/index.mjs +3 -3
- package/dist/services/essentials/dom-utils.d.ts +1 -1
- package/dist/services/essentials/events.d.ts +1 -1
- package/dist/services/essentials/files.d.ts +1 -1
- package/dist/services/essentials/gradient-utils.d.ts +1 -1
- package/dist/services/essentials/transitions.d.ts +1 -1
- package/dist/services/index.mjs +3 -3
- package/dist/styles.css +35 -11
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css +1 -1
- package/dist/styles.min.css.map +1 -1
- package/dist/umd/bundle.umd.js +85 -0
- package/dist/umd/bundle.umd.js.map +1 -0
- package/dist/utils/sanitizeHtml.d.ts +3 -0
- package/dist/{wordcloud-eTGg6ZP6.mjs → wordcloud-XkAQGXwu.mjs} +80 -79
- package/dist/wordcloud-XkAQGXwu.mjs.map +1 -0
- package/dist/{zoom-i_u9NbAF.mjs → zoom-nkwOD6_z.mjs} +6 -4
- package/dist/zoom-nkwOD6_z.mjs.map +1 -0
- package/package.json +7 -5
- package/scss/_chart-wrapper.scss +1 -1
- package/scss/_color-palette.scss +8 -8
- package/scss/components/_title.scss +1 -1
- package/scss/components/_tooltip.scss +6 -2
- package/scss/components/toolbar/_buttons.scss +160 -159
- package/scss/components/toolbar/_modal.scss +348 -315
- package/scss/demos.scss +3 -2
- package/scss/graphs/_choropleth.scss +1 -1
- package/scss/graphs/_tree.scss +2 -1
- package/scss/index.scss +1 -1
- package/styles.css +35 -11
- package/styles.min.css +1 -1
- package/dist/choropleth-S04OahB3.mjs.map +0 -1
- package/dist/color-scale-utils-7ngqnWVI.mjs.map +0 -1
- package/dist/umd/bundle.umd.cjs +0 -84
- package/dist/umd/bundle.umd.cjs.map +0 -1
- package/dist/wordcloud-eTGg6ZP6.mjs.map +0 -1
- package/dist/zoom-i_u9NbAF.mjs.map +0 -1
package/dist/demo/index.mjs
CHANGED
|
@@ -306,7 +306,7 @@ const dA = [
|
|
|
306
306
|
data: {
|
|
307
307
|
loading: !0
|
|
308
308
|
}
|
|
309
|
-
},
|
|
309
|
+
}, t3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
310
310
|
__proto__: null,
|
|
311
311
|
areaDiscreteDomain: mA,
|
|
312
312
|
areaDiscreteDomainOptions: UA,
|
|
@@ -1101,7 +1101,7 @@ const dA = [
|
|
|
1101
1101
|
includeZero: !1
|
|
1102
1102
|
}
|
|
1103
1103
|
}
|
|
1104
|
-
},
|
|
1104
|
+
}, L3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1105
1105
|
__proto__: null,
|
|
1106
1106
|
floatingBarData: q_,
|
|
1107
1107
|
floatingBarOptions: $_,
|
|
@@ -1225,7 +1225,7 @@ const dA = [
|
|
|
1225
1225
|
mapsTo: "group"
|
|
1226
1226
|
}
|
|
1227
1227
|
}
|
|
1228
|
-
},
|
|
1228
|
+
}, D3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1229
1229
|
__proto__: null,
|
|
1230
1230
|
simpleBoxplotData: EA,
|
|
1231
1231
|
simpleBoxplotOptions: ee,
|
|
@@ -1682,7 +1682,7 @@ const dA = [
|
|
|
1682
1682
|
position: "left",
|
|
1683
1683
|
orientation: "vertical"
|
|
1684
1684
|
}
|
|
1685
|
-
},
|
|
1685
|
+
}, r3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1686
1686
|
__proto__: null,
|
|
1687
1687
|
dualLine: Te,
|
|
1688
1688
|
lineCustomColorOptions: re,
|
|
@@ -1874,7 +1874,7 @@ const dA = [
|
|
|
1874
1874
|
bubble: {
|
|
1875
1875
|
radiusMapsTo: "value"
|
|
1876
1876
|
}
|
|
1877
|
-
},
|
|
1877
|
+
}, o3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1878
1878
|
__proto__: null,
|
|
1879
1879
|
bubbleDiscreteData: de,
|
|
1880
1880
|
bubbleDiscreteOptions: pe,
|
|
@@ -1940,7 +1940,7 @@ const dA = [
|
|
|
1940
1940
|
mapsTo: "title"
|
|
1941
1941
|
}
|
|
1942
1942
|
}
|
|
1943
|
-
},
|
|
1943
|
+
}, n3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1944
1944
|
__proto__: null,
|
|
1945
1945
|
basicBulletData: ve,
|
|
1946
1946
|
basicBulletOptions: He
|
|
@@ -44783,7 +44783,7 @@ const dA = [
|
|
|
44783
44783
|
timeScale: {
|
|
44784
44784
|
addSpaceOnEdges: 0
|
|
44785
44785
|
}
|
|
44786
|
-
},
|
|
44786
|
+
}, i3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
44787
44787
|
__proto__: null,
|
|
44788
44788
|
comboAreaLineData: Xe,
|
|
44789
44789
|
comboAreaLineOptions: Qe,
|
|
@@ -44850,7 +44850,7 @@ const dA = [
|
|
|
44850
44850
|
data: {
|
|
44851
44851
|
loading: !0
|
|
44852
44852
|
}
|
|
44853
|
-
},
|
|
44853
|
+
}, C3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
44854
44854
|
__proto__: null,
|
|
44855
44855
|
pieCenteredData: Na,
|
|
44856
44856
|
pieCenteredOptions: ta,
|
|
@@ -44907,7 +44907,7 @@ const dA = [
|
|
|
44907
44907
|
data: {
|
|
44908
44908
|
loading: !0
|
|
44909
44909
|
}
|
|
44910
|
-
},
|
|
44910
|
+
}, O3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
44911
44911
|
__proto__: null,
|
|
44912
44912
|
donutCenteredData: Oa,
|
|
44913
44913
|
donutCenteredOptions: Ra,
|
|
@@ -44951,7 +44951,7 @@ const dA = [
|
|
|
44951
44951
|
value: "#FFE5B4"
|
|
44952
44952
|
}
|
|
44953
44953
|
}
|
|
44954
|
-
},
|
|
44954
|
+
}, R3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
44955
44955
|
__proto__: null,
|
|
44956
44956
|
gaugeData: X,
|
|
44957
44957
|
gaugeDataNoDelta: Pa,
|
|
@@ -45263,7 +45263,7 @@ const dA = [
|
|
|
45263
45263
|
{ group: "Dataset 1", transactions: 100, value: 99 },
|
|
45264
45264
|
{ group: "Dataset 1", transactions: 100, value: 19 },
|
|
45265
45265
|
{ group: "Dataset 2", transactions: 100, value: 16 }
|
|
45266
|
-
],
|
|
45266
|
+
], F3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
45267
45267
|
__proto__: null,
|
|
45268
45268
|
histogramContinueData: Q,
|
|
45269
45269
|
histogramContinueOptions: pa,
|
|
@@ -45303,7 +45303,7 @@ const dA = [
|
|
|
45303
45303
|
points: {
|
|
45304
45304
|
radius: 7
|
|
45305
45305
|
}
|
|
45306
|
-
},
|
|
45306
|
+
}, I3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
45307
45307
|
__proto__: null,
|
|
45308
45308
|
lollipopDiscreteData: nA,
|
|
45309
45309
|
lollipopDiscreteOptions: ga,
|
|
@@ -45412,7 +45412,7 @@ const dA = [
|
|
|
45412
45412
|
breakdownFormatter: (_) => `You are using ${_.datasetsTotal} GB of the space this label is really long will need to be truncated with a tooltip Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.`
|
|
45413
45413
|
}
|
|
45414
45414
|
}
|
|
45415
|
-
},
|
|
45415
|
+
}, s3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
45416
45416
|
__proto__: null,
|
|
45417
45417
|
meterData: y,
|
|
45418
45418
|
meterOptionsCustomColor: Ha,
|
|
@@ -45528,7 +45528,7 @@ const dA = [
|
|
|
45528
45528
|
data: {
|
|
45529
45529
|
groupMapsTo: "month"
|
|
45530
45530
|
}
|
|
45531
|
-
},
|
|
45531
|
+
}, l3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
45532
45532
|
__proto__: null,
|
|
45533
45533
|
radarCenteredData: ka,
|
|
45534
45534
|
radarCenteredOptions: fa,
|
|
@@ -45664,7 +45664,7 @@ const dA = [
|
|
|
45664
45664
|
correspondingDatasets: ["Products"]
|
|
45665
45665
|
}
|
|
45666
45666
|
}
|
|
45667
|
-
},
|
|
45667
|
+
}, u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
45668
45668
|
__proto__: null,
|
|
45669
45669
|
doubleLinearScatterData: xa,
|
|
45670
45670
|
doubleLinearScatterOptions: Xa,
|
|
@@ -45693,7 +45693,7 @@ const dA = [
|
|
|
45693
45693
|
data: {
|
|
45694
45694
|
loading: !0
|
|
45695
45695
|
}
|
|
45696
|
-
}),
|
|
45696
|
+
}), T3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
45697
45697
|
__proto__: null,
|
|
45698
45698
|
stepData: MS,
|
|
45699
45699
|
stepEmptyStateData: ES,
|
|
@@ -46322,7 +46322,7 @@ const dA = [
|
|
|
46322
46322
|
legend: {
|
|
46323
46323
|
clickable: !1
|
|
46324
46324
|
}
|
|
46325
|
-
},
|
|
46325
|
+
}, P3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
46326
46326
|
__proto__: null,
|
|
46327
46327
|
lineTimeSeries15secondsOptions: Y,
|
|
46328
46328
|
lineTimeSeries30minutesOptions: nS,
|
|
@@ -46561,7 +46561,7 @@ const dA = [
|
|
|
46561
46561
|
type: "dendrogram",
|
|
46562
46562
|
rootTitle: "flare"
|
|
46563
46563
|
}
|
|
46564
|
-
},
|
|
46564
|
+
}, B3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
46565
46565
|
__proto__: null,
|
|
46566
46566
|
dendogramOptions: bS,
|
|
46567
46567
|
treeData: j,
|
|
@@ -46656,7 +46656,7 @@ const dA = [
|
|
|
46656
46656
|
}
|
|
46657
46657
|
], YS = {
|
|
46658
46658
|
title: "Treemap"
|
|
46659
|
-
},
|
|
46659
|
+
}, c3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
46660
46660
|
__proto__: null,
|
|
46661
46661
|
treemapData: VS,
|
|
46662
46662
|
treemapOptions: YS
|
|
@@ -46873,7 +46873,7 @@ const dA = [
|
|
|
46873
46873
|
canvasZoom: {
|
|
46874
46874
|
enabled: !1
|
|
46875
46875
|
}
|
|
46876
|
-
},
|
|
46876
|
+
}, d3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
46877
46877
|
__proto__: null,
|
|
46878
46878
|
circlePackSingleLevelData: wS,
|
|
46879
46879
|
circlePackSingleOptions: ZS,
|
|
@@ -46935,7 +46935,7 @@ const dA = [
|
|
|
46935
46935
|
}
|
|
46936
46936
|
]
|
|
46937
46937
|
}
|
|
46938
|
-
),
|
|
46938
|
+
), p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
46939
46939
|
__proto__: null,
|
|
46940
46940
|
toolbarLineTimeSeriesData: $S,
|
|
46941
46941
|
toolbarLineTimeSeriesOptions: AM,
|
|
@@ -47043,7 +47043,7 @@ const dA = [
|
|
|
47043
47043
|
option: 3
|
|
47044
47044
|
}
|
|
47045
47045
|
}
|
|
47046
|
-
},
|
|
47046
|
+
}, m3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
47047
47047
|
__proto__: null,
|
|
47048
47048
|
wordCloudData: _M,
|
|
47049
47049
|
wordCloudOptions: eM
|
|
@@ -47209,7 +47209,7 @@ const cM = [], Z = L(
|
|
|
47209
47209
|
);
|
|
47210
47210
|
Z.title = "Zoom bar (skeleton)";
|
|
47211
47211
|
Z.zoomBar.top.loading = !0;
|
|
47212
|
-
const
|
|
47212
|
+
const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
47213
47213
|
__proto__: null,
|
|
47214
47214
|
addZoomBarToOptions: L,
|
|
47215
47215
|
definedZoomBarStackedBarTimeSeriesData: rM,
|
|
@@ -47553,7 +47553,7 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
47553
47553
|
monochrome: !0,
|
|
47554
47554
|
nodePadding: 33
|
|
47555
47555
|
}
|
|
47556
|
-
},
|
|
47556
|
+
}, G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
47557
47557
|
__proto__: null,
|
|
47558
47558
|
alluvialGradientData: pM,
|
|
47559
47559
|
alluvialMonochromeData: yM,
|
|
@@ -47606,7 +47606,7 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
47606
47606
|
curve: "curveNatural"
|
|
47607
47607
|
}, HM = L(
|
|
47608
47608
|
Object.assign({}, uA)
|
|
47609
|
-
),
|
|
47609
|
+
), g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
47610
47610
|
__proto__: null,
|
|
47611
47611
|
boundedAreaTimeSeriesWithHighlightsOptions: uA,
|
|
47612
47612
|
boundedAreaTimeSeriesWithHighlightsZoomOptions: HM,
|
|
@@ -48743,7 +48743,7 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48743
48743
|
heatmap: {
|
|
48744
48744
|
colorLegend: { title: "Legend title" }
|
|
48745
48745
|
}
|
|
48746
|
-
},
|
|
48746
|
+
}, K3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
48747
48747
|
__proto__: null,
|
|
48748
48748
|
heatmapData: p,
|
|
48749
48749
|
heatmapDomainOptions: VM,
|
|
@@ -48753,7 +48753,7 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48753
48753
|
heatmapPositiveNegativeData: bM,
|
|
48754
48754
|
heatmapPositiveNegativeOptions: WM,
|
|
48755
48755
|
heatmapQuantizeLegendOption: hM
|
|
48756
|
-
}, Symbol.toStringTag, { value: "Module" })), $M = "@carbon/charts", AE = "1.13.
|
|
48756
|
+
}, Symbol.toStringTag, { value: "Module" })), $M = "@carbon/charts", AE = "1.13.17", _E = "Carbon Charts component library", eE = "module", aE = "./dist/index.mjs", SE = "./dist/umd/bundle.umd.js", ME = "./dist/index.d.ts", EE = {
|
|
48757
48757
|
"./package.json": "./package.json",
|
|
48758
48758
|
"./styles.min.css": "./dist/styles.min.css",
|
|
48759
48759
|
"./styles.css": "./dist/styles.css",
|
|
@@ -48820,7 +48820,7 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48820
48820
|
}, LE = {
|
|
48821
48821
|
type: "git",
|
|
48822
48822
|
url: "git@github.com:carbon-design-system/carbon-charts.git",
|
|
48823
|
-
homepage: "https://
|
|
48823
|
+
homepage: "https://charts.carbondesignsystem.com/"
|
|
48824
48824
|
}, DE = {
|
|
48825
48825
|
"@carbon/colors": "^11.20.1",
|
|
48826
48826
|
"@carbon/telemetry": "~0.1.0",
|
|
@@ -48829,7 +48829,8 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48829
48829
|
d3: "^7.8.5",
|
|
48830
48830
|
"d3-cloud": "^1.2.7",
|
|
48831
48831
|
"d3-sankey": "^0.12.3",
|
|
48832
|
-
"date-fns": "^3.0.
|
|
48832
|
+
"date-fns": "^3.0.6",
|
|
48833
|
+
dompurify: "^3.0.6",
|
|
48833
48834
|
"html-to-image": "^1.11.11",
|
|
48834
48835
|
"lodash-es": "^4.17.21",
|
|
48835
48836
|
"topojson-client": "^3.1.0",
|
|
@@ -48855,6 +48856,7 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48855
48856
|
"@types/d3": "^7.4.3",
|
|
48856
48857
|
"@types/d3-cloud": "^1.2.9",
|
|
48857
48858
|
"@types/d3-sankey": "^0.12.4",
|
|
48859
|
+
"@types/dompurify": "^3",
|
|
48858
48860
|
"@types/lodash-es": "^4.17.12",
|
|
48859
48861
|
"@types/topojson": "^3.2.6",
|
|
48860
48862
|
concurrently: "^8.2.2",
|
|
@@ -48866,7 +48868,7 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48866
48868
|
typedoc: "^0.25.4",
|
|
48867
48869
|
typescript: "^5.3.3",
|
|
48868
48870
|
vite: "^5.0.10",
|
|
48869
|
-
"vite-plugin-dts": "^3.
|
|
48871
|
+
"vite-plugin-dts": "^3.7.0",
|
|
48870
48872
|
vitest: "^1.1.0"
|
|
48871
48873
|
}, iE = {
|
|
48872
48874
|
access: "public"
|
|
@@ -48932,7 +48934,7 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48932
48934
|
maintainers: FE,
|
|
48933
48935
|
contributors: IE,
|
|
48934
48936
|
gitHead: sE
|
|
48935
|
-
}, lE = "@carbon/charts-angular", uE = "1.13.
|
|
48937
|
+
}, lE = "@carbon/charts-angular", uE = "1.13.17", TE = "Carbon Charts component library for Angular", PE = {
|
|
48936
48938
|
"./styles.min.css": "./styles.min.css",
|
|
48937
48939
|
"./styles.css": "./styles.css"
|
|
48938
48940
|
}, BE = !1, cE = "module", dE = {
|
|
@@ -48963,14 +48965,14 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48963
48965
|
"@carbon/telemetry": "~0.1.0",
|
|
48964
48966
|
tslib: "^2.6.2"
|
|
48965
48967
|
}, UE = {
|
|
48966
|
-
"@angular-devkit/build-angular": "^16.2.
|
|
48968
|
+
"@angular-devkit/build-angular": "^16.2.11",
|
|
48967
48969
|
"@angular-eslint/builder": "^16.3.1",
|
|
48968
48970
|
"@angular-eslint/eslint-plugin": "^16.3.1",
|
|
48969
48971
|
"@angular-eslint/eslint-plugin-template": "^16.3.1",
|
|
48970
48972
|
"@angular-eslint/schematics": "^16.3.1",
|
|
48971
48973
|
"@angular-eslint/template-parser": "^16.3.1",
|
|
48972
48974
|
"@angular/animations": "^16.2.12",
|
|
48973
|
-
"@angular/cli": "^16.2.
|
|
48975
|
+
"@angular/cli": "^16.2.11",
|
|
48974
48976
|
"@angular/common": "^16.2.12",
|
|
48975
48977
|
"@angular/compiler": "^16.2.12",
|
|
48976
48978
|
"@angular/compiler-cli": "^16.2.12",
|
|
@@ -49001,7 +49003,7 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49001
49003
|
}, gE = {
|
|
49002
49004
|
type: "git",
|
|
49003
49005
|
url: "git@github.com:carbon-design-system/carbon-charts.git",
|
|
49004
|
-
homepage: "https://
|
|
49006
|
+
homepage: "https://charts.carbondesignsystem.com/angular/"
|
|
49005
49007
|
}, KE = "Apache-2.0", yE = "IBM", vE = [
|
|
49006
49008
|
"charts",
|
|
49007
49009
|
"graphs",
|
|
@@ -49060,23 +49062,18 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49060
49062
|
maintainers: HE,
|
|
49061
49063
|
contributors: hE,
|
|
49062
49064
|
gitHead: WE
|
|
49063
|
-
}, bE = "@carbon/charts-react", VE = "1.13.
|
|
49065
|
+
}, bE = "@carbon/charts-react", VE = "1.13.17", YE = "Carbon Charts component library for React", kE = "module", fE = "./dist/index.mjs", ZE = "./dist/index.d.ts", wE = {
|
|
49064
49066
|
"./package.json": "./package.json",
|
|
49065
49067
|
".": {
|
|
49066
49068
|
types: "./dist/index.d.ts",
|
|
49067
|
-
|
|
49068
|
-
import: "./dist/index.mjs",
|
|
49069
|
-
require: "./dist/index.js"
|
|
49070
|
-
},
|
|
49071
|
-
import: "./dist/index.mjs",
|
|
49072
|
-
require: "./dist/index.js"
|
|
49069
|
+
import: "./dist/index.mjs"
|
|
49073
49070
|
},
|
|
49074
49071
|
"./styles.min.css": "./dist/styles.min.css",
|
|
49075
49072
|
"./styles.css": "./dist/styles.css"
|
|
49076
|
-
},
|
|
49073
|
+
}, JE = [
|
|
49077
49074
|
"dist",
|
|
49078
49075
|
"README.md"
|
|
49079
|
-
],
|
|
49076
|
+
], zE = {
|
|
49080
49077
|
postinstall: "carbon-telemetry collect --install",
|
|
49081
49078
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
49082
49079
|
"file:downlevel:dts": "downlevel-dts dist dist",
|
|
@@ -49093,21 +49090,21 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49093
49090
|
format: 'prettier . --write "**/*.{scss,css,js,ts,tsx,cjs,mjs,md}" --ignore-path ../../.eslintignore',
|
|
49094
49091
|
clean: "rm -rf dist demo/bundle",
|
|
49095
49092
|
"pub:demo": "cp -a demo/bundle/. ../../pages/react"
|
|
49096
|
-
},
|
|
49093
|
+
}, xE = {
|
|
49097
49094
|
"@carbon/charts": "workspace:*",
|
|
49098
49095
|
"@carbon/icons-react": "^11.33.0",
|
|
49099
49096
|
"@carbon/telemetry": "~0.1.0",
|
|
49100
49097
|
react: "^18.2.0",
|
|
49101
49098
|
"react-dom": "^18.2.0"
|
|
49102
|
-
},
|
|
49099
|
+
}, XE = {
|
|
49103
49100
|
react: "^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
49104
49101
|
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
49105
|
-
},
|
|
49102
|
+
}, QE = {
|
|
49106
49103
|
"@stackblitz/sdk": "1.9.0",
|
|
49107
49104
|
"@types/react": "^18.2.45",
|
|
49108
49105
|
"@types/react-dom": "^18.2.18",
|
|
49109
49106
|
"@vitejs/plugin-react": "^4.2.1",
|
|
49110
|
-
classnames: "^2.
|
|
49107
|
+
classnames: "^2.4.0",
|
|
49111
49108
|
concurrently: "^8.2.2",
|
|
49112
49109
|
d3: "^7.8.5",
|
|
49113
49110
|
"d3-cloud": "^1.2.7",
|
|
@@ -49117,14 +49114,14 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49117
49114
|
storybook: "~7.6.6",
|
|
49118
49115
|
typescript: "^5.3.3",
|
|
49119
49116
|
vite: "^5.0.10",
|
|
49120
|
-
"vite-plugin-dts": "^3.
|
|
49121
|
-
},
|
|
49117
|
+
"vite-plugin-dts": "^3.7.0"
|
|
49118
|
+
}, jE = {
|
|
49122
49119
|
access: "public"
|
|
49123
|
-
},
|
|
49120
|
+
}, qE = {
|
|
49124
49121
|
type: "git",
|
|
49125
49122
|
url: "git@github.com:carbon-design-system/carbon-charts.git",
|
|
49126
|
-
homepage: "https://
|
|
49127
|
-
},
|
|
49123
|
+
homepage: "https://charts.carbondesignsystem.com/react/"
|
|
49124
|
+
}, $E = "Apache-2.0", AN = "IBM", _N = [
|
|
49128
49125
|
"charts",
|
|
49129
49126
|
"graphs",
|
|
49130
49127
|
"radar",
|
|
@@ -49152,45 +49149,44 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49152
49149
|
"svg",
|
|
49153
49150
|
"data",
|
|
49154
49151
|
"typescript"
|
|
49155
|
-
],
|
|
49152
|
+
], eN = {
|
|
49156
49153
|
url: "https://github.com/carbon-design-system/carbon-charts/issues"
|
|
49157
|
-
},
|
|
49154
|
+
}, aN = "https://github.com/carbon-design-system/carbon-charts#readme", SN = [
|
|
49158
49155
|
{
|
|
49159
49156
|
name: "Eliad Moosavi",
|
|
49160
49157
|
email: "iliadm@ca.ibm.com",
|
|
49161
49158
|
url: "https://github.com/theiliad"
|
|
49162
49159
|
}
|
|
49163
|
-
],
|
|
49160
|
+
], MN = [
|
|
49164
49161
|
{
|
|
49165
49162
|
name: "Eliad Moosavi",
|
|
49166
49163
|
email: "iliadm@ca.ibm.com",
|
|
49167
49164
|
url: "https://github.com/theiliad"
|
|
49168
49165
|
}
|
|
49169
|
-
],
|
|
49166
|
+
], EN = "f7037103474e53901678dd9e62095b0b1f0f62c4", NN = {
|
|
49170
49167
|
name: bE,
|
|
49171
49168
|
version: VE,
|
|
49172
49169
|
description: YE,
|
|
49173
49170
|
type: kE,
|
|
49174
|
-
|
|
49175
|
-
|
|
49176
|
-
|
|
49177
|
-
|
|
49178
|
-
|
|
49179
|
-
|
|
49180
|
-
|
|
49181
|
-
|
|
49182
|
-
|
|
49183
|
-
|
|
49184
|
-
|
|
49185
|
-
|
|
49186
|
-
|
|
49187
|
-
|
|
49188
|
-
|
|
49189
|
-
|
|
49190
|
-
|
|
49191
|
-
|
|
49192
|
-
|
|
49193
|
-
}, LN = "@carbon/charts-svelte", DN = "1.13.14", rN = "Carbon Charts component library for Svelte", oN = {
|
|
49171
|
+
module: fE,
|
|
49172
|
+
types: ZE,
|
|
49173
|
+
exports: wE,
|
|
49174
|
+
files: JE,
|
|
49175
|
+
scripts: zE,
|
|
49176
|
+
dependencies: xE,
|
|
49177
|
+
peerDependencies: XE,
|
|
49178
|
+
devDependencies: QE,
|
|
49179
|
+
publishConfig: jE,
|
|
49180
|
+
repository: qE,
|
|
49181
|
+
license: $E,
|
|
49182
|
+
author: AN,
|
|
49183
|
+
keywords: _N,
|
|
49184
|
+
bugs: eN,
|
|
49185
|
+
homepage: aN,
|
|
49186
|
+
maintainers: SN,
|
|
49187
|
+
contributors: MN,
|
|
49188
|
+
gitHead: EN
|
|
49189
|
+
}, tN = "@carbon/charts-svelte", LN = "1.13.17", DN = "Carbon Charts component library for Svelte", rN = {
|
|
49194
49190
|
postinstall: "carbon-telemetry collect --install",
|
|
49195
49191
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
49196
49192
|
"build:package": "svelte-kit sync && svelte-package && yarn file:styles",
|
|
@@ -49208,7 +49204,7 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49208
49204
|
preview: "vite preview",
|
|
49209
49205
|
check: "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
49210
49206
|
"pub:demo": "cp -a demo/bundle/. ../../pages/svelte"
|
|
49211
|
-
},
|
|
49207
|
+
}, oN = "module", nN = "./dist/index.d.ts", iN = "./dist/index.js", CN = "./dist/index.js", ON = {
|
|
49212
49208
|
".": {
|
|
49213
49209
|
types: "./dist/index.d.ts",
|
|
49214
49210
|
svelte: "./dist/index.js",
|
|
@@ -49216,18 +49212,18 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49216
49212
|
},
|
|
49217
49213
|
"./styles.min.css": "./dist/styles.min.css",
|
|
49218
49214
|
"./styles.css": "./dist/styles.css"
|
|
49219
|
-
},
|
|
49215
|
+
}, RN = [
|
|
49220
49216
|
"dist",
|
|
49221
49217
|
"CHANGELOG.md"
|
|
49222
|
-
],
|
|
49218
|
+
], FN = {
|
|
49223
49219
|
svelte: "^3.31.0 || ^4.0.0"
|
|
49224
|
-
},
|
|
49220
|
+
}, IN = {
|
|
49225
49221
|
"@carbon/charts": "workspace:*",
|
|
49226
49222
|
"@carbon/telemetry": "~0.1.0"
|
|
49227
|
-
},
|
|
49223
|
+
}, sN = {
|
|
49228
49224
|
"@stackblitz/sdk": "^1.9.0",
|
|
49229
49225
|
"@sveltejs/adapter-auto": "^3.0.1",
|
|
49230
|
-
"@sveltejs/kit": "^2.0.
|
|
49226
|
+
"@sveltejs/kit": "^2.0.6",
|
|
49231
49227
|
"@sveltejs/package": "^2.2.4",
|
|
49232
49228
|
"@sveltejs/vite-plugin-svelte": "^3.0.1",
|
|
49233
49229
|
concurrently: "^8.2.2",
|
|
@@ -49235,32 +49231,32 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49235
49231
|
"d3-cloud": "^1.2.7",
|
|
49236
49232
|
"d3-sankey": "^0.12.3",
|
|
49237
49233
|
eslint: "^8.56.0",
|
|
49238
|
-
publint: "^0.2.
|
|
49234
|
+
publint: "^0.2.7",
|
|
49239
49235
|
storybook: "~7.6.6",
|
|
49240
49236
|
svelte: "^4.2.8",
|
|
49241
49237
|
"svelte-check": "^3.6.2",
|
|
49242
49238
|
tslib: "^2.6.2",
|
|
49243
49239
|
typescript: "^5.3.3",
|
|
49244
49240
|
vite: "^5.0.10"
|
|
49245
|
-
},
|
|
49241
|
+
}, lN = {
|
|
49246
49242
|
access: "public"
|
|
49247
|
-
},
|
|
49243
|
+
}, uN = {
|
|
49248
49244
|
type: "git",
|
|
49249
49245
|
url: "git@github.com:carbon-design-system/carbon-charts.git",
|
|
49250
|
-
homepage: "https://
|
|
49251
|
-
},
|
|
49246
|
+
homepage: "https://charts.carbondesignsystem.com/svelte/"
|
|
49247
|
+
}, TN = {
|
|
49252
49248
|
url: "https://github.com/carbon-design-system/carbon-charts/issues"
|
|
49253
|
-
},
|
|
49249
|
+
}, PN = "https://github.com/carbon-design-system/carbon-charts#readme", BN = [
|
|
49254
49250
|
{
|
|
49255
49251
|
name: "Eric Liu",
|
|
49256
49252
|
url: "https://github.com/metonym"
|
|
49257
49253
|
}
|
|
49258
|
-
],
|
|
49254
|
+
], cN = [
|
|
49259
49255
|
{
|
|
49260
49256
|
name: "Eric Liu",
|
|
49261
49257
|
url: "https://github.com/metonym"
|
|
49262
49258
|
}
|
|
49263
|
-
],
|
|
49259
|
+
], dN = "Apache-2.0", pN = "IBM", mN = [
|
|
49264
49260
|
"charts",
|
|
49265
49261
|
"graphs",
|
|
49266
49262
|
"radar",
|
|
@@ -49288,31 +49284,31 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49288
49284
|
"svg",
|
|
49289
49285
|
"data",
|
|
49290
49286
|
"typescript"
|
|
49291
|
-
],
|
|
49292
|
-
name:
|
|
49293
|
-
version:
|
|
49294
|
-
description:
|
|
49295
|
-
scripts:
|
|
49296
|
-
type:
|
|
49297
|
-
types:
|
|
49298
|
-
svelte:
|
|
49299
|
-
module:
|
|
49300
|
-
exports:
|
|
49301
|
-
files:
|
|
49302
|
-
peerDependencies:
|
|
49303
|
-
dependencies:
|
|
49304
|
-
devDependencies:
|
|
49305
|
-
publishConfig:
|
|
49306
|
-
repository:
|
|
49307
|
-
bugs:
|
|
49308
|
-
homepage:
|
|
49309
|
-
maintainers:
|
|
49310
|
-
contributors:
|
|
49311
|
-
license:
|
|
49312
|
-
author:
|
|
49313
|
-
keywords:
|
|
49314
|
-
gitHead:
|
|
49315
|
-
},
|
|
49287
|
+
], UN = "f7037103474e53901678dd9e62095b0b1f0f62c4", BA = {
|
|
49288
|
+
name: tN,
|
|
49289
|
+
version: LN,
|
|
49290
|
+
description: DN,
|
|
49291
|
+
scripts: rN,
|
|
49292
|
+
type: oN,
|
|
49293
|
+
types: nN,
|
|
49294
|
+
svelte: iN,
|
|
49295
|
+
module: CN,
|
|
49296
|
+
exports: ON,
|
|
49297
|
+
files: RN,
|
|
49298
|
+
peerDependencies: FN,
|
|
49299
|
+
dependencies: IN,
|
|
49300
|
+
devDependencies: sN,
|
|
49301
|
+
publishConfig: lN,
|
|
49302
|
+
repository: uN,
|
|
49303
|
+
bugs: TN,
|
|
49304
|
+
homepage: PN,
|
|
49305
|
+
maintainers: BN,
|
|
49306
|
+
contributors: cN,
|
|
49307
|
+
license: dN,
|
|
49308
|
+
author: pN,
|
|
49309
|
+
keywords: mN,
|
|
49310
|
+
gitHead: UN
|
|
49311
|
+
}, GN = "@carbon/charts-vue", gN = "1.13.17", KN = "Carbon Charts component library for Vue", yN = "module", vN = "./dist/index.mjs", HN = "./dist/index.d.ts", hN = {
|
|
49316
49312
|
"./styles.min.css": "./dist/styles.min.css",
|
|
49317
49313
|
"./styles.css": "./dist/styles.css",
|
|
49318
49314
|
".": {
|
|
@@ -49320,10 +49316,10 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49320
49316
|
types: "./dist/index.d.ts",
|
|
49321
49317
|
default: "./dist/index.mjs"
|
|
49322
49318
|
}
|
|
49323
|
-
},
|
|
49319
|
+
}, WN = [
|
|
49324
49320
|
"dist",
|
|
49325
49321
|
"CHANGELOG.md"
|
|
49326
|
-
],
|
|
49322
|
+
], bN = {
|
|
49327
49323
|
postinstall: "carbon-telemetry collect --install",
|
|
49328
49324
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
49329
49325
|
"build:package": "vite build && yarn file:styles",
|
|
@@ -49338,16 +49334,16 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49338
49334
|
format: "prettier --write src/ --ignore-path ../../.eslintignore",
|
|
49339
49335
|
clean: "rm -rf dist demo/bundle",
|
|
49340
49336
|
"pub:demo": "cp -a demo/bundle/. ../../pages/vue"
|
|
49341
|
-
},
|
|
49337
|
+
}, VN = {
|
|
49342
49338
|
vue: "^3.3.0"
|
|
49343
|
-
},
|
|
49339
|
+
}, YN = {
|
|
49344
49340
|
"@carbon/charts": "workspace:*",
|
|
49345
49341
|
"@carbon/telemetry": "~0.1.0",
|
|
49346
49342
|
vue: "^3.3.13"
|
|
49347
|
-
},
|
|
49343
|
+
}, kN = {
|
|
49348
49344
|
"@stackblitz/sdk": "^1.9.0",
|
|
49349
49345
|
"@types/d3": "^7.4.3",
|
|
49350
|
-
"@vitejs/plugin-vue": "^
|
|
49346
|
+
"@vitejs/plugin-vue": "^5.0.0",
|
|
49351
49347
|
concurrently: "^8.2.2",
|
|
49352
49348
|
d3: "^7.8.5",
|
|
49353
49349
|
"d3-cloud": "^1.2.7",
|
|
@@ -49355,16 +49351,16 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49355
49351
|
storybook: "~7.6.6",
|
|
49356
49352
|
typescript: "^5.3.3",
|
|
49357
49353
|
vite: "^5.0.10",
|
|
49358
|
-
"vite-plugin-dts": "^3.
|
|
49359
|
-
"vue-tsc": "^1.8.
|
|
49360
|
-
},
|
|
49354
|
+
"vite-plugin-dts": "^3.7.0",
|
|
49355
|
+
"vue-tsc": "^1.8.27"
|
|
49356
|
+
}, fN = {
|
|
49361
49357
|
access: "public",
|
|
49362
49358
|
tag: "next"
|
|
49363
|
-
},
|
|
49359
|
+
}, ZN = {
|
|
49364
49360
|
type: "git",
|
|
49365
49361
|
url: "git@github.com:carbon-design-system/carbon-charts.git",
|
|
49366
|
-
homepage: "https://
|
|
49367
|
-
},
|
|
49362
|
+
homepage: "https://charts.carbondesignsystem.com/vue/"
|
|
49363
|
+
}, wN = "Apache-2.0", JN = "IBM", zN = [
|
|
49368
49364
|
"charts",
|
|
49369
49365
|
"graphs",
|
|
49370
49366
|
"radar",
|
|
@@ -49392,32 +49388,31 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49392
49388
|
"svg",
|
|
49393
49389
|
"data",
|
|
49394
49390
|
"typescript"
|
|
49395
|
-
],
|
|
49396
|
-
name:
|
|
49397
|
-
version:
|
|
49398
|
-
description:
|
|
49399
|
-
type:
|
|
49400
|
-
|
|
49401
|
-
|
|
49402
|
-
|
|
49403
|
-
|
|
49404
|
-
|
|
49405
|
-
|
|
49406
|
-
|
|
49407
|
-
|
|
49408
|
-
|
|
49409
|
-
|
|
49410
|
-
|
|
49411
|
-
|
|
49412
|
-
|
|
49413
|
-
keywords: XN
|
|
49391
|
+
], xN = {
|
|
49392
|
+
name: GN,
|
|
49393
|
+
version: gN,
|
|
49394
|
+
description: KN,
|
|
49395
|
+
type: yN,
|
|
49396
|
+
module: vN,
|
|
49397
|
+
types: HN,
|
|
49398
|
+
exports: hN,
|
|
49399
|
+
files: WN,
|
|
49400
|
+
scripts: bN,
|
|
49401
|
+
peerDependencies: VN,
|
|
49402
|
+
dependencies: YN,
|
|
49403
|
+
devDependencies: kN,
|
|
49404
|
+
publishConfig: fN,
|
|
49405
|
+
repository: ZN,
|
|
49406
|
+
license: wN,
|
|
49407
|
+
author: JN,
|
|
49408
|
+
keywords: zN
|
|
49414
49409
|
}, M = {
|
|
49415
49410
|
carbonCharts: B.version,
|
|
49416
49411
|
d3: B.dependencies.d3,
|
|
49417
49412
|
d3Cloud: B.dependencies["d3-cloud"],
|
|
49418
49413
|
d3Sankey: B.dependencies["d3-sankey"],
|
|
49419
49414
|
angular: c.dependencies["@angular/core"],
|
|
49420
|
-
react:
|
|
49415
|
+
react: NN.dependencies.react,
|
|
49421
49416
|
rxjs: c.dependencies.rxjs,
|
|
49422
49417
|
svelteVite: "^2.4.6",
|
|
49423
49418
|
svelteTsConfig: "^5.0.2",
|
|
@@ -49426,7 +49421,7 @@ const g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49426
49421
|
tslib: c.dependencies.tslib,
|
|
49427
49422
|
typescript: c.dependencies.typescript,
|
|
49428
49423
|
vite: B.devDependencies.vite,
|
|
49429
|
-
vue:
|
|
49424
|
+
vue: xN.dependencies.vue,
|
|
49430
49425
|
zoneJs: c.dependencies["zone.js"]
|
|
49431
49426
|
};
|
|
49432
49427
|
function D(_, e = 0, a = !0) {
|
|
@@ -49455,7 +49450,7 @@ function D(_, e = 0, a = !0) {
|
|
|
49455
49450
|
typeof _ == "string" ? S += `'${_.replace(/(['"`])/g, "\\$1")}'` : S += _;
|
|
49456
49451
|
return S;
|
|
49457
49452
|
}
|
|
49458
|
-
function
|
|
49453
|
+
function XN(_) {
|
|
49459
49454
|
const e = {
|
|
49460
49455
|
"@carbon/charts": M.carbonCharts,
|
|
49461
49456
|
d3: M.d3,
|
|
@@ -49534,7 +49529,7 @@ ${E ? S : N}
|
|
|
49534
49529
|
}
|
|
49535
49530
|
};
|
|
49536
49531
|
}
|
|
49537
|
-
function
|
|
49532
|
+
function QN(_) {
|
|
49538
49533
|
const e = {
|
|
49539
49534
|
"@angular/animations": M.angular,
|
|
49540
49535
|
"@angular/common": M.angular,
|
|
@@ -49698,7 +49693,7 @@ bootstrapApplication(App)
|
|
|
49698
49693
|
}
|
|
49699
49694
|
};
|
|
49700
49695
|
}
|
|
49701
|
-
function
|
|
49696
|
+
function jN(_) {
|
|
49702
49697
|
const e = {
|
|
49703
49698
|
"@carbon/charts-react": M.carbonCharts,
|
|
49704
49699
|
d3: M.d3,
|
|
@@ -49777,7 +49772,7 @@ root.render(
|
|
|
49777
49772
|
}
|
|
49778
49773
|
};
|
|
49779
49774
|
}
|
|
49780
|
-
function
|
|
49775
|
+
function qN(_) {
|
|
49781
49776
|
const e = {
|
|
49782
49777
|
"@carbon/charts-svelte": M.carbonCharts,
|
|
49783
49778
|
"@sveltejs/vite-plugin-svelte": M.svelteVite,
|
|
@@ -49900,7 +49895,7 @@ export default defineConfig({
|
|
|
49900
49895
|
}
|
|
49901
49896
|
};
|
|
49902
49897
|
}
|
|
49903
|
-
function
|
|
49898
|
+
function $N(_) {
|
|
49904
49899
|
const e = {
|
|
49905
49900
|
"@carbon/charts-vue": M.carbonCharts,
|
|
49906
49901
|
d3: M.d3,
|
|
@@ -49981,7 +49976,7 @@ app.mount('#app')
|
|
|
49981
49976
|
}
|
|
49982
49977
|
};
|
|
49983
49978
|
}
|
|
49984
|
-
const
|
|
49979
|
+
const A3 = (_) => {
|
|
49985
49980
|
var S, E, N;
|
|
49986
49981
|
const e = document.createElement("div");
|
|
49987
49982
|
e.id = "theme-picker", e.innerHTML = `
|
|
@@ -50026,7 +50021,7 @@ const e3 = (_) => {
|
|
|
50026
50021
|
</fieldset>`;
|
|
50027
50022
|
const a = document.documentElement.getAttribute("data-carbon-theme");
|
|
50028
50023
|
a ? (S = e.querySelector(`input#theme__${a}`)) == null || S.setAttribute("checked", "true") : (E = e.querySelector("input#theme__white")) == null || E.setAttribute("checked", "true"), (N = _.querySelector("#charting-controls")) == null || N.appendChild(e);
|
|
50029
|
-
},
|
|
50024
|
+
}, _3 = (_, e) => {
|
|
50030
50025
|
const a = [
|
|
50031
50026
|
"geoEqualEarth",
|
|
50032
50027
|
"geoAlbers",
|
|
@@ -50055,7 +50050,7 @@ const e3 = (_) => {
|
|
|
50055
50050
|
const { value: t } = N.target;
|
|
50056
50051
|
S.thematic.projection = t, e.model.setOptions(S);
|
|
50057
50052
|
}), _.querySelector("#charting-controls").appendChild(E);
|
|
50058
|
-
},
|
|
50053
|
+
}, e3 = (_, e, a = { colorPairingOptions: null }) => {
|
|
50059
50054
|
var K, PA;
|
|
50060
50055
|
const { colorPairingOptions: S } = a, E = e.model.getOptions(), { numberOfVariants: N, option: t } = E.color.pairing, r = e.model.getAllDataGroupsNames().length, l = N || r;
|
|
50061
50056
|
let u = !1;
|
|
@@ -50095,10 +50090,10 @@ const e3 = (_) => {
|
|
|
50095
50090
|
const { value: z } = F.target, [T, I] = z.split("-color-option-");
|
|
50096
50091
|
E.color.pairing.numberOfVariants = T, E.color.pairing.option = I, e.model.setOptions(E);
|
|
50097
50092
|
}), (PA = _ == null ? void 0 : _.querySelector("#charting-controls")) == null || PA.appendChild(n);
|
|
50098
|
-
},
|
|
50093
|
+
}, y3 = (_, e, a, S = { colorPairingOptions: null }) => {
|
|
50099
50094
|
var E, N;
|
|
50100
|
-
_.querySelector("#charting-controls") && (_.querySelector("#charting-controls").innerHTML = ""),
|
|
50101
|
-
},
|
|
50095
|
+
_.querySelector("#charting-controls") && (_.querySelector("#charting-controls").innerHTML = ""), A3(_), ((E = e == null ? void 0 : e.configs) == null ? void 0 : E.excludeColorPaletteControl) !== !0 && e3(_, a, S), (N = e == null ? void 0 : e.configs) != null && N.includeProjectionControl && _3(_, a), a3(_, a);
|
|
50096
|
+
}, a3 = (_, e) => {
|
|
50102
50097
|
const a = _.querySelectorAll("div#theme-picker input.cds--radio-button"), S = document.documentElement.getAttribute("data-carbon-theme");
|
|
50103
50098
|
S && e.services.domUtils.getHolder().setAttribute("data-carbon-theme", S), a.forEach((E) => {
|
|
50104
50099
|
E.addEventListener("click", (N) => {
|
|
@@ -50106,7 +50101,7 @@ const e3 = (_) => {
|
|
|
50106
50101
|
document.documentElement.setAttribute("data-carbon-theme", t), e.model.setOptions({ ...e.model.getOptions(), theme: t });
|
|
50107
50102
|
});
|
|
50108
50103
|
});
|
|
50109
|
-
}, d = (_) => `https://
|
|
50104
|
+
}, d = (_) => `https://charts.carbondesignsystem.com/${_ !== "vanilla" ? `${_}/` : ""}${window.parent.location.search}`, v3 = (_, e) => {
|
|
50110
50105
|
var N;
|
|
50111
50106
|
let a = [
|
|
50112
50107
|
{
|
|
@@ -50280,7 +50275,7 @@ const e3 = (_) => {
|
|
|
50280
50275
|
angular: "ibm-wordcloud-chart",
|
|
50281
50276
|
vue: "CcvWordCloudChart"
|
|
50282
50277
|
}
|
|
50283
|
-
},
|
|
50278
|
+
}, S3 = [
|
|
50284
50279
|
{
|
|
50285
50280
|
title: "Axes",
|
|
50286
50281
|
demos: [
|
|
@@ -50601,7 +50596,7 @@ const e3 = (_) => {
|
|
|
50601
50596
|
}
|
|
50602
50597
|
]
|
|
50603
50598
|
}
|
|
50604
|
-
].map((_) => (_.storyGroupTitle = "Utility", _)),
|
|
50599
|
+
].map((_) => (_.storyGroupTitle = "Utility", _)), M3 = [
|
|
50605
50600
|
{
|
|
50606
50601
|
title: "Area (simple)",
|
|
50607
50602
|
description: "Area charts are similar to line charts, but the areas below the lines are filled with colors or patterns. Stacked charts are useful for comparing proportional contributions within a category. They plot the relative value that each data series contributes to the total.",
|
|
@@ -51285,7 +51280,7 @@ const e3 = (_) => {
|
|
|
51285
51280
|
}
|
|
51286
51281
|
]
|
|
51287
51282
|
}
|
|
51288
|
-
].map((_) => (_.storyGroupTitle = "Simple charts", _)),
|
|
51283
|
+
].map((_) => (_.storyGroupTitle = "Simple charts", _)), E3 = [
|
|
51289
51284
|
{
|
|
51290
51285
|
title: "Choropleth (experimental)",
|
|
51291
51286
|
configs: {
|
|
@@ -51434,46 +51429,46 @@ const e3 = (_) => {
|
|
|
51434
51429
|
]
|
|
51435
51430
|
}
|
|
51436
51431
|
].map((_) => (_.storyGroupTitle = "Complex charts", _));
|
|
51437
|
-
let AA = [...
|
|
51438
|
-
const cA = (_) => _.replace(/[^\w\s]/gi, "").replace(/\s\s+/g, " ").toLowerCase().replace(/\s+/g, "-"),
|
|
51439
|
-
vanilla:
|
|
51440
|
-
angular:
|
|
51441
|
-
react:
|
|
51442
|
-
svelte:
|
|
51443
|
-
vue:
|
|
51432
|
+
let AA = [...S3, ...M3, ...E3];
|
|
51433
|
+
const cA = (_) => _.replace(/[^\w\s]/gi, "").replace(/\s\s+/g, " ").toLowerCase().replace(/\s+/g, "-"), N3 = (_) => _.sort((e, a) => a.title - e.title).map((e) => (e.demos = e.demos.map((a) => (a.title = a.options.title, a.id = `${cA(e.title)}--${cA(a.options.title)}`, a.options.height = a.options.height ?? "400px", a.code = {
|
|
51434
|
+
vanilla: XN(a),
|
|
51435
|
+
angular: QN(a),
|
|
51436
|
+
react: jN(a),
|
|
51437
|
+
svelte: qN(a),
|
|
51438
|
+
vue: $N(a)
|
|
51444
51439
|
}, a)), e));
|
|
51445
|
-
AA =
|
|
51446
|
-
const
|
|
51440
|
+
AA = N3(AA);
|
|
51441
|
+
const H3 = AA;
|
|
51447
51442
|
export {
|
|
51448
|
-
|
|
51449
|
-
|
|
51450
|
-
|
|
51451
|
-
|
|
51452
|
-
|
|
51453
|
-
|
|
51454
|
-
|
|
51455
|
-
|
|
51456
|
-
|
|
51457
|
-
|
|
51458
|
-
|
|
51459
|
-
|
|
51460
|
-
|
|
51461
|
-
|
|
51462
|
-
|
|
51463
|
-
|
|
51464
|
-
|
|
51465
|
-
|
|
51466
|
-
|
|
51467
|
-
|
|
51468
|
-
|
|
51469
|
-
|
|
51470
|
-
|
|
51471
|
-
|
|
51472
|
-
|
|
51473
|
-
|
|
51474
|
-
|
|
51475
|
-
|
|
51476
|
-
|
|
51477
|
-
|
|
51443
|
+
y3 as addControls,
|
|
51444
|
+
v3 as addOtherVersions,
|
|
51445
|
+
a3 as addRadioButtonEventListeners,
|
|
51446
|
+
G3 as alluvialDemos,
|
|
51447
|
+
t3 as areaDemos,
|
|
51448
|
+
L3 as barDemos,
|
|
51449
|
+
D3 as boxplotDemos,
|
|
51450
|
+
o3 as bubbleDemos,
|
|
51451
|
+
n3 as bulletDemos,
|
|
51452
|
+
d3 as circlePackDemos,
|
|
51453
|
+
i3 as comboDemos,
|
|
51454
|
+
O3 as donutDemos,
|
|
51455
|
+
R3 as gaugeDemos,
|
|
51456
|
+
K3 as heatmapDemos,
|
|
51457
|
+
g3 as highlightDemos,
|
|
51458
|
+
F3 as histogramDemos,
|
|
51459
|
+
r3 as lineDemos,
|
|
51460
|
+
I3 as lollipopDemos,
|
|
51461
|
+
s3 as meterDemos,
|
|
51462
|
+
C3 as pieDemos,
|
|
51463
|
+
l3 as radarDemos,
|
|
51464
|
+
u3 as scatterDemos,
|
|
51465
|
+
T3 as stepDemos,
|
|
51466
|
+
H3 as storybookDemoGroups,
|
|
51467
|
+
P3 as timeSeriesAxisDemos,
|
|
51468
|
+
p3 as toolbarDemos,
|
|
51469
|
+
B3 as treeDemos,
|
|
51470
|
+
c3 as treemapDemos,
|
|
51471
|
+
m3 as wordCloudDemos,
|
|
51472
|
+
U3 as zoomBarDemos
|
|
51478
51473
|
};
|
|
51479
51474
|
//# sourceMappingURL=index.mjs.map
|