@genesislcap/foundation-entity-management 14.16.0 → 14.17.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 +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",
@@ -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.16.0",
4
+ "version": "14.17.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 dist -p $npm_package_config_PORT",
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.16.0",
50
- "@genesislcap/genx": "^14.16.0",
49
+ "@genesislcap/foundation-testing": "^14.17.0",
50
+ "@genesislcap/genx": "^14.17.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.16.0",
95
- "@genesislcap/foundation-errors": "^14.16.0",
96
- "@genesislcap/foundation-forms": "^14.16.0",
97
- "@genesislcap/foundation-login": "^14.16.0",
98
- "@genesislcap/foundation-ui": "^14.16.0",
99
- "@genesislcap/foundation-utils": "^14.16.0",
100
- "@genesislcap/foundation-zero": "^14.16.0",
101
- "@genesislcap/foundation-zero-grid-pro": "^14.16.0",
102
- "@genesislcap/grid-pro": "^14.16.0",
93
+ "@genesislcap/foundation-comms": "^14.17.0",
94
+ "@genesislcap/foundation-errors": "^14.17.0",
95
+ "@genesislcap/foundation-forms": "^14.17.0",
96
+ "@genesislcap/foundation-login": "^14.17.0",
97
+ "@genesislcap/foundation-ui": "^14.17.0",
98
+ "@genesislcap/foundation-utils": "^14.17.0",
99
+ "@genesislcap/foundation-zero": "^14.17.0",
100
+ "@genesislcap/foundation-zero-grid-pro": "^14.17.0",
101
+ "@genesislcap/grid-pro": "^14.17.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": "9c10e949c79b418e33593b5ba8048124f4fc699f"
122
+ "gitHead": "45aa1d24a4fabc0d90c868f8e77f71df24609180"
124
123
  }