@genesislcap/foundation-entity-management 14.43.1 → 14.44.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 +13 -13
|
@@ -668,159 +668,6 @@
|
|
|
668
668
|
}
|
|
669
669
|
]
|
|
670
670
|
},
|
|
671
|
-
{
|
|
672
|
-
"kind": "javascript-module",
|
|
673
|
-
"path": "src/main/index.ts",
|
|
674
|
-
"declarations": [],
|
|
675
|
-
"exports": [
|
|
676
|
-
{
|
|
677
|
-
"kind": "js",
|
|
678
|
-
"name": "*",
|
|
679
|
-
"declaration": {
|
|
680
|
-
"name": "*",
|
|
681
|
-
"package": "./main.template"
|
|
682
|
-
}
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"kind": "js",
|
|
686
|
-
"name": "*",
|
|
687
|
-
"declaration": {
|
|
688
|
-
"name": "*",
|
|
689
|
-
"package": "./main"
|
|
690
|
-
}
|
|
691
|
-
}
|
|
692
|
-
]
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
"kind": "javascript-module",
|
|
696
|
-
"path": "src/main/main.styles.ts",
|
|
697
|
-
"declarations": [
|
|
698
|
-
{
|
|
699
|
-
"kind": "variable",
|
|
700
|
-
"name": "MainStyles",
|
|
701
|
-
"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`"
|
|
702
|
-
}
|
|
703
|
-
],
|
|
704
|
-
"exports": [
|
|
705
|
-
{
|
|
706
|
-
"kind": "js",
|
|
707
|
-
"name": "MainStyles",
|
|
708
|
-
"declaration": {
|
|
709
|
-
"name": "MainStyles",
|
|
710
|
-
"module": "src/main/main.styles.ts"
|
|
711
|
-
}
|
|
712
|
-
}
|
|
713
|
-
]
|
|
714
|
-
},
|
|
715
|
-
{
|
|
716
|
-
"kind": "javascript-module",
|
|
717
|
-
"path": "src/main/main.template.ts",
|
|
718
|
-
"declarations": [],
|
|
719
|
-
"exports": []
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
"kind": "javascript-module",
|
|
723
|
-
"path": "src/main/main.ts",
|
|
724
|
-
"declarations": [
|
|
725
|
-
{
|
|
726
|
-
"kind": "class",
|
|
727
|
-
"description": "",
|
|
728
|
-
"name": "MainApplication",
|
|
729
|
-
"members": [
|
|
730
|
-
{
|
|
731
|
-
"kind": "field",
|
|
732
|
-
"name": "config",
|
|
733
|
-
"type": {
|
|
734
|
-
"text": "MainRouterConfig"
|
|
735
|
-
}
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"kind": "field",
|
|
739
|
-
"name": "connect",
|
|
740
|
-
"type": {
|
|
741
|
-
"text": "Connect"
|
|
742
|
-
}
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
"kind": "field",
|
|
746
|
-
"name": "session",
|
|
747
|
-
"type": {
|
|
748
|
-
"text": "Session"
|
|
749
|
-
}
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"kind": "field",
|
|
753
|
-
"name": "container",
|
|
754
|
-
"type": {
|
|
755
|
-
"text": "Container"
|
|
756
|
-
}
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"kind": "field",
|
|
760
|
-
"name": "provider",
|
|
761
|
-
"type": {
|
|
762
|
-
"text": "any"
|
|
763
|
-
}
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"kind": "field",
|
|
767
|
-
"name": "ready",
|
|
768
|
-
"type": {
|
|
769
|
-
"text": "boolean"
|
|
770
|
-
},
|
|
771
|
-
"default": "false"
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
"kind": "field",
|
|
775
|
-
"name": "data",
|
|
776
|
-
"type": {
|
|
777
|
-
"text": "any"
|
|
778
|
-
},
|
|
779
|
-
"default": "null"
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"kind": "method",
|
|
783
|
-
"name": "onLuminanceToggle"
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"kind": "method",
|
|
787
|
-
"name": "loadRemotes"
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"kind": "method",
|
|
791
|
-
"name": "selectTemplate"
|
|
792
|
-
},
|
|
793
|
-
{
|
|
794
|
-
"kind": "method",
|
|
795
|
-
"name": "registerDIDependencies",
|
|
796
|
-
"privacy": "private"
|
|
797
|
-
}
|
|
798
|
-
],
|
|
799
|
-
"superclass": {
|
|
800
|
-
"name": "FASTElement",
|
|
801
|
-
"package": "@microsoft/fast-element"
|
|
802
|
-
},
|
|
803
|
-
"customElement": true
|
|
804
|
-
}
|
|
805
|
-
],
|
|
806
|
-
"exports": [
|
|
807
|
-
{
|
|
808
|
-
"kind": "js",
|
|
809
|
-
"name": "MainApplication",
|
|
810
|
-
"declaration": {
|
|
811
|
-
"name": "MainApplication",
|
|
812
|
-
"module": "src/main/main.ts"
|
|
813
|
-
}
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
"kind": "custom-element-definition",
|
|
817
|
-
"declaration": {
|
|
818
|
-
"name": "MainApplication",
|
|
819
|
-
"module": "src/main/main.ts"
|
|
820
|
-
}
|
|
821
|
-
}
|
|
822
|
-
]
|
|
823
|
-
},
|
|
824
671
|
{
|
|
825
672
|
"kind": "javascript-module",
|
|
826
673
|
"path": "src/list/index.ts",
|
|
@@ -1101,6 +948,159 @@
|
|
|
1101
948
|
}
|
|
1102
949
|
]
|
|
1103
950
|
},
|
|
951
|
+
{
|
|
952
|
+
"kind": "javascript-module",
|
|
953
|
+
"path": "src/main/index.ts",
|
|
954
|
+
"declarations": [],
|
|
955
|
+
"exports": [
|
|
956
|
+
{
|
|
957
|
+
"kind": "js",
|
|
958
|
+
"name": "*",
|
|
959
|
+
"declaration": {
|
|
960
|
+
"name": "*",
|
|
961
|
+
"package": "./main.template"
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"kind": "js",
|
|
966
|
+
"name": "*",
|
|
967
|
+
"declaration": {
|
|
968
|
+
"name": "*",
|
|
969
|
+
"package": "./main"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
]
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"kind": "javascript-module",
|
|
976
|
+
"path": "src/main/main.styles.ts",
|
|
977
|
+
"declarations": [
|
|
978
|
+
{
|
|
979
|
+
"kind": "variable",
|
|
980
|
+
"name": "MainStyles",
|
|
981
|
+
"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`"
|
|
982
|
+
}
|
|
983
|
+
],
|
|
984
|
+
"exports": [
|
|
985
|
+
{
|
|
986
|
+
"kind": "js",
|
|
987
|
+
"name": "MainStyles",
|
|
988
|
+
"declaration": {
|
|
989
|
+
"name": "MainStyles",
|
|
990
|
+
"module": "src/main/main.styles.ts"
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
]
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"kind": "javascript-module",
|
|
997
|
+
"path": "src/main/main.template.ts",
|
|
998
|
+
"declarations": [],
|
|
999
|
+
"exports": []
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"kind": "javascript-module",
|
|
1003
|
+
"path": "src/main/main.ts",
|
|
1004
|
+
"declarations": [
|
|
1005
|
+
{
|
|
1006
|
+
"kind": "class",
|
|
1007
|
+
"description": "",
|
|
1008
|
+
"name": "MainApplication",
|
|
1009
|
+
"members": [
|
|
1010
|
+
{
|
|
1011
|
+
"kind": "field",
|
|
1012
|
+
"name": "config",
|
|
1013
|
+
"type": {
|
|
1014
|
+
"text": "MainRouterConfig"
|
|
1015
|
+
}
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"kind": "field",
|
|
1019
|
+
"name": "connect",
|
|
1020
|
+
"type": {
|
|
1021
|
+
"text": "Connect"
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"kind": "field",
|
|
1026
|
+
"name": "session",
|
|
1027
|
+
"type": {
|
|
1028
|
+
"text": "Session"
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"kind": "field",
|
|
1033
|
+
"name": "container",
|
|
1034
|
+
"type": {
|
|
1035
|
+
"text": "Container"
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"kind": "field",
|
|
1040
|
+
"name": "provider",
|
|
1041
|
+
"type": {
|
|
1042
|
+
"text": "any"
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"kind": "field",
|
|
1047
|
+
"name": "ready",
|
|
1048
|
+
"type": {
|
|
1049
|
+
"text": "boolean"
|
|
1050
|
+
},
|
|
1051
|
+
"default": "false"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"kind": "field",
|
|
1055
|
+
"name": "data",
|
|
1056
|
+
"type": {
|
|
1057
|
+
"text": "any"
|
|
1058
|
+
},
|
|
1059
|
+
"default": "null"
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"kind": "method",
|
|
1063
|
+
"name": "onLuminanceToggle"
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"kind": "method",
|
|
1067
|
+
"name": "loadRemotes"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"kind": "method",
|
|
1071
|
+
"name": "selectTemplate"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"kind": "method",
|
|
1075
|
+
"name": "registerDIDependencies",
|
|
1076
|
+
"privacy": "private"
|
|
1077
|
+
}
|
|
1078
|
+
],
|
|
1079
|
+
"superclass": {
|
|
1080
|
+
"name": "FASTElement",
|
|
1081
|
+
"package": "@microsoft/fast-element"
|
|
1082
|
+
},
|
|
1083
|
+
"customElement": true
|
|
1084
|
+
}
|
|
1085
|
+
],
|
|
1086
|
+
"exports": [
|
|
1087
|
+
{
|
|
1088
|
+
"kind": "js",
|
|
1089
|
+
"name": "MainApplication",
|
|
1090
|
+
"declaration": {
|
|
1091
|
+
"name": "MainApplication",
|
|
1092
|
+
"module": "src/main/main.ts"
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"kind": "custom-element-definition",
|
|
1097
|
+
"declaration": {
|
|
1098
|
+
"name": "MainApplication",
|
|
1099
|
+
"module": "src/main/main.ts"
|
|
1100
|
+
}
|
|
1101
|
+
}
|
|
1102
|
+
]
|
|
1103
|
+
},
|
|
1104
1104
|
{
|
|
1105
1105
|
"kind": "javascript-module",
|
|
1106
1106
|
"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.
|
|
4
|
+
"version": "14.44.0",
|
|
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.
|
|
45
|
-
"@genesislcap/genx": "^14.
|
|
44
|
+
"@genesislcap/foundation-testing": "^14.44.0",
|
|
45
|
+
"@genesislcap/genx": "^14.44.0",
|
|
46
46
|
"bulma": "^0.9.3"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@ag-grid-community/core": "29.2.0",
|
|
50
|
-
"@genesislcap/foundation-comms": "^14.
|
|
51
|
-
"@genesislcap/foundation-errors": "^14.
|
|
52
|
-
"@genesislcap/foundation-forms": "^14.
|
|
53
|
-
"@genesislcap/foundation-login": "^14.
|
|
54
|
-
"@genesislcap/foundation-ui": "^14.
|
|
55
|
-
"@genesislcap/foundation-utils": "^14.
|
|
56
|
-
"@genesislcap/foundation-zero": "^14.
|
|
57
|
-
"@genesislcap/foundation-zero-grid-pro": "^14.
|
|
58
|
-
"@genesislcap/grid-pro": "^14.
|
|
50
|
+
"@genesislcap/foundation-comms": "^14.44.0",
|
|
51
|
+
"@genesislcap/foundation-errors": "^14.44.0",
|
|
52
|
+
"@genesislcap/foundation-forms": "^14.44.0",
|
|
53
|
+
"@genesislcap/foundation-login": "^14.44.0",
|
|
54
|
+
"@genesislcap/foundation-ui": "^14.44.0",
|
|
55
|
+
"@genesislcap/foundation-utils": "^14.44.0",
|
|
56
|
+
"@genesislcap/foundation-zero": "^14.44.0",
|
|
57
|
+
"@genesislcap/foundation-zero-grid-pro": "^14.44.0",
|
|
58
|
+
"@genesislcap/grid-pro": "^14.44.0",
|
|
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": "077e749b309b7cce6982ec9c85255036e5f254dc"
|
|
75
75
|
}
|