@policystudio/policy-studio-ui-vue 1.2.0-access.82 → 1.2.0-access.83

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.2.0-access.82",
3
+ "version": "1.2.0-access.83",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -229,6 +229,7 @@
229
229
  icon-classes="psui-text-blue-60 psui-leading-none psui-transition"
230
230
  display="flex"
231
231
  @click.native="resetPolicyImpactItemSelected(item, column)"
232
+ @keydown.enter.stop="resetPolicyImpactItemSelected(item, column)"
232
233
  />
233
234
  </template>
234
235
  <template #content>
@@ -24,6 +24,7 @@
24
24
  class="psui-cursor-pointer psui-text-gray-60 hover:psui-text-blue-60 psui-opacity-0 psui-leading-none psui-transition"
25
25
  :style="{ display: 'flex' }"
26
26
  @click="emit('click-column-group-helper', columnGroup, $event)"
27
+ @keydown.enter.stop="emit('click-column-group-helper', columnGroup, $event)"
27
28
  />
28
29
  </div>
29
30
  </th>
@@ -56,6 +57,7 @@
56
57
  class="helper psui-cursor-pointer psui-text-blue-50 psui-opacity-0 psui-leading-none psui-transition"
57
58
  :style="{ display: 'flex', marginTop: '1px' }"
58
59
  @click="emit('click-order-column', column)"
60
+ @keydown.enter.stop="emit('click-order-column', column)"
59
61
  />
60
62
 
61
63
  <PsIcon
@@ -64,6 +66,7 @@
64
66
  class="helper psui-cursor-pointer psui-text-gray-60 hover:psui-text-blue-60 psui-opacity-0 psui-leading-none psui-transition"
65
67
  :style="{ display: 'flex', marginTop: '1px' }"
66
68
  @click="emit('click-column-helper', column, $event)"
69
+ @keydown.enter.stop="emit('click-column-helper', column, $event)"
67
70
  />
68
71
  <p
69
72
  v-tooltip="getTooltip(column)"