@genesislcap/foundation-entity-management 14.193.4-alpha-17d5b15.0 → 14.194.0
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/dist/custom-elements.json +177 -173
- package/dist/dts/entities/entities.d.ts +9 -27
- package/dist/dts/entities/entities.d.ts.map +1 -1
- package/dist/dts/main/main.d.ts +2 -1
- package/dist/dts/main/main.d.ts.map +1 -1
- package/dist/dts/types.d.ts +0 -13
- package/dist/dts/types.d.ts.map +1 -1
- package/dist/dts/users/users.d.ts +20 -16
- package/dist/dts/users/users.d.ts.map +1 -1
- package/dist/dts/users/users.template.d.ts.map +1 -1
- package/dist/esm/entities/entities.js +2 -2
- package/dist/esm/main/main.js +4 -0
- package/dist/foundation-entity-management.api.json +53 -71
- package/dist/foundation-entity-management.d.ts +30 -56
- package/docs/api/foundation-entity-management.entitymanagement.createformuischema.md +1 -1
- package/docs/api/foundation-entity-management.entitymanagement.defaultentityvalues.md +1 -3
- package/docs/api/foundation-entity-management.entitymanagement.editedentity.md +1 -1
- package/docs/api/foundation-entity-management.entitymanagement.editentitymodal.md +1 -1
- package/docs/api/foundation-entity-management.entitymanagement.formuischema.md +1 -1
- package/docs/api/foundation-entity-management.entitymanagement.md +7 -7
- package/docs/api/foundation-entity-management.entitymanagement.selectedentity.md +1 -1
- package/docs/api/foundation-entity-management.entitymanagement.updateformuischema.md +1 -1
- package/docs/api/foundation-entity-management.mainapplication.data.md +11 -0
- package/docs/api/foundation-entity-management.mainapplication.md +2 -1
- package/docs/api/foundation-entity-management.mainapplication.provider.md +1 -1
- package/docs/api/foundation-entity-management.users.additionalcreatefields.md +1 -1
- package/docs/api/foundation-entity-management.users.additionalupdatefields.md +1 -1
- package/docs/api/foundation-entity-management.users.columns.md +1 -1
- package/docs/api/foundation-entity-management.users.md +3 -3
- package/docs/api-report.md +14 -16
- package/package.json +21 -21
|
@@ -374,21 +374,21 @@
|
|
|
374
374
|
"kind": "field",
|
|
375
375
|
"name": "formUiSchema",
|
|
376
376
|
"type": {
|
|
377
|
-
"text": "
|
|
377
|
+
"text": "any"
|
|
378
378
|
}
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
381
|
"kind": "field",
|
|
382
382
|
"name": "createFormUiSchema",
|
|
383
383
|
"type": {
|
|
384
|
-
"text": "
|
|
384
|
+
"text": "any"
|
|
385
385
|
}
|
|
386
386
|
},
|
|
387
387
|
{
|
|
388
388
|
"kind": "field",
|
|
389
389
|
"name": "updateFormUiSchema",
|
|
390
390
|
"type": {
|
|
391
|
-
"text": "
|
|
391
|
+
"text": "any"
|
|
392
392
|
}
|
|
393
393
|
},
|
|
394
394
|
{
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
"kind": "field",
|
|
406
406
|
"name": "selectedEntity",
|
|
407
407
|
"type": {
|
|
408
|
-
"text": "
|
|
408
|
+
"text": "any"
|
|
409
409
|
},
|
|
410
410
|
"description": "Reference to the currently selected entity from the grid.",
|
|
411
411
|
"privacy": "public"
|
|
@@ -414,25 +414,23 @@
|
|
|
414
414
|
"kind": "field",
|
|
415
415
|
"name": "editedEntity",
|
|
416
416
|
"type": {
|
|
417
|
-
"text": "
|
|
417
|
+
"text": "any"
|
|
418
418
|
},
|
|
419
419
|
"description": "Disables the form while enabled to stop the user dispatching a large number of duplicate events",
|
|
420
420
|
"privacy": "public"
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
423
|
"kind": "field",
|
|
424
|
-
"name": "
|
|
424
|
+
"name": "submitting",
|
|
425
425
|
"type": {
|
|
426
|
-
"text": "
|
|
427
|
-
}
|
|
428
|
-
"description": "The default values to populate the form with when the user is adding an entity",
|
|
429
|
-
"privacy": "public"
|
|
426
|
+
"text": "boolean"
|
|
427
|
+
}
|
|
430
428
|
},
|
|
431
429
|
{
|
|
432
430
|
"kind": "field",
|
|
433
|
-
"name": "
|
|
431
|
+
"name": "defaultEntityValues",
|
|
434
432
|
"type": {
|
|
435
|
-
"text": "
|
|
433
|
+
"text": "any"
|
|
436
434
|
}
|
|
437
435
|
},
|
|
438
436
|
{
|
|
@@ -459,7 +457,7 @@
|
|
|
459
457
|
"kind": "field",
|
|
460
458
|
"name": "editEntityModal",
|
|
461
459
|
"type": {
|
|
462
|
-
"text": "
|
|
460
|
+
"text": "any"
|
|
463
461
|
},
|
|
464
462
|
"privacy": "public"
|
|
465
463
|
},
|
|
@@ -1431,6 +1429,159 @@
|
|
|
1431
1429
|
}
|
|
1432
1430
|
]
|
|
1433
1431
|
},
|
|
1432
|
+
{
|
|
1433
|
+
"kind": "javascript-module",
|
|
1434
|
+
"path": "src/main/index.ts",
|
|
1435
|
+
"declarations": [],
|
|
1436
|
+
"exports": [
|
|
1437
|
+
{
|
|
1438
|
+
"kind": "js",
|
|
1439
|
+
"name": "*",
|
|
1440
|
+
"declaration": {
|
|
1441
|
+
"name": "*",
|
|
1442
|
+
"package": "./main.template"
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"kind": "js",
|
|
1447
|
+
"name": "*",
|
|
1448
|
+
"declaration": {
|
|
1449
|
+
"name": "*",
|
|
1450
|
+
"package": "./main"
|
|
1451
|
+
}
|
|
1452
|
+
}
|
|
1453
|
+
]
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"kind": "javascript-module",
|
|
1457
|
+
"path": "src/main/main.styles.ts",
|
|
1458
|
+
"declarations": [
|
|
1459
|
+
{
|
|
1460
|
+
"kind": "variable",
|
|
1461
|
+
"name": "MainStyles",
|
|
1462
|
+
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
1463
|
+
}
|
|
1464
|
+
],
|
|
1465
|
+
"exports": [
|
|
1466
|
+
{
|
|
1467
|
+
"kind": "js",
|
|
1468
|
+
"name": "MainStyles",
|
|
1469
|
+
"declaration": {
|
|
1470
|
+
"name": "MainStyles",
|
|
1471
|
+
"module": "src/main/main.styles.ts"
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
]
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"kind": "javascript-module",
|
|
1478
|
+
"path": "src/main/main.template.ts",
|
|
1479
|
+
"declarations": [],
|
|
1480
|
+
"exports": []
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"kind": "javascript-module",
|
|
1484
|
+
"path": "src/main/main.ts",
|
|
1485
|
+
"declarations": [
|
|
1486
|
+
{
|
|
1487
|
+
"kind": "class",
|
|
1488
|
+
"description": "",
|
|
1489
|
+
"name": "MainApplication",
|
|
1490
|
+
"members": [
|
|
1491
|
+
{
|
|
1492
|
+
"kind": "field",
|
|
1493
|
+
"name": "config",
|
|
1494
|
+
"type": {
|
|
1495
|
+
"text": "MainRouterConfig"
|
|
1496
|
+
}
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"kind": "field",
|
|
1500
|
+
"name": "connect",
|
|
1501
|
+
"type": {
|
|
1502
|
+
"text": "Connect"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"kind": "field",
|
|
1507
|
+
"name": "session",
|
|
1508
|
+
"type": {
|
|
1509
|
+
"text": "Session"
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"kind": "field",
|
|
1514
|
+
"name": "container",
|
|
1515
|
+
"type": {
|
|
1516
|
+
"text": "Container"
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"kind": "field",
|
|
1521
|
+
"name": "provider",
|
|
1522
|
+
"type": {
|
|
1523
|
+
"text": "any"
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"kind": "field",
|
|
1528
|
+
"name": "ready",
|
|
1529
|
+
"type": {
|
|
1530
|
+
"text": "boolean"
|
|
1531
|
+
},
|
|
1532
|
+
"default": "false"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"kind": "field",
|
|
1536
|
+
"name": "data",
|
|
1537
|
+
"type": {
|
|
1538
|
+
"text": "any"
|
|
1539
|
+
},
|
|
1540
|
+
"default": "null"
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"kind": "method",
|
|
1544
|
+
"name": "onLuminanceToggle"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"kind": "method",
|
|
1548
|
+
"name": "loadRemotes"
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"kind": "method",
|
|
1552
|
+
"name": "selectTemplate"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"kind": "method",
|
|
1556
|
+
"name": "registerDIDependencies",
|
|
1557
|
+
"privacy": "private"
|
|
1558
|
+
}
|
|
1559
|
+
],
|
|
1560
|
+
"superclass": {
|
|
1561
|
+
"name": "FASTElement",
|
|
1562
|
+
"package": "@microsoft/fast-element"
|
|
1563
|
+
},
|
|
1564
|
+
"customElement": true
|
|
1565
|
+
}
|
|
1566
|
+
],
|
|
1567
|
+
"exports": [
|
|
1568
|
+
{
|
|
1569
|
+
"kind": "js",
|
|
1570
|
+
"name": "MainApplication",
|
|
1571
|
+
"declaration": {
|
|
1572
|
+
"name": "MainApplication",
|
|
1573
|
+
"module": "src/main/main.ts"
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"kind": "custom-element-definition",
|
|
1578
|
+
"declaration": {
|
|
1579
|
+
"name": "MainApplication",
|
|
1580
|
+
"module": "src/main/main.ts"
|
|
1581
|
+
}
|
|
1582
|
+
}
|
|
1583
|
+
]
|
|
1584
|
+
},
|
|
1434
1585
|
{
|
|
1435
1586
|
"kind": "javascript-module",
|
|
1436
1587
|
"path": "src/profiles/editProfileSchema.ts",
|
|
@@ -1539,7 +1690,7 @@
|
|
|
1539
1690
|
"kind": "field",
|
|
1540
1691
|
"name": "updateFormUiSchema",
|
|
1541
1692
|
"type": {
|
|
1542
|
-
"text": "
|
|
1693
|
+
"text": "any"
|
|
1543
1694
|
},
|
|
1544
1695
|
"default": "editProfileFormSchema",
|
|
1545
1696
|
"inheritedFrom": {
|
|
@@ -1551,7 +1702,7 @@
|
|
|
1551
1702
|
"kind": "field",
|
|
1552
1703
|
"name": "createFormUiSchema",
|
|
1553
1704
|
"type": {
|
|
1554
|
-
"text": "
|
|
1705
|
+
"text": "any"
|
|
1555
1706
|
},
|
|
1556
1707
|
"default": "editProfileFormSchema",
|
|
1557
1708
|
"inheritedFrom": {
|
|
@@ -1788,7 +1939,7 @@
|
|
|
1788
1939
|
"kind": "field",
|
|
1789
1940
|
"name": "formUiSchema",
|
|
1790
1941
|
"type": {
|
|
1791
|
-
"text": "
|
|
1942
|
+
"text": "any"
|
|
1792
1943
|
},
|
|
1793
1944
|
"inheritedFrom": {
|
|
1794
1945
|
"name": "EntityManagement",
|
|
@@ -1813,7 +1964,7 @@
|
|
|
1813
1964
|
"kind": "field",
|
|
1814
1965
|
"name": "selectedEntity",
|
|
1815
1966
|
"type": {
|
|
1816
|
-
"text": "
|
|
1967
|
+
"text": "any"
|
|
1817
1968
|
},
|
|
1818
1969
|
"description": "Reference to the currently selected entity from the grid.",
|
|
1819
1970
|
"privacy": "public",
|
|
@@ -1826,7 +1977,7 @@
|
|
|
1826
1977
|
"kind": "field",
|
|
1827
1978
|
"name": "editedEntity",
|
|
1828
1979
|
"type": {
|
|
1829
|
-
"text": "
|
|
1980
|
+
"text": "any"
|
|
1830
1981
|
},
|
|
1831
1982
|
"description": "Disables the form while enabled to stop the user dispatching a large number of duplicate events",
|
|
1832
1983
|
"privacy": "public",
|
|
@@ -1837,12 +1988,10 @@
|
|
|
1837
1988
|
},
|
|
1838
1989
|
{
|
|
1839
1990
|
"kind": "field",
|
|
1840
|
-
"name": "
|
|
1991
|
+
"name": "submitting",
|
|
1841
1992
|
"type": {
|
|
1842
|
-
"text": "
|
|
1993
|
+
"text": "boolean"
|
|
1843
1994
|
},
|
|
1844
|
-
"description": "The default values to populate the form with when the user is adding an entity",
|
|
1845
|
-
"privacy": "public",
|
|
1846
1995
|
"inheritedFrom": {
|
|
1847
1996
|
"name": "EntityManagement",
|
|
1848
1997
|
"module": "src/entities/entities.ts"
|
|
@@ -1850,9 +1999,9 @@
|
|
|
1850
1999
|
},
|
|
1851
2000
|
{
|
|
1852
2001
|
"kind": "field",
|
|
1853
|
-
"name": "
|
|
2002
|
+
"name": "defaultEntityValues",
|
|
1854
2003
|
"type": {
|
|
1855
|
-
"text": "
|
|
2004
|
+
"text": "any"
|
|
1856
2005
|
},
|
|
1857
2006
|
"inheritedFrom": {
|
|
1858
2007
|
"name": "EntityManagement",
|
|
@@ -1895,7 +2044,7 @@
|
|
|
1895
2044
|
"kind": "field",
|
|
1896
2045
|
"name": "editEntityModal",
|
|
1897
2046
|
"type": {
|
|
1898
|
-
"text": "
|
|
2047
|
+
"text": "any"
|
|
1899
2048
|
},
|
|
1900
2049
|
"privacy": "public",
|
|
1901
2050
|
"inheritedFrom": {
|
|
@@ -2491,151 +2640,6 @@
|
|
|
2491
2640
|
}
|
|
2492
2641
|
]
|
|
2493
2642
|
},
|
|
2494
|
-
{
|
|
2495
|
-
"kind": "javascript-module",
|
|
2496
|
-
"path": "src/main/index.ts",
|
|
2497
|
-
"declarations": [],
|
|
2498
|
-
"exports": [
|
|
2499
|
-
{
|
|
2500
|
-
"kind": "js",
|
|
2501
|
-
"name": "*",
|
|
2502
|
-
"declaration": {
|
|
2503
|
-
"name": "*",
|
|
2504
|
-
"package": "./main.template"
|
|
2505
|
-
}
|
|
2506
|
-
},
|
|
2507
|
-
{
|
|
2508
|
-
"kind": "js",
|
|
2509
|
-
"name": "*",
|
|
2510
|
-
"declaration": {
|
|
2511
|
-
"name": "*",
|
|
2512
|
-
"package": "./main"
|
|
2513
|
-
}
|
|
2514
|
-
}
|
|
2515
|
-
]
|
|
2516
|
-
},
|
|
2517
|
-
{
|
|
2518
|
-
"kind": "javascript-module",
|
|
2519
|
-
"path": "src/main/main.styles.ts",
|
|
2520
|
-
"declarations": [
|
|
2521
|
-
{
|
|
2522
|
-
"kind": "variable",
|
|
2523
|
-
"name": "MainStyles",
|
|
2524
|
-
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
2525
|
-
}
|
|
2526
|
-
],
|
|
2527
|
-
"exports": [
|
|
2528
|
-
{
|
|
2529
|
-
"kind": "js",
|
|
2530
|
-
"name": "MainStyles",
|
|
2531
|
-
"declaration": {
|
|
2532
|
-
"name": "MainStyles",
|
|
2533
|
-
"module": "src/main/main.styles.ts"
|
|
2534
|
-
}
|
|
2535
|
-
}
|
|
2536
|
-
]
|
|
2537
|
-
},
|
|
2538
|
-
{
|
|
2539
|
-
"kind": "javascript-module",
|
|
2540
|
-
"path": "src/main/main.template.ts",
|
|
2541
|
-
"declarations": [],
|
|
2542
|
-
"exports": []
|
|
2543
|
-
},
|
|
2544
|
-
{
|
|
2545
|
-
"kind": "javascript-module",
|
|
2546
|
-
"path": "src/main/main.ts",
|
|
2547
|
-
"declarations": [
|
|
2548
|
-
{
|
|
2549
|
-
"kind": "class",
|
|
2550
|
-
"description": "",
|
|
2551
|
-
"name": "MainApplication",
|
|
2552
|
-
"members": [
|
|
2553
|
-
{
|
|
2554
|
-
"kind": "field",
|
|
2555
|
-
"name": "config",
|
|
2556
|
-
"type": {
|
|
2557
|
-
"text": "MainRouterConfig"
|
|
2558
|
-
}
|
|
2559
|
-
},
|
|
2560
|
-
{
|
|
2561
|
-
"kind": "field",
|
|
2562
|
-
"name": "connect",
|
|
2563
|
-
"type": {
|
|
2564
|
-
"text": "Connect"
|
|
2565
|
-
}
|
|
2566
|
-
},
|
|
2567
|
-
{
|
|
2568
|
-
"kind": "field",
|
|
2569
|
-
"name": "session",
|
|
2570
|
-
"type": {
|
|
2571
|
-
"text": "Session"
|
|
2572
|
-
}
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"kind": "field",
|
|
2576
|
-
"name": "container",
|
|
2577
|
-
"type": {
|
|
2578
|
-
"text": "Container"
|
|
2579
|
-
}
|
|
2580
|
-
},
|
|
2581
|
-
{
|
|
2582
|
-
"kind": "field",
|
|
2583
|
-
"name": "provider",
|
|
2584
|
-
"type": {
|
|
2585
|
-
"text": "HTMLElement"
|
|
2586
|
-
}
|
|
2587
|
-
},
|
|
2588
|
-
{
|
|
2589
|
-
"kind": "field",
|
|
2590
|
-
"name": "ready",
|
|
2591
|
-
"type": {
|
|
2592
|
-
"text": "boolean"
|
|
2593
|
-
},
|
|
2594
|
-
"default": "false"
|
|
2595
|
-
},
|
|
2596
|
-
{
|
|
2597
|
-
"kind": "method",
|
|
2598
|
-
"name": "onLuminanceToggle"
|
|
2599
|
-
},
|
|
2600
|
-
{
|
|
2601
|
-
"kind": "method",
|
|
2602
|
-
"name": "loadRemotes"
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
"kind": "method",
|
|
2606
|
-
"name": "selectTemplate"
|
|
2607
|
-
},
|
|
2608
|
-
{
|
|
2609
|
-
"kind": "method",
|
|
2610
|
-
"name": "registerDIDependencies",
|
|
2611
|
-
"privacy": "private"
|
|
2612
|
-
}
|
|
2613
|
-
],
|
|
2614
|
-
"superclass": {
|
|
2615
|
-
"name": "FASTElement",
|
|
2616
|
-
"package": "@microsoft/fast-element"
|
|
2617
|
-
},
|
|
2618
|
-
"customElement": true
|
|
2619
|
-
}
|
|
2620
|
-
],
|
|
2621
|
-
"exports": [
|
|
2622
|
-
{
|
|
2623
|
-
"kind": "js",
|
|
2624
|
-
"name": "MainApplication",
|
|
2625
|
-
"declaration": {
|
|
2626
|
-
"name": "MainApplication",
|
|
2627
|
-
"module": "src/main/main.ts"
|
|
2628
|
-
}
|
|
2629
|
-
},
|
|
2630
|
-
{
|
|
2631
|
-
"kind": "custom-element-definition",
|
|
2632
|
-
"declaration": {
|
|
2633
|
-
"name": "MainApplication",
|
|
2634
|
-
"module": "src/main/main.ts"
|
|
2635
|
-
}
|
|
2636
|
-
}
|
|
2637
|
-
]
|
|
2638
|
-
},
|
|
2639
2643
|
{
|
|
2640
2644
|
"kind": "javascript-module",
|
|
2641
2645
|
"path": "src/routes/config.ts",
|
|
@@ -2744,7 +2748,7 @@
|
|
|
2744
2748
|
"kind": "field",
|
|
2745
2749
|
"name": "columns",
|
|
2746
2750
|
"type": {
|
|
2747
|
-
"text": "
|
|
2751
|
+
"text": "any"
|
|
2748
2752
|
},
|
|
2749
2753
|
"default": "[\n {\n ...defaultColumnConfig,\n field: 'USER_NAME',\n headerName: 'Username',\n },\n {\n ...defaultColumnConfig,\n field: 'FIRST_NAME',\n headerName: 'First Name',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_NAME',\n headerName: 'Last Name',\n },\n {\n ...defaultColumnConfig,\n field: 'EMAIL_ADDRESS',\n headerName: 'Email',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_LOGIN',\n headerName: 'Last Login',\n valueFormatter: ({ value }) =>\n value\n ? new Intl.DateTimeFormat('default', {\n year: 'numeric',\n month: 'numeric',\n day: 'numeric',\n hour: 'numeric',\n minute: 'numeric',\n }).format(value)\n : '',\n },\n]",
|
|
2750
2754
|
"description": "Column definition, default to the UsersColumnConfig"
|
|
@@ -2753,7 +2757,7 @@
|
|
|
2753
2757
|
"kind": "field",
|
|
2754
2758
|
"name": "additionalCreateFields",
|
|
2755
2759
|
"type": {
|
|
2756
|
-
"text": "
|
|
2760
|
+
"text": "any"
|
|
2757
2761
|
},
|
|
2758
2762
|
"default": "[]"
|
|
2759
2763
|
},
|
|
@@ -2761,7 +2765,7 @@
|
|
|
2761
2765
|
"kind": "field",
|
|
2762
2766
|
"name": "additionalUpdateFields",
|
|
2763
2767
|
"type": {
|
|
2764
|
-
"text": "
|
|
2768
|
+
"text": "any"
|
|
2765
2769
|
},
|
|
2766
2770
|
"default": "[]"
|
|
2767
2771
|
},
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { ColDef, GridOptions } from '@ag-grid-community/core';
|
|
2
2
|
import { Connect, DatasourceOptions } from '@genesislcap/foundation-comms';
|
|
3
3
|
import { RendererEntry } from '@genesislcap/foundation-forms';
|
|
4
|
-
import type { UISchemaElement } from '@genesislcap/foundation-forms';
|
|
5
4
|
import { AvailableOption, SelectedOption } from '@genesislcap/foundation-ui';
|
|
6
|
-
import type { Modal } from '@genesislcap/foundation-ui';
|
|
7
5
|
import type { GridProCaseType } from '@genesislcap/grid-pro';
|
|
8
6
|
import { FASTElement } from '@microsoft/fast-element';
|
|
9
7
|
/**
|
|
@@ -49,11 +47,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
49
47
|
autocapitalize: string;
|
|
50
48
|
dir: string;
|
|
51
49
|
draggable: boolean;
|
|
52
|
-
hidden: boolean;
|
|
53
|
-
* If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef
|
|
54
|
-
* @remarks Defaults to true
|
|
55
|
-
* @public
|
|
56
|
-
*/
|
|
50
|
+
hidden: boolean;
|
|
57
51
|
inert: boolean;
|
|
58
52
|
innerText: string;
|
|
59
53
|
lang: string;
|
|
@@ -75,10 +69,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
75
69
|
readonly attributes: NamedNodeMap;
|
|
76
70
|
readonly classList: DOMTokenList;
|
|
77
71
|
className: string;
|
|
78
|
-
readonly clientHeight: number;
|
|
79
|
-
* GridOptions to be passed down from application
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
72
|
+
readonly clientHeight: number;
|
|
82
73
|
readonly clientLeft: number;
|
|
83
74
|
readonly clientTop: number;
|
|
84
75
|
readonly clientWidth: number;
|
|
@@ -237,11 +228,6 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
237
228
|
remove(): void;
|
|
238
229
|
replaceWith(...nodes: (string | Node)[]): void;
|
|
239
230
|
innerHTML: string;
|
|
240
|
-
/**
|
|
241
|
-
* Show the entity create form
|
|
242
|
-
* Sets the initial value on the form to be defaultEntityValues if present.
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
231
|
readonly nextElementSibling: Element;
|
|
246
232
|
readonly previousElementSibling: Element;
|
|
247
233
|
readonly childElementCount: number;
|
|
@@ -515,9 +501,9 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
515
501
|
* @public
|
|
516
502
|
*/
|
|
517
503
|
datasourceConfig: DatasourceConfiguration;
|
|
518
|
-
formUiSchema:
|
|
519
|
-
createFormUiSchema:
|
|
520
|
-
updateFormUiSchema:
|
|
504
|
+
formUiSchema: any;
|
|
505
|
+
createFormUiSchema: any;
|
|
506
|
+
updateFormUiSchema: any;
|
|
521
507
|
/**
|
|
522
508
|
* The name of the resource in the backend to interact with when dispatching actions from the update/create modal
|
|
523
509
|
* @internal
|
|
@@ -536,25 +522,21 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
536
522
|
* When the user attempts to initiate functionality such as deleting or editing an entity, the entity which will be deleted/edited is the one which is referenced by this variable
|
|
537
523
|
* @public
|
|
538
524
|
*/
|
|
539
|
-
selectedEntity:
|
|
525
|
+
selectedEntity: any;
|
|
540
526
|
/**
|
|
541
527
|
* Disables the form while enabled to stop the user dispatching a large number of duplicate events
|
|
542
528
|
* @public
|
|
543
529
|
*/
|
|
544
|
-
editedEntity:
|
|
545
|
-
/**
|
|
546
|
-
* The default values to populate the form with when the user is adding an entity
|
|
547
|
-
* @public
|
|
548
|
-
*/
|
|
549
|
-
defaultEntityValues: Record<string, unknown>;
|
|
530
|
+
editedEntity: any;
|
|
550
531
|
submitting: boolean;
|
|
532
|
+
defaultEntityValues: any;
|
|
551
533
|
/**
|
|
552
534
|
* String which contains the text of the popup modal when the user is adding or editing an entity
|
|
553
535
|
*/
|
|
554
536
|
editDialogTitle: string;
|
|
555
537
|
editModalVisible: boolean;
|
|
556
538
|
editModalVisibleChanged(): void;
|
|
557
|
-
editEntityModal:
|
|
539
|
+
editEntityModal: any;
|
|
558
540
|
sizeColumnsToFit: boolean;
|
|
559
541
|
enableFilterBar: boolean;
|
|
560
542
|
hideEdit: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EACL,OAAO,EACP,iBAAiB,EAGlB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAa,aAAa,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"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"}
|
package/dist/dts/main/main.d.ts
CHANGED
|
@@ -10,8 +10,9 @@ export declare class MainApplication extends FASTElement {
|
|
|
10
10
|
connect: Connect;
|
|
11
11
|
session: Session;
|
|
12
12
|
container: Container;
|
|
13
|
-
provider:
|
|
13
|
+
provider: any;
|
|
14
14
|
ready: boolean;
|
|
15
|
+
data: any;
|
|
15
16
|
connectedCallback(): void;
|
|
16
17
|
onLuminanceToggle(): void;
|
|
17
18
|
loadRemotes(): Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EAGP,OAAO,EAER,MAAM,+BAA+B,CAAC;AAEvC,OAAO,EAAE,WAAW,EAA6B,MAAM,yBAAyB,CAAC;AACjF,OAAO,EAAE,SAAS,EAAwB,MAAM,4BAA4B,CAAC;AAG7E,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAM7C;;GAEG;AACH,qBAKa,eAAgB,SAAQ,WAAW;IACpB,MAAM,EAAG,gBAAgB,CAAC;IAC3C,OAAO,EAAG,OAAO,CAAC;IAClB,OAAO,EAAG,OAAO,CAAC;IAChB,SAAS,EAAG,SAAS,CAAC;IACrB,QAAQ,EAAG,
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EAGP,OAAO,EAER,MAAM,+BAA+B,CAAC;AAEvC,OAAO,EAAE,WAAW,EAA6B,MAAM,yBAAyB,CAAC;AACjF,OAAO,EAAE,SAAS,EAAwB,MAAM,4BAA4B,CAAC;AAG7E,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAM7C;;GAEG;AACH,qBAKa,eAAgB,SAAQ,WAAW;IACpB,MAAM,EAAG,gBAAgB,CAAC;IAC3C,OAAO,EAAG,OAAO,CAAC;IAClB,OAAO,EAAG,OAAO,CAAC;IAChB,SAAS,EAAG,SAAS,CAAC;IACrB,QAAQ,EAAG,GAAG,CAAC;IACf,KAAK,EAAE,OAAO,CAAS;IACvB,IAAI,EAAE,GAAG,CAAQ;IAE7B,iBAAiB;IAOjB,iBAAiB;IASX,WAAW;IAKjB,cAAc;IAId,OAAO,CAAC,sBAAsB;CA6B/B"}
|
package/dist/dts/types.d.ts
CHANGED
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
import { UISchemaElement } from '@genesislcap/foundation-forms';
|
|
2
1
|
export declare const RESOURCE_NAME: import("@microsoft/fast-foundation").InterfaceSymbol<string>;
|
|
3
2
|
export declare const ENTITY_NAME: import("@microsoft/fast-foundation").InterfaceSymbol<string>;
|
|
4
|
-
export type AdditionalEntry = string | UISchemaElement | {
|
|
5
|
-
type: 'Control';
|
|
6
|
-
scope: string;
|
|
7
|
-
label?: string;
|
|
8
|
-
options?: {
|
|
9
|
-
readonly?: boolean;
|
|
10
|
-
hidden?: boolean;
|
|
11
|
-
allOptionsResourceName?: string;
|
|
12
|
-
valueField?: string;
|
|
13
|
-
labelField?: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
3
|
//# sourceMappingURL=types.d.ts.map
|
package/dist/dts/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,8DAA6C,CAAC;AACxE,eAAO,MAAM,WAAW,8DAA2C,CAAC"}
|