@acorex/platform 20.3.0-next.8 → 20.3.0-next.9
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 +0 -2
- package/core/index.d.ts +72 -62
- package/fesm2022/acorex-platform-common.mjs +5 -10
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +115 -115
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +420 -24
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-components.mjs +1266 -153
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +19 -12
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +454 -505
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs +14 -21
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-BXbkGGei.mjs → acorex-platform-themes-default-entity-master-create-view.component-Ct-ri59W.mjs} +3 -3
- package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-Ct-ri59W.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-gQIK6PIx.mjs → acorex-platform-themes-default-entity-master-list-view.component-7BB4LdjK.mjs} +9 -9
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-7BB4LdjK.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BDJR088o.mjs +101 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BDJR088o.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default.mjs +8 -8
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-shared-settings.provider-CXiRmniv.mjs → acorex-platform-themes-shared-settings.provider-CLUKU4y0.mjs} +2 -2
- package/fesm2022/acorex-platform-themes-shared-settings.provider-CLUKU4y0.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-shared.mjs +154 -23
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/fesm2022/{acorex-platform-widgets-file-list-popup.component-rW2RD35f.mjs → acorex-platform-widgets-file-list-popup.component-Cmtq2bBV.mjs} +3 -3
- package/fesm2022/acorex-platform-widgets-file-list-popup.component-Cmtq2bBV.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-page-widget-designer.component-DNvnQ4Mc.mjs → acorex-platform-widgets-page-widget-designer.component-D8ivmxzT.mjs} +2 -2
- package/fesm2022/acorex-platform-widgets-page-widget-designer.component-D8ivmxzT.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-tabular-data-edit-popup.component-CPVRbE8B.mjs → acorex-platform-widgets-tabular-data-edit-popup.component-CMqq_iOj.mjs} +8 -8
- package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-CMqq_iOj.mjs.map +1 -0
- package/fesm2022/acorex-platform-widgets.mjs +4943 -4858
- package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
- package/layout/builder/index.d.ts +60 -5
- package/layout/components/index.d.ts +501 -54
- package/layout/designer/index.d.ts +4 -2
- package/layout/entity/index.d.ts +45 -9
- package/package.json +9 -9
- package/widgets/index.d.ts +352 -300
- package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-BXbkGGei.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-gQIK6PIx.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-Bp1JLsj1.mjs +0 -101
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-Bp1JLsj1.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-settings.provider-CXiRmniv.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-file-list-popup.component-rW2RD35f.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-page-widget-designer.component-DNvnQ4Mc.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-CPVRbE8B.mjs.map +0 -1
|
@@ -1187,8 +1187,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1187
1187
|
icon: 'fa-light fa-eye',
|
|
1188
1188
|
color: 'primary',
|
|
1189
1189
|
descriptions: {
|
|
1190
|
-
|
|
1191
|
-
tooltip: i18n('view.
|
|
1190
|
+
title: i18n('view.title'),
|
|
1191
|
+
tooltip: i18n('view.description'),
|
|
1192
1192
|
permission: i18n('view.permission'),
|
|
1193
1193
|
audit: i18n('view.audit')
|
|
1194
1194
|
}
|
|
@@ -1199,8 +1199,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1199
1199
|
icon: 'fa-light fa-plus',
|
|
1200
1200
|
color: 'primary',
|
|
1201
1201
|
descriptions: {
|
|
1202
|
-
|
|
1203
|
-
tooltip: i18n('create.
|
|
1202
|
+
title: i18n('create.title'),
|
|
1203
|
+
tooltip: i18n('create.description'),
|
|
1204
1204
|
permission: i18n('create.permission'),
|
|
1205
1205
|
audit: i18n('create.audit')
|
|
1206
1206
|
}
|
|
@@ -1211,8 +1211,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1211
1211
|
icon: 'fa-light fa-pen',
|
|
1212
1212
|
color: 'default',
|
|
1213
1213
|
descriptions: {
|
|
1214
|
-
|
|
1215
|
-
tooltip: i18n('edit.
|
|
1214
|
+
title: i18n('edit.title'),
|
|
1215
|
+
tooltip: i18n('edit.description'),
|
|
1216
1216
|
permission: i18n('edit.permission'),
|
|
1217
1217
|
audit: i18n('edit.audit')
|
|
1218
1218
|
}
|
|
@@ -1224,8 +1224,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1224
1224
|
color: 'danger',
|
|
1225
1225
|
critical: true,
|
|
1226
1226
|
descriptions: {
|
|
1227
|
-
|
|
1228
|
-
tooltip: i18n('delete.
|
|
1227
|
+
title: i18n('delete.title'),
|
|
1228
|
+
tooltip: i18n('delete.description'),
|
|
1229
1229
|
permission: i18n('delete.permission'),
|
|
1230
1230
|
audit: i18n('delete.audit')
|
|
1231
1231
|
}
|
|
@@ -1237,8 +1237,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1237
1237
|
color: 'success',
|
|
1238
1238
|
critical: true,
|
|
1239
1239
|
descriptions: {
|
|
1240
|
-
|
|
1241
|
-
tooltip: i18n('approve.
|
|
1240
|
+
title: i18n('approve.title'),
|
|
1241
|
+
tooltip: i18n('approve.description'),
|
|
1242
1242
|
permission: i18n('approve.permission'),
|
|
1243
1243
|
audit: i18n('approve.audit')
|
|
1244
1244
|
}
|
|
@@ -1249,8 +1249,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1249
1249
|
icon: 'fa-light fa-paper-plane',
|
|
1250
1250
|
color: 'primary',
|
|
1251
1251
|
descriptions: {
|
|
1252
|
-
|
|
1253
|
-
tooltip: i18n('submit.
|
|
1252
|
+
title: i18n('submit.title'),
|
|
1253
|
+
tooltip: i18n('submit.description'),
|
|
1254
1254
|
permission: i18n('submit.permission'),
|
|
1255
1255
|
audit: i18n('submit.audit')
|
|
1256
1256
|
}
|
|
@@ -1262,8 +1262,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1262
1262
|
color: 'danger',
|
|
1263
1263
|
critical: true,
|
|
1264
1264
|
descriptions: {
|
|
1265
|
-
|
|
1266
|
-
tooltip: i18n('reject.
|
|
1265
|
+
title: i18n('reject.title'),
|
|
1266
|
+
tooltip: i18n('reject.description'),
|
|
1267
1267
|
permission: i18n('reject.permission'),
|
|
1268
1268
|
audit: i18n('reject.audit')
|
|
1269
1269
|
}
|
|
@@ -1274,8 +1274,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1274
1274
|
icon: 'fa-light fa-download',
|
|
1275
1275
|
color: 'default',
|
|
1276
1276
|
descriptions: {
|
|
1277
|
-
|
|
1278
|
-
tooltip: i18n('export.
|
|
1277
|
+
title: i18n('export.title'),
|
|
1278
|
+
tooltip: i18n('export.description'),
|
|
1279
1279
|
permission: i18n('export.permission'),
|
|
1280
1280
|
audit: i18n('export.audit')
|
|
1281
1281
|
}
|
|
@@ -1286,8 +1286,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1286
1286
|
icon: 'fa-light fa-upload',
|
|
1287
1287
|
color: 'default',
|
|
1288
1288
|
descriptions: {
|
|
1289
|
-
|
|
1290
|
-
tooltip: i18n('import.
|
|
1289
|
+
title: i18n('import.title'),
|
|
1290
|
+
tooltip: i18n('import.description'),
|
|
1291
1291
|
permission: i18n('import.permission'),
|
|
1292
1292
|
audit: i18n('import.audit')
|
|
1293
1293
|
}
|
|
@@ -1298,8 +1298,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1298
1298
|
icon: 'fa-light fa-print',
|
|
1299
1299
|
color: 'default',
|
|
1300
1300
|
descriptions: {
|
|
1301
|
-
|
|
1302
|
-
tooltip: i18n('print.
|
|
1301
|
+
title: i18n('print.title'),
|
|
1302
|
+
tooltip: i18n('print.description'),
|
|
1303
1303
|
permission: i18n('print.permission'),
|
|
1304
1304
|
audit: i18n('print.audit')
|
|
1305
1305
|
}
|
|
@@ -1310,8 +1310,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1310
1310
|
icon: 'fa-light fa-clone',
|
|
1311
1311
|
color: 'warning',
|
|
1312
1312
|
descriptions: {
|
|
1313
|
-
|
|
1314
|
-
tooltip: i18n('duplicate.
|
|
1313
|
+
title: i18n('duplicate.title'),
|
|
1314
|
+
tooltip: i18n('duplicate.description'),
|
|
1315
1315
|
permission: i18n('duplicate.permission'),
|
|
1316
1316
|
audit: i18n('duplicate.audit')
|
|
1317
1317
|
}
|
|
@@ -1322,8 +1322,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1322
1322
|
icon: 'fa-light fa-box-archive',
|
|
1323
1323
|
color: 'default',
|
|
1324
1324
|
descriptions: {
|
|
1325
|
-
|
|
1326
|
-
tooltip: i18n('archive.
|
|
1325
|
+
title: i18n('archive.title'),
|
|
1326
|
+
tooltip: i18n('archive.description'),
|
|
1327
1327
|
permission: i18n('archive.permission'),
|
|
1328
1328
|
audit: i18n('archive.audit')
|
|
1329
1329
|
}
|
|
@@ -1334,8 +1334,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1334
1334
|
icon: 'fa-light fa-arrow-rotate-left',
|
|
1335
1335
|
color: 'default',
|
|
1336
1336
|
descriptions: {
|
|
1337
|
-
|
|
1338
|
-
tooltip: i18n('restore.
|
|
1337
|
+
title: i18n('restore.title'),
|
|
1338
|
+
tooltip: i18n('restore.description'),
|
|
1339
1339
|
permission: i18n('restore.permission'),
|
|
1340
1340
|
audit: i18n('restore.audit')
|
|
1341
1341
|
}
|
|
@@ -1346,8 +1346,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1346
1346
|
icon: 'fa-light fa-user-plus',
|
|
1347
1347
|
color: 'primary',
|
|
1348
1348
|
descriptions: {
|
|
1349
|
-
|
|
1350
|
-
tooltip: i18n('assign.
|
|
1349
|
+
title: i18n('assign.title'),
|
|
1350
|
+
tooltip: i18n('assign.description'),
|
|
1351
1351
|
permission: i18n('assign.permission'),
|
|
1352
1352
|
audit: i18n('assign.audit')
|
|
1353
1353
|
}
|
|
@@ -1358,8 +1358,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1358
1358
|
icon: 'fa-light fa-lock',
|
|
1359
1359
|
color: 'warning',
|
|
1360
1360
|
descriptions: {
|
|
1361
|
-
|
|
1362
|
-
tooltip: i18n('lock.
|
|
1361
|
+
title: i18n('lock.title'),
|
|
1362
|
+
tooltip: i18n('lock.description'),
|
|
1363
1363
|
permission: i18n('lock.permission'),
|
|
1364
1364
|
audit: i18n('lock.audit')
|
|
1365
1365
|
}
|
|
@@ -1370,8 +1370,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1370
1370
|
icon: 'fa-light fa-unlock',
|
|
1371
1371
|
color: 'success',
|
|
1372
1372
|
descriptions: {
|
|
1373
|
-
|
|
1374
|
-
tooltip: i18n('unlock.
|
|
1373
|
+
title: i18n('unlock.title'),
|
|
1374
|
+
tooltip: i18n('unlock.description'),
|
|
1375
1375
|
permission: i18n('unlock.permission'),
|
|
1376
1376
|
audit: i18n('unlock.audit')
|
|
1377
1377
|
}
|
|
@@ -1382,8 +1382,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1382
1382
|
icon: 'fa-light fa-share-nodes',
|
|
1383
1383
|
color: 'info',
|
|
1384
1384
|
descriptions: {
|
|
1385
|
-
|
|
1386
|
-
tooltip: i18n('share.
|
|
1385
|
+
title: i18n('share.title'),
|
|
1386
|
+
tooltip: i18n('share.description'),
|
|
1387
1387
|
permission: i18n('share.permission'),
|
|
1388
1388
|
audit: i18n('share.audit')
|
|
1389
1389
|
}
|
|
@@ -1394,8 +1394,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1394
1394
|
icon: 'fa-light fa-sliders',
|
|
1395
1395
|
color: 'primary',
|
|
1396
1396
|
descriptions: {
|
|
1397
|
-
|
|
1398
|
-
tooltip: i18n('configure.
|
|
1397
|
+
title: i18n('configure.title'),
|
|
1398
|
+
tooltip: i18n('configure.description'),
|
|
1399
1399
|
permission: i18n('configure.permission'),
|
|
1400
1400
|
audit: i18n('configure.audit')
|
|
1401
1401
|
}
|
|
@@ -1406,8 +1406,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1406
1406
|
icon: 'fa-light fa-arrow-down-up-across-line',
|
|
1407
1407
|
color: 'default',
|
|
1408
1408
|
descriptions: {
|
|
1409
|
-
|
|
1410
|
-
tooltip: i18n('reorder.
|
|
1409
|
+
title: i18n('reorder.title'),
|
|
1410
|
+
tooltip: i18n('reorder.description'),
|
|
1411
1411
|
permission: i18n('reorder.permission'),
|
|
1412
1412
|
audit: i18n('reorder.audit')
|
|
1413
1413
|
}
|
|
@@ -1418,8 +1418,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1418
1418
|
icon: 'fa-light fa-magnifying-glass',
|
|
1419
1419
|
color: 'default',
|
|
1420
1420
|
descriptions: {
|
|
1421
|
-
|
|
1422
|
-
tooltip: i18n('preview.
|
|
1421
|
+
title: i18n('preview.title'),
|
|
1422
|
+
tooltip: i18n('preview.description'),
|
|
1423
1423
|
permission: i18n('preview.permission'),
|
|
1424
1424
|
audit: i18n('preview.audit')
|
|
1425
1425
|
}
|
|
@@ -1430,8 +1430,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1430
1430
|
icon: 'fa-light fa-globe',
|
|
1431
1431
|
color: 'success',
|
|
1432
1432
|
descriptions: {
|
|
1433
|
-
|
|
1434
|
-
tooltip: i18n('publish.
|
|
1433
|
+
title: i18n('publish.title'),
|
|
1434
|
+
tooltip: i18n('publish.description'),
|
|
1435
1435
|
permission: i18n('publish.permission'),
|
|
1436
1436
|
audit: i18n('publish.audit')
|
|
1437
1437
|
}
|
|
@@ -1442,8 +1442,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1442
1442
|
icon: 'fa-light fa-globe-slash',
|
|
1443
1443
|
color: 'danger',
|
|
1444
1444
|
descriptions: {
|
|
1445
|
-
|
|
1446
|
-
tooltip: i18n('unpublish.
|
|
1445
|
+
title: i18n('unpublish.title'),
|
|
1446
|
+
tooltip: i18n('unpublish.description'),
|
|
1447
1447
|
permission: i18n('unpublish.permission'),
|
|
1448
1448
|
audit: i18n('unpublish.audit')
|
|
1449
1449
|
}
|
|
@@ -1454,8 +1454,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1454
1454
|
icon: 'fa-light fa-upload',
|
|
1455
1455
|
color: 'default',
|
|
1456
1456
|
descriptions: {
|
|
1457
|
-
|
|
1458
|
-
tooltip: i18n('upload.
|
|
1457
|
+
title: i18n('upload.title'),
|
|
1458
|
+
tooltip: i18n('upload.description'),
|
|
1459
1459
|
permission: i18n('upload.permission'),
|
|
1460
1460
|
audit: i18n('upload.audit')
|
|
1461
1461
|
}
|
|
@@ -1466,8 +1466,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1466
1466
|
icon: 'fa-light fa-download',
|
|
1467
1467
|
color: 'default',
|
|
1468
1468
|
descriptions: {
|
|
1469
|
-
|
|
1470
|
-
tooltip: i18n('download.
|
|
1469
|
+
title: i18n('download.title'),
|
|
1470
|
+
tooltip: i18n('download.description'),
|
|
1471
1471
|
permission: i18n('download.permission'),
|
|
1472
1472
|
audit: i18n('download.audit')
|
|
1473
1473
|
}
|
|
@@ -1478,8 +1478,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1478
1478
|
icon: 'fa-light fa-copy',
|
|
1479
1479
|
color: 'default',
|
|
1480
1480
|
descriptions: {
|
|
1481
|
-
|
|
1482
|
-
tooltip: i18n('copy.
|
|
1481
|
+
title: i18n('copy.title'),
|
|
1482
|
+
tooltip: i18n('copy.description'),
|
|
1483
1483
|
permission: i18n('copy.permission'),
|
|
1484
1484
|
audit: i18n('copy.audit')
|
|
1485
1485
|
}
|
|
@@ -1490,8 +1490,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1490
1490
|
icon: 'fa-light fa-arrow-right-arrow-left',
|
|
1491
1491
|
color: 'default',
|
|
1492
1492
|
descriptions: {
|
|
1493
|
-
|
|
1494
|
-
tooltip: i18n('move.
|
|
1493
|
+
title: i18n('move.title'),
|
|
1494
|
+
tooltip: i18n('move.description'),
|
|
1495
1495
|
permission: i18n('move.permission'),
|
|
1496
1496
|
audit: i18n('move.audit')
|
|
1497
1497
|
}
|
|
@@ -1502,8 +1502,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1502
1502
|
icon: 'fa-light fa-pen',
|
|
1503
1503
|
color: 'default',
|
|
1504
1504
|
descriptions: {
|
|
1505
|
-
|
|
1506
|
-
tooltip: i18n('rename.
|
|
1505
|
+
title: i18n('rename.title'),
|
|
1506
|
+
tooltip: i18n('rename.description'),
|
|
1507
1507
|
permission: i18n('rename.permission'),
|
|
1508
1508
|
audit: i18n('rename.audit')
|
|
1509
1509
|
}
|
|
@@ -1514,8 +1514,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1514
1514
|
icon: 'fa-light fa-gear',
|
|
1515
1515
|
color: 'default',
|
|
1516
1516
|
descriptions: {
|
|
1517
|
-
|
|
1518
|
-
tooltip: i18n('manage.
|
|
1517
|
+
title: i18n('manage.title'),
|
|
1518
|
+
tooltip: i18n('manage.description'),
|
|
1519
1519
|
permission: i18n('manage.permission'),
|
|
1520
1520
|
audit: i18n('manage.audit')
|
|
1521
1521
|
}
|
|
@@ -1526,8 +1526,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1526
1526
|
icon: 'fa-light fa-info',
|
|
1527
1527
|
color: 'default',
|
|
1528
1528
|
descriptions: {
|
|
1529
|
-
|
|
1530
|
-
tooltip: i18n('info.
|
|
1529
|
+
title: i18n('info.title'),
|
|
1530
|
+
tooltip: i18n('info.description'),
|
|
1531
1531
|
permission: i18n('info.permission'),
|
|
1532
1532
|
audit: i18n('info.audit')
|
|
1533
1533
|
}
|
|
@@ -1538,8 +1538,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1538
1538
|
icon: 'fa-light fa-check',
|
|
1539
1539
|
color: 'success',
|
|
1540
1540
|
descriptions: {
|
|
1541
|
-
|
|
1542
|
-
tooltip: i18n('confirm.
|
|
1541
|
+
title: i18n('confirm.title'),
|
|
1542
|
+
tooltip: i18n('confirm.description'),
|
|
1543
1543
|
permission: i18n('confirm.permission'),
|
|
1544
1544
|
audit: i18n('confirm.audit')
|
|
1545
1545
|
}
|
|
@@ -1550,8 +1550,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1550
1550
|
icon: 'fa-light fa-paintbrush',
|
|
1551
1551
|
color: 'default',
|
|
1552
1552
|
descriptions: {
|
|
1553
|
-
|
|
1554
|
-
tooltip: i18n('design.
|
|
1553
|
+
title: i18n('design.title'),
|
|
1554
|
+
tooltip: i18n('design.description'),
|
|
1555
1555
|
permission: i18n('design.permission'),
|
|
1556
1556
|
audit: i18n('design.audit')
|
|
1557
1557
|
}
|
|
@@ -1562,8 +1562,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1562
1562
|
icon: 'fa-light fa-history',
|
|
1563
1563
|
color: 'default',
|
|
1564
1564
|
descriptions: {
|
|
1565
|
-
|
|
1566
|
-
tooltip: i18n('version-history.
|
|
1565
|
+
title: i18n('version-history.title'),
|
|
1566
|
+
tooltip: i18n('version-history.description'),
|
|
1567
1567
|
permission: i18n('version-history.permission'),
|
|
1568
1568
|
audit: i18n('version-history.audit')
|
|
1569
1569
|
}
|
|
@@ -1574,8 +1574,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1574
1574
|
icon: 'fa-light fa-code-compare',
|
|
1575
1575
|
color: 'default',
|
|
1576
1576
|
descriptions: {
|
|
1577
|
-
|
|
1578
|
-
tooltip: i18n('compare.
|
|
1577
|
+
title: i18n('compare.title'),
|
|
1578
|
+
tooltip: i18n('compare.description'),
|
|
1579
1579
|
permission: i18n('compare.permission'),
|
|
1580
1580
|
audit: i18n('compare.audit')
|
|
1581
1581
|
}
|
|
@@ -1586,8 +1586,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1586
1586
|
icon: 'fa-light fa-comments',
|
|
1587
1587
|
color: 'default',
|
|
1588
1588
|
descriptions: {
|
|
1589
|
-
|
|
1590
|
-
tooltip: i18n('comments.
|
|
1589
|
+
title: i18n('comments.title'),
|
|
1590
|
+
tooltip: i18n('comments.description'),
|
|
1591
1591
|
permission: i18n('comments.permission'),
|
|
1592
1592
|
audit: i18n('comments.audit')
|
|
1593
1593
|
}
|
|
@@ -1598,8 +1598,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1598
1598
|
icon: 'fa-light fa-signature',
|
|
1599
1599
|
color: 'default',
|
|
1600
1600
|
descriptions: {
|
|
1601
|
-
|
|
1602
|
-
tooltip: i18n('sign.
|
|
1601
|
+
title: i18n('sign.title'),
|
|
1602
|
+
tooltip: i18n('sign.description'),
|
|
1603
1603
|
permission: i18n('sign.permission'),
|
|
1604
1604
|
audit: i18n('sign.audit')
|
|
1605
1605
|
}
|
|
@@ -1610,8 +1610,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1610
1610
|
icon: 'fa-light fa-cog',
|
|
1611
1611
|
color: 'default',
|
|
1612
1612
|
descriptions: {
|
|
1613
|
-
|
|
1614
|
-
tooltip: i18n('setup.
|
|
1613
|
+
title: i18n('setup.title'),
|
|
1614
|
+
tooltip: i18n('setup.description'),
|
|
1615
1615
|
permission: i18n('setup.permission'),
|
|
1616
1616
|
audit: i18n('setup.audit')
|
|
1617
1617
|
}
|
|
@@ -1622,8 +1622,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1622
1622
|
icon: 'fa-light fa-envelope',
|
|
1623
1623
|
color: 'default',
|
|
1624
1624
|
descriptions: {
|
|
1625
|
-
|
|
1626
|
-
tooltip: i18n('send.
|
|
1625
|
+
title: i18n('send.title'),
|
|
1626
|
+
tooltip: i18n('send.description'),
|
|
1627
1627
|
permission: i18n('send.permission'),
|
|
1628
1628
|
audit: i18n('send.audit')
|
|
1629
1629
|
}
|
|
@@ -1634,8 +1634,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1634
1634
|
icon: 'fa-light fa-chart-line',
|
|
1635
1635
|
color: 'default',
|
|
1636
1636
|
descriptions: {
|
|
1637
|
-
|
|
1638
|
-
tooltip: i18n('report.
|
|
1637
|
+
title: i18n('report.title'),
|
|
1638
|
+
tooltip: i18n('report.description'),
|
|
1639
1639
|
permission: i18n('report.permission'),
|
|
1640
1640
|
audit: i18n('report.audit')
|
|
1641
1641
|
}
|
|
@@ -1646,8 +1646,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1646
1646
|
icon: 'fa-light fa-paper-plane',
|
|
1647
1647
|
color: 'default',
|
|
1648
1648
|
descriptions: {
|
|
1649
|
-
|
|
1650
|
-
tooltip: i18n('sent.
|
|
1649
|
+
title: i18n('sent.title'),
|
|
1650
|
+
tooltip: i18n('sent.description'),
|
|
1651
1651
|
permission: i18n('sent.permission'),
|
|
1652
1652
|
audit: i18n('sent.audit')
|
|
1653
1653
|
}
|
|
@@ -1658,8 +1658,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1658
1658
|
icon: 'fa-light fa-eye',
|
|
1659
1659
|
color: 'default',
|
|
1660
1660
|
descriptions: {
|
|
1661
|
-
|
|
1662
|
-
tooltip: i18n('review.
|
|
1661
|
+
title: i18n('review.title'),
|
|
1662
|
+
tooltip: i18n('review.description'),
|
|
1663
1663
|
permission: i18n('review.permission'),
|
|
1664
1664
|
audit: i18n('review.audit')
|
|
1665
1665
|
}
|
|
@@ -1670,8 +1670,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1670
1670
|
icon: 'fa-light fa-wand-magic-sparkles',
|
|
1671
1671
|
color: 'primary',
|
|
1672
1672
|
descriptions: {
|
|
1673
|
-
|
|
1674
|
-
tooltip: i18n('generate.
|
|
1673
|
+
title: i18n('generate.title'),
|
|
1674
|
+
tooltip: i18n('generate.description'),
|
|
1675
1675
|
permission: i18n('generate.permission'),
|
|
1676
1676
|
audit: i18n('generate.audit')
|
|
1677
1677
|
}
|
|
@@ -1682,8 +1682,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1682
1682
|
icon: 'fa-light fa-arrows-rotate',
|
|
1683
1683
|
color: 'default',
|
|
1684
1684
|
descriptions: {
|
|
1685
|
-
|
|
1686
|
-
tooltip: i18n('refresh.
|
|
1685
|
+
title: i18n('refresh.title'),
|
|
1686
|
+
tooltip: i18n('refresh.description'),
|
|
1687
1687
|
permission: i18n('refresh.permission'),
|
|
1688
1688
|
audit: i18n('refresh.audit')
|
|
1689
1689
|
}
|
|
@@ -1694,8 +1694,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1694
1694
|
icon: 'fa-light fa-arrows-rotate',
|
|
1695
1695
|
color: 'default',
|
|
1696
1696
|
descriptions: {
|
|
1697
|
-
|
|
1698
|
-
tooltip: i18n('reload.
|
|
1697
|
+
title: i18n('reload.title'),
|
|
1698
|
+
tooltip: i18n('reload.description'),
|
|
1699
1699
|
permission: i18n('reload.permission'),
|
|
1700
1700
|
audit: i18n('reload.audit')
|
|
1701
1701
|
}
|
|
@@ -1706,8 +1706,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1706
1706
|
icon: 'fa-light fa-magnifying-glass',
|
|
1707
1707
|
color: 'default',
|
|
1708
1708
|
descriptions: {
|
|
1709
|
-
|
|
1710
|
-
tooltip: i18n('search.
|
|
1709
|
+
title: i18n('search.title'),
|
|
1710
|
+
tooltip: i18n('search.description'),
|
|
1711
1711
|
permission: i18n('search.permission'),
|
|
1712
1712
|
audit: i18n('search.audit')
|
|
1713
1713
|
}
|
|
@@ -1718,8 +1718,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1718
1718
|
icon: 'fa-light fa-filter',
|
|
1719
1719
|
color: 'default',
|
|
1720
1720
|
descriptions: {
|
|
1721
|
-
|
|
1722
|
-
tooltip: i18n('filter.
|
|
1721
|
+
title: i18n('filter.title'),
|
|
1722
|
+
tooltip: i18n('filter.description'),
|
|
1723
1723
|
permission: i18n('filter.permission'),
|
|
1724
1724
|
audit: i18n('filter.audit')
|
|
1725
1725
|
}
|
|
@@ -1730,8 +1730,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1730
1730
|
icon: 'fa-light fa-arrow-down-up-across-line',
|
|
1731
1731
|
color: 'default',
|
|
1732
1732
|
descriptions: {
|
|
1733
|
-
|
|
1734
|
-
tooltip: i18n('sort.
|
|
1733
|
+
title: i18n('sort.title'),
|
|
1734
|
+
tooltip: i18n('sort.description'),
|
|
1735
1735
|
permission: i18n('sort.permission'),
|
|
1736
1736
|
audit: i18n('sort.audit')
|
|
1737
1737
|
}
|
|
@@ -1742,8 +1742,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1742
1742
|
icon: 'fa-light fa-play',
|
|
1743
1743
|
color: 'success',
|
|
1744
1744
|
descriptions: {
|
|
1745
|
-
|
|
1746
|
-
tooltip: i18n('start.
|
|
1745
|
+
title: i18n('start.title'),
|
|
1746
|
+
tooltip: i18n('start.description'),
|
|
1747
1747
|
permission: i18n('start.permission'),
|
|
1748
1748
|
audit: i18n('start.audit')
|
|
1749
1749
|
}
|
|
@@ -1755,8 +1755,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1755
1755
|
color: 'danger',
|
|
1756
1756
|
critical: true,
|
|
1757
1757
|
descriptions: {
|
|
1758
|
-
|
|
1759
|
-
tooltip: i18n('stop.
|
|
1758
|
+
title: i18n('stop.title'),
|
|
1759
|
+
tooltip: i18n('stop.description'),
|
|
1760
1760
|
permission: i18n('stop.permission'),
|
|
1761
1761
|
audit: i18n('stop.audit')
|
|
1762
1762
|
}
|
|
@@ -1767,8 +1767,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1767
1767
|
icon: 'fa-light fa-pause',
|
|
1768
1768
|
color: 'warning',
|
|
1769
1769
|
descriptions: {
|
|
1770
|
-
|
|
1771
|
-
tooltip: i18n('pause.
|
|
1770
|
+
title: i18n('pause.title'),
|
|
1771
|
+
tooltip: i18n('pause.description'),
|
|
1772
1772
|
permission: i18n('pause.permission'),
|
|
1773
1773
|
audit: i18n('pause.audit')
|
|
1774
1774
|
}
|
|
@@ -1780,8 +1780,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1780
1780
|
color: 'danger',
|
|
1781
1781
|
critical: true,
|
|
1782
1782
|
descriptions: {
|
|
1783
|
-
|
|
1784
|
-
tooltip: i18n('cancel.
|
|
1783
|
+
title: i18n('cancel.title'),
|
|
1784
|
+
tooltip: i18n('cancel.description'),
|
|
1785
1785
|
permission: i18n('cancel.permission'),
|
|
1786
1786
|
audit: i18n('cancel.audit')
|
|
1787
1787
|
}
|
|
@@ -1792,8 +1792,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1792
1792
|
icon: 'fa-light fa-xmark',
|
|
1793
1793
|
color: 'default',
|
|
1794
1794
|
descriptions: {
|
|
1795
|
-
|
|
1796
|
-
tooltip: i18n('close.
|
|
1795
|
+
title: i18n('close.title'),
|
|
1796
|
+
tooltip: i18n('close.description'),
|
|
1797
1797
|
permission: i18n('close.permission'),
|
|
1798
1798
|
audit: i18n('close.audit')
|
|
1799
1799
|
}
|
|
@@ -1804,8 +1804,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1804
1804
|
icon: 'fa-light fa-check',
|
|
1805
1805
|
color: 'success',
|
|
1806
1806
|
descriptions: {
|
|
1807
|
-
|
|
1808
|
-
tooltip: i18n('complete.
|
|
1807
|
+
title: i18n('complete.title'),
|
|
1808
|
+
tooltip: i18n('complete.description'),
|
|
1809
1809
|
permission: i18n('complete.permission'),
|
|
1810
1810
|
audit: i18n('complete.audit')
|
|
1811
1811
|
}
|
|
@@ -1816,8 +1816,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1816
1816
|
icon: 'fa-light fa-floppy-disk',
|
|
1817
1817
|
color: 'primary',
|
|
1818
1818
|
descriptions: {
|
|
1819
|
-
|
|
1820
|
-
tooltip: i18n('save.
|
|
1819
|
+
title: i18n('save.title'),
|
|
1820
|
+
tooltip: i18n('save.description'),
|
|
1821
1821
|
permission: i18n('save.permission'),
|
|
1822
1822
|
audit: i18n('save.audit')
|
|
1823
1823
|
}
|
|
@@ -1828,8 +1828,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1828
1828
|
icon: 'fa-light fa-floppy-disk',
|
|
1829
1829
|
color: 'default',
|
|
1830
1830
|
descriptions: {
|
|
1831
|
-
|
|
1832
|
-
tooltip: i18n('save-as.
|
|
1831
|
+
title: i18n('save-as.title'),
|
|
1832
|
+
tooltip: i18n('save-as.description'),
|
|
1833
1833
|
permission: i18n('save-as.permission'),
|
|
1834
1834
|
audit: i18n('save-as.audit')
|
|
1835
1835
|
}
|
|
@@ -1840,8 +1840,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1840
1840
|
icon: 'fa-light fa-arrows-rotate',
|
|
1841
1841
|
color: 'default',
|
|
1842
1842
|
descriptions: {
|
|
1843
|
-
|
|
1844
|
-
tooltip: i18n('sync.
|
|
1843
|
+
title: i18n('sync.title'),
|
|
1844
|
+
tooltip: i18n('sync.description'),
|
|
1845
1845
|
permission: i18n('sync.permission'),
|
|
1846
1846
|
audit: i18n('sync.audit')
|
|
1847
1847
|
}
|
|
@@ -1853,8 +1853,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1853
1853
|
color: 'warning',
|
|
1854
1854
|
critical: true,
|
|
1855
1855
|
descriptions: {
|
|
1856
|
-
|
|
1857
|
-
tooltip: i18n('reset.
|
|
1856
|
+
title: i18n('reset.title'),
|
|
1857
|
+
tooltip: i18n('reset.description'),
|
|
1858
1858
|
permission: i18n('reset.permission'),
|
|
1859
1859
|
audit: i18n('reset.audit')
|
|
1860
1860
|
}
|
|
@@ -1865,8 +1865,8 @@ const AXPSystemActions = Object.freeze({
|
|
|
1865
1865
|
icon: 'fa-light fa-eraser',
|
|
1866
1866
|
color: 'default',
|
|
1867
1867
|
descriptions: {
|
|
1868
|
-
|
|
1869
|
-
tooltip: i18n('clear.
|
|
1868
|
+
title: i18n('clear.title'),
|
|
1869
|
+
tooltip: i18n('clear.description'),
|
|
1870
1870
|
permission: i18n('clear.permission'),
|
|
1871
1871
|
audit: i18n('clear.audit')
|
|
1872
1872
|
}
|
|
@@ -1913,7 +1913,7 @@ function getActionButton(actionType) {
|
|
|
1913
1913
|
icon: systemAction.icon || '',
|
|
1914
1914
|
color: systemAction.color || 'default',
|
|
1915
1915
|
title: systemAction.title,
|
|
1916
|
-
description: systemAction.descriptions.
|
|
1916
|
+
description: systemAction.descriptions.title
|
|
1917
1917
|
};
|
|
1918
1918
|
}
|
|
1919
1919
|
}
|