igniteui-angular-core 20.0.2-beta.1 → 20.0.2-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/bundles/igniteui-angular-core.umd.js +448 -353
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/{AzureMapsMapImageryDescription.js → AzureMapsImageryDescription.js} +5 -5
- package/esm2015/lib/AzureMapsImageryDescriptionMetadata.js +45 -0
- package/esm2015/lib/{AzureMapsMapImageryDescriptionModule.js → AzureMapsImageryDescriptionModule.js} +6 -6
- package/esm2015/lib/BrushCollection.js +2 -2
- package/esm2015/lib/ComponentRenderer_combined.js +2 -2
- package/esm2015/lib/GridConditionalStylePropertyDescription.js +109 -53
- package/esm2015/lib/GridConditionalStylePropertyDescriptionMetadata.js +10 -1
- package/esm2015/lib/LegendBaseDescription.js +3 -3
- package/esm2015/lib/LegendBaseDescriptionMetadata.js +3 -3
- package/esm2015/lib/{LegendSizeChangedEventArgsDescription.js → LegendTextContentChangedEventArgsDescription.js} +5 -5
- package/esm2015/lib/LegendTextContentChangedEventArgsDescriptionMetadata.js +36 -0
- package/esm2015/lib/PlatformAPIHelper.js +16 -1
- package/esm2015/lib/XamMultiScaleImageView_combined.js +98 -110
- package/esm2015/public_api.js +5 -5
- package/esm5/lib/{AzureMapsMapImageryDescription.js → AzureMapsImageryDescription.js} +14 -14
- package/esm5/lib/AzureMapsImageryDescriptionMetadata.js +49 -0
- package/esm5/lib/{AzureMapsMapImageryDescriptionModule.js → AzureMapsImageryDescriptionModule.js} +9 -9
- package/esm5/lib/BrushCollection.js +2 -2
- package/esm5/lib/ComponentRenderer_combined.js +2 -2
- package/esm5/lib/GridConditionalStylePropertyDescription.js +135 -51
- package/esm5/lib/GridConditionalStylePropertyDescriptionMetadata.js +10 -1
- package/esm5/lib/LegendBaseDescription.js +2 -2
- package/esm5/lib/LegendBaseDescriptionMetadata.js +3 -3
- package/esm5/lib/{LegendSizeChangedEventArgsDescription.js → LegendTextContentChangedEventArgsDescription.js} +9 -9
- package/esm5/lib/LegendTextContentChangedEventArgsDescriptionMetadata.js +40 -0
- package/esm5/lib/PlatformAPIHelper.js +16 -1
- package/esm5/lib/XamMultiScaleImageView_combined.js +97 -109
- package/esm5/public_api.js +5 -5
- package/fesm2015/igniteui-angular-core.js +377 -310
- package/fesm5/igniteui-angular-core.js +444 -349
- package/lib/{AzureMapsMapImageryDescription.d.ts → AzureMapsImageryDescription.d.ts} +1 -1
- package/lib/{AzureMapsMapImageryDescriptionMetadata.d.ts → AzureMapsImageryDescriptionMetadata.d.ts} +1 -1
- package/lib/{AzureMapsMapImageryDescriptionModule.d.ts → AzureMapsImageryDescriptionModule.d.ts} +1 -1
- package/lib/ComponentRenderer_combined.d.ts +2 -2
- package/lib/GridConditionalStylePropertyDescription.d.ts +40 -18
- package/lib/IChartLegend.d.ts +1 -0
- package/lib/LegendBaseDescription.d.ts +2 -2
- package/lib/{LegendSizeChangedEventArgsDescription.d.ts → LegendTextContentChangedEventArgsDescription.d.ts} +1 -1
- package/lib/{LegendSizeChangedEventArgsDescriptionMetadata.d.ts → LegendTextContentChangedEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/XamMultiScaleImageView_combined.d.ts +36 -40
- package/package.json +2 -2
- package/public_api.d.ts +5 -5
- package/esm2015/lib/AzureMapsMapImageryDescriptionMetadata.js +0 -45
- package/esm2015/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +0 -36
- package/esm5/lib/AzureMapsMapImageryDescriptionMetadata.js +0 -49
- package/esm5/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +0 -40
|
@@ -3,7 +3,7 @@ import { Type } from "./type";
|
|
|
3
3
|
/**
|
|
4
4
|
* @hidden
|
|
5
5
|
*/
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class AzureMapsImageryDescription extends GeographicMapImageryDescription {
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
package/lib/{AzureMapsMapImageryDescriptionMetadata.d.ts → AzureMapsImageryDescriptionMetadata.d.ts}
RENAMED
|
@@ -4,7 +4,7 @@ import { Dictionary$2 } from "./Dictionary$2";
|
|
|
4
4
|
/**
|
|
5
5
|
* @hidden
|
|
6
6
|
*/
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class AzureMapsImageryDescriptionMetadata extends Base {
|
|
8
8
|
static $t: Type;
|
|
9
9
|
private static a;
|
|
10
10
|
private static b;
|
package/lib/{AzureMapsMapImageryDescriptionModule.d.ts → AzureMapsImageryDescriptionModule.d.ts}
RENAMED
|
@@ -3,7 +3,7 @@ import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
|
3
3
|
/**
|
|
4
4
|
* @hidden
|
|
5
5
|
*/
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class AzureMapsImageryDescriptionModule extends Base {
|
|
7
7
|
static $t: Type;
|
|
8
8
|
static register(a: TypeDescriptionContext): void;
|
|
9
9
|
}
|
|
@@ -100,8 +100,8 @@ export declare class ComponentRenderer extends Base {
|
|
|
100
100
|
private eh;
|
|
101
101
|
getTargetValue(a: string, b: string, c: any): any;
|
|
102
102
|
setTargetValue(a: string, b: string, c: any, d: any, e: any): void;
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
executeMethod(a: any, b: string, c: (arg1: string) => void): void;
|
|
104
|
+
executeMethodWithBuilder(a: any, b: ComponentRendererMethodHelperBuilder, c: (arg1: string) => void): void;
|
|
105
105
|
private ci;
|
|
106
106
|
static bm(a: any): number;
|
|
107
107
|
private c3;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Description } from "./Description";
|
|
2
2
|
import { FilterExpressionDescription } from "./FilterExpressionDescription";
|
|
3
|
+
import { GridConditionalStyleFontInfoDescription } from "./GridConditionalStyleFontInfoDescription";
|
|
3
4
|
import { Type } from "./type";
|
|
4
5
|
/**
|
|
5
6
|
* @hidden
|
|
@@ -9,22 +10,22 @@ export declare class GridConditionalStylePropertyDescription extends Description
|
|
|
9
10
|
protected get_type(): string;
|
|
10
11
|
get type(): string;
|
|
11
12
|
constructor();
|
|
12
|
-
private
|
|
13
|
+
private a0;
|
|
13
14
|
get stylingType(): string;
|
|
14
15
|
set stylingType(a: string);
|
|
15
|
-
private
|
|
16
|
+
private ax;
|
|
16
17
|
get minimumType(): string;
|
|
17
18
|
set minimumType(a: string);
|
|
18
|
-
private
|
|
19
|
+
private at;
|
|
19
20
|
get maximumType(): string;
|
|
20
21
|
set maximumType(a: string);
|
|
21
|
-
private
|
|
22
|
+
private ay;
|
|
22
23
|
get propertyName(): string;
|
|
23
24
|
set propertyName(a: string);
|
|
24
25
|
private n;
|
|
25
26
|
get inputValueExpression(): FilterExpressionDescription;
|
|
26
27
|
set inputValueExpression(a: FilterExpressionDescription);
|
|
27
|
-
private
|
|
28
|
+
private ap;
|
|
28
29
|
get inputValueExpressionString(): string;
|
|
29
30
|
set inputValueExpressionString(a: string);
|
|
30
31
|
private j;
|
|
@@ -33,7 +34,7 @@ export declare class GridConditionalStylePropertyDescription extends Description
|
|
|
33
34
|
private p;
|
|
34
35
|
get minimumInputValueExpression(): FilterExpressionDescription;
|
|
35
36
|
set minimumInputValueExpression(a: FilterExpressionDescription);
|
|
36
|
-
private
|
|
37
|
+
private av;
|
|
37
38
|
get minimumInputValueExpressionString(): string;
|
|
38
39
|
set minimumInputValueExpressionString(a: string);
|
|
39
40
|
private l;
|
|
@@ -42,7 +43,7 @@ export declare class GridConditionalStylePropertyDescription extends Description
|
|
|
42
43
|
private o;
|
|
43
44
|
get maximumInputValueExpression(): FilterExpressionDescription;
|
|
44
45
|
set maximumInputValueExpression(a: FilterExpressionDescription);
|
|
45
|
-
private
|
|
46
|
+
private ar;
|
|
46
47
|
get maximumInputValueExpressionString(): string;
|
|
47
48
|
set maximumInputValueExpressionString(a: string);
|
|
48
49
|
private k;
|
|
@@ -51,40 +52,61 @@ export declare class GridConditionalStylePropertyDescription extends Description
|
|
|
51
52
|
private q;
|
|
52
53
|
get sumInputValueExpression(): FilterExpressionDescription;
|
|
53
54
|
set sumInputValueExpression(a: FilterExpressionDescription);
|
|
54
|
-
private
|
|
55
|
+
private a1;
|
|
55
56
|
get sumInputValueExpressionString(): string;
|
|
56
57
|
set sumInputValueExpressionString(a: string);
|
|
57
58
|
private m;
|
|
58
59
|
get actualSumInputValueExpression(): FilterExpressionDescription;
|
|
59
60
|
set actualSumInputValueExpression(a: FilterExpressionDescription);
|
|
60
|
-
private
|
|
61
|
-
get
|
|
62
|
-
set
|
|
61
|
+
private ah;
|
|
62
|
+
get doubleValue(): number;
|
|
63
|
+
set doubleValue(a: number);
|
|
64
|
+
private aj;
|
|
65
|
+
get intValue(): number;
|
|
66
|
+
set intValue(a: number);
|
|
67
|
+
private ab;
|
|
68
|
+
get boolValue(): boolean;
|
|
69
|
+
set boolValue(a: boolean);
|
|
70
|
+
private af;
|
|
71
|
+
get dateValue(): Date;
|
|
72
|
+
set dateValue(a: Date);
|
|
63
73
|
private z;
|
|
74
|
+
get fontValue(): GridConditionalStyleFontInfoDescription;
|
|
75
|
+
set fontValue(a: GridConditionalStyleFontInfoDescription);
|
|
76
|
+
private al;
|
|
77
|
+
get objectValue(): any;
|
|
78
|
+
set objectValue(a: any);
|
|
79
|
+
private az;
|
|
80
|
+
get stringValue(): string;
|
|
81
|
+
set stringValue(a: string);
|
|
82
|
+
private an;
|
|
83
|
+
get brushValue(): string;
|
|
84
|
+
set brushValue(a: string);
|
|
85
|
+
private ac;
|
|
64
86
|
get shouldSetValue(): boolean;
|
|
65
87
|
set shouldSetValue(a: boolean);
|
|
66
|
-
private
|
|
88
|
+
private au;
|
|
67
89
|
get minimumColor(): string;
|
|
68
90
|
set minimumColor(a: string);
|
|
69
|
-
private
|
|
91
|
+
private aq;
|
|
70
92
|
get maximumColor(): string;
|
|
71
93
|
set maximumColor(a: string);
|
|
72
|
-
private
|
|
94
|
+
private aw;
|
|
73
95
|
get minimumInputValueRef(): string;
|
|
74
96
|
set minimumInputValueRef(a: string);
|
|
75
|
-
private
|
|
97
|
+
private as;
|
|
76
98
|
get maximumInputValueRef(): string;
|
|
77
99
|
set maximumInputValueRef(a: string);
|
|
78
|
-
private
|
|
100
|
+
private a2;
|
|
79
101
|
get sumInputValueRef(): string;
|
|
80
102
|
set sumInputValueRef(a: string);
|
|
81
103
|
private h;
|
|
82
104
|
get colorCollection(): string[];
|
|
83
105
|
set colorCollection(a: string[]);
|
|
84
|
-
private
|
|
106
|
+
private a3;
|
|
85
107
|
get valueCollectionRef(): string;
|
|
86
108
|
set valueCollectionRef(a: string);
|
|
87
|
-
private
|
|
109
|
+
private ao;
|
|
88
110
|
get filterStringErrorsParsingRef(): string;
|
|
89
111
|
set filterStringErrorsParsingRef(a: string);
|
|
90
112
|
}
|
package/lib/IChartLegend.d.ts
CHANGED
|
@@ -27,6 +27,6 @@ export declare abstract class LegendBaseDescription extends Description {
|
|
|
27
27
|
get legendItemMouseMoveRef(): string;
|
|
28
28
|
set legendItemMouseMoveRef(a: string);
|
|
29
29
|
private n;
|
|
30
|
-
get
|
|
31
|
-
set
|
|
30
|
+
get legendTextContentChangedRef(): string;
|
|
31
|
+
set legendTextContentChangedRef(a: string);
|
|
32
32
|
}
|
|
@@ -3,7 +3,7 @@ import { Type } from "./type";
|
|
|
3
3
|
/**
|
|
4
4
|
* @hidden
|
|
5
5
|
*/
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class LegendTextContentChangedEventArgsDescription extends Description {
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
get type(): string;
|
|
@@ -4,7 +4,7 @@ import { Dictionary$2 } from "./Dictionary$2";
|
|
|
4
4
|
/**
|
|
5
5
|
* @hidden
|
|
6
6
|
*/
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class LegendTextContentChangedEventArgsDescriptionMetadata extends Base {
|
|
8
8
|
static $t: Type;
|
|
9
9
|
private static a;
|
|
10
10
|
private static b;
|
|
@@ -116,39 +116,39 @@ export declare class XamMultiScaleImage extends Control implements INotifyProper
|
|
|
116
116
|
get al(): IMapRenderDeferralHandler;
|
|
117
117
|
set al(a: IMapRenderDeferralHandler);
|
|
118
118
|
ao: XamMultiScaleTileSource;
|
|
119
|
-
|
|
120
|
-
|
|
119
|
+
cm: Point;
|
|
120
|
+
ck: Point;
|
|
121
121
|
a5: number;
|
|
122
122
|
a2: number;
|
|
123
123
|
at: boolean;
|
|
124
124
|
av: boolean;
|
|
125
125
|
ax: boolean;
|
|
126
126
|
aj: IEasingFunction;
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
127
|
+
bf: string;
|
|
128
|
+
bc(): string;
|
|
129
|
+
bj: string;
|
|
130
|
+
bd(): string;
|
|
131
131
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
132
|
-
protected
|
|
132
|
+
protected bx(a: string, b: any, c: any): void;
|
|
133
133
|
protected v(): void;
|
|
134
|
-
private
|
|
135
|
-
private
|
|
136
|
-
private
|
|
137
|
-
|
|
134
|
+
private ba;
|
|
135
|
+
private bb;
|
|
136
|
+
private b7;
|
|
137
|
+
bs(a: number, b: number, c: number, d: number): void;
|
|
138
138
|
private a0;
|
|
139
|
-
private
|
|
139
|
+
private cl;
|
|
140
140
|
private a3;
|
|
141
|
-
private
|
|
142
|
-
|
|
141
|
+
private b8;
|
|
142
|
+
b9(): void;
|
|
143
143
|
private ay;
|
|
144
|
-
private
|
|
145
|
-
|
|
144
|
+
private a8;
|
|
145
|
+
b6(a: boolean): void;
|
|
146
146
|
private aw;
|
|
147
|
-
|
|
148
|
-
private
|
|
149
|
-
private
|
|
147
|
+
b5(): void;
|
|
148
|
+
private cb;
|
|
149
|
+
private b4;
|
|
150
150
|
private am;
|
|
151
|
-
|
|
151
|
+
bo(a: Tile, b: WriteableBitmap): void;
|
|
152
152
|
private aq;
|
|
153
153
|
private get ar();
|
|
154
154
|
private set ar(value);
|
|
@@ -156,32 +156,28 @@ export declare class XamMultiScaleImage extends Control implements INotifyProper
|
|
|
156
156
|
au(): boolean;
|
|
157
157
|
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
158
158
|
private as;
|
|
159
|
-
bv(): void;
|
|
160
|
-
ce(a: Tile): void;
|
|
161
|
-
private br;
|
|
162
159
|
bt(): void;
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
160
|
+
ca(a: Tile): void;
|
|
161
|
+
private bp;
|
|
162
|
+
br(): void;
|
|
163
|
+
cn: Rect;
|
|
164
|
+
by(): void;
|
|
165
|
+
b0(a: any): void;
|
|
166
|
+
b1(a: RenderingContext): void;
|
|
167
|
+
b2(a: DomRenderer): void;
|
|
168
|
+
b3(a: Rect): void;
|
|
169
169
|
ag: CanvasRenderScheduler;
|
|
170
|
-
|
|
170
|
+
bw(): void;
|
|
171
171
|
imagesChanged: (sender: any, e: EventArgs) => void;
|
|
172
|
-
|
|
172
|
+
bq(): void;
|
|
173
173
|
downloadingImage: (sender: any, args: DownloadingMultiScaleImageEventArgs) => void;
|
|
174
174
|
cancellingImage: (sender: any, args: CancellingMultiScaleImageEventArgs) => void;
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
bz(a: DownloadingMultiScaleImageEventArgs): void;
|
|
178
|
-
bx(a: EventArgs): void;
|
|
179
|
-
bw(a: EventArgs): void;
|
|
180
|
-
by(a: CancellingMultiScaleImageEventArgs): void;
|
|
175
|
+
bv(a: DownloadingMultiScaleImageEventArgs): void;
|
|
176
|
+
bu(a: CancellingMultiScaleImageEventArgs): void;
|
|
181
177
|
private a1;
|
|
182
178
|
get a4(): number;
|
|
183
|
-
|
|
184
|
-
get
|
|
185
|
-
set
|
|
179
|
+
bz(a: number): void;
|
|
180
|
+
get a9(): number;
|
|
181
|
+
set a9(a: number);
|
|
186
182
|
static $$p: string[];
|
|
187
183
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"name": "igniteui-angular-core",
|
|
3
|
-
"version": "20.0.2-beta.
|
|
3
|
+
"version": "20.0.2-beta.3",
|
|
4
4
|
"description": "Ignite UI Angular Core logic used in multiple UI components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-charts",
|
|
6
6
|
"keywords": [
|
package/public_api.d.ts
CHANGED
|
@@ -821,9 +821,9 @@ export * from './lib/AssigningShapeStyleEventArgsBaseDescription';
|
|
|
821
821
|
export * from './lib/AssigningShapeStyleEventArgsBaseDescriptionMetadata';
|
|
822
822
|
export * from './lib/AsyncCompletedEventArgsDescription';
|
|
823
823
|
export * from './lib/AsyncCompletedEventArgsDescriptionMetadata';
|
|
824
|
-
export * from './lib/
|
|
825
|
-
export * from './lib/
|
|
826
|
-
export * from './lib/
|
|
824
|
+
export * from './lib/AzureMapsImageryDescription';
|
|
825
|
+
export * from './lib/AzureMapsImageryDescriptionMetadata';
|
|
826
|
+
export * from './lib/AzureMapsImageryDescriptionModule';
|
|
827
827
|
export * from './lib/BaseDataSourceDescription';
|
|
828
828
|
export * from './lib/BaseDataSourceDescriptionMetadata';
|
|
829
829
|
export * from './lib/BaseGenericDataSourceDescription';
|
|
@@ -1362,8 +1362,8 @@ export * from './lib/LayoutPrimaryKeyValueDescription';
|
|
|
1362
1362
|
export * from './lib/LayoutPrimaryKeyValueDescriptionMetadata';
|
|
1363
1363
|
export * from './lib/LayoutPrimaryKeyValueDescriptionModule';
|
|
1364
1364
|
export * from './lib/LegendDescriptionModule';
|
|
1365
|
-
export * from './lib/
|
|
1366
|
-
export * from './lib/
|
|
1365
|
+
export * from './lib/LegendTextContentChangedEventArgsDescription';
|
|
1366
|
+
export * from './lib/LegendTextContentChangedEventArgsDescriptionMetadata';
|
|
1367
1367
|
export * from './lib/LinearGaugeCoreDescriptionModule';
|
|
1368
1368
|
export * from './lib/LinearGaugeDashboardTileDescriptionModule';
|
|
1369
1369
|
export * from './lib/LinearGaugeDescriptionModule';
|
|
@@ -1,45 +0,0 @@
|
|
|
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, String_$type, markType } from "./type";
|
|
8
|
-
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
-
import { GeographicMapImageryDescriptionMetadata } from "./GeographicMapImageryDescriptionMetadata";
|
|
10
|
-
import { AzureMapsMapImageryDescription } from "./AzureMapsMapImageryDescription";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export let AzureMapsMapImageryDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
15
|
-
class AzureMapsMapImageryDescriptionMetadata extends Base {
|
|
16
|
-
static b(a) {
|
|
17
|
-
if (AzureMapsMapImageryDescriptionMetadata.a == null) {
|
|
18
|
-
AzureMapsMapImageryDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
19
|
-
AzureMapsMapImageryDescriptionMetadata.c(AzureMapsMapImageryDescriptionMetadata.a);
|
|
20
|
-
}
|
|
21
|
-
if (a.k(AzureMapsMapImageryDescriptionMetadata.a)) {
|
|
22
|
-
return;
|
|
23
|
-
}
|
|
24
|
-
a.ac(AzureMapsMapImageryDescriptionMetadata.a);
|
|
25
|
-
}
|
|
26
|
-
static c(a) {
|
|
27
|
-
GeographicMapImageryDescriptionMetadata.c(a);
|
|
28
|
-
a.item("CultureName", "String");
|
|
29
|
-
a.item("ApiKey", "String");
|
|
30
|
-
a.item("ApiVersion", "String");
|
|
31
|
-
a.item("ImageryStyle", "ExportedType:string:AzureMapsImageryStyle");
|
|
32
|
-
a.item("ImageryStyle@names", "Road;Terra;DarkGrey;LabelsRoad;LabelsDarkGrey;HybridRoad;HybridDarkGrey;Imagery;WeatherRadar;WeatherInfrared;TrafficAbsolute;TrafficRelative;TrafficRelativeDark;TrafficDelay;TrafficReduced");
|
|
33
|
-
a.item("LocalizedView", "String");
|
|
34
|
-
a.item("Timestamp", "Date");
|
|
35
|
-
}
|
|
36
|
-
static d(a) {
|
|
37
|
-
AzureMapsMapImageryDescriptionMetadata.b(a);
|
|
38
|
-
a.ae("AzureMapsMapImagery", () => new AzureMapsMapImageryDescription());
|
|
39
|
-
a.ad("AzureMapsMapImagery", AzureMapsMapImageryDescriptionMetadata.a);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
AzureMapsMapImageryDescriptionMetadata.$t = markType(AzureMapsMapImageryDescriptionMetadata, 'AzureMapsMapImageryDescriptionMetadata');
|
|
43
|
-
AzureMapsMapImageryDescriptionMetadata.a = null;
|
|
44
|
-
return AzureMapsMapImageryDescriptionMetadata;
|
|
45
|
-
})();
|
|
@@ -1,36 +0,0 @@
|
|
|
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, String_$type, markType } from "./type";
|
|
8
|
-
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
-
import { LegendSizeChangedEventArgsDescription } from "./LegendSizeChangedEventArgsDescription";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export let LegendSizeChangedEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
14
|
-
class LegendSizeChangedEventArgsDescriptionMetadata extends Base {
|
|
15
|
-
static b(a) {
|
|
16
|
-
if (LegendSizeChangedEventArgsDescriptionMetadata.a == null) {
|
|
17
|
-
LegendSizeChangedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
18
|
-
LegendSizeChangedEventArgsDescriptionMetadata.c(LegendSizeChangedEventArgsDescriptionMetadata.a);
|
|
19
|
-
}
|
|
20
|
-
if (a.k(LegendSizeChangedEventArgsDescriptionMetadata.a)) {
|
|
21
|
-
return;
|
|
22
|
-
}
|
|
23
|
-
a.ac(LegendSizeChangedEventArgsDescriptionMetadata.a);
|
|
24
|
-
}
|
|
25
|
-
static c(a) {
|
|
26
|
-
}
|
|
27
|
-
static d(a) {
|
|
28
|
-
LegendSizeChangedEventArgsDescriptionMetadata.b(a);
|
|
29
|
-
a.ae("LegendSizeChangedEventArgs", () => new LegendSizeChangedEventArgsDescription());
|
|
30
|
-
a.ad("LegendSizeChangedEventArgs", LegendSizeChangedEventArgsDescriptionMetadata.a);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
LegendSizeChangedEventArgsDescriptionMetadata.$t = markType(LegendSizeChangedEventArgsDescriptionMetadata, 'LegendSizeChangedEventArgsDescriptionMetadata');
|
|
34
|
-
LegendSizeChangedEventArgsDescriptionMetadata.a = null;
|
|
35
|
-
return LegendSizeChangedEventArgsDescriptionMetadata;
|
|
36
|
-
})();
|
|
@@ -1,49 +0,0 @@
|
|
|
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, String_$type, markType } from "./type";
|
|
9
|
-
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
-
import { GeographicMapImageryDescriptionMetadata } from "./GeographicMapImageryDescriptionMetadata";
|
|
11
|
-
import { AzureMapsMapImageryDescription } from "./AzureMapsMapImageryDescription";
|
|
12
|
-
/**
|
|
13
|
-
* @hidden
|
|
14
|
-
*/
|
|
15
|
-
var AzureMapsMapImageryDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
-
__extends(AzureMapsMapImageryDescriptionMetadata, _super);
|
|
17
|
-
function AzureMapsMapImageryDescriptionMetadata() {
|
|
18
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
-
}
|
|
20
|
-
AzureMapsMapImageryDescriptionMetadata.b = function (a) {
|
|
21
|
-
if (AzureMapsMapImageryDescriptionMetadata.a == null) {
|
|
22
|
-
AzureMapsMapImageryDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
23
|
-
AzureMapsMapImageryDescriptionMetadata.c(AzureMapsMapImageryDescriptionMetadata.a);
|
|
24
|
-
}
|
|
25
|
-
if (a.k(AzureMapsMapImageryDescriptionMetadata.a)) {
|
|
26
|
-
return;
|
|
27
|
-
}
|
|
28
|
-
a.ac(AzureMapsMapImageryDescriptionMetadata.a);
|
|
29
|
-
};
|
|
30
|
-
AzureMapsMapImageryDescriptionMetadata.c = function (a) {
|
|
31
|
-
GeographicMapImageryDescriptionMetadata.c(a);
|
|
32
|
-
a.item("CultureName", "String");
|
|
33
|
-
a.item("ApiKey", "String");
|
|
34
|
-
a.item("ApiVersion", "String");
|
|
35
|
-
a.item("ImageryStyle", "ExportedType:string:AzureMapsImageryStyle");
|
|
36
|
-
a.item("ImageryStyle@names", "Road;Terra;DarkGrey;LabelsRoad;LabelsDarkGrey;HybridRoad;HybridDarkGrey;Imagery;WeatherRadar;WeatherInfrared;TrafficAbsolute;TrafficRelative;TrafficRelativeDark;TrafficDelay;TrafficReduced");
|
|
37
|
-
a.item("LocalizedView", "String");
|
|
38
|
-
a.item("Timestamp", "Date");
|
|
39
|
-
};
|
|
40
|
-
AzureMapsMapImageryDescriptionMetadata.d = function (a) {
|
|
41
|
-
AzureMapsMapImageryDescriptionMetadata.b(a);
|
|
42
|
-
a.ae("AzureMapsMapImagery", function () { return new AzureMapsMapImageryDescription(); });
|
|
43
|
-
a.ad("AzureMapsMapImagery", AzureMapsMapImageryDescriptionMetadata.a);
|
|
44
|
-
};
|
|
45
|
-
AzureMapsMapImageryDescriptionMetadata.$t = markType(AzureMapsMapImageryDescriptionMetadata, 'AzureMapsMapImageryDescriptionMetadata');
|
|
46
|
-
AzureMapsMapImageryDescriptionMetadata.a = null;
|
|
47
|
-
return AzureMapsMapImageryDescriptionMetadata;
|
|
48
|
-
}(Base));
|
|
49
|
-
export { AzureMapsMapImageryDescriptionMetadata };
|
|
@@ -1,40 +0,0 @@
|
|
|
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, String_$type, markType } from "./type";
|
|
9
|
-
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
-
import { LegendSizeChangedEventArgsDescription } from "./LegendSizeChangedEventArgsDescription";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
var LegendSizeChangedEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
-
__extends(LegendSizeChangedEventArgsDescriptionMetadata, _super);
|
|
16
|
-
function LegendSizeChangedEventArgsDescriptionMetadata() {
|
|
17
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
|
-
}
|
|
19
|
-
LegendSizeChangedEventArgsDescriptionMetadata.b = function (a) {
|
|
20
|
-
if (LegendSizeChangedEventArgsDescriptionMetadata.a == null) {
|
|
21
|
-
LegendSizeChangedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
22
|
-
LegendSizeChangedEventArgsDescriptionMetadata.c(LegendSizeChangedEventArgsDescriptionMetadata.a);
|
|
23
|
-
}
|
|
24
|
-
if (a.k(LegendSizeChangedEventArgsDescriptionMetadata.a)) {
|
|
25
|
-
return;
|
|
26
|
-
}
|
|
27
|
-
a.ac(LegendSizeChangedEventArgsDescriptionMetadata.a);
|
|
28
|
-
};
|
|
29
|
-
LegendSizeChangedEventArgsDescriptionMetadata.c = function (a) {
|
|
30
|
-
};
|
|
31
|
-
LegendSizeChangedEventArgsDescriptionMetadata.d = function (a) {
|
|
32
|
-
LegendSizeChangedEventArgsDescriptionMetadata.b(a);
|
|
33
|
-
a.ae("LegendSizeChangedEventArgs", function () { return new LegendSizeChangedEventArgsDescription(); });
|
|
34
|
-
a.ad("LegendSizeChangedEventArgs", LegendSizeChangedEventArgsDescriptionMetadata.a);
|
|
35
|
-
};
|
|
36
|
-
LegendSizeChangedEventArgsDescriptionMetadata.$t = markType(LegendSizeChangedEventArgsDescriptionMetadata, 'LegendSizeChangedEventArgsDescriptionMetadata');
|
|
37
|
-
LegendSizeChangedEventArgsDescriptionMetadata.a = null;
|
|
38
|
-
return LegendSizeChangedEventArgsDescriptionMetadata;
|
|
39
|
-
}(Base));
|
|
40
|
-
export { LegendSizeChangedEventArgsDescriptionMetadata };
|