@cnamts/synapse 1.0.3 → 1.0.4
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/DateFilter-yrwJv_2R.js +95 -0
- package/dist/NumberFilter-BQXtywZI.js +117 -0
- package/dist/PeriodFilter-BYXVSzr5.js +108 -0
- package/dist/SelectFilter-CJV_mlN3.js +133 -0
- package/dist/TextFilter-DN0ejYIs.js +110 -0
- package/dist/components/Accordion/Accordion.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +5 -5
- package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +7 -7
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +5 -5
- package/dist/components/Amelipro/AmeliproStateTile/AmeliproStateTile.d.ts +9 -0
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +10 -10
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +1 -1
- package/dist/components/CookieBanner/CookieBanner.d.ts +302 -1
- package/dist/components/CookieBanner/config.d.ts +1 -0
- package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +1188 -1
- package/dist/components/CookiesSelection/CookiesSelection.d.ts +217 -0
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +1 -1
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +1 -1
- package/dist/components/DataList/DataList.d.ts +1 -1
- package/dist/components/DataListItem/DataListItem.d.ts +1 -1
- package/dist/components/DatePicker/{DatePicker → CalendarMode}/DatePicker.d.ts +15 -15
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +13 -13
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +4 -4
- package/dist/components/DatePicker/composables/useDatePickerViewMode.d.ts +2 -2
- package/dist/components/DatePicker/composables/useDatePickerVisibility.d.ts +2 -2
- package/dist/components/DatePicker/composables/useDateSelection.d.ts +1 -1
- package/dist/components/DatePicker/composables/useMonthButtonCustomization.d.ts +2 -2
- package/dist/components/DatePicker/composables/useTodayButton.d.ts +1 -1
- package/dist/components/DatePicker/composables/useWeekendDays.d.ts +1 -1
- package/dist/components/DatePicker/constants/messages.d.ts +1 -1
- package/dist/components/DatePicker/types.d.ts +2 -2
- package/dist/components/ExternalLinks/ExternalLinks.d.ts +3 -3
- package/dist/components/ExternalLinks/config.d.ts +4 -3
- package/dist/components/ExternalLinks/locales.d.ts +1 -0
- package/dist/components/NirField/NirField.d.ts +11 -11
- package/dist/components/PasswordField/PasswordField.d.ts +1 -1
- package/dist/components/PeriodField/PeriodField.d.ts +24 -24
- package/dist/components/Tables/common/locales.d.ts +5 -0
- package/dist/components/Tables/common/useTableAria.d.ts +21 -0
- package/dist/components/index.d.ts +1 -1
- package/dist/composables/date/useDatePickerAccessibility.d.ts +2 -2
- package/dist/{style.css → design-system-v3.css} +1 -1
- package/dist/design-system-v3.js +1 -1
- package/dist/design-system-v3.umd.cjs +273 -252
- package/dist/directives/Toolbar.d.ts +15 -0
- package/dist/directives/letterSpacing.d.ts +27 -0
- package/dist/{main-DoYCrS2Q.js → main-BzyNNvHX.js} +10482 -10252
- package/package.json +12 -12
- package/src/assets/_typography.scss +22 -23
- package/src/components/Accordion/Accordion.vue +2 -2
- package/src/components/Accordion/tests/__snapshots__/accordion.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/__snapshots__/AmeliproAutoCompleteField.spec.ts.snap +26 -14
- package/src/components/Amelipro/AmeliproBreadcrumb/__tests__/__snapshots__/AmeliproBreadcrumb.spec.ts.snap +15 -3
- package/src/components/Amelipro/AmeliproBtn/tests/__snapshots__/AmeliproBtn.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproCallback/tests/__snapshots__/AmeliproCallback.spec.ts.snap +14 -3
- package/src/components/Amelipro/AmeliproCard/tests/__snapshots__/AmeliproCard.spec.ts.snap +9 -2
- package/src/components/Amelipro/AmeliproChips/tests/__snapshots__/AmeliproChips.spec.ts.snap +4 -1
- package/src/components/Amelipro/AmeliproDialog/tests/__snapshots__/AmeliproDialog.spec.ts.snap +9 -2
- package/src/components/Amelipro/AmeliproDisclosure/tests/__snapshots__/AmeliproDisclosure.spec.ts.snap +19 -3
- package/src/components/Amelipro/AmeliproFooter/tests/__snapshots__/AmeliproFooter.spec.ts.snap +35 -7
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +1 -1
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/__snapshots__/AmeliproHeaderBar.spec.ts.snap +5 -2
- package/src/components/Amelipro/AmeliproHeader/tests/__snapshots__/AmeliproHeader.spec.ts.snap +130 -30
- package/src/components/Amelipro/AmeliproIconBtn/tests/__snapshots__/AmeliproIconBtn.spec.ts.snap +4 -1
- package/src/components/Amelipro/AmeliproIllustratedDataTile/tests/__snapshots__/AmeliproIllustratedDataTile.spec.ts.snap +4 -1
- package/src/components/Amelipro/AmeliproIllustratedRadioGroup/tests/__snapshots__/AmeliproIllustratedRadioGroup.spec.ts.snap +25 -5
- package/src/components/Amelipro/AmeliproMailTile/tests/__snapshots__/AmeliproMailTile.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproMenu/tests/__snapshots__/AmeliproMenu.spec.ts.snap +77 -15
- package/src/components/Amelipro/AmeliproMessage/tests/__snapshots__/AmeliproMessage.spec.ts.snap +11 -2
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +25 -5
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +10 -2
- package/src/components/Amelipro/AmeliproMessagingLayout/tests/__snapshots__/AmeliproMessagingLayout.spec.ts.snap +42 -8
- package/src/components/Amelipro/AmeliproMultipleFoldingCard/tests/__snapshots__/AmeliproMultipleFoldingCard.spec.ts.snap +13 -3
- package/src/components/Amelipro/AmeliproNumberedCard/tests/__snapshots__/AmeliproNumberedCard.spec.ts.snap +12 -3
- package/src/components/Amelipro/AmeliproPageLayout/tests/__snapshots__/AmeliproPageLayout.spec.ts.snap +195 -42
- package/src/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/tests/__snapshots__/AmeliproPaginationBtn.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproPagination/tests/__snapshots__/AmeliproPagination.spec.ts.snap +10 -2
- package/src/components/Amelipro/AmeliproPatientBanner/tests/__snapshots__/AmeliproPatientBanner.spec.ts.snap +26 -4
- package/src/components/Amelipro/AmeliproSelect/tests/__snapshots__/AmeliproSelect.spec.ts.snap +10 -11
- package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTile.stories.ts +2 -0
- package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTile.vue +11 -4
- package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTileTypes.ts +5 -0
- package/src/components/Amelipro/AmeliproStateTile/tests/__snapshots__/AmeliproStateTile.spec.ts.snap +13 -2
- package/src/components/Amelipro/AmeliproStatus/tests/__snapshots__/AmeliproStatus.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproStepper/AmeliproStepBtn/tests/__snapshots__/AmeliproStepBtn.spec.ts.snap +7 -1
- package/src/components/Amelipro/AmeliproStepper/tests/__snapshots__/AmeliproStepper.spec.ts.snap +49 -7
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabBtn/tests/__snapshots__/AmeliproTabBtn.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproTabs/tests/__snapshots__/AmeliproTabs.spec.ts.snap +21 -4
- package/src/components/Amelipro/AmeliproTextArea/__tests__/__snapshots__/AmeliproTextArea.spec.ts.snap +10 -11
- package/src/components/Amelipro/AmeliproTextField/tests/__snapshots__/AmeliproTextField.spec.ts.snap +10 -11
- package/src/components/Amelipro/AmeliproTileBtn/tests/__snapshots__/AmeliproTileBtn.spec.ts.snap +8 -1
- package/src/components/Amelipro/AmeliproTooltips/tests/__snapshots__/AmeliproTooltips.spec.ts.snap +11 -2
- package/src/components/Amelipro/AmeliproTransmission/tests/__snapshots__/AmeliproTransmission.spec.ts.snap +26 -5
- package/src/components/Amelipro/ServiceMenu/ServiceBtn/tests/__snapshots__/ServiceBtn.spec.ts.snap +9 -2
- package/src/components/Amelipro/ServiceMenu/ServiceList/tests/__snapshots__/ServiceList.spec.ts.snap +18 -4
- package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/tests/__snapshots__/ServiceMenuContent.spec.ts.snap +69 -15
- package/src/components/Amelipro/ServiceMenu/tests/__snapshots__/ServiceMenu.spec.ts.snap +84 -19
- package/src/components/Amelipro/StructureMenu/StructureItem/tests/__snapshots__/StructureItem.spec.ts.snap +5 -1
- package/src/components/Amelipro/StructureMenu/StructureList/tests/__snapshots__/StructureList.spec.ts.snap +15 -4
- package/src/components/Amelipro/StructureMenu/StructureTabs/tests/__snapshots__/StructureTabs.spec.ts.snap +30 -8
- package/src/components/Amelipro/StructureMenu/tests/__snapshots__/StructureMenu.spec.ts.snap +72 -16
- package/src/components/Amelipro/UserMenu/tests/__snapshots__/UserMenu.spec.ts.snap +9 -2
- package/src/components/BackToTopBtn/tests/BackToTopBtn.spec.ts +53 -15
- package/src/components/BackToTopBtn/tests/__snapshots__/BackToTopBtn.spec.ts.snap +10 -2
- package/src/components/CollapsibleList/CollapsibleList.vue +5 -1
- package/src/components/CookieBanner/Accessibilite.stories.ts +4 -0
- package/src/components/CookieBanner/CookieBanner.vue +137 -10
- package/src/components/CookieBanner/config.ts +3 -0
- package/src/components/CookieBanner/tests/__snapshots__/CookieBanner.spec.ts.snap +49 -38
- package/src/components/CookiesSelection/CookiesInformation/CookiesInformation.vue +80 -2
- package/src/components/CookiesSelection/CookiesSelection.vue +15 -2
- package/src/components/CookiesSelection/tests/__snapshots__/CookiesSelection.spec.ts.snap +49 -34
- package/src/components/CopyBtn/tests/__snapshots__/CopyBtn.spec.ts.snap +1 -1
- package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/SelectBtnField.spec.ts.snap +58 -13
- package/src/components/Customs/Selects/SySelect/SySelect.vue +144 -147
- package/src/components/DatePicker/{DatePicker → CalendarMode}/DatePicker.stories.ts +3 -3
- package/src/components/DatePicker/{DatePicker → CalendarMode}/DatePicker.vue +4 -4
- package/src/components/DatePicker/{DatePicker → CalendarMode}/tests/DatePicker.events.spec.ts +1 -1
- package/src/components/DatePicker/{DatePicker → CalendarMode}/tests/DatePicker.spec.ts +4 -4
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.mdx +1 -1
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +3 -3
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +6 -6
- package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +3 -3
- package/src/components/DatePicker/DatePickerOverview.mdx +1 -1
- package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.stories.ts +1 -1
- package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +76 -3
- package/src/components/DatePicker/DateTextInput/NoCalendar.mdx +1 -1
- package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +1 -1
- package/src/components/DatePicker/composables/index.ts +2 -2
- package/src/components/DatePicker/composables/tests/useDatePickerVisibility.spec.ts +14 -14
- package/src/components/DatePicker/composables/useDatePickerViewMode.ts +4 -4
- package/src/components/DatePicker/composables/useDatePickerVisibility.ts +12 -12
- package/src/components/DatePicker/composables/useDateSelection.ts +1 -1
- package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +3 -3
- package/src/components/DatePicker/composables/useTodayButton.ts +1 -1
- package/src/components/DatePicker/composables/useWeekendDays.ts +1 -1
- package/src/components/DatePicker/constants/messages.ts +1 -1
- package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +2 -2
- package/src/components/DatePicker/docExamples/DatePickerValidationExamples.vue +1 -1
- package/src/components/DatePicker/types.ts +2 -2
- package/src/components/DialogBox/tests/DialogBox.spec.ts +26 -4
- package/src/components/DialogBox/tests/__snapshots__/DialogBox.spec.ts.snap +13 -3
- package/src/components/DownloadBtn/tests/__snapshots__/DownloadBtn.spec.ts.snap +8 -2
- package/src/components/ErrorPage/tests/__snapshots__/ErrorPage.spec.ts.snap +18 -4
- package/src/components/ExternalLinks/Accessibilite.mdx +4 -1
- package/src/components/ExternalLinks/Accessibilite.stories.ts +34 -0
- package/src/components/ExternalLinks/ExternalLinks.stories.ts +1 -3
- package/src/components/ExternalLinks/ExternalLinks.vue +96 -41
- package/src/components/ExternalLinks/config.ts +5 -4
- package/src/components/ExternalLinks/locales.ts +1 -0
- package/src/components/ExternalLinks/tests/ExternalLinks.spec.ts +3 -3
- package/src/components/ExternalLinks/tests/__snapshots__/ExternalLinks.spec.ts.snap +510 -400
- package/src/components/FilterInline/tests/__snapshots__/FilterInline.spec.ts.snap +3 -3
- package/src/components/FilterSideBar/tests/FilterSideBar.spec.ts +15 -6
- package/src/components/FooterBar/Accessibilite.stories.ts +4 -0
- package/src/components/FooterBar/FooterBar.vue +9 -5
- package/src/components/FooterBar/tests/__snapshots__/FooterBar.spec.ts.snap +0 -5
- package/src/components/FranceConnectBtn/tests/__snapshots__/FranceConnectBtn.spec.ts.snap +15 -3
- package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/HeaderBurgerMenu.spec.ts.snap +5 -1
- package/src/components/HeaderBar/HeaderLogo/tests/HeaderLogo.spec.ts +31 -6
- package/src/components/HeaderBar/tests/__snapshots__/HeaderBar.spec.ts.snap +7 -1
- package/src/components/HeaderBar/tests/useHeaderResponsiveMode.spec.ts +63 -5
- package/src/components/NirField/NirField.vue +41 -1
- package/src/components/NirField/tests/NirField.spec.ts +2 -2
- package/src/components/NotFoundPage/tests/__snapshots__/NotFoundPage.spec.ts.snap +18 -4
- package/src/components/PeriodField/PeriodField.vue +3 -3
- package/src/components/RangeField/RangeSlider/tests/__snapshots__/rangeSlider.spec.ts.snap +12 -3
- package/src/components/RangeField/tests/__snapshots__/RangeField.spec.ts.snap +132 -111
- package/src/components/RatingPicker/EmotionPicker/tests/__snapshots__/EmotionPicker.spec.ts.snap +66 -31
- package/src/components/RatingPicker/NumberPicker/tests/__snapshots__/NumberPicker.spec.ts.snap +33 -33
- package/src/components/RatingPicker/StarsPicker/tests/__snapshots__/StarsPicker.spec.ts.snap +43 -23
- package/src/components/RatingPicker/tests/__snapshots__/RatingPicker.spec.ts.snap +33 -33
- package/src/components/SyAlert/tests/__snapshots__/SyAlert.spec.ts.snap +5 -1
- package/src/components/TableToolbar/tests/__snapshots__/TableToolbar.spec.ts.snap +107 -95
- package/src/components/Tables/SyServerTable/SyServerTable.vue +43 -2
- package/src/components/Tables/SyTable/SyTable.vue +45 -7
- package/src/components/Tables/common/SyTablePagination.vue +10 -6
- package/src/components/Tables/common/filters/DateFilter.vue +1 -1
- package/src/components/Tables/common/filters/SelectFilter.vue +1 -2
- package/src/components/Tables/common/filters/tests/DateFilter.spec.ts +2 -2
- package/src/components/Tables/common/locales.ts +7 -0
- package/src/components/Tables/common/useTableAria.ts +279 -0
- package/src/components/ToolbarContainer/ToolbarContainer.vue +4 -4
- package/src/components/UploadWorkflow/tests/__snapshots__/UploadWorkflow.spec.ts.snap +17 -5
- package/src/components/index.ts +1 -1
- package/src/composables/date/tests/useDatePickerAccessibility.spec.ts +1 -1
- package/src/composables/date/useDateInitialization.ts +1 -1
- package/src/composables/date/useDateInitializationDayjs.ts +1 -1
- package/src/composables/date/useDatePickerAccessibility.ts +5 -5
- package/src/composables/useFilterable/useFilterable.spec.ts +10 -2
- package/src/designTokens/utils/createFontVariables.ts +6 -6
- package/src/directives/Toolbar.ts +172 -0
- package/src/directives/letterSpacing.ts +233 -0
- package/src/stories/Accessibilite/Avancement/Avancement.mdx +6 -6
- package/src/stories/Accessibilite/Avancement/Avancement.stories.ts +10 -9
- package/src/utils/functions/throttleDisplayFn/tests/throttleDisplayFn.spec.ts +27 -2
- package/src/utils/rules/isHolidayDay/IsHolidayDay.stories.ts +2 -2
- package/dist/DateFilter-DFKfon7L.js +0 -98
- package/dist/NumberFilter-DmhIL2Pr.js +0 -121
- package/dist/PeriodFilter-C46V6bYN.js +0 -112
- package/dist/SelectFilter-B8dtHtHo.js +0 -136
- package/dist/TextFilter-COKGday2.js +0 -114
- package/src/components/FilterSideBar/tests/__snapshots__/FilterSideBar.spec.ts.snap +0 -173
- package/src/components/SocialMediaLinks/tests/__snapshots__/SocialMediaLinks.spec.ts.snap +0 -186
- /package/src/components/DatePicker/{DatePicker → CalendarMode}/DatePicker.mdx +0 -0
package/src/components/RatingPicker/EmotionPicker/tests/__snapshots__/EmotionPicker.spec.ts.snap
CHANGED
|
@@ -17,7 +17,7 @@ exports[`EmotionPicker > renders correctly 1`] = `
|
|
|
17
17
|
">
|
|
18
18
|
<label
|
|
19
19
|
class=""
|
|
20
|
-
for="v-rating-0-0"
|
|
20
|
+
for="v-rating-v-0-0"
|
|
21
21
|
>
|
|
22
22
|
<span class="v-rating__hidden">
|
|
23
23
|
Rating 0 of 3
|
|
@@ -27,8 +27,8 @@ exports[`EmotionPicker > renders correctly 1`] = `
|
|
|
27
27
|
<input
|
|
28
28
|
checked=""
|
|
29
29
|
class="v-rating__hidden"
|
|
30
|
-
id="v-rating-0-0"
|
|
31
|
-
name="v-rating-0"
|
|
30
|
+
id="v-rating-v-0-0"
|
|
31
|
+
name="v-rating-v-0"
|
|
32
32
|
tabindex="-1"
|
|
33
33
|
type="radio"
|
|
34
34
|
value="0"
|
|
@@ -38,7 +38,7 @@ exports[`EmotionPicker > renders correctly 1`] = `
|
|
|
38
38
|
<div class="v-rating__item">
|
|
39
39
|
<label
|
|
40
40
|
class=""
|
|
41
|
-
for="v-rating-0-1"
|
|
41
|
+
for="v-rating-v-0-1"
|
|
42
42
|
>
|
|
43
43
|
<span class="v-rating__hidden">
|
|
44
44
|
Rating 1 of 3
|
|
@@ -58,7 +58,10 @@ exports[`EmotionPicker > renders correctly 1`] = `
|
|
|
58
58
|
v-btn--variant-text
|
|
59
59
|
v-theme--light
|
|
60
60
|
"
|
|
61
|
-
style="
|
|
61
|
+
style="
|
|
62
|
+
min-height: 88px;
|
|
63
|
+
min-width: 88px;
|
|
64
|
+
"
|
|
62
65
|
title="Pas du tout"
|
|
63
66
|
type="button"
|
|
64
67
|
>
|
|
@@ -128,7 +131,11 @@ exports[`EmotionPicker > renders correctly 1`] = `
|
|
|
128
131
|
v-icon
|
|
129
132
|
v-theme--light
|
|
130
133
|
"
|
|
131
|
-
style="
|
|
134
|
+
style="
|
|
135
|
+
font-size: 40px;
|
|
136
|
+
height: 40px;
|
|
137
|
+
width: 40px;
|
|
138
|
+
"
|
|
132
139
|
></i>
|
|
133
140
|
<span class="
|
|
134
141
|
mt-1
|
|
@@ -144,8 +151,8 @@ exports[`EmotionPicker > renders correctly 1`] = `
|
|
|
144
151
|
</label>
|
|
145
152
|
<input
|
|
146
153
|
class="v-rating__hidden"
|
|
147
|
-
id="v-rating-0-1"
|
|
148
|
-
name="v-rating-0"
|
|
154
|
+
id="v-rating-v-0-1"
|
|
155
|
+
name="v-rating-v-0"
|
|
149
156
|
tabindex="-1"
|
|
150
157
|
type="radio"
|
|
151
158
|
value="1"
|
|
@@ -158,7 +165,7 @@ exports[`EmotionPicker > renders correctly 1`] = `
|
|
|
158
165
|
<div class="v-rating__item">
|
|
159
166
|
<label
|
|
160
167
|
class=""
|
|
161
|
-
for="v-rating-0-2"
|
|
168
|
+
for="v-rating-v-0-2"
|
|
162
169
|
>
|
|
163
170
|
<span class="v-rating__hidden">
|
|
164
171
|
Rating 2 of 3
|
|
@@ -178,7 +185,10 @@ exports[`EmotionPicker > renders correctly 1`] = `
|
|
|
178
185
|
v-btn--variant-text
|
|
179
186
|
v-theme--light
|
|
180
187
|
"
|
|
181
|
-
style="
|
|
188
|
+
style="
|
|
189
|
+
min-height: 88px;
|
|
190
|
+
min-width: 88px;
|
|
191
|
+
"
|
|
182
192
|
title="Peut-être"
|
|
183
193
|
type="button"
|
|
184
194
|
>
|
|
@@ -248,7 +258,11 @@ exports[`EmotionPicker > renders correctly 1`] = `
|
|
|
248
258
|
v-icon
|
|
249
259
|
v-theme--light
|
|
250
260
|
"
|
|
251
|
-
style="
|
|
261
|
+
style="
|
|
262
|
+
font-size: 40px;
|
|
263
|
+
height: 40px;
|
|
264
|
+
width: 40px;
|
|
265
|
+
"
|
|
252
266
|
></i>
|
|
253
267
|
<span class="
|
|
254
268
|
mt-1
|
|
@@ -264,8 +278,8 @@ exports[`EmotionPicker > renders correctly 1`] = `
|
|
|
264
278
|
</label>
|
|
265
279
|
<input
|
|
266
280
|
class="v-rating__hidden"
|
|
267
|
-
id="v-rating-0-2"
|
|
268
|
-
name="v-rating-0"
|
|
281
|
+
id="v-rating-v-0-2"
|
|
282
|
+
name="v-rating-v-0"
|
|
269
283
|
tabindex="-1"
|
|
270
284
|
type="radio"
|
|
271
285
|
value="2"
|
|
@@ -278,7 +292,7 @@ exports[`EmotionPicker > renders correctly 1`] = `
|
|
|
278
292
|
<div class="v-rating__item">
|
|
279
293
|
<label
|
|
280
294
|
class=""
|
|
281
|
-
for="v-rating-0-3"
|
|
295
|
+
for="v-rating-v-0-3"
|
|
282
296
|
>
|
|
283
297
|
<span class="v-rating__hidden">
|
|
284
298
|
Rating 3 of 3
|
|
@@ -298,7 +312,10 @@ exports[`EmotionPicker > renders correctly 1`] = `
|
|
|
298
312
|
v-btn--variant-text
|
|
299
313
|
v-theme--light
|
|
300
314
|
"
|
|
301
|
-
style="
|
|
315
|
+
style="
|
|
316
|
+
min-height: 88px;
|
|
317
|
+
min-width: 88px;
|
|
318
|
+
"
|
|
302
319
|
title="Oui super"
|
|
303
320
|
type="button"
|
|
304
321
|
>
|
|
@@ -368,7 +385,11 @@ exports[`EmotionPicker > renders correctly 1`] = `
|
|
|
368
385
|
v-icon
|
|
369
386
|
v-theme--light
|
|
370
387
|
"
|
|
371
|
-
style="
|
|
388
|
+
style="
|
|
389
|
+
font-size: 40px;
|
|
390
|
+
height: 40px;
|
|
391
|
+
width: 40px;
|
|
392
|
+
"
|
|
372
393
|
></i>
|
|
373
394
|
<span class="
|
|
374
395
|
mt-1
|
|
@@ -384,8 +405,8 @@ exports[`EmotionPicker > renders correctly 1`] = `
|
|
|
384
405
|
</label>
|
|
385
406
|
<input
|
|
386
407
|
class="v-rating__hidden"
|
|
387
|
-
id="v-rating-0-3"
|
|
388
|
-
name="v-rating-0"
|
|
408
|
+
id="v-rating-v-0-3"
|
|
409
|
+
name="v-rating-v-0"
|
|
389
410
|
tabindex="-1"
|
|
390
411
|
type="radio"
|
|
391
412
|
value="3"
|
|
@@ -414,7 +435,7 @@ exports[`EmotionPicker > renders correctly with only 2 items 1`] = `
|
|
|
414
435
|
">
|
|
415
436
|
<label
|
|
416
437
|
class=""
|
|
417
|
-
for="v-rating-0-0"
|
|
438
|
+
for="v-rating-v-0-0"
|
|
418
439
|
>
|
|
419
440
|
<span class="v-rating__hidden">
|
|
420
441
|
Rating 0 of 2
|
|
@@ -424,8 +445,8 @@ exports[`EmotionPicker > renders correctly with only 2 items 1`] = `
|
|
|
424
445
|
<input
|
|
425
446
|
checked=""
|
|
426
447
|
class="v-rating__hidden"
|
|
427
|
-
id="v-rating-0-0"
|
|
428
|
-
name="v-rating-0"
|
|
448
|
+
id="v-rating-v-0-0"
|
|
449
|
+
name="v-rating-v-0"
|
|
429
450
|
tabindex="-1"
|
|
430
451
|
type="radio"
|
|
431
452
|
value="0"
|
|
@@ -435,7 +456,7 @@ exports[`EmotionPicker > renders correctly with only 2 items 1`] = `
|
|
|
435
456
|
<div class="v-rating__item">
|
|
436
457
|
<label
|
|
437
458
|
class=""
|
|
438
|
-
for="v-rating-0-1"
|
|
459
|
+
for="v-rating-v-0-1"
|
|
439
460
|
>
|
|
440
461
|
<span class="v-rating__hidden">
|
|
441
462
|
Rating 1 of 2
|
|
@@ -455,7 +476,10 @@ exports[`EmotionPicker > renders correctly with only 2 items 1`] = `
|
|
|
455
476
|
v-btn--variant-text
|
|
456
477
|
v-theme--light
|
|
457
478
|
"
|
|
458
|
-
style="
|
|
479
|
+
style="
|
|
480
|
+
min-height: 88px;
|
|
481
|
+
min-width: 88px;
|
|
482
|
+
"
|
|
459
483
|
title="Pas du tout"
|
|
460
484
|
type="button"
|
|
461
485
|
>
|
|
@@ -525,7 +549,11 @@ exports[`EmotionPicker > renders correctly with only 2 items 1`] = `
|
|
|
525
549
|
v-icon
|
|
526
550
|
v-theme--light
|
|
527
551
|
"
|
|
528
|
-
style="
|
|
552
|
+
style="
|
|
553
|
+
font-size: 40px;
|
|
554
|
+
height: 40px;
|
|
555
|
+
width: 40px;
|
|
556
|
+
"
|
|
529
557
|
></i>
|
|
530
558
|
<span class="
|
|
531
559
|
mt-1
|
|
@@ -541,8 +569,8 @@ exports[`EmotionPicker > renders correctly with only 2 items 1`] = `
|
|
|
541
569
|
</label>
|
|
542
570
|
<input
|
|
543
571
|
class="v-rating__hidden"
|
|
544
|
-
id="v-rating-0-1"
|
|
545
|
-
name="v-rating-0"
|
|
572
|
+
id="v-rating-v-0-1"
|
|
573
|
+
name="v-rating-v-0"
|
|
546
574
|
tabindex="-1"
|
|
547
575
|
type="radio"
|
|
548
576
|
value="1"
|
|
@@ -555,7 +583,7 @@ exports[`EmotionPicker > renders correctly with only 2 items 1`] = `
|
|
|
555
583
|
<div class="v-rating__item">
|
|
556
584
|
<label
|
|
557
585
|
class=""
|
|
558
|
-
for="v-rating-0-2"
|
|
586
|
+
for="v-rating-v-0-2"
|
|
559
587
|
>
|
|
560
588
|
<span class="v-rating__hidden">
|
|
561
589
|
Rating 2 of 2
|
|
@@ -575,7 +603,10 @@ exports[`EmotionPicker > renders correctly with only 2 items 1`] = `
|
|
|
575
603
|
v-btn--variant-text
|
|
576
604
|
v-theme--light
|
|
577
605
|
"
|
|
578
|
-
style="
|
|
606
|
+
style="
|
|
607
|
+
min-height: 88px;
|
|
608
|
+
min-width: 88px;
|
|
609
|
+
"
|
|
579
610
|
title="Oui super"
|
|
580
611
|
type="button"
|
|
581
612
|
>
|
|
@@ -645,7 +676,11 @@ exports[`EmotionPicker > renders correctly with only 2 items 1`] = `
|
|
|
645
676
|
v-icon
|
|
646
677
|
v-theme--light
|
|
647
678
|
"
|
|
648
|
-
style="
|
|
679
|
+
style="
|
|
680
|
+
font-size: 40px;
|
|
681
|
+
height: 40px;
|
|
682
|
+
width: 40px;
|
|
683
|
+
"
|
|
649
684
|
></i>
|
|
650
685
|
<span class="
|
|
651
686
|
mt-1
|
|
@@ -661,8 +696,8 @@ exports[`EmotionPicker > renders correctly with only 2 items 1`] = `
|
|
|
661
696
|
</label>
|
|
662
697
|
<input
|
|
663
698
|
class="v-rating__hidden"
|
|
664
|
-
id="v-rating-0-2"
|
|
665
|
-
name="v-rating-0"
|
|
699
|
+
id="v-rating-v-0-2"
|
|
700
|
+
name="v-rating-v-0"
|
|
666
701
|
tabindex="-1"
|
|
667
702
|
type="radio"
|
|
668
703
|
value="2"
|
package/src/components/RatingPicker/NumberPicker/tests/__snapshots__/NumberPicker.spec.ts.snap
CHANGED
|
@@ -21,7 +21,7 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
21
21
|
">
|
|
22
22
|
<label
|
|
23
23
|
class=""
|
|
24
|
-
for="v-rating-0-0"
|
|
24
|
+
for="v-rating-v-0-0"
|
|
25
25
|
>
|
|
26
26
|
<span class="v-rating__hidden">
|
|
27
27
|
Rating 0 of 10
|
|
@@ -31,8 +31,8 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
31
31
|
<input
|
|
32
32
|
checked=""
|
|
33
33
|
class="v-rating__hidden"
|
|
34
|
-
id="v-rating-0-0"
|
|
35
|
-
name="v-rating-0"
|
|
34
|
+
id="v-rating-v-0-0"
|
|
35
|
+
name="v-rating-v-0"
|
|
36
36
|
tabindex="-1"
|
|
37
37
|
type="radio"
|
|
38
38
|
value="0"
|
|
@@ -42,7 +42,7 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
42
42
|
<div class="v-rating__item">
|
|
43
43
|
<label
|
|
44
44
|
class=""
|
|
45
|
-
for="v-rating-0-1"
|
|
45
|
+
for="v-rating-v-0-1"
|
|
46
46
|
>
|
|
47
47
|
<span class="v-rating__hidden">
|
|
48
48
|
Rating 1 of 10
|
|
@@ -78,8 +78,8 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
78
78
|
</label>
|
|
79
79
|
<input
|
|
80
80
|
class="v-rating__hidden"
|
|
81
|
-
id="v-rating-0-1"
|
|
82
|
-
name="v-rating-0"
|
|
81
|
+
id="v-rating-v-0-1"
|
|
82
|
+
name="v-rating-v-0"
|
|
83
83
|
tabindex="-1"
|
|
84
84
|
type="radio"
|
|
85
85
|
value="1"
|
|
@@ -92,7 +92,7 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
92
92
|
<div class="v-rating__item">
|
|
93
93
|
<label
|
|
94
94
|
class=""
|
|
95
|
-
for="v-rating-0-2"
|
|
95
|
+
for="v-rating-v-0-2"
|
|
96
96
|
>
|
|
97
97
|
<span class="v-rating__hidden">
|
|
98
98
|
Rating 2 of 10
|
|
@@ -128,8 +128,8 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
128
128
|
</label>
|
|
129
129
|
<input
|
|
130
130
|
class="v-rating__hidden"
|
|
131
|
-
id="v-rating-0-2"
|
|
132
|
-
name="v-rating-0"
|
|
131
|
+
id="v-rating-v-0-2"
|
|
132
|
+
name="v-rating-v-0"
|
|
133
133
|
tabindex="-1"
|
|
134
134
|
type="radio"
|
|
135
135
|
value="2"
|
|
@@ -142,7 +142,7 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
142
142
|
<div class="v-rating__item">
|
|
143
143
|
<label
|
|
144
144
|
class=""
|
|
145
|
-
for="v-rating-0-3"
|
|
145
|
+
for="v-rating-v-0-3"
|
|
146
146
|
>
|
|
147
147
|
<span class="v-rating__hidden">
|
|
148
148
|
Rating 3 of 10
|
|
@@ -178,8 +178,8 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
178
178
|
</label>
|
|
179
179
|
<input
|
|
180
180
|
class="v-rating__hidden"
|
|
181
|
-
id="v-rating-0-3"
|
|
182
|
-
name="v-rating-0"
|
|
181
|
+
id="v-rating-v-0-3"
|
|
182
|
+
name="v-rating-v-0"
|
|
183
183
|
tabindex="-1"
|
|
184
184
|
type="radio"
|
|
185
185
|
value="3"
|
|
@@ -192,7 +192,7 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
192
192
|
<div class="v-rating__item">
|
|
193
193
|
<label
|
|
194
194
|
class=""
|
|
195
|
-
for="v-rating-0-4"
|
|
195
|
+
for="v-rating-v-0-4"
|
|
196
196
|
>
|
|
197
197
|
<span class="v-rating__hidden">
|
|
198
198
|
Rating 4 of 10
|
|
@@ -228,8 +228,8 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
228
228
|
</label>
|
|
229
229
|
<input
|
|
230
230
|
class="v-rating__hidden"
|
|
231
|
-
id="v-rating-0-4"
|
|
232
|
-
name="v-rating-0"
|
|
231
|
+
id="v-rating-v-0-4"
|
|
232
|
+
name="v-rating-v-0"
|
|
233
233
|
tabindex="-1"
|
|
234
234
|
type="radio"
|
|
235
235
|
value="4"
|
|
@@ -242,7 +242,7 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
242
242
|
<div class="v-rating__item">
|
|
243
243
|
<label
|
|
244
244
|
class=""
|
|
245
|
-
for="v-rating-0-5"
|
|
245
|
+
for="v-rating-v-0-5"
|
|
246
246
|
>
|
|
247
247
|
<span class="v-rating__hidden">
|
|
248
248
|
Rating 5 of 10
|
|
@@ -278,8 +278,8 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
278
278
|
</label>
|
|
279
279
|
<input
|
|
280
280
|
class="v-rating__hidden"
|
|
281
|
-
id="v-rating-0-5"
|
|
282
|
-
name="v-rating-0"
|
|
281
|
+
id="v-rating-v-0-5"
|
|
282
|
+
name="v-rating-v-0"
|
|
283
283
|
tabindex="-1"
|
|
284
284
|
type="radio"
|
|
285
285
|
value="5"
|
|
@@ -292,7 +292,7 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
292
292
|
<div class="v-rating__item">
|
|
293
293
|
<label
|
|
294
294
|
class=""
|
|
295
|
-
for="v-rating-0-6"
|
|
295
|
+
for="v-rating-v-0-6"
|
|
296
296
|
>
|
|
297
297
|
<span class="v-rating__hidden">
|
|
298
298
|
Rating 6 of 10
|
|
@@ -328,8 +328,8 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
328
328
|
</label>
|
|
329
329
|
<input
|
|
330
330
|
class="v-rating__hidden"
|
|
331
|
-
id="v-rating-0-6"
|
|
332
|
-
name="v-rating-0"
|
|
331
|
+
id="v-rating-v-0-6"
|
|
332
|
+
name="v-rating-v-0"
|
|
333
333
|
tabindex="-1"
|
|
334
334
|
type="radio"
|
|
335
335
|
value="6"
|
|
@@ -342,7 +342,7 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
342
342
|
<div class="v-rating__item">
|
|
343
343
|
<label
|
|
344
344
|
class=""
|
|
345
|
-
for="v-rating-0-7"
|
|
345
|
+
for="v-rating-v-0-7"
|
|
346
346
|
>
|
|
347
347
|
<span class="v-rating__hidden">
|
|
348
348
|
Rating 7 of 10
|
|
@@ -378,8 +378,8 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
378
378
|
</label>
|
|
379
379
|
<input
|
|
380
380
|
class="v-rating__hidden"
|
|
381
|
-
id="v-rating-0-7"
|
|
382
|
-
name="v-rating-0"
|
|
381
|
+
id="v-rating-v-0-7"
|
|
382
|
+
name="v-rating-v-0"
|
|
383
383
|
tabindex="-1"
|
|
384
384
|
type="radio"
|
|
385
385
|
value="7"
|
|
@@ -392,7 +392,7 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
392
392
|
<div class="v-rating__item">
|
|
393
393
|
<label
|
|
394
394
|
class=""
|
|
395
|
-
for="v-rating-0-8"
|
|
395
|
+
for="v-rating-v-0-8"
|
|
396
396
|
>
|
|
397
397
|
<span class="v-rating__hidden">
|
|
398
398
|
Rating 8 of 10
|
|
@@ -428,8 +428,8 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
428
428
|
</label>
|
|
429
429
|
<input
|
|
430
430
|
class="v-rating__hidden"
|
|
431
|
-
id="v-rating-0-8"
|
|
432
|
-
name="v-rating-0"
|
|
431
|
+
id="v-rating-v-0-8"
|
|
432
|
+
name="v-rating-v-0"
|
|
433
433
|
tabindex="-1"
|
|
434
434
|
type="radio"
|
|
435
435
|
value="8"
|
|
@@ -442,7 +442,7 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
442
442
|
<div class="v-rating__item">
|
|
443
443
|
<label
|
|
444
444
|
class=""
|
|
445
|
-
for="v-rating-0-9"
|
|
445
|
+
for="v-rating-v-0-9"
|
|
446
446
|
>
|
|
447
447
|
<span class="v-rating__hidden">
|
|
448
448
|
Rating 9 of 10
|
|
@@ -478,8 +478,8 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
478
478
|
</label>
|
|
479
479
|
<input
|
|
480
480
|
class="v-rating__hidden"
|
|
481
|
-
id="v-rating-0-9"
|
|
482
|
-
name="v-rating-0"
|
|
481
|
+
id="v-rating-v-0-9"
|
|
482
|
+
name="v-rating-v-0"
|
|
483
483
|
tabindex="-1"
|
|
484
484
|
type="radio"
|
|
485
485
|
value="9"
|
|
@@ -492,7 +492,7 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
492
492
|
<div class="v-rating__item">
|
|
493
493
|
<label
|
|
494
494
|
class=""
|
|
495
|
-
for="v-rating-0-10"
|
|
495
|
+
for="v-rating-v-0-10"
|
|
496
496
|
>
|
|
497
497
|
<span class="v-rating__hidden">
|
|
498
498
|
Rating 10 of 10
|
|
@@ -528,8 +528,8 @@ exports[`NumberPicker > renders correctly 1`] = `
|
|
|
528
528
|
</label>
|
|
529
529
|
<input
|
|
530
530
|
class="v-rating__hidden"
|
|
531
|
-
id="v-rating-0-10"
|
|
532
|
-
name="v-rating-0"
|
|
531
|
+
id="v-rating-v-0-10"
|
|
532
|
+
name="v-rating-v-0"
|
|
533
533
|
tabindex="-1"
|
|
534
534
|
type="radio"
|
|
535
535
|
value="10"
|
package/src/components/RatingPicker/StarsPicker/tests/__snapshots__/StarsPicker.spec.ts.snap
CHANGED
|
@@ -18,7 +18,7 @@ exports[`StarsPicker > renders correctly 1`] = `
|
|
|
18
18
|
">
|
|
19
19
|
<label
|
|
20
20
|
class=""
|
|
21
|
-
for="v-rating-0-0"
|
|
21
|
+
for="v-rating-v-0-0"
|
|
22
22
|
>
|
|
23
23
|
<span class="v-rating__hidden">
|
|
24
24
|
Rating 0 of 5
|
|
@@ -28,8 +28,8 @@ exports[`StarsPicker > renders correctly 1`] = `
|
|
|
28
28
|
<input
|
|
29
29
|
checked=""
|
|
30
30
|
class="v-rating__hidden"
|
|
31
|
-
id="v-rating-0-0"
|
|
32
|
-
name="v-rating-0"
|
|
31
|
+
id="v-rating-v-0-0"
|
|
32
|
+
name="v-rating-v-0"
|
|
33
33
|
tabindex="-1"
|
|
34
34
|
type="radio"
|
|
35
35
|
value="0"
|
|
@@ -39,7 +39,7 @@ exports[`StarsPicker > renders correctly 1`] = `
|
|
|
39
39
|
<div class="v-rating__item">
|
|
40
40
|
<label
|
|
41
41
|
class=""
|
|
42
|
-
for="v-rating-0-1"
|
|
42
|
+
for="v-rating-v-0-1"
|
|
43
43
|
>
|
|
44
44
|
<span class="v-rating__hidden">
|
|
45
45
|
Rating 1 of 5
|
|
@@ -60,14 +60,18 @@ exports[`StarsPicker > renders correctly 1`] = `
|
|
|
60
60
|
v-icon
|
|
61
61
|
v-theme--light
|
|
62
62
|
"
|
|
63
|
-
style="
|
|
63
|
+
style="
|
|
64
|
+
font-size: 36px;
|
|
65
|
+
height: 36px;
|
|
66
|
+
width: 36px;
|
|
67
|
+
"
|
|
64
68
|
></i>
|
|
65
69
|
</button>
|
|
66
70
|
</label>
|
|
67
71
|
<input
|
|
68
72
|
class="v-rating__hidden"
|
|
69
|
-
id="v-rating-0-1"
|
|
70
|
-
name="v-rating-0"
|
|
73
|
+
id="v-rating-v-0-1"
|
|
74
|
+
name="v-rating-v-0"
|
|
71
75
|
tabindex="-1"
|
|
72
76
|
type="radio"
|
|
73
77
|
value="1"
|
|
@@ -80,7 +84,7 @@ exports[`StarsPicker > renders correctly 1`] = `
|
|
|
80
84
|
<div class="v-rating__item">
|
|
81
85
|
<label
|
|
82
86
|
class=""
|
|
83
|
-
for="v-rating-0-2"
|
|
87
|
+
for="v-rating-v-0-2"
|
|
84
88
|
>
|
|
85
89
|
<span class="v-rating__hidden">
|
|
86
90
|
Rating 2 of 5
|
|
@@ -101,14 +105,18 @@ exports[`StarsPicker > renders correctly 1`] = `
|
|
|
101
105
|
v-icon
|
|
102
106
|
v-theme--light
|
|
103
107
|
"
|
|
104
|
-
style="
|
|
108
|
+
style="
|
|
109
|
+
font-size: 36px;
|
|
110
|
+
height: 36px;
|
|
111
|
+
width: 36px;
|
|
112
|
+
"
|
|
105
113
|
></i>
|
|
106
114
|
</button>
|
|
107
115
|
</label>
|
|
108
116
|
<input
|
|
109
117
|
class="v-rating__hidden"
|
|
110
|
-
id="v-rating-0-2"
|
|
111
|
-
name="v-rating-0"
|
|
118
|
+
id="v-rating-v-0-2"
|
|
119
|
+
name="v-rating-v-0"
|
|
112
120
|
tabindex="-1"
|
|
113
121
|
type="radio"
|
|
114
122
|
value="2"
|
|
@@ -121,7 +129,7 @@ exports[`StarsPicker > renders correctly 1`] = `
|
|
|
121
129
|
<div class="v-rating__item">
|
|
122
130
|
<label
|
|
123
131
|
class=""
|
|
124
|
-
for="v-rating-0-3"
|
|
132
|
+
for="v-rating-v-0-3"
|
|
125
133
|
>
|
|
126
134
|
<span class="v-rating__hidden">
|
|
127
135
|
Rating 3 of 5
|
|
@@ -142,14 +150,18 @@ exports[`StarsPicker > renders correctly 1`] = `
|
|
|
142
150
|
v-icon
|
|
143
151
|
v-theme--light
|
|
144
152
|
"
|
|
145
|
-
style="
|
|
153
|
+
style="
|
|
154
|
+
font-size: 36px;
|
|
155
|
+
height: 36px;
|
|
156
|
+
width: 36px;
|
|
157
|
+
"
|
|
146
158
|
></i>
|
|
147
159
|
</button>
|
|
148
160
|
</label>
|
|
149
161
|
<input
|
|
150
162
|
class="v-rating__hidden"
|
|
151
|
-
id="v-rating-0-3"
|
|
152
|
-
name="v-rating-0"
|
|
163
|
+
id="v-rating-v-0-3"
|
|
164
|
+
name="v-rating-v-0"
|
|
153
165
|
tabindex="-1"
|
|
154
166
|
type="radio"
|
|
155
167
|
value="3"
|
|
@@ -162,7 +174,7 @@ exports[`StarsPicker > renders correctly 1`] = `
|
|
|
162
174
|
<div class="v-rating__item">
|
|
163
175
|
<label
|
|
164
176
|
class=""
|
|
165
|
-
for="v-rating-0-4"
|
|
177
|
+
for="v-rating-v-0-4"
|
|
166
178
|
>
|
|
167
179
|
<span class="v-rating__hidden">
|
|
168
180
|
Rating 4 of 5
|
|
@@ -183,14 +195,18 @@ exports[`StarsPicker > renders correctly 1`] = `
|
|
|
183
195
|
v-icon
|
|
184
196
|
v-theme--light
|
|
185
197
|
"
|
|
186
|
-
style="
|
|
198
|
+
style="
|
|
199
|
+
font-size: 36px;
|
|
200
|
+
height: 36px;
|
|
201
|
+
width: 36px;
|
|
202
|
+
"
|
|
187
203
|
></i>
|
|
188
204
|
</button>
|
|
189
205
|
</label>
|
|
190
206
|
<input
|
|
191
207
|
class="v-rating__hidden"
|
|
192
|
-
id="v-rating-0-4"
|
|
193
|
-
name="v-rating-0"
|
|
208
|
+
id="v-rating-v-0-4"
|
|
209
|
+
name="v-rating-v-0"
|
|
194
210
|
tabindex="-1"
|
|
195
211
|
type="radio"
|
|
196
212
|
value="4"
|
|
@@ -203,7 +219,7 @@ exports[`StarsPicker > renders correctly 1`] = `
|
|
|
203
219
|
<div class="v-rating__item">
|
|
204
220
|
<label
|
|
205
221
|
class=""
|
|
206
|
-
for="v-rating-0-5"
|
|
222
|
+
for="v-rating-v-0-5"
|
|
207
223
|
>
|
|
208
224
|
<span class="v-rating__hidden">
|
|
209
225
|
Rating 5 of 5
|
|
@@ -224,14 +240,18 @@ exports[`StarsPicker > renders correctly 1`] = `
|
|
|
224
240
|
v-icon
|
|
225
241
|
v-theme--light
|
|
226
242
|
"
|
|
227
|
-
style="
|
|
243
|
+
style="
|
|
244
|
+
font-size: 36px;
|
|
245
|
+
height: 36px;
|
|
246
|
+
width: 36px;
|
|
247
|
+
"
|
|
228
248
|
></i>
|
|
229
249
|
</button>
|
|
230
250
|
</label>
|
|
231
251
|
<input
|
|
232
252
|
class="v-rating__hidden"
|
|
233
|
-
id="v-rating-0-5"
|
|
234
|
-
name="v-rating-0"
|
|
253
|
+
id="v-rating-v-0-5"
|
|
254
|
+
name="v-rating-v-0"
|
|
235
255
|
tabindex="-1"
|
|
236
256
|
type="radio"
|
|
237
257
|
value="5"
|