@acorex/platform 21.0.0-next.18 → 21.0.0-next.19
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/layout/entity/index.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ import { AXBasePageComponent } from '@acorex/components/page';
|
|
|
23
23
|
import { AXFormatService } from '@acorex/core/format';
|
|
24
24
|
import { AXPColumnItemListItem, AXPCategoryTreeDataSource } from '@acorex/platform/layout/components';
|
|
25
25
|
import { AXTagBoxComponent } from '@acorex/components/tag-box';
|
|
26
|
-
import { AXPDataListWidgetComponentOptions
|
|
26
|
+
import { AXPDataListWidgetComponentOptions } from '@acorex/platform/layout/widgets';
|
|
27
27
|
|
|
28
28
|
declare class AXPCreateEntityCommand implements AXPCommand<any, any> {
|
|
29
29
|
private entityForm;
|
|
@@ -1911,7 +1911,6 @@ declare class AXPEntityListWidgetViewComponent extends AXPValueWidgetComponent {
|
|
|
1911
1911
|
protected list: _angular_core.Signal<AXPWidgetRendererDirective | undefined>;
|
|
1912
1912
|
protected allWidgets: _angular_core.Signal<readonly AXPWidgetRendererDirective[]>;
|
|
1913
1913
|
protected listWidget: _angular_core.WritableSignal<AXPWidgetRendererDirective | undefined>;
|
|
1914
|
-
protected listWidgetInstance: _angular_core.WritableSignal<AXPDataListWidgetViewComponent | null>;
|
|
1915
1914
|
protected toolbarWidget: _angular_core.Signal<AXPWidgetRendererDirective | undefined>;
|
|
1916
1915
|
protected selectedItems: _angular_core.WritableSignal<any[]>;
|
|
1917
1916
|
protected toolbarNode: _angular_core.WritableSignal<AXPWidgetNode | null>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/platform",
|
|
3
|
-
"version": "21.0.0-next.
|
|
3
|
+
"version": "21.0.0-next.19",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@acorex/cdk": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0",
|
|
6
6
|
"@acorex/core": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0",
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"types": "./auth/index.d.ts",
|
|
32
32
|
"default": "./fesm2022/acorex-platform-auth.mjs"
|
|
33
33
|
},
|
|
34
|
-
"./core": {
|
|
35
|
-
"types": "./core/index.d.ts",
|
|
36
|
-
"default": "./fesm2022/acorex-platform-core.mjs"
|
|
37
|
-
},
|
|
38
34
|
"./common": {
|
|
39
35
|
"types": "./common/index.d.ts",
|
|
40
36
|
"default": "./fesm2022/acorex-platform-common.mjs"
|
|
41
37
|
},
|
|
38
|
+
"./core": {
|
|
39
|
+
"types": "./core/index.d.ts",
|
|
40
|
+
"default": "./fesm2022/acorex-platform-core.mjs"
|
|
41
|
+
},
|
|
42
42
|
"./domain": {
|
|
43
43
|
"types": "./domain/index.d.ts",
|
|
44
44
|
"default": "./fesm2022/acorex-platform-domain.mjs"
|
|
@@ -55,6 +55,10 @@
|
|
|
55
55
|
"types": "./workflow/index.d.ts",
|
|
56
56
|
"default": "./fesm2022/acorex-platform-workflow.mjs"
|
|
57
57
|
},
|
|
58
|
+
"./layout/builder": {
|
|
59
|
+
"types": "./layout/builder/index.d.ts",
|
|
60
|
+
"default": "./fesm2022/acorex-platform-layout-builder.mjs"
|
|
61
|
+
},
|
|
58
62
|
"./layout/components": {
|
|
59
63
|
"types": "./layout/components/index.d.ts",
|
|
60
64
|
"default": "./fesm2022/acorex-platform-layout-components.mjs"
|
|
@@ -63,10 +67,6 @@
|
|
|
63
67
|
"types": "./layout/designer/index.d.ts",
|
|
64
68
|
"default": "./fesm2022/acorex-platform-layout-designer.mjs"
|
|
65
69
|
},
|
|
66
|
-
"./layout/builder": {
|
|
67
|
-
"types": "./layout/builder/index.d.ts",
|
|
68
|
-
"default": "./fesm2022/acorex-platform-layout-builder.mjs"
|
|
69
|
-
},
|
|
70
70
|
"./layout/entity": {
|
|
71
71
|
"types": "./layout/entity/index.d.ts",
|
|
72
72
|
"default": "./fesm2022/acorex-platform-layout-entity.mjs"
|