@pega/cosmos-react-core 10.0.0-build.2.1 → 10.0.0-build.2.11
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/Button/Button.d.ts.map +1 -1
- package/lib/components/Button/Button.js +14 -5
- package/lib/components/Button/Button.js.map +1 -1
- package/lib/components/ComboBox/ComboBox.d.ts.map +1 -1
- package/lib/components/ComboBox/ComboBox.js +1 -1
- package/lib/components/ComboBox/ComboBox.js.map +1 -1
- package/lib/components/ComboBox/ComboBox.styles.d.ts.map +1 -1
- package/lib/components/ComboBox/ComboBox.styles.js +14 -2
- package/lib/components/ComboBox/ComboBox.styles.js.map +1 -1
- package/lib/components/ComboBox/ComboBox.types.d.ts +2 -0
- 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 +1 -0
- package/lib/components/ComboBox/ComboBoxInput.d.ts.map +1 -1
- 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 +9 -3
- package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.js.map +1 -1
- package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.types.d.ts +2 -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 +28 -9
- 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/DateTime/Input/DateTime.styles.d.ts.map +1 -1
- package/lib/components/DateTime/Input/DateTime.styles.js +1 -2
- package/lib/components/DateTime/Input/DateTime.styles.js.map +1 -1
- package/lib/components/DateTime/Input/MonthInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/MonthInput.js +2 -1
- package/lib/components/DateTime/Input/MonthInput.js.map +1 -1
- package/lib/components/DateTime/Input/QuarterInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/QuarterInput.js +2 -2
- package/lib/components/DateTime/Input/QuarterInput.js.map +1 -1
- package/lib/components/DateTime/Picker/DatePicker.styles.d.ts.map +1 -1
- package/lib/components/DateTime/Picker/DatePicker.styles.js +5 -0
- package/lib/components/DateTime/Picker/DatePicker.styles.js.map +1 -1
- package/lib/components/FieldGroup/FieldGroup.d.ts.map +1 -1
- package/lib/components/FieldGroup/FieldGroup.js +0 -15
- package/lib/components/FieldGroup/FieldGroup.js.map +1 -1
- package/lib/components/FormControl/FormControl.d.ts.map +1 -1
- package/lib/components/FormControl/FormControl.js +1 -10
- package/lib/components/FormControl/FormControl.js.map +1 -1
- package/lib/components/Number/NumberDisplay.d.ts +5 -0
- package/lib/components/Number/NumberDisplay.d.ts.map +1 -1
- package/lib/components/Number/NumberDisplay.js +3 -2
- package/lib/components/Number/NumberDisplay.js.map +1 -1
- package/lib/components/Number/utils.d.ts +3 -1
- package/lib/components/Number/utils.d.ts.map +1 -1
- package/lib/components/Number/utils.js +10 -8
- package/lib/components/Number/utils.js.map +1 -1
- package/lib/components/Preview/Preview.types.d.ts +1 -0
- package/lib/components/Preview/Preview.types.d.ts.map +1 -1
- package/lib/components/Preview/Preview.types.js.map +1 -1
- package/lib/components/QRCode/QRCode.d.ts +6 -1
- package/lib/components/QRCode/QRCode.d.ts.map +1 -1
- package/lib/components/QRCode/QRCode.js +15 -9
- package/lib/components/QRCode/QRCode.js.map +1 -1
- package/lib/components/QRCode/index.d.ts +1 -1
- package/lib/components/QRCode/index.d.ts.map +1 -1
- package/lib/components/QRCode/index.js.map +1 -1
- package/lib/components/Text/Text.d.ts.map +1 -1
- package/lib/components/Text/Text.js +2 -0
- package/lib/components/Text/Text.js.map +1 -1
- package/lib/hooks/useI18n.d.ts +15 -0
- package/lib/hooks/useI18n.d.ts.map +1 -1
- package/lib/i18n/default.d.ts +15 -0
- package/lib/i18n/default.d.ts.map +1 -1
- package/lib/i18n/default.js +16 -0
- package/lib/i18n/default.js.map +1 -1
- package/lib/i18n/i18n.d.ts +15 -0
- package/lib/i18n/i18n.d.ts.map +1 -1
- package/lib/theme/index.d.ts +1 -0
- package/lib/theme/index.d.ts.map +1 -1
- package/lib/theme/index.js +1 -0
- package/lib/theme/index.js.map +1 -1
- package/lib/theme/theme.d.ts +150 -0
- package/lib/theme/theme.d.ts.map +1 -1
- package/lib/theme/themeDefinition.json +89 -2
- package/lib/theme/themeOverrides.schema.json +75 -0
- package/lib/theme/themes/aurigaTheme.json +140 -0
- package/package.json +1 -1
package/lib/hooks/useI18n.d.ts
CHANGED
|
@@ -332,6 +332,7 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
332
332
|
multiselect_instructions: string;
|
|
333
333
|
multiselect_instructions_with_links: string;
|
|
334
334
|
selected_items: string;
|
|
335
|
+
combobox_loading_selected_items: string;
|
|
335
336
|
composite_input_open_button_a11y: string;
|
|
336
337
|
composite_input_close_button_a11y: string;
|
|
337
338
|
list_toolbar_add_view: string;
|
|
@@ -468,6 +469,8 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
468
469
|
agent_switcher: string;
|
|
469
470
|
message_pega_gen_ai_coach: string;
|
|
470
471
|
write_message: string;
|
|
472
|
+
ask_anything: string;
|
|
473
|
+
what_can_i_help_you_with: string;
|
|
471
474
|
ai_disclaimer: string;
|
|
472
475
|
suggestions: string;
|
|
473
476
|
you: string;
|
|
@@ -1593,6 +1596,7 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
1593
1596
|
action_return: string;
|
|
1594
1597
|
action_remove: string;
|
|
1595
1598
|
action_error_handler: string;
|
|
1599
|
+
disabled: string;
|
|
1596
1600
|
app_header_notifications_empty: string;
|
|
1597
1601
|
app_header_notifications_loading: string;
|
|
1598
1602
|
open_app_header_notifications: string;
|
|
@@ -1653,6 +1657,10 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
1653
1657
|
custom_caption: string;
|
|
1654
1658
|
add_label: string;
|
|
1655
1659
|
custom_add_label: string;
|
|
1660
|
+
search_label: string;
|
|
1661
|
+
custom_search_label: string;
|
|
1662
|
+
default_label_option: string;
|
|
1663
|
+
field_required_error: string;
|
|
1656
1664
|
instruction_text_label: string;
|
|
1657
1665
|
paragraph_already_exists_error: string;
|
|
1658
1666
|
paragraph_create_modal_heading: string;
|
|
@@ -1665,6 +1673,12 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
1665
1673
|
unsupported_rule_type_label: string;
|
|
1666
1674
|
unsupported_rule_type_description: string;
|
|
1667
1675
|
create_new_record_failed: string;
|
|
1676
|
+
format_create_modal_heading: string;
|
|
1677
|
+
format_edit_modal_heading: string;
|
|
1678
|
+
input_format_label: string;
|
|
1679
|
+
format_name_label: string;
|
|
1680
|
+
format_pattern_label: string;
|
|
1681
|
+
format_already_exists_error: string;
|
|
1668
1682
|
override_parameters: string;
|
|
1669
1683
|
component_not_found_error: string;
|
|
1670
1684
|
component_not_found_error_with_type: string;
|
|
@@ -1709,6 +1723,7 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
1709
1723
|
first_n_fields: string;
|
|
1710
1724
|
learn_about_primary_fields: string;
|
|
1711
1725
|
show_lifecycle: string;
|
|
1726
|
+
show_case_type_in_subheading: string;
|
|
1712
1727
|
use_only_primary_fields: string;
|
|
1713
1728
|
use_only_primary_fields_info: string;
|
|
1714
1729
|
new_tab_heading: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useI18n.d.ts","sourceRoot":"","sources":["../../src/hooks/useI18n.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,QAAA,MAAM,OAAO
|
|
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/i18n/default.d.ts
CHANGED
|
@@ -328,6 +328,7 @@ declare const _default: {
|
|
|
328
328
|
multiselect_instructions: string;
|
|
329
329
|
multiselect_instructions_with_links: string;
|
|
330
330
|
selected_items: string;
|
|
331
|
+
combobox_loading_selected_items: string;
|
|
331
332
|
composite_input_open_button_a11y: string;
|
|
332
333
|
composite_input_close_button_a11y: string;
|
|
333
334
|
list_toolbar_add_view: string;
|
|
@@ -464,6 +465,8 @@ declare const _default: {
|
|
|
464
465
|
agent_switcher: string;
|
|
465
466
|
message_pega_gen_ai_coach: string;
|
|
466
467
|
write_message: string;
|
|
468
|
+
ask_anything: string;
|
|
469
|
+
what_can_i_help_you_with: string;
|
|
467
470
|
ai_disclaimer: string;
|
|
468
471
|
suggestions: string;
|
|
469
472
|
you: string;
|
|
@@ -1590,6 +1593,7 @@ declare const _default: {
|
|
|
1590
1593
|
action_return: string;
|
|
1591
1594
|
action_remove: string;
|
|
1592
1595
|
action_error_handler: string;
|
|
1596
|
+
disabled: string;
|
|
1593
1597
|
app_header_notifications_empty: string;
|
|
1594
1598
|
app_header_notifications_loading: string;
|
|
1595
1599
|
open_app_header_notifications: string;
|
|
@@ -1650,6 +1654,10 @@ declare const _default: {
|
|
|
1650
1654
|
custom_caption: string;
|
|
1651
1655
|
add_label: string;
|
|
1652
1656
|
custom_add_label: string;
|
|
1657
|
+
search_label: string;
|
|
1658
|
+
custom_search_label: string;
|
|
1659
|
+
default_label_option: string;
|
|
1660
|
+
field_required_error: string;
|
|
1653
1661
|
instruction_text_label: string;
|
|
1654
1662
|
paragraph_already_exists_error: string;
|
|
1655
1663
|
paragraph_create_modal_heading: string;
|
|
@@ -1662,6 +1670,12 @@ declare const _default: {
|
|
|
1662
1670
|
unsupported_rule_type_label: string;
|
|
1663
1671
|
unsupported_rule_type_description: string;
|
|
1664
1672
|
create_new_record_failed: string;
|
|
1673
|
+
format_create_modal_heading: string;
|
|
1674
|
+
format_edit_modal_heading: string;
|
|
1675
|
+
input_format_label: string;
|
|
1676
|
+
format_name_label: string;
|
|
1677
|
+
format_pattern_label: string;
|
|
1678
|
+
format_already_exists_error: string;
|
|
1665
1679
|
override_parameters: string;
|
|
1666
1680
|
component_not_found_error: string;
|
|
1667
1681
|
component_not_found_error_with_type: string;
|
|
@@ -1706,6 +1720,7 @@ declare const _default: {
|
|
|
1706
1720
|
first_n_fields: string;
|
|
1707
1721
|
learn_about_primary_fields: string;
|
|
1708
1722
|
show_lifecycle: string;
|
|
1723
|
+
show_case_type_in_subheading: string;
|
|
1709
1724
|
use_only_primary_fields: string;
|
|
1710
1725
|
use_only_primary_fields_info: string;
|
|
1711
1726
|
new_tab_heading: 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmvDE,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuPxB,6CAA6C;;;;;;;;;;;;;;IAgB7C,6CAA6C;;;;;;;;IAS7C,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwGzC,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2C/B,wCAAwC;;IAGxC,oCAAoC;;;;;;;;IASpC,oCAAoC;;;;;;IAOpC,uCAAuC;;;;;;;;;;;IAavC,6CAA6C;;;;;;;IAQ7C,uCAAuC;;;;;;;;IAUvC,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAxsE3C,wBAwvEE"}
|
package/lib/i18n/default.js
CHANGED
|
@@ -355,6 +355,7 @@ export default {
|
|
|
355
355
|
multiselect_instructions: 'Arrow {0} from start to review selected items',
|
|
356
356
|
multiselect_instructions_with_links: 'Shift+Tab, then arrow {0} to review selected items',
|
|
357
357
|
selected_items: 'Selected items',
|
|
358
|
+
combobox_loading_selected_items: 'Loading selected items',
|
|
358
359
|
/* core:CompositeInput */
|
|
359
360
|
composite_input_open_button_a11y: 'Open configuration dialog',
|
|
360
361
|
composite_input_close_button_a11y: 'Close configuration dialog',
|
|
@@ -510,6 +511,8 @@ export default {
|
|
|
510
511
|
agent_switcher: '{0}, agent switcher',
|
|
511
512
|
message_pega_gen_ai_coach: 'Your message',
|
|
512
513
|
write_message: 'Write a message',
|
|
514
|
+
ask_anything: 'Ask {0} anything',
|
|
515
|
+
what_can_i_help_you_with: 'What can I help you with?',
|
|
513
516
|
ai_disclaimer: 'Verify AI-generated content for accuracy.',
|
|
514
517
|
suggestions: 'Suggestions',
|
|
515
518
|
you: 'You',
|
|
@@ -1691,6 +1694,7 @@ export default {
|
|
|
1691
1694
|
action_return: 'Return',
|
|
1692
1695
|
action_remove: 'Remove',
|
|
1693
1696
|
action_error_handler: 'Error handler',
|
|
1697
|
+
disabled: 'DISABLED',
|
|
1694
1698
|
/* wss:AppHeader */
|
|
1695
1699
|
app_header_notifications_empty: 'No notifications',
|
|
1696
1700
|
app_header_notifications_loading: 'Loading notifications',
|
|
@@ -1761,6 +1765,10 @@ export default {
|
|
|
1761
1765
|
/* authoring-ui-views: TargetClassLabelInput */
|
|
1762
1766
|
add_label: 'Add label',
|
|
1763
1767
|
custom_add_label: 'Custom add label',
|
|
1768
|
+
search_label: 'Search label',
|
|
1769
|
+
custom_search_label: 'Custom search label',
|
|
1770
|
+
default_label_option: 'Default',
|
|
1771
|
+
field_required_error: '{0} is required.',
|
|
1764
1772
|
/* authoring-ui-views: Instructions */
|
|
1765
1773
|
instruction_text_label: 'Instruction text',
|
|
1766
1774
|
/* authoring-ui-views: AddParagraphModal */
|
|
@@ -1775,6 +1783,13 @@ export default {
|
|
|
1775
1783
|
unsupported_rule_type_label: 'Unsupported ruleType',
|
|
1776
1784
|
unsupported_rule_type_description: "Unsupported rule type: '{0}'",
|
|
1777
1785
|
create_new_record_failed: 'Create new record failed',
|
|
1786
|
+
/* authoring-ui-views: CreateFormatModal */
|
|
1787
|
+
format_create_modal_heading: 'New Input Format',
|
|
1788
|
+
format_edit_modal_heading: 'Edit {0}',
|
|
1789
|
+
input_format_label: 'Input Format',
|
|
1790
|
+
format_name_label: 'Name',
|
|
1791
|
+
format_pattern_label: 'Format',
|
|
1792
|
+
format_already_exists_error: 'A format rule named {0} already exists',
|
|
1778
1793
|
/* authoring-ui-views: DataPage format */
|
|
1779
1794
|
override_parameters: 'Override parameters',
|
|
1780
1795
|
/* authoring-ui-views: ContentPicker */
|
|
@@ -1833,6 +1848,7 @@ export default {
|
|
|
1833
1848
|
first_n_fields: 'First {0} fields',
|
|
1834
1849
|
learn_about_primary_fields: 'Learn more about Primary Fields',
|
|
1835
1850
|
show_lifecycle: 'Show Lifecycle',
|
|
1851
|
+
show_case_type_in_subheading: 'Show Case Type in Subheading',
|
|
1836
1852
|
use_only_primary_fields: 'Sync to Primary Fields',
|
|
1837
1853
|
use_only_primary_fields_info: '"Use only Primary Fields" pre-populates and links the Full Object Display Rule with the Primary Fields configured in the Data Model tab.',
|
|
1838
1854
|
new_tab_heading: 'New Tab',
|