@adyen/adyen-platform-experience-web 0.1.1
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/LICENSE +21 -0
- package/README.md +69 -0
- package/dist/ModalContent-83a84ba5.js +2 -0
- package/dist/ModalContent-83a84ba5.js.map +1 -0
- package/dist/cjs/index.js +2 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/es/components/external/BaseElement.js +104 -0
- package/dist/es/components/external/EventEmitter.js +25 -0
- package/dist/es/components/external/TransactionDetails/TransactionDetails.js +19 -0
- package/dist/es/components/external/TransactionDetails/components/TransactionData.js +70 -0
- package/dist/es/components/external/TransactionDetails/components/TransactionDataSkeleton.js +17 -0
- package/dist/es/components/external/TransactionDetails/components/TransactionDetails.js +33 -0
- package/dist/es/components/external/TransactionDetails/components/TransactionDetails.scss.js +4 -0
- package/dist/es/components/external/Transactions/TransactionsOverviewElement.js +28 -0
- package/dist/es/components/external/Transactions/components/AmountSkeleton/AmountSkeleton.js +9 -0
- package/dist/es/components/external/Transactions/components/AmountSkeleton/AmountSkeleton.scss.js +4 -0
- package/dist/es/components/external/Transactions/components/AmountSkeleton/constants.js +6 -0
- package/dist/es/components/external/Transactions/components/BalanceAccountSelector/BalanceAccountSelector.js +23 -0
- package/dist/es/components/external/Transactions/components/BalanceAccountSelector/useBalanceAccountSelection.js +17 -0
- package/dist/es/components/external/Transactions/components/BalanceItem/BalanceItem.js +35 -0
- package/dist/es/components/external/Transactions/components/Balances/Balances.js +50 -0
- package/dist/es/components/external/Transactions/components/Balances/constants.js +4 -0
- package/dist/es/components/external/Transactions/components/ModalContent.js +12 -0
- package/dist/es/components/external/Transactions/components/MultiSelectionFilter/MultiSelectionFilter.js +25 -0
- package/dist/es/components/external/Transactions/components/MultiSelectionFilter/useMultiSelectionFilter/constants.js +24 -0
- package/dist/es/components/external/Transactions/components/MultiSelectionFilter/useMultiSelectionFilter/useMultiSelectionFilter.js +21 -0
- package/dist/es/components/external/Transactions/components/MultiSelectionFilter/useMultiSelectionFilter/utils.js +9 -0
- package/dist/es/components/external/Transactions/components/SummaryItem/SummaryItem.js +42 -0
- package/dist/es/components/external/Transactions/components/SummaryItem/SummaryItem.scss.js +4 -0
- package/dist/es/components/external/Transactions/components/SummaryItem/constants.js +7 -0
- package/dist/es/components/external/Transactions/components/TransactionList.js +127 -0
- package/dist/es/components/external/Transactions/components/TransactionList.scss.js +4 -0
- package/dist/es/components/external/Transactions/components/TransactionListError/TransactionListError.js +20 -0
- package/dist/es/components/external/Transactions/components/TransactionTotalItem/TransactionTotalItem.js +48 -0
- package/dist/es/components/external/Transactions/components/TransactionTotals/TransactionTotals.js +60 -0
- package/dist/es/components/external/Transactions/components/TransactionTotals/constants.js +4 -0
- package/dist/es/components/external/Transactions/components/TransactionsOverview.js +148 -0
- package/dist/es/components/external/Transactions/components/TransactionsOverviewContainer.js +36 -0
- package/dist/es/components/external/Transactions/components/TransactionsOverviewDateFilter.js +61 -0
- package/dist/es/components/external/Transactions/components/utils.js +29 -0
- package/dist/es/components/external/Transactions/hooks/useDefaultTransactionsOverviewFilterParams.js +22 -0
- package/dist/es/components/external/Transactions/hooks/useMaxWidths.js +15 -0
- package/dist/es/components/external/Transactions/hooks/useTransactionsOverviewMultiSelectionFilters.js +29 -0
- package/dist/es/components/external/Transactions/types.js +4 -0
- package/dist/es/components/external/UIElement.js +86 -0
- package/dist/es/components/internal/BaseButton/BaseButton.js +16 -0
- package/dist/es/components/internal/BaseButton/BaseButton.scss.js +4 -0
- package/dist/es/components/internal/BaseButton/constants.js +4 -0
- package/dist/es/components/internal/BaseList/BaseList.js +7 -0
- package/dist/es/components/internal/BaseList/BaseList.scss.js +4 -0
- package/dist/es/components/internal/BaseList/constants.js +4 -0
- package/dist/es/components/internal/Button/Button.js +47 -0
- package/dist/es/components/internal/Button/Button.scss.js +4 -0
- package/dist/es/components/internal/Button/ButtonActions/ButtonActions.js +29 -0
- 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 +11 -0
- package/dist/es/components/internal/Button/hooks/useButton.js +17 -0
- package/dist/es/components/internal/Button/types.js +4 -0
- package/dist/es/components/internal/Calendar/Calendar.js +26 -0
- package/dist/es/components/internal/Calendar/Calendar.scss.js +4 -0
- package/dist/es/components/internal/Calendar/calendar/constants.js +37 -0
- package/dist/es/components/internal/Calendar/calendar/facade/Calendar.js +433 -0
- package/dist/es/components/internal/Calendar/calendar/facade/index.js +40 -0
- package/dist/es/components/internal/Calendar/calendar/shared/indexed/index.js +46 -0
- package/dist/es/components/internal/Calendar/calendar/timeframe/common/flags.js +33 -0
- package/dist/es/components/internal/Calendar/calendar/timeframe/common/utils.js +18 -0
- package/dist/es/components/internal/Calendar/calendar/timeframe/frames/MonthFrame.js +178 -0
- package/dist/es/components/internal/Calendar/calendar/timeframe/frames/TimeFrame.js +316 -0
- package/dist/es/components/internal/Calendar/calendar/timerange/factory.js +49 -0
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastMonth.js +5 -0
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastNDays.js +22 -0
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/lastWeek.js +5 -0
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/shared/offsetMonth.js +18 -0
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/shared/offsetWeek.js +29 -0
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/thisMonth.js +5 -0
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/thisWeek.js +5 -0
- package/dist/es/components/internal/Calendar/calendar/timerange/presets/yearToDate.js +12 -0
- package/dist/es/components/internal/Calendar/calendar/timerange/utils.js +60 -0
- package/dist/es/components/internal/Calendar/calendar/timeslice/TimeSlice.js +63 -0
- package/dist/es/components/internal/Calendar/calendar/timeslice/index.js +23 -0
- package/dist/es/components/internal/Calendar/calendar/types.js +15 -0
- package/dist/es/components/internal/Calendar/calendar/utils.js +19 -0
- package/dist/es/components/internal/Calendar/clock/clock.js +27 -0
- package/dist/es/components/internal/Calendar/clock/today.js +46 -0
- package/dist/es/components/internal/Calendar/components/CalendarControls/CalendarControls.js +9 -0
- package/dist/es/components/internal/Calendar/components/CalendarGrid/CalendarGrid.js +38 -0
- package/dist/es/components/internal/Calendar/components/CalendarGrid/CalendarGridDate.js +50 -0
- package/dist/es/components/internal/Calendar/components/CalendarGrid/CalendarGridDayOfWeek.js +44 -0
- package/dist/es/components/internal/Calendar/components/CalendarGrid/utils.js +64 -0
- package/dist/es/components/internal/Calendar/hooks/useCalendar.js +111 -0
- package/dist/es/components/internal/Calendar/hooks/useCalendarControlsRendering.js +51 -0
- package/dist/es/components/internal/Calendar/hooks/useTimezone.js +26 -0
- package/dist/es/components/internal/Calendar/types.js +4 -0
- package/dist/es/components/internal/DataGrid/DataGrid.js +86 -0
- package/dist/es/components/internal/DataGrid/DataGrid.scss.js +4 -0
- package/dist/es/components/internal/DataGrid/DataGridCell.js +7 -0
- package/dist/es/components/internal/DataGrid/components/InteractiveBody.js +33 -0
- package/dist/es/components/internal/DataGrid/components/SkeletonBody.js +22 -0
- package/dist/es/components/internal/DataGrid/components/TableBody.js +11 -0
- package/dist/es/components/internal/DataGrid/components/TableCells.js +19 -0
- package/dist/es/components/internal/DataGrid/hooks/useInteractiveDataGrid.js +78 -0
- package/dist/es/components/internal/DataGrid/types.js +4 -0
- package/dist/es/components/internal/DatePicker/DatePicker.js +54 -0
- package/dist/es/components/internal/DatePicker/DatePicker.scss.js +4 -0
- package/dist/es/components/internal/DatePicker/components/TimeRangeSelector/TimeRangeSelector.js +22 -0
- package/dist/es/components/internal/DatePicker/components/TimeRangeSelector/useTimeRangeSelection.js +63 -0
- package/dist/es/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.js +50 -0
- package/dist/es/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.scss.js +4 -0
- package/dist/es/components/internal/ExpandableCard/ExpandableCard.js +70 -0
- package/dist/es/components/internal/ExpandableCard/ExpandableCard.scss.js +4 -0
- package/dist/es/components/internal/ExpandableCard/constants.js +13 -0
- package/dist/es/components/internal/FilterBar/FilterBar.js +15 -0
- package/dist/es/components/internal/FilterBar/FilterBar.scss.js +4 -0
- package/dist/es/components/internal/FilterBar/components/FilterButton/FilterButton.js +18 -0
- package/dist/es/components/internal/FilterBar/components/FilterButton/FilterButton.scss.js +4 -0
- package/dist/es/components/internal/FilterBar/filters/AmountFilter/AmountFilter.js +39 -0
- package/dist/es/components/internal/FilterBar/filters/AmountFilter/AmountFilter.scss.js +4 -0
- package/dist/es/components/internal/FilterBar/filters/AmountFilter/RangeSelection.js +80 -0
- package/dist/es/components/internal/FilterBar/filters/BaseFilter/BaseFilter.js +129 -0
- package/dist/es/components/internal/FilterBar/filters/BaseFilter/BaseFilter.scss.js +4 -0
- package/dist/es/components/internal/FilterBar/filters/DateFilter/DateFilter.js +109 -0
- 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 +73 -0
- package/dist/es/components/internal/FormFields/InputText.js +9 -0
- package/dist/es/components/internal/FormFields/Select/Select.js +236 -0
- package/dist/es/components/internal/FormFields/Select/Select.scss.js +4 -0
- package/dist/es/components/internal/FormFields/Select/components/SelectButton.js +91 -0
- package/dist/es/components/internal/FormFields/Select/components/SelectList.js +56 -0
- package/dist/es/components/internal/FormFields/Select/components/SelectListItem.js +47 -0
- package/dist/es/components/internal/FormFields/Select/constants.js +29 -0
- package/dist/es/components/internal/FormFields/Select/hooks/useSelect.js +34 -0
- package/dist/es/components/internal/Image/Image.js +14 -0
- package/dist/es/components/internal/Img/Img.js +23 -0
- package/dist/es/components/internal/Img/Img.scss.js +4 -0
- package/dist/es/components/internal/Modal/Modal.js +98 -0
- package/dist/es/components/internal/Modal/Modal.scss.js +4 -0
- package/dist/es/components/internal/Pagination/Pagination.js +61 -0
- package/dist/es/components/internal/Pagination/Pagination.scss.js +4 -0
- package/dist/es/components/internal/Pagination/constants.js +6 -0
- package/dist/es/components/internal/Pagination/hooks/useCursorPaginatedRecords.js +9 -0
- package/dist/es/components/internal/Pagination/hooks/useCursorPagination.js +22 -0
- package/dist/es/components/internal/Pagination/hooks/useOffsetPagination.js +17 -0
- package/dist/es/components/internal/Pagination/hooks/usePageLimit.js +67 -0
- package/dist/es/components/internal/Pagination/hooks/usePaginatedRecords.js +80 -0
- package/dist/es/components/internal/Pagination/hooks/usePaginatedRecordsFilters.js +15 -0
- package/dist/es/components/internal/Pagination/hooks/usePagination.js +45 -0
- package/dist/es/components/internal/Pagination/types.js +5 -0
- package/dist/es/components/internal/Pagination/utils.js +8 -0
- package/dist/es/components/internal/Popover/Popover.js +112 -0
- package/dist/es/components/internal/Popover/Popover.scss.js +4 -0
- package/dist/es/components/internal/Popover/PopoverContainer.scss.js +4 -0
- package/dist/es/components/internal/Popover/PopoverDismissButton/PopoverDismissButton.js +36 -0
- package/dist/es/components/internal/Popover/PopoverDismissButton/PopoverDismissButton.scss.js +4 -0
- package/dist/es/components/internal/Popover/PopoverTitle/PopoverTitle.js +11 -0
- package/dist/es/components/internal/Popover/constants.js +9 -0
- package/dist/es/components/internal/Popover/types.js +6 -0
- package/dist/es/components/internal/Popover/utils/utils.js +32 -0
- package/dist/es/components/internal/SVGIcons/CheckedBox.js +15 -0
- package/dist/es/components/internal/SVGIcons/Checkmark.js +17 -0
- package/dist/es/components/internal/SVGIcons/ChevronDown.js +17 -0
- package/dist/es/components/internal/SVGIcons/ChevronLeft.js +15 -0
- package/dist/es/components/internal/SVGIcons/ChevronRight.js +15 -0
- package/dist/es/components/internal/SVGIcons/ChevronUp.js +17 -0
- package/dist/es/components/internal/SVGIcons/UncheckedBox.js +9 -0
- package/dist/es/components/internal/Spinner/Spinner.js +6 -0
- package/dist/es/components/internal/Spinner/Spinner.scss.js +4 -0
- package/dist/es/components/internal/Tag/Tag.js +21 -0
- 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/Typography/Typography.js +35 -0
- package/dist/es/components/internal/Typography/Typography.scss.js +4 -0
- package/dist/es/components/internal/Typography/constants.js +4 -0
- 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 +36 -0
- package/dist/es/core/Auth/AuthContext.js +9 -0
- package/dist/es/core/Auth/AuthProvider.js +7 -0
- package/dist/es/core/Auth/useAuthContext.js +6 -0
- package/dist/es/core/Context/CoreContext.js +10 -0
- package/dist/es/core/Context/CoreProvider.js +22 -0
- package/dist/es/core/Context/useCoreContext.js +6 -0
- package/dist/es/core/Errors/AdyenFPError.js +15 -0
- package/dist/es/core/Errors/constants.js +4 -0
- package/dist/es/core/Localization/Localization.js +147 -0
- package/dist/es/core/Localization/amount/amount-util.js +26 -0
- package/dist/es/core/Localization/constants/currency-codes.js +169 -0
- package/dist/es/core/Localization/constants/currency-decimals.js +33 -0
- package/dist/es/core/Localization/constants/locale.js +7 -0
- package/dist/es/core/Localization/constants/localization.js +34 -0
- package/dist/es/core/Localization/datetime/restamper/constants.js +27 -0
- package/dist/es/core/Localization/datetime/restamper/restamper.js +42 -0
- package/dist/es/core/Localization/datetime/restamper/utils.js +30 -0
- package/dist/es/core/Localization/localization-utils.js +33 -0
- 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 +358 -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 +82 -0
- 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 +59 -0
- package/dist/es/core/Services/requests/http.js +32 -0
- package/dist/es/core/Services/requests/utils.js +65 -0
- package/dist/es/core/Services/sessions/constants.js +4 -0
- package/dist/es/core/Services/sessions/setup-session.js +20 -0
- package/dist/es/core/Session/Session.js +59 -0
- package/dist/es/core/Session/utils.js +11 -0
- package/dist/es/core/config.js +4 -0
- package/dist/es/core/core.js +93 -0
- package/dist/es/core/utils.js +13 -0
- package/dist/es/external/preact/compat/dist/compat.module.js +254 -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 +25 -0
- package/dist/es/hooks/element/useDetachedRender.js +19 -0
- package/dist/es/hooks/element/useFocusCursor.js +25 -0
- package/dist/es/hooks/element/useFocusTrap.js +63 -0
- package/dist/es/hooks/element/usePopoverPositioner.js +71 -0
- package/dist/es/hooks/element/useUniqueIdentifier.js +18 -0
- package/dist/es/hooks/useBooleanState/useBooleanState.js +8 -0
- package/dist/es/hooks/useCommitAction/types.js +4 -0
- package/dist/es/hooks/useCommitAction/useCommitAction.js +35 -0
- package/dist/es/hooks/useFetch/useFetch.js +42 -0
- package/dist/es/hooks/useImageUrl/useImageUrl.js +28 -0
- package/dist/es/hooks/useModalDetails/types.js +6 -0
- package/dist/es/hooks/useModalDetails/useModalDetails.js +29 -0
- package/dist/es/hooks/useMounted/useMounted.js +10 -0
- package/dist/es/hooks/useReactiveState/useReactiveState.js +35 -0
- package/dist/es/hooks/useReflex/constants.js +4 -0
- package/dist/es/hooks/useReflex/core/reflex.js +66 -0
- package/dist/es/hooks/useReflex/core/registry.js +65 -0
- package/dist/es/hooks/useReflex/core/utils.js +23 -0
- package/dist/es/hooks/useReflex/errors.js +11 -0
- package/dist/es/hooks/useReflex/hooks/useReflex.js +9 -0
- package/dist/es/hooks/useSessionAwareRequest/useSessionAwareRequest.js +27 -0
- package/dist/es/hooks/useSetupEndpoint/useSetupEndpoint.js +27 -0
- 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 +44 -0
- package/dist/es/style/index.scss.js +4 -0
- package/dist/es/utils/Storage.js +31 -0
- package/dist/es/utils/class-name-utils.js +7 -0
- package/dist/es/utils/common/constants.js +8 -0
- package/dist/es/utils/common/index.js +34 -0
- package/dist/es/utils/fixedForwardRef.js +5 -0
- package/dist/es/utils/get-image.js +16 -0
- package/dist/es/utils/idGenerator.js +5 -0
- package/dist/es/utils/memoComparator/memoComparator.js +23 -0
- package/dist/es/utils/tabbable.js +100 -0
- package/dist/es/utils/uuid.js +9 -0
- package/dist/es/utils/validator-utils.js +5 -0
- package/dist/es/utils/watchable/constants.js +4 -0
- package/dist/es/utils/watchable/core/Watchable.js +62 -0
- package/dist/es/utils/watchable/core/helpers.js +26 -0
- package/dist/es/utils/watchable/core/syncEffect.js +22 -0
- package/dist/es/utils/watchable/index.js +20 -0
- package/dist/index-ff45d757.js +12 -0
- package/dist/index-ff45d757.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/types/components/external/BaseElement.d.ts +70 -0
- package/dist/types/components/external/BaseElement.d.ts.map +1 -0
- package/dist/types/components/external/EventEmitter.d.ts +10 -0
- package/dist/types/components/external/EventEmitter.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/TransactionDetails.d.ts +10 -0
- package/dist/types/components/external/TransactionDetails/TransactionDetails.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/components/TransactionData.d.ts +6 -0
- package/dist/types/components/external/TransactionDetails/components/TransactionData.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/components/TransactionDataSkeleton.d.ts +6 -0
- package/dist/types/components/external/TransactionDetails/components/TransactionDataSkeleton.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/components/TransactionDetails.d.ts +5 -0
- package/dist/types/components/external/TransactionDetails/components/TransactionDetails.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/index.d.ts +3 -0
- package/dist/types/components/external/TransactionDetails/index.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/types.d.ts +14 -0
- package/dist/types/components/external/TransactionDetails/types.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/TransactionsOverviewElement.d.ts +10 -0
- package/dist/types/components/external/Transactions/TransactionsOverviewElement.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/AmountSkeleton/AmountSkeleton.d.ts +6 -0
- package/dist/types/components/external/Transactions/components/AmountSkeleton/AmountSkeleton.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/AmountSkeleton/constants.d.ts +4 -0
- package/dist/types/components/external/Transactions/components/AmountSkeleton/constants.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/AmountSkeleton/types.d.ts +6 -0
- package/dist/types/components/external/Transactions/components/AmountSkeleton/types.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/BalanceAccountSelector/BalanceAccountSelector.d.ts +4 -0
- package/dist/types/components/external/Transactions/components/BalanceAccountSelector/BalanceAccountSelector.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/BalanceAccountSelector/index.d.ts +3 -0
- package/dist/types/components/external/Transactions/components/BalanceAccountSelector/index.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/BalanceAccountSelector/useBalanceAccountSelection.d.ts +15 -0
- package/dist/types/components/external/Transactions/components/BalanceAccountSelector/useBalanceAccountSelection.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/BalanceItem/BalanceItem.d.ts +3 -0
- package/dist/types/components/external/Transactions/components/BalanceItem/BalanceItem.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/BalanceItem/types.d.ts +11 -0
- package/dist/types/components/external/Transactions/components/BalanceItem/types.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/Balances/Balances.d.ts +11 -0
- package/dist/types/components/external/Transactions/components/Balances/Balances.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/Balances/constants.d.ts +2 -0
- package/dist/types/components/external/Transactions/components/Balances/constants.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/ModalContent.d.ts +4 -0
- package/dist/types/components/external/Transactions/components/ModalContent.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/MultiSelectionFilter/MultiSelectionFilter.d.ts +9 -0
- package/dist/types/components/external/Transactions/components/MultiSelectionFilter/MultiSelectionFilter.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/MultiSelectionFilter/index.d.ts +4 -0
- package/dist/types/components/external/Transactions/components/MultiSelectionFilter/index.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/MultiSelectionFilter/useMultiSelectionFilter/constants.d.ts +11 -0
- package/dist/types/components/external/Transactions/components/MultiSelectionFilter/useMultiSelectionFilter/constants.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/MultiSelectionFilter/useMultiSelectionFilter/index.d.ts +5 -0
- package/dist/types/components/external/Transactions/components/MultiSelectionFilter/useMultiSelectionFilter/index.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/MultiSelectionFilter/useMultiSelectionFilter/types.d.ts +11 -0
- package/dist/types/components/external/Transactions/components/MultiSelectionFilter/useMultiSelectionFilter/types.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/MultiSelectionFilter/useMultiSelectionFilter/useMultiSelectionFilter.d.ts +15 -0
- package/dist/types/components/external/Transactions/components/MultiSelectionFilter/useMultiSelectionFilter/useMultiSelectionFilter.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/MultiSelectionFilter/useMultiSelectionFilter/utils.d.ts +5 -0
- package/dist/types/components/external/Transactions/components/MultiSelectionFilter/useMultiSelectionFilter/utils.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/SummaryItem/SummaryItem.d.ts +4 -0
- package/dist/types/components/external/Transactions/components/SummaryItem/SummaryItem.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/SummaryItem/constants.d.ts +5 -0
- package/dist/types/components/external/Transactions/components/SummaryItem/constants.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/SummaryItem/types.d.ts +20 -0
- package/dist/types/components/external/Transactions/components/SummaryItem/types.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/TransactionList.d.ts +6 -0
- package/dist/types/components/external/Transactions/components/TransactionList.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/TransactionListError/TransactionListError.d.ts +7 -0
- package/dist/types/components/external/Transactions/components/TransactionListError/TransactionListError.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/TransactionTotalItem/TransactionTotalItem.d.ts +3 -0
- package/dist/types/components/external/Transactions/components/TransactionTotalItem/TransactionTotalItem.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/TransactionTotalItem/types.d.ts +10 -0
- package/dist/types/components/external/Transactions/components/TransactionTotalItem/types.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/TransactionTotals/TransactionTotals.d.ts +9 -0
- package/dist/types/components/external/Transactions/components/TransactionTotals/TransactionTotals.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/TransactionTotals/constants.d.ts +2 -0
- package/dist/types/components/external/Transactions/components/TransactionTotals/constants.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/TransactionsOverview.d.ts +8 -0
- package/dist/types/components/external/Transactions/components/TransactionsOverview.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/TransactionsOverviewContainer.d.ts +6 -0
- package/dist/types/components/external/Transactions/components/TransactionsOverviewContainer.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/TransactionsOverviewDateFilter.d.ts +10 -0
- package/dist/types/components/external/Transactions/components/TransactionsOverviewDateFilter.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/components/utils.d.ts +24 -0
- package/dist/types/components/external/Transactions/components/utils.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/hooks/useDefaultTransactionsOverviewFilterParams.d.ts +33 -0
- package/dist/types/components/external/Transactions/hooks/useDefaultTransactionsOverviewFilterParams.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/hooks/useMaxWidths.d.ts +2 -0
- package/dist/types/components/external/Transactions/hooks/useMaxWidths.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/hooks/useTransactionsOverviewMultiSelectionFilters.d.ts +21 -0
- package/dist/types/components/external/Transactions/hooks/useTransactionsOverviewMultiSelectionFilters.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/index.d.ts +3 -0
- package/dist/types/components/external/Transactions/index.d.ts.map +1 -0
- package/dist/types/components/external/Transactions/types.d.ts +53 -0
- package/dist/types/components/external/Transactions/types.d.ts.map +1 -0
- package/dist/types/components/external/UIElement.d.ts +51 -0
- package/dist/types/components/external/UIElement.d.ts.map +1 -0
- package/dist/types/components/external/index.d.ts +3 -0
- package/dist/types/components/external/index.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +4 -0
- package/dist/types/components/index.d.ts.map +1 -0
- package/dist/types/components/internal/BaseButton/BaseButton.d.ts +8 -0
- package/dist/types/components/internal/BaseButton/BaseButton.d.ts.map +1 -0
- package/dist/types/components/internal/BaseButton/constants.d.ts +2 -0
- package/dist/types/components/internal/BaseButton/constants.d.ts.map +1 -0
- package/dist/types/components/internal/BaseButton/index.d.ts +2 -0
- package/dist/types/components/internal/BaseButton/index.d.ts.map +1 -0
- package/dist/types/components/internal/BaseButton/types.d.ts +5 -0
- package/dist/types/components/internal/BaseButton/types.d.ts.map +1 -0
- package/dist/types/components/internal/BaseList/BaseList.d.ts +5 -0
- package/dist/types/components/internal/BaseList/BaseList.d.ts.map +1 -0
- package/dist/types/components/internal/BaseList/constants.d.ts +2 -0
- package/dist/types/components/internal/BaseList/constants.d.ts.map +1 -0
- package/dist/types/components/internal/BaseList/types.d.ts +3 -0
- package/dist/types/components/internal/BaseList/types.d.ts.map +1 -0
- package/dist/types/components/internal/Button/Button.d.ts +8 -0
- package/dist/types/components/internal/Button/Button.d.ts.map +1 -0
- package/dist/types/components/internal/Button/ButtonActions/ButtonActions.d.ts +10 -0
- package/dist/types/components/internal/Button/ButtonActions/ButtonActions.d.ts.map +1 -0
- package/dist/types/components/internal/Button/ButtonActions/types.d.ts +27 -0
- package/dist/types/components/internal/Button/ButtonActions/types.d.ts.map +1 -0
- package/dist/types/components/internal/Button/constants.d.ts +9 -0
- package/dist/types/components/internal/Button/constants.d.ts.map +1 -0
- package/dist/types/components/internal/Button/hooks/useButton.d.ts +7 -0
- package/dist/types/components/internal/Button/hooks/useButton.d.ts.map +1 -0
- package/dist/types/components/internal/Button/index.d.ts +2 -0
- package/dist/types/components/internal/Button/index.d.ts.map +1 -0
- package/dist/types/components/internal/Button/types.d.ts +17 -0
- package/dist/types/components/internal/Button/types.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/Calendar.d.ts +7 -0
- package/dist/types/components/internal/Calendar/Calendar.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/constants.d.ts +36 -0
- package/dist/types/components/internal/Calendar/calendar/constants.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/facade/Calendar.d.ts +8 -0
- package/dist/types/components/internal/Calendar/calendar/facade/Calendar.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/facade/index.d.ts +4 -0
- package/dist/types/components/internal/Calendar/calendar/facade/index.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/index.d.ts +2 -0
- package/dist/types/components/internal/Calendar/calendar/index.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/shared/indexed/index.d.ts +4 -0
- package/dist/types/components/internal/Calendar/calendar/shared/indexed/index.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/shared/indexed/types.d.ts +10 -0
- package/dist/types/components/internal/Calendar/calendar/shared/indexed/types.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timeframe/common/flags.d.ts +4 -0
- package/dist/types/components/internal/Calendar/calendar/timeframe/common/flags.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timeframe/common/utils.d.ts +5 -0
- package/dist/types/components/internal/Calendar/calendar/timeframe/common/utils.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timeframe/frames/MonthFrame.d.ts +55 -0
- package/dist/types/components/internal/Calendar/calendar/timeframe/frames/MonthFrame.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timeframe/frames/TimeFrame.d.ts +80 -0
- package/dist/types/components/internal/Calendar/calendar/timeframe/frames/TimeFrame.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timeframe/frames/YearFrame.d.ts +49 -0
- package/dist/types/components/internal/Calendar/calendar/timeframe/frames/YearFrame.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timeframe/index.d.ts +4 -0
- package/dist/types/components/internal/Calendar/calendar/timeframe/index.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/factory.d.ts +4 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/factory.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/index.d.ts +3 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/index.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/index.d.ts +7 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/index.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/lastMonth.d.ts +3 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/lastMonth.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/lastNDays.d.ts +8 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/lastNDays.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/lastWeek.d.ts +5 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/lastWeek.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/shared/offsetMonth.d.ts +5 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/shared/offsetMonth.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/shared/offsetWeek.d.ts +8 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/shared/offsetWeek.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/thisMonth.d.ts +3 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/thisMonth.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/thisWeek.d.ts +5 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/thisWeek.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/yearToDate.d.ts +3 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/presets/yearToDate.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/types.d.ts +34 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/types.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/utils.d.ts +25 -0
- package/dist/types/components/internal/Calendar/calendar/timerange/utils.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timeslice/TimeSlice.d.ts +12 -0
- package/dist/types/components/internal/Calendar/calendar/timeslice/TimeSlice.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/timeslice/index.d.ts +7 -0
- package/dist/types/components/internal/Calendar/calendar/timeslice/index.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/types.d.ts +164 -0
- package/dist/types/components/internal/Calendar/calendar/types.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/calendar/utils.d.ts +6 -0
- package/dist/types/components/internal/Calendar/calendar/utils.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/clock/clock.d.ts +8 -0
- package/dist/types/components/internal/Calendar/clock/clock.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/clock/index.d.ts +4 -0
- package/dist/types/components/internal/Calendar/clock/index.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/clock/today.d.ts +5 -0
- package/dist/types/components/internal/Calendar/clock/today.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/clock/types.d.ts +12 -0
- package/dist/types/components/internal/Calendar/clock/types.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/components/CalendarControls/CalendarControls.d.ts +4 -0
- package/dist/types/components/internal/Calendar/components/CalendarControls/CalendarControls.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/components/CalendarControls/index.d.ts +2 -0
- package/dist/types/components/internal/Calendar/components/CalendarControls/index.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/components/CalendarControls/types.d.ts +8 -0
- package/dist/types/components/internal/Calendar/components/CalendarControls/types.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/components/CalendarGrid/CalendarGrid.d.ts +7 -0
- package/dist/types/components/internal/Calendar/components/CalendarGrid/CalendarGrid.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/components/CalendarGrid/CalendarGridDate.d.ts +6 -0
- package/dist/types/components/internal/Calendar/components/CalendarGrid/CalendarGridDate.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/components/CalendarGrid/CalendarGridDayOfWeek.d.ts +4 -0
- package/dist/types/components/internal/Calendar/components/CalendarGrid/CalendarGridDayOfWeek.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/components/CalendarGrid/index.d.ts +2 -0
- package/dist/types/components/internal/Calendar/components/CalendarGrid/index.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/components/CalendarGrid/types.d.ts +33 -0
- package/dist/types/components/internal/Calendar/components/CalendarGrid/types.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/components/CalendarGrid/utils.d.ts +23 -0
- package/dist/types/components/internal/Calendar/components/CalendarGrid/utils.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/hooks/useCalendar.d.ts +9 -0
- package/dist/types/components/internal/Calendar/hooks/useCalendar.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/hooks/useCalendarControlsRendering.d.ts +4 -0
- package/dist/types/components/internal/Calendar/hooks/useCalendarControlsRendering.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/hooks/useTimezone.d.ts +14 -0
- package/dist/types/components/internal/Calendar/hooks/useTimezone.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/index.d.ts +2 -0
- package/dist/types/components/internal/Calendar/index.d.ts.map +1 -0
- package/dist/types/components/internal/Calendar/types.d.ts +39 -0
- package/dist/types/components/internal/Calendar/types.d.ts.map +1 -0
- package/dist/types/components/internal/DataGrid/DataGrid.d.ts +34 -0
- package/dist/types/components/internal/DataGrid/DataGrid.d.ts.map +1 -0
- package/dist/types/components/internal/DataGrid/DataGridCell.d.ts +3 -0
- package/dist/types/components/internal/DataGrid/DataGridCell.d.ts.map +1 -0
- package/dist/types/components/internal/DataGrid/components/InteractiveBody.d.ts +4 -0
- package/dist/types/components/internal/DataGrid/components/InteractiveBody.d.ts.map +1 -0
- package/dist/types/components/internal/DataGrid/components/SkeletonBody.d.ts +9 -0
- package/dist/types/components/internal/DataGrid/components/SkeletonBody.d.ts.map +1 -0
- package/dist/types/components/internal/DataGrid/components/TableBody.d.ts +4 -0
- package/dist/types/components/internal/DataGrid/components/TableBody.d.ts.map +1 -0
- package/dist/types/components/internal/DataGrid/components/TableCells.d.ts +8 -0
- package/dist/types/components/internal/DataGrid/components/TableCells.d.ts.map +1 -0
- package/dist/types/components/internal/DataGrid/hooks/useInteractiveDataGrid.d.ts +12 -0
- package/dist/types/components/internal/DataGrid/hooks/useInteractiveDataGrid.d.ts.map +1 -0
- package/dist/types/components/internal/DataGrid/index.d.ts +2 -0
- package/dist/types/components/internal/DataGrid/index.d.ts.map +1 -0
- package/dist/types/components/internal/DataGrid/types.d.ts +40 -0
- package/dist/types/components/internal/DataGrid/types.d.ts.map +1 -0
- package/dist/types/components/internal/DatePicker/DatePicker.d.ts +11 -0
- package/dist/types/components/internal/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/types/components/internal/DatePicker/components/TimeRangeSelector/TimeRangeSelector.d.ts +8 -0
- package/dist/types/components/internal/DatePicker/components/TimeRangeSelector/TimeRangeSelector.d.ts.map +1 -0
- package/dist/types/components/internal/DatePicker/components/TimeRangeSelector/index.d.ts +3 -0
- package/dist/types/components/internal/DatePicker/components/TimeRangeSelector/index.d.ts.map +1 -0
- package/dist/types/components/internal/DatePicker/components/TimeRangeSelector/useTimeRangeSelection.d.ts +36 -0
- package/dist/types/components/internal/DatePicker/components/TimeRangeSelector/useTimeRangeSelection.d.ts.map +1 -0
- package/dist/types/components/internal/DatePicker/index.d.ts +2 -0
- package/dist/types/components/internal/DatePicker/index.d.ts.map +1 -0
- package/dist/types/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.d.ts +19 -0
- package/dist/types/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.d.ts.map +1 -0
- package/dist/types/components/internal/ExpandableCard/ExpandableCard.d.ts +6 -0
- package/dist/types/components/internal/ExpandableCard/ExpandableCard.d.ts.map +1 -0
- package/dist/types/components/internal/ExpandableCard/constants.d.ts +11 -0
- package/dist/types/components/internal/ExpandableCard/constants.d.ts.map +1 -0
- package/dist/types/components/internal/ExpandableCard/types.d.ts +6 -0
- package/dist/types/components/internal/ExpandableCard/types.d.ts.map +1 -0
- package/dist/types/components/internal/FilterBar/FilterBar.d.ts +5 -0
- package/dist/types/components/internal/FilterBar/FilterBar.d.ts.map +1 -0
- package/dist/types/components/internal/FilterBar/components/FilterButton/FilterButton.d.ts +7 -0
- package/dist/types/components/internal/FilterBar/components/FilterButton/FilterButton.d.ts.map +1 -0
- package/dist/types/components/internal/FilterBar/components/FilterButton/types.d.ts +9 -0
- package/dist/types/components/internal/FilterBar/components/FilterButton/types.d.ts.map +1 -0
- package/dist/types/components/internal/FilterBar/filters/AmountFilter/AmountFilter.d.ts +4 -0
- package/dist/types/components/internal/FilterBar/filters/AmountFilter/AmountFilter.d.ts.map +1 -0
- package/dist/types/components/internal/FilterBar/filters/AmountFilter/RangeSelection.d.ts +5 -0
- package/dist/types/components/internal/FilterBar/filters/AmountFilter/RangeSelection.d.ts.map +1 -0
- package/dist/types/components/internal/FilterBar/filters/AmountFilter/types.d.ts +19 -0
- package/dist/types/components/internal/FilterBar/filters/AmountFilter/types.d.ts.map +1 -0
- package/dist/types/components/internal/FilterBar/filters/BaseFilter/BaseFilter.d.ts +6 -0
- package/dist/types/components/internal/FilterBar/filters/BaseFilter/BaseFilter.d.ts.map +1 -0
- package/dist/types/components/internal/FilterBar/filters/BaseFilter/index.d.ts +2 -0
- package/dist/types/components/internal/FilterBar/filters/BaseFilter/index.d.ts.map +1 -0
- package/dist/types/components/internal/FilterBar/filters/BaseFilter/types.d.ts +28 -0
- package/dist/types/components/internal/FilterBar/filters/BaseFilter/types.d.ts.map +1 -0
- package/dist/types/components/internal/FilterBar/filters/DateFilter/DateFilter.d.ts +5 -0
- package/dist/types/components/internal/FilterBar/filters/DateFilter/DateFilter.d.ts.map +1 -0
- package/dist/types/components/internal/FilterBar/filters/DateFilter/index.d.ts +2 -0
- package/dist/types/components/internal/FilterBar/filters/DateFilter/index.d.ts.map +1 -0
- package/dist/types/components/internal/FilterBar/filters/DateFilter/types.d.ts +21 -0
- package/dist/types/components/internal/FilterBar/filters/DateFilter/types.d.ts.map +1 -0
- package/dist/types/components/internal/FilterBar/index.d.ts +2 -0
- package/dist/types/components/internal/FilterBar/index.d.ts.map +1 -0
- package/dist/types/components/internal/FilterBar/types.d.ts +5 -0
- package/dist/types/components/internal/FilterBar/types.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/Checkbox/Checkbox.d.ts +22 -0
- package/dist/types/components/internal/FormFields/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/Checkbox/index.d.ts +2 -0
- package/dist/types/components/internal/FormFields/Checkbox/index.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/InputBase.d.ts +7 -0
- package/dist/types/components/internal/FormFields/InputBase.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/InputDate/InputDate.d.ts +3 -0
- package/dist/types/components/internal/FormFields/InputDate/InputDate.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/InputDate/index.d.ts +2 -0
- package/dist/types/components/internal/FormFields/InputDate/index.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/InputDate/utils.d.ts +22 -0
- package/dist/types/components/internal/FormFields/InputDate/utils.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/InputEmail.d.ts +3 -0
- package/dist/types/components/internal/FormFields/InputEmail.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/InputTelephone.d.ts +3 -0
- package/dist/types/components/internal/FormFields/InputTelephone.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/InputText.d.ts +6 -0
- package/dist/types/components/internal/FormFields/InputText.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/RadioGroup/RadioGroup.d.ts +11 -0
- package/dist/types/components/internal/FormFields/RadioGroup/RadioGroup.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/RadioGroup/index.d.ts +2 -0
- package/dist/types/components/internal/FormFields/RadioGroup/index.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/RadioGroup/types.d.ts +19 -0
- package/dist/types/components/internal/FormFields/RadioGroup/types.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/Select/Select.d.ts +5 -0
- package/dist/types/components/internal/FormFields/Select/Select.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/Select/components/SelectButton.d.ts +6 -0
- package/dist/types/components/internal/FormFields/Select/components/SelectButton.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/Select/components/SelectList.d.ts +6 -0
- package/dist/types/components/internal/FormFields/Select/components/SelectList.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/Select/components/SelectListItem.d.ts +9 -0
- package/dist/types/components/internal/FormFields/Select/components/SelectListItem.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/Select/constants.d.ts +24 -0
- package/dist/types/components/internal/FormFields/Select/constants.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/Select/hooks/useSelect.d.ts +8 -0
- package/dist/types/components/internal/FormFields/Select/hooks/useSelect.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/Select/index.d.ts +2 -0
- package/dist/types/components/internal/FormFields/Select/index.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/Select/types.d.ts +75 -0
- package/dist/types/components/internal/FormFields/Select/types.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/index.d.ts +37 -0
- package/dist/types/components/internal/FormFields/index.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/types.d.ts +35 -0
- package/dist/types/components/internal/FormFields/types.d.ts.map +1 -0
- package/dist/types/components/internal/Image/Image.d.ts +10 -0
- package/dist/types/components/internal/Image/Image.d.ts.map +1 -0
- package/dist/types/components/internal/Img/Img.d.ts +5 -0
- package/dist/types/components/internal/Img/Img.d.ts.map +1 -0
- package/dist/types/components/internal/Img/index.d.ts +2 -0
- package/dist/types/components/internal/Img/index.d.ts.map +1 -0
- package/dist/types/components/internal/Img/types.d.ts +17 -0
- package/dist/types/components/internal/Img/types.d.ts.map +1 -0
- package/dist/types/components/internal/Modal/Modal.d.ts +4 -0
- package/dist/types/components/internal/Modal/Modal.d.ts.map +1 -0
- package/dist/types/components/internal/Modal/index.d.ts +2 -0
- package/dist/types/components/internal/Modal/index.d.ts.map +1 -0
- package/dist/types/components/internal/Modal/types.d.ts +17 -0
- package/dist/types/components/internal/Modal/types.d.ts.map +1 -0
- package/dist/types/components/internal/Pagination/Pagination.d.ts +4 -0
- package/dist/types/components/internal/Pagination/Pagination.d.ts.map +1 -0
- package/dist/types/components/internal/Pagination/constants.d.ts +4 -0
- package/dist/types/components/internal/Pagination/constants.d.ts.map +1 -0
- package/dist/types/components/internal/Pagination/hooks/index.d.ts +3 -0
- package/dist/types/components/internal/Pagination/hooks/index.d.ts.map +1 -0
- package/dist/types/components/internal/Pagination/hooks/types.d.ts +46 -0
- package/dist/types/components/internal/Pagination/hooks/types.d.ts.map +1 -0
- package/dist/types/components/internal/Pagination/hooks/useCursorPaginatedRecords.d.ts +4 -0
- package/dist/types/components/internal/Pagination/hooks/useCursorPaginatedRecords.d.ts.map +1 -0
- package/dist/types/components/internal/Pagination/hooks/useCursorPagination.d.ts +10 -0
- package/dist/types/components/internal/Pagination/hooks/useCursorPagination.d.ts.map +1 -0
- package/dist/types/components/internal/Pagination/hooks/useOffsetPaginatedRecords.d.ts +4 -0
- package/dist/types/components/internal/Pagination/hooks/useOffsetPaginatedRecords.d.ts.map +1 -0
- package/dist/types/components/internal/Pagination/hooks/useOffsetPagination.d.ts +8 -0
- package/dist/types/components/internal/Pagination/hooks/useOffsetPagination.d.ts.map +1 -0
- package/dist/types/components/internal/Pagination/hooks/usePageLimit.d.ts +8 -0
- package/dist/types/components/internal/Pagination/hooks/usePageLimit.d.ts.map +1 -0
- package/dist/types/components/internal/Pagination/hooks/usePaginatedRecords.d.ts +4 -0
- package/dist/types/components/internal/Pagination/hooks/usePaginatedRecords.d.ts.map +1 -0
- package/dist/types/components/internal/Pagination/hooks/usePaginatedRecordsFilters.d.ts +5 -0
- package/dist/types/components/internal/Pagination/hooks/usePaginatedRecordsFilters.d.ts.map +1 -0
- package/dist/types/components/internal/Pagination/hooks/usePagination.d.ts +5 -0
- package/dist/types/components/internal/Pagination/hooks/usePagination.d.ts.map +1 -0
- package/dist/types/components/internal/Pagination/index.d.ts +2 -0
- package/dist/types/components/internal/Pagination/index.d.ts.map +1 -0
- package/dist/types/components/internal/Pagination/types.d.ts +71 -0
- package/dist/types/components/internal/Pagination/types.d.ts.map +1 -0
- package/dist/types/components/internal/Pagination/utils.d.ts +2 -0
- package/dist/types/components/internal/Pagination/utils.d.ts.map +1 -0
- package/dist/types/components/internal/Popover/Popover.d.ts +7 -0
- package/dist/types/components/internal/Popover/Popover.d.ts.map +1 -0
- package/dist/types/components/internal/Popover/PopoverDismissButton/PopoverDismissButton.d.ts +9 -0
- package/dist/types/components/internal/Popover/PopoverDismissButton/PopoverDismissButton.d.ts.map +1 -0
- package/dist/types/components/internal/Popover/PopoverTitle/PopoverTitle.d.ts +8 -0
- package/dist/types/components/internal/Popover/PopoverTitle/PopoverTitle.d.ts.map +1 -0
- package/dist/types/components/internal/Popover/constants.d.ts +7 -0
- package/dist/types/components/internal/Popover/constants.d.ts.map +1 -0
- package/dist/types/components/internal/Popover/types.d.ts +41 -0
- package/dist/types/components/internal/Popover/types.d.ts.map +1 -0
- package/dist/types/components/internal/Popover/utils/utils.d.ts +13 -0
- package/dist/types/components/internal/Popover/utils/utils.d.ts.map +1 -0
- package/dist/types/components/internal/SVGIcons/CheckedBox.d.ts +7 -0
- package/dist/types/components/internal/SVGIcons/CheckedBox.d.ts.map +1 -0
- package/dist/types/components/internal/SVGIcons/Checkmark.d.ts +7 -0
- package/dist/types/components/internal/SVGIcons/Checkmark.d.ts.map +1 -0
- package/dist/types/components/internal/SVGIcons/ChevronDown.d.ts +7 -0
- package/dist/types/components/internal/SVGIcons/ChevronDown.d.ts.map +1 -0
- package/dist/types/components/internal/SVGIcons/ChevronLeft.d.ts +7 -0
- package/dist/types/components/internal/SVGIcons/ChevronLeft.d.ts.map +1 -0
- package/dist/types/components/internal/SVGIcons/ChevronRight.d.ts +7 -0
- package/dist/types/components/internal/SVGIcons/ChevronRight.d.ts.map +1 -0
- package/dist/types/components/internal/SVGIcons/ChevronUp.d.ts +7 -0
- package/dist/types/components/internal/SVGIcons/ChevronUp.d.ts.map +1 -0
- package/dist/types/components/internal/SVGIcons/UncheckedBox.d.ts +7 -0
- package/dist/types/components/internal/SVGIcons/UncheckedBox.d.ts.map +1 -0
- package/dist/types/components/internal/Spinner/Spinner.d.ts +18 -0
- package/dist/types/components/internal/Spinner/Spinner.d.ts.map +1 -0
- package/dist/types/components/internal/Spinner/index.d.ts +2 -0
- package/dist/types/components/internal/Spinner/index.d.ts.map +1 -0
- package/dist/types/components/internal/Tag/Tag.d.ts +4 -0
- package/dist/types/components/internal/Tag/Tag.d.ts.map +1 -0
- package/dist/types/components/internal/Tag/types.d.ts +12 -0
- package/dist/types/components/internal/Tag/types.d.ts.map +1 -0
- package/dist/types/components/internal/Typography/Typography.d.ts +19 -0
- package/dist/types/components/internal/Typography/Typography.d.ts.map +1 -0
- package/dist/types/components/internal/Typography/constants.d.ts +2 -0
- package/dist/types/components/internal/Typography/constants.d.ts.map +1 -0
- package/dist/types/components/internal/Typography/types.d.ts +28 -0
- package/dist/types/components/internal/Typography/types.d.ts.map +1 -0
- package/dist/types/components/types.d.ts +75 -0
- package/dist/types/components/types.d.ts.map +1 -0
- package/dist/types/components/utils/transactionResourceErrorCodes.d.ts +11 -0
- package/dist/types/components/utils/transactionResourceErrorCodes.d.ts.map +1 -0
- package/dist/types/core/Analytics/Analytics.d.ts +22 -0
- package/dist/types/core/Analytics/Analytics.d.ts.map +1 -0
- package/dist/types/core/Analytics/EventsQueue.d.ts +8 -0
- package/dist/types/core/Analytics/EventsQueue.d.ts.map +1 -0
- package/dist/types/core/Analytics/index.d.ts +2 -0
- package/dist/types/core/Analytics/index.d.ts.map +1 -0
- package/dist/types/core/Analytics/types.d.ts +28 -0
- package/dist/types/core/Analytics/types.d.ts.map +1 -0
- package/dist/types/core/Auth/AuthContext.d.ts +3 -0
- package/dist/types/core/Auth/AuthContext.d.ts.map +1 -0
- package/dist/types/core/Auth/AuthProvider.d.ts +4 -0
- package/dist/types/core/Auth/AuthProvider.d.ts.map +1 -0
- package/dist/types/core/Auth/types.d.ts +10 -0
- package/dist/types/core/Auth/types.d.ts.map +1 -0
- package/dist/types/core/Auth/useAuthContext.d.ts +3 -0
- package/dist/types/core/Auth/useAuthContext.d.ts.map +1 -0
- package/dist/types/core/Context/CoreContext.d.ts +6 -0
- package/dist/types/core/Context/CoreContext.d.ts.map +1 -0
- package/dist/types/core/Context/CoreProvider.d.ts +8 -0
- package/dist/types/core/Context/CoreProvider.d.ts.map +1 -0
- package/dist/types/core/Context/types.d.ts +11 -0
- package/dist/types/core/Context/types.d.ts.map +1 -0
- package/dist/types/core/Context/useCoreContext.d.ts +5 -0
- package/dist/types/core/Context/useCoreContext.d.ts.map +1 -0
- package/dist/types/core/Errors/AdyenFPError.d.ts +8 -0
- package/dist/types/core/Errors/AdyenFPError.d.ts.map +1 -0
- package/dist/types/core/Errors/constants.d.ts +3 -0
- package/dist/types/core/Errors/constants.d.ts.map +1 -0
- package/dist/types/core/Localization/Localization.d.ts +50 -0
- package/dist/types/core/Localization/Localization.d.ts.map +1 -0
- package/dist/types/core/Localization/amount/amount-util.d.ts +6 -0
- package/dist/types/core/Localization/amount/amount-util.d.ts.map +1 -0
- package/dist/types/core/Localization/constants/currency-codes.d.ts +171 -0
- package/dist/types/core/Localization/constants/currency-codes.d.ts.map +1 -0
- package/dist/types/core/Localization/constants/currency-decimals.d.ts +29 -0
- package/dist/types/core/Localization/constants/currency-decimals.d.ts.map +1 -0
- package/dist/types/core/Localization/constants/locale.d.ts +225 -0
- package/dist/types/core/Localization/constants/locale.d.ts.map +1 -0
- package/dist/types/core/Localization/constants/localization.d.ts +5 -0
- package/dist/types/core/Localization/constants/localization.d.ts.map +1 -0
- package/dist/types/core/Localization/datetime/restamper/constants.d.ts +3 -0
- package/dist/types/core/Localization/datetime/restamper/constants.d.ts.map +1 -0
- package/dist/types/core/Localization/datetime/restamper/index.d.ts +5 -0
- package/dist/types/core/Localization/datetime/restamper/index.d.ts.map +1 -0
- package/dist/types/core/Localization/datetime/restamper/restamper.d.ts +4 -0
- package/dist/types/core/Localization/datetime/restamper/restamper.d.ts.map +1 -0
- package/dist/types/core/Localization/datetime/restamper/types.d.ts +21 -0
- package/dist/types/core/Localization/datetime/restamper/types.d.ts.map +1 -0
- package/dist/types/core/Localization/datetime/restamper/utils.d.ts +23 -0
- package/dist/types/core/Localization/datetime/restamper/utils.d.ts.map +1 -0
- package/dist/types/core/Localization/index.d.ts +3 -0
- package/dist/types/core/Localization/index.d.ts.map +1 -0
- package/dist/types/core/Localization/localization-utils.d.ts +22 -0
- package/dist/types/core/Localization/localization-utils.d.ts.map +1 -0
- package/dist/types/core/Localization/translations/index.d.ts +622 -0
- package/dist/types/core/Localization/translations/index.d.ts.map +1 -0
- package/dist/types/core/Localization/types.d.ts +28 -0
- package/dist/types/core/Localization/types.d.ts.map +1 -0
- package/dist/types/core/Localization/utils.d.ts +300 -0
- package/dist/types/core/Localization/utils.d.ts.map +1 -0
- package/dist/types/core/Services/analytics/collect-id.d.ts +9 -0
- package/dist/types/core/Services/analytics/collect-id.d.ts.map +1 -0
- package/dist/types/core/Services/analytics/log-event.d.ts +9 -0
- package/dist/types/core/Services/analytics/log-event.d.ts.map +1 -0
- package/dist/types/core/Services/analytics/post-telemetry.d.ts +8 -0
- package/dist/types/core/Services/analytics/post-telemetry.d.ts.map +1 -0
- package/dist/types/core/Services/analytics/types.d.ts +15 -0
- package/dist/types/core/Services/analytics/types.d.ts.map +1 -0
- package/dist/types/core/Services/requests/endpoints.d.ts +7 -0
- package/dist/types/core/Services/requests/endpoints.d.ts.map +1 -0
- package/dist/types/core/Services/requests/http.d.ts +5 -0
- package/dist/types/core/Services/requests/http.d.ts.map +1 -0
- package/dist/types/core/Services/requests/types.d.ts +26 -0
- package/dist/types/core/Services/requests/types.d.ts.map +1 -0
- package/dist/types/core/Services/requests/utils.d.ts +24 -0
- package/dist/types/core/Services/requests/utils.d.ts.map +1 -0
- package/dist/types/core/Services/sessions/constants.d.ts +2 -0
- package/dist/types/core/Services/sessions/constants.d.ts.map +1 -0
- package/dist/types/core/Services/sessions/setup-session.d.ts +5 -0
- package/dist/types/core/Services/sessions/setup-session.d.ts.map +1 -0
- package/dist/types/core/Session/Session.d.ts +32 -0
- package/dist/types/core/Session/Session.d.ts.map +1 -0
- package/dist/types/core/Session/index.d.ts +2 -0
- package/dist/types/core/Session/index.d.ts.map +1 -0
- package/dist/types/core/Session/types.d.ts +9 -0
- package/dist/types/core/Session/types.d.ts.map +1 -0
- package/dist/types/core/Session/utils.d.ts +3 -0
- package/dist/types/core/Session/utils.d.ts.map +1 -0
- package/dist/types/core/config.d.ts +9 -0
- package/dist/types/core/config.d.ts.map +1 -0
- package/dist/types/core/core.d.ts +39 -0
- package/dist/types/core/core.d.ts.map +1 -0
- package/dist/types/core/index.d.ts +4 -0
- package/dist/types/core/index.d.ts.map +1 -0
- package/dist/types/core/types.d.ts +39 -0
- package/dist/types/core/types.d.ts.map +1 -0
- package/dist/types/core/utils.d.ts +10 -0
- package/dist/types/core/utils.d.ts.map +1 -0
- package/dist/types/hooks/element/useClickOutside.d.ts +3 -0
- package/dist/types/hooks/element/useClickOutside.d.ts.map +1 -0
- package/dist/types/hooks/element/useDetachedRender.d.ts +5 -0
- package/dist/types/hooks/element/useDetachedRender.d.ts.map +1 -0
- package/dist/types/hooks/element/useFocusCursor.d.ts +4 -0
- package/dist/types/hooks/element/useFocusCursor.d.ts.map +1 -0
- package/dist/types/hooks/element/useFocusTrap.d.ts +4 -0
- package/dist/types/hooks/element/useFocusTrap.d.ts.map +1 -0
- package/dist/types/hooks/element/usePopoverPositioner.d.ts +6 -0
- package/dist/types/hooks/element/usePopoverPositioner.d.ts.map +1 -0
- package/dist/types/hooks/element/useUniqueIdentifier.d.ts +4 -0
- package/dist/types/hooks/element/useUniqueIdentifier.d.ts.map +1 -0
- package/dist/types/hooks/useBooleanState/index.d.ts +2 -0
- package/dist/types/hooks/useBooleanState/index.d.ts.map +1 -0
- package/dist/types/hooks/useBooleanState/useBooleanState.d.ts +3 -0
- package/dist/types/hooks/useBooleanState/useBooleanState.d.ts.map +1 -0
- package/dist/types/hooks/useCommitAction/index.d.ts +3 -0
- package/dist/types/hooks/useCommitAction/index.d.ts.map +1 -0
- package/dist/types/hooks/useCommitAction/types.d.ts +19 -0
- package/dist/types/hooks/useCommitAction/types.d.ts.map +1 -0
- package/dist/types/hooks/useCommitAction/useCommitAction.d.ts +4 -0
- package/dist/types/hooks/useCommitAction/useCommitAction.d.ts.map +1 -0
- package/dist/types/hooks/useFetch/useFetch.d.ts +21 -0
- package/dist/types/hooks/useFetch/useFetch.d.ts.map +1 -0
- package/dist/types/hooks/useImageUrl/useImageUrl.d.ts +14 -0
- package/dist/types/hooks/useImageUrl/useImageUrl.d.ts.map +1 -0
- package/dist/types/hooks/useModalDetails/types.d.ts +30 -0
- package/dist/types/hooks/useModalDetails/types.d.ts.map +1 -0
- package/dist/types/hooks/useModalDetails/useModalDetails.d.ts +18 -0
- package/dist/types/hooks/useModalDetails/useModalDetails.d.ts.map +1 -0
- package/dist/types/hooks/useMounted/index.d.ts +2 -0
- package/dist/types/hooks/useMounted/index.d.ts.map +1 -0
- package/dist/types/hooks/useMounted/useMounted.d.ts +3 -0
- package/dist/types/hooks/useMounted/useMounted.d.ts.map +1 -0
- package/dist/types/hooks/useReactiveState/index.d.ts +2 -0
- package/dist/types/hooks/useReactiveState/index.d.ts.map +1 -0
- package/dist/types/hooks/useReactiveState/types.d.ts +11 -0
- package/dist/types/hooks/useReactiveState/types.d.ts.map +1 -0
- package/dist/types/hooks/useReactiveState/useReactiveState.d.ts +4 -0
- package/dist/types/hooks/useReactiveState/useReactiveState.d.ts.map +1 -0
- package/dist/types/hooks/useReflex/constants.d.ts +2 -0
- package/dist/types/hooks/useReflex/constants.d.ts.map +1 -0
- package/dist/types/hooks/useReflex/core/reflex.d.ts +5 -0
- package/dist/types/hooks/useReflex/core/reflex.d.ts.map +1 -0
- package/dist/types/hooks/useReflex/core/registry.d.ts +5 -0
- package/dist/types/hooks/useReflex/core/registry.d.ts.map +1 -0
- package/dist/types/hooks/useReflex/core/utils.d.ts +5 -0
- package/dist/types/hooks/useReflex/core/utils.d.ts.map +1 -0
- package/dist/types/hooks/useReflex/errors.d.ts +7 -0
- package/dist/types/hooks/useReflex/errors.d.ts.map +1 -0
- package/dist/types/hooks/useReflex/hooks/useReflex.d.ts +4 -0
- package/dist/types/hooks/useReflex/hooks/useReflex.d.ts.map +1 -0
- package/dist/types/hooks/useReflex/index.d.ts +4 -0
- package/dist/types/hooks/useReflex/index.d.ts.map +1 -0
- package/dist/types/hooks/useReflex/types.d.ts +29 -0
- package/dist/types/hooks/useReflex/types.d.ts.map +1 -0
- package/dist/types/hooks/useSessionAwareRequest/useSessionAwareRequest.d.ts +6 -0
- package/dist/types/hooks/useSessionAwareRequest/useSessionAwareRequest.d.ts.map +1 -0
- package/dist/types/hooks/useSetupEndpoint/useSetupEndpoint.d.ts +12 -0
- package/dist/types/hooks/useSetupEndpoint/useSetupEndpoint.d.ts.map +1 -0
- package/dist/types/index.d.ts +8 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/types/index.d.ts +3 -0
- package/dist/types/types/index.d.ts.map +1 -0
- package/dist/types/types/models/api/index.d.ts +3 -0
- package/dist/types/types/models/api/index.d.ts.map +1 -0
- package/dist/types/types/models/api/utils.d.ts +15 -0
- package/dist/types/types/models/api/utils.d.ts.map +1 -0
- package/dist/types/types/models/balanceAccount.d.ts +5 -0
- package/dist/types/types/models/balanceAccount.d.ts.map +1 -0
- package/dist/types/types/models/transactions.d.ts +5 -0
- package/dist/types/types/models/transactions.d.ts.map +1 -0
- package/dist/types/types/shared.d.ts +33 -0
- package/dist/types/types/shared.d.ts.map +1 -0
- package/dist/types/utils/Storage.d.ts +11 -0
- package/dist/types/utils/Storage.d.ts.map +1 -0
- package/dist/types/utils/Validator/ValidationRuleResult.d.ts +19 -0
- package/dist/types/utils/Validator/ValidationRuleResult.d.ts.map +1 -0
- package/dist/types/utils/Validator/types.d.ts +58 -0
- package/dist/types/utils/Validator/types.d.ts.map +1 -0
- package/dist/types/utils/class-name-utils.d.ts +5 -0
- package/dist/types/utils/class-name-utils.d.ts.map +1 -0
- package/dist/types/utils/common/constants.d.ts +12 -0
- package/dist/types/utils/common/constants.d.ts.map +1 -0
- package/dist/types/utils/common/index.d.ts +27 -0
- package/dist/types/utils/common/index.d.ts.map +1 -0
- package/dist/types/utils/fixedForwardRef.d.ts +11 -0
- package/dist/types/utils/fixedForwardRef.d.ts.map +1 -0
- package/dist/types/utils/get-image.d.ts +14 -0
- package/dist/types/utils/get-image.d.ts.map +1 -0
- package/dist/types/utils/idGenerator.d.ts +2 -0
- package/dist/types/utils/idGenerator.d.ts.map +1 -0
- package/dist/types/utils/memoComparator/index.d.ts +2 -0
- package/dist/types/utils/memoComparator/index.d.ts.map +1 -0
- package/dist/types/utils/memoComparator/memoComparator.d.ts +4 -0
- package/dist/types/utils/memoComparator/memoComparator.d.ts.map +1 -0
- package/dist/types/utils/memoComparator/types.d.ts +10 -0
- package/dist/types/utils/memoComparator/types.d.ts.map +1 -0
- package/dist/types/utils/tabbable.d.ts +13 -0
- package/dist/types/utils/tabbable.d.ts.map +1 -0
- package/dist/types/utils/types.d.ts +9 -0
- package/dist/types/utils/types.d.ts.map +1 -0
- package/dist/types/utils/useForm/types.d.ts +81 -0
- package/dist/types/utils/useForm/types.d.ts.map +1 -0
- package/dist/types/utils/uuid.d.ts +2 -0
- package/dist/types/utils/uuid.d.ts.map +1 -0
- package/dist/types/utils/validator-utils.d.ts +15 -0
- package/dist/types/utils/validator-utils.d.ts.map +1 -0
- package/dist/types/utils/watchable/constants.d.ts +2 -0
- package/dist/types/utils/watchable/constants.d.ts.map +1 -0
- package/dist/types/utils/watchable/core/Watchable.d.ts +15 -0
- package/dist/types/utils/watchable/core/Watchable.d.ts.map +1 -0
- package/dist/types/utils/watchable/core/helpers.d.ts +7 -0
- package/dist/types/utils/watchable/core/helpers.d.ts.map +1 -0
- package/dist/types/utils/watchable/core/syncEffect.d.ts +4 -0
- package/dist/types/utils/watchable/core/syncEffect.d.ts.map +1 -0
- package/dist/types/utils/watchable/index.d.ts +4 -0
- package/dist/types/utils/watchable/index.d.ts.map +1 -0
- package/dist/types/utils/watchable/types.d.ts +27 -0
- package/dist/types/utils/watchable/types.d.ts.map +1 -0
- package/package.json +103 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ErrorMessageObject, ValidationContext, ValidatorMode, ValidatorRule } from './types';
|
|
2
|
+
import { ValueOf } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* Holds the result of a validation
|
|
5
|
+
*/
|
|
6
|
+
export declare class ValidationRuleResult<FormSchema extends Record<string, any>> {
|
|
7
|
+
private readonly shouldValidate;
|
|
8
|
+
isValid: boolean;
|
|
9
|
+
errorMessage: string | ErrorMessageObject;
|
|
10
|
+
constructor(rule: ValidatorRule<FormSchema>, value: ValueOf<FormSchema>, mode?: ValidatorMode, context?: ValidationContext<FormSchema>);
|
|
11
|
+
/**
|
|
12
|
+
* Whether the validation is considered an error.
|
|
13
|
+
* A field is only considered to be an error if the validation rule applies to the current mode i.e. 'blur' or 'input'.
|
|
14
|
+
* Also, if a validation function returns a null value e.g. when the field is empty, then the field will not be considered to be in error
|
|
15
|
+
* unless the whole form is being validated
|
|
16
|
+
*/
|
|
17
|
+
hasError(isValidatingForm?: boolean): boolean;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=ValidationRuleResult.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValidationRuleResult.d.ts","sourceRoot":"","sources":["../../../../src/utils/Validator/ValidationRuleResult.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC9F,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC;;GAEG;AACH,qBAAa,oBAAoB,CAAC,UAAU,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;IACpE,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAU;IAClC,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,MAAM,GAAG,kBAAkB,CAAC;gBAErC,IAAI,EAAE,aAAa,CAAC,UAAU,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,EAAE,IAAI,CAAC,EAAE,aAAa,EAAE,OAAO,CAAC,EAAE,iBAAiB,CAAC,UAAU,CAAC;IAMtI;;;;;OAKG;IACH,QAAQ,CAAC,gBAAgB,UAAQ,GAAG,OAAO;CAG9C"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { ValidationRuleResult } from './ValidationRuleResult';
|
|
2
|
+
import { ValueOf } from '../types';
|
|
3
|
+
import { SchemaKeys } from '../useForm/types';
|
|
4
|
+
import { TranslationKey } from '@src/core/Localization/types';
|
|
5
|
+
export type ValidatorMode = 'blur' | 'input';
|
|
6
|
+
export type ErrorMessageObject = {
|
|
7
|
+
translationKey: TranslationKey;
|
|
8
|
+
translationObject: any;
|
|
9
|
+
};
|
|
10
|
+
export type Ruleset = {
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
};
|
|
13
|
+
export type CountryRuleset = {
|
|
14
|
+
[country: string]: Ruleset;
|
|
15
|
+
};
|
|
16
|
+
type FormatterFn<FormSchema extends Record<string, any>> = (value: any, context?: ValidationContext<FormSchema>) => string;
|
|
17
|
+
export interface Format<FormSchema extends Record<string, any> = {}> {
|
|
18
|
+
formatter?: FormatterFn<FormSchema>;
|
|
19
|
+
format?: string;
|
|
20
|
+
maxlength?: number;
|
|
21
|
+
}
|
|
22
|
+
export type FormatRules<FormSchema extends Record<string, any>> = {
|
|
23
|
+
[field: string]: Format<FormSchema>;
|
|
24
|
+
};
|
|
25
|
+
export type CountryFormatRules<FormSchema extends Record<string, any> = {}> = {
|
|
26
|
+
[country: string]: FormatRules<FormSchema>;
|
|
27
|
+
};
|
|
28
|
+
export type ValidationContext<FormSchema> = {
|
|
29
|
+
state: {
|
|
30
|
+
data: Partial<FormSchema>;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
export interface ValidatorRule<FormSchema extends Record<string, any>> {
|
|
34
|
+
validate: (value: ValueOf<FormSchema>, context?: ValidationContext<FormSchema>) => boolean;
|
|
35
|
+
errorMessage?: string | ErrorMessageObject;
|
|
36
|
+
modes: ValidatorMode[];
|
|
37
|
+
}
|
|
38
|
+
export type ValidatorRules<FormSchema extends Record<string, any>> = {
|
|
39
|
+
[field: string]: ValidatorRule<FormSchema> | ValidatorRule<FormSchema>[];
|
|
40
|
+
};
|
|
41
|
+
export type CountryBasedValidatorRules<FormSchema extends Record<string, any>> = {
|
|
42
|
+
[country: string]: ValidatorRules<FormSchema>;
|
|
43
|
+
};
|
|
44
|
+
export interface FieldData<FormSchema extends Record<string, any>> {
|
|
45
|
+
key: SchemaKeys<FormSchema>;
|
|
46
|
+
value: ValueOf<FormSchema>;
|
|
47
|
+
mode?: ValidatorMode;
|
|
48
|
+
}
|
|
49
|
+
export interface FieldContext {
|
|
50
|
+
state: {
|
|
51
|
+
[key: string]: any;
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
export type ValidationRuleResults<FormSchema extends Record<string, any>> = {
|
|
55
|
+
[key: string]: ValidationRuleResult<FormSchema>;
|
|
56
|
+
};
|
|
57
|
+
export {};
|
|
58
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/utils/Validator/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAE9D,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,OAAO,CAAC;AAE7C,MAAM,MAAM,kBAAkB,GAAG;IAC7B,cAAc,EAAE,cAAc,CAAC;IAC/B,iBAAiB,EAAE,GAAG,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,OAAO,GAAG;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IACzB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC;CAC9B,CAAC;AAEF,KAAK,WAAW,CAAC,UAAU,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,iBAAiB,CAAC,UAAU,CAAC,KAAK,MAAM,CAAC;AAE3H,MAAM,WAAW,MAAM,CAAC,UAAU,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,EAAE;IAC/D,SAAS,CAAC,EAAE,WAAW,CAAC,UAAU,CAAC,CAAC;IACpC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,MAAM,WAAW,CAAC,UAAU,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI;IAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC,UAAU,CAAC,CAAA;CAAE,CAAC;AAE1G,MAAM,MAAM,kBAAkB,CAAC,UAAU,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,EAAE,IAAI;IAAE,CAAC,OAAO,EAAE,MAAM,GAAG,WAAW,CAAC,UAAU,CAAC,CAAA;CAAE,CAAC;AAE7H,MAAM,MAAM,iBAAiB,CAAC,UAAU,IAAI;IAAE,KAAK,EAAE;QAAE,IAAI,EAAE,OAAO,CAAC,UAAU,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC;AAErF,MAAM,WAAW,aAAa,CAAC,UAAU,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;IACjE,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,EAAE,OAAO,CAAC,EAAE,iBAAiB,CAAC,UAAU,CAAC,KAAK,OAAO,CAAC;IAC3F,YAAY,CAAC,EAAE,MAAM,GAAG,kBAAkB,CAAC;IAC3C,KAAK,EAAE,aAAa,EAAE,CAAC;CAC1B;AAED,MAAM,MAAM,cAAc,CAAC,UAAU,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI;IAAE,CAAC,KAAK,EAAE,MAAM,GAAG,aAAa,CAAC,UAAU,CAAC,GAAG,aAAa,CAAC,UAAU,CAAC,EAAE,CAAA;CAAE,CAAC;AAElJ,MAAM,MAAM,0BAA0B,CAAC,UAAU,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI;IAAE,CAAC,OAAO,EAAE,MAAM,GAAG,cAAc,CAAC,UAAU,CAAC,CAAA;CAAE,CAAC;AAEnI,MAAM,WAAW,SAAS,CAAC,UAAU,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;IAC7D,GAAG,EAAE,UAAU,CAAC,UAAU,CAAC,CAAC;IAC5B,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;IAC3B,IAAI,CAAC,EAAE,aAAa,CAAC;CACxB;AAED,MAAM,WAAW,YAAY;IACzB,KAAK,EAAE;QACH,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KACtB,CAAC;CACL;AAED,MAAM,MAAM,qBAAqB,CAAC,UAAU,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,oBAAoB,CAAC,UAAU,CAAC,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { JSX } from 'preact';
|
|
2
|
+
export declare const parseClassName: (fallbackClassName: string, className: JSX.Signalish<string | undefined>) => undefined | string;
|
|
3
|
+
export declare const getClassName: (className?: JSX.Signalish<string | undefined>, fallbackClassName?: JSX.Signalish<string | undefined>, requiredClassName?: JSX.Signalish<string | undefined>) => string;
|
|
4
|
+
export declare const getModifierClasses: (prefix: string, modifiers?: string[], baseClasses?: string[]) => string;
|
|
5
|
+
//# sourceMappingURL=class-name-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"class-name-utils.d.ts","sourceRoot":"","sources":["../../../src/utils/class-name-utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAI7B,eAAO,MAAM,cAAc,sBAAuB,MAAM,aAAa,IAAI,SAAS,CAAC,MAAM,GAAG,SAAS,CAAC,KAAG,SAAS,GAAG,MAGpH,CAAC;AAEF,eAAO,MAAM,YAAY,eACT,IAAI,SAAS,CAAC,MAAM,GAAG,SAAS,CAAC,sBACzB,IAAI,SAAS,CAAC,MAAM,GAAG,SAAS,CAAC,sBACjC,IAAI,SAAS,CAAC,MAAM,GAAG,SAAS,CAAC,WACqE,CAAC;AAE/H,eAAO,MAAM,kBAAkB,WAAY,MAAM,cAAa,MAAM,EAAE,gBAAoB,MAAM,EAAE,KAAQ,MAChB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const $createObject: {
|
|
2
|
+
(o: object | null): any;
|
|
3
|
+
(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
|
|
4
|
+
};
|
|
5
|
+
export declare const $true: () => boolean;
|
|
6
|
+
export declare const immutableProxyHandlers: {
|
|
7
|
+
defineProperty: () => boolean;
|
|
8
|
+
set: () => boolean;
|
|
9
|
+
};
|
|
10
|
+
export declare const EMPTY_ARRAY: readonly never[];
|
|
11
|
+
export declare const EMPTY_OBJECT: any;
|
|
12
|
+
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/utils/common/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;CAAgB,CAAC;AAC3C,eAAO,MAAM,KAAK,eAAa,CAAC;AAChC,eAAO,MAAM,sBAAsB;;;CAAwC,CAAC;AAC5E,eAAO,MAAM,WAAW,kBAAoB,CAAC;AAC7C,eAAO,MAAM,YAAY,KAAqC,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export * from './constants';
|
|
2
|
+
import { JSXInternal } from 'preact/src/jsx';
|
|
3
|
+
export declare const call: (thisArg: any, ...argArray: any[]) => any;
|
|
4
|
+
export declare const struct: any;
|
|
5
|
+
export declare const structFrom: any;
|
|
6
|
+
export declare const toString: any;
|
|
7
|
+
export declare const hasOwnProperty: any;
|
|
8
|
+
export declare const noop: () => void;
|
|
9
|
+
export declare const asyncNoop: () => Promise<void>;
|
|
10
|
+
export declare const enumerable: <T extends unknown = any>(value: T, writable?: boolean) => TypedPropertyDescriptor<T>;
|
|
11
|
+
export declare const identity: <T = any>(value?: T | undefined) => T | undefined;
|
|
12
|
+
export declare const boolify: (value?: any, fallbackBoolean?: boolean) => boolean;
|
|
13
|
+
export declare const clamp: <T extends number = number>(min: T, value: T, max: T) => number;
|
|
14
|
+
export declare const mid: (low: number, high: number) => number;
|
|
15
|
+
export declare const mod: (value: number, modulo: number) => number;
|
|
16
|
+
export declare const isFunction: (value: any) => value is (...args: any[]) => any;
|
|
17
|
+
export declare const isNumber: (value: any) => value is number;
|
|
18
|
+
export declare const isInfinite: (value: any) => value is number;
|
|
19
|
+
export declare const isBitSafeInteger: (value: any) => value is number;
|
|
20
|
+
/**
|
|
21
|
+
* Compares two values using [`SameValueZero`](https://tc39.es/ecma262/multipage/abstract-operations.html#sec-samevaluezero) comparison and returns `true` if they are the same, or `false` otherwise.
|
|
22
|
+
* The comparison is very similar to strict equality comparison but also returns `true` if both values are `NaN`.
|
|
23
|
+
*/
|
|
24
|
+
export declare const sameValue: (a: any, b: any) => boolean;
|
|
25
|
+
export declare const pickFromCollection: <C extends readonly any[]>(collection: C, option?: C[number] | undefined, defaultOption?: C[number] | undefined) => any;
|
|
26
|
+
export declare const parseBoolean: (value: boolean | JSXInternal.SignalLike<boolean | undefined> | undefined) => boolean;
|
|
27
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/utils/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,eAAO,MAAM,IAAI,2CAAwD,CAAC;AAC1E,eAAO,MAAM,MAAM,KAAoC,CAAC;AACxD,eAAO,MAAM,UAAU,KAA8B,CAAC;AACtD,eAAO,MAAM,QAAQ,KAAkC,CAAC;AACxD,eAAO,MAAM,cAAc,KAAwC,CAAC;AAEpE,eAAO,MAAM,IAAI,YAA8C,CAAC;AAChE,eAAO,MAAM,SAAS,qBAAiB,CAAC;AAExC,eAAO,MAAM,UAAU,iDAA6C,OAAO,+BAK5D,CAAC;AAEhB,eAAO,MAAM,QAAQ,mDAAgC,CAAC;AACtD,eAAO,MAAM,OAAO,WAAY,GAAG,oBAAoB,OAAO,YAA6D,CAAC;AAC5H,eAAO,MAAM,KAAK,iEAA6H,CAAC;AAChJ,eAAO,MAAM,GAAG,QAAS,MAAM,QAAQ,MAAM,WAAuC,CAAC;AACrF,eAAO,MAAM,GAAG,UAAW,MAAM,UAAU,MAAM,WAAyC,CAAC;AAC3F,eAAO,MAAM,UAAU,UAAW,GAAG,wBAAsB,GAAG,EAAE,KAAK,GAAkC,CAAC;AACxG,eAAO,MAAM,QAAQ,UAAW,GAAG,oBAA+C,CAAC;AACnF,eAAO,MAAM,UAAU,UAAW,GAAG,oBAAwD,CAAC;AAC9F,eAAO,MAAM,gBAAgB,UAAW,GAAG,oBAA0D,CAAC;AAEtG;;;GAGG;AACH,eAAO,MAAM,SAAS,MAAO,GAAG,KAAK,GAAG,YAAqC,CAAC;AAE9E,eAAO,MAAM,kBAAkB,yHAI9B,CAAC;AACF,eAAO,MAAM,YAAY,UAAW,OAAO,GAAG,YAAY,UAAU,CAAC,OAAO,GAAG,SAAS,CAAC,GAAG,SAAS,KAAG,OACtB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Ref, VNode } from 'preact';
|
|
2
|
+
type _RenderResult = VNode | null;
|
|
3
|
+
/**
|
|
4
|
+
* Alternative to using `forwardRef` but with fixed type inference.
|
|
5
|
+
* @see [How To Use forwardRef With Generic Components]{@link https://www.totaltypescript.com/forwardref-with-generic-components}
|
|
6
|
+
*/
|
|
7
|
+
declare const fixedForwardRef: <P, T>(render: (props: P, ref: Ref<T>) => _RenderResult) => (props: P & {
|
|
8
|
+
ref?: Ref<T> | undefined;
|
|
9
|
+
}) => _RenderResult;
|
|
10
|
+
export default fixedForwardRef;
|
|
11
|
+
//# sourceMappingURL=fixedForwardRef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fixedForwardRef.d.ts","sourceRoot":"","sources":["../../../src/utils/fixedForwardRef.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAGpC,KAAK,aAAa,GAAG,KAAK,GAAG,IAAI,CAAC;AAElC;;;GAGG;AACH,QAAA,MAAM,eAAe,4CAA6C,aAAa;;MAAqC,aAC9F,CAAC;AAEvB,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface ImageOptions {
|
|
2
|
+
extension?: string;
|
|
3
|
+
imageFolder?: string;
|
|
4
|
+
loadingContext?: string;
|
|
5
|
+
name?: string;
|
|
6
|
+
parentFolder?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
subFolder?: string;
|
|
9
|
+
svgOptions?: string;
|
|
10
|
+
type?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const getImageUrl: ({ loadingContext, extension, ...options }: ImageOptions) => Function;
|
|
13
|
+
export default getImageUrl;
|
|
14
|
+
//# sourceMappingURL=get-image.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-image.d.ts","sourceRoot":"","sources":["../../../src/utils/get-image.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,YAAY;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAKD,eAAO,MAAM,WAAW,8CAA0E,YAAY,KAAG,QAahH,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"idGenerator.d.ts","sourceRoot":"","sources":["../../../src/utils/idGenerator.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,6BAGvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/utils/memoComparator/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"memoComparator.d.ts","sourceRoot":"","sources":["../../../../src/utils/memoComparator/memoComparator.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAA6C,MAAM,SAAS,CAAC;AAEpF,QAAA,MAAM,cAAc,gBA8BhB,CAAC;AAEL,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export type MemoComparator = {
|
|
2
|
+
<T = {}>(getters?: MemoComparatorGetters<T>): MemoComparatorCallback<T>;
|
|
3
|
+
exclude: () => void;
|
|
4
|
+
};
|
|
5
|
+
export type MemoComparatorCallback<T = {}> = (prev: T, next: T) => boolean;
|
|
6
|
+
export type MemoComparatorGetters<T = {}> = {
|
|
7
|
+
[K in MemoComparatorProp<T>]?: (value?: T[K]) => any;
|
|
8
|
+
} & {};
|
|
9
|
+
export type MemoComparatorProp<T = {}> = Extract<keyof T, string>;
|
|
10
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/utils/memoComparator/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IACzB,CAAC,CAAC,GAAG,EAAE,EAAE,OAAO,CAAC,EAAE,qBAAqB,CAAC,CAAC,CAAC,GAAG,sBAAsB,CAAC,CAAC,CAAC,CAAC;IACxE,OAAO,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,sBAAsB,CAAC,CAAC,GAAG,EAAE,IAAI,CAAC,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,KAAK,OAAO,CAAC;AAE3E,MAAM,MAAM,qBAAqB,CAAC,CAAC,GAAG,EAAE,IAAI;KACvC,CAAC,IAAI,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,KAAK,GAAG;CACvD,GAAG,EAAE,CAAC;AAEP,MAAM,MAAM,kBAAkB,CAAC,CAAC,GAAG,EAAE,IAAI,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface TabbableRoot {
|
|
2
|
+
get current(): Element | null;
|
|
3
|
+
set current(maybeTabbableOrOffset: Element | number | null);
|
|
4
|
+
root: Element | null;
|
|
5
|
+
tabbables: Element[];
|
|
6
|
+
}
|
|
7
|
+
export declare const SELECTORS: string;
|
|
8
|
+
export declare const focusIsWithin: (rootElement?: Element, elementWithFocus?: Element | null) => boolean;
|
|
9
|
+
export declare const isFocusable: (element: Element) => boolean;
|
|
10
|
+
export declare const isTabbable: (element: Element) => boolean;
|
|
11
|
+
export declare const withTabbableRoot: () => TabbableRoot;
|
|
12
|
+
export default withTabbableRoot;
|
|
13
|
+
//# sourceMappingURL=tabbable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabbable.d.ts","sourceRoot":"","sources":["../../../src/utils/tabbable.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,YAAY;IACzB,IAAI,OAAO,IAAI,OAAO,GAAG,IAAI,CAAC;IAC9B,IAAI,OAAO,CAAC,qBAAqB,EAAE,OAAO,GAAG,MAAM,GAAG,IAAI,EAAE;IAC5D,IAAI,EAAE,OAAO,GAAG,IAAI,CAAC;IACrB,SAAS,EAAE,OAAO,EAAE,CAAC;CACxB;AAED,eAAO,MAAM,SAAS,QAUF,CAAC;AAmCrB,eAAO,MAAM,aAAa,iBAAiB,OAAO,qBAAqC,OAAO,GAAG,IAAI,KAAG,OAYvG,CAAC;AAEF,eAAO,MAAM,WAAW,YAAa,OAAO,YAkBvC,CAAC;AAEN,eAAO,MAAM,UAAU,YAAa,OAAO,YAOtC,CAAC;AAEN,eAAO,MAAM,gBAAgB,oBAyD5B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export type ValueOf<T> = T[keyof T];
|
|
2
|
+
export type Nullable<T> = {
|
|
3
|
+
[K in keyof Partial<T>]: T[K] | null;
|
|
4
|
+
};
|
|
5
|
+
export type ReplaceUnderscoreOrDash<S extends string, Character extends '-' | '_', Replace extends '-' | '_'> = S extends `${infer T}${Character}${infer U}` ? `${T}${Replace}${U}` : S;
|
|
6
|
+
export type MakeFieldValueUndefined<T, Field extends keyof T> = {
|
|
7
|
+
[P in keyof T]: Field extends P ? T[P] | undefined : T[P];
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/utils/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;AACpC,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI;CAAE,CAAC;AACnE,MAAM,MAAM,uBAAuB,CAC/B,CAAC,SAAS,MAAM,EAChB,SAAS,SAAS,GAAG,GAAG,GAAG,EAC3B,OAAO,SAAS,GAAG,GAAG,GAAG,IACzB,CAAC,SAAS,GAAG,MAAM,CAAC,GAAG,SAAS,GAAG,MAAM,CAAC,EAAE,GAAG,GAAG,CAAC,GAAG,OAAO,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC;AAC5E,MAAM,MAAM,uBAAuB,CAAC,CAAC,EAAE,KAAK,SAAS,MAAM,CAAC,IAAI;KAC3D,CAAC,IAAI,MAAM,CAAC,GAAG,KAAK,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,SAAS,GAAG,CAAC,CAAC,CAAC,CAAC;CAC5D,CAAC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { ValidatorMode, ValidatorRules } from '../Validator/types';
|
|
2
|
+
import { ValueOf } from '../types';
|
|
3
|
+
import Localization from '@src/core/Localization';
|
|
4
|
+
export interface FieldErrors {
|
|
5
|
+
[key: string]: any;
|
|
6
|
+
}
|
|
7
|
+
export type FieldProblems<FormSchema extends Record<string, unknown>> = {
|
|
8
|
+
[k in keyof FormSchema]: any;
|
|
9
|
+
};
|
|
10
|
+
export type SchemaKeys<FormSchema extends Record<string, unknown>> = Extract<keyof FormSchema, string>;
|
|
11
|
+
export type FormValidField<FormSchema> = {
|
|
12
|
+
[key in keyof FormSchema]: boolean;
|
|
13
|
+
};
|
|
14
|
+
export type FormState<FormSchema extends Record<string, unknown>> = {
|
|
15
|
+
local?: Partial<FormState<FormSchema>>;
|
|
16
|
+
schema?: SchemaKeys<FormSchema>[];
|
|
17
|
+
data: FormSchema;
|
|
18
|
+
errors: {
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
};
|
|
21
|
+
valid: {
|
|
22
|
+
[key in keyof FormSchema]: boolean;
|
|
23
|
+
};
|
|
24
|
+
fieldProblems?: {
|
|
25
|
+
[key: string]: any;
|
|
26
|
+
};
|
|
27
|
+
isValid?: boolean;
|
|
28
|
+
};
|
|
29
|
+
export type FormProps<FormSchema extends Record<string, unknown>, Props = {}> = {
|
|
30
|
+
rules?: ValidatorRules<FormSchema>;
|
|
31
|
+
formatters?: any;
|
|
32
|
+
defaultData?: Partial<FormSchema>;
|
|
33
|
+
fieldProblems?: any;
|
|
34
|
+
schema: SchemaKeys<FormSchema>[];
|
|
35
|
+
i18n?: Localization['i18n'];
|
|
36
|
+
} & {
|
|
37
|
+
[k in keyof Props]?: Props[k];
|
|
38
|
+
};
|
|
39
|
+
export interface Form<FormSchema extends Record<string, unknown>> extends FormState<FormSchema> {
|
|
40
|
+
handleChangeFor: (key: SchemaKeys<FormSchema>, mode?: ValidatorMode) => (e: any) => void;
|
|
41
|
+
triggerValidation: (schema?: any) => void;
|
|
42
|
+
setSchema: (schema: any) => void;
|
|
43
|
+
setData: (key: SchemaKeys<FormSchema>, value: FormSchema[Extract<keyof FormSchema, string>]) => void;
|
|
44
|
+
setValid: (key: Extract<keyof FormSchema, string>, value: Boolean) => void;
|
|
45
|
+
setErrors: (key: Extract<keyof FormSchema, string>, value: FieldErrors) => void;
|
|
46
|
+
setFieldProblems: (fieldProblems: FieldProblems<FormSchema>) => void;
|
|
47
|
+
mergeForm: (formValue: FormState<FormSchema>) => void;
|
|
48
|
+
}
|
|
49
|
+
type BaseReducerAction<FormSchema extends Record<string, unknown>> = {
|
|
50
|
+
key: SchemaKeys<FormSchema>;
|
|
51
|
+
value: string | boolean | null | FieldErrors | ValueOf<FormSchema>;
|
|
52
|
+
};
|
|
53
|
+
export interface ReducerActionType<FormSchema extends Record<string, unknown>> {
|
|
54
|
+
updateField: BaseReducerAction<FormSchema> & {
|
|
55
|
+
mode?: ValidatorMode;
|
|
56
|
+
};
|
|
57
|
+
validateForm: {
|
|
58
|
+
selectedSchema: SchemaKeys<FormSchema>[] | null;
|
|
59
|
+
};
|
|
60
|
+
setErrors: BaseReducerAction<FormSchema>;
|
|
61
|
+
setValid: BaseReducerAction<FormSchema>;
|
|
62
|
+
setData: BaseReducerAction<FormSchema>;
|
|
63
|
+
setSchema: {
|
|
64
|
+
schema: SchemaKeys<FormSchema>[];
|
|
65
|
+
defaultData: Partial<FormSchema>;
|
|
66
|
+
fieldProblems?: FieldProblems<FormSchema>;
|
|
67
|
+
};
|
|
68
|
+
mergeForm: {
|
|
69
|
+
formValue: FormState<FormSchema>;
|
|
70
|
+
};
|
|
71
|
+
setFieldProblems: {
|
|
72
|
+
fieldProblems: FieldProblems<FormSchema>;
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
type DistributePayloadTypes<FormSchema extends Record<string, unknown>, U extends keyof ReducerActionType<FormSchema>> = U extends any ? {
|
|
76
|
+
type: U;
|
|
77
|
+
payload: ReducerActionType<FormSchema>[U];
|
|
78
|
+
} : never;
|
|
79
|
+
export type ReducerPayloadParams<FormSchema extends Record<string, unknown>> = DistributePayloadTypes<FormSchema, keyof ReducerActionType<FormSchema>>;
|
|
80
|
+
export {};
|
|
81
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/utils/useForm/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uuid.d.ts","sourceRoot":"","sources":["../../../src/utils/uuid.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,MAAM,IAAI,MAAM,CAMvC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { CountryFormatRules } from './Validator/types';
|
|
2
|
+
export declare const getMaxLengthByFieldAndCountry: (formattingRules: CountryFormatRules, field: string, country: string, ignoreIfFormatterExists: boolean) => number | null;
|
|
3
|
+
export declare const isEmpty: (input?: string) => boolean;
|
|
4
|
+
export declare const isString: (input?: any) => input is string;
|
|
5
|
+
export declare const hasText: (input: string) => boolean;
|
|
6
|
+
export declare const SPECIAL_CHARS = "?\\-\\+_=!@#$%^&*(){}~<>\\[\\]\\/\\\\";
|
|
7
|
+
export declare const getFormattingRegEx: (specChars: string, flags?: string) => RegExp;
|
|
8
|
+
export declare const getValidatingRegEx: (specChars: string, exclude: boolean) => RegExp;
|
|
9
|
+
export declare const CHARACTER_PATTERNS: {
|
|
10
|
+
[key: string]: RegExp;
|
|
11
|
+
};
|
|
12
|
+
export declare const exactLength: (input: string, length: number) => boolean;
|
|
13
|
+
export declare const validateForSpecialChars: (name: string) => boolean;
|
|
14
|
+
export declare const trimValWithOneSpace: (val: string) => string;
|
|
15
|
+
//# sourceMappingURL=validator-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validator-utils.d.ts","sourceRoot":"","sources":["../../../src/utils/validator-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAIvD,eAAO,MAAM,6BAA6B,oBACrB,kBAAkB,SAC5B,MAAM,WACJ,MAAM,2BACU,OAAO,KACjC,MAAM,GAAG,IAOX,CAAC;AAGF,eAAO,MAAM,OAAO,WAAY,MAAM,YAA+C,CAAC;AAEtF,eAAO,MAAM,QAAQ,WAAY,GAAG,oBAA0E,CAAC;AAC/G,eAAO,MAAM,OAAO,UAAW,MAAM,YAAuC,CAAC;AAE7E,eAAO,MAAM,aAAa,0CAA0C,CAAC;AAIrE,eAAO,MAAM,kBAAkB,cAAe,MAAM,2BAAqD,CAAC;AAG1G,eAAO,MAAM,kBAAkB,cAAe,MAAM,WAAW,OAAO,WAAyD,CAAC;AAEhI,eAAO,MAAM,kBAAkB,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAKvD,CAAC;AAEF,eAAO,MAAM,WAAW,UAAW,MAAM,UAAU,MAAM,YAKxD,CAAC;AAEF,eAAO,MAAM,uBAAuB,SAAU,MAAM,YAInD,CAAC;AAGF,eAAO,MAAM,mBAAmB,QAAS,MAAM,WAAyC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/utils/watchable/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,EAAE,OAAO,MAAiB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { WatchAtoms, WatchCallable, WatchCallback } from '../types';
|
|
2
|
+
import { UNWATCH_SIGNAL } from '../constants';
|
|
3
|
+
export default class __Watchable__<T extends Record<string, any>> {
|
|
4
|
+
#private;
|
|
5
|
+
constructor(watchableAtoms?: WatchAtoms<T>);
|
|
6
|
+
get idle(): boolean;
|
|
7
|
+
get idleCallbacks(): {
|
|
8
|
+
idle: WatchCallable<any, any>;
|
|
9
|
+
resume: WatchCallable<any, any>;
|
|
10
|
+
};
|
|
11
|
+
get snapshot(): Readonly<T>;
|
|
12
|
+
notifyWatchers(signal?: typeof UNWATCH_SIGNAL): boolean | undefined;
|
|
13
|
+
watch(watchCallback?: WatchCallback<T>): WatchCallable<void, any>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=Watchable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Watchable.d.ts","sourceRoot":"","sources":["../../../../../src/utils/watchable/core/Watchable.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAC/E,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAG9C,MAAM,CAAC,OAAO,OAAO,aAAa,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;gBAQhD,cAAc,gBAAsB;IAOhD,IAAI,IAAI,YAEP;IAED,IAAI,aAAa;;;MAEhB;IAED,IAAI,QAAQ,gBAEX;IAED,cAAc,CAAC,MAAM,CAAC,EAAE,OAAO,cAAc;IAoB7C,KAAK,CAAC,aAAa,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC;CAuCzC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { WatchAtoms, WatchCallable } from '../types';
|
|
2
|
+
export declare const createLiveWatchableState: <T extends Record<string, any>>(watchableAtoms?: WatchAtoms<T>) => T;
|
|
3
|
+
export declare const createWatchableIdleCallbacks: <T extends Record<string, any>>() => {
|
|
4
|
+
idle: WatchCallable<any, any>;
|
|
5
|
+
resume: WatchCallable<any, any>;
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=helpers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/utils/watchable/core/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAGhE,eAAO,MAAM,wBAAwB,sEAqBpC,CAAC;AAEF,eAAO,MAAM,4BAA4B;;;CAkBxC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"syncEffect.d.ts","sourceRoot":"","sources":["../../../../../src/utils/watchable/core/syncEffect.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAGzC,QAAA,MAAM,qBAAqB,YAIN,cAAc,GAAG,CAAC,8EAmBnC,CAAC;AAEL,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/utils/watchable/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;;AAehD,wBAGG"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { UNWATCH_SIGNAL } from './constants';
|
|
2
|
+
export type WatchCallable<T, ThisType = any> = (this: ThisType, ...args: any[]) => T;
|
|
3
|
+
export type WatchCallback<T extends Record<string, any>> = {
|
|
4
|
+
(snapshot: Readonly<T>): any;
|
|
5
|
+
(signal: typeof UNWATCH_SIGNAL): any;
|
|
6
|
+
};
|
|
7
|
+
export type WatchAtoms<T extends Record<string, any>> = {
|
|
8
|
+
[K in keyof T]: WatchCallable<T[K]> | T[K];
|
|
9
|
+
};
|
|
10
|
+
export type Watchable<T extends Record<string, any>> = Readonly<{
|
|
11
|
+
callback: {
|
|
12
|
+
get idle(): WatchCallable<any>;
|
|
13
|
+
set idle(callback: WatchCallable<any> | undefined);
|
|
14
|
+
get resume(): WatchCallable<any>;
|
|
15
|
+
set resume(callback: WatchCallable<any> | undefined);
|
|
16
|
+
};
|
|
17
|
+
idle: boolean;
|
|
18
|
+
notify: WatchCallable<boolean | undefined>;
|
|
19
|
+
snapshot: Readonly<T>;
|
|
20
|
+
watch: (callback?: WatchCallback<T>) => WatchCallable<void>;
|
|
21
|
+
}>;
|
|
22
|
+
export type WatchableFactory = {
|
|
23
|
+
<T extends Record<string, any>>(watchableAtoms?: WatchAtoms<T>): Watchable<T>;
|
|
24
|
+
readonly UNWATCH: typeof UNWATCH_SIGNAL;
|
|
25
|
+
readonly withSyncEffect: (effect?: WatchCallable<any>) => <T extends WatchCallable<any> = WatchCallable<any>>(fn: T) => T;
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/utils/watchable/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAE7C,MAAM,MAAM,aAAa,CAAC,CAAC,EAAE,QAAQ,GAAG,GAAG,IAAI,CAAC,IAAI,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,CAAC;AAErF,MAAM,MAAM,aAAa,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI;IACvD,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC;IAC7B,CAAC,MAAM,EAAE,OAAO,cAAc,GAAG,GAAG,CAAC;CACxC,CAAC;AAEF,MAAM,MAAM,UAAU,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI;KACnD,CAAC,IAAI,MAAM,CAAC,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAC7C,CAAC;AAEF,MAAM,MAAM,SAAS,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,QAAQ,CAAC;IAC5D,QAAQ,EAAE;QACN,IAAI,IAAI,IAAI,aAAa,CAAC,GAAG,CAAC,CAAC;QAC/B,IAAI,IAAI,CAAC,QAAQ,EAAE,aAAa,CAAC,GAAG,CAAC,GAAG,SAAS,EAAE;QACnD,IAAI,MAAM,IAAI,aAAa,CAAC,GAAG,CAAC,CAAC;QACjC,IAAI,MAAM,CAAC,QAAQ,EAAE,aAAa,CAAC,GAAG,CAAC,GAAG,SAAS,EAAE;KACxD,CAAC;IACF,IAAI,EAAE,OAAO,CAAC;IACd,MAAM,EAAE,aAAa,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC3C,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC;IACtB,KAAK,EAAE,CAAC,QAAQ,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC,KAAK,aAAa,CAAC,IAAI,CAAC,CAAC;CAC/D,CAAC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG;IAC3B,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,cAAc,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;IAC9E,QAAQ,CAAC,OAAO,EAAE,OAAO,cAAc,CAAC;IACxC,QAAQ,CAAC,cAAc,EAAE,CAAC,MAAM,CAAC,EAAE,aAAa,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,SAAS,aAAa,CAAC,GAAG,CAAC,GAAG,aAAa,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC;CAC7H,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@adyen/adyen-platform-experience-web",
|
|
3
|
+
"keywords": [
|
|
4
|
+
"adyen",
|
|
5
|
+
"adyen-fp",
|
|
6
|
+
"fp",
|
|
7
|
+
"finance",
|
|
8
|
+
"platforms",
|
|
9
|
+
"adyen-for-platforms",
|
|
10
|
+
"components"
|
|
11
|
+
],
|
|
12
|
+
"version": "0.1.1",
|
|
13
|
+
"apiVersion": "v1",
|
|
14
|
+
"license": "MIT",
|
|
15
|
+
"repository": "github:Adyen/adyen-platform-experience-web",
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://support.adyen.com/"
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"dist/**"
|
|
21
|
+
],
|
|
22
|
+
"sideEffects": [
|
|
23
|
+
"**/*.css"
|
|
24
|
+
],
|
|
25
|
+
"main": "./dist/cjs/index.js",
|
|
26
|
+
"module": "./dist/es/index.js",
|
|
27
|
+
"types": "./dist/types/index.d.ts",
|
|
28
|
+
"style": "dist/style.css",
|
|
29
|
+
"exports": {
|
|
30
|
+
".": {
|
|
31
|
+
"types": "./dist/types/index.d.ts",
|
|
32
|
+
"require": {
|
|
33
|
+
"types": "./dist/types/index.d.ts",
|
|
34
|
+
"default": "./dist/cjs/index.js"
|
|
35
|
+
},
|
|
36
|
+
"import": {
|
|
37
|
+
"types": "./dist/types/index.d.ts",
|
|
38
|
+
"default": "./dist/es/index.js"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"./adyen-fp-web.css": "./dist/style.css"
|
|
42
|
+
},
|
|
43
|
+
"scripts": {
|
|
44
|
+
"start": "vite dev",
|
|
45
|
+
"build": "rm -rf ./dist && vite build --config ./config/vite.config.ts && npm run types:build",
|
|
46
|
+
"build:test": "npm run build && npm pack",
|
|
47
|
+
"build:analyse": "vite build --mode analyse --config ./config/vite.config.ts",
|
|
48
|
+
"test": "vitest --config ./config/vite.config.ts",
|
|
49
|
+
"test:coverage": "vitest --config ./config/vite.config.ts --coverage",
|
|
50
|
+
"test:e2e": "playwright test --project local-chrome",
|
|
51
|
+
"type-check": "tsc --preserveWatchOutput",
|
|
52
|
+
"types:build": "tsc --project tsconfig-build.json",
|
|
53
|
+
"lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet && npm run lint:scss",
|
|
54
|
+
"lint:fix": "npm run lint -- --fix",
|
|
55
|
+
"lint:scss": "stylelint 'src/**/*.scss' --fix",
|
|
56
|
+
"types:watch": "npm run type-check -- --watch",
|
|
57
|
+
"format": "prettier --write 'src/**/*.{ts,js,css, scss, html}'"
|
|
58
|
+
},
|
|
59
|
+
"devDependencies": {
|
|
60
|
+
"@playwright/test": "^1.38.0",
|
|
61
|
+
"@preact/preset-vite": "^2.5.0",
|
|
62
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
63
|
+
"@testing-library/preact": "^3.2.3",
|
|
64
|
+
"@testing-library/user-event": "^14.4.3",
|
|
65
|
+
"@types/node": "^20.4.7",
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
67
|
+
"@typescript-eslint/parser": "^5.8.1",
|
|
68
|
+
"@vitest/coverage-c8": "^0.30.1",
|
|
69
|
+
"autoprefixer": "^9.8.8",
|
|
70
|
+
"cross-env": "^7.0.3",
|
|
71
|
+
"css-loader": "^4.3.0",
|
|
72
|
+
"dotenv": "^16.0.3",
|
|
73
|
+
"eslint": "^8.12.0",
|
|
74
|
+
"eslint-import-resolver-typescript": "^3.5.2",
|
|
75
|
+
"eslint-plugin-import": "^2.25.4",
|
|
76
|
+
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
77
|
+
"eslint-plugin-react": "^7.26.1",
|
|
78
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
79
|
+
"jsdom": "^20.0.3",
|
|
80
|
+
"mini-css-extract-plugin": "^2.4.5",
|
|
81
|
+
"openapi-typescript": "^6.7.0",
|
|
82
|
+
"postcss": "^8.3.11",
|
|
83
|
+
"prettier": "^2.4.1",
|
|
84
|
+
"rollup-plugin-visualizer": "^5.9.0",
|
|
85
|
+
"sass": "^1.43.4",
|
|
86
|
+
"sass-loader": "^12.3.0",
|
|
87
|
+
"style-loader": "^3.3.1",
|
|
88
|
+
"stylelint": "^14.1.0",
|
|
89
|
+
"stylelint-config-recommended": "^6.0.0",
|
|
90
|
+
"stylelint-config-sass-guidelines": "^9.0.1",
|
|
91
|
+
"stylelint-scss": "^4.2.0",
|
|
92
|
+
"ts-loader": "^9.2.6",
|
|
93
|
+
"typescript": "^4.9.4",
|
|
94
|
+
"vite": "^4.2.1",
|
|
95
|
+
"vite-node": "^0.30.1",
|
|
96
|
+
"vitest": "^0.30.1"
|
|
97
|
+
},
|
|
98
|
+
"dependencies": {
|
|
99
|
+
"classnames": "^2.3.1",
|
|
100
|
+
"core-js": "^3.20.2",
|
|
101
|
+
"preact": "^10.13.2"
|
|
102
|
+
}
|
|
103
|
+
}
|