@pega/react-sdk-components 0.23.12 → 0.23.13
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/bridge/helpers/sdk_component_map.d.ts.map +1 -1
- package/lib/bridge/helpers/sdk_component_map.js +0 -91
- package/lib/bridge/helpers/sdk_component_map.js.map +1 -1
- package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.d.ts +13 -0
- package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.d.ts.map +1 -0
- package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.js +124 -0
- package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.js.map +1 -0
- package/lib/components/designSystemExtension/CaseSummaryFields/index.d.ts.map +1 -0
- package/lib/components/designSystemExtension/CaseSummaryFields/index.js.map +1 -0
- package/lib/components/designSystemExtension/DetailsFields/DetailsFields.d.ts.map +1 -0
- package/lib/components/designSystemExtension/DetailsFields/DetailsFields.js +106 -0
- package/lib/components/designSystemExtension/DetailsFields/DetailsFields.js.map +1 -0
- package/lib/components/designSystemExtension/DetailsFields/index.d.ts.map +1 -0
- package/lib/components/designSystemExtension/DetailsFields/index.js.map +1 -0
- package/lib/components/designSystemExtension/FieldGroup/FieldGroup.d.ts.map +1 -0
- package/lib/components/designSystemExtension/FieldGroup/FieldGroup.js.map +1 -0
- package/lib/components/designSystemExtension/FieldGroup/index.d.ts.map +1 -0
- package/lib/components/designSystemExtension/FieldGroup/index.js.map +1 -0
- package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.d.ts.map +1 -0
- package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.js.map +1 -0
- package/lib/components/designSystemExtension/FieldGroupList/index.d.ts.map +1 -0
- package/lib/components/designSystemExtension/FieldGroupList/index.js.map +1 -0
- package/lib/components/designSystemExtension/FieldValueList/FieldValueList.d.ts.map +1 -0
- package/lib/components/designSystemExtension/FieldValueList/FieldValueList.js.map +1 -0
- package/lib/components/designSystemExtension/FieldValueList/index.d.ts.map +1 -0
- package/lib/components/designSystemExtension/FieldValueList/index.js.map +1 -0
- package/lib/components/designSystemExtension/Operator/Operator.d.ts.map +1 -0
- package/lib/components/designSystemExtension/Operator/Operator.js +155 -0
- package/lib/components/designSystemExtension/Operator/Operator.js.map +1 -0
- package/lib/components/designSystemExtension/Operator/index.d.ts.map +1 -0
- package/lib/components/designSystemExtension/Operator/index.js.map +1 -0
- package/lib/components/designSystemExtension/Pulse/Pulse.d.ts.map +1 -0
- package/lib/components/designSystemExtension/Pulse/Pulse.js.map +1 -0
- package/lib/components/designSystemExtension/Pulse/index.d.ts.map +1 -0
- package/lib/components/designSystemExtension/Pulse/index.js.map +1 -0
- package/lib/components/field/AutoComplete/AutoComplete.d.ts.map +1 -0
- package/lib/components/field/AutoComplete/AutoComplete.js +140 -0
- package/lib/components/field/AutoComplete/AutoComplete.js.map +1 -0
- package/lib/components/field/AutoComplete/index.d.ts.map +1 -0
- package/lib/components/field/AutoComplete/index.js.map +1 -0
- package/lib/components/field/CancelAlert/CancelAlert.d.ts.map +1 -0
- package/lib/components/field/CancelAlert/CancelAlert.js.map +1 -0
- package/lib/components/field/CancelAlert/index.d.ts.map +1 -0
- package/lib/components/field/CancelAlert/index.js.map +1 -0
- package/lib/components/field/Checkbox/Checkbox.d.ts.map +1 -0
- package/lib/components/field/Checkbox/Checkbox.js +41 -0
- package/lib/components/field/Checkbox/Checkbox.js.map +1 -0
- package/lib/components/field/Checkbox/index.d.ts.map +1 -0
- package/lib/components/field/Checkbox/index.js.map +1 -0
- package/lib/components/field/Currency/Currency.d.ts.map +1 -0
- package/lib/components/field/Currency/Currency.js +46 -0
- package/lib/components/field/Currency/Currency.js.map +1 -0
- package/lib/components/field/Currency/index.d.ts.map +1 -0
- package/lib/components/field/Currency/index.js.map +1 -0
- package/lib/components/field/Date/Date.d.ts.map +1 -0
- package/lib/components/field/Date/Date.js +36 -0
- package/lib/components/field/Date/Date.js.map +1 -0
- package/lib/components/field/Date/index.d.ts.map +1 -0
- package/lib/components/field/Date/index.js.map +1 -0
- package/lib/components/field/DateTime/DateTime.d.ts.map +1 -0
- package/lib/components/field/DateTime/DateTime.js +35 -0
- package/lib/components/field/DateTime/DateTime.js.map +1 -0
- package/lib/components/field/DateTime/index.d.ts.map +1 -0
- package/lib/components/field/DateTime/index.js.map +1 -0
- package/lib/components/field/Decimal/Decimal.d.ts.map +1 -0
- package/lib/components/field/Decimal/Decimal.js +19 -0
- package/lib/components/field/Decimal/Decimal.js.map +1 -0
- package/lib/components/field/Decimal/index.d.ts.map +1 -0
- package/lib/components/field/Decimal/index.js.map +1 -0
- package/lib/components/field/Dropdown/Dropdown.d.ts.map +1 -0
- package/lib/components/field/Dropdown/Dropdown.js +41 -0
- package/lib/components/field/Dropdown/Dropdown.js.map +1 -0
- package/lib/components/field/Dropdown/index.d.ts.map +1 -0
- package/lib/components/field/Dropdown/index.js.map +1 -0
- package/lib/components/field/Email/Email.d.ts.map +1 -0
- package/lib/components/field/Email/Email.js +28 -0
- package/lib/components/field/Email/Email.js.map +1 -0
- package/lib/components/field/Email/index.d.ts.map +1 -0
- package/lib/components/field/Email/index.js.map +1 -0
- package/lib/components/field/Integer/Integer.d.ts.map +1 -0
- package/lib/components/field/Integer/Integer.js +37 -0
- package/lib/components/field/Integer/Integer.js.map +1 -0
- package/lib/components/field/Integer/index.d.ts.map +1 -0
- package/lib/components/field/Integer/index.js.map +1 -0
- package/lib/components/field/Percentage/Percentage.d.ts.map +1 -0
- package/lib/components/field/Percentage/Percentage.js +42 -0
- package/lib/components/field/Percentage/Percentage.js.map +1 -0
- package/lib/components/field/Percentage/index.d.ts.map +1 -0
- package/lib/components/field/Percentage/index.js.map +1 -0
- package/lib/components/field/Phone/Phone.d.ts.map +1 -0
- package/lib/components/field/Phone/Phone.js +36 -0
- package/lib/components/field/Phone/Phone.js.map +1 -0
- package/lib/components/field/Phone/index.d.ts.map +1 -0
- package/lib/components/field/Phone/index.js.map +1 -0
- package/lib/components/field/RadioButtons/RadioButtons.d.ts.map +1 -0
- package/lib/components/field/RadioButtons/RadioButtons.js +40 -0
- package/lib/components/field/RadioButtons/RadioButtons.js.map +1 -0
- package/lib/components/field/RadioButtons/index.d.ts.map +1 -0
- package/lib/components/field/RadioButtons/index.js.map +1 -0
- package/lib/components/field/SemanticLink/SemanticLink.d.ts.map +1 -0
- package/lib/components/field/SemanticLink/SemanticLink.js.map +1 -0
- package/lib/components/field/SemanticLink/index.d.ts.map +1 -0
- package/lib/components/field/SemanticLink/index.js.map +1 -0
- package/lib/components/field/SemanticLink/utils.d.ts.map +1 -0
- package/lib/components/field/SemanticLink/utils.js.map +1 -0
- package/lib/components/field/TextArea/TextArea.d.ts.map +1 -0
- package/lib/components/field/TextArea/TextArea.js +26 -0
- package/lib/components/field/TextArea/TextArea.js.map +1 -0
- package/lib/components/field/TextArea/index.d.ts.map +1 -0
- package/lib/components/field/TextArea/index.js.map +1 -0
- package/lib/components/field/TextContent/TextContent.d.ts.map +1 -0
- package/lib/components/field/TextContent/TextContent.js.map +1 -0
- package/lib/components/field/TextContent/index.d.ts.map +1 -0
- package/lib/components/field/TextContent/index.js.map +1 -0
- package/lib/components/field/TextInput/TextInput.d.ts.map +1 -0
- package/lib/components/field/TextInput/TextInput.js +24 -0
- package/lib/components/field/TextInput/TextInput.js.map +1 -0
- package/lib/components/field/TextInput/index.d.ts.map +1 -0
- package/lib/components/field/TextInput/index.js.map +1 -0
- package/lib/components/field/Time/Time.d.ts.map +1 -0
- package/lib/components/field/Time/Time.js +34 -0
- package/lib/components/field/Time/Time.js.map +1 -0
- package/lib/components/field/Time/index.d.ts.map +1 -0
- package/lib/components/field/Time/index.js.map +1 -0
- package/lib/components/field/URL/URL.d.ts.map +1 -0
- package/lib/components/field/URL/URL.js +22 -0
- package/lib/components/field/URL/URL.js.map +1 -0
- package/lib/components/field/URL/index.d.ts.map +1 -0
- package/lib/components/field/URL/index.js.map +1 -0
- package/lib/components/field/UserReference/UserReference.d.ts.map +1 -0
- package/lib/components/field/UserReference/UserReference.js.map +1 -0
- package/lib/components/field/UserReference/UserReferenceUtils.d.ts.map +1 -0
- package/lib/components/field/UserReference/UserReferenceUtils.js.map +1 -0
- package/lib/components/field/UserReference/index.d.ts.map +1 -0
- package/lib/components/field/UserReference/index.js.map +1 -0
- package/lib/components/infra/Containers/FlowContainer/FlowContainer.js +1 -1
- package/lib/components/infra/Containers/FlowContainer/FlowContainer.js.map +1 -1
- package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js +1 -1
- package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js.map +1 -1
- package/lib/components/infra/View/View.js +1 -1
- package/lib/components/infra/View/View.js.map +1 -1
- package/lib/components/template/AppShell/AppShell.d.ts.map +1 -0
- package/lib/components/template/AppShell/AppShell.js.map +1 -0
- package/lib/components/template/AppShell/index.d.ts.map +1 -0
- package/lib/components/template/AppShell/index.js.map +1 -0
- package/lib/components/template/CaseSummary/CaseSummary.d.ts.map +1 -0
- package/lib/components/template/CaseSummary/CaseSummary.js +40 -0
- package/lib/components/template/CaseSummary/CaseSummary.js.map +1 -0
- package/lib/components/template/CaseSummary/index.d.ts.map +1 -0
- package/lib/components/template/CaseSummary/index.js.map +1 -0
- package/lib/components/template/CaseView/CaseView.d.ts.map +1 -0
- package/lib/components/template/CaseView/CaseView.js.map +1 -0
- package/lib/components/template/CaseView/index.d.ts.map +1 -0
- package/lib/components/template/CaseView/index.js.map +1 -0
- package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.d.ts.map +1 -0
- package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.js.map +1 -0
- package/lib/components/template/CaseViewActionsMenu/index.d.ts.map +1 -0
- package/lib/components/template/CaseViewActionsMenu/index.js.map +1 -0
- package/lib/components/template/DataReference/DataReference.d.ts.map +1 -0
- package/lib/components/template/DataReference/DataReference.js.map +1 -0
- package/lib/components/template/DataReference/index.d.ts.map +1 -0
- package/lib/components/template/DataReference/index.js.map +1 -0
- package/lib/components/template/DefaultForm/DefaultForm.d.ts.map +1 -0
- package/lib/components/template/DefaultForm/DefaultForm.js.map +1 -0
- package/lib/components/template/DefaultForm/index.d.ts.map +1 -0
- package/lib/components/template/DefaultForm/index.js.map +1 -0
- package/lib/components/template/Details/Details/Details.d.ts.map +1 -0
- package/lib/components/template/Details/Details/Details.js +26 -0
- package/lib/components/template/Details/Details/Details.js.map +1 -0
- package/lib/components/template/Details/Details/index.d.ts.map +1 -0
- package/lib/components/template/Details/Details/index.js.map +1 -0
- package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.d.ts.map +1 -0
- package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.js.map +1 -0
- package/lib/components/template/Details/DetailsSubTabs/index.d.ts.map +1 -0
- package/lib/components/template/Details/DetailsSubTabs/index.js.map +1 -0
- package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts.map +1 -0
- package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.js +34 -0
- package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.js.map +1 -0
- package/lib/components/template/Details/DetailsThreeColumn/index.d.ts.map +1 -0
- package/lib/components/template/Details/DetailsThreeColumn/index.js.map +1 -0
- package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts.map +1 -0
- package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.js +32 -0
- package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.js.map +1 -0
- package/lib/components/template/Details/DetailsTwoColumn/index.d.ts.map +1 -0
- package/lib/components/template/Details/DetailsTwoColumn/index.js.map +1 -0
- package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.d.ts.map +1 -0
- package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.js +78 -0
- package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.js.map +1 -0
- package/lib/components/template/FieldGroupTemplate/index.d.ts.map +1 -0
- package/lib/components/template/FieldGroupTemplate/index.js.map +1 -0
- package/lib/components/template/InlineDashboard/InlineDashboard.d.ts.map +1 -0
- package/lib/components/template/InlineDashboard/InlineDashboard.js.map +1 -0
- package/lib/components/template/InlineDashboard/index.d.ts.map +1 -0
- package/lib/components/template/InlineDashboard/index.js.map +1 -0
- package/lib/components/template/InlineDashboardPage/InlineDashboardPage.d.ts.map +1 -0
- package/lib/components/template/InlineDashboardPage/InlineDashboardPage.js.map +1 -0
- package/lib/components/template/InlineDashboardPage/index.d.ts.map +1 -0
- package/lib/components/template/InlineDashboardPage/index.js.map +1 -0
- package/lib/components/template/ListPage/ListPage.d.ts.map +1 -0
- package/lib/components/template/ListPage/ListPage.js.map +1 -0
- package/lib/components/template/ListPage/index.d.ts.map +1 -0
- package/lib/components/template/ListPage/index.js.map +1 -0
- package/lib/components/template/ListView/ListView.d.ts.map +1 -0
- package/lib/components/template/ListView/ListView.js +868 -0
- package/lib/components/template/ListView/ListView.js.map +1 -0
- package/lib/components/template/ListView/index.d.ts.map +1 -0
- package/lib/components/template/ListView/index.js.map +1 -0
- package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts.map +1 -0
- package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.js.map +1 -0
- package/lib/components/template/MultiReferenceReadOnly/index.d.ts.map +1 -0
- package/lib/components/template/MultiReferenceReadOnly/index.js.map +1 -0
- package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.d.ts.map +1 -0
- package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.js.map +1 -0
- package/lib/components/template/NarrowWide/NarrowWide/index.d.ts.map +1 -0
- package/lib/components/template/NarrowWide/NarrowWide/index.js.map +1 -0
- package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts.map +1 -0
- package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.js +35 -0
- package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.js.map +1 -0
- package/lib/components/template/NarrowWide/NarrowWideDetails/index.d.ts.map +1 -0
- package/lib/components/template/NarrowWide/NarrowWideDetails/index.js.map +1 -0
- package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts.map +1 -0
- package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.js.map +1 -0
- package/lib/components/template/NarrowWide/NarrowWideForm/index.d.ts.map +1 -0
- package/lib/components/template/NarrowWide/NarrowWideForm/index.js.map +1 -0
- package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts.map +1 -0
- package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.js.map +1 -0
- package/lib/components/template/NarrowWide/NarrowWidePage/index.d.ts.map +1 -0
- package/lib/components/template/NarrowWide/NarrowWidePage/index.js.map +1 -0
- package/lib/components/template/OneColumn/OneColumn/OneColumn.d.ts.map +1 -0
- package/lib/components/template/OneColumn/OneColumn/OneColumn.js.map +1 -0
- package/lib/components/template/OneColumn/OneColumn/index.d.ts.map +1 -0
- package/lib/components/template/OneColumn/OneColumn/index.js.map +1 -0
- package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.d.ts.map +1 -0
- package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.js.map +1 -0
- package/lib/components/template/OneColumn/OneColumnPage/index.d.ts.map +1 -0
- package/lib/components/template/OneColumn/OneColumnPage/index.js.map +1 -0
- package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.d.ts.map +1 -0
- package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.js.map +1 -0
- package/lib/components/template/OneColumn/OneColumnTab/index.d.ts.map +1 -0
- package/lib/components/template/OneColumn/OneColumnTab/index.js.map +1 -0
- package/lib/components/template/PromotedFilters/PromotedFilters.d.ts +18 -0
- package/lib/components/template/PromotedFilters/PromotedFilters.d.ts.map +1 -0
- package/lib/components/template/PromotedFilters/PromotedFilters.js +131 -0
- package/lib/components/template/PromotedFilters/PromotedFilters.js.map +1 -0
- package/lib/components/template/PromotedFilters/index.d.ts.map +1 -0
- package/lib/components/template/PromotedFilters/index.js.map +1 -0
- package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.d.ts.map +1 -0
- package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.js +26 -0
- package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.js.map +1 -0
- package/lib/components/template/SimpleTable/SimpleTable/index.d.ts.map +1 -0
- package/lib/components/template/SimpleTable/SimpleTable/index.js.map +1 -0
- package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts.map +1 -0
- package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.js.map +1 -0
- package/lib/components/template/SimpleTable/SimpleTableManual/index.d.ts.map +1 -0
- package/lib/components/template/SimpleTable/SimpleTableManual/index.js.map +1 -0
- package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts.map +1 -0
- package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.js +105 -0
- package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.js.map +1 -0
- package/lib/components/template/SimpleTable/SimpleTableSelect/index.d.ts.map +1 -0
- package/lib/components/template/SimpleTable/SimpleTableSelect/index.js.map +1 -0
- package/lib/components/template/SimpleTable/simpleTableHelpers.d.ts.map +1 -0
- package/lib/components/template/SimpleTable/simpleTableHelpers.js.map +1 -0
- package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts.map +1 -0
- package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.js.map +1 -0
- package/lib/components/template/SingleReferenceReadOnly/index.d.ts.map +1 -0
- package/lib/components/template/SingleReferenceReadOnly/index.js.map +1 -0
- package/lib/components/template/SubTabs/SubTabs.d.ts.map +1 -0
- package/lib/components/template/SubTabs/SubTabs.js.map +1 -0
- package/lib/components/template/SubTabs/index.d.ts.map +1 -0
- package/lib/components/template/SubTabs/index.js.map +1 -0
- package/lib/components/template/SubTabs/tabUtils.d.ts.map +1 -0
- package/lib/components/template/SubTabs/tabUtils.js.map +1 -0
- package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.d.ts.map +1 -0
- package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.js.map +1 -0
- package/lib/components/template/TwoColumn/TwoColumn/index.d.ts.map +1 -0
- package/lib/components/template/TwoColumn/TwoColumn/index.js.map +1 -0
- package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts.map +1 -0
- package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.js.map +1 -0
- package/lib/components/template/TwoColumn/TwoColumnPage/index.d.ts.map +1 -0
- package/lib/components/template/TwoColumn/TwoColumnPage/index.js.map +1 -0
- package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts.map +1 -0
- package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.js.map +1 -0
- package/lib/components/template/TwoColumn/TwoColumnTab/index.d.ts.map +1 -0
- package/lib/components/template/TwoColumn/TwoColumnTab/index.js.map +1 -0
- package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.d.ts.map +1 -0
- package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.js.map +1 -0
- package/lib/components/template/WideNarrow/WideNarrow/index.d.ts.map +1 -0
- package/lib/components/template/WideNarrow/WideNarrow/index.js.map +1 -0
- package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts.map +1 -0
- package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.js +35 -0
- package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.js.map +1 -0
- package/lib/components/template/WideNarrow/WideNarrowDetails/index.d.ts.map +1 -0
- package/lib/components/template/WideNarrow/WideNarrowDetails/index.js.map +1 -0
- package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts.map +1 -0
- package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.js.map +1 -0
- package/lib/components/template/WideNarrow/WideNarrowForm/index.d.ts.map +1 -0
- package/lib/components/template/WideNarrow/WideNarrowForm/index.js.map +1 -0
- package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts.map +1 -0
- package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.js.map +1 -0
- package/lib/components/template/WideNarrow/WideNarrowPage/index.d.ts.map +1 -0
- package/lib/components/template/WideNarrow/WideNarrowPage/index.js.map +1 -0
- package/lib/components/template/utils.d.ts.map +1 -0
- package/lib/components/template/utils.js +22 -0
- package/lib/components/template/utils.js.map +1 -0
- package/lib/components/widget/AppAnnouncement/AppAnnouncement.d.ts.map +1 -0
- package/lib/components/widget/AppAnnouncement/AppAnnouncement.js.map +1 -0
- package/lib/components/widget/AppAnnouncement/index.d.ts.map +1 -0
- package/lib/components/widget/AppAnnouncement/index.js.map +1 -0
- package/lib/components/widget/Attachment/Attachment.d.ts.map +1 -0
- package/lib/components/widget/Attachment/Attachment.js +370 -0
- package/lib/components/widget/Attachment/Attachment.js.map +1 -0
- package/lib/components/widget/Attachment/index.d.ts.map +1 -0
- package/lib/components/widget/Attachment/index.js.map +1 -0
- package/lib/components/widget/CaseHistory/CaseHistory.d.ts.map +1 -0
- package/lib/components/widget/CaseHistory/CaseHistory.js.map +1 -0
- package/lib/components/widget/CaseHistory/index.d.ts.map +1 -0
- package/lib/components/widget/CaseHistory/index.js.map +1 -0
- package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.d.ts.map +1 -0
- package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js.map +1 -0
- package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/index.d.ts.map +1 -0
- package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/index.js.map +1 -0
- package/lib/components/widget/FileUtility/FileUtility/FileUtility.d.ts.map +1 -0
- package/lib/components/widget/FileUtility/FileUtility/FileUtility.js.map +1 -0
- package/lib/components/widget/FileUtility/FileUtility/index.d.ts.map +1 -0
- package/lib/components/widget/FileUtility/FileUtility/index.js.map +1 -0
- package/lib/components/widget/Followers/Followers.d.ts.map +1 -0
- package/lib/components/widget/Followers/Followers.js.map +1 -0
- package/lib/components/widget/Followers/index.d.ts.map +1 -0
- package/lib/components/widget/Followers/index.js.map +1 -0
- package/lib/components/widget/SummaryItem/SummaryItem.d.ts.map +1 -0
- package/lib/components/widget/SummaryItem/SummaryItem.js.map +1 -0
- package/lib/components/widget/SummaryItem/index.d.ts.map +1 -0
- package/lib/components/widget/SummaryItem/index.js.map +1 -0
- package/lib/components/widget/SummaryList/SummaryList.d.ts.map +1 -0
- package/lib/components/widget/SummaryList/SummaryList.js.map +1 -0
- package/lib/components/widget/SummaryList/index.d.ts.map +1 -0
- package/lib/components/widget/SummaryList/index.js.map +1 -0
- package/lib/components/widget/ToDo/ToDo.d.ts.map +1 -0
- package/lib/components/widget/ToDo/ToDo.js.map +1 -0
- package/lib/components/widget/ToDo/index.d.ts.map +1 -0
- package/lib/components/widget/ToDo/index.js.map +1 -0
- package/lib/components_map.js +61 -61
- package/lib/components_map.js.map +1 -1
- package/lib/sdk-pega-component-map.d.ts +84 -84
- package/lib/sdk-pega-component-map.js +84 -84
- package/lib/sdk-pega-component-map.js.map +1 -1
- package/package.json +1 -1
- package/lib/components/designSystemExtensions/CaseSummaryFields/CaseSummaryFields.d.ts +0 -13
- package/lib/components/designSystemExtensions/CaseSummaryFields/CaseSummaryFields.d.ts.map +0 -1
- package/lib/components/designSystemExtensions/CaseSummaryFields/CaseSummaryFields.js +0 -102
- package/lib/components/designSystemExtensions/CaseSummaryFields/CaseSummaryFields.js.map +0 -1
- package/lib/components/designSystemExtensions/CaseSummaryFields/index.d.ts.map +0 -1
- package/lib/components/designSystemExtensions/CaseSummaryFields/index.js.map +0 -1
- package/lib/components/designSystemExtensions/DetailsFields/DetailsFields.d.ts.map +0 -1
- package/lib/components/designSystemExtensions/DetailsFields/DetailsFields.js +0 -106
- package/lib/components/designSystemExtensions/DetailsFields/DetailsFields.js.map +0 -1
- package/lib/components/designSystemExtensions/DetailsFields/index.d.ts.map +0 -1
- package/lib/components/designSystemExtensions/DetailsFields/index.js.map +0 -1
- package/lib/components/designSystemExtensions/FieldGroup/FieldGroup.d.ts.map +0 -1
- package/lib/components/designSystemExtensions/FieldGroup/FieldGroup.js.map +0 -1
- package/lib/components/designSystemExtensions/FieldGroup/index.d.ts.map +0 -1
- package/lib/components/designSystemExtensions/FieldGroup/index.js.map +0 -1
- package/lib/components/designSystemExtensions/FieldGroupList/FieldGroupList.d.ts.map +0 -1
- package/lib/components/designSystemExtensions/FieldGroupList/FieldGroupList.js.map +0 -1
- package/lib/components/designSystemExtensions/FieldGroupList/index.d.ts.map +0 -1
- package/lib/components/designSystemExtensions/FieldGroupList/index.js.map +0 -1
- package/lib/components/designSystemExtensions/FieldValueList/FieldValueList.d.ts.map +0 -1
- package/lib/components/designSystemExtensions/FieldValueList/FieldValueList.js.map +0 -1
- package/lib/components/designSystemExtensions/FieldValueList/index.d.ts.map +0 -1
- package/lib/components/designSystemExtensions/FieldValueList/index.js.map +0 -1
- package/lib/components/designSystemExtensions/Operator/Operator.d.ts.map +0 -1
- package/lib/components/designSystemExtensions/Operator/Operator.js +0 -154
- package/lib/components/designSystemExtensions/Operator/Operator.js.map +0 -1
- package/lib/components/designSystemExtensions/Operator/index.d.ts.map +0 -1
- package/lib/components/designSystemExtensions/Operator/index.js.map +0 -1
- package/lib/components/designSystemExtensions/Pulse/Pulse.d.ts.map +0 -1
- package/lib/components/designSystemExtensions/Pulse/Pulse.js.map +0 -1
- package/lib/components/designSystemExtensions/Pulse/index.d.ts.map +0 -1
- package/lib/components/designSystemExtensions/Pulse/index.js.map +0 -1
- package/lib/components/forms/AutoComplete/AutoComplete.d.ts.map +0 -1
- package/lib/components/forms/AutoComplete/AutoComplete.js +0 -133
- package/lib/components/forms/AutoComplete/AutoComplete.js.map +0 -1
- package/lib/components/forms/AutoComplete/index.d.ts.map +0 -1
- package/lib/components/forms/AutoComplete/index.js.map +0 -1
- package/lib/components/forms/CancelAlert/CancelAlert.d.ts.map +0 -1
- package/lib/components/forms/CancelAlert/CancelAlert.js.map +0 -1
- package/lib/components/forms/CancelAlert/index.d.ts.map +0 -1
- package/lib/components/forms/CancelAlert/index.js.map +0 -1
- package/lib/components/forms/Checkbox/Checkbox.d.ts.map +0 -1
- package/lib/components/forms/Checkbox/Checkbox.js +0 -34
- package/lib/components/forms/Checkbox/Checkbox.js.map +0 -1
- package/lib/components/forms/Checkbox/index.d.ts.map +0 -1
- package/lib/components/forms/Checkbox/index.js.map +0 -1
- package/lib/components/forms/Currency/Currency.d.ts.map +0 -1
- package/lib/components/forms/Currency/Currency.js +0 -46
- package/lib/components/forms/Currency/Currency.js.map +0 -1
- package/lib/components/forms/Currency/index.d.ts.map +0 -1
- package/lib/components/forms/Currency/index.js.map +0 -1
- package/lib/components/forms/Date/Date.d.ts.map +0 -1
- package/lib/components/forms/Date/Date.js +0 -36
- package/lib/components/forms/Date/Date.js.map +0 -1
- package/lib/components/forms/Date/index.d.ts.map +0 -1
- package/lib/components/forms/Date/index.js.map +0 -1
- package/lib/components/forms/DateTime/DateTime.d.ts.map +0 -1
- package/lib/components/forms/DateTime/DateTime.js +0 -35
- package/lib/components/forms/DateTime/DateTime.js.map +0 -1
- package/lib/components/forms/DateTime/index.d.ts.map +0 -1
- package/lib/components/forms/DateTime/index.js.map +0 -1
- package/lib/components/forms/Decimal/Decimal.d.ts.map +0 -1
- package/lib/components/forms/Decimal/Decimal.js +0 -19
- package/lib/components/forms/Decimal/Decimal.js.map +0 -1
- package/lib/components/forms/Decimal/index.d.ts.map +0 -1
- package/lib/components/forms/Decimal/index.js.map +0 -1
- package/lib/components/forms/Dropdown/Dropdown.d.ts.map +0 -1
- package/lib/components/forms/Dropdown/Dropdown.js +0 -34
- package/lib/components/forms/Dropdown/Dropdown.js.map +0 -1
- package/lib/components/forms/Dropdown/index.d.ts.map +0 -1
- package/lib/components/forms/Dropdown/index.js.map +0 -1
- package/lib/components/forms/Email/Email.d.ts.map +0 -1
- package/lib/components/forms/Email/Email.js +0 -28
- package/lib/components/forms/Email/Email.js.map +0 -1
- package/lib/components/forms/Email/index.d.ts.map +0 -1
- package/lib/components/forms/Email/index.js.map +0 -1
- package/lib/components/forms/Integer/Integer.d.ts.map +0 -1
- package/lib/components/forms/Integer/Integer.js +0 -37
- package/lib/components/forms/Integer/Integer.js.map +0 -1
- package/lib/components/forms/Integer/index.d.ts.map +0 -1
- package/lib/components/forms/Integer/index.js.map +0 -1
- package/lib/components/forms/Percentage/Percentage.d.ts.map +0 -1
- package/lib/components/forms/Percentage/Percentage.js +0 -42
- package/lib/components/forms/Percentage/Percentage.js.map +0 -1
- package/lib/components/forms/Percentage/index.d.ts.map +0 -1
- package/lib/components/forms/Percentage/index.js.map +0 -1
- package/lib/components/forms/Phone/Phone.d.ts.map +0 -1
- package/lib/components/forms/Phone/Phone.js +0 -36
- package/lib/components/forms/Phone/Phone.js.map +0 -1
- package/lib/components/forms/Phone/index.d.ts.map +0 -1
- package/lib/components/forms/Phone/index.js.map +0 -1
- package/lib/components/forms/RadioButtons/RadioButtons.d.ts.map +0 -1
- package/lib/components/forms/RadioButtons/RadioButtons.js +0 -33
- package/lib/components/forms/RadioButtons/RadioButtons.js.map +0 -1
- package/lib/components/forms/RadioButtons/index.d.ts.map +0 -1
- package/lib/components/forms/RadioButtons/index.js.map +0 -1
- package/lib/components/forms/SemanticLink/SemanticLink.d.ts.map +0 -1
- package/lib/components/forms/SemanticLink/SemanticLink.js.map +0 -1
- package/lib/components/forms/SemanticLink/index.d.ts.map +0 -1
- package/lib/components/forms/SemanticLink/index.js.map +0 -1
- package/lib/components/forms/SemanticLink/utils.d.ts.map +0 -1
- package/lib/components/forms/SemanticLink/utils.js.map +0 -1
- package/lib/components/forms/TextArea/TextArea.d.ts.map +0 -1
- package/lib/components/forms/TextArea/TextArea.js +0 -26
- package/lib/components/forms/TextArea/TextArea.js.map +0 -1
- package/lib/components/forms/TextArea/index.d.ts.map +0 -1
- package/lib/components/forms/TextArea/index.js.map +0 -1
- package/lib/components/forms/TextContent/TextContent.d.ts.map +0 -1
- package/lib/components/forms/TextContent/TextContent.js.map +0 -1
- package/lib/components/forms/TextContent/index.d.ts.map +0 -1
- package/lib/components/forms/TextContent/index.js.map +0 -1
- package/lib/components/forms/TextInput/TextInput.d.ts.map +0 -1
- package/lib/components/forms/TextInput/TextInput.js +0 -24
- package/lib/components/forms/TextInput/TextInput.js.map +0 -1
- package/lib/components/forms/TextInput/index.d.ts.map +0 -1
- package/lib/components/forms/TextInput/index.js.map +0 -1
- package/lib/components/forms/Time/Time.d.ts.map +0 -1
- package/lib/components/forms/Time/Time.js +0 -34
- package/lib/components/forms/Time/Time.js.map +0 -1
- package/lib/components/forms/Time/index.d.ts.map +0 -1
- package/lib/components/forms/Time/index.js.map +0 -1
- package/lib/components/forms/URL/URL.d.ts.map +0 -1
- package/lib/components/forms/URL/URL.js +0 -22
- package/lib/components/forms/URL/URL.js.map +0 -1
- package/lib/components/forms/URL/index.d.ts.map +0 -1
- package/lib/components/forms/URL/index.js.map +0 -1
- package/lib/components/forms/UserReference/UserReference.d.ts.map +0 -1
- package/lib/components/forms/UserReference/UserReference.js.map +0 -1
- package/lib/components/forms/UserReference/UserReferenceUtils.d.ts.map +0 -1
- package/lib/components/forms/UserReference/UserReferenceUtils.js.map +0 -1
- package/lib/components/forms/UserReference/index.d.ts.map +0 -1
- package/lib/components/forms/UserReference/index.js.map +0 -1
- package/lib/components/templates/AppShell/AppShell.d.ts.map +0 -1
- package/lib/components/templates/AppShell/AppShell.js.map +0 -1
- package/lib/components/templates/AppShell/index.d.ts.map +0 -1
- package/lib/components/templates/AppShell/index.js.map +0 -1
- package/lib/components/templates/CaseSummary/CaseSummary.d.ts.map +0 -1
- package/lib/components/templates/CaseSummary/CaseSummary.js +0 -40
- package/lib/components/templates/CaseSummary/CaseSummary.js.map +0 -1
- package/lib/components/templates/CaseSummary/index.d.ts.map +0 -1
- package/lib/components/templates/CaseSummary/index.js.map +0 -1
- package/lib/components/templates/CaseView/CaseView.d.ts.map +0 -1
- package/lib/components/templates/CaseView/CaseView.js.map +0 -1
- package/lib/components/templates/CaseView/index.d.ts.map +0 -1
- package/lib/components/templates/CaseView/index.js.map +0 -1
- package/lib/components/templates/CaseViewActionsMenu/CaseViewActionsMenu.d.ts.map +0 -1
- package/lib/components/templates/CaseViewActionsMenu/CaseViewActionsMenu.js.map +0 -1
- package/lib/components/templates/CaseViewActionsMenu/index.d.ts.map +0 -1
- package/lib/components/templates/CaseViewActionsMenu/index.js.map +0 -1
- package/lib/components/templates/DataReference/DataReference.d.ts.map +0 -1
- package/lib/components/templates/DataReference/DataReference.js.map +0 -1
- package/lib/components/templates/DataReference/index.d.ts.map +0 -1
- package/lib/components/templates/DataReference/index.js.map +0 -1
- package/lib/components/templates/DefaultForm/DefaultForm.d.ts.map +0 -1
- package/lib/components/templates/DefaultForm/DefaultForm.js.map +0 -1
- package/lib/components/templates/DefaultForm/index.d.ts.map +0 -1
- package/lib/components/templates/DefaultForm/index.js.map +0 -1
- package/lib/components/templates/Details/Details/Details.d.ts.map +0 -1
- package/lib/components/templates/Details/Details/Details.js +0 -26
- package/lib/components/templates/Details/Details/Details.js.map +0 -1
- package/lib/components/templates/Details/Details/index.d.ts.map +0 -1
- package/lib/components/templates/Details/Details/index.js.map +0 -1
- package/lib/components/templates/Details/DetailsSubTabs/DetailsSubTabs.d.ts.map +0 -1
- package/lib/components/templates/Details/DetailsSubTabs/DetailsSubTabs.js.map +0 -1
- package/lib/components/templates/Details/DetailsSubTabs/index.d.ts.map +0 -1
- package/lib/components/templates/Details/DetailsSubTabs/index.js.map +0 -1
- package/lib/components/templates/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts.map +0 -1
- package/lib/components/templates/Details/DetailsThreeColumn/DetailsThreeColumn.js +0 -34
- package/lib/components/templates/Details/DetailsThreeColumn/DetailsThreeColumn.js.map +0 -1
- package/lib/components/templates/Details/DetailsThreeColumn/index.d.ts.map +0 -1
- package/lib/components/templates/Details/DetailsThreeColumn/index.js.map +0 -1
- package/lib/components/templates/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts.map +0 -1
- package/lib/components/templates/Details/DetailsTwoColumn/DetailsTwoColumn.js +0 -32
- package/lib/components/templates/Details/DetailsTwoColumn/DetailsTwoColumn.js.map +0 -1
- package/lib/components/templates/Details/DetailsTwoColumn/index.d.ts.map +0 -1
- package/lib/components/templates/Details/DetailsTwoColumn/index.js.map +0 -1
- package/lib/components/templates/FieldGroupTemplate/FieldGroupTemplate.d.ts.map +0 -1
- package/lib/components/templates/FieldGroupTemplate/FieldGroupTemplate.js +0 -78
- package/lib/components/templates/FieldGroupTemplate/FieldGroupTemplate.js.map +0 -1
- package/lib/components/templates/FieldGroupTemplate/index.d.ts.map +0 -1
- package/lib/components/templates/FieldGroupTemplate/index.js.map +0 -1
- package/lib/components/templates/InlineDashboard/InlineDashboard.d.ts.map +0 -1
- package/lib/components/templates/InlineDashboard/InlineDashboard.js.map +0 -1
- package/lib/components/templates/InlineDashboard/index.d.ts.map +0 -1
- package/lib/components/templates/InlineDashboard/index.js.map +0 -1
- package/lib/components/templates/InlineDashboardPage/InlineDashboardPage.d.ts.map +0 -1
- package/lib/components/templates/InlineDashboardPage/InlineDashboardPage.js.map +0 -1
- package/lib/components/templates/InlineDashboardPage/index.d.ts.map +0 -1
- package/lib/components/templates/InlineDashboardPage/index.js.map +0 -1
- package/lib/components/templates/ListPage/ListPage.d.ts.map +0 -1
- package/lib/components/templates/ListPage/ListPage.js.map +0 -1
- package/lib/components/templates/ListPage/index.d.ts.map +0 -1
- package/lib/components/templates/ListPage/index.js.map +0 -1
- package/lib/components/templates/ListView/ListView.d.ts.map +0 -1
- package/lib/components/templates/ListView/ListView.js +0 -842
- package/lib/components/templates/ListView/ListView.js.map +0 -1
- package/lib/components/templates/ListView/index.d.ts.map +0 -1
- package/lib/components/templates/ListView/index.js.map +0 -1
- package/lib/components/templates/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts.map +0 -1
- package/lib/components/templates/MultiReferenceReadOnly/MultiReferenceReadOnly.js.map +0 -1
- package/lib/components/templates/MultiReferenceReadOnly/index.d.ts.map +0 -1
- package/lib/components/templates/MultiReferenceReadOnly/index.js.map +0 -1
- package/lib/components/templates/NarrowWide/NarrowWide/NarrowWide.d.ts.map +0 -1
- package/lib/components/templates/NarrowWide/NarrowWide/NarrowWide.js.map +0 -1
- package/lib/components/templates/NarrowWide/NarrowWide/index.d.ts.map +0 -1
- package/lib/components/templates/NarrowWide/NarrowWide/index.js.map +0 -1
- package/lib/components/templates/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts.map +0 -1
- package/lib/components/templates/NarrowWide/NarrowWideDetails/NarrowWideDetails.js +0 -35
- package/lib/components/templates/NarrowWide/NarrowWideDetails/NarrowWideDetails.js.map +0 -1
- package/lib/components/templates/NarrowWide/NarrowWideDetails/index.d.ts.map +0 -1
- package/lib/components/templates/NarrowWide/NarrowWideDetails/index.js.map +0 -1
- package/lib/components/templates/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts.map +0 -1
- package/lib/components/templates/NarrowWide/NarrowWideForm/NarrowWideForm.js.map +0 -1
- package/lib/components/templates/NarrowWide/NarrowWideForm/index.d.ts.map +0 -1
- package/lib/components/templates/NarrowWide/NarrowWideForm/index.js.map +0 -1
- package/lib/components/templates/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts.map +0 -1
- package/lib/components/templates/NarrowWide/NarrowWidePage/NarrowWidePage.js.map +0 -1
- package/lib/components/templates/NarrowWide/NarrowWidePage/index.d.ts.map +0 -1
- package/lib/components/templates/NarrowWide/NarrowWidePage/index.js.map +0 -1
- package/lib/components/templates/OneColumn/OneColumn/OneColumn.d.ts.map +0 -1
- package/lib/components/templates/OneColumn/OneColumn/OneColumn.js.map +0 -1
- package/lib/components/templates/OneColumn/OneColumn/index.d.ts.map +0 -1
- package/lib/components/templates/OneColumn/OneColumn/index.js.map +0 -1
- package/lib/components/templates/OneColumn/OneColumnPage/OneColumnPage.d.ts.map +0 -1
- package/lib/components/templates/OneColumn/OneColumnPage/OneColumnPage.js.map +0 -1
- package/lib/components/templates/OneColumn/OneColumnPage/index.d.ts.map +0 -1
- package/lib/components/templates/OneColumn/OneColumnPage/index.js.map +0 -1
- package/lib/components/templates/OneColumn/OneColumnTab/OneColumnTab.d.ts.map +0 -1
- package/lib/components/templates/OneColumn/OneColumnTab/OneColumnTab.js.map +0 -1
- package/lib/components/templates/OneColumn/OneColumnTab/index.d.ts.map +0 -1
- package/lib/components/templates/OneColumn/OneColumnTab/index.js.map +0 -1
- package/lib/components/templates/PromotedFilters/PromotedFilters.d.ts +0 -17
- package/lib/components/templates/PromotedFilters/PromotedFilters.d.ts.map +0 -1
- package/lib/components/templates/PromotedFilters/PromotedFilters.js +0 -130
- package/lib/components/templates/PromotedFilters/PromotedFilters.js.map +0 -1
- package/lib/components/templates/PromotedFilters/index.d.ts.map +0 -1
- package/lib/components/templates/PromotedFilters/index.js.map +0 -1
- package/lib/components/templates/SimpleTable/SimpleTable/SimpleTable.d.ts.map +0 -1
- package/lib/components/templates/SimpleTable/SimpleTable/SimpleTable.js +0 -26
- package/lib/components/templates/SimpleTable/SimpleTable/SimpleTable.js.map +0 -1
- package/lib/components/templates/SimpleTable/SimpleTable/index.d.ts.map +0 -1
- package/lib/components/templates/SimpleTable/SimpleTable/index.js.map +0 -1
- package/lib/components/templates/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts.map +0 -1
- package/lib/components/templates/SimpleTable/SimpleTableManual/SimpleTableManual.js.map +0 -1
- package/lib/components/templates/SimpleTable/SimpleTableManual/index.d.ts.map +0 -1
- package/lib/components/templates/SimpleTable/SimpleTableManual/index.js.map +0 -1
- package/lib/components/templates/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts.map +0 -1
- package/lib/components/templates/SimpleTable/SimpleTableSelect/SimpleTableSelect.js +0 -105
- package/lib/components/templates/SimpleTable/SimpleTableSelect/SimpleTableSelect.js.map +0 -1
- package/lib/components/templates/SimpleTable/SimpleTableSelect/index.d.ts.map +0 -1
- package/lib/components/templates/SimpleTable/SimpleTableSelect/index.js.map +0 -1
- package/lib/components/templates/SimpleTable/simpleTableHelpers.d.ts.map +0 -1
- package/lib/components/templates/SimpleTable/simpleTableHelpers.js.map +0 -1
- package/lib/components/templates/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts.map +0 -1
- package/lib/components/templates/SingleReferenceReadOnly/SingleReferenceReadOnly.js.map +0 -1
- package/lib/components/templates/SingleReferenceReadOnly/index.d.ts.map +0 -1
- package/lib/components/templates/SingleReferenceReadOnly/index.js.map +0 -1
- package/lib/components/templates/SubTabs/SubTabs.d.ts.map +0 -1
- package/lib/components/templates/SubTabs/SubTabs.js.map +0 -1
- package/lib/components/templates/SubTabs/index.d.ts.map +0 -1
- package/lib/components/templates/SubTabs/index.js.map +0 -1
- package/lib/components/templates/SubTabs/tabUtils.d.ts.map +0 -1
- package/lib/components/templates/SubTabs/tabUtils.js.map +0 -1
- package/lib/components/templates/TwoColumn/TwoColumn/TwoColumn.d.ts.map +0 -1
- package/lib/components/templates/TwoColumn/TwoColumn/TwoColumn.js.map +0 -1
- package/lib/components/templates/TwoColumn/TwoColumn/index.d.ts.map +0 -1
- package/lib/components/templates/TwoColumn/TwoColumn/index.js.map +0 -1
- package/lib/components/templates/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts.map +0 -1
- package/lib/components/templates/TwoColumn/TwoColumnPage/TwoColumnPage.js.map +0 -1
- package/lib/components/templates/TwoColumn/TwoColumnPage/index.d.ts.map +0 -1
- package/lib/components/templates/TwoColumn/TwoColumnPage/index.js.map +0 -1
- package/lib/components/templates/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts.map +0 -1
- package/lib/components/templates/TwoColumn/TwoColumnTab/TwoColumnTab.js.map +0 -1
- package/lib/components/templates/TwoColumn/TwoColumnTab/index.d.ts.map +0 -1
- package/lib/components/templates/TwoColumn/TwoColumnTab/index.js.map +0 -1
- package/lib/components/templates/WideNarrow/WideNarrow/WideNarrow.d.ts.map +0 -1
- package/lib/components/templates/WideNarrow/WideNarrow/WideNarrow.js.map +0 -1
- package/lib/components/templates/WideNarrow/WideNarrow/index.d.ts.map +0 -1
- package/lib/components/templates/WideNarrow/WideNarrow/index.js.map +0 -1
- package/lib/components/templates/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts.map +0 -1
- package/lib/components/templates/WideNarrow/WideNarrowDetails/WideNarrowDetails.js +0 -35
- package/lib/components/templates/WideNarrow/WideNarrowDetails/WideNarrowDetails.js.map +0 -1
- package/lib/components/templates/WideNarrow/WideNarrowDetails/index.d.ts.map +0 -1
- package/lib/components/templates/WideNarrow/WideNarrowDetails/index.js.map +0 -1
- package/lib/components/templates/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts.map +0 -1
- package/lib/components/templates/WideNarrow/WideNarrowForm/WideNarrowForm.js.map +0 -1
- package/lib/components/templates/WideNarrow/WideNarrowForm/index.d.ts.map +0 -1
- package/lib/components/templates/WideNarrow/WideNarrowForm/index.js.map +0 -1
- package/lib/components/templates/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts.map +0 -1
- package/lib/components/templates/WideNarrow/WideNarrowPage/WideNarrowPage.js.map +0 -1
- package/lib/components/templates/WideNarrow/WideNarrowPage/index.d.ts.map +0 -1
- package/lib/components/templates/WideNarrow/WideNarrowPage/index.js.map +0 -1
- package/lib/components/templates/utils.d.ts.map +0 -1
- package/lib/components/templates/utils.js +0 -22
- package/lib/components/templates/utils.js.map +0 -1
- package/lib/components/widgets/AppAnnouncement/AppAnnouncement.d.ts.map +0 -1
- package/lib/components/widgets/AppAnnouncement/AppAnnouncement.js.map +0 -1
- package/lib/components/widgets/AppAnnouncement/index.d.ts.map +0 -1
- package/lib/components/widgets/AppAnnouncement/index.js.map +0 -1
- package/lib/components/widgets/Attachment/Attachment.d.ts.map +0 -1
- package/lib/components/widgets/Attachment/Attachment.js +0 -370
- package/lib/components/widgets/Attachment/Attachment.js.map +0 -1
- package/lib/components/widgets/Attachment/index.d.ts.map +0 -1
- package/lib/components/widgets/Attachment/index.js.map +0 -1
- package/lib/components/widgets/CaseHistory/CaseHistory.d.ts.map +0 -1
- package/lib/components/widgets/CaseHistory/CaseHistory.js.map +0 -1
- package/lib/components/widgets/CaseHistory/index.d.ts.map +0 -1
- package/lib/components/widgets/CaseHistory/index.js.map +0 -1
- package/lib/components/widgets/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.d.ts.map +0 -1
- package/lib/components/widgets/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js.map +0 -1
- package/lib/components/widgets/FileUtility/ActionButtonsForFileUtil/index.d.ts.map +0 -1
- package/lib/components/widgets/FileUtility/ActionButtonsForFileUtil/index.js.map +0 -1
- package/lib/components/widgets/FileUtility/FileUtility/FileUtility.d.ts.map +0 -1
- package/lib/components/widgets/FileUtility/FileUtility/FileUtility.js.map +0 -1
- package/lib/components/widgets/FileUtility/FileUtility/index.d.ts.map +0 -1
- package/lib/components/widgets/FileUtility/FileUtility/index.js.map +0 -1
- package/lib/components/widgets/Followers/Followers.d.ts.map +0 -1
- package/lib/components/widgets/Followers/Followers.js.map +0 -1
- package/lib/components/widgets/Followers/index.d.ts.map +0 -1
- package/lib/components/widgets/Followers/index.js.map +0 -1
- package/lib/components/widgets/SummaryItem/SummaryItem.d.ts.map +0 -1
- package/lib/components/widgets/SummaryItem/SummaryItem.js.map +0 -1
- package/lib/components/widgets/SummaryItem/index.d.ts.map +0 -1
- package/lib/components/widgets/SummaryItem/index.js.map +0 -1
- package/lib/components/widgets/SummaryList/SummaryList.d.ts.map +0 -1
- package/lib/components/widgets/SummaryList/SummaryList.js.map +0 -1
- package/lib/components/widgets/SummaryList/index.d.ts.map +0 -1
- package/lib/components/widgets/SummaryList/index.js.map +0 -1
- package/lib/components/widgets/ToDo/ToDo.d.ts.map +0 -1
- package/lib/components/widgets/ToDo/ToDo.js.map +0 -1
- package/lib/components/widgets/ToDo/index.d.ts.map +0 -1
- package/lib/components/widgets/ToDo/index.js.map +0 -1
- /package/lib/components/{designSystemExtensions → designSystemExtension}/CaseSummaryFields/CaseSummaryFields.css +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/CaseSummaryFields/index.d.ts +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/CaseSummaryFields/index.js +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/DetailsFields/DetailsFields.d.ts +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/DetailsFields/index.d.ts +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/DetailsFields/index.js +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroup/FieldGroup.d.ts +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroup/FieldGroup.js +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroup/index.d.ts +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroup/index.js +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroupList/FieldGroupList.d.ts +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroupList/FieldGroupList.js +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroupList/index.d.ts +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroupList/index.js +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldValueList/FieldValueList.d.ts +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldValueList/FieldValueList.js +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldValueList/index.d.ts +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldValueList/index.js +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/Operator/Operator.d.ts +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/Operator/index.d.ts +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/Operator/index.js +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/Pulse/Pulse.d.ts +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/Pulse/Pulse.js +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/Pulse/index.d.ts +0 -0
- /package/lib/components/{designSystemExtensions → designSystemExtension}/Pulse/index.js +0 -0
- /package/lib/components/{forms → field}/AutoComplete/AutoComplete.d.ts +0 -0
- /package/lib/components/{forms → field}/AutoComplete/index.d.ts +0 -0
- /package/lib/components/{forms → field}/AutoComplete/index.js +0 -0
- /package/lib/components/{forms → field}/CancelAlert/CancelAlert.css +0 -0
- /package/lib/components/{forms → field}/CancelAlert/CancelAlert.d.ts +0 -0
- /package/lib/components/{forms → field}/CancelAlert/CancelAlert.js +0 -0
- /package/lib/components/{forms → field}/CancelAlert/index.d.ts +0 -0
- /package/lib/components/{forms → field}/CancelAlert/index.js +0 -0
- /package/lib/components/{forms → field}/Checkbox/Checkbox.d.ts +0 -0
- /package/lib/components/{forms → field}/Checkbox/index.d.ts +0 -0
- /package/lib/components/{forms → field}/Checkbox/index.js +0 -0
- /package/lib/components/{forms → field}/Currency/Currency.d.ts +0 -0
- /package/lib/components/{forms → field}/Currency/index.d.ts +0 -0
- /package/lib/components/{forms → field}/Currency/index.js +0 -0
- /package/lib/components/{forms → field}/Date/Date.d.ts +0 -0
- /package/lib/components/{forms → field}/Date/index.d.ts +0 -0
- /package/lib/components/{forms → field}/Date/index.js +0 -0
- /package/lib/components/{forms → field}/DateTime/DateTime.d.ts +0 -0
- /package/lib/components/{forms → field}/DateTime/index.d.ts +0 -0
- /package/lib/components/{forms → field}/DateTime/index.js +0 -0
- /package/lib/components/{forms → field}/Decimal/Decimal.d.ts +0 -0
- /package/lib/components/{forms → field}/Decimal/index.d.ts +0 -0
- /package/lib/components/{forms → field}/Decimal/index.js +0 -0
- /package/lib/components/{forms → field}/Dropdown/Dropdown.d.ts +0 -0
- /package/lib/components/{forms → field}/Dropdown/index.d.ts +0 -0
- /package/lib/components/{forms → field}/Dropdown/index.js +0 -0
- /package/lib/components/{forms → field}/Email/Email.d.ts +0 -0
- /package/lib/components/{forms → field}/Email/index.d.ts +0 -0
- /package/lib/components/{forms → field}/Email/index.js +0 -0
- /package/lib/components/{forms → field}/Integer/Integer.d.ts +0 -0
- /package/lib/components/{forms → field}/Integer/index.d.ts +0 -0
- /package/lib/components/{forms → field}/Integer/index.js +0 -0
- /package/lib/components/{forms → field}/Percentage/Percentage.d.ts +0 -0
- /package/lib/components/{forms → field}/Percentage/index.d.ts +0 -0
- /package/lib/components/{forms → field}/Percentage/index.js +0 -0
- /package/lib/components/{forms → field}/Phone/Phone.d.ts +0 -0
- /package/lib/components/{forms → field}/Phone/index.d.ts +0 -0
- /package/lib/components/{forms → field}/Phone/index.js +0 -0
- /package/lib/components/{forms → field}/RadioButtons/RadioButtons.d.ts +0 -0
- /package/lib/components/{forms → field}/RadioButtons/index.d.ts +0 -0
- /package/lib/components/{forms → field}/RadioButtons/index.js +0 -0
- /package/lib/components/{forms → field}/SemanticLink/SemanticLink.d.ts +0 -0
- /package/lib/components/{forms → field}/SemanticLink/SemanticLink.js +0 -0
- /package/lib/components/{forms → field}/SemanticLink/index.d.ts +0 -0
- /package/lib/components/{forms → field}/SemanticLink/index.js +0 -0
- /package/lib/components/{forms → field}/SemanticLink/utils.d.ts +0 -0
- /package/lib/components/{forms → field}/SemanticLink/utils.js +0 -0
- /package/lib/components/{forms → field}/TextArea/TextArea.d.ts +0 -0
- /package/lib/components/{forms → field}/TextArea/index.d.ts +0 -0
- /package/lib/components/{forms → field}/TextArea/index.js +0 -0
- /package/lib/components/{forms → field}/TextContent/TextContent.d.ts +0 -0
- /package/lib/components/{forms → field}/TextContent/TextContent.js +0 -0
- /package/lib/components/{forms → field}/TextContent/index.d.ts +0 -0
- /package/lib/components/{forms → field}/TextContent/index.js +0 -0
- /package/lib/components/{forms → field}/TextInput/TextInput.d.ts +0 -0
- /package/lib/components/{forms → field}/TextInput/index.d.ts +0 -0
- /package/lib/components/{forms → field}/TextInput/index.js +0 -0
- /package/lib/components/{forms → field}/Time/Time.d.ts +0 -0
- /package/lib/components/{forms → field}/Time/index.d.ts +0 -0
- /package/lib/components/{forms → field}/Time/index.js +0 -0
- /package/lib/components/{forms → field}/URL/URL.d.ts +0 -0
- /package/lib/components/{forms → field}/URL/index.d.ts +0 -0
- /package/lib/components/{forms → field}/URL/index.js +0 -0
- /package/lib/components/{forms → field}/UserReference/UserReference.d.ts +0 -0
- /package/lib/components/{forms → field}/UserReference/UserReference.js +0 -0
- /package/lib/components/{forms → field}/UserReference/UserReferenceUtils.d.ts +0 -0
- /package/lib/components/{forms → field}/UserReference/UserReferenceUtils.js +0 -0
- /package/lib/components/{forms → field}/UserReference/index.d.ts +0 -0
- /package/lib/components/{forms → field}/UserReference/index.js +0 -0
- /package/lib/components/{templates → template}/AppShell/AppShell.css +0 -0
- /package/lib/components/{templates → template}/AppShell/AppShell.d.ts +0 -0
- /package/lib/components/{templates → template}/AppShell/AppShell.js +0 -0
- /package/lib/components/{templates → template}/AppShell/index.d.ts +0 -0
- /package/lib/components/{templates → template}/AppShell/index.js +0 -0
- /package/lib/components/{templates → template}/CaseSummary/CaseSummary.d.ts +0 -0
- /package/lib/components/{templates → template}/CaseSummary/index.d.ts +0 -0
- /package/lib/components/{templates → template}/CaseSummary/index.js +0 -0
- /package/lib/components/{templates → template}/CaseView/CaseView.d.ts +0 -0
- /package/lib/components/{templates → template}/CaseView/CaseView.js +0 -0
- /package/lib/components/{templates → template}/CaseView/index.d.ts +0 -0
- /package/lib/components/{templates → template}/CaseView/index.js +0 -0
- /package/lib/components/{templates → template}/CaseViewActionsMenu/CaseViewActionsMenu.d.ts +0 -0
- /package/lib/components/{templates → template}/CaseViewActionsMenu/CaseViewActionsMenu.js +0 -0
- /package/lib/components/{templates → template}/CaseViewActionsMenu/index.d.ts +0 -0
- /package/lib/components/{templates → template}/CaseViewActionsMenu/index.js +0 -0
- /package/lib/components/{templates → template}/DataReference/DataReference.d.ts +0 -0
- /package/lib/components/{templates → template}/DataReference/DataReference.js +0 -0
- /package/lib/components/{templates → template}/DataReference/index.d.ts +0 -0
- /package/lib/components/{templates → template}/DataReference/index.js +0 -0
- /package/lib/components/{templates → template}/DefaultForm/DefaultForm.css +0 -0
- /package/lib/components/{templates → template}/DefaultForm/DefaultForm.d.ts +0 -0
- /package/lib/components/{templates → template}/DefaultForm/DefaultForm.js +0 -0
- /package/lib/components/{templates → template}/DefaultForm/index.d.ts +0 -0
- /package/lib/components/{templates → template}/DefaultForm/index.js +0 -0
- /package/lib/components/{templates → template}/Details/Details/Details.d.ts +0 -0
- /package/lib/components/{templates → template}/Details/Details/index.d.ts +0 -0
- /package/lib/components/{templates → template}/Details/Details/index.js +0 -0
- /package/lib/components/{templates → template}/Details/DetailsSubTabs/DetailsSubTabs.d.ts +0 -0
- /package/lib/components/{templates → template}/Details/DetailsSubTabs/DetailsSubTabs.js +0 -0
- /package/lib/components/{templates → template}/Details/DetailsSubTabs/index.d.ts +0 -0
- /package/lib/components/{templates → template}/Details/DetailsSubTabs/index.js +0 -0
- /package/lib/components/{templates → template}/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts +0 -0
- /package/lib/components/{templates → template}/Details/DetailsThreeColumn/index.d.ts +0 -0
- /package/lib/components/{templates → template}/Details/DetailsThreeColumn/index.js +0 -0
- /package/lib/components/{templates → template}/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts +0 -0
- /package/lib/components/{templates → template}/Details/DetailsTwoColumn/index.d.ts +0 -0
- /package/lib/components/{templates → template}/Details/DetailsTwoColumn/index.js +0 -0
- /package/lib/components/{templates → template}/FieldGroupTemplate/FieldGroupTemplate.d.ts +0 -0
- /package/lib/components/{templates → template}/FieldGroupTemplate/index.d.ts +0 -0
- /package/lib/components/{templates → template}/FieldGroupTemplate/index.js +0 -0
- /package/lib/components/{templates → template}/InlineDashboard/InlineDashboard.d.ts +0 -0
- /package/lib/components/{templates → template}/InlineDashboard/InlineDashboard.js +0 -0
- /package/lib/components/{templates → template}/InlineDashboard/index.d.ts +0 -0
- /package/lib/components/{templates → template}/InlineDashboard/index.js +0 -0
- /package/lib/components/{templates → template}/InlineDashboardPage/InlineDashboardPage.d.ts +0 -0
- /package/lib/components/{templates → template}/InlineDashboardPage/InlineDashboardPage.js +0 -0
- /package/lib/components/{templates → template}/InlineDashboardPage/index.d.ts +0 -0
- /package/lib/components/{templates → template}/InlineDashboardPage/index.js +0 -0
- /package/lib/components/{templates → template}/ListPage/ListPage.d.ts +0 -0
- /package/lib/components/{templates → template}/ListPage/ListPage.js +0 -0
- /package/lib/components/{templates → template}/ListPage/index.d.ts +0 -0
- /package/lib/components/{templates → template}/ListPage/index.js +0 -0
- /package/lib/components/{templates → template}/ListView/ListView.css +0 -0
- /package/lib/components/{templates → template}/ListView/ListView.d.ts +0 -0
- /package/lib/components/{templates → template}/ListView/index.d.ts +0 -0
- /package/lib/components/{templates → template}/ListView/index.js +0 -0
- /package/lib/components/{templates → template}/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts +0 -0
- /package/lib/components/{templates → template}/MultiReferenceReadOnly/MultiReferenceReadOnly.js +0 -0
- /package/lib/components/{templates → template}/MultiReferenceReadOnly/index.d.ts +0 -0
- /package/lib/components/{templates → template}/MultiReferenceReadOnly/index.js +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWide/NarrowWide.css +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWide/NarrowWide.d.ts +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWide/NarrowWide.js +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWide/index.d.ts +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWide/index.js +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWideDetails/index.d.ts +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWideDetails/index.js +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWideForm/NarrowWideForm.css +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWideForm/NarrowWideForm.js +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWideForm/index.d.ts +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWideForm/index.js +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWidePage/NarrowWidePage.js +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWidePage/index.d.ts +0 -0
- /package/lib/components/{templates → template}/NarrowWide/NarrowWidePage/index.js +0 -0
- /package/lib/components/{templates → template}/OneColumn/OneColumn/OneColumn.d.ts +0 -0
- /package/lib/components/{templates → template}/OneColumn/OneColumn/OneColumn.js +0 -0
- /package/lib/components/{templates → template}/OneColumn/OneColumn/index.d.ts +0 -0
- /package/lib/components/{templates → template}/OneColumn/OneColumn/index.js +0 -0
- /package/lib/components/{templates → template}/OneColumn/OneColumnPage/OneColumnPage.d.ts +0 -0
- /package/lib/components/{templates → template}/OneColumn/OneColumnPage/OneColumnPage.js +0 -0
- /package/lib/components/{templates → template}/OneColumn/OneColumnPage/index.d.ts +0 -0
- /package/lib/components/{templates → template}/OneColumn/OneColumnPage/index.js +0 -0
- /package/lib/components/{templates → template}/OneColumn/OneColumnTab/OneColumnTab.d.ts +0 -0
- /package/lib/components/{templates → template}/OneColumn/OneColumnTab/OneColumnTab.js +0 -0
- /package/lib/components/{templates → template}/OneColumn/OneColumnTab/index.d.ts +0 -0
- /package/lib/components/{templates → template}/OneColumn/OneColumnTab/index.js +0 -0
- /package/lib/components/{templates → template}/PromotedFilters/PromotedFilters.css +0 -0
- /package/lib/components/{templates → template}/PromotedFilters/index.d.ts +0 -0
- /package/lib/components/{templates → template}/PromotedFilters/index.js +0 -0
- /package/lib/components/{templates → template}/SimpleTable/SimpleTable/SimpleTable.d.ts +0 -0
- /package/lib/components/{templates → template}/SimpleTable/SimpleTable/index.d.ts +0 -0
- /package/lib/components/{templates → template}/SimpleTable/SimpleTable/index.js +0 -0
- /package/lib/components/{templates → template}/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts +0 -0
- /package/lib/components/{templates → template}/SimpleTable/SimpleTableManual/SimpleTableManual.js +0 -0
- /package/lib/components/{templates → template}/SimpleTable/SimpleTableManual/index.d.ts +0 -0
- /package/lib/components/{templates → template}/SimpleTable/SimpleTableManual/index.js +0 -0
- /package/lib/components/{templates → template}/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts +0 -0
- /package/lib/components/{templates → template}/SimpleTable/SimpleTableSelect/index.d.ts +0 -0
- /package/lib/components/{templates → template}/SimpleTable/SimpleTableSelect/index.js +0 -0
- /package/lib/components/{templates → template}/SimpleTable/simpleTableHelpers.d.ts +0 -0
- /package/lib/components/{templates → template}/SimpleTable/simpleTableHelpers.js +0 -0
- /package/lib/components/{templates → template}/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts +0 -0
- /package/lib/components/{templates → template}/SingleReferenceReadOnly/SingleReferenceReadOnly.js +0 -0
- /package/lib/components/{templates → template}/SingleReferenceReadOnly/index.d.ts +0 -0
- /package/lib/components/{templates → template}/SingleReferenceReadOnly/index.js +0 -0
- /package/lib/components/{templates → template}/SubTabs/SubTabs.d.ts +0 -0
- /package/lib/components/{templates → template}/SubTabs/SubTabs.js +0 -0
- /package/lib/components/{templates → template}/SubTabs/index.d.ts +0 -0
- /package/lib/components/{templates → template}/SubTabs/index.js +0 -0
- /package/lib/components/{templates → template}/SubTabs/tabUtils.d.ts +0 -0
- /package/lib/components/{templates → template}/SubTabs/tabUtils.js +0 -0
- /package/lib/components/{templates → template}/TwoColumn/TwoColumn/TwoColumn.css +0 -0
- /package/lib/components/{templates → template}/TwoColumn/TwoColumn/TwoColumn.d.ts +0 -0
- /package/lib/components/{templates → template}/TwoColumn/TwoColumn/TwoColumn.js +0 -0
- /package/lib/components/{templates → template}/TwoColumn/TwoColumn/index.d.ts +0 -0
- /package/lib/components/{templates → template}/TwoColumn/TwoColumn/index.js +0 -0
- /package/lib/components/{templates → template}/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts +0 -0
- /package/lib/components/{templates → template}/TwoColumn/TwoColumnPage/TwoColumnPage.js +0 -0
- /package/lib/components/{templates → template}/TwoColumn/TwoColumnPage/index.d.ts +0 -0
- /package/lib/components/{templates → template}/TwoColumn/TwoColumnPage/index.js +0 -0
- /package/lib/components/{templates → template}/TwoColumn/TwoColumnTab/TwoColumnTab.css +0 -0
- /package/lib/components/{templates → template}/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts +0 -0
- /package/lib/components/{templates → template}/TwoColumn/TwoColumnTab/TwoColumnTab.js +0 -0
- /package/lib/components/{templates → template}/TwoColumn/TwoColumnTab/index.d.ts +0 -0
- /package/lib/components/{templates → template}/TwoColumn/TwoColumnTab/index.js +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrow/WideNarrow.css +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrow/WideNarrow.d.ts +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrow/WideNarrow.js +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrow/index.d.ts +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrow/index.js +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrowDetails/index.d.ts +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrowDetails/index.js +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrowForm/WideNarrowForm.css +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrowForm/WideNarrowForm.js +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrowForm/index.d.ts +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrowForm/index.js +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrowPage/WideNarrowPage.js +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrowPage/index.d.ts +0 -0
- /package/lib/components/{templates → template}/WideNarrow/WideNarrowPage/index.js +0 -0
- /package/lib/components/{templates → template}/utils.d.ts +0 -0
- /package/lib/components/{widgets → widget}/AppAnnouncement/AppAnnouncement.d.ts +0 -0
- /package/lib/components/{widgets → widget}/AppAnnouncement/AppAnnouncement.js +0 -0
- /package/lib/components/{widgets → widget}/AppAnnouncement/index.d.ts +0 -0
- /package/lib/components/{widgets → widget}/AppAnnouncement/index.js +0 -0
- /package/lib/components/{widgets → widget}/Attachment/Attachment.css +0 -0
- /package/lib/components/{widgets → widget}/Attachment/Attachment.d.ts +0 -0
- /package/lib/components/{widgets → widget}/Attachment/index.d.ts +0 -0
- /package/lib/components/{widgets → widget}/Attachment/index.js +0 -0
- /package/lib/components/{widgets → widget}/CaseHistory/CaseHistory.d.ts +0 -0
- /package/lib/components/{widgets → widget}/CaseHistory/CaseHistory.js +0 -0
- /package/lib/components/{widgets → widget}/CaseHistory/index.d.ts +0 -0
- /package/lib/components/{widgets → widget}/CaseHistory/index.js +0 -0
- /package/lib/components/{widgets → widget}/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.css +0 -0
- /package/lib/components/{widgets → widget}/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.d.ts +0 -0
- /package/lib/components/{widgets → widget}/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js +0 -0
- /package/lib/components/{widgets → widget}/FileUtility/ActionButtonsForFileUtil/index.d.ts +0 -0
- /package/lib/components/{widgets → widget}/FileUtility/ActionButtonsForFileUtil/index.js +0 -0
- /package/lib/components/{widgets → widget}/FileUtility/FileUtility/FileUtility.css +0 -0
- /package/lib/components/{widgets → widget}/FileUtility/FileUtility/FileUtility.d.ts +0 -0
- /package/lib/components/{widgets → widget}/FileUtility/FileUtility/FileUtility.js +0 -0
- /package/lib/components/{widgets → widget}/FileUtility/FileUtility/index.d.ts +0 -0
- /package/lib/components/{widgets → widget}/FileUtility/FileUtility/index.js +0 -0
- /package/lib/components/{widgets → widget}/Followers/Followers.d.ts +0 -0
- /package/lib/components/{widgets → widget}/Followers/Followers.js +0 -0
- /package/lib/components/{widgets → widget}/Followers/index.d.ts +0 -0
- /package/lib/components/{widgets → widget}/Followers/index.js +0 -0
- /package/lib/components/{widgets → widget}/SummaryItem/SummaryItem.css +0 -0
- /package/lib/components/{widgets → widget}/SummaryItem/SummaryItem.d.ts +0 -0
- /package/lib/components/{widgets → widget}/SummaryItem/SummaryItem.js +0 -0
- /package/lib/components/{widgets → widget}/SummaryItem/index.d.ts +0 -0
- /package/lib/components/{widgets → widget}/SummaryItem/index.js +0 -0
- /package/lib/components/{widgets → widget}/SummaryList/SummaryList.d.ts +0 -0
- /package/lib/components/{widgets → widget}/SummaryList/SummaryList.js +0 -0
- /package/lib/components/{widgets → widget}/SummaryList/index.d.ts +0 -0
- /package/lib/components/{widgets → widget}/SummaryList/index.js +0 -0
- /package/lib/components/{widgets → widget}/ToDo/ToDo.css +0 -0
- /package/lib/components/{widgets → widget}/ToDo/ToDo.d.ts +0 -0
- /package/lib/components/{widgets → widget}/ToDo/ToDo.js +0 -0
- /package/lib/components/{widgets → widget}/ToDo/index.d.ts +0 -0
- /package/lib/components/{widgets → widget}/ToDo/index.js +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FileUtility.js","sourceRoot":"","sources":["../../../../../src/components/widgets/FileUtility/FileUtility/FileUtility.tsx"],"names":[],"mappings":"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","sourcesContent":["import React, { useEffect, useState } from \"react\";\nimport TextField from '@material-ui/core/TextField';\nimport { Utils } from '../../../helpers/utils';\nimport download from \"downloadjs\";\nimport SummaryList from '../../SummaryList';\nimport ActionButtonsForFileUtil from '../ActionButtonsForFileUtil';\nimport './FileUtility.css';\nimport { IconButton, Menu, MenuItem } from '@material-ui/core';\nimport MoreVertIcon from '@material-ui/icons/MoreVert';\nimport { Button } from '@material-ui/core';\nimport { validateMaxSize } from '../../../helpers/attachmentHelpers';\nimport { CircularProgress } from \"@material-ui/core\";\n\ndeclare const PCore;\n\nexport default function FileUtility(props) {\n const { getPConnect } = props;\n const thePConn = getPConnect();\n const required = true;\n const listTemp = {\n data: [],\n count: 0\n };\n const [list, setList] = useState(listTemp);\n const headerSvgIcon$ = Utils.getImageSrc('paper-clip', PCore.getAssetLoader().getStaticServerUrl());\n const closeSvgIcon = Utils.getImageSrc(\"times\", PCore.getAssetLoader().getStaticServerUrl());\n const configProps: any = thePConn.resolveConfigProps(thePConn.getConfigProps());\n\n const header = configProps.label;\n const fileTemp = {\n showfileModal: false,\n fileList: [],\n attachedFiles: [],\n fileMainButtons: [{ actionID: \"attach\", jsAction: \"attachFiles\", name: \"Attach files\"}],\n fileSecondaryButtons: [{ actionID: \"cancel\", jsAction: \"cancel\", name: \"Cancel\"}]\n };\n const [fileData, setFileData] = useState(fileTemp);\n const linkTemp = {\n showLinkModal: false,\n linksList: [],\n attachedLinks: [],\n linkMainButtons: [{ actionID: \"attach\", jsAction: \"attachLinks\", name: \"Attach links\"}],\n linkSecondaryButtons: [{ actionID: \"cancel\", jsAction: \"cancel\", name: \"Cancel\"}]\n };\n const [linkData, setLinkData] = useState(linkTemp);\n const [anchorEl, setAnchorEl] = useState(null);\n const open = Boolean(anchorEl);\n const [link, setLink] = useState({title: '', url: '', disable: true});\n const [inProgress, setProgress] = useState(false);\n const [showViewAllModal, setViewAll] = useState(false);\n const [vaItems, setFullAttachments] = useState([]);\n\n function addAttachments(attsFromResp: Array<any> = []) {\n attsFromResp = attsFromResp.map((respAtt) => {\n const updatedAtt = {\n ...respAtt,\n meta: `${respAtt.category} . ${Utils.generateDateTime(respAtt.createTime, \"DateTime-Since\")}, ${\n respAtt.createdBy\n }`\n };\n if (updatedAtt.type === \"FILE\") {\n updatedAtt.nameWithExt = updatedAtt.fileName;\n }\n return updatedAtt;\n });\n return attsFromResp;\n }\n\n function getListUtilityItemProps({\n att,\n cancelFile,\n downloadFile,\n deleteFile,\n removeFile\n }) {\n let actions;\n\n\n if (att.progress && att.progress !== 100) {\n actions = [\n {\n id: `Cancel-${att.ID}`,\n text: \"Cancel\",\n icon: \"times\",\n onClick: cancelFile\n }\n ];\n } else if (att.links) {\n const isFile = att.type === \"FILE\";\n const ID = att.ID.replace(/\\s/gi, \"\");\n const actionsMap = new Map([\n [\n \"download\",\n {\n id: `download-${ID}`,\n text: isFile ? \"Download\" : \"Open\",\n icon: isFile ? \"download\" : \"open\",\n onClick: downloadFile\n }\n ],\n [\n \"delete\",\n {\n id: `Delete-${ID}`,\n text: \"Delete\",\n icon: \"trash\",\n onClick: deleteFile\n }\n ]\n ]);\n actions = [];\n actionsMap.forEach((action, actionKey) => {\n if (att.links[actionKey]) {\n actions.push(action);\n }\n });\n } else if (att.error) {\n actions = [\n {\n id: `Remove-${att.ID}`,\n text: \"Remove\",\n icon: \"trash\",\n onClick: removeFile\n }\n ];\n }\n\n return {\n id: att.ID,\n visual: {\n icon: Utils.getIconForAttachment(att),\n progress: att.progress === 100 ? undefined: att.progress,\n },\n primary: {\n type: att.type,\n name: att.name,\n icon: \"open\",\n click: downloadFile,\n },\n secondary: {\n text: att.meta\n },\n actions\n };\n }\n\n function fileDownload(data, fileName, ext) {\n const file = ext ? `${fileName}.${ext}` : fileName;\n download(atob(data), file);\n };\n\n function downloadAttachedFile(att: any) {\n const attachUtils = PCore.getAttachmentUtils();\n const {ID, name, extension, type} = att;\n const context = thePConn.getContextName();\n\n attachUtils\n .downloadAttachment(ID, context)\n .then((content) => {\n if (type === \"FILE\") {\n fileDownload(content.data, name, extension);\n } else if (type === \"URL\") {\n let { data } = content;\n if (!/^(http|https):\\/\\//.test(data)) {\n data = `//${data}`;\n }\n window.open(content.data, \"_blank\");\n }\n })\n .catch();\n }\n\n function deleteAttachedFile(att: any) {\n const attachUtils = PCore.getAttachmentUtils();\n const {ID} = att;\n const context = thePConn.getContextName();\n\n attachUtils.deleteAttachment(ID, context)\n .then(() => {\n // eslint-disable-next-line @typescript-eslint/no-use-before-define\n getAttachments();\n })\n .catch();\n }\n\n const getAttachments = () => {\n\n const attachmentUtils = PCore.getAttachmentUtils();\n const caseID = thePConn.getValue(PCore.getConstants().CASE_INFO.CASE_INFO_ID);\n\n if (caseID && caseID !== \"\") {\n const attPromise = attachmentUtils.getCaseAttachments(caseID, thePConn.getContextName());\n\n attPromise\n .then( (resp) => {\n const arFullListAttachments = addAttachments(resp);\n const attachmentsCount = arFullListAttachments.length;\n const arItems: any = arFullListAttachments.slice(0, 3).map((att) => {\n return getListUtilityItemProps({\n att,\n downloadFile: !att.progress ? () => downloadAttachedFile(att) : null,\n cancelFile: null,\n deleteFile: !att.progress ? () => deleteAttachedFile(att) : null,\n removeFile: null\n });\n });\n const viewAllarItems: any = arFullListAttachments.map((att) => {\n return getListUtilityItemProps({\n att,\n downloadFile: !att.progress ? () => downloadAttachedFile(att) : null,\n cancelFile: null,\n deleteFile: !att.progress ? () => deleteAttachedFile(att) : null,\n removeFile: null\n });\n });\n setProgress(false);\n setList((current) => {\n return {...current, count: attachmentsCount, data: arItems}\n });\n setFullAttachments(viewAllarItems);\n });\n }\n }\n\n useEffect(() => {\n getAttachments();\n }, []);\n\n\n useEffect(() => {\n PCore.getPubSubUtils().subscribe(\n PCore.getEvents().getCaseEvent().CASE_ATTACHMENTS_UPDATED_FROM_CASEVIEW,\n getAttachments,\n \"caseAttachmentsUpdateFromCaseview\"\n );\n\n return () => {\n PCore.getPubSubUtils().unsubscribe(\n PCore.getEvents().getCaseEvent().CASE_ATTACHMENTS_UPDATED_FROM_CASEVIEW,\n \"caseAttachmentsUpdateFromCaseview\"\n );\n };\n }, []);\n\n function setNewFiles(arFiles) {\n let index = 0;\n for (const file of arFiles) {\n if (!validateMaxSize(file, 5)) {\n file.error = true;\n file.meta = \"File is too big. Max allowed size is 5MB.\";\n }\n file.mimeType = file.type;\n file.icon = Utils.getIconFromFileType(file.type);\n file.ID = `${new Date().getTime()}I${index}`;\n index+=1;\n }\n return arFiles;\n }\n\n function getFiles(arFiles: Array<any>): Array<any> {\n return setNewFiles(arFiles);\n }\n\n function uploadMyFiles(event) {\n // alert($event.target.files[0]); // outputs the first file\n const arFiles = getFiles(event.target.files);\n // convert FileList to an array\n const myFiles: any = Array.from(arFiles);\n\n const arFileList$: any = myFiles.map((att: any) => {\n return getListUtilityItemProps({\n att,\n downloadFile: !att.progress ? () => downloadAttachedFile(att) : null,\n cancelFile: null,\n deleteFile: !att.progress ? () => deleteAttachedFile(att) : null,\n removeFile: null\n });\n });\n setFileData((current) => {\n return {...current, fileList: arFileList$, attachedFiles: myFiles}\n });\n }\n\n\n\n const handleClick = (event) => {\n setAnchorEl(event.currentTarget);\n };\n\n const handleClose = () => {\n setAnchorEl(null);\n };\n\n function onAddFilesClick() {\n setFileData((current) => {\n return {...current, showfileModal: true}\n });\n setAnchorEl(null);\n }\n\n function removeFileFromList(item: any) {\n let attachedFiles: any = fileData.attachedFiles;\n let fileList: any = fileData.fileList;\n if (item !== null) {\n attachedFiles = attachedFiles.filter(ele => ele.ID !== item.id);\n fileList = fileList.filter(ele => ele.id !== item.id);\n setFileData((current) => {\n return {...current, fileList, attachedFiles}\n });\n }\n }\n\n function closeFilePopup() {\n setFileData((current) => {\n return {...current, showfileModal: false}\n });\n }\n\n function onAttachFiles() {\n const attachmentUtils = PCore.getAttachmentUtils();\n const caseID = thePConn.getValue(PCore.getConstants().CASE_INFO.CASE_INFO_ID);\n const onUploadProgress = () => {};\n const errorHandler = () => {};\n closeFilePopup()\n if (fileData.attachedFiles && fileData.attachedFiles.length > 0 ) {\n setProgress(true);\n }\n for (const file of fileData.attachedFiles) {\n attachmentUtils\n .uploadAttachment(\n file,\n onUploadProgress,\n errorHandler,\n thePConn.getContextName()\n )\n .then((fileResponse) => {\n if (fileResponse.type === \"File\") {\n attachmentUtils.linkAttachmentsToCase(\n caseID,\n [ fileResponse ],\n \"File\",\n thePConn.getContextName()\n )\n .then(() => {\n setFileData((current) => {\n return {...current, fileList: [], attachedFiles: []};\n });\n getAttachments();\n })\n .catch();\n }\n })\n .catch();\n }\n }\n\n function onAddLinksClick() {\n setLinkData((current) => {\n return {...current, showLinkModal: true}\n });\n setAnchorEl(null);\n }\n\n function closeAddLinksPopup() {\n setLinkData((current) => {\n return {...current, showLinkModal: false}\n });\n }\n\n const fieldlinkOnChange = (event) => {\n const title = event.target.value;\n setLink((current) => {\n const updatedData = {...current, title};\n updatedData.disable = !(updatedData.title && updatedData.url);\n return updatedData;\n });\n }\n\n function fieldurlOnChange(event) {\n const url = event.target.value;\n setLink((current) => {\n const updatedData = {...current, url}\n updatedData.disable = !(updatedData.title && updatedData.url);\n return updatedData;\n });\n }\n\n function addLink() {\n // copy list locally\n const localList: any = linkData.linksList.slice();\n const url = link.url;\n if (!/^(http|https):\\/\\//.test(link.url)) {\n link.url = `http://${link.url}`;\n }\n\n // list for display\n let oLink: any = {};\n oLink.icon = \"chain\";\n oLink.ID = `${new Date().getTime()}`;\n oLink = getListUtilityItemProps({\n att: oLink,\n downloadFile: null,\n cancelFile: null,\n deleteFile: null,\n removeFile: null\n });\n oLink.type = \"URL\";\n oLink.primary.type = oLink.type;\n oLink.visual.icon = \"chain\";\n oLink.primary.name = link.title;\n oLink.primary.icon = \"open\";\n oLink.secondary.text = url;\n\n localList.push(oLink);\n\n // list for actually attachments\n const attachedListTemp: any = linkData.attachedLinks.slice();\n const attachedLink: any = {};\n attachedLink.id = oLink.id;\n attachedLink.linkTitle = link.title;\n attachedLink.type = oLink.type;\n attachedLink.url = url;\n\n attachedListTemp.push(attachedLink);\n setLinkData((current) => {\n return {...current, linksList: localList, attachedLinks: attachedListTemp}\n });\n // clear values\n setLink({title: '', url: '', disable: true});\n }\n\n function removeLinksFromList(item: any) {\n let attachedLinks: any = linkData.attachedLinks;\n let linksList: any = linkData.linksList;\n if (item !== null) {\n attachedLinks = attachedLinks.filter(ele => ele.id !== item.id);\n linksList = linksList.filter(ele => ele.id !== item.id);\n setLinkData((current) => {\n return {...current, linksList, attachedLinks}\n });\n }\n }\n\n function onAttachLinks() {\n const attachmentUtils = PCore.getAttachmentUtils();\n const caseID = thePConn.getValue(PCore.getConstants().CASE_INFO.CASE_INFO_ID);\n const links = linkData.attachedLinks;\n closeAddLinksPopup();\n const linksToAttach = links.map((item: any) => ({\n type: \"URL\",\n category: \"URL\",\n url: item.url,\n name: item.linkTitle\n }));\n\n if (linksToAttach && linksToAttach.length > 0) {\n setProgress(true);\n attachmentUtils\n .linkAttachmentsToCase(caseID, linksToAttach, \"URL\", thePConn.getContextName())\n .then( () => {\n setLinkData((current) => {\n return {...current, linksList: [], attachedLinks: []};\n });\n getAttachments();\n })\n .catch(setProgress(false));\n }\n }\n\n return (\n <div className=\"psdk-utility\">\n {inProgress && (<div className=\"progress-div\"><CircularProgress /></div>)}\n <div className=\"psdk-header\">\n <img className=\"psdk-file-utility-card-svg-icon\" src={headerSvgIcon$}></img>\n <div className=\"header-text\">{header}</div>\n <div className=\"psdk-utility-count\" id=\"attachments-count\">{list.count}</div>\n <div style={{flexGrow: 1}}></div>\n <div>\n <IconButton\n id=\"long-button\"\n aria-controls={open ? 'simple-menu' : undefined}\n aria-expanded={open ? 'true' : undefined}\n aria-haspopup=\"true\"\n onClick={handleClick}\n >\n <MoreVertIcon />\n </IconButton>\n <Menu style={{marginTop: '3rem'}}\n id=\"simple-menu\"\n anchorEl={anchorEl}\n keepMounted\n open={Boolean(anchorEl)}\n onClose={handleClose}\n >\n <MenuItem style={{fontSize: '14px'}} onClick={onAddFilesClick}>Add Files</MenuItem>\n <MenuItem style={{fontSize: '14px'}} onClick={onAddLinksClick}>Add Links</MenuItem>\n </Menu>\n </div>\n </div>\n {list.data.length > 0 && (<div style={{marginTop: '1rem'}}>\n <SummaryList arItems$={list.data}></SummaryList>\n </div>)}\n {list.count > 3 && (<div className=\"psdk-utility-view-all\">\n <Button style={{textTransform: 'none'}} color=\"primary\" onClick = {() => setViewAll(true)}>View all</Button>\n </div>)}\n {fileData.showfileModal && (\n <div className=\"psdk-dialog-background\">\n <div className=\"psdk-modal-file-top\">\n <h3>Add local files</h3>\n <div className=\"psdk-modal-body\">\n <div className=\"psdk-modal-file-selector\">\n <label htmlFor='upload-files'>\n <input style={{ display: 'none' }} id='upload-files' name='upload-files' type='file' multiple onChange={uploadMyFiles}/>\n <Button variant='outlined' color='primary' component=\"span\">Upload file(s)</Button>\n </label>\n </div>\n {fileData.fileList.length > 0 && (<div style={{marginTop: '1rem'}}>\n <SummaryList menuIconOverride$='trash' arItems$={fileData.fileList} menuIconOverrideAction$={removeFileFromList}></SummaryList>\n </div>)}\n {fileData.fileList.length === 0 && (<div></div>)}\n <ActionButtonsForFileUtil arMainButtons={fileData.fileMainButtons} arSecondaryButtons={fileData.fileSecondaryButtons}\n primaryAction={onAttachFiles} secondaryAction={closeFilePopup}></ActionButtonsForFileUtil>\n </div>\n </div>\n </div>\n )}\n {linkData.showLinkModal && (\n <div className=\"psdk-dialog-background\">\n <div className=\"psdk-modal-file-top\">\n <h3>Add links</h3>\n <div className=\"psdk-modal-body\">\n <div className=\"psdk-modal-links-row\">\n <div className=\"psdk-links-two-column\">\n <div className=\"psdk-modal-link-data\">\n <TextField fullWidth variant=\"outlined\" label=\"Link title\" size=\"small\" required={required} value={link.title} onChange={fieldlinkOnChange}/>\n </div>\n <div className=\"psdk-modal-link-data\">\n <TextField fullWidth variant=\"outlined\" label=\"URL\" size=\"small\" required={required} value={link.url} onChange={fieldurlOnChange}/>\n </div>\n </div>\n <div className=\"psdk-modal-link-add\">\n <Button className=\"psdk-add-link-action\" color=\"primary\" variant=\"contained\" component=\"span\" onClick={addLink} disabled={link.disable}>Add Link</Button>\n </div>\n </div>\n {linkData.linksList.length > 0 && (<div style={{marginTop: '1rem'}}>\n <SummaryList menuIconOverride$='trash' arItems$={linkData.linksList} menuIconOverrideAction$={removeLinksFromList}></SummaryList>\n </div>)}\n <ActionButtonsForFileUtil arMainButtons={linkData.linkMainButtons} arSecondaryButtons={linkData.linkSecondaryButtons}\n primaryAction={onAttachLinks} secondaryAction={closeAddLinksPopup}></ActionButtonsForFileUtil>\n </div>\n </div>\n </div>\n )}\n {showViewAllModal && (<div className=\"psdk-dialog-background\">\n <div className=\"psdk-modal-file-top\">\n <div className=\"psdk-view-all-header\">\n <h3>Attachments</h3>\n {/* eslint-disable-next-line jsx-a11y/control-has-associated-label */}\n <button type=\"button\" className=\"psdk-close-button\" onClick = {() => setViewAll(false)}><img className=\"psdk-utility-card-actions-svg-icon\" src={closeSvgIcon}></img></button>\n </div>\n <div className=\"psdk-view-all-body\"><SummaryList arItems$={vaItems}></SummaryList></div>\n </div>\n </div>)}\n </div>\n\n )\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/widgets/FileUtility/FileUtility/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/widgets/FileUtility/FileUtility/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC","sourcesContent":["export { default } from './FileUtility';\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Followers.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/Followers/Followers.tsx"],"names":[],"mappings":";AAqBA,iBAAwB,SAAS,gBAahC;kBAbuB,SAAS;;;;eAAT,SAAS"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Followers.js","sourceRoot":"","sources":["../../../../src/components/widgets/Followers/Followers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,sCAAsC;AACtC,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,oDAAoD;AAEpD,MAAM,SAAS,GAAG,UAAU,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;IACvC,IAAI,EAAE;QACJ,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC9B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC7B,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC5B,aAAa,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC/B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC7B,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC5B,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC3B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC9B,2BAA2B;QAC3B,8BAA8B;KAC/B;CACF,CAAC,CAAC,CAAC;AAEJ,MAAM,CAAC,OAAO,UAAU,SAAS,EAAC,WAAW;IAC3C,MAAM,aAAa,GAAG,WAAW,CAAC;IAClC,8BAA8B;IAC9B,MAAM,OAAO,GAAG,SAAS,EAAE,CAAC;IAE5B,OAAO,CACH,oBAAC,IAAI,IAAC,SAAS,EAAE,OAAO,CAAC,IAAI;QAC3B,oBAAC,UAAU,IAAC,KAAK,EAAE,oBAAC,UAAU,IAAC,OAAO,EAAC,IAAI,EAAC,SAAS,EAAC,KAAK;gBAAE,aAAa;;gBAAI,8CAAoB,CAAa,GAAI;QACnH,oBAAC,WAAW;YACV,oBAAC,UAAU;gBAAE,aAAa;2BAAsB,CACpC,CACT,CACR,CAAC;AACN,CAAC;AAED,SAAS,CAAC,YAAY,GAAG;AACvB,eAAe;CAChB,CAAA;AAED,SAAS,CAAC,SAAS,GAAG;AACpB,8CAA8C;CAC/C,CAAC","sourcesContent":["import React from \"react\";\n// import PropTypes from \"prop-types\";\nimport { Card, CardContent, CardHeader, Typography } from \"@material-ui/core\";\nimport { makeStyles } from '@material-ui/core/styles';\n// import { green } from \"@material-ui/core/colors\";\n\nconst useStyles = makeStyles((theme) => ({\n root: {\n paddingRight: theme.spacing(1),\n paddingLeft: theme.spacing(1),\n paddingTop: theme.spacing(1),\n paddingBottom: theme.spacing(1),\n marginRight: theme.spacing(1),\n marginLeft: theme.spacing(1),\n marginTop: theme.spacing(1),\n marginBottom: theme.spacing(1),\n // borderLeft: \"6px solid\",\n // borderLeftColor: green[300]\n },\n}));\n\nexport default function Followers(/* props */) {\n const componentName = \"Followers\";\n // const { children } = props;\n const classes = useStyles();\n\n return (\n <Card className={classes.root}>\n <CardHeader title={<Typography variant=\"h6\" component=\"div\">{componentName} - <em>unsupported</em></Typography>} />\n <CardContent>\n <Typography>{componentName} content</Typography>\n </CardContent>\n </Card>\n );\n}\n\nFollowers.defaultProps = {\n // children: []\n}\n\nFollowers.propTypes = {\n // children: PropTypes.arrayOf(PropTypes.node)\n};\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/Followers/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/widgets/Followers/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC","sourcesContent":["export { default } from './Followers';\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SummaryItem.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/SummaryItem/SummaryItem.tsx"],"names":[],"mappings":";AAEA,OAAO,mBAAmB,CAAA;AAM1B,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,KAAA,eAuExC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SummaryItem.js","sourceRoot":"","sources":["../../../../src/components/widgets/SummaryItem/SummaryItem.tsx"],"names":[],"mappings":"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","sourcesContent":["import React, { useState } from \"react\";\nimport { Utils } from \"../../helpers/utils\";\nimport './SummaryItem.css'\nimport { IconButton, Menu, MenuItem } from '@material-ui/core';\nimport MoreVertIcon from '@material-ui/icons/MoreVert';\n\ndeclare const PCore: any;\n\nexport default function SummaryItem(props) {\n let imagePath$ = \"\";\n let menuIconOverride$;\n menuIconOverride$ = props.menuIconOverride$\n imagePath$ = Utils.getIconPath(PCore.getAssetLoader().getStaticServerUrl());\n const item = props.arItems$;\n const srcImg = `${imagePath$}${item.visual.icon}.svg`\n const [anchorEl, setAnchorEl] = useState(null);\n const open = Boolean(anchorEl);\n if (menuIconOverride$) {\n menuIconOverride$ = Utils.getImageSrc(menuIconOverride$ , PCore.getAssetLoader().getStaticServerUrl());\n }\n\n function removeAttachment() {\n props.menuIconOverrideAction$(item)\n }\n\n const handleClick = (event) => {\n setAnchorEl(event.currentTarget);\n };\n\n const handleClose = () => {\n setAnchorEl(null);\n };\n\n return (\n <div className=\"psdk-utility-card\">\n <div className=\"psdk-utility-card-icon\">\n <img className=\"psdk-utility-card-svg-icon\" src={srcImg}></img>\n </div>\n <div className=\"psdk-utility-card-main\">\n {item.primary.type !== 'URL' && (<div className=\"psdk-utility-card-main-primary-label\">{item.primary.name}</div>)}\n {item.primary.type === 'URL' && (<div className=\"psdk-utility-card-main-primary-url\">\n <button type=\"button\" className=\"psdk-link-button\">\n {item.primary.name} \n <img className=\"psdk-utility-card-actions-svg-icon\" src={`${imagePath$}${item.primary.icon}.svg`}></img>\n </button>\n </div>)}\n {item.secondary.text && (<div style={{ color: item.secondary.error ? 'red' : undefined }}>{item.secondary.text}</div>)}\n </div>\n <div className=\"psdk-utility-action\">\n {menuIconOverride$ && (<button type=\"button\" className=\"psdk-utility-button\" onClick={removeAttachment}>\n <img className=\"psdk-utility-card-action-svg-icon\" src={menuIconOverride$}></img>\n </button>)}\n {!menuIconOverride$ && (<div>\n <IconButton\n id=\"setting-button\"\n aria-controls={open ? 'file-menu' : undefined}\n aria-expanded={open ? 'true' : undefined}\n aria-haspopup=\"true\"\n onClick={handleClick}\n >\n <MoreVertIcon />\n </IconButton>\n <Menu style={{marginTop: '3rem'}}\n id=\"file-menu\"\n anchorEl={anchorEl}\n keepMounted\n open={Boolean(anchorEl)}\n onClose={handleClose}\n >\n {item.actions && item.actions.map((option) => (\n <MenuItem style={{fontSize: '14px'}} key={option.id} onClick={option.onClick}>\n {option.text}\n </MenuItem>\n ))}\n </Menu>\n </div>)}\n </div>\n </div>\n )\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/SummaryItem/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/widgets/SummaryItem/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC","sourcesContent":["export { default } from './SummaryItem';"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SummaryList.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/SummaryList/SummaryList.tsx"],"names":[],"mappings":";AAGA,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,KAAA,eAQxC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SummaryList.js","sourceRoot":"","sources":["../../../../src/components/widgets/SummaryList/SummaryList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,WAAW,MAAM,sBAAsB,CAAA;AAE9C,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK;IACvC,OAAO,CACL,iCACG,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,CAC1B,oBAAC,WAAW,IAAC,GAAG,EAAE,IAAI,CAAC,EAAE,uBAAqB,KAAK,CAAC,iBAAiB,cAAY,IAAI,6BAA2B,KAAK,CAAC,uBAAuB,GAAgB,CAC9J,CAAC,CACE,CACP,CAAC;AACJ,CAAC","sourcesContent":["import React from \"react\";\nimport SummaryItem from '../SummaryItem/index'\n\nexport default function SummaryList(props) {\n return (\n <div>\n {props.arItems$.map(file => (\n <SummaryItem key={file.id} menuIconOverride$={props.menuIconOverride$} arItems$={file} menuIconOverrideAction$={props.menuIconOverrideAction$}></SummaryItem>\n ))}\n </div>\n );\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/SummaryList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/widgets/SummaryList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC","sourcesContent":["export { default } from './SummaryList';\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ToDo.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/ToDo/ToDo.tsx"],"names":[],"mappings":";AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AAyBnC,OAAO,YAAY,CAAC;AAqCpB,iBAAwB,IAAI,CAAC,KAAK,KAAA,eA2LjC;kBA3LuB,IAAI;;;;;;;;;;;;;;;;;;;;;;;eAAJ,IAAI"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ToDo.js","sourceRoot":"","sources":["../../../../src/components/widgets/ToDo/ToDo.tsx"],"names":[],"mappings":"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","sourcesContent":["import React, { useState } from 'react';\nimport PropTypes from 'prop-types';\nimport { Utils } from '../../helpers/utils';\nimport {\n Box,\n Button,\n Card,\n CardContent,\n CardHeader,\n Avatar,\n Typography,\n Badge,\n List,\n ListItem,\n ListItemText,\n ListItemSecondaryAction\n} from '@material-ui/core';\nimport Snackbar from '@material-ui/core/Snackbar';\nimport IconButton from '@material-ui/core/IconButton';\nimport CloseIcon from '@material-ui/icons/Close';\n\nimport ArrowForwardIosOutlinedIcon from '@material-ui/icons/ArrowForwardIosOutlined';\nimport { makeStyles } from '@material-ui/core/styles';\nimport { useTheme } from '@material-ui/core/styles';\nimport useMediaQuery from '@material-ui/core/useMediaQuery';\n\nimport './ToDo.css';\n\ndeclare const PCore: any;\n\nconst isChildCase = (assignment) => {\n return assignment.isChild;\n};\n\nfunction topThreeAssignments(assignmentsSource: Array<any>): Array<any> {\n return Array.isArray(assignmentsSource) ? assignmentsSource.slice(0, 3) : [];\n}\n\nfunction getID(assignment: any) {\n if (assignment.value) {\n const refKey = assignment.value;\n return refKey.substring(refKey.lastIndexOf(' ') + 1);\n } else {\n const refKey = assignment.ID;\n const arKeys = refKey.split('!')[0].split(' ');\n return arKeys[2];\n }\n}\n\nconst useStyles = makeStyles(theme => ({\n root: {\n marginTop: theme.spacing(1),\n marginBottom: theme.spacing(1),\n paddingBottom: theme.spacing(1),\n borderLeft: '6px solid',\n borderLeftColor: theme.palette.primary.light\n },\n avatar: {\n backgroundColor: theme.palette.primary.light,\n color: theme.palette.getContrastText(theme.palette.primary.light)\n }\n}));\n\nexport default function ToDo(props) {\n const { datasource, getPConnect, headerText, showTodoList, myWorkList, type } = props;\n\n const CONSTS = PCore.getConstants();\n\n const bLogging = true;\n let assignmentCount = 0;\n const currentUser = PCore.getEnvironmentInfo().getOperatorName();\n const currentUserInitials = Utils.getInitials(currentUser);\n const assignmentsSource = datasource?.source || myWorkList?.source;\n\n const [bShowMore, setBShowMore] = useState(true);\n const [showSnackbar, setShowSnackbar] = useState(false);\n const [snackbarMessage, setSnackbarMessage]: any = useState('');\n // eslint-disable-next-line @typescript-eslint/no-use-before-define\n const [assignments, setAssignments] = useState<Array<any>>(initAssignments());\n\n const thePConn = getPConnect();\n const classes = useStyles();\n const theme = useTheme();\n const isDesktop = useMediaQuery(theme.breakpoints.up('md'));\n // const { setOpen } = useNavBar();\n\n function initAssignments(): Array<any> {\n if (assignmentsSource) {\n assignmentCount = assignmentsSource.length;\n return topThreeAssignments(assignmentsSource);\n } else {\n // turn off todolist\n return [];\n }\n }\n\n const getAssignmentId = assignment => {\n return type === CONSTS.TODO ? assignment.ID : assignment.id;\n };\n\n const getPriority = assignment => {\n return type === CONSTS.TODO ? assignment.urgency : assignment.priority;\n };\n\n const getAssignmentName = assignment => {\n return type === CONSTS.TODO ? assignment.name : assignment.stepName;\n };\n\n function showToast(message: string) {\n const theMessage = `Assignment: ${message}`;\n // eslint-disable-next-line no-console\n console.error(theMessage);\n setSnackbarMessage(message);\n setShowSnackbar(true);\n }\n\n function handleSnackbarClose(event: React.SyntheticEvent | React.MouseEvent, reason?: string) {\n if (reason === 'clickaway') {\n return;\n }\n setShowSnackbar(false);\n }\n\n function _showMore() {\n setBShowMore(false);\n setAssignments(assignmentsSource);\n }\n\n function _showLess() {\n setBShowMore(true);\n setAssignments(topThreeAssignments(assignmentsSource));\n }\n\n function clickGo(assignment) {\n const id = getAssignmentId(assignment);\n let { classname = '' } = assignment;\n const sTarget = thePConn.getContainerName();\n const sTargetContainerName = sTarget;\n\n const options = { containerName: sTargetContainerName };\n\n if (classname === null || classname === '') {\n classname = thePConn.getCaseInfo().getClassName();\n }\n\n if (sTarget === 'workarea') {\n options['isActionFromToDoList'] = true;\n options['target'] = '';\n options['context'] = null;\n options['isChild'] = isChildCase(assignment);\n } else {\n options['isActionFromToDoList'] = false;\n options['target'] = sTarget;\n }\n\n thePConn\n .getActionsApi()\n .openAssignment(id, classname, options)\n .then(() => {\n if (bLogging) {\n // eslint-disable-next-line no-console\n console.log(`openAssignment completed`);\n }\n })\n .catch(() => {\n showToast(`Submit failed!`);\n });\n }\n\n const getListItemComponent = assignment => {\n if (isDesktop) {\n return (\n <>\n Task in\n <Button size='small' color='primary'>{`${assignment.name} ${getID(assignment)}`}</Button>\n {` \\u2022 `}\n <span className='psdk-todo-assignment-status'>{assignment.status}</span>\n {` \\u2022 Urgency ${getPriority(assignment)}`}\n </>\n );\n }\n return (\n <>\n <Button size='small' color='primary'>{`${assignment.name} ${getID(assignment)}`}</Button>\n {` \\u2022 Urgency ${getPriority(assignment)}`}\n </>\n );\n };\n\n return (\n <React.Fragment>\n <Card className={classes.root}>\n {showTodoList && (\n <CardHeader\n title={\n <Badge badgeContent={assignmentCount} color='primary'>\n <Typography variant='h6'>{headerText} </Typography>\n </Badge>\n }\n avatar={<Avatar className={classes.avatar}>{currentUserInitials}</Avatar>}\n ></CardHeader>\n )}\n <CardContent>\n <List>\n {assignments.map(assignment => (\n <ListItem\n key={getAssignmentId(assignment)}\n dense\n divider\n onClick={() => clickGo(assignment)}\n >\n <ListItemText\n primary={getAssignmentName(assignment)}\n secondary={getListItemComponent(assignment)}\n />\n <ListItemSecondaryAction>\n <IconButton onClick={() => clickGo(assignment)}>\n <ArrowForwardIosOutlinedIcon />\n </IconButton>\n </ListItemSecondaryAction>\n </ListItem>\n ))}\n </List>\n </CardContent>\n {assignmentCount > 3 && (\n <Box display='flex' justifyContent='center'>\n {bShowMore ? (\n <Button color='primary' onClick={_showMore}>\n Show more\n </Button>\n ) : (\n <Button onClick={_showLess}>Show less</Button>\n )}\n </Box>\n )}\n </Card>\n\n <Snackbar\n open={showSnackbar}\n autoHideDuration={3000}\n onClose={handleSnackbarClose}\n message={snackbarMessage}\n action={\n <IconButton size='small' aria-label='close' color='inherit' onClick={handleSnackbarClose}>\n <CloseIcon fontSize='small' />\n </IconButton>\n }\n />\n </React.Fragment>\n );\n}\n\nToDo.propTypes = {\n datasource: PropTypes.instanceOf(Object),\n myWorkList: PropTypes.instanceOf(Object),\n // eslint-disable-next-line react/no-unused-prop-types\n caseInfoID: PropTypes.string,\n // buildName: PropTypes.string,\n getPConnect: PropTypes.func.isRequired,\n headerText: PropTypes.string,\n // eslint-disable-next-line react/no-unused-prop-types\n itemKey: PropTypes.string,\n showTodoList: PropTypes.bool,\n // target: PropTypes.string,\n type: PropTypes.string,\n // pageMessages: PropTypes.arrayOf(PropTypes.any),\n // eslint-disable-next-line react/no-unused-prop-types\n context: PropTypes.string\n // hideActionButtons: PropTypes.bool\n};\n\nToDo.defaultProps = {\n caseInfoID: '',\n datasource: [],\n myWorkList: {},\n // buildName: \"\",\n headerText: 'To do',\n itemKey: '',\n showTodoList: true,\n // target: \"\",\n type: 'worklist',\n // pageMessages: null,\n context: ''\n // hideActionButtons: false\n};\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/ToDo/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/widgets/ToDo/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC","sourcesContent":["export { default } from './ToDo';\n"]}
|
|
File without changes
|
|
File without changes
|
/package/lib/components/{designSystemExtensions → designSystemExtension}/CaseSummaryFields/index.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/lib/components/{designSystemExtensions → designSystemExtension}/DetailsFields/index.d.ts
RENAMED
|
File without changes
|
/package/lib/components/{designSystemExtensions → designSystemExtension}/DetailsFields/index.js
RENAMED
|
File without changes
|
/package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroup/FieldGroup.d.ts
RENAMED
|
File without changes
|
/package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroup/FieldGroup.js
RENAMED
|
File without changes
|
/package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroup/index.d.ts
RENAMED
|
File without changes
|
/package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroup/index.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroupList/index.d.ts
RENAMED
|
File without changes
|
/package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroupList/index.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/components/{designSystemExtensions → designSystemExtension}/FieldValueList/index.d.ts
RENAMED
|
File without changes
|
/package/lib/components/{designSystemExtensions → designSystemExtension}/FieldValueList/index.js
RENAMED
|
File without changes
|
/package/lib/components/{designSystemExtensions → designSystemExtension}/Operator/Operator.d.ts
RENAMED
|
File without changes
|
/package/lib/components/{designSystemExtensions → designSystemExtension}/Operator/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/components/{templates → template}/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/components/{templates → template}/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|