@genesislcap/foundation-entity-management 14.16.0 → 14.18.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 +153 -153
- package/package.json +14 -15
|
@@ -643,159 +643,6 @@
|
|
|
643
643
|
}
|
|
644
644
|
]
|
|
645
645
|
},
|
|
646
|
-
{
|
|
647
|
-
"kind": "javascript-module",
|
|
648
|
-
"path": "src/main/index.ts",
|
|
649
|
-
"declarations": [],
|
|
650
|
-
"exports": [
|
|
651
|
-
{
|
|
652
|
-
"kind": "js",
|
|
653
|
-
"name": "*",
|
|
654
|
-
"declaration": {
|
|
655
|
-
"name": "*",
|
|
656
|
-
"package": "./main.template"
|
|
657
|
-
}
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"kind": "js",
|
|
661
|
-
"name": "*",
|
|
662
|
-
"declaration": {
|
|
663
|
-
"name": "*",
|
|
664
|
-
"package": "./main"
|
|
665
|
-
}
|
|
666
|
-
}
|
|
667
|
-
]
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"kind": "javascript-module",
|
|
671
|
-
"path": "src/main/main.styles.ts",
|
|
672
|
-
"declarations": [
|
|
673
|
-
{
|
|
674
|
-
"kind": "variable",
|
|
675
|
-
"name": "MainStyles",
|
|
676
|
-
"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`"
|
|
677
|
-
}
|
|
678
|
-
],
|
|
679
|
-
"exports": [
|
|
680
|
-
{
|
|
681
|
-
"kind": "js",
|
|
682
|
-
"name": "MainStyles",
|
|
683
|
-
"declaration": {
|
|
684
|
-
"name": "MainStyles",
|
|
685
|
-
"module": "src/main/main.styles.ts"
|
|
686
|
-
}
|
|
687
|
-
}
|
|
688
|
-
]
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"kind": "javascript-module",
|
|
692
|
-
"path": "src/main/main.template.ts",
|
|
693
|
-
"declarations": [],
|
|
694
|
-
"exports": []
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"kind": "javascript-module",
|
|
698
|
-
"path": "src/main/main.ts",
|
|
699
|
-
"declarations": [
|
|
700
|
-
{
|
|
701
|
-
"kind": "class",
|
|
702
|
-
"description": "",
|
|
703
|
-
"name": "MainApplication",
|
|
704
|
-
"members": [
|
|
705
|
-
{
|
|
706
|
-
"kind": "field",
|
|
707
|
-
"name": "config",
|
|
708
|
-
"type": {
|
|
709
|
-
"text": "MainRouterConfig"
|
|
710
|
-
}
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"kind": "field",
|
|
714
|
-
"name": "connect",
|
|
715
|
-
"type": {
|
|
716
|
-
"text": "Connect"
|
|
717
|
-
}
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"kind": "field",
|
|
721
|
-
"name": "session",
|
|
722
|
-
"type": {
|
|
723
|
-
"text": "Session"
|
|
724
|
-
}
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"kind": "field",
|
|
728
|
-
"name": "container",
|
|
729
|
-
"type": {
|
|
730
|
-
"text": "Container"
|
|
731
|
-
}
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
"kind": "field",
|
|
735
|
-
"name": "provider",
|
|
736
|
-
"type": {
|
|
737
|
-
"text": "any"
|
|
738
|
-
}
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
"kind": "field",
|
|
742
|
-
"name": "ready",
|
|
743
|
-
"type": {
|
|
744
|
-
"text": "boolean"
|
|
745
|
-
},
|
|
746
|
-
"default": "false"
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
"kind": "field",
|
|
750
|
-
"name": "data",
|
|
751
|
-
"type": {
|
|
752
|
-
"text": "any"
|
|
753
|
-
},
|
|
754
|
-
"default": "null"
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"kind": "method",
|
|
758
|
-
"name": "onLuminanceToggle"
|
|
759
|
-
},
|
|
760
|
-
{
|
|
761
|
-
"kind": "method",
|
|
762
|
-
"name": "loadRemotes"
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"kind": "method",
|
|
766
|
-
"name": "selectTemplate"
|
|
767
|
-
},
|
|
768
|
-
{
|
|
769
|
-
"kind": "method",
|
|
770
|
-
"name": "registerDIDependencies",
|
|
771
|
-
"privacy": "private"
|
|
772
|
-
}
|
|
773
|
-
],
|
|
774
|
-
"superclass": {
|
|
775
|
-
"name": "FASTElement",
|
|
776
|
-
"package": "@microsoft/fast-element"
|
|
777
|
-
},
|
|
778
|
-
"customElement": true
|
|
779
|
-
}
|
|
780
|
-
],
|
|
781
|
-
"exports": [
|
|
782
|
-
{
|
|
783
|
-
"kind": "js",
|
|
784
|
-
"name": "MainApplication",
|
|
785
|
-
"declaration": {
|
|
786
|
-
"name": "MainApplication",
|
|
787
|
-
"module": "src/main/main.ts"
|
|
788
|
-
}
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
"kind": "custom-element-definition",
|
|
792
|
-
"declaration": {
|
|
793
|
-
"name": "MainApplication",
|
|
794
|
-
"module": "src/main/main.ts"
|
|
795
|
-
}
|
|
796
|
-
}
|
|
797
|
-
]
|
|
798
|
-
},
|
|
799
646
|
{
|
|
800
647
|
"kind": "javascript-module",
|
|
801
648
|
"path": "src/list/index.ts",
|
|
@@ -1723,6 +1570,159 @@
|
|
|
1723
1570
|
}
|
|
1724
1571
|
]
|
|
1725
1572
|
},
|
|
1573
|
+
{
|
|
1574
|
+
"kind": "javascript-module",
|
|
1575
|
+
"path": "src/main/index.ts",
|
|
1576
|
+
"declarations": [],
|
|
1577
|
+
"exports": [
|
|
1578
|
+
{
|
|
1579
|
+
"kind": "js",
|
|
1580
|
+
"name": "*",
|
|
1581
|
+
"declaration": {
|
|
1582
|
+
"name": "*",
|
|
1583
|
+
"package": "./main.template"
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"kind": "js",
|
|
1588
|
+
"name": "*",
|
|
1589
|
+
"declaration": {
|
|
1590
|
+
"name": "*",
|
|
1591
|
+
"package": "./main"
|
|
1592
|
+
}
|
|
1593
|
+
}
|
|
1594
|
+
]
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"kind": "javascript-module",
|
|
1598
|
+
"path": "src/main/main.styles.ts",
|
|
1599
|
+
"declarations": [
|
|
1600
|
+
{
|
|
1601
|
+
"kind": "variable",
|
|
1602
|
+
"name": "MainStyles",
|
|
1603
|
+
"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`"
|
|
1604
|
+
}
|
|
1605
|
+
],
|
|
1606
|
+
"exports": [
|
|
1607
|
+
{
|
|
1608
|
+
"kind": "js",
|
|
1609
|
+
"name": "MainStyles",
|
|
1610
|
+
"declaration": {
|
|
1611
|
+
"name": "MainStyles",
|
|
1612
|
+
"module": "src/main/main.styles.ts"
|
|
1613
|
+
}
|
|
1614
|
+
}
|
|
1615
|
+
]
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"kind": "javascript-module",
|
|
1619
|
+
"path": "src/main/main.template.ts",
|
|
1620
|
+
"declarations": [],
|
|
1621
|
+
"exports": []
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"kind": "javascript-module",
|
|
1625
|
+
"path": "src/main/main.ts",
|
|
1626
|
+
"declarations": [
|
|
1627
|
+
{
|
|
1628
|
+
"kind": "class",
|
|
1629
|
+
"description": "",
|
|
1630
|
+
"name": "MainApplication",
|
|
1631
|
+
"members": [
|
|
1632
|
+
{
|
|
1633
|
+
"kind": "field",
|
|
1634
|
+
"name": "config",
|
|
1635
|
+
"type": {
|
|
1636
|
+
"text": "MainRouterConfig"
|
|
1637
|
+
}
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"kind": "field",
|
|
1641
|
+
"name": "connect",
|
|
1642
|
+
"type": {
|
|
1643
|
+
"text": "Connect"
|
|
1644
|
+
}
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"kind": "field",
|
|
1648
|
+
"name": "session",
|
|
1649
|
+
"type": {
|
|
1650
|
+
"text": "Session"
|
|
1651
|
+
}
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"kind": "field",
|
|
1655
|
+
"name": "container",
|
|
1656
|
+
"type": {
|
|
1657
|
+
"text": "Container"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"kind": "field",
|
|
1662
|
+
"name": "provider",
|
|
1663
|
+
"type": {
|
|
1664
|
+
"text": "any"
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"kind": "field",
|
|
1669
|
+
"name": "ready",
|
|
1670
|
+
"type": {
|
|
1671
|
+
"text": "boolean"
|
|
1672
|
+
},
|
|
1673
|
+
"default": "false"
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"kind": "field",
|
|
1677
|
+
"name": "data",
|
|
1678
|
+
"type": {
|
|
1679
|
+
"text": "any"
|
|
1680
|
+
},
|
|
1681
|
+
"default": "null"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"kind": "method",
|
|
1685
|
+
"name": "onLuminanceToggle"
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"kind": "method",
|
|
1689
|
+
"name": "loadRemotes"
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"kind": "method",
|
|
1693
|
+
"name": "selectTemplate"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"kind": "method",
|
|
1697
|
+
"name": "registerDIDependencies",
|
|
1698
|
+
"privacy": "private"
|
|
1699
|
+
}
|
|
1700
|
+
],
|
|
1701
|
+
"superclass": {
|
|
1702
|
+
"name": "FASTElement",
|
|
1703
|
+
"package": "@microsoft/fast-element"
|
|
1704
|
+
},
|
|
1705
|
+
"customElement": true
|
|
1706
|
+
}
|
|
1707
|
+
],
|
|
1708
|
+
"exports": [
|
|
1709
|
+
{
|
|
1710
|
+
"kind": "js",
|
|
1711
|
+
"name": "MainApplication",
|
|
1712
|
+
"declaration": {
|
|
1713
|
+
"name": "MainApplication",
|
|
1714
|
+
"module": "src/main/main.ts"
|
|
1715
|
+
}
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"kind": "custom-element-definition",
|
|
1719
|
+
"declaration": {
|
|
1720
|
+
"name": "MainApplication",
|
|
1721
|
+
"module": "src/main/main.ts"
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1724
|
+
]
|
|
1725
|
+
},
|
|
1726
1726
|
{
|
|
1727
1727
|
"kind": "javascript-module",
|
|
1728
1728
|
"path": "src/routes/config.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.18.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dev:no-open": "npm run dev:webpack -- --no-open",
|
|
29
29
|
"dev:webpack": "cross-env NODE_ENV=development API_HOST=$npm_package_config_API_HOST DEFAULT_USER=$npm_package_config_DEFAULT_USER DEFAULT_PASSWORD=$npm_package_config_DEFAULT_PASSWORD webpack serve",
|
|
30
30
|
"dev:webpack:https": "npm run dev:webpack -- --https",
|
|
31
|
-
"serve": "serve
|
|
31
|
+
"serve": "genx serve",
|
|
32
32
|
"test": "npm run test:unit",
|
|
33
33
|
"test:coverage": "c8 --include=src npm run test:unit",
|
|
34
34
|
"test:coverage:report": "npm run test:coverage && c8 report --reporter=text-lcov > coverage.lcov",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@custom-elements-manifest/analyzer": "^0.8.2",
|
|
49
|
-
"@genesislcap/foundation-testing": "^14.
|
|
50
|
-
"@genesislcap/genx": "^14.
|
|
49
|
+
"@genesislcap/foundation-testing": "^14.18.0",
|
|
50
|
+
"@genesislcap/genx": "^14.18.0",
|
|
51
51
|
"@microsoft/api-documenter": "^7.19.13",
|
|
52
52
|
"@microsoft/api-extractor": "^7.31.1",
|
|
53
53
|
"@playwright/test": "^1.18.1",
|
|
@@ -75,7 +75,6 @@
|
|
|
75
75
|
"postcss-loader": "^6.2.1",
|
|
76
76
|
"postcss-preset-env": "^7.0.1",
|
|
77
77
|
"sass": "^1.49.7",
|
|
78
|
-
"serve": "^14.1.2",
|
|
79
78
|
"terser-webpack-plugin": "^5.3.1",
|
|
80
79
|
"to-string-loader": "^1.2.0",
|
|
81
80
|
"ts-loader": "9.3.1",
|
|
@@ -91,15 +90,15 @@
|
|
|
91
90
|
"webpack-merge": "^5.7.3"
|
|
92
91
|
},
|
|
93
92
|
"dependencies": {
|
|
94
|
-
"@genesislcap/foundation-comms": "^14.
|
|
95
|
-
"@genesislcap/foundation-errors": "^14.
|
|
96
|
-
"@genesislcap/foundation-forms": "^14.
|
|
97
|
-
"@genesislcap/foundation-login": "^14.
|
|
98
|
-
"@genesislcap/foundation-ui": "^14.
|
|
99
|
-
"@genesislcap/foundation-utils": "^14.
|
|
100
|
-
"@genesislcap/foundation-zero": "^14.
|
|
101
|
-
"@genesislcap/foundation-zero-grid-pro": "^14.
|
|
102
|
-
"@genesislcap/grid-pro": "^14.
|
|
93
|
+
"@genesislcap/foundation-comms": "^14.18.0",
|
|
94
|
+
"@genesislcap/foundation-errors": "^14.18.0",
|
|
95
|
+
"@genesislcap/foundation-forms": "^14.18.0",
|
|
96
|
+
"@genesislcap/foundation-login": "^14.18.0",
|
|
97
|
+
"@genesislcap/foundation-ui": "^14.18.0",
|
|
98
|
+
"@genesislcap/foundation-utils": "^14.18.0",
|
|
99
|
+
"@genesislcap/foundation-zero": "^14.18.0",
|
|
100
|
+
"@genesislcap/foundation-zero-grid-pro": "^14.18.0",
|
|
101
|
+
"@genesislcap/grid-pro": "^14.18.0",
|
|
103
102
|
"@microsoft/fast-components": "^2.21.3",
|
|
104
103
|
"@microsoft/fast-element": "^1.7.0",
|
|
105
104
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -120,5 +119,5 @@
|
|
|
120
119
|
"access": "public"
|
|
121
120
|
},
|
|
122
121
|
"customElements": "dist/custom-elements.json",
|
|
123
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "35c1a42bdf004f0eb61b721bec7f1e871145186d"
|
|
124
123
|
}
|