@ng-atomic/common 19.24.1 → 19.25.0

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 (1) hide show
  1. package/package.json +43 -43
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@ng-atomic/common",
3
- "version": "19.24.1",
3
+ "version": "19.25.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
- "@nx-ddd/core": "19.24.1",
7
- "@nx-ddd/common": "19.24.1"
6
+ "@nx-ddd/core": "19.25.0",
7
+ "@nx-ddd/common": "19.25.0"
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "^2.3.0"
@@ -27,14 +27,14 @@
27
27
  "types": "./models/index.d.ts",
28
28
  "default": "./fesm2022/ng-atomic-common-models.mjs"
29
29
  },
30
- "./directives/active-control": {
31
- "types": "./directives/active-control/index.d.ts",
32
- "default": "./fesm2022/ng-atomic-common-directives-active-control.mjs"
33
- },
34
30
  "./utils": {
35
31
  "types": "./utils/index.d.ts",
36
32
  "default": "./fesm2022/ng-atomic-common-utils.mjs"
37
33
  },
34
+ "./directives/active-control": {
35
+ "types": "./directives/active-control/index.d.ts",
36
+ "default": "./fesm2022/ng-atomic-common-directives-active-control.mjs"
37
+ },
38
38
  "./directives/fallback-src": {
39
39
  "types": "./directives/fallback-src/index.d.ts",
40
40
  "default": "./fesm2022/ng-atomic-common-directives-fallback-src.mjs"
@@ -91,14 +91,14 @@
91
91
  "types": "./pipes/grouped-by/index.d.ts",
92
92
  "default": "./fesm2022/ng-atomic-common-pipes-grouped-by.mjs"
93
93
  },
94
- "./pipes/index-length": {
95
- "types": "./pipes/index-length/index.d.ts",
96
- "default": "./fesm2022/ng-atomic-common-pipes-index-length.mjs"
97
- },
98
94
  "./pipes/index": {
99
95
  "types": "./pipes/index/index.d.ts",
100
96
  "default": "./fesm2022/ng-atomic-common-pipes-index.mjs"
101
97
  },
98
+ "./pipes/index-length": {
99
+ "types": "./pipes/index-length/index.d.ts",
100
+ "default": "./fesm2022/ng-atomic-common-pipes-index-length.mjs"
101
+ },
102
102
  "./pipes/keys": {
103
103
  "types": "./pipes/keys/index.d.ts",
104
104
  "default": "./fesm2022/ng-atomic-common-pipes-keys.mjs"
@@ -143,42 +143,18 @@
143
143
  "types": "./pipes/sort/index.d.ts",
144
144
  "default": "./fesm2022/ng-atomic-common-pipes-sort.mjs"
145
145
  },
146
- "./pipes/style": {
147
- "types": "./pipes/style/index.d.ts",
148
- "default": "./fesm2022/ng-atomic-common-pipes-style.mjs"
149
- },
150
146
  "./pipes/sort-by": {
151
147
  "types": "./pipes/sort-by/index.d.ts",
152
148
  "default": "./fesm2022/ng-atomic-common-pipes-sort-by.mjs"
153
149
  },
150
+ "./pipes/style": {
151
+ "types": "./pipes/style/index.d.ts",
152
+ "default": "./fesm2022/ng-atomic-common-pipes-style.mjs"
153
+ },
154
154
  "./pipes/yen": {
155
155
  "types": "./pipes/yen/index.d.ts",
156
156
  "default": "./fesm2022/ng-atomic-common-pipes-yen.mjs"
157
157
  },
158
- "./stores/entities": {
159
- "types": "./stores/entities/index.d.ts",
160
- "default": "./fesm2022/ng-atomic-common-stores-entities.mjs"
161
- },
162
- "./stores/entity": {
163
- "types": "./stores/entity/index.d.ts",
164
- "default": "./fesm2022/ng-atomic-common-stores-entity.mjs"
165
- },
166
- "./stores/pagination": {
167
- "types": "./stores/pagination/index.d.ts",
168
- "default": "./fesm2022/ng-atomic-common-stores-pagination.mjs"
169
- },
170
- "./stores/query": {
171
- "types": "./stores/query/index.d.ts",
172
- "default": "./fesm2022/ng-atomic-common-stores-query.mjs"
173
- },
174
- "./stores/selection": {
175
- "types": "./stores/selection/index.d.ts",
176
- "default": "./fesm2022/ng-atomic-common-stores-selection.mjs"
177
- },
178
- "./stores/sort": {
179
- "types": "./stores/sort/index.d.ts",
180
- "default": "./fesm2022/ng-atomic-common-stores-sort.mjs"
181
- },
182
158
  "./services/app": {
183
159
  "types": "./services/app/index.d.ts",
184
160
  "default": "./fesm2022/ng-atomic-common-services-app.mjs"
@@ -267,6 +243,30 @@
267
243
  "types": "./services/ui/index.d.ts",
268
244
  "default": "./fesm2022/ng-atomic-common-services-ui.mjs"
269
245
  },
246
+ "./stores/entities": {
247
+ "types": "./stores/entities/index.d.ts",
248
+ "default": "./fesm2022/ng-atomic-common-stores-entities.mjs"
249
+ },
250
+ "./stores/entity": {
251
+ "types": "./stores/entity/index.d.ts",
252
+ "default": "./fesm2022/ng-atomic-common-stores-entity.mjs"
253
+ },
254
+ "./stores/pagination": {
255
+ "types": "./stores/pagination/index.d.ts",
256
+ "default": "./fesm2022/ng-atomic-common-stores-pagination.mjs"
257
+ },
258
+ "./stores/query": {
259
+ "types": "./stores/query/index.d.ts",
260
+ "default": "./fesm2022/ng-atomic-common-stores-query.mjs"
261
+ },
262
+ "./stores/selection": {
263
+ "types": "./stores/selection/index.d.ts",
264
+ "default": "./fesm2022/ng-atomic-common-stores-selection.mjs"
265
+ },
266
+ "./stores/sort": {
267
+ "types": "./stores/sort/index.d.ts",
268
+ "default": "./fesm2022/ng-atomic-common-stores-sort.mjs"
269
+ },
270
270
  "./directives/molecules/column": {
271
271
  "types": "./directives/molecules/column/index.d.ts",
272
272
  "default": "./fesm2022/ng-atomic-common-directives-molecules-column.mjs"
@@ -283,14 +283,14 @@
283
283
  "types": "./services/form/json-schema/index.d.ts",
284
284
  "default": "./fesm2022/ng-atomic-common-services-form-json-schema.mjs"
285
285
  },
286
- "./services/form/sort": {
287
- "types": "./services/form/sort/index.d.ts",
288
- "default": "./fesm2022/ng-atomic-common-services-form-sort.mjs"
289
- },
290
286
  "./services/form/pagination": {
291
287
  "types": "./services/form/pagination/index.d.ts",
292
288
  "default": "./fesm2022/ng-atomic-common-services-form-pagination.mjs"
293
289
  },
290
+ "./services/form/sort": {
291
+ "types": "./services/form/sort/index.d.ts",
292
+ "default": "./fesm2022/ng-atomic-common-services-form-sort.mjs"
293
+ },
294
294
  "./services/sheets/actions": {
295
295
  "types": "./services/sheets/actions/index.d.ts",
296
296
  "default": "./fesm2022/ng-atomic-common-services-sheets-actions.mjs"