Skip to content

Commit

Permalink
Migration to Angular 15
Browse files Browse the repository at this point in the history
- Browserslist file deleted by Angular migration as it matches CLI's default configuration
- Demo is now a standalone component
  • Loading branch information
jagomf committed Nov 21, 2023
1 parent 44a33b3 commit 4061ff0
Show file tree
Hide file tree
Showing 21 changed files with 2,362 additions and 2,023 deletions.
18 changes: 0 additions & 18 deletions .browserslistrc

This file was deleted.

8 changes: 4 additions & 4 deletions dist/countries-map/esm2020/lib/base-map.component.mjs

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions dist/countries-map/esm2020/lib/countries-map.component.mjs

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/countries-map/esm2020/lib/countries-map.module.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import { CountriesMapComponent } from './countries-map.component';
import * as i0 from "@angular/core";
export class CountriesMapModule {
}
CountriesMapModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CountriesMapModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
CountriesMapModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: CountriesMapModule, declarations: [CountriesMapBaseComponent, CountriesMapComponent], imports: [CommonModule], exports: [CountriesMapComponent] });
CountriesMapModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CountriesMapModule, imports: [CommonModule] });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CountriesMapModule, decorators: [{
CountriesMapModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CountriesMapModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
CountriesMapModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: CountriesMapModule, declarations: [CountriesMapBaseComponent, CountriesMapComponent], imports: [CommonModule], exports: [CountriesMapComponent] });
CountriesMapModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CountriesMapModule, imports: [CommonModule] });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CountriesMapModule, decorators: [{
type: NgModule,
args: [{
imports: [
Expand All @@ -20,4 +20,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
]
}]
}] });
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY291bnRyaWVzLW1hcC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9saWIvc3JjL2xpYi9jb3VudHJpZXMtbWFwLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUNqRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFXbEUsTUFBTSxPQUFPLGtCQUFrQjs7K0dBQWxCLGtCQUFrQjtnSEFBbEIsa0JBQWtCLGlCQUxkLHlCQUF5QixFQUFFLHFCQUFxQixhQUY3RCxZQUFZLGFBSVoscUJBQXFCO2dIQUdaLGtCQUFrQixZQVAzQixZQUFZOzJGQU9ILGtCQUFrQjtrQkFUOUIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxZQUFZLEVBQUUsQ0FBQyx5QkFBeUIsRUFBRSxxQkFBcUIsQ0FBQztvQkFDaEUsT0FBTyxFQUFFO3dCQUNQLHFCQUFxQjtxQkFDdEI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENvdW50cmllc01hcEJhc2VDb21wb25lbnQgfSBmcm9tICcuL2Jhc2UtbWFwLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDb3VudHJpZXNNYXBDb21wb25lbnQgfSBmcm9tICcuL2NvdW50cmllcy1tYXAuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZVxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtDb3VudHJpZXNNYXBCYXNlQ29tcG9uZW50LCBDb3VudHJpZXNNYXBDb21wb25lbnRdLFxuICBleHBvcnRzOiBbXG4gICAgQ291bnRyaWVzTWFwQ29tcG9uZW50XG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQ291bnRyaWVzTWFwTW9kdWxlIHsgfVxuIl19
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY291bnRyaWVzLW1hcC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9saWIvc3JjL2xpYi9jb3VudHJpZXMtbWFwLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUNqRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFXbEUsTUFBTSxPQUFPLGtCQUFrQjs7Z0hBQWxCLGtCQUFrQjtpSEFBbEIsa0JBQWtCLGlCQUxkLHlCQUF5QixFQUFFLHFCQUFxQixhQUY3RCxZQUFZLGFBSVoscUJBQXFCO2lIQUdaLGtCQUFrQixZQVAzQixZQUFZOzRGQU9ILGtCQUFrQjtrQkFUOUIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxZQUFZLEVBQUUsQ0FBQyx5QkFBeUIsRUFBRSxxQkFBcUIsQ0FBQztvQkFDaEUsT0FBTyxFQUFFO3dCQUNQLHFCQUFxQjtxQkFDdEI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENvdW50cmllc01hcEJhc2VDb21wb25lbnQgfSBmcm9tICcuL2Jhc2UtbWFwLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDb3VudHJpZXNNYXBDb21wb25lbnQgfSBmcm9tICcuL2NvdW50cmllcy1tYXAuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZVxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtDb3VudHJpZXNNYXBCYXNlQ29tcG9uZW50LCBDb3VudHJpZXNNYXBDb21wb25lbnRdLFxuICBleHBvcnRzOiBbXG4gICAgQ291bnRyaWVzTWFwQ29tcG9uZW50XG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQ291bnRyaWVzTWFwTW9kdWxlIHsgfVxuIl19
32 changes: 16 additions & 16 deletions dist/countries-map/fesm2015/countries-map.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/countries-map/fesm2015/countries-map.mjs.map

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions dist/countries-map/fesm2020/countries-map.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/countries-map/fesm2020/countries-map.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/countries-map/lib/base-map.component.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
*/
export declare class CountriesMapBaseComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<CountriesMapBaseComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CountriesMapBaseComponent, "countries-map-base", never, {}, {}, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<CountriesMapBaseComponent, "countries-map-base", never, {}, {}, never, never, false, never>;
}
2 changes: 1 addition & 1 deletion dist/countries-map/lib/countries-map.component.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ export declare class CountriesMapComponent implements AfterViewInit, OnChanges {
target?: SVGElement;
}): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CountriesMapComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CountriesMapComponent, "countries-map", never, { "data": "data"; "countryLabel": "countryLabel"; "valueLabel": "valueLabel"; "showCaption": "showCaption"; "captionBelow": "captionBelow"; "minValue": "minValue"; "maxValue": "maxValue"; "minColor": "minColor"; "maxColor": "maxColor"; "backgroundColor": "backgroundColor"; "noDataColor": "noDataColor"; "exceptionColor": "exceptionColor"; }, { "chartReady": "chartReady"; "chartError": "chartError"; "chartSelect": "chartSelect"; }, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<CountriesMapComponent, "countries-map", never, { "data": "data"; "countryLabel": "countryLabel"; "valueLabel": "valueLabel"; "showCaption": "showCaption"; "captionBelow": "captionBelow"; "minValue": "minValue"; "maxValue": "maxValue"; "minColor": "minColor"; "maxColor": "maxColor"; "backgroundColor": "backgroundColor"; "noDataColor": "noDataColor"; "exceptionColor": "exceptionColor"; }, { "chartReady": "chartReady"; "chartError": "chartError"; "chartSelect": "chartSelect"; }, never, never, false, never>;
}
2 changes: 1 addition & 1 deletion dist/countries-map/lib/data-types.interface.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export declare type ValidExtraData = string | number;
export type ValidExtraData = string | number;
export interface SelectionExtra {
key: string;
val: ValidExtraData;
Expand Down
6 changes: 3 additions & 3 deletions dist/countries-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "countries-map",
"version": "4.6.0",
"version": "4.7.0",
"description": "World countries datamaps component for Angular",
"license": "MIT",
"author": "Jago MF <[email protected]>",
Expand All @@ -16,8 +16,8 @@
"Charts"
],
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0"
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0"
},
"dependencies": {
"@jagomf/countrieslist": "^3.0.0",
Expand Down
Loading

0 comments on commit 4061ff0

Please sign in to comment.