@pega/react-sdk-components 0.23.0
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/Context/StoreContext.d.ts +4 -0
- package/lib/bridge/Context/StoreContext.d.ts.map +1 -0
- package/lib/bridge/Context/StoreContext.js +10 -0
- package/lib/bridge/Context/StoreContext.js.map +1 -0
- package/lib/bridge/helpers/sdk_component_map.d.ts +3 -0
- package/lib/bridge/helpers/sdk_component_map.d.ts.map +1 -0
- package/lib/bridge/helpers/sdk_component_map.js +239 -0
- package/lib/bridge/helpers/sdk_component_map.js.map +1 -0
- package/lib/bridge/react_pconnect.d.ts +9 -0
- package/lib/bridge/react_pconnect.d.ts.map +1 -0
- package/lib/bridge/react_pconnect.js +334 -0
- package/lib/bridge/react_pconnect.js.map +1 -0
- package/lib/components/designSystemExtensions/CaseSummaryFields/CaseSummaryFields.css +19 -0
- package/lib/components/designSystemExtensions/CaseSummaryFields/CaseSummaryFields.d.ts +13 -0
- package/lib/components/designSystemExtensions/CaseSummaryFields/CaseSummaryFields.d.ts.map +1 -0
- package/lib/components/designSystemExtensions/CaseSummaryFields/CaseSummaryFields.js +102 -0
- package/lib/components/designSystemExtensions/CaseSummaryFields/CaseSummaryFields.js.map +1 -0
- package/lib/components/designSystemExtensions/CaseSummaryFields/index.d.ts +2 -0
- package/lib/components/designSystemExtensions/CaseSummaryFields/index.d.ts.map +1 -0
- package/lib/components/designSystemExtensions/CaseSummaryFields/index.js +2 -0
- package/lib/components/designSystemExtensions/CaseSummaryFields/index.js.map +1 -0
- package/lib/components/designSystemExtensions/DetailsFields/DetailsFields.d.ts +13 -0
- package/lib/components/designSystemExtensions/DetailsFields/DetailsFields.d.ts.map +1 -0
- package/lib/components/designSystemExtensions/DetailsFields/DetailsFields.js +112 -0
- package/lib/components/designSystemExtensions/DetailsFields/DetailsFields.js.map +1 -0
- package/lib/components/designSystemExtensions/DetailsFields/index.d.ts +2 -0
- package/lib/components/designSystemExtensions/DetailsFields/index.d.ts.map +1 -0
- package/lib/components/designSystemExtensions/DetailsFields/index.js +2 -0
- package/lib/components/designSystemExtensions/DetailsFields/index.js.map +1 -0
- package/lib/components/designSystemExtensions/FieldGroup/FieldGroup.d.ts +4 -0
- package/lib/components/designSystemExtensions/FieldGroup/FieldGroup.d.ts.map +1 -0
- package/lib/components/designSystemExtensions/FieldGroup/FieldGroup.js +76 -0
- package/lib/components/designSystemExtensions/FieldGroup/FieldGroup.js.map +1 -0
- package/lib/components/designSystemExtensions/FieldGroup/index.d.ts +2 -0
- package/lib/components/designSystemExtensions/FieldGroup/index.d.ts.map +1 -0
- package/lib/components/designSystemExtensions/FieldGroup/index.js +2 -0
- package/lib/components/designSystemExtensions/FieldGroup/index.js.map +1 -0
- package/lib/components/designSystemExtensions/FieldGroupList/FieldGroupList.d.ts +4 -0
- package/lib/components/designSystemExtensions/FieldGroupList/FieldGroupList.d.ts.map +1 -0
- package/lib/components/designSystemExtensions/FieldGroupList/FieldGroupList.js +27 -0
- package/lib/components/designSystemExtensions/FieldGroupList/FieldGroupList.js.map +1 -0
- package/lib/components/designSystemExtensions/FieldGroupList/index.d.ts +2 -0
- package/lib/components/designSystemExtensions/FieldGroupList/index.d.ts.map +1 -0
- package/lib/components/designSystemExtensions/FieldGroupList/index.js +2 -0
- package/lib/components/designSystemExtensions/FieldGroupList/index.js.map +1 -0
- package/lib/components/designSystemExtensions/FieldValueList/FieldValueList.d.ts +4 -0
- package/lib/components/designSystemExtensions/FieldValueList/FieldValueList.d.ts.map +1 -0
- package/lib/components/designSystemExtensions/FieldValueList/FieldValueList.js +69 -0
- package/lib/components/designSystemExtensions/FieldValueList/FieldValueList.js.map +1 -0
- package/lib/components/designSystemExtensions/FieldValueList/index.d.ts +2 -0
- package/lib/components/designSystemExtensions/FieldValueList/index.d.ts.map +1 -0
- package/lib/components/designSystemExtensions/FieldValueList/index.js +2 -0
- package/lib/components/designSystemExtensions/FieldValueList/index.js.map +1 -0
- package/lib/components/designSystemExtensions/Operator/Operator.d.ts +11 -0
- package/lib/components/designSystemExtensions/Operator/Operator.d.ts.map +1 -0
- package/lib/components/designSystemExtensions/Operator/Operator.js +154 -0
- package/lib/components/designSystemExtensions/Operator/Operator.js.map +1 -0
- package/lib/components/designSystemExtensions/Operator/index.d.ts +2 -0
- package/lib/components/designSystemExtensions/Operator/index.d.ts.map +1 -0
- package/lib/components/designSystemExtensions/Operator/index.js +2 -0
- package/lib/components/designSystemExtensions/Operator/index.js.map +1 -0
- package/lib/components/designSystemExtensions/Pulse/Pulse.d.ts +3 -0
- package/lib/components/designSystemExtensions/Pulse/Pulse.d.ts.map +1 -0
- package/lib/components/designSystemExtensions/Pulse/Pulse.js +24 -0
- package/lib/components/designSystemExtensions/Pulse/Pulse.js.map +1 -0
- package/lib/components/designSystemExtensions/Pulse/index.d.ts +2 -0
- package/lib/components/designSystemExtensions/Pulse/index.d.ts.map +1 -0
- package/lib/components/designSystemExtensions/Pulse/index.js +2 -0
- package/lib/components/designSystemExtensions/Pulse/index.js.map +1 -0
- package/lib/components/forms/AutoComplete/AutoComplete.d.ts +3 -0
- package/lib/components/forms/AutoComplete/AutoComplete.d.ts.map +1 -0
- package/lib/components/forms/AutoComplete/AutoComplete.js +118 -0
- package/lib/components/forms/AutoComplete/AutoComplete.js.map +1 -0
- package/lib/components/forms/AutoComplete/index.d.ts +2 -0
- package/lib/components/forms/AutoComplete/index.d.ts.map +1 -0
- package/lib/components/forms/AutoComplete/index.js +2 -0
- package/lib/components/forms/AutoComplete/index.js.map +1 -0
- package/lib/components/forms/CancelAlert/CancelAlert.css +24 -0
- package/lib/components/forms/CancelAlert/CancelAlert.d.ts +5 -0
- package/lib/components/forms/CancelAlert/CancelAlert.d.ts.map +1 -0
- package/lib/components/forms/CancelAlert/CancelAlert.js +81 -0
- package/lib/components/forms/CancelAlert/CancelAlert.js.map +1 -0
- package/lib/components/forms/CancelAlert/index.d.ts +2 -0
- package/lib/components/forms/CancelAlert/index.d.ts.map +1 -0
- package/lib/components/forms/CancelAlert/index.js +2 -0
- package/lib/components/forms/CancelAlert/index.js.map +1 -0
- package/lib/components/forms/Checkbox/Checkbox.d.ts +3 -0
- package/lib/components/forms/Checkbox/Checkbox.d.ts.map +1 -0
- package/lib/components/forms/Checkbox/Checkbox.js +34 -0
- package/lib/components/forms/Checkbox/Checkbox.js.map +1 -0
- package/lib/components/forms/Checkbox/index.d.ts +2 -0
- package/lib/components/forms/Checkbox/index.d.ts.map +1 -0
- package/lib/components/forms/Checkbox/index.js +2 -0
- package/lib/components/forms/Checkbox/index.js.map +1 -0
- package/lib/components/forms/Currency/Currency.d.ts +3 -0
- package/lib/components/forms/Currency/Currency.d.ts.map +1 -0
- package/lib/components/forms/Currency/Currency.js +46 -0
- package/lib/components/forms/Currency/Currency.js.map +1 -0
- package/lib/components/forms/Currency/index.d.ts +2 -0
- package/lib/components/forms/Currency/index.d.ts.map +1 -0
- package/lib/components/forms/Currency/index.js +2 -0
- package/lib/components/forms/Currency/index.js.map +1 -0
- package/lib/components/forms/Date/Date.d.ts +3 -0
- package/lib/components/forms/Date/Date.d.ts.map +1 -0
- package/lib/components/forms/Date/Date.js +36 -0
- package/lib/components/forms/Date/Date.js.map +1 -0
- package/lib/components/forms/Date/index.d.ts +2 -0
- package/lib/components/forms/Date/index.d.ts.map +1 -0
- package/lib/components/forms/Date/index.js +2 -0
- package/lib/components/forms/Date/index.js.map +1 -0
- package/lib/components/forms/DateTime/DateTime.d.ts +3 -0
- package/lib/components/forms/DateTime/DateTime.d.ts.map +1 -0
- package/lib/components/forms/DateTime/DateTime.js +35 -0
- package/lib/components/forms/DateTime/DateTime.js.map +1 -0
- package/lib/components/forms/DateTime/index.d.ts +2 -0
- package/lib/components/forms/DateTime/index.d.ts.map +1 -0
- package/lib/components/forms/DateTime/index.js +2 -0
- package/lib/components/forms/DateTime/index.js.map +1 -0
- package/lib/components/forms/Decimal/Decimal.d.ts +3 -0
- package/lib/components/forms/Decimal/Decimal.d.ts.map +1 -0
- package/lib/components/forms/Decimal/Decimal.js +19 -0
- package/lib/components/forms/Decimal/Decimal.js.map +1 -0
- package/lib/components/forms/Decimal/index.d.ts +2 -0
- package/lib/components/forms/Decimal/index.d.ts.map +1 -0
- package/lib/components/forms/Decimal/index.js +2 -0
- package/lib/components/forms/Decimal/index.js.map +1 -0
- package/lib/components/forms/Dropdown/Dropdown.d.ts +3 -0
- package/lib/components/forms/Dropdown/Dropdown.d.ts.map +1 -0
- package/lib/components/forms/Dropdown/Dropdown.js +34 -0
- package/lib/components/forms/Dropdown/Dropdown.js.map +1 -0
- package/lib/components/forms/Dropdown/index.d.ts +2 -0
- package/lib/components/forms/Dropdown/index.d.ts.map +1 -0
- package/lib/components/forms/Dropdown/index.js +2 -0
- package/lib/components/forms/Dropdown/index.js.map +1 -0
- package/lib/components/forms/Email/Email.d.ts +3 -0
- package/lib/components/forms/Email/Email.d.ts.map +1 -0
- package/lib/components/forms/Email/Email.js +28 -0
- package/lib/components/forms/Email/Email.js.map +1 -0
- package/lib/components/forms/Email/index.d.ts +2 -0
- package/lib/components/forms/Email/index.d.ts.map +1 -0
- package/lib/components/forms/Email/index.js +2 -0
- package/lib/components/forms/Email/index.js.map +1 -0
- package/lib/components/forms/Integer/Integer.d.ts +3 -0
- package/lib/components/forms/Integer/Integer.d.ts.map +1 -0
- package/lib/components/forms/Integer/Integer.js +37 -0
- package/lib/components/forms/Integer/Integer.js.map +1 -0
- package/lib/components/forms/Integer/index.d.ts +2 -0
- package/lib/components/forms/Integer/index.d.ts.map +1 -0
- package/lib/components/forms/Integer/index.js +2 -0
- package/lib/components/forms/Integer/index.js.map +1 -0
- package/lib/components/forms/Percentage/Percentage.d.ts +3 -0
- package/lib/components/forms/Percentage/Percentage.d.ts.map +1 -0
- package/lib/components/forms/Percentage/Percentage.js +42 -0
- package/lib/components/forms/Percentage/Percentage.js.map +1 -0
- package/lib/components/forms/Percentage/index.d.ts +2 -0
- package/lib/components/forms/Percentage/index.d.ts.map +1 -0
- package/lib/components/forms/Percentage/index.js +2 -0
- package/lib/components/forms/Percentage/index.js.map +1 -0
- package/lib/components/forms/Phone/Phone.d.ts +3 -0
- package/lib/components/forms/Phone/Phone.d.ts.map +1 -0
- package/lib/components/forms/Phone/Phone.js +36 -0
- package/lib/components/forms/Phone/Phone.js.map +1 -0
- package/lib/components/forms/Phone/index.d.ts +2 -0
- package/lib/components/forms/Phone/index.d.ts.map +1 -0
- package/lib/components/forms/Phone/index.js +2 -0
- package/lib/components/forms/Phone/index.js.map +1 -0
- package/lib/components/forms/RadioButtons/RadioButtons.d.ts +3 -0
- package/lib/components/forms/RadioButtons/RadioButtons.d.ts.map +1 -0
- package/lib/components/forms/RadioButtons/RadioButtons.js +33 -0
- package/lib/components/forms/RadioButtons/RadioButtons.js.map +1 -0
- package/lib/components/forms/RadioButtons/index.d.ts +2 -0
- package/lib/components/forms/RadioButtons/index.d.ts.map +1 -0
- package/lib/components/forms/RadioButtons/index.js +2 -0
- package/lib/components/forms/RadioButtons/index.js.map +1 -0
- package/lib/components/forms/SemanticLink/SemanticLink.d.ts +12 -0
- package/lib/components/forms/SemanticLink/SemanticLink.d.ts.map +1 -0
- package/lib/components/forms/SemanticLink/SemanticLink.js +55 -0
- package/lib/components/forms/SemanticLink/SemanticLink.js.map +1 -0
- package/lib/components/forms/SemanticLink/index.d.ts +2 -0
- package/lib/components/forms/SemanticLink/index.d.ts.map +1 -0
- package/lib/components/forms/SemanticLink/index.js +2 -0
- package/lib/components/forms/SemanticLink/index.js.map +1 -0
- package/lib/components/forms/SemanticLink/utils.d.ts +14 -0
- package/lib/components/forms/SemanticLink/utils.d.ts.map +1 -0
- package/lib/components/forms/SemanticLink/utils.js +42 -0
- package/lib/components/forms/SemanticLink/utils.js.map +1 -0
- package/lib/components/forms/TextArea/TextArea.d.ts +3 -0
- package/lib/components/forms/TextArea/TextArea.d.ts.map +1 -0
- package/lib/components/forms/TextArea/TextArea.js +26 -0
- package/lib/components/forms/TextArea/TextArea.js.map +1 -0
- package/lib/components/forms/TextArea/index.d.ts +2 -0
- package/lib/components/forms/TextArea/index.d.ts.map +1 -0
- package/lib/components/forms/TextArea/index.js +2 -0
- package/lib/components/forms/TextArea/index.js.map +1 -0
- package/lib/components/forms/TextContent/TextContent.d.ts +3 -0
- package/lib/components/forms/TextContent/TextContent.d.ts.map +1 -0
- package/lib/components/forms/TextContent/TextContent.js +29 -0
- package/lib/components/forms/TextContent/TextContent.js.map +1 -0
- package/lib/components/forms/TextContent/index.d.ts +2 -0
- package/lib/components/forms/TextContent/index.d.ts.map +1 -0
- package/lib/components/forms/TextContent/index.js +2 -0
- package/lib/components/forms/TextContent/index.js.map +1 -0
- package/lib/components/forms/TextInput/TextInput.d.ts +3 -0
- package/lib/components/forms/TextInput/TextInput.d.ts.map +1 -0
- package/lib/components/forms/TextInput/TextInput.js +24 -0
- package/lib/components/forms/TextInput/TextInput.js.map +1 -0
- package/lib/components/forms/TextInput/index.d.ts +2 -0
- package/lib/components/forms/TextInput/index.d.ts.map +1 -0
- package/lib/components/forms/TextInput/index.js +2 -0
- package/lib/components/forms/TextInput/index.js.map +1 -0
- package/lib/components/forms/Time/Time.d.ts +3 -0
- package/lib/components/forms/Time/Time.d.ts.map +1 -0
- package/lib/components/forms/Time/Time.js +34 -0
- package/lib/components/forms/Time/Time.js.map +1 -0
- package/lib/components/forms/Time/index.d.ts +2 -0
- package/lib/components/forms/Time/index.d.ts.map +1 -0
- package/lib/components/forms/Time/index.js +2 -0
- package/lib/components/forms/Time/index.js.map +1 -0
- package/lib/components/forms/URL/URL.d.ts +3 -0
- package/lib/components/forms/URL/URL.d.ts.map +1 -0
- package/lib/components/forms/URL/URL.js +22 -0
- package/lib/components/forms/URL/URL.js.map +1 -0
- package/lib/components/forms/URL/index.d.ts +2 -0
- package/lib/components/forms/URL/index.d.ts.map +1 -0
- package/lib/components/forms/URL/index.js +2 -0
- package/lib/components/forms/URL/index.js.map +1 -0
- package/lib/components/forms/UserReference/UserReference.d.ts +43 -0
- package/lib/components/forms/UserReference/UserReference.d.ts.map +1 -0
- package/lib/components/forms/UserReference/UserReference.js +127 -0
- package/lib/components/forms/UserReference/UserReference.js.map +1 -0
- package/lib/components/forms/UserReference/UserReferenceUtils.d.ts +3 -0
- package/lib/components/forms/UserReference/UserReferenceUtils.d.ts.map +1 -0
- package/lib/components/forms/UserReference/UserReferenceUtils.js +14 -0
- package/lib/components/forms/UserReference/UserReferenceUtils.js.map +1 -0
- package/lib/components/forms/UserReference/index.d.ts +2 -0
- package/lib/components/forms/UserReference/index.d.ts.map +1 -0
- package/lib/components/forms/UserReference/index.js +2 -0
- package/lib/components/forms/UserReference/index.js.map +1 -0
- package/lib/components/helpers/auth.d.ts +16 -0
- package/lib/components/helpers/auth.d.ts.map +1 -0
- package/lib/components/helpers/auth.js +437 -0
- package/lib/components/helpers/auth.js.map +1 -0
- package/lib/components/helpers/authManager.d.ts +18 -0
- package/lib/components/helpers/authManager.d.ts.map +1 -0
- package/lib/components/helpers/authManager.js +588 -0
- package/lib/components/helpers/authManager.js.map +1 -0
- package/lib/components/helpers/config_access.d.ts +3 -0
- package/lib/components/helpers/config_access.d.ts.map +1 -0
- package/lib/components/helpers/config_access.js +268 -0
- package/lib/components/helpers/config_access.js.map +1 -0
- package/lib/components/helpers/data_page.d.ts +2 -0
- package/lib/components/helpers/data_page.d.ts.map +1 -0
- package/lib/components/helpers/data_page.js +23 -0
- package/lib/components/helpers/data_page.js.map +1 -0
- package/lib/components/helpers/event-utils.d.ts +3 -0
- package/lib/components/helpers/event-utils.d.ts.map +1 -0
- package/lib/components/helpers/event-utils.js +19 -0
- package/lib/components/helpers/event-utils.js.map +1 -0
- package/lib/components/helpers/field-group-utils.d.ts +3 -0
- package/lib/components/helpers/field-group-utils.d.ts.map +1 -0
- package/lib/components/helpers/field-group-utils.js +57 -0
- package/lib/components/helpers/field-group-utils.js.map +1 -0
- package/lib/components/helpers/formatters/Boolean.d.ts +5 -0
- package/lib/components/helpers/formatters/Boolean.d.ts.map +1 -0
- package/lib/components/helpers/formatters/Boolean.js +31 -0
- package/lib/components/helpers/formatters/Boolean.js.map +1 -0
- package/lib/components/helpers/formatters/Currency.d.ts +10 -0
- package/lib/components/helpers/formatters/Currency.d.ts.map +1 -0
- package/lib/components/helpers/formatters/Currency.js +62 -0
- package/lib/components/helpers/formatters/Currency.js.map +1 -0
- package/lib/components/helpers/formatters/CurrencyMap.d.ts +1401 -0
- package/lib/components/helpers/formatters/CurrencyMap.d.ts.map +1 -0
- package/lib/components/helpers/formatters/CurrencyMap.js +903 -0
- package/lib/components/helpers/formatters/CurrencyMap.js.map +1 -0
- package/lib/components/helpers/formatters/Date.d.ts +11 -0
- package/lib/components/helpers/formatters/Date.d.ts.map +1 -0
- package/lib/components/helpers/formatters/Date.js +69 -0
- package/lib/components/helpers/formatters/Date.js.map +1 -0
- package/lib/components/helpers/formatters/common.d.ts +3 -0
- package/lib/components/helpers/formatters/common.d.ts.map +1 -0
- package/lib/components/helpers/formatters/common.js +12 -0
- package/lib/components/helpers/formatters/common.js.map +1 -0
- package/lib/components/helpers/formatters/index.d.ts +19 -0
- package/lib/components/helpers/formatters/index.d.ts.map +1 -0
- package/lib/components/helpers/formatters/index.js +104 -0
- package/lib/components/helpers/formatters/index.js.map +1 -0
- package/lib/components/helpers/utils.d.ts +19 -0
- package/lib/components/helpers/utils.d.ts.map +1 -0
- package/lib/components/helpers/utils.js +310 -0
- package/lib/components/helpers/utils.js.map +1 -0
- package/lib/components/helpers/versionHelpers.d.ts +9 -0
- package/lib/components/helpers/versionHelpers.d.ts.map +1 -0
- package/lib/components/helpers/versionHelpers.js +13 -0
- package/lib/components/helpers/versionHelpers.js.map +1 -0
- package/lib/components/infra/ActionButtons/ActionButtons.d.ts +16 -0
- package/lib/components/infra/ActionButtons/ActionButtons.d.ts.map +1 -0
- package/lib/components/infra/ActionButtons/ActionButtons.js +42 -0
- package/lib/components/infra/ActionButtons/ActionButtons.js.map +1 -0
- package/lib/components/infra/ActionButtons/index.d.ts +2 -0
- package/lib/components/infra/ActionButtons/index.d.ts.map +1 -0
- package/lib/components/infra/ActionButtons/index.js +2 -0
- package/lib/components/infra/ActionButtons/index.js.map +1 -0
- package/lib/components/infra/Assignment/Assignment.d.ts +17 -0
- package/lib/components/infra/Assignment/Assignment.d.ts.map +1 -0
- package/lib/components/infra/Assignment/Assignment.js +217 -0
- package/lib/components/infra/Assignment/Assignment.js.map +1 -0
- package/lib/components/infra/Assignment/index.d.ts +2 -0
- package/lib/components/infra/Assignment/index.d.ts.map +1 -0
- package/lib/components/infra/Assignment/index.js +2 -0
- package/lib/components/infra/Assignment/index.js.map +1 -0
- package/lib/components/infra/AssignmentCard/AssignmentCard.d.ts +17 -0
- package/lib/components/infra/AssignmentCard/AssignmentCard.d.ts.map +1 -0
- package/lib/components/infra/AssignmentCard/AssignmentCard.js +35 -0
- package/lib/components/infra/AssignmentCard/AssignmentCard.js.map +1 -0
- package/lib/components/infra/AssignmentCard/index.d.ts +2 -0
- package/lib/components/infra/AssignmentCard/index.d.ts.map +1 -0
- package/lib/components/infra/AssignmentCard/index.js +2 -0
- package/lib/components/infra/AssignmentCard/index.js.map +1 -0
- package/lib/components/infra/Attachment/Attachment.css +18 -0
- package/lib/components/infra/Attachment/Attachment.d.ts +4 -0
- package/lib/components/infra/Attachment/Attachment.d.ts.map +1 -0
- package/lib/components/infra/Attachment/Attachment.js +334 -0
- package/lib/components/infra/Attachment/Attachment.js.map +1 -0
- package/lib/components/infra/Attachment/AttachmentUtils.d.ts +13 -0
- package/lib/components/infra/Attachment/AttachmentUtils.d.ts.map +1 -0
- package/lib/components/infra/Attachment/AttachmentUtils.js +72 -0
- package/lib/components/infra/Attachment/AttachmentUtils.js.map +1 -0
- package/lib/components/infra/Attachment/index.d.ts +2 -0
- package/lib/components/infra/Attachment/index.d.ts.map +1 -0
- package/lib/components/infra/Attachment/index.js +2 -0
- package/lib/components/infra/Attachment/index.js.map +1 -0
- package/lib/components/infra/Containers/FlowContainer/FlowContainer.d.ts +23 -0
- package/lib/components/infra/Containers/FlowContainer/FlowContainer.d.ts.map +1 -0
- package/lib/components/infra/Containers/FlowContainer/FlowContainer.js +370 -0
- package/lib/components/infra/Containers/FlowContainer/FlowContainer.js.map +1 -0
- package/lib/components/infra/Containers/FlowContainer/helpers.d.ts +13 -0
- package/lib/components/infra/Containers/FlowContainer/helpers.d.ts.map +1 -0
- package/lib/components/infra/Containers/FlowContainer/helpers.js +117 -0
- package/lib/components/infra/Containers/FlowContainer/helpers.js.map +1 -0
- package/lib/components/infra/Containers/FlowContainer/index.d.ts +2 -0
- package/lib/components/infra/Containers/FlowContainer/index.d.ts.map +1 -0
- package/lib/components/infra/Containers/FlowContainer/index.js +2 -0
- package/lib/components/infra/Containers/FlowContainer/index.js.map +1 -0
- package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.d.ts +19 -0
- package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.d.ts.map +1 -0
- package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js +248 -0
- package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js.map +1 -0
- package/lib/components/infra/Containers/ModalViewContainer/index.d.ts +2 -0
- package/lib/components/infra/Containers/ModalViewContainer/index.d.ts.map +1 -0
- package/lib/components/infra/Containers/ModalViewContainer/index.js +2 -0
- package/lib/components/infra/Containers/ModalViewContainer/index.js.map +1 -0
- package/lib/components/infra/Containers/ViewContainer/ViewContainer.d.ts +25 -0
- package/lib/components/infra/Containers/ViewContainer/ViewContainer.d.ts.map +1 -0
- package/lib/components/infra/Containers/ViewContainer/ViewContainer.js +167 -0
- package/lib/components/infra/Containers/ViewContainer/ViewContainer.js.map +1 -0
- package/lib/components/infra/Containers/ViewContainer/index.d.ts +2 -0
- package/lib/components/infra/Containers/ViewContainer/index.d.ts.map +1 -0
- package/lib/components/infra/Containers/ViewContainer/index.js +2 -0
- package/lib/components/infra/Containers/ViewContainer/index.js.map +1 -0
- package/lib/components/infra/DashboardFilter/DashboardFilter.d.ts +23 -0
- package/lib/components/infra/DashboardFilter/DashboardFilter.d.ts.map +1 -0
- package/lib/components/infra/DashboardFilter/DashboardFilter.js +110 -0
- package/lib/components/infra/DashboardFilter/DashboardFilter.js.map +1 -0
- package/lib/components/infra/DashboardFilter/filterUtils.d.ts +35 -0
- package/lib/components/infra/DashboardFilter/filterUtils.d.ts.map +1 -0
- package/lib/components/infra/DashboardFilter/filterUtils.js +134 -0
- package/lib/components/infra/DashboardFilter/filterUtils.js.map +1 -0
- package/lib/components/infra/DashboardFilter/index.d.ts +2 -0
- package/lib/components/infra/DashboardFilter/index.d.ts.map +1 -0
- package/lib/components/infra/DashboardFilter/index.js +2 -0
- package/lib/components/infra/DashboardFilter/index.js.map +1 -0
- package/lib/components/infra/DeferLoad/DeferLoad.d.ts +15 -0
- package/lib/components/infra/DeferLoad/DeferLoad.d.ts.map +1 -0
- package/lib/components/infra/DeferLoad/DeferLoad.js +139 -0
- package/lib/components/infra/DeferLoad/DeferLoad.js.map +1 -0
- package/lib/components/infra/DeferLoad/index.d.ts +2 -0
- package/lib/components/infra/DeferLoad/index.d.ts.map +1 -0
- package/lib/components/infra/DeferLoad/index.js +2 -0
- package/lib/components/infra/DeferLoad/index.js.map +1 -0
- package/lib/components/infra/ErrorBoundary/ErrorBoundary.d.ts +15 -0
- package/lib/components/infra/ErrorBoundary/ErrorBoundary.d.ts.map +1 -0
- package/lib/components/infra/ErrorBoundary/ErrorBoundary.js +86 -0
- package/lib/components/infra/ErrorBoundary/ErrorBoundary.js.map +1 -0
- package/lib/components/infra/ErrorBoundary/index.d.ts +2 -0
- package/lib/components/infra/ErrorBoundary/index.d.ts.map +1 -0
- package/lib/components/infra/ErrorBoundary/index.js +2 -0
- package/lib/components/infra/ErrorBoundary/index.js.map +1 -0
- package/lib/components/infra/MultiStep/MultiStep.css +261 -0
- package/lib/components/infra/MultiStep/MultiStep.d.ts +21 -0
- package/lib/components/infra/MultiStep/MultiStep.d.ts.map +1 -0
- package/lib/components/infra/MultiStep/MultiStep.js +130 -0
- package/lib/components/infra/MultiStep/MultiStep.js.map +1 -0
- package/lib/components/infra/MultiStep/index.d.ts +2 -0
- package/lib/components/infra/MultiStep/index.d.ts.map +1 -0
- package/lib/components/infra/MultiStep/index.js +2 -0
- package/lib/components/infra/MultiStep/index.js.map +1 -0
- package/lib/components/infra/NavBar/NavBar.css +170 -0
- package/lib/components/infra/NavBar/NavBar.d.ts +20 -0
- package/lib/components/infra/NavBar/NavBar.d.ts.map +1 -0
- package/lib/components/infra/NavBar/NavBar.js +266 -0
- package/lib/components/infra/NavBar/NavBar.js.map +1 -0
- package/lib/components/infra/NavBar/index.d.ts +2 -0
- package/lib/components/infra/NavBar/index.d.ts.map +1 -0
- package/lib/components/infra/NavBar/index.js +2 -0
- package/lib/components/infra/NavBar/index.js.map +1 -0
- package/lib/components/infra/Reference/Reference.d.ts +20 -0
- package/lib/components/infra/Reference/Reference.d.ts.map +1 -0
- package/lib/components/infra/Reference/Reference.js +48 -0
- package/lib/components/infra/Reference/Reference.js.map +1 -0
- package/lib/components/infra/Reference/index.d.ts +2 -0
- package/lib/components/infra/Reference/index.d.ts.map +1 -0
- package/lib/components/infra/Reference/index.js +2 -0
- package/lib/components/infra/Reference/index.js.map +1 -0
- package/lib/components/infra/Region/Region.d.ts +10 -0
- package/lib/components/infra/Region/Region.d.ts.map +1 -0
- package/lib/components/infra/Region/Region.js +11 -0
- package/lib/components/infra/Region/Region.js.map +1 -0
- package/lib/components/infra/Region/index.d.ts +2 -0
- package/lib/components/infra/Region/index.d.ts.map +1 -0
- package/lib/components/infra/Region/index.js +2 -0
- package/lib/components/infra/Region/index.js.map +1 -0
- package/lib/components/infra/RootContainer/RootContainer.d.ts +22 -0
- package/lib/components/infra/RootContainer/RootContainer.d.ts.map +1 -0
- package/lib/components/infra/RootContainer/RootContainer.js +258 -0
- package/lib/components/infra/RootContainer/RootContainer.js.map +1 -0
- package/lib/components/infra/RootContainer/index.d.ts +2 -0
- package/lib/components/infra/RootContainer/index.d.ts.map +1 -0
- package/lib/components/infra/RootContainer/index.js +2 -0
- package/lib/components/infra/RootContainer/index.js.map +1 -0
- package/lib/components/infra/Stages/Stages.d.ts +11 -0
- package/lib/components/infra/Stages/Stages.d.ts.map +1 -0
- package/lib/components/infra/Stages/Stages.js +94 -0
- package/lib/components/infra/Stages/Stages.js.map +1 -0
- package/lib/components/infra/Stages/index.d.ts +2 -0
- package/lib/components/infra/Stages/index.d.ts.map +1 -0
- package/lib/components/infra/Stages/index.js +2 -0
- package/lib/components/infra/Stages/index.js.map +1 -0
- package/lib/components/infra/ToDo/ToDo.css +87 -0
- package/lib/components/infra/ToDo/ToDo.d.ts +29 -0
- package/lib/components/infra/ToDo/ToDo.d.ts.map +1 -0
- package/lib/components/infra/ToDo/ToDo.js +226 -0
- package/lib/components/infra/ToDo/ToDo.js.map +1 -0
- package/lib/components/infra/ToDo/index.d.ts +2 -0
- package/lib/components/infra/ToDo/index.d.ts.map +1 -0
- package/lib/components/infra/ToDo/index.js +2 -0
- package/lib/components/infra/ToDo/index.js.map +1 -0
- package/lib/components/infra/VerticalTabs/LeftAlignVerticalTab.d.ts +3 -0
- package/lib/components/infra/VerticalTabs/LeftAlignVerticalTab.d.ts.map +1 -0
- package/lib/components/infra/VerticalTabs/LeftAlignVerticalTab.js +23 -0
- package/lib/components/infra/VerticalTabs/LeftAlignVerticalTab.js.map +1 -0
- package/lib/components/infra/VerticalTabs/VerticalTabs.d.ts +13 -0
- package/lib/components/infra/VerticalTabs/VerticalTabs.d.ts.map +1 -0
- package/lib/components/infra/VerticalTabs/VerticalTabs.js +50 -0
- package/lib/components/infra/VerticalTabs/VerticalTabs.js.map +1 -0
- package/lib/components/infra/VerticalTabs/index.d.ts +2 -0
- package/lib/components/infra/VerticalTabs/index.d.ts.map +1 -0
- package/lib/components/infra/VerticalTabs/index.js +2 -0
- package/lib/components/infra/VerticalTabs/index.js.map +1 -0
- package/lib/components/infra/View/View.css +8 -0
- package/lib/components/infra/View/View.d.ts +23 -0
- package/lib/components/infra/View/View.d.ts.map +1 -0
- package/lib/components/infra/View/View.js +136 -0
- package/lib/components/infra/View/View.js.map +1 -0
- package/lib/components/infra/View/index.d.ts +2 -0
- package/lib/components/infra/View/index.d.ts.map +1 -0
- package/lib/components/infra/View/index.js +2 -0
- package/lib/components/infra/View/index.js.map +1 -0
- package/lib/components/templates/AppShell/AppShell.css +40 -0
- package/lib/components/templates/AppShell/AppShell.d.ts +24 -0
- package/lib/components/templates/AppShell/AppShell.d.ts.map +1 -0
- package/lib/components/templates/AppShell/AppShell.js +390 -0
- package/lib/components/templates/AppShell/AppShell.js.map +1 -0
- package/lib/components/templates/AppShell/index.d.ts +2 -0
- package/lib/components/templates/AppShell/index.d.ts.map +1 -0
- package/lib/components/templates/AppShell/index.js +2 -0
- package/lib/components/templates/AppShell/index.js.map +1 -0
- package/lib/components/templates/CaseSummary/CaseSummary.d.ts +10 -0
- package/lib/components/templates/CaseSummary/CaseSummary.d.ts.map +1 -0
- package/lib/components/templates/CaseSummary/CaseSummary.js +40 -0
- package/lib/components/templates/CaseSummary/CaseSummary.js.map +1 -0
- package/lib/components/templates/CaseSummary/index.d.ts +2 -0
- package/lib/components/templates/CaseSummary/index.d.ts.map +1 -0
- package/lib/components/templates/CaseSummary/index.js +2 -0
- package/lib/components/templates/CaseSummary/index.js.map +1 -0
- package/lib/components/templates/CaseView/CaseView.d.ts +25 -0
- package/lib/components/templates/CaseView/CaseView.d.ts.map +1 -0
- package/lib/components/templates/CaseView/CaseView.js +180 -0
- package/lib/components/templates/CaseView/CaseView.js.map +1 -0
- package/lib/components/templates/CaseView/CaseViewActionsMenu.d.ts +16 -0
- package/lib/components/templates/CaseView/CaseViewActionsMenu.d.ts.map +1 -0
- package/lib/components/templates/CaseView/CaseViewActionsMenu.js +43 -0
- package/lib/components/templates/CaseView/CaseViewActionsMenu.js.map +1 -0
- package/lib/components/templates/CaseView/index.d.ts +2 -0
- package/lib/components/templates/CaseView/index.d.ts.map +1 -0
- package/lib/components/templates/CaseView/index.js +2 -0
- package/lib/components/templates/CaseView/index.js.map +1 -0
- package/lib/components/templates/DataReference/DataReference.d.ts +32 -0
- package/lib/components/templates/DataReference/DataReference.d.ts.map +1 -0
- package/lib/components/templates/DataReference/DataReference.js +221 -0
- package/lib/components/templates/DataReference/DataReference.js.map +1 -0
- package/lib/components/templates/DataReference/index.d.ts +2 -0
- package/lib/components/templates/DataReference/index.d.ts.map +1 -0
- package/lib/components/templates/DataReference/index.js +2 -0
- package/lib/components/templates/DataReference/index.js.map +1 -0
- package/lib/components/templates/DefaultForm/DefaultForm.css +25 -0
- package/lib/components/templates/DefaultForm/DefaultForm.d.ts +14 -0
- package/lib/components/templates/DefaultForm/DefaultForm.d.ts.map +1 -0
- package/lib/components/templates/DefaultForm/DefaultForm.js +39 -0
- package/lib/components/templates/DefaultForm/DefaultForm.js.map +1 -0
- package/lib/components/templates/DefaultForm/index.d.ts +2 -0
- package/lib/components/templates/DefaultForm/index.d.ts.map +1 -0
- package/lib/components/templates/DefaultForm/index.js +2 -0
- package/lib/components/templates/DefaultForm/index.js.map +1 -0
- package/lib/components/templates/Details/Details/Details.d.ts +8 -0
- package/lib/components/templates/Details/Details/Details.d.ts.map +1 -0
- package/lib/components/templates/Details/Details/Details.js +24 -0
- package/lib/components/templates/Details/Details/Details.js.map +1 -0
- package/lib/components/templates/Details/Details/index.d.ts +2 -0
- package/lib/components/templates/Details/Details/index.d.ts.map +1 -0
- package/lib/components/templates/Details/Details/index.js +2 -0
- package/lib/components/templates/Details/Details/index.js.map +1 -0
- package/lib/components/templates/Details/DetailsSubTabs/DetailsSubTabs.d.ts +18 -0
- package/lib/components/templates/Details/DetailsSubTabs/DetailsSubTabs.d.ts.map +1 -0
- package/lib/components/templates/Details/DetailsSubTabs/DetailsSubTabs.js +45 -0
- package/lib/components/templates/Details/DetailsSubTabs/DetailsSubTabs.js.map +1 -0
- package/lib/components/templates/Details/DetailsSubTabs/index.d.ts +2 -0
- package/lib/components/templates/Details/DetailsSubTabs/index.d.ts.map +1 -0
- package/lib/components/templates/Details/DetailsSubTabs/index.js +2 -0
- package/lib/components/templates/Details/DetailsSubTabs/index.js.map +1 -0
- package/lib/components/templates/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts +7 -0
- package/lib/components/templates/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts.map +1 -0
- package/lib/components/templates/Details/DetailsThreeColumn/DetailsThreeColumn.js +32 -0
- package/lib/components/templates/Details/DetailsThreeColumn/DetailsThreeColumn.js.map +1 -0
- package/lib/components/templates/Details/DetailsThreeColumn/index.d.ts +2 -0
- package/lib/components/templates/Details/DetailsThreeColumn/index.d.ts.map +1 -0
- package/lib/components/templates/Details/DetailsThreeColumn/index.js +2 -0
- package/lib/components/templates/Details/DetailsThreeColumn/index.js.map +1 -0
- package/lib/components/templates/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts +7 -0
- package/lib/components/templates/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts.map +1 -0
- package/lib/components/templates/Details/DetailsTwoColumn/DetailsTwoColumn.js +30 -0
- package/lib/components/templates/Details/DetailsTwoColumn/DetailsTwoColumn.js.map +1 -0
- package/lib/components/templates/Details/DetailsTwoColumn/index.d.ts +2 -0
- package/lib/components/templates/Details/DetailsTwoColumn/index.d.ts.map +1 -0
- package/lib/components/templates/Details/DetailsTwoColumn/index.js +2 -0
- package/lib/components/templates/Details/DetailsTwoColumn/index.js.map +1 -0
- package/lib/components/templates/FieldGroupTemplate/FieldGroupTemplate.d.ts +22 -0
- package/lib/components/templates/FieldGroupTemplate/FieldGroupTemplate.d.ts.map +1 -0
- package/lib/components/templates/FieldGroupTemplate/FieldGroupTemplate.js +70 -0
- package/lib/components/templates/FieldGroupTemplate/FieldGroupTemplate.js.map +1 -0
- package/lib/components/templates/FieldGroupTemplate/index.d.ts +2 -0
- package/lib/components/templates/FieldGroupTemplate/index.d.ts.map +1 -0
- package/lib/components/templates/FieldGroupTemplate/index.js +2 -0
- package/lib/components/templates/FieldGroupTemplate/index.js.map +1 -0
- package/lib/components/templates/InlineDashboard/InlineDashboard.d.ts +10 -0
- package/lib/components/templates/InlineDashboard/InlineDashboard.d.ts.map +1 -0
- package/lib/components/templates/InlineDashboard/InlineDashboard.js +48 -0
- package/lib/components/templates/InlineDashboard/InlineDashboard.js.map +1 -0
- package/lib/components/templates/InlineDashboard/index.d.ts +2 -0
- package/lib/components/templates/InlineDashboard/index.d.ts.map +1 -0
- package/lib/components/templates/InlineDashboard/index.js +2 -0
- package/lib/components/templates/InlineDashboard/index.js.map +1 -0
- package/lib/components/templates/InlineDashboardPage/InlineDashboardPage.d.ts +18 -0
- package/lib/components/templates/InlineDashboardPage/InlineDashboardPage.d.ts.map +1 -0
- package/lib/components/templates/InlineDashboardPage/InlineDashboardPage.js +34 -0
- package/lib/components/templates/InlineDashboardPage/InlineDashboardPage.js.map +1 -0
- package/lib/components/templates/InlineDashboardPage/index.d.ts +2 -0
- package/lib/components/templates/InlineDashboardPage/index.d.ts.map +1 -0
- package/lib/components/templates/InlineDashboardPage/index.js +2 -0
- package/lib/components/templates/InlineDashboardPage/index.js.map +1 -0
- package/lib/components/templates/ListPage/ListPage.d.ts +16 -0
- package/lib/components/templates/ListPage/ListPage.d.ts.map +1 -0
- package/lib/components/templates/ListPage/ListPage.js +14 -0
- package/lib/components/templates/ListPage/ListPage.js.map +1 -0
- package/lib/components/templates/ListPage/index.d.ts +2 -0
- package/lib/components/templates/ListPage/index.d.ts.map +1 -0
- package/lib/components/templates/ListPage/index.js +2 -0
- package/lib/components/templates/ListPage/index.js.map +1 -0
- package/lib/components/templates/ListView/ListView.css +10 -0
- package/lib/components/templates/ListView/ListView.d.ts +12 -0
- package/lib/components/templates/ListView/ListView.d.ts.map +1 -0
- package/lib/components/templates/ListView/ListView.js +842 -0
- package/lib/components/templates/ListView/ListView.js.map +1 -0
- package/lib/components/templates/ListView/index.d.ts +2 -0
- package/lib/components/templates/ListView/index.d.ts.map +1 -0
- package/lib/components/templates/ListView/index.js +2 -0
- package/lib/components/templates/ListView/index.js.map +1 -0
- package/lib/components/templates/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts +17 -0
- package/lib/components/templates/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts.map +1 -0
- package/lib/components/templates/MultiReferenceReadOnly/MultiReferenceReadOnly.js +34 -0
- package/lib/components/templates/MultiReferenceReadOnly/MultiReferenceReadOnly.js.map +1 -0
- package/lib/components/templates/MultiReferenceReadOnly/index.d.ts +2 -0
- package/lib/components/templates/MultiReferenceReadOnly/index.d.ts.map +1 -0
- package/lib/components/templates/MultiReferenceReadOnly/index.js +2 -0
- package/lib/components/templates/MultiReferenceReadOnly/index.js.map +1 -0
- package/lib/components/templates/NarrowWide/NarrowWide/NarrowWide.css +21 -0
- package/lib/components/templates/NarrowWide/NarrowWide/NarrowWide.d.ts +4 -0
- package/lib/components/templates/NarrowWide/NarrowWide/NarrowWide.d.ts.map +1 -0
- package/lib/components/templates/NarrowWide/NarrowWide/NarrowWide.js +16 -0
- package/lib/components/templates/NarrowWide/NarrowWide/NarrowWide.js.map +1 -0
- package/lib/components/templates/NarrowWide/NarrowWide/index.d.ts +2 -0
- package/lib/components/templates/NarrowWide/NarrowWide/index.d.ts.map +1 -0
- package/lib/components/templates/NarrowWide/NarrowWide/index.js +2 -0
- package/lib/components/templates/NarrowWide/NarrowWide/index.js.map +1 -0
- package/lib/components/templates/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts +7 -0
- package/lib/components/templates/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts.map +1 -0
- package/lib/components/templates/NarrowWide/NarrowWideDetails/NarrowWideDetails.js +35 -0
- package/lib/components/templates/NarrowWide/NarrowWideDetails/NarrowWideDetails.js.map +1 -0
- package/lib/components/templates/NarrowWide/NarrowWideDetails/index.d.ts +2 -0
- package/lib/components/templates/NarrowWide/NarrowWideDetails/index.d.ts.map +1 -0
- package/lib/components/templates/NarrowWide/NarrowWideDetails/index.js +2 -0
- package/lib/components/templates/NarrowWide/NarrowWideDetails/index.js.map +1 -0
- package/lib/components/templates/NarrowWide/NarrowWideForm/NarrowWideForm.css +21 -0
- package/lib/components/templates/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts +4 -0
- package/lib/components/templates/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts.map +1 -0
- package/lib/components/templates/NarrowWide/NarrowWideForm/NarrowWideForm.js +10 -0
- package/lib/components/templates/NarrowWide/NarrowWideForm/NarrowWideForm.js.map +1 -0
- package/lib/components/templates/NarrowWide/NarrowWideForm/index.d.ts +2 -0
- package/lib/components/templates/NarrowWide/NarrowWideForm/index.d.ts.map +1 -0
- package/lib/components/templates/NarrowWide/NarrowWideForm/index.js +2 -0
- package/lib/components/templates/NarrowWide/NarrowWideForm/index.js.map +1 -0
- package/lib/components/templates/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts +17 -0
- package/lib/components/templates/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts.map +1 -0
- package/lib/components/templates/NarrowWide/NarrowWidePage/NarrowWidePage.js +25 -0
- package/lib/components/templates/NarrowWide/NarrowWidePage/NarrowWidePage.js.map +1 -0
- package/lib/components/templates/NarrowWide/NarrowWidePage/index.d.ts +2 -0
- package/lib/components/templates/NarrowWide/NarrowWidePage/index.d.ts.map +1 -0
- package/lib/components/templates/NarrowWide/NarrowWidePage/index.js +2 -0
- package/lib/components/templates/NarrowWide/NarrowWidePage/index.js.map +1 -0
- package/lib/components/templates/OneColumn/OneColumn/OneColumn.d.ts +10 -0
- package/lib/components/templates/OneColumn/OneColumn/OneColumn.d.ts.map +1 -0
- package/lib/components/templates/OneColumn/OneColumn/OneColumn.js +22 -0
- package/lib/components/templates/OneColumn/OneColumn/OneColumn.js.map +1 -0
- package/lib/components/templates/OneColumn/OneColumn/index.d.ts +2 -0
- package/lib/components/templates/OneColumn/OneColumn/index.d.ts.map +1 -0
- package/lib/components/templates/OneColumn/OneColumn/index.js +2 -0
- package/lib/components/templates/OneColumn/OneColumn/index.js.map +1 -0
- package/lib/components/templates/OneColumn/OneColumnPage/OneColumnPage.d.ts +11 -0
- package/lib/components/templates/OneColumn/OneColumnPage/OneColumnPage.d.ts.map +1 -0
- package/lib/components/templates/OneColumn/OneColumnPage/OneColumnPage.js +15 -0
- package/lib/components/templates/OneColumn/OneColumnPage/OneColumnPage.js.map +1 -0
- package/lib/components/templates/OneColumn/OneColumnPage/index.d.ts +2 -0
- package/lib/components/templates/OneColumn/OneColumnPage/index.d.ts.map +1 -0
- package/lib/components/templates/OneColumn/OneColumnPage/index.js +2 -0
- package/lib/components/templates/OneColumn/OneColumnPage/index.js.map +1 -0
- package/lib/components/templates/OneColumn/OneColumnTab/OneColumnTab.d.ts +10 -0
- package/lib/components/templates/OneColumn/OneColumnTab/OneColumnTab.d.ts.map +1 -0
- package/lib/components/templates/OneColumn/OneColumnTab/OneColumnTab.js +11 -0
- package/lib/components/templates/OneColumn/OneColumnTab/OneColumnTab.js.map +1 -0
- package/lib/components/templates/OneColumn/OneColumnTab/index.d.ts +2 -0
- package/lib/components/templates/OneColumn/OneColumnTab/index.d.ts.map +1 -0
- package/lib/components/templates/OneColumn/OneColumnTab/index.js +2 -0
- package/lib/components/templates/OneColumn/OneColumnTab/index.js.map +1 -0
- package/lib/components/templates/PromotedFilters/PromotedFilters.css +7 -0
- package/lib/components/templates/PromotedFilters/PromotedFilters.d.ts +17 -0
- package/lib/components/templates/PromotedFilters/PromotedFilters.d.ts.map +1 -0
- package/lib/components/templates/PromotedFilters/PromotedFilters.js +130 -0
- package/lib/components/templates/PromotedFilters/PromotedFilters.js.map +1 -0
- package/lib/components/templates/PromotedFilters/index.d.ts +2 -0
- package/lib/components/templates/PromotedFilters/index.d.ts.map +1 -0
- package/lib/components/templates/PromotedFilters/index.js +2 -0
- package/lib/components/templates/PromotedFilters/index.js.map +1 -0
- package/lib/components/templates/SimpleTable/SimpleTable/SimpleTable.d.ts +3 -0
- package/lib/components/templates/SimpleTable/SimpleTable/SimpleTable.d.ts.map +1 -0
- package/lib/components/templates/SimpleTable/SimpleTable/SimpleTable.js +26 -0
- package/lib/components/templates/SimpleTable/SimpleTable/SimpleTable.js.map +1 -0
- package/lib/components/templates/SimpleTable/SimpleTable/index.d.ts +2 -0
- package/lib/components/templates/SimpleTable/SimpleTable/index.d.ts.map +1 -0
- package/lib/components/templates/SimpleTable/SimpleTable/index.js +2 -0
- package/lib/components/templates/SimpleTable/SimpleTable/index.js.map +1 -0
- package/lib/components/templates/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts +3 -0
- package/lib/components/templates/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts.map +1 -0
- package/lib/components/templates/SimpleTable/SimpleTableManual/SimpleTableManual.js +505 -0
- package/lib/components/templates/SimpleTable/SimpleTableManual/SimpleTableManual.js.map +1 -0
- package/lib/components/templates/SimpleTable/SimpleTableManual/index.d.ts +2 -0
- package/lib/components/templates/SimpleTable/SimpleTableManual/index.d.ts.map +1 -0
- package/lib/components/templates/SimpleTable/SimpleTableManual/index.js +2 -0
- package/lib/components/templates/SimpleTable/SimpleTableManual/index.js.map +1 -0
- package/lib/components/templates/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts +35 -0
- package/lib/components/templates/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts.map +1 -0
- package/lib/components/templates/SimpleTable/SimpleTableSelect/SimpleTableSelect.js +105 -0
- package/lib/components/templates/SimpleTable/SimpleTableSelect/SimpleTableSelect.js.map +1 -0
- package/lib/components/templates/SimpleTable/SimpleTableSelect/index.d.ts +2 -0
- package/lib/components/templates/SimpleTable/SimpleTableSelect/index.d.ts.map +1 -0
- package/lib/components/templates/SimpleTable/SimpleTableSelect/index.js +2 -0
- package/lib/components/templates/SimpleTable/SimpleTableSelect/index.js.map +1 -0
- package/lib/components/templates/SimpleTable/helpers.d.ts +79 -0
- package/lib/components/templates/SimpleTable/helpers.d.ts.map +1 -0
- package/lib/components/templates/SimpleTable/helpers.js +306 -0
- package/lib/components/templates/SimpleTable/helpers.js.map +1 -0
- package/lib/components/templates/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts +28 -0
- package/lib/components/templates/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts.map +1 -0
- package/lib/components/templates/SingleReferenceReadOnly/SingleReferenceReadOnly.js +51 -0
- package/lib/components/templates/SingleReferenceReadOnly/SingleReferenceReadOnly.js.map +1 -0
- package/lib/components/templates/SingleReferenceReadOnly/index.d.ts +2 -0
- package/lib/components/templates/SingleReferenceReadOnly/index.d.ts.map +1 -0
- package/lib/components/templates/SingleReferenceReadOnly/index.js +2 -0
- package/lib/components/templates/SingleReferenceReadOnly/index.js.map +1 -0
- package/lib/components/templates/SubTabs/SubTabs.d.ts +13 -0
- package/lib/components/templates/SubTabs/SubTabs.d.ts.map +1 -0
- package/lib/components/templates/SubTabs/SubTabs.js +33 -0
- package/lib/components/templates/SubTabs/SubTabs.js.map +1 -0
- package/lib/components/templates/SubTabs/index.d.ts +2 -0
- package/lib/components/templates/SubTabs/index.d.ts.map +1 -0
- package/lib/components/templates/SubTabs/index.js +2 -0
- package/lib/components/templates/SubTabs/index.js.map +1 -0
- package/lib/components/templates/SubTabs/tabUtils.d.ts +5 -0
- package/lib/components/templates/SubTabs/tabUtils.d.ts.map +1 -0
- package/lib/components/templates/SubTabs/tabUtils.js +62 -0
- package/lib/components/templates/SubTabs/tabUtils.js.map +1 -0
- package/lib/components/templates/TwoColumn/TwoColumn/TwoColumn.css +13 -0
- package/lib/components/templates/TwoColumn/TwoColumn/TwoColumn.d.ts +14 -0
- package/lib/components/templates/TwoColumn/TwoColumn/TwoColumn.d.ts.map +1 -0
- package/lib/components/templates/TwoColumn/TwoColumn/TwoColumn.js +43 -0
- package/lib/components/templates/TwoColumn/TwoColumn/TwoColumn.js.map +1 -0
- package/lib/components/templates/TwoColumn/TwoColumn/index.d.ts +2 -0
- package/lib/components/templates/TwoColumn/TwoColumn/index.d.ts.map +1 -0
- package/lib/components/templates/TwoColumn/TwoColumn/index.js +2 -0
- package/lib/components/templates/TwoColumn/TwoColumn/index.js.map +1 -0
- package/lib/components/templates/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts +11 -0
- package/lib/components/templates/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts.map +1 -0
- package/lib/components/templates/TwoColumn/TwoColumnPage/TwoColumnPage.js +16 -0
- package/lib/components/templates/TwoColumn/TwoColumnPage/TwoColumnPage.js.map +1 -0
- package/lib/components/templates/TwoColumn/TwoColumnPage/index.d.ts +2 -0
- package/lib/components/templates/TwoColumn/TwoColumnPage/index.d.ts.map +1 -0
- package/lib/components/templates/TwoColumn/TwoColumnPage/index.js +2 -0
- package/lib/components/templates/TwoColumn/TwoColumnPage/index.js.map +1 -0
- package/lib/components/templates/TwoColumn/TwoColumnTab/TwoColumnTab.css +12 -0
- package/lib/components/templates/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts +14 -0
- package/lib/components/templates/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts.map +1 -0
- package/lib/components/templates/TwoColumn/TwoColumnTab/TwoColumnTab.js +40 -0
- package/lib/components/templates/TwoColumn/TwoColumnTab/TwoColumnTab.js.map +1 -0
- package/lib/components/templates/TwoColumn/TwoColumnTab/index.d.ts +2 -0
- package/lib/components/templates/TwoColumn/TwoColumnTab/index.d.ts.map +1 -0
- package/lib/components/templates/TwoColumn/TwoColumnTab/index.js +2 -0
- package/lib/components/templates/TwoColumn/TwoColumnTab/index.js.map +1 -0
- package/lib/components/templates/WideNarrow/WideNarrow/WideNarrow.css +21 -0
- package/lib/components/templates/WideNarrow/WideNarrow/WideNarrow.d.ts +4 -0
- package/lib/components/templates/WideNarrow/WideNarrow/WideNarrow.d.ts.map +1 -0
- package/lib/components/templates/WideNarrow/WideNarrow/WideNarrow.js +16 -0
- package/lib/components/templates/WideNarrow/WideNarrow/WideNarrow.js.map +1 -0
- package/lib/components/templates/WideNarrow/WideNarrow/index.d.ts +2 -0
- package/lib/components/templates/WideNarrow/WideNarrow/index.d.ts.map +1 -0
- package/lib/components/templates/WideNarrow/WideNarrow/index.js +2 -0
- package/lib/components/templates/WideNarrow/WideNarrow/index.js.map +1 -0
- package/lib/components/templates/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts +7 -0
- package/lib/components/templates/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts.map +1 -0
- package/lib/components/templates/WideNarrow/WideNarrowDetails/WideNarrowDetails.js +35 -0
- package/lib/components/templates/WideNarrow/WideNarrowDetails/WideNarrowDetails.js.map +1 -0
- package/lib/components/templates/WideNarrow/WideNarrowDetails/index.d.ts +2 -0
- package/lib/components/templates/WideNarrow/WideNarrowDetails/index.d.ts.map +1 -0
- package/lib/components/templates/WideNarrow/WideNarrowDetails/index.js +2 -0
- package/lib/components/templates/WideNarrow/WideNarrowDetails/index.js.map +1 -0
- package/lib/components/templates/WideNarrow/WideNarrowForm/WideNarrowForm.css +21 -0
- package/lib/components/templates/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts +4 -0
- package/lib/components/templates/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts.map +1 -0
- package/lib/components/templates/WideNarrow/WideNarrowForm/WideNarrowForm.js +10 -0
- package/lib/components/templates/WideNarrow/WideNarrowForm/WideNarrowForm.js.map +1 -0
- package/lib/components/templates/WideNarrow/WideNarrowForm/index.d.ts +2 -0
- package/lib/components/templates/WideNarrow/WideNarrowForm/index.d.ts.map +1 -0
- package/lib/components/templates/WideNarrow/WideNarrowForm/index.js +2 -0
- package/lib/components/templates/WideNarrow/WideNarrowForm/index.js.map +1 -0
- package/lib/components/templates/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts +17 -0
- package/lib/components/templates/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts.map +1 -0
- package/lib/components/templates/WideNarrow/WideNarrowPage/WideNarrowPage.js +25 -0
- package/lib/components/templates/WideNarrow/WideNarrowPage/WideNarrowPage.js.map +1 -0
- package/lib/components/templates/WideNarrow/WideNarrowPage/index.d.ts +2 -0
- package/lib/components/templates/WideNarrow/WideNarrowPage/index.d.ts.map +1 -0
- package/lib/components/templates/WideNarrow/WideNarrowPage/index.js +2 -0
- package/lib/components/templates/WideNarrow/WideNarrowPage/index.js.map +1 -0
- package/lib/components/templates/utils.d.ts +3 -0
- package/lib/components/templates/utils.d.ts.map +1 -0
- package/lib/components/templates/utils.js +22 -0
- package/lib/components/templates/utils.js.map +1 -0
- package/lib/components/widgets/AppAnnouncement/AppAnnouncement.d.ts +19 -0
- package/lib/components/widgets/AppAnnouncement/AppAnnouncement.d.ts.map +1 -0
- package/lib/components/widgets/AppAnnouncement/AppAnnouncement.js +53 -0
- package/lib/components/widgets/AppAnnouncement/AppAnnouncement.js.map +1 -0
- package/lib/components/widgets/AppAnnouncement/index.d.ts +2 -0
- package/lib/components/widgets/AppAnnouncement/index.d.ts.map +1 -0
- package/lib/components/widgets/AppAnnouncement/index.js +2 -0
- package/lib/components/widgets/AppAnnouncement/index.js.map +1 -0
- package/lib/components/widgets/CaseHistory/CaseHistory.d.ts +10 -0
- package/lib/components/widgets/CaseHistory/CaseHistory.d.ts.map +1 -0
- package/lib/components/widgets/CaseHistory/CaseHistory.js +118 -0
- package/lib/components/widgets/CaseHistory/CaseHistory.js.map +1 -0
- package/lib/components/widgets/CaseHistory/index.d.ts +2 -0
- package/lib/components/widgets/CaseHistory/index.d.ts.map +1 -0
- package/lib/components/widgets/CaseHistory/index.js +2 -0
- package/lib/components/widgets/CaseHistory/index.js.map +1 -0
- package/lib/components/widgets/FileUtility/ActionButtonsForFileUtil.css +27 -0
- package/lib/components/widgets/FileUtility/ActionButtonsForFileUtil.d.ts +4 -0
- package/lib/components/widgets/FileUtility/ActionButtonsForFileUtil.d.ts.map +1 -0
- package/lib/components/widgets/FileUtility/ActionButtonsForFileUtil.js +9 -0
- package/lib/components/widgets/FileUtility/ActionButtonsForFileUtil.js.map +1 -0
- package/lib/components/widgets/FileUtility/FileUtility.css +117 -0
- package/lib/components/widgets/FileUtility/FileUtility.d.ts +4 -0
- package/lib/components/widgets/FileUtility/FileUtility.d.ts.map +1 -0
- package/lib/components/widgets/FileUtility/FileUtility.js +456 -0
- package/lib/components/widgets/FileUtility/FileUtility.js.map +1 -0
- package/lib/components/widgets/FileUtility/index.d.ts +1 -0
- package/lib/components/widgets/FileUtility/index.d.ts.map +1 -0
- package/lib/components/widgets/FileUtility/index.js +2 -0
- package/lib/components/widgets/FileUtility/index.js.map +1 -0
- package/lib/components/widgets/Followers/Followers.d.ts +8 -0
- package/lib/components/widgets/Followers/Followers.d.ts.map +1 -0
- package/lib/components/widgets/Followers/Followers.js +40 -0
- package/lib/components/widgets/Followers/Followers.js.map +1 -0
- package/lib/components/widgets/Followers/index.d.ts +2 -0
- package/lib/components/widgets/Followers/index.d.ts.map +1 -0
- package/lib/components/widgets/Followers/index.js +2 -0
- package/lib/components/widgets/Followers/index.js.map +1 -0
- package/lib/components/widgets/SummaryItem/SummaryItem.css +78 -0
- package/lib/components/widgets/SummaryItem/SummaryItem.d.ts +4 -0
- package/lib/components/widgets/SummaryItem/SummaryItem.d.ts.map +1 -0
- package/lib/components/widgets/SummaryItem/SummaryItem.js +46 -0
- package/lib/components/widgets/SummaryItem/SummaryItem.js.map +1 -0
- package/lib/components/widgets/SummaryItem/index.d.ts +2 -0
- package/lib/components/widgets/SummaryItem/index.d.ts.map +1 -0
- package/lib/components/widgets/SummaryItem/index.js +2 -0
- package/lib/components/widgets/SummaryItem/index.js.map +1 -0
- package/lib/components/widgets/SummaryList/SummaryList.d.ts +3 -0
- package/lib/components/widgets/SummaryList/SummaryList.d.ts.map +1 -0
- package/lib/components/widgets/SummaryList/SummaryList.js +6 -0
- package/lib/components/widgets/SummaryList/SummaryList.js.map +1 -0
- package/lib/components/widgets/SummaryList/index.d.ts +2 -0
- package/lib/components/widgets/SummaryList/index.d.ts.map +1 -0
- package/lib/components/widgets/SummaryList/index.js +2 -0
- package/lib/components/widgets/SummaryList/index.js.map +1 -0
- package/lib/components_map.d.ts +4 -0
- package/lib/components_map.d.ts.map +1 -0
- package/lib/components_map.js +820 -0
- package/lib/components_map.js.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +3 -0
- package/lib/index.js.map +1 -0
- package/lib/sdk-pega-component-map.d.ts +156 -0
- package/lib/sdk-pega-component-map.d.ts.map +1 -0
- package/lib/sdk-pega-component-map.js +167 -0
- package/lib/sdk-pega-component-map.js.map +1 -0
- package/package.json +14 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"components_map.js","sourceRoot":"","sources":["../src/components_map.js"],"names":[],"mappings":"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","sourcesContent":["// import loadable from \"@loadable/component\";\n\nexport default {\n // Currency: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Currency\" */ \"./components/forms/Currency\")\n // )\n // ],\n // scripts: []\n // },\n // DeferLoad: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"DeferLoad\" */ \"./components/DeferLoad\")\n // )\n // ]\n // },\n // ViewContainer: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"ViewContainer\" */\n // \"./components/ViewContainer\"\n // )\n // )\n // ]\n // },\n // PreviewViewContainer: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"PreviewViewContainer\" */\n // \"./components/PreviewViewContainer\"\n // )\n // )\n // ]\n // },\n // RootContainer: {\n // modules: [\n // loadable(() =>\n // {\n // import(\n // /* webpackChunkName: \"RootContainer\" */\n // \"./components/RootContainer/index.tsx\"\n // )\n // }\n // )\n // ]\n // },\n // HybridViewContainer: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"HybridViewContainer\" */\n // \"./components/HybridViewContainer\"\n // )\n // )\n // ]\n // },\n // ModalViewContainer: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"ModalViewContainer\" */\n // \"./components/ModalViewContainer\"\n // )\n // )\n // ]\n // },\n // LoadingComponent: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"Loading\" */\n // \"./components/Loading\"\n // )\n // )\n // ]\n // },\n // FlowContainer: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"FlowContainer\" */\n // \"./components/FlowContainer\"\n // )\n // )\n // ]\n // },\n // CaseCreateStage: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"CaseCreateStage\" */\n // \"./components/CaseCreateStage\"\n // )\n // )\n // ]\n // },\n // Todo: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Todo\" */ \"./components/Widgets/Todo\")\n // )\n // ]\n // },\n // Assignment: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"Assignment\" */\n // \"./components/Assignment\"\n // )\n // )\n // ]\n // },\n // Panel: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Panel\" */ \"./components/Panel\")\n // )\n // ]\n // },\n // TextInput: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"TextInput\" */ \"./components/forms/TextInput\"\n // )\n // )\n // ]\n // },\n // Phone: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Phone\" */ \"./components/forms/Phone\")\n // )\n // ]\n // },\n // Percentage: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"Percentage\" */ \"./components/forms/Percentage\"\n // )\n // )\n // ]\n // },\n // Email: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Email\" */ \"./components/forms/Email\")\n // )\n // ]\n // },\n // Integer: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Integer\" */ \"./components/forms/Integer\")\n // )\n // ]\n // },\n // Decimal: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Decimal\" */ \"./components/forms/Decimal\")\n // )\n // ]\n // },\n // URL: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"URL\" */ \"./components/forms/URL\")\n // )\n // ]\n // },\n // SemanticLink: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"SemanticLink\" */ \"./components/forms/SemanticLink\"\n // )\n // )\n // ]\n // },\n // View: {\n // modules: [\n // loadable(() => import(/* webpackChunkName: \"View\" */ \"./components/View\"))\n // ]\n // },\n // Region: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Region\" */ \"./components/Region\")\n // )\n // ]\n // },\n // Checkbox: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Checkbox\" */ \"./components/forms/Checkbox\")\n // )\n // ]\n // },\n // RadioButtons: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"RadioButtons\" */\n // \"./components/forms/RadioButtons\"\n // )\n // )\n // ]\n // },\n // DateTime: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"DateTime\" */ \"./components/forms/DateTime\")\n // )\n // ]\n // },\n // Date: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Date\" */ \"./components/forms/Date\")\n // )\n // ]\n // },\n // Time: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Time\" */ \"./components/forms/Time\")\n // )\n // ]\n // },\n // Text: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Text\" */ \"./components/forms/Text\")\n // )\n // ]\n // },\n // TextArea: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"TextArea\" */ \"./components/forms/TextArea\")\n // )\n // ]\n // },\n // TextContent: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"TextContent\" */ \"./components/forms/TextContent\"\n // )\n // )\n // ]\n // },\n // RichText: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"RichText\" */ \"./components/forms/RichText\")\n // )\n // ]\n // },\n // Pulse: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Pulse\" */ \"./components/FeedContainer\")\n // )\n // ]\n // },\n // Activity: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"Activity\" */\n // \"./components/Activity/Activity\"\n // )\n // )\n // ]\n // },\n // ListView: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"ListView\" */\n // \"./components/Templates/ListView\"\n // )\n // )\n // ]\n // },\n // SimpleTable: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"SimpleTable\" */\n // \"./components/Templates/SimpleTable\"\n // )\n // )\n // ]\n // },\n // DataReference: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"DataReference\" */\n // \"./components/Templates/DataReference\"\n // )\n // )\n // ]\n // },\n // ListPage: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"ListPage\" */\n // \"./components/Templates/ListPage\"\n // )\n // )\n // ]\n // },\n // OneColumnPage: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"OneColumnPage\" */\n // \"./components/Templates/PageLayout/OneColumnPage\"\n // )\n // )\n // ]\n // },\n // TwoColumnPage: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"TwoColumnPage\" */\n // \"./components/Templates/PageLayout/TwoColumnPage\"\n // )\n // )\n // ]\n // },\n // ThreeColumnPage: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"ThreeColumnPage\" */\n // \"./components/Templates/PageLayout/ThreeColumnPage\"\n // )\n // )\n // ]\n // },\n // NarrowWidePage: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"NarrowWidePage\" */\n // \"./components/Templates/PageLayout/NarrowWidePage\"\n // )\n // )\n // ]\n // },\n // WideNarrowPage: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"WideNarrowPage\" */\n // \"./components/Templates/PageLayout/WideNarrowPage\"\n // )\n // )\n // ]\n // },\n // Page: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Page\" */ \"./components/Templates/Page\")\n // )\n // ]\n // },\n // TabbedPage: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"TabbedPage\" */ \"./components/Templates/TabbedPage\"\n // )\n // )\n // ]\n // },\n // OneColumn: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"OneColumn\" */\n // \"./components/Templates/Forms/OneColumn\"\n // )\n // )\n // ]\n // },\n // TwoColumn: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"TwoColumn\" */\n // \"./components/Templates/Forms/TwoColumn\"\n // )\n // )\n // ]\n // },\n // NarrowWideForm: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"NarrowWideForm\" */\n // \"./components/Templates/Forms/NarrowWide\"\n // )\n // )\n // ]\n // },\n // WideNarrowForm: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"WideNarrowForm\" */\n // \"./components/Templates/Forms/WideNarrow\"\n // )\n // )\n // ]\n // },\n // DefaultForm: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"DefaultForm\" */\n // \"./components/Templates/Forms/DefaultForm\"\n // )\n // )\n // ]\n // },\n // OneColumnTab: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"OneColumnTab\" */\n // \"./components/Templates/Tab\"\n // )\n // )\n // ]\n // },\n // TwoColumnTab: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"TwoColumnTab\" */\n // \"./components/Templates/Tab\"\n // )\n // )\n // ]\n // },\n // ThreeColumnTab: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"ThreeColumnTab\" */\n // \"./components/Templates/Tab\"\n // )\n // )\n // ]\n // },\n // WideNarrowTab: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"WideNarrowTab\" */\n // \"./components/Templates/Tab\"\n // )\n // )\n // ]\n // },\n // NarrowWideTab: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"NarrowWideTab\" */\n // \"./components/Templates/Tab\"\n // )\n // )\n // ]\n // },\n // RepeatingTemplate: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"RepeatingTemplate\" */\n // \"./components/Templates/RepeatingTemplate\"\n // )\n // )\n // ]\n // },\n // AppShell: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"AppShell\" */\n // \"./components/Templates/AppShell\"\n // )\n // )\n // ]\n // },\n // SubTabs: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"SubTabs\" */\n // \"./components/Templates/Tab/SubTabs\"\n // )\n // )\n // ]\n // },\n // CaseView: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"CaseView\" */\n // \"./components/Templates/CaseView\"\n // )\n // )\n // ]\n // },\n // CasePreview: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"CasePreview\" */\n // \"./components/Templates/CasePreview\"\n // )\n // )\n // ]\n // },\n // CaseSummary: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"CaseSummary\" */\n // \"./components/Templates/CaseSummary\"\n // )\n // )\n // ]\n // },\n // Details: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"Details\" */\n // \"./components/Templates/Details\"\n // )\n // )\n // ]\n // },\n // DetailsTwoColumn: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"DetailsTwoColumn\" */\n // \"./components/Templates/Details\"\n // )\n // )\n // ]\n // },\n // DetailsThreeColumn: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"DetailsThreeColumn\" */\n // \"./components/Templates/Details\"\n // )\n // )\n // ]\n // },\n // DetailsSubTabs: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"DetailsSubTabs\" */\n // \"./components/Templates/Details/SubTabs\"\n // )\n // )\n // ]\n // },\n // NarrowWideDetails: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"NarrowWideDetails\" */\n // \"./components/Templates/Details\"\n // )\n // )\n // ]\n // },\n // WideNarrowDetails: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"WideNarrowDetails\" */\n // \"./components/Templates/Details\"\n // )\n // )\n // ]\n // },\n // Dropdown: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Dropdown\" */ \"./components/forms/Dropdown\")\n // )\n // ]\n // },\n // DataExplorer: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"DataExplorer\" */ \"./components/Analytics/DataExplorer\"\n // )\n // )\n // ]\n // },\n // Insight: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"Insight\" */ \"./components/Analytics/Insight\"\n // )\n // )\n // ]\n // },\n // Search: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Search\" */ \"./components/Search\")\n // )\n // ]\n // },\n // AppAnnouncement: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"AppAnnouncement\" */ \"./components/Widgets/AppAnnouncement\"\n // )\n // )\n // ]\n // },\n // CaseHistory: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"CaseHistory\" */ \"./components/Widgets/CaseHistory\"\n // )\n // )\n // ]\n // },\n // PropertyPanel: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"PropertyPanel\" */\n // \"./components/Authoring/PropertyPanel\"\n // )\n // )\n // ]\n // },\n // EditView: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"EditView\" */\n // \"./components/Authoring/EditView\"\n // )\n // )\n // ]\n // },\n // AddViewButton: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"AddViewButton\" */\n // \"./components/Authoring/AddViewButton\"\n // )\n // )\n // ]\n // },\n // UIViews: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"UIViews\" */\n // \"./components/Authoring/UIViews\"\n // )\n // )\n // ]\n // },\n // ErrorBoundary: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"ErrorBoundary\" */\n // \"./components/Authoring/ErrorBoundary\"\n // )\n // )\n // ]\n // },\n // ThemePalette: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"ThemePalette\" */\n // \"./components/Authoring/ThemePalette\"\n // )\n // )\n // ]\n // },\n // Stages: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Stages\" */ \"./components/Stages\")\n // )\n // ]\n // },\n // Location: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Location\" */ \"./components/forms/Location\")\n // )\n // ]\n // },\n // Attachment: {\n // modules: [\n // loadable(() =>\n // import(/* webpackChunkName: \"Attachment\" */ \"./components/Attachment\")\n // )\n // ]\n // },\n // FileUtility: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"FileUtility\" */ \"./components/Widgets/FileUtility\"\n // )\n // )\n // ]\n // },\n // Followers: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"Followers\" */ \"./components/Widgets/Followers\"\n // )\n // )\n // ]\n // },\n // AutoComplete: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"AutoComplete\" */\n // \"./components/forms/AutoComplete\"\n // )\n // )\n // ]\n // },\n // FeedMessageContent: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"FeedMessageContent\" */\n // \"./components/Activity/FeedMessageContent\"\n // )\n // )\n // ]\n // },\n // PersonaAccessContainer: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"PersonaAccessContainer\" */\n // \"./components/Authoring/PersonaAccessContainer\"\n // )\n // )\n // ]\n // },\n // DecisionTableContainer: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"DecisionTableContainer\" */\n // \"./components/Authoring/DecisionTable\"\n // )\n // )\n // ]\n // },\n // UserReference: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"UserReference\" */\n // \"./components/forms/UserReference\"\n // )\n // )\n // ]\n // },\n // CaseOperator: {\n // modules: [\n // loadable(() =>\n // import(\n // /* webpackChunkName: \"CaseOperator\" */\n // \"./components/Widgets/CaseOperator\"\n // )\n // )\n // ]\n // }\n};\n\nexport const LazyMap = {};\n"]}
|
package/lib/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}
|
package/lib/index.js
ADDED
package/lib/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,+DAA+D","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\n\n"]}
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
export default pegaSdkComponentMap;
|
|
2
|
+
declare namespace pegaSdkComponentMap {
|
|
3
|
+
export { ActionButtons };
|
|
4
|
+
export { AppAnnouncement };
|
|
5
|
+
export { AppShell };
|
|
6
|
+
export { Assignment };
|
|
7
|
+
export { AssignmentCard };
|
|
8
|
+
export { Attachment };
|
|
9
|
+
export { AutoComplete };
|
|
10
|
+
export { CancelAlert };
|
|
11
|
+
export { CaseHistory };
|
|
12
|
+
export { CaseSummary };
|
|
13
|
+
export { CaseView };
|
|
14
|
+
export { Checkbox };
|
|
15
|
+
export { Currency };
|
|
16
|
+
export { DashboardFilter };
|
|
17
|
+
export { DataReference };
|
|
18
|
+
export { Date };
|
|
19
|
+
export { DateTime };
|
|
20
|
+
export { Decimal };
|
|
21
|
+
export { DefaultForm };
|
|
22
|
+
export { Details };
|
|
23
|
+
export { DetailsSubTabs };
|
|
24
|
+
export { DetailsTwoColumn };
|
|
25
|
+
export { DeferLoad };
|
|
26
|
+
export { Dropdown };
|
|
27
|
+
export { Email };
|
|
28
|
+
export { ErrorBoundary };
|
|
29
|
+
export { FileUtility };
|
|
30
|
+
export { FlowContainer };
|
|
31
|
+
export { Followers };
|
|
32
|
+
export { InlineDashboard };
|
|
33
|
+
export { InlineDashboardPage };
|
|
34
|
+
export { Integer };
|
|
35
|
+
export { ListPage };
|
|
36
|
+
export { ListView };
|
|
37
|
+
export { ModalViewContainer };
|
|
38
|
+
export { MultiStep };
|
|
39
|
+
export { NarrowWide };
|
|
40
|
+
export { NarrowWideDetails };
|
|
41
|
+
export { NarrowWideForm };
|
|
42
|
+
export { NarrowWidePage };
|
|
43
|
+
export { NavBar };
|
|
44
|
+
export { OneColumn };
|
|
45
|
+
export { OneColumnPage };
|
|
46
|
+
export { OneColumnTab };
|
|
47
|
+
export { Percentage };
|
|
48
|
+
export { Phone };
|
|
49
|
+
export { PromotedFilters };
|
|
50
|
+
export { Pulse };
|
|
51
|
+
export { Reference as reference };
|
|
52
|
+
export { RadioButtons };
|
|
53
|
+
export { Region };
|
|
54
|
+
export { RootContainer };
|
|
55
|
+
export { SemanticLink };
|
|
56
|
+
export { SimpleTable };
|
|
57
|
+
export { SimpleTableManual };
|
|
58
|
+
export { SimpleTableSelect };
|
|
59
|
+
export { Stages };
|
|
60
|
+
export { SubTabs };
|
|
61
|
+
export { SummaryItem };
|
|
62
|
+
export { SummaryList };
|
|
63
|
+
export { TextArea };
|
|
64
|
+
export { TextContent };
|
|
65
|
+
export { TextInput };
|
|
66
|
+
export { Time };
|
|
67
|
+
export { ToDo as Todo };
|
|
68
|
+
export { TwoColumn };
|
|
69
|
+
export { TwoColumnPage };
|
|
70
|
+
export { URL };
|
|
71
|
+
export { UserReference };
|
|
72
|
+
export { VerticalTabs };
|
|
73
|
+
export { View };
|
|
74
|
+
export { ViewContainer };
|
|
75
|
+
export { WideNarrow };
|
|
76
|
+
export { WideNarrowDetails };
|
|
77
|
+
export { WideNarrowForm };
|
|
78
|
+
export { WideNarrowPage };
|
|
79
|
+
}
|
|
80
|
+
import ActionButtons from "../lib/components/infra/ActionButtons";
|
|
81
|
+
import AppAnnouncement from "../lib/components/widgets/AppAnnouncement";
|
|
82
|
+
import AppShell from "../lib/components/templates/AppShell/AppShell";
|
|
83
|
+
import Assignment from "../lib/components/infra/Assignment/Assignment";
|
|
84
|
+
import AssignmentCard from "../lib/components/infra/AssignmentCard/AssignmentCard";
|
|
85
|
+
import Attachment from "../lib/components/infra/Attachment/Attachment";
|
|
86
|
+
import AutoComplete from "../lib/components/forms/AutoComplete";
|
|
87
|
+
import CancelAlert from "../lib/components/forms/CancelAlert";
|
|
88
|
+
import CaseHistory from "../lib/components/widgets/CaseHistory";
|
|
89
|
+
import CaseSummary from "../lib/components/templates/CaseSummary";
|
|
90
|
+
import CaseView from "../lib/components/templates/CaseView";
|
|
91
|
+
import Checkbox from "../lib/components/forms/Checkbox";
|
|
92
|
+
import Currency from "../lib/components/forms/Currency";
|
|
93
|
+
import DashboardFilter from "../lib/components/infra/DashboardFilter";
|
|
94
|
+
import DataReference from "../lib/components/templates/DataReference";
|
|
95
|
+
import Date from "../lib/components/forms/Date";
|
|
96
|
+
import DateTime from "../lib/components/forms/DateTime";
|
|
97
|
+
import Decimal from "../lib/components/forms/Decimal";
|
|
98
|
+
import DefaultForm from "../lib/components/templates/DefaultForm";
|
|
99
|
+
import Details from "../lib/components/templates/Details/Details";
|
|
100
|
+
import DetailsSubTabs from "../lib/components/templates/Details/DetailsSubTabs";
|
|
101
|
+
import DetailsTwoColumn from "../lib/components/templates/Details/DetailsTwoColumn/DetailsTwoColumn";
|
|
102
|
+
import DeferLoad from "../lib/components/infra/DeferLoad";
|
|
103
|
+
import Dropdown from "../lib/components/forms/Dropdown";
|
|
104
|
+
import Email from "../lib/components/forms/Email/Email";
|
|
105
|
+
import ErrorBoundary from "../lib/components/infra/ErrorBoundary";
|
|
106
|
+
import FileUtility from "../lib/components/widgets/FileUtility/FileUtility";
|
|
107
|
+
import FlowContainer from "../lib/components/infra/Containers/FlowContainer";
|
|
108
|
+
import Followers from "../lib/components/widgets/Followers";
|
|
109
|
+
import InlineDashboard from "../lib/components/templates/InlineDashboard";
|
|
110
|
+
import InlineDashboardPage from "../lib/components/templates/InlineDashboardPage/InlineDashboardPage";
|
|
111
|
+
import Integer from "../lib/components/forms/Integer";
|
|
112
|
+
import ListPage from "../lib/components/templates/ListPage/ListPage";
|
|
113
|
+
import ListView from "../lib/components/templates/ListView";
|
|
114
|
+
import ModalViewContainer from "../lib/components/infra/Containers/ModalViewContainer/ModalViewContainer";
|
|
115
|
+
import MultiStep from "../lib/components/infra/MultiStep";
|
|
116
|
+
import NarrowWide from "../lib/components/templates/NarrowWide/NarrowWide";
|
|
117
|
+
import NarrowWideDetails from "../lib/components/templates/NarrowWide/NarrowWideDetails";
|
|
118
|
+
import NarrowWideForm from "../lib/components/templates/NarrowWide/NarrowWideForm";
|
|
119
|
+
import NarrowWidePage from "../lib/components/templates/NarrowWide/NarrowWidePage";
|
|
120
|
+
import NavBar from "../lib/components/infra/NavBar";
|
|
121
|
+
import OneColumn from "../lib/components/templates/OneColumn/OneColumn";
|
|
122
|
+
import OneColumnPage from "../lib/components/templates/OneColumn/OneColumnPage";
|
|
123
|
+
import OneColumnTab from "../lib/components/templates/OneColumn/OneColumnTab";
|
|
124
|
+
import Percentage from "../lib/components/forms/Percentage";
|
|
125
|
+
import Phone from "../lib/components/forms/Phone/Phone";
|
|
126
|
+
import PromotedFilters from "../lib/components/templates/PromotedFilters";
|
|
127
|
+
import Pulse from "../lib/components/designSystemExtensions/Pulse";
|
|
128
|
+
import Reference from "../lib/components/infra/Reference/Reference";
|
|
129
|
+
import RadioButtons from "../lib/components/forms/RadioButtons";
|
|
130
|
+
import Region from "../lib/components/infra/Region/Region";
|
|
131
|
+
import RootContainer from "../lib/components/infra/RootContainer/RootContainer";
|
|
132
|
+
import SemanticLink from "../lib/components/forms/SemanticLink";
|
|
133
|
+
import SimpleTable from "../lib/components/templates/SimpleTable/SimpleTable";
|
|
134
|
+
import SimpleTableManual from "../lib/components/templates/SimpleTable/SimpleTableManual";
|
|
135
|
+
import SimpleTableSelect from "../lib/components/templates/SimpleTable/SimpleTableSelect";
|
|
136
|
+
import Stages from "../lib/components/infra/Stages";
|
|
137
|
+
import SubTabs from "../lib/components/templates/SubTabs";
|
|
138
|
+
import SummaryItem from "../lib/components/widgets/SummaryItem";
|
|
139
|
+
import SummaryList from "../lib/components/widgets/SummaryList";
|
|
140
|
+
import TextArea from "../lib/components/forms/TextArea";
|
|
141
|
+
import TextContent from "../lib/components/forms/TextContent";
|
|
142
|
+
import TextInput from "../lib/components/forms/TextInput/TextInput";
|
|
143
|
+
import Time from "../lib/components/forms/Time";
|
|
144
|
+
import ToDo from "../lib/components/infra/ToDo";
|
|
145
|
+
import TwoColumn from "../lib/components/templates/TwoColumn/TwoColumn";
|
|
146
|
+
import TwoColumnPage from "../lib/components/templates/TwoColumn/TwoColumnPage";
|
|
147
|
+
import URL from "../lib/components/forms/URL";
|
|
148
|
+
import UserReference from "../lib/components/forms/UserReference";
|
|
149
|
+
import VerticalTabs from "../lib/components/infra/VerticalTabs";
|
|
150
|
+
import View from "../lib/components/infra/View";
|
|
151
|
+
import ViewContainer from "../lib/components/infra/Containers/ViewContainer";
|
|
152
|
+
import WideNarrow from "../lib/components/templates/WideNarrow/WideNarrow";
|
|
153
|
+
import WideNarrowDetails from "../lib/components/templates/WideNarrow/WideNarrowDetails";
|
|
154
|
+
import WideNarrowForm from "../lib/components/templates/WideNarrow/WideNarrowForm";
|
|
155
|
+
import WideNarrowPage from "../lib/components/templates/WideNarrow/WideNarrowPage";
|
|
156
|
+
//# sourceMappingURL=sdk-pega-component-map.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sdk-pega-component-map.d.ts","sourceRoot":"","sources":["../lib/sdk-pega-component-map.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
// When this code is run from the generated npm module, the components are
|
|
2
|
+
// placed in the npm module's 'lib' directory. So, we expect to import from there.
|
|
3
|
+
// This file should import and expose ALL of the components that may be
|
|
4
|
+
// dynamically rendered at runtime via calls to react_pconnect or the View component
|
|
5
|
+
import ActionButtons from '../lib/components/infra/ActionButtons'; // '../lib/components/infra/ActionButtons';
|
|
6
|
+
import AppAnnouncement from '../lib/components/widgets/AppAnnouncement';
|
|
7
|
+
import AppShell from '../lib/components/templates/AppShell/AppShell';
|
|
8
|
+
import Assignment from '../lib/components/infra/Assignment/Assignment';
|
|
9
|
+
import AssignmentCard from '../lib/components/infra/AssignmentCard/AssignmentCard';
|
|
10
|
+
import Attachment from '../lib/components/infra/Attachment/Attachment';
|
|
11
|
+
import AutoComplete from '../lib/components/forms/AutoComplete';
|
|
12
|
+
import CancelAlert from '../lib/components/forms/CancelAlert';
|
|
13
|
+
import CaseHistory from '../lib/components/widgets/CaseHistory';
|
|
14
|
+
import CaseSummary from '../lib/components/templates/CaseSummary';
|
|
15
|
+
import CaseView from '../lib/components/templates/CaseView';
|
|
16
|
+
import Checkbox from '../lib/components/forms/Checkbox';
|
|
17
|
+
import Currency from '../lib/components/forms/Currency';
|
|
18
|
+
import DashboardFilter from '../lib/components/infra/DashboardFilter';
|
|
19
|
+
import DataReference from '../lib/components/templates/DataReference';
|
|
20
|
+
import Date from '../lib/components/forms/Date';
|
|
21
|
+
import DateTime from '../lib/components/forms/DateTime';
|
|
22
|
+
import Decimal from '../lib/components/forms/Decimal';
|
|
23
|
+
import DefaultForm from '../lib/components/templates/DefaultForm';
|
|
24
|
+
import DeferLoad from '../lib/components/infra/DeferLoad';
|
|
25
|
+
import Details from '../lib/components/templates/Details/Details';
|
|
26
|
+
import DetailsSubTabs from '../lib/components/templates/Details/DetailsSubTabs';
|
|
27
|
+
import DetailsTwoColumn from '../lib/components/templates/Details/DetailsTwoColumn/DetailsTwoColumn';
|
|
28
|
+
import Dropdown from '../lib/components/forms/Dropdown';
|
|
29
|
+
import ErrorBoundary from '../lib/components/infra/ErrorBoundary';
|
|
30
|
+
import Email from '../lib/components/forms/Email/Email';
|
|
31
|
+
import FileUtility from '../lib/components/widgets/FileUtility/FileUtility';
|
|
32
|
+
import FlowContainer from '../lib/components/infra/Containers/FlowContainer';
|
|
33
|
+
import Followers from '../lib/components/widgets/Followers';
|
|
34
|
+
import InlineDashboard from '../lib/components/templates/InlineDashboard';
|
|
35
|
+
import InlineDashboardPage from '../lib/components/templates/InlineDashboardPage/InlineDashboardPage';
|
|
36
|
+
import Integer from '../lib/components/forms/Integer';
|
|
37
|
+
import ListPage from '../lib/components/templates/ListPage/ListPage';
|
|
38
|
+
import ListView from '../lib/components/templates/ListView';
|
|
39
|
+
import ModalViewContainer from '../lib/components/infra/Containers/ModalViewContainer/ModalViewContainer';
|
|
40
|
+
import MultiStep from '../lib/components/infra/MultiStep';
|
|
41
|
+
import NarrowWide from '../lib/components/templates/NarrowWide/NarrowWide';
|
|
42
|
+
import NarrowWideDetails from '../lib/components/templates/NarrowWide/NarrowWideDetails';
|
|
43
|
+
import NarrowWideForm from '../lib/components/templates/NarrowWide/NarrowWideForm';
|
|
44
|
+
import NarrowWidePage from '../lib/components/templates/NarrowWide/NarrowWidePage';
|
|
45
|
+
import NavBar from '../lib/components/infra/NavBar';
|
|
46
|
+
import OneColumn from '../lib/components/templates/OneColumn/OneColumn';
|
|
47
|
+
import OneColumnPage from '../lib/components/templates/OneColumn/OneColumnPage';
|
|
48
|
+
import OneColumnTab from '../lib/components/templates/OneColumn/OneColumnTab';
|
|
49
|
+
import Percentage from '../lib/components/forms/Percentage';
|
|
50
|
+
import Phone from '../lib/components/forms/Phone/Phone';
|
|
51
|
+
import PromotedFilters from '../lib/components/templates/PromotedFilters';
|
|
52
|
+
import Pulse from '../lib/components/designSystemExtensions/Pulse';
|
|
53
|
+
import RadioButtons from '../lib/components/forms/RadioButtons';
|
|
54
|
+
import Reference from '../lib/components/infra/Reference/Reference';
|
|
55
|
+
import Region from '../lib/components/infra/Region/Region';
|
|
56
|
+
import RootContainer from '../lib/components/infra/RootContainer/RootContainer';
|
|
57
|
+
import SemanticLink from '../lib/components/forms/SemanticLink';
|
|
58
|
+
import Stages from '../lib/components/infra/Stages';
|
|
59
|
+
import SubTabs from '../lib/components/templates/SubTabs';
|
|
60
|
+
import TextArea from '../lib/components/forms/TextArea';
|
|
61
|
+
import TextContent from '../lib/components/forms/TextContent';
|
|
62
|
+
import TextInput from '../lib/components/forms/TextInput/TextInput';
|
|
63
|
+
import SimpleTable from '../lib/components/templates/SimpleTable/SimpleTable';
|
|
64
|
+
import SimpleTableManual from '../lib/components/templates/SimpleTable/SimpleTableManual';
|
|
65
|
+
import SimpleTableSelect from '../lib/components/templates/SimpleTable/SimpleTableSelect';
|
|
66
|
+
import SummaryItem from '../lib/components/widgets/SummaryItem';
|
|
67
|
+
import SummaryList from '../lib/components/widgets/SummaryList';
|
|
68
|
+
import Time from '../lib/components/forms/Time';
|
|
69
|
+
import ToDo from '../lib/components/infra/ToDo';
|
|
70
|
+
import TwoColumn from '../lib/components/templates/TwoColumn/TwoColumn';
|
|
71
|
+
import TwoColumnPage from '../lib/components/templates/TwoColumn/TwoColumnPage';
|
|
72
|
+
import URL from '../lib/components/forms/URL';
|
|
73
|
+
import UserReference from '../lib/components/forms/UserReference';
|
|
74
|
+
import VerticalTabs from '../lib/components/infra/VerticalTabs';
|
|
75
|
+
import View from '../lib/components/infra/View';
|
|
76
|
+
import ViewContainer from '../lib/components/infra/Containers/ViewContainer';
|
|
77
|
+
import WideNarrow from '../lib/components/templates/WideNarrow/WideNarrow';
|
|
78
|
+
import WideNarrowDetails from '../lib/components/templates/WideNarrow/WideNarrowDetails';
|
|
79
|
+
import WideNarrowForm from '../lib/components/templates/WideNarrow/WideNarrowForm';
|
|
80
|
+
import WideNarrowPage from '../lib/components/templates/WideNarrow/WideNarrowPage';
|
|
81
|
+
// pegaSdkComponentMap is the JSON object where we'll store the components that are
|
|
82
|
+
// the default implementations provided by the SDK. These will be used if there isn't
|
|
83
|
+
// an entry in the localSdkComponentMap
|
|
84
|
+
// NOTE: A few components have non-standard capitalization:
|
|
85
|
+
// 'reference' is what's in the metadata, not Reference
|
|
86
|
+
// 'Todo' is what's in the metadata, not ToDo
|
|
87
|
+
// Also, note that "Checkbox" component is named/exported as CheckboxComponent
|
|
88
|
+
const pegaSdkComponentMap = {
|
|
89
|
+
'ActionButtons': ActionButtons,
|
|
90
|
+
'AppAnnouncement': AppAnnouncement,
|
|
91
|
+
'AppShell': AppShell,
|
|
92
|
+
'Assignment': Assignment,
|
|
93
|
+
'AssignmentCard': AssignmentCard,
|
|
94
|
+
'Attachment': Attachment,
|
|
95
|
+
'AutoComplete': AutoComplete,
|
|
96
|
+
'CancelAlert': CancelAlert,
|
|
97
|
+
'CaseHistory': CaseHistory,
|
|
98
|
+
'CaseSummary': CaseSummary,
|
|
99
|
+
'CaseView': CaseView,
|
|
100
|
+
'Checkbox': Checkbox,
|
|
101
|
+
'Currency': Currency,
|
|
102
|
+
'DashboardFilter': DashboardFilter,
|
|
103
|
+
'DataReference': DataReference,
|
|
104
|
+
'Date': Date,
|
|
105
|
+
'DateTime': DateTime,
|
|
106
|
+
'Decimal': Decimal,
|
|
107
|
+
'DefaultForm': DefaultForm,
|
|
108
|
+
'Details': Details,
|
|
109
|
+
'DetailsSubTabs': DetailsSubTabs,
|
|
110
|
+
'DetailsTwoColumn': DetailsTwoColumn,
|
|
111
|
+
'DeferLoad': DeferLoad,
|
|
112
|
+
'Dropdown': Dropdown,
|
|
113
|
+
'Email': Email,
|
|
114
|
+
'ErrorBoundary': ErrorBoundary,
|
|
115
|
+
'FileUtility': FileUtility,
|
|
116
|
+
'FlowContainer': FlowContainer,
|
|
117
|
+
'Followers': Followers,
|
|
118
|
+
'InlineDashboard': InlineDashboard,
|
|
119
|
+
'InlineDashboardPage': InlineDashboardPage,
|
|
120
|
+
'Integer': Integer,
|
|
121
|
+
'ListPage': ListPage,
|
|
122
|
+
'ListView': ListView,
|
|
123
|
+
'ModalViewContainer': ModalViewContainer,
|
|
124
|
+
'MultiStep': MultiStep,
|
|
125
|
+
'NarrowWide': NarrowWide,
|
|
126
|
+
'NarrowWideDetails': NarrowWideDetails,
|
|
127
|
+
'NarrowWideForm': NarrowWideForm,
|
|
128
|
+
'NarrowWidePage': NarrowWidePage,
|
|
129
|
+
'NavBar': NavBar,
|
|
130
|
+
'OneColumn': OneColumn,
|
|
131
|
+
'OneColumnPage': OneColumnPage,
|
|
132
|
+
'OneColumnTab': OneColumnTab,
|
|
133
|
+
'Percentage': Percentage,
|
|
134
|
+
'Phone': Phone,
|
|
135
|
+
'PromotedFilters': PromotedFilters,
|
|
136
|
+
'Pulse': Pulse,
|
|
137
|
+
'reference': Reference,
|
|
138
|
+
'RadioButtons': RadioButtons,
|
|
139
|
+
'Region': Region,
|
|
140
|
+
'RootContainer': RootContainer,
|
|
141
|
+
'SemanticLink': SemanticLink,
|
|
142
|
+
'SimpleTable': SimpleTable,
|
|
143
|
+
'SimpleTableManual': SimpleTableManual,
|
|
144
|
+
'SimpleTableSelect': SimpleTableSelect,
|
|
145
|
+
'Stages': Stages,
|
|
146
|
+
'SubTabs': SubTabs,
|
|
147
|
+
'SummaryItem': SummaryItem,
|
|
148
|
+
'SummaryList': SummaryList,
|
|
149
|
+
'TextArea': TextArea,
|
|
150
|
+
'TextContent': TextContent,
|
|
151
|
+
'TextInput': TextInput,
|
|
152
|
+
'Time': Time,
|
|
153
|
+
'Todo': ToDo,
|
|
154
|
+
'TwoColumn': TwoColumn,
|
|
155
|
+
'TwoColumnPage': TwoColumnPage,
|
|
156
|
+
'URL': URL,
|
|
157
|
+
'UserReference': UserReference,
|
|
158
|
+
'VerticalTabs': VerticalTabs,
|
|
159
|
+
'View': View,
|
|
160
|
+
'ViewContainer': ViewContainer,
|
|
161
|
+
'WideNarrow': WideNarrow,
|
|
162
|
+
'WideNarrowDetails': WideNarrowDetails,
|
|
163
|
+
'WideNarrowForm': WideNarrowForm,
|
|
164
|
+
'WideNarrowPage': WideNarrowPage
|
|
165
|
+
};
|
|
166
|
+
export default pegaSdkComponentMap;
|
|
167
|
+
//# sourceMappingURL=sdk-pega-component-map.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sdk-pega-component-map.js","sourceRoot":"","sources":["../lib/sdk-pega-component-map.js"],"names":[],"mappings":"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","sourcesContent":["// When this code is run from the generated npm module, the components are\n// placed in the npm module's 'lib' directory. So, we expect to import from there.\n// This file should import and expose ALL of the components that may be \n// dynamically rendered at runtime via calls to react_pconnect or the View component\n\nimport ActionButtons from '../lib/components/infra/ActionButtons'; // '../lib/components/infra/ActionButtons';\nimport AppAnnouncement from '../lib/components/widgets/AppAnnouncement';\nimport AppShell from '../lib/components/templates/AppShell/AppShell';\nimport Assignment from '../lib/components/infra/Assignment/Assignment';\nimport AssignmentCard from '../lib/components/infra/AssignmentCard/AssignmentCard';\nimport Attachment from '../lib/components/infra/Attachment/Attachment';\nimport AutoComplete from '../lib/components/forms/AutoComplete';\nimport CancelAlert from '../lib/components/forms/CancelAlert';\nimport CaseHistory from '../lib/components/widgets/CaseHistory';\nimport CaseSummary from '../lib/components/templates/CaseSummary';\nimport CaseView from '../lib/components/templates/CaseView';\nimport Checkbox from '../lib/components/forms/Checkbox';\nimport Currency from '../lib/components/forms/Currency';\nimport DashboardFilter from '../lib/components/infra/DashboardFilter';\nimport DataReference from '../lib/components/templates/DataReference';\nimport Date from '../lib/components/forms/Date';\nimport DateTime from '../lib/components/forms/DateTime';\nimport Decimal from '../lib/components/forms/Decimal';\nimport DefaultForm from '../lib/components/templates/DefaultForm';\nimport DeferLoad from '../lib/components/infra/DeferLoad';\nimport Details from '../lib/components/templates/Details/Details';\nimport DetailsSubTabs from '../lib/components/templates/Details/DetailsSubTabs';\nimport DetailsTwoColumn from '../lib/components/templates/Details/DetailsTwoColumn/DetailsTwoColumn';\nimport Dropdown from '../lib/components/forms/Dropdown';\nimport ErrorBoundary from '../lib/components/infra/ErrorBoundary';\nimport Email from '../lib/components/forms/Email/Email';\nimport FileUtility from '../lib/components/widgets/FileUtility/FileUtility';\nimport FlowContainer from '../lib/components/infra/Containers/FlowContainer';\nimport Followers from '../lib/components/widgets/Followers';\nimport InlineDashboard from '../lib/components/templates/InlineDashboard';\nimport InlineDashboardPage from '../lib/components/templates/InlineDashboardPage/InlineDashboardPage';\nimport Integer from '../lib/components/forms/Integer';\nimport ListPage from '../lib/components/templates/ListPage/ListPage';\nimport ListView from '../lib/components/templates/ListView';\nimport ModalViewContainer from '../lib/components/infra/Containers/ModalViewContainer/ModalViewContainer';\nimport MultiStep from '../lib/components/infra/MultiStep';\nimport NarrowWide from '../lib/components/templates/NarrowWide/NarrowWide';\nimport NarrowWideDetails from '../lib/components/templates/NarrowWide/NarrowWideDetails';\nimport NarrowWideForm from '../lib/components/templates/NarrowWide/NarrowWideForm';\nimport NarrowWidePage from '../lib/components/templates/NarrowWide/NarrowWidePage';\nimport NavBar from '../lib/components/infra/NavBar';\nimport OneColumn from '../lib/components/templates/OneColumn/OneColumn';\nimport OneColumnPage from '../lib/components/templates/OneColumn/OneColumnPage';\nimport OneColumnTab from '../lib/components/templates/OneColumn/OneColumnTab';\nimport Percentage from '../lib/components/forms/Percentage';\nimport Phone from '../lib/components/forms/Phone/Phone';\nimport PromotedFilters from '../lib/components/templates/PromotedFilters';\nimport Pulse from '../lib/components/designSystemExtensions/Pulse';\nimport RadioButtons from '../lib/components/forms/RadioButtons';\nimport Reference from '../lib/components/infra/Reference/Reference';\nimport Region from '../lib/components/infra/Region/Region';\nimport RootContainer from '../lib/components/infra/RootContainer/RootContainer';\nimport SemanticLink from '../lib/components/forms/SemanticLink';\nimport Stages from '../lib/components/infra/Stages';\nimport SubTabs from '../lib/components/templates/SubTabs';\nimport TextArea from '../lib/components/forms/TextArea';\nimport TextContent from '../lib/components/forms/TextContent';\nimport TextInput from '../lib/components/forms/TextInput/TextInput';\nimport SimpleTable from '../lib/components/templates/SimpleTable/SimpleTable';\nimport SimpleTableManual from '../lib/components/templates/SimpleTable/SimpleTableManual';\nimport SimpleTableSelect from '../lib/components/templates/SimpleTable/SimpleTableSelect';\nimport SummaryItem from '../lib/components/widgets/SummaryItem';\nimport SummaryList from '../lib/components/widgets/SummaryList';\nimport Time from '../lib/components/forms/Time';\nimport ToDo from '../lib/components/infra/ToDo';\nimport TwoColumn from '../lib/components/templates/TwoColumn/TwoColumn';\nimport TwoColumnPage from '../lib/components/templates/TwoColumn/TwoColumnPage';\nimport URL from '../lib/components/forms/URL';\nimport UserReference from '../lib/components/forms/UserReference';\nimport VerticalTabs from '../lib/components/infra/VerticalTabs';\nimport View from '../lib/components/infra/View';\nimport ViewContainer from '../lib/components/infra/Containers/ViewContainer';\nimport WideNarrow from '../lib/components/templates/WideNarrow/WideNarrow';\nimport WideNarrowDetails from '../lib/components/templates/WideNarrow/WideNarrowDetails';\nimport WideNarrowForm from '../lib/components/templates/WideNarrow/WideNarrowForm';\nimport WideNarrowPage from '../lib/components/templates/WideNarrow/WideNarrowPage';\n\n\n// pegaSdkComponentMap is the JSON object where we'll store the components that are\n// the default implementations provided by the SDK. These will be used if there isn't\n// an entry in the localSdkComponentMap\n\n// NOTE: A few components have non-standard capitalization:\n// 'reference' is what's in the metadata, not Reference\n// 'Todo' is what's in the metadata, not ToDo\n// Also, note that \"Checkbox\" component is named/exported as CheckboxComponent\n\nconst pegaSdkComponentMap = {\n 'ActionButtons': ActionButtons,\n 'AppAnnouncement': AppAnnouncement,\n 'AppShell': AppShell,\n 'Assignment': Assignment,\n 'AssignmentCard': AssignmentCard,\n 'Attachment': Attachment,\n 'AutoComplete': AutoComplete,\n 'CancelAlert': CancelAlert,\n 'CaseHistory': CaseHistory,\n 'CaseSummary': CaseSummary,\n 'CaseView': CaseView,\n 'Checkbox': Checkbox,\n 'Currency': Currency,\n 'DashboardFilter': DashboardFilter,\n 'DataReference': DataReference,\n 'Date': Date,\n 'DateTime': DateTime,\n 'Decimal': Decimal,\n 'DefaultForm': DefaultForm,\n 'Details': Details,\n 'DetailsSubTabs': DetailsSubTabs,\n 'DetailsTwoColumn': DetailsTwoColumn,\n 'DeferLoad': DeferLoad,\n 'Dropdown': Dropdown,\n 'Email': Email,\n 'ErrorBoundary': ErrorBoundary,\n 'FileUtility': FileUtility,\n 'FlowContainer': FlowContainer,\n 'Followers': Followers,\n 'InlineDashboard': InlineDashboard,\n 'InlineDashboardPage': InlineDashboardPage,\n 'Integer': Integer,\n 'ListPage': ListPage,\n 'ListView': ListView,\n 'ModalViewContainer': ModalViewContainer,\n 'MultiStep': MultiStep,\n 'NarrowWide': NarrowWide,\n 'NarrowWideDetails': NarrowWideDetails,\n 'NarrowWideForm': NarrowWideForm,\n 'NarrowWidePage': NarrowWidePage,\n 'NavBar': NavBar,\n 'OneColumn': OneColumn,\n 'OneColumnPage': OneColumnPage,\n 'OneColumnTab': OneColumnTab,\n 'Percentage': Percentage,\n 'Phone': Phone,\n 'PromotedFilters': PromotedFilters,\n 'Pulse': Pulse,\n 'reference': Reference,\n 'RadioButtons': RadioButtons,\n 'Region': Region,\n 'RootContainer': RootContainer,\n 'SemanticLink': SemanticLink,\n 'SimpleTable': SimpleTable,\n 'SimpleTableManual': SimpleTableManual,\n 'SimpleTableSelect': SimpleTableSelect,\n 'Stages': Stages,\n 'SubTabs': SubTabs,\n 'SummaryItem': SummaryItem,\n 'SummaryList': SummaryList,\n 'TextArea': TextArea,\n 'TextContent': TextContent,\n 'TextInput': TextInput,\n 'Time': Time,\n 'Todo': ToDo,\n 'TwoColumn': TwoColumn,\n 'TwoColumnPage': TwoColumnPage,\n 'URL': URL,\n 'UserReference': UserReference,\n 'VerticalTabs': VerticalTabs,\n 'View': View,\n 'ViewContainer': ViewContainer,\n 'WideNarrow': WideNarrow,\n 'WideNarrowDetails': WideNarrowDetails,\n 'WideNarrowForm': WideNarrowForm,\n 'WideNarrowPage': WideNarrowPage\n};\n\nexport default pegaSdkComponentMap;"]}
|
package/package.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@pega/react-sdk-components",
|
|
3
|
+
"version": "0.23.0",
|
|
4
|
+
"description": "React SDK Infrastructure: bridge and components",
|
|
5
|
+
"_filesComment": "During packing, npm ignores everything NOT in the files list",
|
|
6
|
+
"files": [
|
|
7
|
+
"lib"
|
|
8
|
+
],
|
|
9
|
+
"scripts": {
|
|
10
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
11
|
+
},
|
|
12
|
+
"author": "Pegasystems",
|
|
13
|
+
"license": "SEE LICENCE IN LICENSE"
|
|
14
|
+
}
|