igniteui-webcomponents-dashboards 5.1.1-beta.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/License +27 -0
- package/README.md +19 -0
- package/bundles/igniteui-webcomponents-dashboards.umd.js +9396 -0
- package/bundles/igniteui-webcomponents-dashboards.umd.min.js +7 -0
- package/esm2015/igniteui-webcomponents-dashboards.js +1 -0
- package/esm2015/lib/DashboardTile.js +7 -0
- package/esm2015/lib/DashboardTileChangingContentEventArgs.js +26 -0
- package/esm2015/lib/DashboardTileCommonFeature.js +39 -0
- package/esm2015/lib/DashboardTileCustomization.js +7 -0
- package/esm2015/lib/DashboardTileCustomizationCollection.js +7 -0
- package/esm2015/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +33 -0
- package/esm2015/lib/DashboardTileGalleryIconInfo.js +22 -0
- package/esm2015/lib/DashboardTileGroupDescription.js +52 -0
- package/esm2015/lib/DashboardTileGroupDescriptionCollection.js +84 -0
- package/esm2015/lib/DashboardTilePrimitiveValueWrapper.js +20 -0
- package/esm2015/lib/DashboardTileSortDescription.js +61 -0
- package/esm2015/lib/DashboardTileSortDescriptionCollection.js +96 -0
- package/esm2015/lib/DashboardTileSummaryDescription.js +123 -0
- package/esm2015/lib/DashboardTileSummaryDescriptionCollection.js +102 -0
- package/esm2015/lib/DashboardTileToolbarProvider.js +7 -0
- package/esm2015/lib/DashboardTileView.js +7 -0
- package/esm2015/lib/DashboardTileView_combined.js +3151 -0
- package/esm2015/lib/DashboardTileVisualizationType.js +50 -0
- package/esm2015/lib/DataChartDashboardTileFeature.js +76 -0
- package/esm2015/lib/DataSeriesToDescriptionAdapter.js +1556 -0
- package/esm2015/lib/DataSeriesToDescriptionAdapterControlType.js +11 -0
- package/esm2015/lib/DataSeriesToDescriptionAdapterResult.js +146 -0
- package/esm2015/lib/DataSeriesToDescriptionAdapterSettings.js +85 -0
- package/esm2015/lib/DataSeriesToDescriptionCustomizations.js +176 -0
- package/esm2015/lib/DescriptionValueLookupHelper.js +38 -0
- package/esm2015/lib/GeographicMapDashboardTileFeature.js +26 -0
- package/esm2015/lib/IDashboardTileView.js +11 -0
- package/esm2015/lib/IExternalDashboardTile.js +11 -0
- package/esm2015/lib/LinearGaugeDashboardTileFeature.js +26 -0
- package/esm2015/lib/PieChartDashboardTileFeature.js +28 -0
- package/esm2015/lib/RadialGaugeDashboardTileFeature.js +26 -0
- package/esm2015/lib/igc-dashboard-tile-changing-content-event-args.js +36 -0
- package/esm2015/lib/igc-dashboard-tile-component.js +1147 -0
- package/esm2015/lib/igc-dashboard-tile-customization-collection.js +53 -0
- package/esm2015/lib/igc-dashboard-tile-customization-component.js +265 -0
- package/esm2015/lib/igc-dashboard-tile-customization-module.js +16 -0
- package/esm2015/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +48 -0
- package/esm2015/lib/igc-dashboard-tile-group-description-collection.js +76 -0
- package/esm2015/lib/igc-dashboard-tile-group-description-module.js +15 -0
- package/esm2015/lib/igc-dashboard-tile-group-description.js +19 -0
- package/esm2015/lib/igc-dashboard-tile-module.js +33 -0
- package/esm2015/lib/igc-dashboard-tile-sort-description-collection.js +86 -0
- package/esm2015/lib/igc-dashboard-tile-sort-description-module.js +15 -0
- package/esm2015/lib/igc-dashboard-tile-sort-description.js +70 -0
- package/esm2015/lib/igc-dashboard-tile-summary-description-collection.js +83 -0
- package/esm2015/lib/igc-dashboard-tile-summary-description-module.js +15 -0
- package/esm2015/lib/igc-dashboard-tile-summary-description.js +107 -0
- package/esm2015/lib/igc-data-chart-dashboard-tile-module.js +36 -0
- package/esm2015/lib/igc-geographic-map-dashboard-tile-module.js +18 -0
- package/esm2015/lib/igc-linear-gauge-dashboard-tile-module.js +18 -0
- package/esm2015/lib/igc-pie-chart-dashboard-tile-module.js +18 -0
- package/esm2015/lib/igc-radial-gauge-dashboard-tile-module.js +18 -0
- package/esm2015/public_api.js +51 -0
- package/esm5/igniteui-webcomponents-dashboards.js +1 -0
- package/esm5/lib/DashboardTile.js +7 -0
- package/esm5/lib/DashboardTileChangingContentEventArgs.js +32 -0
- package/esm5/lib/DashboardTileCommonFeature.js +43 -0
- package/esm5/lib/DashboardTileCustomization.js +7 -0
- package/esm5/lib/DashboardTileCustomizationCollection.js +7 -0
- package/esm5/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +43 -0
- package/esm5/lib/DashboardTileGalleryIconInfo.js +24 -0
- package/esm5/lib/DashboardTileGroupDescription.js +59 -0
- package/esm5/lib/DashboardTileGroupDescriptionCollection.js +94 -0
- package/esm5/lib/DashboardTilePrimitiveValueWrapper.js +22 -0
- package/esm5/lib/DashboardTileSortDescription.js +75 -0
- package/esm5/lib/DashboardTileSortDescriptionCollection.js +110 -0
- package/esm5/lib/DashboardTileSummaryDescription.js +149 -0
- package/esm5/lib/DashboardTileSummaryDescriptionCollection.js +116 -0
- package/esm5/lib/DashboardTileToolbarProvider.js +7 -0
- package/esm5/lib/DashboardTileView.js +7 -0
- package/esm5/lib/DashboardTileView_combined.js +3814 -0
- package/esm5/lib/DashboardTileVisualizationType.js +50 -0
- package/esm5/lib/DataChartDashboardTileFeature.js +80 -0
- package/esm5/lib/DataSeriesToDescriptionAdapter.js +1581 -0
- package/esm5/lib/DataSeriesToDescriptionAdapterControlType.js +11 -0
- package/esm5/lib/DataSeriesToDescriptionAdapterResult.js +168 -0
- package/esm5/lib/DataSeriesToDescriptionAdapterSettings.js +111 -0
- package/esm5/lib/DataSeriesToDescriptionCustomizations.js +277 -0
- package/esm5/lib/DescriptionValueLookupHelper.js +46 -0
- package/esm5/lib/GeographicMapDashboardTileFeature.js +30 -0
- package/esm5/lib/IDashboardTileView.js +11 -0
- package/esm5/lib/IExternalDashboardTile.js +11 -0
- package/esm5/lib/LinearGaugeDashboardTileFeature.js +30 -0
- package/esm5/lib/PieChartDashboardTileFeature.js +32 -0
- package/esm5/lib/RadialGaugeDashboardTileFeature.js +30 -0
- package/esm5/lib/igc-dashboard-tile-changing-content-event-args.js +46 -0
- package/esm5/lib/igc-dashboard-tile-component.js +1401 -0
- package/esm5/lib/igc-dashboard-tile-customization-collection.js +58 -0
- package/esm5/lib/igc-dashboard-tile-customization-component.js +319 -0
- package/esm5/lib/igc-dashboard-tile-customization-module.js +20 -0
- package/esm5/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +62 -0
- package/esm5/lib/igc-dashboard-tile-group-description-collection.js +82 -0
- package/esm5/lib/igc-dashboard-tile-group-description-module.js +19 -0
- package/esm5/lib/igc-dashboard-tile-group-description.js +27 -0
- package/esm5/lib/igc-dashboard-tile-module.js +37 -0
- package/esm5/lib/igc-dashboard-tile-sort-description-collection.js +96 -0
- package/esm5/lib/igc-dashboard-tile-sort-description-module.js +19 -0
- package/esm5/lib/igc-dashboard-tile-sort-description.js +84 -0
- package/esm5/lib/igc-dashboard-tile-summary-description-collection.js +93 -0
- package/esm5/lib/igc-dashboard-tile-summary-description-module.js +19 -0
- package/esm5/lib/igc-dashboard-tile-summary-description.js +134 -0
- package/esm5/lib/igc-data-chart-dashboard-tile-module.js +40 -0
- package/esm5/lib/igc-geographic-map-dashboard-tile-module.js +22 -0
- package/esm5/lib/igc-linear-gauge-dashboard-tile-module.js +22 -0
- package/esm5/lib/igc-pie-chart-dashboard-tile-module.js +22 -0
- package/esm5/lib/igc-radial-gauge-dashboard-tile-module.js +22 -0
- package/esm5/public_api.js +51 -0
- package/fesm2015/igniteui-webcomponents-dashboards.js +7990 -0
- package/fesm5/igniteui-webcomponents-dashboards.js +9344 -0
- package/igniteui-webcomponents-dashboards.d.ts +1 -0
- package/lib/DashboardTile.d.ts +1 -0
- package/lib/DashboardTileChangingContentEventArgs.d.ts +11 -0
- package/lib/DashboardTileCommonFeature.d.ts +9 -0
- package/lib/DashboardTileCustomization.d.ts +1 -0
- package/lib/DashboardTileCustomizationCollection.d.ts +1 -0
- package/lib/DashboardTileFilterStringErrorsParsingEventArgs.d.ts +14 -0
- package/lib/DashboardTileGalleryIconInfo.d.ts +11 -0
- package/lib/DashboardTileGroupDescription.d.ts +16 -0
- package/lib/DashboardTileGroupDescriptionCollection.d.ts +27 -0
- package/lib/DashboardTilePrimitiveValueWrapper.d.ts +8 -0
- package/lib/DashboardTileSortDescription.d.ts +20 -0
- package/lib/DashboardTileSortDescriptionCollection.d.ts +31 -0
- package/lib/DashboardTileSummaryDescription.d.ts +38 -0
- package/lib/DashboardTileSummaryDescriptionCollection.d.ts +31 -0
- package/lib/DashboardTileToolbarProvider.d.ts +1 -0
- package/lib/DashboardTileView.d.ts +1 -0
- package/lib/DashboardTileView_combined.d.ts +525 -0
- package/lib/DashboardTileVisualizationType.d.ts +43 -0
- package/lib/DataChartDashboardTileFeature.d.ts +10 -0
- package/lib/DataSeriesToDescriptionAdapter.d.ts +62 -0
- package/lib/DataSeriesToDescriptionAdapterControlType.d.ts +15 -0
- package/lib/DataSeriesToDescriptionAdapterResult.d.ts +36 -0
- package/lib/DataSeriesToDescriptionAdapterSettings.d.ts +36 -0
- package/lib/DataSeriesToDescriptionCustomizations.d.ts +21 -0
- package/lib/DescriptionValueLookupHelper.d.ts +12 -0
- package/lib/GeographicMapDashboardTileFeature.d.ts +10 -0
- package/lib/IDashboardTileView.d.ts +20 -0
- package/lib/IExternalDashboardTile.d.ts +13 -0
- package/lib/LinearGaugeDashboardTileFeature.d.ts +10 -0
- package/lib/PieChartDashboardTileFeature.d.ts +10 -0
- package/lib/RadialGaugeDashboardTileFeature.d.ts +10 -0
- package/lib/igc-dashboard-tile-changing-content-event-args.d.ts +14 -0
- package/lib/igc-dashboard-tile-component.d.ts +348 -0
- package/lib/igc-dashboard-tile-customization-collection.d.ts +8 -0
- package/lib/igc-dashboard-tile-customization-component.d.ts +59 -0
- package/lib/igc-dashboard-tile-customization-module.d.ts +3 -0
- package/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.d.ts +22 -0
- package/lib/igc-dashboard-tile-group-description-collection.d.ts +23 -0
- package/lib/igc-dashboard-tile-group-description-module.d.ts +3 -0
- package/lib/igc-dashboard-tile-group-description.d.ts +13 -0
- package/lib/igc-dashboard-tile-module.d.ts +3 -0
- package/lib/igc-dashboard-tile-sort-description-collection.d.ts +28 -0
- package/lib/igc-dashboard-tile-sort-description-module.d.ts +3 -0
- package/lib/igc-dashboard-tile-sort-description.d.ts +33 -0
- package/lib/igc-dashboard-tile-summary-description-collection.d.ts +25 -0
- package/lib/igc-dashboard-tile-summary-description-module.d.ts +3 -0
- package/lib/igc-dashboard-tile-summary-description.d.ts +40 -0
- package/lib/igc-data-chart-dashboard-tile-module.d.ts +3 -0
- package/lib/igc-geographic-map-dashboard-tile-module.d.ts +3 -0
- package/lib/igc-linear-gauge-dashboard-tile-module.d.ts +3 -0
- package/lib/igc-pie-chart-dashboard-tile-module.d.ts +3 -0
- package/lib/igc-radial-gauge-dashboard-tile-module.d.ts +3 -0
- package/package.json +42 -0
- package/public_api.d.ts +51 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let DataSeriesToDescriptionAdapterControlType_$type = /*@__PURE__*/ markEnum('DataSeriesToDescriptionAdapterControlType', 'DataChart,0|Pie,1|GeoMap,2|RadialGauge,3|LinearGauge,4');
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, String_$type, Number_$type, EnumUtil, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
9
|
+
import { DataSeriesAxisType_$type } from "igniteui-webcomponents-core";
|
|
10
|
+
import { DataSeriesType_$type } from "igniteui-webcomponents-core";
|
|
11
|
+
import { Guid } from "igniteui-webcomponents-core";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
export let DataSeriesToDescriptionAdapterResult = /*@__PURE__*/ (() => {
|
|
16
|
+
class DataSeriesToDescriptionAdapterResult extends Base {
|
|
17
|
+
constructor(a) {
|
|
18
|
+
super();
|
|
19
|
+
this.c = null;
|
|
20
|
+
this._content = null;
|
|
21
|
+
this._refNames = null;
|
|
22
|
+
this._refValues = null;
|
|
23
|
+
this._mainRef = null;
|
|
24
|
+
this._descriptionType = null;
|
|
25
|
+
this.f = new Dictionary$2(String_$type, Number_$type, 0);
|
|
26
|
+
this.e = new Dictionary$2(Base.$, String_$type, 0);
|
|
27
|
+
this.c = a;
|
|
28
|
+
this.refNames = new Array(0);
|
|
29
|
+
this.refValues = new Array(0);
|
|
30
|
+
}
|
|
31
|
+
get content() {
|
|
32
|
+
return this._content;
|
|
33
|
+
}
|
|
34
|
+
set content(a) {
|
|
35
|
+
this._content = a;
|
|
36
|
+
}
|
|
37
|
+
get refNames() {
|
|
38
|
+
return this._refNames;
|
|
39
|
+
}
|
|
40
|
+
set refNames(a) {
|
|
41
|
+
this._refNames = a;
|
|
42
|
+
}
|
|
43
|
+
get refValues() {
|
|
44
|
+
return this._refValues;
|
|
45
|
+
}
|
|
46
|
+
set refValues(a) {
|
|
47
|
+
this._refValues = a;
|
|
48
|
+
}
|
|
49
|
+
get mainRef() {
|
|
50
|
+
return this._mainRef;
|
|
51
|
+
}
|
|
52
|
+
set mainRef(a) {
|
|
53
|
+
this._mainRef = a;
|
|
54
|
+
}
|
|
55
|
+
get descriptionType() {
|
|
56
|
+
return this._descriptionType;
|
|
57
|
+
}
|
|
58
|
+
set descriptionType(a) {
|
|
59
|
+
this._descriptionType = a;
|
|
60
|
+
}
|
|
61
|
+
h(a, b, c) {
|
|
62
|
+
let d = (c ? "Vertical" : "") + EnumUtil.getName(DataSeriesAxisType_$type, a) + "_" + (b ? "primary" : "secondary") + "_";
|
|
63
|
+
if (!this.f.containsKey(d)) {
|
|
64
|
+
this.f.item(d, 0);
|
|
65
|
+
}
|
|
66
|
+
let e = this.f.item(d);
|
|
67
|
+
let f = d + "_" + e;
|
|
68
|
+
this.f.item(d, e + 1);
|
|
69
|
+
return f;
|
|
70
|
+
}
|
|
71
|
+
k(a) {
|
|
72
|
+
let b = EnumUtil.getName(DataSeriesType_$type, a) + "_";
|
|
73
|
+
if (!this.f.containsKey(b)) {
|
|
74
|
+
this.f.item(b, 0);
|
|
75
|
+
}
|
|
76
|
+
let c = this.f.item(b);
|
|
77
|
+
let d = b + "_" + c;
|
|
78
|
+
this.f.item(b, c + 1);
|
|
79
|
+
return d;
|
|
80
|
+
}
|
|
81
|
+
m(a) {
|
|
82
|
+
if (a == null) {
|
|
83
|
+
return null;
|
|
84
|
+
}
|
|
85
|
+
if (!this.e.containsKey(a)) {
|
|
86
|
+
this.e.item(a, Guid.newGuid().toString());
|
|
87
|
+
let b = new Array(this.refNames.length + 1);
|
|
88
|
+
let c = new Array(this.refValues.length + 1);
|
|
89
|
+
for (let d = 0; d < this.refNames.length; d++) {
|
|
90
|
+
b[d] = this.refNames[d];
|
|
91
|
+
}
|
|
92
|
+
for (let e = 0; e < this.refValues.length; e++) {
|
|
93
|
+
c[e] = this.refValues[e];
|
|
94
|
+
}
|
|
95
|
+
b[b.length - 1] = this.e.item(a);
|
|
96
|
+
c[c.length - 1] = a;
|
|
97
|
+
this.refNames = b;
|
|
98
|
+
this.refValues = c;
|
|
99
|
+
}
|
|
100
|
+
let f = this.e.item(a);
|
|
101
|
+
return f;
|
|
102
|
+
}
|
|
103
|
+
i(a) {
|
|
104
|
+
let b = a.suggestedPrimaryAxis;
|
|
105
|
+
let c = false;
|
|
106
|
+
if (a.suggestedSeries == 3) {
|
|
107
|
+
c = true;
|
|
108
|
+
}
|
|
109
|
+
let d = (c ? "Vertical" : "") + EnumUtil.getName(DataSeriesAxisType_$type, b) + "_" + (true ? "primary" : "secondary") + "_";
|
|
110
|
+
if (!this.f.containsKey(d)) {
|
|
111
|
+
this.f.item(d, 0);
|
|
112
|
+
}
|
|
113
|
+
let e = this.f.item(d);
|
|
114
|
+
if (e > 0) {
|
|
115
|
+
e--;
|
|
116
|
+
}
|
|
117
|
+
let f = d + "_" + e;
|
|
118
|
+
if (this.c.refNamespace != null) {
|
|
119
|
+
f = this.c.refNamespace + "/" + f;
|
|
120
|
+
}
|
|
121
|
+
return f;
|
|
122
|
+
}
|
|
123
|
+
j(a) {
|
|
124
|
+
let b = a.suggestedSecondaryAxis;
|
|
125
|
+
let c = false;
|
|
126
|
+
if (a.suggestedSeries == 3) {
|
|
127
|
+
c = true;
|
|
128
|
+
}
|
|
129
|
+
let d = (c ? "Vertical" : "") + EnumUtil.getName(DataSeriesAxisType_$type, b) + "_" + (false ? "primary" : "secondary") + "_";
|
|
130
|
+
if (!this.f.containsKey(d)) {
|
|
131
|
+
this.f.item(d, 0);
|
|
132
|
+
}
|
|
133
|
+
let e = this.f.item(d);
|
|
134
|
+
if (e > 0) {
|
|
135
|
+
e--;
|
|
136
|
+
}
|
|
137
|
+
let f = d + "_" + e;
|
|
138
|
+
if (this.c.refNamespace != null) {
|
|
139
|
+
f = this.c.refNamespace + "/" + f;
|
|
140
|
+
}
|
|
141
|
+
return f;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
DataSeriesToDescriptionAdapterResult.$t = /*@__PURE__*/ markType(DataSeriesToDescriptionAdapterResult, 'DataSeriesToDescriptionAdapterResult');
|
|
145
|
+
return DataSeriesToDescriptionAdapterResult;
|
|
146
|
+
})();
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, String_$type, Delegate_$type, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let DataSeriesToDescriptionAdapterSettings = /*@__PURE__*/ (() => {
|
|
13
|
+
class DataSeriesToDescriptionAdapterSettings extends Base {
|
|
14
|
+
constructor() {
|
|
15
|
+
super(...arguments);
|
|
16
|
+
this._customizations = null;
|
|
17
|
+
this._originalData = null;
|
|
18
|
+
this._context = null;
|
|
19
|
+
this._shouldStackCategories = false;
|
|
20
|
+
this._shouldPreferRadialCategories = false;
|
|
21
|
+
this._refNamespace = null;
|
|
22
|
+
this.g = new Dictionary$2(String_$type, Delegate_$type, 0);
|
|
23
|
+
this.h = new Dictionary$2(String_$type, Base.$, 0);
|
|
24
|
+
}
|
|
25
|
+
get customizations() {
|
|
26
|
+
return this._customizations;
|
|
27
|
+
}
|
|
28
|
+
set customizations(a) {
|
|
29
|
+
this._customizations = a;
|
|
30
|
+
}
|
|
31
|
+
get originalData() {
|
|
32
|
+
return this._originalData;
|
|
33
|
+
}
|
|
34
|
+
set originalData(a) {
|
|
35
|
+
this._originalData = a;
|
|
36
|
+
}
|
|
37
|
+
get context() {
|
|
38
|
+
return this._context;
|
|
39
|
+
}
|
|
40
|
+
set context(a) {
|
|
41
|
+
this._context = a;
|
|
42
|
+
}
|
|
43
|
+
get shouldStackCategories() {
|
|
44
|
+
return this._shouldStackCategories;
|
|
45
|
+
}
|
|
46
|
+
set shouldStackCategories(a) {
|
|
47
|
+
this._shouldStackCategories = a;
|
|
48
|
+
}
|
|
49
|
+
get shouldPreferRadialCategories() {
|
|
50
|
+
return this._shouldPreferRadialCategories;
|
|
51
|
+
}
|
|
52
|
+
set shouldPreferRadialCategories(a) {
|
|
53
|
+
this._shouldPreferRadialCategories = a;
|
|
54
|
+
}
|
|
55
|
+
get refNamespace() {
|
|
56
|
+
return this._refNamespace;
|
|
57
|
+
}
|
|
58
|
+
set refNamespace(a) {
|
|
59
|
+
this._refNamespace = a;
|
|
60
|
+
}
|
|
61
|
+
a(a) {
|
|
62
|
+
if (this.g.containsKey(a)) {
|
|
63
|
+
return this.g.item(a);
|
|
64
|
+
}
|
|
65
|
+
return null;
|
|
66
|
+
}
|
|
67
|
+
addCoercion(a, b) {
|
|
68
|
+
this.g.item(a, b);
|
|
69
|
+
}
|
|
70
|
+
hasSettingsValue(a) {
|
|
71
|
+
return this.h.containsKey(a);
|
|
72
|
+
}
|
|
73
|
+
getSettingsValue(a) {
|
|
74
|
+
return this.h.item(a);
|
|
75
|
+
}
|
|
76
|
+
setSettingsValue(a, b) {
|
|
77
|
+
this.h.item(a, b);
|
|
78
|
+
}
|
|
79
|
+
m(a) {
|
|
80
|
+
this.h = a;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
DataSeriesToDescriptionAdapterSettings.$t = /*@__PURE__*/ markType(DataSeriesToDescriptionAdapterSettings, 'DataSeriesToDescriptionAdapterSettings');
|
|
84
|
+
return DataSeriesToDescriptionAdapterSettings;
|
|
85
|
+
})();
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, fromEnum, String_$type, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { DataSeriesToDescriptionCustomization } from "igniteui-webcomponents-core";
|
|
9
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
10
|
+
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
11
|
+
import { stringReplace } from "igniteui-webcomponents-core";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
export let DataSeriesToDescriptionCustomizations = /*@__PURE__*/ (() => {
|
|
16
|
+
class DataSeriesToDescriptionCustomizations extends Base {
|
|
17
|
+
constructor(a) {
|
|
18
|
+
super();
|
|
19
|
+
this.g = new List$1(String_$type, 0);
|
|
20
|
+
this.e = new Dictionary$2(String_$type, List$1.$.specialize(DataSeriesToDescriptionCustomization.$), 0);
|
|
21
|
+
this.f = new List$1(String_$type, 0);
|
|
22
|
+
this.d = new Dictionary$2(String_$type, Dictionary$2.$.specialize(String_$type, List$1.$.specialize(DataSeriesToDescriptionCustomization.$)), 0);
|
|
23
|
+
this.h = new List$1(DataSeriesToDescriptionCustomizations.$, 0);
|
|
24
|
+
for (let c = 0; c < a.length; c++) {
|
|
25
|
+
let b = a[c];
|
|
26
|
+
this.l(b);
|
|
27
|
+
}
|
|
28
|
+
for (let d of fromEnum(this.g)) {
|
|
29
|
+
let e = this.e.item(d);
|
|
30
|
+
this.k(e);
|
|
31
|
+
}
|
|
32
|
+
for (let f of fromEnum(this.f)) {
|
|
33
|
+
let g = this.d.item(f);
|
|
34
|
+
for (let h of fromEnum(g.keys)) {
|
|
35
|
+
let i = g.item(h);
|
|
36
|
+
this.k(i);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
k(a) {
|
|
41
|
+
for (let b of fromEnum(a)) {
|
|
42
|
+
if (b.order != -1) {
|
|
43
|
+
a.aa((c, d) => {
|
|
44
|
+
if (c.order < d.order) {
|
|
45
|
+
return -1;
|
|
46
|
+
}
|
|
47
|
+
else if (c.order > d.order) {
|
|
48
|
+
return 1;
|
|
49
|
+
}
|
|
50
|
+
else {
|
|
51
|
+
return 0;
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
return;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
l(a) {
|
|
59
|
+
if (a.matchType == null) {
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
if (a.isCollectionInsertionAtEnd || a.isCollectionInsertionAtIndex || a.isCollectionInsertionAtStart) {
|
|
63
|
+
if (!this.d.containsKey(a.matchType)) {
|
|
64
|
+
this.d.item(a.matchType, new Dictionary$2(String_$type, List$1.$.specialize(DataSeriesToDescriptionCustomization.$), 0));
|
|
65
|
+
this.f.add(a.matchType);
|
|
66
|
+
}
|
|
67
|
+
if (!this.d.item(a.matchType).containsKey(a.propertyName)) {
|
|
68
|
+
this.d.item(a.matchType).item(a.propertyName, new List$1(DataSeriesToDescriptionCustomization.$, 0));
|
|
69
|
+
}
|
|
70
|
+
this.d.item(a.matchType).item(a.propertyName).add(a);
|
|
71
|
+
}
|
|
72
|
+
else {
|
|
73
|
+
if (!this.e.containsKey(a.matchType)) {
|
|
74
|
+
this.e.item(a.matchType, new List$1(DataSeriesToDescriptionCustomization.$, 0));
|
|
75
|
+
this.g.add(a.matchType);
|
|
76
|
+
}
|
|
77
|
+
this.e.item(a.matchType).add(a);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
hasCustomizationsFor(a) {
|
|
81
|
+
if (this.e.containsKey(a) || this.d.containsKey(a) || this.e.containsKey(stringReplace(a, "Description", "")) || this.d.containsKey(stringReplace(a, "Description", ""))) {
|
|
82
|
+
return true;
|
|
83
|
+
}
|
|
84
|
+
for (let b = 0; b < this.h.count; b++) {
|
|
85
|
+
if (this.h._inner[b].hasCustomizationsFor(a)) {
|
|
86
|
+
return true;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
return false;
|
|
90
|
+
}
|
|
91
|
+
getPropertyCustomizations(a) {
|
|
92
|
+
let b = null;
|
|
93
|
+
if (this.e.containsKey(a)) {
|
|
94
|
+
let c = this.e.item(a);
|
|
95
|
+
if (c != null) {
|
|
96
|
+
if (b == null) {
|
|
97
|
+
b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
|
|
98
|
+
}
|
|
99
|
+
for (let d = 0; d < c.count; d++) {
|
|
100
|
+
b.add(c._inner[d]);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
if (this.e.containsKey(stringReplace(a, "Description", ""))) {
|
|
105
|
+
let e = this.e.item(stringReplace(a, "Description", ""));
|
|
106
|
+
if (e != null) {
|
|
107
|
+
if (b == null) {
|
|
108
|
+
b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
|
|
109
|
+
}
|
|
110
|
+
for (let f = 0; f < e.count; f++) {
|
|
111
|
+
b.add(e._inner[f]);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
for (let g = 0; g < this.h.count; g++) {
|
|
116
|
+
let h = this.h._inner[g].getPropertyCustomizations(a);
|
|
117
|
+
if (h != null) {
|
|
118
|
+
if (b == null) {
|
|
119
|
+
b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
|
|
120
|
+
}
|
|
121
|
+
for (let i = 0; i < h.length; i++) {
|
|
122
|
+
b.add(h[i]);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
return b != null ? b.toArray() : null;
|
|
127
|
+
}
|
|
128
|
+
getCollectionModifiers(a) {
|
|
129
|
+
let b = null;
|
|
130
|
+
if (this.d.containsKey(a)) {
|
|
131
|
+
for (let c of fromEnum(this.d.item(a).keys)) {
|
|
132
|
+
let d = this.d.item(a).item(c);
|
|
133
|
+
if (b == null) {
|
|
134
|
+
b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
|
|
135
|
+
}
|
|
136
|
+
for (let e = 0; e < d.count; e++) {
|
|
137
|
+
b.add(d._inner[e]);
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
return b.toArray();
|
|
141
|
+
}
|
|
142
|
+
if (this.d.containsKey(stringReplace(a, "Description", ""))) {
|
|
143
|
+
for (let f of fromEnum(this.d.item(stringReplace(a, "Description", "")).keys)) {
|
|
144
|
+
let g = this.d.item(stringReplace(a, "Description", "")).item(f);
|
|
145
|
+
if (b == null) {
|
|
146
|
+
b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
|
|
147
|
+
}
|
|
148
|
+
for (let h = 0; h < g.count; h++) {
|
|
149
|
+
b.add(g._inner[h]);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
return b.toArray();
|
|
153
|
+
}
|
|
154
|
+
for (let i = 0; i < this.h.count; i++) {
|
|
155
|
+
let j = this.h._inner[i].getPropertyCustomizations(a);
|
|
156
|
+
if (j != null) {
|
|
157
|
+
if (b == null) {
|
|
158
|
+
b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
|
|
159
|
+
}
|
|
160
|
+
for (let k = 0; k < j.length; k++) {
|
|
161
|
+
b.add(j[k]);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
return null;
|
|
166
|
+
}
|
|
167
|
+
clearOtherCustomizations() {
|
|
168
|
+
this.h.clear();
|
|
169
|
+
}
|
|
170
|
+
addOtherCustomizations(a) {
|
|
171
|
+
this.h.add(a);
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
DataSeriesToDescriptionCustomizations.$t = /*@__PURE__*/ markType(DataSeriesToDescriptionCustomizations, 'DataSeriesToDescriptionCustomizations');
|
|
175
|
+
return DataSeriesToDescriptionCustomizations;
|
|
176
|
+
})();
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { TypeDescriptionContext } from "igniteui-webcomponents-core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let DescriptionValueLookupHelper = /*@__PURE__*/ (() => {
|
|
13
|
+
class DescriptionValueLookupHelper extends Base {
|
|
14
|
+
static get b() {
|
|
15
|
+
if (DescriptionValueLookupHelper.a == null) {
|
|
16
|
+
DescriptionValueLookupHelper.a = new DescriptionValueLookupHelper();
|
|
17
|
+
}
|
|
18
|
+
return DescriptionValueLookupHelper.a;
|
|
19
|
+
}
|
|
20
|
+
c(a, b) {
|
|
21
|
+
if (a == null) {
|
|
22
|
+
return null;
|
|
23
|
+
}
|
|
24
|
+
b = TypeDescriptionContext.aa(b);
|
|
25
|
+
return a[b];
|
|
26
|
+
}
|
|
27
|
+
d(a, b, c) {
|
|
28
|
+
if (a == null) {
|
|
29
|
+
return null;
|
|
30
|
+
}
|
|
31
|
+
b = TypeDescriptionContext.aa(b);
|
|
32
|
+
return a[b] = c;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
DescriptionValueLookupHelper.$t = /*@__PURE__*/ markType(DescriptionValueLookupHelper, 'DescriptionValueLookupHelper');
|
|
36
|
+
DescriptionValueLookupHelper.a = null;
|
|
37
|
+
return DescriptionValueLookupHelper;
|
|
38
|
+
})();
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { DashboardTile } from "./DashboardTile";
|
|
9
|
+
import { DashboardTileCommonFeature } from "./DashboardTileCommonFeature";
|
|
10
|
+
import { GeographicMapDescriptionModule } from "igniteui-webcomponents-core";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
export let GeographicMapDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
15
|
+
class GeographicMapDashboardTileFeature extends Base {
|
|
16
|
+
static register() {
|
|
17
|
+
GeographicMapDashboardTileFeature.registerCore(DashboardTile.bo.context);
|
|
18
|
+
}
|
|
19
|
+
static registerCore(a) {
|
|
20
|
+
DashboardTileCommonFeature.a(a);
|
|
21
|
+
GeographicMapDescriptionModule.register(a);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
GeographicMapDashboardTileFeature.$t = /*@__PURE__*/ markType(GeographicMapDashboardTileFeature, 'GeographicMapDashboardTileFeature');
|
|
25
|
+
return GeographicMapDashboardTileFeature;
|
|
26
|
+
})();
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let IDashboardTileView_$type = /*@__PURE__*/ new Type(null, 'IDashboardTileView');
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let IExternalDashboardTile_$type = /*@__PURE__*/ new Type(null, 'IExternalDashboardTile');
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { DashboardTile } from "./DashboardTile";
|
|
9
|
+
import { DashboardTileCommonFeature } from "./DashboardTileCommonFeature";
|
|
10
|
+
import { LinearGaugeDescriptionModule } from "igniteui-webcomponents-core";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
export let LinearGaugeDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
15
|
+
class LinearGaugeDashboardTileFeature extends Base {
|
|
16
|
+
static register() {
|
|
17
|
+
LinearGaugeDashboardTileFeature.registerCore(DashboardTile.bo.context);
|
|
18
|
+
}
|
|
19
|
+
static registerCore(a) {
|
|
20
|
+
DashboardTileCommonFeature.a(a);
|
|
21
|
+
LinearGaugeDescriptionModule.register(a);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
LinearGaugeDashboardTileFeature.$t = /*@__PURE__*/ markType(LinearGaugeDashboardTileFeature, 'LinearGaugeDashboardTileFeature');
|
|
25
|
+
return LinearGaugeDashboardTileFeature;
|
|
26
|
+
})();
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { DashboardTile } from "./DashboardTile";
|
|
9
|
+
import { DashboardTileCommonFeature } from "./DashboardTileCommonFeature";
|
|
10
|
+
import { DataPieChartDescriptionModule } from "igniteui-webcomponents-core";
|
|
11
|
+
import { DataPieChartToolbarDescriptionModule } from "igniteui-webcomponents-core";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
export let PieChartDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
16
|
+
class PieChartDashboardTileFeature extends Base {
|
|
17
|
+
static register() {
|
|
18
|
+
PieChartDashboardTileFeature.registerCore(DashboardTile.bo.context);
|
|
19
|
+
}
|
|
20
|
+
static registerCore(a) {
|
|
21
|
+
DashboardTileCommonFeature.a(a);
|
|
22
|
+
DataPieChartDescriptionModule.register(a);
|
|
23
|
+
DataPieChartToolbarDescriptionModule.register(a);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
PieChartDashboardTileFeature.$t = /*@__PURE__*/ markType(PieChartDashboardTileFeature, 'PieChartDashboardTileFeature');
|
|
27
|
+
return PieChartDashboardTileFeature;
|
|
28
|
+
})();
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { DashboardTile } from "./DashboardTile";
|
|
9
|
+
import { DashboardTileCommonFeature } from "./DashboardTileCommonFeature";
|
|
10
|
+
import { RadialGaugeDescriptionModule } from "igniteui-webcomponents-core";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
export let RadialGaugeDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
15
|
+
class RadialGaugeDashboardTileFeature extends Base {
|
|
16
|
+
static register() {
|
|
17
|
+
RadialGaugeDashboardTileFeature.registerCore(DashboardTile.bo.context);
|
|
18
|
+
}
|
|
19
|
+
static registerCore(a) {
|
|
20
|
+
DashboardTileCommonFeature.a(a);
|
|
21
|
+
RadialGaugeDescriptionModule.register(a);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
RadialGaugeDashboardTileFeature.$t = /*@__PURE__*/ markType(RadialGaugeDashboardTileFeature, 'RadialGaugeDashboardTileFeature');
|
|
25
|
+
return RadialGaugeDashboardTileFeature;
|
|
26
|
+
})();
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { DashboardTileChangingContentEventArgs as DashboardTileChangingContentEventArgs_internal } from "./DashboardTileChangingContentEventArgs";
|
|
2
|
+
export class IgcDashboardTileChangingContentEventArgs {
|
|
3
|
+
createImplementation() {
|
|
4
|
+
return new DashboardTileChangingContentEventArgs_internal();
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
get i() {
|
|
10
|
+
return this._implementation;
|
|
11
|
+
}
|
|
12
|
+
onImplementationCreated() {
|
|
13
|
+
}
|
|
14
|
+
constructor() {
|
|
15
|
+
this._implementation = this.createImplementation();
|
|
16
|
+
this._implementation.externalObject = this;
|
|
17
|
+
this.onImplementationCreated();
|
|
18
|
+
if (this._initializeAdapters) {
|
|
19
|
+
this._initializeAdapters();
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
_provideImplementation(i) {
|
|
23
|
+
this._implementation = i;
|
|
24
|
+
this._implementation.externalObject = this;
|
|
25
|
+
this.onImplementationCreated();
|
|
26
|
+
if (this._initializeAdapters) {
|
|
27
|
+
this._initializeAdapters();
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
get contentJson() {
|
|
31
|
+
return this.i.contentJson;
|
|
32
|
+
}
|
|
33
|
+
set contentJson(v) {
|
|
34
|
+
this.i.contentJson = v;
|
|
35
|
+
}
|
|
36
|
+
}
|