@wishbone-media/spark 0.42.0 → 0.43.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/index.js CHANGED
@@ -9926,6 +9926,7 @@ export {
9926
9926
  kd as SparkTableDatePicker,
9927
9927
  xd as SparkTableFilterButtons,
9928
9928
  hd as SparkTableFilterSelect,
9929
+ nd as SparkTablePaginationDetails,
9929
9930
  id as SparkTablePaginationPaging,
9930
9931
  ud as SparkTablePaginationPerPage,
9931
9932
  _d as SparkTableReset,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wishbone-media/spark",
3
- "version": "0.42.0",
3
+ "version": "0.43.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -17,6 +17,7 @@ export { default as SparkModalDialog } from './SparkModalDialog.vue'
17
17
  export { default as SparkOverlay } from './SparkOverlay.vue'
18
18
  export { default as SparkSubNav } from './SparkSubNav.vue'
19
19
  export { default as SparkTable } from './SparkTable.vue'
20
+ export { default as SparkTablePaginationDetails } from './SparkTablePaginationDetails.vue'
20
21
  export { default as SparkTablePaginationPaging } from './SparkTablePaginationPaging.vue'
21
22
  export { default as SparkTablePaginationPerPage } from './SparkTablePaginationPerPage.vue'
22
23
  export { default as SparkTableToolbar } from './SparkTableToolbar.vue'