@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,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"}
|
|
@@ -1,15 +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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
|
+
}>;
|
|
13
139
|
};
|
|
14
140
|
};
|
|
15
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"}
|
|
@@ -1,7 +1,21 @@
|
|
|
1
1
|
export declare const copyContentContent: {
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
|
-
label: import('@intlayer/core').
|
|
4
|
+
label: 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 copyContentContent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CopyButton.content.d.ts","sourceRoot":"","sources":["../../../src/components/IDE/CopyButton.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"CopyButton.content.d.ts","sourceRoot":"","sources":["../../../src/components/IDE/CopyButton.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;CAmBT,CAAC;AAEvB,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
export declare const loaderContent: {
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
|
-
label: import('@intlayer/core').
|
|
4
|
+
label: 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
|
+
}>;
|
|
5
16
|
};
|
|
6
17
|
};
|
|
7
18
|
export default loaderContent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.content.d.ts","sourceRoot":"","sources":["../../../src/components/Loader/index.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"index.content.d.ts","sourceRoot":"","sources":["../../../src/components/Loader/index.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;CAgBJ,CAAC;AAEvB,eAAe,aAAa,CAAC"}
|
|
@@ -1,16 +1,114 @@
|
|
|
1
1
|
declare const localeSwitcherContent: {
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
|
-
localeSwitcherLabel: import('@intlayer/core').
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
localeSwitcherLabel: 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
|
+
languageListLabel: 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
|
searchInput: {
|
|
8
|
-
text: import('@intlayer/core').
|
|
9
|
-
|
|
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
|
+
}>;
|
|
65
|
+
placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
66
|
+
en: string;
|
|
67
|
+
'en-GB': string;
|
|
68
|
+
fr: string;
|
|
69
|
+
es: string;
|
|
70
|
+
de: string;
|
|
71
|
+
ja: string;
|
|
72
|
+
ko: string;
|
|
73
|
+
zh: string;
|
|
74
|
+
it: string;
|
|
75
|
+
pt: string;
|
|
76
|
+
hi: string;
|
|
77
|
+
ar: string;
|
|
78
|
+
ru: string;
|
|
79
|
+
}>;
|
|
10
80
|
};
|
|
11
81
|
seeAllLocalesSwitch: {
|
|
12
|
-
true: import('@intlayer/core').
|
|
13
|
-
|
|
82
|
+
true: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
83
|
+
en: string;
|
|
84
|
+
'en-GB': string;
|
|
85
|
+
fr: string;
|
|
86
|
+
es: string;
|
|
87
|
+
de: string;
|
|
88
|
+
ja: string;
|
|
89
|
+
ko: string;
|
|
90
|
+
zh: string;
|
|
91
|
+
it: string;
|
|
92
|
+
pt: string;
|
|
93
|
+
hi: string;
|
|
94
|
+
ar: string;
|
|
95
|
+
ru: string;
|
|
96
|
+
}>;
|
|
97
|
+
false: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
98
|
+
en: string;
|
|
99
|
+
'en-GB': string;
|
|
100
|
+
fr: string;
|
|
101
|
+
es: string;
|
|
102
|
+
de: string;
|
|
103
|
+
ja: string;
|
|
104
|
+
ko: string;
|
|
105
|
+
zh: string;
|
|
106
|
+
it: string;
|
|
107
|
+
pt: string;
|
|
108
|
+
hi: string;
|
|
109
|
+
ar: string;
|
|
110
|
+
ru: string;
|
|
111
|
+
}>;
|
|
14
112
|
};
|
|
15
113
|
};
|
|
16
114
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localeSwitcher.content.d.ts","sourceRoot":"","sources":["../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"localeSwitcher.content.d.ts","sourceRoot":"","sources":["../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiHL,CAAC;AAEvB,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,12 +1,82 @@
|
|
|
1
1
|
declare const localeSwitcherContent: {
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
|
-
localeSwitcherLabel: import('@intlayer/core').
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
localeSwitcherLabel: 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
|
+
languageListLabel: 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
|
searchInput: {
|
|
8
|
-
text: import('@intlayer/core').
|
|
9
|
-
|
|
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
|
+
}>;
|
|
65
|
+
placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
66
|
+
en: string;
|
|
67
|
+
'en-GB': string;
|
|
68
|
+
fr: string;
|
|
69
|
+
es: string;
|
|
70
|
+
de: string;
|
|
71
|
+
ja: string;
|
|
72
|
+
ko: string;
|
|
73
|
+
zh: string;
|
|
74
|
+
it: string;
|
|
75
|
+
pt: string;
|
|
76
|
+
hi: string;
|
|
77
|
+
ar: string;
|
|
78
|
+
ru: string;
|
|
79
|
+
}>;
|
|
10
80
|
};
|
|
11
81
|
};
|
|
12
82
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localeSwitcher.content.d.ts","sourceRoot":"","sources":["../../../src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"localeSwitcher.content.d.ts","sourceRoot":"","sources":["../../../src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiFL,CAAC;AAEvB,eAAe,qBAAqB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/design-system",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Intlayer design system, including UI components used in the Intlayer editor, website, and visual editor/CMS.",
|
|
6
6
|
"keywords": [
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
"tailwind-merge": "^2.6.0",
|
|
78
78
|
"zod": "^3.24.1",
|
|
79
79
|
"zustand": "^4.5.6",
|
|
80
|
-
"@intlayer/api": "5.0.
|
|
81
|
-
"@intlayer/config": "5.0.
|
|
82
|
-
"@intlayer/core": "5.0.
|
|
83
|
-
"@intlayer/dictionaries-entry": "5.0.
|
|
84
|
-
"@intlayer/editor": "5.0.
|
|
85
|
-
"@intlayer/editor-react": "5.0.
|
|
86
|
-
"react-intlayer": "5.0.
|
|
80
|
+
"@intlayer/api": "5.0.4",
|
|
81
|
+
"@intlayer/config": "5.0.4",
|
|
82
|
+
"@intlayer/core": "5.0.4",
|
|
83
|
+
"@intlayer/dictionaries-entry": "5.0.4",
|
|
84
|
+
"@intlayer/editor": "5.0.4",
|
|
85
|
+
"@intlayer/editor-react": "5.0.4",
|
|
86
|
+
"react-intlayer": "5.0.4"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
89
|
"@chromatic-com/storybook": "^3.2.3",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"vite": "^6.0.11",
|
|
118
118
|
"vite-plugin-dts": "^4.5.0",
|
|
119
119
|
"vitest": "^2.1.8",
|
|
120
|
-
"@intlayer/backend": "5.0.
|
|
120
|
+
"@intlayer/backend": "5.0.4",
|
|
121
121
|
"@utils/eslint-config": "1.0.4",
|
|
122
122
|
"@utils/ts-config": "1.0.4",
|
|
123
123
|
"@utils/ts-config-types": "1.0.4",
|
|
@@ -132,14 +132,14 @@
|
|
|
132
132
|
"react-dom": ">=16.0.0",
|
|
133
133
|
"tailwind-merge": "^2.6.0",
|
|
134
134
|
"zustand": "^4.5.6",
|
|
135
|
-
"@intlayer/
|
|
136
|
-
"@intlayer/
|
|
137
|
-
"@intlayer/
|
|
138
|
-
"@intlayer/
|
|
139
|
-
"@intlayer/editor": "5.0.
|
|
140
|
-
"
|
|
141
|
-
"intlayer": "5.0.
|
|
142
|
-
"
|
|
135
|
+
"@intlayer/api": "5.0.4",
|
|
136
|
+
"@intlayer/config": "5.0.4",
|
|
137
|
+
"@intlayer/core": "5.0.4",
|
|
138
|
+
"@intlayer/editor": "5.0.4",
|
|
139
|
+
"@intlayer/editor-react": "5.0.4",
|
|
140
|
+
"intlayer": "5.0.4",
|
|
141
|
+
"react-intlayer": "5.0.4",
|
|
142
|
+
"@intlayer/dictionaries-entry": "5.0.4"
|
|
143
143
|
},
|
|
144
144
|
"scripts": {
|
|
145
145
|
"build": "pnpm build:package && pnpm build:css",
|