@intlayer/design-system 7.5.0 → 7.5.1
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/Command/index.mjs +1 -1
- package/dist/esm/components/Command/index.mjs.map +1 -1
- package/dist/esm/components/Form/FormBase.mjs +1 -1
- package/dist/esm/components/Form/FormBase.mjs.map +1 -1
- package/dist/esm/components/SwitchSelector/index.mjs +26 -15
- package/dist/esm/components/SwitchSelector/index.mjs.map +1 -1
- package/dist/esm/hooks/index.mjs +2 -2
- package/dist/esm/hooks/reactQuery.mjs +30 -1
- package/dist/esm/hooks/reactQuery.mjs.map +1 -1
- package/dist/esm/hooks/usePersistedStore.mjs +14 -5
- package/dist/esm/hooks/usePersistedStore.mjs.map +1 -1
- package/dist/esm/libs/auth.mjs +10 -2
- package/dist/esm/libs/auth.mjs.map +1 -1
- package/dist/types/components/Badge/index.d.ts +2 -2
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
- package/dist/types/components/Breadcrumb/index.d.ts +2 -2
- package/dist/types/components/Browser/Browser.content.d.ts +11 -11
- package/dist/types/components/Button/Button.d.ts +6 -6
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
- package/dist/types/components/Command/index.d.ts +17 -17
- package/dist/types/components/Command/index.d.ts.map +1 -1
- package/dist/types/components/Container/index.d.ts +9 -9
- package/dist/types/components/Container/index.d.ts.map +1 -1
- package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
- package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
- package/dist/types/components/Form/FormField.d.ts +2 -2
- package/dist/types/components/Form/FormField.d.ts.map +1 -1
- package/dist/types/components/Form/FormItem.d.ts +2 -2
- package/dist/types/components/Form/FormItem.d.ts.map +1 -1
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
- package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
- package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
- package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
- package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
- package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
- package/dist/types/components/IDE/CodeContext.d.ts +2 -2
- package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
- package/dist/types/components/IDE/FileTree.d.ts.map +1 -1
- package/dist/types/components/IDE/code.content.d.ts +5 -5
- package/dist/types/components/IDE/code.content.d.ts.map +1 -1
- package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
- package/dist/types/components/IDE/selectors.content.d.ts +7 -7
- package/dist/types/components/Input/Checkbox.d.ts +4 -4
- package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
- package/dist/types/components/Input/Input.d.ts +3 -3
- package/dist/types/components/Input/Input.d.ts.map +1 -1
- package/dist/types/components/Input/OTPInput.d.ts +6 -6
- package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
- package/dist/types/components/Input/SearchInput.d.ts +2 -2
- package/dist/types/components/Link/Link.d.ts +5 -5
- package/dist/types/components/Loader/index.content.d.ts +3 -3
- package/dist/types/components/Loader/index.content.d.ts.map +1 -1
- package/dist/types/components/Loader/spinner.d.ts +2 -2
- package/dist/types/components/Loader/spinner.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
- package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
- package/dist/types/components/Navbar/Burger.d.ts +2 -2
- package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
- package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/DesktopNavbar.d.ts.map +1 -1
- package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
- package/dist/types/components/Navbar/index.d.ts +2 -2
- package/dist/types/components/Navbar/index.d.ts.map +1 -1
- package/dist/types/components/Pagination/Pagination.d.ts +4 -4
- package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
- package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
- package/dist/types/components/Select/Select.d.ts +3 -3
- package/dist/types/components/Select/Select.d.ts.map +1 -1
- package/dist/types/components/SocialNetworks/index.d.ts +2 -2
- package/dist/types/components/SwitchSelector/index.d.ts +8 -5
- package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
- package/dist/types/components/Tab/Tab.d.ts +4 -4
- package/dist/types/components/Tab/TabContext.d.ts +2 -2
- package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
- package/dist/types/components/TabSelector/TabSelector.d.ts +3 -3
- package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
- package/dist/types/components/Table/table.content.d.ts +3 -3
- package/dist/types/components/Tag/index.d.ts +4 -4
- package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
- package/dist/types/components/Toaster/Toast.d.ts +2 -2
- package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
- package/dist/types/components/Toaster/Toaster.d.ts +2 -2
- package/dist/types/hooks/index.d.ts +2 -2
- package/dist/types/hooks/reactQuery.d.ts +4 -1
- package/dist/types/hooks/reactQuery.d.ts.map +1 -1
- package/dist/types/hooks/usePersistedStore.d.ts +1 -1
- package/dist/types/libs/auth.d.ts +7 -2
- package/dist/types/libs/auth.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types214 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts
|
|
4
4
|
declare const useDictionaryDetailsSchemaContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
titleRequiredError:
|
|
7
|
+
titleRequiredError: _intlayer_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -23,7 +23,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
}, {
|
|
26
|
-
nodeType:
|
|
26
|
+
nodeType: _intlayer_types214.NodeType.Translation | "translation";
|
|
27
27
|
} & {
|
|
28
28
|
translation: {
|
|
29
29
|
en: string;
|
|
@@ -45,7 +45,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
45
45
|
vi: string;
|
|
46
46
|
};
|
|
47
47
|
}>;
|
|
48
|
-
titleInvalidTypeError:
|
|
48
|
+
titleInvalidTypeError: _intlayer_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
|
|
49
49
|
en: string;
|
|
50
50
|
'en-GB': string;
|
|
51
51
|
fr: string;
|
|
@@ -64,7 +64,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
64
64
|
id: string;
|
|
65
65
|
vi: string;
|
|
66
66
|
}, {
|
|
67
|
-
nodeType:
|
|
67
|
+
nodeType: _intlayer_types214.NodeType.Translation | "translation";
|
|
68
68
|
} & {
|
|
69
69
|
translation: {
|
|
70
70
|
en: string;
|
|
@@ -86,7 +86,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
86
86
|
vi: string;
|
|
87
87
|
};
|
|
88
88
|
}>;
|
|
89
|
-
titleMinLengthError:
|
|
89
|
+
titleMinLengthError: _intlayer_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
|
|
90
90
|
en: string;
|
|
91
91
|
'en-GB': string;
|
|
92
92
|
fr: string;
|
|
@@ -105,7 +105,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
105
105
|
id: string;
|
|
106
106
|
vi: string;
|
|
107
107
|
}, {
|
|
108
|
-
nodeType:
|
|
108
|
+
nodeType: _intlayer_types214.NodeType.Translation | "translation";
|
|
109
109
|
} & {
|
|
110
110
|
translation: {
|
|
111
111
|
en: string;
|
|
@@ -127,7 +127,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
127
127
|
vi: string;
|
|
128
128
|
};
|
|
129
129
|
}>;
|
|
130
|
-
keyRequiredError:
|
|
130
|
+
keyRequiredError: _intlayer_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
|
|
131
131
|
en: string;
|
|
132
132
|
'en-GB': string;
|
|
133
133
|
fr: string;
|
|
@@ -146,7 +146,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
146
146
|
id: string;
|
|
147
147
|
vi: string;
|
|
148
148
|
}, {
|
|
149
|
-
nodeType:
|
|
149
|
+
nodeType: _intlayer_types214.NodeType.Translation | "translation";
|
|
150
150
|
} & {
|
|
151
151
|
translation: {
|
|
152
152
|
en: string;
|
|
@@ -168,7 +168,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
168
168
|
vi: string;
|
|
169
169
|
};
|
|
170
170
|
}>;
|
|
171
|
-
keyInvalidTypeError:
|
|
171
|
+
keyInvalidTypeError: _intlayer_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
|
|
172
172
|
en: string;
|
|
173
173
|
'en-GB': string;
|
|
174
174
|
fr: string;
|
|
@@ -187,7 +187,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
187
187
|
id: string;
|
|
188
188
|
vi: string;
|
|
189
189
|
}, {
|
|
190
|
-
nodeType:
|
|
190
|
+
nodeType: _intlayer_types214.NodeType.Translation | "translation";
|
|
191
191
|
} & {
|
|
192
192
|
translation: {
|
|
193
193
|
en: string;
|
|
@@ -209,7 +209,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
209
209
|
vi: string;
|
|
210
210
|
};
|
|
211
211
|
}>;
|
|
212
|
-
keySpaceError:
|
|
212
|
+
keySpaceError: _intlayer_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
|
|
213
213
|
en: string;
|
|
214
214
|
'en-GB': string;
|
|
215
215
|
fr: string;
|
|
@@ -228,7 +228,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
228
228
|
id: string;
|
|
229
229
|
vi: string;
|
|
230
230
|
}, {
|
|
231
|
-
nodeType:
|
|
231
|
+
nodeType: _intlayer_types214.NodeType.Translation | "translation";
|
|
232
232
|
} & {
|
|
233
233
|
translation: {
|
|
234
234
|
en: string;
|
|
@@ -250,7 +250,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
250
250
|
vi: string;
|
|
251
251
|
};
|
|
252
252
|
}>;
|
|
253
|
-
keyMinLengthError:
|
|
253
|
+
keyMinLengthError: _intlayer_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
|
|
254
254
|
en: string;
|
|
255
255
|
'en-GB': string;
|
|
256
256
|
fr: string;
|
|
@@ -269,7 +269,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
269
269
|
id: string;
|
|
270
270
|
vi: string;
|
|
271
271
|
}, {
|
|
272
|
-
nodeType:
|
|
272
|
+
nodeType: _intlayer_types214.NodeType.Translation | "translation";
|
|
273
273
|
} & {
|
|
274
274
|
translation: {
|
|
275
275
|
en: string;
|
|
@@ -291,7 +291,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
291
291
|
vi: string;
|
|
292
292
|
};
|
|
293
293
|
}>;
|
|
294
|
-
descriptionRequiredError:
|
|
294
|
+
descriptionRequiredError: _intlayer_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
|
|
295
295
|
en: string;
|
|
296
296
|
'en-GB': string;
|
|
297
297
|
fr: string;
|
|
@@ -310,7 +310,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
310
310
|
id: string;
|
|
311
311
|
vi: string;
|
|
312
312
|
}, {
|
|
313
|
-
nodeType:
|
|
313
|
+
nodeType: _intlayer_types214.NodeType.Translation | "translation";
|
|
314
314
|
} & {
|
|
315
315
|
translation: {
|
|
316
316
|
en: string;
|
|
@@ -332,7 +332,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
332
332
|
vi: string;
|
|
333
333
|
};
|
|
334
334
|
}>;
|
|
335
|
-
descriptionInvalidTypeError:
|
|
335
|
+
descriptionInvalidTypeError: _intlayer_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
|
|
336
336
|
en: string;
|
|
337
337
|
'en-GB': string;
|
|
338
338
|
fr: string;
|
|
@@ -351,7 +351,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
351
351
|
id: string;
|
|
352
352
|
vi: string;
|
|
353
353
|
}, {
|
|
354
|
-
nodeType:
|
|
354
|
+
nodeType: _intlayer_types214.NodeType.Translation | "translation";
|
|
355
355
|
} & {
|
|
356
356
|
translation: {
|
|
357
357
|
en: string;
|
|
@@ -373,7 +373,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
373
373
|
vi: string;
|
|
374
374
|
};
|
|
375
375
|
}>;
|
|
376
|
-
requiredErrorProjectId:
|
|
376
|
+
requiredErrorProjectId: _intlayer_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
|
|
377
377
|
en: string;
|
|
378
378
|
'en-GB': string;
|
|
379
379
|
fr: string;
|
|
@@ -392,7 +392,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
392
392
|
id: string;
|
|
393
393
|
vi: string;
|
|
394
394
|
}, {
|
|
395
|
-
nodeType:
|
|
395
|
+
nodeType: _intlayer_types214.NodeType.Translation | "translation";
|
|
396
396
|
} & {
|
|
397
397
|
translation: {
|
|
398
398
|
en: string;
|
|
@@ -414,7 +414,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
414
414
|
vi: string;
|
|
415
415
|
};
|
|
416
416
|
}>;
|
|
417
|
-
invalidTypeErrorProjectId:
|
|
417
|
+
invalidTypeErrorProjectId: _intlayer_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
|
|
418
418
|
en: string;
|
|
419
419
|
'en-GB': string;
|
|
420
420
|
fr: string;
|
|
@@ -433,7 +433,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
433
433
|
id: string;
|
|
434
434
|
vi: string;
|
|
435
435
|
}, {
|
|
436
|
-
nodeType:
|
|
436
|
+
nodeType: _intlayer_types214.NodeType.Translation | "translation";
|
|
437
437
|
} & {
|
|
438
438
|
translation: {
|
|
439
439
|
en: string;
|
|
@@ -455,7 +455,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
455
455
|
vi: string;
|
|
456
456
|
};
|
|
457
457
|
}>;
|
|
458
|
-
invalidTypeErrorTags:
|
|
458
|
+
invalidTypeErrorTags: _intlayer_types214.TypedNodeModel<_intlayer_types214.NodeType.Translation, {
|
|
459
459
|
en: string;
|
|
460
460
|
'en-GB': string;
|
|
461
461
|
fr: string;
|
|
@@ -474,7 +474,7 @@ declare const useDictionaryDetailsSchemaContent: {
|
|
|
474
474
|
id: string;
|
|
475
475
|
vi: string;
|
|
476
476
|
}, {
|
|
477
|
-
nodeType:
|
|
477
|
+
nodeType: _intlayer_types214.NodeType.Translation | "translation";
|
|
478
478
|
} & {
|
|
479
479
|
translation: {
|
|
480
480
|
en: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDictionaryDetailsSchema.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,kBAAA,
|
|
1
|
+
{"version":3,"file":"useDictionaryDetailsSchema.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,kBAAA,mCAwPS,0CAAA"}
|
package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types358 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts
|
|
4
4
|
declare const navigationViewContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
tsxNotEditable:
|
|
7
|
+
tsxNotEditable: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
'en-GB': string;
|
|
10
10
|
fr: string;
|
|
@@ -23,7 +23,7 @@ declare const navigationViewContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
}, {
|
|
26
|
-
nodeType:
|
|
26
|
+
nodeType: _intlayer_types358.NodeType.Translation | "translation";
|
|
27
27
|
} & {
|
|
28
28
|
translation: {
|
|
29
29
|
en: string;
|
|
@@ -46,7 +46,7 @@ declare const navigationViewContent: {
|
|
|
46
46
|
};
|
|
47
47
|
}>;
|
|
48
48
|
goToField: {
|
|
49
|
-
label:
|
|
49
|
+
label: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
|
|
50
50
|
en: string;
|
|
51
51
|
'en-GB': string;
|
|
52
52
|
fr: string;
|
|
@@ -65,7 +65,7 @@ declare const navigationViewContent: {
|
|
|
65
65
|
id: string;
|
|
66
66
|
vi: string;
|
|
67
67
|
}, {
|
|
68
|
-
nodeType:
|
|
68
|
+
nodeType: _intlayer_types358.NodeType.Translation | "translation";
|
|
69
69
|
} & {
|
|
70
70
|
translation: {
|
|
71
71
|
en: string;
|
|
@@ -89,7 +89,7 @@ declare const navigationViewContent: {
|
|
|
89
89
|
}>;
|
|
90
90
|
};
|
|
91
91
|
addNewElement: {
|
|
92
|
-
label:
|
|
92
|
+
label: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
|
|
93
93
|
en: string;
|
|
94
94
|
'en-GB': string;
|
|
95
95
|
fr: string;
|
|
@@ -108,7 +108,7 @@ declare const navigationViewContent: {
|
|
|
108
108
|
id: string;
|
|
109
109
|
vi: string;
|
|
110
110
|
}, {
|
|
111
|
-
nodeType:
|
|
111
|
+
nodeType: _intlayer_types358.NodeType.Translation | "translation";
|
|
112
112
|
} & {
|
|
113
113
|
translation: {
|
|
114
114
|
en: string;
|
|
@@ -130,7 +130,7 @@ declare const navigationViewContent: {
|
|
|
130
130
|
vi: string;
|
|
131
131
|
};
|
|
132
132
|
}>;
|
|
133
|
-
text:
|
|
133
|
+
text: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
|
|
134
134
|
en: string;
|
|
135
135
|
'en-GB': string;
|
|
136
136
|
fr: string;
|
|
@@ -149,7 +149,7 @@ declare const navigationViewContent: {
|
|
|
149
149
|
id: string;
|
|
150
150
|
vi: string;
|
|
151
151
|
}, {
|
|
152
|
-
nodeType:
|
|
152
|
+
nodeType: _intlayer_types358.NodeType.Translation | "translation";
|
|
153
153
|
} & {
|
|
154
154
|
translation: {
|
|
155
155
|
en: string;
|
|
@@ -173,7 +173,7 @@ declare const navigationViewContent: {
|
|
|
173
173
|
}>;
|
|
174
174
|
};
|
|
175
175
|
removeElement: {
|
|
176
|
-
label:
|
|
176
|
+
label: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
|
|
177
177
|
en: string;
|
|
178
178
|
'en-GB': string;
|
|
179
179
|
fr: string;
|
|
@@ -192,7 +192,7 @@ declare const navigationViewContent: {
|
|
|
192
192
|
id: string;
|
|
193
193
|
vi: string;
|
|
194
194
|
}, {
|
|
195
|
-
nodeType:
|
|
195
|
+
nodeType: _intlayer_types358.NodeType.Translation | "translation";
|
|
196
196
|
} & {
|
|
197
197
|
translation: {
|
|
198
198
|
en: string;
|
|
@@ -214,7 +214,7 @@ declare const navigationViewContent: {
|
|
|
214
214
|
vi: string;
|
|
215
215
|
};
|
|
216
216
|
}>;
|
|
217
|
-
text:
|
|
217
|
+
text: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
|
|
218
218
|
en: string;
|
|
219
219
|
'en-GB': string;
|
|
220
220
|
fr: string;
|
|
@@ -233,7 +233,7 @@ declare const navigationViewContent: {
|
|
|
233
233
|
id: string;
|
|
234
234
|
vi: string;
|
|
235
235
|
}, {
|
|
236
|
-
nodeType:
|
|
236
|
+
nodeType: _intlayer_types358.NodeType.Translation | "translation";
|
|
237
237
|
} & {
|
|
238
238
|
translation: {
|
|
239
239
|
en: string;
|
|
@@ -257,7 +257,7 @@ declare const navigationViewContent: {
|
|
|
257
257
|
}>;
|
|
258
258
|
};
|
|
259
259
|
addNewEnumeration: {
|
|
260
|
-
label:
|
|
260
|
+
label: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
|
|
261
261
|
en: string;
|
|
262
262
|
'en-GB': string;
|
|
263
263
|
fr: string;
|
|
@@ -276,7 +276,7 @@ declare const navigationViewContent: {
|
|
|
276
276
|
id: string;
|
|
277
277
|
vi: string;
|
|
278
278
|
}, {
|
|
279
|
-
nodeType:
|
|
279
|
+
nodeType: _intlayer_types358.NodeType.Translation | "translation";
|
|
280
280
|
} & {
|
|
281
281
|
translation: {
|
|
282
282
|
en: string;
|
|
@@ -298,7 +298,7 @@ declare const navigationViewContent: {
|
|
|
298
298
|
vi: string;
|
|
299
299
|
};
|
|
300
300
|
}>;
|
|
301
|
-
text:
|
|
301
|
+
text: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
|
|
302
302
|
en: string;
|
|
303
303
|
'en-GB': string;
|
|
304
304
|
fr: string;
|
|
@@ -317,7 +317,7 @@ declare const navigationViewContent: {
|
|
|
317
317
|
id: string;
|
|
318
318
|
vi: string;
|
|
319
319
|
}, {
|
|
320
|
-
nodeType:
|
|
320
|
+
nodeType: _intlayer_types358.NodeType.Translation | "translation";
|
|
321
321
|
} & {
|
|
322
322
|
translation: {
|
|
323
323
|
en: string;
|
|
@@ -341,7 +341,7 @@ declare const navigationViewContent: {
|
|
|
341
341
|
}>;
|
|
342
342
|
};
|
|
343
343
|
removeEnumeration: {
|
|
344
|
-
label:
|
|
344
|
+
label: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
|
|
345
345
|
en: string;
|
|
346
346
|
'en-GB': string;
|
|
347
347
|
fr: string;
|
|
@@ -360,7 +360,7 @@ declare const navigationViewContent: {
|
|
|
360
360
|
id: string;
|
|
361
361
|
vi: string;
|
|
362
362
|
}, {
|
|
363
|
-
nodeType:
|
|
363
|
+
nodeType: _intlayer_types358.NodeType.Translation | "translation";
|
|
364
364
|
} & {
|
|
365
365
|
translation: {
|
|
366
366
|
en: string;
|
|
@@ -382,7 +382,7 @@ declare const navigationViewContent: {
|
|
|
382
382
|
vi: string;
|
|
383
383
|
};
|
|
384
384
|
}>;
|
|
385
|
-
text:
|
|
385
|
+
text: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
|
|
386
386
|
en: string;
|
|
387
387
|
'en-GB': string;
|
|
388
388
|
fr: string;
|
|
@@ -401,7 +401,7 @@ declare const navigationViewContent: {
|
|
|
401
401
|
id: string;
|
|
402
402
|
vi: string;
|
|
403
403
|
}, {
|
|
404
|
-
nodeType:
|
|
404
|
+
nodeType: _intlayer_types358.NodeType.Translation | "translation";
|
|
405
405
|
} & {
|
|
406
406
|
translation: {
|
|
407
407
|
en: string;
|
|
@@ -425,7 +425,7 @@ declare const navigationViewContent: {
|
|
|
425
425
|
}>;
|
|
426
426
|
};
|
|
427
427
|
addNewCondition: {
|
|
428
|
-
label:
|
|
428
|
+
label: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
|
|
429
429
|
en: string;
|
|
430
430
|
'en-GB': string;
|
|
431
431
|
fr: string;
|
|
@@ -444,7 +444,7 @@ declare const navigationViewContent: {
|
|
|
444
444
|
id: string;
|
|
445
445
|
vi: string;
|
|
446
446
|
}, {
|
|
447
|
-
nodeType:
|
|
447
|
+
nodeType: _intlayer_types358.NodeType.Translation | "translation";
|
|
448
448
|
} & {
|
|
449
449
|
translation: {
|
|
450
450
|
en: string;
|
|
@@ -466,7 +466,7 @@ declare const navigationViewContent: {
|
|
|
466
466
|
vi: string;
|
|
467
467
|
};
|
|
468
468
|
}>;
|
|
469
|
-
text:
|
|
469
|
+
text: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
|
|
470
470
|
en: string;
|
|
471
471
|
'en-GB': string;
|
|
472
472
|
fr: string;
|
|
@@ -485,7 +485,7 @@ declare const navigationViewContent: {
|
|
|
485
485
|
id: string;
|
|
486
486
|
vi: string;
|
|
487
487
|
}, {
|
|
488
|
-
nodeType:
|
|
488
|
+
nodeType: _intlayer_types358.NodeType.Translation | "translation";
|
|
489
489
|
} & {
|
|
490
490
|
translation: {
|
|
491
491
|
en: string;
|