@lavalogic/scoria 0.0.10 → 0.0.11

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/index.d.ts CHANGED
@@ -25,6 +25,7 @@ export { type ColumnDefPreset } from './Components/Table/Types/Columns/ColumnDef
25
25
  export { type ColumnPinningState } from './Components/Table/Types/Columns/ColumnPinningState.js';
26
26
  export { type ColumnSizingState } from './Components/Table/Types/Columns/ColumnSizingState.js';
27
27
  export { ColumnType } from './Components/Table/Types/Columns/ColumnType.js';
28
+ export { type TableActionButton } from './Components/Table/Types/Columns/TableActionButton.js';
28
29
  export { DisplayType } from './Components/Table/Types/Columns/DisplayType.js';
29
30
  export { type DefsWrapper } from './Components/Table/Types/Columns/DefsWrapper.js';
30
31
  export { type TableCell } from './Components/Table/Types/Columns/TableCell.js';
package/dist/index.js CHANGED
@@ -30,7 +30,8 @@ export {} from './Components/Table/Types/Columns/ColumnDefPreset.js';
30
30
  export {} from './Components/Table/Types/Columns/ColumnPinningState.js';
31
31
  export {} from './Components/Table/Types/Columns/ColumnSizingState.js';
32
32
  export { ColumnType } from './Components/Table/Types/Columns/ColumnType.js';
33
- // DateColumn, ExpandColumn, ExpandTableCell, ProgressBarColumn, ProgressBarTableCell, TableActionButton
33
+ // DateColumn, ExpandColumn, ExpandTableCell, ProgressBarColumn, ProgressBarTableCell,
34
+ export {} from './Components/Table/Types/Columns/TableActionButton.js';
34
35
  export { DisplayType } from './Components/Table/Types/Columns/DisplayType.js';
35
36
  export {} from './Components/Table/Types/Columns/DefsWrapper.js';
36
37
  export {} from './Components/Table/Types/Columns/TableCell.js';
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.0.10",
4
+ "version": "0.0.11",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },