@acorex/components 20.6.31 → 20.6.32

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 +22 -22
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "20.6.31",
3
+ "version": "20.6.32",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.6.31",
6
- "@acorex/cdk": "20.6.31",
5
+ "@acorex/core": "20.6.32",
6
+ "@acorex/cdk": "20.6.32",
7
7
  "polytype": ">=0.17.0",
8
8
  "angular-imask": ">=7.6.1",
9
9
  "gridstack": ">=12.0.0",
@@ -60,6 +60,10 @@
60
60
  "types": "./accordion/index.d.ts",
61
61
  "default": "./fesm2022/acorex-components-accordion.mjs"
62
62
  },
63
+ "./action-sheet": {
64
+ "types": "./action-sheet/index.d.ts",
65
+ "default": "./fesm2022/acorex-components-action-sheet.mjs"
66
+ },
63
67
  "./alert": {
64
68
  "types": "./alert/index.d.ts",
65
69
  "default": "./fesm2022/acorex-components-alert.mjs"
@@ -72,22 +76,18 @@
72
76
  "types": "./audio-wave/index.d.ts",
73
77
  "default": "./fesm2022/acorex-components-audio-wave.mjs"
74
78
  },
75
- "./action-sheet": {
76
- "types": "./action-sheet/index.d.ts",
77
- "default": "./fesm2022/acorex-components-action-sheet.mjs"
78
- },
79
79
  "./autocomplete": {
80
80
  "types": "./autocomplete/index.d.ts",
81
81
  "default": "./fesm2022/acorex-components-autocomplete.mjs"
82
82
  },
83
- "./badge": {
84
- "types": "./badge/index.d.ts",
85
- "default": "./fesm2022/acorex-components-badge.mjs"
86
- },
87
83
  "./avatar": {
88
84
  "types": "./avatar/index.d.ts",
89
85
  "default": "./fesm2022/acorex-components-avatar.mjs"
90
86
  },
87
+ "./badge": {
88
+ "types": "./badge/index.d.ts",
89
+ "default": "./fesm2022/acorex-components-badge.mjs"
90
+ },
91
91
  "./bottom-navigation": {
92
92
  "types": "./bottom-navigation/index.d.ts",
93
93
  "default": "./fesm2022/acorex-components-bottom-navigation.mjs"
@@ -412,22 +412,22 @@
412
412
  "types": "./skeleton/index.d.ts",
413
413
  "default": "./fesm2022/acorex-components-skeleton.mjs"
414
414
  },
415
- "./sliding-item": {
416
- "types": "./sliding-item/index.d.ts",
417
- "default": "./fesm2022/acorex-components-sliding-item.mjs"
418
- },
419
415
  "./slider": {
420
416
  "types": "./slider/index.d.ts",
421
417
  "default": "./fesm2022/acorex-components-slider.mjs"
422
418
  },
423
- "./step-wizard": {
424
- "types": "./step-wizard/index.d.ts",
425
- "default": "./fesm2022/acorex-components-step-wizard.mjs"
419
+ "./sliding-item": {
420
+ "types": "./sliding-item/index.d.ts",
421
+ "default": "./fesm2022/acorex-components-sliding-item.mjs"
426
422
  },
427
423
  "./switch": {
428
424
  "types": "./switch/index.d.ts",
429
425
  "default": "./fesm2022/acorex-components-switch.mjs"
430
426
  },
427
+ "./step-wizard": {
428
+ "types": "./step-wizard/index.d.ts",
429
+ "default": "./fesm2022/acorex-components-step-wizard.mjs"
430
+ },
431
431
  "./tabs": {
432
432
  "types": "./tabs/index.d.ts",
433
433
  "default": "./fesm2022/acorex-components-tabs.mjs"
@@ -468,14 +468,14 @@
468
468
  "types": "./tooltip/index.d.ts",
469
469
  "default": "./fesm2022/acorex-components-tooltip.mjs"
470
470
  },
471
- "./tree-view-legacy": {
472
- "types": "./tree-view-legacy/index.d.ts",
473
- "default": "./fesm2022/acorex-components-tree-view-legacy.mjs"
474
- },
475
471
  "./tree-view": {
476
472
  "types": "./tree-view/index.d.ts",
477
473
  "default": "./fesm2022/acorex-components-tree-view.mjs"
478
474
  },
475
+ "./tree-view-legacy": {
476
+ "types": "./tree-view-legacy/index.d.ts",
477
+ "default": "./fesm2022/acorex-components-tree-view-legacy.mjs"
478
+ },
479
479
  "./uploader": {
480
480
  "types": "./uploader/index.d.ts",
481
481
  "default": "./fesm2022/acorex-components-uploader.mjs"