@acorex/modules 19.2.9 → 19.2.10
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/fesm2022/acorex-modules-application-management.mjs +0 -10
- package/fesm2022/acorex-modules-application-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-form-template-management-acorex-modules-form-template-management-gE7jDpjq.mjs → acorex-modules-form-template-management-acorex-modules-form-template-management-BkUdHH_Y.mjs} +18 -10
- package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-BkUdHH_Y.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-category.entity-BaX5yaK9.mjs → acorex-modules-form-template-management-category.entity-D00XZd7o.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-category.entity-BaX5yaK9.mjs.map → acorex-modules-form-template-management-category.entity-D00XZd7o.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-setting.provider-h3v_4sR9.mjs → acorex-modules-form-template-management-setting.provider-Dy-Cd_iL.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-setting.provider-h3v_4sR9.mjs.map → acorex-modules-form-template-management-setting.provider-Dy-Cd_iL.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-template-widget-edit.component-GxCDqH9d.mjs → acorex-modules-form-template-management-template-widget-edit.component-rGcHfFSh.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-template-widget-edit.component-GxCDqH9d.mjs.map → acorex-modules-form-template-management-template-widget-edit.component-rGcHfFSh.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-template.entity-CzmbpLj_.mjs → acorex-modules-form-template-management-template.entity-B0DUUdPJ.mjs} +8 -3
- package/fesm2022/acorex-modules-form-template-management-template.entity-B0DUUdPJ.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-viewer-popup.component-CJKcMi8Q.mjs → acorex-modules-form-template-management-viewer-popup.component-xUrGRQbQ.mjs} +4 -4
- package/fesm2022/acorex-modules-form-template-management-viewer-popup.component-xUrGRQbQ.mjs.map +1 -0
- package/fesm2022/acorex-modules-form-template-management.mjs +1 -1
- package/fesm2022/acorex-modules-platform-management.mjs +98 -29
- package/fesm2022/acorex-modules-platform-management.mjs.map +1 -1
- package/form-template-management/lib/features/viewer/viewer-connector.service.d.ts +3 -2
- package/form-template-management/lib/features/viewer/viewer-popup.component.d.ts +2 -0
- package/package.json +1 -1
- package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-gE7jDpjq.mjs.map +0 -1
- package/fesm2022/acorex-modules-form-template-management-template.entity-CzmbpLj_.mjs.map +0 -1
- package/fesm2022/acorex-modules-form-template-management-viewer-popup.component-CJKcMi8Q.mjs.map +0 -1
@@ -1604,16 +1604,6 @@ async function entityEntityFactory(injector) {
|
|
1604
1604
|
},
|
1605
1605
|
],
|
1606
1606
|
properties: [
|
1607
|
-
{
|
1608
|
-
name: 'mamad',
|
1609
|
-
layout: {
|
1610
|
-
positions: {
|
1611
|
-
lg: {
|
1612
|
-
colSpan: 6,
|
1613
|
-
},
|
1614
|
-
},
|
1615
|
-
},
|
1616
|
-
},
|
1617
1607
|
{
|
1618
1608
|
name: 'name',
|
1619
1609
|
layout: {
|