@aggdirect/coolmap 3.0.3 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/README.md +39 -33
  2. package/fesm2022/coolmap.mjs +1436 -0
  3. package/fesm2022/coolmap.mjs.map +1 -0
  4. package/index.d.ts +101 -5
  5. package/package.json +12 -32
  6. package/esm2022/aggdirect-coolmap.mjs +0 -5
  7. package/esm2022/lib/component/add-route/add-route.component.mjs +0 -433
  8. package/esm2022/lib/component/job-code/job-code.component.mjs +0 -181
  9. package/esm2022/lib/component/map/map.component.mjs +0 -39
  10. package/esm2022/lib/component/nav/layout/add-route-nav/add-route-nav.component.mjs +0 -151
  11. package/esm2022/lib/component/nav/layout/job-code-nav/job-code-nav.component.mjs +0 -194
  12. package/esm2022/lib/component/nav/nav.component.mjs +0 -54
  13. package/esm2022/lib/component/route-jobcode-list/job-code-list-card/job-code-list-card.component.mjs +0 -77
  14. package/esm2022/lib/component/route-jobcode-list/route-jobcode-list.component.mjs +0 -319
  15. package/esm2022/lib/component/route-jobcode-list/sms-card-details-overview/sms-card-details-overview.component.mjs +0 -19
  16. package/esm2022/lib/component/route-jobcode-list/view-route-list-card/view-route-list-card.component.mjs +0 -37
  17. package/esm2022/lib/component/shared/dialog/dialog.component.mjs +0 -31
  18. package/esm2022/lib/component/shared/estimation-display/estimation-display.component.mjs +0 -18
  19. package/esm2022/lib/component/shared/job-route-list/job-route-list.component.mjs +0 -79
  20. package/esm2022/lib/component/shared/jobcode-overview/jobcode-overview.component.mjs +0 -24
  21. package/esm2022/lib/component/shared/jobcode-status/jobcode-status.component.mjs +0 -15
  22. package/esm2022/lib/component/shared/route-info-card/route-info-card.component.mjs +0 -62
  23. package/esm2022/lib/component/shared/searchoptiongroup/searchoptiongroup.component.mjs +0 -25
  24. package/esm2022/lib/coolmap.module.mjs +0 -193
  25. package/esm2022/public-api.mjs +0 -19
  26. package/fesm2022/aggdirect-coolmap.mjs +0 -1822
  27. package/fesm2022/aggdirect-coolmap.mjs.map +0 -1
  28. package/lib/component/add-route/add-route.component.d.ts +0 -73
  29. package/lib/component/job-code/job-code.component.d.ts +0 -41
  30. package/lib/component/map/map.component.d.ts +0 -15
  31. package/lib/component/nav/layout/add-route-nav/add-route-nav.component.d.ts +0 -49
  32. package/lib/component/nav/layout/job-code-nav/job-code-nav.component.d.ts +0 -48
  33. package/lib/component/nav/nav.component.d.ts +0 -31
  34. package/lib/component/route-jobcode-list/job-code-list-card/job-code-list-card.component.d.ts +0 -20
  35. package/lib/component/route-jobcode-list/route-jobcode-list.component.d.ts +0 -42
  36. package/lib/component/route-jobcode-list/sms-card-details-overview/sms-card-details-overview.component.d.ts +0 -9
  37. package/lib/component/route-jobcode-list/view-route-list-card/view-route-list-card.component.d.ts +0 -12
  38. package/lib/component/shared/dialog/dialog.component.d.ts +0 -13
  39. package/lib/component/shared/estimation-display/estimation-display.component.d.ts +0 -8
  40. package/lib/component/shared/job-route-list/job-route-list.component.d.ts +0 -26
  41. package/lib/component/shared/jobcode-overview/jobcode-overview.component.d.ts +0 -10
  42. package/lib/component/shared/jobcode-status/jobcode-status.component.d.ts +0 -7
  43. package/lib/component/shared/route-info-card/route-info-card.component.d.ts +0 -32
  44. package/lib/component/shared/searchoptiongroup/searchoptiongroup.component.d.ts +0 -14
  45. package/lib/coolmap.module.d.ts +0 -46
  46. package/public-api.d.ts +0 -15
package/README.md CHANGED
@@ -1,57 +1,63 @@
1
1
  # Coolmap
2
2
 
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.0.
3
+ This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.3.0.
4
4
 
5
+ ## Code scaffolding
5
6
 
6
- ## Installation
7
-
8
- To Install the library
7
+ Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
9
8
 
10
- `Run npm install @aggdirect/coolmap`
9
+ ```bash
10
+ ng generate component component-name
11
+ ```
11
12
 
12
- ## Usage
13
+ For a complete list of available schematics (such as `components`, `directives`, or `pipes`), run:
13
14
 
14
- Providing the global configuration is optional and when used you should only provide the configuration in your root module.
15
+ ```bash
16
+ ng generate --help
17
+ ```
15
18
 
16
- `import { CoolmapModule } from '@aggdirect/coolmap';`
19
+ ## Building
17
20
 
18
- Following we can use for coolmap.
21
+ To build the library, run:
19
22
 
20
- <app-nav (drawer)="boolean" (changeNav)="$event"></app-nav>
23
+ ```bash
24
+ ng build coolmap
25
+ ```
21
26
 
22
- <app-add-route-nav [navValue]="string"
23
- (changeNav)="$event"
24
- (addemit)="$event"
25
- [updateRouteList]="boolean"></app-add-route-nav>
27
+ This command will compile your project, and the build artifacts will be placed in the `dist/` directory.
26
28
 
27
- <app-map></app-map>
29
+ ### Publishing the Library
28
30
 
29
- <app-job-code
30
- [jobdetail]=""
31
- (clearJobDetails)="$event"></app-job-code>
31
+ Once the project is built, you can publish your library by following these steps:
32
32
 
33
- <app-add-route
34
- (changeNav)="$event"
35
- [routeData]="boolean"
36
- (updateRouteList)="$event"></app-add-route>
33
+ 1. Navigate to the `dist` directory:
34
+ ```bash
35
+ cd dist/coolmap
36
+ ```
37
37
 
38
- ## Code scaffolding
38
+ 2. Run the `npm publish` command to publish your library to the npm registry:
39
+ ```bash
40
+ npm publish
41
+ ```
39
42
 
40
- Run `ng generate component component-name --project coolmap` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project coolmap`.
41
- > Note: Don't forget to add `--project coolmap` or else it will be added to the default project in your `angular.json` file.
43
+ ## Running unit tests
42
44
 
43
- ## Build
45
+ To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:
44
46
 
45
- Run `ng build coolmap` to build the project. The build artifacts will be stored in the `dist/` directory.
47
+ ```bash
48
+ ng test
49
+ ```
46
50
 
47
- ## Publishing
51
+ ## Running end-to-end tests
48
52
 
49
- After building your library with `ng build coolmap`, go to the dist folder `cd dist/coolmap` and run `npm publish`.
53
+ For end-to-end (e2e) testing, run:
50
54
 
51
- ## Running unit tests
55
+ ```bash
56
+ ng e2e
57
+ ```
52
58
 
53
- Run `ng test coolmap` to execute the unit tests via [Karma](https://karma-runner.github.io).
59
+ Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.
54
60
 
55
- ## Further help
61
+ ## Additional Resources
56
62
 
57
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
63
+ For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.