@genesislcap/foundation-entity-management 14.197.0 → 14.197.1-alpha-bd261ef.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.
- package/dist/esm/list/list.template.js +2 -2
- package/package.json +21 -21
|
@@ -25,7 +25,7 @@ export const getPrefixedList = (prefix) => html `
|
|
|
25
25
|
enable-row-flashing=${(x) => x.enableRowFlashing}
|
|
26
26
|
header-case-type=${(x) => x.headerCaseType}
|
|
27
27
|
>
|
|
28
|
-
<grid-pro-
|
|
28
|
+
<grid-pro-client-side-datasource
|
|
29
29
|
${ref('datasource')}
|
|
30
30
|
:deferredGridOptions=${(x) => x.gridOptions}
|
|
31
31
|
criteria=${(x) => { var _a; return (_a = x.datasourceConfig) === null || _a === void 0 ? void 0 : _a.criteria; }}
|
|
@@ -39,7 +39,7 @@ export const getPrefixedList = (prefix) => html `
|
|
|
39
39
|
resource-name=${(x) => x.resourceName}
|
|
40
40
|
:request=${(x) => { var _a; return (_a = x.datasourceConfig) === null || _a === void 0 ? void 0 : _a.request; }}
|
|
41
41
|
reverse=${(x) => { var _a; return (_a = x.datasourceConfig) === null || _a === void 0 ? void 0 : _a.reverse; }}
|
|
42
|
-
></grid-pro-
|
|
42
|
+
></grid-pro-client-side-datasource>
|
|
43
43
|
${repeat((x) => x.columns, html `
|
|
44
44
|
<grid-pro-column :definition=${(x) => x}></grid-pro-column>
|
|
45
45
|
`)}
|
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.197.0",
|
|
4
|
+
"version": "14.197.1-alpha-bd261ef.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.197.0",
|
|
56
|
-
"@genesislcap/genx": "14.197.0",
|
|
57
|
-
"@genesislcap/rollup-builder": "14.197.0",
|
|
58
|
-
"@genesislcap/ts-builder": "14.197.0",
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.197.0",
|
|
60
|
-
"@genesislcap/vite-builder": "14.197.0",
|
|
61
|
-
"@genesislcap/webpack-builder": "14.197.0",
|
|
55
|
+
"@genesislcap/foundation-testing": "14.197.1-alpha-bd261ef.0",
|
|
56
|
+
"@genesislcap/genx": "14.197.1-alpha-bd261ef.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.197.1-alpha-bd261ef.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.197.1-alpha-bd261ef.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.197.1-alpha-bd261ef.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.197.1-alpha-bd261ef.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.197.1-alpha-bd261ef.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.197.0",
|
|
67
|
-
"@genesislcap/foundation-errors": "14.197.0",
|
|
68
|
-
"@genesislcap/foundation-events": "14.197.0",
|
|
69
|
-
"@genesislcap/foundation-forms": "14.197.0",
|
|
70
|
-
"@genesislcap/foundation-logger": "14.197.0",
|
|
71
|
-
"@genesislcap/foundation-login": "14.197.0",
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.197.0",
|
|
73
|
-
"@genesislcap/foundation-ui": "14.197.0",
|
|
74
|
-
"@genesislcap/foundation-utils": "14.197.0",
|
|
75
|
-
"@genesislcap/foundation-zero": "14.197.0",
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.197.0",
|
|
77
|
-
"@genesislcap/grid-pro": "14.197.0",
|
|
66
|
+
"@genesislcap/foundation-comms": "14.197.1-alpha-bd261ef.0",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.197.1-alpha-bd261ef.0",
|
|
68
|
+
"@genesislcap/foundation-events": "14.197.1-alpha-bd261ef.0",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.197.1-alpha-bd261ef.0",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.197.1-alpha-bd261ef.0",
|
|
71
|
+
"@genesislcap/foundation-login": "14.197.1-alpha-bd261ef.0",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.197.1-alpha-bd261ef.0",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.197.1-alpha-bd261ef.0",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.197.1-alpha-bd261ef.0",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.197.1-alpha-bd261ef.0",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.197.1-alpha-bd261ef.0",
|
|
77
|
+
"@genesislcap/grid-pro": "14.197.1-alpha-bd261ef.0",
|
|
78
78
|
"@microsoft/fast-components": "^2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "^1.12.0",
|
|
80
80
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
92
|
"customElements": "dist/custom-elements.json",
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "66a3d9d870ec9736078fbf550a9b2bff13621fc1"
|
|
94
94
|
}
|