@acorex/components 20.7.15 → 20.7.16
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/fesm2022/{acorex-components-modal-acorex-components-modal-BzK-OlgL.mjs → acorex-components-modal-acorex-components-modal-DwBY73dZ.mjs} +3 -3
- package/fesm2022/{acorex-components-modal-acorex-components-modal-BzK-OlgL.mjs.map → acorex-components-modal-acorex-components-modal-DwBY73dZ.mjs.map} +1 -1
- package/fesm2022/{acorex-components-modal-modal-content.component-BrqcqGTz.mjs → acorex-components-modal-modal-content.component-DPMt_zaI.mjs} +2 -2
- package/fesm2022/{acorex-components-modal-modal-content.component-BrqcqGTz.mjs.map → acorex-components-modal-modal-content.component-DPMt_zaI.mjs.map} +1 -1
- package/fesm2022/acorex-components-modal.mjs +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +4 -4
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/package.json +30 -30
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.7.
|
|
3
|
+
"version": "20.7.16",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.7.
|
|
6
|
-
"@acorex/cdk": "20.7.
|
|
5
|
+
"@acorex/core": "20.7.16",
|
|
6
|
+
"@acorex/cdk": "20.7.16",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -56,10 +56,6 @@
|
|
|
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"
|
|
@@ -68,6 +64,14 @@
|
|
|
68
64
|
"types": "./alert/index.d.ts",
|
|
69
65
|
"default": "./fesm2022/acorex-components-alert.mjs"
|
|
70
66
|
},
|
|
67
|
+
"./aspect-ratio": {
|
|
68
|
+
"types": "./aspect-ratio/index.d.ts",
|
|
69
|
+
"default": "./fesm2022/acorex-components-aspect-ratio.mjs"
|
|
70
|
+
},
|
|
71
|
+
"./accordion": {
|
|
72
|
+
"types": "./accordion/index.d.ts",
|
|
73
|
+
"default": "./fesm2022/acorex-components-accordion.mjs"
|
|
74
|
+
},
|
|
71
75
|
"./audio-wave": {
|
|
72
76
|
"types": "./audio-wave/index.d.ts",
|
|
73
77
|
"default": "./fesm2022/acorex-components-audio-wave.mjs"
|
|
@@ -76,10 +80,6 @@
|
|
|
76
80
|
"types": "./autocomplete/index.d.ts",
|
|
77
81
|
"default": "./fesm2022/acorex-components-autocomplete.mjs"
|
|
78
82
|
},
|
|
79
|
-
"./aspect-ratio": {
|
|
80
|
-
"types": "./aspect-ratio/index.d.ts",
|
|
81
|
-
"default": "./fesm2022/acorex-components-aspect-ratio.mjs"
|
|
82
|
-
},
|
|
83
83
|
"./avatar": {
|
|
84
84
|
"types": "./avatar/index.d.ts",
|
|
85
85
|
"default": "./fesm2022/acorex-components-avatar.mjs"
|
|
@@ -356,6 +356,10 @@
|
|
|
356
356
|
"types": "./range-slider/index.d.ts",
|
|
357
357
|
"default": "./fesm2022/acorex-components-range-slider.mjs"
|
|
358
358
|
},
|
|
359
|
+
"./rate-picker": {
|
|
360
|
+
"types": "./rate-picker/index.d.ts",
|
|
361
|
+
"default": "./fesm2022/acorex-components-rate-picker.mjs"
|
|
362
|
+
},
|
|
359
363
|
"./rest-api-generator": {
|
|
360
364
|
"types": "./rest-api-generator/index.d.ts",
|
|
361
365
|
"default": "./fesm2022/acorex-components-rest-api-generator.mjs"
|
|
@@ -364,10 +368,6 @@
|
|
|
364
368
|
"types": "./result/index.d.ts",
|
|
365
369
|
"default": "./fesm2022/acorex-components-result.mjs"
|
|
366
370
|
},
|
|
367
|
-
"./rate-picker": {
|
|
368
|
-
"types": "./rate-picker/index.d.ts",
|
|
369
|
-
"default": "./fesm2022/acorex-components-rate-picker.mjs"
|
|
370
|
-
},
|
|
371
371
|
"./routing-progress": {
|
|
372
372
|
"types": "./routing-progress/index.d.ts",
|
|
373
373
|
"default": "./fesm2022/acorex-components-routing-progress.mjs"
|
|
@@ -384,6 +384,10 @@
|
|
|
384
384
|
"types": "./scheduler-picker/index.d.ts",
|
|
385
385
|
"default": "./fesm2022/acorex-components-scheduler-picker.mjs"
|
|
386
386
|
},
|
|
387
|
+
"./scss": {
|
|
388
|
+
"types": "./scss/index.d.ts",
|
|
389
|
+
"default": "./fesm2022/acorex-components-scss.mjs"
|
|
390
|
+
},
|
|
387
391
|
"./search-box": {
|
|
388
392
|
"types": "./search-box/index.d.ts",
|
|
389
393
|
"default": "./fesm2022/acorex-components-search-box.mjs"
|
|
@@ -392,10 +396,6 @@
|
|
|
392
396
|
"types": "./select-box/index.d.ts",
|
|
393
397
|
"default": "./fesm2022/acorex-components-select-box.mjs"
|
|
394
398
|
},
|
|
395
|
-
"./scss": {
|
|
396
|
-
"types": "./scss/index.d.ts",
|
|
397
|
-
"default": "./fesm2022/acorex-components-scss.mjs"
|
|
398
|
-
},
|
|
399
399
|
"./selection-list": {
|
|
400
400
|
"types": "./selection-list/index.d.ts",
|
|
401
401
|
"default": "./fesm2022/acorex-components-selection-list.mjs"
|
|
@@ -420,22 +420,22 @@
|
|
|
420
420
|
"types": "./sliding-item/index.d.ts",
|
|
421
421
|
"default": "./fesm2022/acorex-components-sliding-item.mjs"
|
|
422
422
|
},
|
|
423
|
-
"./switch": {
|
|
424
|
-
"types": "./switch/index.d.ts",
|
|
425
|
-
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
426
|
-
},
|
|
427
423
|
"./step-wizard": {
|
|
428
424
|
"types": "./step-wizard/index.d.ts",
|
|
429
425
|
"default": "./fesm2022/acorex-components-step-wizard.mjs"
|
|
430
426
|
},
|
|
431
|
-
"./
|
|
432
|
-
"types": "./
|
|
433
|
-
"default": "./fesm2022/acorex-components-
|
|
427
|
+
"./switch": {
|
|
428
|
+
"types": "./switch/index.d.ts",
|
|
429
|
+
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
434
430
|
},
|
|
435
431
|
"./tag": {
|
|
436
432
|
"types": "./tag/index.d.ts",
|
|
437
433
|
"default": "./fesm2022/acorex-components-tag.mjs"
|
|
438
434
|
},
|
|
435
|
+
"./tabs": {
|
|
436
|
+
"types": "./tabs/index.d.ts",
|
|
437
|
+
"default": "./fesm2022/acorex-components-tabs.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
|
-
"./tooltip": {
|
|
468
|
-
"types": "./tooltip/index.d.ts",
|
|
469
|
-
"default": "./fesm2022/acorex-components-tooltip.mjs"
|
|
470
|
-
},
|
|
471
467
|
"./tree-view": {
|
|
472
468
|
"types": "./tree-view/index.d.ts",
|
|
473
469
|
"default": "./fesm2022/acorex-components-tree-view.mjs"
|
|
474
470
|
},
|
|
471
|
+
"./tooltip": {
|
|
472
|
+
"types": "./tooltip/index.d.ts",
|
|
473
|
+
"default": "./fesm2022/acorex-components-tooltip.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"
|