@wolkabout/commons 0.0.4 → 0.0.6

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/package.json CHANGED
@@ -1,9 +1,25 @@
1
1
  {
2
2
  "name": "@wolkabout/commons",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "peerDependencies": {
5
- "@angular/common": "^20.3.10",
6
- "@angular/core": "^20.3.10"
5
+ "@angular/cdk": "^20.2.11",
6
+ "@angular/common": "^20.3.9",
7
+ "@angular/core": "^20.3.9",
8
+ "@angular/forms": "^20.3.9",
9
+ "@angular/google-maps": "^20.2.11",
10
+ "@angular/material": "^20.2.11",
11
+ "@angular/platform-browser": "^20.3.9",
12
+ "@angular/router": "^20.3.9",
13
+ "@googlemaps/markerclusterer": "^2.6.2",
14
+ "@material/material-color-utilities": "^0.3.0",
15
+ "@ngx-translate/core": "^17.0.0",
16
+ "echarts": ">=5.0.0",
17
+ "jwt-decode": "^4.0.0",
18
+ "luxon": "^3.7.2",
19
+ "ngx-drag-drop": "^20.0.1",
20
+ "ngx-echarts": "^20.0.2",
21
+ "ngx-mat-timepicker": "^20.0.1",
22
+ "rxjs": "~7.8.2"
7
23
  },
8
24
  "dependencies": {
9
25
  "tslib": "^2.3.0"
@@ -1,23 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { Injectable } from '@angular/core';
3
- import { BehaviorSubject } from 'rxjs';
4
-
5
- class CommonsService {
6
- secretMessage = new BehaviorSubject('Empty');
7
- constructor() { }
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CommonsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CommonsService, providedIn: 'root' });
10
- }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CommonsService, decorators: [{
12
- type: Injectable,
13
- args: [{
14
- providedIn: 'root'
15
- }]
16
- }], ctorParameters: () => [] });
17
-
18
- /**
19
- * Generated bundle index. Do not edit.
20
- */
21
-
22
- export { CommonsService };
23
- //# sourceMappingURL=commons.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"commons.mjs","sources":["../../../projects/commons/src/lib/commons.service.ts","../../../projects/commons/src/commons.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\r\nimport { BehaviorSubject } from 'rxjs';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class CommonsService {\r\n\r\n public secretMessage = new BehaviorSubject<string>('Empty');\r\n\r\n constructor() { }\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,cAAc,CAAA;AAElB,IAAA,aAAa,GAAG,IAAI,eAAe,CAAS,OAAO,CAAC;AAE3D,IAAA,WAAA,GAAA,EAAgB;wGAJL,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA;AAAd,IAAA,OAAA,KAAA,GAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,cAFb,MAAM,EAAA,CAAA;;4FAEP,cAAc,EAAA,UAAA,EAAA,CAAA;kBAH1B,UAAU;AAAC,YAAA,IAAA,EAAA,CAAA;AACV,oBAAA,UAAU,EAAE;AACb,iBAAA;;;ACLD;;AAEG;;;;"}