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,70 @@
|
|
|
1
|
+
import { ListSortDirection_$type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DashboardTileSortDescription as DashboardTileSortDescription_internal } from "./DashboardTileSortDescription";
|
|
3
|
+
import { ensureEnum } from "igniteui-webcomponents-core";
|
|
4
|
+
/**
|
|
5
|
+
* Represents an element in the current sort applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection.
|
|
6
|
+
*/
|
|
7
|
+
export class IgcDashboardTileSortDescription {
|
|
8
|
+
createImplementation() {
|
|
9
|
+
return new DashboardTileSortDescription_internal(0);
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
get i() {
|
|
15
|
+
return this._implementation;
|
|
16
|
+
}
|
|
17
|
+
onImplementationCreated() {
|
|
18
|
+
}
|
|
19
|
+
constructor() {
|
|
20
|
+
this._implementation = this.createImplementation();
|
|
21
|
+
this._implementation.externalObject = this;
|
|
22
|
+
this.onImplementationCreated();
|
|
23
|
+
if (this._initializeAdapters) {
|
|
24
|
+
this._initializeAdapters();
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
_provideImplementation(i) {
|
|
28
|
+
this._implementation = i;
|
|
29
|
+
this._implementation.externalObject = this;
|
|
30
|
+
this.onImplementationCreated();
|
|
31
|
+
if (this._initializeAdapters) {
|
|
32
|
+
this._initializeAdapters();
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Gets or sets the property being sorted.
|
|
37
|
+
*/
|
|
38
|
+
get field() {
|
|
39
|
+
return this.i.f;
|
|
40
|
+
}
|
|
41
|
+
set field(v) {
|
|
42
|
+
this.i.f = v;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Gets or sets the direction to sort based on the property.
|
|
46
|
+
*/
|
|
47
|
+
get sortDirection() {
|
|
48
|
+
return this.i.c;
|
|
49
|
+
}
|
|
50
|
+
set sortDirection(v) {
|
|
51
|
+
this.i.c = ensureEnum(ListSortDirection_$type, v);
|
|
52
|
+
}
|
|
53
|
+
findByName(name) {
|
|
54
|
+
if (this.findEphemera) {
|
|
55
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
56
|
+
return this.findEphemera(name);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
return null;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Returns if the SortDescription is equal to another.
|
|
63
|
+
|
|
64
|
+
* @param other * The SortDescription to compare to.
|
|
65
|
+
*/
|
|
66
|
+
equals(other) {
|
|
67
|
+
let iv = this.i.equals(other);
|
|
68
|
+
return (iv);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { IgcDashboardTileSummaryDescription } from "./igc-dashboard-tile-summary-description";
|
|
2
|
+
import { DashboardTileSummaryDescriptionCollection as DashboardTileSummaryDescriptionCollection_internal } from "./DashboardTileSummaryDescriptionCollection";
|
|
3
|
+
import { ensureBool } from "igniteui-webcomponents-core";
|
|
4
|
+
export class IgcDashboardTileSummaryDescriptionCollection {
|
|
5
|
+
createImplementation() {
|
|
6
|
+
return new DashboardTileSummaryDescriptionCollection_internal();
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
get i() {
|
|
12
|
+
return this._implementation;
|
|
13
|
+
}
|
|
14
|
+
onImplementationCreated() {
|
|
15
|
+
}
|
|
16
|
+
constructor() {
|
|
17
|
+
this._implementation = this.createImplementation();
|
|
18
|
+
this._implementation.externalObject = this;
|
|
19
|
+
this.onImplementationCreated();
|
|
20
|
+
if (this._initializeAdapters) {
|
|
21
|
+
this._initializeAdapters();
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
_provideImplementation(i) {
|
|
25
|
+
this._implementation = i;
|
|
26
|
+
this._implementation.externalObject = this;
|
|
27
|
+
this.onImplementationCreated();
|
|
28
|
+
if (this._initializeAdapters) {
|
|
29
|
+
this._initializeAdapters();
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Gets or sets whether this collection should detach the sync when the target collection changes.
|
|
34
|
+
*/
|
|
35
|
+
get shouldDetachOnTargetChange() {
|
|
36
|
+
return this.i.i;
|
|
37
|
+
}
|
|
38
|
+
set shouldDetachOnTargetChange(v) {
|
|
39
|
+
this.i.i = ensureBool(v);
|
|
40
|
+
}
|
|
41
|
+
findByName(name) {
|
|
42
|
+
if (this.findEphemera) {
|
|
43
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
44
|
+
return this.findEphemera(name);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
return null;
|
|
48
|
+
}
|
|
49
|
+
add(item) {
|
|
50
|
+
let iv = this.i.g((item == null ? null : item.i));
|
|
51
|
+
return (iv);
|
|
52
|
+
}
|
|
53
|
+
insert(index, item) {
|
|
54
|
+
this.i.p(index, (item == null ? null : item.i));
|
|
55
|
+
}
|
|
56
|
+
clear() {
|
|
57
|
+
this.i.o();
|
|
58
|
+
}
|
|
59
|
+
indexOf(item) {
|
|
60
|
+
let iv = this.i.k((item == null ? null : item.i));
|
|
61
|
+
return (iv);
|
|
62
|
+
}
|
|
63
|
+
remove(item) {
|
|
64
|
+
let iv = this.i.h((item == null ? null : item.i));
|
|
65
|
+
return (iv);
|
|
66
|
+
}
|
|
67
|
+
removeAt(index) {
|
|
68
|
+
let iv = this.i.b(index);
|
|
69
|
+
let ret = null;
|
|
70
|
+
if (iv && iv.externalObject) {
|
|
71
|
+
ret = iv.externalObject;
|
|
72
|
+
}
|
|
73
|
+
else {
|
|
74
|
+
if (iv) {
|
|
75
|
+
let e = new IgcDashboardTileSummaryDescription();
|
|
76
|
+
e._implementation = iv;
|
|
77
|
+
iv.externalObject = e;
|
|
78
|
+
ret = e;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
return ret;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 { IgcDashboardTileSummaryDescription } from './igc-dashboard-tile-summary-description';
|
|
8
|
+
import { DashboardTileSummaryDescription } from './DashboardTileSummaryDescription';
|
|
9
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
|
+
export class IgcDashboardTileSummaryDescriptionModule {
|
|
11
|
+
static register() {
|
|
12
|
+
TypeRegistrar.registerCons("IgcDashboardTileSummaryDescription", IgcDashboardTileSummaryDescription);
|
|
13
|
+
TypeRegistrar.register("DashboardTileSummaryDescription", DashboardTileSummaryDescription.$type);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DataSourceSummaryOperand_$type } from "igniteui-webcomponents-core";
|
|
3
|
+
import { IgcProvideCalculatorEventArgs } from "igniteui-webcomponents-core";
|
|
4
|
+
import { DashboardTileSummaryDescription as DashboardTileSummaryDescription_internal } from "./DashboardTileSummaryDescription";
|
|
5
|
+
import { ensureEnum } from "igniteui-webcomponents-core";
|
|
6
|
+
/**
|
|
7
|
+
* Represents a summary that is applied to a datasource. Changes to this object are not observed or expected after it is initially assigned to a collection.
|
|
8
|
+
*/
|
|
9
|
+
export class IgcDashboardTileSummaryDescription {
|
|
10
|
+
createImplementation() {
|
|
11
|
+
return new DashboardTileSummaryDescription_internal(0);
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
get i() {
|
|
17
|
+
return this._implementation;
|
|
18
|
+
}
|
|
19
|
+
onImplementationCreated() {
|
|
20
|
+
}
|
|
21
|
+
constructor() {
|
|
22
|
+
this._provideCalculator = null;
|
|
23
|
+
this._provideCalculator_wrapped = null;
|
|
24
|
+
this._implementation = this.createImplementation();
|
|
25
|
+
this._implementation.externalObject = this;
|
|
26
|
+
this.onImplementationCreated();
|
|
27
|
+
if (this._initializeAdapters) {
|
|
28
|
+
this._initializeAdapters();
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
_provideImplementation(i) {
|
|
32
|
+
this._implementation = i;
|
|
33
|
+
this._implementation.externalObject = this;
|
|
34
|
+
this.onImplementationCreated();
|
|
35
|
+
if (this._initializeAdapters) {
|
|
36
|
+
this._initializeAdapters();
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
get field() {
|
|
40
|
+
return this.i.p;
|
|
41
|
+
}
|
|
42
|
+
set field(v) {
|
|
43
|
+
this.i.p = v;
|
|
44
|
+
}
|
|
45
|
+
get operand() {
|
|
46
|
+
return this.i.c;
|
|
47
|
+
}
|
|
48
|
+
set operand(v) {
|
|
49
|
+
this.i.c = ensureEnum(DataSourceSummaryOperand_$type, v);
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Gets or sets an alias for the summary. Currently only used in aggregated data situations.
|
|
53
|
+
*/
|
|
54
|
+
get alias() {
|
|
55
|
+
return this.i.n;
|
|
56
|
+
}
|
|
57
|
+
set alias(v) {
|
|
58
|
+
this.i.n = v;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Gets or sets the name to use when displaying the calculator name.
|
|
62
|
+
*/
|
|
63
|
+
get calculatorDisplayName() {
|
|
64
|
+
return this.i.o;
|
|
65
|
+
}
|
|
66
|
+
set calculatorDisplayName(v) {
|
|
67
|
+
this.i.o = v;
|
|
68
|
+
}
|
|
69
|
+
findByName(name) {
|
|
70
|
+
if (this.findEphemera) {
|
|
71
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
72
|
+
return this.findEphemera(name);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
return null;
|
|
76
|
+
}
|
|
77
|
+
equals(other) {
|
|
78
|
+
let iv = this.i.equals(other);
|
|
79
|
+
return (iv);
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Called when the summary calculator is required.
|
|
83
|
+
*/
|
|
84
|
+
get provideCalculator() {
|
|
85
|
+
return this._provideCalculator;
|
|
86
|
+
}
|
|
87
|
+
set provideCalculator(ev) {
|
|
88
|
+
if (this._provideCalculator_wrapped !== null) {
|
|
89
|
+
this.i.provideCalculator = delegateRemove(this.i.provideCalculator, this._provideCalculator_wrapped);
|
|
90
|
+
this._provideCalculator_wrapped = null;
|
|
91
|
+
this._provideCalculator = null;
|
|
92
|
+
}
|
|
93
|
+
this._provideCalculator = ev;
|
|
94
|
+
this._provideCalculator_wrapped = (o, e) => {
|
|
95
|
+
let outerArgs = new IgcProvideCalculatorEventArgs();
|
|
96
|
+
outerArgs._provideImplementation(e);
|
|
97
|
+
if (this.beforeProvideCalculator) {
|
|
98
|
+
this.beforeProvideCalculator(this, outerArgs);
|
|
99
|
+
}
|
|
100
|
+
if (this._provideCalculator) {
|
|
101
|
+
this._provideCalculator(this, outerArgs);
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
this.i.provideCalculator = delegateCombine(this.i.provideCalculator, this._provideCalculator_wrapped);
|
|
105
|
+
;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 { IgcDataChartCategoryModule } from "igniteui-webcomponents-charts";
|
|
8
|
+
import { IgcDataChartVerticalCategoryModule } from "igniteui-webcomponents-charts";
|
|
9
|
+
import { IgcDataChartFinancialModule } from "igniteui-webcomponents-charts";
|
|
10
|
+
import { IgcDataChartRadialModule } from "igniteui-webcomponents-charts";
|
|
11
|
+
import { IgcDataChartPolarModule } from "igniteui-webcomponents-charts";
|
|
12
|
+
import { IgcDataChartShapeModule } from "igniteui-webcomponents-charts";
|
|
13
|
+
import { IgcDataChartStackedModule } from "igniteui-webcomponents-charts";
|
|
14
|
+
import { IgcDataChartAnnotationModule } from "igniteui-webcomponents-charts";
|
|
15
|
+
import { IgcDataChartInteractivityModule } from "igniteui-webcomponents-charts";
|
|
16
|
+
import { IgcDataChartToolbarModule } from "igniteui-webcomponents-charts";
|
|
17
|
+
import { IgcDashboardTileModule } from './igc-dashboard-tile-module';
|
|
18
|
+
import { DataChartDashboardTileFeature } from './DataChartDashboardTileFeature';
|
|
19
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
20
|
+
export class IgcDataChartDashboardTileModule {
|
|
21
|
+
static register() {
|
|
22
|
+
IgcDataChartCategoryModule.register();
|
|
23
|
+
IgcDataChartVerticalCategoryModule.register();
|
|
24
|
+
IgcDataChartFinancialModule.register();
|
|
25
|
+
IgcDataChartRadialModule.register();
|
|
26
|
+
IgcDataChartPolarModule.register();
|
|
27
|
+
IgcDataChartShapeModule.register();
|
|
28
|
+
IgcDataChartStackedModule.register();
|
|
29
|
+
IgcDataChartAnnotationModule.register();
|
|
30
|
+
IgcDataChartInteractivityModule.register();
|
|
31
|
+
IgcDataChartToolbarModule.register();
|
|
32
|
+
IgcDashboardTileModule.register();
|
|
33
|
+
TypeRegistrar.register('DataChartDashboardTileFeature', DataChartDashboardTileFeature.$type);
|
|
34
|
+
DataChartDashboardTileFeature.register();
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -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 { IgcGeographicMapModule } from "igniteui-webcomponents-maps";
|
|
8
|
+
import { IgcDashboardTileModule } from './igc-dashboard-tile-module';
|
|
9
|
+
import { GeographicMapDashboardTileFeature } from './GeographicMapDashboardTileFeature';
|
|
10
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
11
|
+
export class IgcGeographicMapDashboardTileModule {
|
|
12
|
+
static register() {
|
|
13
|
+
IgcGeographicMapModule.register();
|
|
14
|
+
IgcDashboardTileModule.register();
|
|
15
|
+
TypeRegistrar.register('GeographicMapDashboardTileFeature', GeographicMapDashboardTileFeature.$type);
|
|
16
|
+
GeographicMapDashboardTileFeature.register();
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -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 { IgcLinearGaugeModule } from "igniteui-webcomponents-gauges";
|
|
8
|
+
import { IgcDashboardTileModule } from './igc-dashboard-tile-module';
|
|
9
|
+
import { LinearGaugeDashboardTileFeature } from './LinearGaugeDashboardTileFeature';
|
|
10
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
11
|
+
export class IgcLinearGaugeDashboardTileModule {
|
|
12
|
+
static register() {
|
|
13
|
+
IgcLinearGaugeModule.register();
|
|
14
|
+
IgcDashboardTileModule.register();
|
|
15
|
+
TypeRegistrar.register('LinearGaugeDashboardTileFeature', LinearGaugeDashboardTileFeature.$type);
|
|
16
|
+
LinearGaugeDashboardTileFeature.register();
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -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 { IgcDataPieChartModule } from "igniteui-webcomponents-charts";
|
|
8
|
+
import { IgcDashboardTileModule } from './igc-dashboard-tile-module';
|
|
9
|
+
import { PieChartDashboardTileFeature } from './PieChartDashboardTileFeature';
|
|
10
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
11
|
+
export class IgcPieChartDashboardTileModule {
|
|
12
|
+
static register() {
|
|
13
|
+
IgcDataPieChartModule.register();
|
|
14
|
+
IgcDashboardTileModule.register();
|
|
15
|
+
TypeRegistrar.register('PieChartDashboardTileFeature', PieChartDashboardTileFeature.$type);
|
|
16
|
+
PieChartDashboardTileFeature.register();
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -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 { IgcRadialGaugeModule } from "igniteui-webcomponents-gauges";
|
|
8
|
+
import { IgcDashboardTileModule } from './igc-dashboard-tile-module';
|
|
9
|
+
import { RadialGaugeDashboardTileFeature } from './RadialGaugeDashboardTileFeature';
|
|
10
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
11
|
+
export class IgcRadialGaugeDashboardTileModule {
|
|
12
|
+
static register() {
|
|
13
|
+
IgcRadialGaugeModule.register();
|
|
14
|
+
IgcDashboardTileModule.register();
|
|
15
|
+
TypeRegistrar.register('RadialGaugeDashboardTileFeature', RadialGaugeDashboardTileFeature.$type);
|
|
16
|
+
RadialGaugeDashboardTileFeature.register();
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export * from './lib/igc-dashboard-tile-component';
|
|
2
|
+
export * from './lib/igc-linear-gauge-dashboard-tile-module';
|
|
3
|
+
export * from './lib/igc-pie-chart-dashboard-tile-module';
|
|
4
|
+
export * from './lib/igc-radial-gauge-dashboard-tile-module';
|
|
5
|
+
export * from './lib/igc-geographic-map-dashboard-tile-module';
|
|
6
|
+
export * from './lib/igc-data-chart-dashboard-tile-module';
|
|
7
|
+
export * from './lib/igc-dashboard-tile-module';
|
|
8
|
+
export * from './lib/DashboardTileCommonFeature';
|
|
9
|
+
export * from './lib/DataChartDashboardTileFeature';
|
|
10
|
+
export * from './lib/PieChartDashboardTileFeature';
|
|
11
|
+
export * from './lib/RadialGaugeDashboardTileFeature';
|
|
12
|
+
export * from './lib/LinearGaugeDashboardTileFeature';
|
|
13
|
+
export * from './lib/GeographicMapDashboardTileFeature';
|
|
14
|
+
export * from './lib/DescriptionValueLookupHelper';
|
|
15
|
+
export * from './lib/DataSeriesToDescriptionAdapter';
|
|
16
|
+
export * from './lib/DataSeriesToDescriptionAdapterSettings';
|
|
17
|
+
export * from './lib/DataSeriesToDescriptionAdapterControlType';
|
|
18
|
+
export * from './lib/DataSeriesToDescriptionAdapterResult';
|
|
19
|
+
export * from './lib/DashboardTileView';
|
|
20
|
+
export * from './lib/IDashboardTileView';
|
|
21
|
+
export * from './lib/IExternalDashboardTile';
|
|
22
|
+
export * from './lib/DashboardTileVisualizationType';
|
|
23
|
+
export * from './lib/DashboardTile';
|
|
24
|
+
export * from './lib/DashboardTileChangingContentEventArgs';
|
|
25
|
+
export * from './lib/igc-dashboard-tile-changing-content-event-args';
|
|
26
|
+
export * from './lib/DashboardTileFilterStringErrorsParsingEventArgs';
|
|
27
|
+
export * from './lib/igc-dashboard-tile-filter-string-errors-parsing-event-args';
|
|
28
|
+
export * from './lib/DashboardTilePrimitiveValueWrapper';
|
|
29
|
+
export * from './lib/igc-dashboard-tile-customization-collection';
|
|
30
|
+
export * from './lib/DashboardTileCustomizationCollection';
|
|
31
|
+
export * from './lib/DashboardTileCustomization';
|
|
32
|
+
export * from './lib/igc-dashboard-tile-customization-component';
|
|
33
|
+
export * from './lib/igc-dashboard-tile-customization-module';
|
|
34
|
+
export * from './lib/DataSeriesToDescriptionCustomizations';
|
|
35
|
+
export * from './lib/DashboardTileToolbarProvider';
|
|
36
|
+
export * from './lib/DashboardTileGalleryIconInfo';
|
|
37
|
+
export * from './lib/DashboardTileGroupDescription';
|
|
38
|
+
export * from './lib/igc-dashboard-tile-group-description';
|
|
39
|
+
export * from './lib/igc-dashboard-tile-group-description-module';
|
|
40
|
+
export * from './lib/DashboardTileGroupDescriptionCollection';
|
|
41
|
+
export * from './lib/igc-dashboard-tile-group-description-collection';
|
|
42
|
+
export * from './lib/DashboardTileSortDescription';
|
|
43
|
+
export * from './lib/igc-dashboard-tile-sort-description';
|
|
44
|
+
export * from './lib/igc-dashboard-tile-sort-description-module';
|
|
45
|
+
export * from './lib/DashboardTileSortDescriptionCollection';
|
|
46
|
+
export * from './lib/igc-dashboard-tile-sort-description-collection';
|
|
47
|
+
export * from './lib/DashboardTileSummaryDescription';
|
|
48
|
+
export * from './lib/igc-dashboard-tile-summary-description';
|
|
49
|
+
export * from './lib/igc-dashboard-tile-summary-description-module';
|
|
50
|
+
export * from './lib/DashboardTileSummaryDescriptionCollection';
|
|
51
|
+
export * from './lib/igc-dashboard-tile-summary-description-collection';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -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,32 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
var DashboardTileChangingContentEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
__extends(DashboardTileChangingContentEventArgs, _super);
|
|
14
|
+
function DashboardTileChangingContentEventArgs() {
|
|
15
|
+
var _this = _super.call(this) || this;
|
|
16
|
+
_this._contentJson = null;
|
|
17
|
+
return _this;
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(DashboardTileChangingContentEventArgs.prototype, "contentJson", {
|
|
20
|
+
get: function () {
|
|
21
|
+
return this._contentJson;
|
|
22
|
+
},
|
|
23
|
+
set: function (a) {
|
|
24
|
+
this._contentJson = a;
|
|
25
|
+
},
|
|
26
|
+
enumerable: false,
|
|
27
|
+
configurable: true
|
|
28
|
+
});
|
|
29
|
+
DashboardTileChangingContentEventArgs.$t = markType(DashboardTileChangingContentEventArgs, 'DashboardTileChangingContentEventArgs');
|
|
30
|
+
return DashboardTileChangingContentEventArgs;
|
|
31
|
+
}(Base));
|
|
32
|
+
export { DashboardTileChangingContentEventArgs };
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
import { DataLegendDescriptionModule } from "igniteui-webcomponents-core";
|
|
10
|
+
import { ItemLegendDescriptionModule } from "igniteui-webcomponents-core";
|
|
11
|
+
import { LegendDescriptionModule } from "igniteui-webcomponents-core";
|
|
12
|
+
import { PropertyEditorPanelDescriptionModule } from "igniteui-webcomponents-core";
|
|
13
|
+
import { ColorEditorDescriptionModule } from "igniteui-webcomponents-core";
|
|
14
|
+
import { MultiSliderDescriptionModule } from "igniteui-webcomponents-core";
|
|
15
|
+
import { ToolbarDescriptionModule } from "igniteui-webcomponents-core";
|
|
16
|
+
import { NativeUIInputsFactory } from "igniteui-webcomponents-core";
|
|
17
|
+
import { NativeUILayoutFactory } from "igniteui-webcomponents-layouts";
|
|
18
|
+
import { NativeUIGridFactory } from "igniteui-webcomponents-grids";
|
|
19
|
+
/**
|
|
20
|
+
* @hidden
|
|
21
|
+
*/
|
|
22
|
+
var DashboardTileCommonFeature = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
23
|
+
__extends(DashboardTileCommonFeature, _super);
|
|
24
|
+
function DashboardTileCommonFeature() {
|
|
25
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
26
|
+
}
|
|
27
|
+
DashboardTileCommonFeature.a = function (a) {
|
|
28
|
+
DataLegendDescriptionModule.register(a);
|
|
29
|
+
ItemLegendDescriptionModule.register(a);
|
|
30
|
+
LegendDescriptionModule.register(a);
|
|
31
|
+
PropertyEditorPanelDescriptionModule.register(a);
|
|
32
|
+
ColorEditorDescriptionModule.register(a);
|
|
33
|
+
MultiSliderDescriptionModule.register(a);
|
|
34
|
+
ToolbarDescriptionModule.register(a);
|
|
35
|
+
NativeUIInputsFactory.n();
|
|
36
|
+
NativeUILayoutFactory.g();
|
|
37
|
+
NativeUIGridFactory.register();
|
|
38
|
+
NativeUIGridFactory.register();
|
|
39
|
+
};
|
|
40
|
+
DashboardTileCommonFeature.$t = markType(DashboardTileCommonFeature, 'DashboardTileCommonFeature');
|
|
41
|
+
return DashboardTileCommonFeature;
|
|
42
|
+
}(Base));
|
|
43
|
+
export { DashboardTileCommonFeature };
|
|
@@ -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,43 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
var DashboardTileFilterStringErrorsParsingEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
__extends(DashboardTileFilterStringErrorsParsingEventArgs, _super);
|
|
14
|
+
function DashboardTileFilterStringErrorsParsingEventArgs() {
|
|
15
|
+
var _this = _super.call(this) || this;
|
|
16
|
+
_this._propertyName = null;
|
|
17
|
+
_this._errors = null;
|
|
18
|
+
return _this;
|
|
19
|
+
}
|
|
20
|
+
Object.defineProperty(DashboardTileFilterStringErrorsParsingEventArgs.prototype, "propertyName", {
|
|
21
|
+
get: function () {
|
|
22
|
+
return this._propertyName;
|
|
23
|
+
},
|
|
24
|
+
set: function (a) {
|
|
25
|
+
this._propertyName = a;
|
|
26
|
+
},
|
|
27
|
+
enumerable: false,
|
|
28
|
+
configurable: true
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(DashboardTileFilterStringErrorsParsingEventArgs.prototype, "errors", {
|
|
31
|
+
get: function () {
|
|
32
|
+
return this._errors;
|
|
33
|
+
},
|
|
34
|
+
set: function (a) {
|
|
35
|
+
this._errors = a;
|
|
36
|
+
},
|
|
37
|
+
enumerable: false,
|
|
38
|
+
configurable: true
|
|
39
|
+
});
|
|
40
|
+
DashboardTileFilterStringErrorsParsingEventArgs.$t = markType(DashboardTileFilterStringErrorsParsingEventArgs, 'DashboardTileFilterStringErrorsParsingEventArgs');
|
|
41
|
+
return DashboardTileFilterStringErrorsParsingEventArgs;
|
|
42
|
+
}(Base));
|
|
43
|
+
export { DashboardTileFilterStringErrorsParsingEventArgs };
|
|
@@ -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 { __extends } from "tslib";
|
|
8
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
var DashboardTileGalleryIconInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
__extends(DashboardTileGalleryIconInfo, _super);
|
|
14
|
+
function DashboardTileGalleryIconInfo() {
|
|
15
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
16
|
+
_this.b = null;
|
|
17
|
+
_this.c = null;
|
|
18
|
+
_this.a = 0;
|
|
19
|
+
return _this;
|
|
20
|
+
}
|
|
21
|
+
DashboardTileGalleryIconInfo.$t = markType(DashboardTileGalleryIconInfo, 'DashboardTileGalleryIconInfo');
|
|
22
|
+
return DashboardTileGalleryIconInfo;
|
|
23
|
+
}(Base));
|
|
24
|
+
export { DashboardTileGalleryIconInfo };
|