@arcgis/charts-components 5.1.0-next.98 → 5.1.0-next.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdn/437PRHGP.js +2 -0
- package/dist/cdn/7RRIPRBW.js +2 -0
- package/dist/cdn/{PHSAVE6E.js → BVLDD7VH.js} +1 -1
- package/dist/cdn/{BDROQPZY.js → D4THJNNH.js} +1 -1
- package/dist/cdn/FRTL3JKO.js +2 -0
- package/dist/cdn/{4MGAAHBF.js → KJXMX3GJ.js} +1 -1
- package/dist/cdn/{4F4XNNGS.js → NTMKUPVQ.js} +22 -22
- package/dist/cdn/R2R6BF6O.js +2 -0
- package/dist/cdn/{RK3BAJOA.js → SN4BIMRO.js} +1 -1
- package/dist/cdn/SXLPETPI.js +2 -0
- package/dist/cdn/UOUARC5O.js +2 -0
- package/dist/cdn/{FXXKMSX7.js → V3TCGIPS.js} +1 -1
- package/dist/cdn/VOTMKVNY.js +2 -0
- package/dist/cdn/{IYAA5JNA.js → XOY4K5NH.js} +1 -1
- package/dist/cdn/ZIAGMMWU.js +2 -0
- package/dist/cdn/index.js +1 -1
- package/dist/chunks/bar-chart-model.js +1 -1
- package/dist/chunks/combo-bar-line-chart-model.js +6 -6
- package/dist/chunks/heat-chart-model.js +8 -8
- package/dist/chunks/line-chart-model.js +3 -3
- package/dist/chunks/radar-chart-model.js +3 -3
- package/dist/chunks/rotated-state.js +29 -16
- package/dist/chunks/time-zone.js +11 -11
- package/dist/chunks/type-guards2.js +9 -9
- package/dist/components/arcgis-chart/customElement.d.ts +17 -2
- package/dist/components/arcgis-chart/customElement.js +938 -944
- package/dist/components/arcgis-charts-action-bar/customElement.js +1 -1
- package/dist/components/arcgis-charts-config-create-flow/customElement.js +1 -1
- package/dist/docs/api.json +1 -1
- package/dist/docs/docs.json +1 -1
- package/dist/docs/vscode.html-custom-data.json +1 -1
- package/dist/docs/web-types.json +1 -1
- package/dist/loader.js +1 -1
- package/dist/model/heat-chart-model/heat-chart-model.d.ts +2 -2
- package/dist/model/properties/rotated-state.d.ts +6 -0
- package/dist/model/properties/time-zone.d.ts +1 -11
- package/dist/types/lumina.d.ts +1 -1
- package/dist/types/preact.d.ts +1 -1
- package/dist/types/react.d.ts +1 -1
- package/dist/types/stencil.d.ts +1 -1
- package/package.json +3 -3
- package/dist/cdn/GOCPXSNF.js +0 -2
- package/dist/cdn/HAPHXGDG.js +0 -2
- package/dist/cdn/JUTIXOZ7.js +0 -2
- package/dist/cdn/OSLQS2GQ.js +0 -2
- package/dist/cdn/PMSMMLY4.js +0 -2
- package/dist/cdn/PZAAA62R.js +0 -2
- package/dist/cdn/URBTZGXF.js +0 -2
- package/dist/cdn/VFULMUE5.js +0 -2
|
@@ -56,7 +56,7 @@ class Z extends V {
|
|
|
56
56
|
this.legendToggle = this.legendToggle === t.Active ? t.Inactive : t.Active, i.actionActive = this.legendToggle === t.Active, r(this.chartElement?.model) && D(this.chartElement?.model) && (this.chartElement.model.legendVisibility = i.actionActive), this.chartElement?.model && (r(this.chartElement.model) ? D(this.chartElement.model) && (this.chartElement.model.legendVisibility = i.actionActive) : this.chartElement.model.rotated = this.chartElement.model.rotated !== !0);
|
|
57
57
|
break;
|
|
58
58
|
case e.RotateChart:
|
|
59
|
-
this.rotateChartToggle = this.rotateChartToggle === t.Active ? t.Inactive : t.Active, i.actionActive = this.rotateChartToggle === t.Active, this.chartElement?.model && (r(this.chartElement.model) ? F(this.chartElement.model) && (this.chartElement.model.
|
|
59
|
+
this.rotateChartToggle = this.rotateChartToggle === t.Active ? t.Inactive : t.Active, i.actionActive = this.rotateChartToggle === t.Active, this.chartElement?.model && (r(this.chartElement.model) ? F(this.chartElement.model) && (this.chartElement.model.rotated = i.actionActive) : this.chartElement.model.rotated = this.chartElement.model.rotated !== !0);
|
|
60
60
|
break;
|
|
61
61
|
case e.FilterBySelection:
|
|
62
62
|
this.filterBySelectionToggle = this.filterBySelectionToggle === t.Active ? t.Inactive : t.Active, i.actionActive = this.filterBySelectionToggle === t.Active, this.chartElement !== void 0 && (this.chartElement.filterBySelection = i.actionActive);
|
|
@@ -176,7 +176,7 @@ class ue extends Q {
|
|
|
176
176
|
if (r)
|
|
177
177
|
switch (t) {
|
|
178
178
|
case "rotation":
|
|
179
|
-
typeof a == "boolean" && H(r) && (r.
|
|
179
|
+
typeof a == "boolean" && H(r) && (r.rotated = a);
|
|
180
180
|
break;
|
|
181
181
|
case "legendPosition":
|
|
182
182
|
typeof a == "string" && v(r) && (r.legendPosition = a);
|