@acorex/components 20.6.11 → 20.6.12
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 +27 -27
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.6.
|
|
3
|
+
"version": "20.6.12",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.6.
|
|
6
|
-
"@acorex/cdk": "20.6.
|
|
5
|
+
"@acorex/core": "20.6.12",
|
|
6
|
+
"@acorex/cdk": "20.6.12",
|
|
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
|
+
"./alert": {
|
|
60
|
+
"types": "./alert/index.d.ts",
|
|
61
|
+
"default": "./fesm2022/acorex-components-alert.mjs"
|
|
62
|
+
},
|
|
59
63
|
"./accordion": {
|
|
60
64
|
"types": "./accordion/index.d.ts",
|
|
61
65
|
"default": "./fesm2022/acorex-components-accordion.mjs"
|
|
@@ -64,10 +68,6 @@
|
|
|
64
68
|
"types": "./action-sheet/index.d.ts",
|
|
65
69
|
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
|
66
70
|
},
|
|
67
|
-
"./alert": {
|
|
68
|
-
"types": "./alert/index.d.ts",
|
|
69
|
-
"default": "./fesm2022/acorex-components-alert.mjs"
|
|
70
|
-
},
|
|
71
71
|
"./aspect-ratio": {
|
|
72
72
|
"types": "./aspect-ratio/index.d.ts",
|
|
73
73
|
"default": "./fesm2022/acorex-components-aspect-ratio.mjs"
|
|
@@ -88,14 +88,14 @@
|
|
|
88
88
|
"types": "./badge/index.d.ts",
|
|
89
89
|
"default": "./fesm2022/acorex-components-badge.mjs"
|
|
90
90
|
},
|
|
91
|
-
"./breadcrumbs": {
|
|
92
|
-
"types": "./breadcrumbs/index.d.ts",
|
|
93
|
-
"default": "./fesm2022/acorex-components-breadcrumbs.mjs"
|
|
94
|
-
},
|
|
95
91
|
"./bottom-navigation": {
|
|
96
92
|
"types": "./bottom-navigation/index.d.ts",
|
|
97
93
|
"default": "./fesm2022/acorex-components-bottom-navigation.mjs"
|
|
98
94
|
},
|
|
95
|
+
"./breadcrumbs": {
|
|
96
|
+
"types": "./breadcrumbs/index.d.ts",
|
|
97
|
+
"default": "./fesm2022/acorex-components-breadcrumbs.mjs"
|
|
98
|
+
},
|
|
99
99
|
"./button": {
|
|
100
100
|
"types": "./button/index.d.ts",
|
|
101
101
|
"default": "./fesm2022/acorex-components-button.mjs"
|
|
@@ -108,14 +108,14 @@
|
|
|
108
108
|
"types": "./calendar/index.d.ts",
|
|
109
109
|
"default": "./fesm2022/acorex-components-calendar.mjs"
|
|
110
110
|
},
|
|
111
|
-
"./check-box": {
|
|
112
|
-
"types": "./check-box/index.d.ts",
|
|
113
|
-
"default": "./fesm2022/acorex-components-check-box.mjs"
|
|
114
|
-
},
|
|
115
111
|
"./chips": {
|
|
116
112
|
"types": "./chips/index.d.ts",
|
|
117
113
|
"default": "./fesm2022/acorex-components-chips.mjs"
|
|
118
114
|
},
|
|
115
|
+
"./check-box": {
|
|
116
|
+
"types": "./check-box/index.d.ts",
|
|
117
|
+
"default": "./fesm2022/acorex-components-check-box.mjs"
|
|
118
|
+
},
|
|
119
119
|
"./circular-progress": {
|
|
120
120
|
"types": "./circular-progress/index.d.ts",
|
|
121
121
|
"default": "./fesm2022/acorex-components-circular-progress.mjs"
|
|
@@ -204,14 +204,14 @@
|
|
|
204
204
|
"types": "./dropdown-button/index.d.ts",
|
|
205
205
|
"default": "./fesm2022/acorex-components-dropdown-button.mjs"
|
|
206
206
|
},
|
|
207
|
-
"./fab": {
|
|
208
|
-
"types": "./fab/index.d.ts",
|
|
209
|
-
"default": "./fesm2022/acorex-components-fab.mjs"
|
|
210
|
-
},
|
|
211
207
|
"./editor": {
|
|
212
208
|
"types": "./editor/index.d.ts",
|
|
213
209
|
"default": "./fesm2022/acorex-components-editor.mjs"
|
|
214
210
|
},
|
|
211
|
+
"./fab": {
|
|
212
|
+
"types": "./fab/index.d.ts",
|
|
213
|
+
"default": "./fesm2022/acorex-components-fab.mjs"
|
|
214
|
+
},
|
|
215
215
|
"./file-explorer": {
|
|
216
216
|
"types": "./file-explorer/index.d.ts",
|
|
217
217
|
"default": "./fesm2022/acorex-components-file-explorer.mjs"
|
|
@@ -260,10 +260,6 @@
|
|
|
260
260
|
"types": "./loading/index.d.ts",
|
|
261
261
|
"default": "./fesm2022/acorex-components-loading.mjs"
|
|
262
262
|
},
|
|
263
|
-
"./loading-dialog": {
|
|
264
|
-
"types": "./loading-dialog/index.d.ts",
|
|
265
|
-
"default": "./fesm2022/acorex-components-loading-dialog.mjs"
|
|
266
|
-
},
|
|
267
263
|
"./map": {
|
|
268
264
|
"types": "./map/index.d.ts",
|
|
269
265
|
"default": "./fesm2022/acorex-components-map.mjs"
|
|
@@ -272,6 +268,10 @@
|
|
|
272
268
|
"types": "./media-viewer/index.d.ts",
|
|
273
269
|
"default": "./fesm2022/acorex-components-media-viewer.mjs"
|
|
274
270
|
},
|
|
271
|
+
"./loading-dialog": {
|
|
272
|
+
"types": "./loading-dialog/index.d.ts",
|
|
273
|
+
"default": "./fesm2022/acorex-components-loading-dialog.mjs"
|
|
274
|
+
},
|
|
275
275
|
"./menu": {
|
|
276
276
|
"types": "./menu/index.d.ts",
|
|
277
277
|
"default": "./fesm2022/acorex-components-menu.mjs"
|
|
@@ -352,14 +352,14 @@
|
|
|
352
352
|
"types": "./rail-navigation/index.d.ts",
|
|
353
353
|
"default": "./fesm2022/acorex-components-rail-navigation.mjs"
|
|
354
354
|
},
|
|
355
|
-
"./rate-picker": {
|
|
356
|
-
"types": "./rate-picker/index.d.ts",
|
|
357
|
-
"default": "./fesm2022/acorex-components-rate-picker.mjs"
|
|
358
|
-
},
|
|
359
355
|
"./range-slider": {
|
|
360
356
|
"types": "./range-slider/index.d.ts",
|
|
361
357
|
"default": "./fesm2022/acorex-components-range-slider.mjs"
|
|
362
358
|
},
|
|
359
|
+
"./rate-picker": {
|
|
360
|
+
"types": "./rate-picker/index.d.ts",
|
|
361
|
+
"default": "./fesm2022/acorex-components-rate-picker.mjs"
|
|
362
|
+
},
|
|
363
363
|
"./rest-api-generator": {
|
|
364
364
|
"types": "./rest-api-generator/index.d.ts",
|
|
365
365
|
"default": "./fesm2022/acorex-components-rest-api-generator.mjs"
|