@genesislcap/foundation-entity-management 14.307.2 → 14.307.3

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.
@@ -2093,6 +2093,55 @@
2093
2093
  }
2094
2094
  ]
2095
2095
  },
2096
+ {
2097
+ "kind": "javascript-module",
2098
+ "path": "src/layouts/default.ts",
2099
+ "declarations": [
2100
+ {
2101
+ "kind": "variable",
2102
+ "name": "loginLayout",
2103
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2104
+ },
2105
+ {
2106
+ "kind": "variable",
2107
+ "name": "defaultLayout",
2108
+ "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)"
2109
+ }
2110
+ ],
2111
+ "exports": [
2112
+ {
2113
+ "kind": "js",
2114
+ "name": "loginLayout",
2115
+ "declaration": {
2116
+ "name": "loginLayout",
2117
+ "module": "src/layouts/default.ts"
2118
+ }
2119
+ },
2120
+ {
2121
+ "kind": "js",
2122
+ "name": "defaultLayout",
2123
+ "declaration": {
2124
+ "name": "defaultLayout",
2125
+ "module": "src/layouts/default.ts"
2126
+ }
2127
+ }
2128
+ ]
2129
+ },
2130
+ {
2131
+ "kind": "javascript-module",
2132
+ "path": "src/layouts/index.ts",
2133
+ "declarations": [],
2134
+ "exports": [
2135
+ {
2136
+ "kind": "js",
2137
+ "name": "*",
2138
+ "declaration": {
2139
+ "name": "*",
2140
+ "package": "./default"
2141
+ }
2142
+ }
2143
+ ]
2144
+ },
2096
2145
  {
2097
2146
  "kind": "javascript-module",
2098
2147
  "path": "src/list/index.ts",
@@ -2742,55 +2791,6 @@
2742
2791
  }
2743
2792
  ]
2744
2793
  },
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
2794
  {
2795
2795
  "kind": "javascript-module",
2796
2796
  "path": "src/main/index.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.307.2",
4
+ "version": "14.307.3",
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.307.2",
56
- "@genesislcap/genx": "14.307.2",
57
- "@genesislcap/rollup-builder": "14.307.2",
58
- "@genesislcap/ts-builder": "14.307.2",
59
- "@genesislcap/uvu-playwright-builder": "14.307.2",
60
- "@genesislcap/vite-builder": "14.307.2",
61
- "@genesislcap/webpack-builder": "14.307.2"
55
+ "@genesislcap/foundation-testing": "14.307.3",
56
+ "@genesislcap/genx": "14.307.3",
57
+ "@genesislcap/rollup-builder": "14.307.3",
58
+ "@genesislcap/ts-builder": "14.307.3",
59
+ "@genesislcap/uvu-playwright-builder": "14.307.3",
60
+ "@genesislcap/vite-builder": "14.307.3",
61
+ "@genesislcap/webpack-builder": "14.307.3"
62
62
  },
63
63
  "dependencies": {
64
64
  "@ag-grid-community/core": "29.2.0",
65
- "@genesislcap/foundation-comms": "14.307.2",
66
- "@genesislcap/foundation-errors": "14.307.2",
67
- "@genesislcap/foundation-events": "14.307.2",
68
- "@genesislcap/foundation-forms": "14.307.2",
69
- "@genesislcap/foundation-logger": "14.307.2",
70
- "@genesislcap/foundation-login": "14.307.2",
71
- "@genesislcap/foundation-notifications": "14.307.2",
72
- "@genesislcap/foundation-ui": "14.307.2",
73
- "@genesislcap/foundation-utils": "14.307.2",
74
- "@genesislcap/foundation-zero": "14.307.2",
75
- "@genesislcap/foundation-zero-grid-pro": "14.307.2",
76
- "@genesislcap/grid-pro": "14.307.2",
65
+ "@genesislcap/foundation-comms": "14.307.3",
66
+ "@genesislcap/foundation-errors": "14.307.3",
67
+ "@genesislcap/foundation-events": "14.307.3",
68
+ "@genesislcap/foundation-forms": "14.307.3",
69
+ "@genesislcap/foundation-logger": "14.307.3",
70
+ "@genesislcap/foundation-login": "14.307.3",
71
+ "@genesislcap/foundation-notifications": "14.307.3",
72
+ "@genesislcap/foundation-ui": "14.307.3",
73
+ "@genesislcap/foundation-utils": "14.307.3",
74
+ "@genesislcap/foundation-zero": "14.307.3",
75
+ "@genesislcap/foundation-zero-grid-pro": "14.307.3",
76
+ "@genesislcap/grid-pro": "14.307.3",
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": "a3bfd4199f20640443c512431840c7e8dedc5b4c"
92
+ "gitHead": "a6bf424ee6ddd2dee5758ca81d960dc1308b1bb0"
93
93
  }