@acorex/components 20.7.48 → 20.7.50
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.
|
|
3
|
+
"version": "20.7.50",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.7.
|
|
6
|
-
"@acorex/cdk": "20.7.
|
|
5
|
+
"@acorex/core": "20.7.50",
|
|
6
|
+
"@acorex/cdk": "20.7.50",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -56,14 +56,14 @@
|
|
|
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
|
-
},
|
|
63
59
|
"./action-sheet": {
|
|
64
60
|
"types": "./action-sheet/index.d.ts",
|
|
65
61
|
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
|
66
62
|
},
|
|
63
|
+
"./accordion": {
|
|
64
|
+
"types": "./accordion/index.d.ts",
|
|
65
|
+
"default": "./fesm2022/acorex-components-accordion.mjs"
|
|
66
|
+
},
|
|
67
67
|
"./alert": {
|
|
68
68
|
"types": "./alert/index.d.ts",
|
|
69
69
|
"default": "./fesm2022/acorex-components-alert.mjs"
|
|
@@ -104,6 +104,10 @@
|
|
|
104
104
|
"types": "./button-group/index.d.ts",
|
|
105
105
|
"default": "./fesm2022/acorex-components-button-group.mjs"
|
|
106
106
|
},
|
|
107
|
+
"./calendar": {
|
|
108
|
+
"types": "./calendar/index.d.ts",
|
|
109
|
+
"default": "./fesm2022/acorex-components-calendar.mjs"
|
|
110
|
+
},
|
|
107
111
|
"./check-box": {
|
|
108
112
|
"types": "./check-box/index.d.ts",
|
|
109
113
|
"default": "./fesm2022/acorex-components-check-box.mjs"
|
|
@@ -112,10 +116,6 @@
|
|
|
112
116
|
"types": "./chips/index.d.ts",
|
|
113
117
|
"default": "./fesm2022/acorex-components-chips.mjs"
|
|
114
118
|
},
|
|
115
|
-
"./calendar": {
|
|
116
|
-
"types": "./calendar/index.d.ts",
|
|
117
|
-
"default": "./fesm2022/acorex-components-calendar.mjs"
|
|
118
|
-
},
|
|
119
119
|
"./circular-progress": {
|
|
120
120
|
"types": "./circular-progress/index.d.ts",
|
|
121
121
|
"default": "./fesm2022/acorex-components-circular-progress.mjs"
|
|
@@ -176,14 +176,14 @@
|
|
|
176
176
|
"types": "./datetime-input/index.d.ts",
|
|
177
177
|
"default": "./fesm2022/acorex-components-datetime-input.mjs"
|
|
178
178
|
},
|
|
179
|
-
"./decorators": {
|
|
180
|
-
"types": "./decorators/index.d.ts",
|
|
181
|
-
"default": "./fesm2022/acorex-components-decorators.mjs"
|
|
182
|
-
},
|
|
183
179
|
"./datetime-picker": {
|
|
184
180
|
"types": "./datetime-picker/index.d.ts",
|
|
185
181
|
"default": "./fesm2022/acorex-components-datetime-picker.mjs"
|
|
186
182
|
},
|
|
183
|
+
"./decorators": {
|
|
184
|
+
"types": "./decorators/index.d.ts",
|
|
185
|
+
"default": "./fesm2022/acorex-components-decorators.mjs"
|
|
186
|
+
},
|
|
187
187
|
"./dialog": {
|
|
188
188
|
"types": "./dialog/index.d.ts",
|
|
189
189
|
"default": "./fesm2022/acorex-components-dialog.mjs"
|
|
@@ -200,6 +200,10 @@
|
|
|
200
200
|
"types": "./dropdown/index.d.ts",
|
|
201
201
|
"default": "./fesm2022/acorex-components-dropdown.mjs"
|
|
202
202
|
},
|
|
203
|
+
"./dropdown-button": {
|
|
204
|
+
"types": "./dropdown-button/index.d.ts",
|
|
205
|
+
"default": "./fesm2022/acorex-components-dropdown-button.mjs"
|
|
206
|
+
},
|
|
203
207
|
"./editor": {
|
|
204
208
|
"types": "./editor/index.d.ts",
|
|
205
209
|
"default": "./fesm2022/acorex-components-editor.mjs"
|
|
@@ -208,10 +212,6 @@
|
|
|
208
212
|
"types": "./fab/index.d.ts",
|
|
209
213
|
"default": "./fesm2022/acorex-components-fab.mjs"
|
|
210
214
|
},
|
|
211
|
-
"./dropdown-button": {
|
|
212
|
-
"types": "./dropdown-button/index.d.ts",
|
|
213
|
-
"default": "./fesm2022/acorex-components-dropdown-button.mjs"
|
|
214
|
-
},
|
|
215
215
|
"./file-explorer": {
|
|
216
216
|
"types": "./file-explorer/index.d.ts",
|
|
217
217
|
"default": "./fesm2022/acorex-components-file-explorer.mjs"
|
|
@@ -376,14 +376,14 @@
|
|
|
376
376
|
"types": "./rrule/index.d.ts",
|
|
377
377
|
"default": "./fesm2022/acorex-components-rrule.mjs"
|
|
378
378
|
},
|
|
379
|
-
"./scheduler-picker": {
|
|
380
|
-
"types": "./scheduler-picker/index.d.ts",
|
|
381
|
-
"default": "./fesm2022/acorex-components-scheduler-picker.mjs"
|
|
382
|
-
},
|
|
383
379
|
"./scheduler": {
|
|
384
380
|
"types": "./scheduler/index.d.ts",
|
|
385
381
|
"default": "./fesm2022/acorex-components-scheduler.mjs"
|
|
386
382
|
},
|
|
383
|
+
"./scheduler-picker": {
|
|
384
|
+
"types": "./scheduler-picker/index.d.ts",
|
|
385
|
+
"default": "./fesm2022/acorex-components-scheduler-picker.mjs"
|
|
386
|
+
},
|
|
387
387
|
"./scss": {
|
|
388
388
|
"types": "./scss/index.d.ts",
|
|
389
389
|
"default": "./fesm2022/acorex-components-scss.mjs"
|
|
@@ -424,10 +424,6 @@
|
|
|
424
424
|
"types": "./step-wizard/index.d.ts",
|
|
425
425
|
"default": "./fesm2022/acorex-components-step-wizard.mjs"
|
|
426
426
|
},
|
|
427
|
-
"./switch": {
|
|
428
|
-
"types": "./switch/index.d.ts",
|
|
429
|
-
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
430
|
-
},
|
|
431
427
|
"./tabs": {
|
|
432
428
|
"types": "./tabs/index.d.ts",
|
|
433
429
|
"default": "./fesm2022/acorex-components-tabs.mjs"
|
|
@@ -436,6 +432,10 @@
|
|
|
436
432
|
"types": "./tag/index.d.ts",
|
|
437
433
|
"default": "./fesm2022/acorex-components-tag.mjs"
|
|
438
434
|
},
|
|
435
|
+
"./switch": {
|
|
436
|
+
"types": "./switch/index.d.ts",
|
|
437
|
+
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
438
|
+
},
|
|
439
439
|
"./tag-box": {
|
|
440
440
|
"types": "./tag-box/index.d.ts",
|
|
441
441
|
"default": "./fesm2022/acorex-components-tag-box.mjs"
|