@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 +1 -0
- package/package.json +1 -1
- package/src/components/index.js +1 -0
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
package/src/components/index.js
CHANGED
|
@@ -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'
|