@policystudio/policy-studio-ui-vue 1.1.90-beta.21 → 1.1.90-beta.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.90-beta.21",
3
+ "version": "1.1.90-beta.22",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -51,7 +51,7 @@
51
51
 
52
52
  import { randomString, getParentScrollableEl } from '../../util/GeneralFunctions.js'
53
53
 
54
- import { ref, onBeforeUnmount, defineEmits, defineExpose } from 'vue'
54
+ import { ref, onBeforeUnmount } from 'vue'
55
55
 
56
56
  defineExpose({
57
57
  close:() => close()
@@ -54,7 +54,7 @@
54
54
 
55
55
  <script setup>
56
56
  import PsIcon from '../ui/PsIcon.vue'
57
- import { ref, computed, defineEmits } from 'vue'
57
+ import { ref, computed } from 'vue'
58
58
 
59
59
  const props = defineProps({
60
60
  /**
@@ -71,7 +71,7 @@
71
71
 
72
72
  <script setup>
73
73
  import PsRichTooltip from '../tooltip/PsRichTooltip.vue'
74
- import { ref, computed, useAttrs, defineEmits } from 'vue'
74
+ import { ref, computed, useAttrs } from 'vue'
75
75
 
76
76
  const props = defineProps({
77
77
  /**
@@ -38,7 +38,7 @@
38
38
  </template>
39
39
 
40
40
  <script setup>
41
- import { ref, computed, defineEmits } from 'vue'
41
+ import { ref, computed } from 'vue'
42
42
 
43
43
  const props = defineProps({
44
44
  /**
@@ -32,7 +32,6 @@
32
32
  </template>
33
33
 
34
34
  <script setup>
35
- import { defineEmits } from 'vue'
36
35
 
37
36
  defineProps({
38
37
  /**
@@ -350,7 +350,7 @@ import PsTooltip from '../tooltip/PsTooltip.vue'
350
350
  import PsSwitch from '../controls/PsSwitch.vue'
351
351
  import tailwindConfig from '../../../tailwind.config'
352
352
 
353
- import { ref, computed, watch, onMounted, onBeforeUnmount, defineEmits, getCurrentInstance } from 'vue'
353
+ import { ref, computed, watch, onMounted, onBeforeUnmount, getCurrentInstance } from 'vue'
354
354
 
355
355
  const props = defineProps({
356
356
  /**
@@ -90,7 +90,7 @@
90
90
 
91
91
  <script setup>
92
92
  import PsIcon from '../ui/PsIcon.vue'
93
- import { computed, defineEmits, getCurrentInstance } from 'vue'
93
+ import { computed, getCurrentInstance } from 'vue'
94
94
 
95
95
  defineProps({
96
96
  /**
@@ -85,7 +85,7 @@
85
85
 
86
86
  <script setup>
87
87
  import PsIcon from '../ui/PsIcon.vue'
88
- import { computed, defineEmits, getCurrentInstance } from 'vue'
88
+ import { computed, getCurrentInstance } from 'vue'
89
89
 
90
90
  defineProps({
91
91
  /**
@@ -38,7 +38,7 @@
38
38
 
39
39
  <script setup>
40
40
  import PsRichTooltip from '../tooltip/PsRichTooltip.vue'
41
- import { computed, defineEmits } from 'vue'
41
+ import { computed } from 'vue'
42
42
 
43
43
  const props = defineProps({
44
44
  /**