@policystudio/policy-studio-ui-vue 1.2.0-access.85 → 1.2.0-access.86
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 +1 -1
- package/src/components/chips/PsChips.vue +2 -2
- package/src/components/table-results/PsTableResults.vue +4 -4
- package/src/components/table-results/PsTableResultsHead.vue +3 -4
- package/src/components/table-results/PsTableResultsHeadComparison.vue +4 -4
- package/src/components/table-results/PsTableResultsHeadFlexible.vue +4 -4
package/package.json
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
@mouseleave="isHovering = false"
|
|
13
13
|
@click="emit('click')"
|
|
14
14
|
:tabindex="isNested ? -1 : 0"
|
|
15
|
-
:role="type === 'radio' ? 'radio' : (type === 'button' && !isNested ? 'button' : undefined)"
|
|
16
|
-
:aria-checked="type === 'radio' ?
|
|
15
|
+
:role="type === 'radio' ? 'radio' : (type === 'checkbox' ? 'checkbox' : (type === 'button' && !isNested ? 'button' : undefined))"
|
|
16
|
+
:aria-checked="(type === 'radio' || type === 'checkbox') ? (checked ? 'true' : 'false') : undefined"
|
|
17
17
|
>
|
|
18
18
|
<input
|
|
19
19
|
@change="onChange"
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
class="psui-text-gray-60 hover:psui-text-blue-60 psui-opacity-0 psui-transition psui-leading-none psui-cursor-pointer psui-ml-1"
|
|
109
109
|
display="flex"
|
|
110
110
|
:aria-label="`${item.title} info`"
|
|
111
|
-
aria-haspopup="
|
|
112
|
-
:aria-
|
|
111
|
+
aria-haspopup="true"
|
|
112
|
+
:aria-controls="`modal-table-results-${item.helper_slug}`"
|
|
113
113
|
@click.native="emit('openDescriptionModal', { type: 'helper', slug: `table-results-${item.helper_slug}` })"
|
|
114
114
|
/>
|
|
115
115
|
</p>
|
|
@@ -130,8 +130,8 @@
|
|
|
130
130
|
class="psui-opacity-0 psui-text-gray-60 hover:psui-text-blue-60 psui-transition psui-leading-none psui-cursor-pointer psui-ml-1"
|
|
131
131
|
display="flex"
|
|
132
132
|
:aria-label="`${item.title} info`"
|
|
133
|
-
aria-haspopup="
|
|
134
|
-
:aria-
|
|
133
|
+
aria-haspopup="true"
|
|
134
|
+
:aria-controls="`modal-table-results-${item.helper_slug}`"
|
|
135
135
|
@click.native="emit('openDescriptionModal', { type: 'helper', slug: `table-results-${item.helper_slug}` })"
|
|
136
136
|
/>
|
|
137
137
|
</p>
|
|
@@ -24,8 +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
|
:aria-label="`${columnGroup.title} info`"
|
|
27
|
-
aria-haspopup="
|
|
28
|
-
:aria-owns="`modal-column-group-helper-${columnGroup.key}`"
|
|
27
|
+
aria-haspopup="true"
|
|
29
28
|
@click="emit('click-column-group-helper', columnGroup, $event)"
|
|
30
29
|
@keydown.enter.stop="emit('click-column-group-helper', columnGroup, $event)"
|
|
31
30
|
/>
|
|
@@ -69,8 +68,8 @@
|
|
|
69
68
|
class="helper psui-cursor-pointer psui-text-gray-60 hover:psui-text-blue-60 psui-opacity-0 psui-leading-none psui-transition"
|
|
70
69
|
:style="{ display: 'flex', marginTop: '1px' }"
|
|
71
70
|
:aria-label="`${column.title} info`"
|
|
72
|
-
aria-haspopup="
|
|
73
|
-
:aria-
|
|
71
|
+
aria-haspopup="true"
|
|
72
|
+
:aria-controls="`modal-column-helper-${column.key}`"
|
|
74
73
|
@click="emit('click-column-helper', column, $event)"
|
|
75
74
|
@keydown.enter.stop="emit('click-column-helper', column, $event)"
|
|
76
75
|
/>
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
class="psui-cursor-pointer psui-text-blue-50 psui-opacity-0 psui-leading-none psui-transition"
|
|
30
30
|
:style="{ display: 'flex' }"
|
|
31
31
|
:aria-label="`${columnGroup.title} info`"
|
|
32
|
-
aria-haspopup="
|
|
33
|
-
:aria-
|
|
32
|
+
aria-haspopup="true"
|
|
33
|
+
:aria-controls="`modal-column-group-helper-${columnGroup.key}`"
|
|
34
34
|
@click="emit('click-column-group-helper', columnGroup, $event)"
|
|
35
35
|
/>
|
|
36
36
|
</div>
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
class="helper psui-cursor-pointer psui-text-blue-50 psui-opacity-0 psui-leading-none psui-transition"
|
|
59
59
|
:style="{ display: 'flex', marginTop: '1px' }"
|
|
60
60
|
:aria-label="`${column.title} info`"
|
|
61
|
-
aria-haspopup="
|
|
62
|
-
:aria-
|
|
61
|
+
aria-haspopup="true"
|
|
62
|
+
:aria-controls="`modal-column-helper-${column.key}`"
|
|
63
63
|
@click="emit('click-column-helper', column, $event)"
|
|
64
64
|
/>
|
|
65
65
|
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
display="flex"
|
|
18
18
|
class="helper psui-mt-[2px] psui-cursor-pointer psui-text-gray-60 hover:psui-text-blue-60 psui-opacity-0 psui-leading-none psui-transition"
|
|
19
19
|
:aria-label="`${columnGroup.title} info`"
|
|
20
|
-
aria-haspopup="
|
|
21
|
-
:aria-
|
|
20
|
+
aria-haspopup="true"
|
|
21
|
+
:aria-controls="`modal-column-group-helper-${columnGroup.key}`"
|
|
22
22
|
@click="emit('click-column-group-helper', columnGroup, $event)"
|
|
23
23
|
@keydown.enter.stop="emit('click-column-group-helper', columnGroup, $event)"
|
|
24
24
|
/>
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
class="helper psui-cursor-pointer psui-text-gray-60 hover:psui-text-blue-60 psui-opacity-0 psui-leading-none psui-transition"
|
|
83
83
|
display="flex"
|
|
84
84
|
:aria-label="`${column.title} info`"
|
|
85
|
-
aria-haspopup="
|
|
86
|
-
:aria-
|
|
85
|
+
aria-haspopup="true"
|
|
86
|
+
:aria-controls="`modal-column-helper-${column.key}`"
|
|
87
87
|
@click="emit('click-column-helper', column, $event)"
|
|
88
88
|
@keydown.enter.stop="emit('click-column-helper', column, $event)"
|
|
89
89
|
/>
|