@acorex/platform 20.8.17 → 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.
@@ -2310,6 +2310,11 @@ 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
+ */
2313
2318
  protected textTemplate: _angular_core.Signal<string | null>;
2314
2319
  protected hasClearButton: _angular_core.Signal<boolean>;
2315
2320
  protected showItemTooltip: _angular_core.Signal<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/platform",
3
- "version": "20.8.17",
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",
@@ -27,6 +27,10 @@
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
+ },
30
34
  "./common": {
31
35
  "types": "./common/index.d.ts",
32
36
  "default": "./fesm2022/acorex-platform-common.mjs"
@@ -35,10 +39,6 @@
35
39
  "types": "./core/index.d.ts",
36
40
  "default": "./fesm2022/acorex-platform-core.mjs"
37
41
  },
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,14 +59,14 @@
59
59
  "types": "./layout/builder/index.d.ts",
60
60
  "default": "./fesm2022/acorex-platform-layout-builder.mjs"
61
61
  },
62
- "./layout/designer": {
63
- "types": "./layout/designer/index.d.ts",
64
- "default": "./fesm2022/acorex-platform-layout-designer.mjs"
65
- },
66
62
  "./layout/components": {
67
63
  "types": "./layout/components/index.d.ts",
68
64
  "default": "./fesm2022/acorex-platform-layout-components.mjs"
69
65
  },
66
+ "./layout/designer": {
67
+ "types": "./layout/designer/index.d.ts",
68
+ "default": "./fesm2022/acorex-platform-layout-designer.mjs"
69
+ },
70
70
  "./layout/entity": {
71
71
  "types": "./layout/entity/index.d.ts",
72
72
  "default": "./fesm2022/acorex-platform-layout-entity.mjs"
@@ -75,14 +75,14 @@
75
75
  "types": "./layout/views/index.d.ts",
76
76
  "default": "./fesm2022/acorex-platform-layout-views.mjs"
77
77
  },
78
- "./layout/widget-core": {
79
- "types": "./layout/widget-core/index.d.ts",
80
- "default": "./fesm2022/acorex-platform-layout-widget-core.mjs"
81
- },
82
78
  "./layout/widgets": {
83
79
  "types": "./layout/widgets/index.d.ts",
84
80
  "default": "./fesm2022/acorex-platform-layout-widgets.mjs"
85
81
  },
82
+ "./layout/widget-core": {
83
+ "types": "./layout/widget-core/index.d.ts",
84
+ "default": "./fesm2022/acorex-platform-layout-widget-core.mjs"
85
+ },
86
86
  "./themes/default": {
87
87
  "types": "./themes/default/index.d.ts",
88
88
  "default": "./fesm2022/acorex-platform-themes-default.mjs"