|
31 | 31 | name="sharing_permission_radio" |
32 | 32 | type="radio" |
33 | 33 | button-variant-grouped="vertical" |
34 | | - @update:checked="toggleCustomPermissions"> |
| 34 | + @update:modelValue="toggleCustomPermissions"> |
35 | 35 | {{ t('files_sharing', 'View only') }} |
36 | 36 | <template #icon> |
37 | 37 | <ViewIcon :size="20" /> |
|
45 | 45 | name="sharing_permission_radio" |
46 | 46 | type="radio" |
47 | 47 | button-variant-grouped="vertical" |
48 | | - @update:checked="toggleCustomPermissions"> |
| 48 | + @update:modelValue="toggleCustomPermissions"> |
49 | 49 | <template v-if="allowsFileDrop"> |
50 | 50 | {{ t('files_sharing', 'Allow upload and editing') }} |
51 | 51 | </template> |
|
65 | 65 | name="sharing_permission_radio" |
66 | 66 | type="radio" |
67 | 67 | button-variant-grouped="vertical" |
68 | | - @update:checked="toggleCustomPermissions"> |
| 68 | + @update:modelValue="toggleCustomPermissions"> |
69 | 69 | {{ t('files_sharing', 'File request') }} |
70 | 70 | <small class="subline">{{ t('files_sharing', 'Upload only') }}</small> |
71 | 71 | <template #icon> |
|
80 | 80 | name="sharing_permission_radio" |
81 | 81 | type="radio" |
82 | 82 | button-variant-grouped="vertical" |
83 | | - @update:checked="expandCustomPermissions"> |
| 83 | + @update:modelValue="expandCustomPermissions"> |
84 | 84 | {{ t('files_sharing', 'Custom permissions') }} |
85 | 85 | <small class="subline">{{ customPermissionsList }}</small> |
86 | 86 | <template #icon> |
|
156 | 156 | <NcCheckboxRadioSwitch |
157 | 157 | v-if="canTogglePasswordProtectedByTalkAvailable" |
158 | 158 | v-model="isPasswordProtectedByTalk" |
159 | | - @update:checked="onPasswordProtectedByTalkChange"> |
| 159 | + @update:modelValue="onPasswordProtectedByTalkChange"> |
160 | 160 | {{ t('files_sharing', 'Video verification') }} |
161 | 161 | </NcCheckboxRadioSwitch> |
162 | 162 | <NcCheckboxRadioSwitch v-model="hasExpirationDate" :disabled="isExpiryDateEnforced"> |
|
179 | 179 | v-if="isPublicShare" |
180 | 180 | v-model="share.hideDownload" |
181 | 181 | :disabled="canChangeHideDownload" |
182 | | - @update:checked="queueUpdate('hideDownload')"> |
| 182 | + @update:modelValue="queueUpdate('hideDownload')"> |
183 | 183 | {{ t('files_sharing', 'Hide download') }} |
184 | 184 | </NcCheckboxRadioSwitch> |
185 | 185 | <NcCheckboxRadioSwitch |
|
0 commit comments