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,38 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DataSourceSchemaPropertyType } from "igniteui-webcomponents-core";
|
|
3
|
+
import { DataSourceSummaryOperand } from "igniteui-webcomponents-core";
|
|
4
|
+
import { SummaryCalculator } from "igniteui-webcomponents-core";
|
|
5
|
+
import { SummaryDescription } from "igniteui-webcomponents-core";
|
|
6
|
+
import { ProvideCalculatorEventArgs } from "igniteui-webcomponents-core";
|
|
7
|
+
/**
|
|
8
|
+
* @hidden
|
|
9
|
+
*/
|
|
10
|
+
export declare class DashboardTileSummaryDescription extends Base {
|
|
11
|
+
static $t: Type;
|
|
12
|
+
constructor(a: number);
|
|
13
|
+
constructor(a: number, b: string);
|
|
14
|
+
constructor(a: number, b: string, c: DataSourceSummaryOperand);
|
|
15
|
+
constructor(a: number, ..._rest: any[]);
|
|
16
|
+
j: boolean;
|
|
17
|
+
a: DataSourceSchemaPropertyType;
|
|
18
|
+
private m;
|
|
19
|
+
get p(): string;
|
|
20
|
+
set p(a: string);
|
|
21
|
+
private b;
|
|
22
|
+
get c(): DataSourceSummaryOperand;
|
|
23
|
+
set c(a: DataSourceSummaryOperand);
|
|
24
|
+
n: string;
|
|
25
|
+
private e;
|
|
26
|
+
get f(): SummaryCalculator;
|
|
27
|
+
set f(a: SummaryCalculator);
|
|
28
|
+
private l;
|
|
29
|
+
get o(): string;
|
|
30
|
+
set o(a: string);
|
|
31
|
+
equals(a: any): boolean;
|
|
32
|
+
getHashCode(): number;
|
|
33
|
+
provideCalculator: (sender: any, args: ProvideCalculatorEventArgs) => void;
|
|
34
|
+
private g;
|
|
35
|
+
get h(): SummaryDescription;
|
|
36
|
+
set h(a: SummaryDescription);
|
|
37
|
+
private q;
|
|
38
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, runOn, delegateRemove, delegateCombine, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { MinSummaryCalculator } from "igniteui-webcomponents-core";
|
|
9
|
+
import { MaxSummaryCalculator } from "igniteui-webcomponents-core";
|
|
10
|
+
import { SumSummaryCalculator } from "igniteui-webcomponents-core";
|
|
11
|
+
import { AverageSummaryCalculator } from "igniteui-webcomponents-core";
|
|
12
|
+
import { CountSummaryCalculator } from "igniteui-webcomponents-core";
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
class DashboardTileSummaryDescription extends Base {
|
|
17
|
+
static { this.$t = markType(DashboardTileSummaryDescription, 'DashboardTileSummaryDescription'); }
|
|
18
|
+
constructor(a, ..._rest) {
|
|
19
|
+
super();
|
|
20
|
+
this.j = false;
|
|
21
|
+
this.a = 0;
|
|
22
|
+
this.m = null;
|
|
23
|
+
this.b = 0;
|
|
24
|
+
this.n = null;
|
|
25
|
+
this.e = null;
|
|
26
|
+
this.l = null;
|
|
27
|
+
this.provideCalculator = null;
|
|
28
|
+
this.g = null;
|
|
29
|
+
a = (a == void 0) ? 0 : a;
|
|
30
|
+
switch (a) {
|
|
31
|
+
case 0: break;
|
|
32
|
+
case 1:
|
|
33
|
+
{
|
|
34
|
+
let c = _rest[0];
|
|
35
|
+
this.p = c;
|
|
36
|
+
this.c = 4;
|
|
37
|
+
}
|
|
38
|
+
break;
|
|
39
|
+
case 2:
|
|
40
|
+
{
|
|
41
|
+
let c = _rest[0];
|
|
42
|
+
let d = _rest[1];
|
|
43
|
+
this.p = c;
|
|
44
|
+
this.c = d;
|
|
45
|
+
}
|
|
46
|
+
break;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
get p() {
|
|
50
|
+
return this.m;
|
|
51
|
+
}
|
|
52
|
+
set p(a) {
|
|
53
|
+
this.m = a;
|
|
54
|
+
}
|
|
55
|
+
get c() {
|
|
56
|
+
return this.b;
|
|
57
|
+
}
|
|
58
|
+
set c(a) {
|
|
59
|
+
this.b = a;
|
|
60
|
+
switch (this.b) {
|
|
61
|
+
case 0:
|
|
62
|
+
this.f = new MinSummaryCalculator();
|
|
63
|
+
break;
|
|
64
|
+
case 1:
|
|
65
|
+
this.f = new MaxSummaryCalculator();
|
|
66
|
+
break;
|
|
67
|
+
case 2:
|
|
68
|
+
this.f = new SumSummaryCalculator();
|
|
69
|
+
break;
|
|
70
|
+
case 3:
|
|
71
|
+
this.f = new AverageSummaryCalculator();
|
|
72
|
+
break;
|
|
73
|
+
case 4:
|
|
74
|
+
this.f = new CountSummaryCalculator();
|
|
75
|
+
break;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
get f() {
|
|
79
|
+
return this.e;
|
|
80
|
+
}
|
|
81
|
+
set f(a) {
|
|
82
|
+
this.e = a;
|
|
83
|
+
}
|
|
84
|
+
get o() {
|
|
85
|
+
return this.l;
|
|
86
|
+
}
|
|
87
|
+
set o(a) {
|
|
88
|
+
this.l = a;
|
|
89
|
+
}
|
|
90
|
+
equals(a) {
|
|
91
|
+
let b = a;
|
|
92
|
+
if (b == null) {
|
|
93
|
+
return super.equals(a);
|
|
94
|
+
}
|
|
95
|
+
return b.p == this.p && b.c == this.c;
|
|
96
|
+
}
|
|
97
|
+
getHashCode() {
|
|
98
|
+
return Base.getHashCodeStatic(this.p) * 17 + this.c;
|
|
99
|
+
}
|
|
100
|
+
get h() {
|
|
101
|
+
return this.g;
|
|
102
|
+
}
|
|
103
|
+
set h(a) {
|
|
104
|
+
let b = this.g;
|
|
105
|
+
if (b != null) {
|
|
106
|
+
b.provideCalculator = delegateRemove(b.provideCalculator, runOn(this, this.q));
|
|
107
|
+
}
|
|
108
|
+
this.g = a;
|
|
109
|
+
if (this.g != null) {
|
|
110
|
+
let c = this.g;
|
|
111
|
+
c.provideCalculator = delegateCombine(c.provideCalculator, runOn(this, this.q));
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
q(a, b) {
|
|
115
|
+
if (this.provideCalculator != null) {
|
|
116
|
+
this.provideCalculator(this, b);
|
|
117
|
+
this.f = b.a;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
export { DashboardTileSummaryDescription };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Base, IList$1, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DashboardTileSummaryDescription } from "./DashboardTileSummaryDescription";
|
|
3
|
+
import { SummaryDescriptionCollection } from "igniteui-webcomponents-core";
|
|
4
|
+
import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class DashboardTileSummaryDescriptionCollection extends Base {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
private f;
|
|
11
|
+
get i(): boolean;
|
|
12
|
+
set i(a: boolean);
|
|
13
|
+
constructor();
|
|
14
|
+
n(a: SummaryDescriptionCollection): void;
|
|
15
|
+
r(a: SummaryDescriptionCollection): void;
|
|
16
|
+
private d;
|
|
17
|
+
get e(): SummaryDescriptionCollection;
|
|
18
|
+
set e(a: SummaryDescriptionCollection);
|
|
19
|
+
g(a: DashboardTileSummaryDescription): boolean;
|
|
20
|
+
p(a: number, b: DashboardTileSummaryDescription): void;
|
|
21
|
+
o(): void;
|
|
22
|
+
get(a: number): DashboardTileSummaryDescription;
|
|
23
|
+
k(a: DashboardTileSummaryDescription): number;
|
|
24
|
+
h(a: DashboardTileSummaryDescription): boolean;
|
|
25
|
+
b(a: number): DashboardTileSummaryDescription;
|
|
26
|
+
set(a: number, b: DashboardTileSummaryDescription): DashboardTileSummaryDescription;
|
|
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<DashboardTileSummaryDescription>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
9
|
+
import { DashboardTileSummaryDescription } from "./DashboardTileSummaryDescription";
|
|
10
|
+
import { SummaryDescription } from "igniteui-webcomponents-core";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
class DashboardTileSummaryDescriptionCollection extends Base {
|
|
15
|
+
static { this.$t = markType(DashboardTileSummaryDescriptionCollection, 'DashboardTileSummaryDescriptionCollection'); }
|
|
16
|
+
get i() {
|
|
17
|
+
return this.f.shouldDetachOnTargetChange;
|
|
18
|
+
}
|
|
19
|
+
set i(a) {
|
|
20
|
+
this.f.shouldDetachOnTargetChange = a;
|
|
21
|
+
}
|
|
22
|
+
constructor() {
|
|
23
|
+
super();
|
|
24
|
+
this.f = new SyncableObservableCollection$2(DashboardTileSummaryDescription.$, SummaryDescription.$, 0);
|
|
25
|
+
this.d = null;
|
|
26
|
+
let a = this.f;
|
|
27
|
+
a.compare = (b, c) => b.p == c.propertyName && b.c == c.operand && b.f == c.calculator && b.n == c.alias && b.h == c;
|
|
28
|
+
a.createFrom = (b) => {
|
|
29
|
+
let c = new DashboardTileSummaryDescription(1, b.propertyName);
|
|
30
|
+
c.c = b.operand;
|
|
31
|
+
c.f = b.calculator;
|
|
32
|
+
c.n = b.alias;
|
|
33
|
+
c.h = b;
|
|
34
|
+
return c;
|
|
35
|
+
};
|
|
36
|
+
a.createTo = (b) => {
|
|
37
|
+
let c = new SummaryDescription(1, b.p);
|
|
38
|
+
c.operand = b.c;
|
|
39
|
+
c.calculator = b.f;
|
|
40
|
+
c.alias = b.n;
|
|
41
|
+
b.h = c;
|
|
42
|
+
return c;
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
n(a) {
|
|
46
|
+
this.f.addOneWayTarget(a.g());
|
|
47
|
+
}
|
|
48
|
+
r(a) {
|
|
49
|
+
this.f.removeOneWayTarget(a.g());
|
|
50
|
+
}
|
|
51
|
+
get e() {
|
|
52
|
+
return this.d;
|
|
53
|
+
}
|
|
54
|
+
set e(a) {
|
|
55
|
+
if (a == null) {
|
|
56
|
+
this.f.syncTarget = null;
|
|
57
|
+
this.d = null;
|
|
58
|
+
return;
|
|
59
|
+
}
|
|
60
|
+
this.d = a;
|
|
61
|
+
this.f.syncTarget = this.d.g();
|
|
62
|
+
}
|
|
63
|
+
g(a) {
|
|
64
|
+
return this.f.add(a);
|
|
65
|
+
}
|
|
66
|
+
p(a, b) {
|
|
67
|
+
this.f.add1(a, b);
|
|
68
|
+
}
|
|
69
|
+
o() {
|
|
70
|
+
this.f.clear();
|
|
71
|
+
}
|
|
72
|
+
get(a) {
|
|
73
|
+
return this.f.get(a);
|
|
74
|
+
}
|
|
75
|
+
k(a) {
|
|
76
|
+
return this.f.indexOf(a);
|
|
77
|
+
}
|
|
78
|
+
h(a) {
|
|
79
|
+
return this.f.remove1(a);
|
|
80
|
+
}
|
|
81
|
+
b(a) {
|
|
82
|
+
return this.f.remove(a);
|
|
83
|
+
}
|
|
84
|
+
set(a, b) {
|
|
85
|
+
return this.f.set(a, b);
|
|
86
|
+
}
|
|
87
|
+
size() {
|
|
88
|
+
return this.f.size();
|
|
89
|
+
}
|
|
90
|
+
m(a) {
|
|
91
|
+
this.f.addListener(a);
|
|
92
|
+
}
|
|
93
|
+
q(a) {
|
|
94
|
+
this.f.removeListener(a);
|
|
95
|
+
}
|
|
96
|
+
get j() {
|
|
97
|
+
return this.f.all;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
export { DashboardTileSummaryDescriptionCollection };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DashboardTileToolbarProvider } 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 { DashboardTileToolbarProvider } from "./DashboardTileView_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DashboardTileView } 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 { DashboardTileView } from "./DashboardTileView_combined";
|