@aggdirect/coolmap 2.0.8 → 2.1.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/README.md +34 -1
- package/esm2020/aggdirect-coolmap.mjs +5 -0
- package/esm2020/lib/component/add-route/add-route.component.mjs +317 -0
- package/esm2020/lib/component/job-code/job-code.component.mjs +174 -0
- package/esm2020/lib/component/map/map.component.mjs +37 -0
- package/esm2020/lib/component/nav/layout/add-route-nav/add-route-nav.component.mjs +145 -0
- package/esm2020/lib/component/nav/layout/job-code-nav/job-code-nav.component.mjs +114 -0
- package/esm2020/lib/component/nav/nav.component.mjs +52 -0
- package/esm2020/lib/component/route-jobcode-list/job-code-list-card/job-code-list-card.component.mjs +72 -0
- package/esm2020/lib/component/route-jobcode-list/route-jobcode-list.component.mjs +314 -0
- package/esm2020/lib/component/route-jobcode-list/sms-card-details-overview/sms-card-details-overview.component.mjs +19 -0
- package/esm2020/lib/component/route-jobcode-list/view-route-list-card/view-route-list-card.component.mjs +29 -0
- package/esm2020/lib/component/shared/dialog/dialog.component.mjs +29 -0
- package/esm2020/lib/component/shared/estimation-display/estimation-display.component.mjs +19 -0
- package/esm2020/lib/component/shared/job-route-list/job-route-list.component.mjs +71 -0
- package/esm2020/lib/component/shared/jobcode-overview/jobcode-overview.component.mjs +19 -0
- package/esm2020/lib/component/shared/jobcode-status/jobcode-status.component.mjs +14 -0
- package/esm2020/lib/coolmap.module.mjs +182 -0
- package/esm2020/public-api.mjs +19 -0
- package/fesm2015/aggdirect-coolmap.mjs +1524 -0
- package/fesm2015/aggdirect-coolmap.mjs.map +1 -0
- package/fesm2020/aggdirect-coolmap.mjs +1490 -0
- package/fesm2020/aggdirect-coolmap.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/component/add-route/add-route.component.d.ts +61 -60
- package/lib/component/job-code/job-code.component.d.ts +40 -29
- package/lib/component/map/map.component.d.ts +15 -12
- package/lib/component/nav/layout/add-route-nav/add-route-nav.component.d.ts +49 -36
- package/lib/component/nav/layout/job-code-nav/job-code-nav.component.d.ts +42 -34
- package/lib/component/nav/nav.component.d.ts +31 -28
- package/lib/component/route-jobcode-list/job-code-list-card/job-code-list-card.component.d.ts +20 -16
- package/lib/component/route-jobcode-list/route-jobcode-list.component.d.ts +42 -39
- package/lib/component/route-jobcode-list/sms-card-details-overview/sms-card-details-overview.component.d.ts +9 -6
- package/lib/component/route-jobcode-list/view-route-list-card/view-route-list-card.component.d.ts +11 -8
- package/lib/component/shared/dialog/dialog.component.d.ts +13 -10
- package/lib/component/shared/estimation-display/estimation-display.component.d.ts +9 -6
- package/lib/component/shared/job-route-list/job-route-list.component.d.ts +26 -21
- package/lib/component/shared/jobcode-overview/jobcode-overview.component.d.ts +9 -6
- package/lib/component/shared/jobcode-status/jobcode-status.component.d.ts +8 -5
- package/lib/coolmap.module.d.ts +43 -2
- package/package.json +40 -15
- package/public-api.d.ts +15 -16
- package/bundles/coolmap.umd.js +0 -1383
- package/bundles/coolmap.umd.js.map +0 -1
- package/bundles/coolmap.umd.min.js +0 -2
- package/bundles/coolmap.umd.min.js.map +0 -1
- package/coolmap.d.ts +0 -5
- package/coolmap.metadata.json +0 -1
- package/esm2015/coolmap.js +0 -6
- package/esm2015/coolmap.ngsummary.json +0 -1
- package/esm2015/lib/component/add-route/add-route.component.js +0 -309
- package/esm2015/lib/component/add-route/add-route.component.ngfactory.js +0 -304
- package/esm2015/lib/component/add-route/add-route.component.ngsummary.json +0 -1
- package/esm2015/lib/component/job-code/job-code.component.js +0 -116
- package/esm2015/lib/component/job-code/job-code.component.ngfactory.js +0 -77
- package/esm2015/lib/component/job-code/job-code.component.ngsummary.json +0 -1
- package/esm2015/lib/component/map/map.component.js +0 -39
- package/esm2015/lib/component/map/map.component.ngfactory.js +0 -23
- package/esm2015/lib/component/map/map.component.ngsummary.json +0 -1
- package/esm2015/lib/component/nav/layout/add-route-nav/add-route-nav.component.js +0 -79
- package/esm2015/lib/component/nav/layout/add-route-nav/add-route-nav.component.ngfactory.js +0 -142
- package/esm2015/lib/component/nav/layout/add-route-nav/add-route-nav.component.ngsummary.json +0 -1
- package/esm2015/lib/component/nav/layout/job-code-nav/job-code-nav.component.js +0 -82
- package/esm2015/lib/component/nav/layout/job-code-nav/job-code-nav.component.ngfactory.js +0 -194
- package/esm2015/lib/component/nav/layout/job-code-nav/job-code-nav.component.ngsummary.json +0 -1
- package/esm2015/lib/component/nav/nav.component.js +0 -54
- package/esm2015/lib/component/nav/nav.component.ngfactory.js +0 -43
- package/esm2015/lib/component/nav/nav.component.ngsummary.json +0 -1
- package/esm2015/lib/component/route-jobcode-list/job-code-list-card/job-code-list-card.component.js +0 -66
- package/esm2015/lib/component/route-jobcode-list/job-code-list-card/job-code-list-card.component.ngfactory.js +0 -46
- package/esm2015/lib/component/route-jobcode-list/job-code-list-card/job-code-list-card.component.ngsummary.json +0 -1
- package/esm2015/lib/component/route-jobcode-list/route-jobcode-list.component.js +0 -301
- package/esm2015/lib/component/route-jobcode-list/route-jobcode-list.component.ngfactory.js +0 -99
- package/esm2015/lib/component/route-jobcode-list/route-jobcode-list.component.ngsummary.json +0 -1
- package/esm2015/lib/component/route-jobcode-list/sms-card-details-overview/sms-card-details-overview.component.js +0 -20
- package/esm2015/lib/component/route-jobcode-list/sms-card-details-overview/sms-card-details-overview.component.ngfactory.js +0 -21
- package/esm2015/lib/component/route-jobcode-list/sms-card-details-overview/sms-card-details-overview.component.ngsummary.json +0 -1
- package/esm2015/lib/component/route-jobcode-list/view-route-list-card/view-route-list-card.component.js +0 -30
- package/esm2015/lib/component/route-jobcode-list/view-route-list-card/view-route-list-card.component.ngfactory.js +0 -30
- package/esm2015/lib/component/route-jobcode-list/view-route-list-card/view-route-list-card.component.ngsummary.json +0 -1
- package/esm2015/lib/component/shared/dialog/dialog.component.js +0 -29
- package/esm2015/lib/component/shared/dialog/dialog.component.ngfactory.js +0 -24
- package/esm2015/lib/component/shared/dialog/dialog.component.ngsummary.json +0 -1
- package/esm2015/lib/component/shared/estimation-display/estimation-display.component.js +0 -20
- package/esm2015/lib/component/shared/estimation-display/estimation-display.component.ngfactory.js +0 -23
- package/esm2015/lib/component/shared/estimation-display/estimation-display.component.ngsummary.json +0 -1
- package/esm2015/lib/component/shared/job-route-list/job-route-list.component.js +0 -63
- package/esm2015/lib/component/shared/job-route-list/job-route-list.component.ngfactory.js +0 -134
- package/esm2015/lib/component/shared/job-route-list/job-route-list.component.ngsummary.json +0 -1
- package/esm2015/lib/component/shared/jobcode-overview/jobcode-overview.component.js +0 -20
- package/esm2015/lib/component/shared/jobcode-overview/jobcode-overview.component.ngfactory.js +0 -19
- package/esm2015/lib/component/shared/jobcode-overview/jobcode-overview.component.ngsummary.json +0 -1
- package/esm2015/lib/component/shared/jobcode-status/jobcode-status.component.js +0 -16
- package/esm2015/lib/component/shared/jobcode-status/jobcode-status.component.ngfactory.js +0 -17
- package/esm2015/lib/component/shared/jobcode-status/jobcode-status.component.ngsummary.json +0 -1
- package/esm2015/lib/coolmap.component.js +0 -18
- package/esm2015/lib/coolmap.component.ngfactory.js +0 -16
- package/esm2015/lib/coolmap.component.ngsummary.json +0 -1
- package/esm2015/lib/coolmap.module.js +0 -108
- package/esm2015/lib/coolmap.module.ngfactory.js +0 -46
- package/esm2015/lib/coolmap.module.ngsummary.json +0 -1
- package/esm2015/public-api.js +0 -20
- package/esm2015/public-api.ngsummary.json +0 -1
- package/fesm2015/coolmap.js +0 -1317
- package/fesm2015/coolmap.js.map +0 -1
- package/lib/component/add-route/add-route.component.ngfactory.d.ts +0 -1
- package/lib/component/job-code/job-code.component.ngfactory.d.ts +0 -1
- package/lib/component/map/map.component.ngfactory.d.ts +0 -1
- package/lib/component/nav/layout/add-route-nav/add-route-nav.component.ngfactory.d.ts +0 -1
- package/lib/component/nav/layout/job-code-nav/job-code-nav.component.ngfactory.d.ts +0 -1
- package/lib/component/nav/nav.component.ngfactory.d.ts +0 -1
- package/lib/component/route-jobcode-list/job-code-list-card/job-code-list-card.component.ngfactory.d.ts +0 -1
- package/lib/component/route-jobcode-list/route-jobcode-list.component.ngfactory.d.ts +0 -1
- package/lib/component/route-jobcode-list/sms-card-details-overview/sms-card-details-overview.component.ngfactory.d.ts +0 -1
- package/lib/component/route-jobcode-list/view-route-list-card/view-route-list-card.component.ngfactory.d.ts +0 -1
- package/lib/component/shared/dialog/dialog.component.ngfactory.d.ts +0 -1
- package/lib/component/shared/estimation-display/estimation-display.component.ngfactory.d.ts +0 -1
- package/lib/component/shared/job-route-list/job-route-list.component.ngfactory.d.ts +0 -1
- package/lib/component/shared/jobcode-overview/jobcode-overview.component.ngfactory.d.ts +0 -1
- package/lib/component/shared/jobcode-status/jobcode-status.component.ngfactory.d.ts +0 -1
- package/lib/coolmap.component.d.ts +0 -5
- package/lib/coolmap.component.ngfactory.d.ts +0 -1
- package/lib/coolmap.module.ngfactory.d.ts +0 -3
package/lib/coolmap.module.d.ts
CHANGED
|
@@ -1,2 +1,43 @@
|
|
|
1
|
-
|
|
2
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import { CoolmapConfigModel } from '@aggdirect/coolmap-services';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "./component/map/map.component";
|
|
5
|
+
import * as i2 from "./component/nav/nav.component";
|
|
6
|
+
import * as i3 from "./component/nav/layout/add-route-nav/add-route-nav.component";
|
|
7
|
+
import * as i4 from "./component/nav/layout/job-code-nav/job-code-nav.component";
|
|
8
|
+
import * as i5 from "./component/route-jobcode-list/route-jobcode-list.component";
|
|
9
|
+
import * as i6 from "./component/route-jobcode-list/view-route-list-card/view-route-list-card.component";
|
|
10
|
+
import * as i7 from "./component/route-jobcode-list/sms-card-details-overview/sms-card-details-overview.component";
|
|
11
|
+
import * as i8 from "./component/route-jobcode-list/job-code-list-card/job-code-list-card.component";
|
|
12
|
+
import * as i9 from "./component/job-code/job-code.component";
|
|
13
|
+
import * as i10 from "./component/shared/job-route-list/job-route-list.component";
|
|
14
|
+
import * as i11 from "./component/shared/jobcode-status/jobcode-status.component";
|
|
15
|
+
import * as i12 from "./component/shared/jobcode-overview/jobcode-overview.component";
|
|
16
|
+
import * as i13 from "./component/shared/dialog/dialog.component";
|
|
17
|
+
import * as i14 from "./component/add-route/add-route.component";
|
|
18
|
+
import * as i15 from "./component/shared/estimation-display/estimation-display.component";
|
|
19
|
+
import * as i16 from "@angular/common";
|
|
20
|
+
import * as i17 from "@angular/material/snack-bar";
|
|
21
|
+
import * as i18 from "@angular/material/sidenav";
|
|
22
|
+
import * as i19 from "@angular/cdk/drag-drop";
|
|
23
|
+
import * as i20 from "@angular/forms";
|
|
24
|
+
import * as i21 from "@angular/material/input";
|
|
25
|
+
import * as i22 from "@angular/material/select";
|
|
26
|
+
import * as i23 from "@angular/material/icon";
|
|
27
|
+
import * as i24 from "@angular/material/autocomplete";
|
|
28
|
+
import * as i25 from "@angular/material/form-field";
|
|
29
|
+
import * as i26 from "@angular/material/progress-spinner";
|
|
30
|
+
import * as i27 from "@angular/material/chips";
|
|
31
|
+
import * as i28 from "@angular/material/dialog";
|
|
32
|
+
import * as i29 from "@angular/material/tooltip";
|
|
33
|
+
import * as i30 from "@angular/material/datepicker";
|
|
34
|
+
import * as i31 from "@angular/material/core";
|
|
35
|
+
import * as i32 from "ngx-perfect-scrollbar";
|
|
36
|
+
import * as i33 from "@angular/material/button";
|
|
37
|
+
import * as i34 from "@angular/material/progress-bar";
|
|
38
|
+
export declare class CoolmapModule {
|
|
39
|
+
static forRoot(memberData: CoolmapConfigModel): ModuleWithProviders<CoolmapModule>;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CoolmapModule, never>;
|
|
41
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CoolmapModule, [typeof i1.MapComponent, typeof i2.NavComponent, typeof i3.AddRouteNavComponent, typeof i4.JobCodeNavComponent, typeof i5.RouteJobCodeListComponent, typeof i6.ViewRouteListCardComponent, typeof i7.SmsCardDetailsOverviewComponent, typeof i8.JobCodeListCardComponent, typeof i9.JobCodeComponent, typeof i10.JobRouteListComponent, typeof i11.JobcodeStatusComponent, typeof i12.JobcodeOverviewComponent, typeof i13.DialogComponent, typeof i14.AddRouteComponent, typeof i15.EstimationDisplayComponent], [typeof i16.CommonModule, typeof i17.MatSnackBarModule, typeof i18.MatSidenavModule, typeof i19.DragDropModule, typeof i20.FormsModule, typeof i21.MatInputModule, typeof i22.MatSelectModule, typeof i23.MatIconModule, typeof i20.ReactiveFormsModule, typeof i24.MatAutocompleteModule, typeof i25.MatFormFieldModule, typeof i26.MatProgressSpinnerModule, typeof i27.MatChipsModule, typeof i28.MatDialogModule, typeof i29.MatTooltipModule, typeof i30.MatDatepickerModule, typeof i31.MatNativeDateModule, typeof i32.PerfectScrollbarModule, typeof i31.MatPseudoCheckboxModule, typeof i33.MatButtonModule, typeof i34.MatProgressBarModule], [typeof i1.MapComponent, typeof i2.NavComponent, typeof i3.AddRouteNavComponent, typeof i4.JobCodeNavComponent, typeof i5.RouteJobCodeListComponent, typeof i6.ViewRouteListCardComponent, typeof i7.SmsCardDetailsOverviewComponent, typeof i8.JobCodeListCardComponent, typeof i9.JobCodeComponent, typeof i10.JobRouteListComponent, typeof i11.JobcodeStatusComponent, typeof i12.JobcodeOverviewComponent, typeof i13.DialogComponent, typeof i14.AddRouteComponent]>;
|
|
42
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CoolmapModule>;
|
|
43
|
+
}
|
package/package.json
CHANGED
|
@@ -1,28 +1,53 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aggdirect/coolmap",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
5
|
+
"@angular/common": "^14.2.0",
|
|
6
|
+
"@angular/core": "^14.2.0"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"tslib": "^2.
|
|
9
|
+
"tslib": "^2.3.0"
|
|
10
|
+
},
|
|
11
|
+
"allowedNonPeerDependencies": {
|
|
12
|
+
"mapbox-gl": "^2.10.0",
|
|
13
|
+
"@types/mapbox-gl": "^2.7.5",
|
|
14
|
+
"@turf/turf": "^6.5.0",
|
|
15
|
+
"deck.gl": "^8.4.16"
|
|
16
|
+
},
|
|
17
|
+
"description": "This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.0.",
|
|
18
|
+
"main": "karma.conf.js",
|
|
19
|
+
"author": "Navin Vishwakarma <navin@ogmaconceptions.com>",
|
|
20
|
+
"contributors": [
|
|
21
|
+
"Santanu Das <santanu.das@ogmaconceptions.com>"
|
|
22
|
+
],
|
|
23
|
+
"license": "ISC",
|
|
24
|
+
"keywords": [
|
|
25
|
+
"coolmap"
|
|
26
|
+
],
|
|
27
|
+
"module": "fesm2015/aggdirect-coolmap.mjs",
|
|
28
|
+
"es2020": "fesm2020/aggdirect-coolmap.mjs",
|
|
29
|
+
"esm2020": "esm2020/aggdirect-coolmap.mjs",
|
|
30
|
+
"fesm2020": "fesm2020/aggdirect-coolmap.mjs",
|
|
31
|
+
"fesm2015": "fesm2015/aggdirect-coolmap.mjs",
|
|
32
|
+
"typings": "index.d.ts",
|
|
33
|
+
"exports": {
|
|
34
|
+
"./package.json": {
|
|
35
|
+
"default": "./package.json"
|
|
36
|
+
},
|
|
37
|
+
".": {
|
|
38
|
+
"types": "./index.d.ts",
|
|
39
|
+
"esm2020": "./esm2020/aggdirect-coolmap.mjs",
|
|
40
|
+
"es2020": "./fesm2020/aggdirect-coolmap.mjs",
|
|
41
|
+
"es2015": "./fesm2015/aggdirect-coolmap.mjs",
|
|
42
|
+
"node": "./fesm2015/aggdirect-coolmap.mjs",
|
|
43
|
+
"default": "./fesm2020/aggdirect-coolmap.mjs"
|
|
44
|
+
}
|
|
10
45
|
},
|
|
11
|
-
"main": "bundles/coolmap.umd.js",
|
|
12
|
-
"module": "fesm2015/coolmap.js",
|
|
13
|
-
"es2015": "fesm2015/coolmap.js",
|
|
14
|
-
"esm2015": "esm2015/coolmap.js",
|
|
15
|
-
"fesm2015": "fesm2015/coolmap.js",
|
|
16
|
-
"typings": "coolmap.d.ts",
|
|
17
|
-
"metadata": "coolmap.metadata.json",
|
|
18
46
|
"sideEffects": false,
|
|
19
|
-
"description": "This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.",
|
|
20
47
|
"directories": {
|
|
21
48
|
"lib": "lib"
|
|
22
49
|
},
|
|
23
50
|
"scripts": {
|
|
24
51
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
25
|
-
}
|
|
26
|
-
"author": "",
|
|
27
|
-
"license": "ISC"
|
|
52
|
+
}
|
|
28
53
|
}
|
package/public-api.d.ts
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
export * from './lib/coolmap.
|
|
2
|
-
export * from './lib/
|
|
3
|
-
export * from './lib/component/
|
|
4
|
-
export * from './lib/component/nav/nav.component';
|
|
5
|
-
export * from './lib/component/nav/layout/
|
|
6
|
-
export * from './lib/component/
|
|
7
|
-
export * from './lib/component/route-jobcode-list/route-
|
|
8
|
-
export * from './lib/component/route-jobcode-list/
|
|
9
|
-
export * from './lib/component/route-jobcode-list/
|
|
10
|
-
export * from './lib/component/
|
|
11
|
-
export * from './lib/component/
|
|
12
|
-
export * from './lib/component/
|
|
13
|
-
export * from './lib/component/shared/
|
|
14
|
-
export * from './lib/component/shared/
|
|
15
|
-
export * from './lib/component/shared/
|
|
16
|
-
export * from './lib/component/shared/dialog/dialog.component';
|
|
1
|
+
export * from './lib/coolmap.module';
|
|
2
|
+
export * from './lib/component/map/map.component';
|
|
3
|
+
export * from './lib/component/nav/nav.component';
|
|
4
|
+
export * from './lib/component/nav/layout/add-route-nav/add-route-nav.component';
|
|
5
|
+
export * from './lib/component/nav/layout/job-code-nav/job-code-nav.component';
|
|
6
|
+
export * from './lib/component/route-jobcode-list/route-jobcode-list.component';
|
|
7
|
+
export * from './lib/component/route-jobcode-list/view-route-list-card/view-route-list-card.component';
|
|
8
|
+
export * from './lib/component/route-jobcode-list/sms-card-details-overview/sms-card-details-overview.component';
|
|
9
|
+
export * from './lib/component/route-jobcode-list/job-code-list-card/job-code-list-card.component';
|
|
10
|
+
export * from './lib/component/job-code/job-code.component';
|
|
11
|
+
export * from './lib/component/add-route/add-route.component';
|
|
12
|
+
export * from './lib/component/shared/jobcode-status/jobcode-status.component';
|
|
13
|
+
export * from './lib/component/shared/job-route-list/job-route-list.component';
|
|
14
|
+
export * from './lib/component/shared/jobcode-overview/jobcode-overview.component';
|
|
15
|
+
export * from './lib/component/shared/dialog/dialog.component';
|