@intlayer/design-system 8.4.8 → 8.4.10
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/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +5 -1
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
- package/dist/esm/components/Table/Table.mjs +40 -3
- package/dist/esm/components/Table/Table.mjs.map +1 -1
- package/dist/esm/hooks/useAuth/useOAuth2.mjs +1 -1
- package/dist/esm/hooks/useAuth/useSession.mjs +1 -1
- package/dist/esm/providers/ReactQueryProvider.mjs +8 -0
- package/dist/esm/providers/ReactQueryProvider.mjs.map +1 -1
- package/dist/types/components/Badge/index.d.ts +1 -1
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +2 -25
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
- package/dist/types/components/Browser/Browser.content.d.ts +9 -193
- package/dist/types/components/Browser/Browser.content.d.ts.map +1 -1
- package/dist/types/components/Button/Button.d.ts +2 -2
- package/dist/types/components/Carousel/index.content.d.ts +3 -73
- package/dist/types/components/Carousel/index.content.d.ts.map +1 -1
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +1 -1
- package/dist/types/components/Command/index.d.ts +2 -2
- package/dist/types/components/Container/index.d.ts +2 -2
- package/dist/types/components/CopyButton/CopyButton.content.d.ts +2 -25
- package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +13 -289
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +5 -97
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +28 -649
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +17 -385
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +13 -289
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/NodeTypeSelector.d.ts +1 -1
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +17 -385
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +5 -97
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +4 -73
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +3 -49
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +16 -361
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +2 -26
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts.map +1 -1
- package/dist/types/components/IDE/code.content.d.ts +3 -49
- package/dist/types/components/IDE/code.content.d.ts.map +1 -1
- package/dist/types/components/IDE/copyCode.content.d.ts +3 -49
- package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
- package/dist/types/components/IDE/selectors.content.d.ts +7 -145
- package/dist/types/components/IDE/selectors.content.d.ts.map +1 -1
- package/dist/types/components/Input/Checkbox.d.ts +1 -1
- package/dist/types/components/Link/Link.d.ts +2 -2
- package/dist/types/components/Loader/index.content.d.ts +2 -25
- package/dist/types/components/Loader/index.content.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +9 -193
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +7 -145
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/Pagination/pagination.content.d.ts +5 -121
- package/dist/types/components/Pagination/pagination.content.d.ts.map +1 -1
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +3 -49
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts.map +1 -1
- package/dist/types/components/Table/Table.d.ts.map +1 -1
- package/dist/types/components/Table/table.content.d.ts +2 -25
- package/dist/types/components/Table/table.content.d.ts.map +1 -1
- package/dist/types/components/Tag/index.d.ts +1 -1
- package/dist/types/components/Terminal/terminal.content.d.ts +3 -49
- package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
- package/dist/types/providers/ReactQueryProvider.d.ts.map +1 -1
- package/package.json +19 -19
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts
|
|
4
4
|
declare const versionSwitcherContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
versionSwitcherLabel:
|
|
7
|
+
versionSwitcherLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -23,31 +23,8 @@ declare const versionSwitcherContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
|
-
}, {
|
|
27
|
-
nodeType: "translation";
|
|
28
|
-
} & {
|
|
29
|
-
translation: {
|
|
30
|
-
en: string;
|
|
31
|
-
'en-GB': string;
|
|
32
|
-
fr: string;
|
|
33
|
-
es: string;
|
|
34
|
-
de: string;
|
|
35
|
-
ja: string;
|
|
36
|
-
ko: string;
|
|
37
|
-
zh: string;
|
|
38
|
-
it: string;
|
|
39
|
-
pt: string;
|
|
40
|
-
hi: string;
|
|
41
|
-
ar: string;
|
|
42
|
-
ru: string;
|
|
43
|
-
tr: string;
|
|
44
|
-
pl: string;
|
|
45
|
-
id: string;
|
|
46
|
-
vi: string;
|
|
47
|
-
uk: string;
|
|
48
|
-
};
|
|
49
26
|
}>;
|
|
50
|
-
versionListLabel:
|
|
27
|
+
versionListLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
51
28
|
en: string;
|
|
52
29
|
'en-GB': string;
|
|
53
30
|
fr: string;
|
|
@@ -66,31 +43,8 @@ declare const versionSwitcherContent: {
|
|
|
66
43
|
id: string;
|
|
67
44
|
vi: string;
|
|
68
45
|
uk: string;
|
|
69
|
-
}, {
|
|
70
|
-
nodeType: "translation";
|
|
71
|
-
} & {
|
|
72
|
-
translation: {
|
|
73
|
-
en: string;
|
|
74
|
-
'en-GB': string;
|
|
75
|
-
fr: string;
|
|
76
|
-
es: string;
|
|
77
|
-
de: string;
|
|
78
|
-
ja: string;
|
|
79
|
-
ko: string;
|
|
80
|
-
zh: string;
|
|
81
|
-
it: string;
|
|
82
|
-
pt: string;
|
|
83
|
-
hi: string;
|
|
84
|
-
ar: string;
|
|
85
|
-
ru: string;
|
|
86
|
-
tr: string;
|
|
87
|
-
pl: string;
|
|
88
|
-
id: string;
|
|
89
|
-
vi: string;
|
|
90
|
-
uk: string;
|
|
91
|
-
};
|
|
92
46
|
}>;
|
|
93
|
-
switchTo:
|
|
47
|
+
switchTo: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
94
48
|
en: string;
|
|
95
49
|
fr: string;
|
|
96
50
|
es: string;
|
|
@@ -109,29 +63,6 @@ declare const versionSwitcherContent: {
|
|
|
109
63
|
id: string;
|
|
110
64
|
vi: string;
|
|
111
65
|
uk: string;
|
|
112
|
-
}, {
|
|
113
|
-
nodeType: "translation";
|
|
114
|
-
} & {
|
|
115
|
-
translation: {
|
|
116
|
-
en: string;
|
|
117
|
-
fr: string;
|
|
118
|
-
es: string;
|
|
119
|
-
'en-GB': string;
|
|
120
|
-
de: string;
|
|
121
|
-
ja: string;
|
|
122
|
-
ko: string;
|
|
123
|
-
zh: string;
|
|
124
|
-
it: string;
|
|
125
|
-
pt: string;
|
|
126
|
-
hi: string;
|
|
127
|
-
ar: string;
|
|
128
|
-
ru: string;
|
|
129
|
-
tr: string;
|
|
130
|
-
pl: string;
|
|
131
|
-
id: string;
|
|
132
|
-
vi: string;
|
|
133
|
-
uk: string;
|
|
134
|
-
};
|
|
135
66
|
}>;
|
|
136
67
|
};
|
|
137
68
|
title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versionSwitcherDropDown.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.ts"],"mappings":";;;cAEM,sBAAA;;;0BAoEgB,
|
|
1
|
+
{"version":3,"file":"versionSwitcherDropDown.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.ts"],"mappings":";;;cAEM,sBAAA;;;0BAoEgB,0BAAA,CAAA,kBAAA"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts
|
|
4
4
|
declare const dictionaryFieldEditorContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
7
|
returnToDictionaryList: {
|
|
8
|
-
label:
|
|
8
|
+
label: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
9
9
|
en: string;
|
|
10
10
|
'en-GB': string;
|
|
11
11
|
fr: string;
|
|
@@ -24,31 +24,8 @@ declare const dictionaryFieldEditorContent: {
|
|
|
24
24
|
id: string;
|
|
25
25
|
vi: string;
|
|
26
26
|
uk: string;
|
|
27
|
-
}, {
|
|
28
|
-
nodeType: "translation";
|
|
29
|
-
} & {
|
|
30
|
-
translation: {
|
|
31
|
-
en: string;
|
|
32
|
-
'en-GB': string;
|
|
33
|
-
fr: string;
|
|
34
|
-
es: string;
|
|
35
|
-
de: string;
|
|
36
|
-
ja: string;
|
|
37
|
-
it: string;
|
|
38
|
-
pt: string;
|
|
39
|
-
hi: string;
|
|
40
|
-
ar: string;
|
|
41
|
-
ko: string;
|
|
42
|
-
zh: string;
|
|
43
|
-
ru: string;
|
|
44
|
-
tr: string;
|
|
45
|
-
pl: string;
|
|
46
|
-
id: string;
|
|
47
|
-
vi: string;
|
|
48
|
-
uk: string;
|
|
49
|
-
};
|
|
50
27
|
}>;
|
|
51
|
-
text:
|
|
28
|
+
text: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
52
29
|
en: string;
|
|
53
30
|
'en-GB': string;
|
|
54
31
|
fr: string;
|
|
@@ -67,29 +44,6 @@ declare const dictionaryFieldEditorContent: {
|
|
|
67
44
|
id: string;
|
|
68
45
|
vi: string;
|
|
69
46
|
uk: string;
|
|
70
|
-
}, {
|
|
71
|
-
nodeType: "translation";
|
|
72
|
-
} & {
|
|
73
|
-
translation: {
|
|
74
|
-
en: string;
|
|
75
|
-
'en-GB': string;
|
|
76
|
-
fr: string;
|
|
77
|
-
es: string;
|
|
78
|
-
de: string;
|
|
79
|
-
ja: string;
|
|
80
|
-
ko: string;
|
|
81
|
-
zh: string;
|
|
82
|
-
it: string;
|
|
83
|
-
pt: string;
|
|
84
|
-
hi: string;
|
|
85
|
-
ar: string;
|
|
86
|
-
ru: string;
|
|
87
|
-
tr: string;
|
|
88
|
-
pl: string;
|
|
89
|
-
id: string;
|
|
90
|
-
vi: string;
|
|
91
|
-
uk: string;
|
|
92
|
-
};
|
|
93
47
|
}>;
|
|
94
48
|
};
|
|
95
49
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dictionaryFieldEditor.content.d.ts","names":[],"sources":["../../../../src/components/DictionaryFieldEditor/dictionaryFieldEditor.content.ts"],"mappings":";;;cAEa,4BAAA;;;;aAkDS,
|
|
1
|
+
{"version":3,"file":"dictionaryFieldEditor.content.d.ts","names":[],"sources":["../../../../src/components/DictionaryFieldEditor/dictionaryFieldEditor.content.ts"],"mappings":";;;cAEa,4BAAA;;;;aAkDS,0BAAA,CAAA,kBAAA;;;;;;;;;;;;;;;;;;;;YAAA,0BAAA,CAAA,kBAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts
|
|
4
4
|
declare const nodeTypeSelectorContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
triggerPlaceHolder:
|
|
7
|
+
triggerPlaceHolder: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -23,31 +23,8 @@ declare const nodeTypeSelectorContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
uk: string;
|
|
26
|
-
}, {
|
|
27
|
-
nodeType: "translation";
|
|
28
|
-
} & {
|
|
29
|
-
translation: {
|
|
30
|
-
en: string;
|
|
31
|
-
'en-GB': string;
|
|
32
|
-
fr: string;
|
|
33
|
-
es: string;
|
|
34
|
-
de: string;
|
|
35
|
-
ja: string;
|
|
36
|
-
ko: string;
|
|
37
|
-
zh: string;
|
|
38
|
-
it: string;
|
|
39
|
-
pt: string;
|
|
40
|
-
hi: string;
|
|
41
|
-
ar: string;
|
|
42
|
-
ru: string;
|
|
43
|
-
tr: string;
|
|
44
|
-
pl: string;
|
|
45
|
-
id: string;
|
|
46
|
-
vi: string;
|
|
47
|
-
uk: string;
|
|
48
|
-
};
|
|
49
26
|
}>;
|
|
50
|
-
multilingual:
|
|
27
|
+
multilingual: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
51
28
|
en: string;
|
|
52
29
|
'en-GB': string;
|
|
53
30
|
fr: string;
|
|
@@ -66,31 +43,8 @@ declare const nodeTypeSelectorContent: {
|
|
|
66
43
|
id: string;
|
|
67
44
|
vi: string;
|
|
68
45
|
uk: string;
|
|
69
|
-
}, {
|
|
70
|
-
nodeType: "translation";
|
|
71
|
-
} & {
|
|
72
|
-
translation: {
|
|
73
|
-
en: string;
|
|
74
|
-
'en-GB': string;
|
|
75
|
-
fr: string;
|
|
76
|
-
es: string;
|
|
77
|
-
de: string;
|
|
78
|
-
ja: string;
|
|
79
|
-
ko: string;
|
|
80
|
-
zh: string;
|
|
81
|
-
it: string;
|
|
82
|
-
pt: string;
|
|
83
|
-
hi: string;
|
|
84
|
-
ar: string;
|
|
85
|
-
ru: string;
|
|
86
|
-
tr: string;
|
|
87
|
-
pl: string;
|
|
88
|
-
id: string;
|
|
89
|
-
vi: string;
|
|
90
|
-
uk: string;
|
|
91
|
-
};
|
|
92
46
|
}>;
|
|
93
|
-
text:
|
|
47
|
+
text: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
94
48
|
en: string;
|
|
95
49
|
'en-GB': string;
|
|
96
50
|
fr: string;
|
|
@@ -109,31 +63,8 @@ declare const nodeTypeSelectorContent: {
|
|
|
109
63
|
id: string;
|
|
110
64
|
vi: string;
|
|
111
65
|
uk: string;
|
|
112
|
-
}, {
|
|
113
|
-
nodeType: "translation";
|
|
114
|
-
} & {
|
|
115
|
-
translation: {
|
|
116
|
-
en: string;
|
|
117
|
-
'en-GB': string;
|
|
118
|
-
fr: string;
|
|
119
|
-
es: string;
|
|
120
|
-
de: string;
|
|
121
|
-
ja: string;
|
|
122
|
-
ko: string;
|
|
123
|
-
zh: string;
|
|
124
|
-
it: string;
|
|
125
|
-
pt: string;
|
|
126
|
-
hi: string;
|
|
127
|
-
ar: string;
|
|
128
|
-
ru: string;
|
|
129
|
-
tr: string;
|
|
130
|
-
pl: string;
|
|
131
|
-
id: string;
|
|
132
|
-
vi: string;
|
|
133
|
-
uk: string;
|
|
134
|
-
};
|
|
135
66
|
}>;
|
|
136
|
-
number:
|
|
67
|
+
number: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
137
68
|
en: string;
|
|
138
69
|
'en-GB': string;
|
|
139
70
|
fr: string;
|
|
@@ -152,31 +83,8 @@ declare const nodeTypeSelectorContent: {
|
|
|
152
83
|
id: string;
|
|
153
84
|
vi: string;
|
|
154
85
|
uk: string;
|
|
155
|
-
}, {
|
|
156
|
-
nodeType: "translation";
|
|
157
|
-
} & {
|
|
158
|
-
translation: {
|
|
159
|
-
en: string;
|
|
160
|
-
'en-GB': string;
|
|
161
|
-
fr: string;
|
|
162
|
-
es: string;
|
|
163
|
-
de: string;
|
|
164
|
-
ja: string;
|
|
165
|
-
ko: string;
|
|
166
|
-
zh: string;
|
|
167
|
-
it: string;
|
|
168
|
-
pt: string;
|
|
169
|
-
hi: string;
|
|
170
|
-
ar: string;
|
|
171
|
-
ru: string;
|
|
172
|
-
tr: string;
|
|
173
|
-
pl: string;
|
|
174
|
-
id: string;
|
|
175
|
-
vi: string;
|
|
176
|
-
uk: string;
|
|
177
|
-
};
|
|
178
86
|
}>;
|
|
179
|
-
boolean:
|
|
87
|
+
boolean: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
180
88
|
en: string;
|
|
181
89
|
'en-GB': string;
|
|
182
90
|
fr: string;
|
|
@@ -195,31 +103,8 @@ declare const nodeTypeSelectorContent: {
|
|
|
195
103
|
id: string;
|
|
196
104
|
vi: string;
|
|
197
105
|
uk: string;
|
|
198
|
-
}, {
|
|
199
|
-
nodeType: "translation";
|
|
200
|
-
} & {
|
|
201
|
-
translation: {
|
|
202
|
-
en: string;
|
|
203
|
-
'en-GB': string;
|
|
204
|
-
fr: string;
|
|
205
|
-
es: string;
|
|
206
|
-
de: string;
|
|
207
|
-
ja: string;
|
|
208
|
-
ko: string;
|
|
209
|
-
zh: string;
|
|
210
|
-
it: string;
|
|
211
|
-
pt: string;
|
|
212
|
-
hi: string;
|
|
213
|
-
ar: string;
|
|
214
|
-
ru: string;
|
|
215
|
-
tr: string;
|
|
216
|
-
pl: string;
|
|
217
|
-
id: string;
|
|
218
|
-
vi: string;
|
|
219
|
-
uk: string;
|
|
220
|
-
};
|
|
221
106
|
}>;
|
|
222
|
-
node:
|
|
107
|
+
node: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
223
108
|
en: string;
|
|
224
109
|
'en-GB': string;
|
|
225
110
|
fr: string;
|
|
@@ -238,31 +123,8 @@ declare const nodeTypeSelectorContent: {
|
|
|
238
123
|
id: string;
|
|
239
124
|
vi: string;
|
|
240
125
|
uk: string;
|
|
241
|
-
}, {
|
|
242
|
-
nodeType: "translation";
|
|
243
|
-
} & {
|
|
244
|
-
translation: {
|
|
245
|
-
en: string;
|
|
246
|
-
'en-GB': string;
|
|
247
|
-
fr: string;
|
|
248
|
-
es: string;
|
|
249
|
-
de: string;
|
|
250
|
-
ja: string;
|
|
251
|
-
ko: string;
|
|
252
|
-
zh: string;
|
|
253
|
-
it: string;
|
|
254
|
-
pt: string;
|
|
255
|
-
hi: string;
|
|
256
|
-
ar: string;
|
|
257
|
-
ru: string;
|
|
258
|
-
tr: string;
|
|
259
|
-
pl: string;
|
|
260
|
-
id: string;
|
|
261
|
-
vi: string;
|
|
262
|
-
uk: string;
|
|
263
|
-
};
|
|
264
126
|
}>;
|
|
265
|
-
array:
|
|
127
|
+
array: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
266
128
|
en: string;
|
|
267
129
|
'en-GB': string;
|
|
268
130
|
fr: string;
|
|
@@ -281,31 +143,8 @@ declare const nodeTypeSelectorContent: {
|
|
|
281
143
|
id: string;
|
|
282
144
|
vi: string;
|
|
283
145
|
uk: string;
|
|
284
|
-
}, {
|
|
285
|
-
nodeType: "translation";
|
|
286
|
-
} & {
|
|
287
|
-
translation: {
|
|
288
|
-
en: string;
|
|
289
|
-
'en-GB': string;
|
|
290
|
-
fr: string;
|
|
291
|
-
es: string;
|
|
292
|
-
de: string;
|
|
293
|
-
ja: string;
|
|
294
|
-
ko: string;
|
|
295
|
-
zh: string;
|
|
296
|
-
it: string;
|
|
297
|
-
pt: string;
|
|
298
|
-
hi: string;
|
|
299
|
-
ar: string;
|
|
300
|
-
ru: string;
|
|
301
|
-
tr: string;
|
|
302
|
-
pl: string;
|
|
303
|
-
id: string;
|
|
304
|
-
vi: string;
|
|
305
|
-
uk: string;
|
|
306
|
-
};
|
|
307
146
|
}>;
|
|
308
|
-
enumeration:
|
|
147
|
+
enumeration: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
309
148
|
en: string;
|
|
310
149
|
'en-GB': string;
|
|
311
150
|
fr: string;
|
|
@@ -324,31 +163,8 @@ declare const nodeTypeSelectorContent: {
|
|
|
324
163
|
id: string;
|
|
325
164
|
vi: string;
|
|
326
165
|
uk: string;
|
|
327
|
-
}, {
|
|
328
|
-
nodeType: "translation";
|
|
329
|
-
} & {
|
|
330
|
-
translation: {
|
|
331
|
-
en: string;
|
|
332
|
-
'en-GB': string;
|
|
333
|
-
fr: string;
|
|
334
|
-
es: string;
|
|
335
|
-
de: string;
|
|
336
|
-
ja: string;
|
|
337
|
-
ko: string;
|
|
338
|
-
zh: string;
|
|
339
|
-
it: string;
|
|
340
|
-
pt: string;
|
|
341
|
-
hi: string;
|
|
342
|
-
ar: string;
|
|
343
|
-
ru: string;
|
|
344
|
-
tr: string;
|
|
345
|
-
pl: string;
|
|
346
|
-
id: string;
|
|
347
|
-
vi: string;
|
|
348
|
-
uk: string;
|
|
349
|
-
};
|
|
350
166
|
}>;
|
|
351
|
-
gender:
|
|
167
|
+
gender: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
352
168
|
en: string;
|
|
353
169
|
'en-GB': string;
|
|
354
170
|
fr: string;
|
|
@@ -367,31 +183,8 @@ declare const nodeTypeSelectorContent: {
|
|
|
367
183
|
id: string;
|
|
368
184
|
vi: string;
|
|
369
185
|
uk: string;
|
|
370
|
-
}, {
|
|
371
|
-
nodeType: "translation";
|
|
372
|
-
} & {
|
|
373
|
-
translation: {
|
|
374
|
-
en: string;
|
|
375
|
-
'en-GB': string;
|
|
376
|
-
fr: string;
|
|
377
|
-
es: string;
|
|
378
|
-
de: string;
|
|
379
|
-
ja: string;
|
|
380
|
-
ko: string;
|
|
381
|
-
zh: string;
|
|
382
|
-
it: string;
|
|
383
|
-
pt: string;
|
|
384
|
-
hi: string;
|
|
385
|
-
ar: string;
|
|
386
|
-
ru: string;
|
|
387
|
-
tr: string;
|
|
388
|
-
pl: string;
|
|
389
|
-
id: string;
|
|
390
|
-
vi: string;
|
|
391
|
-
uk: string;
|
|
392
|
-
};
|
|
393
186
|
}>;
|
|
394
|
-
nest:
|
|
187
|
+
nest: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
395
188
|
en: string;
|
|
396
189
|
'en-GB': string;
|
|
397
190
|
fr: string;
|
|
@@ -410,31 +203,8 @@ declare const nodeTypeSelectorContent: {
|
|
|
410
203
|
id: string;
|
|
411
204
|
vi: string;
|
|
412
205
|
uk: string;
|
|
413
|
-
}, {
|
|
414
|
-
nodeType: "translation";
|
|
415
|
-
} & {
|
|
416
|
-
translation: {
|
|
417
|
-
en: string;
|
|
418
|
-
'en-GB': string;
|
|
419
|
-
fr: string;
|
|
420
|
-
es: string;
|
|
421
|
-
de: string;
|
|
422
|
-
ja: string;
|
|
423
|
-
ko: string;
|
|
424
|
-
zh: string;
|
|
425
|
-
it: string;
|
|
426
|
-
pt: string;
|
|
427
|
-
hi: string;
|
|
428
|
-
ar: string;
|
|
429
|
-
ru: string;
|
|
430
|
-
tr: string;
|
|
431
|
-
pl: string;
|
|
432
|
-
id: string;
|
|
433
|
-
vi: string;
|
|
434
|
-
uk: string;
|
|
435
|
-
};
|
|
436
206
|
}>;
|
|
437
|
-
insertion:
|
|
207
|
+
insertion: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
438
208
|
en: string;
|
|
439
209
|
'en-GB': string;
|
|
440
210
|
fr: string;
|
|
@@ -453,31 +223,8 @@ declare const nodeTypeSelectorContent: {
|
|
|
453
223
|
id: string;
|
|
454
224
|
vi: string;
|
|
455
225
|
uk: string;
|
|
456
|
-
}, {
|
|
457
|
-
nodeType: "translation";
|
|
458
|
-
} & {
|
|
459
|
-
translation: {
|
|
460
|
-
en: string;
|
|
461
|
-
'en-GB': string;
|
|
462
|
-
fr: string;
|
|
463
|
-
es: string;
|
|
464
|
-
de: string;
|
|
465
|
-
ja: string;
|
|
466
|
-
ko: string;
|
|
467
|
-
zh: string;
|
|
468
|
-
it: string;
|
|
469
|
-
pt: string;
|
|
470
|
-
hi: string;
|
|
471
|
-
ar: string;
|
|
472
|
-
ru: string;
|
|
473
|
-
tr: string;
|
|
474
|
-
pl: string;
|
|
475
|
-
id: string;
|
|
476
|
-
vi: string;
|
|
477
|
-
uk: string;
|
|
478
|
-
};
|
|
479
226
|
}>;
|
|
480
|
-
condition:
|
|
227
|
+
condition: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
481
228
|
en: string;
|
|
482
229
|
'en-GB': string;
|
|
483
230
|
fr: string;
|
|
@@ -496,31 +243,8 @@ declare const nodeTypeSelectorContent: {
|
|
|
496
243
|
id: string;
|
|
497
244
|
vi: string;
|
|
498
245
|
uk: string;
|
|
499
|
-
}, {
|
|
500
|
-
nodeType: "translation";
|
|
501
|
-
} & {
|
|
502
|
-
translation: {
|
|
503
|
-
en: string;
|
|
504
|
-
'en-GB': string;
|
|
505
|
-
fr: string;
|
|
506
|
-
es: string;
|
|
507
|
-
de: string;
|
|
508
|
-
ja: string;
|
|
509
|
-
ko: string;
|
|
510
|
-
zh: string;
|
|
511
|
-
it: string;
|
|
512
|
-
pt: string;
|
|
513
|
-
hi: string;
|
|
514
|
-
ar: string;
|
|
515
|
-
ru: string;
|
|
516
|
-
tr: string;
|
|
517
|
-
pl: string;
|
|
518
|
-
id: string;
|
|
519
|
-
vi: string;
|
|
520
|
-
uk: string;
|
|
521
|
-
};
|
|
522
246
|
}>;
|
|
523
|
-
file:
|
|
247
|
+
file: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
524
248
|
en: string;
|
|
525
249
|
'en-GB': string;
|
|
526
250
|
fr: string;
|
|
@@ -539,31 +263,8 @@ declare const nodeTypeSelectorContent: {
|
|
|
539
263
|
id: string;
|
|
540
264
|
vi: string;
|
|
541
265
|
uk: string;
|
|
542
|
-
}, {
|
|
543
|
-
nodeType: "translation";
|
|
544
|
-
} & {
|
|
545
|
-
translation: {
|
|
546
|
-
en: string;
|
|
547
|
-
'en-GB': string;
|
|
548
|
-
fr: string;
|
|
549
|
-
es: string;
|
|
550
|
-
de: string;
|
|
551
|
-
ja: string;
|
|
552
|
-
ko: string;
|
|
553
|
-
zh: string;
|
|
554
|
-
it: string;
|
|
555
|
-
pt: string;
|
|
556
|
-
hi: string;
|
|
557
|
-
ar: string;
|
|
558
|
-
ru: string;
|
|
559
|
-
tr: string;
|
|
560
|
-
pl: string;
|
|
561
|
-
id: string;
|
|
562
|
-
vi: string;
|
|
563
|
-
uk: string;
|
|
564
|
-
};
|
|
565
266
|
}>;
|
|
566
|
-
markdown:
|
|
267
|
+
markdown: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
567
268
|
en: string;
|
|
568
269
|
'en-GB': string;
|
|
569
270
|
fr: string;
|
|
@@ -582,31 +283,8 @@ declare const nodeTypeSelectorContent: {
|
|
|
582
283
|
id: string;
|
|
583
284
|
vi: string;
|
|
584
285
|
uk: string;
|
|
585
|
-
}, {
|
|
586
|
-
nodeType: "translation";
|
|
587
|
-
} & {
|
|
588
|
-
translation: {
|
|
589
|
-
en: string;
|
|
590
|
-
'en-GB': string;
|
|
591
|
-
fr: string;
|
|
592
|
-
es: string;
|
|
593
|
-
de: string;
|
|
594
|
-
ja: string;
|
|
595
|
-
ko: string;
|
|
596
|
-
zh: string;
|
|
597
|
-
it: string;
|
|
598
|
-
pt: string;
|
|
599
|
-
hi: string;
|
|
600
|
-
ar: string;
|
|
601
|
-
ru: string;
|
|
602
|
-
tr: string;
|
|
603
|
-
pl: string;
|
|
604
|
-
id: string;
|
|
605
|
-
vi: string;
|
|
606
|
-
uk: string;
|
|
607
|
-
};
|
|
608
286
|
}>;
|
|
609
|
-
reactNode:
|
|
287
|
+
reactNode: _intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
610
288
|
en: string;
|
|
611
289
|
'en-GB': string;
|
|
612
290
|
fr: string;
|
|
@@ -625,29 +303,6 @@ declare const nodeTypeSelectorContent: {
|
|
|
625
303
|
id: string;
|
|
626
304
|
vi: string;
|
|
627
305
|
uk: string;
|
|
628
|
-
}, {
|
|
629
|
-
nodeType: "translation";
|
|
630
|
-
} & {
|
|
631
|
-
translation: {
|
|
632
|
-
en: string;
|
|
633
|
-
'en-GB': string;
|
|
634
|
-
fr: string;
|
|
635
|
-
es: string;
|
|
636
|
-
de: string;
|
|
637
|
-
ja: string;
|
|
638
|
-
ko: string;
|
|
639
|
-
zh: string;
|
|
640
|
-
it: string;
|
|
641
|
-
pt: string;
|
|
642
|
-
hi: string;
|
|
643
|
-
ar: string;
|
|
644
|
-
ru: string;
|
|
645
|
-
tr: string;
|
|
646
|
-
pl: string;
|
|
647
|
-
id: string;
|
|
648
|
-
vi: string;
|
|
649
|
-
uk: string;
|
|
650
|
-
};
|
|
651
306
|
}>;
|
|
652
307
|
};
|
|
653
308
|
title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nodeTypeSelector.content.d.ts","names":[],"sources":["../../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"mappings":";;;cAEa,uBAAA;;;wBAoTS,
|
|
1
|
+
{"version":3,"file":"nodeTypeSelector.content.d.ts","names":[],"sources":["../../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"mappings":";;;cAEa,uBAAA;;;wBAoTS,0BAAA,CAAA,kBAAA"}
|