@acorex/platform 20.8.16 → 20.8.18
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,12 @@ 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
|
+
/**
|
|
2314
|
+
* Template for select look (`ax-select-box`). Uses `textTemplate` when set, otherwise
|
|
2315
|
+
* falls back to `displayFormat` (same as tagbox). Single braces are expanded to `{{ }}`
|
|
2316
|
+
* for the select box template engine (see `AXPDataListWidgetComponent.textTemplate`).
|
|
2317
|
+
*/
|
|
2318
|
+
protected textTemplate: _angular_core.Signal<string | null>;
|
|
2313
2319
|
protected hasClearButton: _angular_core.Signal<boolean>;
|
|
2314
2320
|
protected showItemTooltip: _angular_core.Signal<boolean>;
|
|
2315
2321
|
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.18",
|
|
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",
|
|
@@ -71,17 +71,17 @@
|
|
|
71
71
|
"types": "./layout/entity/index.d.ts",
|
|
72
72
|
"default": "./fesm2022/acorex-platform-layout-entity.mjs"
|
|
73
73
|
},
|
|
74
|
-
"./layout/
|
|
75
|
-
"types": "./layout/
|
|
76
|
-
"default": "./fesm2022/acorex-platform-layout-
|
|
74
|
+
"./layout/views": {
|
|
75
|
+
"types": "./layout/views/index.d.ts",
|
|
76
|
+
"default": "./fesm2022/acorex-platform-layout-views.mjs"
|
|
77
77
|
},
|
|
78
78
|
"./layout/widgets": {
|
|
79
79
|
"types": "./layout/widgets/index.d.ts",
|
|
80
80
|
"default": "./fesm2022/acorex-platform-layout-widgets.mjs"
|
|
81
81
|
},
|
|
82
|
-
"./layout/
|
|
83
|
-
"types": "./layout/
|
|
84
|
-
"default": "./fesm2022/acorex-platform-layout-
|
|
82
|
+
"./layout/widget-core": {
|
|
83
|
+
"types": "./layout/widget-core/index.d.ts",
|
|
84
|
+
"default": "./fesm2022/acorex-platform-layout-widget-core.mjs"
|
|
85
85
|
},
|
|
86
86
|
"./themes/default": {
|
|
87
87
|
"types": "./themes/default/index.d.ts",
|