@vc-shell/framework 2.4.0-pr295.1242472 → 2.4.0-pr296.cd94f75
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/chunks/{VcScheduler.vue_vue_type_script_setup_true_lang-iRWYakRf.js → VcScheduler.vue_vue_type_script_setup_true_lang-CKYQL237.js} +3 -0
- package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-CKYQL237.js.map +1 -0
- package/dist/framework.js +13 -5
- package/dist/framework.js.map +1 -1
- package/dist/shell/auth/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts.map +1 -1
- package/dist/shell/auth/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
- package/dist/shell/auth/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
- package/dist/shell/components/change-password/change-password.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/index.js +1 -1
- package/package.json +4 -4
- package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-iRWYakRf.js.map +0 -1
|
@@ -10253,6 +10253,7 @@ const Jh = { class: "vc-menu-item__content" }, Zh = { class: "vc-menu-item__titl
|
|
|
10253
10253
|
label: a(r)("COMPONENTS.CHANGE_PASSWORD.CURRENT_PASSWORD.LABEL"),
|
|
10254
10254
|
placeholder: a(r)("COMPONENTS.CHANGE_PASSWORD.CURRENT_PASSWORD.PLACEHOLDER"),
|
|
10255
10255
|
type: "password",
|
|
10256
|
+
autocomplete: "current-password",
|
|
10256
10257
|
required: "",
|
|
10257
10258
|
error: !!V.length,
|
|
10258
10259
|
"error-message": P
|
|
@@ -10278,6 +10279,7 @@ const Jh = { class: "vc-menu-item__content" }, Zh = { class: "vc-menu-item__titl
|
|
|
10278
10279
|
label: a(r)("COMPONENTS.CHANGE_PASSWORD.NEW_PASSWORD.LABEL"),
|
|
10279
10280
|
placeholder: a(r)("COMPONENTS.CHANGE_PASSWORD.NEW_PASSWORD.PLACEHOLDER"),
|
|
10280
10281
|
type: "password",
|
|
10282
|
+
autocomplete: "new-password",
|
|
10281
10283
|
required: "",
|
|
10282
10284
|
error: !!V.length,
|
|
10283
10285
|
"error-message": P
|
|
@@ -10303,6 +10305,7 @@ const Jh = { class: "vc-menu-item__content" }, Zh = { class: "vc-menu-item__titl
|
|
|
10303
10305
|
label: a(r)("COMPONENTS.CHANGE_PASSWORD.CONFIRM_PASSWORD.LABEL"),
|
|
10304
10306
|
placeholder: a(r)("COMPONENTS.CHANGE_PASSWORD.CONFIRM_PASSWORD.PLACEHOLDER"),
|
|
10305
10307
|
type: "password",
|
|
10308
|
+
autocomplete: "new-password",
|
|
10306
10309
|
required: "",
|
|
10307
10310
|
error: !!V.length,
|
|
10308
10311
|
"error-message": P
|