@acorex/platform 20.8.16 → 20.8.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/layout/entity/index.d.ts
CHANGED
|
@@ -2310,6 +2310,7 @@ declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any>
|
|
|
2310
2310
|
protected disabled: _angular_core.Signal<string | boolean>;
|
|
2311
2311
|
protected columns: _angular_core.Signal<string[]>;
|
|
2312
2312
|
protected textField: _angular_core.Signal<string>;
|
|
2313
|
+
protected textTemplate: _angular_core.Signal<string | null>;
|
|
2313
2314
|
protected hasClearButton: _angular_core.Signal<boolean>;
|
|
2314
2315
|
protected showItemTooltip: _angular_core.Signal<boolean>;
|
|
2315
2316
|
protected isItemTruncated: _angular_core.Signal<boolean>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/platform",
|
|
3
|
-
"version": "20.8.
|
|
3
|
+
"version": "20.8.17",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@acorex/cdk": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0 || ^21.0.2-next.0",
|
|
6
6
|
"@acorex/core": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0 || ^21.0.2-next.0",
|
|
@@ -27,10 +27,6 @@
|
|
|
27
27
|
"types": "./index.d.ts",
|
|
28
28
|
"default": "./fesm2022/acorex-platform.mjs"
|
|
29
29
|
},
|
|
30
|
-
"./auth": {
|
|
31
|
-
"types": "./auth/index.d.ts",
|
|
32
|
-
"default": "./fesm2022/acorex-platform-auth.mjs"
|
|
33
|
-
},
|
|
34
30
|
"./common": {
|
|
35
31
|
"types": "./common/index.d.ts",
|
|
36
32
|
"default": "./fesm2022/acorex-platform-common.mjs"
|
|
@@ -39,6 +35,10 @@
|
|
|
39
35
|
"types": "./core/index.d.ts",
|
|
40
36
|
"default": "./fesm2022/acorex-platform-core.mjs"
|
|
41
37
|
},
|
|
38
|
+
"./auth": {
|
|
39
|
+
"types": "./auth/index.d.ts",
|
|
40
|
+
"default": "./fesm2022/acorex-platform-auth.mjs"
|
|
41
|
+
},
|
|
42
42
|
"./domain": {
|
|
43
43
|
"types": "./domain/index.d.ts",
|
|
44
44
|
"default": "./fesm2022/acorex-platform-domain.mjs"
|
|
@@ -59,18 +59,22 @@
|
|
|
59
59
|
"types": "./layout/builder/index.d.ts",
|
|
60
60
|
"default": "./fesm2022/acorex-platform-layout-builder.mjs"
|
|
61
61
|
},
|
|
62
|
-
"./layout/components": {
|
|
63
|
-
"types": "./layout/components/index.d.ts",
|
|
64
|
-
"default": "./fesm2022/acorex-platform-layout-components.mjs"
|
|
65
|
-
},
|
|
66
62
|
"./layout/designer": {
|
|
67
63
|
"types": "./layout/designer/index.d.ts",
|
|
68
64
|
"default": "./fesm2022/acorex-platform-layout-designer.mjs"
|
|
69
65
|
},
|
|
66
|
+
"./layout/components": {
|
|
67
|
+
"types": "./layout/components/index.d.ts",
|
|
68
|
+
"default": "./fesm2022/acorex-platform-layout-components.mjs"
|
|
69
|
+
},
|
|
70
70
|
"./layout/entity": {
|
|
71
71
|
"types": "./layout/entity/index.d.ts",
|
|
72
72
|
"default": "./fesm2022/acorex-platform-layout-entity.mjs"
|
|
73
73
|
},
|
|
74
|
+
"./layout/views": {
|
|
75
|
+
"types": "./layout/views/index.d.ts",
|
|
76
|
+
"default": "./fesm2022/acorex-platform-layout-views.mjs"
|
|
77
|
+
},
|
|
74
78
|
"./layout/widget-core": {
|
|
75
79
|
"types": "./layout/widget-core/index.d.ts",
|
|
76
80
|
"default": "./fesm2022/acorex-platform-layout-widget-core.mjs"
|
|
@@ -79,10 +83,6 @@
|
|
|
79
83
|
"types": "./layout/widgets/index.d.ts",
|
|
80
84
|
"default": "./fesm2022/acorex-platform-layout-widgets.mjs"
|
|
81
85
|
},
|
|
82
|
-
"./layout/views": {
|
|
83
|
-
"types": "./layout/views/index.d.ts",
|
|
84
|
-
"default": "./fesm2022/acorex-platform-layout-views.mjs"
|
|
85
|
-
},
|
|
86
86
|
"./themes/default": {
|
|
87
87
|
"types": "./themes/default/index.d.ts",
|
|
88
88
|
"default": "./fesm2022/acorex-platform-themes-default.mjs"
|