@genesislcap/foundation-entity-management 14.306.0 → 14.306.1

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.
@@ -2726,55 +2726,6 @@
2726
2726
  }
2727
2727
  ]
2728
2728
  },
2729
- {
2730
- "kind": "javascript-module",
2731
- "path": "src/layouts/default.ts",
2732
- "declarations": [
2733
- {
2734
- "kind": "variable",
2735
- "name": "loginLayout",
2736
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2737
- },
2738
- {
2739
- "kind": "variable",
2740
- "name": "defaultLayout",
2741
- "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)"
2742
- }
2743
- ],
2744
- "exports": [
2745
- {
2746
- "kind": "js",
2747
- "name": "loginLayout",
2748
- "declaration": {
2749
- "name": "loginLayout",
2750
- "module": "src/layouts/default.ts"
2751
- }
2752
- },
2753
- {
2754
- "kind": "js",
2755
- "name": "defaultLayout",
2756
- "declaration": {
2757
- "name": "defaultLayout",
2758
- "module": "src/layouts/default.ts"
2759
- }
2760
- }
2761
- ]
2762
- },
2763
- {
2764
- "kind": "javascript-module",
2765
- "path": "src/layouts/index.ts",
2766
- "declarations": [],
2767
- "exports": [
2768
- {
2769
- "kind": "js",
2770
- "name": "*",
2771
- "declaration": {
2772
- "name": "*",
2773
- "package": "./default"
2774
- }
2775
- }
2776
- ]
2777
- },
2778
2729
  {
2779
2730
  "kind": "javascript-module",
2780
2731
  "path": "src/main/index.ts",
@@ -2920,6 +2871,55 @@
2920
2871
  }
2921
2872
  ]
2922
2873
  },
2874
+ {
2875
+ "kind": "javascript-module",
2876
+ "path": "src/layouts/default.ts",
2877
+ "declarations": [
2878
+ {
2879
+ "kind": "variable",
2880
+ "name": "loginLayout",
2881
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2882
+ },
2883
+ {
2884
+ "kind": "variable",
2885
+ "name": "defaultLayout",
2886
+ "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)"
2887
+ }
2888
+ ],
2889
+ "exports": [
2890
+ {
2891
+ "kind": "js",
2892
+ "name": "loginLayout",
2893
+ "declaration": {
2894
+ "name": "loginLayout",
2895
+ "module": "src/layouts/default.ts"
2896
+ }
2897
+ },
2898
+ {
2899
+ "kind": "js",
2900
+ "name": "defaultLayout",
2901
+ "declaration": {
2902
+ "name": "defaultLayout",
2903
+ "module": "src/layouts/default.ts"
2904
+ }
2905
+ }
2906
+ ]
2907
+ },
2908
+ {
2909
+ "kind": "javascript-module",
2910
+ "path": "src/layouts/index.ts",
2911
+ "declarations": [],
2912
+ "exports": [
2913
+ {
2914
+ "kind": "js",
2915
+ "name": "*",
2916
+ "declaration": {
2917
+ "name": "*",
2918
+ "package": "./default"
2919
+ }
2920
+ }
2921
+ ]
2922
+ },
2923
2923
  {
2924
2924
  "kind": "javascript-module",
2925
2925
  "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.306.0",
4
+ "version": "14.306.1",
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.306.0",
56
- "@genesislcap/genx": "14.306.0",
57
- "@genesislcap/rollup-builder": "14.306.0",
58
- "@genesislcap/ts-builder": "14.306.0",
59
- "@genesislcap/uvu-playwright-builder": "14.306.0",
60
- "@genesislcap/vite-builder": "14.306.0",
61
- "@genesislcap/webpack-builder": "14.306.0"
55
+ "@genesislcap/foundation-testing": "14.306.1",
56
+ "@genesislcap/genx": "14.306.1",
57
+ "@genesislcap/rollup-builder": "14.306.1",
58
+ "@genesislcap/ts-builder": "14.306.1",
59
+ "@genesislcap/uvu-playwright-builder": "14.306.1",
60
+ "@genesislcap/vite-builder": "14.306.1",
61
+ "@genesislcap/webpack-builder": "14.306.1"
62
62
  },
63
63
  "dependencies": {
64
64
  "@ag-grid-community/core": "29.2.0",
65
- "@genesislcap/foundation-comms": "14.306.0",
66
- "@genesislcap/foundation-errors": "14.306.0",
67
- "@genesislcap/foundation-events": "14.306.0",
68
- "@genesislcap/foundation-forms": "14.306.0",
69
- "@genesislcap/foundation-logger": "14.306.0",
70
- "@genesislcap/foundation-login": "14.306.0",
71
- "@genesislcap/foundation-notifications": "14.306.0",
72
- "@genesislcap/foundation-ui": "14.306.0",
73
- "@genesislcap/foundation-utils": "14.306.0",
74
- "@genesislcap/foundation-zero": "14.306.0",
75
- "@genesislcap/foundation-zero-grid-pro": "14.306.0",
76
- "@genesislcap/grid-pro": "14.306.0",
65
+ "@genesislcap/foundation-comms": "14.306.1",
66
+ "@genesislcap/foundation-errors": "14.306.1",
67
+ "@genesislcap/foundation-events": "14.306.1",
68
+ "@genesislcap/foundation-forms": "14.306.1",
69
+ "@genesislcap/foundation-logger": "14.306.1",
70
+ "@genesislcap/foundation-login": "14.306.1",
71
+ "@genesislcap/foundation-notifications": "14.306.1",
72
+ "@genesislcap/foundation-ui": "14.306.1",
73
+ "@genesislcap/foundation-utils": "14.306.1",
74
+ "@genesislcap/foundation-zero": "14.306.1",
75
+ "@genesislcap/foundation-zero-grid-pro": "14.306.1",
76
+ "@genesislcap/grid-pro": "14.306.1",
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": "df5d88c4e8e25a56d2bf22dab70ca551784e6df0"
92
+ "gitHead": "796b1d47ed23c0c4036b8b5af79268f4b0355ce3"
93
93
  }