@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.
@@ -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