@adyen/adyen-platform-experience-web 1.0.0-beta → 1.0.0-beta.2
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/dist/ModalContent-88fdb6f4.js +2 -0
- package/dist/ModalContent-88fdb6f4.js.map +1 -0
- package/dist/cjs/index.js +1 -35
- package/dist/cjs/index.js.map +1 -1
- package/dist/es/components/external/BaseElement.js +48 -88
- package/dist/es/components/external/EventEmitter.js +17 -28
- package/dist/es/components/external/TransactionDetails/TransactionDetails.js +15 -20
- package/dist/es/components/external/TransactionDetails/components/TransactionData.js +41 -42
- package/dist/es/components/external/TransactionDetails/components/TransactionDataSkeleton.js +13 -13
- package/dist/es/components/external/TransactionDetails/components/TransactionDetails.js +28 -39
- package/dist/es/components/external/TransactionDetails/components/TransactionDetails.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/TransactionsOverviewElement.js +25 -31
- package/dist/es/components/external/TransactionsOverview/components/AmountSkeleton/AmountSkeleton.js +7 -10
- package/dist/es/components/external/TransactionsOverview/components/AmountSkeleton/AmountSkeleton.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/components/AmountSkeleton/constants.js +4 -6
- package/dist/es/components/external/TransactionsOverview/components/BalanceAccountSelector/BalanceAccountSelector.js +21 -22
- package/dist/es/components/external/TransactionsOverview/components/BalanceAccountSelector/BalanceAccountSelector.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/components/BalanceAccountSelector/useBalanceAccountSelection.js +13 -21
- package/dist/es/components/external/TransactionsOverview/components/BalanceItem/BalanceItem.js +22 -25
- package/dist/es/components/external/TransactionsOverview/components/Balances/Balances.js +36 -47
- package/dist/es/components/external/TransactionsOverview/components/Balances/constants.js +2 -2
- package/dist/es/components/external/TransactionsOverview/components/Category/Category.js +8 -9
- package/dist/es/components/external/TransactionsOverview/components/ModalContent.js +9 -9
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/MultiSelectionFilter.js +23 -25
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/constants.js +13 -16
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/useMultiSelectionFilter.js +16 -26
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/utils.js +7 -9
- package/dist/es/components/external/TransactionsOverview/components/SummaryItem/SummaryItem.js +42 -50
- package/dist/es/components/external/TransactionsOverview/components/SummaryItem/SummaryItem.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/components/SummaryItem/SummaryItemLabel.js +18 -19
- package/dist/es/components/external/TransactionsOverview/components/SummaryItem/constants.js +8 -14
- package/dist/es/components/external/TransactionsOverview/components/TransactionListError/TransactionListError.js +16 -16
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotalItem/TransactionTotalItem.js +37 -42
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotals/TotalsCard.js +36 -39
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotals/TransactionTotals.js +48 -60
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotals/TransactionTotals.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotals/constants.js +3 -4
- package/dist/es/components/external/TransactionsOverview/components/TransactionsDisplay/TransactionsDisplay.js +62 -73
- package/dist/es/components/external/TransactionsOverview/components/TransactionsDisplay/TransactionsDisplay.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/components/TransactionsDisplay/constants.js +3 -4
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverview/TransactionsOverview.js +133 -152
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverview/TransactionsOverview.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverview/constants.js +4 -6
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverviewContainer/TransactionsOverviewContainer.js +32 -40
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverviewContainer/TransactionsOverviewContainer.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverviewContainer/constants.js +3 -4
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverviewDateFilter.js +49 -53
- package/dist/es/components/external/TransactionsOverview/components/TransactionsTable/TransactionTable.scss.js +4 -0
- package/dist/es/components/external/TransactionsOverview/components/TransactionsTable/TransactionsTable.js +75 -84
- package/dist/es/components/external/TransactionsOverview/components/TransactionsTable/constants.js +6 -10
- package/dist/es/components/external/TransactionsOverview/components/utils.js +6 -12
- package/dist/es/components/external/TransactionsOverview/hooks/useDefaultTransactionsOverviewFilterParams.js +21 -39
- package/dist/es/components/external/TransactionsOverview/hooks/useMaxWidths.js +9 -10
- package/dist/es/components/external/TransactionsOverview/hooks/useMediaQuery.js +23 -28
- package/dist/es/components/external/TransactionsOverview/hooks/useTransactionsOverviewMultiSelectionFilters.js +24 -28
- package/dist/es/components/external/TransactionsOverview/types.js +4 -0
- package/dist/es/components/external/UIElement.js +38 -51
- package/dist/es/components/internal/BaseButton/BaseButton.js +18 -21
- package/dist/es/components/internal/BaseButton/BaseButton.scss.js +4 -0
- package/dist/es/components/internal/BaseButton/constants.js +2 -2
- package/dist/es/components/internal/BaseList/BaseList.js +5 -8
- package/dist/es/components/internal/BaseList/BaseList.scss.js +4 -0
- package/dist/es/components/internal/BaseList/constants.js +2 -2
- package/dist/es/components/internal/Button/Button.js +39 -41
- package/dist/es/components/internal/Button/Button.scss.js +4 -0
- package/dist/es/components/internal/Button/ButtonActions/ButtonActions.js +27 -8
- package/dist/es/components/internal/Button/ButtonActions/ButtonActions.scss.js +4 -0
- package/dist/es/components/internal/Button/ButtonActions/types.js +7 -0
- package/dist/es/components/internal/Button/constants.js +9 -16
- package/dist/es/components/internal/Button/hooks/useButton.js +13 -17
- package/dist/es/components/internal/Button/types.js +4 -0
- package/dist/es/components/internal/Calendar/Calendar.js +20 -21
- package/dist/es/components/internal/Calendar/Calendar.scss.js +4 -0
- package/dist/es/components/internal/Calendar/calendar/constants.js +35 -70
- package/dist/es/components/internal/Calendar/calendar/facade/Calendar.js +322 -552
- package/dist/es/components/internal/Calendar/calendar/facade/index.js +37 -46
- package/dist/es/components/internal/Calendar/calendar/shared/indexed/index.js +34 -46
- package/dist/es/components/internal/Calendar/calendar/timeframe/common/flags.js +31 -5
- package/dist/es/components/internal/Calendar/calendar/timeframe/common/utils.js +14 -16
- package/dist/es/components/internal/Calendar/calendar/timeframe/frames/MonthFrame.js +122 -221
- package/dist/es/components/internal/Calendar/calendar/timeframe/frames/TimeFrame.js +238 -418
- package/dist/es/components/internal/Calendar/calendar/timerange/factory.js +40 -63
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastMonth.js +3 -3
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastNDays.js +16 -27
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastWeek.js +3 -3
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/shared/offsetMonth.js +14 -23
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/shared/offsetWeek.js +21 -29
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/thisMonth.js +3 -3
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/thisWeek.js +3 -3
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/yearToDate.js +9 -13
- package/dist/es/components/internal/Calendar/calendar/timerange/utils.js +49 -83
- package/dist/es/components/internal/Calendar/calendar/timeslice/TimeSlice.js +38 -61
- package/dist/es/components/internal/Calendar/calendar/timeslice/index.js +17 -21
- package/dist/es/components/internal/Calendar/calendar/types.js +15 -0
- package/dist/es/components/internal/Calendar/calendar/utils.js +15 -22
- package/dist/es/components/internal/Calendar/clock/clock.js +23 -41
- package/dist/es/components/internal/Calendar/clock/today.js +37 -57
- package/dist/es/components/internal/Calendar/components/CalendarControls/CalendarControls.js +7 -12
- package/dist/es/components/internal/Calendar/components/CalendarGrid/CalendarGrid.js +26 -28
- package/dist/es/components/internal/Calendar/components/CalendarGrid/CalendarGridDate.js +33 -58
- package/dist/es/components/internal/Calendar/components/CalendarGrid/CalendarGridDayOfWeek.js +30 -40
- package/dist/es/components/internal/Calendar/components/CalendarGrid/utils.js +44 -49
- package/dist/es/components/internal/Calendar/hooks/useCalendar.js +84 -115
- package/dist/es/components/internal/Calendar/hooks/useCalendarControlsRendering.js +35 -40
- package/dist/es/components/internal/Calendar/hooks/useTimezone.js +24 -46
- package/dist/es/components/internal/Calendar/types.js +4 -0
- package/dist/es/components/internal/CopyText/CopyText.js +26 -31
- package/dist/es/components/internal/CopyText/CopyText.scss.js +4 -0
- package/dist/es/components/internal/DataGrid/DataGrid.js +93 -10
- package/dist/es/components/internal/DataGrid/DataGrid.scss.js +4 -0
- package/dist/es/components/internal/DataGrid/DataGridCell.js +4 -4
- package/dist/es/components/internal/DataGrid/components/InteractiveBody.js +38 -8
- package/dist/es/components/internal/DataGrid/components/SkeletonBody.js +15 -17
- package/dist/es/components/internal/DataGrid/components/TableBody.js +19 -19
- package/dist/es/components/internal/DataGrid/components/TableCells.js +19 -25
- package/dist/es/components/internal/DataGrid/hooks/useInteractiveDataGrid.js +76 -5
- package/dist/es/components/internal/DataGrid/types.js +4 -0
- package/dist/es/components/internal/DatePicker/DatePicker.js +45 -62
- package/dist/es/components/internal/DatePicker/DatePicker.scss.js +4 -0
- package/dist/es/components/internal/DatePicker/components/TimeRangeSelector/TimeRangeSelector.js +26 -43
- package/dist/es/components/internal/DatePicker/components/TimeRangeSelector/useTimeRangeSelection.js +56 -85
- package/dist/es/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.js +45 -53
- package/dist/es/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.scss.js +4 -0
- package/dist/es/components/internal/ExpandableCard/ExpandableCard.js +56 -75
- package/dist/es/components/internal/ExpandableCard/ExpandableCard.scss.js +4 -0
- package/dist/es/components/internal/ExpandableCard/constants.js +11 -20
- package/dist/es/components/internal/FilterBar/FilterBar.js +32 -35
- package/dist/es/components/internal/FilterBar/FilterBar.scss.js +4 -0
- package/dist/es/components/internal/FilterBar/components/FilterButton/FilterButton.js +15 -17
- package/dist/es/components/internal/FilterBar/components/FilterButton/FilterButton.scss.js +4 -0
- package/dist/es/components/internal/FilterBar/filters/AmountFilter/AmountFilter.js +41 -63
- package/dist/es/components/internal/FilterBar/filters/AmountFilter/AmountFilter.scss.js +4 -0
- package/dist/es/components/internal/FilterBar/filters/AmountFilter/RangeSelection.js +53 -68
- package/dist/es/components/internal/FilterBar/filters/AmountFilter/constants.js +2 -2
- package/dist/es/components/internal/FilterBar/filters/BaseFilter/BaseFilter.js +104 -153
- package/dist/es/components/internal/FilterBar/filters/DateFilter/DateFilter.js +118 -10
- package/dist/es/components/internal/FilterBar/filters/DateFilter/DateFilter.scss.js +4 -0
- package/dist/es/components/internal/FilterBar/filters/DateFilter/types.js +4 -0
- package/dist/es/components/internal/FormFields/FormFields.scss.js +4 -0
- package/dist/es/components/internal/FormFields/InputBase.js +53 -66
- package/dist/es/components/internal/FormFields/InputText.js +6 -6
- package/dist/es/components/internal/FormFields/Select/Select.js +187 -246
- package/dist/es/components/internal/FormFields/Select/Select.scss.js +4 -0
- package/dist/es/components/internal/FormFields/Select/components/SelectButton.js +68 -72
- package/dist/es/components/internal/FormFields/Select/components/SelectList.js +62 -71
- package/dist/es/components/internal/FormFields/Select/components/SelectListItem.js +37 -41
- package/dist/es/components/internal/FormFields/Select/constants.js +27 -49
- package/dist/es/components/internal/FormFields/Select/hooks/useSelect.js +27 -35
- package/dist/es/components/internal/Image/Image.js +10 -10
- package/dist/es/components/internal/Img/Img.js +18 -32
- package/dist/es/components/internal/Img/Img.scss.js +4 -0
- package/dist/es/components/internal/Modal/Modal.js +58 -77
- package/dist/es/components/internal/Modal/Modal.scss.js +4 -0
- package/dist/es/components/internal/Pagination/Pagination.js +52 -58
- package/dist/es/components/internal/Pagination/Pagination.scss.js +4 -0
- package/dist/es/components/internal/Pagination/constants.js +4 -6
- package/dist/es/components/internal/Pagination/hooks/useCursorPaginatedRecords.js +7 -8
- package/dist/es/components/internal/Pagination/hooks/useCursorPagination.js +18 -30
- package/dist/es/components/internal/Pagination/hooks/useOffsetPagination.js +14 -21
- package/dist/es/components/internal/Pagination/hooks/usePageLimit.js +52 -60
- package/dist/es/components/internal/Pagination/hooks/usePaginatedRecords.js +80 -11
- package/dist/es/components/internal/Pagination/hooks/usePaginatedRecordsFilters.js +12 -13
- package/dist/es/components/internal/Pagination/hooks/usePagination.js +43 -87
- package/dist/es/components/internal/Pagination/types.js +5 -0
- package/dist/es/components/internal/Pagination/utils.js +5 -5
- package/dist/es/components/internal/Popover/Popover.js +106 -139
- package/dist/es/components/internal/Popover/Popover.scss.js +4 -0
- package/dist/es/components/internal/Popover/PopoverDismissButton/PopoverDismissButton.js +18 -22
- package/dist/es/components/internal/Popover/PopoverDismissButton/PopoverDismissButton.scss.js +4 -0
- package/dist/es/components/internal/Popover/PopoverTitle/PopoverTitle.js +8 -10
- package/dist/es/components/internal/Popover/constants.js +9 -16
- package/dist/es/components/internal/Popover/types.js +6 -0
- package/dist/es/components/internal/Popover/utils/popoverUtil.js +27 -45
- package/dist/es/components/internal/Popover/utils/utils.js +23 -29
- package/dist/es/components/internal/SVGIcons/CheckedBox.js +6 -6
- package/dist/es/components/internal/SVGIcons/Checkmark.js +7 -7
- package/dist/es/components/internal/SVGIcons/ChevronDown.js +6 -6
- package/dist/es/components/internal/SVGIcons/ChevronLeft.js +8 -8
- package/dist/es/components/internal/SVGIcons/ChevronRight.js +8 -8
- package/dist/es/components/internal/SVGIcons/ChevronUp.js +7 -7
- package/dist/es/components/internal/SVGIcons/Close.js +4 -4
- package/dist/es/components/internal/SVGIcons/Copy.js +3 -3
- package/dist/es/components/internal/SVGIcons/Filter.js +4 -4
- package/dist/es/components/internal/SVGIcons/UncheckedBox.js +6 -6
- package/dist/es/components/internal/Spinner/Spinner.js +4 -5
- package/dist/es/components/internal/Spinner/Spinner.scss.js +4 -0
- package/dist/es/components/internal/Tag/Tag.js +19 -5
- package/dist/es/components/internal/Tag/Tag.scss.js +4 -0
- package/dist/es/components/internal/Tag/types.js +4 -0
- package/dist/es/components/internal/Tooltip/Tooltip.js +31 -38
- package/dist/es/components/internal/Tooltip/Tooltip.scss.js +4 -0
- package/dist/es/components/internal/Tooltip/useTooltipListeners.js +17 -20
- package/dist/es/components/internal/Typography/Typography.js +33 -7
- package/dist/es/components/internal/Typography/Typography.scss.js +4 -0
- package/dist/es/components/internal/Typography/constants.js +2 -2
- package/dist/es/components/internal/Typography/types.js +6 -0
- package/dist/es/components/shared.scss.js +4 -0
- package/dist/es/components/types.js +4 -0
- package/dist/es/components/utils/transactionResourceErrorCodes.js +14 -15
- package/dist/es/constants.js +2 -2
- package/dist/es/core/Auth/AuthContext.js +7 -7
- package/dist/es/core/Auth/AuthProvider.js +15 -23
- package/dist/es/core/Auth/useAuthContext.js +4 -4
- package/dist/es/core/Context/CoreContext.js +5 -5
- package/dist/es/core/Context/CoreProvider.js +17 -23
- package/dist/es/core/Context/useCoreContext.js +4 -4
- package/dist/es/core/Errors/AdyenPlatformExperienceError.js +12 -17
- package/dist/es/core/Errors/constants.js +2 -4
- package/dist/es/core/Localization/Localization.js +155 -12
- package/dist/es/core/Localization/amount/amount-util.js +19 -42
- package/dist/es/core/Localization/constants/currency-codes.js +3 -3
- package/dist/es/core/Localization/constants/currency-decimals.js +3 -3
- package/dist/es/core/Localization/constants/locale.js +5 -7
- package/dist/es/core/Localization/constants/localization.js +6 -9
- package/dist/es/core/Localization/datetime/restamper/constants.js +20 -29
- package/dist/es/core/Localization/datetime/restamper/restamper.js +32 -44
- package/dist/es/core/Localization/datetime/restamper/utils.js +26 -44
- package/dist/es/core/Localization/localization-utils.js +31 -7
- package/dist/es/core/Localization/translations/ar.json.js +4 -0
- package/dist/es/core/Localization/translations/cs-CZ.json.js +4 -0
- package/dist/es/core/Localization/translations/da-DK.json.js +4 -0
- package/dist/es/core/Localization/translations/de-DE.json.js +4 -0
- package/dist/es/core/Localization/translations/el-GR.json.js +4 -0
- package/dist/es/core/Localization/translations/en-US.json.js +371 -0
- package/dist/es/core/Localization/translations/es-ES.json.js +255 -0
- package/dist/es/core/Localization/translations/fi-FI.json.js +4 -0
- package/dist/es/core/Localization/translations/fr-FR.json.js +4 -0
- package/dist/es/core/Localization/translations/hr-HR.json.js +4 -0
- package/dist/es/core/Localization/translations/hu-HU.json.js +4 -0
- package/dist/es/core/Localization/translations/index.js +79 -356
- package/dist/es/core/Localization/translations/it-IT.json.js +4 -0
- package/dist/es/core/Localization/translations/ja-JP.json.js +4 -0
- package/dist/es/core/Localization/translations/ko-KR.json.js +4 -0
- package/dist/es/core/Localization/translations/nl-NL.json.js +4 -0
- package/dist/es/core/Localization/translations/no-NO.json.js +4 -0
- package/dist/es/core/Localization/translations/pl-PL.json.js +4 -0
- package/dist/es/core/Localization/translations/pt-BR.json.js +4 -0
- package/dist/es/core/Localization/translations/pt-PT.json.js +4 -0
- package/dist/es/core/Localization/translations/ro-RO.json.js +4 -0
- package/dist/es/core/Localization/translations/ru-RU.json.js +4 -0
- package/dist/es/core/Localization/translations/sk-SK.json.js +4 -0
- package/dist/es/core/Localization/translations/sl-SI.json.js +4 -0
- package/dist/es/core/Localization/translations/sv-SE.json.js +4 -0
- package/dist/es/core/Localization/translations/zh-CN.json.js +4 -0
- package/dist/es/core/Localization/translations/zh-TW.json.js +4 -0
- package/dist/es/core/Localization/utils.js +44 -72
- package/dist/es/core/Services/requests/http.js +31 -49
- package/dist/es/core/Services/requests/utils.js +34 -49
- package/dist/es/core/Services/sessions/constants.js +2 -2
- package/dist/es/core/Services/sessions/setup-session.js +9 -9
- package/dist/es/core/Session/Session.js +23 -38
- package/dist/es/core/Session/utils.js +5 -5
- package/dist/es/core/config.js +2 -6
- package/dist/es/core/core.js +44 -85
- package/dist/es/core/utils.js +8 -10
- package/dist/es/external/preact/compat/dist/compat.module.js +253 -0
- package/dist/es/external/preact/dist/preact.module.js +316 -0
- package/dist/es/external/preact/hooks/dist/hooks.module.js +161 -0
- package/dist/es/external/preact/jsx-runtime/dist/jsxRuntime.module.js +19 -0
- package/dist/es/hooks/element/useClickOutside.js +32 -73
- package/dist/es/hooks/element/useDetachedRender.js +15 -17
- package/dist/es/hooks/element/useFocusCursor.js +14 -19
- package/dist/es/hooks/element/useFocusTrap.js +48 -91
- package/dist/es/hooks/element/usePopoverPositioner.js +105 -5
- package/dist/es/hooks/element/useUniqueIdentifier.js +13 -17
- package/dist/es/hooks/useBooleanState/useBooleanState.js +6 -8
- package/dist/es/hooks/useCommitAction/types.js +4 -0
- package/dist/es/hooks/useCommitAction/useCommitAction.js +27 -38
- package/dist/es/hooks/useFetch/useFetch.js +27 -37
- package/dist/es/hooks/useImageUrl/useImageUrl.js +22 -26
- package/dist/es/hooks/useModalDetails/types.js +6 -0
- package/dist/es/hooks/useModalDetails/useModalDetails.js +28 -37
- package/dist/es/hooks/useMounted/useMounted.js +8 -14
- package/dist/es/hooks/useReactiveState/useReactiveState.js +27 -53
- package/dist/es/hooks/useReflex/constants.js +2 -2
- package/dist/es/hooks/useReflex/core/reflex.js +47 -66
- package/dist/es/hooks/useReflex/core/registry.js +46 -68
- package/dist/es/hooks/useReflex/core/utils.js +16 -18
- package/dist/es/hooks/useReflex/errors.js +6 -6
- package/dist/es/hooks/useReflex/hooks/useReflex.js +7 -12
- package/dist/es/hooks/useSessionAwareRequest/useSessionAwareRequest.js +22 -36
- package/dist/es/hooks/useSetupEndpoint/useSetupEndpoint.js +20 -26
- package/dist/es/images/no-data-female.svg.js +4 -0
- package/dist/es/images/no-results.svg.js +4 -0
- package/dist/es/index.js +41 -45
- package/dist/es/style/index.scss.js +4 -0
- package/dist/es/utils/Storage.js +17 -21
- package/dist/es/utils/class-name-utils.js +5 -11
- package/dist/es/utils/common/constants.js +6 -10
- package/dist/es/utils/common/index.js +32 -59
- package/dist/es/utils/fixedForwardRef.js +3 -3
- package/dist/es/utils/get-image.js +11 -12
- package/dist/es/utils/idGenerator.js +3 -6
- package/dist/es/utils/memoComparator/memoComparator.js +17 -26
- package/dist/es/utils/tabbable.js +71 -110
- package/dist/es/utils/uuid.js +5 -5
- package/dist/es/utils/validator-utils.js +3 -44
- package/dist/es/utils/watchable/constants.js +2 -2
- package/dist/es/utils/watchable/core/Watchable.js +45 -83
- package/dist/es/utils/watchable/core/helpers.js +19 -26
- package/dist/es/utils/watchable/core/syncEffect.js +15 -19
- package/dist/es/utils/watchable/index.js +16 -17
- package/dist/index-7e2df524.js +12 -0
- package/dist/index-7e2df524.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/types/components/external/TransactionDetails/TransactionDetails.d.ts +1 -1
- package/dist/types/components/external/TransactionDetails/TransactionDetails.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/components/TransactionData.d.ts +1 -1
- package/dist/types/components/external/TransactionDetails/components/TransactionData.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/types.d.ts +3 -3
- package/dist/types/components/external/TransactionDetails/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/AmountSkeleton/AmountSkeleton.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/AmountSkeleton/AmountSkeleton.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/BalanceAccountSelector/useBalanceAccountSelection.d.ts +2 -2
- package/dist/types/components/external/TransactionsOverview/components/BalanceAccountSelector/useBalanceAccountSelection.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/BalanceItem/BalanceItem.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/BalanceItem/BalanceItem.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/BalanceItem/types.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/BalanceItem/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/Balances/Balances.d.ts +3 -3
- package/dist/types/components/external/TransactionsOverview/components/Balances/Balances.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/Category/Category.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/Category/Category.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/Category/types.d.ts +2 -2
- package/dist/types/components/external/TransactionsOverview/components/Category/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/ModalContent.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/ModalContent.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/MultiSelectionFilter.d.ts +2 -2
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/MultiSelectionFilter.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/constants.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/constants.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/types.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/utils.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/utils.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/SummaryItem/SummaryItem.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/SummaryItem/SummaryItem.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/SummaryItem/SummaryItemLabel.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/SummaryItem/SummaryItemLabel.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/SummaryItem/types.d.ts +2 -2
- package/dist/types/components/external/TransactionsOverview/components/SummaryItem/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionListError/TransactionListError.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionListError/TransactionListError.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotalItem/TransactionTotalItem.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotalItem/TransactionTotalItem.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotalItem/types.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotalItem/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotals/TotalsCard.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotals/TotalsCard.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotals/TransactionTotals.d.ts +3 -3
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotals/TransactionTotals.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsDisplay/TransactionsDisplay.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsDisplay/TransactionsDisplay.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsDisplay/types.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsDisplay/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsOverview/TransactionsOverview.d.ts +2 -2
- package/dist/types/components/external/TransactionsOverview/components/TransactionsOverview/TransactionsOverview.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsOverviewDateFilter.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsOverviewDateFilter.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsTable/TransactionsTable.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsTable/TransactionsTable.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsTable/types.d.ts +4 -4
- package/dist/types/components/external/TransactionsOverview/components/TransactionsTable/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/hooks/useDefaultTransactionsOverviewFilterParams.d.ts +1 -0
- package/dist/types/components/external/TransactionsOverview/hooks/useDefaultTransactionsOverviewFilterParams.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/hooks/useMediaQuery.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/hooks/useMediaQuery.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/hooks/useTransactionsOverviewMultiSelectionFilters.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/hooks/useTransactionsOverviewMultiSelectionFilters.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/types.d.ts +2 -1
- package/dist/types/components/external/TransactionsOverview/types.d.ts.map +1 -1
- package/dist/types/components/external/UIElement.d.ts +1 -1
- package/dist/types/components/external/UIElement.d.ts.map +1 -1
- package/dist/types/components/internal/BaseList/BaseList.d.ts +1 -1
- package/dist/types/components/internal/BaseList/BaseList.d.ts.map +1 -1
- package/dist/types/components/internal/Button/ButtonActions/ButtonActions.d.ts +1 -1
- package/dist/types/components/internal/Button/ButtonActions/ButtonActions.d.ts.map +1 -1
- package/dist/types/components/internal/Button/ButtonActions/types.d.ts +1 -1
- package/dist/types/components/internal/Button/ButtonActions/types.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/calendar/shared/indexed/index.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/calendar/timeframe/frames/TimeFrame.d.ts +1 -1
- package/dist/types/components/internal/Calendar/calendar/timeframe/frames/TimeFrame.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/calendar/timerange/types.d.ts +1 -1
- package/dist/types/components/internal/Calendar/calendar/timerange/types.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/calendar/timerange/utils.d.ts +1 -1
- package/dist/types/components/internal/Calendar/calendar/timerange/utils.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/calendar/types.d.ts +1 -1
- package/dist/types/components/internal/Calendar/calendar/types.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/clock/today.d.ts +1 -1
- package/dist/types/components/internal/Calendar/clock/today.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/clock/types.d.ts +2 -2
- package/dist/types/components/internal/Calendar/clock/types.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/components/CalendarGrid/utils.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/hooks/useCalendar.d.ts +1 -1
- package/dist/types/components/internal/Calendar/hooks/useCalendar.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/hooks/useTimezone.d.ts +1 -1
- package/dist/types/components/internal/Calendar/hooks/useTimezone.d.ts.map +1 -1
- package/dist/types/components/internal/DataGrid/components/InteractiveBody.d.ts +1 -1
- package/dist/types/components/internal/DataGrid/components/InteractiveBody.d.ts.map +1 -1
- package/dist/types/components/internal/DataGrid/components/TableBody.d.ts +1 -1
- package/dist/types/components/internal/DataGrid/components/TableBody.d.ts.map +1 -1
- package/dist/types/components/internal/DataGrid/components/TableCells.d.ts +2 -2
- package/dist/types/components/internal/DataGrid/components/TableCells.d.ts.map +1 -1
- package/dist/types/components/internal/DataGrid/hooks/useInteractiveDataGrid.d.ts +1 -1
- package/dist/types/components/internal/DataGrid/types.d.ts +2 -2
- package/dist/types/components/internal/DataGrid/types.d.ts.map +1 -1
- package/dist/types/components/internal/DatePicker/DatePicker.d.ts +1 -1
- package/dist/types/components/internal/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/types/components/internal/DatePicker/components/TimeRangeSelector/useTimeRangeSelection.d.ts +3 -3
- package/dist/types/components/internal/DatePicker/components/TimeRangeSelector/useTimeRangeSelection.d.ts.map +1 -1
- package/dist/types/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.d.ts +1 -1
- package/dist/types/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.d.ts.map +1 -1
- package/dist/types/components/internal/FilterBar/filters/AmountFilter/types.d.ts +2 -2
- package/dist/types/components/internal/FilterBar/filters/AmountFilter/types.d.ts.map +1 -1
- package/dist/types/components/internal/FilterBar/filters/BaseFilter/types.d.ts +2 -2
- package/dist/types/components/internal/FilterBar/filters/BaseFilter/types.d.ts.map +1 -1
- package/dist/types/components/internal/FilterBar/filters/DateFilter/types.d.ts +1 -1
- package/dist/types/components/internal/FilterBar/filters/DateFilter/types.d.ts.map +1 -1
- package/dist/types/components/internal/FormFields/Select/types.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/types.d.ts.map +1 -1
- package/dist/types/components/internal/Pagination/hooks/types.d.ts +1 -1
- package/dist/types/components/internal/Pagination/hooks/types.d.ts.map +1 -1
- package/dist/types/components/internal/Pagination/hooks/usePaginatedRecordsFilters.d.ts +1 -1
- package/dist/types/components/internal/Pagination/hooks/usePaginatedRecordsFilters.d.ts.map +1 -1
- package/dist/types/components/internal/Pagination/types.d.ts +1 -1
- package/dist/types/components/internal/Pagination/types.d.ts.map +1 -1
- package/dist/types/components/internal/Popover/Popover.d.ts +1 -1
- package/dist/types/components/internal/Popover/Popover.d.ts.map +1 -1
- package/dist/types/components/internal/Popover/types.d.ts +1 -1
- package/dist/types/components/internal/Popover/types.d.ts.map +1 -1
- package/dist/types/components/internal/Tooltip/types.d.ts +2 -2
- package/dist/types/components/internal/Tooltip/types.d.ts.map +1 -1
- package/dist/types/components/utils/transactionResourceErrorCodes.d.ts +2 -2
- package/dist/types/components/utils/transactionResourceErrorCodes.d.ts.map +1 -1
- package/dist/types/core/Auth/AuthContext.d.ts +1 -1
- package/dist/types/core/Auth/AuthContext.d.ts.map +1 -1
- package/dist/types/core/Auth/AuthProvider.d.ts +1 -1
- package/dist/types/core/Auth/AuthProvider.d.ts.map +1 -1
- package/dist/types/core/Auth/types.d.ts +1 -1
- package/dist/types/core/Auth/types.d.ts.map +1 -1
- package/dist/types/core/Context/CoreContext.d.ts +1 -1
- package/dist/types/core/Context/CoreContext.d.ts.map +1 -1
- package/dist/types/core/Context/types.d.ts +1 -1
- package/dist/types/core/Context/types.d.ts.map +1 -1
- package/dist/types/core/Errors/AdyenPlatformExperienceError.d.ts +1 -1
- package/dist/types/core/Errors/AdyenPlatformExperienceError.d.ts.map +1 -1
- package/dist/types/core/Localization/localization-utils.d.ts.map +1 -1
- package/dist/types/core/Localization/types.d.ts +3 -3
- package/dist/types/core/Localization/types.d.ts.map +1 -1
- package/dist/types/core/Session/types.d.ts +1 -1
- package/dist/types/core/Session/types.d.ts.map +1 -1
- package/dist/types/hooks/element/useClickOutside.d.ts +2 -2
- package/dist/types/hooks/element/useClickOutside.d.ts.map +1 -1
- package/dist/types/hooks/element/usePopoverPositioner.d.ts +1 -1
- package/dist/types/hooks/element/usePopoverPositioner.d.ts.map +1 -1
- package/dist/types/hooks/useCommitAction/types.d.ts +1 -1
- package/dist/types/hooks/useCommitAction/types.d.ts.map +1 -1
- package/dist/types/hooks/useFetch/useFetch.d.ts +1 -1
- package/dist/types/hooks/useFetch/useFetch.d.ts.map +1 -1
- package/dist/types/hooks/useModalDetails/types.d.ts +2 -2
- package/dist/types/hooks/useModalDetails/types.d.ts.map +1 -1
- package/dist/types/hooks/useSessionAwareRequest/useSessionAwareRequest.d.ts +1 -1
- package/dist/types/hooks/useSessionAwareRequest/useSessionAwareRequest.d.ts.map +1 -1
- package/dist/types/hooks/useSetupEndpoint/useSetupEndpoint.d.ts +2 -2
- package/dist/types/hooks/useSetupEndpoint/useSetupEndpoint.d.ts.map +1 -1
- package/dist/types/utils/Validator/types.d.ts +1 -1
- package/dist/types/utils/Validator/types.d.ts.map +1 -1
- package/dist/types/utils/useForm/types.d.ts +1 -1
- package/dist/types/utils/useForm/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/AmountSkeleton.css +0 -23
- package/dist/BalanceAccountSelector.css +0 -4
- package/dist/BaseButton.css +0 -14
- package/dist/BaseList.css +0 -5
- package/dist/Button.css +0 -114
- package/dist/ButtonActions-eb064f69.mjs +0 -46
- package/dist/ButtonActions.css +0 -28
- package/dist/CalendarGrid.css +0 -113
- package/dist/CopyText.css +0 -18
- package/dist/DatePicker.css +0 -64
- package/dist/ErrorMessageDisplay.css +0 -20
- package/dist/ErrorPanel.css +0 -15
- package/dist/ExpandableCard.css +0 -71
- package/dist/FilterBar.css +0 -40
- package/dist/FilterButton.css +0 -48
- package/dist/Img.css +0 -7
- package/dist/InputBase.css +0 -175
- package/dist/Modal.css +0 -110
- package/dist/Pagination.css +0 -25
- package/dist/Popover.css +0 -127
- package/dist/PopoverDismissButton.css +0 -12
- package/dist/RangeSelection.css +0 -26
- package/dist/Select.css +0 -149
- package/dist/SkeletonBody.css +0 -154
- package/dist/Spinner.css +0 -50
- package/dist/SummaryItem.css +0 -37
- package/dist/Tag-6d02fd64.mjs +0 -32
- package/dist/Tag.css +0 -34
- package/dist/Tooltip.css +0 -7
- package/dist/TotalsCard.css +0 -14
- package/dist/TransactionDetails.css +0 -74
- package/dist/TransactionsDisplay.css +0 -4
- package/dist/TransactionsOverview.css +0 -29
- package/dist/TransactionsOverviewContainer.css +0 -3
- package/dist/TransactionsTable.css +0 -18
- package/dist/Typography-11b95870.mjs +0 -68
- package/dist/Typography.css +0 -57
- package/dist/cjs/ModalContent-f4990141.js +0 -10
- package/dist/cjs/ModalContent-f4990141.js.map +0 -1
- package/dist/cjs/index-8c098f20.js +0 -10401
- package/dist/cjs/index-8c098f20.js.map +0 -1
- package/dist/cjs/index.css +0 -1709
- package/dist/compat.module-a4d537ff.mjs +0 -237
- package/dist/en-US-1daadfc1.mjs +0 -371
- package/dist/es/components/external/FormElement.js +0 -78
- package/dist/es/components/external/TransactionDetails/index.js +0 -4
- package/dist/es/components/external/TransactionsOverview/components/BalanceAccountSelector/index.js +0 -6
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/index.js +0 -15
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/index.js +0 -13
- package/dist/es/components/external/TransactionsOverview/index.js +0 -6
- package/dist/es/components/external/index.js +0 -8
- package/dist/es/components/index.js +0 -11
- package/dist/es/components/internal/BaseButton/index.js +0 -4
- package/dist/es/components/internal/Button/index.js +0 -4
- package/dist/es/components/internal/Calendar/calendar/index.js +0 -4
- package/dist/es/components/internal/Calendar/calendar/timeframe/frames/YearFrame.js +0 -197
- package/dist/es/components/internal/Calendar/calendar/timeframe/index.js +0 -8
- package/dist/es/components/internal/Calendar/calendar/timerange/factory.test.js +0 -139
- package/dist/es/components/internal/Calendar/calendar/timerange/index.js +0 -4
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/index.js +0 -14
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastMonth.test.js +0 -69
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastNDays.test.js +0 -69
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastWeek.test.js +0 -108
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/testing/fixtures.js +0 -15
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/testing/helpers.js +0 -19
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/thisMonth.test.js +0 -46
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/thisWeek.test.js +0 -85
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/yearToDate.test.js +0 -49
- package/dist/es/components/internal/Calendar/clock/clock.test.js +0 -43
- package/dist/es/components/internal/Calendar/clock/index.js +0 -7
- package/dist/es/components/internal/Calendar/clock/testing/fixtures.js +0 -60
- package/dist/es/components/internal/Calendar/clock/today.test.js +0 -98
- package/dist/es/components/internal/Calendar/components/CalendarControls/index.js +0 -4
- package/dist/es/components/internal/Calendar/components/CalendarGrid/index.js +0 -4
- package/dist/es/components/internal/Calendar/index.js +0 -4
- package/dist/es/components/internal/DataGrid/index.js +0 -4
- package/dist/es/components/internal/DataGrid/tests/DataGrid.test.js +0 -190
- package/dist/es/components/internal/DatePicker/components/TimeRangeSelector/index.js +0 -7
- package/dist/es/components/internal/DatePicker/index.js +0 -4
- package/dist/es/components/internal/ExpandableCard/ExpandableCard.test.js +0 -45
- package/dist/es/components/internal/FilterBar/filters/BaseFilter/index.js +0 -4
- package/dist/es/components/internal/FilterBar/filters/DateFilter/index.js +0 -4
- package/dist/es/components/internal/FilterBar/filters/TextFilter/TextFilter.js +0 -8
- package/dist/es/components/internal/FilterBar/filters/TextFilter/index.js +0 -4
- package/dist/es/components/internal/FilterBar/index.js +0 -4
- package/dist/es/components/internal/FormFields/Select/index.js +0 -4
- package/dist/es/components/internal/FormFields/index.js +0 -18
- package/dist/es/components/internal/FormFields/utils.js +0 -4
- package/dist/es/components/internal/Img/index.js +0 -4
- package/dist/es/components/internal/Modal/index.js +0 -4
- package/dist/es/components/internal/Pagination/components/LimitSelect.js +0 -1
- package/dist/es/components/internal/Pagination/hooks/index.js +0 -6
- package/dist/es/components/internal/Pagination/hooks/useOffsetPaginatedRecords.js +0 -10
- package/dist/es/components/internal/Pagination/index.js +0 -4
- package/dist/es/components/internal/Popover/Popover.test.js +0 -119
- package/dist/es/components/internal/Spinner/index.js +0 -4
- package/dist/es/components/utils/utils.js +0 -34
- package/dist/es/core/Analytics/Analytics.js +0 -63
- package/dist/es/core/Analytics/EventsQueue.js +0 -22
- package/dist/es/core/Analytics/index.js +0 -4
- package/dist/es/core/Errors/ErrorPanel.js +0 -19
- package/dist/es/core/Localization/Localization.test.js +0 -70
- package/dist/es/core/Localization/amount/amount-util.test.js +0 -54
- package/dist/es/core/Localization/datetime/restamper/index.js +0 -9
- package/dist/es/core/Localization/datetime/restamper/restamper.test.js +0 -179
- package/dist/es/core/Localization/datetime/restamper/testing/fixtures.js +0 -21
- package/dist/es/core/Localization/datetime/restamper/testing/helpers.js +0 -27
- package/dist/es/core/Localization/index.js +0 -32
- package/dist/es/core/Localization/utils.test.js +0 -215
- package/dist/es/core/ProcessResponse/index.js +0 -4
- package/dist/es/core/ProcessResponse/process-response.js +0 -40
- package/dist/es/core/Services/analytics/collect-id.js +0 -37
- package/dist/es/core/Services/analytics/log-event.js +0 -14
- package/dist/es/core/Services/analytics/post-telemetry.js +0 -22
- package/dist/es/core/Services/data-set.js +0 -1
- package/dist/es/core/Services/get-dataset.js +0 -13
- package/dist/es/core/Services/requests/endpoints.js +0 -9
- package/dist/es/core/Session/index.js +0 -4
- package/dist/es/core/index.js +0 -36
- package/dist/es/hooks/element/useIdentifierString.js +0 -61
- package/dist/es/hooks/useBooleanState/index.js +0 -4
- package/dist/es/hooks/useCommitAction/index.js +0 -6
- package/dist/es/hooks/useDefinedValue/index.js +0 -4
- package/dist/es/hooks/useDefinedValue/useDefinedValue.js +0 -16
- package/dist/es/hooks/useMounted/index.js +0 -4
- package/dist/es/hooks/useReactiveState/index.js +0 -4
- package/dist/es/hooks/useReflex/core/reflex.test.js +0 -170
- package/dist/es/hooks/useReflex/core/registry.test.js +0 -114
- package/dist/es/hooks/useReflex/core/utils.test.js +0 -59
- package/dist/es/hooks/useReflex/index.js +0 -8
- package/dist/es/utils/Validator/ValidationRuleResult.js +0 -28
- package/dist/es/utils/Validator/Validator.js +0 -67
- package/dist/es/utils/Validator/Validator.test.js +0 -27
- package/dist/es/utils/Validator/defaultRules.js +0 -12
- package/dist/es/utils/Validator/index.js +0 -4
- package/dist/es/utils/get-image.test.js +0 -38
- package/dist/es/utils/memoComparator/index.js +0 -4
- package/dist/es/utils/regex.js +0 -6
- package/dist/es/utils/useForm/index.js +0 -4
- package/dist/es/utils/useForm/reducer.js +0 -153
- package/dist/es/utils/useForm/useForm.js +0 -85
- package/dist/es/utils/useForm/useForm.test.js +0 -107
- package/dist/es/utils/uuid.test.js +0 -13
- package/dist/es/utils/watchable/core/Watchable.test.js +0 -103
- package/dist/es/utils/watchable/core/helpers.test.js +0 -106
- package/dist/es/utils/watchable/core/syncEffect.test.js +0 -103
- package/dist/flags-41c36e13.mjs +0 -83
- package/dist/hooks.module-8565d716.mjs +0 -161
- package/dist/index-2c0f6175.mjs +0 -12069
- package/dist/index-6e47f755.mjs +0 -231
- package/dist/index-944be685.mjs +0 -6609
- package/dist/index-c88cd37e.mjs +0 -243
- package/dist/index-f5bc0382.mjs +0 -155
- package/dist/index.css +0 -65
- package/dist/index2.css +0 -4
- package/dist/jsxRuntime.module-69493d81.mjs +0 -15
- package/dist/magic-string.es-219c273f.mjs +0 -1146
- package/dist/preact.module-38e5a571.mjs +0 -323
- package/dist/types-0027b7c2.mjs +0 -9
- package/dist/types-0aaff3aa.mjs +0 -19
- package/dist/types-7ad6576a.mjs +0 -10
- package/dist/types-e4bbd37f.mjs +0 -13
- package/dist/types-e6a6a3ff.mjs +0 -9
- package/dist/usePaginatedRecords-63a69bf1.mjs +0 -131
- package/dist/usePopoverPositioner-882fea89.mjs +0 -182
- package/dist/vendor-vi.a3ff54b1-5e924357.mjs +0 -22389
|
@@ -1,237 +0,0 @@
|
|
|
1
|
-
import { b, l, y, k as k$1, C as C$1, B as B$1 } from "./preact.module-38e5a571.mjs";
|
|
2
|
-
import "./hooks.module-8565d716.mjs";
|
|
3
|
-
function g(n, t) {
|
|
4
|
-
for (var e in t)
|
|
5
|
-
n[e] = t[e];
|
|
6
|
-
return n;
|
|
7
|
-
}
|
|
8
|
-
function C(n, t) {
|
|
9
|
-
for (var e in n)
|
|
10
|
-
if ("__source" !== e && !(e in t))
|
|
11
|
-
return true;
|
|
12
|
-
for (var r in t)
|
|
13
|
-
if ("__source" !== r && n[r] !== t[r])
|
|
14
|
-
return true;
|
|
15
|
-
return false;
|
|
16
|
-
}
|
|
17
|
-
function w(n) {
|
|
18
|
-
this.props = n;
|
|
19
|
-
}
|
|
20
|
-
function x(n, e) {
|
|
21
|
-
function r(n2) {
|
|
22
|
-
var t = this.props.ref, r2 = t == n2.ref;
|
|
23
|
-
return !r2 && t && (t.call ? t(null) : t.current = null), e ? !e(this.props, n2) || !r2 : C(this.props, n2);
|
|
24
|
-
}
|
|
25
|
-
function u(e2) {
|
|
26
|
-
return this.shouldComponentUpdate = r, y(n, e2);
|
|
27
|
-
}
|
|
28
|
-
return u.displayName = "Memo(" + (n.displayName || n.name) + ")", u.prototype.isReactComponent = true, u.__f = true, u;
|
|
29
|
-
}
|
|
30
|
-
(w.prototype = new b()).isPureReactComponent = true, w.prototype.shouldComponentUpdate = function(n, t) {
|
|
31
|
-
return C(this.props, n) || C(this.state, t);
|
|
32
|
-
};
|
|
33
|
-
var R = l.__b;
|
|
34
|
-
l.__b = function(n) {
|
|
35
|
-
n.type && n.type.__f && n.ref && (n.props.ref = n.ref, n.ref = null), R && R(n);
|
|
36
|
-
};
|
|
37
|
-
var N = "undefined" != typeof Symbol && Symbol.for && Symbol.for("react.forward_ref") || 3911;
|
|
38
|
-
function k(n) {
|
|
39
|
-
function t(t2) {
|
|
40
|
-
var e = g({}, t2);
|
|
41
|
-
return delete e.ref, n(e, t2.ref || null);
|
|
42
|
-
}
|
|
43
|
-
return t.$$typeof = N, t.render = t, t.prototype.isReactComponent = t.__f = true, t.displayName = "ForwardRef(" + (n.displayName || n.name) + ")", t;
|
|
44
|
-
}
|
|
45
|
-
var T = l.__e;
|
|
46
|
-
l.__e = function(n, t, e, r) {
|
|
47
|
-
if (n.then) {
|
|
48
|
-
for (var u, o = t; o = o.__; )
|
|
49
|
-
if ((u = o.__c) && u.__c)
|
|
50
|
-
return null == t.__e && (t.__e = e.__e, t.__k = e.__k), u.__c(n, t);
|
|
51
|
-
}
|
|
52
|
-
T(n, t, e, r);
|
|
53
|
-
};
|
|
54
|
-
var F = l.unmount;
|
|
55
|
-
function I(n, t, e) {
|
|
56
|
-
return n && (n.__c && n.__c.__H && (n.__c.__H.__.forEach(function(n2) {
|
|
57
|
-
"function" == typeof n2.__c && n2.__c();
|
|
58
|
-
}), n.__c.__H = null), null != (n = g({}, n)).__c && (n.__c.__P === e && (n.__c.__P = t), n.__c = null), n.__k = n.__k && n.__k.map(function(n2) {
|
|
59
|
-
return I(n2, t, e);
|
|
60
|
-
})), n;
|
|
61
|
-
}
|
|
62
|
-
function L(n, t, e) {
|
|
63
|
-
return n && e && (n.__v = null, n.__k = n.__k && n.__k.map(function(n2) {
|
|
64
|
-
return L(n2, t, e);
|
|
65
|
-
}), n.__c && n.__c.__P === t && (n.__e && e.insertBefore(n.__e, n.__d), n.__c.__e = true, n.__c.__P = e)), n;
|
|
66
|
-
}
|
|
67
|
-
function U() {
|
|
68
|
-
this.__u = 0, this.t = null, this.__b = null;
|
|
69
|
-
}
|
|
70
|
-
function D(n) {
|
|
71
|
-
var t = n.__.__c;
|
|
72
|
-
return t && t.__a && t.__a(n);
|
|
73
|
-
}
|
|
74
|
-
function M(n) {
|
|
75
|
-
var e, r, u;
|
|
76
|
-
function o(o2) {
|
|
77
|
-
if (e || (e = n()).then(function(n2) {
|
|
78
|
-
r = n2.default || n2;
|
|
79
|
-
}, function(n2) {
|
|
80
|
-
u = n2;
|
|
81
|
-
}), u)
|
|
82
|
-
throw u;
|
|
83
|
-
if (!r)
|
|
84
|
-
throw e;
|
|
85
|
-
return y(r, o2);
|
|
86
|
-
}
|
|
87
|
-
return o.displayName = "Lazy", o.__f = true, o;
|
|
88
|
-
}
|
|
89
|
-
function V() {
|
|
90
|
-
this.u = null, this.o = null;
|
|
91
|
-
}
|
|
92
|
-
l.unmount = function(n) {
|
|
93
|
-
var t = n.__c;
|
|
94
|
-
t && t.__R && t.__R(), t && true === n.__h && (n.type = null), F && F(n);
|
|
95
|
-
}, (U.prototype = new b()).__c = function(n, t) {
|
|
96
|
-
var e = t.__c, r = this;
|
|
97
|
-
null == r.t && (r.t = []), r.t.push(e);
|
|
98
|
-
var u = D(r.__v), o = false, i = function() {
|
|
99
|
-
o || (o = true, e.__R = null, u ? u(l2) : l2());
|
|
100
|
-
};
|
|
101
|
-
e.__R = i;
|
|
102
|
-
var l2 = function() {
|
|
103
|
-
if (!--r.__u) {
|
|
104
|
-
if (r.state.__a) {
|
|
105
|
-
var n2 = r.state.__a;
|
|
106
|
-
r.__v.__k[0] = L(n2, n2.__c.__P, n2.__c.__O);
|
|
107
|
-
}
|
|
108
|
-
var t2;
|
|
109
|
-
for (r.setState({ __a: r.__b = null }); t2 = r.t.pop(); )
|
|
110
|
-
t2.forceUpdate();
|
|
111
|
-
}
|
|
112
|
-
}, c = true === t.__h;
|
|
113
|
-
r.__u++ || c || r.setState({ __a: r.__b = r.__v.__k[0] }), n.then(i, i);
|
|
114
|
-
}, U.prototype.componentWillUnmount = function() {
|
|
115
|
-
this.t = [];
|
|
116
|
-
}, U.prototype.render = function(n, e) {
|
|
117
|
-
if (this.__b) {
|
|
118
|
-
if (this.__v.__k) {
|
|
119
|
-
var r = document.createElement("div"), o = this.__v.__k[0].__c;
|
|
120
|
-
this.__v.__k[0] = I(this.__b, r, o.__O = o.__P);
|
|
121
|
-
}
|
|
122
|
-
this.__b = null;
|
|
123
|
-
}
|
|
124
|
-
var i = e.__a && y(k$1, null, n.fallback);
|
|
125
|
-
return i && (i.__h = null), [y(k$1, null, e.__a ? null : n.children), i];
|
|
126
|
-
};
|
|
127
|
-
var W = function(n, t, e) {
|
|
128
|
-
if (++e[1] === e[0] && n.o.delete(t), n.props.revealOrder && ("t" !== n.props.revealOrder[0] || !n.o.size))
|
|
129
|
-
for (e = n.u; e; ) {
|
|
130
|
-
for (; e.length > 3; )
|
|
131
|
-
e.pop()();
|
|
132
|
-
if (e[1] < e[0])
|
|
133
|
-
break;
|
|
134
|
-
n.u = e = e[2];
|
|
135
|
-
}
|
|
136
|
-
};
|
|
137
|
-
function P(n) {
|
|
138
|
-
return this.getChildContext = function() {
|
|
139
|
-
return n.context;
|
|
140
|
-
}, n.children;
|
|
141
|
-
}
|
|
142
|
-
function j(n) {
|
|
143
|
-
var e = this, r = n.i;
|
|
144
|
-
e.componentWillUnmount = function() {
|
|
145
|
-
B$1(null, e.l), e.l = null, e.i = null;
|
|
146
|
-
}, e.i && e.i !== r && e.componentWillUnmount(), e.l || (e.i = r, e.l = { nodeType: 1, parentNode: r, childNodes: [], appendChild: function(n2) {
|
|
147
|
-
this.childNodes.push(n2), e.i.appendChild(n2);
|
|
148
|
-
}, insertBefore: function(n2, t) {
|
|
149
|
-
this.childNodes.push(n2), e.i.appendChild(n2);
|
|
150
|
-
}, removeChild: function(n2) {
|
|
151
|
-
this.childNodes.splice(this.childNodes.indexOf(n2) >>> 1, 1), e.i.removeChild(n2);
|
|
152
|
-
} }), B$1(y(P, { context: e.context }, n.__v), e.l);
|
|
153
|
-
}
|
|
154
|
-
function z(n, e) {
|
|
155
|
-
var r = y(j, { __v: n, i: e });
|
|
156
|
-
return r.containerInfo = e, r;
|
|
157
|
-
}
|
|
158
|
-
(V.prototype = new b()).__a = function(n) {
|
|
159
|
-
var t = this, e = D(t.__v), r = t.o.get(n);
|
|
160
|
-
return r[0]++, function(u) {
|
|
161
|
-
var o = function() {
|
|
162
|
-
t.props.revealOrder ? (r.push(u), W(t, n, r)) : u();
|
|
163
|
-
};
|
|
164
|
-
e ? e(o) : o();
|
|
165
|
-
};
|
|
166
|
-
}, V.prototype.render = function(n) {
|
|
167
|
-
this.u = null, this.o = /* @__PURE__ */ new Map();
|
|
168
|
-
var t = C$1(n.children);
|
|
169
|
-
n.revealOrder && "b" === n.revealOrder[0] && t.reverse();
|
|
170
|
-
for (var e = t.length; e--; )
|
|
171
|
-
this.o.set(t[e], this.u = [1, 0, this.u]);
|
|
172
|
-
return n.children;
|
|
173
|
-
}, V.prototype.componentDidUpdate = V.prototype.componentDidMount = function() {
|
|
174
|
-
var n = this;
|
|
175
|
-
this.o.forEach(function(t, e) {
|
|
176
|
-
W(n, e, t);
|
|
177
|
-
});
|
|
178
|
-
};
|
|
179
|
-
var B = "undefined" != typeof Symbol && Symbol.for && Symbol.for("react.element") || 60103, H = /^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/, Z = /^on(Ani|Tra|Tou|BeforeInp|Compo)/, Y = /[A-Z0-9]/g, $ = "undefined" != typeof document, q = function(n) {
|
|
180
|
-
return ("undefined" != typeof Symbol && "symbol" == typeof Symbol() ? /fil|che|rad/ : /fil|che|ra/).test(n);
|
|
181
|
-
};
|
|
182
|
-
b.prototype.isReactComponent = {}, ["componentWillMount", "componentWillReceiveProps", "componentWillUpdate"].forEach(function(t) {
|
|
183
|
-
Object.defineProperty(b.prototype, t, { configurable: true, get: function() {
|
|
184
|
-
return this["UNSAFE_" + t];
|
|
185
|
-
}, set: function(n) {
|
|
186
|
-
Object.defineProperty(this, t, { configurable: true, writable: true, value: n });
|
|
187
|
-
} });
|
|
188
|
-
});
|
|
189
|
-
var K = l.event;
|
|
190
|
-
function Q() {
|
|
191
|
-
}
|
|
192
|
-
function X() {
|
|
193
|
-
return this.cancelBubble;
|
|
194
|
-
}
|
|
195
|
-
function nn() {
|
|
196
|
-
return this.defaultPrevented;
|
|
197
|
-
}
|
|
198
|
-
l.event = function(n) {
|
|
199
|
-
return K && (n = K(n)), n.persist = Q, n.isPropagationStopped = X, n.isDefaultPrevented = nn, n.nativeEvent = n;
|
|
200
|
-
};
|
|
201
|
-
var en = { enumerable: false, configurable: true, get: function() {
|
|
202
|
-
return this.class;
|
|
203
|
-
} }, rn = l.vnode;
|
|
204
|
-
l.vnode = function(n) {
|
|
205
|
-
"string" == typeof n.type && function(n2) {
|
|
206
|
-
var t = n2.props, e = n2.type, u = {};
|
|
207
|
-
for (var o in t) {
|
|
208
|
-
var i = t[o];
|
|
209
|
-
if (!("value" === o && "defaultValue" in t && null == i || $ && "children" === o && "noscript" === e || "class" === o || "className" === o)) {
|
|
210
|
-
var l2 = o.toLowerCase();
|
|
211
|
-
"defaultValue" === o && "value" in t && null == t.value ? o = "value" : "download" === o && true === i ? i = "" : "ondoubleclick" === l2 ? o = "ondblclick" : "onchange" !== l2 || "input" !== e && "textarea" !== e || q(t.type) ? "onfocus" === l2 ? o = "onfocusin" : "onblur" === l2 ? o = "onfocusout" : Z.test(o) ? o = l2 : -1 === e.indexOf("-") && H.test(o) ? o = o.replace(Y, "-$&").toLowerCase() : null === i && (i = void 0) : l2 = o = "oninput", "oninput" === l2 && u[o = l2] && (o = "oninputCapture"), u[o] = i;
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
"select" == e && u.multiple && Array.isArray(u.value) && (u.value = C$1(t.children).forEach(function(n3) {
|
|
215
|
-
n3.props.selected = -1 != u.value.indexOf(n3.props.value);
|
|
216
|
-
})), "select" == e && null != u.defaultValue && (u.value = C$1(t.children).forEach(function(n3) {
|
|
217
|
-
n3.props.selected = u.multiple ? -1 != u.defaultValue.indexOf(n3.props.value) : u.defaultValue == n3.props.value;
|
|
218
|
-
})), t.class && !t.className ? (u.class = t.class, Object.defineProperty(u, "className", en)) : (t.className && !t.class || t.class && t.className) && (u.class = u.className = t.className), n2.props = u;
|
|
219
|
-
}(n), n.$$typeof = B, rn && rn(n);
|
|
220
|
-
};
|
|
221
|
-
var un = l.__r;
|
|
222
|
-
l.__r = function(n) {
|
|
223
|
-
un && un(n), n.__c;
|
|
224
|
-
};
|
|
225
|
-
var on = l.diffed;
|
|
226
|
-
l.diffed = function(n) {
|
|
227
|
-
on && on(n);
|
|
228
|
-
var t = n.props, e = n.__e;
|
|
229
|
-
null != e && "textarea" === n.type && "value" in t && t.value !== e.value && (e.value = null == t.value ? "" : t.value);
|
|
230
|
-
};
|
|
231
|
-
export {
|
|
232
|
-
M,
|
|
233
|
-
U,
|
|
234
|
-
k,
|
|
235
|
-
x,
|
|
236
|
-
z
|
|
237
|
-
};
|
package/dist/en-US-1daadfc1.mjs
DELETED
|
@@ -1,371 +0,0 @@
|
|
|
1
|
-
const paymentId = "Payment ID";
|
|
2
|
-
const transactionType = "Transaction type";
|
|
3
|
-
const account = "Account";
|
|
4
|
-
const description = "Description";
|
|
5
|
-
const amount = "Amount";
|
|
6
|
-
const creationTime = "Creation time";
|
|
7
|
-
const paginatedNavigation = "Paginated navigation";
|
|
8
|
-
const unableToLoadTransactions = "Unable to load transactions";
|
|
9
|
-
const notSet = "(Not set)";
|
|
10
|
-
const editFilter = "Edit filter";
|
|
11
|
-
const balanceAccount = "Balance account";
|
|
12
|
-
const balancePlatform = "Balance platform";
|
|
13
|
-
const toStart = "Select a balance platform, a balance account or an account";
|
|
14
|
-
const reset = "Reset";
|
|
15
|
-
const apply = "Apply";
|
|
16
|
-
const referenceForBeneficiary = "Reference for beneficiary";
|
|
17
|
-
const category = "Category";
|
|
18
|
-
const reference = "Reference";
|
|
19
|
-
const referenceID = "Reference ID";
|
|
20
|
-
const transactions = "Transactions";
|
|
21
|
-
const dateRange = "Date range";
|
|
22
|
-
const from = "From";
|
|
23
|
-
const to = "To";
|
|
24
|
-
const balanceAccountId = "Balance account ID";
|
|
25
|
-
const defaultCurrency = "Default currency";
|
|
26
|
-
const created = "Created";
|
|
27
|
-
const status = "Status";
|
|
28
|
-
const expandContent = "Expand content";
|
|
29
|
-
const hideContent = "Hide content";
|
|
30
|
-
const storeDetails = "Store details";
|
|
31
|
-
const preauthorizeWith = "Preauthorize with";
|
|
32
|
-
const continueTo = "Continue to";
|
|
33
|
-
const telephoneNumber = "Telephone number";
|
|
34
|
-
const infix = "Infix";
|
|
35
|
-
const firstName = "First name";
|
|
36
|
-
const lastName = "Last name";
|
|
37
|
-
const dateOfBirth = "Date of birth";
|
|
38
|
-
const shopperEmail = "Shopper email";
|
|
39
|
-
const male = "Male";
|
|
40
|
-
const female = "Female";
|
|
41
|
-
const personalDetails = "Personal details";
|
|
42
|
-
const companyDetails = "Company details";
|
|
43
|
-
const apartmentSuite = "Apartment suite";
|
|
44
|
-
const state = "State";
|
|
45
|
-
const address = "Address";
|
|
46
|
-
const provinceOrTerritory = "Province or territory";
|
|
47
|
-
const cityTown = "City town";
|
|
48
|
-
const zipCode = "Zip code";
|
|
49
|
-
const invalidFormatExpects = "Invalid format expects";
|
|
50
|
-
const country = "Country";
|
|
51
|
-
const accountHolder = "Account holder";
|
|
52
|
-
const legalEntity = "Legal entity";
|
|
53
|
-
const legalEntityID = "Legal entity ID";
|
|
54
|
-
const balances = "Balances";
|
|
55
|
-
const currentBalance = "Current balance";
|
|
56
|
-
const availableBalance = "Available balance";
|
|
57
|
-
const reservedBalance = "Reserved balance";
|
|
58
|
-
const accountConfiguration = "Account configuration";
|
|
59
|
-
const accountHolderID = "Account HOLDER ID";
|
|
60
|
-
const timezone = "Timezone";
|
|
61
|
-
const salesDayClosingTime = "Sales day closing time";
|
|
62
|
-
const settlementDelayDays = "Settlement delay days";
|
|
63
|
-
const transactionDetails = "Transaction details";
|
|
64
|
-
const processingInformation = "Processing information";
|
|
65
|
-
const transferID = "transferID";
|
|
66
|
-
const type = "Type";
|
|
67
|
-
const incompleteField = "Incomplete field";
|
|
68
|
-
const legalEntityDetails = "Legal entity details";
|
|
69
|
-
const no = "No";
|
|
70
|
-
const accountIdentifier = "Account identifier";
|
|
71
|
-
const transferInstrumentId = "Transfer instrument ID";
|
|
72
|
-
const overview = "Overview";
|
|
73
|
-
const transferInstruments = "Transfer instruments";
|
|
74
|
-
const id = "ID";
|
|
75
|
-
const legalEntityType = "Legal entity type";
|
|
76
|
-
const name = "Name";
|
|
77
|
-
const mobile = "Mobile";
|
|
78
|
-
const fax = "Fax";
|
|
79
|
-
const landline = "Landline";
|
|
80
|
-
const email = "Email";
|
|
81
|
-
const residentialAddress = "Residential address";
|
|
82
|
-
const countryOfResidence = "Country of residence";
|
|
83
|
-
const legalNameOfTheCompany = "Legal name of the company";
|
|
84
|
-
const companyType = "Company type";
|
|
85
|
-
const tradingName = "Trading name";
|
|
86
|
-
const registrationNumber = "Registration number";
|
|
87
|
-
const taxNumber = "Tax number";
|
|
88
|
-
const taxExempt = "Tax exempt";
|
|
89
|
-
const registeredBusinessAddress = "Registered business address";
|
|
90
|
-
const txAmount = "Amount";
|
|
91
|
-
const unableToLoadAccountHolder = "Unable to load account holder";
|
|
92
|
-
const unableToLoadBalanceAccount = "Unable to load balance account";
|
|
93
|
-
const unableToLoadLegalEntity = "Unable to load legal entity";
|
|
94
|
-
const unableToLoadTransaction = "Unable to load transaction";
|
|
95
|
-
const dismiss = "Dismiss";
|
|
96
|
-
const organization = "Organization";
|
|
97
|
-
const individual = "individual";
|
|
98
|
-
const originalAmount = "Original amount";
|
|
99
|
-
const instructedAmount = "Instructed amount";
|
|
100
|
-
const date = "Date";
|
|
101
|
-
const structuredList = "Structured list";
|
|
102
|
-
const tabs = "Tabs";
|
|
103
|
-
const value = "Value";
|
|
104
|
-
const filterBar = "Filter bar";
|
|
105
|
-
const contactDetails = "Contact details";
|
|
106
|
-
const Booked = "Booked";
|
|
107
|
-
const Pending = "Pending";
|
|
108
|
-
const Reversed = "Reversed";
|
|
109
|
-
const transactionsOverview = "Transactions overview";
|
|
110
|
-
const paymentMethod = "Payment method";
|
|
111
|
-
const currency = "Currency";
|
|
112
|
-
const totalIncoming = "Total incoming";
|
|
113
|
-
const totalOutgoing = "Total outgoing";
|
|
114
|
-
const accountBalance = "Account Balance";
|
|
115
|
-
const closeIconLabel = "close";
|
|
116
|
-
const thereAreNoResults = "There are no results";
|
|
117
|
-
const noTransactionsFound = "No transactions found";
|
|
118
|
-
const tryDifferentSearchOrResetYourFiltersAndWeWillTryAgain = "Try a different search or reset your filters, and we’ll try again.";
|
|
119
|
-
const tryAgainPlease = "Try again, please.";
|
|
120
|
-
const noData = "No data";
|
|
121
|
-
const thereWasAnUnexpectedError = "There was an unexpected error";
|
|
122
|
-
const somethingWentWrong = "Something went wrong.";
|
|
123
|
-
const weCouldNotLoadTheTransactionsOverview = "We could not load the transaction overview.";
|
|
124
|
-
const tryRefreshingThePageOrComeBackLater = "Try refreshing the page or come back later.";
|
|
125
|
-
const weCouldNotLoadYourTransactions = "We couldn’t load your transactions.";
|
|
126
|
-
const anInternalErrorHappened = "An internal error happened";
|
|
127
|
-
const contactSupportForHelpAndShareErrorCode = "Contact support for help and share error code %{requestId}";
|
|
128
|
-
const theErrorCodeIs = "The error code is %{requestId}";
|
|
129
|
-
const pleaseReachOutToSupportForAssistance = "Please, reach out to support for assistance.";
|
|
130
|
-
const theRequestIsMissingRequiredFieldsOrContainsInvalidData = "The request is missing required fields or contains invalid data.";
|
|
131
|
-
const entityWasNotFound = "Entity was not found";
|
|
132
|
-
const entityWasNotFoundDetail = "Transaction not found for the specified Account Holder";
|
|
133
|
-
const noResultsFoundSeekSupport = "No results found, seek support.";
|
|
134
|
-
const seemsLikeThereIsAndInternalError = "Seems like there's an internal error";
|
|
135
|
-
const refresh = "Refresh";
|
|
136
|
-
const reachOutToSupport = "Reach out to support";
|
|
137
|
-
const noNegativeNumbersAllowed = "No negative numbers allowed";
|
|
138
|
-
const secondValueShouldBeGreaterThanTheFirstOne = "To value should be equal or greater than the From value";
|
|
139
|
-
const theSelectedBalanceAccountIsIncorrect = "The selected balance account is incorrect";
|
|
140
|
-
const _en_US = {
|
|
141
|
-
paymentId,
|
|
142
|
-
transactionType,
|
|
143
|
-
account,
|
|
144
|
-
description,
|
|
145
|
-
amount,
|
|
146
|
-
creationTime,
|
|
147
|
-
paginatedNavigation,
|
|
148
|
-
"pagination.page": "Page",
|
|
149
|
-
"pagination.previousPage": "Previous page",
|
|
150
|
-
"pagination.nextPage": "Next page",
|
|
151
|
-
unableToLoadTransactions,
|
|
152
|
-
notSet,
|
|
153
|
-
"filter.date.since": "Since %{date}",
|
|
154
|
-
"filter.date.until": "Until %{date}",
|
|
155
|
-
"filterPlaceholder.category": "Type",
|
|
156
|
-
"filterPlaceholder.currency": "Currency",
|
|
157
|
-
"filterPlaceholder.status": "Status",
|
|
158
|
-
"calendar.controls": "Calendar navigation controls",
|
|
159
|
-
"calendar.previousMonth": "Previous month",
|
|
160
|
-
"calendar.nextMonth": "Next month",
|
|
161
|
-
"calendar.timezone": "Timezone is set on: GMT%{offset} (%{time})",
|
|
162
|
-
"button.clearAll": "Clear all",
|
|
163
|
-
editFilter,
|
|
164
|
-
balanceAccount,
|
|
165
|
-
balancePlatform,
|
|
166
|
-
"expandableCard.collapse": "Collapse",
|
|
167
|
-
"expandableCard.expand": "Expand",
|
|
168
|
-
toStart,
|
|
169
|
-
reset,
|
|
170
|
-
apply,
|
|
171
|
-
referenceForBeneficiary,
|
|
172
|
-
"status.booked": "Booked",
|
|
173
|
-
"status.active": "Active",
|
|
174
|
-
"status.inactive": "Inactive",
|
|
175
|
-
"status.pending": "Pending",
|
|
176
|
-
"status.closed": "Closed",
|
|
177
|
-
category,
|
|
178
|
-
"category.internal": "Internal",
|
|
179
|
-
reference,
|
|
180
|
-
referenceID,
|
|
181
|
-
transactions,
|
|
182
|
-
dateRange,
|
|
183
|
-
from,
|
|
184
|
-
to,
|
|
185
|
-
balanceAccountId,
|
|
186
|
-
defaultCurrency,
|
|
187
|
-
created,
|
|
188
|
-
status,
|
|
189
|
-
expandContent,
|
|
190
|
-
hideContent,
|
|
191
|
-
storeDetails,
|
|
192
|
-
preauthorizeWith,
|
|
193
|
-
continueTo,
|
|
194
|
-
telephoneNumber,
|
|
195
|
-
infix,
|
|
196
|
-
firstName,
|
|
197
|
-
lastName,
|
|
198
|
-
dateOfBirth,
|
|
199
|
-
"dateOfBirth.format": "Format",
|
|
200
|
-
shopperEmail,
|
|
201
|
-
"select.noOptionsFound": "No options match this search",
|
|
202
|
-
"select.filter.placeholder": "Placeholder",
|
|
203
|
-
"select.provinceOrTerritory": "Province or territory",
|
|
204
|
-
"select.state": "State",
|
|
205
|
-
"select.country": "Country",
|
|
206
|
-
male,
|
|
207
|
-
female,
|
|
208
|
-
personalDetails,
|
|
209
|
-
"field.valid": "Valid",
|
|
210
|
-
"field.invalid": "Invalid",
|
|
211
|
-
companyDetails,
|
|
212
|
-
"companyDetails.name": "Name",
|
|
213
|
-
"companyDetails.registrationNumber": "Registration number",
|
|
214
|
-
"payButton.redirecting": "Redirecting",
|
|
215
|
-
apartmentSuite,
|
|
216
|
-
state,
|
|
217
|
-
address,
|
|
218
|
-
provinceOrTerritory,
|
|
219
|
-
cityTown,
|
|
220
|
-
zipCode,
|
|
221
|
-
"field.title.optional": "Optional",
|
|
222
|
-
invalidFormatExpects,
|
|
223
|
-
country,
|
|
224
|
-
accountHolder,
|
|
225
|
-
legalEntity,
|
|
226
|
-
legalEntityID,
|
|
227
|
-
balances,
|
|
228
|
-
currentBalance,
|
|
229
|
-
availableBalance,
|
|
230
|
-
reservedBalance,
|
|
231
|
-
accountConfiguration,
|
|
232
|
-
accountHolderID,
|
|
233
|
-
timezone,
|
|
234
|
-
salesDayClosingTime,
|
|
235
|
-
settlementDelayDays,
|
|
236
|
-
transactionDetails,
|
|
237
|
-
processingInformation,
|
|
238
|
-
transferID,
|
|
239
|
-
type,
|
|
240
|
-
incompleteField,
|
|
241
|
-
legalEntityDetails,
|
|
242
|
-
no,
|
|
243
|
-
accountIdentifier,
|
|
244
|
-
transferInstrumentId,
|
|
245
|
-
overview,
|
|
246
|
-
transferInstruments,
|
|
247
|
-
id,
|
|
248
|
-
legalEntityType,
|
|
249
|
-
name,
|
|
250
|
-
mobile,
|
|
251
|
-
fax,
|
|
252
|
-
landline,
|
|
253
|
-
email,
|
|
254
|
-
residentialAddress,
|
|
255
|
-
countryOfResidence,
|
|
256
|
-
legalNameOfTheCompany,
|
|
257
|
-
companyType,
|
|
258
|
-
tradingName,
|
|
259
|
-
registrationNumber,
|
|
260
|
-
taxNumber,
|
|
261
|
-
taxExempt,
|
|
262
|
-
registeredBusinessAddress,
|
|
263
|
-
"txType.Payment": "Payment",
|
|
264
|
-
"txType.capture": "Capture",
|
|
265
|
-
"txType.captureReversal": "Capture reversal",
|
|
266
|
-
"txType.Refund": "Refund",
|
|
267
|
-
"txType.refundReversal": "Refund reversal",
|
|
268
|
-
"txType.Chargeback": "Chargeback",
|
|
269
|
-
"txType.chargebackReversal": "Chargeback reversal",
|
|
270
|
-
"txType.secondChargeback": "Second chargeback",
|
|
271
|
-
"txType.ATM": "ATM",
|
|
272
|
-
"txType.Capital": "Capital",
|
|
273
|
-
"txType.Correction": "Correction",
|
|
274
|
-
"txType.Transfer": "Transfer",
|
|
275
|
-
"txType.Other": "Other",
|
|
276
|
-
"txType.atmWithdrawal": "ATM withdrawal",
|
|
277
|
-
"txType.atmWithdrawalReversal": "ATM withdrawal reversal",
|
|
278
|
-
"txType.internalTransfer": "Internal transfer",
|
|
279
|
-
"txType.manualCorrection": "Manual correction",
|
|
280
|
-
"txType.invoiceDeduction": "Invoice deduction",
|
|
281
|
-
"txType.depositCorrection": "Deposit correction",
|
|
282
|
-
"txType.bankTransfer": "Bank transfer",
|
|
283
|
-
"txType.miscCost": "Misc cost",
|
|
284
|
-
"txType.paymentCost": "Payment cost",
|
|
285
|
-
"txType.Fee": "Fee",
|
|
286
|
-
"txType.leftover": "Leftover",
|
|
287
|
-
"txType.balanceAdjustment": "Balance adjustment",
|
|
288
|
-
"txType.balanceMigration": "Balance migration",
|
|
289
|
-
"txType.balanceRollover": "Balance rollover",
|
|
290
|
-
"txType.cardTransfer": "Card transfer",
|
|
291
|
-
"txType.cashOutFee": "Cash out fee",
|
|
292
|
-
"txType.cashOutFunding": "Cash out funding",
|
|
293
|
-
"txType.cashOutInstruction": "Cash out instruction",
|
|
294
|
-
"txType.chargebackCorrection": "Chargeback correction",
|
|
295
|
-
"txType.chargebackReversalCorrection": "Chargeback reversal correction",
|
|
296
|
-
"txType.grant": "Grant",
|
|
297
|
-
"txType.installment": "Installment",
|
|
298
|
-
"txType.installmentReversal": "Installment reversal",
|
|
299
|
-
"txType.repayment": "Repayment",
|
|
300
|
-
"txType.reserveAdjustment": "Reserve adjustment",
|
|
301
|
-
txAmount,
|
|
302
|
-
unableToLoadAccountHolder,
|
|
303
|
-
"txType.secondChargebackCorrection": "Second chargeback correction",
|
|
304
|
-
unableToLoadBalanceAccount,
|
|
305
|
-
unableToLoadLegalEntity,
|
|
306
|
-
unableToLoadTransaction,
|
|
307
|
-
dismiss,
|
|
308
|
-
organization,
|
|
309
|
-
individual,
|
|
310
|
-
originalAmount,
|
|
311
|
-
instructedAmount,
|
|
312
|
-
date,
|
|
313
|
-
structuredList,
|
|
314
|
-
tabs,
|
|
315
|
-
value,
|
|
316
|
-
filterBar,
|
|
317
|
-
"default": "Default",
|
|
318
|
-
contactDetails,
|
|
319
|
-
Booked,
|
|
320
|
-
Pending,
|
|
321
|
-
Reversed,
|
|
322
|
-
transactionsOverview,
|
|
323
|
-
"rangePreset.custom": "Custom",
|
|
324
|
-
"rangePreset.last7Days": "Last 7 days",
|
|
325
|
-
"rangePreset.lastMonth": "Last month",
|
|
326
|
-
"rangePreset.lastWeek": "Last week",
|
|
327
|
-
"rangePreset.thisMonth": "This month",
|
|
328
|
-
"rangePreset.thisWeek": "This week",
|
|
329
|
-
"rangePreset.yearToDate": "Year to date",
|
|
330
|
-
paymentMethod,
|
|
331
|
-
currency,
|
|
332
|
-
totalIncoming,
|
|
333
|
-
totalOutgoing,
|
|
334
|
-
accountBalance,
|
|
335
|
-
closeIconLabel,
|
|
336
|
-
thereAreNoResults,
|
|
337
|
-
noTransactionsFound,
|
|
338
|
-
tryDifferentSearchOrResetYourFiltersAndWeWillTryAgain,
|
|
339
|
-
tryAgainPlease,
|
|
340
|
-
noData,
|
|
341
|
-
thereWasAnUnexpectedError,
|
|
342
|
-
somethingWentWrong,
|
|
343
|
-
weCouldNotLoadTheTransactionsOverview,
|
|
344
|
-
tryRefreshingThePageOrComeBackLater,
|
|
345
|
-
weCouldNotLoadYourTransactions,
|
|
346
|
-
anInternalErrorHappened,
|
|
347
|
-
contactSupportForHelpAndShareErrorCode,
|
|
348
|
-
theErrorCodeIs,
|
|
349
|
-
pleaseReachOutToSupportForAssistance,
|
|
350
|
-
theRequestIsMissingRequiredFieldsOrContainsInvalidData,
|
|
351
|
-
entityWasNotFound,
|
|
352
|
-
entityWasNotFoundDetail,
|
|
353
|
-
noResultsFoundSeekSupport,
|
|
354
|
-
seemsLikeThereIsAndInternalError,
|
|
355
|
-
refresh,
|
|
356
|
-
reachOutToSupport,
|
|
357
|
-
noNegativeNumbersAllowed,
|
|
358
|
-
secondValueShouldBeGreaterThanTheFirstOne,
|
|
359
|
-
"export": "Export",
|
|
360
|
-
"tooltip.totalIncoming": "All money received into your account based on the selected filters",
|
|
361
|
-
"tooltip.totalOutgoing": "All fees, refunds, payouts, and other charges based on the selected filters",
|
|
362
|
-
"tooltip.Payout": "Money sent from your account balance to your external bank account",
|
|
363
|
-
"tooltip.Refund": "Money sent back to a customer from a refunded transaction",
|
|
364
|
-
"tooltip.Fee": "Transaction costs and payment method fees",
|
|
365
|
-
"tooltip.Chargeback": "Money returned to a customer after a disputed transaction",
|
|
366
|
-
"tooltip.Incoming": "Money received to your account from transactions and transfers",
|
|
367
|
-
theSelectedBalanceAccountIsIncorrect
|
|
368
|
-
};
|
|
369
|
-
export {
|
|
370
|
-
_en_US as _
|
|
371
|
-
};
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
|
-
var __publicField = (obj, key, value) => {
|
|
4
|
-
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
|
-
return value;
|
|
6
|
-
};
|
|
7
|
-
import { UIElement } from "./UIElement.js";
|
|
8
|
-
class FormElement extends UIElement {
|
|
9
|
-
constructor(props) {
|
|
10
|
-
super(props);
|
|
11
|
-
__publicField(this, "componentRef");
|
|
12
|
-
__publicField(this, "triggerValidation");
|
|
13
|
-
__publicField(this, "setTriggerValidation", (callBack) => {
|
|
14
|
-
this.triggerValidation = callBack;
|
|
15
|
-
});
|
|
16
|
-
__publicField(this, "handleError", (error) => {
|
|
17
|
-
if (this.props.onError) {
|
|
18
|
-
this.props.onError(error, this.elementRef);
|
|
19
|
-
}
|
|
20
|
-
});
|
|
21
|
-
this.submit = this.submit.bind(this);
|
|
22
|
-
this.onValid = this.onValid.bind(this);
|
|
23
|
-
this.onComplete = this.onComplete.bind(this);
|
|
24
|
-
this.onSubmit = this.onSubmit.bind(this);
|
|
25
|
-
this.componentRef = null;
|
|
26
|
-
this.triggerValidation = void 0;
|
|
27
|
-
}
|
|
28
|
-
onChange() {
|
|
29
|
-
const isValid = this.isValid;
|
|
30
|
-
const state = { data: this.data, errors: this.state.errors, valid: this.state.valid, isValid };
|
|
31
|
-
if (this.props.onChange)
|
|
32
|
-
this.props.onChange(state, this.elementRef);
|
|
33
|
-
if (isValid)
|
|
34
|
-
this.onValid();
|
|
35
|
-
return state;
|
|
36
|
-
}
|
|
37
|
-
onSubmit() {
|
|
38
|
-
}
|
|
39
|
-
onValid() {
|
|
40
|
-
const state = { data: this.data };
|
|
41
|
-
if (this.props.onValid)
|
|
42
|
-
this.props.onValid(state, this.elementRef);
|
|
43
|
-
return state;
|
|
44
|
-
}
|
|
45
|
-
onComplete(state) {
|
|
46
|
-
if (this.props.onComplete)
|
|
47
|
-
this.props.onComplete(state, this.elementRef);
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* Submit data. If the form is not valid, it will trigger validation.
|
|
51
|
-
*/
|
|
52
|
-
submit() {
|
|
53
|
-
if (!this.isValid) {
|
|
54
|
-
this.showValidation();
|
|
55
|
-
return;
|
|
56
|
-
}
|
|
57
|
-
this.onSubmit();
|
|
58
|
-
}
|
|
59
|
-
showValidation() {
|
|
60
|
-
var _a, _b;
|
|
61
|
-
if ((_a = this.componentRef) == null ? void 0 : _a.showValidation) {
|
|
62
|
-
this.componentRef.showValidation();
|
|
63
|
-
} else {
|
|
64
|
-
(_b = this.triggerValidation) == null ? void 0 : _b.call(this);
|
|
65
|
-
}
|
|
66
|
-
return this;
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* Get the current validation status of the element
|
|
70
|
-
*/
|
|
71
|
-
get isValid() {
|
|
72
|
-
return false;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
export {
|
|
76
|
-
FormElement,
|
|
77
|
-
FormElement as default
|
|
78
|
-
};
|