@intlayer/design-system 5.0.2 → 5.0.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/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.content.d.ts +120 -8
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.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/resetPasswordContent.content.d.ts +105 -7
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.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/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.content.d.ts +60 -4
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.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.content.d.ts +105 -7
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.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/DictionaryEditor/validDictionaryChangeButtons.content.d.ts +114 -8
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.d.ts.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.content.d.ts +195 -13
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.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/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.content.d.ts +180 -12
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.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/NavigationView/navigationViewNode.content.d.ts +165 -11
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.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/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.d.ts +135 -9
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.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/Loader/index.content.d.ts +12 -1
- package/dist/components/Loader/index.content.d.ts.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.content.d.ts +75 -5
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/package.json +17 -17
|
@@ -2,12 +2,68 @@ declare const verifyEmailFormContent: {
|
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
4
|
verifyEmail: {
|
|
5
|
-
title: import('@intlayer/core').
|
|
6
|
-
|
|
5
|
+
title: 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
|
+
description: 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
|
doneButton: {
|
|
9
|
-
text: import('@intlayer/core').
|
|
10
|
-
|
|
37
|
+
text: 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
|
+
}>;
|
|
52
|
+
ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
53
|
+
en: string;
|
|
54
|
+
'en-GB': string;
|
|
55
|
+
fr: string;
|
|
56
|
+
es: string;
|
|
57
|
+
de: string;
|
|
58
|
+
ja: string;
|
|
59
|
+
ko: string;
|
|
60
|
+
zh: string;
|
|
61
|
+
it: string;
|
|
62
|
+
pt: string;
|
|
63
|
+
hi: string;
|
|
64
|
+
ar: string;
|
|
65
|
+
ru: string;
|
|
66
|
+
}>;
|
|
11
67
|
};
|
|
12
68
|
};
|
|
13
69
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/VerifyEmailForm/index.content.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"index.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/VerifyEmailForm/index.content.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqEN,CAAC;AAEvB,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,7 +1,21 @@
|
|
|
1
1
|
export declare const breadCrumbContent: {
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
|
-
linkLabel: import('@intlayer/core').
|
|
4
|
+
linkLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
5
|
+
en: string;
|
|
6
|
+
fr: string;
|
|
7
|
+
es: string;
|
|
8
|
+
'en-GB': 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
|
+
}>;
|
|
5
19
|
};
|
|
6
20
|
};
|
|
7
21
|
export default breadCrumbContent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb.content.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumb/breadcrumb.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"breadcrumb.content.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumb/breadcrumb.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;CAmBR,CAAC;AAEvB,eAAe,iBAAiB,CAAC"}
|
|
@@ -2,20 +2,126 @@ export declare const validDictionaryChangeButtonsContent: {
|
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
4
|
resetButton: {
|
|
5
|
-
text: import('@intlayer/core').
|
|
6
|
-
|
|
5
|
+
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
6
|
+
en: 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
|
+
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
20
|
+
en: string;
|
|
21
|
+
fr: string;
|
|
22
|
+
es: string;
|
|
23
|
+
de: string;
|
|
24
|
+
ja: string;
|
|
25
|
+
ko: string;
|
|
26
|
+
zh: string;
|
|
27
|
+
it: string;
|
|
28
|
+
pt: string;
|
|
29
|
+
hi: string;
|
|
30
|
+
ar: string;
|
|
31
|
+
ru: string;
|
|
32
|
+
}>;
|
|
7
33
|
};
|
|
8
34
|
saveButton: {
|
|
9
|
-
text: import('@intlayer/core').
|
|
10
|
-
|
|
35
|
+
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
36
|
+
en: 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
|
+
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
50
|
+
en: string;
|
|
51
|
+
fr: string;
|
|
52
|
+
es: string;
|
|
53
|
+
de: string;
|
|
54
|
+
ja: string;
|
|
55
|
+
ko: string;
|
|
56
|
+
zh: string;
|
|
57
|
+
it: string;
|
|
58
|
+
pt: string;
|
|
59
|
+
hi: string;
|
|
60
|
+
ar: string;
|
|
61
|
+
ru: string;
|
|
62
|
+
}>;
|
|
11
63
|
};
|
|
12
64
|
publishButton: {
|
|
13
|
-
text: import('@intlayer/core').
|
|
14
|
-
|
|
65
|
+
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
66
|
+
en: 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
|
+
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
80
|
+
en: string;
|
|
81
|
+
fr: string;
|
|
82
|
+
es: string;
|
|
83
|
+
de: string;
|
|
84
|
+
ja: string;
|
|
85
|
+
ko: string;
|
|
86
|
+
zh: string;
|
|
87
|
+
it: string;
|
|
88
|
+
pt: string;
|
|
89
|
+
hi: string;
|
|
90
|
+
ar: string;
|
|
91
|
+
ru: string;
|
|
92
|
+
}>;
|
|
15
93
|
};
|
|
16
94
|
downloadButton: {
|
|
17
|
-
text: import('@intlayer/core').
|
|
18
|
-
|
|
95
|
+
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
96
|
+
en: string;
|
|
97
|
+
'en-GB': string;
|
|
98
|
+
fr: string;
|
|
99
|
+
es: string;
|
|
100
|
+
de: string;
|
|
101
|
+
ja: string;
|
|
102
|
+
ko: string;
|
|
103
|
+
zh: string;
|
|
104
|
+
it: string;
|
|
105
|
+
pt: string;
|
|
106
|
+
hi: string;
|
|
107
|
+
ar: string;
|
|
108
|
+
ru: string;
|
|
109
|
+
}>;
|
|
110
|
+
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
111
|
+
en: string;
|
|
112
|
+
'en-GB': string;
|
|
113
|
+
fr: string;
|
|
114
|
+
es: string;
|
|
115
|
+
de: string;
|
|
116
|
+
ja: string;
|
|
117
|
+
ko: string;
|
|
118
|
+
zh: string;
|
|
119
|
+
it: string;
|
|
120
|
+
pt: string;
|
|
121
|
+
hi: string;
|
|
122
|
+
ar: string;
|
|
123
|
+
ru: string;
|
|
124
|
+
}>;
|
|
19
125
|
};
|
|
20
126
|
};
|
|
21
127
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validDictionaryChangeButtons.content.d.ts","sourceRoot":"","sources":["../../../src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,mCAAmC
|
|
1
|
+
{"version":3,"file":"validDictionaryChangeButtons.content.d.ts","sourceRoot":"","sources":["../../../src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8H1B,CAAC"}
|
package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts
CHANGED
|
@@ -1,8 +1,36 @@
|
|
|
1
1
|
export declare const dictionariesSelectorContent: {
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
|
-
noDictionaryMessage: import('@intlayer/core').
|
|
5
|
-
|
|
4
|
+
noDictionaryMessage: 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
|
+
dictionaryNotFoundMessage: 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
|
};
|
|
7
35
|
};
|
|
8
36
|
//# sourceMappingURL=dictionariesSelector.content.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dictionariesSelector.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"dictionariesSelector.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkClB,CAAC"}
|
|
@@ -2,29 +2,211 @@ export declare const dictionaryFormContent: {
|
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
4
|
keyInput: {
|
|
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
|
projectInput: {
|
|
9
|
-
label: import('@intlayer/core').
|
|
10
|
-
|
|
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
|
+
}>;
|
|
52
|
+
placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
53
|
+
en: string;
|
|
54
|
+
'en-GB': string;
|
|
55
|
+
fr: string;
|
|
56
|
+
es: string;
|
|
57
|
+
de: string;
|
|
58
|
+
ja: string;
|
|
59
|
+
ko: string;
|
|
60
|
+
zh: string;
|
|
61
|
+
it: string;
|
|
62
|
+
pt: string;
|
|
63
|
+
hi: string;
|
|
64
|
+
ar: string;
|
|
65
|
+
ru: string;
|
|
66
|
+
}>;
|
|
11
67
|
};
|
|
12
68
|
noDictionaryView: {
|
|
13
|
-
title: import('@intlayer/core').
|
|
14
|
-
|
|
69
|
+
title: 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
|
+
}>;
|
|
84
|
+
description: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
85
|
+
en: string;
|
|
86
|
+
'en-GB': string;
|
|
87
|
+
fr: string;
|
|
88
|
+
es: string;
|
|
89
|
+
de: string;
|
|
90
|
+
ja: string;
|
|
91
|
+
ko: string;
|
|
92
|
+
zh: string;
|
|
93
|
+
it: string;
|
|
94
|
+
pt: string;
|
|
95
|
+
hi: string;
|
|
96
|
+
ar: string;
|
|
97
|
+
ru: string;
|
|
98
|
+
}>;
|
|
15
99
|
};
|
|
16
100
|
dictionaryList: {
|
|
17
|
-
title: import('@intlayer/core').
|
|
101
|
+
title: 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
|
-
createDictionaryTitle: import('@intlayer/core').
|
|
20
|
-
|
|
117
|
+
createDictionaryTitle: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
118
|
+
en: string;
|
|
119
|
+
'en-GB': string;
|
|
120
|
+
fr: string;
|
|
121
|
+
es: string;
|
|
122
|
+
de: string;
|
|
123
|
+
ja: string;
|
|
124
|
+
ko: string;
|
|
125
|
+
zh: string;
|
|
126
|
+
it: string;
|
|
127
|
+
pt: string;
|
|
128
|
+
hi: string;
|
|
129
|
+
ar: string;
|
|
130
|
+
ru: string;
|
|
131
|
+
}>;
|
|
132
|
+
createDictionaryDescription: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
133
|
+
en: string;
|
|
134
|
+
'en-GB': string;
|
|
135
|
+
fr: string;
|
|
136
|
+
es: string;
|
|
137
|
+
de: string;
|
|
138
|
+
ja: string;
|
|
139
|
+
ko: string;
|
|
140
|
+
zh: string;
|
|
141
|
+
it: string;
|
|
142
|
+
pt: string;
|
|
143
|
+
hi: string;
|
|
144
|
+
ar: string;
|
|
145
|
+
ru: string;
|
|
146
|
+
}>;
|
|
21
147
|
createDictionaryButton: {
|
|
22
|
-
text: import('@intlayer/core').
|
|
23
|
-
|
|
148
|
+
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
149
|
+
en: string;
|
|
150
|
+
'en-GB': string;
|
|
151
|
+
fr: string;
|
|
152
|
+
es: string;
|
|
153
|
+
de: string;
|
|
154
|
+
ja: string;
|
|
155
|
+
ko: string;
|
|
156
|
+
zh: string;
|
|
157
|
+
it: string;
|
|
158
|
+
pt: string;
|
|
159
|
+
hi: string;
|
|
160
|
+
ar: string;
|
|
161
|
+
ru: string;
|
|
162
|
+
}>;
|
|
163
|
+
ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
164
|
+
en: string;
|
|
165
|
+
'en-GB': string;
|
|
166
|
+
fr: string;
|
|
167
|
+
es: string;
|
|
168
|
+
de: string;
|
|
169
|
+
ja: string;
|
|
170
|
+
ko: string;
|
|
171
|
+
zh: string;
|
|
172
|
+
it: string;
|
|
173
|
+
pt: string;
|
|
174
|
+
hi: string;
|
|
175
|
+
ar: string;
|
|
176
|
+
ru: string;
|
|
177
|
+
}>;
|
|
24
178
|
};
|
|
25
179
|
editButton: {
|
|
26
|
-
text: import('@intlayer/core').
|
|
27
|
-
|
|
180
|
+
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
181
|
+
en: string;
|
|
182
|
+
'en-GB': string;
|
|
183
|
+
fr: string;
|
|
184
|
+
es: string;
|
|
185
|
+
de: string;
|
|
186
|
+
ja: string;
|
|
187
|
+
ko: string;
|
|
188
|
+
zh: string;
|
|
189
|
+
it: string;
|
|
190
|
+
pt: string;
|
|
191
|
+
hi: string;
|
|
192
|
+
ar: string;
|
|
193
|
+
ru: string;
|
|
194
|
+
}>;
|
|
195
|
+
ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
196
|
+
en: string;
|
|
197
|
+
'en-GB': string;
|
|
198
|
+
fr: string;
|
|
199
|
+
es: string;
|
|
200
|
+
de: string;
|
|
201
|
+
ja: string;
|
|
202
|
+
ko: string;
|
|
203
|
+
zh: string;
|
|
204
|
+
it: string;
|
|
205
|
+
pt: string;
|
|
206
|
+
hi: string;
|
|
207
|
+
ar: string;
|
|
208
|
+
ru: string;
|
|
209
|
+
}>;
|
|
28
210
|
};
|
|
29
211
|
};
|
|
30
212
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dictionaryCreationForm.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"dictionaryCreationForm.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2NZ,CAAC"}
|
|
@@ -1,10 +1,66 @@
|
|
|
1
1
|
export declare const dictionaryFormSchemaContent: {
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
|
-
requiredErrorName: import('@intlayer/core').
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
requiredErrorName: 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
|
+
invalidTypeErrorName: 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
|
+
requiredErrorProjectId: 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
|
+
invalidTypeErrorProjectId: 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
|
+
}>;
|
|
8
64
|
};
|
|
9
65
|
};
|
|
10
66
|
export default dictionaryFormSchemaContent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDictionaryFormSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"useDictionaryFormSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmElB,CAAC;AAEvB,eAAe,2BAA2B,CAAC"}
|