@acorex/modules 20.5.0-next.0 → 20.5.0-next.2
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/common/index.d.ts +11 -17
- package/fesm2022/{acorex-modules-application-management-acorex-modules-application-management-CQMnhxLa.mjs → acorex-modules-application-management-acorex-modules-application-management-BqYLpEvY.mjs} +23 -41
- package/fesm2022/acorex-modules-application-management-acorex-modules-application-management-BqYLpEvY.mjs.map +1 -0
- package/fesm2022/acorex-modules-application-management-menu-list.component-D4uW0aXY.mjs +830 -0
- package/fesm2022/acorex-modules-application-management-menu-list.component-D4uW0aXY.mjs.map +1 -0
- package/fesm2022/acorex-modules-application-management.mjs +1 -1
- package/fesm2022/acorex-modules-common.mjs +429 -559
- package/fesm2022/acorex-modules-common.mjs.map +1 -1
- package/fesm2022/acorex-modules-data-management.mjs +0 -2
- package/fesm2022/acorex-modules-data-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-report-management.mjs +3 -6
- package/fesm2022/acorex-modules-report-management.mjs.map +1 -1
- package/package.json +14 -14
- package/fesm2022/acorex-modules-application-management-acorex-modules-application-management-CQMnhxLa.mjs.map +0 -1
- package/fesm2022/acorex-modules-application-management-menu-list.component-BMbl5rtn.mjs +0 -1046
- package/fesm2022/acorex-modules-application-management-menu-list.component-BMbl5rtn.mjs.map +0 -1
|
@@ -4211,7 +4211,6 @@ class AXPMetaDataSelectorWidgetEditComponent extends AXPValueWidgetComponent {
|
|
|
4211
4211
|
},
|
|
4212
4212
|
};
|
|
4213
4213
|
}) || [];
|
|
4214
|
-
debugger;
|
|
4215
4214
|
// Open data selector with category filter
|
|
4216
4215
|
const result = await this.dataSelectorService.openWithCategoryFilter({
|
|
4217
4216
|
title: '@data-management:meta-data-selector.select-items',
|
|
@@ -4748,7 +4747,6 @@ class AXPMetaDataFormWidgetEditComponent extends AXPValueWidgetComponent {
|
|
|
4748
4747
|
};
|
|
4749
4748
|
}
|
|
4750
4749
|
const interfaceConfig = this.parseInterfaceConfig(metadata.interface);
|
|
4751
|
-
debugger;
|
|
4752
4750
|
return {
|
|
4753
4751
|
path: metadata[this.valueField()] || 'unnamed',
|
|
4754
4752
|
title: metadata[this.textField()] || 'Untitled Field',
|