@vc-shell/framework 2.4.0-pr296.cd94f75 → 2.4.0-pr297.5a39e15
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-CKYQL237.js → VcScheduler.vue_vue_type_script_setup_true_lang-BF2WGXWx.js} +1 -4
- package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-BF2WGXWx.js.map +1 -0
- package/dist/framework.js +7 -15
- package/dist/framework.js.map +1 -1
- package/dist/locales/de.js +2 -0
- package/dist/locales/en.js +2 -0
- package/dist/locales/en.json +2 -0
- package/dist/locales/types.d.ts +2 -0
- 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/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts.map +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-CKYQL237.js.map +0 -1
|
@@ -8370,7 +8370,7 @@ const xg = {
|
|
|
8370
8370
|
e.showBurger ? (s(), p("button", {
|
|
8371
8371
|
key: 1,
|
|
8372
8372
|
class: "sidebar-header__menu-button",
|
|
8373
|
-
"aria-label": e.isMenuOpen ? "
|
|
8373
|
+
"aria-label": e.isMenuOpen ? t.$t("COMPONENTS.ORGANISMS.VC_APP.CLOSE_MENU") : t.$t("COMPONENTS.ORGANISMS.VC_APP.OPEN_MENU"),
|
|
8374
8374
|
"aria-expanded": e.isMenuOpen,
|
|
8375
8375
|
onClick: l[2] || (l[2] = (r) => t.$emit("toggle-menu", r))
|
|
8376
8376
|
}, [
|
|
@@ -10253,7 +10253,6 @@ 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",
|
|
10257
10256
|
required: "",
|
|
10258
10257
|
error: !!V.length,
|
|
10259
10258
|
"error-message": P
|
|
@@ -10279,7 +10278,6 @@ const Jh = { class: "vc-menu-item__content" }, Zh = { class: "vc-menu-item__titl
|
|
|
10279
10278
|
label: a(r)("COMPONENTS.CHANGE_PASSWORD.NEW_PASSWORD.LABEL"),
|
|
10280
10279
|
placeholder: a(r)("COMPONENTS.CHANGE_PASSWORD.NEW_PASSWORD.PLACEHOLDER"),
|
|
10281
10280
|
type: "password",
|
|
10282
|
-
autocomplete: "new-password",
|
|
10283
10281
|
required: "",
|
|
10284
10282
|
error: !!V.length,
|
|
10285
10283
|
"error-message": P
|
|
@@ -10305,7 +10303,6 @@ const Jh = { class: "vc-menu-item__content" }, Zh = { class: "vc-menu-item__titl
|
|
|
10305
10303
|
label: a(r)("COMPONENTS.CHANGE_PASSWORD.CONFIRM_PASSWORD.LABEL"),
|
|
10306
10304
|
placeholder: a(r)("COMPONENTS.CHANGE_PASSWORD.CONFIRM_PASSWORD.PLACEHOLDER"),
|
|
10307
10305
|
type: "password",
|
|
10308
|
-
autocomplete: "new-password",
|
|
10309
10306
|
required: "",
|
|
10310
10307
|
error: !!V.length,
|
|
10311
10308
|
"error-message": P
|