@acorex/components 20.7.16 → 20.7.17
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.17",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.7.
|
|
6
|
-
"@acorex/cdk": "20.7.
|
|
5
|
+
"@acorex/core": "20.7.17",
|
|
6
|
+
"@acorex/cdk": "20.7.17",
|
|
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"
|
|
@@ -128,14 +128,14 @@
|
|
|
128
128
|
"types": "./collapse/index.d.ts",
|
|
129
129
|
"default": "./fesm2022/acorex-components-collapse.mjs"
|
|
130
130
|
},
|
|
131
|
-
"./color-box": {
|
|
132
|
-
"types": "./color-box/index.d.ts",
|
|
133
|
-
"default": "./fesm2022/acorex-components-color-box.mjs"
|
|
134
|
-
},
|
|
135
131
|
"./color-palette": {
|
|
136
132
|
"types": "./color-palette/index.d.ts",
|
|
137
133
|
"default": "./fesm2022/acorex-components-color-palette.mjs"
|
|
138
134
|
},
|
|
135
|
+
"./color-box": {
|
|
136
|
+
"types": "./color-box/index.d.ts",
|
|
137
|
+
"default": "./fesm2022/acorex-components-color-box.mjs"
|
|
138
|
+
},
|
|
139
139
|
"./command": {
|
|
140
140
|
"types": "./command/index.d.ts",
|
|
141
141
|
"default": "./fesm2022/acorex-components-command.mjs"
|
|
@@ -180,14 +180,14 @@
|
|
|
180
180
|
"types": "./datetime-picker/index.d.ts",
|
|
181
181
|
"default": "./fesm2022/acorex-components-datetime-picker.mjs"
|
|
182
182
|
},
|
|
183
|
-
"./decorators": {
|
|
184
|
-
"types": "./decorators/index.d.ts",
|
|
185
|
-
"default": "./fesm2022/acorex-components-decorators.mjs"
|
|
186
|
-
},
|
|
187
183
|
"./dialog": {
|
|
188
184
|
"types": "./dialog/index.d.ts",
|
|
189
185
|
"default": "./fesm2022/acorex-components-dialog.mjs"
|
|
190
186
|
},
|
|
187
|
+
"./decorators": {
|
|
188
|
+
"types": "./decorators/index.d.ts",
|
|
189
|
+
"default": "./fesm2022/acorex-components-decorators.mjs"
|
|
190
|
+
},
|
|
191
191
|
"./drawer": {
|
|
192
192
|
"types": "./drawer/index.d.ts",
|
|
193
193
|
"default": "./fesm2022/acorex-components-drawer.mjs"
|
|
@@ -248,14 +248,14 @@
|
|
|
248
248
|
"types": "./kbd/index.d.ts",
|
|
249
249
|
"default": "./fesm2022/acorex-components-kbd.mjs"
|
|
250
250
|
},
|
|
251
|
-
"./label": {
|
|
252
|
-
"types": "./label/index.d.ts",
|
|
253
|
-
"default": "./fesm2022/acorex-components-label.mjs"
|
|
254
|
-
},
|
|
255
251
|
"./list": {
|
|
256
252
|
"types": "./list/index.d.ts",
|
|
257
253
|
"default": "./fesm2022/acorex-components-list.mjs"
|
|
258
254
|
},
|
|
255
|
+
"./label": {
|
|
256
|
+
"types": "./label/index.d.ts",
|
|
257
|
+
"default": "./fesm2022/acorex-components-label.mjs"
|
|
258
|
+
},
|
|
259
259
|
"./loading": {
|
|
260
260
|
"types": "./loading/index.d.ts",
|
|
261
261
|
"default": "./fesm2022/acorex-components-loading.mjs"
|
|
@@ -348,14 +348,14 @@
|
|
|
348
348
|
"types": "./radio/index.d.ts",
|
|
349
349
|
"default": "./fesm2022/acorex-components-radio.mjs"
|
|
350
350
|
},
|
|
351
|
-
"./rail-navigation": {
|
|
352
|
-
"types": "./rail-navigation/index.d.ts",
|
|
353
|
-
"default": "./fesm2022/acorex-components-rail-navigation.mjs"
|
|
354
|
-
},
|
|
355
351
|
"./range-slider": {
|
|
356
352
|
"types": "./range-slider/index.d.ts",
|
|
357
353
|
"default": "./fesm2022/acorex-components-range-slider.mjs"
|
|
358
354
|
},
|
|
355
|
+
"./rail-navigation": {
|
|
356
|
+
"types": "./rail-navigation/index.d.ts",
|
|
357
|
+
"default": "./fesm2022/acorex-components-rail-navigation.mjs"
|
|
358
|
+
},
|
|
359
359
|
"./rate-picker": {
|
|
360
360
|
"types": "./rate-picker/index.d.ts",
|
|
361
361
|
"default": "./fesm2022/acorex-components-rate-picker.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"
|