@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,164 @@
|
|
|
1
|
+
import { CONTROLS_ALL, CONTROLS_MINIMAL, CONTROLS_NONE, CURSOR_BACKWARD, CURSOR_BLOCK_END, CURSOR_BLOCK_START, CURSOR_DOWNWARD, CURSOR_FORWARD, CURSOR_LINE_END, CURSOR_LINE_START, CURSOR_NEXT_BLOCK, CURSOR_PREV_BLOCK, CURSOR_UPWARD, DAY_OF_WEEK_FORMATS, FIRST_WEEK_DAYS, FRAME_SIZES, RANGE_FROM, RANGE_TO, SHIFT_BLOCK, SHIFT_FRAME, SHIFT_PERIOD, SELECT_MANY, SELECT_NONE, SELECT_ONE, SELECTION_COLLAPSE, SELECTION_FARTHEST, SELECTION_FROM, SELECTION_NEAREST, SELECTION_TO, CALENDAR_CONTROLS, CALENDAR_SELECTIONS } from './constants';
|
|
2
|
+
import { Indexed } from './shared/indexed/types';
|
|
3
|
+
import { WatchCallable } from '@src/utils/watchable/types';
|
|
4
|
+
export type WithGetSetProperty<T = any> = {
|
|
5
|
+
get _(): T;
|
|
6
|
+
set _($: T);
|
|
7
|
+
};
|
|
8
|
+
export type WithTimeEdges<T = {}> = {
|
|
9
|
+
from: T;
|
|
10
|
+
to: T;
|
|
11
|
+
};
|
|
12
|
+
export type DayOfWeekLabelFormat = (typeof DAY_OF_WEEK_FORMATS)[number];
|
|
13
|
+
export type FirstWeekDay = (typeof FIRST_WEEK_DAYS)[number];
|
|
14
|
+
export type WeekDay = FirstWeekDay | 2 | 3 | 4 | 5;
|
|
15
|
+
export type Month = WeekDay | 7 | 8 | 9 | 10 | 11;
|
|
16
|
+
export type MonthDays = 28 | 29 | 30 | 31;
|
|
17
|
+
export type Time = Date | number | string;
|
|
18
|
+
export declare enum TimeFlag {
|
|
19
|
+
CURRENT = 1,
|
|
20
|
+
CURSOR = 2,
|
|
21
|
+
WEEKEND = 4,
|
|
22
|
+
LINE_START = 8,
|
|
23
|
+
LINE_END = 16,
|
|
24
|
+
WITHIN_BLOCK = 32,
|
|
25
|
+
BLOCK_START = 64,
|
|
26
|
+
BLOCK_END = 128,
|
|
27
|
+
WITHIN_RANGE = 256,
|
|
28
|
+
RANGE_START = 512,
|
|
29
|
+
RANGE_END = 1024,
|
|
30
|
+
WITHIN_SELECTION = 2048,
|
|
31
|
+
SELECTION_START = 4096,
|
|
32
|
+
SELECTION_END = 8192,
|
|
33
|
+
ALL = 16383
|
|
34
|
+
}
|
|
35
|
+
export type TimeFlagProp = Exclude<keyof typeof TimeFlag, 'ALL'>;
|
|
36
|
+
export type TimeFrameCursor = typeof CURSOR_BACKWARD | typeof CURSOR_BLOCK_END | typeof CURSOR_BLOCK_START | typeof CURSOR_DOWNWARD | typeof CURSOR_FORWARD | typeof CURSOR_LINE_END | typeof CURSOR_LINE_START | typeof CURSOR_NEXT_BLOCK | typeof CURSOR_PREV_BLOCK | typeof CURSOR_UPWARD;
|
|
37
|
+
export type TimeFrameSelection = typeof SELECTION_COLLAPSE | typeof SELECTION_FARTHEST | typeof SELECTION_FROM | typeof SELECTION_NEAREST | typeof SELECTION_TO;
|
|
38
|
+
export type TimeFrameRangeEdge = typeof RANGE_FROM | typeof RANGE_TO;
|
|
39
|
+
export type TimeFrameShift = typeof SHIFT_BLOCK | typeof SHIFT_FRAME | typeof SHIFT_PERIOD;
|
|
40
|
+
export type TimeFrameSize = (typeof FRAME_SIZES)[number];
|
|
41
|
+
type TimeFrameBlockMetrics<T extends string> = {
|
|
42
|
+
[K in T]: Readonly<WithTimeEdges<number>> & {
|
|
43
|
+
readonly units: number;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
export type TimeFrameBlock = TimeFrameBlockMetrics<'inner' | 'outer'> & Readonly<{
|
|
47
|
+
[K: number]: readonly [number, number];
|
|
48
|
+
month: Month;
|
|
49
|
+
year: number;
|
|
50
|
+
}>;
|
|
51
|
+
export type TimeSlice = Readonly<WithTimeEdges<number>> & Readonly<{
|
|
52
|
+
offsets: Readonly<WithTimeEdges<number>>;
|
|
53
|
+
span: number;
|
|
54
|
+
}>;
|
|
55
|
+
export type TimeSliceFactory = {
|
|
56
|
+
(fromTime?: Time, toTime?: Time): TimeSlice;
|
|
57
|
+
(time?: Time, timeEdge?: TimeFrameRangeEdge): TimeSlice;
|
|
58
|
+
};
|
|
59
|
+
export declare const enum CalendarShiftControlFlag {
|
|
60
|
+
PREV = 1,
|
|
61
|
+
BLOCK = 0,
|
|
62
|
+
FRAME = 2,
|
|
63
|
+
PERIOD = 4
|
|
64
|
+
}
|
|
65
|
+
export declare enum CalendarShiftControlsFlag {
|
|
66
|
+
PREV_PERIOD = 5,
|
|
67
|
+
PREV_FRAME = 3,
|
|
68
|
+
PREV = 1,
|
|
69
|
+
NEXT = 0,
|
|
70
|
+
NEXT_FRAME = 2,
|
|
71
|
+
NEXT_PERIOD = 4
|
|
72
|
+
}
|
|
73
|
+
export type CalendarShiftControl = keyof typeof CalendarShiftControlsFlag;
|
|
74
|
+
export type CalendarShiftControls = (typeof CALENDAR_CONTROLS)[number];
|
|
75
|
+
export type CalendarSelection = (typeof CALENDAR_SELECTIONS)[number];
|
|
76
|
+
export type CalendarConfig = {
|
|
77
|
+
blocks?: TimeFrameSize;
|
|
78
|
+
controls?: CalendarShiftControls;
|
|
79
|
+
firstWeekDay?: FirstWeekDay;
|
|
80
|
+
fixedBlockHeight?: boolean;
|
|
81
|
+
highlight?: CalendarSelection | string;
|
|
82
|
+
locale?: string;
|
|
83
|
+
minified?: boolean;
|
|
84
|
+
timeslice?: TimeSlice;
|
|
85
|
+
trackCurrentDay?: boolean;
|
|
86
|
+
};
|
|
87
|
+
export type CalendarFlagsRecord = Readonly<{
|
|
88
|
+
[K in TimeFlagProp]?: 1;
|
|
89
|
+
}>;
|
|
90
|
+
export type CalendarBlock = Readonly<{
|
|
91
|
+
datetime: string;
|
|
92
|
+
label: string;
|
|
93
|
+
month: number;
|
|
94
|
+
year: number;
|
|
95
|
+
}>;
|
|
96
|
+
export type CalendarBlockCellData = Readonly<{
|
|
97
|
+
datetime: string;
|
|
98
|
+
flags: CalendarFlagsRecord;
|
|
99
|
+
index: number;
|
|
100
|
+
label: string;
|
|
101
|
+
timestamp: number;
|
|
102
|
+
}>;
|
|
103
|
+
export type CalendarDayOfWeekData = Readonly<{
|
|
104
|
+
flags: CalendarFlagsRecord;
|
|
105
|
+
labels: Readonly<{
|
|
106
|
+
[K in DayOfWeekLabelFormat]: string;
|
|
107
|
+
}>;
|
|
108
|
+
}>;
|
|
109
|
+
export type IndexedCalendarBlock = Indexed<Indexed<CalendarBlockCellData>> & CalendarBlock;
|
|
110
|
+
export type CalendarGridControls = Readonly<{
|
|
111
|
+
[P in CalendarShiftControl]?: (evt?: Event) => boolean;
|
|
112
|
+
}>;
|
|
113
|
+
export type CalendarGridControlRecord = [CalendarShiftControl, Exclude<CalendarGridControls[CalendarShiftControl], undefined>];
|
|
114
|
+
export type CalendarGrid = Indexed<IndexedCalendarBlock> & Readonly<{
|
|
115
|
+
config: {
|
|
116
|
+
(config?: CalendarConfig): CalendarConfig;
|
|
117
|
+
cursorIndex: WithGetSetProperty<(this: CalendarConfig, evt: Event) => number | undefined>['_'];
|
|
118
|
+
shiftFactor: WithGetSetProperty<(this: CalendarConfig, evt: Event, target: CalendarShiftControl) => number | undefined>['_'];
|
|
119
|
+
watch: WithGetSetProperty<WatchCallable<any, CalendarConfig>>['_'];
|
|
120
|
+
};
|
|
121
|
+
controls: Indexed<CalendarGridControlRecord> & CalendarGridControls;
|
|
122
|
+
cursor: (evt?: Event) => boolean;
|
|
123
|
+
highlight: WithTimeEdges<WithGetSetProperty<number | undefined>['_']> & Readonly<{
|
|
124
|
+
blank: boolean;
|
|
125
|
+
}>;
|
|
126
|
+
rowspan: number;
|
|
127
|
+
weekdays: Indexed<CalendarDayOfWeekData>;
|
|
128
|
+
}>;
|
|
129
|
+
export type CalendarFacade = {
|
|
130
|
+
(init?: CalendarConfig | TimeFrameSize | WatchCallable<any, CalendarConfig>): Readonly<{
|
|
131
|
+
readonly grid: CalendarGrid;
|
|
132
|
+
readonly kill: () => void;
|
|
133
|
+
}>;
|
|
134
|
+
readonly controls: Readonly<{
|
|
135
|
+
ALL: typeof CONTROLS_ALL;
|
|
136
|
+
MINIMAL: typeof CONTROLS_MINIMAL;
|
|
137
|
+
NONE: typeof CONTROLS_NONE;
|
|
138
|
+
}>;
|
|
139
|
+
readonly highlight: Readonly<{
|
|
140
|
+
ONE: typeof SELECT_ONE;
|
|
141
|
+
MANY: typeof SELECT_MANY;
|
|
142
|
+
NONE: typeof SELECT_NONE;
|
|
143
|
+
}>;
|
|
144
|
+
readonly slice: TimeSliceFactory & Readonly<{
|
|
145
|
+
FROM: typeof RANGE_FROM;
|
|
146
|
+
SINCE_NOW: TimeSlice;
|
|
147
|
+
TO: typeof RANGE_TO;
|
|
148
|
+
UNBOUNDED: TimeSlice;
|
|
149
|
+
UNTIL_NOW: TimeSlice;
|
|
150
|
+
}>;
|
|
151
|
+
};
|
|
152
|
+
export type CalendarWatchAtoms = Partial<WithTimeEdges<number>> & {
|
|
153
|
+
blocks?: TimeFrameSize;
|
|
154
|
+
cells?: number;
|
|
155
|
+
controls?: CalendarShiftControls;
|
|
156
|
+
cursor?: number;
|
|
157
|
+
highlight?: CalendarSelection;
|
|
158
|
+
locale?: string;
|
|
159
|
+
minified?: boolean;
|
|
160
|
+
origin?: number;
|
|
161
|
+
today: number;
|
|
162
|
+
};
|
|
163
|
+
export {};
|
|
164
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/internal/Calendar/calendar/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Month, MonthDays, Time } from './types';
|
|
2
|
+
export declare const computeTimestampOffset: (timestamp: number) => number;
|
|
3
|
+
export declare const getDateObjectFromTimestamp: (timestamp?: number) => Date | undefined;
|
|
4
|
+
export declare const getEdgesDistance: (fromTime: Time, toTime: Time) => number;
|
|
5
|
+
export declare const getMonthDays: (month: Month, year: number, offset?: number) => readonly [MonthDays, Month, number];
|
|
6
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../src/components/internal/Calendar/calendar/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAGjD,eAAO,MAAM,sBAAsB,cAAe,MAAM,WAAuF,CAAC;AAChJ,eAAO,MAAM,0BAA0B,eAAgB,MAAM,qBAAgE,CAAC;AAE9H,eAAO,MAAM,gBAAgB,aAAc,IAAI,UAAU,IAAI,WAK5D,CAAC;AAEF,eAAO,MAAM,YAAY,UAGN,KAAK,QAAQ,MAAM,yDAQlC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const clock: Readonly<{
|
|
2
|
+
timestamp: number;
|
|
3
|
+
watch: (callback?: import("../../../../utils/watchable/types").WatchCallback<{
|
|
4
|
+
timestamp: number;
|
|
5
|
+
}> | undefined) => import("../../../../utils/watchable/types").WatchCallable<void, any>;
|
|
6
|
+
}>;
|
|
7
|
+
export default clock;
|
|
8
|
+
//# sourceMappingURL=clock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clock.d.ts","sourceRoot":"","sources":["../../../../../../src/components/internal/Calendar/clock/clock.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,KAAK;;;;;EAgDP,CAAC;AAEL,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/internal/Calendar/clock/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAClC,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"today.d.ts","sourceRoot":"","sources":["../../../../../../src/components/internal/Calendar/clock/today.ts"],"names":[],"mappings":"AAAA,OAAmB,EAAE,qBAAqB,EAAsC,MAAM,2CAA2C,CAAC;AAGlI,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,QAAA,MAAM,KAAK,cAoBY,qBAAqB,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,UAmDzD,CAAC;AAEL,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Watchable } from '@src/utils/watchable/types';
|
|
2
|
+
import { RestamperWithTimezone } from '@src/core/Localization/datetime/restamper';
|
|
3
|
+
export type Clock<T extends Record<any, any> = {}> = Readonly<{
|
|
4
|
+
timestamp: number;
|
|
5
|
+
watch: Watchable<{
|
|
6
|
+
timestamp: number;
|
|
7
|
+
} & T>['watch'];
|
|
8
|
+
}>;
|
|
9
|
+
export type Today = Clock & Readonly<{
|
|
10
|
+
timezone: RestamperWithTimezone['tz']['current'];
|
|
11
|
+
}>;
|
|
12
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/internal/Calendar/clock/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AAElF,MAAM,MAAM,KAAK,CAAC,CAAC,SAAS,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,EAAE,IAAI,QAAQ,CAAC;IAC1D,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,SAAS,CAAC;QAAE,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;CACxD,CAAC,CAAC;AAEH,MAAM,MAAM,KAAK,GAAG,KAAK,GACrB,QAAQ,CAAC;IACL,QAAQ,EAAE,qBAAqB,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC;CACpD,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarControls.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/components/CalendarControls/CalendarControls.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;;AAShD,wBAAsC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/components/CalendarControls/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CalendarGrid } from '../../calendar/types';
|
|
2
|
+
import { CalendarRenderControl } from '../../types';
|
|
3
|
+
export interface CalendarControlsProps {
|
|
4
|
+
config: ReturnType<CalendarGrid['config']>;
|
|
5
|
+
grid: CalendarGrid;
|
|
6
|
+
renderer?: CalendarRenderControl;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/components/CalendarControls/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAEpD,MAAM,WAAW,qBAAqB;IAClC,MAAM,EAAE,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC;IAC3C,IAAI,EAAE,YAAY,CAAC;IACnB,QAAQ,CAAC,EAAE,qBAAqB,CAAC;CACpC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CalendarGridProps } from './types';
|
|
2
|
+
import '../../Calendar.scss';
|
|
3
|
+
declare const _default: import("preact").FunctionComponent<import("preact/compat").PropsWithoutRef<CalendarGridProps> & {
|
|
4
|
+
ref?: import("preact").Ref<unknown> | undefined;
|
|
5
|
+
}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=CalendarGrid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarGrid.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/components/CalendarGrid/CalendarGrid.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAG5C,OAAO,qBAAqB,CAAC;;;;AAmD7B,wBAAkC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { CalendarGridDateProps } from './types';
|
|
2
|
+
declare const _default: import("preact").FunctionComponent<import("preact/compat").PropsWithoutRef<CalendarGridDateProps> & {
|
|
3
|
+
ref?: import("preact").Ref<unknown> | undefined;
|
|
4
|
+
}>;
|
|
5
|
+
export default _default;
|
|
6
|
+
//# sourceMappingURL=CalendarGridDate.d.ts.map
|
package/dist/types/components/internal/Calendar/components/CalendarGrid/CalendarGridDate.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarGridDate.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/components/CalendarGrid/CalendarGridDate.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAA+B,MAAM,SAAS,CAAC;;;;AAoF7E,wBAME"}
|
package/dist/types/components/internal/Calendar/components/CalendarGrid/CalendarGridDayOfWeek.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { CalendarGridDayOfWeekProps } from './types';
|
|
2
|
+
declare const _default: ({ prepare, flags, labels: { long: longLabel, short: shortLabel } }: CalendarGridDayOfWeekProps) => import("preact/compat").JSX.Element;
|
|
3
|
+
export default _default;
|
|
4
|
+
//# sourceMappingURL=CalendarGridDayOfWeek.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarGridDayOfWeek.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/components/CalendarGrid/CalendarGridDayOfWeek.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,0BAA0B,EAAoC,MAAM,SAAS,CAAC;;AAwDvF,wBAME"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/components/CalendarGrid/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { JSX } from 'preact';
|
|
2
|
+
import { CalendarGridCursorRootProps, CalendarProps } from '../../types';
|
|
3
|
+
import { CalendarBlockCellData, CalendarDayOfWeekData, CalendarGrid } from '../../calendar/types';
|
|
4
|
+
export interface CalendarGridProps {
|
|
5
|
+
config: ReturnType<CalendarGrid['config']>;
|
|
6
|
+
cursorRootProps: CalendarGridCursorRootProps;
|
|
7
|
+
grid: CalendarGrid;
|
|
8
|
+
onlyCellsWithin?: CalendarProps['onlyCellsWithin'];
|
|
9
|
+
prepare?: CalendarProps['prepare'];
|
|
10
|
+
}
|
|
11
|
+
type CalendarGridDateExtendedProps = {
|
|
12
|
+
childClassName?: JSX.Signalish<string | undefined>;
|
|
13
|
+
childProps?: Exclude<CalendarGridDateExtendedProps['props'], undefined>;
|
|
14
|
+
props?: Omit<CalendarGridDateRenderProps, keyof CalendarGridDateExtendedProps>;
|
|
15
|
+
};
|
|
16
|
+
type CalendarGridDayOfWeekExtendedProps = {
|
|
17
|
+
childClassName?: JSX.Signalish<string | undefined>;
|
|
18
|
+
childProps?: Exclude<CalendarGridDayOfWeekExtendedProps['props'], undefined>;
|
|
19
|
+
props?: Omit<CalendarGridDayOfWeekRenderProps, keyof CalendarGridDayOfWeekExtendedProps>;
|
|
20
|
+
};
|
|
21
|
+
export type CalendarGridDateRenderProps = JSX.HTMLAttributes<HTMLTimeElement> & CalendarGridDateExtendedProps;
|
|
22
|
+
export type CalendarGridDayOfWeekRenderProps = JSX.HTMLAttributes<HTMLElement> & CalendarGridDayOfWeekExtendedProps;
|
|
23
|
+
type CalendarGridCellProps<T extends {} = {}> = T & Pick<CalendarGridProps, 'grid' | 'prepare'> & {
|
|
24
|
+
block: CalendarGrid[number];
|
|
25
|
+
cell: number;
|
|
26
|
+
};
|
|
27
|
+
export type CalendarGridDateProps = CalendarGridCellProps<CalendarBlockCellData & {
|
|
28
|
+
onlyCellsWithin: CalendarGridProps['onlyCellsWithin'];
|
|
29
|
+
row: number;
|
|
30
|
+
}>;
|
|
31
|
+
export type CalendarGridDayOfWeekProps = CalendarGridCellProps<CalendarDayOfWeekData>;
|
|
32
|
+
export {};
|
|
33
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/components/CalendarGrid/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAC7B,OAAO,EAAE,2BAA2B,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACzE,OAAO,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAElG,MAAM,WAAW,iBAAiB;IAC9B,MAAM,EAAE,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC;IAC3C,eAAe,EAAE,2BAA2B,CAAC;IAC7C,IAAI,EAAE,YAAY,CAAC;IACnB,eAAe,CAAC,EAAE,aAAa,CAAC,iBAAiB,CAAC,CAAC;IACnD,OAAO,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC;CACtC;AAED,KAAK,6BAA6B,GAAG;IACjC,cAAc,CAAC,EAAE,GAAG,CAAC,SAAS,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnD,UAAU,CAAC,EAAE,OAAO,CAAC,6BAA6B,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC,CAAC;IACxE,KAAK,CAAC,EAAE,IAAI,CAAC,2BAA2B,EAAE,MAAM,6BAA6B,CAAC,CAAC;CAClF,CAAC;AAEF,KAAK,kCAAkC,GAAG;IACtC,cAAc,CAAC,EAAE,GAAG,CAAC,SAAS,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnD,UAAU,CAAC,EAAE,OAAO,CAAC,kCAAkC,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC,CAAC;IAC7E,KAAK,CAAC,EAAE,IAAI,CAAC,gCAAgC,EAAE,MAAM,kCAAkC,CAAC,CAAC;CAC5F,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,GAAG,CAAC,cAAc,CAAC,eAAe,CAAC,GAAG,6BAA6B,CAAC;AAC9G,MAAM,MAAM,gCAAgC,GAAG,GAAG,CAAC,cAAc,CAAC,WAAW,CAAC,GAAG,kCAAkC,CAAC;AAEpH,KAAK,qBAAqB,CAAC,CAAC,SAAS,EAAE,GAAG,EAAE,IAAI,CAAC,GAC7C,IAAI,CAAC,iBAAiB,EAAE,MAAM,GAAG,SAAS,CAAC,GAAG;IAC1C,KAAK,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAC5B,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEN,MAAM,MAAM,qBAAqB,GAAG,qBAAqB,CACrD,qBAAqB,GAAG;IACpB,eAAe,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IACtD,GAAG,EAAE,MAAM,CAAC;CACf,CACJ,CAAC;AACF,MAAM,MAAM,0BAA0B,GAAG,qBAAqB,CAAC,qBAAqB,CAAC,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
type PropertyDescriptor<T = any> = {
|
|
2
|
+
configurable?: boolean;
|
|
3
|
+
enumerable?: boolean;
|
|
4
|
+
value?: T;
|
|
5
|
+
writable?: boolean;
|
|
6
|
+
get?(): T | undefined;
|
|
7
|
+
set?(v?: T): void;
|
|
8
|
+
};
|
|
9
|
+
type PropertyFactory = {
|
|
10
|
+
<T = any>(setter?: false | ((value?: T) => T | undefined), value?: T): PropertyDescriptor<T>;
|
|
11
|
+
is: (value: any) => value is PropertyDescriptor;
|
|
12
|
+
isObject: (value: any) => value is Record<any, any>;
|
|
13
|
+
immutable: <T = any>(value?: T) => PropertyDescriptor<T>;
|
|
14
|
+
mutable: <T = any>(value?: T) => PropertyDescriptor<T>;
|
|
15
|
+
restricted: () => PropertyDescriptor<undefined>;
|
|
16
|
+
};
|
|
17
|
+
export declare const property: PropertyFactory;
|
|
18
|
+
export declare const propsProperty: {
|
|
19
|
+
<T extends Record<string, any> = {}>(props?: ({ [K in keyof T]: (T[K] extends PropertyDescriptor<infer U> ? U extends Record<string, any> ? (U extends infer T_1 extends Record<string, any> ? { [K_1 in keyof T_1]: (U[K_1] extends PropertyDescriptor<infer U> ? U extends Record<string, any> ? any & Record<string, any> : U : U[K_1]) | PropertyDescriptor<U[K_1]>; } : never) & Record<string, any> : U : T[K]) | PropertyDescriptor<T[K]>; } & Record<string, any>) | undefined, deepImmutable?: boolean): PropertyDescriptor<{ [K in keyof T]: (T[K] extends PropertyDescriptor<infer U> ? U extends Record<string, any> ? (U extends infer T_1 extends Record<string, any> ? { [K_1 in keyof T_1]: (U[K_1] extends PropertyDescriptor<infer U> ? U extends Record<string, any> ? any & Record<string, any> : U : U[K_1]) | PropertyDescriptor<U[K_1]>; } : never) & Record<string, any> : U : T[K]) | PropertyDescriptor<T[K]>; } & Record<string, any>>;
|
|
20
|
+
unwrapped: <T_2 extends Record<string, any> = {}>(props?: ({ [K_2 in keyof T_2]: (T_2[K_2] extends PropertyDescriptor<infer U> ? U extends Record<string, any> ? (U extends infer T_1 extends Record<string, any> ? { [K_1 in keyof T_1]: (U[K_1] extends PropertyDescriptor<infer U> ? U extends Record<string, any> ? any & Record<string, any> : U : U[K_1]) | PropertyDescriptor<U[K_1]>; } : never) & Record<string, any> : U : T_2[K_2]) | PropertyDescriptor<T_2[K_2]>; } & Record<string, any>) | undefined, deepImmutable?: boolean) => T_2;
|
|
21
|
+
};
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/components/CalendarGrid/utils.ts"],"names":[],"mappings":"AAKA,KAAK,kBAAkB,CAAC,CAAC,GAAG,GAAG,IAAI;IAC/B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,CAAC,CAAC;IACV,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,GAAG,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC;IACtB,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;CACrB,CAAC;AAEF,KAAK,eAAe,GAAG;IACnB,CAAC,CAAC,GAAG,GAAG,EAAE,MAAM,CAAC,EAAE,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC,GAAG,kBAAkB,CAAC,CAAC,CAAC,CAAC;IAC7F,EAAE,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,KAAK,IAAI,kBAAkB,CAAC;IAChD,QAAQ,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,KAAK,IAAI,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;IACpD,SAAS,EAAE,CAAC,CAAC,GAAG,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,kBAAkB,CAAC,CAAC,CAAC,CAAC;IACzD,OAAO,EAAE,CAAC,CAAC,GAAG,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,kBAAkB,CAAC,CAAC,CAAC,CAAC;IACvD,UAAU,EAAE,MAAM,kBAAkB,CAAC,SAAS,CAAC,CAAC;CACnD,CAAC;AAEF,eAAO,MAAM,QAAQ,iBAwCjB,CAAC;AAEL,eAAO,MAAM,aAAa;4eAwC8D,OAAO;ygBACI,OAAO;CAEtG,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Ref } from 'preact';
|
|
2
|
+
import { CalendarGridCursorRootProps, CalendarProps } from '../types';
|
|
3
|
+
declare const useCalendar: ({ blocks, controls, dynamicBlockRows, firstWeekDay, highlight, locale, onHighlight, originDate, renderControl, sinceDate, trackCurrentDay, untilDate, useYearView, }: CalendarProps, ref: Ref<unknown>) => {
|
|
4
|
+
cursorElementRef: import("@src/hooks/useReflex").Reflex<Element>;
|
|
5
|
+
cursorRootProps: CalendarGridCursorRootProps;
|
|
6
|
+
grid: import("../calendar/types").CalendarGrid;
|
|
7
|
+
};
|
|
8
|
+
export default useCalendar;
|
|
9
|
+
//# sourceMappingURL=useCalendar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCalendar.d.ts","sourceRoot":"","sources":["../../../../../../src/components/internal/Calendar/hooks/useCalendar.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAO7B,OAAO,EAAE,2BAA2B,EAAkB,aAAa,EAAE,MAAM,UAAU,CAAC;AAItF,QAAA,MAAM,WAAW,yKAeV,aAAa,OACX,IAAI,OAAO,CAAC;;;;CAkIpB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { CalendarRenderControl } from '../types';
|
|
2
|
+
declare const useCalendarControlsRendering: (renderControl?: CalendarRenderControl) => readonly [((...args: any[]) => import("preact").VNode<{}> | null) | undefined, import("../../../../hooks/useReflex").Reflex<Element>];
|
|
3
|
+
export default useCalendarControlsRendering;
|
|
4
|
+
//# sourceMappingURL=useCalendarControlsRendering.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCalendarControlsRendering.d.ts","sourceRoot":"","sources":["../../../../../../src/components/internal/Calendar/hooks/useCalendarControlsRendering.tsx"],"names":[],"mappings":"AAKA,OAAO,EAA2B,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAK1E,QAAA,MAAM,4BAA4B,mBAAoB,qBAAqB,0IA8C1E,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { RestampContext } from '@src/core/Localization/datetime/restamper';
|
|
2
|
+
export type UseTimezoneConfig = {
|
|
3
|
+
timezone?: RestampContext['TIMEZONE'];
|
|
4
|
+
withClock?: boolean;
|
|
5
|
+
};
|
|
6
|
+
export declare const getTimezoneTime: (timezone: RestampContext['TIMEZONE'], timestamp?: number) => readonly [string, string], getUsedTimezone: (timezone?: RestampContext['TIMEZONE']) => string;
|
|
7
|
+
declare const useTimezone: ({ timezone: tz, withClock }?: UseTimezoneConfig) => {
|
|
8
|
+
readonly clockTime: string;
|
|
9
|
+
readonly GMTOffset: string;
|
|
10
|
+
readonly timestamp: number;
|
|
11
|
+
readonly timezone: string;
|
|
12
|
+
};
|
|
13
|
+
export default useTimezone;
|
|
14
|
+
//# sourceMappingURL=useTimezone.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTimezone.d.ts","sourceRoot":"","sources":["../../../../../../src/components/internal/Calendar/hooks/useTimezone.ts"],"names":[],"mappings":"AACA,OAAkB,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAKtF,MAAM,MAAM,iBAAiB,GAAG;IAC5B,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,CAAC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAQ,eAAe,aAKS,cAAc,CAAC,UAAU,CAAC,oDALjC,eAAe,cAiBP,cAAc,CAAC,UAAU,CAAC,WAM9D,CAAC;AAEL,QAAA,MAAM,WAAW,iCAAyC,iBAAiB;;;;;CAoB1E,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/internal/Calendar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { VNode } from 'preact';
|
|
2
|
+
import { CalendarConfig, CalendarGridControlRecord, CalendarSelection, CalendarShiftControls, FirstWeekDay, Time, TimeFrameSize } from './calendar/types';
|
|
3
|
+
export declare const enum CalendarGridRenderToken {
|
|
4
|
+
DATE = 0,
|
|
5
|
+
DAY_OF_WEEK = 1,
|
|
6
|
+
MONTH_HEADER = 2
|
|
7
|
+
}
|
|
8
|
+
export interface CalendarGridCursorRootProps {
|
|
9
|
+
onClickCapture: (evt: Event) => void;
|
|
10
|
+
onMouseOverCapture: (evt: Event) => void;
|
|
11
|
+
onPointerOverCapture: (evt: Event) => void;
|
|
12
|
+
onKeyDownCapture: (evt: KeyboardEvent) => void;
|
|
13
|
+
}
|
|
14
|
+
export interface CalendarHandle {
|
|
15
|
+
clear: () => void;
|
|
16
|
+
config: CalendarConfig;
|
|
17
|
+
from?: Date;
|
|
18
|
+
to?: Date;
|
|
19
|
+
}
|
|
20
|
+
export interface CalendarProps {
|
|
21
|
+
blocks?: TimeFrameSize;
|
|
22
|
+
controls?: CalendarShiftControls;
|
|
23
|
+
dynamicBlockRows?: boolean;
|
|
24
|
+
firstWeekDay?: FirstWeekDay;
|
|
25
|
+
highlight?: CalendarSelection | string;
|
|
26
|
+
locale?: string;
|
|
27
|
+
onHighlight?: (from?: number, to?: number) => any;
|
|
28
|
+
onlyCellsWithin?: boolean;
|
|
29
|
+
originDate?: Time | Time[];
|
|
30
|
+
prepare?: (renderToken: CalendarGridRenderToken, renderContext: any) => any;
|
|
31
|
+
renderControl?: (...args: CalendarGridControlRecord) => VNode | null;
|
|
32
|
+
sinceDate?: Time;
|
|
33
|
+
trackCurrentDay?: boolean;
|
|
34
|
+
untilDate?: Time;
|
|
35
|
+
useYearView?: boolean;
|
|
36
|
+
}
|
|
37
|
+
export type CalendarRenderControl = Exclude<CalendarProps['renderControl'], undefined>;
|
|
38
|
+
export type CalendarControlRenderer = (targetElement: Element, ...args: CalendarGridControlRecord) => ReturnType<CalendarRenderControl>;
|
|
39
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/internal/Calendar/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAC/B,OAAO,EACH,cAAc,EACd,yBAAyB,EACzB,iBAAiB,EACjB,qBAAqB,EACrB,YAAY,EACZ,IAAI,EACJ,aAAa,EAChB,MAAM,kBAAkB,CAAC;AAE1B,0BAAkB,uBAAuB;IACrC,IAAI,IAAA;IACJ,WAAW,IAAA;IACX,YAAY,IAAA;CACf;AAED,MAAM,WAAW,2BAA2B;IACxC,cAAc,EAAE,CAAC,GAAG,EAAE,KAAK,KAAK,IAAI,CAAC;IACrC,kBAAkB,EAAE,CAAC,GAAG,EAAE,KAAK,KAAK,IAAI,CAAC;IACzC,oBAAoB,EAAE,CAAC,GAAG,EAAE,KAAK,KAAK,IAAI,CAAC;IAC3C,gBAAgB,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,CAAC;CAClD;AAED,MAAM,WAAW,cAAc;IAC3B,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,MAAM,EAAE,cAAc,CAAC;IACvB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,EAAE,CAAC,EAAE,IAAI,CAAC;CACb;AAED,MAAM,WAAW,aAAa;IAC1B,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,QAAQ,CAAC,EAAE,qBAAqB,CAAC;IACjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,SAAS,CAAC,EAAE,iBAAiB,GAAG,MAAM,CAAC;IACvC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,KAAK,GAAG,CAAC;IAClD,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,EAAE,CAAC;IAC3B,OAAO,CAAC,EAAE,CAAC,WAAW,EAAE,uBAAuB,EAAE,aAAa,EAAE,GAAG,KAAK,GAAG,CAAC;IAC5E,aAAa,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,yBAAyB,KAAK,KAAK,GAAG,IAAI,CAAC;IACrE,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,MAAM,qBAAqB,GAAG,OAAO,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,SAAS,CAAC,CAAC;AACvF,MAAM,MAAM,uBAAuB,GAAG,CAAC,aAAa,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,yBAAyB,KAAK,UAAU,CAAC,qBAAqB,CAAC,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ComponentChild } from 'preact';
|
|
2
|
+
import './DataGrid.scss';
|
|
3
|
+
import { DataGridColumn, DataGridProps } from './types';
|
|
4
|
+
export declare const INITIAL_STATE: Readonly<{
|
|
5
|
+
activeIndex: -1;
|
|
6
|
+
index: -1;
|
|
7
|
+
}>;
|
|
8
|
+
type CellKey<Item extends Array<any>, Columns extends Array<DataGridColumn<Extract<keyof Item[number], string>>>, Column extends DataGridColumn<Extract<keyof Item[number], string>>, T extends Columns[number]['key']> = {
|
|
9
|
+
[k in Column['key']]: k;
|
|
10
|
+
}[T];
|
|
11
|
+
export type CustomCell<Item extends Array<any>, Columns extends Array<DataGridColumn<Extract<keyof Item[number], string>>>, T extends Columns[number]> = {
|
|
12
|
+
[k in T['key']]?: (props: Item[0][k] extends NonNullable<Item[0][k]> ? {
|
|
13
|
+
key: CellKey<Item, Columns, Columns[number], k>;
|
|
14
|
+
value: Item[number][k];
|
|
15
|
+
item: Item[number];
|
|
16
|
+
} : {
|
|
17
|
+
key: CellKey<Item, Columns, Columns[number], k>;
|
|
18
|
+
item: Item[number];
|
|
19
|
+
}) => ComponentChild;
|
|
20
|
+
};
|
|
21
|
+
declare function DataGrid<Items extends Array<any>, Columns extends Array<DataGridColumn<Extract<keyof Items[number], string>>>, ClickedField extends keyof Items[number], CustomCells extends CustomCell<Items, Columns, Columns[number]>>({ errorDisplay, ...props }: DataGridProps<Items, Columns, ClickedField, CustomCells>): import("preact").JSX.Element;
|
|
22
|
+
declare namespace DataGrid {
|
|
23
|
+
var Footer: typeof DataGridFooter;
|
|
24
|
+
var defaultProps: {
|
|
25
|
+
condensed: boolean;
|
|
26
|
+
outline: boolean;
|
|
27
|
+
scrollable: boolean;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
declare function DataGridFooter({ children }: {
|
|
31
|
+
children: ComponentChild;
|
|
32
|
+
}): import("preact").JSX.Element;
|
|
33
|
+
export default DataGrid;
|
|
34
|
+
//# sourceMappingURL=DataGrid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataGrid.d.ts","sourceRoot":"","sources":["../../../../../src/components/internal/DataGrid/DataGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAgB,MAAM,QAAQ,CAAC;AAEtD,OAAO,iBAAiB,CAAC;AAGzB,OAAO,EAAoB,cAAc,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAM1E,eAAO,MAAM,aAAa;;;EAGxB,CAAC;AAEH,KAAK,OAAO,CACR,IAAI,SAAS,KAAK,CAAC,GAAG,CAAC,EACvB,OAAO,SAAS,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,MAAM,IAAI,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,EAC1E,MAAM,SAAS,cAAc,CAAC,OAAO,CAAC,MAAM,IAAI,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC,EAClE,CAAC,SAAS,OAAO,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,IAChC;KACC,CAAC,IAAI,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC;CAC1B,CAAC,CAAC,CAAC,CAAC;AAEL,MAAM,MAAM,UAAU,CAClB,IAAI,SAAS,KAAK,CAAC,GAAG,CAAC,EACvB,OAAO,SAAS,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,MAAM,IAAI,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,EAC1E,CAAC,SAAS,OAAO,CAAC,MAAM,CAAC,IACzB;KACC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CACd,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAC3C;QAAE,GAAG,EAAE,OAAO,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC;QAAC,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,CAAA;KAAE,GAC/F;QAAE,GAAG,EAAE,OAAO,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC;QAAC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,CAAA;KAAE,KAC5E,cAAc;CACtB,CAAC;AAEF,iBAAS,QAAQ,CACb,KAAK,SAAS,KAAK,CAAC,GAAG,CAAC,EACxB,OAAO,SAAS,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,EAC3E,YAAY,SAAS,MAAM,KAAK,CAAC,MAAM,CAAC,EACxC,WAAW,SAAS,UAAU,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC,EACjE,EAAE,YAAY,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,CAAC,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,WAAW,CAAC,gCAuDrF;kBA5DQ,QAAQ;;;;;;;;AA0FjB,iBAAS,cAAc,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,cAAc,CAAA;CAAE,gCAEjE;AAQD,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataGridCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/internal/DataGrid/DataGridCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAElE,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAAC,uCAMnH"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { DataGridColumn, InteractiveBodyProps } from '../types';
|
|
2
|
+
import { CustomCell } from '../../DataGrid/DataGrid';
|
|
3
|
+
export declare const InteractiveBody: <Items extends any[], Columns extends DataGridColumn<Extract<keyof Items[number], string>>[], ClickedField extends keyof Items[number], CustomCells extends CustomCell<Items, Columns, Columns[number]>>({ data, columns, onRowClick, customCells, }: InteractiveBodyProps<Items, Columns, ClickedField, CustomCells>) => import("preact").JSX.Element;
|
|
4
|
+
//# sourceMappingURL=InteractiveBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InteractiveBody.d.ts","sourceRoot":"","sources":["../../../../../../src/components/internal/DataGrid/components/InteractiveBody.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAErD,eAAO,MAAM,eAAe,wVAoC3B,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import '../DataGrid.scss';
|
|
2
|
+
import { VNode } from 'preact';
|
|
3
|
+
declare const SkeletonBody: ({ columnsNumber, loading, emptyMessageDisplay }: {
|
|
4
|
+
columnsNumber: number;
|
|
5
|
+
loading: boolean;
|
|
6
|
+
emptyMessageDisplay?: VNode<{}> | undefined;
|
|
7
|
+
}) => import("preact").JSX.Element;
|
|
8
|
+
export default SkeletonBody;
|
|
9
|
+
//# sourceMappingURL=SkeletonBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkeletonBody.d.ts","sourceRoot":"","sources":["../../../../../../src/components/internal/DataGrid/components/SkeletonBody.tsx"],"names":[],"mappings":"AACA,OAAO,kBAAkB,CAAC;AAC1B,OAAO,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAE/B,QAAA,MAAM,YAAY;mBAAsE,MAAM;aAAW,OAAO;;kCAsB/G,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { DataGridColumn, InteractiveBodyProps } from '../types';
|
|
2
|
+
import { CustomCell } from '../../DataGrid/DataGrid';
|
|
3
|
+
export declare const TableBody: <Items extends any[], Columns extends DataGridColumn<Extract<keyof Items[number], string>>[], ClickedField extends keyof Items[number], CustomCells extends CustomCell<Items, Columns, Columns[number]>>({ data, columns, customCells, }: Omit<InteractiveBodyProps<Items, Columns, ClickedField, CustomCells>, "onRowClick">) => import("preact").JSX.Element;
|
|
4
|
+
//# sourceMappingURL=TableBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableBody.d.ts","sourceRoot":"","sources":["../../../../../../src/components/internal/DataGrid/components/TableBody.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAErD,eAAO,MAAM,SAAS,gWAmBrB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { DataGridColumn } from '@src/components/internal/DataGrid/types';
|
|
2
|
+
import { CustomCell } from '@src/components/internal/DataGrid/DataGrid';
|
|
3
|
+
export declare const TableCells: <Items extends any[], Columns extends DataGridColumn<Extract<keyof Items[number], string>>[], CustomCells extends CustomCell<Items, Columns, Columns[number]>>({ columns, customCells, item, }: {
|
|
4
|
+
columns: Columns;
|
|
5
|
+
customCells?: CustomCells | undefined;
|
|
6
|
+
item: Items[number];
|
|
7
|
+
}) => import("preact").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=TableCells.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableCells.d.ts","sourceRoot":"","sources":["../../../../../../src/components/internal/DataGrid/components/TableCells.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAC;AAExE,eAAO,MAAM,UAAU;;;;kCAsCtB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const useInteractiveDataGrid: ({ totalRows }: {
|
|
2
|
+
totalRows: number;
|
|
3
|
+
}) => {
|
|
4
|
+
listeners: {
|
|
5
|
+
onKeyDownCapture: (evt: KeyboardEvent) => void;
|
|
6
|
+
onFocusCapture: (index: number) => (evt: Event) => void;
|
|
7
|
+
};
|
|
8
|
+
ref: import("@src/hooks/useReflex").Reflex<Element>;
|
|
9
|
+
activeIndex: number;
|
|
10
|
+
currentIndex: number;
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=useInteractiveDataGrid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useInteractiveDataGrid.d.ts","sourceRoot":"","sources":["../../../../../../src/components/internal/DataGrid/hooks/useInteractiveDataGrid.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,sBAAsB;eAAgC,MAAM;;;gCA0C3D,aAAa;gCA4CX,MAAM,WAAW,KAAK;;;;;CAQrC,CAAC"}
|