@saooti/octopus-sdk 36.0.37 → 36.0.38

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.
Files changed (2) hide show
  1. package/index.ts +1 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -63,6 +63,7 @@ export const getClassicLoading = () => import("./src/components/form/ClassicLoad
63
63
  export const getClassicSelect = () => import("./src/components/form/ClassicSelect.vue");
64
64
  export const getClassicDatePicker = () => import("./src/components/form/ClassicDatePicker.vue");
65
65
  export const getPaginate = () => import("./src/components/display/list/Paginate.vue");
66
+ export const getPaginateParams = () => import("./src/components/display/list/PaginateParams.vue");
66
67
  export const getListPaginate = () => import("./src/components/display/list/ListPaginate.vue");
67
68
  export const getClassicMultiselect = () => import("./src/components/form/ClassicMultiselect.vue");
68
69
  export const getClassicInputText = () => import("./src/components/form/ClassicInputText.vue");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "36.0.37",
3
+ "version": "36.0.38",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",