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,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"entryPoints": [
|
|
3
|
+
{
|
|
4
|
+
"name": "linear-gauge-dashboard-tile",
|
|
5
|
+
"module": "igc-linear-gauge-dashboard-tile-module"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"name": "pie-chart-dashboard-tile",
|
|
9
|
+
"module": "igc-pie-chart-dashboard-tile-module"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "radial-gauge-dashboard-tile",
|
|
13
|
+
"module": "igc-radial-gauge-dashboard-tile-module"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "geographic-map-dashboard-tile",
|
|
17
|
+
"module": "igc-geographic-map-dashboard-tile-module"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "data-chart-dashboard-tile",
|
|
21
|
+
"module": "igc-data-chart-dashboard-tile-module"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "dashboard-tile",
|
|
25
|
+
"module": "igc-dashboard-tile-full-module"
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
}
|
|
@@ -5,20 +5,20 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
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
6
|
*/
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
set contentJson(a) {
|
|
18
|
-
this._contentJson = a;
|
|
19
|
-
}
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
class DashboardTileChangingContentEventArgs extends Base {
|
|
12
|
+
static { this.$t = markType(DashboardTileChangingContentEventArgs, 'DashboardTileChangingContentEventArgs'); }
|
|
13
|
+
constructor() {
|
|
14
|
+
super();
|
|
15
|
+
this._contentJson = null;
|
|
20
16
|
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
17
|
+
get contentJson() {
|
|
18
|
+
return this._contentJson;
|
|
19
|
+
}
|
|
20
|
+
set contentJson(a) {
|
|
21
|
+
this._contentJson = a;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
24
|
export { DashboardTileChangingContentEventArgs };
|
|
@@ -4,7 +4,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
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
6
|
*/
|
|
7
|
-
import { __extends } from "tslib";
|
|
8
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
9
8
|
import { DataLegendDescriptionModule } from "igniteui-webcomponents-core";
|
|
10
9
|
import { ItemLegendDescriptionModule } from "igniteui-webcomponents-core";
|
|
@@ -19,12 +18,9 @@ import { NativeUIGridFactory } from "igniteui-webcomponents-data-grids";
|
|
|
19
18
|
/**
|
|
20
19
|
* @hidden
|
|
21
20
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
26
|
-
}
|
|
27
|
-
DashboardTileCommonFeature.a = function (a) {
|
|
21
|
+
class DashboardTileCommonFeature extends Base {
|
|
22
|
+
static { this.$t = markType(DashboardTileCommonFeature, 'DashboardTileCommonFeature'); }
|
|
23
|
+
static a(a) {
|
|
28
24
|
DataLegendDescriptionModule.register(a);
|
|
29
25
|
ItemLegendDescriptionModule.register(a);
|
|
30
26
|
LegendDescriptionModule.register(a);
|
|
@@ -36,7 +32,6 @@ export var DashboardTileCommonFeature = /** @class */ /*@__PURE__*/ (function (_
|
|
|
36
32
|
NativeUILayoutFactory.g();
|
|
37
33
|
NativeUIGridFactory.register();
|
|
38
34
|
NativeUIGridFactory.register();
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}(Base));
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
export { DashboardTileCommonFeature };
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
class DashboardTileFilterStringErrorsParsingEventArgs extends Base {
|
|
12
|
+
static { this.$t = markType(DashboardTileFilterStringErrorsParsingEventArgs, 'DashboardTileFilterStringErrorsParsingEventArgs'); }
|
|
13
|
+
constructor() {
|
|
14
|
+
super();
|
|
15
|
+
this._propertyName = null;
|
|
16
|
+
this._errors = null;
|
|
17
|
+
}
|
|
18
|
+
get propertyName() {
|
|
19
|
+
return this._propertyName;
|
|
20
|
+
}
|
|
21
|
+
set propertyName(a) {
|
|
22
|
+
this._propertyName = a;
|
|
23
|
+
}
|
|
24
|
+
get errors() {
|
|
25
|
+
return this._errors;
|
|
26
|
+
}
|
|
27
|
+
set errors(a) {
|
|
28
|
+
this._errors = a;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
export { DashboardTileFilterStringErrorsParsingEventArgs };
|
|
@@ -5,16 +5,16 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
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
6
|
*/
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
class DashboardTileGalleryIconInfo extends Base {
|
|
12
|
+
constructor() {
|
|
13
|
+
super(...arguments);
|
|
14
|
+
this.b = null;
|
|
15
|
+
this.c = null;
|
|
16
|
+
this.a = 0;
|
|
16
17
|
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
})();
|
|
18
|
+
static { this.$t = markType(DashboardTileGalleryIconInfo, 'DashboardTileGalleryIconInfo'); }
|
|
19
|
+
}
|
|
20
20
|
export { DashboardTileGalleryIconInfo };
|
|
@@ -0,0 +1,50 @@
|
|
|
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 { DashboardTileSortDescription } from "./DashboardTileSortDescription";
|
|
8
|
+
import { markType } from "igniteui-webcomponents-core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
class DashboardTileGroupDescription extends DashboardTileSortDescription {
|
|
13
|
+
static { this.$t = markType(DashboardTileGroupDescription, 'DashboardTileGroupDescription', DashboardTileSortDescription.$); }
|
|
14
|
+
constructor(a, ..._rest) {
|
|
15
|
+
a = (a == void 0) ? 0 : a;
|
|
16
|
+
switch (a) {
|
|
17
|
+
case 0:
|
|
18
|
+
{
|
|
19
|
+
super(0);
|
|
20
|
+
this.h = false;
|
|
21
|
+
this.g = 0;
|
|
22
|
+
this.h = false;
|
|
23
|
+
this.g = 11;
|
|
24
|
+
}
|
|
25
|
+
break;
|
|
26
|
+
case 1:
|
|
27
|
+
{
|
|
28
|
+
let c = _rest[0];
|
|
29
|
+
super(1, c);
|
|
30
|
+
this.h = false;
|
|
31
|
+
this.g = 0;
|
|
32
|
+
this.h = false;
|
|
33
|
+
this.g = 11;
|
|
34
|
+
}
|
|
35
|
+
break;
|
|
36
|
+
case 2:
|
|
37
|
+
{
|
|
38
|
+
let c = _rest[0];
|
|
39
|
+
let d = _rest[1];
|
|
40
|
+
super(2, c, d);
|
|
41
|
+
this.h = false;
|
|
42
|
+
this.g = 0;
|
|
43
|
+
this.h = false;
|
|
44
|
+
this.g = 11;
|
|
45
|
+
}
|
|
46
|
+
break;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
export { DashboardTileGroupDescription };
|
|
@@ -0,0 +1,82 @@
|
|
|
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 { DashboardTileGroupDescription } from "./DashboardTileGroupDescription";
|
|
10
|
+
import { SortDescription } from "igniteui-webcomponents-core";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
class DashboardTileGroupDescriptionCollection extends Base {
|
|
15
|
+
static { this.$t = markType(DashboardTileGroupDescriptionCollection, 'DashboardTileGroupDescriptionCollection'); }
|
|
16
|
+
constructor() {
|
|
17
|
+
super();
|
|
18
|
+
this.f = new SyncableObservableCollection$2(DashboardTileGroupDescription.$, SortDescription.$, 0);
|
|
19
|
+
this.d = null;
|
|
20
|
+
let a = this.f;
|
|
21
|
+
a.compare = (b, c) => {
|
|
22
|
+
if (b.f == c.propertyName) {
|
|
23
|
+
return true;
|
|
24
|
+
}
|
|
25
|
+
return false;
|
|
26
|
+
};
|
|
27
|
+
a.createFrom = (b) => new DashboardTileGroupDescription(2, b.propertyName, b.direction);
|
|
28
|
+
a.createTo = (b) => {
|
|
29
|
+
let c = b.c;
|
|
30
|
+
return SortDescription.create(b.f, c, null);
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
get e() {
|
|
34
|
+
return this.d;
|
|
35
|
+
}
|
|
36
|
+
set e(a) {
|
|
37
|
+
if (a == null) {
|
|
38
|
+
this.f.syncTarget = null;
|
|
39
|
+
this.d = null;
|
|
40
|
+
return;
|
|
41
|
+
}
|
|
42
|
+
this.d = a;
|
|
43
|
+
this.f.syncTarget = this.d.getInner();
|
|
44
|
+
}
|
|
45
|
+
g(a) {
|
|
46
|
+
return this.f.add(a);
|
|
47
|
+
}
|
|
48
|
+
n(a, b) {
|
|
49
|
+
this.f.add1(a, b);
|
|
50
|
+
}
|
|
51
|
+
m() {
|
|
52
|
+
this.f.clear();
|
|
53
|
+
}
|
|
54
|
+
get(a) {
|
|
55
|
+
return this.f.get(a);
|
|
56
|
+
}
|
|
57
|
+
j(a) {
|
|
58
|
+
return this.f.indexOf(a);
|
|
59
|
+
}
|
|
60
|
+
h(a) {
|
|
61
|
+
return this.f.remove1(a);
|
|
62
|
+
}
|
|
63
|
+
b(a) {
|
|
64
|
+
return this.f.remove(a);
|
|
65
|
+
}
|
|
66
|
+
set(a, b) {
|
|
67
|
+
return this.f.set(a, b);
|
|
68
|
+
}
|
|
69
|
+
size() {
|
|
70
|
+
return this.f.size();
|
|
71
|
+
}
|
|
72
|
+
l(a) {
|
|
73
|
+
this.f.addListener(a);
|
|
74
|
+
}
|
|
75
|
+
o(a) {
|
|
76
|
+
this.f.removeListener(a);
|
|
77
|
+
}
|
|
78
|
+
get i() {
|
|
79
|
+
return this.f.all;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
export { DashboardTileGroupDescriptionCollection };
|
|
@@ -5,14 +5,14 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
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
6
|
*/
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
class DashboardTilePrimitiveValueWrapper extends Base {
|
|
12
|
+
constructor() {
|
|
13
|
+
super(...arguments);
|
|
14
|
+
this.value = 0;
|
|
14
15
|
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
})();
|
|
16
|
+
static { this.$t = markType(DashboardTilePrimitiveValueWrapper, 'DashboardTilePrimitiveValueWrapper'); }
|
|
17
|
+
}
|
|
18
18
|
export { DashboardTilePrimitiveValueWrapper };
|
|
@@ -0,0 +1,59 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
class DashboardTileSortDescription extends Base {
|
|
12
|
+
static { this.$t = markType(DashboardTileSortDescription, 'DashboardTileSortDescription'); }
|
|
13
|
+
constructor(a, ..._rest) {
|
|
14
|
+
super();
|
|
15
|
+
this.e = null;
|
|
16
|
+
this.b = 0;
|
|
17
|
+
a = (a == void 0) ? 0 : a;
|
|
18
|
+
switch (a) {
|
|
19
|
+
case 0: break;
|
|
20
|
+
case 1:
|
|
21
|
+
{
|
|
22
|
+
let c = _rest[0];
|
|
23
|
+
this.f = c;
|
|
24
|
+
}
|
|
25
|
+
break;
|
|
26
|
+
case 2:
|
|
27
|
+
{
|
|
28
|
+
let c = _rest[0];
|
|
29
|
+
let d = _rest[1];
|
|
30
|
+
this.f = c;
|
|
31
|
+
this.c = d;
|
|
32
|
+
}
|
|
33
|
+
break;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
get f() {
|
|
37
|
+
return this.e;
|
|
38
|
+
}
|
|
39
|
+
set f(a) {
|
|
40
|
+
this.e = a;
|
|
41
|
+
}
|
|
42
|
+
get c() {
|
|
43
|
+
return this.b;
|
|
44
|
+
}
|
|
45
|
+
set c(a) {
|
|
46
|
+
this.b = a;
|
|
47
|
+
}
|
|
48
|
+
equals(a) {
|
|
49
|
+
let b = a;
|
|
50
|
+
if (b == null) {
|
|
51
|
+
return super.equals(a);
|
|
52
|
+
}
|
|
53
|
+
return b.f == this.f && b.c == this.c;
|
|
54
|
+
}
|
|
55
|
+
getHashCode() {
|
|
56
|
+
return Base.getHashCodeStatic(this.f) * 17 + this.c;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
export { DashboardTileSortDescription };
|
|
@@ -0,0 +1,94 @@
|
|
|
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 { DashboardTileSortDescription } from "./DashboardTileSortDescription";
|
|
10
|
+
import { SortDescription } from "igniteui-webcomponents-core";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
class DashboardTileSortDescriptionCollection extends Base {
|
|
15
|
+
static { this.$t = markType(DashboardTileSortDescriptionCollection, 'DashboardTileSortDescriptionCollection'); }
|
|
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(DashboardTileSortDescription.$, SortDescription.$, 0);
|
|
25
|
+
this.d = null;
|
|
26
|
+
let a = this.f;
|
|
27
|
+
a.compare = (b, c) => {
|
|
28
|
+
if (b.f == c.propertyName) {
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
return false;
|
|
32
|
+
};
|
|
33
|
+
a.createFrom = (b) => new DashboardTileSortDescription(2, b.propertyName, b.direction);
|
|
34
|
+
a.createTo = (b) => {
|
|
35
|
+
let c = b.c;
|
|
36
|
+
return SortDescription.create(b.f, c, null);
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
get e() {
|
|
40
|
+
return this.d;
|
|
41
|
+
}
|
|
42
|
+
set e(a) {
|
|
43
|
+
if (a == null) {
|
|
44
|
+
this.f.syncTarget = null;
|
|
45
|
+
this.d = null;
|
|
46
|
+
return;
|
|
47
|
+
}
|
|
48
|
+
this.d = a;
|
|
49
|
+
this.f.syncTarget = this.d.getInner();
|
|
50
|
+
}
|
|
51
|
+
g(a) {
|
|
52
|
+
return this.f.add(a);
|
|
53
|
+
}
|
|
54
|
+
n(a) {
|
|
55
|
+
this.f.addOneWayTarget(a.getInner());
|
|
56
|
+
}
|
|
57
|
+
r(a) {
|
|
58
|
+
this.f.removeOneWayTarget(a.getInner());
|
|
59
|
+
}
|
|
60
|
+
p(a, b) {
|
|
61
|
+
this.f.add1(a, b);
|
|
62
|
+
}
|
|
63
|
+
o() {
|
|
64
|
+
this.f.clear();
|
|
65
|
+
}
|
|
66
|
+
get(a) {
|
|
67
|
+
return this.f.get(a);
|
|
68
|
+
}
|
|
69
|
+
k(a) {
|
|
70
|
+
return this.f.indexOf(a);
|
|
71
|
+
}
|
|
72
|
+
h(a) {
|
|
73
|
+
return this.f.remove1(a);
|
|
74
|
+
}
|
|
75
|
+
b(a) {
|
|
76
|
+
return this.f.remove(a);
|
|
77
|
+
}
|
|
78
|
+
set(a, b) {
|
|
79
|
+
return this.f.set(a, b);
|
|
80
|
+
}
|
|
81
|
+
size() {
|
|
82
|
+
return this.f.size();
|
|
83
|
+
}
|
|
84
|
+
m(a) {
|
|
85
|
+
this.f.addListener(a);
|
|
86
|
+
}
|
|
87
|
+
q(a) {
|
|
88
|
+
this.f.removeListener(a);
|
|
89
|
+
}
|
|
90
|
+
get j() {
|
|
91
|
+
return this.f.all;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
export { DashboardTileSortDescriptionCollection };
|
|
@@ -0,0 +1,121 @@
|
|
|
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, runOn, delegateRemove, delegateCombine, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { MinSummaryCalculator } from "igniteui-webcomponents-core";
|
|
9
|
+
import { MaxSummaryCalculator } from "igniteui-webcomponents-core";
|
|
10
|
+
import { SumSummaryCalculator } from "igniteui-webcomponents-core";
|
|
11
|
+
import { AverageSummaryCalculator } from "igniteui-webcomponents-core";
|
|
12
|
+
import { CountSummaryCalculator } from "igniteui-webcomponents-core";
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
class DashboardTileSummaryDescription extends Base {
|
|
17
|
+
static { this.$t = markType(DashboardTileSummaryDescription, 'DashboardTileSummaryDescription'); }
|
|
18
|
+
constructor(a, ..._rest) {
|
|
19
|
+
super();
|
|
20
|
+
this.j = false;
|
|
21
|
+
this.a = 0;
|
|
22
|
+
this.m = null;
|
|
23
|
+
this.b = 0;
|
|
24
|
+
this.n = null;
|
|
25
|
+
this.e = null;
|
|
26
|
+
this.l = null;
|
|
27
|
+
this.provideCalculator = null;
|
|
28
|
+
this.g = null;
|
|
29
|
+
a = (a == void 0) ? 0 : a;
|
|
30
|
+
switch (a) {
|
|
31
|
+
case 0: break;
|
|
32
|
+
case 1:
|
|
33
|
+
{
|
|
34
|
+
let c = _rest[0];
|
|
35
|
+
this.p = c;
|
|
36
|
+
this.c = 4;
|
|
37
|
+
}
|
|
38
|
+
break;
|
|
39
|
+
case 2:
|
|
40
|
+
{
|
|
41
|
+
let c = _rest[0];
|
|
42
|
+
let d = _rest[1];
|
|
43
|
+
this.p = c;
|
|
44
|
+
this.c = d;
|
|
45
|
+
}
|
|
46
|
+
break;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
get p() {
|
|
50
|
+
return this.m;
|
|
51
|
+
}
|
|
52
|
+
set p(a) {
|
|
53
|
+
this.m = a;
|
|
54
|
+
}
|
|
55
|
+
get c() {
|
|
56
|
+
return this.b;
|
|
57
|
+
}
|
|
58
|
+
set c(a) {
|
|
59
|
+
this.b = a;
|
|
60
|
+
switch (this.b) {
|
|
61
|
+
case 0:
|
|
62
|
+
this.f = new MinSummaryCalculator();
|
|
63
|
+
break;
|
|
64
|
+
case 1:
|
|
65
|
+
this.f = new MaxSummaryCalculator();
|
|
66
|
+
break;
|
|
67
|
+
case 2:
|
|
68
|
+
this.f = new SumSummaryCalculator();
|
|
69
|
+
break;
|
|
70
|
+
case 3:
|
|
71
|
+
this.f = new AverageSummaryCalculator();
|
|
72
|
+
break;
|
|
73
|
+
case 4:
|
|
74
|
+
this.f = new CountSummaryCalculator();
|
|
75
|
+
break;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
get f() {
|
|
79
|
+
return this.e;
|
|
80
|
+
}
|
|
81
|
+
set f(a) {
|
|
82
|
+
this.e = a;
|
|
83
|
+
}
|
|
84
|
+
get o() {
|
|
85
|
+
return this.l;
|
|
86
|
+
}
|
|
87
|
+
set o(a) {
|
|
88
|
+
this.l = a;
|
|
89
|
+
}
|
|
90
|
+
equals(a) {
|
|
91
|
+
let b = a;
|
|
92
|
+
if (b == null) {
|
|
93
|
+
return super.equals(a);
|
|
94
|
+
}
|
|
95
|
+
return b.p == this.p && b.c == this.c;
|
|
96
|
+
}
|
|
97
|
+
getHashCode() {
|
|
98
|
+
return Base.getHashCodeStatic(this.p) * 17 + this.c;
|
|
99
|
+
}
|
|
100
|
+
get h() {
|
|
101
|
+
return this.g;
|
|
102
|
+
}
|
|
103
|
+
set h(a) {
|
|
104
|
+
let b = this.g;
|
|
105
|
+
if (b != null) {
|
|
106
|
+
b.provideCalculator = delegateRemove(b.provideCalculator, runOn(this, this.q));
|
|
107
|
+
}
|
|
108
|
+
this.g = a;
|
|
109
|
+
if (this.g != null) {
|
|
110
|
+
let c = this.g;
|
|
111
|
+
c.provideCalculator = delegateCombine(c.provideCalculator, runOn(this, this.q));
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
q(a, b) {
|
|
115
|
+
if (this.provideCalculator != null) {
|
|
116
|
+
this.provideCalculator(this, b);
|
|
117
|
+
this.f = b.a;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
export { DashboardTileSummaryDescription };
|