igniteui-angular-maps 14.1.2 → 15.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-maps.umd.js +292 -251
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +21 -18
- package/esm2015/lib/igx-geographic-map-component.js +14 -12
- package/esm2015/lib/igx-geographic-map-imagery.js +25 -2
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +14 -12
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +14 -12
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +13 -5
- package/esm2015/lib/igx-geographic-tile-series-component.js +3 -2
- package/esm2015/lib/igx-tile-series-component.js +3 -2
- package/esm5/lib/igx-geographic-contour-line-series-component.js +21 -18
- package/esm5/lib/igx-geographic-map-component.js +14 -12
- package/esm5/lib/igx-geographic-map-imagery.js +26 -3
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +14 -12
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +14 -12
- package/esm5/lib/igx-geographic-shape-series-base-component.js +13 -5
- package/esm5/lib/igx-geographic-tile-series-component.js +3 -2
- package/esm5/lib/igx-tile-series-component.js +3 -2
- package/fesm2015/igniteui-angular-maps.js +106 -65
- package/fesm5/igniteui-angular-maps.js +107 -66
- package/lib/igx-geographic-map-imagery.d.ts +4 -1
- package/package.json +5 -5
|
@@ -2840,17 +2840,18 @@
|
|
|
2840
2840
|
* Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
|
|
2841
2841
|
*/
|
|
2842
2842
|
get: function () {
|
|
2843
|
-
|
|
2843
|
+
var r = this.i.tw;
|
|
2844
|
+
if (r == null) {
|
|
2844
2845
|
return null;
|
|
2845
2846
|
}
|
|
2846
|
-
if (!
|
|
2847
|
-
var e = igniteuiAngularCharts.IgxNumericXAxisComponent._createFromInternal(
|
|
2847
|
+
if (!r.externalObject) {
|
|
2848
|
+
var e = igniteuiAngularCharts.IgxNumericXAxisComponent._createFromInternal(r);
|
|
2848
2849
|
if (e) {
|
|
2849
|
-
e._implementation =
|
|
2850
|
+
e._implementation = r;
|
|
2850
2851
|
}
|
|
2851
|
-
|
|
2852
|
+
r.externalObject = e;
|
|
2852
2853
|
}
|
|
2853
|
-
return
|
|
2854
|
+
return r.externalObject;
|
|
2854
2855
|
},
|
|
2855
2856
|
set: function (v) {
|
|
2856
2857
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -2866,17 +2867,18 @@
|
|
|
2866
2867
|
* Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
|
|
2867
2868
|
*/
|
|
2868
2869
|
get: function () {
|
|
2869
|
-
|
|
2870
|
+
var r = this.i.ty;
|
|
2871
|
+
if (r == null) {
|
|
2870
2872
|
return null;
|
|
2871
2873
|
}
|
|
2872
|
-
if (!
|
|
2873
|
-
var e = igniteuiAngularCharts.IgxNumericYAxisComponent._createFromInternal(
|
|
2874
|
+
if (!r.externalObject) {
|
|
2875
|
+
var e = igniteuiAngularCharts.IgxNumericYAxisComponent._createFromInternal(r);
|
|
2874
2876
|
if (e) {
|
|
2875
|
-
e._implementation =
|
|
2877
|
+
e._implementation = r;
|
|
2876
2878
|
}
|
|
2877
|
-
|
|
2879
|
+
r.externalObject = e;
|
|
2878
2880
|
}
|
|
2879
|
-
return
|
|
2881
|
+
return r.externalObject;
|
|
2880
2882
|
},
|
|
2881
2883
|
set: function (v) {
|
|
2882
2884
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -3117,11 +3119,11 @@
|
|
|
3117
3119
|
enumerable: false,
|
|
3118
3120
|
configurable: true
|
|
3119
3121
|
});
|
|
3120
|
-
IgxGeographicMapComponent.ɵfac = i0
|
|
3121
|
-
IgxGeographicMapComponent.ɵcmp = i0
|
|
3122
|
+
IgxGeographicMapComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.ComponentFactoryResolver }, { token: i0.Injector }], target: i0["ɵɵFactoryTarget"].Component });
|
|
3123
|
+
IgxGeographicMapComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicMapComponent, selector: "igx-geographic-map", inputs: { height: "height", width: "width", legend: "legend", dataSource: "dataSource", zoomable: "zoomable", resizeBehavior: "resizeBehavior", isHorizontalWrappingEnabled: "isHorizontalWrappingEnabled", backgroundTilingMode: "backgroundTilingMode", useWorldRectForZoomBounds: "useWorldRectForZoomBounds", suppressZoomResetOnWorldRectChange: "suppressZoomResetOnWorldRectChange", worldRect: "worldRect", actualWorldRect: "actualWorldRect", xAxis: "xAxis", yAxis: "yAxis", windowScale: "windowScale", actualWindowScale: "actualWindowScale" }, outputs: { imageTilesReady: "imageTilesReady" }, host: { classAttribute: "igx-geographic-map ig-geographic-map" }, providers: [{ provide: igniteuiAngularCharts.IgxSeriesViewerComponent, useExisting: i0.forwardRef(function () { return IgxGeographicMapComponent; }) }], queries: [{ propertyName: "contentSeries", predicate: igniteuiAngularCharts.IgxSeriesComponent }], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: i0.ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #dynamicContent></ng-container>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3122
3124
|
return IgxGeographicMapComponent;
|
|
3123
3125
|
}(igniteuiAngularCharts.IgxSeriesViewerComponent));
|
|
3124
|
-
i0
|
|
3126
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapComponent, decorators: [{
|
|
3125
3127
|
type: i0.Component,
|
|
3126
3128
|
args: [{
|
|
3127
3129
|
selector: 'igx-geographic-map',
|
|
@@ -3182,12 +3184,12 @@
|
|
|
3182
3184
|
var IgxBingMapsMapImageryModule = /** @class */ /*@__PURE__*/ (function () {
|
|
3183
3185
|
function IgxBingMapsMapImageryModule() {
|
|
3184
3186
|
}
|
|
3185
|
-
IgxBingMapsMapImageryModule.ɵfac = i0
|
|
3186
|
-
IgxBingMapsMapImageryModule.ɵmod = i0
|
|
3187
|
-
IgxBingMapsMapImageryModule.ɵinj = i0
|
|
3187
|
+
IgxBingMapsMapImageryModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxBingMapsMapImageryModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
3188
|
+
IgxBingMapsMapImageryModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxBingMapsMapImageryModule, imports: [common.CommonModule] });
|
|
3189
|
+
IgxBingMapsMapImageryModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxBingMapsMapImageryModule, imports: [[common.CommonModule]] });
|
|
3188
3190
|
return IgxBingMapsMapImageryModule;
|
|
3189
3191
|
}());
|
|
3190
|
-
i0
|
|
3192
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxBingMapsMapImageryModule, decorators: [{
|
|
3191
3193
|
type: i0.NgModule,
|
|
3192
3194
|
args: [{
|
|
3193
3195
|
declarations: [],
|
|
@@ -3321,10 +3323,26 @@
|
|
|
3321
3323
|
*/
|
|
3322
3324
|
get: function () {
|
|
3323
3325
|
return this._implementation;
|
|
3324
|
-
}
|
|
3326
|
+
} /**
|
|
3327
|
+
* @hidden
|
|
3328
|
+
*/,
|
|
3325
3329
|
enumerable: false,
|
|
3326
3330
|
configurable: true
|
|
3327
3331
|
});
|
|
3332
|
+
IgxGeographicMapImagery._createFromInternal = function (internal) {
|
|
3333
|
+
if (!internal) {
|
|
3334
|
+
return null;
|
|
3335
|
+
}
|
|
3336
|
+
if (!internal.$type) {
|
|
3337
|
+
return null;
|
|
3338
|
+
}
|
|
3339
|
+
var name = internal.$type.name;
|
|
3340
|
+
var externalName = "Igx" + name + "Component";
|
|
3341
|
+
if (!igniteuiAngularCore.TypeRegistrar.isRegistered(externalName)) {
|
|
3342
|
+
return null;
|
|
3343
|
+
}
|
|
3344
|
+
return igniteuiAngularCore.TypeRegistrar.create(externalName);
|
|
3345
|
+
};
|
|
3328
3346
|
IgxGeographicMapImagery.prototype.onImplementationCreated = function () {
|
|
3329
3347
|
};
|
|
3330
3348
|
IgxGeographicMapImagery.prototype._provideImplementation = function (i) {
|
|
@@ -3364,10 +3382,11 @@
|
|
|
3364
3382
|
* The IgxGeographicMapComponent which is hosting this GeographicMapImagery control.
|
|
3365
3383
|
*/
|
|
3366
3384
|
get: function () {
|
|
3367
|
-
|
|
3385
|
+
var r = this.i.geographicMap;
|
|
3386
|
+
if (r == null) {
|
|
3368
3387
|
return null;
|
|
3369
3388
|
}
|
|
3370
|
-
return
|
|
3389
|
+
return r.externalObject;
|
|
3371
3390
|
},
|
|
3372
3391
|
set: function (v) {
|
|
3373
3392
|
v == null ? this.i.geographicMap = null : this.i.geographicMap = v.i;
|
|
@@ -3425,6 +3444,11 @@
|
|
|
3425
3444
|
configurable: true
|
|
3426
3445
|
});
|
|
3427
3446
|
IgxGeographicMapImagery.prototype.findByName = function (name) {
|
|
3447
|
+
if (this.findEphemera) {
|
|
3448
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
3449
|
+
return this.findEphemera(name);
|
|
3450
|
+
}
|
|
3451
|
+
}
|
|
3428
3452
|
if (this.geographicMap && this.geographicMap.name && this.geographicMap.name == name) {
|
|
3429
3453
|
return this.geographicMap;
|
|
3430
3454
|
}
|
|
@@ -4125,12 +4149,12 @@
|
|
|
4125
4149
|
igniteuiAngularCore.TypeRegistrar.registerCons("IgxBingMapsMapImagery", IgxBingMapsMapImagery);
|
|
4126
4150
|
igniteuiAngularCore.TypeRegistrar.register("BingMapsMapImagery", BingMapsMapImagery.$type);
|
|
4127
4151
|
}
|
|
4128
|
-
IgxBingMapsMapImageryDynamicModule.ɵfac = i0
|
|
4129
|
-
IgxBingMapsMapImageryDynamicModule.ɵmod = i0
|
|
4130
|
-
IgxBingMapsMapImageryDynamicModule.ɵinj = i0
|
|
4152
|
+
IgxBingMapsMapImageryDynamicModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxBingMapsMapImageryDynamicModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
4153
|
+
IgxBingMapsMapImageryDynamicModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxBingMapsMapImageryDynamicModule, imports: [common.CommonModule, IgxBingMapsMapImageryModule], exports: [IgxBingMapsMapImageryModule] });
|
|
4154
|
+
IgxBingMapsMapImageryDynamicModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxBingMapsMapImageryDynamicModule, imports: [[common.CommonModule, IgxBingMapsMapImageryModule], IgxBingMapsMapImageryModule] });
|
|
4131
4155
|
return IgxBingMapsMapImageryDynamicModule;
|
|
4132
4156
|
}());
|
|
4133
|
-
i0
|
|
4157
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxBingMapsMapImageryDynamicModule, decorators: [{
|
|
4134
4158
|
type: i0.NgModule,
|
|
4135
4159
|
args: [{
|
|
4136
4160
|
declarations: [],
|
|
@@ -4149,12 +4173,12 @@
|
|
|
4149
4173
|
var IgxOpenStreetMapImageryModule = /** @class */ /*@__PURE__*/ (function () {
|
|
4150
4174
|
function IgxOpenStreetMapImageryModule() {
|
|
4151
4175
|
}
|
|
4152
|
-
IgxOpenStreetMapImageryModule.ɵfac = i0
|
|
4153
|
-
IgxOpenStreetMapImageryModule.ɵmod = i0
|
|
4154
|
-
IgxOpenStreetMapImageryModule.ɵinj = i0
|
|
4176
|
+
IgxOpenStreetMapImageryModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxOpenStreetMapImageryModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
4177
|
+
IgxOpenStreetMapImageryModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxOpenStreetMapImageryModule, imports: [common.CommonModule] });
|
|
4178
|
+
IgxOpenStreetMapImageryModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxOpenStreetMapImageryModule, imports: [[common.CommonModule]] });
|
|
4155
4179
|
return IgxOpenStreetMapImageryModule;
|
|
4156
4180
|
}());
|
|
4157
|
-
i0
|
|
4181
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxOpenStreetMapImageryModule, decorators: [{
|
|
4158
4182
|
type: i0.NgModule,
|
|
4159
4183
|
args: [{
|
|
4160
4184
|
declarations: [],
|
|
@@ -4219,12 +4243,12 @@
|
|
|
4219
4243
|
igniteuiAngularCore.TypeRegistrar.registerCons("IgxOpenStreetMapImagery", IgxOpenStreetMapImagery);
|
|
4220
4244
|
igniteuiAngularCore.TypeRegistrar.register("OpenStreetMapImagery", OpenStreetMapImagery.$type);
|
|
4221
4245
|
}
|
|
4222
|
-
IgxOpenStreetMapImageryDynamicModule.ɵfac = i0
|
|
4223
|
-
IgxOpenStreetMapImageryDynamicModule.ɵmod = i0
|
|
4224
|
-
IgxOpenStreetMapImageryDynamicModule.ɵinj = i0
|
|
4246
|
+
IgxOpenStreetMapImageryDynamicModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxOpenStreetMapImageryDynamicModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
4247
|
+
IgxOpenStreetMapImageryDynamicModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxOpenStreetMapImageryDynamicModule, imports: [common.CommonModule, IgxOpenStreetMapImageryModule], exports: [IgxOpenStreetMapImageryModule] });
|
|
4248
|
+
IgxOpenStreetMapImageryDynamicModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxOpenStreetMapImageryDynamicModule, imports: [[common.CommonModule, IgxOpenStreetMapImageryModule], IgxOpenStreetMapImageryModule] });
|
|
4225
4249
|
return IgxOpenStreetMapImageryDynamicModule;
|
|
4226
4250
|
}());
|
|
4227
|
-
i0
|
|
4251
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxOpenStreetMapImageryDynamicModule, decorators: [{
|
|
4228
4252
|
type: i0.NgModule,
|
|
4229
4253
|
args: [{
|
|
4230
4254
|
declarations: [],
|
|
@@ -4243,12 +4267,12 @@
|
|
|
4243
4267
|
var IgxCustomMapImageryModule = /** @class */ /*@__PURE__*/ (function () {
|
|
4244
4268
|
function IgxCustomMapImageryModule() {
|
|
4245
4269
|
}
|
|
4246
|
-
IgxCustomMapImageryModule.ɵfac = i0
|
|
4247
|
-
IgxCustomMapImageryModule.ɵmod = i0
|
|
4248
|
-
IgxCustomMapImageryModule.ɵinj = i0
|
|
4270
|
+
IgxCustomMapImageryModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxCustomMapImageryModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
4271
|
+
IgxCustomMapImageryModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxCustomMapImageryModule, imports: [common.CommonModule] });
|
|
4272
|
+
IgxCustomMapImageryModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxCustomMapImageryModule, imports: [[common.CommonModule]] });
|
|
4249
4273
|
return IgxCustomMapImageryModule;
|
|
4250
4274
|
}());
|
|
4251
|
-
i0
|
|
4275
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxCustomMapImageryModule, decorators: [{
|
|
4252
4276
|
type: i0.NgModule,
|
|
4253
4277
|
args: [{
|
|
4254
4278
|
declarations: [],
|
|
@@ -4346,12 +4370,12 @@
|
|
|
4346
4370
|
igniteuiAngularCore.TypeRegistrar.registerCons("IgxCustomMapImagery", IgxCustomMapImagery);
|
|
4347
4371
|
igniteuiAngularCore.TypeRegistrar.register("CustomMapImagery", CustomMapImagery.$type);
|
|
4348
4372
|
}
|
|
4349
|
-
IgxCustomMapImageryDynamicModule.ɵfac = i0
|
|
4350
|
-
IgxCustomMapImageryDynamicModule.ɵmod = i0
|
|
4351
|
-
IgxCustomMapImageryDynamicModule.ɵinj = i0
|
|
4373
|
+
IgxCustomMapImageryDynamicModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxCustomMapImageryDynamicModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
4374
|
+
IgxCustomMapImageryDynamicModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxCustomMapImageryDynamicModule, imports: [common.CommonModule, IgxCustomMapImageryModule], exports: [IgxCustomMapImageryModule] });
|
|
4375
|
+
IgxCustomMapImageryDynamicModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxCustomMapImageryDynamicModule, imports: [[common.CommonModule, IgxCustomMapImageryModule], IgxCustomMapImageryModule] });
|
|
4352
4376
|
return IgxCustomMapImageryDynamicModule;
|
|
4353
4377
|
}());
|
|
4354
|
-
i0
|
|
4378
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxCustomMapImageryDynamicModule, decorators: [{
|
|
4355
4379
|
type: i0.NgModule,
|
|
4356
4380
|
args: [{
|
|
4357
4381
|
declarations: [],
|
|
@@ -4370,12 +4394,12 @@
|
|
|
4370
4394
|
var IgxArcGISOnlineMapImageryModule = /** @class */ /*@__PURE__*/ (function () {
|
|
4371
4395
|
function IgxArcGISOnlineMapImageryModule() {
|
|
4372
4396
|
}
|
|
4373
|
-
IgxArcGISOnlineMapImageryModule.ɵfac = i0
|
|
4374
|
-
IgxArcGISOnlineMapImageryModule.ɵmod = i0
|
|
4375
|
-
IgxArcGISOnlineMapImageryModule.ɵinj = i0
|
|
4397
|
+
IgxArcGISOnlineMapImageryModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxArcGISOnlineMapImageryModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
4398
|
+
IgxArcGISOnlineMapImageryModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxArcGISOnlineMapImageryModule, imports: [common.CommonModule] });
|
|
4399
|
+
IgxArcGISOnlineMapImageryModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxArcGISOnlineMapImageryModule, imports: [[common.CommonModule]] });
|
|
4376
4400
|
return IgxArcGISOnlineMapImageryModule;
|
|
4377
4401
|
}());
|
|
4378
|
-
i0
|
|
4402
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxArcGISOnlineMapImageryModule, decorators: [{
|
|
4379
4403
|
type: i0.NgModule,
|
|
4380
4404
|
args: [{
|
|
4381
4405
|
declarations: [],
|
|
@@ -4777,12 +4801,12 @@
|
|
|
4777
4801
|
igniteuiAngularCore.TypeRegistrar.registerCons("IgxArcGISOnlineMapImagery", IgxArcGISOnlineMapImagery);
|
|
4778
4802
|
igniteuiAngularCore.TypeRegistrar.register("ArcGISOnlineMapImagery", ArcGISOnlineMapImagery.$type);
|
|
4779
4803
|
}
|
|
4780
|
-
IgxArcGISOnlineMapImageryDynamicModule.ɵfac = i0
|
|
4781
|
-
IgxArcGISOnlineMapImageryDynamicModule.ɵmod = i0
|
|
4782
|
-
IgxArcGISOnlineMapImageryDynamicModule.ɵinj = i0
|
|
4804
|
+
IgxArcGISOnlineMapImageryDynamicModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxArcGISOnlineMapImageryDynamicModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
4805
|
+
IgxArcGISOnlineMapImageryDynamicModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxArcGISOnlineMapImageryDynamicModule, imports: [common.CommonModule, IgxArcGISOnlineMapImageryModule], exports: [IgxArcGISOnlineMapImageryModule] });
|
|
4806
|
+
IgxArcGISOnlineMapImageryDynamicModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxArcGISOnlineMapImageryDynamicModule, imports: [[common.CommonModule, IgxArcGISOnlineMapImageryModule], IgxArcGISOnlineMapImageryModule] });
|
|
4783
4807
|
return IgxArcGISOnlineMapImageryDynamicModule;
|
|
4784
4808
|
}());
|
|
4785
|
-
i0
|
|
4809
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxArcGISOnlineMapImageryDynamicModule, decorators: [{
|
|
4786
4810
|
type: i0.NgModule,
|
|
4787
4811
|
args: [{
|
|
4788
4812
|
declarations: [],
|
|
@@ -4801,8 +4825,8 @@
|
|
|
4801
4825
|
var IgxGeographicMapCoreModule = /** @class */ /*@__PURE__*/ (function () {
|
|
4802
4826
|
function IgxGeographicMapCoreModule() {
|
|
4803
4827
|
}
|
|
4804
|
-
IgxGeographicMapCoreModule.ɵfac = i0
|
|
4805
|
-
IgxGeographicMapCoreModule.ɵmod = i0
|
|
4828
|
+
IgxGeographicMapCoreModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapCoreModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
4829
|
+
IgxGeographicMapCoreModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapCoreModule, declarations: [IgxGeographicMapComponent], imports: [common.CommonModule, IgxBingMapsMapImageryModule,
|
|
4806
4830
|
IgxOpenStreetMapImageryModule,
|
|
4807
4831
|
IgxCustomMapImageryModule,
|
|
4808
4832
|
IgxArcGISOnlineMapImageryModule], exports: [IgxBingMapsMapImageryModule,
|
|
@@ -4810,7 +4834,7 @@
|
|
|
4810
4834
|
IgxCustomMapImageryModule,
|
|
4811
4835
|
IgxArcGISOnlineMapImageryModule,
|
|
4812
4836
|
IgxGeographicMapComponent] });
|
|
4813
|
-
IgxGeographicMapCoreModule.ɵinj = i0
|
|
4837
|
+
IgxGeographicMapCoreModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapCoreModule, imports: [[common.CommonModule, IgxBingMapsMapImageryModule,
|
|
4814
4838
|
IgxOpenStreetMapImageryModule,
|
|
4815
4839
|
IgxCustomMapImageryModule,
|
|
4816
4840
|
IgxArcGISOnlineMapImageryModule
|
|
@@ -4820,7 +4844,7 @@
|
|
|
4820
4844
|
IgxArcGISOnlineMapImageryModule] });
|
|
4821
4845
|
return IgxGeographicMapCoreModule;
|
|
4822
4846
|
}());
|
|
4823
|
-
i0
|
|
4847
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapCoreModule, decorators: [{
|
|
4824
4848
|
type: i0.NgModule,
|
|
4825
4849
|
args: [{
|
|
4826
4850
|
declarations: [IgxGeographicMapComponent],
|
|
@@ -4849,8 +4873,8 @@
|
|
|
4849
4873
|
function IgxGeographicMapCoreDynamicModule() {
|
|
4850
4874
|
igniteuiAngularCore.TypeRegistrar.registerCons('IgxGeographicMapComponent', IgxGeographicMapComponent);
|
|
4851
4875
|
}
|
|
4852
|
-
IgxGeographicMapCoreDynamicModule.ɵfac = i0
|
|
4853
|
-
IgxGeographicMapCoreDynamicModule.ɵmod = i0
|
|
4876
|
+
IgxGeographicMapCoreDynamicModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapCoreDynamicModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
4877
|
+
IgxGeographicMapCoreDynamicModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapCoreDynamicModule, imports: [common.CommonModule, IgxBingMapsMapImageryDynamicModule,
|
|
4854
4878
|
IgxOpenStreetMapImageryDynamicModule,
|
|
4855
4879
|
IgxCustomMapImageryDynamicModule,
|
|
4856
4880
|
IgxArcGISOnlineMapImageryDynamicModule,
|
|
@@ -4859,7 +4883,7 @@
|
|
|
4859
4883
|
IgxCustomMapImageryDynamicModule,
|
|
4860
4884
|
IgxArcGISOnlineMapImageryDynamicModule,
|
|
4861
4885
|
IgxGeographicMapCoreModule] });
|
|
4862
|
-
IgxGeographicMapCoreDynamicModule.ɵinj = i0
|
|
4886
|
+
IgxGeographicMapCoreDynamicModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapCoreDynamicModule, imports: [[common.CommonModule, IgxBingMapsMapImageryDynamicModule,
|
|
4863
4887
|
IgxOpenStreetMapImageryDynamicModule,
|
|
4864
4888
|
IgxCustomMapImageryDynamicModule,
|
|
4865
4889
|
IgxArcGISOnlineMapImageryDynamicModule,
|
|
@@ -4871,7 +4895,7 @@
|
|
|
4871
4895
|
IgxGeographicMapCoreModule] });
|
|
4872
4896
|
return IgxGeographicMapCoreDynamicModule;
|
|
4873
4897
|
}());
|
|
4874
|
-
i0
|
|
4898
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapCoreDynamicModule, decorators: [{
|
|
4875
4899
|
type: i0.NgModule,
|
|
4876
4900
|
args: [{
|
|
4877
4901
|
declarations: [],
|
|
@@ -5059,11 +5083,11 @@
|
|
|
5059
5083
|
IgxGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
|
|
5060
5084
|
this.i.mv();
|
|
5061
5085
|
};
|
|
5062
|
-
IgxGeographicMapSeriesHostComponent.ɵfac = i0
|
|
5063
|
-
IgxGeographicMapSeriesHostComponent.ɵcmp = i0
|
|
5086
|
+
IgxGeographicMapSeriesHostComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
5087
|
+
IgxGeographicMapSeriesHostComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicMapSeriesHostComponent, selector: "ng-component", inputs: { visibleFromScale: "visibleFromScale", coercionMethods: "coercionMethods" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
5064
5088
|
return IgxGeographicMapSeriesHostComponent;
|
|
5065
5089
|
}(igniteuiAngularCharts.IgxSeriesComponent));
|
|
5066
|
-
i0
|
|
5090
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, decorators: [{
|
|
5067
5091
|
type: i0.Component,
|
|
5068
5092
|
args: [{
|
|
5069
5093
|
template: "",
|
|
@@ -5244,15 +5268,23 @@
|
|
|
5244
5268
|
* Set a shapefile datasource to use with the series.
|
|
5245
5269
|
*/
|
|
5246
5270
|
get: function () {
|
|
5247
|
-
|
|
5271
|
+
var r = this.i.qn;
|
|
5272
|
+
if (r == null) {
|
|
5248
5273
|
return null;
|
|
5249
5274
|
}
|
|
5250
|
-
if (!
|
|
5275
|
+
if (!r.externalObject) {
|
|
5251
5276
|
var e = new igniteuiAngularCore.IgxShapeDataSource();
|
|
5252
|
-
|
|
5253
|
-
|
|
5277
|
+
if (r.$type) {
|
|
5278
|
+
e._implementation = r;
|
|
5279
|
+
}
|
|
5280
|
+
else {
|
|
5281
|
+
if (e.i.setNativeElement) {
|
|
5282
|
+
e.i.setNativeElement(r);
|
|
5283
|
+
}
|
|
5284
|
+
}
|
|
5285
|
+
r.externalObject = e;
|
|
5254
5286
|
}
|
|
5255
|
-
return
|
|
5287
|
+
return r.externalObject;
|
|
5256
5288
|
},
|
|
5257
5289
|
set: function (v) {
|
|
5258
5290
|
v == null ? this.i.qn = null : this.i.qn = v.i;
|
|
@@ -5334,11 +5366,11 @@
|
|
|
5334
5366
|
enumerable: false,
|
|
5335
5367
|
configurable: true
|
|
5336
5368
|
});
|
|
5337
|
-
IgxGeographicShapeSeriesBaseComponent.ɵfac = i0
|
|
5338
|
-
IgxGeographicShapeSeriesBaseComponent.ɵcmp = i0
|
|
5369
|
+
IgxGeographicShapeSeriesBaseComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicShapeSeriesBaseComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
5370
|
+
IgxGeographicShapeSeriesBaseComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicShapeSeriesBaseComponent, selector: "ng-component", inputs: { shapeDataSource: "shapeDataSource", databaseSource: "databaseSource", shapeMemberPath: "shapeMemberPath", isCustomShapeStyleAllowed: "isCustomShapeStyleAllowed", isCustomShapeMarkerStyleAllowed: "isCustomShapeMarkerStyleAllowed", itemSearchMode: "itemSearchMode", itemSearchThreshold: "itemSearchThreshold", itemSearchPointsThreshold: "itemSearchPointsThreshold", shapefileDataSource: "shapefileDataSource", shapeFilterResolution: "shapeFilterResolution" }, outputs: { assigningShapeStyle: "assigningShapeStyle", assigningShapeMarkerStyle: "assigningShapeMarkerStyle" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
5339
5371
|
return IgxGeographicShapeSeriesBaseComponent;
|
|
5340
5372
|
}(IgxGeographicMapSeriesHostComponent));
|
|
5341
|
-
i0
|
|
5373
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicShapeSeriesBaseComponent, decorators: [{
|
|
5342
5374
|
type: i0.Component,
|
|
5343
5375
|
args: [{
|
|
5344
5376
|
template: "",
|
|
@@ -5999,11 +6031,11 @@
|
|
|
5999
6031
|
enumerable: false,
|
|
6000
6032
|
configurable: true
|
|
6001
6033
|
});
|
|
6002
|
-
IgxGeographicShapeSeriesComponent.ɵfac = i0
|
|
6003
|
-
IgxGeographicShapeSeriesComponent.ɵcmp = i0
|
|
6034
|
+
IgxGeographicShapeSeriesComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicShapeSeriesComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
6035
|
+
IgxGeographicShapeSeriesComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicShapeSeriesComponent, selector: "igx-geographic-shape-series", inputs: { shapeFill: "shapeFill", shapeStroke: "shapeStroke", shapeStrokeThickness: "shapeStrokeThickness", shapeOpacity: "shapeOpacity", markerType: "markerType", markerOutlineMode: "markerOutlineMode", markerFillMode: "markerFillMode", markerTemplate: "markerTemplate", markerBrush: "markerBrush", markerOutline: "markerOutline", markerThickness: "markerThickness", markerCollisionAvoidance: "markerCollisionAvoidance", actualMarkerTemplate: "actualMarkerTemplate", actualMarkerBrush: "actualMarkerBrush", actualMarkerOutline: "actualMarkerOutline" }, outputs: { styleShape: "styleShape" }, providers: [{ provide: IgxGeographicShapeSeriesBaseComponent, useExisting: i0.forwardRef(function () { return IgxGeographicShapeSeriesComponent; }) }, { provide: IgxGeographicMapSeriesHostComponent, useExisting: i0.forwardRef(function () { return IgxGeographicShapeSeriesComponent; }) }, { provide: igniteuiAngularCharts.IgxSeriesComponent, useExisting: i0.forwardRef(function () { return IgxGeographicShapeSeriesComponent; }) }], usesInheritance: true, ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6004
6036
|
return IgxGeographicShapeSeriesComponent;
|
|
6005
6037
|
}(IgxGeographicShapeSeriesBaseComponent));
|
|
6006
|
-
i0
|
|
6038
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicShapeSeriesComponent, decorators: [{
|
|
6007
6039
|
type: i0.Component,
|
|
6008
6040
|
args: [{
|
|
6009
6041
|
selector: 'igx-geographic-shape-series',
|
|
@@ -6054,12 +6086,12 @@
|
|
|
6054
6086
|
var IgxGeographicShapeSeriesModule = /** @class */ /*@__PURE__*/ (function () {
|
|
6055
6087
|
function IgxGeographicShapeSeriesModule() {
|
|
6056
6088
|
}
|
|
6057
|
-
IgxGeographicShapeSeriesModule.ɵfac = i0
|
|
6058
|
-
IgxGeographicShapeSeriesModule.ɵmod = i0
|
|
6059
|
-
IgxGeographicShapeSeriesModule.ɵinj = i0
|
|
6089
|
+
IgxGeographicShapeSeriesModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicShapeSeriesModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
6090
|
+
IgxGeographicShapeSeriesModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicShapeSeriesModule, declarations: [IgxGeographicShapeSeriesComponent], imports: [common.CommonModule, igniteuiAngularCharts.IgxScatterPolygonSeriesDynamicModule], exports: [IgxGeographicShapeSeriesComponent, igniteuiAngularCharts.IgxScatterPolygonSeriesDynamicModule] });
|
|
6091
|
+
IgxGeographicShapeSeriesModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicShapeSeriesModule, imports: [[common.CommonModule, igniteuiAngularCharts.IgxScatterPolygonSeriesDynamicModule], igniteuiAngularCharts.IgxScatterPolygonSeriesDynamicModule] });
|
|
6060
6092
|
return IgxGeographicShapeSeriesModule;
|
|
6061
6093
|
}());
|
|
6062
|
-
i0
|
|
6094
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicShapeSeriesModule, decorators: [{
|
|
6063
6095
|
type: i0.NgModule,
|
|
6064
6096
|
args: [{
|
|
6065
6097
|
declarations: [IgxGeographicShapeSeriesComponent],
|
|
@@ -6080,12 +6112,12 @@
|
|
|
6080
6112
|
igniteuiAngularCore.TypeRegistrar.registerCons("IgxGeographicShapeSeriesComponent", IgxGeographicShapeSeriesComponent);
|
|
6081
6113
|
igniteuiAngularCore.TypeRegistrar.register("GeographicShapeSeries", GeographicShapeSeries.$type);
|
|
6082
6114
|
}
|
|
6083
|
-
IgxGeographicShapeSeriesDynamicModule.ɵfac = i0
|
|
6084
|
-
IgxGeographicShapeSeriesDynamicModule.ɵmod = i0
|
|
6085
|
-
IgxGeographicShapeSeriesDynamicModule.ɵinj = i0
|
|
6115
|
+
IgxGeographicShapeSeriesDynamicModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicShapeSeriesDynamicModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
6116
|
+
IgxGeographicShapeSeriesDynamicModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicShapeSeriesDynamicModule, imports: [common.CommonModule, IgxGeographicShapeSeriesModule], exports: [IgxGeographicShapeSeriesModule] });
|
|
6117
|
+
IgxGeographicShapeSeriesDynamicModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicShapeSeriesDynamicModule, imports: [[common.CommonModule, IgxGeographicShapeSeriesModule], IgxGeographicShapeSeriesModule] });
|
|
6086
6118
|
return IgxGeographicShapeSeriesDynamicModule;
|
|
6087
6119
|
}());
|
|
6088
|
-
i0
|
|
6120
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicShapeSeriesDynamicModule, decorators: [{
|
|
6089
6121
|
type: i0.NgModule,
|
|
6090
6122
|
args: [{
|
|
6091
6123
|
declarations: [],
|
|
@@ -6305,11 +6337,11 @@
|
|
|
6305
6337
|
enumerable: false,
|
|
6306
6338
|
configurable: true
|
|
6307
6339
|
});
|
|
6308
|
-
IgxGeographicPolylineSeriesComponent.ɵfac = i0
|
|
6309
|
-
IgxGeographicPolylineSeriesComponent.ɵcmp = i0
|
|
6340
|
+
IgxGeographicPolylineSeriesComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicPolylineSeriesComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
6341
|
+
IgxGeographicPolylineSeriesComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicPolylineSeriesComponent, selector: "igx-geographic-polyline-series", inputs: { shapeFill: "shapeFill", shapeStroke: "shapeStroke", shapeStrokeThickness: "shapeStrokeThickness", shapeOpacity: "shapeOpacity" }, outputs: { styleShape: "styleShape" }, providers: [{ provide: IgxGeographicShapeSeriesBaseComponent, useExisting: i0.forwardRef(function () { return IgxGeographicPolylineSeriesComponent; }) }, { provide: IgxGeographicMapSeriesHostComponent, useExisting: i0.forwardRef(function () { return IgxGeographicPolylineSeriesComponent; }) }, { provide: igniteuiAngularCharts.IgxSeriesComponent, useExisting: i0.forwardRef(function () { return IgxGeographicPolylineSeriesComponent; }) }], usesInheritance: true, ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6310
6342
|
return IgxGeographicPolylineSeriesComponent;
|
|
6311
6343
|
}(IgxGeographicShapeSeriesBaseComponent));
|
|
6312
|
-
i0
|
|
6344
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicPolylineSeriesComponent, decorators: [{
|
|
6313
6345
|
type: i0.Component,
|
|
6314
6346
|
args: [{
|
|
6315
6347
|
selector: 'igx-geographic-polyline-series',
|
|
@@ -6338,12 +6370,12 @@
|
|
|
6338
6370
|
var IgxGeographicPolylineSeriesModule = /** @class */ /*@__PURE__*/ (function () {
|
|
6339
6371
|
function IgxGeographicPolylineSeriesModule() {
|
|
6340
6372
|
}
|
|
6341
|
-
IgxGeographicPolylineSeriesModule.ɵfac = i0
|
|
6342
|
-
IgxGeographicPolylineSeriesModule.ɵmod = i0
|
|
6343
|
-
IgxGeographicPolylineSeriesModule.ɵinj = i0
|
|
6373
|
+
IgxGeographicPolylineSeriesModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicPolylineSeriesModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
6374
|
+
IgxGeographicPolylineSeriesModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicPolylineSeriesModule, declarations: [IgxGeographicPolylineSeriesComponent], imports: [common.CommonModule, igniteuiAngularCharts.IgxScatterPolylineSeriesDynamicModule], exports: [IgxGeographicPolylineSeriesComponent, igniteuiAngularCharts.IgxScatterPolylineSeriesDynamicModule] });
|
|
6375
|
+
IgxGeographicPolylineSeriesModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicPolylineSeriesModule, imports: [[common.CommonModule, igniteuiAngularCharts.IgxScatterPolylineSeriesDynamicModule], igniteuiAngularCharts.IgxScatterPolylineSeriesDynamicModule] });
|
|
6344
6376
|
return IgxGeographicPolylineSeriesModule;
|
|
6345
6377
|
}());
|
|
6346
|
-
i0
|
|
6378
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicPolylineSeriesModule, decorators: [{
|
|
6347
6379
|
type: i0.NgModule,
|
|
6348
6380
|
args: [{
|
|
6349
6381
|
declarations: [IgxGeographicPolylineSeriesComponent],
|
|
@@ -6364,12 +6396,12 @@
|
|
|
6364
6396
|
igniteuiAngularCore.TypeRegistrar.registerCons("IgxGeographicPolylineSeriesComponent", IgxGeographicPolylineSeriesComponent);
|
|
6365
6397
|
igniteuiAngularCore.TypeRegistrar.register("GeographicPolylineSeries", GeographicPolylineSeries.$type);
|
|
6366
6398
|
}
|
|
6367
|
-
IgxGeographicPolylineSeriesDynamicModule.ɵfac = i0
|
|
6368
|
-
IgxGeographicPolylineSeriesDynamicModule.ɵmod = i0
|
|
6369
|
-
IgxGeographicPolylineSeriesDynamicModule.ɵinj = i0
|
|
6399
|
+
IgxGeographicPolylineSeriesDynamicModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicPolylineSeriesDynamicModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
6400
|
+
IgxGeographicPolylineSeriesDynamicModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicPolylineSeriesDynamicModule, imports: [common.CommonModule, IgxGeographicPolylineSeriesModule], exports: [IgxGeographicPolylineSeriesModule] });
|
|
6401
|
+
IgxGeographicPolylineSeriesDynamicModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicPolylineSeriesDynamicModule, imports: [[common.CommonModule, IgxGeographicPolylineSeriesModule], IgxGeographicPolylineSeriesModule] });
|
|
6370
6402
|
return IgxGeographicPolylineSeriesDynamicModule;
|
|
6371
6403
|
}());
|
|
6372
|
-
i0
|
|
6404
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicPolylineSeriesDynamicModule, decorators: [{
|
|
6373
6405
|
type: i0.NgModule,
|
|
6374
6406
|
args: [{
|
|
6375
6407
|
declarations: [],
|
|
@@ -6388,12 +6420,12 @@
|
|
|
6388
6420
|
var IgxTileGeneratorMapImageryModule = /** @class */ /*@__PURE__*/ (function () {
|
|
6389
6421
|
function IgxTileGeneratorMapImageryModule() {
|
|
6390
6422
|
}
|
|
6391
|
-
IgxTileGeneratorMapImageryModule.ɵfac = i0
|
|
6392
|
-
IgxTileGeneratorMapImageryModule.ɵmod = i0
|
|
6393
|
-
IgxTileGeneratorMapImageryModule.ɵinj = i0
|
|
6423
|
+
IgxTileGeneratorMapImageryModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileGeneratorMapImageryModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
6424
|
+
IgxTileGeneratorMapImageryModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileGeneratorMapImageryModule, imports: [common.CommonModule] });
|
|
6425
|
+
IgxTileGeneratorMapImageryModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileGeneratorMapImageryModule, imports: [[common.CommonModule]] });
|
|
6394
6426
|
return IgxTileGeneratorMapImageryModule;
|
|
6395
6427
|
}());
|
|
6396
|
-
i0
|
|
6428
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileGeneratorMapImageryModule, decorators: [{
|
|
6397
6429
|
type: i0.NgModule,
|
|
6398
6430
|
args: [{
|
|
6399
6431
|
declarations: [],
|
|
@@ -6496,12 +6528,12 @@
|
|
|
6496
6528
|
igniteuiAngularCore.TypeRegistrar.registerCons("IgxTileGeneratorMapImagery", IgxTileGeneratorMapImagery);
|
|
6497
6529
|
igniteuiAngularCore.TypeRegistrar.register("TileGeneratorMapImagery", TileGeneratorMapImagery.$type);
|
|
6498
6530
|
}
|
|
6499
|
-
IgxTileGeneratorMapImageryDynamicModule.ɵfac = i0
|
|
6500
|
-
IgxTileGeneratorMapImageryDynamicModule.ɵmod = i0
|
|
6501
|
-
IgxTileGeneratorMapImageryDynamicModule.ɵinj = i0
|
|
6531
|
+
IgxTileGeneratorMapImageryDynamicModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileGeneratorMapImageryDynamicModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
6532
|
+
IgxTileGeneratorMapImageryDynamicModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileGeneratorMapImageryDynamicModule, imports: [common.CommonModule, IgxTileGeneratorMapImageryModule], exports: [IgxTileGeneratorMapImageryModule] });
|
|
6533
|
+
IgxTileGeneratorMapImageryDynamicModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileGeneratorMapImageryDynamicModule, imports: [[common.CommonModule, IgxTileGeneratorMapImageryModule], IgxTileGeneratorMapImageryModule] });
|
|
6502
6534
|
return IgxTileGeneratorMapImageryDynamicModule;
|
|
6503
6535
|
}());
|
|
6504
|
-
i0
|
|
6536
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileGeneratorMapImageryDynamicModule, decorators: [{
|
|
6505
6537
|
type: i0.NgModule,
|
|
6506
6538
|
args: [{
|
|
6507
6539
|
declarations: [],
|
|
@@ -6888,10 +6920,11 @@
|
|
|
6888
6920
|
* The MapImagery which is used to provide the tiles for display.
|
|
6889
6921
|
*/
|
|
6890
6922
|
get: function () {
|
|
6891
|
-
|
|
6923
|
+
var r = this.i.sz;
|
|
6924
|
+
if (r == null) {
|
|
6892
6925
|
return null;
|
|
6893
6926
|
}
|
|
6894
|
-
return
|
|
6927
|
+
return r.externalObject;
|
|
6895
6928
|
},
|
|
6896
6929
|
set: function (v) {
|
|
6897
6930
|
v == null ? this.i.sz = null : this.i.sz = v.i;
|
|
@@ -6916,11 +6949,11 @@
|
|
|
6916
6949
|
IgxTileSeriesComponent.prototype.deferredRefresh = function () {
|
|
6917
6950
|
this.i.deferredRefresh();
|
|
6918
6951
|
};
|
|
6919
|
-
IgxTileSeriesComponent.ɵfac = i0
|
|
6920
|
-
IgxTileSeriesComponent.ɵcmp = i0
|
|
6952
|
+
IgxTileSeriesComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileSeriesComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
6953
|
+
IgxTileSeriesComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxTileSeriesComponent, selector: "igx-tile-series", inputs: { tileImagery: "tileImagery" }, providers: [{ provide: igniteuiAngularCharts.IgxShapeSeriesBaseComponent, useExisting: i0.forwardRef(function () { return IgxTileSeriesComponent; }) }, { provide: igniteuiAngularCharts.IgxSeriesComponent, useExisting: i0.forwardRef(function () { return IgxTileSeriesComponent; }) }], usesInheritance: true, ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6921
6954
|
return IgxTileSeriesComponent;
|
|
6922
6955
|
}(igniteuiAngularCharts.IgxShapeSeriesBaseComponent));
|
|
6923
|
-
i0
|
|
6956
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileSeriesComponent, decorators: [{
|
|
6924
6957
|
type: i0.Component,
|
|
6925
6958
|
args: [{
|
|
6926
6959
|
selector: 'igx-tile-series',
|
|
@@ -6941,12 +6974,12 @@
|
|
|
6941
6974
|
var IgxTileSeriesModule = /** @class */ /*@__PURE__*/ (function () {
|
|
6942
6975
|
function IgxTileSeriesModule() {
|
|
6943
6976
|
}
|
|
6944
|
-
IgxTileSeriesModule.ɵfac = i0
|
|
6945
|
-
IgxTileSeriesModule.ɵmod = i0
|
|
6946
|
-
IgxTileSeriesModule.ɵinj = i0
|
|
6977
|
+
IgxTileSeriesModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileSeriesModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
6978
|
+
IgxTileSeriesModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileSeriesModule, declarations: [IgxTileSeriesComponent], imports: [common.CommonModule], exports: [IgxTileSeriesComponent] });
|
|
6979
|
+
IgxTileSeriesModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileSeriesModule, imports: [[common.CommonModule]] });
|
|
6947
6980
|
return IgxTileSeriesModule;
|
|
6948
6981
|
}());
|
|
6949
|
-
i0
|
|
6982
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileSeriesModule, decorators: [{
|
|
6950
6983
|
type: i0.NgModule,
|
|
6951
6984
|
args: [{
|
|
6952
6985
|
declarations: [IgxTileSeriesComponent],
|
|
@@ -6967,12 +7000,12 @@
|
|
|
6967
7000
|
igniteuiAngularCore.TypeRegistrar.registerCons("IgxTileSeriesComponent", IgxTileSeriesComponent);
|
|
6968
7001
|
igniteuiAngularCore.TypeRegistrar.register("TileSeries", TileSeries.$type);
|
|
6969
7002
|
}
|
|
6970
|
-
IgxTileSeriesDynamicModule.ɵfac = i0
|
|
6971
|
-
IgxTileSeriesDynamicModule.ɵmod = i0
|
|
6972
|
-
IgxTileSeriesDynamicModule.ɵinj = i0
|
|
7003
|
+
IgxTileSeriesDynamicModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileSeriesDynamicModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
7004
|
+
IgxTileSeriesDynamicModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileSeriesDynamicModule, imports: [common.CommonModule, IgxTileSeriesModule], exports: [IgxTileSeriesModule] });
|
|
7005
|
+
IgxTileSeriesDynamicModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileSeriesDynamicModule, imports: [[common.CommonModule, IgxTileSeriesModule], IgxTileSeriesModule] });
|
|
6973
7006
|
return IgxTileSeriesDynamicModule;
|
|
6974
7007
|
}());
|
|
6975
|
-
i0
|
|
7008
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTileSeriesDynamicModule, decorators: [{
|
|
6976
7009
|
type: i0.NgModule,
|
|
6977
7010
|
args: [{
|
|
6978
7011
|
declarations: [],
|
|
@@ -7097,10 +7130,11 @@
|
|
|
7097
7130
|
* The MapImagery which is used to provide the tiles for display.
|
|
7098
7131
|
*/
|
|
7099
7132
|
get: function () {
|
|
7100
|
-
|
|
7133
|
+
var r = this.i.ri;
|
|
7134
|
+
if (r == null) {
|
|
7101
7135
|
return null;
|
|
7102
7136
|
}
|
|
7103
|
-
return
|
|
7137
|
+
return r.externalObject;
|
|
7104
7138
|
},
|
|
7105
7139
|
set: function (v) {
|
|
7106
7140
|
v == null ? this.i.ri = null : this.i.ri = v.i;
|
|
@@ -7152,11 +7186,11 @@
|
|
|
7152
7186
|
enumerable: false,
|
|
7153
7187
|
configurable: true
|
|
7154
7188
|
});
|
|
7155
|
-
IgxGeographicTileSeriesComponent.ɵfac = i0
|
|
7156
|
-
IgxGeographicTileSeriesComponent.ɵcmp = i0
|
|
7189
|
+
IgxGeographicTileSeriesComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicTileSeriesComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
7190
|
+
IgxGeographicTileSeriesComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicTileSeriesComponent, selector: "igx-geographic-tile-series", inputs: { tileImagery: "tileImagery" }, outputs: { imageTilesReady: "imageTilesReady" }, providers: [{ provide: IgxGeographicShapeSeriesBaseComponent, useExisting: i0.forwardRef(function () { return IgxGeographicTileSeriesComponent; }) }, { provide: IgxGeographicMapSeriesHostComponent, useExisting: i0.forwardRef(function () { return IgxGeographicTileSeriesComponent; }) }, { provide: igniteuiAngularCharts.IgxSeriesComponent, useExisting: i0.forwardRef(function () { return IgxGeographicTileSeriesComponent; }) }], usesInheritance: true, ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7157
7191
|
return IgxGeographicTileSeriesComponent;
|
|
7158
7192
|
}(IgxGeographicShapeSeriesBaseComponent));
|
|
7159
|
-
i0
|
|
7193
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicTileSeriesComponent, decorators: [{
|
|
7160
7194
|
type: i0.Component,
|
|
7161
7195
|
args: [{
|
|
7162
7196
|
selector: 'igx-geographic-tile-series',
|
|
@@ -7179,12 +7213,12 @@
|
|
|
7179
7213
|
var IgxGeographicTileSeriesModule = /** @class */ /*@__PURE__*/ (function () {
|
|
7180
7214
|
function IgxGeographicTileSeriesModule() {
|
|
7181
7215
|
}
|
|
7182
|
-
IgxGeographicTileSeriesModule.ɵfac = i0
|
|
7183
|
-
IgxGeographicTileSeriesModule.ɵmod = i0
|
|
7184
|
-
IgxGeographicTileSeriesModule.ɵinj = i0
|
|
7216
|
+
IgxGeographicTileSeriesModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicTileSeriesModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
7217
|
+
IgxGeographicTileSeriesModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicTileSeriesModule, declarations: [IgxGeographicTileSeriesComponent], imports: [common.CommonModule, IgxTileSeriesDynamicModule], exports: [IgxGeographicTileSeriesComponent, IgxTileSeriesDynamicModule] });
|
|
7218
|
+
IgxGeographicTileSeriesModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicTileSeriesModule, imports: [[common.CommonModule, IgxTileSeriesDynamicModule], IgxTileSeriesDynamicModule] });
|
|
7185
7219
|
return IgxGeographicTileSeriesModule;
|
|
7186
7220
|
}());
|
|
7187
|
-
i0
|
|
7221
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicTileSeriesModule, decorators: [{
|
|
7188
7222
|
type: i0.NgModule,
|
|
7189
7223
|
args: [{
|
|
7190
7224
|
declarations: [IgxGeographicTileSeriesComponent],
|
|
@@ -7205,12 +7239,12 @@
|
|
|
7205
7239
|
igniteuiAngularCore.TypeRegistrar.registerCons("IgxGeographicTileSeriesComponent", IgxGeographicTileSeriesComponent);
|
|
7206
7240
|
igniteuiAngularCore.TypeRegistrar.register("GeographicTileSeries", GeographicTileSeries.$type);
|
|
7207
7241
|
}
|
|
7208
|
-
IgxGeographicTileSeriesDynamicModule.ɵfac = i0
|
|
7209
|
-
IgxGeographicTileSeriesDynamicModule.ɵmod = i0
|
|
7210
|
-
IgxGeographicTileSeriesDynamicModule.ɵinj = i0
|
|
7242
|
+
IgxGeographicTileSeriesDynamicModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicTileSeriesDynamicModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
7243
|
+
IgxGeographicTileSeriesDynamicModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicTileSeriesDynamicModule, imports: [common.CommonModule, IgxGeographicTileSeriesModule], exports: [IgxGeographicTileSeriesModule] });
|
|
7244
|
+
IgxGeographicTileSeriesDynamicModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicTileSeriesDynamicModule, imports: [[common.CommonModule, IgxGeographicTileSeriesModule], IgxGeographicTileSeriesModule] });
|
|
7211
7245
|
return IgxGeographicTileSeriesDynamicModule;
|
|
7212
7246
|
}());
|
|
7213
|
-
i0
|
|
7247
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicTileSeriesDynamicModule, decorators: [{
|
|
7214
7248
|
type: i0.NgModule,
|
|
7215
7249
|
args: [{
|
|
7216
7250
|
declarations: [],
|
|
@@ -7384,11 +7418,11 @@
|
|
|
7384
7418
|
enumerable: false,
|
|
7385
7419
|
configurable: true
|
|
7386
7420
|
});
|
|
7387
|
-
IgxGeographicMarkerSeriesComponent.ɵfac = i0
|
|
7388
|
-
IgxGeographicMarkerSeriesComponent.ɵcmp = i0
|
|
7421
|
+
IgxGeographicMarkerSeriesComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMarkerSeriesComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
7422
|
+
IgxGeographicMarkerSeriesComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicMarkerSeriesComponent, selector: "ng-component", inputs: { markerType: "markerType", markerThickness: "markerThickness", markerOutlineMode: "markerOutlineMode", markerFillMode: "markerFillMode", markerTemplate: "markerTemplate", markerBrush: "markerBrush", markerOutline: "markerOutline", maximumMarkers: "maximumMarkers", actualMarkerTemplate: "actualMarkerTemplate", actualMarkerBrush: "actualMarkerBrush", actualMarkerOutline: "actualMarkerOutline" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
7389
7423
|
return IgxGeographicMarkerSeriesComponent;
|
|
7390
7424
|
}(IgxGeographicMapSeriesHostComponent));
|
|
7391
|
-
i0
|
|
7425
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMarkerSeriesComponent, decorators: [{
|
|
7392
7426
|
type: i0.Component,
|
|
7393
7427
|
args: [{
|
|
7394
7428
|
template: "",
|
|
@@ -7836,17 +7870,18 @@
|
|
|
7836
7870
|
* Gets or sets the radius size scale for the bubbles.
|
|
7837
7871
|
*/
|
|
7838
7872
|
get: function () {
|
|
7839
|
-
|
|
7873
|
+
var r = this.i.rl;
|
|
7874
|
+
if (r == null) {
|
|
7840
7875
|
return null;
|
|
7841
7876
|
}
|
|
7842
|
-
if (!
|
|
7843
|
-
var e = igniteuiAngularCharts.IgxSizeScaleComponent._createFromInternal(
|
|
7877
|
+
if (!r.externalObject) {
|
|
7878
|
+
var e = igniteuiAngularCharts.IgxSizeScaleComponent._createFromInternal(r);
|
|
7844
7879
|
if (e) {
|
|
7845
|
-
e._implementation =
|
|
7880
|
+
e._implementation = r;
|
|
7846
7881
|
}
|
|
7847
|
-
|
|
7882
|
+
r.externalObject = e;
|
|
7848
7883
|
}
|
|
7849
|
-
return
|
|
7884
|
+
return r.externalObject;
|
|
7850
7885
|
},
|
|
7851
7886
|
set: function (v) {
|
|
7852
7887
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -7887,17 +7922,18 @@
|
|
|
7887
7922
|
* Gets or sets the brush scale for the marker brush.
|
|
7888
7923
|
*/
|
|
7889
7924
|
get: function () {
|
|
7890
|
-
|
|
7925
|
+
var r = this.i.ri;
|
|
7926
|
+
if (r == null) {
|
|
7891
7927
|
return null;
|
|
7892
7928
|
}
|
|
7893
|
-
if (!
|
|
7894
|
-
var e = igniteuiAngularCharts.IgxBrushScaleComponent._createFromInternal(
|
|
7929
|
+
if (!r.externalObject) {
|
|
7930
|
+
var e = igniteuiAngularCharts.IgxBrushScaleComponent._createFromInternal(r);
|
|
7895
7931
|
if (e) {
|
|
7896
|
-
e._implementation =
|
|
7932
|
+
e._implementation = r;
|
|
7897
7933
|
}
|
|
7898
|
-
|
|
7934
|
+
r.externalObject = e;
|
|
7899
7935
|
}
|
|
7900
|
-
return
|
|
7936
|
+
return r.externalObject;
|
|
7901
7937
|
},
|
|
7902
7938
|
set: function (v) {
|
|
7903
7939
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -8103,11 +8139,11 @@
|
|
|
8103
8139
|
enumerable: false,
|
|
8104
8140
|
configurable: true
|
|
8105
8141
|
});
|
|
8106
|
-
IgxGeographicProportionalSymbolSeriesComponent.ɵfac = i0
|
|
8107
|
-
IgxGeographicProportionalSymbolSeriesComponent.ɵcmp = i0
|
|
8142
|
+
IgxGeographicProportionalSymbolSeriesComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicProportionalSymbolSeriesComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
8143
|
+
IgxGeographicProportionalSymbolSeriesComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicProportionalSymbolSeriesComponent, selector: "igx-geographic-proportional-symbol-series", inputs: { latitudeMemberPath: "latitudeMemberPath", longitudeMemberPath: "longitudeMemberPath", radiusMemberPath: "radiusMemberPath", radiusScale: "radiusScale", labelMemberPath: "labelMemberPath", fillMemberPath: "fillMemberPath", fillScale: "fillScale", fillScaleUseGlobalValues: "fillScaleUseGlobalValues", markerOutlineUsesFillScale: "markerOutlineUsesFillScale", markerOutlineBrightness: "markerOutlineBrightness", markerBrushBrightness: "markerBrushBrightness", radiusScaleUseGlobalValues: "radiusScaleUseGlobalValues", isCustomScatterStyleAllowed: "isCustomScatterStyleAllowed", isCustomScatterMarkerStyleAllowed: "isCustomScatterMarkerStyleAllowed", itemSearchMode: "itemSearchMode", itemSearchThreshold: "itemSearchThreshold" }, outputs: { assigningScatterStyle: "assigningScatterStyle", assigningScatterMarkerStyle: "assigningScatterMarkerStyle" }, providers: [{ provide: IgxGeographicMarkerSeriesComponent, useExisting: i0.forwardRef(function () { return IgxGeographicProportionalSymbolSeriesComponent; }) }, { provide: IgxGeographicMapSeriesHostComponent, useExisting: i0.forwardRef(function () { return IgxGeographicProportionalSymbolSeriesComponent; }) }, { provide: igniteuiAngularCharts.IgxSeriesComponent, useExisting: i0.forwardRef(function () { return IgxGeographicProportionalSymbolSeriesComponent; }) }], usesInheritance: true, ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8108
8144
|
return IgxGeographicProportionalSymbolSeriesComponent;
|
|
8109
8145
|
}(IgxGeographicMarkerSeriesComponent));
|
|
8110
|
-
i0
|
|
8146
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicProportionalSymbolSeriesComponent, decorators: [{
|
|
8111
8147
|
type: i0.Component,
|
|
8112
8148
|
args: [{
|
|
8113
8149
|
selector: 'igx-geographic-proportional-symbol-series',
|
|
@@ -8162,12 +8198,12 @@
|
|
|
8162
8198
|
var IgxGeographicProportionalSymbolSeriesModule = /** @class */ /*@__PURE__*/ (function () {
|
|
8163
8199
|
function IgxGeographicProportionalSymbolSeriesModule() {
|
|
8164
8200
|
}
|
|
8165
|
-
IgxGeographicProportionalSymbolSeriesModule.ɵfac = i0
|
|
8166
|
-
IgxGeographicProportionalSymbolSeriesModule.ɵmod = i0
|
|
8167
|
-
IgxGeographicProportionalSymbolSeriesModule.ɵinj = i0
|
|
8201
|
+
IgxGeographicProportionalSymbolSeriesModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicProportionalSymbolSeriesModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
8202
|
+
IgxGeographicProportionalSymbolSeriesModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicProportionalSymbolSeriesModule, declarations: [IgxGeographicProportionalSymbolSeriesComponent], imports: [common.CommonModule, igniteuiAngularCharts.IgxBubbleSeriesDynamicModule], exports: [IgxGeographicProportionalSymbolSeriesComponent, igniteuiAngularCharts.IgxBubbleSeriesDynamicModule] });
|
|
8203
|
+
IgxGeographicProportionalSymbolSeriesModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicProportionalSymbolSeriesModule, imports: [[common.CommonModule, igniteuiAngularCharts.IgxBubbleSeriesDynamicModule], igniteuiAngularCharts.IgxBubbleSeriesDynamicModule] });
|
|
8168
8204
|
return IgxGeographicProportionalSymbolSeriesModule;
|
|
8169
8205
|
}());
|
|
8170
|
-
i0
|
|
8206
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicProportionalSymbolSeriesModule, decorators: [{
|
|
8171
8207
|
type: i0.NgModule,
|
|
8172
8208
|
args: [{
|
|
8173
8209
|
declarations: [IgxGeographicProportionalSymbolSeriesComponent],
|
|
@@ -8188,12 +8224,12 @@
|
|
|
8188
8224
|
igniteuiAngularCore.TypeRegistrar.registerCons("IgxGeographicProportionalSymbolSeriesComponent", IgxGeographicProportionalSymbolSeriesComponent);
|
|
8189
8225
|
igniteuiAngularCore.TypeRegistrar.register("GeographicProportionalSymbolSeries", GeographicProportionalSymbolSeries.$type);
|
|
8190
8226
|
}
|
|
8191
|
-
IgxGeographicProportionalSymbolSeriesDynamicModule.ɵfac = i0
|
|
8192
|
-
IgxGeographicProportionalSymbolSeriesDynamicModule.ɵmod = i0
|
|
8193
|
-
IgxGeographicProportionalSymbolSeriesDynamicModule.ɵinj = i0
|
|
8227
|
+
IgxGeographicProportionalSymbolSeriesDynamicModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicProportionalSymbolSeriesDynamicModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
8228
|
+
IgxGeographicProportionalSymbolSeriesDynamicModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicProportionalSymbolSeriesDynamicModule, imports: [common.CommonModule, IgxGeographicProportionalSymbolSeriesModule], exports: [IgxGeographicProportionalSymbolSeriesModule] });
|
|
8229
|
+
IgxGeographicProportionalSymbolSeriesDynamicModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicProportionalSymbolSeriesDynamicModule, imports: [[common.CommonModule, IgxGeographicProportionalSymbolSeriesModule], IgxGeographicProportionalSymbolSeriesModule] });
|
|
8194
8230
|
return IgxGeographicProportionalSymbolSeriesDynamicModule;
|
|
8195
8231
|
}());
|
|
8196
|
-
i0
|
|
8232
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicProportionalSymbolSeriesDynamicModule, decorators: [{
|
|
8197
8233
|
type: i0.NgModule,
|
|
8198
8234
|
args: [{
|
|
8199
8235
|
declarations: [],
|
|
@@ -8565,11 +8601,11 @@
|
|
|
8565
8601
|
enumerable: false,
|
|
8566
8602
|
configurable: true
|
|
8567
8603
|
});
|
|
8568
|
-
IgxGeographicSymbolSeriesComponent.ɵfac = i0
|
|
8569
|
-
IgxGeographicSymbolSeriesComponent.ɵcmp = i0
|
|
8604
|
+
IgxGeographicSymbolSeriesComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicSymbolSeriesComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
8605
|
+
IgxGeographicSymbolSeriesComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicSymbolSeriesComponent, selector: "igx-geographic-symbol-series", inputs: { latitudeMemberPath: "latitudeMemberPath", longitudeMemberPath: "longitudeMemberPath", markerCollisionAvoidance: "markerCollisionAvoidance", isCustomScatterStyleAllowed: "isCustomScatterStyleAllowed", isCustomScatterMarkerStyleAllowed: "isCustomScatterMarkerStyleAllowed", itemSearchMode: "itemSearchMode", itemSearchThreshold: "itemSearchThreshold" }, outputs: { assigningScatterStyle: "assigningScatterStyle", assigningScatterMarkerStyle: "assigningScatterMarkerStyle" }, providers: [{ provide: IgxGeographicMarkerSeriesComponent, useExisting: i0.forwardRef(function () { return IgxGeographicSymbolSeriesComponent; }) }, { provide: IgxGeographicMapSeriesHostComponent, useExisting: i0.forwardRef(function () { return IgxGeographicSymbolSeriesComponent; }) }, { provide: igniteuiAngularCharts.IgxSeriesComponent, useExisting: i0.forwardRef(function () { return IgxGeographicSymbolSeriesComponent; }) }], usesInheritance: true, ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8570
8606
|
return IgxGeographicSymbolSeriesComponent;
|
|
8571
8607
|
}(IgxGeographicMarkerSeriesComponent));
|
|
8572
|
-
i0
|
|
8608
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicSymbolSeriesComponent, decorators: [{
|
|
8573
8609
|
type: i0.Component,
|
|
8574
8610
|
args: [{
|
|
8575
8611
|
selector: 'igx-geographic-symbol-series',
|
|
@@ -8606,12 +8642,12 @@
|
|
|
8606
8642
|
var IgxGeographicSymbolSeriesModule = /** @class */ /*@__PURE__*/ (function () {
|
|
8607
8643
|
function IgxGeographicSymbolSeriesModule() {
|
|
8608
8644
|
}
|
|
8609
|
-
IgxGeographicSymbolSeriesModule.ɵfac = i0
|
|
8610
|
-
IgxGeographicSymbolSeriesModule.ɵmod = i0
|
|
8611
|
-
IgxGeographicSymbolSeriesModule.ɵinj = i0
|
|
8645
|
+
IgxGeographicSymbolSeriesModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicSymbolSeriesModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
8646
|
+
IgxGeographicSymbolSeriesModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicSymbolSeriesModule, declarations: [IgxGeographicSymbolSeriesComponent], imports: [common.CommonModule, igniteuiAngularCharts.IgxScatterSeriesDynamicModule], exports: [IgxGeographicSymbolSeriesComponent, igniteuiAngularCharts.IgxScatterSeriesDynamicModule] });
|
|
8647
|
+
IgxGeographicSymbolSeriesModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicSymbolSeriesModule, imports: [[common.CommonModule, igniteuiAngularCharts.IgxScatterSeriesDynamicModule], igniteuiAngularCharts.IgxScatterSeriesDynamicModule] });
|
|
8612
8648
|
return IgxGeographicSymbolSeriesModule;
|
|
8613
8649
|
}());
|
|
8614
|
-
i0
|
|
8650
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicSymbolSeriesModule, decorators: [{
|
|
8615
8651
|
type: i0.NgModule,
|
|
8616
8652
|
args: [{
|
|
8617
8653
|
declarations: [IgxGeographicSymbolSeriesComponent],
|
|
@@ -8632,12 +8668,12 @@
|
|
|
8632
8668
|
igniteuiAngularCore.TypeRegistrar.registerCons("IgxGeographicSymbolSeriesComponent", IgxGeographicSymbolSeriesComponent);
|
|
8633
8669
|
igniteuiAngularCore.TypeRegistrar.register("GeographicSymbolSeries", GeographicSymbolSeries.$type);
|
|
8634
8670
|
}
|
|
8635
|
-
IgxGeographicSymbolSeriesDynamicModule.ɵfac = i0
|
|
8636
|
-
IgxGeographicSymbolSeriesDynamicModule.ɵmod = i0
|
|
8637
|
-
IgxGeographicSymbolSeriesDynamicModule.ɵinj = i0
|
|
8671
|
+
IgxGeographicSymbolSeriesDynamicModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicSymbolSeriesDynamicModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
8672
|
+
IgxGeographicSymbolSeriesDynamicModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicSymbolSeriesDynamicModule, imports: [common.CommonModule, IgxGeographicSymbolSeriesModule], exports: [IgxGeographicSymbolSeriesModule] });
|
|
8673
|
+
IgxGeographicSymbolSeriesDynamicModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicSymbolSeriesDynamicModule, imports: [[common.CommonModule, IgxGeographicSymbolSeriesModule], IgxGeographicSymbolSeriesModule] });
|
|
8638
8674
|
return IgxGeographicSymbolSeriesDynamicModule;
|
|
8639
8675
|
}());
|
|
8640
|
-
i0
|
|
8676
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicSymbolSeriesDynamicModule, decorators: [{
|
|
8641
8677
|
type: i0.NgModule,
|
|
8642
8678
|
args: [{
|
|
8643
8679
|
declarations: [],
|
|
@@ -8767,11 +8803,11 @@
|
|
|
8767
8803
|
enumerable: false,
|
|
8768
8804
|
configurable: true
|
|
8769
8805
|
});
|
|
8770
|
-
IgxGeographicXYTriangulatingSeriesComponent.ɵfac = i0
|
|
8771
|
-
IgxGeographicXYTriangulatingSeriesComponent.ɵcmp = i0
|
|
8806
|
+
IgxGeographicXYTriangulatingSeriesComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicXYTriangulatingSeriesComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
8807
|
+
IgxGeographicXYTriangulatingSeriesComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicXYTriangulatingSeriesComponent, selector: "ng-component", inputs: { triangulationDataSource: "triangulationDataSource", longitudeMemberPath: "longitudeMemberPath", latitudeMemberPath: "latitudeMemberPath", trianglesSource: "trianglesSource", triangleVertexMemberPath1: "triangleVertexMemberPath1", triangleVertexMemberPath2: "triangleVertexMemberPath2", triangleVertexMemberPath3: "triangleVertexMemberPath3" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
8772
8808
|
return IgxGeographicXYTriangulatingSeriesComponent;
|
|
8773
8809
|
}(IgxGeographicMapSeriesHostComponent));
|
|
8774
|
-
i0
|
|
8810
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicXYTriangulatingSeriesComponent, decorators: [{
|
|
8775
8811
|
type: i0.Component,
|
|
8776
8812
|
args: [{
|
|
8777
8813
|
template: "",
|
|
@@ -8850,17 +8886,18 @@
|
|
|
8850
8886
|
* The ColorScale used to resolve the color values of points in the series.
|
|
8851
8887
|
*/
|
|
8852
8888
|
get: function () {
|
|
8853
|
-
|
|
8889
|
+
var r = this.i.q3;
|
|
8890
|
+
if (r == null) {
|
|
8854
8891
|
return null;
|
|
8855
8892
|
}
|
|
8856
|
-
if (!
|
|
8857
|
-
var e = igniteuiAngularCharts.IgxColorScaleComponent._createFromInternal(
|
|
8893
|
+
if (!r.externalObject) {
|
|
8894
|
+
var e = igniteuiAngularCharts.IgxColorScaleComponent._createFromInternal(r);
|
|
8858
8895
|
if (e) {
|
|
8859
|
-
e._implementation =
|
|
8896
|
+
e._implementation = r;
|
|
8860
8897
|
}
|
|
8861
|
-
|
|
8898
|
+
r.externalObject = e;
|
|
8862
8899
|
}
|
|
8863
|
-
return
|
|
8900
|
+
return r.externalObject;
|
|
8864
8901
|
},
|
|
8865
8902
|
set: function (v) {
|
|
8866
8903
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -8875,17 +8912,18 @@
|
|
|
8875
8912
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
8876
8913
|
*/
|
|
8877
8914
|
get: function () {
|
|
8878
|
-
|
|
8915
|
+
var r = this.i.q2;
|
|
8916
|
+
if (r == null) {
|
|
8879
8917
|
return null;
|
|
8880
8918
|
}
|
|
8881
|
-
if (!
|
|
8882
|
-
var e = igniteuiAngularCharts.IgxColorScaleComponent._createFromInternal(
|
|
8919
|
+
if (!r.externalObject) {
|
|
8920
|
+
var e = igniteuiAngularCharts.IgxColorScaleComponent._createFromInternal(r);
|
|
8883
8921
|
if (e) {
|
|
8884
|
-
e._implementation =
|
|
8922
|
+
e._implementation = r;
|
|
8885
8923
|
}
|
|
8886
|
-
|
|
8924
|
+
r.externalObject = e;
|
|
8887
8925
|
}
|
|
8888
|
-
return
|
|
8926
|
+
return r.externalObject;
|
|
8889
8927
|
},
|
|
8890
8928
|
set: function (v) {
|
|
8891
8929
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -8953,11 +8991,11 @@
|
|
|
8953
8991
|
enumerable: false,
|
|
8954
8992
|
configurable: true
|
|
8955
8993
|
});
|
|
8956
|
-
IgxGeographicScatterAreaSeriesComponent.ɵfac = i0
|
|
8957
|
-
IgxGeographicScatterAreaSeriesComponent.ɵcmp = i0
|
|
8994
|
+
IgxGeographicScatterAreaSeriesComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicScatterAreaSeriesComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
8995
|
+
IgxGeographicScatterAreaSeriesComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicScatterAreaSeriesComponent, selector: "igx-geographic-scatter-area-series", inputs: { colorMemberPath: "colorMemberPath", colorScale: "colorScale", actualColorScale: "actualColorScale" }, outputs: { triangulationStatusChanged: "triangulationStatusChanged" }, providers: [{ provide: IgxGeographicXYTriangulatingSeriesComponent, useExisting: i0.forwardRef(function () { return IgxGeographicScatterAreaSeriesComponent; }) }, { provide: IgxGeographicMapSeriesHostComponent, useExisting: i0.forwardRef(function () { return IgxGeographicScatterAreaSeriesComponent; }) }, { provide: igniteuiAngularCharts.IgxSeriesComponent, useExisting: i0.forwardRef(function () { return IgxGeographicScatterAreaSeriesComponent; }) }], usesInheritance: true, ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8958
8996
|
return IgxGeographicScatterAreaSeriesComponent;
|
|
8959
8997
|
}(IgxGeographicXYTriangulatingSeriesComponent));
|
|
8960
|
-
i0
|
|
8998
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicScatterAreaSeriesComponent, decorators: [{
|
|
8961
8999
|
type: i0.Component,
|
|
8962
9000
|
args: [{
|
|
8963
9001
|
selector: 'igx-geographic-scatter-area-series',
|
|
@@ -8984,12 +9022,12 @@
|
|
|
8984
9022
|
var IgxGeographicScatterAreaSeriesModule = /** @class */ /*@__PURE__*/ (function () {
|
|
8985
9023
|
function IgxGeographicScatterAreaSeriesModule() {
|
|
8986
9024
|
}
|
|
8987
|
-
IgxGeographicScatterAreaSeriesModule.ɵfac = i0
|
|
8988
|
-
IgxGeographicScatterAreaSeriesModule.ɵmod = i0
|
|
8989
|
-
IgxGeographicScatterAreaSeriesModule.ɵinj = i0
|
|
9025
|
+
IgxGeographicScatterAreaSeriesModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicScatterAreaSeriesModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
9026
|
+
IgxGeographicScatterAreaSeriesModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicScatterAreaSeriesModule, declarations: [IgxGeographicScatterAreaSeriesComponent], imports: [common.CommonModule, igniteuiAngularCharts.IgxScatterAreaSeriesDynamicModule], exports: [IgxGeographicScatterAreaSeriesComponent, igniteuiAngularCharts.IgxScatterAreaSeriesDynamicModule] });
|
|
9027
|
+
IgxGeographicScatterAreaSeriesModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicScatterAreaSeriesModule, imports: [[common.CommonModule, igniteuiAngularCharts.IgxScatterAreaSeriesDynamicModule], igniteuiAngularCharts.IgxScatterAreaSeriesDynamicModule] });
|
|
8990
9028
|
return IgxGeographicScatterAreaSeriesModule;
|
|
8991
9029
|
}());
|
|
8992
|
-
i0
|
|
9030
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicScatterAreaSeriesModule, decorators: [{
|
|
8993
9031
|
type: i0.NgModule,
|
|
8994
9032
|
args: [{
|
|
8995
9033
|
declarations: [IgxGeographicScatterAreaSeriesComponent],
|
|
@@ -9010,12 +9048,12 @@
|
|
|
9010
9048
|
igniteuiAngularCore.TypeRegistrar.registerCons("IgxGeographicScatterAreaSeriesComponent", IgxGeographicScatterAreaSeriesComponent);
|
|
9011
9049
|
igniteuiAngularCore.TypeRegistrar.register("GeographicScatterAreaSeries", GeographicScatterAreaSeries.$type);
|
|
9012
9050
|
}
|
|
9013
|
-
IgxGeographicScatterAreaSeriesDynamicModule.ɵfac = i0
|
|
9014
|
-
IgxGeographicScatterAreaSeriesDynamicModule.ɵmod = i0
|
|
9015
|
-
IgxGeographicScatterAreaSeriesDynamicModule.ɵinj = i0
|
|
9051
|
+
IgxGeographicScatterAreaSeriesDynamicModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicScatterAreaSeriesDynamicModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
9052
|
+
IgxGeographicScatterAreaSeriesDynamicModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicScatterAreaSeriesDynamicModule, imports: [common.CommonModule, IgxGeographicScatterAreaSeriesModule], exports: [IgxGeographicScatterAreaSeriesModule] });
|
|
9053
|
+
IgxGeographicScatterAreaSeriesDynamicModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicScatterAreaSeriesDynamicModule, imports: [[common.CommonModule, IgxGeographicScatterAreaSeriesModule], IgxGeographicScatterAreaSeriesModule] });
|
|
9016
9054
|
return IgxGeographicScatterAreaSeriesDynamicModule;
|
|
9017
9055
|
}());
|
|
9018
|
-
i0
|
|
9056
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicScatterAreaSeriesDynamicModule, decorators: [{
|
|
9019
9057
|
type: i0.NgModule,
|
|
9020
9058
|
args: [{
|
|
9021
9059
|
declarations: [],
|
|
@@ -9443,11 +9481,11 @@
|
|
|
9443
9481
|
enumerable: false,
|
|
9444
9482
|
configurable: true
|
|
9445
9483
|
});
|
|
9446
|
-
IgxGeographicHighDensityScatterSeriesComponent.ɵfac = i0
|
|
9447
|
-
IgxGeographicHighDensityScatterSeriesComponent.ɵcmp = i0
|
|
9484
|
+
IgxGeographicHighDensityScatterSeriesComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicHighDensityScatterSeriesComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
9485
|
+
IgxGeographicHighDensityScatterSeriesComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicHighDensityScatterSeriesComponent, selector: "igx-geographic-high-density-scatter-series", inputs: { latitudeMemberPath: "latitudeMemberPath", longitudeMemberPath: "longitudeMemberPath", useBruteForce: "useBruteForce", progressiveLoad: "progressiveLoad", mouseOverEnabled: "mouseOverEnabled", heatMinimum: "heatMinimum", heatMaximum: "heatMaximum", heatMinimumColor: "heatMinimumColor", heatMaximumColor: "heatMaximumColor", pointExtent: "pointExtent", progressiveStatus: "progressiveStatus" }, outputs: { progressiveLoadStatusChanged: "progressiveLoadStatusChanged" }, providers: [{ provide: IgxGeographicMapSeriesHostComponent, useExisting: i0.forwardRef(function () { return IgxGeographicHighDensityScatterSeriesComponent; }) }, { provide: igniteuiAngularCharts.IgxSeriesComponent, useExisting: i0.forwardRef(function () { return IgxGeographicHighDensityScatterSeriesComponent; }) }], usesInheritance: true, ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
9448
9486
|
return IgxGeographicHighDensityScatterSeriesComponent;
|
|
9449
9487
|
}(IgxGeographicMapSeriesHostComponent));
|
|
9450
|
-
i0
|
|
9488
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicHighDensityScatterSeriesComponent, decorators: [{
|
|
9451
9489
|
type: i0.Component,
|
|
9452
9490
|
args: [{
|
|
9453
9491
|
selector: 'igx-geographic-high-density-scatter-series',
|
|
@@ -9490,12 +9528,12 @@
|
|
|
9490
9528
|
var IgxGeographicHighDensityScatterSeriesModule = /** @class */ /*@__PURE__*/ (function () {
|
|
9491
9529
|
function IgxGeographicHighDensityScatterSeriesModule() {
|
|
9492
9530
|
}
|
|
9493
|
-
IgxGeographicHighDensityScatterSeriesModule.ɵfac = i0
|
|
9494
|
-
IgxGeographicHighDensityScatterSeriesModule.ɵmod = i0
|
|
9495
|
-
IgxGeographicHighDensityScatterSeriesModule.ɵinj = i0
|
|
9531
|
+
IgxGeographicHighDensityScatterSeriesModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicHighDensityScatterSeriesModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
9532
|
+
IgxGeographicHighDensityScatterSeriesModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicHighDensityScatterSeriesModule, declarations: [IgxGeographicHighDensityScatterSeriesComponent], imports: [common.CommonModule, igniteuiAngularCharts.IgxHighDensityScatterSeriesDynamicModule], exports: [IgxGeographicHighDensityScatterSeriesComponent, igniteuiAngularCharts.IgxHighDensityScatterSeriesDynamicModule] });
|
|
9533
|
+
IgxGeographicHighDensityScatterSeriesModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicHighDensityScatterSeriesModule, imports: [[common.CommonModule, igniteuiAngularCharts.IgxHighDensityScatterSeriesDynamicModule], igniteuiAngularCharts.IgxHighDensityScatterSeriesDynamicModule] });
|
|
9496
9534
|
return IgxGeographicHighDensityScatterSeriesModule;
|
|
9497
9535
|
}());
|
|
9498
|
-
i0
|
|
9536
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicHighDensityScatterSeriesModule, decorators: [{
|
|
9499
9537
|
type: i0.NgModule,
|
|
9500
9538
|
args: [{
|
|
9501
9539
|
declarations: [IgxGeographicHighDensityScatterSeriesComponent],
|
|
@@ -9516,12 +9554,12 @@
|
|
|
9516
9554
|
igniteuiAngularCore.TypeRegistrar.registerCons("IgxGeographicHighDensityScatterSeriesComponent", IgxGeographicHighDensityScatterSeriesComponent);
|
|
9517
9555
|
igniteuiAngularCore.TypeRegistrar.register("GeographicHighDensityScatterSeries", GeographicHighDensityScatterSeries.$type);
|
|
9518
9556
|
}
|
|
9519
|
-
IgxGeographicHighDensityScatterSeriesDynamicModule.ɵfac = i0
|
|
9520
|
-
IgxGeographicHighDensityScatterSeriesDynamicModule.ɵmod = i0
|
|
9521
|
-
IgxGeographicHighDensityScatterSeriesDynamicModule.ɵinj = i0
|
|
9557
|
+
IgxGeographicHighDensityScatterSeriesDynamicModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicHighDensityScatterSeriesDynamicModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
9558
|
+
IgxGeographicHighDensityScatterSeriesDynamicModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicHighDensityScatterSeriesDynamicModule, imports: [common.CommonModule, IgxGeographicHighDensityScatterSeriesModule], exports: [IgxGeographicHighDensityScatterSeriesModule] });
|
|
9559
|
+
IgxGeographicHighDensityScatterSeriesDynamicModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicHighDensityScatterSeriesDynamicModule, imports: [[common.CommonModule, IgxGeographicHighDensityScatterSeriesModule], IgxGeographicHighDensityScatterSeriesModule] });
|
|
9522
9560
|
return IgxGeographicHighDensityScatterSeriesDynamicModule;
|
|
9523
9561
|
}());
|
|
9524
|
-
i0
|
|
9562
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicHighDensityScatterSeriesDynamicModule, decorators: [{
|
|
9525
9563
|
type: i0.NgModule,
|
|
9526
9564
|
args: [{
|
|
9527
9565
|
declarations: [],
|
|
@@ -9723,17 +9761,18 @@
|
|
|
9723
9761
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
9724
9762
|
*/
|
|
9725
9763
|
get: function () {
|
|
9726
|
-
|
|
9764
|
+
var r = this.i.q5;
|
|
9765
|
+
if (r == null) {
|
|
9727
9766
|
return null;
|
|
9728
9767
|
}
|
|
9729
|
-
if (!
|
|
9730
|
-
var e = igniteuiAngularCharts.IgxValueBrushScaleComponent._createFromInternal(
|
|
9768
|
+
if (!r.externalObject) {
|
|
9769
|
+
var e = igniteuiAngularCharts.IgxValueBrushScaleComponent._createFromInternal(r);
|
|
9731
9770
|
if (e) {
|
|
9732
|
-
e._implementation =
|
|
9771
|
+
e._implementation = r;
|
|
9733
9772
|
}
|
|
9734
|
-
|
|
9773
|
+
r.externalObject = e;
|
|
9735
9774
|
}
|
|
9736
|
-
return
|
|
9775
|
+
return r.externalObject;
|
|
9737
9776
|
},
|
|
9738
9777
|
set: function (v) {
|
|
9739
9778
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -9748,17 +9787,18 @@
|
|
|
9748
9787
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
9749
9788
|
*/
|
|
9750
9789
|
get: function () {
|
|
9751
|
-
|
|
9790
|
+
var r = this.i.q4;
|
|
9791
|
+
if (r == null) {
|
|
9752
9792
|
return null;
|
|
9753
9793
|
}
|
|
9754
|
-
if (!
|
|
9755
|
-
var e = igniteuiAngularCharts.IgxValueBrushScaleComponent._createFromInternal(
|
|
9794
|
+
if (!r.externalObject) {
|
|
9795
|
+
var e = igniteuiAngularCharts.IgxValueBrushScaleComponent._createFromInternal(r);
|
|
9756
9796
|
if (e) {
|
|
9757
|
-
e._implementation =
|
|
9797
|
+
e._implementation = r;
|
|
9758
9798
|
}
|
|
9759
|
-
|
|
9799
|
+
r.externalObject = e;
|
|
9760
9800
|
}
|
|
9761
|
-
return
|
|
9801
|
+
return r.externalObject;
|
|
9762
9802
|
},
|
|
9763
9803
|
set: function (v) {
|
|
9764
9804
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -9773,17 +9813,18 @@
|
|
|
9773
9813
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
9774
9814
|
*/
|
|
9775
9815
|
get: function () {
|
|
9776
|
-
|
|
9816
|
+
var r = this.i.q1;
|
|
9817
|
+
if (r == null) {
|
|
9777
9818
|
return null;
|
|
9778
9819
|
}
|
|
9779
|
-
if (!
|
|
9780
|
-
var e = igniteuiAngularCharts.IgxContourValueResolverComponent._createFromInternal(
|
|
9820
|
+
if (!r.externalObject) {
|
|
9821
|
+
var e = igniteuiAngularCharts.IgxContourValueResolverComponent._createFromInternal(r);
|
|
9781
9822
|
if (e) {
|
|
9782
|
-
e._implementation =
|
|
9823
|
+
e._implementation = r;
|
|
9783
9824
|
}
|
|
9784
|
-
|
|
9825
|
+
r.externalObject = e;
|
|
9785
9826
|
}
|
|
9786
|
-
return
|
|
9827
|
+
return r.externalObject;
|
|
9787
9828
|
},
|
|
9788
9829
|
set: function (v) {
|
|
9789
9830
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -9850,11 +9891,11 @@
|
|
|
9850
9891
|
enumerable: false,
|
|
9851
9892
|
configurable: true
|
|
9852
9893
|
});
|
|
9853
|
-
IgxGeographicContourLineSeriesComponent.ɵfac = i0
|
|
9854
|
-
IgxGeographicContourLineSeriesComponent.ɵcmp = i0
|
|
9894
|
+
IgxGeographicContourLineSeriesComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicContourLineSeriesComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
9895
|
+
IgxGeographicContourLineSeriesComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicContourLineSeriesComponent, selector: "igx-geographic-contour-line-series", inputs: { valueMemberPath: "valueMemberPath", fillScale: "fillScale", actualFillScale: "actualFillScale", valueResolver: "valueResolver" }, outputs: { triangulationStatusChanged: "triangulationStatusChanged" }, providers: [{ provide: IgxGeographicXYTriangulatingSeriesComponent, useExisting: i0.forwardRef(function () { return IgxGeographicContourLineSeriesComponent; }) }, { provide: IgxGeographicMapSeriesHostComponent, useExisting: i0.forwardRef(function () { return IgxGeographicContourLineSeriesComponent; }) }, { provide: igniteuiAngularCharts.IgxSeriesComponent, useExisting: i0.forwardRef(function () { return IgxGeographicContourLineSeriesComponent; }) }], usesInheritance: true, ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
9855
9896
|
return IgxGeographicContourLineSeriesComponent;
|
|
9856
9897
|
}(IgxGeographicXYTriangulatingSeriesComponent));
|
|
9857
|
-
i0
|
|
9898
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicContourLineSeriesComponent, decorators: [{
|
|
9858
9899
|
type: i0.Component,
|
|
9859
9900
|
args: [{
|
|
9860
9901
|
selector: 'igx-geographic-contour-line-series',
|
|
@@ -9883,12 +9924,12 @@
|
|
|
9883
9924
|
var IgxGeographicContourLineSeriesModule = /** @class */ /*@__PURE__*/ (function () {
|
|
9884
9925
|
function IgxGeographicContourLineSeriesModule() {
|
|
9885
9926
|
}
|
|
9886
|
-
IgxGeographicContourLineSeriesModule.ɵfac = i0
|
|
9887
|
-
IgxGeographicContourLineSeriesModule.ɵmod = i0
|
|
9888
|
-
IgxGeographicContourLineSeriesModule.ɵinj = i0
|
|
9927
|
+
IgxGeographicContourLineSeriesModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicContourLineSeriesModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
9928
|
+
IgxGeographicContourLineSeriesModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicContourLineSeriesModule, declarations: [IgxGeographicContourLineSeriesComponent], imports: [common.CommonModule, igniteuiAngularCharts.IgxScatterContourSeriesDynamicModule], exports: [IgxGeographicContourLineSeriesComponent, igniteuiAngularCharts.IgxScatterContourSeriesDynamicModule] });
|
|
9929
|
+
IgxGeographicContourLineSeriesModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicContourLineSeriesModule, imports: [[common.CommonModule, igniteuiAngularCharts.IgxScatterContourSeriesDynamicModule], igniteuiAngularCharts.IgxScatterContourSeriesDynamicModule] });
|
|
9889
9930
|
return IgxGeographicContourLineSeriesModule;
|
|
9890
9931
|
}());
|
|
9891
|
-
i0
|
|
9932
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicContourLineSeriesModule, decorators: [{
|
|
9892
9933
|
type: i0.NgModule,
|
|
9893
9934
|
args: [{
|
|
9894
9935
|
declarations: [IgxGeographicContourLineSeriesComponent],
|
|
@@ -9909,12 +9950,12 @@
|
|
|
9909
9950
|
igniteuiAngularCore.TypeRegistrar.registerCons("IgxGeographicContourLineSeriesComponent", IgxGeographicContourLineSeriesComponent);
|
|
9910
9951
|
igniteuiAngularCore.TypeRegistrar.register("GeographicContourLineSeries", GeographicContourLineSeries.$type);
|
|
9911
9952
|
}
|
|
9912
|
-
IgxGeographicContourLineSeriesDynamicModule.ɵfac = i0
|
|
9913
|
-
IgxGeographicContourLineSeriesDynamicModule.ɵmod = i0
|
|
9914
|
-
IgxGeographicContourLineSeriesDynamicModule.ɵinj = i0
|
|
9953
|
+
IgxGeographicContourLineSeriesDynamicModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicContourLineSeriesDynamicModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
9954
|
+
IgxGeographicContourLineSeriesDynamicModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicContourLineSeriesDynamicModule, imports: [common.CommonModule, IgxGeographicContourLineSeriesModule], exports: [IgxGeographicContourLineSeriesModule] });
|
|
9955
|
+
IgxGeographicContourLineSeriesDynamicModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicContourLineSeriesDynamicModule, imports: [[common.CommonModule, IgxGeographicContourLineSeriesModule], IgxGeographicContourLineSeriesModule] });
|
|
9915
9956
|
return IgxGeographicContourLineSeriesDynamicModule;
|
|
9916
9957
|
}());
|
|
9917
|
-
i0
|
|
9958
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicContourLineSeriesDynamicModule, decorators: [{
|
|
9918
9959
|
type: i0.NgModule,
|
|
9919
9960
|
args: [{
|
|
9920
9961
|
declarations: [],
|
|
@@ -9933,8 +9974,8 @@
|
|
|
9933
9974
|
var IgxGeographicMapModule = /** @class */ /*@__PURE__*/ (function () {
|
|
9934
9975
|
function IgxGeographicMapModule() {
|
|
9935
9976
|
}
|
|
9936
|
-
IgxGeographicMapModule.ɵfac = i0
|
|
9937
|
-
IgxGeographicMapModule.ɵmod = i0
|
|
9977
|
+
IgxGeographicMapModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
9978
|
+
IgxGeographicMapModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapModule, imports: [common.CommonModule, IgxGeographicShapeSeriesModule,
|
|
9938
9979
|
IgxGeographicPolylineSeriesModule,
|
|
9939
9980
|
IgxTileGeneratorMapImageryModule,
|
|
9940
9981
|
igniteuiAngularCore.IgxHeatTileGeneratorModule,
|
|
@@ -9963,7 +10004,7 @@
|
|
|
9963
10004
|
IgxGeographicContourLineSeriesModule,
|
|
9964
10005
|
IgxGeographicMapCoreModule,
|
|
9965
10006
|
igniteuiAngularCore.IgxShapeDataSourceModule] });
|
|
9966
|
-
IgxGeographicMapModule.ɵinj = i0
|
|
10007
|
+
IgxGeographicMapModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapModule, imports: [[common.CommonModule, IgxGeographicShapeSeriesModule,
|
|
9967
10008
|
IgxGeographicPolylineSeriesModule,
|
|
9968
10009
|
IgxTileGeneratorMapImageryModule,
|
|
9969
10010
|
igniteuiAngularCore.IgxHeatTileGeneratorModule,
|
|
@@ -9995,7 +10036,7 @@
|
|
|
9995
10036
|
igniteuiAngularCore.IgxShapeDataSourceModule] });
|
|
9996
10037
|
return IgxGeographicMapModule;
|
|
9997
10038
|
}());
|
|
9998
|
-
i0
|
|
10039
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapModule, decorators: [{
|
|
9999
10040
|
type: i0.NgModule,
|
|
10000
10041
|
args: [{
|
|
10001
10042
|
declarations: [],
|
|
@@ -10044,8 +10085,8 @@
|
|
|
10044
10085
|
var IgxGeographicMapDynamicModule = /** @class */ /*@__PURE__*/ (function () {
|
|
10045
10086
|
function IgxGeographicMapDynamicModule() {
|
|
10046
10087
|
}
|
|
10047
|
-
IgxGeographicMapDynamicModule.ɵfac = i0
|
|
10048
|
-
IgxGeographicMapDynamicModule.ɵmod = i0
|
|
10088
|
+
IgxGeographicMapDynamicModule.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapDynamicModule, deps: [], target: i0["ɵɵFactoryTarget"].NgModule });
|
|
10089
|
+
IgxGeographicMapDynamicModule.ɵmod = i0["ɵɵngDeclareNgModule"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapDynamicModule, imports: [common.CommonModule, IgxGeographicShapeSeriesDynamicModule,
|
|
10049
10090
|
IgxGeographicPolylineSeriesDynamicModule,
|
|
10050
10091
|
IgxTileGeneratorMapImageryDynamicModule,
|
|
10051
10092
|
igniteuiAngularCore.IgxHeatTileGeneratorDynamicModule,
|
|
@@ -10076,7 +10117,7 @@
|
|
|
10076
10117
|
IgxGeographicMapCoreDynamicModule,
|
|
10077
10118
|
igniteuiAngularCore.IgxShapeDataSourceDynamicModule,
|
|
10078
10119
|
IgxGeographicMapModule] });
|
|
10079
|
-
IgxGeographicMapDynamicModule.ɵinj = i0
|
|
10120
|
+
IgxGeographicMapDynamicModule.ɵinj = i0["ɵɵngDeclareInjector"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapDynamicModule, imports: [[common.CommonModule, IgxGeographicShapeSeriesDynamicModule,
|
|
10080
10121
|
IgxGeographicPolylineSeriesDynamicModule,
|
|
10081
10122
|
IgxTileGeneratorMapImageryDynamicModule,
|
|
10082
10123
|
igniteuiAngularCore.IgxHeatTileGeneratorDynamicModule,
|
|
@@ -10110,7 +10151,7 @@
|
|
|
10110
10151
|
IgxGeographicMapModule] });
|
|
10111
10152
|
return IgxGeographicMapDynamicModule;
|
|
10112
10153
|
}());
|
|
10113
|
-
i0
|
|
10154
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapDynamicModule, decorators: [{
|
|
10114
10155
|
type: i0.NgModule,
|
|
10115
10156
|
args: [{
|
|
10116
10157
|
declarations: [],
|
|
@@ -10589,11 +10630,11 @@
|
|
|
10589
10630
|
enumerable: false,
|
|
10590
10631
|
configurable: true
|
|
10591
10632
|
});
|
|
10592
|
-
IgxGeographicMarkerSeriesBaseComponent.ɵfac = i0
|
|
10593
|
-
IgxGeographicMarkerSeriesBaseComponent.ɵcmp = i0
|
|
10633
|
+
IgxGeographicMarkerSeriesBaseComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMarkerSeriesBaseComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
10634
|
+
IgxGeographicMarkerSeriesBaseComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicMarkerSeriesBaseComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
10594
10635
|
return IgxGeographicMarkerSeriesBaseComponent;
|
|
10595
10636
|
}(IgxGeographicMarkerSeriesComponent));
|
|
10596
|
-
i0
|
|
10637
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMarkerSeriesBaseComponent, decorators: [{
|
|
10597
10638
|
type: i0.Component,
|
|
10598
10639
|
args: [{
|
|
10599
10640
|
template: "",
|
|
@@ -10615,11 +10656,11 @@
|
|
|
10615
10656
|
enumerable: false,
|
|
10616
10657
|
configurable: true
|
|
10617
10658
|
});
|
|
10618
|
-
IgxGeographicProportionalSymbolSeriesBaseComponent.ɵfac = i0
|
|
10619
|
-
IgxGeographicProportionalSymbolSeriesBaseComponent.ɵcmp = i0
|
|
10659
|
+
IgxGeographicProportionalSymbolSeriesBaseComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicProportionalSymbolSeriesBaseComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
10660
|
+
IgxGeographicProportionalSymbolSeriesBaseComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicProportionalSymbolSeriesBaseComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
10620
10661
|
return IgxGeographicProportionalSymbolSeriesBaseComponent;
|
|
10621
10662
|
}(IgxGeographicMarkerSeriesBaseComponent));
|
|
10622
|
-
i0
|
|
10663
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicProportionalSymbolSeriesBaseComponent, decorators: [{
|
|
10623
10664
|
type: i0.Component,
|
|
10624
10665
|
args: [{
|
|
10625
10666
|
template: "",
|
|
@@ -10659,11 +10700,11 @@
|
|
|
10659
10700
|
enumerable: false,
|
|
10660
10701
|
configurable: true
|
|
10661
10702
|
});
|
|
10662
|
-
IgxGeographicShapeSeriesBaseBaseComponent.ɵfac = i0
|
|
10663
|
-
IgxGeographicShapeSeriesBaseBaseComponent.ɵcmp = i0
|
|
10703
|
+
IgxGeographicShapeSeriesBaseBaseComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicShapeSeriesBaseBaseComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
10704
|
+
IgxGeographicShapeSeriesBaseBaseComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicShapeSeriesBaseBaseComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
10664
10705
|
return IgxGeographicShapeSeriesBaseBaseComponent;
|
|
10665
10706
|
}(IgxGeographicMapSeriesHostComponent));
|
|
10666
|
-
i0
|
|
10707
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicShapeSeriesBaseBaseComponent, decorators: [{
|
|
10667
10708
|
type: i0.Component,
|
|
10668
10709
|
args: [{
|
|
10669
10710
|
template: "",
|
|
@@ -10703,11 +10744,11 @@
|
|
|
10703
10744
|
enumerable: false,
|
|
10704
10745
|
configurable: true
|
|
10705
10746
|
});
|
|
10706
|
-
IgxGeographicSymbolSeriesBaseComponent.ɵfac = i0
|
|
10707
|
-
IgxGeographicSymbolSeriesBaseComponent.ɵcmp = i0
|
|
10747
|
+
IgxGeographicSymbolSeriesBaseComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicSymbolSeriesBaseComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
10748
|
+
IgxGeographicSymbolSeriesBaseComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicSymbolSeriesBaseComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
10708
10749
|
return IgxGeographicSymbolSeriesBaseComponent;
|
|
10709
10750
|
}(IgxGeographicMarkerSeriesBaseComponent));
|
|
10710
|
-
i0
|
|
10751
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicSymbolSeriesBaseComponent, decorators: [{
|
|
10711
10752
|
type: i0.Component,
|
|
10712
10753
|
args: [{
|
|
10713
10754
|
template: "",
|
|
@@ -10747,11 +10788,11 @@
|
|
|
10747
10788
|
enumerable: false,
|
|
10748
10789
|
configurable: true
|
|
10749
10790
|
});
|
|
10750
|
-
IgxGeographicXYTriangulatingSeriesBaseComponent.ɵfac = i0
|
|
10751
|
-
IgxGeographicXYTriangulatingSeriesBaseComponent.ɵcmp = i0
|
|
10791
|
+
IgxGeographicXYTriangulatingSeriesBaseComponent.ɵfac = i0["ɵɵngDeclareFactory"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicXYTriangulatingSeriesBaseComponent, deps: [], target: i0["ɵɵFactoryTarget"].Component });
|
|
10792
|
+
IgxGeographicXYTriangulatingSeriesBaseComponent.ɵcmp = i0["ɵɵngDeclareComponent"]({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicXYTriangulatingSeriesBaseComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
10752
10793
|
return IgxGeographicXYTriangulatingSeriesBaseComponent;
|
|
10753
10794
|
}(IgxGeographicMapSeriesHostComponent));
|
|
10754
|
-
i0
|
|
10795
|
+
i0["ɵɵngDeclareClassMetadata"]({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicXYTriangulatingSeriesBaseComponent, decorators: [{
|
|
10755
10796
|
type: i0.Component,
|
|
10756
10797
|
args: [{
|
|
10757
10798
|
template: "",
|