@community-release/nx-ui 0.0.10 → 0.0.12

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/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "ui",
3
3
  "configKey": "ui",
4
- "version": "0.0.10"
4
+ "version": "0.0.12"
5
5
  }
@@ -22,7 +22,7 @@
22
22
 
23
23
  <script setup>
24
24
  // Imports
25
- import { computed } from 'vue';
25
+ import { computed, } from 'vue';
26
26
 
27
27
  //
28
28
  const props = defineProps({
@@ -12,6 +12,7 @@
12
12
  </template>
13
13
 
14
14
  <script setup>
15
+ import { ref } from 'vue';
15
16
  import { storeToRefs } from 'pinia';
16
17
 
17
18
  // Data
@@ -10,6 +10,7 @@
10
10
  </template>
11
11
 
12
12
  <script setup>
13
+ import { watch, computed, defineAsyncComponent } from 'vue';
13
14
  import { useMapStore } from './store';
14
15
  import comProps from '#build/ui.map.mjs';
15
16
 
@@ -10,6 +10,9 @@
10
10
  </template>
11
11
 
12
12
  <script setup>
13
+ // Import
14
+ import { computed, useSlots } from 'vue';
15
+
13
16
  // Data
14
17
  const props = defineProps({
15
18
  width: {
@@ -5,7 +5,7 @@
5
5
  </template>
6
6
 
7
7
  <script setup>
8
- import { storeToRefs } from 'pinia';
8
+ import { computed, watch } from 'vue';
9
9
  import { useMapStore } from '../store';
10
10
 
11
11
  const model = defineModel();
@@ -9,6 +9,9 @@
9
9
  // import 'ol/ol.css';
10
10
 
11
11
  // Imports
12
+ // Vue
13
+ import { ref, watch, onMounted } from 'vue';
14
+
12
15
  // Pinia store
13
16
  import { storeToRefs } from 'pinia';
14
17
  import { useMapStore } from '../store';
@@ -27,7 +30,6 @@
27
30
  import { Tile as TileLayer, Vector as VectorLayer } from 'ol/layer.js';
28
31
  import { boundingExtent } from 'ol/extent.js';
29
32
 
30
-
31
33
  import Map from 'ol/Map.js';
32
34
  import View from 'ol/View.js';
33
35
  import { fromLonLat } from 'ol/proj.js';
@@ -12,6 +12,7 @@
12
12
 
13
13
  <script setup>
14
14
  // Imports
15
+ import { computed } from 'vue';
15
16
  import { useUINoticeStore } from './store';
16
17
 
17
18
  // Data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@community-release/nx-ui",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "nx-ui - Nuxt UI library",
5
5
  "repository": {
6
6
  "type": "git",