@opengis/gis 0.1.15 → 0.1.17

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.
@@ -2,8 +2,8 @@
2
2
  <div class="flex justify-between items-center pb-[5px]">
3
3
  <div class="font-semibold text-[16px] dark:text-white">Загальна інформація</div>
4
4
  <div class="flex gap-[5px] items-center">
5
- {{{button this token=(token table="gis.metadata" form="gis.metadata.form" id=metadata_id) edit=1 }}}
6
- {{{button this token=(token table="gis.metadata" id=metadata_id) del=1 }}}
5
+ {{{button this token=(token table="gis.metadata.table" form="gis.metadata.form" id=metadata_id) edit=1 }}}
6
+ {{{button this token=(token table="gis.metadata.table" id=metadata_id) del=1 }}}
7
7
  </div>
8
8
  </div>
9
9
  {{{descriptionList
@@ -2,8 +2,8 @@
2
2
  <div class="flex justify-between items-center pb-[5px]">
3
3
  <div class="font-semibold text-[16px] dark:text-white">Загальна інформація</div>
4
4
  <div class="flex gap-[5px] items-center">
5
- {{{button this token=(token table="gis.rasters" form="gis.rasters.form" id=raster_id) edit=1 }}}
6
- {{{button this token=(token table="gis.rasters" id=raster_id) del=1 }}}
5
+ {{{button this token=(token table="gis.rasters.table" form="gis.rasters.form" id=raster_id) edit=1 }}}
6
+ {{{button this token=(token table="gis.rasters.table" id=raster_id) del=1 }}}
7
7
  </div>
8
8
  </div>
9
9
  {{{descriptionList
@@ -2,8 +2,8 @@
2
2
  <div class="flex justify-between items-center pb-[5px]">
3
3
  <div class="font-semibold text-[16px] dark:text-white">Загальна інформація</div>
4
4
  <div class="flex gap-[5px] items-center">
5
- {{{button this token=(token table="gis.registers" form="gis.registers.form" id=register_id) edit=1 }}}
6
- {{{button this token=(token table="gis.registers" id=register_id) del=1 }}}
5
+ {{{button this token=(token table="gis.registers.table" form="gis.registers.form" id=register_id) edit=1 }}}
6
+ {{{button this token=(token table="gis.registers.table" id=register_id) del=1 }}}
7
7
  </div>
8
8
  </div>
9
9
  {{{descriptionList
@@ -2,8 +2,8 @@
2
2
  <div class="flex justify-between items-center pb-[5px]">
3
3
  <div class="font-semibold text-[16px] dark:text-white">Загальна інформація</div>
4
4
  <div class="flex gap-[5px] items-center">
5
- {{{button this token=(token table="gis.services" form="gis.services.form" id=service_id) edit=1 }}}
6
- {{{button this token=(token table="gis.services" id=service_id) del=1 }}}
5
+ {{{button this token=(token table="gis.services.table" form="gis.services.form" id=service_id) edit=1 }}}
6
+ {{{button this token=(token table="gis.services.table" id=service_id) del=1 }}}
7
7
  </div>
8
8
  </div>
9
9
  {{{descriptionList
@@ -70,10 +70,7 @@
70
70
  "image": {
71
71
  "ua": "Фото",
72
72
  "col": 12,
73
- "type": "Dropzone",
74
- "validators": [
75
- "required"
76
- ]
73
+ "type": "Dropzone"
77
74
  },
78
75
  "d1": {
79
76
  "type": "HTML",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengis/gis",
3
- "version": "0.1.15",
3
+ "version": "0.1.17",
4
4
  "type": "module",
5
5
  "author": "Softpro",
6
6
  "main": "import-file.js",