@opengis/gis 0.1.10 → 0.1.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.
@@ -33955,9 +33955,7 @@ const vT = /* @__PURE__ */ xr(sT, [["render", _T]]), xT = {
33955
33955
  ],
33956
33956
  templateView: "template1",
33957
33957
  tableData: [],
33958
- localTotal: 0,
33959
- currentPage: 1,
33960
- limit: 20
33958
+ localTotal: 0
33961
33959
  };
33962
33960
  },
33963
33961
  created() {
@@ -34087,8 +34085,8 @@ function DT(h, u, y, x, A, P) {
34087
34085
  Cr(I, {
34088
34086
  total: A.localTotal,
34089
34087
  maxPages: 4,
34090
- defaultPage: A.currentPage,
34091
- pageSize: A.limit,
34088
+ defaultPage: y.currentPage,
34089
+ pageSize: y.limit,
34092
34090
  goTo: !1,
34093
34091
  size: "medium",
34094
34092
  backgroundColor: "#e5e7eb",
@@ -34150,5 +34148,7 @@ const qT = /* @__PURE__ */ xr(FT, [["render", VT]]), aC = {
34150
34148
  }
34151
34149
  };
34152
34150
  export {
34151
+ ck as RegistryList,
34152
+ zT as RegistryListCustom,
34153
34153
  aC as default
34154
34154
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengis/gis",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "type": "module",
5
5
  "author": "Softpro",
6
6
  "main": "import-file.js",
@@ -38,7 +38,7 @@
38
38
  "handlebars": "4.7.8",
39
39
  "maplibre-gl": "5.5.0",
40
40
  "marked": "15.0.12",
41
- "vue": "3.5.13",
41
+ "vue": "^3.5.13",
42
42
  "vue-router": "4.5.1",
43
43
  "vue3-smooth-dnd": "0.0.6"
44
44
  },