@genesislcap/foundation-entity-management 14.315.0 → 14.316.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.
@@ -2742,55 +2742,6 @@
2742
2742
  }
2743
2743
  ]
2744
2744
  },
2745
- {
2746
- "kind": "javascript-module",
2747
- "path": "src/layouts/default.ts",
2748
- "declarations": [
2749
- {
2750
- "kind": "variable",
2751
- "name": "loginLayout",
2752
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2753
- },
2754
- {
2755
- "kind": "variable",
2756
- "name": "defaultLayout",
2757
- "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)"
2758
- }
2759
- ],
2760
- "exports": [
2761
- {
2762
- "kind": "js",
2763
- "name": "loginLayout",
2764
- "declaration": {
2765
- "name": "loginLayout",
2766
- "module": "src/layouts/default.ts"
2767
- }
2768
- },
2769
- {
2770
- "kind": "js",
2771
- "name": "defaultLayout",
2772
- "declaration": {
2773
- "name": "defaultLayout",
2774
- "module": "src/layouts/default.ts"
2775
- }
2776
- }
2777
- ]
2778
- },
2779
- {
2780
- "kind": "javascript-module",
2781
- "path": "src/layouts/index.ts",
2782
- "declarations": [],
2783
- "exports": [
2784
- {
2785
- "kind": "js",
2786
- "name": "*",
2787
- "declaration": {
2788
- "name": "*",
2789
- "package": "./default"
2790
- }
2791
- }
2792
- ]
2793
- },
2794
2745
  {
2795
2746
  "kind": "javascript-module",
2796
2747
  "path": "src/main/index.ts",
@@ -2936,6 +2887,55 @@
2936
2887
  }
2937
2888
  ]
2938
2889
  },
2890
+ {
2891
+ "kind": "javascript-module",
2892
+ "path": "src/layouts/default.ts",
2893
+ "declarations": [
2894
+ {
2895
+ "kind": "variable",
2896
+ "name": "loginLayout",
2897
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2898
+ },
2899
+ {
2900
+ "kind": "variable",
2901
+ "name": "defaultLayout",
2902
+ "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)"
2903
+ }
2904
+ ],
2905
+ "exports": [
2906
+ {
2907
+ "kind": "js",
2908
+ "name": "loginLayout",
2909
+ "declaration": {
2910
+ "name": "loginLayout",
2911
+ "module": "src/layouts/default.ts"
2912
+ }
2913
+ },
2914
+ {
2915
+ "kind": "js",
2916
+ "name": "defaultLayout",
2917
+ "declaration": {
2918
+ "name": "defaultLayout",
2919
+ "module": "src/layouts/default.ts"
2920
+ }
2921
+ }
2922
+ ]
2923
+ },
2924
+ {
2925
+ "kind": "javascript-module",
2926
+ "path": "src/layouts/index.ts",
2927
+ "declarations": [],
2928
+ "exports": [
2929
+ {
2930
+ "kind": "js",
2931
+ "name": "*",
2932
+ "declaration": {
2933
+ "name": "*",
2934
+ "package": "./default"
2935
+ }
2936
+ }
2937
+ ]
2938
+ },
2939
2939
  {
2940
2940
  "kind": "javascript-module",
2941
2941
  "path": "src/routes/config.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.315.0",
4
+ "version": "14.316.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,28 +52,28 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.315.0",
56
- "@genesislcap/genx": "14.315.0",
57
- "@genesislcap/rollup-builder": "14.315.0",
58
- "@genesislcap/ts-builder": "14.315.0",
59
- "@genesislcap/uvu-playwright-builder": "14.315.0",
60
- "@genesislcap/vite-builder": "14.315.0",
61
- "@genesislcap/webpack-builder": "14.315.0"
55
+ "@genesislcap/foundation-testing": "14.316.0",
56
+ "@genesislcap/genx": "14.316.0",
57
+ "@genesislcap/rollup-builder": "14.316.0",
58
+ "@genesislcap/ts-builder": "14.316.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.316.0",
60
+ "@genesislcap/vite-builder": "14.316.0",
61
+ "@genesislcap/webpack-builder": "14.316.0"
62
62
  },
63
63
  "dependencies": {
64
64
  "@ag-grid-community/core": "29.2.0",
65
- "@genesislcap/foundation-comms": "14.315.0",
66
- "@genesislcap/foundation-errors": "14.315.0",
67
- "@genesislcap/foundation-events": "14.315.0",
68
- "@genesislcap/foundation-forms": "14.315.0",
69
- "@genesislcap/foundation-logger": "14.315.0",
70
- "@genesislcap/foundation-login": "14.315.0",
71
- "@genesislcap/foundation-notifications": "14.315.0",
72
- "@genesislcap/foundation-ui": "14.315.0",
73
- "@genesislcap/foundation-utils": "14.315.0",
74
- "@genesislcap/foundation-zero": "14.315.0",
75
- "@genesislcap/foundation-zero-grid-pro": "14.315.0",
76
- "@genesislcap/grid-pro": "14.315.0",
65
+ "@genesislcap/foundation-comms": "14.316.0",
66
+ "@genesislcap/foundation-errors": "14.316.0",
67
+ "@genesislcap/foundation-events": "14.316.0",
68
+ "@genesislcap/foundation-forms": "14.316.0",
69
+ "@genesislcap/foundation-logger": "14.316.0",
70
+ "@genesislcap/foundation-login": "14.316.0",
71
+ "@genesislcap/foundation-notifications": "14.316.0",
72
+ "@genesislcap/foundation-ui": "14.316.0",
73
+ "@genesislcap/foundation-utils": "14.316.0",
74
+ "@genesislcap/foundation-zero": "14.316.0",
75
+ "@genesislcap/foundation-zero-grid-pro": "14.316.0",
76
+ "@genesislcap/grid-pro": "14.316.0",
77
77
  "@microsoft/fast-components": "2.30.6",
78
78
  "@microsoft/fast-element": "1.14.0",
79
79
  "@microsoft/fast-foundation": "2.49.6",
@@ -89,5 +89,5 @@
89
89
  "access": "public"
90
90
  },
91
91
  "customElements": "dist/custom-elements.json",
92
- "gitHead": "fff58ddced1b550159a0bfc1a0cafb8e3705b04f"
92
+ "gitHead": "0048114de0bd415c8aeb73de4ca785eaea39d89e"
93
93
  }