@ng-atomic/common 19.0.0-preview.7 → 19.0.0-preview.8
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 +36 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-atomic/common",
|
|
3
|
-
"version": "19.0.0-preview.
|
|
3
|
+
"version": "19.0.0-preview.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "19.1.2",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"@angular/material": "19.1.2",
|
|
12
12
|
"@angular/router": "19.1.4",
|
|
13
13
|
"@ngrx/component-store": "19.0.1",
|
|
14
|
-
"@nx-ddd/core": "19.0.0-preview.
|
|
14
|
+
"@nx-ddd/core": "19.0.0-preview.8",
|
|
15
15
|
"dayjs": "1.11.13",
|
|
16
16
|
"flat": "^6.0.0",
|
|
17
17
|
"lodash-es": "^4.17.15",
|
|
18
18
|
"papaparse": "^5.4.1",
|
|
19
19
|
"rxjs": "^7.0.0",
|
|
20
|
-
"@ng-atomic/core": "19.0.0-preview.
|
|
21
|
-
"@nx-ddd/common": "19.0.0-preview.
|
|
20
|
+
"@ng-atomic/core": "19.0.0-preview.8",
|
|
21
|
+
"@nx-ddd/common": "19.0.0-preview.8",
|
|
22
22
|
"class-validator": "^0.14.0",
|
|
23
23
|
"ngxtension": "^2.0.0",
|
|
24
24
|
"ffprobe-wasm": "^0.3.1",
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
"types": "./directives/ios-safari-scroll-buggyfill/index.d.ts",
|
|
64
64
|
"default": "./fesm2022/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs"
|
|
65
65
|
},
|
|
66
|
-
"./directives/resize-column": {
|
|
67
|
-
"types": "./directives/resize-column/index.d.ts",
|
|
68
|
-
"default": "./fesm2022/ng-atomic-common-directives-resize-column.mjs"
|
|
69
|
-
},
|
|
70
66
|
"./interceptors/authorization": {
|
|
71
67
|
"types": "./interceptors/authorization/index.d.ts",
|
|
72
68
|
"default": "./fesm2022/ng-atomic-common-interceptors-authorization.mjs"
|
|
73
69
|
},
|
|
70
|
+
"./directives/resize-column": {
|
|
71
|
+
"types": "./directives/resize-column/index.d.ts",
|
|
72
|
+
"default": "./fesm2022/ng-atomic-common-directives-resize-column.mjs"
|
|
73
|
+
},
|
|
74
74
|
"./interceptors/throttle": {
|
|
75
75
|
"types": "./interceptors/throttle/index.d.ts",
|
|
76
76
|
"default": "./fesm2022/ng-atomic-common-interceptors-throttle.mjs"
|
|
@@ -175,30 +175,6 @@
|
|
|
175
175
|
"types": "./pipes/yen/index.d.ts",
|
|
176
176
|
"default": "./fesm2022/ng-atomic-common-pipes-yen.mjs"
|
|
177
177
|
},
|
|
178
|
-
"./stores/entities": {
|
|
179
|
-
"types": "./stores/entities/index.d.ts",
|
|
180
|
-
"default": "./fesm2022/ng-atomic-common-stores-entities.mjs"
|
|
181
|
-
},
|
|
182
|
-
"./stores/entity": {
|
|
183
|
-
"types": "./stores/entity/index.d.ts",
|
|
184
|
-
"default": "./fesm2022/ng-atomic-common-stores-entity.mjs"
|
|
185
|
-
},
|
|
186
|
-
"./stores/query": {
|
|
187
|
-
"types": "./stores/query/index.d.ts",
|
|
188
|
-
"default": "./fesm2022/ng-atomic-common-stores-query.mjs"
|
|
189
|
-
},
|
|
190
|
-
"./stores/pagination": {
|
|
191
|
-
"types": "./stores/pagination/index.d.ts",
|
|
192
|
-
"default": "./fesm2022/ng-atomic-common-stores-pagination.mjs"
|
|
193
|
-
},
|
|
194
|
-
"./stores/selection": {
|
|
195
|
-
"types": "./stores/selection/index.d.ts",
|
|
196
|
-
"default": "./fesm2022/ng-atomic-common-stores-selection.mjs"
|
|
197
|
-
},
|
|
198
|
-
"./stores/sort": {
|
|
199
|
-
"types": "./stores/sort/index.d.ts",
|
|
200
|
-
"default": "./fesm2022/ng-atomic-common-stores-sort.mjs"
|
|
201
|
-
},
|
|
202
178
|
"./services/app": {
|
|
203
179
|
"types": "./services/app/index.d.ts",
|
|
204
180
|
"default": "./fesm2022/ng-atomic-common-services-app.mjs"
|
|
@@ -215,14 +191,14 @@
|
|
|
215
191
|
"types": "./services/chips-manager/index.d.ts",
|
|
216
192
|
"default": "./fesm2022/ng-atomic-common-services-chips-manager.mjs"
|
|
217
193
|
},
|
|
218
|
-
"./services/csv": {
|
|
219
|
-
"types": "./services/csv/index.d.ts",
|
|
220
|
-
"default": "./fesm2022/ng-atomic-common-services-csv.mjs"
|
|
221
|
-
},
|
|
222
194
|
"./services/fab": {
|
|
223
195
|
"types": "./services/fab/index.d.ts",
|
|
224
196
|
"default": "./fesm2022/ng-atomic-common-services-fab.mjs"
|
|
225
197
|
},
|
|
198
|
+
"./services/csv": {
|
|
199
|
+
"types": "./services/csv/index.d.ts",
|
|
200
|
+
"default": "./fesm2022/ng-atomic-common-services-csv.mjs"
|
|
201
|
+
},
|
|
226
202
|
"./services/form": {
|
|
227
203
|
"types": "./services/form/index.d.ts",
|
|
228
204
|
"default": "./fesm2022/ng-atomic-common-services-form.mjs"
|
|
@@ -283,6 +259,30 @@
|
|
|
283
259
|
"types": "./services/ui/index.d.ts",
|
|
284
260
|
"default": "./fesm2022/ng-atomic-common-services-ui.mjs"
|
|
285
261
|
},
|
|
262
|
+
"./stores/entities": {
|
|
263
|
+
"types": "./stores/entities/index.d.ts",
|
|
264
|
+
"default": "./fesm2022/ng-atomic-common-stores-entities.mjs"
|
|
265
|
+
},
|
|
266
|
+
"./stores/entity": {
|
|
267
|
+
"types": "./stores/entity/index.d.ts",
|
|
268
|
+
"default": "./fesm2022/ng-atomic-common-stores-entity.mjs"
|
|
269
|
+
},
|
|
270
|
+
"./stores/pagination": {
|
|
271
|
+
"types": "./stores/pagination/index.d.ts",
|
|
272
|
+
"default": "./fesm2022/ng-atomic-common-stores-pagination.mjs"
|
|
273
|
+
},
|
|
274
|
+
"./stores/query": {
|
|
275
|
+
"types": "./stores/query/index.d.ts",
|
|
276
|
+
"default": "./fesm2022/ng-atomic-common-stores-query.mjs"
|
|
277
|
+
},
|
|
278
|
+
"./stores/selection": {
|
|
279
|
+
"types": "./stores/selection/index.d.ts",
|
|
280
|
+
"default": "./fesm2022/ng-atomic-common-stores-selection.mjs"
|
|
281
|
+
},
|
|
282
|
+
"./stores/sort": {
|
|
283
|
+
"types": "./stores/sort/index.d.ts",
|
|
284
|
+
"default": "./fesm2022/ng-atomic-common-stores-sort.mjs"
|
|
285
|
+
},
|
|
286
286
|
"./directives/molecules/column": {
|
|
287
287
|
"types": "./directives/molecules/column/index.d.ts",
|
|
288
288
|
"default": "./fesm2022/ng-atomic-common-directives-molecules-column.mjs"
|