igniteui-webcomponents-dashboards 6.3.0 → 6.3.1
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/esm2015/lib/DashboardTileChangingContentEventArgs.js +2 -4
- package/esm2015/lib/DashboardTileCommonFeature.js +2 -4
- package/esm2015/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +2 -4
- package/esm2015/lib/DashboardTileGalleryIconInfo.js +2 -4
- package/esm2015/lib/DashboardTileGroupDescription.js +2 -4
- package/esm2015/lib/DashboardTileGroupDescriptionCollection.js +2 -4
- package/esm2015/lib/DashboardTilePrimitiveValueWrapper.js +2 -4
- package/esm2015/lib/DashboardTileSortDescription.js +2 -4
- package/esm2015/lib/DashboardTileSortDescriptionCollection.js +2 -4
- package/esm2015/lib/DashboardTileSummaryDescription.js +2 -4
- package/esm2015/lib/DashboardTileSummaryDescriptionCollection.js +2 -4
- package/esm2015/lib/DashboardTileView_combined.js +10 -20
- package/esm2015/lib/DataChartDashboardTileFeature.js +2 -4
- package/esm2015/lib/DataSeriesToDescriptionAdapter.js +2 -4
- package/esm2015/lib/DataSeriesToDescriptionAdapterResult.js +2 -4
- package/esm2015/lib/DataSeriesToDescriptionAdapterSettings.js +2 -4
- package/esm2015/lib/DataSeriesToDescriptionCustomizations.js +2 -4
- package/esm2015/lib/DescriptionValueLookupHelper.js +2 -4
- package/esm2015/lib/GeographicMapDashboardTileFeature.js +2 -4
- package/esm2015/lib/LinearGaugeDashboardTileFeature.js +2 -4
- package/esm2015/lib/PieChartDashboardTileFeature.js +2 -4
- package/esm2015/lib/RadialGaugeDashboardTileFeature.js +2 -4
- package/esm2015/lib/ValueGetterResult.js +2 -4
- package/esm2015/lib/igc-dashboard-tile-component.js +2 -1
- package/esm2015/lib/igc-dashboard-tile-customization-component.js +2 -1
- package/esm5/lib/DashboardTileChangingContentEventArgs.js +1 -2
- package/esm5/lib/DashboardTileCommonFeature.js +1 -2
- package/esm5/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +1 -2
- package/esm5/lib/DashboardTileGalleryIconInfo.js +1 -2
- package/esm5/lib/DashboardTileGroupDescription.js +1 -2
- package/esm5/lib/DashboardTileGroupDescriptionCollection.js +1 -2
- package/esm5/lib/DashboardTilePrimitiveValueWrapper.js +1 -2
- package/esm5/lib/DashboardTileSortDescription.js +1 -2
- package/esm5/lib/DashboardTileSortDescriptionCollection.js +1 -2
- package/esm5/lib/DashboardTileSummaryDescription.js +1 -2
- package/esm5/lib/DashboardTileSummaryDescriptionCollection.js +1 -2
- package/esm5/lib/DashboardTileView_combined.js +5 -10
- package/esm5/lib/DataChartDashboardTileFeature.js +1 -2
- package/esm5/lib/DataSeriesToDescriptionAdapter.js +1 -2
- package/esm5/lib/DataSeriesToDescriptionAdapterResult.js +1 -2
- package/esm5/lib/DataSeriesToDescriptionAdapterSettings.js +1 -2
- package/esm5/lib/DataSeriesToDescriptionCustomizations.js +1 -2
- package/esm5/lib/DescriptionValueLookupHelper.js +1 -2
- package/esm5/lib/GeographicMapDashboardTileFeature.js +1 -2
- package/esm5/lib/LinearGaugeDashboardTileFeature.js +1 -2
- package/esm5/lib/PieChartDashboardTileFeature.js +1 -2
- package/esm5/lib/RadialGaugeDashboardTileFeature.js +1 -2
- package/esm5/lib/ValueGetterResult.js +1 -2
- package/esm5/lib/igc-dashboard-tile-component.js +1 -2
- package/esm5/lib/igc-dashboard-tile-customization-component.js +1 -2
- package/fesm2015/igniteui-webcomponents-dashboards.js +0 -81
- package/igniteui-webcomponents-dashboards.d.ts +1 -1
- package/lib/DashboardTile.d.ts +1 -1
- package/lib/DashboardTileChangingContentEventArgs.d.ts +11 -11
- package/lib/DashboardTileCommonFeature.d.ts +9 -9
- package/lib/DashboardTileCustomization.d.ts +1 -1
- package/lib/DashboardTileCustomizationCollection.d.ts +1 -1
- package/lib/DashboardTileFilterStringErrorsParsingEventArgs.d.ts +14 -14
- package/lib/DashboardTileGalleryIconInfo.d.ts +11 -11
- package/lib/DashboardTileGroupDescription.d.ts +16 -16
- package/lib/DashboardTileGroupDescriptionCollection.d.ts +27 -27
- package/lib/DashboardTilePrimitiveValueWrapper.d.ts +8 -8
- package/lib/DashboardTileSortDescription.d.ts +20 -20
- package/lib/DashboardTileSortDescriptionCollection.d.ts +31 -31
- package/lib/DashboardTileSummaryDescription.d.ts +38 -38
- package/lib/DashboardTileSummaryDescriptionCollection.d.ts +31 -31
- package/lib/DashboardTileToolbarProvider.d.ts +1 -1
- package/lib/DashboardTileView.d.ts +1 -1
- package/lib/DashboardTileView_combined.d.ts +575 -575
- package/lib/DashboardTileVisualizationType.d.ts +43 -43
- package/lib/DataChartDashboardTileFeature.d.ts +10 -10
- package/lib/DataSeriesToDescriptionAdapter.d.ts +63 -63
- package/lib/DataSeriesToDescriptionAdapterControlType.d.ts +15 -15
- package/lib/DataSeriesToDescriptionAdapterResult.d.ts +36 -36
- package/lib/DataSeriesToDescriptionAdapterSettings.d.ts +36 -36
- package/lib/DataSeriesToDescriptionCustomizations.d.ts +23 -23
- package/lib/DescriptionValueLookupHelper.d.ts +12 -12
- package/lib/GeographicMapDashboardTileFeature.d.ts +10 -10
- package/lib/IDashboardTileView.d.ts +20 -20
- package/lib/IExternalDashboardTile.d.ts +13 -13
- package/lib/LinearGaugeDashboardTileFeature.d.ts +10 -10
- package/lib/PieChartDashboardTileFeature.d.ts +10 -10
- package/lib/RadialGaugeDashboardTileFeature.d.ts +10 -10
- package/lib/ValueGetterResult.d.ts +14 -14
- package/lib/igc-dashboard-tile-changing-content-event-args.d.ts +14 -14
- package/lib/igc-dashboard-tile-component.d.ts +405 -405
- package/lib/igc-dashboard-tile-customization-collection.d.ts +8 -8
- package/lib/igc-dashboard-tile-customization-component.d.ts +59 -59
- package/lib/igc-dashboard-tile-customization-module.d.ts +3 -3
- package/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.d.ts +22 -22
- package/lib/igc-dashboard-tile-group-description-collection.d.ts +23 -23
- package/lib/igc-dashboard-tile-group-description-module.d.ts +3 -3
- package/lib/igc-dashboard-tile-group-description.d.ts +13 -13
- package/lib/igc-dashboard-tile-module.d.ts +3 -3
- package/lib/igc-dashboard-tile-sort-description-collection.d.ts +28 -28
- package/lib/igc-dashboard-tile-sort-description-module.d.ts +3 -3
- package/lib/igc-dashboard-tile-sort-description.d.ts +33 -33
- package/lib/igc-dashboard-tile-summary-description-collection.d.ts +25 -25
- package/lib/igc-dashboard-tile-summary-description-module.d.ts +3 -3
- package/lib/igc-dashboard-tile-summary-description.d.ts +40 -40
- package/lib/igc-data-chart-dashboard-tile-module.d.ts +3 -3
- package/lib/igc-geographic-map-dashboard-tile-module.d.ts +3 -3
- package/lib/igc-linear-gauge-dashboard-tile-module.d.ts +3 -3
- package/lib/igc-pie-chart-dashboard-tile-module.d.ts +3 -3
- package/lib/igc-radial-gauge-dashboard-tile-module.d.ts +3 -3
- package/package.json +8 -8
- package/public_api.d.ts +52 -52
|
@@ -5,10 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export let DashboardTileChangingContentEventArgs = /*@__PURE__*/ (() => {
|
|
8
|
+
let DashboardTileChangingContentEventArgs = /*@__PURE__*/ (() => {
|
|
12
9
|
class DashboardTileChangingContentEventArgs extends Base {
|
|
13
10
|
constructor() {
|
|
14
11
|
super();
|
|
@@ -24,3 +21,4 @@ export let DashboardTileChangingContentEventArgs = /*@__PURE__*/ (() => {
|
|
|
24
21
|
DashboardTileChangingContentEventArgs.$t = /*@__PURE__*/ markType(DashboardTileChangingContentEventArgs, 'DashboardTileChangingContentEventArgs');
|
|
25
22
|
return DashboardTileChangingContentEventArgs;
|
|
26
23
|
})();
|
|
24
|
+
export { DashboardTileChangingContentEventArgs };
|
|
@@ -15,10 +15,7 @@ import { ToolbarDescriptionModule } from "igniteui-webcomponents-core";
|
|
|
15
15
|
import { NativeUIInputsFactory } from "igniteui-webcomponents-core";
|
|
16
16
|
import { NativeUILayoutFactory } from "igniteui-webcomponents-layouts";
|
|
17
17
|
import { NativeUIGridFactory } from "igniteui-webcomponents-data-grids";
|
|
18
|
-
|
|
19
|
-
* @hidden
|
|
20
|
-
*/
|
|
21
|
-
export let DashboardTileCommonFeature = /*@__PURE__*/ (() => {
|
|
18
|
+
let DashboardTileCommonFeature = /*@__PURE__*/ (() => {
|
|
22
19
|
class DashboardTileCommonFeature extends Base {
|
|
23
20
|
static a(a) {
|
|
24
21
|
DataLegendDescriptionModule.register(a);
|
|
@@ -37,3 +34,4 @@ export let DashboardTileCommonFeature = /*@__PURE__*/ (() => {
|
|
|
37
34
|
DashboardTileCommonFeature.$t = /*@__PURE__*/ markType(DashboardTileCommonFeature, 'DashboardTileCommonFeature');
|
|
38
35
|
return DashboardTileCommonFeature;
|
|
39
36
|
})();
|
|
37
|
+
export { DashboardTileCommonFeature };
|
|
@@ -5,10 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export let DashboardTileFilterStringErrorsParsingEventArgs = /*@__PURE__*/ (() => {
|
|
8
|
+
let DashboardTileFilterStringErrorsParsingEventArgs = /*@__PURE__*/ (() => {
|
|
12
9
|
class DashboardTileFilterStringErrorsParsingEventArgs extends Base {
|
|
13
10
|
constructor() {
|
|
14
11
|
super();
|
|
@@ -31,3 +28,4 @@ export let DashboardTileFilterStringErrorsParsingEventArgs = /*@__PURE__*/ (() =
|
|
|
31
28
|
DashboardTileFilterStringErrorsParsingEventArgs.$t = /*@__PURE__*/ markType(DashboardTileFilterStringErrorsParsingEventArgs, 'DashboardTileFilterStringErrorsParsingEventArgs');
|
|
32
29
|
return DashboardTileFilterStringErrorsParsingEventArgs;
|
|
33
30
|
})();
|
|
31
|
+
export { DashboardTileFilterStringErrorsParsingEventArgs };
|
|
@@ -5,10 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export let DashboardTileGalleryIconInfo = /*@__PURE__*/ (() => {
|
|
8
|
+
let DashboardTileGalleryIconInfo = /*@__PURE__*/ (() => {
|
|
12
9
|
class DashboardTileGalleryIconInfo extends Base {
|
|
13
10
|
constructor() {
|
|
14
11
|
super(...arguments);
|
|
@@ -20,3 +17,4 @@ export let DashboardTileGalleryIconInfo = /*@__PURE__*/ (() => {
|
|
|
20
17
|
DashboardTileGalleryIconInfo.$t = /*@__PURE__*/ markType(DashboardTileGalleryIconInfo, 'DashboardTileGalleryIconInfo');
|
|
21
18
|
return DashboardTileGalleryIconInfo;
|
|
22
19
|
})();
|
|
20
|
+
export { DashboardTileGalleryIconInfo };
|
|
@@ -6,10 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { DashboardTileSortDescription } from "./DashboardTileSortDescription";
|
|
8
8
|
import { markType } from "igniteui-webcomponents-core";
|
|
9
|
-
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export let DashboardTileGroupDescription = /*@__PURE__*/ (() => {
|
|
9
|
+
let DashboardTileGroupDescription = /*@__PURE__*/ (() => {
|
|
13
10
|
class DashboardTileGroupDescription extends DashboardTileSortDescription {
|
|
14
11
|
constructor(a, ..._rest) {
|
|
15
12
|
a = (a == void 0) ? 0 : a;
|
|
@@ -50,3 +47,4 @@ export let DashboardTileGroupDescription = /*@__PURE__*/ (() => {
|
|
|
50
47
|
DashboardTileGroupDescription.$t = /*@__PURE__*/ markType(DashboardTileGroupDescription, 'DashboardTileGroupDescription', DashboardTileSortDescription.$);
|
|
51
48
|
return DashboardTileGroupDescription;
|
|
52
49
|
})();
|
|
50
|
+
export { DashboardTileGroupDescription };
|
|
@@ -8,10 +8,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
|
|
|
8
8
|
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
9
9
|
import { DashboardTileGroupDescription } from "./DashboardTileGroupDescription";
|
|
10
10
|
import { SortDescription } from "igniteui-webcomponents-core";
|
|
11
|
-
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export let DashboardTileGroupDescriptionCollection = /*@__PURE__*/ (() => {
|
|
11
|
+
let DashboardTileGroupDescriptionCollection = /*@__PURE__*/ (() => {
|
|
15
12
|
class DashboardTileGroupDescriptionCollection extends Base {
|
|
16
13
|
constructor() {
|
|
17
14
|
super();
|
|
@@ -82,3 +79,4 @@ export let DashboardTileGroupDescriptionCollection = /*@__PURE__*/ (() => {
|
|
|
82
79
|
DashboardTileGroupDescriptionCollection.$t = /*@__PURE__*/ markType(DashboardTileGroupDescriptionCollection, 'DashboardTileGroupDescriptionCollection');
|
|
83
80
|
return DashboardTileGroupDescriptionCollection;
|
|
84
81
|
})();
|
|
82
|
+
export { DashboardTileGroupDescriptionCollection };
|
|
@@ -5,10 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export let DashboardTilePrimitiveValueWrapper = /*@__PURE__*/ (() => {
|
|
8
|
+
let DashboardTilePrimitiveValueWrapper = /*@__PURE__*/ (() => {
|
|
12
9
|
class DashboardTilePrimitiveValueWrapper extends Base {
|
|
13
10
|
constructor() {
|
|
14
11
|
super(...arguments);
|
|
@@ -18,3 +15,4 @@ export let DashboardTilePrimitiveValueWrapper = /*@__PURE__*/ (() => {
|
|
|
18
15
|
DashboardTilePrimitiveValueWrapper.$t = /*@__PURE__*/ markType(DashboardTilePrimitiveValueWrapper, 'DashboardTilePrimitiveValueWrapper');
|
|
19
16
|
return DashboardTilePrimitiveValueWrapper;
|
|
20
17
|
})();
|
|
18
|
+
export { DashboardTilePrimitiveValueWrapper };
|
|
@@ -5,10 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export let DashboardTileSortDescription = /*@__PURE__*/ (() => {
|
|
8
|
+
let DashboardTileSortDescription = /*@__PURE__*/ (() => {
|
|
12
9
|
class DashboardTileSortDescription extends Base {
|
|
13
10
|
constructor(a, ..._rest) {
|
|
14
11
|
super();
|
|
@@ -59,3 +56,4 @@ export let DashboardTileSortDescription = /*@__PURE__*/ (() => {
|
|
|
59
56
|
DashboardTileSortDescription.$t = /*@__PURE__*/ markType(DashboardTileSortDescription, 'DashboardTileSortDescription');
|
|
60
57
|
return DashboardTileSortDescription;
|
|
61
58
|
})();
|
|
59
|
+
export { DashboardTileSortDescription };
|
|
@@ -8,10 +8,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
|
|
|
8
8
|
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
9
9
|
import { DashboardTileSortDescription } from "./DashboardTileSortDescription";
|
|
10
10
|
import { SortDescription } from "igniteui-webcomponents-core";
|
|
11
|
-
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export let DashboardTileSortDescriptionCollection = /*@__PURE__*/ (() => {
|
|
11
|
+
let DashboardTileSortDescriptionCollection = /*@__PURE__*/ (() => {
|
|
15
12
|
class DashboardTileSortDescriptionCollection extends Base {
|
|
16
13
|
get i() {
|
|
17
14
|
return this.f.shouldDetachOnTargetChange;
|
|
@@ -94,3 +91,4 @@ export let DashboardTileSortDescriptionCollection = /*@__PURE__*/ (() => {
|
|
|
94
91
|
DashboardTileSortDescriptionCollection.$t = /*@__PURE__*/ markType(DashboardTileSortDescriptionCollection, 'DashboardTileSortDescriptionCollection');
|
|
95
92
|
return DashboardTileSortDescriptionCollection;
|
|
96
93
|
})();
|
|
94
|
+
export { DashboardTileSortDescriptionCollection };
|
|
@@ -10,10 +10,7 @@ import { MaxSummaryCalculator } from "igniteui-webcomponents-core";
|
|
|
10
10
|
import { SumSummaryCalculator } from "igniteui-webcomponents-core";
|
|
11
11
|
import { AverageSummaryCalculator } from "igniteui-webcomponents-core";
|
|
12
12
|
import { CountSummaryCalculator } from "igniteui-webcomponents-core";
|
|
13
|
-
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
export let DashboardTileSummaryDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
let DashboardTileSummaryDescription = /*@__PURE__*/ (() => {
|
|
17
14
|
class DashboardTileSummaryDescription extends Base {
|
|
18
15
|
constructor(a, ..._rest) {
|
|
19
16
|
super();
|
|
@@ -121,3 +118,4 @@ export let DashboardTileSummaryDescription = /*@__PURE__*/ (() => {
|
|
|
121
118
|
DashboardTileSummaryDescription.$t = /*@__PURE__*/ markType(DashboardTileSummaryDescription, 'DashboardTileSummaryDescription');
|
|
122
119
|
return DashboardTileSummaryDescription;
|
|
123
120
|
})();
|
|
121
|
+
export { DashboardTileSummaryDescription };
|
|
@@ -8,10 +8,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
|
|
|
8
8
|
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
9
9
|
import { DashboardTileSummaryDescription } from "./DashboardTileSummaryDescription";
|
|
10
10
|
import { SummaryDescription } from "igniteui-webcomponents-core";
|
|
11
|
-
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export let DashboardTileSummaryDescriptionCollection = /*@__PURE__*/ (() => {
|
|
11
|
+
let DashboardTileSummaryDescriptionCollection = /*@__PURE__*/ (() => {
|
|
15
12
|
class DashboardTileSummaryDescriptionCollection extends Base {
|
|
16
13
|
get i() {
|
|
17
14
|
return this.f.shouldDetachOnTargetChange;
|
|
@@ -100,3 +97,4 @@ export let DashboardTileSummaryDescriptionCollection = /*@__PURE__*/ (() => {
|
|
|
100
97
|
DashboardTileSummaryDescriptionCollection.$t = /*@__PURE__*/ markType(DashboardTileSummaryDescriptionCollection, 'DashboardTileSummaryDescriptionCollection');
|
|
101
98
|
return DashboardTileSummaryDescriptionCollection;
|
|
102
99
|
})();
|
|
100
|
+
export { DashboardTileSummaryDescriptionCollection };
|
|
@@ -92,10 +92,7 @@ import { DashboardTileGalleryIconInfo } from "./DashboardTileGalleryIconInfo";
|
|
|
92
92
|
import { ToolActionIconButtonInfo } from "igniteui-webcomponents-core";
|
|
93
93
|
import { ToolActionIconMenuInfo } from "igniteui-webcomponents-core";
|
|
94
94
|
import { ToolActionSubPanelInfo } from "igniteui-webcomponents-core";
|
|
95
|
-
|
|
96
|
-
* @hidden
|
|
97
|
-
*/
|
|
98
|
-
export let DashboardTileView = /*@__PURE__*/ (() => {
|
|
95
|
+
let DashboardTileView = /*@__PURE__*/ (() => {
|
|
99
96
|
class DashboardTileView extends Base {
|
|
100
97
|
constructor() {
|
|
101
98
|
super();
|
|
@@ -207,10 +204,8 @@ export let DashboardTileView = /*@__PURE__*/ (() => {
|
|
|
207
204
|
DashboardTileView.$t = /*@__PURE__*/ markType(DashboardTileView, 'DashboardTileView');
|
|
208
205
|
return DashboardTileView;
|
|
209
206
|
})();
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
*/
|
|
213
|
-
export let DashboardTileCustomization = /*@__PURE__*/ (() => {
|
|
207
|
+
export { DashboardTileView };
|
|
208
|
+
let DashboardTileCustomization = /*@__PURE__*/ (() => {
|
|
214
209
|
class DashboardTileCustomization extends Base {
|
|
215
210
|
constructor() {
|
|
216
211
|
super();
|
|
@@ -261,10 +256,8 @@ export let DashboardTileCustomization = /*@__PURE__*/ (() => {
|
|
|
261
256
|
DashboardTileCustomization.$t = /*@__PURE__*/ markType(DashboardTileCustomization, 'DashboardTileCustomization');
|
|
262
257
|
return DashboardTileCustomization;
|
|
263
258
|
})();
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
*/
|
|
267
|
-
export let DashboardTile = /*@__PURE__*/ (() => {
|
|
259
|
+
export { DashboardTileCustomization };
|
|
260
|
+
let DashboardTile = /*@__PURE__*/ (() => {
|
|
268
261
|
class DashboardTile extends Base {
|
|
269
262
|
onAttachedToUI() {
|
|
270
263
|
this.ba.u();
|
|
@@ -3181,10 +3174,8 @@ export let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3181
3174
|
})()));
|
|
3182
3175
|
return DashboardTile;
|
|
3183
3176
|
})();
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
*/
|
|
3187
|
-
export let DashboardTileCustomizationCollection = /*@__PURE__*/ (() => {
|
|
3177
|
+
export { DashboardTile };
|
|
3178
|
+
let DashboardTileCustomizationCollection = /*@__PURE__*/ (() => {
|
|
3188
3179
|
class DashboardTileCustomizationCollection extends ObservableCollection$1 {
|
|
3189
3180
|
constructor() {
|
|
3190
3181
|
super(DashboardTileCustomization.$, 0);
|
|
@@ -3193,10 +3184,8 @@ export let DashboardTileCustomizationCollection = /*@__PURE__*/ (() => {
|
|
|
3193
3184
|
DashboardTileCustomizationCollection.$t = /*@__PURE__*/ markType(DashboardTileCustomizationCollection, 'DashboardTileCustomizationCollection', /*@__PURE__*/ ObservableCollection$1.$.specialize(DashboardTileCustomization.$));
|
|
3194
3185
|
return DashboardTileCustomizationCollection;
|
|
3195
3186
|
})();
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
*/
|
|
3199
|
-
export let DashboardTileToolbarProvider = /*@__PURE__*/ (() => {
|
|
3187
|
+
export { DashboardTileCustomizationCollection };
|
|
3188
|
+
let DashboardTileToolbarProvider = /*@__PURE__*/ (() => {
|
|
3200
3189
|
class DashboardTileToolbarProvider extends DomainChartToolbarProvider {
|
|
3201
3190
|
constructor() {
|
|
3202
3191
|
super();
|
|
@@ -3413,3 +3402,4 @@ export let DashboardTileToolbarProvider = /*@__PURE__*/ (() => {
|
|
|
3413
3402
|
DashboardTileToolbarProvider.a6 = "\r\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\r\n<path d=\"M20.975 16.025a3.472 3.472 0 00-1.6-.9l-7.436-7.433a4.982 4.982 0 00-6.763-5.347L7 4.17A2 2 0 014.17 7L2.345 5.176a4.982 4.982 0 005.347 6.763l7.432 7.431a3.494 3.494 0 105.851-3.345zM19.6 19.6a1.382 1.382 0 110-1.954 1.381 1.381 0 010 1.954z\"/>\r\n</svg>";
|
|
3414
3403
|
return DashboardTileToolbarProvider;
|
|
3415
3404
|
})();
|
|
3405
|
+
export { DashboardTileToolbarProvider };
|
|
@@ -33,10 +33,7 @@ import { FinancialSeriesDescriptionMetadata } from "igniteui-webcomponents-core"
|
|
|
33
33
|
import { RangeCategorySeriesDescriptionMetadata } from "igniteui-webcomponents-core";
|
|
34
34
|
import { PolarAreaSeriesDescriptionMetadata } from "igniteui-webcomponents-core";
|
|
35
35
|
import { FinancialIndicatorDescriptionMetadata } from "igniteui-webcomponents-core";
|
|
36
|
-
|
|
37
|
-
* @hidden
|
|
38
|
-
*/
|
|
39
|
-
export let DataChartDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
36
|
+
let DataChartDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
40
37
|
class DataChartDashboardTileFeature extends Base {
|
|
41
38
|
static register() {
|
|
42
39
|
DataChartDashboardTileFeature.registerCore(DashboardTile.bu.context);
|
|
@@ -74,3 +71,4 @@ export let DataChartDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
|
74
71
|
DataChartDashboardTileFeature.$t = /*@__PURE__*/ markType(DataChartDashboardTileFeature, 'DataChartDashboardTileFeature');
|
|
75
72
|
return DataChartDashboardTileFeature;
|
|
76
73
|
})();
|
|
74
|
+
export { DataChartDashboardTileFeature };
|
|
@@ -88,10 +88,7 @@ import { ItemLegendDescription } from "igniteui-webcomponents-core";
|
|
|
88
88
|
import { LegendDescription } from "igniteui-webcomponents-core";
|
|
89
89
|
import { truncate, log10 } from "igniteui-webcomponents-core";
|
|
90
90
|
import { stringReplace } from "igniteui-webcomponents-core";
|
|
91
|
-
|
|
92
|
-
* @hidden
|
|
93
|
-
*/
|
|
94
|
-
export let DataSeriesToDescriptionAdapter = /*@__PURE__*/ (() => {
|
|
91
|
+
let DataSeriesToDescriptionAdapter = /*@__PURE__*/ (() => {
|
|
95
92
|
class DataSeriesToDescriptionAdapter extends Base {
|
|
96
93
|
constructor(a) {
|
|
97
94
|
super();
|
|
@@ -1569,3 +1566,4 @@ export let DataSeriesToDescriptionAdapter = /*@__PURE__*/ (() => {
|
|
|
1569
1566
|
DataSeriesToDescriptionAdapter.$t = /*@__PURE__*/ markType(DataSeriesToDescriptionAdapter, 'DataSeriesToDescriptionAdapter');
|
|
1570
1567
|
return DataSeriesToDescriptionAdapter;
|
|
1571
1568
|
})();
|
|
1569
|
+
export { DataSeriesToDescriptionAdapter };
|
|
@@ -9,10 +9,7 @@ import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
|
9
9
|
import { DataSeriesAxisType_$type } from "igniteui-webcomponents-core";
|
|
10
10
|
import { DataSeriesType_$type } from "igniteui-webcomponents-core";
|
|
11
11
|
import { Guid } from "igniteui-webcomponents-core";
|
|
12
|
-
|
|
13
|
-
* @hidden
|
|
14
|
-
*/
|
|
15
|
-
export let DataSeriesToDescriptionAdapterResult = /*@__PURE__*/ (() => {
|
|
12
|
+
let DataSeriesToDescriptionAdapterResult = /*@__PURE__*/ (() => {
|
|
16
13
|
class DataSeriesToDescriptionAdapterResult extends Base {
|
|
17
14
|
constructor(a) {
|
|
18
15
|
super();
|
|
@@ -144,3 +141,4 @@ export let DataSeriesToDescriptionAdapterResult = /*@__PURE__*/ (() => {
|
|
|
144
141
|
DataSeriesToDescriptionAdapterResult.$t = /*@__PURE__*/ markType(DataSeriesToDescriptionAdapterResult, 'DataSeriesToDescriptionAdapterResult');
|
|
145
142
|
return DataSeriesToDescriptionAdapterResult;
|
|
146
143
|
})();
|
|
144
|
+
export { DataSeriesToDescriptionAdapterResult };
|
|
@@ -6,10 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { Base, String_$type, Delegate_$type, markType } from "igniteui-webcomponents-core";
|
|
8
8
|
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
9
|
-
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export let DataSeriesToDescriptionAdapterSettings = /*@__PURE__*/ (() => {
|
|
9
|
+
let DataSeriesToDescriptionAdapterSettings = /*@__PURE__*/ (() => {
|
|
13
10
|
class DataSeriesToDescriptionAdapterSettings extends Base {
|
|
14
11
|
constructor() {
|
|
15
12
|
super(...arguments);
|
|
@@ -83,3 +80,4 @@ export let DataSeriesToDescriptionAdapterSettings = /*@__PURE__*/ (() => {
|
|
|
83
80
|
DataSeriesToDescriptionAdapterSettings.$t = /*@__PURE__*/ markType(DataSeriesToDescriptionAdapterSettings, 'DataSeriesToDescriptionAdapterSettings');
|
|
84
81
|
return DataSeriesToDescriptionAdapterSettings;
|
|
85
82
|
})();
|
|
83
|
+
export { DataSeriesToDescriptionAdapterSettings };
|
|
@@ -10,10 +10,7 @@ import { List$1 } from "igniteui-webcomponents-core";
|
|
|
10
10
|
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
11
11
|
import { HashSet$1 } from "igniteui-webcomponents-core";
|
|
12
12
|
import { stringReplace } from "igniteui-webcomponents-core";
|
|
13
|
-
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
export let DataSeriesToDescriptionCustomizations = /*@__PURE__*/ (() => {
|
|
13
|
+
let DataSeriesToDescriptionCustomizations = /*@__PURE__*/ (() => {
|
|
17
14
|
class DataSeriesToDescriptionCustomizations extends Base {
|
|
18
15
|
constructor(a) {
|
|
19
16
|
super();
|
|
@@ -183,3 +180,4 @@ export let DataSeriesToDescriptionCustomizations = /*@__PURE__*/ (() => {
|
|
|
183
180
|
DataSeriesToDescriptionCustomizations.$t = /*@__PURE__*/ markType(DataSeriesToDescriptionCustomizations, 'DataSeriesToDescriptionCustomizations');
|
|
184
181
|
return DataSeriesToDescriptionCustomizations;
|
|
185
182
|
})();
|
|
183
|
+
export { DataSeriesToDescriptionCustomizations };
|
|
@@ -6,10 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
8
|
import { TypeDescriptionContext } from "igniteui-webcomponents-core";
|
|
9
|
-
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export let DescriptionValueLookupHelper = /*@__PURE__*/ (() => {
|
|
9
|
+
let DescriptionValueLookupHelper = /*@__PURE__*/ (() => {
|
|
13
10
|
class DescriptionValueLookupHelper extends Base {
|
|
14
11
|
static get b() {
|
|
15
12
|
if (DescriptionValueLookupHelper.a == null) {
|
|
@@ -36,3 +33,4 @@ export let DescriptionValueLookupHelper = /*@__PURE__*/ (() => {
|
|
|
36
33
|
DescriptionValueLookupHelper.a = null;
|
|
37
34
|
return DescriptionValueLookupHelper;
|
|
38
35
|
})();
|
|
36
|
+
export { DescriptionValueLookupHelper };
|
|
@@ -8,10 +8,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
|
|
|
8
8
|
import { DashboardTile } from "./DashboardTile";
|
|
9
9
|
import { DashboardTileCommonFeature } from "./DashboardTileCommonFeature";
|
|
10
10
|
import { GeographicMapDescriptionModule } from "igniteui-webcomponents-core";
|
|
11
|
-
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export let GeographicMapDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
11
|
+
let GeographicMapDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
15
12
|
class GeographicMapDashboardTileFeature extends Base {
|
|
16
13
|
static register() {
|
|
17
14
|
GeographicMapDashboardTileFeature.registerCore(DashboardTile.bu.context);
|
|
@@ -24,3 +21,4 @@ export let GeographicMapDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
|
24
21
|
GeographicMapDashboardTileFeature.$t = /*@__PURE__*/ markType(GeographicMapDashboardTileFeature, 'GeographicMapDashboardTileFeature');
|
|
25
22
|
return GeographicMapDashboardTileFeature;
|
|
26
23
|
})();
|
|
24
|
+
export { GeographicMapDashboardTileFeature };
|
|
@@ -8,10 +8,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
|
|
|
8
8
|
import { DashboardTile } from "./DashboardTile";
|
|
9
9
|
import { DashboardTileCommonFeature } from "./DashboardTileCommonFeature";
|
|
10
10
|
import { LinearGaugeDescriptionModule } from "igniteui-webcomponents-core";
|
|
11
|
-
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export let LinearGaugeDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
11
|
+
let LinearGaugeDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
15
12
|
class LinearGaugeDashboardTileFeature extends Base {
|
|
16
13
|
static register() {
|
|
17
14
|
LinearGaugeDashboardTileFeature.registerCore(DashboardTile.bu.context);
|
|
@@ -24,3 +21,4 @@ export let LinearGaugeDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
|
24
21
|
LinearGaugeDashboardTileFeature.$t = /*@__PURE__*/ markType(LinearGaugeDashboardTileFeature, 'LinearGaugeDashboardTileFeature');
|
|
25
22
|
return LinearGaugeDashboardTileFeature;
|
|
26
23
|
})();
|
|
24
|
+
export { LinearGaugeDashboardTileFeature };
|
|
@@ -9,10 +9,7 @@ import { DashboardTile } from "./DashboardTile";
|
|
|
9
9
|
import { DashboardTileCommonFeature } from "./DashboardTileCommonFeature";
|
|
10
10
|
import { DataPieChartDescriptionModule } from "igniteui-webcomponents-core";
|
|
11
11
|
import { DataPieChartToolbarDescriptionModule } from "igniteui-webcomponents-core";
|
|
12
|
-
|
|
13
|
-
* @hidden
|
|
14
|
-
*/
|
|
15
|
-
export let PieChartDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
12
|
+
let PieChartDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
16
13
|
class PieChartDashboardTileFeature extends Base {
|
|
17
14
|
static register() {
|
|
18
15
|
PieChartDashboardTileFeature.registerCore(DashboardTile.bu.context);
|
|
@@ -26,3 +23,4 @@ export let PieChartDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
|
26
23
|
PieChartDashboardTileFeature.$t = /*@__PURE__*/ markType(PieChartDashboardTileFeature, 'PieChartDashboardTileFeature');
|
|
27
24
|
return PieChartDashboardTileFeature;
|
|
28
25
|
})();
|
|
26
|
+
export { PieChartDashboardTileFeature };
|
|
@@ -8,10 +8,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
|
|
|
8
8
|
import { DashboardTile } from "./DashboardTile";
|
|
9
9
|
import { DashboardTileCommonFeature } from "./DashboardTileCommonFeature";
|
|
10
10
|
import { RadialGaugeDescriptionModule } from "igniteui-webcomponents-core";
|
|
11
|
-
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export let RadialGaugeDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
11
|
+
let RadialGaugeDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
15
12
|
class RadialGaugeDashboardTileFeature extends Base {
|
|
16
13
|
static register() {
|
|
17
14
|
RadialGaugeDashboardTileFeature.registerCore(DashboardTile.bu.context);
|
|
@@ -24,3 +21,4 @@ export let RadialGaugeDashboardTileFeature = /*@__PURE__*/ (() => {
|
|
|
24
21
|
RadialGaugeDashboardTileFeature.$t = /*@__PURE__*/ markType(RadialGaugeDashboardTileFeature, 'RadialGaugeDashboardTileFeature');
|
|
25
22
|
return RadialGaugeDashboardTileFeature;
|
|
26
23
|
})();
|
|
24
|
+
export { RadialGaugeDashboardTileFeature };
|
|
@@ -5,10 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export let ValueGetterResult = /*@__PURE__*/ (() => {
|
|
8
|
+
let ValueGetterResult = /*@__PURE__*/ (() => {
|
|
12
9
|
class ValueGetterResult extends Base {
|
|
13
10
|
get value() {
|
|
14
11
|
return this._value;
|
|
@@ -33,3 +30,4 @@ export let ValueGetterResult = /*@__PURE__*/ (() => {
|
|
|
33
30
|
ValueGetterResult.$t = /*@__PURE__*/ markType(ValueGetterResult, 'ValueGetterResult');
|
|
34
31
|
return ValueGetterResult;
|
|
35
32
|
})();
|
|
33
|
+
export { ValueGetterResult };
|
|
@@ -29,7 +29,7 @@ import { IgcTrendLineTypeCollection } from "igniteui-webcomponents-charts";
|
|
|
29
29
|
import { TrendLineTypeCollection as TrendLineTypeCollection_internal } from "igniteui-webcomponents-charts";
|
|
30
30
|
import { IgcUserAnnotationInformationEventArgs } from "igniteui-webcomponents-charts";
|
|
31
31
|
import { IgcUserAnnotationToolTipContentUpdatingEventArgs } from "igniteui-webcomponents-charts";
|
|
32
|
-
|
|
32
|
+
let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
33
33
|
class IgcDashboardTileComponent extends IgcHTMLElement {
|
|
34
34
|
set height(value) {
|
|
35
35
|
this._height = value;
|
|
@@ -1314,3 +1314,4 @@ export let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
1314
1314
|
IgcDashboardTileComponent._isElementRegistered = false;
|
|
1315
1315
|
return IgcDashboardTileComponent;
|
|
1316
1316
|
})();
|
|
1317
|
+
export { IgcDashboardTileComponent };
|
|
@@ -3,7 +3,7 @@ import { DashboardTileCustomization } from "./DashboardTileCustomization";
|
|
|
3
3
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
4
4
|
import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureBool, initializePropertiesFromCss } from "igniteui-webcomponents-core";
|
|
5
5
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
6
|
-
|
|
6
|
+
let IgcDashboardTileCustomizationComponent = /*@__PURE__*/ (() => {
|
|
7
7
|
class IgcDashboardTileCustomizationComponent extends IgcHTMLElement {
|
|
8
8
|
createImplementation() {
|
|
9
9
|
return new DashboardTileCustomization();
|
|
@@ -263,3 +263,4 @@ export let IgcDashboardTileCustomizationComponent = /*@__PURE__*/ (() => {
|
|
|
263
263
|
IgcDashboardTileCustomizationComponent._isElementRegistered = false;
|
|
264
264
|
return IgcDashboardTileCustomizationComponent;
|
|
265
265
|
})();
|
|
266
|
+
export { IgcDashboardTileCustomizationComponent };
|
|
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
|
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
12
|
-
var DashboardTileChangingContentEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
12
|
+
export var DashboardTileChangingContentEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
13
|
__extends(DashboardTileChangingContentEventArgs, _super);
|
|
14
14
|
function DashboardTileChangingContentEventArgs() {
|
|
15
15
|
var _this = _super.call(this) || this;
|
|
@@ -29,4 +29,3 @@ var DashboardTileChangingContentEventArgs = /** @class */ /*@__PURE__*/ (functio
|
|
|
29
29
|
DashboardTileChangingContentEventArgs.$t = markType(DashboardTileChangingContentEventArgs, 'DashboardTileChangingContentEventArgs');
|
|
30
30
|
return DashboardTileChangingContentEventArgs;
|
|
31
31
|
}(Base));
|
|
32
|
-
export { DashboardTileChangingContentEventArgs };
|
|
@@ -19,7 +19,7 @@ import { NativeUIGridFactory } from "igniteui-webcomponents-data-grids";
|
|
|
19
19
|
/**
|
|
20
20
|
* @hidden
|
|
21
21
|
*/
|
|
22
|
-
var DashboardTileCommonFeature = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
22
|
+
export var DashboardTileCommonFeature = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
23
23
|
__extends(DashboardTileCommonFeature, _super);
|
|
24
24
|
function DashboardTileCommonFeature() {
|
|
25
25
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -40,4 +40,3 @@ var DashboardTileCommonFeature = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
40
40
|
DashboardTileCommonFeature.$t = markType(DashboardTileCommonFeature, 'DashboardTileCommonFeature');
|
|
41
41
|
return DashboardTileCommonFeature;
|
|
42
42
|
}(Base));
|
|
43
|
-
export { DashboardTileCommonFeature };
|
|
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
|
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
12
|
-
var DashboardTileFilterStringErrorsParsingEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
12
|
+
export var DashboardTileFilterStringErrorsParsingEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
13
|
__extends(DashboardTileFilterStringErrorsParsingEventArgs, _super);
|
|
14
14
|
function DashboardTileFilterStringErrorsParsingEventArgs() {
|
|
15
15
|
var _this = _super.call(this) || this;
|
|
@@ -40,4 +40,3 @@ var DashboardTileFilterStringErrorsParsingEventArgs = /** @class */ /*@__PURE__*
|
|
|
40
40
|
DashboardTileFilterStringErrorsParsingEventArgs.$t = markType(DashboardTileFilterStringErrorsParsingEventArgs, 'DashboardTileFilterStringErrorsParsingEventArgs');
|
|
41
41
|
return DashboardTileFilterStringErrorsParsingEventArgs;
|
|
42
42
|
}(Base));
|
|
43
|
-
export { DashboardTileFilterStringErrorsParsingEventArgs };
|
|
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
|
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
12
|
-
var DashboardTileGalleryIconInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
12
|
+
export var DashboardTileGalleryIconInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
13
|
__extends(DashboardTileGalleryIconInfo, _super);
|
|
14
14
|
function DashboardTileGalleryIconInfo() {
|
|
15
15
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -21,4 +21,3 @@ var DashboardTileGalleryIconInfo = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
21
21
|
DashboardTileGalleryIconInfo.$t = markType(DashboardTileGalleryIconInfo, 'DashboardTileGalleryIconInfo');
|
|
22
22
|
return DashboardTileGalleryIconInfo;
|
|
23
23
|
}(Base));
|
|
24
|
-
export { DashboardTileGalleryIconInfo };
|
|
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
|
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
13
|
-
var DashboardTileGroupDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
export var DashboardTileGroupDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(DashboardTileGroupDescription, _super);
|
|
15
15
|
function DashboardTileGroupDescription(a) {
|
|
16
16
|
var _rest = [];
|
|
@@ -56,4 +56,3 @@ var DashboardTileGroupDescription = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
56
56
|
DashboardTileGroupDescription.$t = markType(DashboardTileGroupDescription, 'DashboardTileGroupDescription', DashboardTileSortDescription.$);
|
|
57
57
|
return DashboardTileGroupDescription;
|
|
58
58
|
}(DashboardTileSortDescription));
|
|
59
|
-
export { DashboardTileGroupDescription };
|
|
@@ -12,7 +12,7 @@ import { SortDescription } from "igniteui-webcomponents-core";
|
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
15
|
-
var DashboardTileGroupDescriptionCollection = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
export var DashboardTileGroupDescriptionCollection = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
16
|
__extends(DashboardTileGroupDescriptionCollection, _super);
|
|
17
17
|
function DashboardTileGroupDescriptionCollection() {
|
|
18
18
|
var _this = _super.call(this) || this;
|
|
@@ -91,4 +91,3 @@ var DashboardTileGroupDescriptionCollection = /** @class */ /*@__PURE__*/ (funct
|
|
|
91
91
|
DashboardTileGroupDescriptionCollection.$t = markType(DashboardTileGroupDescriptionCollection, 'DashboardTileGroupDescriptionCollection');
|
|
92
92
|
return DashboardTileGroupDescriptionCollection;
|
|
93
93
|
}(Base));
|
|
94
|
-
export { DashboardTileGroupDescriptionCollection };
|
|
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
|
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
12
|
-
var DashboardTilePrimitiveValueWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
12
|
+
export var DashboardTilePrimitiveValueWrapper = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
13
|
__extends(DashboardTilePrimitiveValueWrapper, _super);
|
|
14
14
|
function DashboardTilePrimitiveValueWrapper() {
|
|
15
15
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -19,4 +19,3 @@ var DashboardTilePrimitiveValueWrapper = /** @class */ /*@__PURE__*/ (function (
|
|
|
19
19
|
DashboardTilePrimitiveValueWrapper.$t = markType(DashboardTilePrimitiveValueWrapper, 'DashboardTilePrimitiveValueWrapper');
|
|
20
20
|
return DashboardTilePrimitiveValueWrapper;
|
|
21
21
|
}(Base));
|
|
22
|
-
export { DashboardTilePrimitiveValueWrapper };
|
|
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
|
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
12
|
-
var DashboardTileSortDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
12
|
+
export var DashboardTileSortDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
13
|
__extends(DashboardTileSortDescription, _super);
|
|
14
14
|
function DashboardTileSortDescription(a) {
|
|
15
15
|
var _rest = [];
|
|
@@ -72,4 +72,3 @@ var DashboardTileSortDescription = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
72
72
|
DashboardTileSortDescription.$t = markType(DashboardTileSortDescription, 'DashboardTileSortDescription');
|
|
73
73
|
return DashboardTileSortDescription;
|
|
74
74
|
}(Base));
|
|
75
|
-
export { DashboardTileSortDescription };
|
|
@@ -12,7 +12,7 @@ import { SortDescription } from "igniteui-webcomponents-core";
|
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
15
|
-
var DashboardTileSortDescriptionCollection = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
export var DashboardTileSortDescriptionCollection = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
16
|
__extends(DashboardTileSortDescriptionCollection, _super);
|
|
17
17
|
function DashboardTileSortDescriptionCollection() {
|
|
18
18
|
var _this = _super.call(this) || this;
|
|
@@ -107,4 +107,3 @@ var DashboardTileSortDescriptionCollection = /** @class */ /*@__PURE__*/ (functi
|
|
|
107
107
|
DashboardTileSortDescriptionCollection.$t = markType(DashboardTileSortDescriptionCollection, 'DashboardTileSortDescriptionCollection');
|
|
108
108
|
return DashboardTileSortDescriptionCollection;
|
|
109
109
|
}(Base));
|
|
110
|
-
export { DashboardTileSortDescriptionCollection };
|