@ng-atomic/common 19.8.1 → 19.8.2
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 +23 -23
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-atomic/common",
|
|
3
|
-
"version": "19.8.
|
|
3
|
+
"version": "19.8.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@nx-ddd/core": "19.8.
|
|
7
|
-
"@nx-ddd/common": "19.8.
|
|
6
|
+
"@nx-ddd/core": "19.8.2",
|
|
7
|
+
"@nx-ddd/common": "19.8.2"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "^2.3.0"
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
"types": "./index.d.ts",
|
|
20
20
|
"default": "./fesm2022/ng-atomic-common.mjs"
|
|
21
21
|
},
|
|
22
|
+
"./interceptors": {
|
|
23
|
+
"types": "./interceptors/index.d.ts",
|
|
24
|
+
"default": "./fesm2022/ng-atomic-common-interceptors.mjs"
|
|
25
|
+
},
|
|
22
26
|
"./models": {
|
|
23
27
|
"types": "./models/index.d.ts",
|
|
24
28
|
"default": "./fesm2022/ng-atomic-common-models.mjs"
|
|
@@ -27,10 +31,6 @@
|
|
|
27
31
|
"types": "./utils/index.d.ts",
|
|
28
32
|
"default": "./fesm2022/ng-atomic-common-utils.mjs"
|
|
29
33
|
},
|
|
30
|
-
"./interceptors": {
|
|
31
|
-
"types": "./interceptors/index.d.ts",
|
|
32
|
-
"default": "./fesm2022/ng-atomic-common-interceptors.mjs"
|
|
33
|
-
},
|
|
34
34
|
"./directives/fallback-src": {
|
|
35
35
|
"types": "./directives/fallback-src/index.d.ts",
|
|
36
36
|
"default": "./fesm2022/ng-atomic-common-directives-fallback-src.mjs"
|
|
@@ -43,6 +43,18 @@
|
|
|
43
43
|
"types": "./directives/resize-column/index.d.ts",
|
|
44
44
|
"default": "./fesm2022/ng-atomic-common-directives-resize-column.mjs"
|
|
45
45
|
},
|
|
46
|
+
"./interceptors/authorization": {
|
|
47
|
+
"types": "./interceptors/authorization/index.d.ts",
|
|
48
|
+
"default": "./fesm2022/ng-atomic-common-interceptors-authorization.mjs"
|
|
49
|
+
},
|
|
50
|
+
"./interceptors/throttle": {
|
|
51
|
+
"types": "./interceptors/throttle/index.d.ts",
|
|
52
|
+
"default": "./fesm2022/ng-atomic-common-interceptors-throttle.mjs"
|
|
53
|
+
},
|
|
54
|
+
"./interceptors/token": {
|
|
55
|
+
"types": "./interceptors/token/index.d.ts",
|
|
56
|
+
"default": "./fesm2022/ng-atomic-common-interceptors-token.mjs"
|
|
57
|
+
},
|
|
46
58
|
"./pipes/actions": {
|
|
47
59
|
"types": "./pipes/actions/index.d.ts",
|
|
48
60
|
"default": "./fesm2022/ng-atomic-common-pipes-actions.mjs"
|
|
@@ -151,6 +163,10 @@
|
|
|
151
163
|
"types": "./services/breakpoint/index.d.ts",
|
|
152
164
|
"default": "./fesm2022/ng-atomic-common-services-breakpoint.mjs"
|
|
153
165
|
},
|
|
166
|
+
"./services/chips-manager": {
|
|
167
|
+
"types": "./services/chips-manager/index.d.ts",
|
|
168
|
+
"default": "./fesm2022/ng-atomic-common-services-chips-manager.mjs"
|
|
169
|
+
},
|
|
154
170
|
"./services/csv": {
|
|
155
171
|
"types": "./services/csv/index.d.ts",
|
|
156
172
|
"default": "./fesm2022/ng-atomic-common-services-csv.mjs"
|
|
@@ -247,26 +263,10 @@
|
|
|
247
263
|
"types": "./stores/sort/index.d.ts",
|
|
248
264
|
"default": "./fesm2022/ng-atomic-common-stores-sort.mjs"
|
|
249
265
|
},
|
|
250
|
-
"./interceptors/authorization": {
|
|
251
|
-
"types": "./interceptors/authorization/index.d.ts",
|
|
252
|
-
"default": "./fesm2022/ng-atomic-common-interceptors-authorization.mjs"
|
|
253
|
-
},
|
|
254
|
-
"./interceptors/throttle": {
|
|
255
|
-
"types": "./interceptors/throttle/index.d.ts",
|
|
256
|
-
"default": "./fesm2022/ng-atomic-common-interceptors-throttle.mjs"
|
|
257
|
-
},
|
|
258
|
-
"./interceptors/token": {
|
|
259
|
-
"types": "./interceptors/token/index.d.ts",
|
|
260
|
-
"default": "./fesm2022/ng-atomic-common-interceptors-token.mjs"
|
|
261
|
-
},
|
|
262
266
|
"./directives/molecules/column": {
|
|
263
267
|
"types": "./directives/molecules/column/index.d.ts",
|
|
264
268
|
"default": "./fesm2022/ng-atomic-common-directives-molecules-column.mjs"
|
|
265
269
|
},
|
|
266
|
-
"./services/chips-manager": {
|
|
267
|
-
"types": "./services/chips-manager/index.d.ts",
|
|
268
|
-
"default": "./fesm2022/ng-atomic-common-services-chips-manager.mjs"
|
|
269
|
-
},
|
|
270
270
|
"./services/form/_index": {
|
|
271
271
|
"types": "./services/form/_index/index.d.ts",
|
|
272
272
|
"default": "./fesm2022/ng-atomic-common-services-form-_index.mjs"
|