@acorex/components 20.6.15 → 20.6.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/accordion/index.d.ts +5 -2
- package/data-table/index.d.ts +1 -0
- package/fesm2022/acorex-components-accordion.mjs +4 -4
- package/fesm2022/acorex-components-accordion.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +21 -3
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.6.
|
|
3
|
+
"version": "20.6.17",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.6.
|
|
6
|
-
"@acorex/cdk": "20.6.
|
|
5
|
+
"@acorex/core": "20.6.17",
|
|
6
|
+
"@acorex/cdk": "20.6.17",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -68,14 +68,14 @@
|
|
|
68
68
|
"types": "./alert/index.d.ts",
|
|
69
69
|
"default": "./fesm2022/acorex-components-alert.mjs"
|
|
70
70
|
},
|
|
71
|
-
"./aspect-ratio": {
|
|
72
|
-
"types": "./aspect-ratio/index.d.ts",
|
|
73
|
-
"default": "./fesm2022/acorex-components-aspect-ratio.mjs"
|
|
74
|
-
},
|
|
75
71
|
"./audio-wave": {
|
|
76
72
|
"types": "./audio-wave/index.d.ts",
|
|
77
73
|
"default": "./fesm2022/acorex-components-audio-wave.mjs"
|
|
78
74
|
},
|
|
75
|
+
"./aspect-ratio": {
|
|
76
|
+
"types": "./aspect-ratio/index.d.ts",
|
|
77
|
+
"default": "./fesm2022/acorex-components-aspect-ratio.mjs"
|
|
78
|
+
},
|
|
79
79
|
"./autocomplete": {
|
|
80
80
|
"types": "./autocomplete/index.d.ts",
|
|
81
81
|
"default": "./fesm2022/acorex-components-autocomplete.mjs"
|
|
@@ -460,14 +460,14 @@
|
|
|
460
460
|
"types": "./toast/index.d.ts",
|
|
461
461
|
"default": "./fesm2022/acorex-components-toast.mjs"
|
|
462
462
|
},
|
|
463
|
-
"./toolbar": {
|
|
464
|
-
"types": "./toolbar/index.d.ts",
|
|
465
|
-
"default": "./fesm2022/acorex-components-toolbar.mjs"
|
|
466
|
-
},
|
|
467
463
|
"./tooltip": {
|
|
468
464
|
"types": "./tooltip/index.d.ts",
|
|
469
465
|
"default": "./fesm2022/acorex-components-tooltip.mjs"
|
|
470
466
|
},
|
|
467
|
+
"./toolbar": {
|
|
468
|
+
"types": "./toolbar/index.d.ts",
|
|
469
|
+
"default": "./fesm2022/acorex-components-toolbar.mjs"
|
|
470
|
+
},
|
|
471
471
|
"./tree-view": {
|
|
472
472
|
"types": "./tree-view/index.d.ts",
|
|
473
473
|
"default": "./fesm2022/acorex-components-tree-view.mjs"
|