@genesislcap/foundation-entity-management 14.24.3 → 14.24.4-alpha-f353532.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +153 -153
  2. package/package.json +13 -13
@@ -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",
@@ -1108,6 +955,159 @@
1108
955
  }
1109
956
  ]
1110
957
  },
958
+ {
959
+ "kind": "javascript-module",
960
+ "path": "src/main/index.ts",
961
+ "declarations": [],
962
+ "exports": [
963
+ {
964
+ "kind": "js",
965
+ "name": "*",
966
+ "declaration": {
967
+ "name": "*",
968
+ "package": "./main.template"
969
+ }
970
+ },
971
+ {
972
+ "kind": "js",
973
+ "name": "*",
974
+ "declaration": {
975
+ "name": "*",
976
+ "package": "./main"
977
+ }
978
+ }
979
+ ]
980
+ },
981
+ {
982
+ "kind": "javascript-module",
983
+ "path": "src/main/main.styles.ts",
984
+ "declarations": [
985
+ {
986
+ "kind": "variable",
987
+ "name": "MainStyles",
988
+ "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`"
989
+ }
990
+ ],
991
+ "exports": [
992
+ {
993
+ "kind": "js",
994
+ "name": "MainStyles",
995
+ "declaration": {
996
+ "name": "MainStyles",
997
+ "module": "src/main/main.styles.ts"
998
+ }
999
+ }
1000
+ ]
1001
+ },
1002
+ {
1003
+ "kind": "javascript-module",
1004
+ "path": "src/main/main.template.ts",
1005
+ "declarations": [],
1006
+ "exports": []
1007
+ },
1008
+ {
1009
+ "kind": "javascript-module",
1010
+ "path": "src/main/main.ts",
1011
+ "declarations": [
1012
+ {
1013
+ "kind": "class",
1014
+ "description": "",
1015
+ "name": "MainApplication",
1016
+ "members": [
1017
+ {
1018
+ "kind": "field",
1019
+ "name": "config",
1020
+ "type": {
1021
+ "text": "MainRouterConfig"
1022
+ }
1023
+ },
1024
+ {
1025
+ "kind": "field",
1026
+ "name": "connect",
1027
+ "type": {
1028
+ "text": "Connect"
1029
+ }
1030
+ },
1031
+ {
1032
+ "kind": "field",
1033
+ "name": "session",
1034
+ "type": {
1035
+ "text": "Session"
1036
+ }
1037
+ },
1038
+ {
1039
+ "kind": "field",
1040
+ "name": "container",
1041
+ "type": {
1042
+ "text": "Container"
1043
+ }
1044
+ },
1045
+ {
1046
+ "kind": "field",
1047
+ "name": "provider",
1048
+ "type": {
1049
+ "text": "any"
1050
+ }
1051
+ },
1052
+ {
1053
+ "kind": "field",
1054
+ "name": "ready",
1055
+ "type": {
1056
+ "text": "boolean"
1057
+ },
1058
+ "default": "false"
1059
+ },
1060
+ {
1061
+ "kind": "field",
1062
+ "name": "data",
1063
+ "type": {
1064
+ "text": "any"
1065
+ },
1066
+ "default": "null"
1067
+ },
1068
+ {
1069
+ "kind": "method",
1070
+ "name": "onLuminanceToggle"
1071
+ },
1072
+ {
1073
+ "kind": "method",
1074
+ "name": "loadRemotes"
1075
+ },
1076
+ {
1077
+ "kind": "method",
1078
+ "name": "selectTemplate"
1079
+ },
1080
+ {
1081
+ "kind": "method",
1082
+ "name": "registerDIDependencies",
1083
+ "privacy": "private"
1084
+ }
1085
+ ],
1086
+ "superclass": {
1087
+ "name": "FASTElement",
1088
+ "package": "@microsoft/fast-element"
1089
+ },
1090
+ "customElement": true
1091
+ }
1092
+ ],
1093
+ "exports": [
1094
+ {
1095
+ "kind": "js",
1096
+ "name": "MainApplication",
1097
+ "declaration": {
1098
+ "name": "MainApplication",
1099
+ "module": "src/main/main.ts"
1100
+ }
1101
+ },
1102
+ {
1103
+ "kind": "custom-element-definition",
1104
+ "declaration": {
1105
+ "name": "MainApplication",
1106
+ "module": "src/main/main.ts"
1107
+ }
1108
+ }
1109
+ ]
1110
+ },
1111
1111
  {
1112
1112
  "kind": "javascript-module",
1113
1113
  "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.24.3",
4
+ "version": "14.24.4-alpha-f353532.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -39,8 +39,8 @@
39
39
  "test:unit:watch": "watchlist src test -- npm run test:unit"
40
40
  },
41
41
  "devDependencies": {
42
- "@genesislcap/foundation-testing": "^14.24.3",
43
- "@genesislcap/genx": "^14.24.3",
42
+ "@genesislcap/foundation-testing": "14.24.4-alpha-f353532.0",
43
+ "@genesislcap/genx": "14.24.4-alpha-f353532.0",
44
44
  "@playwright/test": "^1.18.1",
45
45
  "bulma": "^0.9.3",
46
46
  "c8": "^7.11.0",
@@ -81,15 +81,15 @@
81
81
  "webpack-merge": "^5.7.3"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "^14.24.3",
85
- "@genesislcap/foundation-errors": "^14.24.3",
86
- "@genesislcap/foundation-forms": "^14.24.3",
87
- "@genesislcap/foundation-login": "^14.24.3",
88
- "@genesislcap/foundation-ui": "^14.24.3",
89
- "@genesislcap/foundation-utils": "^14.24.3",
90
- "@genesislcap/foundation-zero": "^14.24.3",
91
- "@genesislcap/foundation-zero-grid-pro": "^14.24.3",
92
- "@genesislcap/grid-pro": "^14.24.3",
84
+ "@genesislcap/foundation-comms": "14.24.4-alpha-f353532.0",
85
+ "@genesislcap/foundation-errors": "14.24.4-alpha-f353532.0",
86
+ "@genesislcap/foundation-forms": "14.24.4-alpha-f353532.0",
87
+ "@genesislcap/foundation-login": "14.24.4-alpha-f353532.0",
88
+ "@genesislcap/foundation-ui": "14.24.4-alpha-f353532.0",
89
+ "@genesislcap/foundation-utils": "14.24.4-alpha-f353532.0",
90
+ "@genesislcap/foundation-zero": "14.24.4-alpha-f353532.0",
91
+ "@genesislcap/foundation-zero-grid-pro": "14.24.4-alpha-f353532.0",
92
+ "@genesislcap/grid-pro": "14.24.4-alpha-f353532.0",
93
93
  "@microsoft/fast-components": "^2.21.3",
94
94
  "@microsoft/fast-element": "^1.7.0",
95
95
  "@microsoft/fast-foundation": "^2.33.2",
@@ -114,5 +114,5 @@
114
114
  "access": "public"
115
115
  },
116
116
  "customElements": "dist/custom-elements.json",
117
- "gitHead": "364368afc90a9300bf9be70e0bce9862caa33ff2"
117
+ "gitHead": "e70175414c65cbf5d62617f939110a4fcc01b36c"
118
118
  }