@pega/react-sdk-components 0.23.26 → 8.8.21
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 +3 -2
- package/lib/bridge/Context/StoreContext.d.ts.map +1 -1
- package/lib/bridge/Context/StoreContext.js +2 -3
- package/lib/bridge/Context/StoreContext.js.map +1 -1
- package/lib/bridge/helpers/sdk_component_map.d.ts +1 -0
- package/lib/bridge/helpers/sdk_component_map.d.ts.map +1 -1
- package/lib/bridge/helpers/sdk_component_map.js +22 -0
- package/lib/bridge/helpers/sdk_component_map.js.map +1 -1
- package/lib/bridge/react_pconnect.d.ts.map +1 -1
- package/lib/bridge/react_pconnect.js +2 -14
- package/lib/bridge/react_pconnect.js.map +1 -1
- package/lib/components/designSystemExtension/AlertBanner/AlertBanner.d.ts +10 -0
- package/lib/components/designSystemExtension/AlertBanner/AlertBanner.d.ts.map +1 -0
- package/lib/components/designSystemExtension/AlertBanner/AlertBanner.js +19 -0
- package/lib/components/designSystemExtension/AlertBanner/AlertBanner.js.map +1 -0
- package/lib/components/designSystemExtension/AlertBanner/index.d.ts +2 -0
- package/lib/components/designSystemExtension/AlertBanner/index.d.ts.map +1 -0
- package/lib/components/designSystemExtension/AlertBanner/index.js +2 -0
- package/lib/components/designSystemExtension/AlertBanner/index.js.map +1 -0
- package/lib/components/designSystemExtension/Banner/Banner.d.ts +15 -1
- package/lib/components/designSystemExtension/Banner/Banner.d.ts.map +1 -1
- package/lib/components/designSystemExtension/Banner/Banner.js.map +1 -1
- package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.d.ts +6 -9
- package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.d.ts.map +1 -1
- package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.js +3 -7
- package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.js.map +1 -1
- package/lib/components/designSystemExtension/DetailsFields/DetailsFields.d.ts +4 -10
- package/lib/components/designSystemExtension/DetailsFields/DetailsFields.d.ts.map +1 -1
- package/lib/components/designSystemExtension/DetailsFields/DetailsFields.js +1 -8
- package/lib/components/designSystemExtension/DetailsFields/DetailsFields.js.map +1 -1
- package/lib/components/designSystemExtension/FieldGroup/FieldGroup.d.ts +6 -2
- package/lib/components/designSystemExtension/FieldGroup/FieldGroup.d.ts.map +1 -1
- package/lib/components/designSystemExtension/FieldGroup/FieldGroup.js +3 -3
- package/lib/components/designSystemExtension/FieldGroup/FieldGroup.js.map +1 -1
- package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.d.ts +7 -2
- package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.d.ts.map +1 -1
- package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.js +4 -4
- package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.js.map +1 -1
- package/lib/components/designSystemExtension/FieldValueList/FieldValueList.d.ts +7 -2
- package/lib/components/designSystemExtension/FieldValueList/FieldValueList.d.ts.map +1 -1
- package/lib/components/designSystemExtension/FieldValueList/FieldValueList.js +3 -3
- package/lib/components/designSystemExtension/FieldValueList/FieldValueList.js.map +1 -1
- package/lib/components/designSystemExtension/Operator/Operator.d.ts +17 -7
- package/lib/components/designSystemExtension/Operator/Operator.d.ts.map +1 -1
- package/lib/components/designSystemExtension/Operator/Operator.js +13 -16
- package/lib/components/designSystemExtension/Operator/Operator.js.map +1 -1
- package/lib/components/designSystemExtension/Pulse/Pulse.d.ts +5 -1
- package/lib/components/designSystemExtension/Pulse/Pulse.d.ts.map +1 -1
- package/lib/components/designSystemExtension/Pulse/Pulse.js +3 -6
- package/lib/components/designSystemExtension/Pulse/Pulse.js.map +1 -1
- package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.d.ts +19 -0
- package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.d.ts.map +1 -0
- package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.js +77 -0
- package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.js.map +1 -0
- package/lib/components/designSystemExtension/RichTextEditor/index.d.ts +2 -0
- package/lib/components/designSystemExtension/RichTextEditor/index.d.ts.map +1 -0
- package/lib/components/designSystemExtension/RichTextEditor/index.js +2 -0
- package/lib/components/designSystemExtension/RichTextEditor/index.js.map +1 -0
- package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.d.ts +6 -1
- package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.d.ts.map +1 -1
- package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.js +2 -2
- package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.js.map +1 -1
- package/lib/components/field/AutoComplete/AutoComplete.d.ts +15 -1
- package/lib/components/field/AutoComplete/AutoComplete.d.ts.map +1 -1
- package/lib/components/field/AutoComplete/AutoComplete.js +17 -15
- package/lib/components/field/AutoComplete/AutoComplete.js.map +1 -1
- package/lib/components/field/CancelAlert/CancelAlert.d.ts +7 -2
- package/lib/components/field/CancelAlert/CancelAlert.d.ts.map +1 -1
- package/lib/components/field/CancelAlert/CancelAlert.js +12 -10
- package/lib/components/field/CancelAlert/CancelAlert.js.map +1 -1
- package/lib/components/field/Checkbox/Checkbox.d.ts +19 -1
- package/lib/components/field/Checkbox/Checkbox.d.ts.map +1 -1
- package/lib/components/field/Checkbox/Checkbox.js +12 -10
- package/lib/components/field/Checkbox/Checkbox.js.map +1 -1
- package/lib/components/field/Currency/Currency.d.ts +6 -1
- package/lib/components/field/Currency/Currency.d.ts.map +1 -1
- package/lib/components/field/Currency/Currency.js +11 -11
- package/lib/components/field/Currency/Currency.js.map +1 -1
- package/lib/components/field/Currency/currency-utils.d.ts +1 -1
- package/lib/components/field/Currency/currency-utils.d.ts.map +1 -1
- package/lib/components/field/Currency/currency-utils.js +1 -1
- package/lib/components/field/Currency/currency-utils.js.map +1 -1
- package/lib/components/field/Date/Date.d.ts +5 -1
- package/lib/components/field/Date/Date.d.ts.map +1 -1
- package/lib/components/field/Date/Date.js +19 -11
- package/lib/components/field/Date/Date.js.map +1 -1
- package/lib/components/field/DateTime/DateTime.d.ts +5 -1
- package/lib/components/field/DateTime/DateTime.d.ts.map +1 -1
- package/lib/components/field/DateTime/DateTime.js +15 -9
- package/lib/components/field/DateTime/DateTime.js.map +1 -1
- package/lib/components/field/Decimal/Decimal.d.ts +8 -1
- package/lib/components/field/Decimal/Decimal.d.ts.map +1 -1
- package/lib/components/field/Decimal/Decimal.js +43 -9
- package/lib/components/field/Decimal/Decimal.js.map +1 -1
- package/lib/components/field/Dropdown/Dropdown.d.ts +10 -1
- package/lib/components/field/Dropdown/Dropdown.d.ts.map +1 -1
- package/lib/components/field/Dropdown/Dropdown.js +26 -9
- package/lib/components/field/Dropdown/Dropdown.js.map +1 -1
- package/lib/components/field/Email/Email.d.ts +5 -1
- package/lib/components/field/Email/Email.d.ts.map +1 -1
- package/lib/components/field/Email/Email.js +7 -5
- package/lib/components/field/Email/Email.js.map +1 -1
- package/lib/components/field/Integer/Integer.d.ts +5 -1
- package/lib/components/field/Integer/Integer.d.ts.map +1 -1
- package/lib/components/field/Integer/Integer.js +6 -4
- package/lib/components/field/Integer/Integer.js.map +1 -1
- package/lib/components/field/Percentage/Percentage.d.ts +5 -1
- package/lib/components/field/Percentage/Percentage.d.ts.map +1 -1
- package/lib/components/field/Percentage/Percentage.js +6 -4
- package/lib/components/field/Percentage/Percentage.js.map +1 -1
- package/lib/components/field/Phone/Phone.d.ts +5 -1
- package/lib/components/field/Phone/Phone.d.ts.map +1 -1
- package/lib/components/field/Phone/Phone.js +10 -7
- package/lib/components/field/Phone/Phone.js.map +1 -1
- package/lib/components/field/RadioButtons/RadioButtons.d.ts +7 -1
- package/lib/components/field/RadioButtons/RadioButtons.d.ts.map +1 -1
- package/lib/components/field/RadioButtons/RadioButtons.js +24 -11
- package/lib/components/field/RadioButtons/RadioButtons.js.map +1 -1
- package/lib/components/field/RichText/RichText.d.ts +7 -0
- package/lib/components/field/RichText/RichText.d.ts.map +1 -0
- package/lib/components/field/RichText/RichText.js +51 -0
- package/lib/components/field/RichText/RichText.js.map +1 -0
- package/lib/components/field/RichText/index.d.ts +2 -0
- package/lib/components/field/RichText/index.d.ts.map +1 -0
- package/lib/components/field/RichText/index.js +2 -0
- package/lib/components/field/RichText/index.js.map +1 -0
- package/lib/components/field/ScalarList/ScalarList.d.ts +13 -0
- package/lib/components/field/ScalarList/ScalarList.d.ts.map +1 -0
- package/lib/components/field/ScalarList/ScalarList.js +34 -0
- package/lib/components/field/ScalarList/ScalarList.js.map +1 -0
- package/lib/components/field/ScalarList/index.d.ts +2 -0
- package/lib/components/field/ScalarList/index.d.ts.map +1 -0
- package/lib/components/field/ScalarList/index.js +2 -0
- package/lib/components/field/ScalarList/index.js.map +1 -0
- package/lib/components/field/SemanticLink/SemanticLink.d.ts +5 -9
- package/lib/components/field/SemanticLink/SemanticLink.d.ts.map +1 -1
- package/lib/components/field/SemanticLink/SemanticLink.js +10 -14
- package/lib/components/field/SemanticLink/SemanticLink.js.map +1 -1
- package/lib/components/field/SemanticLink/utils.d.ts.map +1 -1
- package/lib/components/field/SemanticLink/utils.js.map +1 -1
- package/lib/components/field/TextArea/TextArea.d.ts +6 -1
- package/lib/components/field/TextArea/TextArea.d.ts.map +1 -1
- package/lib/components/field/TextArea/TextArea.js +5 -3
- package/lib/components/field/TextArea/TextArea.js.map +1 -1
- package/lib/components/field/TextContent/TextContent.d.ts +7 -1
- package/lib/components/field/TextContent/TextContent.d.ts.map +1 -1
- package/lib/components/field/TextContent/TextContent.js.map +1 -1
- package/lib/components/field/TextInput/TextInput.d.ts +6 -1
- package/lib/components/field/TextInput/TextInput.d.ts.map +1 -1
- package/lib/components/field/TextInput/TextInput.js +24 -5
- package/lib/components/field/TextInput/TextInput.js.map +1 -1
- package/lib/components/field/Time/Time.d.ts +5 -1
- package/lib/components/field/Time/Time.d.ts.map +1 -1
- package/lib/components/field/Time/Time.js +14 -8
- package/lib/components/field/Time/Time.js.map +1 -1
- package/lib/components/field/URL/URL.d.ts +5 -1
- package/lib/components/field/URL/URL.d.ts.map +1 -1
- package/lib/components/field/URL/URL.js +11 -5
- package/lib/components/field/URL/URL.js.map +1 -1
- package/lib/components/field/UserReference/UserReference.d.ts +19 -40
- package/lib/components/field/UserReference/UserReference.d.ts.map +1 -1
- package/lib/components/field/UserReference/UserReference.js +16 -45
- package/lib/components/field/UserReference/UserReference.js.map +1 -1
- package/lib/components/helpers/attachmentHelpers.d.ts +6 -6
- package/lib/components/helpers/attachmentHelpers.d.ts.map +1 -1
- package/lib/components/helpers/attachmentHelpers.js +2 -2
- package/lib/components/helpers/attachmentHelpers.js.map +1 -1
- package/lib/components/helpers/auth.d.ts +8 -6
- package/lib/components/helpers/auth.d.ts.map +1 -1
- package/lib/components/helpers/auth.js +642 -327
- package/lib/components/helpers/auth.js.map +1 -1
- package/lib/components/helpers/authManager.d.ts +20 -17
- package/lib/components/helpers/authManager.d.ts.map +1 -1
- package/lib/components/helpers/authManager.js +713 -438
- package/lib/components/helpers/authManager.js.map +1 -1
- package/lib/components/helpers/case-utils.d.ts +20 -0
- package/lib/components/helpers/case-utils.d.ts.map +1 -0
- package/lib/components/helpers/case-utils.js +82 -0
- package/lib/components/helpers/case-utils.js.map +1 -0
- package/lib/components/helpers/common-utils.d.ts +2 -0
- package/lib/components/helpers/common-utils.d.ts.map +1 -0
- package/lib/components/helpers/common-utils.js +5 -0
- package/lib/components/helpers/common-utils.js.map +1 -0
- package/lib/components/helpers/config_access.d.ts.map +1 -1
- package/lib/components/helpers/config_access.js +28 -98
- package/lib/components/helpers/config_access.js.map +1 -1
- package/lib/components/helpers/data_page.d.ts.map +1 -1
- package/lib/components/helpers/data_page.js.map +1 -1
- package/lib/components/helpers/date-format-utils.d.ts +1 -6
- package/lib/components/helpers/date-format-utils.d.ts.map +1 -1
- package/lib/components/helpers/date-format-utils.js +23 -14
- package/lib/components/helpers/date-format-utils.js.map +1 -1
- package/lib/components/helpers/event-utils.d.ts +1 -1
- package/lib/components/helpers/event-utils.d.ts.map +1 -1
- package/lib/components/helpers/event-utils.js.map +1 -1
- package/lib/components/helpers/field-group-utils.d.ts +15 -2
- package/lib/components/helpers/field-group-utils.d.ts.map +1 -1
- package/lib/components/helpers/field-group-utils.js +3 -3
- package/lib/components/helpers/field-group-utils.js.map +1 -1
- package/lib/components/helpers/formatters/Boolean.d.ts +3 -3
- package/lib/components/helpers/formatters/Boolean.d.ts.map +1 -1
- package/lib/components/helpers/formatters/Boolean.js.map +1 -1
- package/lib/components/helpers/formatters/Currency.d.ts +6 -6
- package/lib/components/helpers/formatters/Currency.d.ts.map +1 -1
- package/lib/components/helpers/formatters/Currency.js +6 -5
- package/lib/components/helpers/formatters/Currency.js.map +1 -1
- package/lib/components/helpers/formatters/CurrencyMap.d.ts +881 -1399
- package/lib/components/helpers/formatters/CurrencyMap.d.ts.map +1 -1
- package/lib/components/helpers/formatters/CurrencyMap.js.map +1 -1
- package/lib/components/helpers/formatters/Date.d.ts +4 -4
- package/lib/components/helpers/formatters/Date.d.ts.map +1 -1
- package/lib/components/helpers/formatters/Date.js +1 -1
- package/lib/components/helpers/formatters/Date.js.map +1 -1
- package/lib/components/helpers/formatters/common.d.ts +2 -2
- package/lib/components/helpers/formatters/common.d.ts.map +1 -1
- package/lib/components/helpers/formatters/common.js +4 -5
- package/lib/components/helpers/formatters/common.js.map +1 -1
- package/lib/components/helpers/formatters/index.d.ts +11 -11
- package/lib/components/helpers/formatters/index.d.ts.map +1 -1
- package/lib/components/helpers/formatters/index.js.map +1 -1
- package/lib/components/helpers/reactContextHelpers.d.ts +3 -2
- package/lib/components/helpers/reactContextHelpers.d.ts.map +1 -1
- package/lib/components/helpers/reactContextHelpers.js.map +1 -1
- package/lib/components/helpers/simpleTableHelpers.d.ts +5 -3
- package/lib/components/helpers/simpleTableHelpers.d.ts.map +1 -1
- package/lib/components/helpers/simpleTableHelpers.js +10 -5
- package/lib/components/helpers/simpleTableHelpers.js.map +1 -1
- package/lib/components/helpers/state-utils.d.ts +4 -0
- package/lib/components/helpers/state-utils.d.ts.map +1 -0
- package/lib/components/helpers/state-utils.js +36 -0
- package/lib/components/helpers/state-utils.js.map +1 -0
- package/lib/components/helpers/template-utils.d.ts +7 -3
- package/lib/components/helpers/template-utils.d.ts.map +1 -1
- package/lib/components/helpers/template-utils.js.map +1 -1
- package/lib/components/helpers/utils.d.ts +1 -1
- package/lib/components/helpers/utils.d.ts.map +1 -1
- package/lib/components/helpers/utils.js +9 -3
- package/lib/components/helpers/utils.js.map +1 -1
- package/lib/components/helpers/versionHelpers.d.ts.map +1 -1
- package/lib/components/helpers/versionHelpers.js.map +1 -1
- package/lib/components/infra/ActionButtons/ActionButtons.d.ts +6 -13
- package/lib/components/infra/ActionButtons/ActionButtons.d.ts.map +1 -1
- package/lib/components/infra/ActionButtons/ActionButtons.js +5 -15
- package/lib/components/infra/ActionButtons/ActionButtons.js.map +1 -1
- package/lib/components/infra/Assignment/Assignment.d.ts +9 -14
- package/lib/components/infra/Assignment/Assignment.d.ts.map +1 -1
- package/lib/components/infra/Assignment/Assignment.js +32 -33
- package/lib/components/infra/Assignment/Assignment.js.map +1 -1
- package/lib/components/infra/AssignmentCard/AssignmentCard.d.ts +8 -14
- package/lib/components/infra/AssignmentCard/AssignmentCard.d.ts.map +1 -1
- package/lib/components/infra/AssignmentCard/AssignmentCard.js +3 -16
- package/lib/components/infra/AssignmentCard/AssignmentCard.js.map +1 -1
- package/lib/components/infra/Containers/FlowContainer/FlowContainer.d.ts +1 -21
- package/lib/components/infra/Containers/FlowContainer/FlowContainer.d.ts.map +1 -1
- package/lib/components/infra/Containers/FlowContainer/FlowContainer.js +53 -52
- package/lib/components/infra/Containers/FlowContainer/FlowContainer.js.map +1 -1
- package/lib/components/infra/Containers/FlowContainer/helpers.d.ts +12 -12
- package/lib/components/infra/Containers/FlowContainer/helpers.d.ts.map +1 -1
- package/lib/components/infra/Containers/FlowContainer/helpers.js +17 -16
- package/lib/components/infra/Containers/FlowContainer/helpers.js.map +1 -1
- package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.d.ts +8 -17
- package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.d.ts.map +1 -1
- package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js +22 -24
- package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js.map +1 -1
- package/lib/components/infra/Containers/ViewContainer/ViewContainer.d.ts +9 -22
- package/lib/components/infra/Containers/ViewContainer/ViewContainer.d.ts.map +1 -1
- package/lib/components/infra/Containers/ViewContainer/ViewContainer.js +7 -22
- package/lib/components/infra/Containers/ViewContainer/ViewContainer.js.map +1 -1
- package/lib/components/infra/DashboardFilter/DashboardFilter.d.ts +9 -19
- package/lib/components/infra/DashboardFilter/DashboardFilter.d.ts.map +1 -1
- package/lib/components/infra/DashboardFilter/DashboardFilter.js +2 -16
- package/lib/components/infra/DashboardFilter/DashboardFilter.js.map +1 -1
- package/lib/components/infra/DashboardFilter/filterUtils.d.ts.map +1 -1
- package/lib/components/infra/DashboardFilter/filterUtils.js +1 -1
- package/lib/components/infra/DashboardFilter/filterUtils.js.map +1 -1
- package/lib/components/infra/DeferLoad/DeferLoad.d.ts +1 -14
- package/lib/components/infra/DeferLoad/DeferLoad.d.ts.map +1 -1
- package/lib/components/infra/DeferLoad/DeferLoad.js +13 -15
- package/lib/components/infra/DeferLoad/DeferLoad.js.map +1 -1
- package/lib/components/infra/ErrorBoundary/ErrorBoundary.d.ts +5 -12
- package/lib/components/infra/ErrorBoundary/ErrorBoundary.d.ts.map +1 -1
- package/lib/components/infra/ErrorBoundary/ErrorBoundary.js +9 -16
- package/lib/components/infra/ErrorBoundary/ErrorBoundary.js.map +1 -1
- package/lib/components/infra/MultiStep/MultiStep.d.ts +11 -17
- package/lib/components/infra/MultiStep/MultiStep.d.ts.map +1 -1
- package/lib/components/infra/MultiStep/MultiStep.js +6 -20
- package/lib/components/infra/MultiStep/MultiStep.js.map +1 -1
- package/lib/components/infra/NavBar/NavBar.d.ts +8 -16
- package/lib/components/infra/NavBar/NavBar.d.ts.map +1 -1
- package/lib/components/infra/NavBar/NavBar.js +9 -20
- package/lib/components/infra/NavBar/NavBar.js.map +1 -1
- package/lib/components/infra/Reference/Reference.d.ts +8 -17
- package/lib/components/infra/Reference/Reference.d.ts.map +1 -1
- package/lib/components/infra/Reference/Reference.js +1 -15
- package/lib/components/infra/Reference/Reference.js.map +1 -1
- package/lib/components/infra/Region/Region.d.ts +4 -7
- package/lib/components/infra/Region/Region.d.ts.map +1 -1
- package/lib/components/infra/Region/Region.js +0 -4
- package/lib/components/infra/Region/Region.js.map +1 -1
- package/lib/components/infra/RootContainer/RootContainer.d.ts +1 -21
- package/lib/components/infra/RootContainer/RootContainer.d.ts.map +1 -1
- package/lib/components/infra/RootContainer/RootContainer.js +16 -36
- package/lib/components/infra/RootContainer/RootContainer.js.map +1 -1
- package/lib/components/infra/Stages/Stages.d.ts +5 -8
- package/lib/components/infra/Stages/Stages.d.ts.map +1 -1
- package/lib/components/infra/Stages/Stages.js +3 -7
- package/lib/components/infra/Stages/Stages.js.map +1 -1
- package/lib/components/infra/VerticalTabs/LeftAlignVerticalTabs/LeftAlignVerticalTabs.d.ts.map +1 -1
- package/lib/components/infra/VerticalTabs/LeftAlignVerticalTabs/LeftAlignVerticalTabs.js.map +1 -1
- package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.d.ts +4 -10
- package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.d.ts.map +1 -1
- package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.js +4 -9
- package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.js.map +1 -1
- package/lib/components/infra/View/View.d.ts +13 -16
- package/lib/components/infra/View/View.d.ts.map +1 -1
- package/lib/components/infra/View/View.js +8 -54
- package/lib/components/infra/View/View.js.map +1 -1
- package/lib/components/template/AppShell/AppShell.d.ts +20 -15
- package/lib/components/template/AppShell/AppShell.d.ts.map +1 -1
- package/lib/components/template/AppShell/AppShell.js +17 -29
- package/lib/components/template/AppShell/AppShell.js.map +1 -1
- package/lib/components/template/BannerPage/BannerPage.d.ts +11 -23
- package/lib/components/template/BannerPage/BannerPage.d.ts.map +1 -1
- package/lib/components/template/BannerPage/BannerPage.js +4 -22
- package/lib/components/template/BannerPage/BannerPage.js.map +1 -1
- package/lib/components/template/CaseSummary/CaseSummary.d.ts +5 -7
- package/lib/components/template/CaseSummary/CaseSummary.d.ts.map +1 -1
- package/lib/components/template/CaseSummary/CaseSummary.js +6 -6
- package/lib/components/template/CaseSummary/CaseSummary.js.map +1 -1
- package/lib/components/template/CaseView/CaseView.d.ts +10 -22
- package/lib/components/template/CaseView/CaseView.d.ts.map +1 -1
- package/lib/components/template/CaseView/CaseView.js +41 -45
- package/lib/components/template/CaseView/CaseView.js.map +1 -1
- package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.d.ts +8 -13
- package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.d.ts.map +1 -1
- package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.js +9 -16
- package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.js.map +1 -1
- package/lib/components/template/Confirmation/Confirmation.d.ts +10 -16
- package/lib/components/template/Confirmation/Confirmation.d.ts.map +1 -1
- package/lib/components/template/Confirmation/Confirmation.js +12 -23
- package/lib/components/template/Confirmation/Confirmation.js.map +1 -1
- package/lib/components/template/DataReference/DataReference.d.ts +1 -31
- package/lib/components/template/DataReference/DataReference.d.ts.map +1 -1
- package/lib/components/template/DataReference/DataReference.js +41 -48
- package/lib/components/template/DataReference/DataReference.js.map +1 -1
- package/lib/components/template/DefaultForm/DefaultForm.d.ts +1 -11
- package/lib/components/template/DefaultForm/DefaultForm.d.ts.map +1 -1
- package/lib/components/template/DefaultForm/DefaultForm.js +18 -15
- package/lib/components/template/DefaultForm/DefaultForm.js.map +1 -1
- package/lib/components/template/DefaultForm/utils/index.d.ts +3 -0
- package/lib/components/template/DefaultForm/utils/index.d.ts.map +1 -0
- package/lib/components/template/DefaultForm/utils/index.js +27 -0
- package/lib/components/template/DefaultForm/utils/index.js.map +1 -0
- package/lib/components/template/Details/Details/Details.d.ts +1 -16
- package/lib/components/template/Details/Details/Details.d.ts.map +1 -1
- package/lib/components/template/Details/Details/Details.js +10 -15
- package/lib/components/template/Details/Details/Details.js.map +1 -1
- package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.d.ts +7 -15
- package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.d.ts.map +1 -1
- package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.js +1 -13
- package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.js.map +1 -1
- package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts +1 -16
- package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts.map +1 -1
- package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.js +14 -16
- package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.js.map +1 -1
- package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts +1 -16
- package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts.map +1 -1
- package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.js +14 -16
- package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.js.map +1 -1
- package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.d.ts +12 -19
- package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.d.ts.map +1 -1
- package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.js +7 -21
- package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.js.map +1 -1
- package/lib/components/template/InlineDashboard/InlineDashboard.d.ts +7 -7
- package/lib/components/template/InlineDashboard/InlineDashboard.d.ts.map +1 -1
- package/lib/components/template/InlineDashboard/InlineDashboard.js +0 -5
- package/lib/components/template/InlineDashboard/InlineDashboard.js.map +1 -1
- package/lib/components/template/InlineDashboardPage/InlineDashboardPage.d.ts +8 -15
- package/lib/components/template/InlineDashboardPage/InlineDashboardPage.d.ts.map +1 -1
- package/lib/components/template/InlineDashboardPage/InlineDashboardPage.js +5 -14
- package/lib/components/template/InlineDashboardPage/InlineDashboardPage.js.map +1 -1
- package/lib/components/template/ListPage/ListPage.d.ts +5 -13
- package/lib/components/template/ListPage/ListPage.d.ts.map +1 -1
- package/lib/components/template/ListPage/ListPage.js +6 -10
- package/lib/components/template/ListPage/ListPage.js.map +1 -1
- package/lib/components/template/ListView/DefaultViewMeta.d.ts +1 -90
- package/lib/components/template/ListView/DefaultViewMeta.d.ts.map +1 -1
- package/lib/components/template/ListView/DefaultViewMeta.js.map +1 -1
- package/lib/components/template/ListView/ListView.d.ts +1 -9
- package/lib/components/template/ListView/ListView.d.ts.map +1 -1
- package/lib/components/template/ListView/ListView.js +127 -123
- package/lib/components/template/ListView/ListView.js.map +1 -1
- package/lib/components/template/ListView/hooks.d.ts.map +1 -1
- package/lib/components/template/ListView/hooks.js +0 -1
- package/lib/components/template/ListView/hooks.js.map +1 -1
- package/lib/components/template/ListView/utils.d.ts +72 -16
- package/lib/components/template/ListView/utils.d.ts.map +1 -1
- package/lib/components/template/ListView/utils.js +143 -3
- package/lib/components/template/ListView/utils.js.map +1 -1
- package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts +9 -13
- package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts.map +1 -1
- package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.js +2 -13
- package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.js.map +1 -1
- package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.d.ts +10 -1
- package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.d.ts.map +1 -1
- package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.js.map +1 -1
- package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts +1 -16
- package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts.map +1 -1
- package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.js +14 -16
- package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.js.map +1 -1
- package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts +5 -1
- package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts.map +1 -1
- package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.js.map +1 -1
- package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts +7 -14
- package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts.map +1 -1
- package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.js +4 -13
- package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.js.map +1 -1
- package/lib/components/template/OneColumn/OneColumn/OneColumn.d.ts +4 -7
- package/lib/components/template/OneColumn/OneColumn/OneColumn.d.ts.map +1 -1
- package/lib/components/template/OneColumn/OneColumn/OneColumn.js +0 -5
- package/lib/components/template/OneColumn/OneColumn/OneColumn.js.map +1 -1
- package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.d.ts +4 -8
- package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.d.ts.map +1 -1
- package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.js +3 -6
- package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.js.map +1 -1
- package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.d.ts +4 -7
- package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.d.ts.map +1 -1
- package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.js +0 -5
- package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.js.map +1 -1
- package/lib/components/template/PromotedFilters/PromotedFilters.d.ts +1 -15
- package/lib/components/template/PromotedFilters/PromotedFilters.d.ts.map +1 -1
- package/lib/components/template/PromotedFilters/PromotedFilters.js +17 -13
- package/lib/components/template/PromotedFilters/PromotedFilters.js.map +1 -1
- package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.d.ts.map +1 -1
- package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.js +57 -5
- package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.js.map +1 -1
- package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts +18 -1
- package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts.map +1 -1
- package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.js +5 -5
- package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.js.map +1 -1
- package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts +1 -29
- package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts.map +1 -1
- package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.js +22 -28
- package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.js.map +1 -1
- package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts +14 -26
- package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts.map +1 -1
- package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.js +5 -26
- package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.js.map +1 -1
- package/lib/components/template/SubTabs/SubTabs.d.ts +4 -10
- package/lib/components/template/SubTabs/SubTabs.d.ts.map +1 -1
- package/lib/components/template/SubTabs/SubTabs.js +1 -8
- package/lib/components/template/SubTabs/SubTabs.js.map +1 -1
- package/lib/components/template/SubTabs/tabUtils.d.ts.map +1 -1
- package/lib/components/template/SubTabs/tabUtils.js.map +1 -1
- package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.d.ts +5 -11
- package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.d.ts.map +1 -1
- package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.js +1 -12
- package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.js.map +1 -1
- package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts +4 -8
- package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts.map +1 -1
- package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.js +3 -6
- package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.js.map +1 -1
- package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts +5 -11
- package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts.map +1 -1
- package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.js +1 -9
- package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.js.map +1 -1
- package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.d.ts +10 -1
- package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.d.ts.map +1 -1
- package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.js +1 -1
- package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.js.map +1 -1
- package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts +1 -16
- package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts.map +1 -1
- package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.js +31 -23
- package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.js.map +1 -1
- package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts +5 -1
- package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts.map +1 -1
- package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.js.map +1 -1
- package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts +7 -14
- package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts.map +1 -1
- package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.js +4 -14
- package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.js.map +1 -1
- package/lib/components/template/WssNavBar/WssNavBar.d.ts +17 -1
- package/lib/components/template/WssNavBar/WssNavBar.d.ts.map +1 -1
- package/lib/components/template/WssNavBar/WssNavBar.js +2 -2
- package/lib/components/template/WssNavBar/WssNavBar.js.map +1 -1
- package/lib/components/widget/AppAnnouncement/AppAnnouncement.d.ts +8 -17
- package/lib/components/widget/AppAnnouncement/AppAnnouncement.d.ts.map +1 -1
- package/lib/components/widget/AppAnnouncement/AppAnnouncement.js +4 -19
- package/lib/components/widget/AppAnnouncement/AppAnnouncement.js.map +1 -1
- package/lib/components/widget/Attachment/Attachment.css +15 -3
- package/lib/components/widget/Attachment/Attachment.d.ts.map +1 -1
- package/lib/components/widget/Attachment/Attachment.js +44 -32
- package/lib/components/widget/Attachment/Attachment.js.map +1 -1
- package/lib/components/widget/CaseHistory/CaseHistory.d.ts +4 -7
- package/lib/components/widget/CaseHistory/CaseHistory.d.ts.map +1 -1
- package/lib/components/widget/CaseHistory/CaseHistory.js +4 -8
- package/lib/components/widget/CaseHistory/CaseHistory.js.map +1 -1
- package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.d.ts +8 -1
- package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.d.ts.map +1 -1
- package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js.map +1 -1
- package/lib/components/widget/FileUtility/FileUtility/FileUtility.d.ts +5 -1
- package/lib/components/widget/FileUtility/FileUtility/FileUtility.d.ts.map +1 -1
- package/lib/components/widget/FileUtility/FileUtility/FileUtility.js +33 -23
- package/lib/components/widget/FileUtility/FileUtility/FileUtility.js.map +1 -1
- package/lib/components/widget/Followers/Followers.d.ts +4 -5
- package/lib/components/widget/Followers/Followers.d.ts.map +1 -1
- package/lib/components/widget/Followers/Followers.js +3 -10
- package/lib/components/widget/Followers/Followers.js.map +1 -1
- package/lib/components/widget/QuickCreate/QuickCreate.d.ts.map +1 -1
- package/lib/components/widget/QuickCreate/QuickCreate.js +12 -4
- package/lib/components/widget/QuickCreate/QuickCreate.js.map +1 -1
- package/lib/components/widget/SummaryItem/SummaryItem.d.ts +7 -1
- package/lib/components/widget/SummaryItem/SummaryItem.d.ts.map +1 -1
- package/lib/components/widget/SummaryItem/SummaryItem.js +2 -2
- package/lib/components/widget/SummaryItem/SummaryItem.js.map +1 -1
- package/lib/components/widget/SummaryList/SummaryList.d.ts +7 -1
- package/lib/components/widget/SummaryList/SummaryList.d.ts.map +1 -1
- package/lib/components/widget/SummaryList/SummaryList.js +5 -2
- package/lib/components/widget/SummaryList/SummaryList.js.map +1 -1
- package/lib/components/widget/ToDo/ToDo.d.ts +13 -27
- package/lib/components/widget/ToDo/ToDo.d.ts.map +1 -1
- package/lib/components/widget/ToDo/ToDo.js +35 -67
- package/lib/components/widget/ToDo/ToDo.js.map +1 -1
- package/lib/components_map.d.ts +3 -3
- package/lib/components_map.d.ts.map +1 -1
- package/lib/components_map.js +819 -818
- package/lib/components_map.js.map +1 -1
- package/lib/doc/KeyReleaseUpdates.md +65 -9
- package/lib/hooks/index.d.ts +4 -0
- package/lib/hooks/index.d.ts.map +1 -0
- package/lib/hooks/index.js +4 -0
- package/lib/hooks/index.js.map +1 -0
- package/lib/hooks/useAfterInitialEffect.d.ts +9 -0
- package/lib/hooks/useAfterInitialEffect.d.ts.map +1 -0
- package/lib/hooks/useAfterInitialEffect.js +16 -0
- package/lib/hooks/useAfterInitialEffect.js.map +1 -0
- package/lib/hooks/useConsolidatedRef.d.ts +9 -0
- package/lib/hooks/useConsolidatedRef.d.ts.map +1 -0
- package/lib/hooks/useConsolidatedRef.js +30 -0
- package/lib/hooks/useConsolidatedRef.js.map +1 -0
- package/lib/hooks/useUID.d.ts +8 -0
- package/lib/hooks/useUID.d.ts.map +1 -0
- package/lib/hooks/useUID.js +14 -0
- package/lib/hooks/useUID.js.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib/sdk-pega-component-map.d.ts +15 -1
- package/lib/sdk-pega-component-map.js +15 -1
- package/lib/sdk-pega-component-map.js.map +1 -1
- package/lib/types/PConnProps.d.ts +42 -0
- package/package.json +1 -1
|
@@ -1,1401 +1,883 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
}
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
const name_107: string;
|
|
883
|
-
export { name_107 as name };
|
|
884
|
-
const symbolFormat_107: string;
|
|
885
|
-
export { symbolFormat_107 as symbolFormat };
|
|
886
|
-
const currencyCode_107: string;
|
|
887
|
-
export { currencyCode_107 as currencyCode };
|
|
888
|
-
}
|
|
889
|
-
export namespace XPD {
|
|
890
|
-
const name_108: string;
|
|
891
|
-
export { name_108 as name };
|
|
892
|
-
const symbolFormat_108: string;
|
|
893
|
-
export { symbolFormat_108 as symbolFormat };
|
|
894
|
-
const currencyCode_108: string;
|
|
895
|
-
export { currencyCode_108 as currencyCode };
|
|
896
|
-
}
|
|
897
|
-
export namespace PA {
|
|
898
|
-
const name_109: string;
|
|
899
|
-
export { name_109 as name };
|
|
900
|
-
const symbolFormat_109: string;
|
|
901
|
-
export { symbolFormat_109 as symbolFormat };
|
|
902
|
-
const currencyCode_109: string;
|
|
903
|
-
export { currencyCode_109 as currencyCode };
|
|
904
|
-
}
|
|
905
|
-
export namespace PG {
|
|
906
|
-
const name_110: string;
|
|
907
|
-
export { name_110 as name };
|
|
908
|
-
const symbolFormat_110: string;
|
|
909
|
-
export { symbolFormat_110 as symbolFormat };
|
|
910
|
-
const currencyCode_110: string;
|
|
911
|
-
export { currencyCode_110 as currencyCode };
|
|
912
|
-
}
|
|
913
|
-
export namespace PY {
|
|
914
|
-
const name_111: string;
|
|
915
|
-
export { name_111 as name };
|
|
916
|
-
const symbolFormat_111: string;
|
|
917
|
-
export { symbolFormat_111 as symbolFormat };
|
|
918
|
-
const currencyCode_111: string;
|
|
919
|
-
export { currencyCode_111 as currencyCode };
|
|
920
|
-
}
|
|
921
|
-
export namespace PE {
|
|
922
|
-
const name_112: string;
|
|
923
|
-
export { name_112 as name };
|
|
924
|
-
const symbolFormat_112: string;
|
|
925
|
-
export { symbolFormat_112 as symbolFormat };
|
|
926
|
-
const currencyCode_112: string;
|
|
927
|
-
export { currencyCode_112 as currencyCode };
|
|
928
|
-
}
|
|
929
|
-
export namespace PH {
|
|
930
|
-
const name_113: string;
|
|
931
|
-
export { name_113 as name };
|
|
932
|
-
const symbolFormat_113: string;
|
|
933
|
-
export { symbolFormat_113 as symbolFormat };
|
|
934
|
-
const currencyCode_113: string;
|
|
935
|
-
export { currencyCode_113 as currencyCode };
|
|
936
|
-
}
|
|
937
|
-
export namespace XPT {
|
|
938
|
-
const name_114: string;
|
|
939
|
-
export { name_114 as name };
|
|
940
|
-
const symbolFormat_114: string;
|
|
941
|
-
export { symbolFormat_114 as symbolFormat };
|
|
942
|
-
const currencyCode_114: string;
|
|
943
|
-
export { currencyCode_114 as currencyCode };
|
|
944
|
-
}
|
|
945
|
-
export namespace PL {
|
|
946
|
-
const name_115: string;
|
|
947
|
-
export { name_115 as name };
|
|
948
|
-
const symbolFormat_115: string;
|
|
949
|
-
export { symbolFormat_115 as symbolFormat };
|
|
950
|
-
const currencyCode_115: string;
|
|
951
|
-
export { currencyCode_115 as currencyCode };
|
|
952
|
-
}
|
|
953
|
-
export namespace QA {
|
|
954
|
-
const name_116: string;
|
|
955
|
-
export { name_116 as name };
|
|
956
|
-
const symbolFormat_116: string;
|
|
957
|
-
export { symbolFormat_116 as symbolFormat };
|
|
958
|
-
const currencyCode_116: string;
|
|
959
|
-
export { currencyCode_116 as currencyCode };
|
|
960
|
-
}
|
|
961
|
-
export namespace RO {
|
|
962
|
-
const name_117: string;
|
|
963
|
-
export { name_117 as name };
|
|
964
|
-
const symbolFormat_117: string;
|
|
965
|
-
export { symbolFormat_117 as symbolFormat };
|
|
966
|
-
const currencyCode_117: string;
|
|
967
|
-
export { currencyCode_117 as currencyCode };
|
|
968
|
-
}
|
|
969
|
-
export namespace RU {
|
|
970
|
-
const name_118: string;
|
|
971
|
-
export { name_118 as name };
|
|
972
|
-
const symbolFormat_118: string;
|
|
973
|
-
export { symbolFormat_118 as symbolFormat };
|
|
974
|
-
const currencyCode_118: string;
|
|
975
|
-
export { currencyCode_118 as currencyCode };
|
|
976
|
-
}
|
|
977
|
-
export namespace RW {
|
|
978
|
-
const name_119: string;
|
|
979
|
-
export { name_119 as name };
|
|
980
|
-
const symbolFormat_119: string;
|
|
981
|
-
export { symbolFormat_119 as symbolFormat };
|
|
982
|
-
const currencyCode_119: string;
|
|
983
|
-
export { currencyCode_119 as currencyCode };
|
|
984
|
-
}
|
|
985
|
-
export namespace WS {
|
|
986
|
-
const name_120: string;
|
|
987
|
-
export { name_120 as name };
|
|
988
|
-
const symbolFormat_120: string;
|
|
989
|
-
export { symbolFormat_120 as symbolFormat };
|
|
990
|
-
const currencyCode_120: string;
|
|
991
|
-
export { currencyCode_120 as currencyCode };
|
|
992
|
-
}
|
|
993
|
-
export namespace ST {
|
|
994
|
-
const name_121: string;
|
|
995
|
-
export { name_121 as name };
|
|
996
|
-
const symbolFormat_121: string;
|
|
997
|
-
export { symbolFormat_121 as symbolFormat };
|
|
998
|
-
const currencyCode_121: string;
|
|
999
|
-
export { currencyCode_121 as currencyCode };
|
|
1000
|
-
}
|
|
1001
|
-
export namespace SA {
|
|
1002
|
-
const name_122: string;
|
|
1003
|
-
export { name_122 as name };
|
|
1004
|
-
const symbolFormat_122: string;
|
|
1005
|
-
export { symbolFormat_122 as symbolFormat };
|
|
1006
|
-
const currencyCode_122: string;
|
|
1007
|
-
export { currencyCode_122 as currencyCode };
|
|
1008
|
-
}
|
|
1009
|
-
export namespace RS {
|
|
1010
|
-
const name_123: string;
|
|
1011
|
-
export { name_123 as name };
|
|
1012
|
-
const symbolFormat_123: string;
|
|
1013
|
-
export { symbolFormat_123 as symbolFormat };
|
|
1014
|
-
const currencyCode_123: string;
|
|
1015
|
-
export { currencyCode_123 as currencyCode };
|
|
1016
|
-
}
|
|
1017
|
-
export namespace SC {
|
|
1018
|
-
const name_124: string;
|
|
1019
|
-
export { name_124 as name };
|
|
1020
|
-
const symbolFormat_124: string;
|
|
1021
|
-
export { symbolFormat_124 as symbolFormat };
|
|
1022
|
-
const currencyCode_124: string;
|
|
1023
|
-
export { currencyCode_124 as currencyCode };
|
|
1024
|
-
}
|
|
1025
|
-
export namespace SL {
|
|
1026
|
-
const name_125: string;
|
|
1027
|
-
export { name_125 as name };
|
|
1028
|
-
const symbolFormat_125: string;
|
|
1029
|
-
export { symbolFormat_125 as symbolFormat };
|
|
1030
|
-
const currencyCode_125: string;
|
|
1031
|
-
export { currencyCode_125 as currencyCode };
|
|
1032
|
-
}
|
|
1033
|
-
export namespace XAG {
|
|
1034
|
-
const name_126: string;
|
|
1035
|
-
export { name_126 as name };
|
|
1036
|
-
const symbolFormat_126: string;
|
|
1037
|
-
export { symbolFormat_126 as symbolFormat };
|
|
1038
|
-
const currencyCode_126: string;
|
|
1039
|
-
export { currencyCode_126 as currencyCode };
|
|
1040
|
-
}
|
|
1041
|
-
export namespace SG {
|
|
1042
|
-
const name_127: string;
|
|
1043
|
-
export { name_127 as name };
|
|
1044
|
-
const symbolFormat_127: string;
|
|
1045
|
-
export { symbolFormat_127 as symbolFormat };
|
|
1046
|
-
const currencyCode_127: string;
|
|
1047
|
-
export { currencyCode_127 as currencyCode };
|
|
1048
|
-
}
|
|
1049
|
-
export namespace SB {
|
|
1050
|
-
const name_128: string;
|
|
1051
|
-
export { name_128 as name };
|
|
1052
|
-
const symbolFormat_128: string;
|
|
1053
|
-
export { symbolFormat_128 as symbolFormat };
|
|
1054
|
-
const currencyCode_128: string;
|
|
1055
|
-
export { currencyCode_128 as currencyCode };
|
|
1056
|
-
}
|
|
1057
|
-
export namespace SO {
|
|
1058
|
-
const name_129: string;
|
|
1059
|
-
export { name_129 as name };
|
|
1060
|
-
const symbolFormat_129: string;
|
|
1061
|
-
export { symbolFormat_129 as symbolFormat };
|
|
1062
|
-
const currencyCode_129: string;
|
|
1063
|
-
export { currencyCode_129 as currencyCode };
|
|
1064
|
-
}
|
|
1065
|
-
export namespace TJ {
|
|
1066
|
-
const name_130: string;
|
|
1067
|
-
export { name_130 as name };
|
|
1068
|
-
const symbolFormat_130: string;
|
|
1069
|
-
export { symbolFormat_130 as symbolFormat };
|
|
1070
|
-
const currencyCode_130: string;
|
|
1071
|
-
export { currencyCode_130 as currencyCode };
|
|
1072
|
-
}
|
|
1073
|
-
export namespace ZA {
|
|
1074
|
-
const name_131: string;
|
|
1075
|
-
export { name_131 as name };
|
|
1076
|
-
const symbolFormat_131: string;
|
|
1077
|
-
export { symbolFormat_131 as symbolFormat };
|
|
1078
|
-
const currencyCode_131: string;
|
|
1079
|
-
export { currencyCode_131 as currencyCode };
|
|
1080
|
-
}
|
|
1081
|
-
export namespace LK {
|
|
1082
|
-
const name_132: string;
|
|
1083
|
-
export { name_132 as name };
|
|
1084
|
-
const symbolFormat_132: string;
|
|
1085
|
-
export { symbolFormat_132 as symbolFormat };
|
|
1086
|
-
const currencyCode_132: string;
|
|
1087
|
-
export { currencyCode_132 as currencyCode };
|
|
1088
|
-
}
|
|
1089
|
-
export namespace SH {
|
|
1090
|
-
const name_133: string;
|
|
1091
|
-
export { name_133 as name };
|
|
1092
|
-
const symbolFormat_133: string;
|
|
1093
|
-
export { symbolFormat_133 as symbolFormat };
|
|
1094
|
-
const currencyCode_133: string;
|
|
1095
|
-
export { currencyCode_133 as currencyCode };
|
|
1096
|
-
}
|
|
1097
|
-
export namespace AC {
|
|
1098
|
-
const name_134: string;
|
|
1099
|
-
export { name_134 as name };
|
|
1100
|
-
const symbolFormat_134: string;
|
|
1101
|
-
export { symbolFormat_134 as symbolFormat };
|
|
1102
|
-
const currencyCode_134: string;
|
|
1103
|
-
export { currencyCode_134 as currencyCode };
|
|
1104
|
-
}
|
|
1105
|
-
export namespace SS {
|
|
1106
|
-
const name_135: string;
|
|
1107
|
-
export { name_135 as name };
|
|
1108
|
-
const symbolFormat_135: string;
|
|
1109
|
-
export { symbolFormat_135 as symbolFormat };
|
|
1110
|
-
const currencyCode_135: string;
|
|
1111
|
-
export { currencyCode_135 as currencyCode };
|
|
1112
|
-
}
|
|
1113
|
-
export namespace SR {
|
|
1114
|
-
const name_136: string;
|
|
1115
|
-
export { name_136 as name };
|
|
1116
|
-
const symbolFormat_136: string;
|
|
1117
|
-
export { symbolFormat_136 as symbolFormat };
|
|
1118
|
-
const currencyCode_136: string;
|
|
1119
|
-
export { currencyCode_136 as currencyCode };
|
|
1120
|
-
}
|
|
1121
|
-
export namespace SZ {
|
|
1122
|
-
const name_137: string;
|
|
1123
|
-
export { name_137 as name };
|
|
1124
|
-
const symbolFormat_137: string;
|
|
1125
|
-
export { symbolFormat_137 as symbolFormat };
|
|
1126
|
-
const currencyCode_137: string;
|
|
1127
|
-
export { currencyCode_137 as currencyCode };
|
|
1128
|
-
}
|
|
1129
|
-
export namespace SE {
|
|
1130
|
-
const name_138: string;
|
|
1131
|
-
export { name_138 as name };
|
|
1132
|
-
const symbolFormat_138: string;
|
|
1133
|
-
export { symbolFormat_138 as symbolFormat };
|
|
1134
|
-
const currencyCode_138: string;
|
|
1135
|
-
export { currencyCode_138 as currencyCode };
|
|
1136
|
-
}
|
|
1137
|
-
export namespace CH {
|
|
1138
|
-
const name_139: string;
|
|
1139
|
-
export { name_139 as name };
|
|
1140
|
-
const symbolFormat_139: string;
|
|
1141
|
-
export { symbolFormat_139 as symbolFormat };
|
|
1142
|
-
const currencyCode_139: string;
|
|
1143
|
-
export { currencyCode_139 as currencyCode };
|
|
1144
|
-
}
|
|
1145
|
-
export namespace SY {
|
|
1146
|
-
const name_140: string;
|
|
1147
|
-
export { name_140 as name };
|
|
1148
|
-
const symbolFormat_140: string;
|
|
1149
|
-
export { symbolFormat_140 as symbolFormat };
|
|
1150
|
-
const currencyCode_140: string;
|
|
1151
|
-
export { currencyCode_140 as currencyCode };
|
|
1152
|
-
}
|
|
1153
|
-
export namespace TW {
|
|
1154
|
-
const name_141: string;
|
|
1155
|
-
export { name_141 as name };
|
|
1156
|
-
const symbolFormat_141: string;
|
|
1157
|
-
export { symbolFormat_141 as symbolFormat };
|
|
1158
|
-
const currencyCode_141: string;
|
|
1159
|
-
export { currencyCode_141 as currencyCode };
|
|
1160
|
-
}
|
|
1161
|
-
export namespace TZ {
|
|
1162
|
-
const name_142: string;
|
|
1163
|
-
export { name_142 as name };
|
|
1164
|
-
const symbolFormat_142: string;
|
|
1165
|
-
export { symbolFormat_142 as symbolFormat };
|
|
1166
|
-
const currencyCode_142: string;
|
|
1167
|
-
export { currencyCode_142 as currencyCode };
|
|
1168
|
-
}
|
|
1169
|
-
export namespace TH {
|
|
1170
|
-
const name_143: string;
|
|
1171
|
-
export { name_143 as name };
|
|
1172
|
-
const symbolFormat_143: string;
|
|
1173
|
-
export { symbolFormat_143 as symbolFormat };
|
|
1174
|
-
const currencyCode_143: string;
|
|
1175
|
-
export { currencyCode_143 as currencyCode };
|
|
1176
|
-
}
|
|
1177
|
-
export namespace TO {
|
|
1178
|
-
const name_144: string;
|
|
1179
|
-
export { name_144 as name };
|
|
1180
|
-
const symbolFormat_144: string;
|
|
1181
|
-
export { symbolFormat_144 as symbolFormat };
|
|
1182
|
-
const currencyCode_144: string;
|
|
1183
|
-
export { currencyCode_144 as currencyCode };
|
|
1184
|
-
}
|
|
1185
|
-
export namespace TT {
|
|
1186
|
-
const name_145: string;
|
|
1187
|
-
export { name_145 as name };
|
|
1188
|
-
const symbolFormat_145: string;
|
|
1189
|
-
export { symbolFormat_145 as symbolFormat };
|
|
1190
|
-
const currencyCode_145: string;
|
|
1191
|
-
export { currencyCode_145 as currencyCode };
|
|
1192
|
-
}
|
|
1193
|
-
export namespace TN {
|
|
1194
|
-
const name_146: string;
|
|
1195
|
-
export { name_146 as name };
|
|
1196
|
-
const symbolFormat_146: string;
|
|
1197
|
-
export { symbolFormat_146 as symbolFormat };
|
|
1198
|
-
const currencyCode_146: string;
|
|
1199
|
-
export { currencyCode_146 as currencyCode };
|
|
1200
|
-
}
|
|
1201
|
-
export namespace TR {
|
|
1202
|
-
const name_147: string;
|
|
1203
|
-
export { name_147 as name };
|
|
1204
|
-
const symbolFormat_147: string;
|
|
1205
|
-
export { symbolFormat_147 as symbolFormat };
|
|
1206
|
-
const currencyCode_147: string;
|
|
1207
|
-
export { currencyCode_147 as currencyCode };
|
|
1208
|
-
}
|
|
1209
|
-
export namespace TM {
|
|
1210
|
-
const name_148: string;
|
|
1211
|
-
export { name_148 as name };
|
|
1212
|
-
const symbolFormat_148: string;
|
|
1213
|
-
export { symbolFormat_148 as symbolFormat };
|
|
1214
|
-
const currencyCode_148: string;
|
|
1215
|
-
export { currencyCode_148 as currencyCode };
|
|
1216
|
-
}
|
|
1217
|
-
export { USD as US };
|
|
1218
|
-
export { USD as AS };
|
|
1219
|
-
export { USD as IO };
|
|
1220
|
-
export { USD as VG };
|
|
1221
|
-
export { USD as GU };
|
|
1222
|
-
export { USD as HT };
|
|
1223
|
-
export { USD as MH };
|
|
1224
|
-
export { USD as FM };
|
|
1225
|
-
export { USD as MP };
|
|
1226
|
-
export { USD as PW };
|
|
1227
|
-
export { USD as PR };
|
|
1228
|
-
export { USD as TC };
|
|
1229
|
-
export { USD as VI };
|
|
1230
|
-
export namespace AE {
|
|
1231
|
-
const name_149: string;
|
|
1232
|
-
export { name_149 as name };
|
|
1233
|
-
const symbolFormat_149: string;
|
|
1234
|
-
export { symbolFormat_149 as symbolFormat };
|
|
1235
|
-
const currencyCode_149: string;
|
|
1236
|
-
export { currencyCode_149 as currencyCode };
|
|
1237
|
-
}
|
|
1238
|
-
export namespace UG {
|
|
1239
|
-
const name_150: string;
|
|
1240
|
-
export { name_150 as name };
|
|
1241
|
-
const symbolFormat_150: string;
|
|
1242
|
-
export { symbolFormat_150 as symbolFormat };
|
|
1243
|
-
const currencyCode_150: string;
|
|
1244
|
-
export { currencyCode_150 as currencyCode };
|
|
1245
|
-
}
|
|
1246
|
-
export namespace UA {
|
|
1247
|
-
const name_151: string;
|
|
1248
|
-
export { name_151 as name };
|
|
1249
|
-
const symbolFormat_151: string;
|
|
1250
|
-
export { symbolFormat_151 as symbolFormat };
|
|
1251
|
-
const currencyCode_151: string;
|
|
1252
|
-
export { currencyCode_151 as currencyCode };
|
|
1253
|
-
}
|
|
1254
|
-
export namespace UY {
|
|
1255
|
-
const name_152: string;
|
|
1256
|
-
export { name_152 as name };
|
|
1257
|
-
const symbolFormat_152: string;
|
|
1258
|
-
export { symbolFormat_152 as symbolFormat };
|
|
1259
|
-
const currencyCode_152: string;
|
|
1260
|
-
export { currencyCode_152 as currencyCode };
|
|
1261
|
-
}
|
|
1262
|
-
export namespace UZ {
|
|
1263
|
-
const name_153: string;
|
|
1264
|
-
export { name_153 as name };
|
|
1265
|
-
const symbolFormat_153: string;
|
|
1266
|
-
export { symbolFormat_153 as symbolFormat };
|
|
1267
|
-
const currencyCode_153: string;
|
|
1268
|
-
export { currencyCode_153 as currencyCode };
|
|
1269
|
-
}
|
|
1270
|
-
export namespace VU {
|
|
1271
|
-
const name_154: string;
|
|
1272
|
-
export { name_154 as name };
|
|
1273
|
-
const symbolFormat_154: string;
|
|
1274
|
-
export { symbolFormat_154 as symbolFormat };
|
|
1275
|
-
const currencyCode_154: string;
|
|
1276
|
-
export { currencyCode_154 as currencyCode };
|
|
1277
|
-
}
|
|
1278
|
-
export namespace VE {
|
|
1279
|
-
const name_155: string;
|
|
1280
|
-
export { name_155 as name };
|
|
1281
|
-
const symbolFormat_155: string;
|
|
1282
|
-
export { symbolFormat_155 as symbolFormat };
|
|
1283
|
-
const currencyCode_155: string;
|
|
1284
|
-
export { currencyCode_155 as currencyCode };
|
|
1285
|
-
}
|
|
1286
|
-
export namespace VN {
|
|
1287
|
-
const name_156: string;
|
|
1288
|
-
export { name_156 as name };
|
|
1289
|
-
const symbolFormat_156: string;
|
|
1290
|
-
export { symbolFormat_156 as symbolFormat };
|
|
1291
|
-
const currencyCode_156: string;
|
|
1292
|
-
export { currencyCode_156 as currencyCode };
|
|
1293
|
-
}
|
|
1294
|
-
export namespace YE {
|
|
1295
|
-
const name_157: string;
|
|
1296
|
-
export { name_157 as name };
|
|
1297
|
-
const symbolFormat_157: string;
|
|
1298
|
-
export { symbolFormat_157 as symbolFormat };
|
|
1299
|
-
const currencyCode_157: string;
|
|
1300
|
-
export { currencyCode_157 as currencyCode };
|
|
1301
|
-
}
|
|
1302
|
-
export namespace YU {
|
|
1303
|
-
const name_158: string;
|
|
1304
|
-
export { name_158 as name };
|
|
1305
|
-
const symbolFormat_158: string;
|
|
1306
|
-
export { symbolFormat_158 as symbolFormat };
|
|
1307
|
-
const currencyCode_158: string;
|
|
1308
|
-
export { currencyCode_158 as currencyCode };
|
|
1309
|
-
}
|
|
1310
|
-
export namespace ZR {
|
|
1311
|
-
const name_159: string;
|
|
1312
|
-
export { name_159 as name };
|
|
1313
|
-
const symbolFormat_159: string;
|
|
1314
|
-
export { symbolFormat_159 as symbolFormat };
|
|
1315
|
-
const currencyCode_159: string;
|
|
1316
|
-
export { currencyCode_159 as currencyCode };
|
|
1317
|
-
}
|
|
1318
|
-
export namespace ZM {
|
|
1319
|
-
const name_160: string;
|
|
1320
|
-
export { name_160 as name };
|
|
1321
|
-
const symbolFormat_160: string;
|
|
1322
|
-
export { symbolFormat_160 as symbolFormat };
|
|
1323
|
-
const currencyCode_160: string;
|
|
1324
|
-
export { currencyCode_160 as currencyCode };
|
|
1325
|
-
}
|
|
1326
|
-
export namespace ZW {
|
|
1327
|
-
const name_161: string;
|
|
1328
|
-
export { name_161 as name };
|
|
1329
|
-
const symbolFormat_161: string;
|
|
1330
|
-
export { symbolFormat_161 as symbolFormat };
|
|
1331
|
-
const currencyCode_161: string;
|
|
1332
|
-
export { currencyCode_161 as currencyCode };
|
|
1333
|
-
}
|
|
1334
|
-
export { EURO as AD };
|
|
1335
|
-
export { EURO as AT };
|
|
1336
|
-
export { EURO as BE };
|
|
1337
|
-
export { EURO as CY };
|
|
1338
|
-
export { EURO as EE };
|
|
1339
|
-
export { EURO as FI };
|
|
1340
|
-
export { EURO as FR };
|
|
1341
|
-
export { EURO as DE };
|
|
1342
|
-
export { EURO as GR };
|
|
1343
|
-
export { EURO as IE };
|
|
1344
|
-
export { EURO as IT };
|
|
1345
|
-
export { EURO as XK };
|
|
1346
|
-
export { EURO as LV };
|
|
1347
|
-
export { EURO as LT };
|
|
1348
|
-
export { EURO as LU };
|
|
1349
|
-
export { EURO as MT };
|
|
1350
|
-
export { EURO as MC };
|
|
1351
|
-
export { EURO as ME };
|
|
1352
|
-
export { EURO as NL };
|
|
1353
|
-
export { EURO as PT };
|
|
1354
|
-
export { EURO as SM };
|
|
1355
|
-
export { EURO as SK };
|
|
1356
|
-
export { EURO as SI };
|
|
1357
|
-
export { EURO as ES };
|
|
1358
|
-
export { EURO as VA };
|
|
1359
|
-
}
|
|
1
|
+
type CurrencyMapType = {
|
|
2
|
+
name: string;
|
|
3
|
+
symbolFormat: string;
|
|
4
|
+
currencyCode: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: {
|
|
7
|
+
AF: {
|
|
8
|
+
name: string;
|
|
9
|
+
symbolFormat: string;
|
|
10
|
+
currencyCode: string;
|
|
11
|
+
};
|
|
12
|
+
AL: {
|
|
13
|
+
name: string;
|
|
14
|
+
symbolFormat: string;
|
|
15
|
+
currencyCode: string;
|
|
16
|
+
};
|
|
17
|
+
DZ: {
|
|
18
|
+
name: string;
|
|
19
|
+
symbolFormat: string;
|
|
20
|
+
currencyCode: string;
|
|
21
|
+
};
|
|
22
|
+
AO: {
|
|
23
|
+
name: string;
|
|
24
|
+
symbolFormat: string;
|
|
25
|
+
currencyCode: string;
|
|
26
|
+
};
|
|
27
|
+
AR: {
|
|
28
|
+
name: string;
|
|
29
|
+
symbolFormat: string;
|
|
30
|
+
currencyCode: string;
|
|
31
|
+
};
|
|
32
|
+
AM: {
|
|
33
|
+
name: string;
|
|
34
|
+
symbolFormat: string;
|
|
35
|
+
currencyCode: string;
|
|
36
|
+
};
|
|
37
|
+
AW: {
|
|
38
|
+
name: string;
|
|
39
|
+
symbolFormat: string;
|
|
40
|
+
currencyCode: string;
|
|
41
|
+
};
|
|
42
|
+
AU: {
|
|
43
|
+
name: string;
|
|
44
|
+
symbolFormat: string;
|
|
45
|
+
currencyCode: string;
|
|
46
|
+
};
|
|
47
|
+
AZ: {
|
|
48
|
+
name: string;
|
|
49
|
+
symbolFormat: string;
|
|
50
|
+
currencyCode: string;
|
|
51
|
+
};
|
|
52
|
+
BS: {
|
|
53
|
+
name: string;
|
|
54
|
+
symbolFormat: string;
|
|
55
|
+
currencyCode: string;
|
|
56
|
+
};
|
|
57
|
+
BH: {
|
|
58
|
+
name: string;
|
|
59
|
+
symbolFormat: string;
|
|
60
|
+
currencyCode: string;
|
|
61
|
+
};
|
|
62
|
+
BD: {
|
|
63
|
+
name: string;
|
|
64
|
+
symbolFormat: string;
|
|
65
|
+
currencyCode: string;
|
|
66
|
+
};
|
|
67
|
+
BB: {
|
|
68
|
+
name: string;
|
|
69
|
+
symbolFormat: string;
|
|
70
|
+
currencyCode: string;
|
|
71
|
+
};
|
|
72
|
+
BY: {
|
|
73
|
+
name: string;
|
|
74
|
+
symbolFormat: string;
|
|
75
|
+
currencyCode: string;
|
|
76
|
+
};
|
|
77
|
+
BZ: {
|
|
78
|
+
name: string;
|
|
79
|
+
symbolFormat: string;
|
|
80
|
+
currencyCode: string;
|
|
81
|
+
};
|
|
82
|
+
BM: {
|
|
83
|
+
name: string;
|
|
84
|
+
symbolFormat: string;
|
|
85
|
+
currencyCode: string;
|
|
86
|
+
};
|
|
87
|
+
BT: {
|
|
88
|
+
name: string;
|
|
89
|
+
symbolFormat: string;
|
|
90
|
+
currencyCode: string;
|
|
91
|
+
};
|
|
92
|
+
BO: {
|
|
93
|
+
name: string;
|
|
94
|
+
symbolFormat: string;
|
|
95
|
+
currencyCode: string;
|
|
96
|
+
};
|
|
97
|
+
BA: {
|
|
98
|
+
name: string;
|
|
99
|
+
symbolFormat: string;
|
|
100
|
+
currencyCode: string;
|
|
101
|
+
};
|
|
102
|
+
BW: {
|
|
103
|
+
name: string;
|
|
104
|
+
symbolFormat: string;
|
|
105
|
+
currencyCode: string;
|
|
106
|
+
};
|
|
107
|
+
BR: {
|
|
108
|
+
name: string;
|
|
109
|
+
symbolFormat: string;
|
|
110
|
+
currencyCode: string;
|
|
111
|
+
};
|
|
112
|
+
GB: {
|
|
113
|
+
name: string;
|
|
114
|
+
symbolFormat: string;
|
|
115
|
+
currencyCode: string;
|
|
116
|
+
};
|
|
117
|
+
BN: {
|
|
118
|
+
name: string;
|
|
119
|
+
symbolFormat: string;
|
|
120
|
+
currencyCode: string;
|
|
121
|
+
};
|
|
122
|
+
BG: {
|
|
123
|
+
name: string;
|
|
124
|
+
symbolFormat: string;
|
|
125
|
+
currencyCode: string;
|
|
126
|
+
};
|
|
127
|
+
BI: {
|
|
128
|
+
name: string;
|
|
129
|
+
symbolFormat: string;
|
|
130
|
+
currencyCode: string;
|
|
131
|
+
};
|
|
132
|
+
KH: {
|
|
133
|
+
name: string;
|
|
134
|
+
symbolFormat: string;
|
|
135
|
+
currencyCode: string;
|
|
136
|
+
};
|
|
137
|
+
CA: {
|
|
138
|
+
name: string;
|
|
139
|
+
symbolFormat: string;
|
|
140
|
+
currencyCode: string;
|
|
141
|
+
};
|
|
142
|
+
CV: {
|
|
143
|
+
name: string;
|
|
144
|
+
symbolFormat: string;
|
|
145
|
+
currencyCode: string;
|
|
146
|
+
};
|
|
147
|
+
KYD: {
|
|
148
|
+
name: string;
|
|
149
|
+
symbolFormat: string;
|
|
150
|
+
currencyCode: string;
|
|
151
|
+
};
|
|
152
|
+
XO: {
|
|
153
|
+
name: string;
|
|
154
|
+
symbolFormat: string;
|
|
155
|
+
currencyCode: string;
|
|
156
|
+
};
|
|
157
|
+
XA: CurrencyMapType;
|
|
158
|
+
BJ: CurrencyMapType;
|
|
159
|
+
BF: CurrencyMapType;
|
|
160
|
+
CM: CurrencyMapType;
|
|
161
|
+
CF: CurrencyMapType;
|
|
162
|
+
TD: CurrencyMapType;
|
|
163
|
+
CG: CurrencyMapType;
|
|
164
|
+
CI: CurrencyMapType;
|
|
165
|
+
GQ: CurrencyMapType;
|
|
166
|
+
GA: CurrencyMapType;
|
|
167
|
+
GW: CurrencyMapType;
|
|
168
|
+
ML: CurrencyMapType;
|
|
169
|
+
NE: CurrencyMapType;
|
|
170
|
+
SN: CurrencyMapType;
|
|
171
|
+
TG: CurrencyMapType;
|
|
172
|
+
CL: {
|
|
173
|
+
name: string;
|
|
174
|
+
symbolFormat: string;
|
|
175
|
+
currencyCode: string;
|
|
176
|
+
};
|
|
177
|
+
CN: {
|
|
178
|
+
name: string;
|
|
179
|
+
symbolFormat: string;
|
|
180
|
+
currencyCode: string;
|
|
181
|
+
};
|
|
182
|
+
CO: {
|
|
183
|
+
name: string;
|
|
184
|
+
symbolFormat: string;
|
|
185
|
+
currencyCode: string;
|
|
186
|
+
};
|
|
187
|
+
KM: {
|
|
188
|
+
name: string;
|
|
189
|
+
symbolFormat: string;
|
|
190
|
+
currencyCode: string;
|
|
191
|
+
};
|
|
192
|
+
CD: {
|
|
193
|
+
name: string;
|
|
194
|
+
symbolFormat: string;
|
|
195
|
+
currencyCode: string;
|
|
196
|
+
};
|
|
197
|
+
CR: {
|
|
198
|
+
name: string;
|
|
199
|
+
symbolFormat: string;
|
|
200
|
+
currencyCode: string;
|
|
201
|
+
};
|
|
202
|
+
HR: {
|
|
203
|
+
name: string;
|
|
204
|
+
symbolFormat: string;
|
|
205
|
+
currencyCode: string;
|
|
206
|
+
};
|
|
207
|
+
CU: {
|
|
208
|
+
name: string;
|
|
209
|
+
symbolFormat: string;
|
|
210
|
+
currencyCode: string;
|
|
211
|
+
};
|
|
212
|
+
CZ: {
|
|
213
|
+
name: string;
|
|
214
|
+
symbolFormat: string;
|
|
215
|
+
currencyCode: string;
|
|
216
|
+
};
|
|
217
|
+
DK: {
|
|
218
|
+
name: string;
|
|
219
|
+
symbolFormat: string;
|
|
220
|
+
currencyCode: string;
|
|
221
|
+
};
|
|
222
|
+
DJ: {
|
|
223
|
+
name: string;
|
|
224
|
+
symbolFormat: string;
|
|
225
|
+
currencyCode: string;
|
|
226
|
+
};
|
|
227
|
+
DO: {
|
|
228
|
+
name: string;
|
|
229
|
+
symbolFormat: string;
|
|
230
|
+
currencyCode: string;
|
|
231
|
+
};
|
|
232
|
+
AI: CurrencyMapType;
|
|
233
|
+
AG: CurrencyMapType;
|
|
234
|
+
DM: CurrencyMapType;
|
|
235
|
+
GD: CurrencyMapType;
|
|
236
|
+
MS: CurrencyMapType;
|
|
237
|
+
KN: CurrencyMapType;
|
|
238
|
+
LC: CurrencyMapType;
|
|
239
|
+
VC: CurrencyMapType;
|
|
240
|
+
EG: {
|
|
241
|
+
name: string;
|
|
242
|
+
symbolFormat: string;
|
|
243
|
+
currencyCode: string;
|
|
244
|
+
};
|
|
245
|
+
SV: {
|
|
246
|
+
name: string;
|
|
247
|
+
symbolFormat: string;
|
|
248
|
+
currencyCode: string;
|
|
249
|
+
};
|
|
250
|
+
ER: {
|
|
251
|
+
name: string;
|
|
252
|
+
symbolFormat: string;
|
|
253
|
+
currencyCode: string;
|
|
254
|
+
};
|
|
255
|
+
ET: {
|
|
256
|
+
name: string;
|
|
257
|
+
symbolFormat: string;
|
|
258
|
+
currencyCode: string;
|
|
259
|
+
};
|
|
260
|
+
FK: {
|
|
261
|
+
name: string;
|
|
262
|
+
symbolFormat: string;
|
|
263
|
+
currencyCode: string;
|
|
264
|
+
};
|
|
265
|
+
FJ: {
|
|
266
|
+
name: string;
|
|
267
|
+
symbolFormat: string;
|
|
268
|
+
currencyCode: string;
|
|
269
|
+
};
|
|
270
|
+
GM: {
|
|
271
|
+
name: string;
|
|
272
|
+
symbolFormat: string;
|
|
273
|
+
currencyCode: string;
|
|
274
|
+
};
|
|
275
|
+
GE: {
|
|
276
|
+
name: string;
|
|
277
|
+
symbolFormat: string;
|
|
278
|
+
currencyCode: string;
|
|
279
|
+
};
|
|
280
|
+
GH: {
|
|
281
|
+
name: string;
|
|
282
|
+
symbolFormat: string;
|
|
283
|
+
currencyCode: string;
|
|
284
|
+
};
|
|
285
|
+
GI: {
|
|
286
|
+
name: string;
|
|
287
|
+
symbolFormat: string;
|
|
288
|
+
currencyCode: string;
|
|
289
|
+
};
|
|
290
|
+
XAU: {
|
|
291
|
+
name: string;
|
|
292
|
+
symbolFormat: string;
|
|
293
|
+
currencyCode: string;
|
|
294
|
+
};
|
|
295
|
+
GT: {
|
|
296
|
+
name: string;
|
|
297
|
+
symbolFormat: string;
|
|
298
|
+
currencyCode: string;
|
|
299
|
+
};
|
|
300
|
+
GG: {
|
|
301
|
+
name: string;
|
|
302
|
+
symbolFormat: string;
|
|
303
|
+
currencyCode: string;
|
|
304
|
+
};
|
|
305
|
+
GN: {
|
|
306
|
+
name: string;
|
|
307
|
+
symbolFormat: string;
|
|
308
|
+
currencyCode: string;
|
|
309
|
+
};
|
|
310
|
+
GY: {
|
|
311
|
+
name: string;
|
|
312
|
+
symbolFormat: string;
|
|
313
|
+
currencyCode: string;
|
|
314
|
+
};
|
|
315
|
+
HN: {
|
|
316
|
+
name: string;
|
|
317
|
+
symbolFormat: string;
|
|
318
|
+
currencyCode: string;
|
|
319
|
+
};
|
|
320
|
+
HK: {
|
|
321
|
+
name: string;
|
|
322
|
+
symbolFormat: string;
|
|
323
|
+
currencyCode: string;
|
|
324
|
+
};
|
|
325
|
+
HU: {
|
|
326
|
+
name: string;
|
|
327
|
+
symbolFormat: string;
|
|
328
|
+
currencyCode: string;
|
|
329
|
+
};
|
|
330
|
+
IS: {
|
|
331
|
+
name: string;
|
|
332
|
+
symbolFormat: string;
|
|
333
|
+
currencyCode: string;
|
|
334
|
+
};
|
|
335
|
+
IN: {
|
|
336
|
+
name: string;
|
|
337
|
+
symbolFormat: string;
|
|
338
|
+
currencyCode: string;
|
|
339
|
+
};
|
|
340
|
+
ID: {
|
|
341
|
+
name: string;
|
|
342
|
+
symbolFormat: string;
|
|
343
|
+
currencyCode: string;
|
|
344
|
+
};
|
|
345
|
+
IR: {
|
|
346
|
+
name: string;
|
|
347
|
+
symbolFormat: string;
|
|
348
|
+
currencyCode: string;
|
|
349
|
+
};
|
|
350
|
+
IQ: {
|
|
351
|
+
name: string;
|
|
352
|
+
symbolFormat: string;
|
|
353
|
+
currencyCode: string;
|
|
354
|
+
};
|
|
355
|
+
IM: {
|
|
356
|
+
name: string;
|
|
357
|
+
symbolFormat: string;
|
|
358
|
+
currencyCode: string;
|
|
359
|
+
};
|
|
360
|
+
IL: {
|
|
361
|
+
name: string;
|
|
362
|
+
symbolFormat: string;
|
|
363
|
+
currencyCode: string;
|
|
364
|
+
};
|
|
365
|
+
JM: {
|
|
366
|
+
name: string;
|
|
367
|
+
symbolFormat: string;
|
|
368
|
+
currencyCode: string;
|
|
369
|
+
};
|
|
370
|
+
JP: {
|
|
371
|
+
name: string;
|
|
372
|
+
symbolFormat: string;
|
|
373
|
+
currencyCode: string;
|
|
374
|
+
};
|
|
375
|
+
JEP: {
|
|
376
|
+
name: string;
|
|
377
|
+
symbolFormat: string;
|
|
378
|
+
currencyCode: string;
|
|
379
|
+
};
|
|
380
|
+
JO: {
|
|
381
|
+
name: string;
|
|
382
|
+
symbolFormat: string;
|
|
383
|
+
currencyCode: string;
|
|
384
|
+
};
|
|
385
|
+
KZ: {
|
|
386
|
+
name: string;
|
|
387
|
+
symbolFormat: string;
|
|
388
|
+
currencyCode: string;
|
|
389
|
+
};
|
|
390
|
+
KE: {
|
|
391
|
+
name: string;
|
|
392
|
+
symbolFormat: string;
|
|
393
|
+
currencyCode: string;
|
|
394
|
+
};
|
|
395
|
+
KR: {
|
|
396
|
+
name: string;
|
|
397
|
+
symbolFormat: string;
|
|
398
|
+
currencyCode: string;
|
|
399
|
+
};
|
|
400
|
+
KW: {
|
|
401
|
+
name: string;
|
|
402
|
+
symbolFormat: string;
|
|
403
|
+
currencyCode: string;
|
|
404
|
+
};
|
|
405
|
+
KG: {
|
|
406
|
+
name: string;
|
|
407
|
+
symbolFormat: string;
|
|
408
|
+
currencyCode: string;
|
|
409
|
+
};
|
|
410
|
+
LA: {
|
|
411
|
+
name: string;
|
|
412
|
+
symbolFormat: string;
|
|
413
|
+
currencyCode: string;
|
|
414
|
+
};
|
|
415
|
+
LB: {
|
|
416
|
+
name: string;
|
|
417
|
+
symbolFormat: string;
|
|
418
|
+
currencyCode: string;
|
|
419
|
+
};
|
|
420
|
+
LS: {
|
|
421
|
+
name: string;
|
|
422
|
+
symbolFormat: string;
|
|
423
|
+
currencyCode: string;
|
|
424
|
+
};
|
|
425
|
+
LR: {
|
|
426
|
+
name: string;
|
|
427
|
+
symbolFormat: string;
|
|
428
|
+
currencyCode: string;
|
|
429
|
+
};
|
|
430
|
+
LY: {
|
|
431
|
+
name: string;
|
|
432
|
+
symbolFormat: string;
|
|
433
|
+
currencyCode: string;
|
|
434
|
+
};
|
|
435
|
+
MO: {
|
|
436
|
+
name: string;
|
|
437
|
+
symbolFormat: string;
|
|
438
|
+
currencyCode: string;
|
|
439
|
+
};
|
|
440
|
+
MK: {
|
|
441
|
+
name: string;
|
|
442
|
+
symbolFormat: string;
|
|
443
|
+
currencyCode: string;
|
|
444
|
+
};
|
|
445
|
+
MG: {
|
|
446
|
+
name: string;
|
|
447
|
+
symbolFormat: string;
|
|
448
|
+
currencyCode: string;
|
|
449
|
+
};
|
|
450
|
+
MW: {
|
|
451
|
+
name: string;
|
|
452
|
+
symbolFormat: string;
|
|
453
|
+
currencyCode: string;
|
|
454
|
+
};
|
|
455
|
+
MY: {
|
|
456
|
+
name: string;
|
|
457
|
+
symbolFormat: string;
|
|
458
|
+
currencyCode: string;
|
|
459
|
+
};
|
|
460
|
+
MV: {
|
|
461
|
+
name: string;
|
|
462
|
+
symbolFormat: string;
|
|
463
|
+
currencyCode: string;
|
|
464
|
+
};
|
|
465
|
+
MR: {
|
|
466
|
+
name: string;
|
|
467
|
+
symbolFormat: string;
|
|
468
|
+
currencyCode: string;
|
|
469
|
+
};
|
|
470
|
+
MU: {
|
|
471
|
+
name: string;
|
|
472
|
+
symbolFormat: string;
|
|
473
|
+
currencyCode: string;
|
|
474
|
+
};
|
|
475
|
+
MX: {
|
|
476
|
+
name: string;
|
|
477
|
+
symbolFormat: string;
|
|
478
|
+
currencyCode: string;
|
|
479
|
+
};
|
|
480
|
+
MD: {
|
|
481
|
+
name: string;
|
|
482
|
+
symbolFormat: string;
|
|
483
|
+
currencyCode: string;
|
|
484
|
+
};
|
|
485
|
+
MN: {
|
|
486
|
+
name: string;
|
|
487
|
+
symbolFormat: string;
|
|
488
|
+
currencyCode: string;
|
|
489
|
+
};
|
|
490
|
+
MA: {
|
|
491
|
+
name: string;
|
|
492
|
+
symbolFormat: string;
|
|
493
|
+
currencyCode: string;
|
|
494
|
+
};
|
|
495
|
+
MZ: {
|
|
496
|
+
name: string;
|
|
497
|
+
symbolFormat: string;
|
|
498
|
+
currencyCode: string;
|
|
499
|
+
};
|
|
500
|
+
MM: {
|
|
501
|
+
name: string;
|
|
502
|
+
symbolFormat: string;
|
|
503
|
+
currencyCode: string;
|
|
504
|
+
};
|
|
505
|
+
NA: {
|
|
506
|
+
name: string;
|
|
507
|
+
symbolFormat: string;
|
|
508
|
+
currencyCode: string;
|
|
509
|
+
};
|
|
510
|
+
NP: {
|
|
511
|
+
name: string;
|
|
512
|
+
symbolFormat: string;
|
|
513
|
+
currencyCode: string;
|
|
514
|
+
};
|
|
515
|
+
AN: {
|
|
516
|
+
name: string;
|
|
517
|
+
symbolFormat: string;
|
|
518
|
+
currencyCode: string;
|
|
519
|
+
};
|
|
520
|
+
NZ: {
|
|
521
|
+
name: string;
|
|
522
|
+
symbolFormat: string;
|
|
523
|
+
currencyCode: string;
|
|
524
|
+
};
|
|
525
|
+
CK: {
|
|
526
|
+
name: string;
|
|
527
|
+
symbolFormat: string;
|
|
528
|
+
currencyCode: string;
|
|
529
|
+
};
|
|
530
|
+
NU: {
|
|
531
|
+
name: string;
|
|
532
|
+
symbolFormat: string;
|
|
533
|
+
currencyCode: string;
|
|
534
|
+
};
|
|
535
|
+
PN: {
|
|
536
|
+
name: string;
|
|
537
|
+
symbolFormat: string;
|
|
538
|
+
currencyCode: string;
|
|
539
|
+
};
|
|
540
|
+
NI: {
|
|
541
|
+
name: string;
|
|
542
|
+
symbolFormat: string;
|
|
543
|
+
currencyCode: string;
|
|
544
|
+
};
|
|
545
|
+
NG: {
|
|
546
|
+
name: string;
|
|
547
|
+
symbolFormat: string;
|
|
548
|
+
currencyCode: string;
|
|
549
|
+
};
|
|
550
|
+
KP: {
|
|
551
|
+
name: string;
|
|
552
|
+
symbolFormat: string;
|
|
553
|
+
currencyCode: string;
|
|
554
|
+
};
|
|
555
|
+
NO: {
|
|
556
|
+
name: string;
|
|
557
|
+
symbolFormat: string;
|
|
558
|
+
currencyCode: string;
|
|
559
|
+
};
|
|
560
|
+
OM: {
|
|
561
|
+
name: string;
|
|
562
|
+
symbolFormat: string;
|
|
563
|
+
currencyCode: string;
|
|
564
|
+
};
|
|
565
|
+
PF: CurrencyMapType;
|
|
566
|
+
NC: CurrencyMapType;
|
|
567
|
+
WF: CurrencyMapType;
|
|
568
|
+
PK: {
|
|
569
|
+
name: string;
|
|
570
|
+
symbolFormat: string;
|
|
571
|
+
currencyCode: string;
|
|
572
|
+
};
|
|
573
|
+
XPD: {
|
|
574
|
+
name: string;
|
|
575
|
+
symbolFormat: string;
|
|
576
|
+
currencyCode: string;
|
|
577
|
+
};
|
|
578
|
+
PA: {
|
|
579
|
+
name: string;
|
|
580
|
+
symbolFormat: string;
|
|
581
|
+
currencyCode: string;
|
|
582
|
+
};
|
|
583
|
+
PG: {
|
|
584
|
+
name: string;
|
|
585
|
+
symbolFormat: string;
|
|
586
|
+
currencyCode: string;
|
|
587
|
+
};
|
|
588
|
+
PY: {
|
|
589
|
+
name: string;
|
|
590
|
+
symbolFormat: string;
|
|
591
|
+
currencyCode: string;
|
|
592
|
+
};
|
|
593
|
+
PE: {
|
|
594
|
+
name: string;
|
|
595
|
+
symbolFormat: string;
|
|
596
|
+
currencyCode: string;
|
|
597
|
+
};
|
|
598
|
+
PH: {
|
|
599
|
+
name: string;
|
|
600
|
+
symbolFormat: string;
|
|
601
|
+
currencyCode: string;
|
|
602
|
+
};
|
|
603
|
+
XPT: {
|
|
604
|
+
name: string;
|
|
605
|
+
symbolFormat: string;
|
|
606
|
+
currencyCode: string;
|
|
607
|
+
};
|
|
608
|
+
PL: {
|
|
609
|
+
name: string;
|
|
610
|
+
symbolFormat: string;
|
|
611
|
+
currencyCode: string;
|
|
612
|
+
};
|
|
613
|
+
QA: {
|
|
614
|
+
name: string;
|
|
615
|
+
symbolFormat: string;
|
|
616
|
+
currencyCode: string;
|
|
617
|
+
};
|
|
618
|
+
RO: {
|
|
619
|
+
name: string;
|
|
620
|
+
symbolFormat: string;
|
|
621
|
+
currencyCode: string;
|
|
622
|
+
};
|
|
623
|
+
RU: {
|
|
624
|
+
name: string;
|
|
625
|
+
symbolFormat: string;
|
|
626
|
+
currencyCode: string;
|
|
627
|
+
};
|
|
628
|
+
RW: {
|
|
629
|
+
name: string;
|
|
630
|
+
symbolFormat: string;
|
|
631
|
+
currencyCode: string;
|
|
632
|
+
};
|
|
633
|
+
WS: {
|
|
634
|
+
name: string;
|
|
635
|
+
symbolFormat: string;
|
|
636
|
+
currencyCode: string;
|
|
637
|
+
};
|
|
638
|
+
ST: {
|
|
639
|
+
name: string;
|
|
640
|
+
symbolFormat: string;
|
|
641
|
+
currencyCode: string;
|
|
642
|
+
};
|
|
643
|
+
SA: {
|
|
644
|
+
name: string;
|
|
645
|
+
symbolFormat: string;
|
|
646
|
+
currencyCode: string;
|
|
647
|
+
};
|
|
648
|
+
RS: {
|
|
649
|
+
name: string;
|
|
650
|
+
symbolFormat: string;
|
|
651
|
+
currencyCode: string;
|
|
652
|
+
};
|
|
653
|
+
SC: {
|
|
654
|
+
name: string;
|
|
655
|
+
symbolFormat: string;
|
|
656
|
+
currencyCode: string;
|
|
657
|
+
};
|
|
658
|
+
SL: {
|
|
659
|
+
name: string;
|
|
660
|
+
symbolFormat: string;
|
|
661
|
+
currencyCode: string;
|
|
662
|
+
};
|
|
663
|
+
XAG: {
|
|
664
|
+
name: string;
|
|
665
|
+
symbolFormat: string;
|
|
666
|
+
currencyCode: string;
|
|
667
|
+
};
|
|
668
|
+
SG: {
|
|
669
|
+
name: string;
|
|
670
|
+
symbolFormat: string;
|
|
671
|
+
currencyCode: string;
|
|
672
|
+
};
|
|
673
|
+
SB: {
|
|
674
|
+
name: string;
|
|
675
|
+
symbolFormat: string;
|
|
676
|
+
currencyCode: string;
|
|
677
|
+
};
|
|
678
|
+
SO: {
|
|
679
|
+
name: string;
|
|
680
|
+
symbolFormat: string;
|
|
681
|
+
currencyCode: string;
|
|
682
|
+
};
|
|
683
|
+
TJ: {
|
|
684
|
+
name: string;
|
|
685
|
+
symbolFormat: string;
|
|
686
|
+
currencyCode: string;
|
|
687
|
+
};
|
|
688
|
+
ZA: {
|
|
689
|
+
name: string;
|
|
690
|
+
symbolFormat: string;
|
|
691
|
+
currencyCode: string;
|
|
692
|
+
};
|
|
693
|
+
LK: {
|
|
694
|
+
name: string;
|
|
695
|
+
symbolFormat: string;
|
|
696
|
+
currencyCode: string;
|
|
697
|
+
};
|
|
698
|
+
SH: {
|
|
699
|
+
name: string;
|
|
700
|
+
symbolFormat: string;
|
|
701
|
+
currencyCode: string;
|
|
702
|
+
};
|
|
703
|
+
AC: {
|
|
704
|
+
name: string;
|
|
705
|
+
symbolFormat: string;
|
|
706
|
+
currencyCode: string;
|
|
707
|
+
};
|
|
708
|
+
SS: {
|
|
709
|
+
name: string;
|
|
710
|
+
symbolFormat: string;
|
|
711
|
+
currencyCode: string;
|
|
712
|
+
};
|
|
713
|
+
SR: {
|
|
714
|
+
name: string;
|
|
715
|
+
symbolFormat: string;
|
|
716
|
+
currencyCode: string;
|
|
717
|
+
};
|
|
718
|
+
SZ: {
|
|
719
|
+
name: string;
|
|
720
|
+
symbolFormat: string;
|
|
721
|
+
currencyCode: string;
|
|
722
|
+
};
|
|
723
|
+
SE: {
|
|
724
|
+
name: string;
|
|
725
|
+
symbolFormat: string;
|
|
726
|
+
currencyCode: string;
|
|
727
|
+
};
|
|
728
|
+
CH: {
|
|
729
|
+
name: string;
|
|
730
|
+
symbolFormat: string;
|
|
731
|
+
currencyCode: string;
|
|
732
|
+
};
|
|
733
|
+
SY: {
|
|
734
|
+
name: string;
|
|
735
|
+
symbolFormat: string;
|
|
736
|
+
currencyCode: string;
|
|
737
|
+
};
|
|
738
|
+
TW: {
|
|
739
|
+
name: string;
|
|
740
|
+
symbolFormat: string;
|
|
741
|
+
currencyCode: string;
|
|
742
|
+
};
|
|
743
|
+
TZ: {
|
|
744
|
+
name: string;
|
|
745
|
+
symbolFormat: string;
|
|
746
|
+
currencyCode: string;
|
|
747
|
+
};
|
|
748
|
+
TH: {
|
|
749
|
+
name: string;
|
|
750
|
+
symbolFormat: string;
|
|
751
|
+
currencyCode: string;
|
|
752
|
+
};
|
|
753
|
+
TO: {
|
|
754
|
+
name: string;
|
|
755
|
+
symbolFormat: string;
|
|
756
|
+
currencyCode: string;
|
|
757
|
+
};
|
|
758
|
+
TT: {
|
|
759
|
+
name: string;
|
|
760
|
+
symbolFormat: string;
|
|
761
|
+
currencyCode: string;
|
|
762
|
+
};
|
|
763
|
+
TN: {
|
|
764
|
+
name: string;
|
|
765
|
+
symbolFormat: string;
|
|
766
|
+
currencyCode: string;
|
|
767
|
+
};
|
|
768
|
+
TR: {
|
|
769
|
+
name: string;
|
|
770
|
+
symbolFormat: string;
|
|
771
|
+
currencyCode: string;
|
|
772
|
+
};
|
|
773
|
+
TM: {
|
|
774
|
+
name: string;
|
|
775
|
+
symbolFormat: string;
|
|
776
|
+
currencyCode: string;
|
|
777
|
+
};
|
|
778
|
+
US: CurrencyMapType;
|
|
779
|
+
AS: CurrencyMapType;
|
|
780
|
+
IO: CurrencyMapType;
|
|
781
|
+
VG: CurrencyMapType;
|
|
782
|
+
GU: CurrencyMapType;
|
|
783
|
+
HT: CurrencyMapType;
|
|
784
|
+
MH: CurrencyMapType;
|
|
785
|
+
FM: CurrencyMapType;
|
|
786
|
+
MP: CurrencyMapType;
|
|
787
|
+
PW: CurrencyMapType;
|
|
788
|
+
PR: CurrencyMapType;
|
|
789
|
+
TC: CurrencyMapType;
|
|
790
|
+
VI: CurrencyMapType;
|
|
791
|
+
AE: {
|
|
792
|
+
name: string;
|
|
793
|
+
symbolFormat: string;
|
|
794
|
+
currencyCode: string;
|
|
795
|
+
};
|
|
796
|
+
UG: {
|
|
797
|
+
name: string;
|
|
798
|
+
symbolFormat: string;
|
|
799
|
+
currencyCode: string;
|
|
800
|
+
};
|
|
801
|
+
UA: {
|
|
802
|
+
name: string;
|
|
803
|
+
symbolFormat: string;
|
|
804
|
+
currencyCode: string;
|
|
805
|
+
};
|
|
806
|
+
UY: {
|
|
807
|
+
name: string;
|
|
808
|
+
symbolFormat: string;
|
|
809
|
+
currencyCode: string;
|
|
810
|
+
};
|
|
811
|
+
UZ: {
|
|
812
|
+
name: string;
|
|
813
|
+
symbolFormat: string;
|
|
814
|
+
currencyCode: string;
|
|
815
|
+
};
|
|
816
|
+
VU: {
|
|
817
|
+
name: string;
|
|
818
|
+
symbolFormat: string;
|
|
819
|
+
currencyCode: string;
|
|
820
|
+
};
|
|
821
|
+
VE: {
|
|
822
|
+
name: string;
|
|
823
|
+
symbolFormat: string;
|
|
824
|
+
currencyCode: string;
|
|
825
|
+
};
|
|
826
|
+
VN: {
|
|
827
|
+
name: string;
|
|
828
|
+
symbolFormat: string;
|
|
829
|
+
currencyCode: string;
|
|
830
|
+
};
|
|
831
|
+
YE: {
|
|
832
|
+
name: string;
|
|
833
|
+
symbolFormat: string;
|
|
834
|
+
currencyCode: string;
|
|
835
|
+
};
|
|
836
|
+
YU: {
|
|
837
|
+
name: string;
|
|
838
|
+
symbolFormat: string;
|
|
839
|
+
currencyCode: string;
|
|
840
|
+
};
|
|
841
|
+
ZR: {
|
|
842
|
+
name: string;
|
|
843
|
+
symbolFormat: string;
|
|
844
|
+
currencyCode: string;
|
|
845
|
+
};
|
|
846
|
+
ZM: {
|
|
847
|
+
name: string;
|
|
848
|
+
symbolFormat: string;
|
|
849
|
+
currencyCode: string;
|
|
850
|
+
};
|
|
851
|
+
ZW: {
|
|
852
|
+
name: string;
|
|
853
|
+
symbolFormat: string;
|
|
854
|
+
currencyCode: string;
|
|
855
|
+
};
|
|
856
|
+
AD: CurrencyMapType;
|
|
857
|
+
AT: CurrencyMapType;
|
|
858
|
+
BE: CurrencyMapType;
|
|
859
|
+
CY: CurrencyMapType;
|
|
860
|
+
EE: CurrencyMapType;
|
|
861
|
+
FI: CurrencyMapType;
|
|
862
|
+
FR: CurrencyMapType;
|
|
863
|
+
DE: CurrencyMapType;
|
|
864
|
+
GR: CurrencyMapType;
|
|
865
|
+
IE: CurrencyMapType;
|
|
866
|
+
IT: CurrencyMapType;
|
|
867
|
+
XK: CurrencyMapType;
|
|
868
|
+
LV: CurrencyMapType;
|
|
869
|
+
LT: CurrencyMapType;
|
|
870
|
+
LU: CurrencyMapType;
|
|
871
|
+
MT: CurrencyMapType;
|
|
872
|
+
MC: CurrencyMapType;
|
|
873
|
+
ME: CurrencyMapType;
|
|
874
|
+
NL: CurrencyMapType;
|
|
875
|
+
PT: CurrencyMapType;
|
|
876
|
+
SM: CurrencyMapType;
|
|
877
|
+
SK: CurrencyMapType;
|
|
878
|
+
SI: CurrencyMapType;
|
|
879
|
+
ES: CurrencyMapType;
|
|
880
|
+
VA: CurrencyMapType;
|
|
881
|
+
};
|
|
1360
882
|
export default _default;
|
|
1361
|
-
declare namespace XAF {
|
|
1362
|
-
const name_162: string;
|
|
1363
|
-
export { name_162 as name };
|
|
1364
|
-
const symbolFormat_162: string;
|
|
1365
|
-
export { symbolFormat_162 as symbolFormat };
|
|
1366
|
-
const currencyCode_162: string;
|
|
1367
|
-
export { currencyCode_162 as currencyCode };
|
|
1368
|
-
}
|
|
1369
|
-
declare namespace XCD {
|
|
1370
|
-
const name_163: string;
|
|
1371
|
-
export { name_163 as name };
|
|
1372
|
-
const symbolFormat_163: string;
|
|
1373
|
-
export { symbolFormat_163 as symbolFormat };
|
|
1374
|
-
const currencyCode_163: string;
|
|
1375
|
-
export { currencyCode_163 as currencyCode };
|
|
1376
|
-
}
|
|
1377
|
-
declare namespace XPF {
|
|
1378
|
-
const name_164: string;
|
|
1379
|
-
export { name_164 as name };
|
|
1380
|
-
const symbolFormat_164: string;
|
|
1381
|
-
export { symbolFormat_164 as symbolFormat };
|
|
1382
|
-
const currencyCode_164: string;
|
|
1383
|
-
export { currencyCode_164 as currencyCode };
|
|
1384
|
-
}
|
|
1385
|
-
declare namespace USD {
|
|
1386
|
-
const name_165: string;
|
|
1387
|
-
export { name_165 as name };
|
|
1388
|
-
const symbolFormat_165: string;
|
|
1389
|
-
export { symbolFormat_165 as symbolFormat };
|
|
1390
|
-
const currencyCode_165: string;
|
|
1391
|
-
export { currencyCode_165 as currencyCode };
|
|
1392
|
-
}
|
|
1393
|
-
declare namespace EURO {
|
|
1394
|
-
const name_166: string;
|
|
1395
|
-
export { name_166 as name };
|
|
1396
|
-
const symbolFormat_166: string;
|
|
1397
|
-
export { symbolFormat_166 as symbolFormat };
|
|
1398
|
-
const currencyCode_166: string;
|
|
1399
|
-
export { currencyCode_166 as currencyCode };
|
|
1400
|
-
}
|
|
1401
883
|
//# sourceMappingURL=CurrencyMap.d.ts.map
|