@genesislcap/foundation-entity-management 14.26.4 → 14.26.5
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 +13 -13
|
@@ -642,159 +642,6 @@
|
|
|
642
642
|
}
|
|
643
643
|
]
|
|
644
644
|
},
|
|
645
|
-
{
|
|
646
|
-
"kind": "javascript-module",
|
|
647
|
-
"path": "src/main/index.ts",
|
|
648
|
-
"declarations": [],
|
|
649
|
-
"exports": [
|
|
650
|
-
{
|
|
651
|
-
"kind": "js",
|
|
652
|
-
"name": "*",
|
|
653
|
-
"declaration": {
|
|
654
|
-
"name": "*",
|
|
655
|
-
"package": "./main.template"
|
|
656
|
-
}
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"kind": "js",
|
|
660
|
-
"name": "*",
|
|
661
|
-
"declaration": {
|
|
662
|
-
"name": "*",
|
|
663
|
-
"package": "./main"
|
|
664
|
-
}
|
|
665
|
-
}
|
|
666
|
-
]
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
"kind": "javascript-module",
|
|
670
|
-
"path": "src/main/main.styles.ts",
|
|
671
|
-
"declarations": [
|
|
672
|
-
{
|
|
673
|
-
"kind": "variable",
|
|
674
|
-
"name": "MainStyles",
|
|
675
|
-
"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`"
|
|
676
|
-
}
|
|
677
|
-
],
|
|
678
|
-
"exports": [
|
|
679
|
-
{
|
|
680
|
-
"kind": "js",
|
|
681
|
-
"name": "MainStyles",
|
|
682
|
-
"declaration": {
|
|
683
|
-
"name": "MainStyles",
|
|
684
|
-
"module": "src/main/main.styles.ts"
|
|
685
|
-
}
|
|
686
|
-
}
|
|
687
|
-
]
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
"kind": "javascript-module",
|
|
691
|
-
"path": "src/main/main.template.ts",
|
|
692
|
-
"declarations": [],
|
|
693
|
-
"exports": []
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"kind": "javascript-module",
|
|
697
|
-
"path": "src/main/main.ts",
|
|
698
|
-
"declarations": [
|
|
699
|
-
{
|
|
700
|
-
"kind": "class",
|
|
701
|
-
"description": "",
|
|
702
|
-
"name": "MainApplication",
|
|
703
|
-
"members": [
|
|
704
|
-
{
|
|
705
|
-
"kind": "field",
|
|
706
|
-
"name": "config",
|
|
707
|
-
"type": {
|
|
708
|
-
"text": "MainRouterConfig"
|
|
709
|
-
}
|
|
710
|
-
},
|
|
711
|
-
{
|
|
712
|
-
"kind": "field",
|
|
713
|
-
"name": "connect",
|
|
714
|
-
"type": {
|
|
715
|
-
"text": "Connect"
|
|
716
|
-
}
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"kind": "field",
|
|
720
|
-
"name": "session",
|
|
721
|
-
"type": {
|
|
722
|
-
"text": "Session"
|
|
723
|
-
}
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
"kind": "field",
|
|
727
|
-
"name": "container",
|
|
728
|
-
"type": {
|
|
729
|
-
"text": "Container"
|
|
730
|
-
}
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"kind": "field",
|
|
734
|
-
"name": "provider",
|
|
735
|
-
"type": {
|
|
736
|
-
"text": "any"
|
|
737
|
-
}
|
|
738
|
-
},
|
|
739
|
-
{
|
|
740
|
-
"kind": "field",
|
|
741
|
-
"name": "ready",
|
|
742
|
-
"type": {
|
|
743
|
-
"text": "boolean"
|
|
744
|
-
},
|
|
745
|
-
"default": "false"
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"kind": "field",
|
|
749
|
-
"name": "data",
|
|
750
|
-
"type": {
|
|
751
|
-
"text": "any"
|
|
752
|
-
},
|
|
753
|
-
"default": "null"
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"kind": "method",
|
|
757
|
-
"name": "onLuminanceToggle"
|
|
758
|
-
},
|
|
759
|
-
{
|
|
760
|
-
"kind": "method",
|
|
761
|
-
"name": "loadRemotes"
|
|
762
|
-
},
|
|
763
|
-
{
|
|
764
|
-
"kind": "method",
|
|
765
|
-
"name": "selectTemplate"
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"kind": "method",
|
|
769
|
-
"name": "registerDIDependencies",
|
|
770
|
-
"privacy": "private"
|
|
771
|
-
}
|
|
772
|
-
],
|
|
773
|
-
"superclass": {
|
|
774
|
-
"name": "FASTElement",
|
|
775
|
-
"package": "@microsoft/fast-element"
|
|
776
|
-
},
|
|
777
|
-
"customElement": true
|
|
778
|
-
}
|
|
779
|
-
],
|
|
780
|
-
"exports": [
|
|
781
|
-
{
|
|
782
|
-
"kind": "js",
|
|
783
|
-
"name": "MainApplication",
|
|
784
|
-
"declaration": {
|
|
785
|
-
"name": "MainApplication",
|
|
786
|
-
"module": "src/main/main.ts"
|
|
787
|
-
}
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"kind": "custom-element-definition",
|
|
791
|
-
"declaration": {
|
|
792
|
-
"name": "MainApplication",
|
|
793
|
-
"module": "src/main/main.ts"
|
|
794
|
-
}
|
|
795
|
-
}
|
|
796
|
-
]
|
|
797
|
-
},
|
|
798
645
|
{
|
|
799
646
|
"kind": "javascript-module",
|
|
800
647
|
"path": "src/list/index.ts",
|
|
@@ -1107,6 +954,159 @@
|
|
|
1107
954
|
}
|
|
1108
955
|
]
|
|
1109
956
|
},
|
|
957
|
+
{
|
|
958
|
+
"kind": "javascript-module",
|
|
959
|
+
"path": "src/main/index.ts",
|
|
960
|
+
"declarations": [],
|
|
961
|
+
"exports": [
|
|
962
|
+
{
|
|
963
|
+
"kind": "js",
|
|
964
|
+
"name": "*",
|
|
965
|
+
"declaration": {
|
|
966
|
+
"name": "*",
|
|
967
|
+
"package": "./main.template"
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"kind": "js",
|
|
972
|
+
"name": "*",
|
|
973
|
+
"declaration": {
|
|
974
|
+
"name": "*",
|
|
975
|
+
"package": "./main"
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
]
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"kind": "javascript-module",
|
|
982
|
+
"path": "src/main/main.styles.ts",
|
|
983
|
+
"declarations": [
|
|
984
|
+
{
|
|
985
|
+
"kind": "variable",
|
|
986
|
+
"name": "MainStyles",
|
|
987
|
+
"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`"
|
|
988
|
+
}
|
|
989
|
+
],
|
|
990
|
+
"exports": [
|
|
991
|
+
{
|
|
992
|
+
"kind": "js",
|
|
993
|
+
"name": "MainStyles",
|
|
994
|
+
"declaration": {
|
|
995
|
+
"name": "MainStyles",
|
|
996
|
+
"module": "src/main/main.styles.ts"
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
]
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"kind": "javascript-module",
|
|
1003
|
+
"path": "src/main/main.template.ts",
|
|
1004
|
+
"declarations": [],
|
|
1005
|
+
"exports": []
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"kind": "javascript-module",
|
|
1009
|
+
"path": "src/main/main.ts",
|
|
1010
|
+
"declarations": [
|
|
1011
|
+
{
|
|
1012
|
+
"kind": "class",
|
|
1013
|
+
"description": "",
|
|
1014
|
+
"name": "MainApplication",
|
|
1015
|
+
"members": [
|
|
1016
|
+
{
|
|
1017
|
+
"kind": "field",
|
|
1018
|
+
"name": "config",
|
|
1019
|
+
"type": {
|
|
1020
|
+
"text": "MainRouterConfig"
|
|
1021
|
+
}
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"kind": "field",
|
|
1025
|
+
"name": "connect",
|
|
1026
|
+
"type": {
|
|
1027
|
+
"text": "Connect"
|
|
1028
|
+
}
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"kind": "field",
|
|
1032
|
+
"name": "session",
|
|
1033
|
+
"type": {
|
|
1034
|
+
"text": "Session"
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"kind": "field",
|
|
1039
|
+
"name": "container",
|
|
1040
|
+
"type": {
|
|
1041
|
+
"text": "Container"
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"kind": "field",
|
|
1046
|
+
"name": "provider",
|
|
1047
|
+
"type": {
|
|
1048
|
+
"text": "any"
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"kind": "field",
|
|
1053
|
+
"name": "ready",
|
|
1054
|
+
"type": {
|
|
1055
|
+
"text": "boolean"
|
|
1056
|
+
},
|
|
1057
|
+
"default": "false"
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"kind": "field",
|
|
1061
|
+
"name": "data",
|
|
1062
|
+
"type": {
|
|
1063
|
+
"text": "any"
|
|
1064
|
+
},
|
|
1065
|
+
"default": "null"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"kind": "method",
|
|
1069
|
+
"name": "onLuminanceToggle"
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"kind": "method",
|
|
1073
|
+
"name": "loadRemotes"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"kind": "method",
|
|
1077
|
+
"name": "selectTemplate"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"kind": "method",
|
|
1081
|
+
"name": "registerDIDependencies",
|
|
1082
|
+
"privacy": "private"
|
|
1083
|
+
}
|
|
1084
|
+
],
|
|
1085
|
+
"superclass": {
|
|
1086
|
+
"name": "FASTElement",
|
|
1087
|
+
"package": "@microsoft/fast-element"
|
|
1088
|
+
},
|
|
1089
|
+
"customElement": true
|
|
1090
|
+
}
|
|
1091
|
+
],
|
|
1092
|
+
"exports": [
|
|
1093
|
+
{
|
|
1094
|
+
"kind": "js",
|
|
1095
|
+
"name": "MainApplication",
|
|
1096
|
+
"declaration": {
|
|
1097
|
+
"name": "MainApplication",
|
|
1098
|
+
"module": "src/main/main.ts"
|
|
1099
|
+
}
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"kind": "custom-element-definition",
|
|
1103
|
+
"declaration": {
|
|
1104
|
+
"name": "MainApplication",
|
|
1105
|
+
"module": "src/main/main.ts"
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
]
|
|
1109
|
+
},
|
|
1110
1110
|
{
|
|
1111
1111
|
"kind": "javascript-module",
|
|
1112
1112
|
"path": "src/profiles/editProfileSchema.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.26.
|
|
4
|
+
"version": "14.26.5",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@genesislcap/foundation-testing": "^14.26.
|
|
42
|
-
"@genesislcap/genx": "^14.26.
|
|
41
|
+
"@genesislcap/foundation-testing": "^14.26.5",
|
|
42
|
+
"@genesislcap/genx": "^14.26.5",
|
|
43
43
|
"@playwright/test": "^1.18.1",
|
|
44
44
|
"bulma": "^0.9.3",
|
|
45
45
|
"c8": "^7.11.0",
|
|
@@ -55,15 +55,15 @@
|
|
|
55
55
|
"watchlist": "^0.3.1"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@genesislcap/foundation-comms": "^14.26.
|
|
59
|
-
"@genesislcap/foundation-errors": "^14.26.
|
|
60
|
-
"@genesislcap/foundation-forms": "^14.26.
|
|
61
|
-
"@genesislcap/foundation-login": "^14.26.
|
|
62
|
-
"@genesislcap/foundation-ui": "^14.26.
|
|
63
|
-
"@genesislcap/foundation-utils": "^14.26.
|
|
64
|
-
"@genesislcap/foundation-zero": "^14.26.
|
|
65
|
-
"@genesislcap/foundation-zero-grid-pro": "^14.26.
|
|
66
|
-
"@genesislcap/grid-pro": "^14.26.
|
|
58
|
+
"@genesislcap/foundation-comms": "^14.26.5",
|
|
59
|
+
"@genesislcap/foundation-errors": "^14.26.5",
|
|
60
|
+
"@genesislcap/foundation-forms": "^14.26.5",
|
|
61
|
+
"@genesislcap/foundation-login": "^14.26.5",
|
|
62
|
+
"@genesislcap/foundation-ui": "^14.26.5",
|
|
63
|
+
"@genesislcap/foundation-utils": "^14.26.5",
|
|
64
|
+
"@genesislcap/foundation-zero": "^14.26.5",
|
|
65
|
+
"@genesislcap/foundation-zero-grid-pro": "^14.26.5",
|
|
66
|
+
"@genesislcap/grid-pro": "^14.26.5",
|
|
67
67
|
"@microsoft/fast-components": "^2.21.3",
|
|
68
68
|
"@microsoft/fast-element": "^1.7.0",
|
|
69
69
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
90
|
"customElements": "dist/custom-elements.json",
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "c1e3e1ecf2f3c1e56e2a61d2ed108b8305b65244"
|
|
92
92
|
}
|