@genesislcap/foundation-entity-management 14.258.3 → 14.259.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 +194 -194
- package/package.json +21 -21
|
@@ -930,6 +930,55 @@
|
|
|
930
930
|
}
|
|
931
931
|
]
|
|
932
932
|
},
|
|
933
|
+
{
|
|
934
|
+
"kind": "javascript-module",
|
|
935
|
+
"path": "src/layouts/default.ts",
|
|
936
|
+
"declarations": [
|
|
937
|
+
{
|
|
938
|
+
"kind": "variable",
|
|
939
|
+
"name": "loginLayout",
|
|
940
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"kind": "variable",
|
|
944
|
+
"name": "defaultLayout",
|
|
945
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
946
|
+
}
|
|
947
|
+
],
|
|
948
|
+
"exports": [
|
|
949
|
+
{
|
|
950
|
+
"kind": "js",
|
|
951
|
+
"name": "loginLayout",
|
|
952
|
+
"declaration": {
|
|
953
|
+
"name": "loginLayout",
|
|
954
|
+
"module": "src/layouts/default.ts"
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"kind": "js",
|
|
959
|
+
"name": "defaultLayout",
|
|
960
|
+
"declaration": {
|
|
961
|
+
"name": "defaultLayout",
|
|
962
|
+
"module": "src/layouts/default.ts"
|
|
963
|
+
}
|
|
964
|
+
}
|
|
965
|
+
]
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"kind": "javascript-module",
|
|
969
|
+
"path": "src/layouts/index.ts",
|
|
970
|
+
"declarations": [],
|
|
971
|
+
"exports": [
|
|
972
|
+
{
|
|
973
|
+
"kind": "js",
|
|
974
|
+
"name": "*",
|
|
975
|
+
"declaration": {
|
|
976
|
+
"name": "*",
|
|
977
|
+
"package": "./default"
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
]
|
|
981
|
+
},
|
|
933
982
|
{
|
|
934
983
|
"kind": "javascript-module",
|
|
935
984
|
"path": "src/list/index.ts",
|
|
@@ -1545,200 +1594,6 @@
|
|
|
1545
1594
|
}
|
|
1546
1595
|
]
|
|
1547
1596
|
},
|
|
1548
|
-
{
|
|
1549
|
-
"kind": "javascript-module",
|
|
1550
|
-
"path": "src/layouts/default.ts",
|
|
1551
|
-
"declarations": [
|
|
1552
|
-
{
|
|
1553
|
-
"kind": "variable",
|
|
1554
|
-
"name": "loginLayout",
|
|
1555
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1556
|
-
},
|
|
1557
|
-
{
|
|
1558
|
-
"kind": "variable",
|
|
1559
|
-
"name": "defaultLayout",
|
|
1560
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
1561
|
-
}
|
|
1562
|
-
],
|
|
1563
|
-
"exports": [
|
|
1564
|
-
{
|
|
1565
|
-
"kind": "js",
|
|
1566
|
-
"name": "loginLayout",
|
|
1567
|
-
"declaration": {
|
|
1568
|
-
"name": "loginLayout",
|
|
1569
|
-
"module": "src/layouts/default.ts"
|
|
1570
|
-
}
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"kind": "js",
|
|
1574
|
-
"name": "defaultLayout",
|
|
1575
|
-
"declaration": {
|
|
1576
|
-
"name": "defaultLayout",
|
|
1577
|
-
"module": "src/layouts/default.ts"
|
|
1578
|
-
}
|
|
1579
|
-
}
|
|
1580
|
-
]
|
|
1581
|
-
},
|
|
1582
|
-
{
|
|
1583
|
-
"kind": "javascript-module",
|
|
1584
|
-
"path": "src/layouts/index.ts",
|
|
1585
|
-
"declarations": [],
|
|
1586
|
-
"exports": [
|
|
1587
|
-
{
|
|
1588
|
-
"kind": "js",
|
|
1589
|
-
"name": "*",
|
|
1590
|
-
"declaration": {
|
|
1591
|
-
"name": "*",
|
|
1592
|
-
"package": "./default"
|
|
1593
|
-
}
|
|
1594
|
-
}
|
|
1595
|
-
]
|
|
1596
|
-
},
|
|
1597
|
-
{
|
|
1598
|
-
"kind": "javascript-module",
|
|
1599
|
-
"path": "src/main/index.ts",
|
|
1600
|
-
"declarations": [],
|
|
1601
|
-
"exports": [
|
|
1602
|
-
{
|
|
1603
|
-
"kind": "js",
|
|
1604
|
-
"name": "*",
|
|
1605
|
-
"declaration": {
|
|
1606
|
-
"name": "*",
|
|
1607
|
-
"package": "./main.template"
|
|
1608
|
-
}
|
|
1609
|
-
},
|
|
1610
|
-
{
|
|
1611
|
-
"kind": "js",
|
|
1612
|
-
"name": "*",
|
|
1613
|
-
"declaration": {
|
|
1614
|
-
"name": "*",
|
|
1615
|
-
"package": "./main"
|
|
1616
|
-
}
|
|
1617
|
-
}
|
|
1618
|
-
]
|
|
1619
|
-
},
|
|
1620
|
-
{
|
|
1621
|
-
"kind": "javascript-module",
|
|
1622
|
-
"path": "src/main/main.styles.ts",
|
|
1623
|
-
"declarations": [
|
|
1624
|
-
{
|
|
1625
|
-
"kind": "variable",
|
|
1626
|
-
"name": "MainStyles",
|
|
1627
|
-
"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`"
|
|
1628
|
-
}
|
|
1629
|
-
],
|
|
1630
|
-
"exports": [
|
|
1631
|
-
{
|
|
1632
|
-
"kind": "js",
|
|
1633
|
-
"name": "MainStyles",
|
|
1634
|
-
"declaration": {
|
|
1635
|
-
"name": "MainStyles",
|
|
1636
|
-
"module": "src/main/main.styles.ts"
|
|
1637
|
-
}
|
|
1638
|
-
}
|
|
1639
|
-
]
|
|
1640
|
-
},
|
|
1641
|
-
{
|
|
1642
|
-
"kind": "javascript-module",
|
|
1643
|
-
"path": "src/main/main.template.ts",
|
|
1644
|
-
"declarations": [],
|
|
1645
|
-
"exports": []
|
|
1646
|
-
},
|
|
1647
|
-
{
|
|
1648
|
-
"kind": "javascript-module",
|
|
1649
|
-
"path": "src/main/main.ts",
|
|
1650
|
-
"declarations": [
|
|
1651
|
-
{
|
|
1652
|
-
"kind": "class",
|
|
1653
|
-
"description": "",
|
|
1654
|
-
"name": "MainApplication",
|
|
1655
|
-
"members": [
|
|
1656
|
-
{
|
|
1657
|
-
"kind": "field",
|
|
1658
|
-
"name": "config",
|
|
1659
|
-
"type": {
|
|
1660
|
-
"text": "MainRouterConfig"
|
|
1661
|
-
}
|
|
1662
|
-
},
|
|
1663
|
-
{
|
|
1664
|
-
"kind": "field",
|
|
1665
|
-
"name": "connect",
|
|
1666
|
-
"type": {
|
|
1667
|
-
"text": "Connect"
|
|
1668
|
-
}
|
|
1669
|
-
},
|
|
1670
|
-
{
|
|
1671
|
-
"kind": "field",
|
|
1672
|
-
"name": "session",
|
|
1673
|
-
"type": {
|
|
1674
|
-
"text": "Session"
|
|
1675
|
-
}
|
|
1676
|
-
},
|
|
1677
|
-
{
|
|
1678
|
-
"kind": "field",
|
|
1679
|
-
"name": "container",
|
|
1680
|
-
"type": {
|
|
1681
|
-
"text": "Container"
|
|
1682
|
-
}
|
|
1683
|
-
},
|
|
1684
|
-
{
|
|
1685
|
-
"kind": "field",
|
|
1686
|
-
"name": "provider",
|
|
1687
|
-
"type": {
|
|
1688
|
-
"text": "HTMLElement"
|
|
1689
|
-
}
|
|
1690
|
-
},
|
|
1691
|
-
{
|
|
1692
|
-
"kind": "field",
|
|
1693
|
-
"name": "ready",
|
|
1694
|
-
"type": {
|
|
1695
|
-
"text": "boolean"
|
|
1696
|
-
},
|
|
1697
|
-
"default": "false"
|
|
1698
|
-
},
|
|
1699
|
-
{
|
|
1700
|
-
"kind": "method",
|
|
1701
|
-
"name": "onLuminanceToggle"
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"kind": "method",
|
|
1705
|
-
"name": "loadRemotes"
|
|
1706
|
-
},
|
|
1707
|
-
{
|
|
1708
|
-
"kind": "method",
|
|
1709
|
-
"name": "selectTemplate"
|
|
1710
|
-
},
|
|
1711
|
-
{
|
|
1712
|
-
"kind": "method",
|
|
1713
|
-
"name": "registerDIDependencies",
|
|
1714
|
-
"privacy": "private"
|
|
1715
|
-
}
|
|
1716
|
-
],
|
|
1717
|
-
"superclass": {
|
|
1718
|
-
"name": "FASTElement",
|
|
1719
|
-
"package": "@microsoft/fast-element"
|
|
1720
|
-
},
|
|
1721
|
-
"customElement": true
|
|
1722
|
-
}
|
|
1723
|
-
],
|
|
1724
|
-
"exports": [
|
|
1725
|
-
{
|
|
1726
|
-
"kind": "js",
|
|
1727
|
-
"name": "MainApplication",
|
|
1728
|
-
"declaration": {
|
|
1729
|
-
"name": "MainApplication",
|
|
1730
|
-
"module": "src/main/main.ts"
|
|
1731
|
-
}
|
|
1732
|
-
},
|
|
1733
|
-
{
|
|
1734
|
-
"kind": "custom-element-definition",
|
|
1735
|
-
"declaration": {
|
|
1736
|
-
"name": "MainApplication",
|
|
1737
|
-
"module": "src/main/main.ts"
|
|
1738
|
-
}
|
|
1739
|
-
}
|
|
1740
|
-
]
|
|
1741
|
-
},
|
|
1742
1597
|
{
|
|
1743
1598
|
"kind": "javascript-module",
|
|
1744
1599
|
"path": "src/profiles/editProfileSchema.ts",
|
|
@@ -2818,6 +2673,151 @@
|
|
|
2818
2673
|
}
|
|
2819
2674
|
]
|
|
2820
2675
|
},
|
|
2676
|
+
{
|
|
2677
|
+
"kind": "javascript-module",
|
|
2678
|
+
"path": "src/main/index.ts",
|
|
2679
|
+
"declarations": [],
|
|
2680
|
+
"exports": [
|
|
2681
|
+
{
|
|
2682
|
+
"kind": "js",
|
|
2683
|
+
"name": "*",
|
|
2684
|
+
"declaration": {
|
|
2685
|
+
"name": "*",
|
|
2686
|
+
"package": "./main.template"
|
|
2687
|
+
}
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"kind": "js",
|
|
2691
|
+
"name": "*",
|
|
2692
|
+
"declaration": {
|
|
2693
|
+
"name": "*",
|
|
2694
|
+
"package": "./main"
|
|
2695
|
+
}
|
|
2696
|
+
}
|
|
2697
|
+
]
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"kind": "javascript-module",
|
|
2701
|
+
"path": "src/main/main.styles.ts",
|
|
2702
|
+
"declarations": [
|
|
2703
|
+
{
|
|
2704
|
+
"kind": "variable",
|
|
2705
|
+
"name": "MainStyles",
|
|
2706
|
+
"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`"
|
|
2707
|
+
}
|
|
2708
|
+
],
|
|
2709
|
+
"exports": [
|
|
2710
|
+
{
|
|
2711
|
+
"kind": "js",
|
|
2712
|
+
"name": "MainStyles",
|
|
2713
|
+
"declaration": {
|
|
2714
|
+
"name": "MainStyles",
|
|
2715
|
+
"module": "src/main/main.styles.ts"
|
|
2716
|
+
}
|
|
2717
|
+
}
|
|
2718
|
+
]
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"kind": "javascript-module",
|
|
2722
|
+
"path": "src/main/main.template.ts",
|
|
2723
|
+
"declarations": [],
|
|
2724
|
+
"exports": []
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"kind": "javascript-module",
|
|
2728
|
+
"path": "src/main/main.ts",
|
|
2729
|
+
"declarations": [
|
|
2730
|
+
{
|
|
2731
|
+
"kind": "class",
|
|
2732
|
+
"description": "",
|
|
2733
|
+
"name": "MainApplication",
|
|
2734
|
+
"members": [
|
|
2735
|
+
{
|
|
2736
|
+
"kind": "field",
|
|
2737
|
+
"name": "config",
|
|
2738
|
+
"type": {
|
|
2739
|
+
"text": "MainRouterConfig"
|
|
2740
|
+
}
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"kind": "field",
|
|
2744
|
+
"name": "connect",
|
|
2745
|
+
"type": {
|
|
2746
|
+
"text": "Connect"
|
|
2747
|
+
}
|
|
2748
|
+
},
|
|
2749
|
+
{
|
|
2750
|
+
"kind": "field",
|
|
2751
|
+
"name": "session",
|
|
2752
|
+
"type": {
|
|
2753
|
+
"text": "Session"
|
|
2754
|
+
}
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"kind": "field",
|
|
2758
|
+
"name": "container",
|
|
2759
|
+
"type": {
|
|
2760
|
+
"text": "Container"
|
|
2761
|
+
}
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"kind": "field",
|
|
2765
|
+
"name": "provider",
|
|
2766
|
+
"type": {
|
|
2767
|
+
"text": "HTMLElement"
|
|
2768
|
+
}
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"kind": "field",
|
|
2772
|
+
"name": "ready",
|
|
2773
|
+
"type": {
|
|
2774
|
+
"text": "boolean"
|
|
2775
|
+
},
|
|
2776
|
+
"default": "false"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"kind": "method",
|
|
2780
|
+
"name": "onLuminanceToggle"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"kind": "method",
|
|
2784
|
+
"name": "loadRemotes"
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"kind": "method",
|
|
2788
|
+
"name": "selectTemplate"
|
|
2789
|
+
},
|
|
2790
|
+
{
|
|
2791
|
+
"kind": "method",
|
|
2792
|
+
"name": "registerDIDependencies",
|
|
2793
|
+
"privacy": "private"
|
|
2794
|
+
}
|
|
2795
|
+
],
|
|
2796
|
+
"superclass": {
|
|
2797
|
+
"name": "FASTElement",
|
|
2798
|
+
"package": "@microsoft/fast-element"
|
|
2799
|
+
},
|
|
2800
|
+
"customElement": true
|
|
2801
|
+
}
|
|
2802
|
+
],
|
|
2803
|
+
"exports": [
|
|
2804
|
+
{
|
|
2805
|
+
"kind": "js",
|
|
2806
|
+
"name": "MainApplication",
|
|
2807
|
+
"declaration": {
|
|
2808
|
+
"name": "MainApplication",
|
|
2809
|
+
"module": "src/main/main.ts"
|
|
2810
|
+
}
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"kind": "custom-element-definition",
|
|
2814
|
+
"declaration": {
|
|
2815
|
+
"name": "MainApplication",
|
|
2816
|
+
"module": "src/main/main.ts"
|
|
2817
|
+
}
|
|
2818
|
+
}
|
|
2819
|
+
]
|
|
2820
|
+
},
|
|
2821
2821
|
{
|
|
2822
2822
|
"kind": "javascript-module",
|
|
2823
2823
|
"path": "src/users/users.template.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-entity-management",
|
|
3
3
|
"description": "Genesis Foundation Entity Management",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.259.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,29 +52,29 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.
|
|
56
|
-
"@genesislcap/genx": "14.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.
|
|
58
|
-
"@genesislcap/ts-builder": "14.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
60
|
-
"@genesislcap/vite-builder": "14.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.259.0",
|
|
56
|
+
"@genesislcap/genx": "14.259.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.259.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.259.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.259.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.259.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.259.0",
|
|
62
62
|
"rimraf": "^5.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@ag-grid-community/core": "29.2.0",
|
|
66
|
-
"@genesislcap/foundation-comms": "14.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.
|
|
68
|
-
"@genesislcap/foundation-events": "14.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.
|
|
71
|
-
"@genesislcap/foundation-login": "14.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
77
|
-
"@genesislcap/grid-pro": "14.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.259.0",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.259.0",
|
|
68
|
+
"@genesislcap/foundation-events": "14.259.0",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.259.0",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.259.0",
|
|
71
|
+
"@genesislcap/foundation-login": "14.259.0",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.259.0",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.259.0",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.259.0",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.259.0",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.259.0",
|
|
77
|
+
"@genesislcap/grid-pro": "14.259.0",
|
|
78
78
|
"@microsoft/fast-components": "2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "1.14.0",
|
|
80
80
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "6656bbcddf94db7587bab3339ca021718ce54709"
|
|
95
95
|
}
|