@forge/manifest 2.6.0-next.13 → 2.6.0-next.14
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/CHANGELOG.md +6 -0
- package/out/schema/manifest-schema.json +270 -298
- package/out/schema/manifest.d.ts +322 -266
- package/package.json +1 -1
package/out/schema/manifest.d.ts
CHANGED
|
@@ -1283,6 +1283,7 @@ export interface Modules {
|
|
|
1283
1283
|
icon?: string;
|
|
1284
1284
|
layout?: 'basic' | 'native';
|
|
1285
1285
|
key: ModuleKeySchema;
|
|
1286
|
+
[k: string]: unknown;
|
|
1286
1287
|
}
|
|
1287
1288
|
| {
|
|
1288
1289
|
resource: string;
|
|
@@ -1294,12 +1295,14 @@ export interface Modules {
|
|
|
1294
1295
|
icon?: string;
|
|
1295
1296
|
layout?: 'basic' | 'native';
|
|
1296
1297
|
key: ModuleKeySchema;
|
|
1298
|
+
[k: string]: unknown;
|
|
1297
1299
|
}
|
|
1298
1300
|
| {
|
|
1299
1301
|
pages: {
|
|
1300
1302
|
title: string;
|
|
1301
1303
|
route: string;
|
|
1302
1304
|
icon?: string;
|
|
1305
|
+
[k: string]: unknown;
|
|
1303
1306
|
}[];
|
|
1304
1307
|
resource: string;
|
|
1305
1308
|
resourceUploadId?: string;
|
|
@@ -1310,6 +1313,7 @@ export interface Modules {
|
|
|
1310
1313
|
icon?: string;
|
|
1311
1314
|
layout?: 'basic' | 'native';
|
|
1312
1315
|
key: ModuleKeySchema;
|
|
1316
|
+
[k: string]: unknown;
|
|
1313
1317
|
}
|
|
1314
1318
|
| {
|
|
1315
1319
|
sections: {
|
|
@@ -1318,7 +1322,9 @@ export interface Modules {
|
|
|
1318
1322
|
title: string;
|
|
1319
1323
|
route: string;
|
|
1320
1324
|
icon?: string;
|
|
1325
|
+
[k: string]: unknown;
|
|
1321
1326
|
}[];
|
|
1327
|
+
[k: string]: unknown;
|
|
1322
1328
|
}[];
|
|
1323
1329
|
resource: string;
|
|
1324
1330
|
resourceUploadId?: string;
|
|
@@ -1329,6 +1335,7 @@ export interface Modules {
|
|
|
1329
1335
|
icon?: string;
|
|
1330
1336
|
layout?: 'basic' | 'native';
|
|
1331
1337
|
key: ModuleKeySchema;
|
|
1338
|
+
[k: string]: unknown;
|
|
1332
1339
|
}
|
|
1333
1340
|
),
|
|
1334
1341
|
...(
|
|
@@ -1338,6 +1345,7 @@ export interface Modules {
|
|
|
1338
1345
|
icon?: string;
|
|
1339
1346
|
layout?: 'basic' | 'native';
|
|
1340
1347
|
key: ModuleKeySchema;
|
|
1348
|
+
[k: string]: unknown;
|
|
1341
1349
|
}
|
|
1342
1350
|
| {
|
|
1343
1351
|
resource: string;
|
|
@@ -1349,12 +1357,14 @@ export interface Modules {
|
|
|
1349
1357
|
icon?: string;
|
|
1350
1358
|
layout?: 'basic' | 'native';
|
|
1351
1359
|
key: ModuleKeySchema;
|
|
1360
|
+
[k: string]: unknown;
|
|
1352
1361
|
}
|
|
1353
1362
|
| {
|
|
1354
1363
|
pages: {
|
|
1355
1364
|
title: string;
|
|
1356
1365
|
route: string;
|
|
1357
1366
|
icon?: string;
|
|
1367
|
+
[k: string]: unknown;
|
|
1358
1368
|
}[];
|
|
1359
1369
|
resource: string;
|
|
1360
1370
|
resourceUploadId?: string;
|
|
@@ -1365,6 +1375,7 @@ export interface Modules {
|
|
|
1365
1375
|
icon?: string;
|
|
1366
1376
|
layout?: 'basic' | 'native';
|
|
1367
1377
|
key: ModuleKeySchema;
|
|
1378
|
+
[k: string]: unknown;
|
|
1368
1379
|
}
|
|
1369
1380
|
| {
|
|
1370
1381
|
sections: {
|
|
@@ -1373,7 +1384,9 @@ export interface Modules {
|
|
|
1373
1384
|
title: string;
|
|
1374
1385
|
route: string;
|
|
1375
1386
|
icon?: string;
|
|
1387
|
+
[k: string]: unknown;
|
|
1376
1388
|
}[];
|
|
1389
|
+
[k: string]: unknown;
|
|
1377
1390
|
}[];
|
|
1378
1391
|
resource: string;
|
|
1379
1392
|
resourceUploadId?: string;
|
|
@@ -1384,6 +1397,7 @@ export interface Modules {
|
|
|
1384
1397
|
icon?: string;
|
|
1385
1398
|
layout?: 'basic' | 'native';
|
|
1386
1399
|
key: ModuleKeySchema;
|
|
1400
|
+
[k: string]: unknown;
|
|
1387
1401
|
}
|
|
1388
1402
|
)[]
|
|
1389
1403
|
];
|
|
@@ -1395,6 +1409,7 @@ export interface Modules {
|
|
|
1395
1409
|
icon?: string;
|
|
1396
1410
|
layout?: 'basic' | 'native';
|
|
1397
1411
|
key: ModuleKeySchema;
|
|
1412
|
+
[k: string]: unknown;
|
|
1398
1413
|
}
|
|
1399
1414
|
| {
|
|
1400
1415
|
resource: string;
|
|
@@ -1406,12 +1421,14 @@ export interface Modules {
|
|
|
1406
1421
|
icon?: string;
|
|
1407
1422
|
layout?: 'basic' | 'native';
|
|
1408
1423
|
key: ModuleKeySchema;
|
|
1424
|
+
[k: string]: unknown;
|
|
1409
1425
|
}
|
|
1410
1426
|
| {
|
|
1411
1427
|
pages: {
|
|
1412
1428
|
title: string;
|
|
1413
1429
|
route: string;
|
|
1414
1430
|
icon?: string;
|
|
1431
|
+
[k: string]: unknown;
|
|
1415
1432
|
}[];
|
|
1416
1433
|
resource: string;
|
|
1417
1434
|
resourceUploadId?: string;
|
|
@@ -1422,6 +1439,7 @@ export interface Modules {
|
|
|
1422
1439
|
icon?: string;
|
|
1423
1440
|
layout?: 'basic' | 'native';
|
|
1424
1441
|
key: ModuleKeySchema;
|
|
1442
|
+
[k: string]: unknown;
|
|
1425
1443
|
}
|
|
1426
1444
|
| {
|
|
1427
1445
|
sections: {
|
|
@@ -1430,7 +1448,9 @@ export interface Modules {
|
|
|
1430
1448
|
title: string;
|
|
1431
1449
|
route: string;
|
|
1432
1450
|
icon?: string;
|
|
1451
|
+
[k: string]: unknown;
|
|
1433
1452
|
}[];
|
|
1453
|
+
[k: string]: unknown;
|
|
1434
1454
|
}[];
|
|
1435
1455
|
resource: string;
|
|
1436
1456
|
resourceUploadId?: string;
|
|
@@ -1441,6 +1461,7 @@ export interface Modules {
|
|
|
1441
1461
|
icon?: string;
|
|
1442
1462
|
layout?: 'basic' | 'native';
|
|
1443
1463
|
key: ModuleKeySchema;
|
|
1464
|
+
[k: string]: unknown;
|
|
1444
1465
|
}
|
|
1445
1466
|
),
|
|
1446
1467
|
...(
|
|
@@ -1450,6 +1471,7 @@ export interface Modules {
|
|
|
1450
1471
|
icon?: string;
|
|
1451
1472
|
layout?: 'basic' | 'native';
|
|
1452
1473
|
key: ModuleKeySchema;
|
|
1474
|
+
[k: string]: unknown;
|
|
1453
1475
|
}
|
|
1454
1476
|
| {
|
|
1455
1477
|
resource: string;
|
|
@@ -1461,12 +1483,14 @@ export interface Modules {
|
|
|
1461
1483
|
icon?: string;
|
|
1462
1484
|
layout?: 'basic' | 'native';
|
|
1463
1485
|
key: ModuleKeySchema;
|
|
1486
|
+
[k: string]: unknown;
|
|
1464
1487
|
}
|
|
1465
1488
|
| {
|
|
1466
1489
|
pages: {
|
|
1467
1490
|
title: string;
|
|
1468
1491
|
route: string;
|
|
1469
1492
|
icon?: string;
|
|
1493
|
+
[k: string]: unknown;
|
|
1470
1494
|
}[];
|
|
1471
1495
|
resource: string;
|
|
1472
1496
|
resourceUploadId?: string;
|
|
@@ -1477,6 +1501,7 @@ export interface Modules {
|
|
|
1477
1501
|
icon?: string;
|
|
1478
1502
|
layout?: 'basic' | 'native';
|
|
1479
1503
|
key: ModuleKeySchema;
|
|
1504
|
+
[k: string]: unknown;
|
|
1480
1505
|
}
|
|
1481
1506
|
| {
|
|
1482
1507
|
sections: {
|
|
@@ -1485,7 +1510,9 @@ export interface Modules {
|
|
|
1485
1510
|
title: string;
|
|
1486
1511
|
route: string;
|
|
1487
1512
|
icon?: string;
|
|
1513
|
+
[k: string]: unknown;
|
|
1488
1514
|
}[];
|
|
1515
|
+
[k: string]: unknown;
|
|
1489
1516
|
}[];
|
|
1490
1517
|
resource: string;
|
|
1491
1518
|
resourceUploadId?: string;
|
|
@@ -1496,6 +1523,7 @@ export interface Modules {
|
|
|
1496
1523
|
icon?: string;
|
|
1497
1524
|
layout?: 'basic' | 'native';
|
|
1498
1525
|
key: ModuleKeySchema;
|
|
1526
|
+
[k: string]: unknown;
|
|
1499
1527
|
}
|
|
1500
1528
|
)[]
|
|
1501
1529
|
];
|
|
@@ -1507,6 +1535,7 @@ export interface Modules {
|
|
|
1507
1535
|
icon?: string;
|
|
1508
1536
|
layout?: 'basic' | 'native';
|
|
1509
1537
|
key: ModuleKeySchema;
|
|
1538
|
+
[k: string]: unknown;
|
|
1510
1539
|
}
|
|
1511
1540
|
| {
|
|
1512
1541
|
resource: string;
|
|
@@ -1518,12 +1547,14 @@ export interface Modules {
|
|
|
1518
1547
|
icon?: string;
|
|
1519
1548
|
layout?: 'basic' | 'native';
|
|
1520
1549
|
key: ModuleKeySchema;
|
|
1550
|
+
[k: string]: unknown;
|
|
1521
1551
|
}
|
|
1522
1552
|
| {
|
|
1523
1553
|
pages: {
|
|
1524
1554
|
title: string;
|
|
1525
1555
|
route: string;
|
|
1526
1556
|
icon?: string;
|
|
1557
|
+
[k: string]: unknown;
|
|
1527
1558
|
}[];
|
|
1528
1559
|
resource: string;
|
|
1529
1560
|
resourceUploadId?: string;
|
|
@@ -1534,6 +1565,7 @@ export interface Modules {
|
|
|
1534
1565
|
icon?: string;
|
|
1535
1566
|
layout?: 'basic' | 'native';
|
|
1536
1567
|
key: ModuleKeySchema;
|
|
1568
|
+
[k: string]: unknown;
|
|
1537
1569
|
}
|
|
1538
1570
|
| {
|
|
1539
1571
|
sections: {
|
|
@@ -1542,7 +1574,9 @@ export interface Modules {
|
|
|
1542
1574
|
title: string;
|
|
1543
1575
|
route: string;
|
|
1544
1576
|
icon?: string;
|
|
1577
|
+
[k: string]: unknown;
|
|
1545
1578
|
}[];
|
|
1579
|
+
[k: string]: unknown;
|
|
1546
1580
|
}[];
|
|
1547
1581
|
resource: string;
|
|
1548
1582
|
resourceUploadId?: string;
|
|
@@ -1553,6 +1587,7 @@ export interface Modules {
|
|
|
1553
1587
|
icon?: string;
|
|
1554
1588
|
layout?: 'basic' | 'native';
|
|
1555
1589
|
key: ModuleKeySchema;
|
|
1590
|
+
[k: string]: unknown;
|
|
1556
1591
|
}
|
|
1557
1592
|
),
|
|
1558
1593
|
...(
|
|
@@ -1562,6 +1597,7 @@ export interface Modules {
|
|
|
1562
1597
|
icon?: string;
|
|
1563
1598
|
layout?: 'basic' | 'native';
|
|
1564
1599
|
key: ModuleKeySchema;
|
|
1600
|
+
[k: string]: unknown;
|
|
1565
1601
|
}
|
|
1566
1602
|
| {
|
|
1567
1603
|
resource: string;
|
|
@@ -1573,12 +1609,14 @@ export interface Modules {
|
|
|
1573
1609
|
icon?: string;
|
|
1574
1610
|
layout?: 'basic' | 'native';
|
|
1575
1611
|
key: ModuleKeySchema;
|
|
1612
|
+
[k: string]: unknown;
|
|
1576
1613
|
}
|
|
1577
1614
|
| {
|
|
1578
1615
|
pages: {
|
|
1579
1616
|
title: string;
|
|
1580
1617
|
route: string;
|
|
1581
1618
|
icon?: string;
|
|
1619
|
+
[k: string]: unknown;
|
|
1582
1620
|
}[];
|
|
1583
1621
|
resource: string;
|
|
1584
1622
|
resourceUploadId?: string;
|
|
@@ -1589,6 +1627,7 @@ export interface Modules {
|
|
|
1589
1627
|
icon?: string;
|
|
1590
1628
|
layout?: 'basic' | 'native';
|
|
1591
1629
|
key: ModuleKeySchema;
|
|
1630
|
+
[k: string]: unknown;
|
|
1592
1631
|
}
|
|
1593
1632
|
| {
|
|
1594
1633
|
sections: {
|
|
@@ -1597,7 +1636,9 @@ export interface Modules {
|
|
|
1597
1636
|
title: string;
|
|
1598
1637
|
route: string;
|
|
1599
1638
|
icon?: string;
|
|
1639
|
+
[k: string]: unknown;
|
|
1600
1640
|
}[];
|
|
1641
|
+
[k: string]: unknown;
|
|
1601
1642
|
}[];
|
|
1602
1643
|
resource: string;
|
|
1603
1644
|
resourceUploadId?: string;
|
|
@@ -1608,6 +1649,7 @@ export interface Modules {
|
|
|
1608
1649
|
icon?: string;
|
|
1609
1650
|
layout?: 'basic' | 'native';
|
|
1610
1651
|
key: ModuleKeySchema;
|
|
1652
|
+
[k: string]: unknown;
|
|
1611
1653
|
}
|
|
1612
1654
|
)[]
|
|
1613
1655
|
];
|
|
@@ -1619,6 +1661,7 @@ export interface Modules {
|
|
|
1619
1661
|
icon?: string;
|
|
1620
1662
|
layout?: 'basic' | 'native';
|
|
1621
1663
|
key: ModuleKeySchema;
|
|
1664
|
+
[k: string]: unknown;
|
|
1622
1665
|
}
|
|
1623
1666
|
| {
|
|
1624
1667
|
resource: string;
|
|
@@ -1630,12 +1673,14 @@ export interface Modules {
|
|
|
1630
1673
|
icon?: string;
|
|
1631
1674
|
layout?: 'basic' | 'native';
|
|
1632
1675
|
key: ModuleKeySchema;
|
|
1676
|
+
[k: string]: unknown;
|
|
1633
1677
|
}
|
|
1634
1678
|
| {
|
|
1635
1679
|
pages: {
|
|
1636
1680
|
title: string;
|
|
1637
1681
|
route: string;
|
|
1638
1682
|
icon?: string;
|
|
1683
|
+
[k: string]: unknown;
|
|
1639
1684
|
}[];
|
|
1640
1685
|
resource: string;
|
|
1641
1686
|
resourceUploadId?: string;
|
|
@@ -1646,6 +1691,7 @@ export interface Modules {
|
|
|
1646
1691
|
icon?: string;
|
|
1647
1692
|
layout?: 'basic' | 'native';
|
|
1648
1693
|
key: ModuleKeySchema;
|
|
1694
|
+
[k: string]: unknown;
|
|
1649
1695
|
}
|
|
1650
1696
|
| {
|
|
1651
1697
|
sections: {
|
|
@@ -1654,7 +1700,9 @@ export interface Modules {
|
|
|
1654
1700
|
title: string;
|
|
1655
1701
|
route: string;
|
|
1656
1702
|
icon?: string;
|
|
1703
|
+
[k: string]: unknown;
|
|
1657
1704
|
}[];
|
|
1705
|
+
[k: string]: unknown;
|
|
1658
1706
|
}[];
|
|
1659
1707
|
resource: string;
|
|
1660
1708
|
resourceUploadId?: string;
|
|
@@ -1665,6 +1713,7 @@ export interface Modules {
|
|
|
1665
1713
|
icon?: string;
|
|
1666
1714
|
layout?: 'basic' | 'native';
|
|
1667
1715
|
key: ModuleKeySchema;
|
|
1716
|
+
[k: string]: unknown;
|
|
1668
1717
|
}
|
|
1669
1718
|
),
|
|
1670
1719
|
...(
|
|
@@ -1674,6 +1723,7 @@ export interface Modules {
|
|
|
1674
1723
|
icon?: string;
|
|
1675
1724
|
layout?: 'basic' | 'native';
|
|
1676
1725
|
key: ModuleKeySchema;
|
|
1726
|
+
[k: string]: unknown;
|
|
1677
1727
|
}
|
|
1678
1728
|
| {
|
|
1679
1729
|
resource: string;
|
|
@@ -1685,12 +1735,14 @@ export interface Modules {
|
|
|
1685
1735
|
icon?: string;
|
|
1686
1736
|
layout?: 'basic' | 'native';
|
|
1687
1737
|
key: ModuleKeySchema;
|
|
1738
|
+
[k: string]: unknown;
|
|
1688
1739
|
}
|
|
1689
1740
|
| {
|
|
1690
1741
|
pages: {
|
|
1691
1742
|
title: string;
|
|
1692
1743
|
route: string;
|
|
1693
1744
|
icon?: string;
|
|
1745
|
+
[k: string]: unknown;
|
|
1694
1746
|
}[];
|
|
1695
1747
|
resource: string;
|
|
1696
1748
|
resourceUploadId?: string;
|
|
@@ -1701,6 +1753,7 @@ export interface Modules {
|
|
|
1701
1753
|
icon?: string;
|
|
1702
1754
|
layout?: 'basic' | 'native';
|
|
1703
1755
|
key: ModuleKeySchema;
|
|
1756
|
+
[k: string]: unknown;
|
|
1704
1757
|
}
|
|
1705
1758
|
| {
|
|
1706
1759
|
sections: {
|
|
@@ -1709,7 +1762,9 @@ export interface Modules {
|
|
|
1709
1762
|
title: string;
|
|
1710
1763
|
route: string;
|
|
1711
1764
|
icon?: string;
|
|
1765
|
+
[k: string]: unknown;
|
|
1712
1766
|
}[];
|
|
1767
|
+
[k: string]: unknown;
|
|
1713
1768
|
}[];
|
|
1714
1769
|
resource: string;
|
|
1715
1770
|
resourceUploadId?: string;
|
|
@@ -1720,6 +1775,7 @@ export interface Modules {
|
|
|
1720
1775
|
icon?: string;
|
|
1721
1776
|
layout?: 'basic' | 'native';
|
|
1722
1777
|
key: ModuleKeySchema;
|
|
1778
|
+
[k: string]: unknown;
|
|
1723
1779
|
}
|
|
1724
1780
|
)[]
|
|
1725
1781
|
];
|
|
@@ -2856,7 +2912,7 @@ export interface Modules {
|
|
|
2856
2912
|
location?: string;
|
|
2857
2913
|
cacheable?: boolean;
|
|
2858
2914
|
supportsNative?: boolean;
|
|
2859
|
-
conditions?: (
|
|
2915
|
+
conditions?: (SingleCondition | CompositeCondition)[];
|
|
2860
2916
|
params?: {
|
|
2861
2917
|
[k: string]: unknown;
|
|
2862
2918
|
};
|
|
@@ -2872,7 +2928,7 @@ export interface Modules {
|
|
|
2872
2928
|
location?: string;
|
|
2873
2929
|
cacheable?: boolean;
|
|
2874
2930
|
supportsNative?: boolean;
|
|
2875
|
-
conditions?: (
|
|
2931
|
+
conditions?: (SingleCondition | CompositeCondition)[];
|
|
2876
2932
|
params?: {
|
|
2877
2933
|
[k: string]: unknown;
|
|
2878
2934
|
};
|
|
@@ -2886,7 +2942,7 @@ export interface Modules {
|
|
|
2886
2942
|
filter?: string;
|
|
2887
2943
|
excludeBody?: boolean;
|
|
2888
2944
|
event?: string;
|
|
2889
|
-
conditions?: (
|
|
2945
|
+
conditions?: (CompositeCondition | SingleCondition)[];
|
|
2890
2946
|
propertyKeys?: string[];
|
|
2891
2947
|
url?: string;
|
|
2892
2948
|
key: ModuleKeySchema;
|
|
@@ -2896,7 +2952,7 @@ export interface Modules {
|
|
|
2896
2952
|
filter?: string;
|
|
2897
2953
|
excludeBody?: boolean;
|
|
2898
2954
|
event?: string;
|
|
2899
|
-
conditions?: (
|
|
2955
|
+
conditions?: (CompositeCondition | SingleCondition)[];
|
|
2900
2956
|
propertyKeys?: string[];
|
|
2901
2957
|
url?: string;
|
|
2902
2958
|
key: ModuleKeySchema;
|
|
@@ -3004,7 +3060,7 @@ export interface Modules {
|
|
|
3004
3060
|
name?: I18NProperty59;
|
|
3005
3061
|
location?: string;
|
|
3006
3062
|
cacheable?: boolean;
|
|
3007
|
-
conditions?: (
|
|
3063
|
+
conditions?: (SingleCondition4 | CompositeCondition6)[];
|
|
3008
3064
|
key: ModuleKeySchema;
|
|
3009
3065
|
[k: string]: unknown;
|
|
3010
3066
|
},
|
|
@@ -3022,7 +3078,7 @@ export interface Modules {
|
|
|
3022
3078
|
name?: I18NProperty59;
|
|
3023
3079
|
location?: string;
|
|
3024
3080
|
cacheable?: boolean;
|
|
3025
|
-
conditions?: (
|
|
3081
|
+
conditions?: (SingleCondition4 | CompositeCondition6)[];
|
|
3026
3082
|
key: ModuleKeySchema;
|
|
3027
3083
|
[k: string]: unknown;
|
|
3028
3084
|
}[]
|
|
@@ -3100,7 +3156,7 @@ export interface Modules {
|
|
|
3100
3156
|
name?: I18NProperty63;
|
|
3101
3157
|
weight?: number;
|
|
3102
3158
|
location?: string;
|
|
3103
|
-
conditions?: (
|
|
3159
|
+
conditions?: (SingleCondition5 | CompositeCondition7)[];
|
|
3104
3160
|
params?: {
|
|
3105
3161
|
[k: string]: unknown;
|
|
3106
3162
|
};
|
|
@@ -3112,7 +3168,7 @@ export interface Modules {
|
|
|
3112
3168
|
name?: I18NProperty63;
|
|
3113
3169
|
weight?: number;
|
|
3114
3170
|
location?: string;
|
|
3115
|
-
conditions?: (
|
|
3171
|
+
conditions?: (SingleCondition5 | CompositeCondition7)[];
|
|
3116
3172
|
params?: {
|
|
3117
3173
|
[k: string]: unknown;
|
|
3118
3174
|
};
|
|
@@ -3308,7 +3364,7 @@ export interface Modules {
|
|
|
3308
3364
|
icon?: Icon18;
|
|
3309
3365
|
name?: I18NProperty91;
|
|
3310
3366
|
cacheable?: boolean;
|
|
3311
|
-
conditions?: (
|
|
3367
|
+
conditions?: (CompositeCondition | SingleCondition)[];
|
|
3312
3368
|
params?: {
|
|
3313
3369
|
[k: string]: unknown;
|
|
3314
3370
|
};
|
|
@@ -3324,7 +3380,7 @@ export interface Modules {
|
|
|
3324
3380
|
icon?: Icon18;
|
|
3325
3381
|
name?: I18NProperty91;
|
|
3326
3382
|
cacheable?: boolean;
|
|
3327
|
-
conditions?: (
|
|
3383
|
+
conditions?: (CompositeCondition | SingleCondition)[];
|
|
3328
3384
|
params?: {
|
|
3329
3385
|
[k: string]: unknown;
|
|
3330
3386
|
};
|
|
@@ -3543,7 +3599,7 @@ export interface I18NProperty1 {
|
|
|
3543
3599
|
*
|
|
3544
3600
|
*/
|
|
3545
3601
|
export interface CompositeCondition {
|
|
3546
|
-
conditions?: (
|
|
3602
|
+
conditions?: (ManifestSchema | SingleCondition)[];
|
|
3547
3603
|
type?: 'and' | 'AND' | 'or' | 'OR';
|
|
3548
3604
|
[k: string]: unknown;
|
|
3549
3605
|
}
|
|
@@ -6251,10 +6307,74 @@ export interface Icon10 {
|
|
|
6251
6307
|
*
|
|
6252
6308
|
*/
|
|
6253
6309
|
export interface WebItemTarget1 {
|
|
6254
|
-
options?:
|
|
6310
|
+
options?: DialogModuleOptions1 | InlineDialogOptions1 | DialogOptions2;
|
|
6255
6311
|
type?: 'page' | 'PAGE' | 'dialog' | 'DIALOG' | 'inlinedialog' | 'INLINEDIALOG' | 'dialogmodule' | 'DIALOGMODULE';
|
|
6256
6312
|
[k: string]: unknown;
|
|
6257
6313
|
}
|
|
6314
|
+
/**
|
|
6315
|
+
*
|
|
6316
|
+
*
|
|
6317
|
+
* Options for a web-item targeting a common <a href="../dialog/">dialog module</a>.
|
|
6318
|
+
*
|
|
6319
|
+
* <h3>Example</h3>
|
|
6320
|
+
*
|
|
6321
|
+
*
|
|
6322
|
+
*
|
|
6323
|
+
*
|
|
6324
|
+
*
|
|
6325
|
+
* {
|
|
6326
|
+
* "target": {
|
|
6327
|
+
* "type": "dialogmodule",
|
|
6328
|
+
* "options": {
|
|
6329
|
+
* "key": "dialog-module-key"
|
|
6330
|
+
* }
|
|
6331
|
+
* }
|
|
6332
|
+
* }
|
|
6333
|
+
*
|
|
6334
|
+
*
|
|
6335
|
+
*
|
|
6336
|
+
*/
|
|
6337
|
+
export interface DialogModuleOptions1 {
|
|
6338
|
+
key: string;
|
|
6339
|
+
[k: string]: unknown;
|
|
6340
|
+
}
|
|
6341
|
+
/**
|
|
6342
|
+
*
|
|
6343
|
+
*
|
|
6344
|
+
* Options for an inline dialog target
|
|
6345
|
+
*
|
|
6346
|
+
* <h3>Example</h3>
|
|
6347
|
+
*
|
|
6348
|
+
*
|
|
6349
|
+
*
|
|
6350
|
+
*
|
|
6351
|
+
*
|
|
6352
|
+
* {
|
|
6353
|
+
* "target": {
|
|
6354
|
+
* "type": "inlinedialog",
|
|
6355
|
+
* "options": {
|
|
6356
|
+
* "onHover": true,
|
|
6357
|
+
* "offsetX": "30px",
|
|
6358
|
+
* "offsetY": "20px"
|
|
6359
|
+
* }
|
|
6360
|
+
* }
|
|
6361
|
+
* }
|
|
6362
|
+
*
|
|
6363
|
+
*
|
|
6364
|
+
*
|
|
6365
|
+
*/
|
|
6366
|
+
export interface InlineDialogOptions1 {
|
|
6367
|
+
offsetX?: string;
|
|
6368
|
+
offsetY?: string;
|
|
6369
|
+
width?: string;
|
|
6370
|
+
onTop?: boolean;
|
|
6371
|
+
showDelay?: number;
|
|
6372
|
+
closeOthers?: boolean;
|
|
6373
|
+
persistent?: boolean;
|
|
6374
|
+
onHover?: boolean;
|
|
6375
|
+
isRelativeToMouse?: boolean;
|
|
6376
|
+
[k: string]: unknown;
|
|
6377
|
+
}
|
|
6258
6378
|
/**
|
|
6259
6379
|
*
|
|
6260
6380
|
*
|
|
@@ -6356,7 +6476,8 @@ export interface I18NProperty58 {
|
|
|
6356
6476
|
/**
|
|
6357
6477
|
*
|
|
6358
6478
|
*
|
|
6359
|
-
*
|
|
6479
|
+
* Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
|
|
6480
|
+
* and value in multiple places if you like, but identical keys must have identical values.
|
|
6360
6481
|
*
|
|
6361
6482
|
* <h3>Example</h3>
|
|
6362
6483
|
*
|
|
@@ -6365,63 +6486,25 @@ export interface I18NProperty58 {
|
|
|
6365
6486
|
*
|
|
6366
6487
|
*
|
|
6367
6488
|
* {
|
|
6368
|
-
* "
|
|
6369
|
-
* "type": "dialogmodule",
|
|
6370
|
-
* "options": {
|
|
6371
|
-
* "key": "dialog-module-key"
|
|
6372
|
-
* }
|
|
6373
|
-
* }
|
|
6489
|
+
* "value": "My text"
|
|
6374
6490
|
* }
|
|
6375
6491
|
*
|
|
6376
6492
|
*
|
|
6377
6493
|
*
|
|
6378
6494
|
*/
|
|
6379
|
-
export interface
|
|
6380
|
-
|
|
6495
|
+
export interface I18NProperty59 {
|
|
6496
|
+
value: string;
|
|
6497
|
+
i18n?: string;
|
|
6381
6498
|
[k: string]: unknown;
|
|
6382
6499
|
}
|
|
6383
6500
|
/**
|
|
6384
6501
|
*
|
|
6385
6502
|
*
|
|
6386
|
-
*
|
|
6387
|
-
*
|
|
6388
|
-
* <h3>Example</h3>
|
|
6389
|
-
*
|
|
6390
|
-
*
|
|
6391
|
-
*
|
|
6392
|
-
*
|
|
6393
|
-
*
|
|
6394
|
-
* {
|
|
6395
|
-
* "target": {
|
|
6396
|
-
* "type": "inlinedialog",
|
|
6397
|
-
* "options": {
|
|
6398
|
-
* "onHover": true,
|
|
6399
|
-
* "offsetX": "30px",
|
|
6400
|
-
* "offsetY": "20px"
|
|
6401
|
-
* }
|
|
6402
|
-
* }
|
|
6403
|
-
* }
|
|
6404
|
-
*
|
|
6405
|
-
*
|
|
6406
|
-
*
|
|
6407
|
-
*/
|
|
6408
|
-
export interface InlineDialogOptions1 {
|
|
6409
|
-
offsetX?: string;
|
|
6410
|
-
offsetY?: string;
|
|
6411
|
-
width?: string;
|
|
6412
|
-
onTop?: boolean;
|
|
6413
|
-
showDelay?: number;
|
|
6414
|
-
closeOthers?: boolean;
|
|
6415
|
-
persistent?: boolean;
|
|
6416
|
-
onHover?: boolean;
|
|
6417
|
-
isRelativeToMouse?: boolean;
|
|
6418
|
-
[k: string]: unknown;
|
|
6419
|
-
}
|
|
6420
|
-
/**
|
|
6421
|
-
*
|
|
6503
|
+
* Single Conditions are either provided by the host application. See the complete documentation of
|
|
6504
|
+
* [Conditions](../../conditions/) for more information.
|
|
6422
6505
|
*
|
|
6423
|
-
*
|
|
6424
|
-
*
|
|
6506
|
+
* To invert a condition, add the attribute ``invert="true"`` to the condition element.
|
|
6507
|
+
* This is useful where you want to show the section if a certain condition is not satisfied.
|
|
6425
6508
|
*
|
|
6426
6509
|
* <h3>Example</h3>
|
|
6427
6510
|
*
|
|
@@ -6430,15 +6513,19 @@ export interface InlineDialogOptions1 {
|
|
|
6430
6513
|
*
|
|
6431
6514
|
*
|
|
6432
6515
|
* {
|
|
6433
|
-
* "
|
|
6516
|
+
* "condition": "user_is_logged_in",
|
|
6517
|
+
* "invert": false
|
|
6434
6518
|
* }
|
|
6435
6519
|
*
|
|
6436
6520
|
*
|
|
6437
6521
|
*
|
|
6438
6522
|
*/
|
|
6439
|
-
export interface
|
|
6440
|
-
|
|
6441
|
-
|
|
6523
|
+
export interface SingleCondition4 {
|
|
6524
|
+
condition: string;
|
|
6525
|
+
invert?: boolean;
|
|
6526
|
+
params?: {
|
|
6527
|
+
[k: string]: unknown;
|
|
6528
|
+
};
|
|
6442
6529
|
[k: string]: unknown;
|
|
6443
6530
|
}
|
|
6444
6531
|
/**
|
|
@@ -6478,41 +6565,10 @@ export interface I18NProperty59 {
|
|
|
6478
6565
|
*
|
|
6479
6566
|
*/
|
|
6480
6567
|
export interface CompositeCondition6 {
|
|
6481
|
-
conditions?: (
|
|
6568
|
+
conditions?: (SingleCondition | ManifestSchema)[];
|
|
6482
6569
|
type?: 'and' | 'AND' | 'or' | 'OR';
|
|
6483
6570
|
[k: string]: unknown;
|
|
6484
6571
|
}
|
|
6485
|
-
/**
|
|
6486
|
-
*
|
|
6487
|
-
*
|
|
6488
|
-
* Single Conditions are either provided by the host application. See the complete documentation of
|
|
6489
|
-
* [Conditions](../../conditions/) for more information.
|
|
6490
|
-
*
|
|
6491
|
-
* To invert a condition, add the attribute ``invert="true"`` to the condition element.
|
|
6492
|
-
* This is useful where you want to show the section if a certain condition is not satisfied.
|
|
6493
|
-
*
|
|
6494
|
-
* <h3>Example</h3>
|
|
6495
|
-
*
|
|
6496
|
-
*
|
|
6497
|
-
*
|
|
6498
|
-
*
|
|
6499
|
-
*
|
|
6500
|
-
* {
|
|
6501
|
-
* "condition": "user_is_logged_in",
|
|
6502
|
-
* "invert": false
|
|
6503
|
-
* }
|
|
6504
|
-
*
|
|
6505
|
-
*
|
|
6506
|
-
*
|
|
6507
|
-
*/
|
|
6508
|
-
export interface SingleCondition4 {
|
|
6509
|
-
condition: string;
|
|
6510
|
-
invert?: boolean;
|
|
6511
|
-
params?: {
|
|
6512
|
-
[k: string]: unknown;
|
|
6513
|
-
};
|
|
6514
|
-
[k: string]: unknown;
|
|
6515
|
-
}
|
|
6516
6572
|
/**
|
|
6517
6573
|
*
|
|
6518
6574
|
*
|
|
@@ -6867,6 +6923,37 @@ export interface I18NProperty63 {
|
|
|
6867
6923
|
i18n?: string;
|
|
6868
6924
|
[k: string]: unknown;
|
|
6869
6925
|
}
|
|
6926
|
+
/**
|
|
6927
|
+
*
|
|
6928
|
+
*
|
|
6929
|
+
* Single Conditions are either provided by the host application. See the complete documentation of
|
|
6930
|
+
* [Conditions](../../conditions/) for more information.
|
|
6931
|
+
*
|
|
6932
|
+
* To invert a condition, add the attribute ``invert="true"`` to the condition element.
|
|
6933
|
+
* This is useful where you want to show the section if a certain condition is not satisfied.
|
|
6934
|
+
*
|
|
6935
|
+
* <h3>Example</h3>
|
|
6936
|
+
*
|
|
6937
|
+
*
|
|
6938
|
+
*
|
|
6939
|
+
*
|
|
6940
|
+
*
|
|
6941
|
+
* {
|
|
6942
|
+
* "condition": "user_is_logged_in",
|
|
6943
|
+
* "invert": false
|
|
6944
|
+
* }
|
|
6945
|
+
*
|
|
6946
|
+
*
|
|
6947
|
+
*
|
|
6948
|
+
*/
|
|
6949
|
+
export interface SingleCondition5 {
|
|
6950
|
+
condition: string;
|
|
6951
|
+
invert?: boolean;
|
|
6952
|
+
params?: {
|
|
6953
|
+
[k: string]: unknown;
|
|
6954
|
+
};
|
|
6955
|
+
[k: string]: unknown;
|
|
6956
|
+
}
|
|
6870
6957
|
/**
|
|
6871
6958
|
*
|
|
6872
6959
|
*
|
|
@@ -6904,41 +6991,10 @@ export interface I18NProperty63 {
|
|
|
6904
6991
|
*
|
|
6905
6992
|
*/
|
|
6906
6993
|
export interface CompositeCondition7 {
|
|
6907
|
-
conditions?: (
|
|
6994
|
+
conditions?: (ManifestSchema | SingleCondition)[];
|
|
6908
6995
|
type?: 'and' | 'AND' | 'or' | 'OR';
|
|
6909
6996
|
[k: string]: unknown;
|
|
6910
6997
|
}
|
|
6911
|
-
/**
|
|
6912
|
-
*
|
|
6913
|
-
*
|
|
6914
|
-
* Single Conditions are either provided by the host application. See the complete documentation of
|
|
6915
|
-
* [Conditions](../../conditions/) for more information.
|
|
6916
|
-
*
|
|
6917
|
-
* To invert a condition, add the attribute ``invert="true"`` to the condition element.
|
|
6918
|
-
* This is useful where you want to show the section if a certain condition is not satisfied.
|
|
6919
|
-
*
|
|
6920
|
-
* <h3>Example</h3>
|
|
6921
|
-
*
|
|
6922
|
-
*
|
|
6923
|
-
*
|
|
6924
|
-
*
|
|
6925
|
-
*
|
|
6926
|
-
* {
|
|
6927
|
-
* "condition": "user_is_logged_in",
|
|
6928
|
-
* "invert": false
|
|
6929
|
-
* }
|
|
6930
|
-
*
|
|
6931
|
-
*
|
|
6932
|
-
*
|
|
6933
|
-
*/
|
|
6934
|
-
export interface SingleCondition5 {
|
|
6935
|
-
condition: string;
|
|
6936
|
-
invert?: boolean;
|
|
6937
|
-
params?: {
|
|
6938
|
-
[k: string]: unknown;
|
|
6939
|
-
};
|
|
6940
|
-
[k: string]: unknown;
|
|
6941
|
-
}
|
|
6942
6998
|
/**
|
|
6943
6999
|
*
|
|
6944
7000
|
*
|
|
@@ -8358,7 +8414,7 @@ export interface I18NProperty74 {
|
|
|
8358
8414
|
*
|
|
8359
8415
|
*/
|
|
8360
8416
|
export interface MacroPropertyPanel {
|
|
8361
|
-
controls?: (TextControl |
|
|
8417
|
+
controls?: (TextControl | ControlGroup | ButtonControl1 | ToggleGroup)[];
|
|
8362
8418
|
cacheable?: boolean;
|
|
8363
8419
|
url: string;
|
|
8364
8420
|
[k: string]: unknown;
|
|
@@ -8385,10 +8441,51 @@ export interface MacroPropertyPanel {
|
|
|
8385
8441
|
*
|
|
8386
8442
|
*
|
|
8387
8443
|
*/
|
|
8388
|
-
export interface TextControl {
|
|
8389
|
-
macroParameter: string;
|
|
8390
|
-
type: 'text' | 'TEXT';
|
|
8391
|
-
key: string;
|
|
8444
|
+
export interface TextControl {
|
|
8445
|
+
macroParameter: string;
|
|
8446
|
+
type: 'text' | 'TEXT';
|
|
8447
|
+
key: string;
|
|
8448
|
+
[k: string]: unknown;
|
|
8449
|
+
}
|
|
8450
|
+
/**
|
|
8451
|
+
*
|
|
8452
|
+
*
|
|
8453
|
+
* Defines a ControlGroup which may appear in control extension points such as the property panel
|
|
8454
|
+
*
|
|
8455
|
+
* <p><b>Example</b></p>
|
|
8456
|
+
*
|
|
8457
|
+
*
|
|
8458
|
+
*
|
|
8459
|
+
*
|
|
8460
|
+
*
|
|
8461
|
+
* [
|
|
8462
|
+
* {
|
|
8463
|
+
* "type": "group",
|
|
8464
|
+
* "controls": [
|
|
8465
|
+
* {
|
|
8466
|
+
* "type": "button",
|
|
8467
|
+
* "label": {
|
|
8468
|
+
* "value": "My Custom Control 0"
|
|
8469
|
+
* },
|
|
8470
|
+
* "key": "my-custom-control-0"
|
|
8471
|
+
* },
|
|
8472
|
+
* {
|
|
8473
|
+
* "type": "button",
|
|
8474
|
+
* "label": {
|
|
8475
|
+
* "value": "My Custom Control 1"
|
|
8476
|
+
* },
|
|
8477
|
+
* "key": "my-custom-control-1"
|
|
8478
|
+
* }
|
|
8479
|
+
* ]
|
|
8480
|
+
* }
|
|
8481
|
+
* ]
|
|
8482
|
+
*
|
|
8483
|
+
*
|
|
8484
|
+
*
|
|
8485
|
+
*/
|
|
8486
|
+
export interface ControlGroup {
|
|
8487
|
+
controls: ButtonControl[];
|
|
8488
|
+
type: 'group' | 'GROUP';
|
|
8392
8489
|
[k: string]: unknown;
|
|
8393
8490
|
}
|
|
8394
8491
|
/**
|
|
@@ -8446,52 +8543,7 @@ export interface I18NProperty75 {
|
|
|
8446
8543
|
/**
|
|
8447
8544
|
*
|
|
8448
8545
|
*
|
|
8449
|
-
* Defines a
|
|
8450
|
-
*
|
|
8451
|
-
* <p><b>Example</b></p>
|
|
8452
|
-
*
|
|
8453
|
-
*
|
|
8454
|
-
*
|
|
8455
|
-
*
|
|
8456
|
-
*
|
|
8457
|
-
* [
|
|
8458
|
-
* {
|
|
8459
|
-
* "type": "togglegroup",
|
|
8460
|
-
* "macroParameter": "toggleGroupMacroParameter",
|
|
8461
|
-
* "controls": [
|
|
8462
|
-
* {
|
|
8463
|
-
* "type": "togglebutton",
|
|
8464
|
-
* "macroParameterValue": "macroParameterValue 0",
|
|
8465
|
-
* "label": {
|
|
8466
|
-
* "value": "My Custom Control 0"
|
|
8467
|
-
* },
|
|
8468
|
-
* "key": "my-custom-toggle-button-0"
|
|
8469
|
-
* },
|
|
8470
|
-
* {
|
|
8471
|
-
* "type": "togglebutton",
|
|
8472
|
-
* "macroParameterValue": "macroParameterValue 1",
|
|
8473
|
-
* "label": {
|
|
8474
|
-
* "value": "My Custom Control 1"
|
|
8475
|
-
* },
|
|
8476
|
-
* "key": "my-custom-toggle-button-1"
|
|
8477
|
-
* }
|
|
8478
|
-
* ]
|
|
8479
|
-
* }
|
|
8480
|
-
* ]
|
|
8481
|
-
*
|
|
8482
|
-
*
|
|
8483
|
-
*
|
|
8484
|
-
*/
|
|
8485
|
-
export interface ToggleGroup {
|
|
8486
|
-
controls: ToggleButtonControl[];
|
|
8487
|
-
macroParameter: string;
|
|
8488
|
-
type: 'togglegroup' | 'TOGGLEGROUP';
|
|
8489
|
-
[k: string]: unknown;
|
|
8490
|
-
}
|
|
8491
|
-
/**
|
|
8492
|
-
*
|
|
8493
|
-
*
|
|
8494
|
-
* Defines a toggle button which appears inside a ToggleGroup
|
|
8546
|
+
* Defines a button which may appear in control extension points such as the property panel
|
|
8495
8547
|
*
|
|
8496
8548
|
* <p><b>Example</b></p>
|
|
8497
8549
|
*
|
|
@@ -8500,21 +8552,19 @@ export interface ToggleGroup {
|
|
|
8500
8552
|
*
|
|
8501
8553
|
*
|
|
8502
8554
|
* {
|
|
8503
|
-
* "type": "
|
|
8504
|
-
* "macroParameterValue": "macroParameterValue 0",
|
|
8555
|
+
* "type": "button",
|
|
8505
8556
|
* "label": {
|
|
8506
8557
|
* "value": "My Custom Control 0"
|
|
8507
8558
|
* },
|
|
8508
|
-
* "key": "my-custom-
|
|
8559
|
+
* "key": "my-custom-control-0"
|
|
8509
8560
|
* }
|
|
8510
8561
|
*
|
|
8511
8562
|
*
|
|
8512
8563
|
*
|
|
8513
8564
|
*/
|
|
8514
|
-
export interface
|
|
8515
|
-
macroParameterValue: string;
|
|
8565
|
+
export interface ButtonControl1 {
|
|
8516
8566
|
label: I18NProperty76;
|
|
8517
|
-
type: '
|
|
8567
|
+
type: 'button' | 'BUTTON';
|
|
8518
8568
|
key: string;
|
|
8519
8569
|
[k: string]: unknown;
|
|
8520
8570
|
}
|
|
@@ -8545,7 +8595,7 @@ export interface I18NProperty76 {
|
|
|
8545
8595
|
/**
|
|
8546
8596
|
*
|
|
8547
8597
|
*
|
|
8548
|
-
* Defines a
|
|
8598
|
+
* Defines a ToggleGroup which may appear in control extension points such as the property panel
|
|
8549
8599
|
*
|
|
8550
8600
|
* <p><b>Example</b></p>
|
|
8551
8601
|
*
|
|
@@ -8555,21 +8605,24 @@ export interface I18NProperty76 {
|
|
|
8555
8605
|
*
|
|
8556
8606
|
* [
|
|
8557
8607
|
* {
|
|
8558
|
-
* "type": "
|
|
8608
|
+
* "type": "togglegroup",
|
|
8609
|
+
* "macroParameter": "toggleGroupMacroParameter",
|
|
8559
8610
|
* "controls": [
|
|
8560
8611
|
* {
|
|
8561
|
-
* "type": "
|
|
8612
|
+
* "type": "togglebutton",
|
|
8613
|
+
* "macroParameterValue": "macroParameterValue 0",
|
|
8562
8614
|
* "label": {
|
|
8563
8615
|
* "value": "My Custom Control 0"
|
|
8564
8616
|
* },
|
|
8565
|
-
* "key": "my-custom-
|
|
8617
|
+
* "key": "my-custom-toggle-button-0"
|
|
8566
8618
|
* },
|
|
8567
8619
|
* {
|
|
8568
|
-
* "type": "
|
|
8620
|
+
* "type": "togglebutton",
|
|
8621
|
+
* "macroParameterValue": "macroParameterValue 1",
|
|
8569
8622
|
* "label": {
|
|
8570
8623
|
* "value": "My Custom Control 1"
|
|
8571
8624
|
* },
|
|
8572
|
-
* "key": "my-custom-
|
|
8625
|
+
* "key": "my-custom-toggle-button-1"
|
|
8573
8626
|
* }
|
|
8574
8627
|
* ]
|
|
8575
8628
|
* }
|
|
@@ -8578,15 +8631,16 @@ export interface I18NProperty76 {
|
|
|
8578
8631
|
*
|
|
8579
8632
|
*
|
|
8580
8633
|
*/
|
|
8581
|
-
export interface
|
|
8582
|
-
controls:
|
|
8583
|
-
|
|
8634
|
+
export interface ToggleGroup {
|
|
8635
|
+
controls: ToggleButtonControl[];
|
|
8636
|
+
macroParameter: string;
|
|
8637
|
+
type: 'togglegroup' | 'TOGGLEGROUP';
|
|
8584
8638
|
[k: string]: unknown;
|
|
8585
8639
|
}
|
|
8586
8640
|
/**
|
|
8587
8641
|
*
|
|
8588
8642
|
*
|
|
8589
|
-
* Defines a button which
|
|
8643
|
+
* Defines a toggle button which appears inside a ToggleGroup
|
|
8590
8644
|
*
|
|
8591
8645
|
* <p><b>Example</b></p>
|
|
8592
8646
|
*
|
|
@@ -8595,19 +8649,21 @@ export interface ControlGroup {
|
|
|
8595
8649
|
*
|
|
8596
8650
|
*
|
|
8597
8651
|
* {
|
|
8598
|
-
* "type": "
|
|
8652
|
+
* "type": "togglebutton",
|
|
8653
|
+
* "macroParameterValue": "macroParameterValue 0",
|
|
8599
8654
|
* "label": {
|
|
8600
8655
|
* "value": "My Custom Control 0"
|
|
8601
8656
|
* },
|
|
8602
|
-
* "key": "my-custom-
|
|
8657
|
+
* "key": "my-custom-toggle-button-0"
|
|
8603
8658
|
* }
|
|
8604
8659
|
*
|
|
8605
8660
|
*
|
|
8606
8661
|
*
|
|
8607
8662
|
*/
|
|
8608
|
-
export interface
|
|
8663
|
+
export interface ToggleButtonControl {
|
|
8664
|
+
macroParameterValue: string;
|
|
8609
8665
|
label: I18NProperty77;
|
|
8610
|
-
type: '
|
|
8666
|
+
type: 'togglebutton' | 'TOGGLEBUTTON';
|
|
8611
8667
|
key: string;
|
|
8612
8668
|
[k: string]: unknown;
|
|
8613
8669
|
}
|
|
@@ -29603,7 +29659,7 @@ export interface I18NProperty83 {
|
|
|
29603
29659
|
*
|
|
29604
29660
|
*/
|
|
29605
29661
|
export interface MacroPropertyPanel1 {
|
|
29606
|
-
controls?: (
|
|
29662
|
+
controls?: (ControlGroup1 | ButtonControl3 | TextControl1 | ToggleGroup1)[];
|
|
29607
29663
|
cacheable?: boolean;
|
|
29608
29664
|
url: string;
|
|
29609
29665
|
[k: string]: unknown;
|
|
@@ -29611,7 +29667,7 @@ export interface MacroPropertyPanel1 {
|
|
|
29611
29667
|
/**
|
|
29612
29668
|
*
|
|
29613
29669
|
*
|
|
29614
|
-
* Defines a
|
|
29670
|
+
* Defines a ControlGroup which may appear in control extension points such as the property panel
|
|
29615
29671
|
*
|
|
29616
29672
|
* <p><b>Example</b></p>
|
|
29617
29673
|
*
|
|
@@ -29621,24 +29677,21 @@ export interface MacroPropertyPanel1 {
|
|
|
29621
29677
|
*
|
|
29622
29678
|
* [
|
|
29623
29679
|
* {
|
|
29624
|
-
* "type": "
|
|
29625
|
-
* "macroParameter": "toggleGroupMacroParameter",
|
|
29680
|
+
* "type": "group",
|
|
29626
29681
|
* "controls": [
|
|
29627
29682
|
* {
|
|
29628
|
-
* "type": "
|
|
29629
|
-
* "macroParameterValue": "macroParameterValue 0",
|
|
29683
|
+
* "type": "button",
|
|
29630
29684
|
* "label": {
|
|
29631
29685
|
* "value": "My Custom Control 0"
|
|
29632
29686
|
* },
|
|
29633
|
-
* "key": "my-custom-
|
|
29687
|
+
* "key": "my-custom-control-0"
|
|
29634
29688
|
* },
|
|
29635
29689
|
* {
|
|
29636
|
-
* "type": "
|
|
29637
|
-
* "macroParameterValue": "macroParameterValue 1",
|
|
29690
|
+
* "type": "button",
|
|
29638
29691
|
* "label": {
|
|
29639
29692
|
* "value": "My Custom Control 1"
|
|
29640
29693
|
* },
|
|
29641
|
-
* "key": "my-custom-
|
|
29694
|
+
* "key": "my-custom-control-1"
|
|
29642
29695
|
* }
|
|
29643
29696
|
* ]
|
|
29644
29697
|
* }
|
|
@@ -29647,16 +29700,15 @@ export interface MacroPropertyPanel1 {
|
|
|
29647
29700
|
*
|
|
29648
29701
|
*
|
|
29649
29702
|
*/
|
|
29650
|
-
export interface
|
|
29651
|
-
controls:
|
|
29652
|
-
|
|
29653
|
-
type: 'togglegroup' | 'TOGGLEGROUP';
|
|
29703
|
+
export interface ControlGroup1 {
|
|
29704
|
+
controls: ButtonControl2[];
|
|
29705
|
+
type: 'group' | 'GROUP';
|
|
29654
29706
|
[k: string]: unknown;
|
|
29655
29707
|
}
|
|
29656
29708
|
/**
|
|
29657
29709
|
*
|
|
29658
29710
|
*
|
|
29659
|
-
* Defines a
|
|
29711
|
+
* Defines a button which may appear in control extension points such as the property panel
|
|
29660
29712
|
*
|
|
29661
29713
|
* <p><b>Example</b></p>
|
|
29662
29714
|
*
|
|
@@ -29665,21 +29717,19 @@ export interface ToggleGroup1 {
|
|
|
29665
29717
|
*
|
|
29666
29718
|
*
|
|
29667
29719
|
* {
|
|
29668
|
-
* "type": "
|
|
29669
|
-
* "macroParameterValue": "macroParameterValue 0",
|
|
29720
|
+
* "type": "button",
|
|
29670
29721
|
* "label": {
|
|
29671
29722
|
* "value": "My Custom Control 0"
|
|
29672
29723
|
* },
|
|
29673
|
-
* "key": "my-custom-
|
|
29724
|
+
* "key": "my-custom-control-0"
|
|
29674
29725
|
* }
|
|
29675
29726
|
*
|
|
29676
29727
|
*
|
|
29677
29728
|
*
|
|
29678
29729
|
*/
|
|
29679
|
-
export interface
|
|
29680
|
-
macroParameterValue: string;
|
|
29730
|
+
export interface ButtonControl2 {
|
|
29681
29731
|
label: I18NProperty84;
|
|
29682
|
-
type: '
|
|
29732
|
+
type: 'button' | 'BUTTON';
|
|
29683
29733
|
key: string;
|
|
29684
29734
|
[k: string]: unknown;
|
|
29685
29735
|
}
|
|
@@ -29707,47 +29757,6 @@ export interface I18NProperty84 {
|
|
|
29707
29757
|
i18n?: string;
|
|
29708
29758
|
[k: string]: unknown;
|
|
29709
29759
|
}
|
|
29710
|
-
/**
|
|
29711
|
-
*
|
|
29712
|
-
*
|
|
29713
|
-
* Defines a ControlGroup which may appear in control extension points such as the property panel
|
|
29714
|
-
*
|
|
29715
|
-
* <p><b>Example</b></p>
|
|
29716
|
-
*
|
|
29717
|
-
*
|
|
29718
|
-
*
|
|
29719
|
-
*
|
|
29720
|
-
*
|
|
29721
|
-
* [
|
|
29722
|
-
* {
|
|
29723
|
-
* "type": "group",
|
|
29724
|
-
* "controls": [
|
|
29725
|
-
* {
|
|
29726
|
-
* "type": "button",
|
|
29727
|
-
* "label": {
|
|
29728
|
-
* "value": "My Custom Control 0"
|
|
29729
|
-
* },
|
|
29730
|
-
* "key": "my-custom-control-0"
|
|
29731
|
-
* },
|
|
29732
|
-
* {
|
|
29733
|
-
* "type": "button",
|
|
29734
|
-
* "label": {
|
|
29735
|
-
* "value": "My Custom Control 1"
|
|
29736
|
-
* },
|
|
29737
|
-
* "key": "my-custom-control-1"
|
|
29738
|
-
* }
|
|
29739
|
-
* ]
|
|
29740
|
-
* }
|
|
29741
|
-
* ]
|
|
29742
|
-
*
|
|
29743
|
-
*
|
|
29744
|
-
*
|
|
29745
|
-
*/
|
|
29746
|
-
export interface ControlGroup1 {
|
|
29747
|
-
controls: ButtonControl2[];
|
|
29748
|
-
type: 'group' | 'GROUP';
|
|
29749
|
-
[k: string]: unknown;
|
|
29750
|
-
}
|
|
29751
29760
|
/**
|
|
29752
29761
|
*
|
|
29753
29762
|
*
|
|
@@ -29770,7 +29779,7 @@ export interface ControlGroup1 {
|
|
|
29770
29779
|
*
|
|
29771
29780
|
*
|
|
29772
29781
|
*/
|
|
29773
|
-
export interface
|
|
29782
|
+
export interface ButtonControl3 {
|
|
29774
29783
|
label: I18NProperty85;
|
|
29775
29784
|
type: 'button' | 'BUTTON';
|
|
29776
29785
|
key: string;
|
|
@@ -29831,7 +29840,52 @@ export interface TextControl1 {
|
|
|
29831
29840
|
/**
|
|
29832
29841
|
*
|
|
29833
29842
|
*
|
|
29834
|
-
* Defines a
|
|
29843
|
+
* Defines a ToggleGroup which may appear in control extension points such as the property panel
|
|
29844
|
+
*
|
|
29845
|
+
* <p><b>Example</b></p>
|
|
29846
|
+
*
|
|
29847
|
+
*
|
|
29848
|
+
*
|
|
29849
|
+
*
|
|
29850
|
+
*
|
|
29851
|
+
* [
|
|
29852
|
+
* {
|
|
29853
|
+
* "type": "togglegroup",
|
|
29854
|
+
* "macroParameter": "toggleGroupMacroParameter",
|
|
29855
|
+
* "controls": [
|
|
29856
|
+
* {
|
|
29857
|
+
* "type": "togglebutton",
|
|
29858
|
+
* "macroParameterValue": "macroParameterValue 0",
|
|
29859
|
+
* "label": {
|
|
29860
|
+
* "value": "My Custom Control 0"
|
|
29861
|
+
* },
|
|
29862
|
+
* "key": "my-custom-toggle-button-0"
|
|
29863
|
+
* },
|
|
29864
|
+
* {
|
|
29865
|
+
* "type": "togglebutton",
|
|
29866
|
+
* "macroParameterValue": "macroParameterValue 1",
|
|
29867
|
+
* "label": {
|
|
29868
|
+
* "value": "My Custom Control 1"
|
|
29869
|
+
* },
|
|
29870
|
+
* "key": "my-custom-toggle-button-1"
|
|
29871
|
+
* }
|
|
29872
|
+
* ]
|
|
29873
|
+
* }
|
|
29874
|
+
* ]
|
|
29875
|
+
*
|
|
29876
|
+
*
|
|
29877
|
+
*
|
|
29878
|
+
*/
|
|
29879
|
+
export interface ToggleGroup1 {
|
|
29880
|
+
controls: ToggleButtonControl1[];
|
|
29881
|
+
macroParameter: string;
|
|
29882
|
+
type: 'togglegroup' | 'TOGGLEGROUP';
|
|
29883
|
+
[k: string]: unknown;
|
|
29884
|
+
}
|
|
29885
|
+
/**
|
|
29886
|
+
*
|
|
29887
|
+
*
|
|
29888
|
+
* Defines a toggle button which appears inside a ToggleGroup
|
|
29835
29889
|
*
|
|
29836
29890
|
* <p><b>Example</b></p>
|
|
29837
29891
|
*
|
|
@@ -29840,19 +29894,21 @@ export interface TextControl1 {
|
|
|
29840
29894
|
*
|
|
29841
29895
|
*
|
|
29842
29896
|
* {
|
|
29843
|
-
* "type": "
|
|
29897
|
+
* "type": "togglebutton",
|
|
29898
|
+
* "macroParameterValue": "macroParameterValue 0",
|
|
29844
29899
|
* "label": {
|
|
29845
29900
|
* "value": "My Custom Control 0"
|
|
29846
29901
|
* },
|
|
29847
|
-
* "key": "my-custom-
|
|
29902
|
+
* "key": "my-custom-toggle-button-0"
|
|
29848
29903
|
* }
|
|
29849
29904
|
*
|
|
29850
29905
|
*
|
|
29851
29906
|
*
|
|
29852
29907
|
*/
|
|
29853
|
-
export interface
|
|
29908
|
+
export interface ToggleButtonControl1 {
|
|
29909
|
+
macroParameterValue: string;
|
|
29854
29910
|
label: I18NProperty86;
|
|
29855
|
-
type: '
|
|
29911
|
+
type: 'togglebutton' | 'TOGGLEBUTTON';
|
|
29856
29912
|
key: string;
|
|
29857
29913
|
[k: string]: unknown;
|
|
29858
29914
|
}
|