@opengis/gis 0.1.9 → 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
  };
@@ -1,25 +1,26 @@
1
1
  <div>
2
2
  {{#ifCond source_type '==' 'database'}}
3
- {{{descriptionList
4
- this
5
- comma=";"
6
- columns="
7
- Тип джерела, {{select source_type data='source_type'}},
8
- Таблиця в базі даних,{{select source_path data='pg.table_name'}},
9
- Умова для відображення,query,
10
- Назва колонки геометрії,geometry_column,
11
- Тип геометрії в шарі,{{select geom_type data='geom_type'}},
12
- Просторова референтна система,{{select srid data='gis.srid_from_setting'}}
13
- "
14
- }}}
15
- {{^}}
16
- {{{descriptionList
17
- this
18
- comma=";"
19
- columns="
20
- Тип джерела, {{select source_type data='source_type'}},
21
- Посилання на набір даних, service_url
22
- "
23
- }}}
3
+ {{{descriptionList
4
+ this
5
+ comma=";"
6
+ columns="
7
+ Тип джерела, {{select source_type data='source_type'}},
8
+ Таблиця в базі даних,{{select source_path data='pg.table_name'}},
9
+ Умова для відображення,query,
10
+ Назва колонки геометрії,geometry_column,
11
+ Тип геометрії в шарі,{{select geom_type data='geom_type'}},
12
+ Просторова референтна система,{{select srid data='gis.srid_from_setting'}},
13
+ Назва інтерфейсу в адміністративній частині,interface
14
+ "
15
+ }}}
16
+ {{^}}
17
+ {{{descriptionList
18
+ this
19
+ comma=";"
20
+ columns="
21
+ Тип джерела, {{select source_type data='source_type'}},
22
+ Посилання на набір даних, service_url
23
+ "
24
+ }}}
24
25
  {{/ifCond}}
25
- </div>
26
+ </div>
@@ -122,6 +122,10 @@
122
122
  "required"
123
123
  ]
124
124
  },
125
+ "interface": {
126
+ "ua": "Назва інтерфейсу в адміністративній частині",
127
+ "type": "Text"
128
+ },
125
129
  "sql_list": {
126
130
  "ua": "Перелік sql підзапитів для додаткової інформації",
127
131
  "type": "DataTable",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengis/gis",
3
- "version": "0.1.9",
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
  },