@genesislcap/foundation-entity-management 14.65.2-alpha-d8c8a07.0 → 14.65.2
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
|
@@ -722,159 +722,6 @@
|
|
|
722
722
|
}
|
|
723
723
|
]
|
|
724
724
|
},
|
|
725
|
-
{
|
|
726
|
-
"kind": "javascript-module",
|
|
727
|
-
"path": "src/main/index.ts",
|
|
728
|
-
"declarations": [],
|
|
729
|
-
"exports": [
|
|
730
|
-
{
|
|
731
|
-
"kind": "js",
|
|
732
|
-
"name": "*",
|
|
733
|
-
"declaration": {
|
|
734
|
-
"name": "*",
|
|
735
|
-
"package": "./main.template"
|
|
736
|
-
}
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
"kind": "js",
|
|
740
|
-
"name": "*",
|
|
741
|
-
"declaration": {
|
|
742
|
-
"name": "*",
|
|
743
|
-
"package": "./main"
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
|
-
]
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
"kind": "javascript-module",
|
|
750
|
-
"path": "src/main/main.styles.ts",
|
|
751
|
-
"declarations": [
|
|
752
|
-
{
|
|
753
|
-
"kind": "variable",
|
|
754
|
-
"name": "MainStyles",
|
|
755
|
-
"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`"
|
|
756
|
-
}
|
|
757
|
-
],
|
|
758
|
-
"exports": [
|
|
759
|
-
{
|
|
760
|
-
"kind": "js",
|
|
761
|
-
"name": "MainStyles",
|
|
762
|
-
"declaration": {
|
|
763
|
-
"name": "MainStyles",
|
|
764
|
-
"module": "src/main/main.styles.ts"
|
|
765
|
-
}
|
|
766
|
-
}
|
|
767
|
-
]
|
|
768
|
-
},
|
|
769
|
-
{
|
|
770
|
-
"kind": "javascript-module",
|
|
771
|
-
"path": "src/main/main.template.ts",
|
|
772
|
-
"declarations": [],
|
|
773
|
-
"exports": []
|
|
774
|
-
},
|
|
775
|
-
{
|
|
776
|
-
"kind": "javascript-module",
|
|
777
|
-
"path": "src/main/main.ts",
|
|
778
|
-
"declarations": [
|
|
779
|
-
{
|
|
780
|
-
"kind": "class",
|
|
781
|
-
"description": "",
|
|
782
|
-
"name": "MainApplication",
|
|
783
|
-
"members": [
|
|
784
|
-
{
|
|
785
|
-
"kind": "field",
|
|
786
|
-
"name": "config",
|
|
787
|
-
"type": {
|
|
788
|
-
"text": "MainRouterConfig"
|
|
789
|
-
}
|
|
790
|
-
},
|
|
791
|
-
{
|
|
792
|
-
"kind": "field",
|
|
793
|
-
"name": "connect",
|
|
794
|
-
"type": {
|
|
795
|
-
"text": "Connect"
|
|
796
|
-
}
|
|
797
|
-
},
|
|
798
|
-
{
|
|
799
|
-
"kind": "field",
|
|
800
|
-
"name": "session",
|
|
801
|
-
"type": {
|
|
802
|
-
"text": "Session"
|
|
803
|
-
}
|
|
804
|
-
},
|
|
805
|
-
{
|
|
806
|
-
"kind": "field",
|
|
807
|
-
"name": "container",
|
|
808
|
-
"type": {
|
|
809
|
-
"text": "Container"
|
|
810
|
-
}
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"kind": "field",
|
|
814
|
-
"name": "provider",
|
|
815
|
-
"type": {
|
|
816
|
-
"text": "any"
|
|
817
|
-
}
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"kind": "field",
|
|
821
|
-
"name": "ready",
|
|
822
|
-
"type": {
|
|
823
|
-
"text": "boolean"
|
|
824
|
-
},
|
|
825
|
-
"default": "false"
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"kind": "field",
|
|
829
|
-
"name": "data",
|
|
830
|
-
"type": {
|
|
831
|
-
"text": "any"
|
|
832
|
-
},
|
|
833
|
-
"default": "null"
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"kind": "method",
|
|
837
|
-
"name": "onLuminanceToggle"
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"kind": "method",
|
|
841
|
-
"name": "loadRemotes"
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"kind": "method",
|
|
845
|
-
"name": "selectTemplate"
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"kind": "method",
|
|
849
|
-
"name": "registerDIDependencies",
|
|
850
|
-
"privacy": "private"
|
|
851
|
-
}
|
|
852
|
-
],
|
|
853
|
-
"superclass": {
|
|
854
|
-
"name": "FASTElement",
|
|
855
|
-
"package": "@microsoft/fast-element"
|
|
856
|
-
},
|
|
857
|
-
"customElement": true
|
|
858
|
-
}
|
|
859
|
-
],
|
|
860
|
-
"exports": [
|
|
861
|
-
{
|
|
862
|
-
"kind": "js",
|
|
863
|
-
"name": "MainApplication",
|
|
864
|
-
"declaration": {
|
|
865
|
-
"name": "MainApplication",
|
|
866
|
-
"module": "src/main/main.ts"
|
|
867
|
-
}
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
"kind": "custom-element-definition",
|
|
871
|
-
"declaration": {
|
|
872
|
-
"name": "MainApplication",
|
|
873
|
-
"module": "src/main/main.ts"
|
|
874
|
-
}
|
|
875
|
-
}
|
|
876
|
-
]
|
|
877
|
-
},
|
|
878
725
|
{
|
|
879
726
|
"kind": "javascript-module",
|
|
880
727
|
"path": "src/list/index.ts",
|
|
@@ -1194,6 +1041,159 @@
|
|
|
1194
1041
|
}
|
|
1195
1042
|
]
|
|
1196
1043
|
},
|
|
1044
|
+
{
|
|
1045
|
+
"kind": "javascript-module",
|
|
1046
|
+
"path": "src/main/index.ts",
|
|
1047
|
+
"declarations": [],
|
|
1048
|
+
"exports": [
|
|
1049
|
+
{
|
|
1050
|
+
"kind": "js",
|
|
1051
|
+
"name": "*",
|
|
1052
|
+
"declaration": {
|
|
1053
|
+
"name": "*",
|
|
1054
|
+
"package": "./main.template"
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"kind": "js",
|
|
1059
|
+
"name": "*",
|
|
1060
|
+
"declaration": {
|
|
1061
|
+
"name": "*",
|
|
1062
|
+
"package": "./main"
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
]
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"kind": "javascript-module",
|
|
1069
|
+
"path": "src/main/main.styles.ts",
|
|
1070
|
+
"declarations": [
|
|
1071
|
+
{
|
|
1072
|
+
"kind": "variable",
|
|
1073
|
+
"name": "MainStyles",
|
|
1074
|
+
"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`"
|
|
1075
|
+
}
|
|
1076
|
+
],
|
|
1077
|
+
"exports": [
|
|
1078
|
+
{
|
|
1079
|
+
"kind": "js",
|
|
1080
|
+
"name": "MainStyles",
|
|
1081
|
+
"declaration": {
|
|
1082
|
+
"name": "MainStyles",
|
|
1083
|
+
"module": "src/main/main.styles.ts"
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
]
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"kind": "javascript-module",
|
|
1090
|
+
"path": "src/main/main.template.ts",
|
|
1091
|
+
"declarations": [],
|
|
1092
|
+
"exports": []
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"kind": "javascript-module",
|
|
1096
|
+
"path": "src/main/main.ts",
|
|
1097
|
+
"declarations": [
|
|
1098
|
+
{
|
|
1099
|
+
"kind": "class",
|
|
1100
|
+
"description": "",
|
|
1101
|
+
"name": "MainApplication",
|
|
1102
|
+
"members": [
|
|
1103
|
+
{
|
|
1104
|
+
"kind": "field",
|
|
1105
|
+
"name": "config",
|
|
1106
|
+
"type": {
|
|
1107
|
+
"text": "MainRouterConfig"
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"kind": "field",
|
|
1112
|
+
"name": "connect",
|
|
1113
|
+
"type": {
|
|
1114
|
+
"text": "Connect"
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"kind": "field",
|
|
1119
|
+
"name": "session",
|
|
1120
|
+
"type": {
|
|
1121
|
+
"text": "Session"
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"kind": "field",
|
|
1126
|
+
"name": "container",
|
|
1127
|
+
"type": {
|
|
1128
|
+
"text": "Container"
|
|
1129
|
+
}
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"kind": "field",
|
|
1133
|
+
"name": "provider",
|
|
1134
|
+
"type": {
|
|
1135
|
+
"text": "any"
|
|
1136
|
+
}
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"kind": "field",
|
|
1140
|
+
"name": "ready",
|
|
1141
|
+
"type": {
|
|
1142
|
+
"text": "boolean"
|
|
1143
|
+
},
|
|
1144
|
+
"default": "false"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"kind": "field",
|
|
1148
|
+
"name": "data",
|
|
1149
|
+
"type": {
|
|
1150
|
+
"text": "any"
|
|
1151
|
+
},
|
|
1152
|
+
"default": "null"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"kind": "method",
|
|
1156
|
+
"name": "onLuminanceToggle"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"kind": "method",
|
|
1160
|
+
"name": "loadRemotes"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"kind": "method",
|
|
1164
|
+
"name": "selectTemplate"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"kind": "method",
|
|
1168
|
+
"name": "registerDIDependencies",
|
|
1169
|
+
"privacy": "private"
|
|
1170
|
+
}
|
|
1171
|
+
],
|
|
1172
|
+
"superclass": {
|
|
1173
|
+
"name": "FASTElement",
|
|
1174
|
+
"package": "@microsoft/fast-element"
|
|
1175
|
+
},
|
|
1176
|
+
"customElement": true
|
|
1177
|
+
}
|
|
1178
|
+
],
|
|
1179
|
+
"exports": [
|
|
1180
|
+
{
|
|
1181
|
+
"kind": "js",
|
|
1182
|
+
"name": "MainApplication",
|
|
1183
|
+
"declaration": {
|
|
1184
|
+
"name": "MainApplication",
|
|
1185
|
+
"module": "src/main/main.ts"
|
|
1186
|
+
}
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"kind": "custom-element-definition",
|
|
1190
|
+
"declaration": {
|
|
1191
|
+
"name": "MainApplication",
|
|
1192
|
+
"module": "src/main/main.ts"
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1195
|
+
]
|
|
1196
|
+
},
|
|
1197
1197
|
{
|
|
1198
1198
|
"kind": "javascript-module",
|
|
1199
1199
|
"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.65.2
|
|
4
|
+
"version": "14.65.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -41,21 +41,21 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@genesislcap/foundation-login": "^14.40.0",
|
|
44
|
-
"@genesislcap/foundation-testing": "14.65.2
|
|
45
|
-
"@genesislcap/genx": "14.65.2
|
|
44
|
+
"@genesislcap/foundation-testing": "14.65.2",
|
|
45
|
+
"@genesislcap/genx": "14.65.2",
|
|
46
46
|
"rimraf": "^3.0.2"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@ag-grid-community/core": "29.2.0",
|
|
50
|
-
"@genesislcap/foundation-comms": "14.65.2
|
|
51
|
-
"@genesislcap/foundation-errors": "14.65.2
|
|
52
|
-
"@genesislcap/foundation-forms": "14.65.2
|
|
53
|
-
"@genesislcap/foundation-login": "14.65.2
|
|
54
|
-
"@genesislcap/foundation-ui": "14.65.2
|
|
55
|
-
"@genesislcap/foundation-utils": "14.65.2
|
|
56
|
-
"@genesislcap/foundation-zero": "14.65.2
|
|
57
|
-
"@genesislcap/foundation-zero-grid-pro": "14.65.2
|
|
58
|
-
"@genesislcap/grid-pro": "14.65.2
|
|
50
|
+
"@genesislcap/foundation-comms": "14.65.2",
|
|
51
|
+
"@genesislcap/foundation-errors": "14.65.2",
|
|
52
|
+
"@genesislcap/foundation-forms": "14.65.2",
|
|
53
|
+
"@genesislcap/foundation-login": "14.65.2",
|
|
54
|
+
"@genesislcap/foundation-ui": "14.65.2",
|
|
55
|
+
"@genesislcap/foundation-utils": "14.65.2",
|
|
56
|
+
"@genesislcap/foundation-zero": "14.65.2",
|
|
57
|
+
"@genesislcap/foundation-zero-grid-pro": "14.65.2",
|
|
58
|
+
"@genesislcap/grid-pro": "14.65.2",
|
|
59
59
|
"@microsoft/fast-components": "^2.21.3",
|
|
60
60
|
"@microsoft/fast-element": "^1.7.0",
|
|
61
61
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
73
|
"customElements": "dist/custom-elements.json",
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "81839d85755a99ca03bc641c4c61e7546cee2194"
|
|
75
75
|
}
|