@acorex/components 20.6.11 → 20.6.13
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 +19 -19
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.6.
|
|
3
|
+
"version": "20.6.13",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.6.
|
|
6
|
-
"@acorex/cdk": "20.6.
|
|
5
|
+
"@acorex/core": "20.6.13",
|
|
6
|
+
"@acorex/cdk": "20.6.13",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -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"
|
|
@@ -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"
|
|
@@ -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"
|
|
@@ -452,10 +452,6 @@
|
|
|
452
452
|
"types": "./time-duration/index.d.ts",
|
|
453
453
|
"default": "./fesm2022/acorex-components-time-duration.mjs"
|
|
454
454
|
},
|
|
455
|
-
"./time-line": {
|
|
456
|
-
"types": "./time-line/index.d.ts",
|
|
457
|
-
"default": "./fesm2022/acorex-components-time-line.mjs"
|
|
458
|
-
},
|
|
459
455
|
"./toast": {
|
|
460
456
|
"types": "./toast/index.d.ts",
|
|
461
457
|
"default": "./fesm2022/acorex-components-toast.mjs"
|
|
@@ -487,6 +483,10 @@
|
|
|
487
483
|
"./wysiwyg": {
|
|
488
484
|
"types": "./wysiwyg/index.d.ts",
|
|
489
485
|
"default": "./fesm2022/acorex-components-wysiwyg.mjs"
|
|
486
|
+
},
|
|
487
|
+
"./time-line": {
|
|
488
|
+
"types": "./time-line/index.d.ts",
|
|
489
|
+
"default": "./fesm2022/acorex-components-time-line.mjs"
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
492
|
}
|