@acorex/components 20.7.14 → 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 +25 -25
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"
|
|
@@ -72,6 +68,10 @@
|
|
|
72
68
|
"types": "./aspect-ratio/index.d.ts",
|
|
73
69
|
"default": "./fesm2022/acorex-components-aspect-ratio.mjs"
|
|
74
70
|
},
|
|
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"
|
|
@@ -120,22 +120,22 @@
|
|
|
120
120
|
"types": "./circular-progress/index.d.ts",
|
|
121
121
|
"default": "./fesm2022/acorex-components-circular-progress.mjs"
|
|
122
122
|
},
|
|
123
|
-
"./color-box": {
|
|
124
|
-
"types": "./color-box/index.d.ts",
|
|
125
|
-
"default": "./fesm2022/acorex-components-color-box.mjs"
|
|
126
|
-
},
|
|
127
123
|
"./code-editor": {
|
|
128
124
|
"types": "./code-editor/index.d.ts",
|
|
129
125
|
"default": "./fesm2022/acorex-components-code-editor.mjs"
|
|
130
126
|
},
|
|
131
|
-
"./color-palette": {
|
|
132
|
-
"types": "./color-palette/index.d.ts",
|
|
133
|
-
"default": "./fesm2022/acorex-components-color-palette.mjs"
|
|
134
|
-
},
|
|
135
127
|
"./collapse": {
|
|
136
128
|
"types": "./collapse/index.d.ts",
|
|
137
129
|
"default": "./fesm2022/acorex-components-collapse.mjs"
|
|
138
130
|
},
|
|
131
|
+
"./color-box": {
|
|
132
|
+
"types": "./color-box/index.d.ts",
|
|
133
|
+
"default": "./fesm2022/acorex-components-color-box.mjs"
|
|
134
|
+
},
|
|
135
|
+
"./color-palette": {
|
|
136
|
+
"types": "./color-palette/index.d.ts",
|
|
137
|
+
"default": "./fesm2022/acorex-components-color-palette.mjs"
|
|
138
|
+
},
|
|
139
139
|
"./command": {
|
|
140
140
|
"types": "./command/index.d.ts",
|
|
141
141
|
"default": "./fesm2022/acorex-components-command.mjs"
|
|
@@ -428,13 +428,17 @@
|
|
|
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
|
+
},
|
|
431
435
|
"./tabs": {
|
|
432
436
|
"types": "./tabs/index.d.ts",
|
|
433
437
|
"default": "./fesm2022/acorex-components-tabs.mjs"
|
|
434
438
|
},
|
|
435
|
-
"./tag": {
|
|
436
|
-
"types": "./tag/index.d.ts",
|
|
437
|
-
"default": "./fesm2022/acorex-components-tag.mjs"
|
|
439
|
+
"./tag-box": {
|
|
440
|
+
"types": "./tag-box/index.d.ts",
|
|
441
|
+
"default": "./fesm2022/acorex-components-tag-box.mjs"
|
|
438
442
|
},
|
|
439
443
|
"./text-area": {
|
|
440
444
|
"types": "./text-area/index.d.ts",
|
|
@@ -460,18 +464,14 @@
|
|
|
460
464
|
"types": "./toolbar/index.d.ts",
|
|
461
465
|
"default": "./fesm2022/acorex-components-toolbar.mjs"
|
|
462
466
|
},
|
|
463
|
-
"./
|
|
464
|
-
"types": "./
|
|
465
|
-
"default": "./fesm2022/acorex-components-
|
|
467
|
+
"./tree-view": {
|
|
468
|
+
"types": "./tree-view/index.d.ts",
|
|
469
|
+
"default": "./fesm2022/acorex-components-tree-view.mjs"
|
|
466
470
|
},
|
|
467
471
|
"./tooltip": {
|
|
468
472
|
"types": "./tooltip/index.d.ts",
|
|
469
473
|
"default": "./fesm2022/acorex-components-tooltip.mjs"
|
|
470
474
|
},
|
|
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"
|