@intlayer/design-system 5.0.1 → 5.0.3
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/.vite/manifest.json +10 -10
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs +10 -10
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs +10 -10
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts +150 -10
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts +120 -8
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.d.ts.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +3 -3
- 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 +3 -3
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +75 -5
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs +6 -6
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs +6 -6
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts +105 -7
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts +45 -3
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs.map +1 -1
- package/dist/components/Auth/SignInForm/SignInForm.cjs +7 -7
- package/dist/components/Auth/SignInForm/SignInForm.cjs.map +1 -1
- package/dist/components/Auth/SignInForm/SignInForm.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/SignInForm.mjs +7 -7
- package/dist/components/Auth/SignInForm/SignInForm.mjs.map +1 -1
- package/dist/components/Auth/SignInForm/signIn.content.d.ts +195 -13
- package/dist/components/Auth/SignInForm/signIn.content.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.cjs.map +1 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts +60 -4
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.mjs.map +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs +8 -8
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs.map +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs +8 -8
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs.map +1 -1
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts +165 -11
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs.map +1 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts +105 -7
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs.map +1 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.cjs +1 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.cjs.map +1 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.d.ts.map +1 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.mjs +1 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.mjs.map +1 -1
- package/dist/components/Auth/VerifyEmailForm/index.content.d.ts +60 -4
- package/dist/components/Auth/VerifyEmailForm/index.content.d.ts.map +1 -1
- package/dist/components/Breadcrumb/breadcrumb.content.d.ts +15 -1
- package/dist/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
- package/dist/components/Breadcrumb/index.cjs.map +1 -1
- package/dist/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/components/Breadcrumb/index.mjs.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs +4 -4
- 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 +4 -4
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs.map +1 -1
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.d.ts +114 -8
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts +30 -2
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +6 -6
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +6 -6
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +195 -13
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +60 -4
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +22 -17
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +22 -17
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +387 -26
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +180 -12
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs +3 -3
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs +3 -3
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs.map +1 -1
- 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.d.ts.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.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +165 -11
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs +10 -4
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs +10 -4
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +6 -6
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +6 -6
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +150 -10
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +45 -3
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +60 -4
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.d.ts +105 -7
- package/dist/components/DictionaryFieldEditor/editorView.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +59 -14
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +135 -6
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +59 -14
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -1
- package/dist/components/IDE/CopyButton.cjs +1 -1
- package/dist/components/IDE/CopyButton.cjs.map +1 -1
- package/dist/components/IDE/CopyButton.content.d.ts +15 -1
- package/dist/components/IDE/CopyButton.content.d.ts.map +1 -1
- package/dist/components/IDE/CopyButton.d.ts.map +1 -1
- package/dist/components/IDE/CopyButton.mjs +1 -1
- package/dist/components/IDE/CopyButton.mjs.map +1 -1
- package/dist/components/Loader/index.content.d.ts +12 -1
- package/dist/components/Loader/index.content.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs +5 -5
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +5 -5
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.d.ts +6 -6
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +105 -7
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +3 -3
- 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 +3 -3
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +75 -5
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/{index-Di_3dNqI.js → index-BVYRWLUL.js} +3 -2
- package/dist/index-BVYRWLUL.js.map +1 -0
- package/dist/{index-ZARcTrR0.cjs → index-DTQyeqio.cjs} +3 -2
- package/dist/index-DTQyeqio.cjs.map +1 -0
- package/package.json +19 -19
- package/dist/index-Di_3dNqI.js.map +0 -1
- package/dist/index-ZARcTrR0.cjs.map +0 -1
|
@@ -1,9 +1,51 @@
|
|
|
1
1
|
declare const versionSwitcherContent: {
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
|
-
versionSwitcherLabel: import('@intlayer/core').
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
versionSwitcherLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
5
|
+
en: string;
|
|
6
|
+
'en-GB': string;
|
|
7
|
+
fr: string;
|
|
8
|
+
es: string;
|
|
9
|
+
de: string;
|
|
10
|
+
ja: string;
|
|
11
|
+
ko: string;
|
|
12
|
+
zh: string;
|
|
13
|
+
it: string;
|
|
14
|
+
pt: string;
|
|
15
|
+
hi: string;
|
|
16
|
+
ar: string;
|
|
17
|
+
ru: string;
|
|
18
|
+
}>;
|
|
19
|
+
versionListLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
20
|
+
en: string;
|
|
21
|
+
'en-GB': string;
|
|
22
|
+
fr: string;
|
|
23
|
+
es: string;
|
|
24
|
+
de: string;
|
|
25
|
+
ja: string;
|
|
26
|
+
ko: string;
|
|
27
|
+
zh: string;
|
|
28
|
+
it: string;
|
|
29
|
+
pt: string;
|
|
30
|
+
hi: string;
|
|
31
|
+
ar: string;
|
|
32
|
+
ru: string;
|
|
33
|
+
}>;
|
|
34
|
+
switchTo: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
35
|
+
en: string;
|
|
36
|
+
fr: string;
|
|
37
|
+
es: string;
|
|
38
|
+
'en-GB': string;
|
|
39
|
+
de: string;
|
|
40
|
+
ja: string;
|
|
41
|
+
ko: string;
|
|
42
|
+
zh: string;
|
|
43
|
+
it: string;
|
|
44
|
+
pt: string;
|
|
45
|
+
hi: string;
|
|
46
|
+
ar: string;
|
|
47
|
+
ru: string;
|
|
48
|
+
}>;
|
|
7
49
|
};
|
|
8
50
|
};
|
|
9
51
|
export default versionSwitcherContent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versionSwitcherDropDown.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"versionSwitcherDropDown.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDN,CAAC;AAEvB,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,11 +1,67 @@
|
|
|
1
1
|
export declare const dictionaryFieldEditorContent: {
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
|
-
titleInformation: import('@intlayer/core').
|
|
5
|
-
|
|
4
|
+
titleInformation: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
5
|
+
en: string;
|
|
6
|
+
'en-GB': string;
|
|
7
|
+
fr: string;
|
|
8
|
+
es: string;
|
|
9
|
+
de: string;
|
|
10
|
+
ja: string;
|
|
11
|
+
ko: string;
|
|
12
|
+
zh: string;
|
|
13
|
+
it: string;
|
|
14
|
+
pt: string;
|
|
15
|
+
hi: string;
|
|
16
|
+
ar: string;
|
|
17
|
+
ru: string;
|
|
18
|
+
}>;
|
|
19
|
+
titleContent: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
20
|
+
en: string;
|
|
21
|
+
'en-GB': string;
|
|
22
|
+
fr: string;
|
|
23
|
+
es: string;
|
|
24
|
+
de: string;
|
|
25
|
+
ja: string;
|
|
26
|
+
ko: string;
|
|
27
|
+
zh: string;
|
|
28
|
+
it: string;
|
|
29
|
+
pt: string;
|
|
30
|
+
hi: string;
|
|
31
|
+
ar: string;
|
|
32
|
+
ru: string;
|
|
33
|
+
}>;
|
|
6
34
|
returnToDictionaryList: {
|
|
7
|
-
label: import('@intlayer/core').
|
|
8
|
-
|
|
35
|
+
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
36
|
+
en: string;
|
|
37
|
+
'en-GB': string;
|
|
38
|
+
fr: string;
|
|
39
|
+
es: string;
|
|
40
|
+
de: string;
|
|
41
|
+
ja: string;
|
|
42
|
+
ko: string;
|
|
43
|
+
zh: string;
|
|
44
|
+
it: string;
|
|
45
|
+
pt: string;
|
|
46
|
+
hi: string;
|
|
47
|
+
ar: string;
|
|
48
|
+
ru: string;
|
|
49
|
+
}>;
|
|
50
|
+
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
51
|
+
en: string;
|
|
52
|
+
'en-GB': string;
|
|
53
|
+
fr: string;
|
|
54
|
+
es: string;
|
|
55
|
+
de: string;
|
|
56
|
+
ja: string;
|
|
57
|
+
ko: string;
|
|
58
|
+
zh: string;
|
|
59
|
+
it: string;
|
|
60
|
+
pt: string;
|
|
61
|
+
hi: string;
|
|
62
|
+
ar: string;
|
|
63
|
+
ru: string;
|
|
64
|
+
}>;
|
|
9
65
|
};
|
|
10
66
|
};
|
|
11
67
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dictionaryFieldEditor.content.d.ts","sourceRoot":"","sources":["../../../src/components/DictionaryFieldEditor/dictionaryFieldEditor.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"dictionaryFieldEditor.content.d.ts","sourceRoot":"","sources":["../../../src/components/DictionaryFieldEditor/dictionaryFieldEditor.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkEnB,CAAC"}
|
|
@@ -2,19 +2,117 @@ export declare const editorViewContent: {
|
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
4
|
titleInput: {
|
|
5
|
-
label: import('@intlayer/core').
|
|
6
|
-
|
|
5
|
+
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
6
|
+
en: string;
|
|
7
|
+
'en-GB': string;
|
|
8
|
+
fr: string;
|
|
9
|
+
es: string;
|
|
10
|
+
de: string;
|
|
11
|
+
ja: string;
|
|
12
|
+
ko: string;
|
|
13
|
+
zh: string;
|
|
14
|
+
it: string;
|
|
15
|
+
pt: string;
|
|
16
|
+
hi: string;
|
|
17
|
+
ar: string;
|
|
18
|
+
ru: string;
|
|
19
|
+
}>;
|
|
20
|
+
placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
21
|
+
en: string;
|
|
22
|
+
'en-GB': string;
|
|
23
|
+
fr: string;
|
|
24
|
+
es: string;
|
|
25
|
+
de: string;
|
|
26
|
+
ja: string;
|
|
27
|
+
ko: string;
|
|
28
|
+
zh: string;
|
|
29
|
+
it: string;
|
|
30
|
+
pt: string;
|
|
31
|
+
hi: string;
|
|
32
|
+
ar: string;
|
|
33
|
+
ru: string;
|
|
34
|
+
}>;
|
|
7
35
|
};
|
|
8
36
|
nodeTypeSelector: {
|
|
9
|
-
label: import('@intlayer/core').
|
|
37
|
+
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
38
|
+
en: string;
|
|
39
|
+
'en-GB': string;
|
|
40
|
+
fr: string;
|
|
41
|
+
es: string;
|
|
42
|
+
de: string;
|
|
43
|
+
ja: string;
|
|
44
|
+
ko: string;
|
|
45
|
+
zh: string;
|
|
46
|
+
it: string;
|
|
47
|
+
pt: string;
|
|
48
|
+
hi: string;
|
|
49
|
+
ar: string;
|
|
50
|
+
ru: string;
|
|
51
|
+
}>;
|
|
10
52
|
};
|
|
11
53
|
restoreButton: {
|
|
12
|
-
text: import('@intlayer/core').
|
|
13
|
-
|
|
54
|
+
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
55
|
+
en: string;
|
|
56
|
+
'en-GB': string;
|
|
57
|
+
fr: string;
|
|
58
|
+
es: string;
|
|
59
|
+
de: string;
|
|
60
|
+
ja: string;
|
|
61
|
+
ko: string;
|
|
62
|
+
zh: string;
|
|
63
|
+
it: string;
|
|
64
|
+
pt: string;
|
|
65
|
+
hi: string;
|
|
66
|
+
ar: string;
|
|
67
|
+
ru: string;
|
|
68
|
+
}>;
|
|
69
|
+
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
70
|
+
en: string;
|
|
71
|
+
'en-GB': string;
|
|
72
|
+
fr: string;
|
|
73
|
+
es: string;
|
|
74
|
+
de: string;
|
|
75
|
+
ja: string;
|
|
76
|
+
ko: string;
|
|
77
|
+
zh: string;
|
|
78
|
+
it: string;
|
|
79
|
+
pt: string;
|
|
80
|
+
hi: string;
|
|
81
|
+
ar: string;
|
|
82
|
+
ru: string;
|
|
83
|
+
}>;
|
|
14
84
|
};
|
|
15
85
|
deleteButton: {
|
|
16
|
-
text: import('@intlayer/core').
|
|
17
|
-
|
|
86
|
+
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
87
|
+
en: string;
|
|
88
|
+
'en-GB': string;
|
|
89
|
+
fr: string;
|
|
90
|
+
es: string;
|
|
91
|
+
de: string;
|
|
92
|
+
ja: string;
|
|
93
|
+
ko: string;
|
|
94
|
+
zh: string;
|
|
95
|
+
it: string;
|
|
96
|
+
pt: string;
|
|
97
|
+
hi: string;
|
|
98
|
+
ar: string;
|
|
99
|
+
ru: string;
|
|
100
|
+
}>;
|
|
101
|
+
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
102
|
+
en: string;
|
|
103
|
+
'en-GB': string;
|
|
104
|
+
fr: string;
|
|
105
|
+
es: string;
|
|
106
|
+
de: string;
|
|
107
|
+
ja: string;
|
|
108
|
+
ko: string;
|
|
109
|
+
zh: string;
|
|
110
|
+
it: string;
|
|
111
|
+
pt: string;
|
|
112
|
+
hi: string;
|
|
113
|
+
ar: string;
|
|
114
|
+
ru: string;
|
|
115
|
+
}>;
|
|
18
116
|
};
|
|
19
117
|
};
|
|
20
118
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"editorView.content.d.ts","sourceRoot":"","sources":["../../../src/components/DictionaryFieldEditor/editorView.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"editorView.content.d.ts","sourceRoot":"","sources":["../../../src/components/DictionaryFieldEditor/editorView.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqHR,CAAC"}
|
|
@@ -19,20 +19,20 @@ const nodeTypeSelectorContent = {
|
|
|
19
19
|
ar: "نوع العقدة",
|
|
20
20
|
ru: "Тип узла"
|
|
21
21
|
}),
|
|
22
|
-
|
|
23
|
-
en: "Multilingual
|
|
24
|
-
"en-GB": "Multilingual
|
|
25
|
-
fr: "
|
|
26
|
-
es: "
|
|
27
|
-
de: "Mehrsprachiger
|
|
28
|
-
ja: "
|
|
29
|
-
ko: "
|
|
30
|
-
zh: "
|
|
31
|
-
it: "
|
|
32
|
-
pt: "
|
|
33
|
-
hi: "
|
|
34
|
-
ar: "
|
|
35
|
-
ru: "Многоязычный
|
|
22
|
+
multilingual: intlayer.t({
|
|
23
|
+
en: "Multilingual content",
|
|
24
|
+
"en-GB": "Multilingual content",
|
|
25
|
+
fr: "Contenu Multilingue",
|
|
26
|
+
es: "Contenido multilingüe",
|
|
27
|
+
de: "Mehrsprachiger Inhalt",
|
|
28
|
+
ja: "複数言語コンテンツ",
|
|
29
|
+
ko: "다중 언어 콘텐츠",
|
|
30
|
+
zh: "多语言内容",
|
|
31
|
+
it: "Contenuto multilingue",
|
|
32
|
+
pt: "Conteúdo multilíngue",
|
|
33
|
+
hi: "बहुभाषी सामग्री",
|
|
34
|
+
ar: "محتوى متعدد اللغات",
|
|
35
|
+
ru: "Многоязычный контент"
|
|
36
36
|
}),
|
|
37
37
|
text: intlayer.t({
|
|
38
38
|
en: "Text",
|
|
@@ -93,6 +93,51 @@ const nodeTypeSelectorContent = {
|
|
|
93
93
|
hi: "गणना",
|
|
94
94
|
ar: "تعداد",
|
|
95
95
|
ru: "Перечисление"
|
|
96
|
+
}),
|
|
97
|
+
nest: intlayer.t({
|
|
98
|
+
en: "Nest",
|
|
99
|
+
"en-GB": "Nest",
|
|
100
|
+
fr: "Nid",
|
|
101
|
+
es: "Nido",
|
|
102
|
+
de: "Nest",
|
|
103
|
+
ja: "ネスト",
|
|
104
|
+
ko: "네스트",
|
|
105
|
+
zh: "嵌套",
|
|
106
|
+
it: "Nidificazione",
|
|
107
|
+
pt: "Nido",
|
|
108
|
+
hi: "नेस्ट",
|
|
109
|
+
ar: "مستوى",
|
|
110
|
+
ru: "Вложенность"
|
|
111
|
+
}),
|
|
112
|
+
condition: intlayer.t({
|
|
113
|
+
en: "Condition",
|
|
114
|
+
"en-GB": "Condition",
|
|
115
|
+
fr: "Condition",
|
|
116
|
+
es: "Condición",
|
|
117
|
+
de: "Bedingung",
|
|
118
|
+
ja: "条件",
|
|
119
|
+
ko: "조건",
|
|
120
|
+
zh: "条件",
|
|
121
|
+
it: "Condizione",
|
|
122
|
+
pt: "Condição",
|
|
123
|
+
hi: "शर्त्ता",
|
|
124
|
+
ar: "شرط",
|
|
125
|
+
ru: "Условие"
|
|
126
|
+
}),
|
|
127
|
+
markdown: intlayer.t({
|
|
128
|
+
en: "Markdown",
|
|
129
|
+
"en-GB": "Markdown",
|
|
130
|
+
fr: "Markdown",
|
|
131
|
+
es: "Markdown",
|
|
132
|
+
de: "Markdown",
|
|
133
|
+
ja: "マークダウン",
|
|
134
|
+
ko: "마크다운",
|
|
135
|
+
zh: "Markdown",
|
|
136
|
+
it: "Markdown",
|
|
137
|
+
pt: "Markdown",
|
|
138
|
+
hi: "मार्कडाउन",
|
|
139
|
+
ar: "مارك داون",
|
|
140
|
+
ru: "Markdown"
|
|
96
141
|
})
|
|
97
142
|
}
|
|
98
143
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nodeTypeSelector.content.cjs","sources":["../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"sourcesContent":["import { t, type Dictionary } 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
|
|
1
|
+
{"version":3,"file":"nodeTypeSelector.content.cjs","sources":["../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"sourcesContent":["import { t, type Dictionary } 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 multilingual: t({\n en: 'Multilingual content',\n 'en-GB': 'Multilingual content',\n fr: 'Contenu Multilingue',\n es: 'Contenido multilingüe',\n de: 'Mehrsprachiger Inhalt',\n ja: '複数言語コンテンツ',\n ko: '다중 언어 콘텐츠',\n zh: '多语言内容',\n it: 'Contenuto multilingue',\n pt: 'Conteúdo 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 nest: t({\n en: 'Nest',\n 'en-GB': 'Nest',\n fr: 'Nid',\n es: 'Nido',\n de: 'Nest',\n ja: 'ネスト',\n ko: '네스트',\n zh: '嵌套',\n it: 'Nidificazione',\n pt: 'Nido',\n hi: 'नेस्ट',\n ar: 'مستوى',\n ru: 'Вложенность',\n }),\n condition: t({\n en: 'Condition',\n 'en-GB': 'Condition',\n fr: 'Condition',\n es: 'Condición',\n de: 'Bedingung',\n ja: '条件',\n ko: '조건',\n zh: '条件',\n it: 'Condizione',\n pt: 'Condição',\n hi: 'शर्त्ता',\n ar: 'شرط',\n ru: 'Условие',\n }),\n markdown: t({\n en: 'Markdown',\n 'en-GB': 'Markdown',\n fr: 'Markdown',\n es: 'Markdown',\n de: 'Markdown',\n ja: 'マークダウン',\n ko: '마크다운',\n zh: 'Markdown',\n it: 'Markdown',\n pt: 'Markdown',\n hi: 'मार्कडाउन',\n ar: 'مارك داون',\n ru: 'Markdown',\n }),\n },\n} satisfies Dictionary;\n"],"names":["t"],"mappings":"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"}
|
|
@@ -1,12 +1,141 @@
|
|
|
1
1
|
export declare const nodeTypeSelectorContent: {
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
|
-
triggerPlaceHolder: import('@intlayer/core').
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
triggerPlaceHolder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
5
|
+
en: string;
|
|
6
|
+
'en-GB': string;
|
|
7
|
+
fr: string;
|
|
8
|
+
es: string;
|
|
9
|
+
de: string;
|
|
10
|
+
ja: string;
|
|
11
|
+
ko: string;
|
|
12
|
+
zh: string;
|
|
13
|
+
it: string;
|
|
14
|
+
pt: string;
|
|
15
|
+
hi: string;
|
|
16
|
+
ar: string;
|
|
17
|
+
ru: string;
|
|
18
|
+
}>;
|
|
19
|
+
multilingual: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
20
|
+
en: string;
|
|
21
|
+
'en-GB': string;
|
|
22
|
+
fr: string;
|
|
23
|
+
es: string;
|
|
24
|
+
de: string;
|
|
25
|
+
ja: string;
|
|
26
|
+
ko: string;
|
|
27
|
+
zh: string;
|
|
28
|
+
it: string;
|
|
29
|
+
pt: string;
|
|
30
|
+
hi: string;
|
|
31
|
+
ar: string;
|
|
32
|
+
ru: string;
|
|
33
|
+
}>;
|
|
34
|
+
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
35
|
+
en: string;
|
|
36
|
+
'en-GB': string;
|
|
37
|
+
fr: string;
|
|
38
|
+
es: string;
|
|
39
|
+
de: string;
|
|
40
|
+
ja: string;
|
|
41
|
+
ko: string;
|
|
42
|
+
zh: string;
|
|
43
|
+
it: string;
|
|
44
|
+
pt: string;
|
|
45
|
+
hi: string;
|
|
46
|
+
ar: string;
|
|
47
|
+
ru: string;
|
|
48
|
+
}>;
|
|
49
|
+
node: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
50
|
+
en: string;
|
|
51
|
+
'en-GB': string;
|
|
52
|
+
fr: string;
|
|
53
|
+
es: string;
|
|
54
|
+
de: string;
|
|
55
|
+
ja: string;
|
|
56
|
+
ko: string;
|
|
57
|
+
zh: string;
|
|
58
|
+
it: string;
|
|
59
|
+
pt: string;
|
|
60
|
+
hi: string;
|
|
61
|
+
ar: string;
|
|
62
|
+
ru: string;
|
|
63
|
+
}>;
|
|
64
|
+
array: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
65
|
+
en: string;
|
|
66
|
+
'en-GB': string;
|
|
67
|
+
fr: string;
|
|
68
|
+
es: string;
|
|
69
|
+
de: string;
|
|
70
|
+
ja: string;
|
|
71
|
+
ko: string;
|
|
72
|
+
zh: string;
|
|
73
|
+
it: string;
|
|
74
|
+
pt: string;
|
|
75
|
+
hi: string;
|
|
76
|
+
ar: string;
|
|
77
|
+
ru: string;
|
|
78
|
+
}>;
|
|
79
|
+
enumeration: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
80
|
+
en: string;
|
|
81
|
+
'en-GB': string;
|
|
82
|
+
fr: string;
|
|
83
|
+
es: string;
|
|
84
|
+
de: string;
|
|
85
|
+
ja: string;
|
|
86
|
+
ko: string;
|
|
87
|
+
zh: string;
|
|
88
|
+
it: string;
|
|
89
|
+
pt: string;
|
|
90
|
+
hi: string;
|
|
91
|
+
ar: string;
|
|
92
|
+
ru: string;
|
|
93
|
+
}>;
|
|
94
|
+
nest: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
95
|
+
en: string;
|
|
96
|
+
'en-GB': string;
|
|
97
|
+
fr: string;
|
|
98
|
+
es: string;
|
|
99
|
+
de: string;
|
|
100
|
+
ja: string;
|
|
101
|
+
ko: string;
|
|
102
|
+
zh: string;
|
|
103
|
+
it: string;
|
|
104
|
+
pt: string;
|
|
105
|
+
hi: string;
|
|
106
|
+
ar: string;
|
|
107
|
+
ru: string;
|
|
108
|
+
}>;
|
|
109
|
+
condition: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
110
|
+
en: string;
|
|
111
|
+
'en-GB': string;
|
|
112
|
+
fr: string;
|
|
113
|
+
es: string;
|
|
114
|
+
de: string;
|
|
115
|
+
ja: string;
|
|
116
|
+
ko: string;
|
|
117
|
+
zh: string;
|
|
118
|
+
it: string;
|
|
119
|
+
pt: string;
|
|
120
|
+
hi: string;
|
|
121
|
+
ar: string;
|
|
122
|
+
ru: string;
|
|
123
|
+
}>;
|
|
124
|
+
markdown: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
125
|
+
en: string;
|
|
126
|
+
'en-GB': string;
|
|
127
|
+
fr: string;
|
|
128
|
+
es: string;
|
|
129
|
+
de: string;
|
|
130
|
+
ja: string;
|
|
131
|
+
ko: string;
|
|
132
|
+
zh: string;
|
|
133
|
+
it: string;
|
|
134
|
+
pt: string;
|
|
135
|
+
hi: string;
|
|
136
|
+
ar: string;
|
|
137
|
+
ru: string;
|
|
138
|
+
}>;
|
|
10
139
|
};
|
|
11
140
|
};
|
|
12
141
|
//# sourceMappingURL=nodeTypeSelector.content.d.ts.map
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2Id,CAAC"}
|
|
@@ -17,20 +17,20 @@ const nodeTypeSelectorContent = {
|
|
|
17
17
|
ar: "نوع العقدة",
|
|
18
18
|
ru: "Тип узла"
|
|
19
19
|
}),
|
|
20
|
-
|
|
21
|
-
en: "Multilingual
|
|
22
|
-
"en-GB": "Multilingual
|
|
23
|
-
fr: "
|
|
24
|
-
es: "
|
|
25
|
-
de: "Mehrsprachiger
|
|
26
|
-
ja: "
|
|
27
|
-
ko: "
|
|
28
|
-
zh: "
|
|
29
|
-
it: "
|
|
30
|
-
pt: "
|
|
31
|
-
hi: "
|
|
32
|
-
ar: "
|
|
33
|
-
ru: "Многоязычный
|
|
20
|
+
multilingual: t({
|
|
21
|
+
en: "Multilingual content",
|
|
22
|
+
"en-GB": "Multilingual content",
|
|
23
|
+
fr: "Contenu Multilingue",
|
|
24
|
+
es: "Contenido multilingüe",
|
|
25
|
+
de: "Mehrsprachiger Inhalt",
|
|
26
|
+
ja: "複数言語コンテンツ",
|
|
27
|
+
ko: "다중 언어 콘텐츠",
|
|
28
|
+
zh: "多语言内容",
|
|
29
|
+
it: "Contenuto multilingue",
|
|
30
|
+
pt: "Conteúdo multilíngue",
|
|
31
|
+
hi: "बहुभाषी सामग्री",
|
|
32
|
+
ar: "محتوى متعدد اللغات",
|
|
33
|
+
ru: "Многоязычный контент"
|
|
34
34
|
}),
|
|
35
35
|
text: t({
|
|
36
36
|
en: "Text",
|
|
@@ -91,6 +91,51 @@ const nodeTypeSelectorContent = {
|
|
|
91
91
|
hi: "गणना",
|
|
92
92
|
ar: "تعداد",
|
|
93
93
|
ru: "Перечисление"
|
|
94
|
+
}),
|
|
95
|
+
nest: t({
|
|
96
|
+
en: "Nest",
|
|
97
|
+
"en-GB": "Nest",
|
|
98
|
+
fr: "Nid",
|
|
99
|
+
es: "Nido",
|
|
100
|
+
de: "Nest",
|
|
101
|
+
ja: "ネスト",
|
|
102
|
+
ko: "네스트",
|
|
103
|
+
zh: "嵌套",
|
|
104
|
+
it: "Nidificazione",
|
|
105
|
+
pt: "Nido",
|
|
106
|
+
hi: "नेस्ट",
|
|
107
|
+
ar: "مستوى",
|
|
108
|
+
ru: "Вложенность"
|
|
109
|
+
}),
|
|
110
|
+
condition: t({
|
|
111
|
+
en: "Condition",
|
|
112
|
+
"en-GB": "Condition",
|
|
113
|
+
fr: "Condition",
|
|
114
|
+
es: "Condición",
|
|
115
|
+
de: "Bedingung",
|
|
116
|
+
ja: "条件",
|
|
117
|
+
ko: "조건",
|
|
118
|
+
zh: "条件",
|
|
119
|
+
it: "Condizione",
|
|
120
|
+
pt: "Condição",
|
|
121
|
+
hi: "शर्त्ता",
|
|
122
|
+
ar: "شرط",
|
|
123
|
+
ru: "Условие"
|
|
124
|
+
}),
|
|
125
|
+
markdown: t({
|
|
126
|
+
en: "Markdown",
|
|
127
|
+
"en-GB": "Markdown",
|
|
128
|
+
fr: "Markdown",
|
|
129
|
+
es: "Markdown",
|
|
130
|
+
de: "Markdown",
|
|
131
|
+
ja: "マークダウン",
|
|
132
|
+
ko: "마크다운",
|
|
133
|
+
zh: "Markdown",
|
|
134
|
+
it: "Markdown",
|
|
135
|
+
pt: "Markdown",
|
|
136
|
+
hi: "मार्कडाउन",
|
|
137
|
+
ar: "مارك داون",
|
|
138
|
+
ru: "Markdown"
|
|
94
139
|
})
|
|
95
140
|
}
|
|
96
141
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nodeTypeSelector.content.mjs","sources":["../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"sourcesContent":["import { t, type Dictionary } 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
|
|
1
|
+
{"version":3,"file":"nodeTypeSelector.content.mjs","sources":["../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"sourcesContent":["import { t, type Dictionary } 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 multilingual: t({\n en: 'Multilingual content',\n 'en-GB': 'Multilingual content',\n fr: 'Contenu Multilingue',\n es: 'Contenido multilingüe',\n de: 'Mehrsprachiger Inhalt',\n ja: '複数言語コンテンツ',\n ko: '다중 언어 콘텐츠',\n zh: '多语言内容',\n it: 'Contenuto multilingue',\n pt: 'Conteúdo 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 nest: t({\n en: 'Nest',\n 'en-GB': 'Nest',\n fr: 'Nid',\n es: 'Nido',\n de: 'Nest',\n ja: 'ネスト',\n ko: '네스트',\n zh: '嵌套',\n it: 'Nidificazione',\n pt: 'Nido',\n hi: 'नेस्ट',\n ar: 'مستوى',\n ru: 'Вложенность',\n }),\n condition: t({\n en: 'Condition',\n 'en-GB': 'Condition',\n fr: 'Condition',\n es: 'Condición',\n de: 'Bedingung',\n ja: '条件',\n ko: '조건',\n zh: '条件',\n it: 'Condizione',\n pt: 'Condição',\n hi: 'शर्त्ता',\n ar: 'شرط',\n ru: 'Условие',\n }),\n markdown: t({\n en: 'Markdown',\n 'en-GB': 'Markdown',\n fr: 'Markdown',\n es: 'Markdown',\n de: 'Markdown',\n ja: 'マークダウン',\n ko: '마크다운',\n zh: 'Markdown',\n it: 'Markdown',\n pt: 'Markdown',\n hi: 'मार्कडाउन',\n ar: 'مارك داون',\n ru: 'Markdown',\n }),\n },\n} satisfies Dictionary;\n"],"names":[],"mappings":"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"}
|