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,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
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let DashboardTileChangingContentEventArgs = /*@__PURE__*/ (() => {
|
|
12
|
+
class DashboardTileChangingContentEventArgs extends Base {
|
|
13
|
+
constructor() {
|
|
14
|
+
super();
|
|
15
|
+
this._contentJson = null;
|
|
16
|
+
}
|
|
17
|
+
get contentJson() {
|
|
18
|
+
return this._contentJson;
|
|
19
|
+
}
|
|
20
|
+
set contentJson(a) {
|
|
21
|
+
this._contentJson = a;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
DashboardTileChangingContentEventArgs.$t = /*@__PURE__*/ markType(DashboardTileChangingContentEventArgs, 'DashboardTileChangingContentEventArgs');
|
|
25
|
+
return DashboardTileChangingContentEventArgs;
|
|
26
|
+
})();
|
|
@@ -0,0 +1,39 @@
|
|
|
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 { DataLegendDescriptionModule } from "igniteui-webcomponents-core";
|
|
9
|
+
import { ItemLegendDescriptionModule } from "igniteui-webcomponents-core";
|
|
10
|
+
import { LegendDescriptionModule } from "igniteui-webcomponents-core";
|
|
11
|
+
import { PropertyEditorPanelDescriptionModule } from "igniteui-webcomponents-core";
|
|
12
|
+
import { ColorEditorDescriptionModule } from "igniteui-webcomponents-core";
|
|
13
|
+
import { MultiSliderDescriptionModule } from "igniteui-webcomponents-core";
|
|
14
|
+
import { ToolbarDescriptionModule } from "igniteui-webcomponents-core";
|
|
15
|
+
import { NativeUIInputsFactory } from "igniteui-webcomponents-core";
|
|
16
|
+
import { NativeUILayoutFactory } from "igniteui-webcomponents-layouts";
|
|
17
|
+
import { NativeUIGridFactory } from "igniteui-webcomponents-grids";
|
|
18
|
+
/**
|
|
19
|
+
* @hidden
|
|
20
|
+
*/
|
|
21
|
+
export let DashboardTileCommonFeature = /*@__PURE__*/ (() => {
|
|
22
|
+
class DashboardTileCommonFeature extends Base {
|
|
23
|
+
static a(a) {
|
|
24
|
+
DataLegendDescriptionModule.register(a);
|
|
25
|
+
ItemLegendDescriptionModule.register(a);
|
|
26
|
+
LegendDescriptionModule.register(a);
|
|
27
|
+
PropertyEditorPanelDescriptionModule.register(a);
|
|
28
|
+
ColorEditorDescriptionModule.register(a);
|
|
29
|
+
MultiSliderDescriptionModule.register(a);
|
|
30
|
+
ToolbarDescriptionModule.register(a);
|
|
31
|
+
NativeUIInputsFactory.n();
|
|
32
|
+
NativeUILayoutFactory.g();
|
|
33
|
+
NativeUIGridFactory.register();
|
|
34
|
+
NativeUIGridFactory.register();
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
DashboardTileCommonFeature.$t = /*@__PURE__*/ markType(DashboardTileCommonFeature, 'DashboardTileCommonFeature');
|
|
38
|
+
return DashboardTileCommonFeature;
|
|
39
|
+
})();
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
export { DashboardTileCustomization } from "./DashboardTileView_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
export { DashboardTileCustomizationCollection } from "./DashboardTileView_combined";
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
export let DashboardTileFilterStringErrorsParsingEventArgs = /*@__PURE__*/ (() => {
|
|
12
|
+
class DashboardTileFilterStringErrorsParsingEventArgs extends Base {
|
|
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
|
+
DashboardTileFilterStringErrorsParsingEventArgs.$t = /*@__PURE__*/ markType(DashboardTileFilterStringErrorsParsingEventArgs, 'DashboardTileFilterStringErrorsParsingEventArgs');
|
|
32
|
+
return DashboardTileFilterStringErrorsParsingEventArgs;
|
|
33
|
+
})();
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
export let DashboardTileGalleryIconInfo = /*@__PURE__*/ (() => {
|
|
12
|
+
class DashboardTileGalleryIconInfo extends Base {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
this.b = null;
|
|
16
|
+
this.c = null;
|
|
17
|
+
this.a = 0;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
DashboardTileGalleryIconInfo.$t = /*@__PURE__*/ markType(DashboardTileGalleryIconInfo, 'DashboardTileGalleryIconInfo');
|
|
21
|
+
return DashboardTileGalleryIconInfo;
|
|
22
|
+
})();
|
|
@@ -0,0 +1,52 @@
|
|
|
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
|
+
export let DashboardTileGroupDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class DashboardTileGroupDescription extends 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
|
+
DashboardTileGroupDescription.$t = /*@__PURE__*/ markType(DashboardTileGroupDescription, 'DashboardTileGroupDescription', DashboardTileSortDescription.$);
|
|
51
|
+
return DashboardTileGroupDescription;
|
|
52
|
+
})();
|
|
@@ -0,0 +1,84 @@
|
|
|
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
|
+
export let DashboardTileGroupDescriptionCollection = /*@__PURE__*/ (() => {
|
|
15
|
+
class DashboardTileGroupDescriptionCollection extends Base {
|
|
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
|
+
DashboardTileGroupDescriptionCollection.$t = /*@__PURE__*/ markType(DashboardTileGroupDescriptionCollection, 'DashboardTileGroupDescriptionCollection');
|
|
83
|
+
return DashboardTileGroupDescriptionCollection;
|
|
84
|
+
})();
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
export let DashboardTilePrimitiveValueWrapper = /*@__PURE__*/ (() => {
|
|
12
|
+
class DashboardTilePrimitiveValueWrapper extends Base {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
this.value = 0;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
DashboardTilePrimitiveValueWrapper.$t = /*@__PURE__*/ markType(DashboardTilePrimitiveValueWrapper, 'DashboardTilePrimitiveValueWrapper');
|
|
19
|
+
return DashboardTilePrimitiveValueWrapper;
|
|
20
|
+
})();
|
|
@@ -0,0 +1,61 @@
|
|
|
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
|
+
export let DashboardTileSortDescription = /*@__PURE__*/ (() => {
|
|
12
|
+
class DashboardTileSortDescription extends Base {
|
|
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
|
+
DashboardTileSortDescription.$t = /*@__PURE__*/ markType(DashboardTileSortDescription, 'DashboardTileSortDescription');
|
|
60
|
+
return DashboardTileSortDescription;
|
|
61
|
+
})();
|
|
@@ -0,0 +1,96 @@
|
|
|
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
|
+
export let DashboardTileSortDescriptionCollection = /*@__PURE__*/ (() => {
|
|
15
|
+
class DashboardTileSortDescriptionCollection extends Base {
|
|
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
|
+
DashboardTileSortDescriptionCollection.$t = /*@__PURE__*/ markType(DashboardTileSortDescriptionCollection, 'DashboardTileSortDescriptionCollection');
|
|
95
|
+
return DashboardTileSortDescriptionCollection;
|
|
96
|
+
})();
|
|
@@ -0,0 +1,123 @@
|
|
|
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
|
+
export let DashboardTileSummaryDescription = /*@__PURE__*/ (() => {
|
|
17
|
+
class DashboardTileSummaryDescription extends Base {
|
|
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
|
+
DashboardTileSummaryDescription.$t = /*@__PURE__*/ markType(DashboardTileSummaryDescription, 'DashboardTileSummaryDescription');
|
|
122
|
+
return DashboardTileSummaryDescription;
|
|
123
|
+
})();
|
|
@@ -0,0 +1,102 @@
|
|
|
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
|
+
export let DashboardTileSummaryDescriptionCollection = /*@__PURE__*/ (() => {
|
|
15
|
+
class DashboardTileSummaryDescriptionCollection extends Base {
|
|
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
|
+
DashboardTileSummaryDescriptionCollection.$t = /*@__PURE__*/ markType(DashboardTileSummaryDescriptionCollection, 'DashboardTileSummaryDescriptionCollection');
|
|
101
|
+
return DashboardTileSummaryDescriptionCollection;
|
|
102
|
+
})();
|