@community-release/nx-ui 0.0.39 → 0.0.40

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.39"
4
+ "version": "0.0.40"
5
5
  }
@@ -16,7 +16,7 @@ import comProps from '#build/ui.map.mjs';
16
16
 
17
17
  // Data
18
18
  const store = useMapStore();
19
- const emit = defineEmits('initialized');
19
+ const emit = defineEmits(['initialized']);
20
20
 
21
21
  const mapEngines = {
22
22
  openlayers: defineAsyncComponent(() => import(`./openlayers/index.vue`))
@@ -47,7 +47,7 @@
47
47
 
48
48
 
49
49
  // Data
50
- const emit = defineEmits('initialized');
50
+ const emit = defineEmits(['initialized']);
51
51
  const refMap = ref(null);
52
52
  let map = null;
53
53
  let view = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@community-release/nx-ui",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "description": "nx-ui - Nuxt UI library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -63,4 +63,4 @@
63
63
  "docs:components": "vue-docgen",
64
64
  "docs:generate": "npm run generate:production -prefix ./docs"
65
65
  }
66
- }
66
+ }