@v1nt1248/3nclient-lib 0.1.64 → 0.1.66

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@v1nt1248/3nclient-lib",
3
3
  "license": "AGPL-3.0-or-later",
4
4
  "author": "v1nt1248",
5
- "version": "0.1.64",
5
+ "version": "0.1.66",
6
6
  "description": "Library for 3NWeb clients",
7
7
  "type": "module",
8
8
  "files": [
@@ -14,6 +14,7 @@
14
14
  tableEl,
15
15
  currentConfig,
16
16
  visibleColumns,
17
+ hasGroupActionsRow,
17
18
  showGroupActionsRow,
18
19
  selectedRowsArray,
19
20
  selectedRowsSize,
@@ -33,6 +34,7 @@
33
34
  defineExpose({
34
35
  getRowStyle,
35
36
  selectedRowsArray,
37
+ hasGroupActionsRow,
36
38
  closeGroupActionsRow,
37
39
  });
38
40
  </script>
@@ -204,7 +206,7 @@
204
206
  position: sticky;
205
207
  top: 0;
206
208
  width: 100%;
207
- min-height: var(--ui3n-table-header-height);
209
+ min-height: var(--ui3n-table-base-head-height);
208
210
  height: var(--ui3n-table-base-head-height);
209
211
  display: grid;
210
212
  grid-template-columns: var(--ui3n-table-columns-width);