@acorex/components 20.7.21 → 20.7.22
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-conversation2.mjs +0 -1
- package/fesm2022/acorex-components-conversation2.mjs.map +1 -1
- package/fesm2022/acorex-components-flow-chart.mjs +0 -1
- package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +14 -21
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view-legacy.mjs +1 -5
- package/fesm2022/acorex-components-tree-view-legacy.mjs.map +1 -1
- package/package.json +22 -22
- package/side-menu/index.d.ts +2 -2
- package/tree-view-legacy/index.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.7.
|
|
3
|
+
"version": "20.7.22",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.7.
|
|
6
|
-
"@acorex/cdk": "20.7.
|
|
5
|
+
"@acorex/core": "20.7.22",
|
|
6
|
+
"@acorex/cdk": "20.7.22",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -240,6 +240,14 @@
|
|
|
240
240
|
"types": "./json-viewer/index.d.ts",
|
|
241
241
|
"default": "./fesm2022/acorex-components-json-viewer.mjs"
|
|
242
242
|
},
|
|
243
|
+
"./kanban": {
|
|
244
|
+
"types": "./kanban/index.d.ts",
|
|
245
|
+
"default": "./fesm2022/acorex-components-kanban.mjs"
|
|
246
|
+
},
|
|
247
|
+
"./kbd": {
|
|
248
|
+
"types": "./kbd/index.d.ts",
|
|
249
|
+
"default": "./fesm2022/acorex-components-kbd.mjs"
|
|
250
|
+
},
|
|
243
251
|
"./label": {
|
|
244
252
|
"types": "./label/index.d.ts",
|
|
245
253
|
"default": "./fesm2022/acorex-components-label.mjs"
|
|
@@ -248,14 +256,6 @@
|
|
|
248
256
|
"types": "./list/index.d.ts",
|
|
249
257
|
"default": "./fesm2022/acorex-components-list.mjs"
|
|
250
258
|
},
|
|
251
|
-
"./kbd": {
|
|
252
|
-
"types": "./kbd/index.d.ts",
|
|
253
|
-
"default": "./fesm2022/acorex-components-kbd.mjs"
|
|
254
|
-
},
|
|
255
|
-
"./kanban": {
|
|
256
|
-
"types": "./kanban/index.d.ts",
|
|
257
|
-
"default": "./fesm2022/acorex-components-kanban.mjs"
|
|
258
|
-
},
|
|
259
259
|
"./loading": {
|
|
260
260
|
"types": "./loading/index.d.ts",
|
|
261
261
|
"default": "./fesm2022/acorex-components-loading.mjs"
|
|
@@ -424,22 +424,22 @@
|
|
|
424
424
|
"types": "./step-wizard/index.d.ts",
|
|
425
425
|
"default": "./fesm2022/acorex-components-step-wizard.mjs"
|
|
426
426
|
},
|
|
427
|
-
"./switch": {
|
|
428
|
-
"types": "./switch/index.d.ts",
|
|
429
|
-
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
430
|
-
},
|
|
431
427
|
"./tabs": {
|
|
432
428
|
"types": "./tabs/index.d.ts",
|
|
433
429
|
"default": "./fesm2022/acorex-components-tabs.mjs"
|
|
434
430
|
},
|
|
435
|
-
"./
|
|
436
|
-
"types": "./
|
|
437
|
-
"default": "./fesm2022/acorex-components-
|
|
431
|
+
"./switch": {
|
|
432
|
+
"types": "./switch/index.d.ts",
|
|
433
|
+
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
438
434
|
},
|
|
439
435
|
"./tag-box": {
|
|
440
436
|
"types": "./tag-box/index.d.ts",
|
|
441
437
|
"default": "./fesm2022/acorex-components-tag-box.mjs"
|
|
442
438
|
},
|
|
439
|
+
"./tag": {
|
|
440
|
+
"types": "./tag/index.d.ts",
|
|
441
|
+
"default": "./fesm2022/acorex-components-tag.mjs"
|
|
442
|
+
},
|
|
443
443
|
"./text-area": {
|
|
444
444
|
"types": "./text-area/index.d.ts",
|
|
445
445
|
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
@@ -468,14 +468,14 @@
|
|
|
468
468
|
"types": "./tooltip/index.d.ts",
|
|
469
469
|
"default": "./fesm2022/acorex-components-tooltip.mjs"
|
|
470
470
|
},
|
|
471
|
-
"./tree-view": {
|
|
472
|
-
"types": "./tree-view/index.d.ts",
|
|
473
|
-
"default": "./fesm2022/acorex-components-tree-view.mjs"
|
|
474
|
-
},
|
|
475
471
|
"./tree-view-legacy": {
|
|
476
472
|
"types": "./tree-view-legacy/index.d.ts",
|
|
477
473
|
"default": "./fesm2022/acorex-components-tree-view-legacy.mjs"
|
|
478
474
|
},
|
|
475
|
+
"./tree-view": {
|
|
476
|
+
"types": "./tree-view/index.d.ts",
|
|
477
|
+
"default": "./fesm2022/acorex-components-tree-view.mjs"
|
|
478
|
+
},
|
|
479
479
|
"./uploader": {
|
|
480
480
|
"types": "./uploader/index.d.ts",
|
|
481
481
|
"default": "./fesm2022/acorex-components-uploader.mjs"
|
package/side-menu/index.d.ts
CHANGED
|
@@ -65,8 +65,8 @@ declare class AXSideMenuItemComponent extends MXInteractiveComponent {
|
|
|
65
65
|
open(): void;
|
|
66
66
|
close(): void;
|
|
67
67
|
protected handleContextMenuItemClick(event: AXContextMenuItemsClickEvent): void;
|
|
68
|
-
protected
|
|
69
|
-
protected
|
|
68
|
+
protected handleContextMenuClosed(): void;
|
|
69
|
+
protected handleClickEvent(e: MouseEvent): void;
|
|
70
70
|
private openCompactContextMenu;
|
|
71
71
|
private getContextMenuAnchorPoint;
|
|
72
72
|
private mapSlotChildrenToMenuItems;
|