@acorex/components 20.8.29 → 20.8.30
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.8.
|
|
3
|
+
"version": "20.8.30",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.8.
|
|
6
|
-
"@acorex/cdk": "20.8.
|
|
5
|
+
"@acorex/core": "20.8.30",
|
|
6
|
+
"@acorex/cdk": "20.8.30",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -132,14 +132,14 @@
|
|
|
132
132
|
"types": "./color-box/index.d.ts",
|
|
133
133
|
"default": "./fesm2022/acorex-components-color-box.mjs"
|
|
134
134
|
},
|
|
135
|
-
"./command": {
|
|
136
|
-
"types": "./command/index.d.ts",
|
|
137
|
-
"default": "./fesm2022/acorex-components-command.mjs"
|
|
138
|
-
},
|
|
139
135
|
"./color-palette": {
|
|
140
136
|
"types": "./color-palette/index.d.ts",
|
|
141
137
|
"default": "./fesm2022/acorex-components-color-palette.mjs"
|
|
142
138
|
},
|
|
139
|
+
"./command": {
|
|
140
|
+
"types": "./command/index.d.ts",
|
|
141
|
+
"default": "./fesm2022/acorex-components-command.mjs"
|
|
142
|
+
},
|
|
143
143
|
"./comment": {
|
|
144
144
|
"types": "./comment/index.d.ts",
|
|
145
145
|
"default": "./fesm2022/acorex-components-comment.mjs"
|
|
@@ -428,6 +428,10 @@
|
|
|
428
428
|
"types": "./switch/index.d.ts",
|
|
429
429
|
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
430
430
|
},
|
|
431
|
+
"./tabs": {
|
|
432
|
+
"types": "./tabs/index.d.ts",
|
|
433
|
+
"default": "./fesm2022/acorex-components-tabs.mjs"
|
|
434
|
+
},
|
|
431
435
|
"./tag": {
|
|
432
436
|
"types": "./tag/index.d.ts",
|
|
433
437
|
"default": "./fesm2022/acorex-components-tag.mjs"
|
|
@@ -436,9 +440,9 @@
|
|
|
436
440
|
"types": "./tag-box/index.d.ts",
|
|
437
441
|
"default": "./fesm2022/acorex-components-tag-box.mjs"
|
|
438
442
|
},
|
|
439
|
-
"./
|
|
440
|
-
"types": "./
|
|
441
|
-
"default": "./fesm2022/acorex-components-
|
|
443
|
+
"./text-area": {
|
|
444
|
+
"types": "./text-area/index.d.ts",
|
|
445
|
+
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
442
446
|
},
|
|
443
447
|
"./text-box": {
|
|
444
448
|
"types": "./text-box/index.d.ts",
|
|
@@ -448,10 +452,6 @@
|
|
|
448
452
|
"types": "./time-duration/index.d.ts",
|
|
449
453
|
"default": "./fesm2022/acorex-components-time-duration.mjs"
|
|
450
454
|
},
|
|
451
|
-
"./text-area": {
|
|
452
|
-
"types": "./text-area/index.d.ts",
|
|
453
|
-
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
454
|
-
},
|
|
455
455
|
"./time-line": {
|
|
456
456
|
"types": "./time-line/index.d.ts",
|
|
457
457
|
"default": "./fesm2022/acorex-components-time-line.mjs"
|
|
@@ -464,17 +464,17 @@
|
|
|
464
464
|
"types": "./toolbar/index.d.ts",
|
|
465
465
|
"default": "./fesm2022/acorex-components-toolbar.mjs"
|
|
466
466
|
},
|
|
467
|
-
"./
|
|
468
|
-
"types": "./
|
|
469
|
-
"default": "./fesm2022/acorex-components-
|
|
467
|
+
"./tree-view": {
|
|
468
|
+
"types": "./tree-view/index.d.ts",
|
|
469
|
+
"default": "./fesm2022/acorex-components-tree-view.mjs"
|
|
470
470
|
},
|
|
471
471
|
"./tree-view-legacy": {
|
|
472
472
|
"types": "./tree-view-legacy/index.d.ts",
|
|
473
473
|
"default": "./fesm2022/acorex-components-tree-view-legacy.mjs"
|
|
474
474
|
},
|
|
475
|
-
"./
|
|
476
|
-
"types": "./
|
|
477
|
-
"default": "./fesm2022/acorex-components-
|
|
475
|
+
"./tooltip": {
|
|
476
|
+
"types": "./tooltip/index.d.ts",
|
|
477
|
+
"default": "./fesm2022/acorex-components-tooltip.mjs"
|
|
478
478
|
},
|
|
479
479
|
"./video-player": {
|
|
480
480
|
"types": "./video-player/index.d.ts",
|