igniteui-angular-maps 20.0.2-beta.2 → 20.1.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1409 -1409
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/{AzureMapsMapImagery.js → AzureMapsImagery.js} +1 -1
  4. package/esm2015/lib/AzureMapsImageryStyle.js +14 -14
  5. package/{esm5/lib/AzureMapsMapImagery.js → esm2015/lib/AzureMapsImageryView.js} +1 -1
  6. package/esm2015/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +18 -18
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +163 -163
  10. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  16. package/esm2015/lib/GeographicTileSeries.js +26 -26
  17. package/esm2015/lib/TileSeries_combined.js +79 -79
  18. package/esm2015/lib/XamGeographicMap_combined.js +448 -448
  19. package/esm2015/lib/igx-azure-maps-imagery-dynamic-module.js +34 -0
  20. package/esm2015/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +7 -7
  21. package/esm2015/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +4 -4
  22. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-map-component.js +39 -39
  25. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  26. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  27. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  28. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  29. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  30. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  31. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  32. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  33. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  34. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  35. package/esm2015/lib/igx-tile-series-component.js +2 -2
  36. package/esm2015/public_api.js +5 -5
  37. package/{esm2015/lib/AzureMapsMapImageryView.js → esm5/lib/AzureMapsImagery.js} +1 -1
  38. package/esm5/lib/AzureMapsImageryStyle.js +14 -14
  39. package/esm5/lib/{AzureMapsMapImageryView.js → AzureMapsImageryView.js} +1 -1
  40. package/esm5/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +33 -33
  41. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  42. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  43. package/esm5/lib/GeographicMapSeriesHost_combined.js +161 -161
  44. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  45. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  46. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  47. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  48. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  49. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  50. package/esm5/lib/GeographicTileSeries.js +25 -25
  51. package/esm5/lib/TileSeries_combined.js +77 -77
  52. package/esm5/lib/XamGeographicMap_combined.js +441 -441
  53. package/esm5/lib/igx-azure-maps-imagery-dynamic-module.js +33 -0
  54. package/esm5/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +8 -8
  55. package/esm5/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +16 -16
  56. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  58. package/esm5/lib/igx-geographic-map-component.js +39 -39
  59. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  60. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  61. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  62. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  63. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  64. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  65. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  66. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  67. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  68. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  69. package/esm5/lib/igx-tile-series-component.js +2 -2
  70. package/esm5/public_api.js +5 -5
  71. package/fesm2015/igniteui-angular-maps.js +1395 -1395
  72. package/fesm5/igniteui-angular-maps.js +1405 -1405
  73. package/lib/AzureMapsImagery.d.ts +1 -0
  74. package/lib/AzureMapsImageryStyle.d.ts +13 -13
  75. package/lib/AzureMapsImageryView.d.ts +1 -0
  76. package/lib/{AzureMapsMapImageryView_combined.d.ts → AzureMapsImageryView_combined.d.ts} +5 -5
  77. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  78. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  79. package/lib/GeographicMapSeriesHost_combined.d.ts +27 -27
  80. package/lib/GeographicMarkerSeries.d.ts +13 -13
  81. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  82. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  83. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  84. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  85. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  86. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  87. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  88. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  89. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  90. package/lib/GeographicTileSeries.d.ts +8 -8
  91. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  92. package/lib/TileSeries_combined.d.ts +18 -18
  93. package/lib/XamGeographicMap_combined.d.ts +96 -96
  94. package/lib/igx-azure-maps-imagery-dynamic-module.d.ts +9 -0
  95. package/lib/igx-azure-maps-imagery-module.d.ts +7 -0
  96. package/lib/{igx-azure-maps-map-imagery.d.ts → igx-azure-maps-imagery.d.ts} +5 -5
  97. package/package.json +2 -2
  98. package/public_api.d.ts +5 -5
  99. package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -34
  100. package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -33
  101. package/lib/AzureMapsMapImagery.d.ts +0 -1
  102. package/lib/AzureMapsMapImageryView.d.ts +0 -1
  103. package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +0 -9
  104. package/lib/igx-azure-maps-map-imagery-module.d.ts +0 -7
