@genesislcap/foundation-entity-management 14.238.2 → 14.240.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.
@@ -913,55 +913,6 @@
913
913
  }
914
914
  ]
915
915
  },
916
- {
917
- "kind": "javascript-module",
918
- "path": "src/layouts/default.ts",
919
- "declarations": [
920
- {
921
- "kind": "variable",
922
- "name": "loginLayout",
923
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
924
- },
925
- {
926
- "kind": "variable",
927
- "name": "defaultLayout",
928
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
929
- }
930
- ],
931
- "exports": [
932
- {
933
- "kind": "js",
934
- "name": "loginLayout",
935
- "declaration": {
936
- "name": "loginLayout",
937
- "module": "src/layouts/default.ts"
938
- }
939
- },
940
- {
941
- "kind": "js",
942
- "name": "defaultLayout",
943
- "declaration": {
944
- "name": "defaultLayout",
945
- "module": "src/layouts/default.ts"
946
- }
947
- }
948
- ]
949
- },
950
- {
951
- "kind": "javascript-module",
952
- "path": "src/layouts/index.ts",
953
- "declarations": [],
954
- "exports": [
955
- {
956
- "kind": "js",
957
- "name": "*",
958
- "declaration": {
959
- "name": "*",
960
- "package": "./default"
961
- }
962
- }
963
- ]
964
- },
965
916
  {
966
917
  "kind": "javascript-module",
967
918
  "path": "src/list/index.ts",
@@ -2762,6 +2713,55 @@
2762
2713
  }
2763
2714
  ]
2764
2715
  },
2716
+ {
2717
+ "kind": "javascript-module",
2718
+ "path": "src/layouts/default.ts",
2719
+ "declarations": [
2720
+ {
2721
+ "kind": "variable",
2722
+ "name": "loginLayout",
2723
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2724
+ },
2725
+ {
2726
+ "kind": "variable",
2727
+ "name": "defaultLayout",
2728
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
2729
+ }
2730
+ ],
2731
+ "exports": [
2732
+ {
2733
+ "kind": "js",
2734
+ "name": "loginLayout",
2735
+ "declaration": {
2736
+ "name": "loginLayout",
2737
+ "module": "src/layouts/default.ts"
2738
+ }
2739
+ },
2740
+ {
2741
+ "kind": "js",
2742
+ "name": "defaultLayout",
2743
+ "declaration": {
2744
+ "name": "defaultLayout",
2745
+ "module": "src/layouts/default.ts"
2746
+ }
2747
+ }
2748
+ ]
2749
+ },
2750
+ {
2751
+ "kind": "javascript-module",
2752
+ "path": "src/layouts/index.ts",
2753
+ "declarations": [],
2754
+ "exports": [
2755
+ {
2756
+ "kind": "js",
2757
+ "name": "*",
2758
+ "declaration": {
2759
+ "name": "*",
2760
+ "package": "./default"
2761
+ }
2762
+ }
2763
+ ]
2764
+ },
2765
2765
  {
2766
2766
  "kind": "javascript-module",
2767
2767
  "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.238.2",
4
+ "version": "14.240.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,29 +52,29 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.238.2",
56
- "@genesislcap/genx": "14.238.2",
57
- "@genesislcap/rollup-builder": "14.238.2",
58
- "@genesislcap/ts-builder": "14.238.2",
59
- "@genesislcap/uvu-playwright-builder": "14.238.2",
60
- "@genesislcap/vite-builder": "14.238.2",
61
- "@genesislcap/webpack-builder": "14.238.2",
55
+ "@genesislcap/foundation-testing": "14.240.0",
56
+ "@genesislcap/genx": "14.240.0",
57
+ "@genesislcap/rollup-builder": "14.240.0",
58
+ "@genesislcap/ts-builder": "14.240.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.240.0",
60
+ "@genesislcap/vite-builder": "14.240.0",
61
+ "@genesislcap/webpack-builder": "14.240.0",
62
62
  "rimraf": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@ag-grid-community/core": "29.2.0",
66
- "@genesislcap/foundation-comms": "14.238.2",
67
- "@genesislcap/foundation-errors": "14.238.2",
68
- "@genesislcap/foundation-events": "14.238.2",
69
- "@genesislcap/foundation-forms": "14.238.2",
70
- "@genesislcap/foundation-logger": "14.238.2",
71
- "@genesislcap/foundation-login": "14.238.2",
72
- "@genesislcap/foundation-notifications": "14.238.2",
73
- "@genesislcap/foundation-ui": "14.238.2",
74
- "@genesislcap/foundation-utils": "14.238.2",
75
- "@genesislcap/foundation-zero": "14.238.2",
76
- "@genesislcap/foundation-zero-grid-pro": "14.238.2",
77
- "@genesislcap/grid-pro": "14.238.2",
66
+ "@genesislcap/foundation-comms": "14.240.0",
67
+ "@genesislcap/foundation-errors": "14.240.0",
68
+ "@genesislcap/foundation-events": "14.240.0",
69
+ "@genesislcap/foundation-forms": "14.240.0",
70
+ "@genesislcap/foundation-logger": "14.240.0",
71
+ "@genesislcap/foundation-login": "14.240.0",
72
+ "@genesislcap/foundation-notifications": "14.240.0",
73
+ "@genesislcap/foundation-ui": "14.240.0",
74
+ "@genesislcap/foundation-utils": "14.240.0",
75
+ "@genesislcap/foundation-zero": "14.240.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.240.0",
77
+ "@genesislcap/grid-pro": "14.240.0",
78
78
  "@microsoft/fast-components": "2.30.6",
79
79
  "@microsoft/fast-element": "1.14.0",
80
80
  "@microsoft/fast-foundation": "2.49.6",
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "44e2630e58af14a1db9f26950b01ca389031f7cf"
94
+ "gitHead": "dbcec460d84de3d38117feee93e80ca04fcec4e6"
95
95
  }