@intlayer/design-system 3.5.3 → 3.5.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/README.md +1 -1
- package/dist/.vite/manifest.json +162 -80
- package/dist/components/Auth/AuthModal/index.cjs +4 -0
- package/dist/components/Auth/AuthModal/index.cjs.map +1 -1
- package/dist/components/Auth/AuthModal/index.mjs +4 -0
- package/dist/components/Auth/AuthModal/index.mjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs +5 -4
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs +5 -4
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.cjs +170 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts +26 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.mjs +170 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.mjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/index.cjs +2 -2
- package/dist/components/Auth/ChangePasswordForm/index.d.ts +1 -1
- package/dist/components/Auth/ChangePasswordForm/index.d.ts.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/index.mjs +2 -2
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs +37 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.cjs +131 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts +15 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.mjs +131 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.mjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/{ChangePasswordSchema.d.ts → useChangePasswordSchema.d.ts} +3 -3
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs +37 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +11 -10
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.d.ts.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +12 -11
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs +86 -32
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +13 -9
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs +85 -31
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs +5 -4
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs +5 -4
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/index.cjs +2 -2
- package/dist/components/Auth/ResetPasswordForm/index.d.ts +1 -1
- package/dist/components/Auth/ResetPasswordForm/index.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/index.mjs +2 -2
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.cjs +123 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts +21 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.mjs +123 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.mjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs +16 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.cjs +56 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts +10 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.mjs +56 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.mjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.d.ts +10 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs +16 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/SignInForm.cjs +22 -15
- package/dist/components/Auth/SignInForm/SignInForm.cjs.map +1 -1
- package/dist/components/Auth/SignInForm/SignInForm.d.ts +1 -1
- package/dist/components/Auth/SignInForm/SignInForm.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/SignInForm.mjs +22 -15
- package/dist/components/Auth/SignInForm/SignInForm.mjs.map +1 -1
- package/dist/components/Auth/SignInForm/index.cjs +2 -2
- package/dist/components/Auth/SignInForm/index.d.ts +1 -1
- package/dist/components/Auth/SignInForm/index.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/index.mjs +2 -2
- package/dist/components/Auth/SignInForm/signIn.content.cjs +217 -0
- package/dist/components/Auth/SignInForm/signIn.content.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/signIn.content.d.ts +31 -0
- package/dist/components/Auth/SignInForm/signIn.content.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/signIn.content.mjs +217 -0
- package/dist/components/Auth/SignInForm/signIn.content.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.cjs +25 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.cjs +71 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts +11 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.mjs +71 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/{SignInSchema.d.ts → useSignInSchema.d.ts} +3 -3
- package/dist/components/Auth/SignInForm/useSignInSchema.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.mjs +25 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs +4 -4
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs.map +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.d.ts +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs +3 -3
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs.map +1 -1
- package/dist/components/Auth/SignUpForm/index.cjs +2 -2
- package/dist/components/Auth/SignUpForm/index.d.ts +1 -1
- package/dist/components/Auth/SignUpForm/index.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/index.mjs +2 -2
- package/dist/components/Auth/SignUpForm/signUpForm.content.cjs +182 -0
- package/dist/components/Auth/SignUpForm/signUpForm.content.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/{index.content.d.ts → signUpForm.content.d.ts} +1 -1
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/signUpForm.content.mjs +182 -0
- package/dist/components/Auth/SignUpForm/signUpForm.content.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs +36 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.cjs +116 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts +14 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.mjs +116 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/{SignUpSchema.d.ts → useSignUpSchema.d.ts} +3 -3
- package/dist/components/Auth/SignUpForm/useSignUpSchema.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs +36 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs.map +1 -0
- package/dist/components/Auth/index.cjs +8 -8
- package/dist/components/Auth/index.mjs +8 -8
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs.map +1 -1
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.cjs +60 -6
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.cjs.map +1 -1
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.mjs +60 -6
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs +22 -2
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs +22 -2
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +14 -6
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +14 -6
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs +151 -21
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +151 -21
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs +27 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs +71 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +11 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs +71 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/{dictionaryFormSchema.d.ts → useDictionaryFormSchema.d.ts} +3 -3
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs +27 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +24 -16
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +24 -16
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs +176 -16
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +176 -16
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs +44 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs +176 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +17 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +176 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/{DictionaryDetailsSchema.d.ts → useDictionaryDetailsSchema.d.ts} +3 -3
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +44 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs +121 -11
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +121 -11
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +3 -3
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +3 -3
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs +66 -6
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +66 -6
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs +44 -4
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +44 -4
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.cjs +77 -7
- package/dist/components/DictionaryFieldEditor/editorView.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.mjs +77 -7
- package/dist/components/DictionaryFieldEditor/editorView.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +66 -6
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +66 -6
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +16 -20
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +16 -20
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs +24 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +8 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs +25 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs.map +1 -0
- package/dist/components/index.cjs +8 -8
- package/dist/components/index.mjs +8 -8
- package/dist/tailwind.css +1 -1
- package/package.json +14 -14
- package/dist/__vite-browser-external-SDi5tJh6.cjs +0 -4
- package/dist/__vite-browser-external-SDi5tJh6.cjs.map +0 -1
- package/dist/__vite-browser-external-r74dyCO2.js +0 -5
- package/dist/__vite-browser-external-r74dyCO2.js.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs +0 -66
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.d.ts.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs +0 -66
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/index.content.cjs +0 -67
- package/dist/components/Auth/ChangePasswordForm/index.content.cjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/index.content.d.ts +0 -23
- package/dist/components/Auth/ChangePasswordForm/index.content.d.ts.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/index.content.mjs +0 -67
- package/dist/components/Auth/ChangePasswordForm/index.content.mjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs +0 -29
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts +0 -10
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs +0 -29
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/index.content.cjs +0 -50
- package/dist/components/Auth/ResetPasswordForm/index.content.cjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/index.content.d.ts +0 -18
- package/dist/components/Auth/ResetPasswordForm/index.content.d.ts.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/index.content.mjs +0 -50
- package/dist/components/Auth/ResetPasswordForm/index.content.mjs.map +0 -1
- package/dist/components/Auth/SignInForm/SignInSchema.cjs +0 -38
- package/dist/components/Auth/SignInForm/SignInSchema.cjs.map +0 -1
- package/dist/components/Auth/SignInForm/SignInSchema.d.ts.map +0 -1
- package/dist/components/Auth/SignInForm/SignInSchema.mjs +0 -38
- package/dist/components/Auth/SignInForm/SignInSchema.mjs.map +0 -1
- package/dist/components/Auth/SignInForm/index.content.cjs +0 -84
- package/dist/components/Auth/SignInForm/index.content.cjs.map +0 -1
- package/dist/components/Auth/SignInForm/index.content.d.ts +0 -28
- package/dist/components/Auth/SignInForm/index.content.d.ts.map +0 -1
- package/dist/components/Auth/SignInForm/index.content.mjs +0 -84
- package/dist/components/Auth/SignInForm/index.content.mjs.map +0 -1
- package/dist/components/Auth/SignUpForm/SignUpSchema.cjs +0 -61
- package/dist/components/Auth/SignUpForm/SignUpSchema.cjs.map +0 -1
- package/dist/components/Auth/SignUpForm/SignUpSchema.d.ts.map +0 -1
- package/dist/components/Auth/SignUpForm/SignUpSchema.mjs +0 -61
- package/dist/components/Auth/SignUpForm/SignUpSchema.mjs.map +0 -1
- package/dist/components/Auth/SignUpForm/index.content.cjs +0 -72
- package/dist/components/Auth/SignUpForm/index.content.cjs.map +0 -1
- package/dist/components/Auth/SignUpForm/index.content.d.ts.map +0 -1
- package/dist/components/Auth/SignUpForm/index.content.mjs +0 -72
- package/dist/components/Auth/SignUpForm/index.content.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs +0 -40
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs +0 -40
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs +0 -85
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs +0 -85
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs.map +0 -1
- package/dist/tailwind.js +0 -1
|
@@ -5,44 +5,114 @@ const editorViewContent = {
|
|
|
5
5
|
titleInput: {
|
|
6
6
|
label: t({
|
|
7
7
|
en: "Node key",
|
|
8
|
+
"en-GB": "Node key",
|
|
8
9
|
fr: "Clé du nœud",
|
|
9
|
-
es: "Clave del nodo"
|
|
10
|
+
es: "Clave del nodo",
|
|
11
|
+
de: "Knotenschlüssel",
|
|
12
|
+
ja: "ノードキー",
|
|
13
|
+
ko: "노드 키",
|
|
14
|
+
zh: "节点键",
|
|
15
|
+
it: "Chiave del nodo",
|
|
16
|
+
pt: "Chave do nó",
|
|
17
|
+
hi: "नोड कुंजी",
|
|
18
|
+
ar: "مفتاح العقدة",
|
|
19
|
+
ru: "Ключ узла"
|
|
10
20
|
}),
|
|
11
21
|
placeholder: t({
|
|
12
22
|
en: "Enter the key of your node",
|
|
23
|
+
"en-GB": "Enter the key of your node",
|
|
13
24
|
fr: "Entrez la clé de votre nœud",
|
|
14
|
-
es: "Ingrese la clave de su nodo"
|
|
25
|
+
es: "Ingrese la clave de su nodo",
|
|
26
|
+
de: "Geben Sie den Schlüssel Ihres Knotens ein",
|
|
27
|
+
ja: "ノードのキーを入力してください",
|
|
28
|
+
ko: "노드의 키를 입력하세요",
|
|
29
|
+
zh: "输入您节点的键",
|
|
30
|
+
it: "Inserisci la chiave del tuo nodo",
|
|
31
|
+
pt: "Insira a chave do seu nó",
|
|
32
|
+
hi: "अपनी नोड की कुंजी दर्ज करें",
|
|
33
|
+
ar: "أدخل مفتاح العقدة الخاص بك",
|
|
34
|
+
ru: "Введите ключ вашего узла"
|
|
15
35
|
})
|
|
16
36
|
},
|
|
17
37
|
nodeTypeSelector: {
|
|
18
38
|
label: t({
|
|
19
39
|
en: "Node type",
|
|
40
|
+
"en-GB": "Node type",
|
|
20
41
|
fr: "Type de nœud",
|
|
21
|
-
es: "Tipo de nodo"
|
|
42
|
+
es: "Tipo de nodo",
|
|
43
|
+
de: "Knotentyp",
|
|
44
|
+
ja: "ノードの種類",
|
|
45
|
+
ko: "노드 유형",
|
|
46
|
+
zh: "节点类型",
|
|
47
|
+
it: "Tipo di nodo",
|
|
48
|
+
pt: "Tipo de nó",
|
|
49
|
+
hi: "नोड प्रकार",
|
|
50
|
+
ar: "نوع العقدة",
|
|
51
|
+
ru: "Тип узла"
|
|
22
52
|
})
|
|
23
53
|
},
|
|
24
54
|
restoreButton: {
|
|
25
55
|
text: t({
|
|
26
56
|
en: "Restore node changes",
|
|
57
|
+
"en-GB": "Restore node changes",
|
|
27
58
|
fr: "Restaurer les modifications du nœud",
|
|
28
|
-
es: "Restaurar los cambios del nodo"
|
|
59
|
+
es: "Restaurar los cambios del nodo",
|
|
60
|
+
de: "Knotenänderungen wiederherstellen",
|
|
61
|
+
ja: "ノードの変更を復元",
|
|
62
|
+
ko: "노드 변경사항 복원",
|
|
63
|
+
zh: "恢复节点更改",
|
|
64
|
+
it: "Ripristina le modifiche al nodo",
|
|
65
|
+
pt: "Restaurar alterações no nó",
|
|
66
|
+
hi: "नोड परिवर्तन पुनर्स्थापित करें",
|
|
67
|
+
ar: "استعادة تغييرات العقدة",
|
|
68
|
+
ru: "Восстановить изменения узла"
|
|
29
69
|
}),
|
|
30
70
|
label: t({
|
|
31
71
|
en: "Restore node changes",
|
|
72
|
+
"en-GB": "Restore node changes",
|
|
32
73
|
fr: "Restaurer les modifications du nœud",
|
|
33
|
-
es: "Restaurar los cambios del nodo"
|
|
74
|
+
es: "Restaurar los cambios del nodo",
|
|
75
|
+
de: "Knotenänderungen wiederherstellen",
|
|
76
|
+
ja: "ノードの変更を復元",
|
|
77
|
+
ko: "노드 변경사항 복원",
|
|
78
|
+
zh: "恢复节点更改",
|
|
79
|
+
it: "Ripristina le modifiche al nodo",
|
|
80
|
+
pt: "Restaurar alterações no nó",
|
|
81
|
+
hi: "नोड परिवर्तन पुनर्स्थापित करें",
|
|
82
|
+
ar: "استعادة تغييرات العقدة",
|
|
83
|
+
ru: "Восстановить изменения узла"
|
|
34
84
|
})
|
|
35
85
|
},
|
|
36
86
|
deleteButton: {
|
|
37
87
|
text: t({
|
|
38
88
|
en: "Delete node",
|
|
89
|
+
"en-GB": "Delete node",
|
|
39
90
|
fr: "Supprimer le nœud",
|
|
40
|
-
es: "Eliminar el nodo"
|
|
91
|
+
es: "Eliminar el nodo",
|
|
92
|
+
de: "Knoten löschen",
|
|
93
|
+
ja: "ノードを削除",
|
|
94
|
+
ko: "노드 삭제",
|
|
95
|
+
zh: "删除节点",
|
|
96
|
+
it: "Elimina nodo",
|
|
97
|
+
pt: "Excluir nó",
|
|
98
|
+
hi: "नोड हटाएं",
|
|
99
|
+
ar: "حذف العقدة",
|
|
100
|
+
ru: "Удалить узел"
|
|
41
101
|
}),
|
|
42
102
|
label: t({
|
|
43
103
|
en: "Remove node from section",
|
|
104
|
+
"en-GB": "Remove node from section",
|
|
44
105
|
fr: "Supprimer le nœud de la section",
|
|
45
|
-
es: "Eliminar el nodo de la sección"
|
|
106
|
+
es: "Eliminar el nodo de la sección",
|
|
107
|
+
de: "Knoten aus dem Abschnitt entfernen",
|
|
108
|
+
ja: "セクションからノードを削除",
|
|
109
|
+
ko: "섹션에서 노드를 제거",
|
|
110
|
+
zh: "从部分中移除节点",
|
|
111
|
+
it: "Rimuovi nodo dalla sezione",
|
|
112
|
+
pt: "Remover nó da seção",
|
|
113
|
+
hi: "सेक्शन से नोड हटाएं",
|
|
114
|
+
ar: "إزالة العقدة من القسم",
|
|
115
|
+
ru: "Удалить узел из секции"
|
|
46
116
|
})
|
|
47
117
|
}
|
|
48
118
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"editorView.content.mjs","sources":["../../../src/components/DictionaryFieldEditor/editorView.content.ts"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const editorViewContent = {\n key: 'editor-view',\n content: {\n titleInput: {\n label: t({\n en: 'Node key',\n fr: 'Clé du nœud',\n es: 'Clave del nodo',\n }),\n placeholder: t({\n en: 'Enter the key of your node',\n fr: 'Entrez la clé de votre nœud',\n es: 'Ingrese la clave de su nodo',\n }),\n },\n nodeTypeSelector: {\n label: t({\n en: 'Node type',\n fr: 'Type de nœud',\n es: 'Tipo de nodo',\n }),\n },\n restoreButton: {\n text: t({\n en: 'Restore node changes',\n fr: 'Restaurer les modifications du nœud',\n es: 'Restaurar los cambios del nodo',\n }),\n label: t({\n en: 'Restore node changes',\n fr: 'Restaurer les modifications du nœud',\n es: 'Restaurar los cambios del nodo',\n }),\n },\n deleteButton: {\n text: t({\n en: 'Delete node',\n fr: 'Supprimer le nœud',\n es: 'Eliminar el nodo',\n }),\n label: t({\n en: 'Remove node from section',\n fr: 'Supprimer le nœud de la section',\n es: 'Eliminar el nodo de la sección',\n }),\n },\n },\n} satisfies DeclarationContent;\n"],"names":[],"mappings":";AAEO,MAAM,oBAAoB;AAAA,EAC/B,KAAK;AAAA,EACL,SAAS;AAAA,IACP,YAAY;AAAA,MACV,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,aAAa,EAAE;AAAA,QACb,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IACH;AAAA,IACA,kBAAkB;AAAA,MAChB,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IACH;AAAA,IACA,eAAe;AAAA,MACb,MAAM,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IACH;AAAA,IACA,cAAc;AAAA,MACZ,MAAM,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IAAA;AAAA,EACH;AAEJ;"}
|
|
1
|
+
{"version":3,"file":"editorView.content.mjs","sources":["../../../src/components/DictionaryFieldEditor/editorView.content.ts"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const editorViewContent = {\n key: 'editor-view',\n content: {\n titleInput: {\n label: t({\n en: 'Node key',\n 'en-GB': 'Node key',\n fr: 'Clé du nœud',\n es: 'Clave del nodo',\n de: 'Knotenschlüssel',\n ja: 'ノードキー',\n ko: '노드 키',\n zh: '节点键',\n it: 'Chiave del nodo',\n pt: 'Chave do nó',\n hi: 'नोड कुंजी',\n ar: 'مفتاح العقدة',\n ru: 'Ключ узла',\n }),\n placeholder: t({\n en: 'Enter the key of your node',\n 'en-GB': 'Enter the key of your node',\n fr: 'Entrez la clé de votre nœud',\n es: 'Ingrese la clave de su nodo',\n de: 'Geben Sie den Schlüssel Ihres Knotens ein',\n ja: 'ノードのキーを入力してください',\n ko: '노드의 키를 입력하세요',\n zh: '输入您节点的键',\n it: 'Inserisci la chiave del tuo nodo',\n pt: 'Insira a chave do seu nó',\n hi: 'अपनी नोड की कुंजी दर्ज करें',\n ar: 'أدخل مفتاح العقدة الخاص بك',\n ru: 'Введите ключ вашего узла',\n }),\n },\n nodeTypeSelector: {\n label: t({\n en: 'Node type',\n 'en-GB': 'Node type',\n fr: 'Type de nœud',\n es: 'Tipo de nodo',\n de: 'Knotentyp',\n ja: 'ノードの種類',\n ko: '노드 유형',\n zh: '节点类型',\n it: 'Tipo di nodo',\n pt: 'Tipo de nó',\n hi: 'नोड प्रकार',\n ar: 'نوع العقدة',\n ru: 'Тип узла',\n }),\n },\n restoreButton: {\n text: t({\n en: 'Restore node changes',\n 'en-GB': 'Restore node changes',\n fr: 'Restaurer les modifications du nœud',\n es: 'Restaurar los cambios del nodo',\n de: 'Knotenänderungen wiederherstellen',\n ja: 'ノードの変更を復元',\n ko: '노드 변경사항 복원',\n zh: '恢复节点更改',\n it: 'Ripristina le modifiche al nodo',\n pt: 'Restaurar alterações no nó',\n hi: 'नोड परिवर्तन पुनर्स्थापित करें',\n ar: 'استعادة تغييرات العقدة',\n ru: 'Восстановить изменения узла',\n }),\n label: t({\n en: 'Restore node changes',\n 'en-GB': 'Restore node changes',\n fr: 'Restaurer les modifications du nœud',\n es: 'Restaurar los cambios del nodo',\n de: 'Knotenänderungen wiederherstellen',\n ja: 'ノードの変更を復元',\n ko: '노드 변경사항 복원',\n zh: '恢复节点更改',\n it: 'Ripristina le modifiche al nodo',\n pt: 'Restaurar alterações no nó',\n hi: 'नोड परिवर्तन पुनर्स्थापित करें',\n ar: 'استعادة تغييرات العقدة',\n ru: 'Восстановить изменения узла',\n }),\n },\n deleteButton: {\n text: t({\n en: 'Delete node',\n 'en-GB': 'Delete node',\n fr: 'Supprimer le nœud',\n es: 'Eliminar el nodo',\n de: 'Knoten löschen',\n ja: 'ノードを削除',\n ko: '노드 삭제',\n zh: '删除节点',\n it: 'Elimina nodo',\n pt: 'Excluir nó',\n hi: 'नोड हटाएं',\n ar: 'حذف العقدة',\n ru: 'Удалить узел',\n }),\n label: t({\n en: 'Remove node from section',\n 'en-GB': 'Remove node from section',\n fr: 'Supprimer le nœud de la section',\n es: 'Eliminar el nodo de la sección',\n de: 'Knoten aus dem Abschnitt entfernen',\n ja: 'セクションからノードを削除',\n ko: '섹션에서 노드를 제거',\n zh: '从部分中移除节点',\n it: 'Rimuovi nodo dalla sezione',\n pt: 'Remover nó da seção',\n hi: 'सेक्शन से नोड हटाएं',\n ar: 'إزالة العقدة من القسم',\n ru: 'Удалить узел из секции',\n }),\n },\n },\n} satisfies DeclarationContent;\n"],"names":[],"mappings":";AAEO,MAAM,oBAAoB;AAAA,EAC/B,KAAK;AAAA,EACL,SAAS;AAAA,IACP,YAAY;AAAA,MACV,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,SAAS;AAAA,QACT,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,aAAa,EAAE;AAAA,QACb,IAAI;AAAA,QACJ,SAAS;AAAA,QACT,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IACH;AAAA,IACA,kBAAkB;AAAA,MAChB,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,SAAS;AAAA,QACT,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IACH;AAAA,IACA,eAAe;AAAA,MACb,MAAM,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,SAAS;AAAA,QACT,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,SAAS;AAAA,QACT,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IACH;AAAA,IACA,cAAc;AAAA,MACZ,MAAM,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,SAAS;AAAA,QACT,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,SAAS;AAAA,QACT,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MACL,CAAA;AAAA,IAAA;AAAA,EACH;AAEJ;"}
|
|
@@ -6,33 +6,93 @@ const nodeTypeSelectorContent = {
|
|
|
6
6
|
content: {
|
|
7
7
|
triggerPlaceHolder: intlayer.t({
|
|
8
8
|
en: "Node type",
|
|
9
|
+
"en-GB": "Node type",
|
|
9
10
|
fr: "Type du Nœud",
|
|
10
|
-
es: "
|
|
11
|
+
es: "Tipo del nodo",
|
|
12
|
+
de: "Knotentyp",
|
|
13
|
+
ja: "ノードタイプ",
|
|
14
|
+
ko: "노드 유형",
|
|
15
|
+
zh: "节点类型",
|
|
16
|
+
it: "Tipo di nodo",
|
|
17
|
+
pt: "Tipo de nó",
|
|
18
|
+
hi: "नोड प्रकार",
|
|
19
|
+
ar: "نوع العقدة",
|
|
20
|
+
ru: "Тип узла"
|
|
11
21
|
}),
|
|
12
22
|
multilingualText: intlayer.t({
|
|
13
23
|
en: "Multilingual Text",
|
|
24
|
+
"en-GB": "Multilingual Text",
|
|
14
25
|
fr: "Texte multilingue",
|
|
15
|
-
es: "Texto multilingüe"
|
|
26
|
+
es: "Texto multilingüe",
|
|
27
|
+
de: "Mehrsprachiger Text",
|
|
28
|
+
ja: "多言語テキスト",
|
|
29
|
+
ko: "다국어 텍스트",
|
|
30
|
+
zh: "多语种文本",
|
|
31
|
+
it: "Testo multilingue",
|
|
32
|
+
pt: "Texto multilíngue",
|
|
33
|
+
hi: "बहु-भाषाई पाठ",
|
|
34
|
+
ar: "نص متعدد اللغات",
|
|
35
|
+
ru: "Многоязычный текст"
|
|
16
36
|
}),
|
|
17
37
|
text: intlayer.t({
|
|
18
38
|
en: "Text",
|
|
39
|
+
"en-GB": "Text",
|
|
19
40
|
fr: "Texte",
|
|
20
|
-
es: "Texto"
|
|
41
|
+
es: "Texto",
|
|
42
|
+
de: "Text",
|
|
43
|
+
ja: "テキスト",
|
|
44
|
+
ko: "텍스트",
|
|
45
|
+
zh: "文本",
|
|
46
|
+
it: "Testo",
|
|
47
|
+
pt: "Texto",
|
|
48
|
+
hi: "पाठ",
|
|
49
|
+
ar: "نص",
|
|
50
|
+
ru: "Текст"
|
|
21
51
|
}),
|
|
22
52
|
node: intlayer.t({
|
|
23
53
|
en: "Node",
|
|
54
|
+
"en-GB": "Node",
|
|
24
55
|
fr: "Nœud",
|
|
25
|
-
es: "Nodo"
|
|
56
|
+
es: "Nodo",
|
|
57
|
+
de: "Knoten",
|
|
58
|
+
ja: "ノード",
|
|
59
|
+
ko: "노드",
|
|
60
|
+
zh: "节点",
|
|
61
|
+
it: "Nodo",
|
|
62
|
+
pt: "Nó",
|
|
63
|
+
hi: "नोड",
|
|
64
|
+
ar: "عقدة",
|
|
65
|
+
ru: "Узел"
|
|
26
66
|
}),
|
|
27
67
|
array: intlayer.t({
|
|
28
68
|
en: "Array",
|
|
69
|
+
"en-GB": "Array",
|
|
29
70
|
fr: "Tableau",
|
|
30
|
-
es: "
|
|
71
|
+
es: "Arreglo",
|
|
72
|
+
de: "Array",
|
|
73
|
+
ja: "配列",
|
|
74
|
+
ko: "배열",
|
|
75
|
+
zh: "数组",
|
|
76
|
+
it: "Array",
|
|
77
|
+
pt: "Array",
|
|
78
|
+
hi: "ऐरे",
|
|
79
|
+
ar: "مصفوفة",
|
|
80
|
+
ru: "Массив"
|
|
31
81
|
}),
|
|
32
82
|
enumeration: intlayer.t({
|
|
33
83
|
en: "Enumeration",
|
|
84
|
+
"en-GB": "Enumeration",
|
|
34
85
|
fr: "Énumération",
|
|
35
|
-
es: "Enumeración"
|
|
86
|
+
es: "Enumeración",
|
|
87
|
+
de: "Enumeration",
|
|
88
|
+
ja: "列挙",
|
|
89
|
+
ko: "열거",
|
|
90
|
+
zh: "枚举",
|
|
91
|
+
it: "Enumerazione",
|
|
92
|
+
pt: "Enumeração",
|
|
93
|
+
hi: "गणना",
|
|
94
|
+
ar: "تعداد",
|
|
95
|
+
ru: "Перечисление"
|
|
36
96
|
})
|
|
37
97
|
}
|
|
38
98
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nodeTypeSelector.content.cjs","sources":["../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const nodeTypeSelectorContent = {\n key: 'node-type-selector',\n content: {\n triggerPlaceHolder: t({\n en: 'Node type',\n fr: 'Type du Nœud',\n es: '
|
|
1
|
+
{"version":3,"file":"nodeTypeSelector.content.cjs","sources":["../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const nodeTypeSelectorContent = {\n key: 'node-type-selector',\n content: {\n triggerPlaceHolder: t({\n en: 'Node type',\n 'en-GB': 'Node type',\n fr: 'Type du Nœud',\n es: 'Tipo del nodo',\n de: 'Knotentyp',\n ja: 'ノードタイプ',\n ko: '노드 유형',\n zh: '节点类型',\n it: 'Tipo di nodo',\n pt: 'Tipo de nó',\n hi: 'नोड प्रकार',\n ar: 'نوع العقدة',\n ru: 'Тип узла',\n }),\n multilingualText: t({\n en: 'Multilingual Text',\n 'en-GB': 'Multilingual Text',\n fr: 'Texte multilingue',\n es: 'Texto multilingüe',\n de: 'Mehrsprachiger Text',\n ja: '多言語テキスト',\n ko: '다국어 텍스트',\n zh: '多语种文本',\n it: 'Testo multilingue',\n pt: 'Texto multilíngue',\n hi: 'बहु-भाषाई पाठ',\n ar: 'نص متعدد اللغات',\n ru: 'Многоязычный текст',\n }),\n text: t({\n en: 'Text',\n 'en-GB': 'Text',\n fr: 'Texte',\n es: 'Texto',\n de: 'Text',\n ja: 'テキスト',\n ko: '텍스트',\n zh: '文本',\n it: 'Testo',\n pt: 'Texto',\n hi: 'पाठ',\n ar: 'نص',\n ru: 'Текст',\n }),\n node: t({\n en: 'Node',\n 'en-GB': 'Node',\n fr: 'Nœud',\n es: 'Nodo',\n de: 'Knoten',\n ja: 'ノード',\n ko: '노드',\n zh: '节点',\n it: 'Nodo',\n pt: 'Nó',\n hi: 'नोड',\n ar: 'عقدة',\n ru: 'Узел',\n }),\n array: t({\n en: 'Array',\n 'en-GB': 'Array',\n fr: 'Tableau',\n es: 'Arreglo',\n de: 'Array',\n ja: '配列',\n ko: '배열',\n zh: '数组',\n it: 'Array',\n pt: 'Array',\n hi: 'ऐरे',\n ar: 'مصفوفة',\n ru: 'Массив',\n }),\n enumeration: t({\n en: 'Enumeration',\n 'en-GB': 'Enumeration',\n fr: 'Énumération',\n es: 'Enumeración',\n de: 'Enumeration',\n ja: '列挙',\n ko: '열거',\n zh: '枚举',\n it: 'Enumerazione',\n pt: 'Enumeração',\n hi: 'गणना',\n ar: 'تعداد',\n ru: 'Перечисление',\n }),\n },\n} satisfies DeclarationContent;\n"],"names":["t"],"mappings":";;;AAEO,MAAM,0BAA0B;AAAA,EACrC,KAAK;AAAA,EACL,SAAS;AAAA,IACP,oBAAoBA,SAAAA,EAAE;AAAA,MACpB,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,kBAAkBA,SAAAA,EAAE;AAAA,MAClB,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,MAAMA,SAAAA,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,MAAMA,SAAAA,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,OAAOA,SAAAA,EAAE;AAAA,MACP,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,aAAaA,SAAAA,EAAE;AAAA,MACb,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EAAA;AAEL;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nodeTypeSelector.content.d.ts","sourceRoot":"","sources":["../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"nodeTypeSelector.content.d.ts","sourceRoot":"","sources":["../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB;;;;;;;;;;CA8FN,CAAC"}
|
|
@@ -4,33 +4,93 @@ const nodeTypeSelectorContent = {
|
|
|
4
4
|
content: {
|
|
5
5
|
triggerPlaceHolder: t({
|
|
6
6
|
en: "Node type",
|
|
7
|
+
"en-GB": "Node type",
|
|
7
8
|
fr: "Type du Nœud",
|
|
8
|
-
es: "
|
|
9
|
+
es: "Tipo del nodo",
|
|
10
|
+
de: "Knotentyp",
|
|
11
|
+
ja: "ノードタイプ",
|
|
12
|
+
ko: "노드 유형",
|
|
13
|
+
zh: "节点类型",
|
|
14
|
+
it: "Tipo di nodo",
|
|
15
|
+
pt: "Tipo de nó",
|
|
16
|
+
hi: "नोड प्रकार",
|
|
17
|
+
ar: "نوع العقدة",
|
|
18
|
+
ru: "Тип узла"
|
|
9
19
|
}),
|
|
10
20
|
multilingualText: t({
|
|
11
21
|
en: "Multilingual Text",
|
|
22
|
+
"en-GB": "Multilingual Text",
|
|
12
23
|
fr: "Texte multilingue",
|
|
13
|
-
es: "Texto multilingüe"
|
|
24
|
+
es: "Texto multilingüe",
|
|
25
|
+
de: "Mehrsprachiger Text",
|
|
26
|
+
ja: "多言語テキスト",
|
|
27
|
+
ko: "다국어 텍스트",
|
|
28
|
+
zh: "多语种文本",
|
|
29
|
+
it: "Testo multilingue",
|
|
30
|
+
pt: "Texto multilíngue",
|
|
31
|
+
hi: "बहु-भाषाई पाठ",
|
|
32
|
+
ar: "نص متعدد اللغات",
|
|
33
|
+
ru: "Многоязычный текст"
|
|
14
34
|
}),
|
|
15
35
|
text: t({
|
|
16
36
|
en: "Text",
|
|
37
|
+
"en-GB": "Text",
|
|
17
38
|
fr: "Texte",
|
|
18
|
-
es: "Texto"
|
|
39
|
+
es: "Texto",
|
|
40
|
+
de: "Text",
|
|
41
|
+
ja: "テキスト",
|
|
42
|
+
ko: "텍스트",
|
|
43
|
+
zh: "文本",
|
|
44
|
+
it: "Testo",
|
|
45
|
+
pt: "Texto",
|
|
46
|
+
hi: "पाठ",
|
|
47
|
+
ar: "نص",
|
|
48
|
+
ru: "Текст"
|
|
19
49
|
}),
|
|
20
50
|
node: t({
|
|
21
51
|
en: "Node",
|
|
52
|
+
"en-GB": "Node",
|
|
22
53
|
fr: "Nœud",
|
|
23
|
-
es: "Nodo"
|
|
54
|
+
es: "Nodo",
|
|
55
|
+
de: "Knoten",
|
|
56
|
+
ja: "ノード",
|
|
57
|
+
ko: "노드",
|
|
58
|
+
zh: "节点",
|
|
59
|
+
it: "Nodo",
|
|
60
|
+
pt: "Nó",
|
|
61
|
+
hi: "नोड",
|
|
62
|
+
ar: "عقدة",
|
|
63
|
+
ru: "Узел"
|
|
24
64
|
}),
|
|
25
65
|
array: t({
|
|
26
66
|
en: "Array",
|
|
67
|
+
"en-GB": "Array",
|
|
27
68
|
fr: "Tableau",
|
|
28
|
-
es: "
|
|
69
|
+
es: "Arreglo",
|
|
70
|
+
de: "Array",
|
|
71
|
+
ja: "配列",
|
|
72
|
+
ko: "배열",
|
|
73
|
+
zh: "数组",
|
|
74
|
+
it: "Array",
|
|
75
|
+
pt: "Array",
|
|
76
|
+
hi: "ऐरे",
|
|
77
|
+
ar: "مصفوفة",
|
|
78
|
+
ru: "Массив"
|
|
29
79
|
}),
|
|
30
80
|
enumeration: t({
|
|
31
81
|
en: "Enumeration",
|
|
82
|
+
"en-GB": "Enumeration",
|
|
32
83
|
fr: "Énumération",
|
|
33
|
-
es: "Enumeración"
|
|
84
|
+
es: "Enumeración",
|
|
85
|
+
de: "Enumeration",
|
|
86
|
+
ja: "列挙",
|
|
87
|
+
ko: "열거",
|
|
88
|
+
zh: "枚举",
|
|
89
|
+
it: "Enumerazione",
|
|
90
|
+
pt: "Enumeração",
|
|
91
|
+
hi: "गणना",
|
|
92
|
+
ar: "تعداد",
|
|
93
|
+
ru: "Перечисление"
|
|
34
94
|
})
|
|
35
95
|
}
|
|
36
96
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nodeTypeSelector.content.mjs","sources":["../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const nodeTypeSelectorContent = {\n key: 'node-type-selector',\n content: {\n triggerPlaceHolder: t({\n en: 'Node type',\n fr: 'Type du Nœud',\n es: '
|
|
1
|
+
{"version":3,"file":"nodeTypeSelector.content.mjs","sources":["../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const nodeTypeSelectorContent = {\n key: 'node-type-selector',\n content: {\n triggerPlaceHolder: t({\n en: 'Node type',\n 'en-GB': 'Node type',\n fr: 'Type du Nœud',\n es: 'Tipo del nodo',\n de: 'Knotentyp',\n ja: 'ノードタイプ',\n ko: '노드 유형',\n zh: '节点类型',\n it: 'Tipo di nodo',\n pt: 'Tipo de nó',\n hi: 'नोड प्रकार',\n ar: 'نوع العقدة',\n ru: 'Тип узла',\n }),\n multilingualText: t({\n en: 'Multilingual Text',\n 'en-GB': 'Multilingual Text',\n fr: 'Texte multilingue',\n es: 'Texto multilingüe',\n de: 'Mehrsprachiger Text',\n ja: '多言語テキスト',\n ko: '다국어 텍스트',\n zh: '多语种文本',\n it: 'Testo multilingue',\n pt: 'Texto multilíngue',\n hi: 'बहु-भाषाई पाठ',\n ar: 'نص متعدد اللغات',\n ru: 'Многоязычный текст',\n }),\n text: t({\n en: 'Text',\n 'en-GB': 'Text',\n fr: 'Texte',\n es: 'Texto',\n de: 'Text',\n ja: 'テキスト',\n ko: '텍스트',\n zh: '文本',\n it: 'Testo',\n pt: 'Texto',\n hi: 'पाठ',\n ar: 'نص',\n ru: 'Текст',\n }),\n node: t({\n en: 'Node',\n 'en-GB': 'Node',\n fr: 'Nœud',\n es: 'Nodo',\n de: 'Knoten',\n ja: 'ノード',\n ko: '노드',\n zh: '节点',\n it: 'Nodo',\n pt: 'Nó',\n hi: 'नोड',\n ar: 'عقدة',\n ru: 'Узел',\n }),\n array: t({\n en: 'Array',\n 'en-GB': 'Array',\n fr: 'Tableau',\n es: 'Arreglo',\n de: 'Array',\n ja: '配列',\n ko: '배열',\n zh: '数组',\n it: 'Array',\n pt: 'Array',\n hi: 'ऐरे',\n ar: 'مصفوفة',\n ru: 'Массив',\n }),\n enumeration: t({\n en: 'Enumeration',\n 'en-GB': 'Enumeration',\n fr: 'Énumération',\n es: 'Enumeración',\n de: 'Enumeration',\n ja: '列挙',\n ko: '열거',\n zh: '枚举',\n it: 'Enumerazione',\n pt: 'Enumeração',\n hi: 'गणना',\n ar: 'تعداد',\n ru: 'Перечисление',\n }),\n },\n} satisfies DeclarationContent;\n"],"names":[],"mappings":";AAEO,MAAM,0BAA0B;AAAA,EACrC,KAAK;AAAA,EACL,SAAS;AAAA,IACP,oBAAoB,EAAE;AAAA,MACpB,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,kBAAkB,EAAE;AAAA,MAClB,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,MAAM,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,MAAM,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,OAAO,EAAE;AAAA,MACP,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,aAAa,EAAE;AAAA,MACb,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EAAA;AAEL;"}
|
|
@@ -3,20 +3,11 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const jsxRuntime = require("../../jsx-runtime-XHKiWCTo.cjs");
|
|
4
4
|
const core = require("@intlayer/core");
|
|
5
5
|
const lucideReact = require("lucide-react");
|
|
6
|
+
const reactIntlayer = require("react-intlayer");
|
|
7
|
+
const components_Button_Button = require("../Button/Button.cjs");
|
|
6
8
|
const components_Container_index = require("../Container/index.cjs");
|
|
7
9
|
const components_DropDown_index = require("../DropDown/index.cjs");
|
|
8
|
-
const
|
|
9
|
-
children,
|
|
10
|
-
...props
|
|
11
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx("div", { className: "relative w-full p-0.5", children: /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
|
|
12
|
-
"button",
|
|
13
|
-
{
|
|
14
|
-
className: "hover:bg-text/10 focus:bg-text-opposite/20 aria-selected:bg-text/20 dark:hover:bg-text-opposite/10 dark:focus:bg-text-opposite/20 dark:aria-selected:bg-text-opposite/20 w-full cursor-pointer rounded-lg px-3 py-1 text-left focus:outline-none disabled:text-white/25 aria-selected:hover:cursor-default",
|
|
15
|
-
"data-mode": "system",
|
|
16
|
-
...props,
|
|
17
|
-
children
|
|
18
|
-
}
|
|
19
|
-
) });
|
|
10
|
+
const components_LocaleSwitcherDropDown_localeSwitcher_content = require("./localeSwitcher.content.cjs");
|
|
20
11
|
const DROPDOWN_IDENTIFIER = "locale-switcher";
|
|
21
12
|
const LocaleSwitcher = ({
|
|
22
13
|
locale,
|
|
@@ -26,6 +17,7 @@ const LocaleSwitcher = ({
|
|
|
26
17
|
setLocale
|
|
27
18
|
}) => {
|
|
28
19
|
let localeName = "Select a locale";
|
|
20
|
+
const { switchTo } = reactIntlayer.useDictionary(components_LocaleSwitcherDropDown_localeSwitcher_content);
|
|
29
21
|
if (locale) {
|
|
30
22
|
localeName = fullLocaleName ? core.getLocaleName(locale) : locale.toUpperCase();
|
|
31
23
|
}
|
|
@@ -41,7 +33,7 @@ const LocaleSwitcher = ({
|
|
|
41
33
|
identifier: DROPDOWN_IDENTIFIER,
|
|
42
34
|
"aria-label": "Language selector",
|
|
43
35
|
children: /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsxs("div", { className: "flex w-full items-center justify-between", children: [
|
|
44
|
-
/* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx("div", { className: "px-2", children: localeName }),
|
|
36
|
+
/* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx("div", { className: "text-nowrap px-2", children: localeName }),
|
|
45
37
|
/* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(lucideReact.MoveVertical, { className: "w-5 self-center" })
|
|
46
38
|
] })
|
|
47
39
|
}
|
|
@@ -53,19 +45,23 @@ const LocaleSwitcher = ({
|
|
|
53
45
|
separator: "y",
|
|
54
46
|
role: "listbox",
|
|
55
47
|
"aria-label": "Language list",
|
|
56
|
-
children: localeList.map((lang) => /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
|
|
57
|
-
|
|
48
|
+
children: localeList.map((lang) => /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx("div", { className: "p-0.5", children: /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
|
|
49
|
+
components_Button_Button.Button,
|
|
58
50
|
{
|
|
59
51
|
onClick: () => setLocale(lang),
|
|
60
|
-
|
|
52
|
+
label: `${switchTo} ${lang}`,
|
|
61
53
|
disabled: !(availableLocales ?? localeList).includes(lang),
|
|
62
54
|
role: "option",
|
|
63
|
-
|
|
55
|
+
isActive: locale === lang,
|
|
56
|
+
className: "text-nowrap",
|
|
57
|
+
variant: "hoverable",
|
|
58
|
+
color: "text",
|
|
59
|
+
isFullWidth: true,
|
|
60
|
+
textAlign: "left",
|
|
64
61
|
lang,
|
|
65
62
|
children: core.getLocaleName(lang)
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
))
|
|
63
|
+
}
|
|
64
|
+
) }, lang))
|
|
69
65
|
}
|
|
70
66
|
) })
|
|
71
67
|
] })
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LocaleSwitcher.cjs","sources":["../../../src/components/LocaleSwitcherDropDown/LocaleSwitcher.tsx"],"sourcesContent":["import type { Locales } from '@intlayer/config/client';\nimport { getLocaleName } from '@intlayer/core';\nimport { MoveVertical } from 'lucide-react';\nimport type {
|
|
1
|
+
{"version":3,"file":"LocaleSwitcher.cjs","sources":["../../../src/components/LocaleSwitcherDropDown/LocaleSwitcher.tsx"],"sourcesContent":["import type { Locales } from '@intlayer/config/client';\nimport { getLocaleName } from '@intlayer/core';\nimport { MoveVertical } from 'lucide-react';\nimport type { FC } from 'react';\n// @ts-ignore react-intlayer not build yet\nimport { useDictionary } from 'react-intlayer';\nimport { Button } from '../Button';\nimport { Container } from '../Container';\nimport { DropDown } from '../DropDown';\nimport localeSwitcherContent from './localeSwitcher.content';\n\nexport type LocaleSwitcherProps = {\n locale?: Locales;\n localeList: Locales[];\n availableLocales?: Locales[];\n fullLocaleName?: boolean;\n setLocale: (locale: Locales) => void;\n};\n\nconst DROPDOWN_IDENTIFIER = 'locale-switcher';\n\nexport const LocaleSwitcher: FC<LocaleSwitcherProps> = ({\n locale,\n localeList,\n availableLocales,\n fullLocaleName = true,\n setLocale,\n}) => {\n let localeName = 'Select a locale';\n const { switchTo } = useDictionary(localeSwitcherContent);\n\n if (locale) {\n localeName = fullLocaleName ? getLocaleName(locale) : locale.toUpperCase();\n }\n\n return (\n <div\n className=\"border-text text-text dark:border-text-dark dark:text-text-dark rounded-xl border transition-colors\"\n aria-label=\"Language switcher\"\n >\n <DropDown identifier={DROPDOWN_IDENTIFIER}>\n <DropDown.Trigger\n identifier={DROPDOWN_IDENTIFIER}\n aria-label=\"Language selector\"\n >\n <div className=\"flex w-full items-center justify-between\">\n <div className=\"text-nowrap px-2\">{localeName}</div>\n <MoveVertical className=\"w-5 self-center\" />\n </div>\n </DropDown.Trigger>\n\n <DropDown.Panel identifier={DROPDOWN_IDENTIFIER} isOverable isFocusable>\n <Container\n className=\"min-w-28 p-1\"\n separator=\"y\"\n role=\"listbox\"\n aria-label=\"Language list\"\n >\n {localeList.map((lang) => (\n <div key={lang} className=\"p-0.5\">\n <Button\n onClick={() => setLocale(lang)}\n label={`${switchTo} ${lang}`}\n disabled={!(availableLocales ?? localeList).includes(lang)}\n role=\"option\"\n isActive={locale === lang}\n className=\"text-nowrap\"\n variant=\"hoverable\"\n color=\"text\"\n isFullWidth\n textAlign=\"left\"\n lang={lang}\n >\n {getLocaleName(lang)}\n </Button>\n </div>\n ))}\n </Container>\n </DropDown.Panel>\n </DropDown>\n </div>\n );\n};\n"],"names":["useDictionary","localeSwitcherContent","getLocaleName","jsx","jsxs","DropDown","MoveVertical","Container","Button"],"mappings":";;;;;;;;;;AAmBA,MAAM,sBAAsB;AAErB,MAAM,iBAA0C,CAAC;AAAA,EACtD;AAAA,EACA;AAAA,EACA;AAAA,EACA,iBAAiB;AAAA,EACjB;AACF,MAAM;AACJ,MAAI,aAAa;AACjB,QAAM,EAAE,SAAA,IAAaA,cAAA,cAAcC,wDAAqB;AAExD,MAAI,QAAQ;AACV,iBAAa,iBAAiBC,KAAA,cAAc,MAAM,IAAI,OAAO,YAAY;AAAA,EAAA;AAIzE,SAAAC,2BAAA,kBAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,WAAU;AAAA,MACV,cAAW;AAAA,MAEX,UAAAC,2BAAA,kBAAA,KAACC,0BAAS,UAAA,EAAA,YAAY,qBACpB,UAAA;AAAA,QAAAF,2BAAA,kBAAA;AAAA,UAACE,0BAAAA,SAAS;AAAA,UAAT;AAAA,YACC,YAAY;AAAA,YACZ,cAAW;AAAA,YAEX,UAAAD,2BAAA,kBAAA,KAAC,OAAI,EAAA,WAAU,4CACb,UAAA;AAAA,cAACD,2BAAA,kBAAA,IAAA,OAAA,EAAI,WAAU,oBAAoB,UAAW,YAAA;AAAA,cAC9CA,2BAAAA,kBAAAA,IAACG,YAAa,cAAA,EAAA,WAAU,kBAAkB,CAAA;AAAA,YAAA,EAC5C,CAAA;AAAA,UAAA;AAAA,QACF;AAAA,QAEAH,2BAAAA,kBAAAA,IAACE,mCAAS,OAAT,EAAe,YAAY,qBAAqB,YAAU,MAAC,aAAW,MACrE,UAAAF,2BAAA,kBAAA;AAAA,UAACI,2BAAA;AAAA,UAAA;AAAA,YACC,WAAU;AAAA,YACV,WAAU;AAAA,YACV,MAAK;AAAA,YACL,cAAW;AAAA,YAEV,qBAAW,IAAI,CAAC,SACdJ,2BAAAA,kBAAAA,IAAA,OAAA,EAAe,WAAU,SACxB,UAAAA,2BAAA,kBAAA;AAAA,cAACK,yBAAA;AAAA,cAAA;AAAA,gBACC,SAAS,MAAM,UAAU,IAAI;AAAA,gBAC7B,OAAO,GAAG,QAAQ,IAAI,IAAI;AAAA,gBAC1B,UAAU,EAAE,oBAAoB,YAAY,SAAS,IAAI;AAAA,gBACzD,MAAK;AAAA,gBACL,UAAU,WAAW;AAAA,gBACrB,WAAU;AAAA,gBACV,SAAQ;AAAA,gBACR,OAAM;AAAA,gBACN,aAAW;AAAA,gBACX,WAAU;AAAA,gBACV;AAAA,gBAEC,6BAAc,IAAI;AAAA,cAAA;AAAA,YACrB,EAAA,GAfQ,IAgBV,CACD;AAAA,UAAA;AAAA,QAAA,EAEL,CAAA;AAAA,MAAA,EACF,CAAA;AAAA,IAAA;AAAA,EACF;AAEJ;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LocaleSwitcher.d.ts","sourceRoot":"","sources":["../../../src/components/LocaleSwitcherDropDown/LocaleSwitcher.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAGvD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"LocaleSwitcher.d.ts","sourceRoot":"","sources":["../../../src/components/LocaleSwitcherDropDown/LocaleSwitcher.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAGvD,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAQhC,MAAM,MAAM,mBAAmB,GAAG;IAChC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,OAAO,EAAE,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,EAAE,CAAC;IAC7B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;CACtC,CAAC;AAIF,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CA6DlD,CAAC"}
|
|
@@ -1,20 +1,11 @@
|
|
|
1
1
|
import { j as jsxRuntimeExports } from "../../jsx-runtime-DaNGiM0W.js";
|
|
2
2
|
import { getLocaleName } from "@intlayer/core";
|
|
3
3
|
import { MoveVertical } from "lucide-react";
|
|
4
|
+
import { useDictionary } from "react-intlayer";
|
|
5
|
+
import { Button } from "../Button/Button.mjs";
|
|
4
6
|
import { Container } from "../Container/index.mjs";
|
|
5
7
|
import { DropDown } from "../DropDown/index.mjs";
|
|
6
|
-
|
|
7
|
-
children,
|
|
8
|
-
...props
|
|
9
|
-
}) => /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "relative w-full p-0.5", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
10
|
-
"button",
|
|
11
|
-
{
|
|
12
|
-
className: "hover:bg-text/10 focus:bg-text-opposite/20 aria-selected:bg-text/20 dark:hover:bg-text-opposite/10 dark:focus:bg-text-opposite/20 dark:aria-selected:bg-text-opposite/20 w-full cursor-pointer rounded-lg px-3 py-1 text-left focus:outline-none disabled:text-white/25 aria-selected:hover:cursor-default",
|
|
13
|
-
"data-mode": "system",
|
|
14
|
-
...props,
|
|
15
|
-
children
|
|
16
|
-
}
|
|
17
|
-
) });
|
|
8
|
+
import localeSwitcherContent from "./localeSwitcher.content.mjs";
|
|
18
9
|
const DROPDOWN_IDENTIFIER = "locale-switcher";
|
|
19
10
|
const LocaleSwitcher = ({
|
|
20
11
|
locale,
|
|
@@ -24,6 +15,7 @@ const LocaleSwitcher = ({
|
|
|
24
15
|
setLocale
|
|
25
16
|
}) => {
|
|
26
17
|
let localeName = "Select a locale";
|
|
18
|
+
const { switchTo } = useDictionary(localeSwitcherContent);
|
|
27
19
|
if (locale) {
|
|
28
20
|
localeName = fullLocaleName ? getLocaleName(locale) : locale.toUpperCase();
|
|
29
21
|
}
|
|
@@ -39,7 +31,7 @@ const LocaleSwitcher = ({
|
|
|
39
31
|
identifier: DROPDOWN_IDENTIFIER,
|
|
40
32
|
"aria-label": "Language selector",
|
|
41
33
|
children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex w-full items-center justify-between", children: [
|
|
42
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "px-2", children: localeName }),
|
|
34
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-nowrap px-2", children: localeName }),
|
|
43
35
|
/* @__PURE__ */ jsxRuntimeExports.jsx(MoveVertical, { className: "w-5 self-center" })
|
|
44
36
|
] })
|
|
45
37
|
}
|
|
@@ -51,19 +43,23 @@ const LocaleSwitcher = ({
|
|
|
51
43
|
separator: "y",
|
|
52
44
|
role: "listbox",
|
|
53
45
|
"aria-label": "Language list",
|
|
54
|
-
children: localeList.map((lang) => /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
55
|
-
|
|
46
|
+
children: localeList.map((lang) => /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "p-0.5", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
47
|
+
Button,
|
|
56
48
|
{
|
|
57
49
|
onClick: () => setLocale(lang),
|
|
58
|
-
|
|
50
|
+
label: `${switchTo} ${lang}`,
|
|
59
51
|
disabled: !(availableLocales ?? localeList).includes(lang),
|
|
60
52
|
role: "option",
|
|
61
|
-
|
|
53
|
+
isActive: locale === lang,
|
|
54
|
+
className: "text-nowrap",
|
|
55
|
+
variant: "hoverable",
|
|
56
|
+
color: "text",
|
|
57
|
+
isFullWidth: true,
|
|
58
|
+
textAlign: "left",
|
|
62
59
|
lang,
|
|
63
60
|
children: getLocaleName(lang)
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
))
|
|
61
|
+
}
|
|
62
|
+
) }, lang))
|
|
67
63
|
}
|
|
68
64
|
) })
|
|
69
65
|
] })
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LocaleSwitcher.mjs","sources":["../../../src/components/LocaleSwitcherDropDown/LocaleSwitcher.tsx"],"sourcesContent":["import type { Locales } from '@intlayer/config/client';\nimport { getLocaleName } from '@intlayer/core';\nimport { MoveVertical } from 'lucide-react';\nimport type {
|
|
1
|
+
{"version":3,"file":"LocaleSwitcher.mjs","sources":["../../../src/components/LocaleSwitcherDropDown/LocaleSwitcher.tsx"],"sourcesContent":["import type { Locales } from '@intlayer/config/client';\nimport { getLocaleName } from '@intlayer/core';\nimport { MoveVertical } from 'lucide-react';\nimport type { FC } from 'react';\n// @ts-ignore react-intlayer not build yet\nimport { useDictionary } from 'react-intlayer';\nimport { Button } from '../Button';\nimport { Container } from '../Container';\nimport { DropDown } from '../DropDown';\nimport localeSwitcherContent from './localeSwitcher.content';\n\nexport type LocaleSwitcherProps = {\n locale?: Locales;\n localeList: Locales[];\n availableLocales?: Locales[];\n fullLocaleName?: boolean;\n setLocale: (locale: Locales) => void;\n};\n\nconst DROPDOWN_IDENTIFIER = 'locale-switcher';\n\nexport const LocaleSwitcher: FC<LocaleSwitcherProps> = ({\n locale,\n localeList,\n availableLocales,\n fullLocaleName = true,\n setLocale,\n}) => {\n let localeName = 'Select a locale';\n const { switchTo } = useDictionary(localeSwitcherContent);\n\n if (locale) {\n localeName = fullLocaleName ? getLocaleName(locale) : locale.toUpperCase();\n }\n\n return (\n <div\n className=\"border-text text-text dark:border-text-dark dark:text-text-dark rounded-xl border transition-colors\"\n aria-label=\"Language switcher\"\n >\n <DropDown identifier={DROPDOWN_IDENTIFIER}>\n <DropDown.Trigger\n identifier={DROPDOWN_IDENTIFIER}\n aria-label=\"Language selector\"\n >\n <div className=\"flex w-full items-center justify-between\">\n <div className=\"text-nowrap px-2\">{localeName}</div>\n <MoveVertical className=\"w-5 self-center\" />\n </div>\n </DropDown.Trigger>\n\n <DropDown.Panel identifier={DROPDOWN_IDENTIFIER} isOverable isFocusable>\n <Container\n className=\"min-w-28 p-1\"\n separator=\"y\"\n role=\"listbox\"\n aria-label=\"Language list\"\n >\n {localeList.map((lang) => (\n <div key={lang} className=\"p-0.5\">\n <Button\n onClick={() => setLocale(lang)}\n label={`${switchTo} ${lang}`}\n disabled={!(availableLocales ?? localeList).includes(lang)}\n role=\"option\"\n isActive={locale === lang}\n className=\"text-nowrap\"\n variant=\"hoverable\"\n color=\"text\"\n isFullWidth\n textAlign=\"left\"\n lang={lang}\n >\n {getLocaleName(lang)}\n </Button>\n </div>\n ))}\n </Container>\n </DropDown.Panel>\n </DropDown>\n </div>\n );\n};\n"],"names":["jsx","jsxs"],"mappings":";;;;;;;;AAmBA,MAAM,sBAAsB;AAErB,MAAM,iBAA0C,CAAC;AAAA,EACtD;AAAA,EACA;AAAA,EACA;AAAA,EACA,iBAAiB;AAAA,EACjB;AACF,MAAM;AACJ,MAAI,aAAa;AACjB,QAAM,EAAE,SAAA,IAAa,cAAc,qBAAqB;AAExD,MAAI,QAAQ;AACV,iBAAa,iBAAiB,cAAc,MAAM,IAAI,OAAO,YAAY;AAAA,EAAA;AAIzE,SAAAA,kCAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,WAAU;AAAA,MACV,cAAW;AAAA,MAEX,UAAAC,kCAAA,KAAC,UAAS,EAAA,YAAY,qBACpB,UAAA;AAAA,QAAAD,kCAAA;AAAA,UAAC,SAAS;AAAA,UAAT;AAAA,YACC,YAAY;AAAA,YACZ,cAAW;AAAA,YAEX,UAAAC,kCAAA,KAAC,OAAI,EAAA,WAAU,4CACb,UAAA;AAAA,cAACD,kCAAA,IAAA,OAAA,EAAI,WAAU,oBAAoB,UAAW,YAAA;AAAA,cAC9CA,kCAAAA,IAAC,cAAa,EAAA,WAAU,kBAAkB,CAAA;AAAA,YAAA,EAC5C,CAAA;AAAA,UAAA;AAAA,QACF;AAAA,QAEAA,kCAAAA,IAAC,SAAS,OAAT,EAAe,YAAY,qBAAqB,YAAU,MAAC,aAAW,MACrE,UAAAA,kCAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,WAAU;AAAA,YACV,WAAU;AAAA,YACV,MAAK;AAAA,YACL,cAAW;AAAA,YAEV,qBAAW,IAAI,CAAC,SACdA,kCAAAA,IAAA,OAAA,EAAe,WAAU,SACxB,UAAAA,kCAAA;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,SAAS,MAAM,UAAU,IAAI;AAAA,gBAC7B,OAAO,GAAG,QAAQ,IAAI,IAAI;AAAA,gBAC1B,UAAU,EAAE,oBAAoB,YAAY,SAAS,IAAI;AAAA,gBACzD,MAAK;AAAA,gBACL,UAAU,WAAW;AAAA,gBACrB,WAAU;AAAA,gBACV,SAAQ;AAAA,gBACR,OAAM;AAAA,gBACN,aAAW;AAAA,gBACX,WAAU;AAAA,gBACV;AAAA,gBAEC,wBAAc,IAAI;AAAA,cAAA;AAAA,YACrB,EAAA,GAfQ,IAgBV,CACD;AAAA,UAAA;AAAA,QAAA,EAEL,CAAA;AAAA,MAAA,EACF,CAAA;AAAA,IAAA;AAAA,EACF;AAEJ;"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const intlayer = require("intlayer");
|
|
3
|
+
const localeSwitcherContent = {
|
|
4
|
+
key: "locale-switcher",
|
|
5
|
+
content: {
|
|
6
|
+
switchTo: intlayer.t({
|
|
7
|
+
en: "Switch to",
|
|
8
|
+
fr: "Passer à",
|
|
9
|
+
es: "Cambiar a",
|
|
10
|
+
"en-GB": "Switch to",
|
|
11
|
+
de: "Wechseln Sie zu",
|
|
12
|
+
ja: "に切り替える",
|
|
13
|
+
ko: "전환",
|
|
14
|
+
zh: "切换到",
|
|
15
|
+
it: "Passa a",
|
|
16
|
+
pt: "Mudar para",
|
|
17
|
+
hi: "स्विच करें",
|
|
18
|
+
ar: "التبديل إلى",
|
|
19
|
+
ru: "Переключиться на"
|
|
20
|
+
})
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
module.exports = localeSwitcherContent;
|
|
24
|
+
//# sourceMappingURL=localeSwitcher.content.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"localeSwitcher.content.cjs","sources":["../../../src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nconst localeSwitcherContent = {\n key: 'locale-switcher',\n content: {\n switchTo: t({\n en: 'Switch to',\n fr: 'Passer à',\n es: 'Cambiar a',\n 'en-GB': 'Switch to',\n de: 'Wechseln Sie zu',\n ja: 'に切り替える',\n ko: '전환',\n zh: '切换到',\n it: 'Passa a',\n pt: 'Mudar para',\n hi: 'स्विच करें',\n ar: 'التبديل إلى',\n ru: 'Переключиться на',\n }),\n },\n} satisfies DeclarationContent;\n\nexport default localeSwitcherContent;\n"],"names":["t"],"mappings":";;AAEA,MAAM,wBAAwB;AAAA,EAC5B,KAAK;AAAA,EACL,SAAS;AAAA,IACP,UAAUA,SAAAA,EAAE;AAAA,MACV,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EAAA;AAEL;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"localeSwitcher.content.d.ts","sourceRoot":"","sources":["../../../src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,qBAAqB;;;;;CAmBG,CAAC;AAE/B,eAAe,qBAAqB,CAAC"}
|