igniteui-webcomponents-dashboards 7.1.1-beta.1 → 7.1.1-beta.3
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/entry-points.json +28 -0
- package/{esm2015 → esm2022}/lib/DashboardTileChangingContentEventArgs.js +15 -15
- package/{esm5 → esm2022}/lib/DashboardTileCommonFeature.js +6 -11
- package/esm2022/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +31 -0
- package/{esm2015 → esm2022}/lib/DashboardTileGalleryIconInfo.js +11 -11
- package/esm2022/lib/DashboardTileGroupDescription.js +50 -0
- package/esm2022/lib/DashboardTileGroupDescriptionCollection.js +82 -0
- package/{esm2015 → esm2022}/lib/DashboardTilePrimitiveValueWrapper.js +9 -9
- package/esm2022/lib/DashboardTileSortDescription.js +59 -0
- package/esm2022/lib/DashboardTileSortDescriptionCollection.js +94 -0
- package/esm2022/lib/DashboardTileSummaryDescription.js +121 -0
- package/esm2022/lib/DashboardTileSummaryDescriptionCollection.js +100 -0
- package/esm2022/lib/DashboardTileView_combined.js +3405 -0
- package/{esm2015 → esm2022}/lib/DashboardTileVisualizationType.js +4 -4
- package/{esm5 → esm2022}/lib/DataChartDashboardTileFeature.js +8 -13
- package/{esm5 → esm2022}/lib/DataSeriesToDescriptionAdapter.js +374 -400
- package/{esm2015 → esm2022}/lib/DataSeriesToDescriptionAdapterControlType.js +1 -1
- package/esm2022/lib/DataSeriesToDescriptionAdapterResult.js +144 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapterSettings.js +83 -0
- package/esm2022/lib/DataSeriesToDescriptionCustomizations.js +183 -0
- package/esm2022/lib/DescriptionValueLookupHelper.js +36 -0
- package/{esm5 → esm2022}/lib/GeographicMapDashboardTileFeature.js +8 -13
- package/{esm2015 → esm2022}/lib/IDashboardTileView.js +1 -1
- package/{esm5/lib/IDashboardTileView.js → esm2022/lib/IExternalDashboardTile.js} +1 -1
- package/{esm5 → esm2022}/lib/LinearGaugeDashboardTileFeature.js +8 -13
- package/{esm5 → esm2022}/lib/PieChartDashboardTileFeature.js +8 -13
- package/{esm5 → esm2022}/lib/RadialGaugeDashboardTileFeature.js +8 -13
- package/{esm5/lib/DashboardTilePrimitiveValueWrapper.js → esm2022/lib/ValueGetterResult.js} +22 -10
- package/esm2022/lib/dashboard-tile-entrypoint.d.ts +1 -0
- package/esm2022/lib/dashboard-tile-entrypoint.js +4 -0
- package/esm2022/lib/data-chart-dashboard-tile-entrypoint.d.ts +1 -0
- package/esm2022/lib/data-chart-dashboard-tile-entrypoint.js +4 -0
- package/esm2022/lib/geographic-map-dashboard-tile-entrypoint.d.ts +1 -0
- package/esm2022/lib/geographic-map-dashboard-tile-entrypoint.js +4 -0
- package/esm2022/lib/igc-dashboard-tile-component.js +1314 -0
- package/esm2022/lib/igc-dashboard-tile-customization-component.js +263 -0
- package/esm2022/lib/igc-dashboard-tile-full-module.d.ts +3 -0
- package/esm2022/lib/igc-dashboard-tile-full-module.js +20 -0
- package/{esm2015 → esm2022}/lib/igc-dashboard-tile-sort-description.js +1 -1
- package/esm2022/lib/linear-gauge-dashboard-tile-entrypoint.d.ts +1 -0
- package/esm2022/lib/linear-gauge-dashboard-tile-entrypoint.js +4 -0
- package/esm2022/lib/pie-chart-dashboard-tile-entrypoint.d.ts +1 -0
- package/esm2022/lib/pie-chart-dashboard-tile-entrypoint.js +4 -0
- package/esm2022/lib/radial-gauge-dashboard-tile-entrypoint.d.ts +1 -0
- package/esm2022/lib/radial-gauge-dashboard-tile-entrypoint.js +4 -0
- package/{public_api.d.ts → esm2022/public_api.d.ts} +1 -0
- package/{esm2015 → esm2022}/public_api.js +1 -0
- package/package.json +52 -17
- package/bundles/igniteui-webcomponents-dashboards.umd.js +0 -9986
- package/bundles/igniteui-webcomponents-dashboards.umd.min.js +0 -7
- package/esm2015/igniteui-webcomponents-dashboards.js +0 -1
- package/esm2015/lib/DashboardTileCommonFeature.js +0 -37
- package/esm2015/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +0 -31
- package/esm2015/lib/DashboardTileGroupDescription.js +0 -50
- package/esm2015/lib/DashboardTileGroupDescriptionCollection.js +0 -82
- package/esm2015/lib/DashboardTileSortDescription.js +0 -59
- package/esm2015/lib/DashboardTileSortDescriptionCollection.js +0 -94
- package/esm2015/lib/DashboardTileSummaryDescription.js +0 -121
- package/esm2015/lib/DashboardTileSummaryDescriptionCollection.js +0 -100
- package/esm2015/lib/DashboardTileView_combined.js +0 -3405
- package/esm2015/lib/DataChartDashboardTileFeature.js +0 -74
- package/esm2015/lib/DataSeriesToDescriptionAdapter.js +0 -1569
- package/esm2015/lib/DataSeriesToDescriptionAdapterResult.js +0 -144
- package/esm2015/lib/DataSeriesToDescriptionAdapterSettings.js +0 -83
- package/esm2015/lib/DataSeriesToDescriptionCustomizations.js +0 -183
- package/esm2015/lib/DescriptionValueLookupHelper.js +0 -36
- package/esm2015/lib/GeographicMapDashboardTileFeature.js +0 -24
- package/esm2015/lib/IExternalDashboardTile.js +0 -11
- package/esm2015/lib/LinearGaugeDashboardTileFeature.js +0 -24
- package/esm2015/lib/PieChartDashboardTileFeature.js +0 -26
- package/esm2015/lib/RadialGaugeDashboardTileFeature.js +0 -24
- package/esm2015/lib/ValueGetterResult.js +0 -33
- package/esm2015/lib/igc-dashboard-tile-component.js +0 -1317
- package/esm2015/lib/igc-dashboard-tile-customization-component.js +0 -266
- package/esm5/igniteui-webcomponents-dashboards.js +0 -1
- package/esm5/lib/DashboardTile.js +0 -7
- package/esm5/lib/DashboardTileChangingContentEventArgs.js +0 -31
- package/esm5/lib/DashboardTileCustomization.js +0 -7
- package/esm5/lib/DashboardTileCustomizationCollection.js +0 -7
- package/esm5/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +0 -42
- package/esm5/lib/DashboardTileGalleryIconInfo.js +0 -23
- package/esm5/lib/DashboardTileGroupDescription.js +0 -58
- package/esm5/lib/DashboardTileGroupDescriptionCollection.js +0 -93
- package/esm5/lib/DashboardTileSortDescription.js +0 -74
- package/esm5/lib/DashboardTileSortDescriptionCollection.js +0 -109
- package/esm5/lib/DashboardTileSummaryDescription.js +0 -148
- package/esm5/lib/DashboardTileSummaryDescriptionCollection.js +0 -115
- package/esm5/lib/DashboardTileToolbarProvider.js +0 -7
- package/esm5/lib/DashboardTileView.js +0 -7
- package/esm5/lib/DashboardTileView_combined.js +0 -4135
- package/esm5/lib/DashboardTileVisualizationType.js +0 -50
- package/esm5/lib/DataSeriesToDescriptionAdapterControlType.js +0 -11
- package/esm5/lib/DataSeriesToDescriptionAdapterResult.js +0 -167
- package/esm5/lib/DataSeriesToDescriptionAdapterSettings.js +0 -110
- package/esm5/lib/DataSeriesToDescriptionCustomizations.js +0 -285
- package/esm5/lib/DescriptionValueLookupHelper.js +0 -45
- package/esm5/lib/IExternalDashboardTile.js +0 -11
- package/esm5/lib/ValueGetterResult.js +0 -44
- package/esm5/lib/igc-dashboard-tile-changing-content-event-args.js +0 -46
- package/esm5/lib/igc-dashboard-tile-component.js +0 -1603
- package/esm5/lib/igc-dashboard-tile-customization-collection.js +0 -58
- package/esm5/lib/igc-dashboard-tile-customization-component.js +0 -318
- package/esm5/lib/igc-dashboard-tile-customization-module.js +0 -20
- package/esm5/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +0 -62
- package/esm5/lib/igc-dashboard-tile-group-description-collection.js +0 -82
- package/esm5/lib/igc-dashboard-tile-group-description-module.js +0 -19
- package/esm5/lib/igc-dashboard-tile-group-description.js +0 -27
- package/esm5/lib/igc-dashboard-tile-module.js +0 -43
- package/esm5/lib/igc-dashboard-tile-sort-description-collection.js +0 -96
- package/esm5/lib/igc-dashboard-tile-sort-description-module.js +0 -19
- package/esm5/lib/igc-dashboard-tile-sort-description.js +0 -84
- package/esm5/lib/igc-dashboard-tile-summary-description-collection.js +0 -93
- package/esm5/lib/igc-dashboard-tile-summary-description-module.js +0 -19
- package/esm5/lib/igc-dashboard-tile-summary-description.js +0 -134
- package/esm5/lib/igc-data-chart-dashboard-tile-module.js +0 -42
- package/esm5/lib/igc-geographic-map-dashboard-tile-module.js +0 -22
- package/esm5/lib/igc-linear-gauge-dashboard-tile-module.js +0 -22
- package/esm5/lib/igc-pie-chart-dashboard-tile-module.js +0 -22
- package/esm5/lib/igc-radial-gauge-dashboard-tile-module.js +0 -22
- package/esm5/public_api.js +0 -52
- package/fesm2015/igniteui-webcomponents-dashboards.js +0 -8394
- package/fesm5/igniteui-webcomponents-dashboards.js +0 -9933
- package/igniteui-webcomponents-dashboards.d.ts +0 -1
- /package/{lib → esm2022/lib}/DashboardTile.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/DashboardTile.js +0 -0
- /package/{lib → esm2022/lib}/DashboardTileChangingContentEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/DashboardTileCommonFeature.d.ts +0 -0
- /package/{lib → esm2022/lib}/DashboardTileCustomization.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/DashboardTileCustomization.js +0 -0
- /package/{lib → esm2022/lib}/DashboardTileCustomizationCollection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/DashboardTileCustomizationCollection.js +0 -0
- /package/{lib → esm2022/lib}/DashboardTileFilterStringErrorsParsingEventArgs.d.ts +0 -0
- /package/{lib → esm2022/lib}/DashboardTileGalleryIconInfo.d.ts +0 -0
- /package/{lib → esm2022/lib}/DashboardTileGroupDescription.d.ts +0 -0
- /package/{lib → esm2022/lib}/DashboardTileGroupDescriptionCollection.d.ts +0 -0
- /package/{lib → esm2022/lib}/DashboardTilePrimitiveValueWrapper.d.ts +0 -0
- /package/{lib → esm2022/lib}/DashboardTileSortDescription.d.ts +0 -0
- /package/{lib → esm2022/lib}/DashboardTileSortDescriptionCollection.d.ts +0 -0
- /package/{lib → esm2022/lib}/DashboardTileSummaryDescription.d.ts +0 -0
- /package/{lib → esm2022/lib}/DashboardTileSummaryDescriptionCollection.d.ts +0 -0
- /package/{lib → esm2022/lib}/DashboardTileToolbarProvider.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/DashboardTileToolbarProvider.js +0 -0
- /package/{lib → esm2022/lib}/DashboardTileView.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/DashboardTileView.js +0 -0
- /package/{lib → esm2022/lib}/DashboardTileView_combined.d.ts +0 -0
- /package/{lib → esm2022/lib}/DashboardTileVisualizationType.d.ts +0 -0
- /package/{lib → esm2022/lib}/DataChartDashboardTileFeature.d.ts +0 -0
- /package/{lib → esm2022/lib}/DataSeriesToDescriptionAdapter.d.ts +0 -0
- /package/{lib → esm2022/lib}/DataSeriesToDescriptionAdapterControlType.d.ts +0 -0
- /package/{lib → esm2022/lib}/DataSeriesToDescriptionAdapterResult.d.ts +0 -0
- /package/{lib → esm2022/lib}/DataSeriesToDescriptionAdapterSettings.d.ts +0 -0
- /package/{lib → esm2022/lib}/DataSeriesToDescriptionCustomizations.d.ts +0 -0
- /package/{lib → esm2022/lib}/DescriptionValueLookupHelper.d.ts +0 -0
- /package/{lib → esm2022/lib}/GeographicMapDashboardTileFeature.d.ts +0 -0
- /package/{lib → esm2022/lib}/IDashboardTileView.d.ts +0 -0
- /package/{lib → esm2022/lib}/IExternalDashboardTile.d.ts +0 -0
- /package/{lib → esm2022/lib}/LinearGaugeDashboardTileFeature.d.ts +0 -0
- /package/{lib → esm2022/lib}/PieChartDashboardTileFeature.d.ts +0 -0
- /package/{lib → esm2022/lib}/RadialGaugeDashboardTileFeature.d.ts +0 -0
- /package/{lib → esm2022/lib}/ValueGetterResult.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-dashboard-tile-changing-content-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-changing-content-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-dashboard-tile-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-dashboard-tile-customization-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-customization-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-dashboard-tile-customization-component.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-dashboard-tile-customization-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-customization-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-dashboard-tile-filter-string-errors-parsing-event-args.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +0 -0
- /package/{lib → esm2022/lib}/igc-dashboard-tile-group-description-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-group-description-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-dashboard-tile-group-description-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-group-description-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-dashboard-tile-group-description.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-group-description.js +0 -0
- /package/{lib → esm2022/lib}/igc-dashboard-tile-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-dashboard-tile-sort-description-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-sort-description-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-dashboard-tile-sort-description-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-sort-description-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-dashboard-tile-sort-description.d.ts +0 -0
- /package/{lib → esm2022/lib}/igc-dashboard-tile-summary-description-collection.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-summary-description-collection.js +0 -0
- /package/{lib → esm2022/lib}/igc-dashboard-tile-summary-description-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-summary-description-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-dashboard-tile-summary-description.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-dashboard-tile-summary-description.js +0 -0
- /package/{lib → esm2022/lib}/igc-data-chart-dashboard-tile-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-data-chart-dashboard-tile-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-geographic-map-dashboard-tile-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-geographic-map-dashboard-tile-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-linear-gauge-dashboard-tile-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-linear-gauge-dashboard-tile-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-pie-chart-dashboard-tile-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-pie-chart-dashboard-tile-module.js +0 -0
- /package/{lib → esm2022/lib}/igc-radial-gauge-dashboard-tile-module.d.ts +0 -0
- /package/{esm2015 → esm2022}/lib/igc-radial-gauge-dashboard-tile-module.js +0 -0
|
@@ -0,0 +1,100 @@
|
|
|
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 { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
9
|
+
import { DashboardTileSummaryDescription } from "./DashboardTileSummaryDescription";
|
|
10
|
+
import { SummaryDescription } from "igniteui-webcomponents-core";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
class DashboardTileSummaryDescriptionCollection extends Base {
|
|
15
|
+
static { this.$t = markType(DashboardTileSummaryDescriptionCollection, 'DashboardTileSummaryDescriptionCollection'); }
|
|
16
|
+
get i() {
|
|
17
|
+
return this.f.shouldDetachOnTargetChange;
|
|
18
|
+
}
|
|
19
|
+
set i(a) {
|
|
20
|
+
this.f.shouldDetachOnTargetChange = a;
|
|
21
|
+
}
|
|
22
|
+
constructor() {
|
|
23
|
+
super();
|
|
24
|
+
this.f = new SyncableObservableCollection$2(DashboardTileSummaryDescription.$, SummaryDescription.$, 0);
|
|
25
|
+
this.d = null;
|
|
26
|
+
let a = this.f;
|
|
27
|
+
a.compare = (b, c) => b.p == c.propertyName && b.c == c.operand && b.f == c.calculator && b.n == c.alias && b.h == c;
|
|
28
|
+
a.createFrom = (b) => {
|
|
29
|
+
let c = new DashboardTileSummaryDescription(1, b.propertyName);
|
|
30
|
+
c.c = b.operand;
|
|
31
|
+
c.f = b.calculator;
|
|
32
|
+
c.n = b.alias;
|
|
33
|
+
c.h = b;
|
|
34
|
+
return c;
|
|
35
|
+
};
|
|
36
|
+
a.createTo = (b) => {
|
|
37
|
+
let c = new SummaryDescription(1, b.p);
|
|
38
|
+
c.operand = b.c;
|
|
39
|
+
c.calculator = b.f;
|
|
40
|
+
c.alias = b.n;
|
|
41
|
+
b.h = c;
|
|
42
|
+
return c;
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
n(a) {
|
|
46
|
+
this.f.addOneWayTarget(a.g());
|
|
47
|
+
}
|
|
48
|
+
r(a) {
|
|
49
|
+
this.f.removeOneWayTarget(a.g());
|
|
50
|
+
}
|
|
51
|
+
get e() {
|
|
52
|
+
return this.d;
|
|
53
|
+
}
|
|
54
|
+
set e(a) {
|
|
55
|
+
if (a == null) {
|
|
56
|
+
this.f.syncTarget = null;
|
|
57
|
+
this.d = null;
|
|
58
|
+
return;
|
|
59
|
+
}
|
|
60
|
+
this.d = a;
|
|
61
|
+
this.f.syncTarget = this.d.g();
|
|
62
|
+
}
|
|
63
|
+
g(a) {
|
|
64
|
+
return this.f.add(a);
|
|
65
|
+
}
|
|
66
|
+
p(a, b) {
|
|
67
|
+
this.f.add1(a, b);
|
|
68
|
+
}
|
|
69
|
+
o() {
|
|
70
|
+
this.f.clear();
|
|
71
|
+
}
|
|
72
|
+
get(a) {
|
|
73
|
+
return this.f.get(a);
|
|
74
|
+
}
|
|
75
|
+
k(a) {
|
|
76
|
+
return this.f.indexOf(a);
|
|
77
|
+
}
|
|
78
|
+
h(a) {
|
|
79
|
+
return this.f.remove1(a);
|
|
80
|
+
}
|
|
81
|
+
b(a) {
|
|
82
|
+
return this.f.remove(a);
|
|
83
|
+
}
|
|
84
|
+
set(a, b) {
|
|
85
|
+
return this.f.set(a, b);
|
|
86
|
+
}
|
|
87
|
+
size() {
|
|
88
|
+
return this.f.size();
|
|
89
|
+
}
|
|
90
|
+
m(a) {
|
|
91
|
+
this.f.addListener(a);
|
|
92
|
+
}
|
|
93
|
+
q(a) {
|
|
94
|
+
this.f.removeListener(a);
|
|
95
|
+
}
|
|
96
|
+
get j() {
|
|
97
|
+
return this.f.all;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
export { DashboardTileSummaryDescriptionCollection };
|