igniteui-webcomponents-dashboards 7.1.1-beta.2 → 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/esm2022/lib/DashboardTile.d.ts +1 -0
- package/esm2022/lib/DashboardTile.js +7 -0
- package/esm2022/lib/DashboardTileChangingContentEventArgs.d.ts +11 -0
- package/esm2022/lib/DashboardTileChangingContentEventArgs.js +24 -0
- package/esm2022/lib/DashboardTileCommonFeature.d.ts +9 -0
- package/esm2022/lib/DashboardTileCommonFeature.js +37 -0
- package/esm2022/lib/DashboardTileCustomization.d.ts +1 -0
- package/esm2022/lib/DashboardTileCustomization.js +7 -0
- package/esm2022/lib/DashboardTileCustomizationCollection.d.ts +1 -0
- package/esm2022/lib/DashboardTileCustomizationCollection.js +7 -0
- package/esm2022/lib/DashboardTileFilterStringErrorsParsingEventArgs.d.ts +14 -0
- package/esm2022/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +31 -0
- package/esm2022/lib/DashboardTileGalleryIconInfo.d.ts +11 -0
- package/esm2022/lib/DashboardTileGalleryIconInfo.js +20 -0
- package/esm2022/lib/DashboardTileGroupDescription.d.ts +16 -0
- package/esm2022/lib/DashboardTileGroupDescription.js +50 -0
- package/esm2022/lib/DashboardTileGroupDescriptionCollection.d.ts +27 -0
- package/esm2022/lib/DashboardTileGroupDescriptionCollection.js +82 -0
- package/esm2022/lib/DashboardTilePrimitiveValueWrapper.d.ts +8 -0
- package/esm2022/lib/DashboardTilePrimitiveValueWrapper.js +18 -0
- package/esm2022/lib/DashboardTileSortDescription.d.ts +20 -0
- package/esm2022/lib/DashboardTileSortDescription.js +59 -0
- package/esm2022/lib/DashboardTileSortDescriptionCollection.d.ts +31 -0
- package/esm2022/lib/DashboardTileSortDescriptionCollection.js +94 -0
- package/esm2022/lib/DashboardTileSummaryDescription.d.ts +38 -0
- package/esm2022/lib/DashboardTileSummaryDescription.js +121 -0
- package/esm2022/lib/DashboardTileSummaryDescriptionCollection.d.ts +31 -0
- package/esm2022/lib/DashboardTileSummaryDescriptionCollection.js +100 -0
- package/esm2022/lib/DashboardTileToolbarProvider.d.ts +1 -0
- package/esm2022/lib/DashboardTileToolbarProvider.js +7 -0
- package/esm2022/lib/DashboardTileView.d.ts +1 -0
- package/esm2022/lib/DashboardTileView.js +7 -0
- package/esm2022/lib/DashboardTileView_combined.d.ts +575 -0
- package/esm2022/lib/DashboardTileView_combined.js +3405 -0
- package/esm2022/lib/DashboardTileVisualizationType.d.ts +43 -0
- package/esm2022/lib/DashboardTileVisualizationType.js +50 -0
- package/esm2022/lib/DataChartDashboardTileFeature.d.ts +10 -0
- package/esm2022/lib/DataChartDashboardTileFeature.js +74 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapter.d.ts +63 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapter.js +1569 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapterControlType.d.ts +15 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapterControlType.js +11 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapterResult.d.ts +36 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapterResult.js +144 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapterSettings.d.ts +36 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapterSettings.js +83 -0
- package/esm2022/lib/DataSeriesToDescriptionCustomizations.d.ts +23 -0
- package/esm2022/lib/DataSeriesToDescriptionCustomizations.js +183 -0
- package/esm2022/lib/DescriptionValueLookupHelper.d.ts +12 -0
- package/esm2022/lib/DescriptionValueLookupHelper.js +36 -0
- package/esm2022/lib/GeographicMapDashboardTileFeature.d.ts +10 -0
- package/esm2022/lib/GeographicMapDashboardTileFeature.js +24 -0
- package/esm2022/lib/IDashboardTileView.d.ts +20 -0
- package/esm2022/lib/IDashboardTileView.js +11 -0
- package/esm2022/lib/IExternalDashboardTile.d.ts +13 -0
- package/esm2022/lib/IExternalDashboardTile.js +11 -0
- package/esm2022/lib/LinearGaugeDashboardTileFeature.d.ts +10 -0
- package/esm2022/lib/LinearGaugeDashboardTileFeature.js +24 -0
- package/esm2022/lib/PieChartDashboardTileFeature.d.ts +10 -0
- package/esm2022/lib/PieChartDashboardTileFeature.js +26 -0
- package/esm2022/lib/RadialGaugeDashboardTileFeature.d.ts +10 -0
- package/esm2022/lib/RadialGaugeDashboardTileFeature.js +24 -0
- package/esm2022/lib/ValueGetterResult.d.ts +14 -0
- package/esm2022/lib/ValueGetterResult.js +33 -0
- 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-changing-content-event-args.d.ts +14 -0
- package/esm2022/lib/igc-dashboard-tile-changing-content-event-args.js +36 -0
- package/esm2022/lib/igc-dashboard-tile-component.d.ts +405 -0
- package/esm2022/lib/igc-dashboard-tile-component.js +1314 -0
- package/esm2022/lib/igc-dashboard-tile-customization-collection.d.ts +8 -0
- package/esm2022/lib/igc-dashboard-tile-customization-collection.js +53 -0
- package/esm2022/lib/igc-dashboard-tile-customization-component.d.ts +59 -0
- package/esm2022/lib/igc-dashboard-tile-customization-component.js +263 -0
- package/esm2022/lib/igc-dashboard-tile-customization-module.d.ts +3 -0
- package/esm2022/lib/igc-dashboard-tile-customization-module.js +16 -0
- package/esm2022/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.d.ts +22 -0
- package/esm2022/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +48 -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/esm2022/lib/igc-dashboard-tile-group-description-collection.d.ts +23 -0
- package/esm2022/lib/igc-dashboard-tile-group-description-collection.js +76 -0
- package/esm2022/lib/igc-dashboard-tile-group-description-module.d.ts +3 -0
- package/esm2022/lib/igc-dashboard-tile-group-description-module.js +15 -0
- package/esm2022/lib/igc-dashboard-tile-group-description.d.ts +13 -0
- package/esm2022/lib/igc-dashboard-tile-group-description.js +19 -0
- package/esm2022/lib/igc-dashboard-tile-module.d.ts +3 -0
- package/esm2022/lib/igc-dashboard-tile-module.js +39 -0
- package/esm2022/lib/igc-dashboard-tile-sort-description-collection.d.ts +28 -0
- package/esm2022/lib/igc-dashboard-tile-sort-description-collection.js +86 -0
- package/esm2022/lib/igc-dashboard-tile-sort-description-module.d.ts +3 -0
- package/esm2022/lib/igc-dashboard-tile-sort-description-module.js +15 -0
- package/esm2022/lib/igc-dashboard-tile-sort-description.d.ts +33 -0
- package/esm2022/lib/igc-dashboard-tile-sort-description.js +70 -0
- package/esm2022/lib/igc-dashboard-tile-summary-description-collection.d.ts +25 -0
- package/esm2022/lib/igc-dashboard-tile-summary-description-collection.js +83 -0
- package/esm2022/lib/igc-dashboard-tile-summary-description-module.d.ts +3 -0
- package/esm2022/lib/igc-dashboard-tile-summary-description-module.js +15 -0
- package/esm2022/lib/igc-dashboard-tile-summary-description.d.ts +40 -0
- package/esm2022/lib/igc-dashboard-tile-summary-description.js +107 -0
- package/esm2022/lib/igc-data-chart-dashboard-tile-module.d.ts +3 -0
- package/esm2022/lib/igc-data-chart-dashboard-tile-module.js +38 -0
- package/esm2022/lib/igc-geographic-map-dashboard-tile-module.d.ts +3 -0
- package/esm2022/lib/igc-geographic-map-dashboard-tile-module.js +18 -0
- package/esm2022/lib/igc-linear-gauge-dashboard-tile-module.d.ts +3 -0
- package/esm2022/lib/igc-linear-gauge-dashboard-tile-module.js +18 -0
- package/esm2022/lib/igc-pie-chart-dashboard-tile-module.d.ts +3 -0
- package/esm2022/lib/igc-pie-chart-dashboard-tile-module.js +18 -0
- package/esm2022/lib/igc-radial-gauge-dashboard-tile-module.d.ts +3 -0
- package/esm2022/lib/igc-radial-gauge-dashboard-tile-module.js +18 -0
- 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/esm2022/public_api.d.ts +53 -0
- package/esm2022/public_api.js +53 -0
- package/package.json +45 -14
- package/fesm2022/igniteui-webcomponents-dashboards.mjs +0 -8388
- package/igniteui-webcomponents-dashboards.d.ts +0 -1713
|
@@ -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
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DashboardTile } 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 { DashboardTile } from "./DashboardTileView_combined";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare class DashboardTileChangingContentEventArgs extends Base {
|
|
6
|
+
static $t: Type;
|
|
7
|
+
constructor();
|
|
8
|
+
private _contentJson;
|
|
9
|
+
get contentJson(): string;
|
|
10
|
+
set contentJson(a: string);
|
|
11
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 DashboardTileChangingContentEventArgs extends Base {
|
|
12
|
+
static { this.$t = markType(DashboardTileChangingContentEventArgs, 'DashboardTileChangingContentEventArgs'); }
|
|
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
|
+
export { DashboardTileChangingContentEventArgs };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { TypeDescriptionContext } from "igniteui-webcomponents-core";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class DashboardTileCommonFeature extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
static a(a: TypeDescriptionContext): void;
|
|
9
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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-data-grids";
|
|
18
|
+
/**
|
|
19
|
+
* @hidden
|
|
20
|
+
*/
|
|
21
|
+
class DashboardTileCommonFeature extends Base {
|
|
22
|
+
static { this.$t = markType(DashboardTileCommonFeature, 'DashboardTileCommonFeature'); }
|
|
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
|
+
export { DashboardTileCommonFeature };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
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 { DashboardTileCustomization } from "./DashboardTileView_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DashboardTileCustomizationCollection } 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,14 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare class DashboardTileFilterStringErrorsParsingEventArgs extends Base {
|
|
6
|
+
static $t: Type;
|
|
7
|
+
constructor();
|
|
8
|
+
private _propertyName;
|
|
9
|
+
get propertyName(): string;
|
|
10
|
+
set propertyName(a: string);
|
|
11
|
+
private _errors;
|
|
12
|
+
get errors(): string;
|
|
13
|
+
set errors(a: string);
|
|
14
|
+
}
|
|
@@ -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 };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DashboardTileVisualizationType } from "./DashboardTileVisualizationType";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class DashboardTileGalleryIconInfo extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
b: string;
|
|
9
|
+
c: string;
|
|
10
|
+
a: DashboardTileVisualizationType;
|
|
11
|
+
}
|
|
@@ -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
|
+
class DashboardTileGalleryIconInfo extends Base {
|
|
12
|
+
constructor() {
|
|
13
|
+
super(...arguments);
|
|
14
|
+
this.b = null;
|
|
15
|
+
this.c = null;
|
|
16
|
+
this.a = 0;
|
|
17
|
+
}
|
|
18
|
+
static { this.$t = markType(DashboardTileGalleryIconInfo, 'DashboardTileGalleryIconInfo'); }
|
|
19
|
+
}
|
|
20
|
+
export { DashboardTileGalleryIconInfo };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { DashboardTileSortDescription } from "./DashboardTileSortDescription";
|
|
2
|
+
import { DataSourceSchemaPropertyType } from "igniteui-webcomponents-core";
|
|
3
|
+
import { ListSortDirection } from "igniteui-webcomponents-core";
|
|
4
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class DashboardTileGroupDescription extends DashboardTileSortDescription {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
constructor(a: number);
|
|
11
|
+
constructor(a: number, b: string);
|
|
12
|
+
constructor(a: number, b: string, c: ListSortDirection);
|
|
13
|
+
constructor(a: number, ..._rest: any[]);
|
|
14
|
+
h: boolean;
|
|
15
|
+
g: DataSourceSchemaPropertyType;
|
|
16
|
+
}
|
|
@@ -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,27 @@
|
|
|
1
|
+
import { Base, IList$1, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { SortDescriptionCollection } from "igniteui-webcomponents-core";
|
|
3
|
+
import { DashboardTileGroupDescription } from "./DashboardTileGroupDescription";
|
|
4
|
+
import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class DashboardTileGroupDescriptionCollection extends Base {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
private f;
|
|
11
|
+
constructor();
|
|
12
|
+
private d;
|
|
13
|
+
get e(): SortDescriptionCollection;
|
|
14
|
+
set e(a: SortDescriptionCollection);
|
|
15
|
+
g(a: DashboardTileGroupDescription): boolean;
|
|
16
|
+
n(a: number, b: DashboardTileGroupDescription): void;
|
|
17
|
+
m(): void;
|
|
18
|
+
get(a: number): DashboardTileGroupDescription;
|
|
19
|
+
j(a: DashboardTileGroupDescription): number;
|
|
20
|
+
h(a: DashboardTileGroupDescription): boolean;
|
|
21
|
+
b(a: number): DashboardTileGroupDescription;
|
|
22
|
+
set(a: number, b: DashboardTileGroupDescription): DashboardTileGroupDescription;
|
|
23
|
+
size(): number;
|
|
24
|
+
l(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
|
|
25
|
+
o(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
|
|
26
|
+
get i(): IList$1<DashboardTileGroupDescription>;
|
|
27
|
+
}
|
|
@@ -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 };
|
|
@@ -0,0 +1,18 @@
|
|
|
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 DashboardTilePrimitiveValueWrapper extends Base {
|
|
12
|
+
constructor() {
|
|
13
|
+
super(...arguments);
|
|
14
|
+
this.value = 0;
|
|
15
|
+
}
|
|
16
|
+
static { this.$t = markType(DashboardTilePrimitiveValueWrapper, 'DashboardTilePrimitiveValueWrapper'); }
|
|
17
|
+
}
|
|
18
|
+
export { DashboardTilePrimitiveValueWrapper };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { ListSortDirection } from "igniteui-webcomponents-core";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class DashboardTileSortDescription extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
constructor(a: number);
|
|
9
|
+
constructor(a: number, b: string);
|
|
10
|
+
constructor(a: number, b: string, c: ListSortDirection);
|
|
11
|
+
constructor(a: number, ..._rest: any[]);
|
|
12
|
+
private e;
|
|
13
|
+
get f(): string;
|
|
14
|
+
set f(a: string);
|
|
15
|
+
private b;
|
|
16
|
+
get c(): ListSortDirection;
|
|
17
|
+
set c(a: ListSortDirection);
|
|
18
|
+
equals(a: any): boolean;
|
|
19
|
+
getHashCode(): number;
|
|
20
|
+
}
|
|
@@ -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,31 @@
|
|
|
1
|
+
import { Base, IList$1, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DashboardTileSortDescription } from "./DashboardTileSortDescription";
|
|
3
|
+
import { SortDescriptionCollection } from "igniteui-webcomponents-core";
|
|
4
|
+
import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class DashboardTileSortDescriptionCollection extends Base {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
private f;
|
|
11
|
+
get i(): boolean;
|
|
12
|
+
set i(a: boolean);
|
|
13
|
+
constructor();
|
|
14
|
+
private d;
|
|
15
|
+
get e(): SortDescriptionCollection;
|
|
16
|
+
set e(a: SortDescriptionCollection);
|
|
17
|
+
g(a: DashboardTileSortDescription): boolean;
|
|
18
|
+
n(a: SortDescriptionCollection): void;
|
|
19
|
+
r(a: SortDescriptionCollection): void;
|
|
20
|
+
p(a: number, b: DashboardTileSortDescription): void;
|
|
21
|
+
o(): void;
|
|
22
|
+
get(a: number): DashboardTileSortDescription;
|
|
23
|
+
k(a: DashboardTileSortDescription): number;
|
|
24
|
+
h(a: DashboardTileSortDescription): boolean;
|
|
25
|
+
b(a: number): DashboardTileSortDescription;
|
|
26
|
+
set(a: number, b: DashboardTileSortDescription): DashboardTileSortDescription;
|
|
27
|
+
size(): number;
|
|
28
|
+
m(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
|
|
29
|
+
q(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
|
|
30
|
+
get j(): IList$1<DashboardTileSortDescription>;
|
|
31
|
+
}
|
|
@@ -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 };
|