@lavalogic/scoria 0.3.5 → 0.3.6

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.
@@ -19,7 +19,7 @@ import { BubbleDef } from '../Columns/Definitions/Display/BubbleDef.svelte.js';
19
19
  const SORTING_ICON_WIDTH = 24;
20
20
  const InternalSymbol = Symbol();
21
21
  const uncopyableColumns = new Set([
22
- ColumnType.RowSelect,
22
+ // ColumnType.RowSelect, //row select is a special case and is handled by tableContext
23
23
  ColumnType.Expand,
24
24
  ColumnType.Actions,
25
25
  ColumnType.FilterOnly,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lavalogic/scoria",
3
3
  "description": "Svelte components used for the FloWMS Web Frontend",
4
- "version": "0.3.5",
4
+ "version": "0.3.6",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },