@acorex/components 20.7.16 → 20.7.18

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,9 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "20.7.16",
3
+ "version": "20.7.18",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.7.16",
6
- "@acorex/cdk": "20.7.16",
5
+ "@acorex/core": "20.7.18",
6
+ "@acorex/cdk": "20.7.18",
7
7
  "polytype": ">=0.17.0",
8
8
  "angular-imask": ">=7.6.1",
9
9
  "gridstack": ">=12.0.0",
@@ -56,6 +56,10 @@
56
56
  "types": "./index.d.ts",
57
57
  "default": "./fesm2022/acorex-components.mjs"
58
58
  },
59
+ "./accordion": {
60
+ "types": "./accordion/index.d.ts",
61
+ "default": "./fesm2022/acorex-components-accordion.mjs"
62
+ },
59
63
  "./action-sheet": {
60
64
  "types": "./action-sheet/index.d.ts",
61
65
  "default": "./fesm2022/acorex-components-action-sheet.mjs"
@@ -68,10 +72,6 @@
68
72
  "types": "./aspect-ratio/index.d.ts",
69
73
  "default": "./fesm2022/acorex-components-aspect-ratio.mjs"
70
74
  },
71
- "./accordion": {
72
- "types": "./accordion/index.d.ts",
73
- "default": "./fesm2022/acorex-components-accordion.mjs"
74
- },
75
75
  "./audio-wave": {
76
76
  "types": "./audio-wave/index.d.ts",
77
77
  "default": "./fesm2022/acorex-components-audio-wave.mjs"
@@ -256,14 +256,14 @@
256
256
  "types": "./list/index.d.ts",
257
257
  "default": "./fesm2022/acorex-components-list.mjs"
258
258
  },
259
- "./loading": {
260
- "types": "./loading/index.d.ts",
261
- "default": "./fesm2022/acorex-components-loading.mjs"
262
- },
263
259
  "./loading-dialog": {
264
260
  "types": "./loading-dialog/index.d.ts",
265
261
  "default": "./fesm2022/acorex-components-loading-dialog.mjs"
266
262
  },
263
+ "./loading": {
264
+ "types": "./loading/index.d.ts",
265
+ "default": "./fesm2022/acorex-components-loading.mjs"
266
+ },
267
267
  "./map": {
268
268
  "types": "./map/index.d.ts",
269
269
  "default": "./fesm2022/acorex-components-map.mjs"
@@ -356,14 +356,14 @@
356
356
  "types": "./range-slider/index.d.ts",
357
357
  "default": "./fesm2022/acorex-components-range-slider.mjs"
358
358
  },
359
- "./rate-picker": {
360
- "types": "./rate-picker/index.d.ts",
361
- "default": "./fesm2022/acorex-components-rate-picker.mjs"
362
- },
363
359
  "./rest-api-generator": {
364
360
  "types": "./rest-api-generator/index.d.ts",
365
361
  "default": "./fesm2022/acorex-components-rest-api-generator.mjs"
366
362
  },
363
+ "./rate-picker": {
364
+ "types": "./rate-picker/index.d.ts",
365
+ "default": "./fesm2022/acorex-components-rate-picker.mjs"
366
+ },
367
367
  "./result": {
368
368
  "types": "./result/index.d.ts",
369
369
  "default": "./fesm2022/acorex-components-result.mjs"
@@ -428,14 +428,14 @@
428
428
  "types": "./switch/index.d.ts",
429
429
  "default": "./fesm2022/acorex-components-switch.mjs"
430
430
  },
431
- "./tag": {
432
- "types": "./tag/index.d.ts",
433
- "default": "./fesm2022/acorex-components-tag.mjs"
434
- },
435
431
  "./tabs": {
436
432
  "types": "./tabs/index.d.ts",
437
433
  "default": "./fesm2022/acorex-components-tabs.mjs"
438
434
  },
435
+ "./tag": {
436
+ "types": "./tag/index.d.ts",
437
+ "default": "./fesm2022/acorex-components-tag.mjs"
438
+ },
439
439
  "./tag-box": {
440
440
  "types": "./tag-box/index.d.ts",
441
441
  "default": "./fesm2022/acorex-components-tag-box.mjs"
@@ -464,14 +464,14 @@
464
464
  "types": "./toolbar/index.d.ts",
465
465
  "default": "./fesm2022/acorex-components-toolbar.mjs"
466
466
  },
467
- "./tree-view": {
468
- "types": "./tree-view/index.d.ts",
469
- "default": "./fesm2022/acorex-components-tree-view.mjs"
470
- },
471
467
  "./tooltip": {
472
468
  "types": "./tooltip/index.d.ts",
473
469
  "default": "./fesm2022/acorex-components-tooltip.mjs"
474
470
  },
471
+ "./tree-view": {
472
+ "types": "./tree-view/index.d.ts",
473
+ "default": "./fesm2022/acorex-components-tree-view.mjs"
474
+ },
475
475
  "./tree-view-legacy": {
476
476
  "types": "./tree-view-legacy/index.d.ts",
477
477
  "default": "./fesm2022/acorex-components-tree-view-legacy.mjs"