@exmg/exm-grid 1.1.30 → 1.1.32
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.
|
@@ -29,7 +29,6 @@ let ExmGridPagination = class ExmGridPagination extends ExmgElement {
|
|
|
29
29
|
}
|
|
30
30
|
renderPageSizeOptions() {
|
|
31
31
|
const items = (this.pageSizeOptions || []).map((item) => ({ label: `${item}`, value: `${item}` }));
|
|
32
|
-
console.log('pageSize', this.pageSize);
|
|
33
32
|
return html `
|
|
34
33
|
<exm-grid-toolbar-filters
|
|
35
34
|
id="pageSizeOptions"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exmg/exm-grid",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.32",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "exmg grid element",
|
|
6
6
|
"contributors": [
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"directory": "packages/exm-grid"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@exmg/exm-search": "^1.1.
|
|
41
|
-
"@exmg/exm-sortable": "^1.1.
|
|
40
|
+
"@exmg/exm-search": "^1.1.32",
|
|
41
|
+
"@exmg/exm-sortable": "^1.1.32"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@exmg/lit-base": "^3.0.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "dbfb557b99c34f01ef677bdca51da79e56ec6165"
|
|
56
56
|
}
|