@@ -38,107 +38,107 @@ import { TriangulationStatusEventArgs } from "igniteui-angular-core";
38
38
  export declare class XamGeographicMap extends SeriesViewer implements IMapRenderDeferralHandler {
39
39
  static $t: Type;
40
40
  constructor();
41
- private y1;
41
+ private y2;
42
42
  provideContainer(a: any): void;
43
- oy(): void;
43
+ oz(): void;
44
44
  f2(): boolean;
45
45
  f3(): boolean;
46
- yu: boolean;
47
- static ym: MapResizeBehavior;
48
- yn: MapResizeBehavior;
49
- yq: boolean;
46
+ yv: boolean;
47
+ static yn: MapResizeBehavior;
48
+ yo: MapResizeBehavior;
50
49
  yr: boolean;
51
- protected yl(): MapBackgroundTilingMode;
52
- private yi;
53
- get yk(): MapBackgroundTilingMode;
54
- set yk(a: MapBackgroundTilingMode);
55
- yj: MapBackgroundTilingMode;
56
- static z9: Rect;
57
- yx: number;
58
- yt: boolean;
59
50
  ys: boolean;
60
- aap: Rect;
61
- private z8;
62
- get aad(): Rect;
63
- set aad(a: Rect);
64
- aah(): Rect;
65
- private zj;
66
- private aan;
51
+ protected ym(): MapBackgroundTilingMode;
52
+ private yj;
53
+ get yl(): MapBackgroundTilingMode;
54
+ set yl(a: MapBackgroundTilingMode);
55
+ yk: MapBackgroundTilingMode;
56
+ static aaa: Rect;
57
+ yy: number;
58
+ yu: boolean;
59
+ yt: boolean;
60
+ aaq: Rect;
61
+ private z9;
62
+ get aae(): Rect;
63
+ set aae(a: Rect);
64
+ aai(): Rect;
65
+ private zk;
66
+ private aao;
67
67
  get backgroundContent(): GeographicMapImagery;
68
68
  set backgroundContent(a: GeographicMapImagery);
69
- private yf;
70
- get yc(): NumericXAxis;
71
- set yc(a: NumericXAxis);
72
- private yb;
73
- get ye(): NumericYAxis;
74
- set ye(a: NumericYAxis);
75
- private yd;
76
- yh: GeographicMapImagery;
77
- private static aac;
69
+ private yg;
70
+ get yd(): NumericXAxis;
71
+ set yd(a: NumericXAxis);
72
+ private yc;
73
+ get yf(): NumericYAxis;
74
+ set yf(a: NumericYAxis);
75
+ private ye;
76
+ yi: GeographicMapImagery;
77
+ private static aad;
78
78
  getZoomRectFromGeoRect(a: Rect): Rect;
79
+ zu(a: Rect): void;
79
80
  zt(a: Rect): void;
80
- zs(a: Rect): void;
81
81
  getZoomFromGeographicRect(a: Rect): Rect;
82
- aae(a: Rect, b: number): Rect;
83
- private aaf;
82
+ aaf(a: Rect, b: number): Rect;
83
+ private aag;
84
84
  getZoomFromGeographicPoints(a: Point, b: Point): Rect;
85
- aaj(a: Rect): Rect;
86
- z5(a: Point): Point;
85
+ aak(a: Rect): Rect;
87
86
  z6(a: Point): Point;
88
87
  z7(a: Point): Point;
89
- zg(): void;
90
- zm(a: Brush): void;
88
+ z8(a: Point): Point;
89
+ zh(): void;
90
+ zn(a: Brush): void;
91
91
  gx(): boolean;
92
- zo(): void;
93
- protected z4: Point;
94
- protected zr(): void;
95
- protected zn(): void;
92
+ zp(): void;
93
+ protected z5: Point;
94
+ protected zs(): void;
95
+ protected zo(): void;
96
96
  protected get_ft(): boolean;
97
- protected aab: Rect;
98
- protected xn(): Rect;
99
- n1(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
100
- xy(): Rect;
101
- private aag;
102
- protected xo(a: Rect): Rect;
103
- aai(a: Rect): Rect;
97
+ protected aac: Rect;
98
+ protected xo(): Rect;
99
+ n2(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
100
+ xz(): Rect;
101
+ private aah;
102
+ protected xp(a: Rect): Rect;
103
+ aaj(a: Rect): Rect;
104
104
  protected dn(): SeriesViewerView;
105
- private zi;
106
- protected q4(a: SeriesViewerView): void;
107
- rf(a: Rect, b: Rect): void;
108
- yz: number;
109
- private yw;
110
- get yy(): number;
111
- set yy(a: number);
112
- ic(): number;
105
+ private zj;
106
+ protected q5(a: SeriesViewerView): void;
107
+ rg(a: Rect, b: Rect): void;
108
+ y0: number;
109
+ private yx;
110
+ get yz(): number;
111
+ set yz(a: number);
113
112
  id(): number;
114
- protected sw(): void;
113
+ ie(): number;
114
+ protected sx(): void;
115
115
  gl(): boolean;
116
116
  c5(): ZoomCoercionMode;
117
- protected rg(a: any, b: string, c: any, d: any): void;
117
+ protected rh(a: any, b: string, c: any, d: any): void;
118
118
  imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
119
- private zk;
120
- private zp;
119
+ private zl;
121
120
  private zq;
122
- yo: XamGeographicMapView;
123
- private yp;
121
+ private zr;
122
+ yp: XamGeographicMapView;
123
+ private yq;
124
124
  getFontInfo(): FontInfo;
125
- wq(): Brush;
125
+ wr(): Brush;
126
126
  getFontBrush(): Brush;
127
- protected sp(a: Series, b: any): void;
127
+ protected sq(a: Series, b: any): void;
128
128
  register(a: DependencyObject, b: (arg1: boolean) => void): void;
129
129
  unRegister(a: DependencyObject): void;
130
130
  deferredRefresh(): void;
131
131
  deferAction(a: () => void): void;
132
- zh(a: boolean): void;
133
- y2(): any;
134
- xu(a: Rect, b: Rect, c: Rect): Rect;
135
- zl(): void;
136
- private aaa;
137
- protected get aao(): Rect;
138
- protected set aao(a: Rect);
139
- zv(a: Rect): void;
140
- private zu;
141
- get yv(): boolean;
132
+ zi(a: boolean): void;
133
+ y3(): any;
134
+ xv(a: Rect, b: Rect, c: Rect): Rect;
135
+ zm(): void;
136
+ private aab;
137
+ protected get aap(): Rect;
138
+ protected set aap(a: Rect);
139
+ zw(a: Rect): void;
140
+ private zv;
141
+ get yw(): boolean;
142
142
  static $$p: string[];
143
143
  }
144
144
  /**
@@ -279,15 +279,15 @@ export declare class OpenStreetMapImagery extends GeographicMapImagery {
279
279
  export declare abstract class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
280
280
  static $t: Type;
281
281
  protected ct(): SeriesView;
282
- q7(a: SeriesView): void;
283
- xi: GeographicXYTriangulatingSeriesView;
284
- xm: string;
285
- xk: string;
286
- xj: IEnumerable;
287
- xp: string;
288
- xr: string;
289
- xt: string;
290
- protected rg(a: any, b: string, c: any, d: any): void;
282
+ q8(a: SeriesView): void;
283
+ xj: GeographicXYTriangulatingSeriesView;
284
+ xn: string;
285
+ xl: string;
286
+ xk: IEnumerable;
287
+ xq: string;
288
+ xs: string;
289
+ xu: string;
290
+ protected rh(a: any, b: string, c: any, d: any): void;
291
291
  static $$p: string[];
292
292
  }
293
293
  /**
@@ -298,21 +298,21 @@ export declare class GeographicScatterAreaSeries extends GeographicXYTriangulati
298
298
  protected bk(): Series;
299
299
  protected get_ew(): boolean;
300
300
  constructor();
301
- x8: string;
302
- private x1;
303
- get x3(): ColorScale;
304
- set x3(a: ColorScale);
305
- private yb;
306
- yd(): void;
307
- x2: ColorScale;
308
- protected sp(): void;
309
- x4: ScatterAreaSeries;
310
- protected w9(): Series;
301
+ x9: string;
302
+ private x2;
303
+ get x4(): ColorScale;
304
+ set x4(a: ColorScale);
311
305
  private yc;
306
+ ye(): void;
307
+ x3: ColorScale;
308
+ protected sq(): void;
309
+ x5: ScatterAreaSeries;
310
+ protected xa(): Series;
311
+ private yd;
312
312
  protected ct(): SeriesView;
313
- q7(a: SeriesView): void;
314
- x6: GeographicScatterAreaSeriesView;
315
- protected rg(a: any, b: string, c: any, d: any): void;
313
+ q8(a: SeriesView): void;
314
+ x7: GeographicScatterAreaSeriesView;
315
+ protected rh(a: any, b: string, c: any, d: any): void;
316
316
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
317
317
  protected get_g8(): boolean;
318
318
  protected set_g8(a: boolean): void;
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./igx-azure-maps-imagery-module";
4
+ export declare class IgxAzureMapsImageryDynamicModule {
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgxAzureMapsImageryDynamicModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgxAzureMapsImageryDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxAzureMapsImageryModule], [typeof i2.IgxAzureMapsImageryModule]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgxAzureMapsImageryDynamicModule>;
9
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ export declare class IgxAzureMapsImageryModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgxAzureMapsImageryModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgxAzureMapsImageryModule, never, [typeof i1.CommonModule], never>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgxAzureMapsImageryModule>;
7
+ }
@@ -1,15 +1,15 @@
1
1
  import { AzureMapsImageryStyle } from "./AzureMapsImageryStyle";
2
2
  import { IgxGeographicMapImagery } from "./igx-geographic-map-imagery";
3
- import { AzureMapsMapImagery as AzureMapsMapImagery_internal } from "./AzureMapsMapImagery";
3
+ import { AzureMapsImagery as AzureMapsImagery_internal } from "./AzureMapsImagery";
4
4
  /**
5
- * UI element class used to display AzureMapsMap imagery in the IgxGeographicMap.Component
5
+ * UI element class used to display AzureMaps imagery in the GeographicMap.
6
6
  */
7
- export declare class IgxAzureMapsMapImagery extends IgxGeographicMapImagery {
8
- protected createImplementation(): AzureMapsMapImagery_internal;
7
+ export declare class IgxAzureMapsImagery extends IgxGeographicMapImagery {
8
+ protected createImplementation(): AzureMapsImagery_internal;
9
9
  /**
10
10
  * @hidden
11
11
  */
12
- get i(): AzureMapsMapImagery_internal;
12
+ get i(): AzureMapsImagery_internal;
13
13
  constructor();
14
14
  /**
15
15
  * Gets or sets the culture name for this tile source.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-maps",
3
- "version": "20.0.2-beta.2",
3
+ "version": "20.1.0-beta.0",
4
4
  "description": "Ignite UI Angular map components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-angular-maps",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "@angular/common": "^20.0.0",
28
28
  "@angular/compiler": "^20.0.0",
29
29
  "@angular/core": "^20.0.0",
30
- "igniteui-angular-core": "20.0.2-beta.2"
30
+ "igniteui-angular-core": "20.1.0-beta.0"
31
31
  },
32
32
  "sideEffects": false,
33
33
  "typings": "igniteui-angular-maps.d.ts",
package/public_api.d.ts CHANGED
@@ -17,7 +17,7 @@ export * from './lib/GeographicTileSeries';
17
17
  export * from './lib/igx-geographic-tile-series-component';
18
18
  export * from './lib/igx-geographic-tile-series-module';
19
19
  export * from './lib/igx-geographic-tile-series-dynamic-module';
20
- export * from './lib/AzureMapsMapImageryView';
20
+ export * from './lib/AzureMapsImageryView';
21
21
  export * from './lib/BingMapsMapImageryView';
22
22
  export * from './lib/GeographicMapImageryView';
23
23
  export * from './lib/GeographicPolylineSeriesView';
@@ -37,10 +37,10 @@ export * from './lib/XamGeographicMapView';
37
37
  export * from './lib/SphericalMercatorHorizontalScaler';
38
38
  export * from './lib/SphericalMercatorVerticalScaler';
39
39
  export * from './lib/AzureMapsImageryStyle';
40
- export * from './lib/AzureMapsMapImagery';
41
- export * from './lib/igx-azure-maps-map-imagery';
42
- export * from './lib/igx-azure-maps-map-imagery-module';
43
- export * from './lib/igx-azure-maps-map-imagery-dynamic-module';
40
+ export * from './lib/AzureMapsImagery';
41
+ export * from './lib/igx-azure-maps-imagery';
42
+ export * from './lib/igx-azure-maps-imagery-module';
43
+ export * from './lib/igx-azure-maps-imagery-dynamic-module';
44
44
  export * from './lib/BingMapsImageryStyle';
45
45
  export * from './lib/BingResponse';
46
46
  export * from './lib/BingResourceSet';
@@ -1,34 +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 { NgModule } from '@angular/core';
8
- import { CommonModule } from '@angular/common';
9
- import { IgxAzureMapsMapImageryModule } from './igx-azure-maps-map-imagery-module';
10
- import { IgxAzureMapsMapImagery } from './igx-azure-maps-map-imagery';
11
- import { AzureMapsMapImagery } from './AzureMapsMapImagery';
12
- import { TypeRegistrar } from "igniteui-angular-core";
13
- import * as i0 from "@angular/core";
14
- export let IgxAzureMapsMapImageryDynamicModule = /*@__PURE__*/ (() => {
15
- class IgxAzureMapsMapImageryDynamicModule {
16
- constructor() {
17
- TypeRegistrar.registerCons("IgxAzureMapsMapImagery", IgxAzureMapsMapImagery);
18
- TypeRegistrar.register("AzureMapsMapImagery", AzureMapsMapImagery.$type);
19
- }
20
- }
21
- IgxAzureMapsMapImageryDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
22
- IgxAzureMapsMapImageryDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryDynamicModule, imports: [CommonModule, IgxAzureMapsMapImageryModule], exports: [IgxAzureMapsMapImageryModule] });
23
- IgxAzureMapsMapImageryDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryDynamicModule, imports: [[CommonModule, IgxAzureMapsMapImageryModule], IgxAzureMapsMapImageryModule] });
24
- return IgxAzureMapsMapImageryDynamicModule;
25
- })();
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryDynamicModule, decorators: [{
27
- type: NgModule,
28
- args: [{
29
- declarations: [],
30
- imports: [CommonModule, IgxAzureMapsMapImageryModule],
31
- exports: [IgxAzureMapsMapImageryModule],
32
- entryComponents: []
33
- }]
34
- }], ctorParameters: function () { return []; } });
@@ -1,33 +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 { NgModule } from '@angular/core';
8
- import { CommonModule } from '@angular/common';
9
- import { IgxAzureMapsMapImageryModule } from './igx-azure-maps-map-imagery-module';
10
- import { IgxAzureMapsMapImagery } from './igx-azure-maps-map-imagery';
11
- import { AzureMapsMapImagery } from './AzureMapsMapImagery';
12
- import { TypeRegistrar } from "igniteui-angular-core";
13
- import * as i0 from "@angular/core";
14
- var IgxAzureMapsMapImageryDynamicModule = /** @class */ /*@__PURE__*/ (function () {
15
- function IgxAzureMapsMapImageryDynamicModule() {
16
- TypeRegistrar.registerCons("IgxAzureMapsMapImagery", IgxAzureMapsMapImagery);
17
- TypeRegistrar.register("AzureMapsMapImagery", AzureMapsMapImagery.$type);
18
- }
19
- IgxAzureMapsMapImageryDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
- IgxAzureMapsMapImageryDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryDynamicModule, imports: [CommonModule, IgxAzureMapsMapImageryModule], exports: [IgxAzureMapsMapImageryModule] });
21
- IgxAzureMapsMapImageryDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryDynamicModule, imports: [[CommonModule, IgxAzureMapsMapImageryModule], IgxAzureMapsMapImageryModule] });
22
- return IgxAzureMapsMapImageryDynamicModule;
23
- }());
24
- export { IgxAzureMapsMapImageryDynamicModule };
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryDynamicModule, decorators: [{
26
- type: NgModule,
27
- args: [{
28
- declarations: [],
29
- imports: [CommonModule, IgxAzureMapsMapImageryModule],
30
- exports: [IgxAzureMapsMapImageryModule],
31
- entryComponents: []
32
- }]
33
- }], ctorParameters: function () { return []; } });
@@ -1 +0,0 @@
1
- export { AzureMapsMapImagery } from "./AzureMapsMapImageryView_combined";
@@ -1 +0,0 @@
1
- export { AzureMapsMapImageryView } from "./AzureMapsMapImageryView_combined";
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./igx-azure-maps-map-imagery-module";
4
- export declare class IgxAzureMapsMapImageryDynamicModule {
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<IgxAzureMapsMapImageryDynamicModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgxAzureMapsMapImageryDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxAzureMapsMapImageryModule], [typeof i2.IgxAzureMapsMapImageryModule]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<IgxAzureMapsMapImageryDynamicModule>;
9
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- export declare class IgxAzureMapsMapImageryModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<IgxAzureMapsMapImageryModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgxAzureMapsMapImageryModule, never, [typeof i1.CommonModule], never>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<IgxAzureMapsMapImageryModule>;
7
- }