@pega/cosmos-react-core 3.0.0-dev.16.1 → 3.0.0-dev.18.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/lib/components/AppShell/AppHeader.d.ts.map +1 -1
- package/lib/components/AppShell/AppHeader.js +4 -6
- package/lib/components/AppShell/AppHeader.js.map +1 -1
- package/lib/components/AppShell/AppHeader.styles.d.ts +16 -0
- package/lib/components/AppShell/AppHeader.styles.d.ts.map +1 -0
- package/lib/components/AppShell/AppHeader.styles.js +155 -0
- package/lib/components/AppShell/AppHeader.styles.js.map +1 -0
- package/lib/components/AppShell/AppShell.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.js +44 -157
- package/lib/components/AppShell/AppShell.js.map +1 -1
- package/lib/components/AppShell/AppShell.styles.d.ts +7 -51
- package/lib/components/AppShell/AppShell.styles.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.styles.js +44 -535
- package/lib/components/AppShell/AppShell.styles.js.map +1 -1
- package/lib/components/AppShell/AppShell.types.d.ts +16 -5
- package/lib/components/AppShell/AppShell.types.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.types.js.map +1 -1
- package/lib/components/AppShell/AppShellContext.d.ts +2 -0
- package/lib/components/AppShell/AppShellContext.d.ts.map +1 -1
- package/lib/components/AppShell/AppShellContext.js +2 -0
- package/lib/components/AppShell/AppShellContext.js.map +1 -1
- package/lib/components/AppShell/AppShellList.js +3 -1
- package/lib/components/AppShell/AppShellList.js.map +1 -1
- package/lib/components/AppShell/AppShellList.styles.d.ts +19 -0
- package/lib/components/AppShell/AppShellList.styles.d.ts.map +1 -0
- package/lib/components/AppShell/AppShellList.styles.js +141 -0
- package/lib/components/AppShell/AppShellList.styles.js.map +1 -0
- package/lib/components/AppShell/AppShellSearch.d.ts +10 -0
- package/lib/components/AppShell/AppShellSearch.d.ts.map +1 -0
- package/lib/components/AppShell/AppShellSearch.js +32 -0
- package/lib/components/AppShell/AppShellSearch.js.map +1 -0
- package/lib/components/AppShell/AppShellSearch.styles.d.ts +8 -0
- package/lib/components/AppShell/AppShellSearch.styles.d.ts.map +1 -0
- package/lib/components/AppShell/AppShellSearch.styles.js +190 -0
- package/lib/components/AppShell/AppShellSearch.styles.js.map +1 -0
- package/lib/components/AppShell/Drawer.js +2 -2
- package/lib/components/AppShell/Drawer.js.map +1 -1
- package/lib/components/AppShell/Drawer.styles.d.ts +15 -0
- package/lib/components/AppShell/Drawer.styles.d.ts.map +1 -0
- package/lib/components/AppShell/Drawer.styles.js +153 -0
- package/lib/components/AppShell/Drawer.styles.js.map +1 -0
- package/lib/components/AppShell/NavigationList.d.ts +5 -0
- package/lib/components/AppShell/NavigationList.d.ts.map +1 -0
- package/lib/components/AppShell/NavigationList.js +123 -0
- package/lib/components/AppShell/NavigationList.js.map +1 -0
- package/lib/components/AppShell/NavigationListItemWrapper.d.ts +5 -0
- package/lib/components/AppShell/NavigationListItemWrapper.d.ts.map +1 -0
- package/lib/components/AppShell/NavigationListItemWrapper.js +109 -0
- package/lib/components/AppShell/NavigationListItemWrapper.js.map +1 -0
- package/lib/components/AppShell/Operator.js +4 -4
- package/lib/components/AppShell/Operator.js.map +1 -1
- package/lib/components/Badges/Keyboard.d.ts.map +1 -1
- package/lib/components/Badges/Keyboard.js +2 -0
- package/lib/components/Badges/Keyboard.js.map +1 -1
- package/lib/components/Badges/Selection.d.ts +1 -1
- package/lib/components/Badges/Selection.d.ts.map +1 -1
- package/lib/components/Badges/Selection.js +4 -2
- package/lib/components/Badges/Selection.js.map +1 -1
- package/lib/components/Breadcrumbs/Breadcrumbs.d.ts +2 -1
- package/lib/components/Breadcrumbs/Breadcrumbs.d.ts.map +1 -1
- package/lib/components/Breadcrumbs/Breadcrumbs.js +27 -7
- package/lib/components/Breadcrumbs/Breadcrumbs.js.map +1 -1
- package/lib/components/ComboBox/ComboBox.d.ts.map +1 -1
- package/lib/components/ComboBox/ComboBox.js +56 -15
- package/lib/components/ComboBox/ComboBox.js.map +1 -1
- package/lib/components/ComboBox/ComboBox.styles.d.ts +3 -1
- package/lib/components/ComboBox/ComboBox.styles.d.ts.map +1 -1
- package/lib/components/ComboBox/ComboBox.types.d.ts +5 -1
- package/lib/components/ComboBox/ComboBox.types.d.ts.map +1 -1
- package/lib/components/ComboBox/ComboBox.types.js.map +1 -1
- package/lib/components/ComboBox/ComboBoxInput.d.ts +7 -0
- package/lib/components/ComboBox/ComboBoxInput.d.ts.map +1 -1
- package/lib/components/ComboBox/ComboBoxInput.js +5 -2
- package/lib/components/ComboBox/ComboBoxInput.js.map +1 -1
- package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.d.ts.map +1 -1
- package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.js +113 -37
- package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.js.map +1 -1
- package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.types.d.ts +10 -0
- package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.types.d.ts.map +1 -1
- package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.types.js.map +1 -1
- package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.d.ts.map +1 -1
- package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.js +2 -2
- package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.js.map +1 -1
- package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.types.d.ts +2 -0
- package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.types.d.ts.map +1 -1
- package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.types.js.map +1 -1
- package/lib/components/CompositeInput/CompositeInput.d.ts.map +1 -1
- package/lib/components/CompositeInput/CompositeInput.js +2 -2
- package/lib/components/CompositeInput/CompositeInput.js.map +1 -1
- package/lib/components/CompositeInput/CompositeInput.styles.d.ts.map +1 -1
- package/lib/components/CompositeInput/CompositeInput.styles.js +20 -17
- package/lib/components/CompositeInput/CompositeInput.styles.js.map +1 -1
- package/lib/components/Currency/CurrencyInput.d.ts.map +1 -1
- package/lib/components/Currency/CurrencyInput.js +12 -3
- package/lib/components/Currency/CurrencyInput.js.map +1 -1
- package/lib/components/Currency/utils.d.ts.map +1 -1
- package/lib/components/Currency/utils.js +3 -2
- package/lib/components/Currency/utils.js.map +1 -1
- package/lib/components/DateTime/DateTime.types.d.ts +2 -0
- package/lib/components/DateTime/DateTime.types.d.ts.map +1 -1
- package/lib/components/DateTime/DateTime.types.js.map +1 -1
- package/lib/components/DateTime/Input/DateInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/DateInput.js +12 -3
- package/lib/components/DateTime/Input/DateInput.js.map +1 -1
- package/lib/components/DateTime/Input/DateTimeInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/DateTimeInput.js +12 -3
- package/lib/components/DateTime/Input/DateTimeInput.js.map +1 -1
- package/lib/components/DateTime/Picker/Calendar.d.ts.map +1 -1
- package/lib/components/DateTime/Picker/Calendar.js +6 -12
- package/lib/components/DateTime/Picker/Calendar.js.map +1 -1
- package/lib/components/DateTime/Picker/Calendar.styles.d.ts +2 -4
- package/lib/components/DateTime/Picker/Calendar.styles.d.ts.map +1 -1
- package/lib/components/DateTime/Picker/Calendar.styles.js +12 -54
- package/lib/components/DateTime/Picker/Calendar.styles.js.map +1 -1
- package/lib/components/DateTime/Picker/DatePicker.d.ts.map +1 -1
- package/lib/components/DateTime/Picker/DatePicker.js +2 -1
- package/lib/components/DateTime/Picker/DatePicker.js.map +1 -1
- package/lib/components/DateTime/Picker/DatePicker.styles.d.ts +3 -0
- package/lib/components/DateTime/Picker/DatePicker.styles.d.ts.map +1 -0
- package/lib/components/DateTime/Picker/DatePicker.styles.js +39 -0
- package/lib/components/DateTime/Picker/DatePicker.styles.js.map +1 -0
- package/lib/components/DateTime/Picker/DateRangePicker.js +1 -1
- package/lib/components/DateTime/Picker/DateRangePicker.js.map +1 -1
- package/lib/components/DateTime/Picker/TimePicker.d.ts.map +1 -1
- package/lib/components/DateTime/Picker/TimePicker.js +10 -5
- package/lib/components/DateTime/Picker/TimePicker.js.map +1 -1
- package/lib/components/DateTime/index.d.ts +2 -0
- package/lib/components/DateTime/index.d.ts.map +1 -1
- package/lib/components/DateTime/index.js +2 -0
- package/lib/components/DateTime/index.js.map +1 -1
- package/lib/components/Dialog/Dialog.d.ts.map +1 -1
- package/lib/components/Dialog/Dialog.js +3 -2
- package/lib/components/Dialog/Dialog.js.map +1 -1
- package/lib/components/ExpandCollapse/ExpandCollapse.d.ts.map +1 -1
- package/lib/components/ExpandCollapse/ExpandCollapse.js +1 -1
- package/lib/components/ExpandCollapse/ExpandCollapse.js.map +1 -1
- package/lib/components/FieldGroup/FieldGroup.d.ts.map +1 -1
- package/lib/components/FieldGroup/FieldGroup.js +27 -24
- package/lib/components/FieldGroup/FieldGroup.js.map +1 -1
- package/lib/components/FormControl/FormControl.d.ts +6 -2
- package/lib/components/FormControl/FormControl.d.ts.map +1 -1
- package/lib/components/FormControl/FormControl.js +60 -35
- package/lib/components/FormControl/FormControl.js.map +1 -1
- package/lib/components/FormField/FormField.d.ts.map +1 -1
- package/lib/components/FormField/FormField.js +65 -5
- package/lib/components/FormField/FormField.js.map +1 -1
- package/lib/components/Input/Input.d.ts.map +1 -1
- package/lib/components/Input/Input.js +13 -2
- package/lib/components/Input/Input.js.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.d.ts.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.js +64 -9
- package/lib/components/ListToolbar/ListToolbar.js.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.types.d.ts +2 -0
- package/lib/components/ListToolbar/ListToolbar.types.d.ts.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.types.js.map +1 -1
- package/lib/components/ListToolbar/PresetMenuPopover.d.ts +12 -0
- package/lib/components/ListToolbar/PresetMenuPopover.d.ts.map +1 -0
- package/lib/components/ListToolbar/PresetMenuPopover.js +36 -0
- package/lib/components/ListToolbar/PresetMenuPopover.js.map +1 -0
- package/lib/components/ListToolbar/QueryOptionPopover.d.ts.map +1 -1
- package/lib/components/ListToolbar/QueryOptionPopover.js +14 -44
- package/lib/components/ListToolbar/QueryOptionPopover.js.map +1 -1
- package/lib/components/Menu/Menu.d.ts.map +1 -1
- package/lib/components/Menu/Menu.js +8 -5
- package/lib/components/Menu/Menu.js.map +1 -1
- package/lib/components/Menu/Menu.styles.js +1 -1
- package/lib/components/Menu/Menu.styles.js.map +1 -1
- package/lib/components/Menu/Menu.types.d.ts +13 -0
- package/lib/components/Menu/Menu.types.d.ts.map +1 -1
- package/lib/components/Menu/Menu.types.js.map +1 -1
- package/lib/components/Menu/MenuGroup.d.ts.map +1 -1
- package/lib/components/Menu/MenuGroup.js +3 -3
- package/lib/components/Menu/MenuGroup.js.map +1 -1
- package/lib/components/Menu/MenuItem.d.ts.map +1 -1
- package/lib/components/Menu/MenuItem.js +3 -5
- package/lib/components/Menu/MenuItem.js.map +1 -1
- package/lib/components/Menu/MenuList.d.ts.map +1 -1
- package/lib/components/Menu/MenuList.js +14 -14
- package/lib/components/Menu/MenuList.js.map +1 -1
- package/lib/components/Number/NumberInput.d.ts.map +1 -1
- package/lib/components/Number/NumberInput.js +13 -4
- package/lib/components/Number/NumberInput.js.map +1 -1
- package/lib/components/Number/NumberInput.styles.d.ts +6 -2
- package/lib/components/Number/NumberInput.styles.d.ts.map +1 -1
- package/lib/components/Number/NumberInput.styles.js +4 -2
- package/lib/components/Number/NumberInput.styles.js.map +1 -1
- package/lib/components/Number/NumberInput.types.d.ts +2 -0
- package/lib/components/Number/NumberInput.types.d.ts.map +1 -1
- package/lib/components/Number/NumberInput.types.js.map +1 -1
- package/lib/components/PageTemplates/DashboardPage.d.ts.map +1 -1
- package/lib/components/PageTemplates/DashboardPage.js +1 -4
- package/lib/components/PageTemplates/DashboardPage.js.map +1 -1
- package/lib/components/Phone/PhoneInput.d.ts.map +1 -1
- package/lib/components/Phone/PhoneInput.js +12 -3
- package/lib/components/Phone/PhoneInput.js.map +1 -1
- package/lib/components/SearchInput/SearchInput.d.ts +5 -0
- package/lib/components/SearchInput/SearchInput.d.ts.map +1 -1
- package/lib/components/SearchInput/SearchInput.js +14 -4
- package/lib/components/SearchInput/SearchInput.js.map +1 -1
- package/lib/components/SearchInput/SearchInput.styles.d.ts +3 -0
- package/lib/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
- package/lib/components/SearchInput/SearchInput.styles.js +6 -0
- package/lib/components/SearchInput/SearchInput.styles.js.map +1 -1
- package/lib/components/Select/Select.d.ts +2 -0
- package/lib/components/Select/Select.d.ts.map +1 -1
- package/lib/components/Select/Select.js +4 -3
- package/lib/components/Select/Select.js.map +1 -1
- package/lib/components/Skeleton/ParagraphSkeleton.d.ts.map +1 -1
- package/lib/components/Skeleton/ParagraphSkeleton.js +2 -2
- package/lib/components/Skeleton/ParagraphSkeleton.js.map +1 -1
- package/lib/components/TextArea/TextArea.d.ts.map +1 -1
- package/lib/components/TextArea/TextArea.js +4 -2
- package/lib/components/TextArea/TextArea.js.map +1 -1
- package/lib/components/Tooltip/Tooltip.d.ts +5 -0
- package/lib/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/lib/components/Tooltip/Tooltip.js +22 -5
- package/lib/components/Tooltip/Tooltip.js.map +1 -1
- package/lib/hooks/useActiveDescendant.d.ts +5 -1
- package/lib/hooks/useActiveDescendant.d.ts.map +1 -1
- package/lib/hooks/useActiveDescendant.js +162 -94
- package/lib/hooks/useActiveDescendant.js.map +1 -1
- package/lib/hooks/useI18n.d.ts +33 -0
- package/lib/hooks/useI18n.d.ts.map +1 -1
- package/lib/hooks/useI18n.js +2 -1
- package/lib/hooks/useI18n.js.map +1 -1
- package/lib/i18n/default.d.ts +33 -0
- package/lib/i18n/default.d.ts.map +1 -1
- package/lib/i18n/default.js +47 -13
- package/lib/i18n/default.js.map +1 -1
- package/lib/i18n/i18n.d.ts +66 -0
- package/lib/i18n/i18n.d.ts.map +1 -1
- package/lib/i18n/translate.d.ts +3 -0
- package/lib/i18n/translate.d.ts.map +1 -1
- package/lib/i18n/translate.js.map +1 -1
- package/lib/init.js +1 -1
- package/lib/init.js.map +1 -1
- package/lib/theme/theme.d.ts +12 -0
- package/lib/theme/theme.d.ts.map +1 -1
- package/lib/theme/themeDefinition.json +7 -1
- package/lib/theme/themeOverrides.schema.json +9 -0
- package/lib/theme/themes/darkTheme.json +3 -1
- package/package.json +1 -1
package/lib/hooks/useI18n.d.ts
CHANGED
|
@@ -3,11 +3,14 @@
|
|
|
3
3
|
* @returns translator:: The translator function that provides translations for a given key in the translation JSON provided to the Configuration component.
|
|
4
4
|
*/
|
|
5
5
|
declare const useI18n: () => import("../i18n/translate").TranslationFunction<Readonly<{
|
|
6
|
+
yes: string;
|
|
7
|
+
no: string;
|
|
6
8
|
filters: string;
|
|
7
9
|
actions: string;
|
|
8
10
|
status: string;
|
|
9
11
|
additional_info: string;
|
|
10
12
|
search_placeholder_default: string;
|
|
13
|
+
select_placeholder_default: string;
|
|
11
14
|
description: string;
|
|
12
15
|
all: string;
|
|
13
16
|
remove: string;
|
|
@@ -39,6 +42,7 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
39
42
|
sort_by: string;
|
|
40
43
|
group_by: string;
|
|
41
44
|
go: string;
|
|
45
|
+
configure: string;
|
|
42
46
|
view_all: string;
|
|
43
47
|
view_less: string;
|
|
44
48
|
show_more: string;
|
|
@@ -49,6 +53,7 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
49
53
|
edit_details: string;
|
|
50
54
|
add_emoji: string;
|
|
51
55
|
create_new: string;
|
|
56
|
+
submit_and_open: string;
|
|
52
57
|
add_condition: string;
|
|
53
58
|
open_noun: string;
|
|
54
59
|
close_noun: string;
|
|
@@ -83,6 +88,7 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
83
88
|
completed: string;
|
|
84
89
|
current: string;
|
|
85
90
|
not_started: string;
|
|
91
|
+
empty_value: string;
|
|
86
92
|
day_label_a11y: string;
|
|
87
93
|
day_placeholder: string;
|
|
88
94
|
quarter_label_a11y: string;
|
|
@@ -155,11 +161,14 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
155
161
|
combobox_search_instructions: string;
|
|
156
162
|
combobox_open_list_button_a11y: string;
|
|
157
163
|
combobox_close_list_button_a11y: string;
|
|
164
|
+
multiselect_instructions: string;
|
|
165
|
+
selected_items: string;
|
|
158
166
|
menu_selection_instructions: string;
|
|
159
167
|
menu_item_expand_arrow: string;
|
|
160
168
|
menu_item_collapse_arrow: string;
|
|
161
169
|
menu_item_collapse_shift_space: string;
|
|
162
170
|
menu_item_shift_space_expand_collapse: string;
|
|
171
|
+
menu_option_list: string;
|
|
163
172
|
modal_minimize: string;
|
|
164
173
|
modal_maximize: string;
|
|
165
174
|
modal_dock: string;
|
|
@@ -197,6 +206,10 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
197
206
|
collapse_summary_panel: string;
|
|
198
207
|
expand_utilities_panel: string;
|
|
199
208
|
collapse_utilities_panel: string;
|
|
209
|
+
accept_suggestion_button_a11y: string;
|
|
210
|
+
reject_suggestion_button_a11y: string;
|
|
211
|
+
suggestion_info: string;
|
|
212
|
+
suggestion_assist: string;
|
|
200
213
|
close_preview: string;
|
|
201
214
|
confirmation_details: string;
|
|
202
215
|
confirmation_whats_next: string;
|
|
@@ -261,6 +274,7 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
261
274
|
rte_image_key_command: string;
|
|
262
275
|
expand_forwarded_message: string;
|
|
263
276
|
collapse_forwarded_message: string;
|
|
277
|
+
copy_to: string;
|
|
264
278
|
feed_new_post: string;
|
|
265
279
|
feed_new_reply: string;
|
|
266
280
|
feed_edit_post: string;
|
|
@@ -451,8 +465,10 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
451
465
|
condition_builder_switch_banner_text: string;
|
|
452
466
|
condition_builder_confirm_button_label: string;
|
|
453
467
|
condition_builder_empty_selection_error_text: string;
|
|
468
|
+
condition_builder_empty_value_text: string;
|
|
454
469
|
condition_builder_compare_with: string;
|
|
455
470
|
condition_builder_compare_with_another_field: string;
|
|
471
|
+
condition_builder_compare_with_parameter: string;
|
|
456
472
|
condition_builder_compare_with_relative_date: string;
|
|
457
473
|
condition_builder_compare_with_text_value: string;
|
|
458
474
|
condition_builder_compare_with_numeric_value: string;
|
|
@@ -461,10 +477,21 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
461
477
|
condition_builder_invalid_time_period: string;
|
|
462
478
|
condition_builder_invalid_relative_date: string;
|
|
463
479
|
condition_builder_invalid_value: string;
|
|
480
|
+
condition_builder_invalid_values: string;
|
|
481
|
+
condition_builder_invalid_time: string;
|
|
482
|
+
condition_builder_invalid_date: string;
|
|
464
483
|
condition_builder_invalid_number: string;
|
|
465
484
|
condition_builder_date_function_year: string;
|
|
466
485
|
condition_builder_date_function_quarter: string;
|
|
467
486
|
condition_builder_select_placeholder: string;
|
|
487
|
+
condition_builder_rhs_with_readOnly_input: string;
|
|
488
|
+
condition_builder_rhs_with_input_type: string;
|
|
489
|
+
condition_builder_rhs_with_time_only_input: string;
|
|
490
|
+
condition_builder_rhs_with_date_only_input: string;
|
|
491
|
+
condition_builder_rhs_with_date_time_input: string;
|
|
492
|
+
condition_builder_rhs_with_csv_input: string;
|
|
493
|
+
condition_builder_no_selection: string;
|
|
494
|
+
condition_builder_enter_csv_placeholder: string;
|
|
468
495
|
condition_builder_day_number_of_month: {
|
|
469
496
|
zero: string;
|
|
470
497
|
one: string;
|
|
@@ -669,6 +696,8 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
669
696
|
condition_builder_time_period_previous: string;
|
|
670
697
|
condition_builder_time_period_next: string;
|
|
671
698
|
condition_builder_value_label: string;
|
|
699
|
+
condition_builder_field_label: string;
|
|
700
|
+
condition_builder_comparator_label: string;
|
|
672
701
|
promoted_filters_clear_all_button_label: string;
|
|
673
702
|
dev_mode: string;
|
|
674
703
|
expand_navigation: string;
|
|
@@ -688,6 +717,10 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
688
717
|
delete_step_title: string;
|
|
689
718
|
delete_step_outcome: string;
|
|
690
719
|
delete_all_outcomes: string;
|
|
720
|
+
reference: string;
|
|
721
|
+
delete_step_error: string;
|
|
722
|
+
delete_referenced_step_error: string;
|
|
723
|
+
delete_connector_error: string;
|
|
691
724
|
zoom_level: string;
|
|
692
725
|
close_configuration_panel: string;
|
|
693
726
|
clear_object_summary: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useI18n.d.ts","sourceRoot":"","sources":["../../src/hooks/useI18n.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useI18n.d.ts","sourceRoot":"","sources":["../../src/hooks/useI18n.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAGZ,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
package/lib/hooks/useI18n.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { useMemo } from 'react';
|
|
1
2
|
import translatorFor from '../i18n/translate';
|
|
2
3
|
import useConfiguration from './useConfiguration';
|
|
3
4
|
/**
|
|
@@ -6,7 +7,7 @@ import useConfiguration from './useConfiguration';
|
|
|
6
7
|
*/
|
|
7
8
|
const useI18n = () => {
|
|
8
9
|
const { translations, locale } = useConfiguration();
|
|
9
|
-
return translatorFor(translations, locale);
|
|
10
|
+
return useMemo(() => translatorFor(translations, locale), [translations, locale]);
|
|
10
11
|
};
|
|
11
12
|
export default useI18n;
|
|
12
13
|
//# sourceMappingURL=useI18n.js.map
|
package/lib/hooks/useI18n.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useI18n.js","sourceRoot":"","sources":["../../src/hooks/useI18n.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,mBAAmB,CAAC;AAE9C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD;;;GAGG;AACH,MAAM,OAAO,GAAG,GAAG,EAAE;IACnB,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,gBAAgB,EAAE,CAAC;IACpD,OAAO,aAAa,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"useI18n.js","sourceRoot":"","sources":["../../src/hooks/useI18n.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,aAAa,MAAM,mBAAmB,CAAC;AAE9C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD;;;GAGG;AACH,MAAM,OAAO,GAAG,GAAG,EAAE;IACnB,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,gBAAgB,EAAE,CAAC;IACpD,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,aAAa,CAAC,YAAY,EAAE,MAAM,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC,CAAC;AACpF,CAAC,CAAC;AAEF,eAAe,OAAO,CAAC","sourcesContent":["import { useMemo } from 'react';\n\nimport translatorFor from '../i18n/translate';\n\nimport useConfiguration from './useConfiguration';\n\n/**\n * @example const translator = useI18n();\n * @returns translator:: The translator function that provides translations for a given key in the translation JSON provided to the Configuration component.\n */\nconst useI18n = () => {\n const { translations, locale } = useConfiguration();\n return useMemo(() => translatorFor(translations, locale), [translations, locale]);\n};\n\nexport default useI18n;\n"]}
|
package/lib/i18n/default.d.ts
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
yes: string;
|
|
3
|
+
no: string;
|
|
2
4
|
filters: string;
|
|
3
5
|
actions: string;
|
|
4
6
|
status: string;
|
|
5
7
|
additional_info: string;
|
|
6
8
|
search_placeholder_default: string;
|
|
9
|
+
select_placeholder_default: string;
|
|
7
10
|
description: string;
|
|
8
11
|
all: string;
|
|
9
12
|
remove: string;
|
|
@@ -35,6 +38,7 @@ declare const _default: {
|
|
|
35
38
|
sort_by: string;
|
|
36
39
|
group_by: string;
|
|
37
40
|
go: string;
|
|
41
|
+
configure: string;
|
|
38
42
|
view_all: string;
|
|
39
43
|
view_less: string;
|
|
40
44
|
show_more: string;
|
|
@@ -45,6 +49,7 @@ declare const _default: {
|
|
|
45
49
|
edit_details: string;
|
|
46
50
|
add_emoji: string;
|
|
47
51
|
create_new: string;
|
|
52
|
+
submit_and_open: string;
|
|
48
53
|
add_condition: string;
|
|
49
54
|
open_noun: string;
|
|
50
55
|
close_noun: string;
|
|
@@ -79,6 +84,7 @@ declare const _default: {
|
|
|
79
84
|
completed: string;
|
|
80
85
|
current: string;
|
|
81
86
|
not_started: string;
|
|
87
|
+
empty_value: string;
|
|
82
88
|
day_label_a11y: string;
|
|
83
89
|
day_placeholder: string;
|
|
84
90
|
quarter_label_a11y: string;
|
|
@@ -151,11 +157,14 @@ declare const _default: {
|
|
|
151
157
|
combobox_search_instructions: string;
|
|
152
158
|
combobox_open_list_button_a11y: string;
|
|
153
159
|
combobox_close_list_button_a11y: string;
|
|
160
|
+
multiselect_instructions: string;
|
|
161
|
+
selected_items: string;
|
|
154
162
|
menu_selection_instructions: string;
|
|
155
163
|
menu_item_expand_arrow: string;
|
|
156
164
|
menu_item_collapse_arrow: string;
|
|
157
165
|
menu_item_collapse_shift_space: string;
|
|
158
166
|
menu_item_shift_space_expand_collapse: string;
|
|
167
|
+
menu_option_list: string;
|
|
159
168
|
modal_minimize: string;
|
|
160
169
|
modal_maximize: string;
|
|
161
170
|
modal_dock: string;
|
|
@@ -193,6 +202,10 @@ declare const _default: {
|
|
|
193
202
|
collapse_summary_panel: string;
|
|
194
203
|
expand_utilities_panel: string;
|
|
195
204
|
collapse_utilities_panel: string;
|
|
205
|
+
accept_suggestion_button_a11y: string;
|
|
206
|
+
reject_suggestion_button_a11y: string;
|
|
207
|
+
suggestion_info: string;
|
|
208
|
+
suggestion_assist: string;
|
|
196
209
|
close_preview: string;
|
|
197
210
|
confirmation_details: string;
|
|
198
211
|
confirmation_whats_next: string;
|
|
@@ -257,6 +270,7 @@ declare const _default: {
|
|
|
257
270
|
rte_image_key_command: string;
|
|
258
271
|
expand_forwarded_message: string;
|
|
259
272
|
collapse_forwarded_message: string;
|
|
273
|
+
copy_to: string;
|
|
260
274
|
feed_new_post: string;
|
|
261
275
|
feed_new_reply: string;
|
|
262
276
|
feed_edit_post: string;
|
|
@@ -447,8 +461,10 @@ declare const _default: {
|
|
|
447
461
|
condition_builder_switch_banner_text: string;
|
|
448
462
|
condition_builder_confirm_button_label: string;
|
|
449
463
|
condition_builder_empty_selection_error_text: string;
|
|
464
|
+
condition_builder_empty_value_text: string;
|
|
450
465
|
condition_builder_compare_with: string;
|
|
451
466
|
condition_builder_compare_with_another_field: string;
|
|
467
|
+
condition_builder_compare_with_parameter: string;
|
|
452
468
|
condition_builder_compare_with_relative_date: string;
|
|
453
469
|
condition_builder_compare_with_text_value: string;
|
|
454
470
|
condition_builder_compare_with_numeric_value: string;
|
|
@@ -457,10 +473,21 @@ declare const _default: {
|
|
|
457
473
|
condition_builder_invalid_time_period: string;
|
|
458
474
|
condition_builder_invalid_relative_date: string;
|
|
459
475
|
condition_builder_invalid_value: string;
|
|
476
|
+
condition_builder_invalid_values: string;
|
|
477
|
+
condition_builder_invalid_time: string;
|
|
478
|
+
condition_builder_invalid_date: string;
|
|
460
479
|
condition_builder_invalid_number: string;
|
|
461
480
|
condition_builder_date_function_year: string;
|
|
462
481
|
condition_builder_date_function_quarter: string;
|
|
463
482
|
condition_builder_select_placeholder: string;
|
|
483
|
+
condition_builder_rhs_with_readOnly_input: string;
|
|
484
|
+
condition_builder_rhs_with_input_type: string;
|
|
485
|
+
condition_builder_rhs_with_time_only_input: string;
|
|
486
|
+
condition_builder_rhs_with_date_only_input: string;
|
|
487
|
+
condition_builder_rhs_with_date_time_input: string;
|
|
488
|
+
condition_builder_rhs_with_csv_input: string;
|
|
489
|
+
condition_builder_no_selection: string;
|
|
490
|
+
condition_builder_enter_csv_placeholder: string;
|
|
464
491
|
condition_builder_day_number_of_month: {
|
|
465
492
|
zero: string;
|
|
466
493
|
one: string;
|
|
@@ -665,6 +692,8 @@ declare const _default: {
|
|
|
665
692
|
condition_builder_time_period_previous: string;
|
|
666
693
|
condition_builder_time_period_next: string;
|
|
667
694
|
condition_builder_value_label: string;
|
|
695
|
+
condition_builder_field_label: string;
|
|
696
|
+
condition_builder_comparator_label: string;
|
|
668
697
|
promoted_filters_clear_all_button_label: string;
|
|
669
698
|
dev_mode: string;
|
|
670
699
|
expand_navigation: string;
|
|
@@ -684,6 +713,10 @@ declare const _default: {
|
|
|
684
713
|
delete_step_title: string;
|
|
685
714
|
delete_step_outcome: string;
|
|
686
715
|
delete_all_outcomes: string;
|
|
716
|
+
reference: string;
|
|
717
|
+
delete_step_error: string;
|
|
718
|
+
delete_referenced_step_error: string;
|
|
719
|
+
delete_connector_error: string;
|
|
687
720
|
zoom_level: string;
|
|
688
721
|
close_configuration_panel: string;
|
|
689
722
|
clear_object_summary: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../src/i18n/default.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../src/i18n/default.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA40BE"}
|
package/lib/i18n/default.js
CHANGED
|
@@ -3,11 +3,14 @@ export default {
|
|
|
3
3
|
// Common translation entries
|
|
4
4
|
// -----------------------------------------------------------------------------
|
|
5
5
|
/* Nouns, Types, Terms, Phrases, etc... */
|
|
6
|
+
yes: 'Yes',
|
|
7
|
+
no: 'No',
|
|
6
8
|
filters: 'Filters',
|
|
7
9
|
actions: 'Actions',
|
|
8
10
|
status: 'Status',
|
|
9
11
|
additional_info: 'Additional info',
|
|
10
12
|
search_placeholder_default: 'Search…',
|
|
13
|
+
select_placeholder_default: 'Select…',
|
|
11
14
|
description: 'Description',
|
|
12
15
|
all: 'All',
|
|
13
16
|
/* Verbs */
|
|
@@ -40,6 +43,7 @@ export default {
|
|
|
40
43
|
sort_by: 'Sort by',
|
|
41
44
|
group_by: 'Group by',
|
|
42
45
|
go: 'Go',
|
|
46
|
+
configure: 'Configure',
|
|
43
47
|
/* Static verb noun */
|
|
44
48
|
view_all: 'View all',
|
|
45
49
|
view_less: 'View less',
|
|
@@ -51,23 +55,24 @@ export default {
|
|
|
51
55
|
edit_details: 'Edit details',
|
|
52
56
|
add_emoji: 'Add emoji',
|
|
53
57
|
create_new: 'Create new',
|
|
58
|
+
submit_and_open: 'Submit and open',
|
|
54
59
|
add_condition: 'Add condition',
|
|
55
60
|
/* Dynamic verb {noun} */
|
|
56
|
-
open_noun: 'Open
|
|
57
|
-
close_noun: 'Close
|
|
58
|
-
view_all_noun: 'View all
|
|
59
|
-
view_less_noun: 'View less
|
|
60
|
-
expand_noun: 'Expand
|
|
61
|
-
add_noun: 'Add
|
|
62
|
-
collapse_noun: 'Collapse
|
|
63
|
-
checked_noun: '{0}
|
|
64
|
-
selected_noun: '{0}
|
|
65
|
-
deselected_noun: '{0}
|
|
61
|
+
open_noun: 'Open {0}',
|
|
62
|
+
close_noun: 'Close {0}',
|
|
63
|
+
view_all_noun: 'View all {0}',
|
|
64
|
+
view_less_noun: 'View less {0}',
|
|
65
|
+
expand_noun: 'Expand {0}',
|
|
66
|
+
add_noun: 'Add {0}',
|
|
67
|
+
collapse_noun: 'Collapse {0}',
|
|
68
|
+
checked_noun: '{0} checked',
|
|
69
|
+
selected_noun: '{0} selected',
|
|
70
|
+
deselected_noun: '{0} unselected',
|
|
66
71
|
use_input_value: 'Use {0}',
|
|
67
|
-
preview_of_noun: 'Preview of
|
|
68
|
-
go_to_noun: 'Go to
|
|
72
|
+
preview_of_noun: 'Preview of {0}',
|
|
73
|
+
go_to_noun: 'Go to {0}',
|
|
69
74
|
/* States */
|
|
70
|
-
edited: 'Edited',
|
|
75
|
+
edited: 'Edited {0}',
|
|
71
76
|
done: 'Done',
|
|
72
77
|
uploading: 'Uploading',
|
|
73
78
|
loading: 'Loading…',
|
|
@@ -87,6 +92,7 @@ export default {
|
|
|
87
92
|
completed: 'Completed',
|
|
88
93
|
current: 'Current',
|
|
89
94
|
not_started: 'Not started',
|
|
95
|
+
empty_value: 'Empty value',
|
|
90
96
|
/* Date and time */
|
|
91
97
|
day_label_a11y: 'Day',
|
|
92
98
|
day_placeholder: 'DD',
|
|
@@ -170,12 +176,15 @@ export default {
|
|
|
170
176
|
combobox_search_instructions: 'Start typing to search',
|
|
171
177
|
combobox_open_list_button_a11y: 'Open combobox list',
|
|
172
178
|
combobox_close_list_button_a11y: 'Close combobox list',
|
|
179
|
+
multiselect_instructions: 'Arrow {0} from start to review selected items',
|
|
180
|
+
selected_items: 'Selected items',
|
|
173
181
|
/* core:Menu */
|
|
174
182
|
menu_selection_instructions: 'Press enter to select items.',
|
|
175
183
|
menu_item_expand_arrow: 'Arrow right to expand.',
|
|
176
184
|
menu_item_collapse_arrow: 'Arrow left to collapse.',
|
|
177
185
|
menu_item_collapse_shift_space: 'Press shift space to collapse.',
|
|
178
186
|
menu_item_shift_space_expand_collapse: 'Press shift space to expand and collapse.',
|
|
187
|
+
menu_option_list: 'Options list',
|
|
179
188
|
/* core:Modal */
|
|
180
189
|
modal_minimize: 'Minimize modal',
|
|
181
190
|
modal_maximize: 'Maximize modal',
|
|
@@ -223,6 +232,11 @@ export default {
|
|
|
223
232
|
collapse_summary_panel: 'Collapse summary panel',
|
|
224
233
|
expand_utilities_panel: 'Expand utilities panel',
|
|
225
234
|
collapse_utilities_panel: 'Collapse utilities panel',
|
|
235
|
+
/* core:FormField */
|
|
236
|
+
accept_suggestion_button_a11y: 'Accept AI suggestion',
|
|
237
|
+
reject_suggestion_button_a11y: 'Reject AI suggestion',
|
|
238
|
+
suggestion_info: 'Accept AI suggestion?',
|
|
239
|
+
suggestion_assist: 'Either press Enter to accept the AI suggestion or edit the value to reject it',
|
|
226
240
|
/* work:CasePreview */
|
|
227
241
|
close_preview: 'Close preview',
|
|
228
242
|
/* work:Confirmation */
|
|
@@ -296,6 +310,7 @@ export default {
|
|
|
296
310
|
/* social:Email */
|
|
297
311
|
expand_forwarded_message: 'Expand forwarded message',
|
|
298
312
|
collapse_forwarded_message: 'Collapse forwarded message',
|
|
313
|
+
copy_to: 'Copy to',
|
|
299
314
|
/* social:Feed */
|
|
300
315
|
feed_new_post: 'New post',
|
|
301
316
|
feed_new_reply: 'New reply',
|
|
@@ -496,8 +511,10 @@ export default {
|
|
|
496
511
|
condition_builder_switch_banner_text: 'Switching from Advanced mode can reset all AND/OR/NOT operators. Do you want to continue?',
|
|
497
512
|
condition_builder_confirm_button_label: 'OK',
|
|
498
513
|
condition_builder_empty_selection_error_text: 'No selection',
|
|
514
|
+
condition_builder_empty_value_text: 'Empty value',
|
|
499
515
|
condition_builder_compare_with: 'Compare with',
|
|
500
516
|
condition_builder_compare_with_another_field: 'Another field',
|
|
517
|
+
condition_builder_compare_with_parameter: 'Parameter',
|
|
501
518
|
condition_builder_compare_with_relative_date: 'Relative date',
|
|
502
519
|
condition_builder_compare_with_text_value: 'Text value',
|
|
503
520
|
condition_builder_compare_with_numeric_value: 'Numeric value',
|
|
@@ -506,10 +523,21 @@ export default {
|
|
|
506
523
|
condition_builder_invalid_time_period: 'Invalid time period',
|
|
507
524
|
condition_builder_invalid_relative_date: 'Invalid relative date',
|
|
508
525
|
condition_builder_invalid_value: 'Invalid value',
|
|
526
|
+
condition_builder_invalid_values: 'Invalid values',
|
|
527
|
+
condition_builder_invalid_time: 'Invalid time',
|
|
528
|
+
condition_builder_invalid_date: 'Invalid date',
|
|
509
529
|
condition_builder_invalid_number: 'Invalid number',
|
|
510
530
|
condition_builder_date_function_year: 'Year',
|
|
511
531
|
condition_builder_date_function_quarter: 'Quarter',
|
|
512
532
|
condition_builder_select_placeholder: 'Select…',
|
|
533
|
+
condition_builder_rhs_with_readOnly_input: 'Rhs with readOnly input',
|
|
534
|
+
condition_builder_rhs_with_input_type: 'Rhs with input type',
|
|
535
|
+
condition_builder_rhs_with_time_only_input: 'Rhs with Time only input',
|
|
536
|
+
condition_builder_rhs_with_date_only_input: 'Rhs with Date only input',
|
|
537
|
+
condition_builder_rhs_with_date_time_input: 'Rhs with Date Time input',
|
|
538
|
+
condition_builder_rhs_with_csv_input: 'Rhs with csv input',
|
|
539
|
+
condition_builder_no_selection: 'No selection',
|
|
540
|
+
condition_builder_enter_csv_placeholder: 'Enter comma separated values',
|
|
513
541
|
condition_builder_day_number_of_month: {
|
|
514
542
|
zero: '{0}th day of the month',
|
|
515
543
|
one: '{0}st day of the month',
|
|
@@ -714,6 +742,8 @@ export default {
|
|
|
714
742
|
condition_builder_time_period_previous: 'Previous',
|
|
715
743
|
condition_builder_time_period_next: 'Next',
|
|
716
744
|
condition_builder_value_label: 'Value',
|
|
745
|
+
condition_builder_field_label: 'Field',
|
|
746
|
+
condition_builder_comparator_label: 'Comparator',
|
|
717
747
|
/* condition-builder:PromotedFilters */
|
|
718
748
|
promoted_filters_clear_all_button_label: 'Clear all filters',
|
|
719
749
|
/* build:AppShell */
|
|
@@ -738,6 +768,10 @@ export default {
|
|
|
738
768
|
delete_step_title: 'Delete step',
|
|
739
769
|
delete_step_outcome: 'Outcome to keep',
|
|
740
770
|
delete_all_outcomes: 'None (delete all outcomes)',
|
|
771
|
+
reference: 'Reference',
|
|
772
|
+
delete_step_error: 'Step cannot be deleted unless Goto step is deleted from step branches',
|
|
773
|
+
delete_referenced_step_error: 'You can\'t delete this step. Remove all references to this step and try again. Referenced by: "Go to"',
|
|
774
|
+
delete_connector_error: 'Connector cannot be deleted unless Goto step is deleted from all branches',
|
|
741
775
|
/* build:Workbench */
|
|
742
776
|
zoom_level: 'Zoom level',
|
|
743
777
|
close_configuration_panel: 'Close configuration panel',
|