@pega/cosmos-react-core 9.0.0-build.14.0 → 9.0.0-build.14.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/lib/components/AppShell/AppShell.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.js +35 -12
- package/lib/components/AppShell/AppShell.js.map +1 -1
- package/lib/components/AppShell/AppShell.styles.d.ts +8 -1
- package/lib/components/AppShell/AppShell.styles.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.styles.js +134 -23
- package/lib/components/AppShell/AppShell.styles.js.map +1 -1
- package/lib/components/AppShell/AppShell.types.d.ts +5 -0
- 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/NavigationList.d.ts.map +1 -1
- package/lib/components/AppShell/NavigationList.js +8 -7
- package/lib/components/AppShell/NavigationList.js.map +1 -1
- package/lib/components/AppShell/NavigationListItemWrapper.d.ts.map +1 -1
- package/lib/components/AppShell/NavigationListItemWrapper.js +66 -45
- package/lib/components/AppShell/NavigationListItemWrapper.js.map +1 -1
- package/lib/components/Card/CardHeader.d.ts.map +1 -1
- package/lib/components/Card/CardHeader.js +10 -3
- package/lib/components/Card/CardHeader.js.map +1 -1
- package/lib/components/FieldGroup/FieldGroup.d.ts +3 -0
- package/lib/components/FieldGroup/FieldGroup.d.ts.map +1 -1
- package/lib/components/FieldGroup/FieldGroup.js +7 -1
- package/lib/components/FieldGroup/FieldGroup.js.map +1 -1
- package/lib/components/Menu/Menu.styles.d.ts.map +1 -1
- package/lib/components/Menu/Menu.styles.js +1 -0
- package/lib/components/Menu/Menu.styles.js.map +1 -1
- package/lib/components/Menu/MenuItem.d.ts.map +1 -1
- package/lib/components/Menu/MenuItem.js +2 -2
- package/lib/components/Menu/MenuItem.js.map +1 -1
- package/lib/components/Tabs/TabPanel.d.ts.map +1 -1
- package/lib/components/Tabs/TabPanel.js +3 -1
- package/lib/components/Tabs/TabPanel.js.map +1 -1
- package/lib/components/Tabs/Tabs.styles.d.ts.map +1 -1
- package/lib/components/Tabs/Tabs.styles.js +24 -4
- package/lib/components/Tabs/Tabs.styles.js.map +1 -1
- package/lib/hooks/useI18n.d.ts +7 -0
- package/lib/hooks/useI18n.d.ts.map +1 -1
- package/lib/i18n/default.d.ts +7 -0
- package/lib/i18n/default.d.ts.map +1 -1
- package/lib/i18n/default.js +16 -8
- package/lib/i18n/default.js.map +1 -1
- package/lib/i18n/i18n.d.ts +7 -0
- package/lib/i18n/i18n.d.ts.map +1 -1
- package/package.json +2 -2
package/lib/i18n/default.js
CHANGED
|
@@ -203,6 +203,8 @@ export default {
|
|
|
203
203
|
processing: 'Processing',
|
|
204
204
|
copied_to_clipboard: 'Copied to clipboard',
|
|
205
205
|
failed_to_copy: 'Failed to copy',
|
|
206
|
+
viewing: 'Viewing',
|
|
207
|
+
editing: 'Editing',
|
|
206
208
|
/* Date and time */
|
|
207
209
|
day_placeholder: 'DD',
|
|
208
210
|
month_placeholder: 'MM',
|
|
@@ -287,6 +289,7 @@ export default {
|
|
|
287
289
|
/* core:AppShell */
|
|
288
290
|
app_shell_create: 'Create',
|
|
289
291
|
app_shell_open_nav: 'Open navigation menu',
|
|
292
|
+
app_shell_more: 'More',
|
|
290
293
|
app_shell_main_navigation_label: 'Main',
|
|
291
294
|
shortcut_NextRegion: 'Next region',
|
|
292
295
|
shortcut_PrevRegion: 'Previous region',
|
|
@@ -1002,12 +1005,12 @@ export default {
|
|
|
1002
1005
|
other: 'Add {0} new items'
|
|
1003
1006
|
},
|
|
1004
1007
|
detected_entities_label: {
|
|
1005
|
-
zero: 'No detected
|
|
1006
|
-
one: '{0} detected
|
|
1007
|
-
two: '{0} detected
|
|
1008
|
-
few: '{0} detected
|
|
1009
|
-
many: '{0} detected
|
|
1010
|
-
other: '{0} detected
|
|
1008
|
+
zero: 'No entities detected',
|
|
1009
|
+
one: '{0} entity detected',
|
|
1010
|
+
two: '{0} entities detected',
|
|
1011
|
+
few: '{0} entities detected',
|
|
1012
|
+
many: '{0} entities detected',
|
|
1013
|
+
other: '{0} entities detected'
|
|
1011
1014
|
},
|
|
1012
1015
|
show_detected_entities: 'Show detected entities',
|
|
1013
1016
|
nothing_detected_yet: 'Nothing detected yet',
|
|
@@ -1450,8 +1453,8 @@ export default {
|
|
|
1450
1453
|
constant_label: 'Static ({0})',
|
|
1451
1454
|
expression_label: 'Expression',
|
|
1452
1455
|
rule_label: 'Source from Library',
|
|
1453
|
-
field_reference_label: 'Source from a
|
|
1454
|
-
field_reference_description: 'Set this value by referencing a
|
|
1456
|
+
field_reference_label: 'Source from a Field',
|
|
1457
|
+
field_reference_description: 'Set this value by referencing a Field.',
|
|
1455
1458
|
value_type: 'Value type',
|
|
1456
1459
|
dynamicInput_format_Text: 'Text',
|
|
1457
1460
|
'dynamicInput_format_Text (paragraph)': 'Text (paragraph)',
|
|
@@ -1587,6 +1590,8 @@ export default {
|
|
|
1587
1590
|
unsupported_rule_type_label: 'Unsupported ruleType',
|
|
1588
1591
|
unsupported_rule_type_description: "Unsupported rule type: '{0}'",
|
|
1589
1592
|
create_new_record_failed: 'Create new record failed',
|
|
1593
|
+
/* authoring-ui-views: DataPage format */
|
|
1594
|
+
override_parameters: 'Override parameters',
|
|
1590
1595
|
/* authoring-ui-views: ContentPicker */
|
|
1591
1596
|
component_not_found_error: "The '{0}' component is missing. Check that it is added to the application.",
|
|
1592
1597
|
component_not_found_error_with_type: "No components of type '{0}' were found.",
|
|
@@ -1647,6 +1652,9 @@ export default {
|
|
|
1647
1652
|
field_does_not_exist_on_the_selected_source: "Field doesn't exist on the selected source",
|
|
1648
1653
|
failed_to_validate_source: 'Failed to validate source',
|
|
1649
1654
|
source_used_for_picklist_values: 'Source used for picklist values',
|
|
1655
|
+
filter_mappings: 'Filter mappings',
|
|
1656
|
+
filter_mappings_additional_info: 'Configure how the filter is applied on each Insight. The filter is not applied on Insights for which no mapping is configured.',
|
|
1657
|
+
add_mapping: 'Add mapping',
|
|
1650
1658
|
/** authoring-ui-view: Runtime Dashboards */
|
|
1651
1659
|
private_only: 'Private - Only you',
|
|
1652
1660
|
shared_users_with_access: 'Shared - Users with access',
|