@pega/cosmos-react-core 9.0.0-build.17.0 → 9.0.0-build.17.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 +3 -2
- package/lib/components/AppShell/AppShell.js.map +1 -1
- package/lib/components/AppShell/AppShell.styles.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.styles.js +8 -11
- package/lib/components/AppShell/AppShell.styles.js.map +1 -1
- package/lib/components/DateTime/Picker/Calendar.js +4 -5
- package/lib/components/DateTime/Picker/Calendar.js.map +1 -1
- package/lib/components/FieldGroup/FieldGroup.d.ts.map +1 -1
- package/lib/components/FieldGroup/FieldGroup.js +5 -6
- package/lib/components/FieldGroup/FieldGroup.js.map +1 -1
- package/lib/components/Icon/iconNames.d.ts +1 -1
- package/lib/components/Icon/iconNames.d.ts.map +1 -1
- package/lib/components/Icon/iconNames.js +1 -0
- package/lib/components/Icon/iconNames.js.map +1 -1
- package/lib/components/Icon/icons/gear-box-dotted.icon.d.ts +5 -0
- package/lib/components/Icon/icons/gear-box-dotted.icon.d.ts.map +1 -0
- package/lib/components/Icon/icons/gear-box-dotted.icon.js +7 -0
- package/lib/components/Icon/icons/gear-box-dotted.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/check-polaris-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/check-polaris-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/check-polaris-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/check-polaris-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamline-icons/user-polaris-solid.icon.d.ts +5 -0
- package/lib/components/Icon/streamline-icons/user-polaris-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/streamline-icons/user-polaris-solid.icon.js +7 -0
- package/lib/components/Icon/streamline-icons/user-polaris-solid.icon.js.map +1 -0
- package/lib/components/Icon/streamlineIconNames.d.ts +1 -1
- package/lib/components/Icon/streamlineIconNames.d.ts.map +1 -1
- package/lib/components/Icon/streamlineIconNames.js +2 -0
- package/lib/components/Icon/streamlineIconNames.js.map +1 -1
- package/lib/components/Modal/Modal.styles.d.ts.map +1 -1
- package/lib/components/Modal/Modal.styles.js +1 -0
- package/lib/components/Modal/Modal.styles.js.map +1 -1
- package/lib/components/MultiStepForm/FormProgress.styles.d.ts.map +1 -1
- package/lib/components/MultiStepForm/FormProgress.styles.js +2 -4
- package/lib/components/MultiStepForm/FormProgress.styles.js.map +1 -1
- package/lib/components/MultiStepForm/MultiStepForm.d.ts +1 -0
- package/lib/components/MultiStepForm/MultiStepForm.d.ts.map +1 -1
- package/lib/components/MultiStepForm/MultiStepForm.js +6 -1
- package/lib/components/MultiStepForm/MultiStepForm.js.map +1 -1
- package/lib/components/Popover/Popover.d.ts.map +1 -1
- package/lib/components/Popover/Popover.js +2 -2
- package/lib/components/Popover/Popover.js.map +1 -1
- package/lib/components/SearchInput/SearchInput.js +1 -1
- package/lib/components/SearchInput/SearchInput.js.map +1 -1
- package/lib/hooks/useI18n.d.ts +5 -0
- package/lib/hooks/useI18n.d.ts.map +1 -1
- package/lib/i18n/default.d.ts +5 -0
- package/lib/i18n/default.d.ts.map +1 -1
- package/lib/i18n/default.js +5 -0
- package/lib/i18n/default.js.map +1 -1
- package/lib/i18n/i18n.d.ts +5 -0
- package/lib/i18n/i18n.d.ts.map +1 -1
- package/lib/utils/getAllPopovers.d.ts.map +1 -1
- package/lib/utils/getAllPopovers.js +2 -1
- package/lib/utils/getAllPopovers.js.map +1 -1
- package/package.json +1 -1
package/lib/i18n/i18n.d.ts
CHANGED
|
@@ -969,6 +969,7 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
969
969
|
add_follow_up_task: string;
|
|
970
970
|
agents_utterance: string;
|
|
971
971
|
task_deleted: string;
|
|
972
|
+
entity_auto_fill_announcement_message: string;
|
|
972
973
|
no_analytics_collected: string;
|
|
973
974
|
feedback_not_available: string;
|
|
974
975
|
due_on: string;
|
|
@@ -1539,17 +1540,20 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
1539
1540
|
delete_parameter_filter: string;
|
|
1540
1541
|
insight_field_applied_on: string;
|
|
1541
1542
|
please_fill_the_required_fields: string;
|
|
1543
|
+
please_fix_the_logic_condition: string;
|
|
1542
1544
|
system_pages: string;
|
|
1543
1545
|
value_cannot_be_blank: string;
|
|
1544
1546
|
valid_number_within_range: string;
|
|
1545
1547
|
expected_value: string;
|
|
1546
1548
|
invalid_value: string;
|
|
1549
|
+
filter_value: string;
|
|
1547
1550
|
field_does_not_exist_on_the_selected_source: string;
|
|
1548
1551
|
failed_to_validate_source: string;
|
|
1549
1552
|
source_used_for_picklist_values: string;
|
|
1550
1553
|
filter_mappings: string;
|
|
1551
1554
|
filter_mappings_additional_info: string;
|
|
1552
1555
|
add_mapping: string;
|
|
1556
|
+
select_insight: string;
|
|
1553
1557
|
private_only: string;
|
|
1554
1558
|
shared_users_with_access: string;
|
|
1555
1559
|
public_all_users: string;
|
|
@@ -1611,6 +1615,7 @@ export declare const DefaultTranslation: Readonly<Readonly<{
|
|
|
1611
1615
|
invalid_rule: string;
|
|
1612
1616
|
invalid_rule_non_relevant_record: string;
|
|
1613
1617
|
infinity_stack_overflow_error: string;
|
|
1618
|
+
preview_failed: string;
|
|
1614
1619
|
decision_table_description: string;
|
|
1615
1620
|
decision_table_empty_state: string;
|
|
1616
1621
|
decision_table_add_column: string;
|
package/lib/i18n/i18n.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/i18n/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,MAAM,WAAW,CAAC;AAE3C,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAClE,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE7D,QAAA,MAAM,MAAM,GAAI,eAAe,WAAW,KAAG,QAAQ,CAAC,eAAe,CAEpE,CAAC;AACF,eAAe,MAAM,CAAC;AAEtB,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/i18n/i18n.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAllPopovers.d.ts","sourceRoot":"","sources":["../../src/utils/getAllPopovers.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"getAllPopovers.d.ts","sourceRoot":"","sources":["../../src/utils/getAllPopovers.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,CAAC;AAIjB,OAAO,QAAQ,SAAS,CAAC;IACvB,UAAiB,aAAa;QAC5B,UAAU,EAAE,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;KAC3C;CACF;AAMD,eAAO,MAAM,UAAU,+BAEgB,CAAC;AAExC,QAAA,MAAM,cAAc,GAAI,QAAQ,UAAU,KAAG,OAAO,EAkBnD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import '../init';
|
|
2
|
+
import isInstance from './isInstance';
|
|
2
3
|
import windowIsAvailable from './windowIsAvailable';
|
|
3
4
|
if (windowIsAvailable) {
|
|
4
5
|
window.cosmos.popoverMap ??= new WeakMap();
|
|
@@ -8,7 +9,7 @@ export const popoverMap = windowIsAvailable
|
|
|
8
9
|
: new WeakMap();
|
|
9
10
|
const getAllPopovers = (parent) => {
|
|
10
11
|
const rootNode = parent.getRootNode();
|
|
11
|
-
if (!(rootNode
|
|
12
|
+
if (!isInstance(rootNode, Document, DocumentFragment))
|
|
12
13
|
return [];
|
|
13
14
|
const popoverTargets = [...parent.querySelectorAll('[data-popover-target]')];
|
|
14
15
|
return popoverTargets.flatMap(el => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAllPopovers.js","sourceRoot":"","sources":["../../src/utils/getAllPopovers.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,CAAC;AACjB,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AAQpD,IAAI,iBAAiB,EAAE,CAAC;IACtB,MAAM,CAAC,MAAM,CAAC,UAAU,KAAK,IAAI,OAAO,EAAwB,CAAC;AACnE,CAAC;AAED,MAAM,CAAC,MAAM,UAAU,GAAG,iBAAiB;IACzC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,UAAU;IAC1B,CAAC,CAAC,IAAI,OAAO,EAAwB,CAAC;AAExC,MAAM,cAAc,GAAG,CAAC,MAAkB,EAAa,EAAE;IACvD,MAAM,QAAQ,GAAG,MAAM,CAAC,WAAW,EAAE,CAAC;IAEtC,IAAI,CAAC,CAAC,QAAQ,
|
|
1
|
+
{"version":3,"file":"getAllPopovers.js","sourceRoot":"","sources":["../../src/utils/getAllPopovers.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,CAAC;AACjB,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AAQpD,IAAI,iBAAiB,EAAE,CAAC;IACtB,MAAM,CAAC,MAAM,CAAC,UAAU,KAAK,IAAI,OAAO,EAAwB,CAAC;AACnE,CAAC;AAED,MAAM,CAAC,MAAM,UAAU,GAAG,iBAAiB;IACzC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,UAAU;IAC1B,CAAC,CAAC,IAAI,OAAO,EAAwB,CAAC;AAExC,MAAM,cAAc,GAAG,CAAC,MAAkB,EAAa,EAAE;IACvD,MAAM,QAAQ,GAAG,MAAM,CAAC,WAAW,EAAE,CAAC;IAEtC,IAAI,CAAC,UAAU,CAAC,QAAQ,EAAE,QAAQ,EAAE,gBAAgB,CAAC;QAAE,OAAO,EAAE,CAAC;IAEjE,MAAM,cAAc,GAAG,CAAC,GAAG,MAAM,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,CAAC,CAAC;IAE7E,OAAO,cAAc,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE;QACjC,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE,CAAC;YAAE,OAAO,EAAE,CAAC;QAEnC,MAAM,UAAU,GAAG,UAAU,CAAC,GAAG,CAAC,EAAE,CAAE,CAAC;QAEvC,MAAM,QAAQ,GAAG,CAAC,GAAG,UAAU,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CACxC,QAAQ,CAAC,aAAa,CAAC,qBAAqB,EAAE,CAAC,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,CACzE,CAAC;QAEF,OAAO,QAAQ,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,OAAO,EAAE,GAAG,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAC7F,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import '../init';\nimport isInstance from './isInstance';\nimport windowIsAvailable from './windowIsAvailable';\n\ndeclare module '../init' {\n export interface CosmosGlobals {\n popoverMap: WeakMap<Element, Set<string>>;\n }\n}\n\nif (windowIsAvailable) {\n window.cosmos.popoverMap ??= new WeakMap<Element, Set<string>>();\n}\n\nexport const popoverMap = windowIsAvailable\n ? window.cosmos.popoverMap\n : new WeakMap<Element, Set<string>>();\n\nconst getAllPopovers = (parent: ParentNode): Element[] => {\n const rootNode = parent.getRootNode();\n\n if (!isInstance(rootNode, Document, DocumentFragment)) return [];\n\n const popoverTargets = [...parent.querySelectorAll('[data-popover-target]')];\n\n return popoverTargets.flatMap(el => {\n if (!popoverMap.has(el)) return [];\n\n const pointerIds = popoverMap.get(el)!;\n\n const popovers = [...pointerIds].map(id =>\n rootNode.querySelector(`[data-popover-id=\"${id.replace(/\"/g, '\\\\\"')}\"]`)\n );\n\n return popovers.flatMap(popover => (popover ? [popover, ...getAllPopovers(popover)] : []));\n });\n};\n\nexport default getAllPopovers;\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/cosmos-react-core",
|
|
3
|
-
"version": "9.0.0-build.17.
|
|
3
|
+
"version": "9.0.0-build.17.10",
|
|
4
4
|
"description": "Cosmos is a visual design system and UI component collection. Its goal is to empower application developers in their pursuit to create engaging and rewarding user experiences.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Pegasystems",
|