@genesislcap/foundation-entity-management 14.24.2 → 14.24.3-alpha-f66f596.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 +194 -194
  2. package/package.json +13 -13
@@ -87,41 +87,6 @@
87
87
  }
88
88
  ]
89
89
  },
90
- {
91
- "kind": "javascript-module",
92
- "path": "src/components/components.ts",
93
- "declarations": [
94
- {
95
- "kind": "function",
96
- "name": "loadRemotes"
97
- }
98
- ],
99
- "exports": [
100
- {
101
- "kind": "js",
102
- "name": "loadRemotes",
103
- "declaration": {
104
- "name": "loadRemotes",
105
- "module": "src/components/components.ts"
106
- }
107
- }
108
- ]
109
- },
110
- {
111
- "kind": "javascript-module",
112
- "path": "src/components/index.ts",
113
- "declarations": [],
114
- "exports": [
115
- {
116
- "kind": "js",
117
- "name": "*",
118
- "declaration": {
119
- "name": "*",
120
- "package": "./components"
121
- }
122
- }
123
- ]
124
- },
125
90
  {
126
91
  "kind": "javascript-module",
127
92
  "path": "src/entities/entities.styles.ts",
@@ -594,6 +559,41 @@
594
559
  }
595
560
  ]
596
561
  },
562
+ {
563
+ "kind": "javascript-module",
564
+ "path": "src/components/components.ts",
565
+ "declarations": [
566
+ {
567
+ "kind": "function",
568
+ "name": "loadRemotes"
569
+ }
570
+ ],
571
+ "exports": [
572
+ {
573
+ "kind": "js",
574
+ "name": "loadRemotes",
575
+ "declaration": {
576
+ "name": "loadRemotes",
577
+ "module": "src/components/components.ts"
578
+ }
579
+ }
580
+ ]
581
+ },
582
+ {
583
+ "kind": "javascript-module",
584
+ "path": "src/components/index.ts",
585
+ "declarations": [],
586
+ "exports": [
587
+ {
588
+ "kind": "js",
589
+ "name": "*",
590
+ "declaration": {
591
+ "name": "*",
592
+ "package": "./components"
593
+ }
594
+ }
595
+ ]
596
+ },
597
597
  {
598
598
  "kind": "javascript-module",
599
599
  "path": "src/layouts/default.ts",
@@ -643,6 +643,159 @@
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
+ },
646
799
  {
647
800
  "kind": "javascript-module",
648
801
  "path": "src/list/index.ts",
@@ -957,153 +1110,21 @@
957
1110
  },
958
1111
  {
959
1112
  "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",
1113
+ "path": "src/routes/config.ts",
1005
1114
  "declarations": [],
1006
1115
  "exports": []
1007
1116
  },
1008
1117
  {
1009
1118
  "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
- ],
1119
+ "path": "src/routes/index.ts",
1120
+ "declarations": [],
1093
1121
  "exports": [
1094
1122
  {
1095
1123
  "kind": "js",
1096
- "name": "MainApplication",
1097
- "declaration": {
1098
- "name": "MainApplication",
1099
- "module": "src/main/main.ts"
1100
- }
1101
- },
1102
- {
1103
- "kind": "custom-element-definition",
1124
+ "name": "*",
1104
1125
  "declaration": {
1105
- "name": "MainApplication",
1106
- "module": "src/main/main.ts"
1126
+ "name": "*",
1127
+ "package": "./config"
1107
1128
  }
1108
1129
  }
1109
1130
  ]
@@ -1723,27 +1744,6 @@
1723
1744
  }
1724
1745
  ]
1725
1746
  },
1726
- {
1727
- "kind": "javascript-module",
1728
- "path": "src/routes/config.ts",
1729
- "declarations": [],
1730
- "exports": []
1731
- },
1732
- {
1733
- "kind": "javascript-module",
1734
- "path": "src/routes/index.ts",
1735
- "declarations": [],
1736
- "exports": [
1737
- {
1738
- "kind": "js",
1739
- "name": "*",
1740
- "declaration": {
1741
- "name": "*",
1742
- "package": "./config"
1743
- }
1744
- }
1745
- ]
1746
- },
1747
1747
  {
1748
1748
  "kind": "javascript-module",
1749
1749
  "path": "src/users/users.template.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.2",
4
+ "version": "14.24.3-alpha-f66f596.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.2",
43
- "@genesislcap/genx": "^14.24.2",
42
+ "@genesislcap/foundation-testing": "14.24.3-alpha-f66f596.0",
43
+ "@genesislcap/genx": "14.24.3-alpha-f66f596.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.2",
85
- "@genesislcap/foundation-errors": "^14.24.2",
86
- "@genesislcap/foundation-forms": "^14.24.2",
87
- "@genesislcap/foundation-login": "^14.24.2",
88
- "@genesislcap/foundation-ui": "^14.24.2",
89
- "@genesislcap/foundation-utils": "^14.24.2",
90
- "@genesislcap/foundation-zero": "^14.24.2",
91
- "@genesislcap/foundation-zero-grid-pro": "^14.24.2",
92
- "@genesislcap/grid-pro": "^14.24.2",
84
+ "@genesislcap/foundation-comms": "14.24.3-alpha-f66f596.0",
85
+ "@genesislcap/foundation-errors": "14.24.3-alpha-f66f596.0",
86
+ "@genesislcap/foundation-forms": "14.24.3-alpha-f66f596.0",
87
+ "@genesislcap/foundation-login": "14.24.3-alpha-f66f596.0",
88
+ "@genesislcap/foundation-ui": "14.24.3-alpha-f66f596.0",
89
+ "@genesislcap/foundation-utils": "14.24.3-alpha-f66f596.0",
90
+ "@genesislcap/foundation-zero": "14.24.3-alpha-f66f596.0",
91
+ "@genesislcap/foundation-zero-grid-pro": "14.24.3-alpha-f66f596.0",
92
+ "@genesislcap/grid-pro": "14.24.3-alpha-f66f596.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": "a4cd30274c02f59472b48654d8e749c2e2b28f1d"
117
+ "gitHead": "9ed667d50aa4468cec62c6a6ae63331f9bbf19b1"
118
118
  }