@acorex/platform 20.6.0-next.23 → 20.6.0-next.24
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.
|
@@ -5004,6 +5004,7 @@ class AXPMainEntityContentBuilder {
|
|
|
5004
5004
|
: editablePropertyNames.has(p.name);
|
|
5005
5005
|
// Check if property has its own disabled option
|
|
5006
5006
|
const hasOwnDisabled = p.schema.interface?.options?.disabled !== undefined;
|
|
5007
|
+
console.log('visible: ', p.schema.visible);
|
|
5007
5008
|
return {
|
|
5008
5009
|
type: 'grid-item-layout',
|
|
5009
5010
|
name: prefixed,
|
|
@@ -5011,7 +5012,7 @@ class AXPMainEntityContentBuilder {
|
|
|
5011
5012
|
colSpan: layout?.positions?.lg?.colSpan,
|
|
5012
5013
|
colStart: layout?.positions?.lg?.colStart,
|
|
5013
5014
|
colEnd: layout?.positions?.lg?.colEnd,
|
|
5014
|
-
|
|
5015
|
+
visible: p.schema.visible,
|
|
5015
5016
|
},
|
|
5016
5017
|
children: [
|
|
5017
5018
|
{
|
|
@@ -12498,11 +12499,11 @@ class AXPEntityModule {
|
|
|
12498
12499
|
useValue: columnWidthMiddlewareProvider,
|
|
12499
12500
|
multi: true,
|
|
12500
12501
|
},
|
|
12501
|
-
{
|
|
12502
|
-
|
|
12503
|
-
|
|
12504
|
-
|
|
12505
|
-
},
|
|
12502
|
+
// {
|
|
12503
|
+
// provide: AXP_ENTITY_MODIFIER,
|
|
12504
|
+
// useValue: layoutOrderingMiddlewareProvider,
|
|
12505
|
+
// multi: true,
|
|
12506
|
+
// },
|
|
12506
12507
|
provideCommandSetups([
|
|
12507
12508
|
{
|
|
12508
12509
|
key: 'Entity:OpenDetails',
|
|
@@ -12634,11 +12635,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
|
|
|
12634
12635
|
useValue: columnWidthMiddlewareProvider,
|
|
12635
12636
|
multi: true,
|
|
12636
12637
|
},
|
|
12637
|
-
{
|
|
12638
|
-
|
|
12639
|
-
|
|
12640
|
-
|
|
12641
|
-
},
|
|
12638
|
+
// {
|
|
12639
|
+
// provide: AXP_ENTITY_MODIFIER,
|
|
12640
|
+
// useValue: layoutOrderingMiddlewareProvider,
|
|
12641
|
+
// multi: true,
|
|
12642
|
+
// },
|
|
12642
12643
|
provideCommandSetups([
|
|
12643
12644
|
{
|
|
12644
12645
|
key: 'Entity:OpenDetails',
|