@acorex/modules 20.6.0-next.18 → 20.6.0-next.19
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-common.mjs +45 -43
- package/fesm2022/acorex-modules-common.mjs.map +1 -1
- package/fesm2022/{acorex-modules-platform-management-acorex-modules-platform-management-B99sSLFQ.mjs → acorex-modules-platform-management-acorex-modules-platform-management-D3eLYk5B.mjs} +5 -5
- package/fesm2022/{acorex-modules-platform-management-acorex-modules-platform-management-B99sSLFQ.mjs.map → acorex-modules-platform-management-acorex-modules-platform-management-D3eLYk5B.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-platform-management-list-version.component-um9dTYaN.mjs → acorex-modules-platform-management-list-version.component-DR6JzLzV.mjs} +2 -2
- package/fesm2022/{acorex-modules-platform-management-list-version.component-um9dTYaN.mjs.map → acorex-modules-platform-management-list-version.component-DR6JzLzV.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-platform-management-menu-list.component-DeS8hSoB.mjs → acorex-modules-platform-management-menu-list.component-zjY38r5l.mjs} +14 -14
- package/fesm2022/acorex-modules-platform-management-menu-list.component-zjY38r5l.mjs.map +1 -0
- package/fesm2022/{acorex-modules-platform-management-permission-definition.provider-DHfWGH0p.mjs → acorex-modules-platform-management-permission-definition.provider-BRZXzDNj.mjs} +2 -2
- package/fesm2022/{acorex-modules-platform-management-permission-definition.provider-DHfWGH0p.mjs.map → acorex-modules-platform-management-permission-definition.provider-BRZXzDNj.mjs.map} +1 -1
- package/fesm2022/acorex-modules-platform-management.mjs +1 -1
- package/fesm2022/acorex-modules-report-management.mjs +2 -2
- package/fesm2022/acorex-modules-report-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-task-management-task-board.page-Bceu03Yj.mjs → acorex-modules-task-management-task-board.page-DdDfDHhk.mjs} +1 -2
- package/fesm2022/{acorex-modules-task-management-task-board.page-Bceu03Yj.mjs.map → acorex-modules-task-management-task-board.page-DdDfDHhk.mjs.map} +1 -1
- package/fesm2022/acorex-modules-task-management.mjs +1 -1
- package/package.json +19 -19
- package/fesm2022/acorex-modules-platform-management-menu-list.component-DeS8hSoB.mjs.map +0 -1
|
@@ -1372,7 +1372,7 @@ class AXMEntityCategoryProvider {
|
|
|
1372
1372
|
schema: {
|
|
1373
1373
|
dataType: 'string',
|
|
1374
1374
|
interface: {
|
|
1375
|
-
type: AXPWidgetsList.Editors.
|
|
1375
|
+
type: AXPWidgetsList.Editors.EntityCategory,
|
|
1376
1376
|
options: { entity: `${moduleName}.${entityName}` },
|
|
1377
1377
|
},
|
|
1378
1378
|
},
|
|
@@ -1384,32 +1384,34 @@ class AXMEntityCategoryProvider {
|
|
|
1384
1384
|
schema: { dataType: 'string', interface: { type: AXPWidgetsCatalog.largeText } },
|
|
1385
1385
|
},
|
|
1386
1386
|
// Appearance properties (only if enabled)
|
|
1387
|
-
...(enableAppearance
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1387
|
+
...(enableAppearance
|
|
1388
|
+
? [
|
|
1389
|
+
{
|
|
1390
|
+
name: 'color',
|
|
1391
|
+
title: '@general:terms.common.color',
|
|
1392
|
+
groupId: 'appearance',
|
|
1393
|
+
schema: {
|
|
1394
|
+
dataType: 'string',
|
|
1395
|
+
interface: {
|
|
1396
|
+
type: AXPWidgetsList.Editors.ColorPalette,
|
|
1397
|
+
options: {},
|
|
1398
|
+
},
|
|
1397
1399
|
},
|
|
1398
1400
|
},
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1401
|
+
{
|
|
1402
|
+
name: 'icon',
|
|
1403
|
+
title: '@general:terms.common.icon',
|
|
1404
|
+
groupId: 'appearance',
|
|
1405
|
+
schema: {
|
|
1406
|
+
dataType: 'string',
|
|
1407
|
+
interface: {
|
|
1408
|
+
type: AXPWidgetsList.Theme.IconChooser,
|
|
1409
|
+
options: {},
|
|
1410
|
+
},
|
|
1409
1411
|
},
|
|
1410
1412
|
},
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
+
]
|
|
1414
|
+
: []),
|
|
1413
1415
|
],
|
|
1414
1416
|
columns: [{ name: 'title' }, { name: 'description' }],
|
|
1415
1417
|
commands: {
|
|
@@ -1434,35 +1436,33 @@ class AXMEntityCategoryProvider {
|
|
|
1434
1436
|
interfaces: {
|
|
1435
1437
|
master: {
|
|
1436
1438
|
create: {
|
|
1437
|
-
sections: [
|
|
1438
|
-
{ id: 'basic-info' },
|
|
1439
|
-
...(enableAppearance ? [{ id: 'appearance' }] : []),
|
|
1440
|
-
],
|
|
1439
|
+
sections: [{ id: 'basic-info' }, ...(enableAppearance ? [{ id: 'appearance' }] : [])],
|
|
1441
1440
|
properties: [
|
|
1442
1441
|
{ name: 'title', layout: { positions: { lg: { colSpan: 12, order: 1 } } } },
|
|
1443
1442
|
{ name: 'parentId', layout: { positions: { lg: { colSpan: 12, order: 2 } } } },
|
|
1444
1443
|
{ name: 'description', layout: { positions: { lg: { colSpan: 12, order: 3 } } } },
|
|
1445
1444
|
// Appearance properties (only if enabled)
|
|
1446
|
-
...(enableAppearance
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1445
|
+
...(enableAppearance
|
|
1446
|
+
? [
|
|
1447
|
+
{ name: 'color', layout: { positions: { lg: { colSpan: 12, order: 4 } } } },
|
|
1448
|
+
{ name: 'icon', layout: { positions: { lg: { colSpan: 12, order: 5 } } } },
|
|
1449
|
+
]
|
|
1450
|
+
: []),
|
|
1450
1451
|
],
|
|
1451
1452
|
},
|
|
1452
1453
|
update: {
|
|
1453
|
-
sections: [
|
|
1454
|
-
{ id: 'basic-info' },
|
|
1455
|
-
...(enableAppearance ? [{ id: 'appearance' }] : []),
|
|
1456
|
-
],
|
|
1454
|
+
sections: [{ id: 'basic-info' }, ...(enableAppearance ? [{ id: 'appearance' }] : [])],
|
|
1457
1455
|
properties: [
|
|
1458
1456
|
{ name: 'title', layout: { positions: { lg: { colSpan: 12, order: 1 } } } },
|
|
1459
1457
|
{ name: 'parentId', layout: { positions: { lg: { colSpan: 12, order: 2 } } } },
|
|
1460
1458
|
{ name: 'description', layout: { positions: { lg: { colSpan: 12, order: 3 } } } },
|
|
1461
1459
|
// Appearance properties (only if enabled)
|
|
1462
|
-
...(enableAppearance
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1460
|
+
...(enableAppearance
|
|
1461
|
+
? [
|
|
1462
|
+
{ name: 'color', layout: { positions: { lg: { colSpan: 12, order: 4 } } } },
|
|
1463
|
+
{ name: 'icon', layout: { positions: { lg: { colSpan: 12, order: 5 } } } },
|
|
1464
|
+
]
|
|
1465
|
+
: []),
|
|
1466
1466
|
],
|
|
1467
1467
|
},
|
|
1468
1468
|
single: {
|
|
@@ -1476,10 +1476,12 @@ class AXMEntityCategoryProvider {
|
|
|
1476
1476
|
{ name: 'parentId', layout: { positions: { lg: { colSpan: 12, order: 2 } } } },
|
|
1477
1477
|
{ name: 'description', layout: { positions: { lg: { colSpan: 12, order: 3 } } } },
|
|
1478
1478
|
// Appearance properties (only if enabled)
|
|
1479
|
-
...(enableAppearance
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1479
|
+
...(enableAppearance
|
|
1480
|
+
? [
|
|
1481
|
+
{ name: 'color', layout: { positions: { lg: { colSpan: 12, order: 4 } } } },
|
|
1482
|
+
{ name: 'icon', layout: { positions: { lg: { colSpan: 12, order: 5 } } } },
|
|
1483
|
+
]
|
|
1484
|
+
: []),
|
|
1483
1485
|
],
|
|
1484
1486
|
actions: [entityMasterDeleteAction()],
|
|
1485
1487
|
},
|