@ng-atomic/common 19.0.0-preview.5 → 19.0.0-preview.7
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 +28 -28
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.7",
|
|
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.7",
|
|
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.7",
|
|
21
|
+
"@nx-ddd/common": "19.0.0-preview.7",
|
|
22
22
|
"class-validator": "^0.14.0",
|
|
23
23
|
"ngxtension": "^2.0.0",
|
|
24
24
|
"ffprobe-wasm": "^0.3.1",
|
|
@@ -175,6 +175,30 @@
|
|
|
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
|
+
},
|
|
178
202
|
"./services/app": {
|
|
179
203
|
"types": "./services/app/index.d.ts",
|
|
180
204
|
"default": "./fesm2022/ng-atomic-common-services-app.mjs"
|
|
@@ -259,30 +283,6 @@
|
|
|
259
283
|
"types": "./services/ui/index.d.ts",
|
|
260
284
|
"default": "./fesm2022/ng-atomic-common-services-ui.mjs"
|
|
261
285
|
},
|
|
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"
|