@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,36 @@
|
|
|
1
|
+
export declare const DAY_MS: 86400000;
|
|
2
|
+
export declare const DAY_OF_WEEK_FORMATS: readonly ["narrow", "short", "long"];
|
|
3
|
+
export declare const FIRST_WEEK_DAYS: readonly [0, 1, 6];
|
|
4
|
+
export declare const FRAME_SIZES: readonly [1, 2, 3, 4, 6, 12];
|
|
5
|
+
export declare const MAXIMUM_MONTH_UNITS: 42;
|
|
6
|
+
export declare const WEEKEND_DAYS_SEED: readonly [0, 1];
|
|
7
|
+
export declare const YEAR_MONTHS: 12;
|
|
8
|
+
export declare const CONTROLS_ALL: unique symbol;
|
|
9
|
+
export declare const CONTROLS_MINIMAL: unique symbol;
|
|
10
|
+
export declare const CONTROLS_NONE: unique symbol;
|
|
11
|
+
export declare const CALENDAR_CONTROLS: readonly [typeof CONTROLS_NONE, typeof CONTROLS_MINIMAL, typeof CONTROLS_ALL];
|
|
12
|
+
export declare const SELECT_MANY: unique symbol;
|
|
13
|
+
export declare const SELECT_NONE: unique symbol;
|
|
14
|
+
export declare const SELECT_ONE: unique symbol;
|
|
15
|
+
export declare const CALENDAR_SELECTIONS: readonly [typeof SELECT_NONE, typeof SELECT_ONE, typeof SELECT_MANY];
|
|
16
|
+
export declare const CURSOR_BACKWARD: unique symbol;
|
|
17
|
+
export declare const CURSOR_BLOCK_END: unique symbol;
|
|
18
|
+
export declare const CURSOR_BLOCK_START: unique symbol;
|
|
19
|
+
export declare const CURSOR_DOWNWARD: unique symbol;
|
|
20
|
+
export declare const CURSOR_FORWARD: unique symbol;
|
|
21
|
+
export declare const CURSOR_LINE_END: unique symbol;
|
|
22
|
+
export declare const CURSOR_LINE_START: unique symbol;
|
|
23
|
+
export declare const CURSOR_NEXT_BLOCK: unique symbol;
|
|
24
|
+
export declare const CURSOR_PREV_BLOCK: unique symbol;
|
|
25
|
+
export declare const CURSOR_UPWARD: unique symbol;
|
|
26
|
+
export declare const RANGE_FROM: unique symbol;
|
|
27
|
+
export declare const RANGE_TO: unique symbol;
|
|
28
|
+
export declare const SELECTION_COLLAPSE: unique symbol;
|
|
29
|
+
export declare const SELECTION_FARTHEST: unique symbol;
|
|
30
|
+
export declare const SELECTION_FROM: unique symbol;
|
|
31
|
+
export declare const SELECTION_NEAREST: unique symbol;
|
|
32
|
+
export declare const SELECTION_TO: unique symbol;
|
|
33
|
+
export declare const SHIFT_BLOCK: unique symbol;
|
|
34
|
+
export declare const SHIFT_FRAME: unique symbol;
|
|
35
|
+
export declare const SHIFT_PERIOD: unique symbol;
|
|
36
|
+
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../src/components/internal/Calendar/calendar/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,UAAoB,CAAC;AACxC,eAAO,MAAM,mBAAmB,sCAAuC,CAAC;AACxE,eAAO,MAAM,eAAe,oBAAqB,CAAC;AAClD,eAAO,MAAM,WAAW,8BAA+B,CAAC;AACxD,eAAO,MAAM,mBAAmB,IAAc,CAAC;AAC/C,eAAO,MAAM,iBAAiB,iBAAkB,CAAC;AACjD,eAAO,MAAM,WAAW,IAAc,CAAC;AACvC,eAAO,MAAM,YAAY,EAAE,OAAO,MAAiB,CAAC;AACpD,eAAO,MAAM,gBAAgB,EAAE,OAAO,MAAiB,CAAC;AACxD,eAAO,MAAM,aAAa,EAAE,OAAO,MAAiB,CAAC;AACrD,eAAO,MAAM,iBAAiB,+EAA2D,CAAC;AAC1F,eAAO,MAAM,WAAW,EAAE,OAAO,MAAiB,CAAC;AACnD,eAAO,MAAM,WAAW,EAAE,OAAO,MAAiB,CAAC;AACnD,eAAO,MAAM,UAAU,EAAE,OAAO,MAAiB,CAAC;AAClD,eAAO,MAAM,mBAAmB,sEAAkD,CAAC;AACnF,eAAO,MAAM,eAAe,EAAE,OAAO,MAAiB,CAAC;AACvD,eAAO,MAAM,gBAAgB,EAAE,OAAO,MAAiB,CAAC;AACxD,eAAO,MAAM,kBAAkB,EAAE,OAAO,MAAiB,CAAC;AAC1D,eAAO,MAAM,eAAe,EAAE,OAAO,MAAiB,CAAC;AACvD,eAAO,MAAM,cAAc,EAAE,OAAO,MAAiB,CAAC;AACtD,eAAO,MAAM,eAAe,EAAE,OAAO,MAAiB,CAAC;AACvD,eAAO,MAAM,iBAAiB,EAAE,OAAO,MAAiB,CAAC;AACzD,eAAO,MAAM,iBAAiB,EAAE,OAAO,MAAiB,CAAC;AACzD,eAAO,MAAM,iBAAiB,EAAE,OAAO,MAAiB,CAAC;AACzD,eAAO,MAAM,aAAa,EAAE,OAAO,MAAiB,CAAC;AACrD,eAAO,MAAM,UAAU,EAAE,OAAO,MAAiB,CAAC;AAClD,eAAO,MAAM,QAAQ,EAAE,OAAO,MAAiB,CAAC;AAChD,eAAO,MAAM,kBAAkB,EAAE,OAAO,MAAiB,CAAC;AAC1D,eAAO,MAAM,kBAAkB,EAAE,OAAO,MAAiB,CAAC;AAC1D,eAAO,MAAM,cAAc,EAAE,OAAO,MAAiB,CAAC;AACtD,eAAO,MAAM,iBAAiB,EAAE,OAAO,MAAiB,CAAC;AACzD,eAAO,MAAM,YAAY,EAAE,OAAO,MAAiB,CAAC;AACpD,eAAO,MAAM,WAAW,EAAE,OAAO,MAAiB,CAAC;AACnD,eAAO,MAAM,WAAW,EAAE,OAAO,MAAiB,CAAC;AACnD,eAAO,MAAM,YAAY,EAAE,OAAO,MAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/calendar/facade/Calendar.ts"],"names":[],"mappings":"AA8CA,OAAO,EAGH,YAAY,EAOf,MAAM,UAAU,CAAC;AAElB,MAAM,CAAC,OAAO,OAAO,QAAQ;;IACzB,IAAI,EAAE,YAAY,CAAC;IACnB,IAAI,EAAE,MAAM,IAAI,CAAC;;CA+hBpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/calendar/facade/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C,QAAA,MAAM,QAAQ,gBA0CV,CAAC;AAEL,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/internal/Calendar/calendar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Indexed } from './types';
|
|
2
|
+
declare const indexed: <V, T = {}>(iterablePropertyDescriptorsOrSize: PropertyDescriptorMap | (() => number) | number, iteratorValueGetter: (index: number) => V) => Indexed<V> & T;
|
|
3
|
+
export default indexed;
|
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/internal/Calendar/calendar/shared/indexed/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAyD,MAAM,SAAS,CAAC;AAKzF,QAAA,MAAM,OAAO,iDAmC8B,qBAAqB,GAAG,CAAC,MAAM,MAAM,CAAC,GAAG,MAAM,+BACrD,MAAM,yBAyBvC,CAAC;AAEL,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export interface Indexed<V = any> extends ArrayLike<V>, Iterable<V> {
|
|
2
|
+
map: (this: Indexed<V>, ...args: Parameters<IndexedMapIteratorFactory<V>>) => ReturnType<IndexedMapIteratorFactory<V>> extends Generator<infer MappedValue> ? MappedValue[] : never;
|
|
3
|
+
}
|
|
4
|
+
export type IndexedMapIteratorCallback<V = any, MappedValue = any> = {
|
|
5
|
+
(item: Indexed<V>[number], index: number, context: Indexed<V>): MappedValue;
|
|
6
|
+
};
|
|
7
|
+
export type IndexedMapIteratorFactory<V = any, MappedValue = any> = {
|
|
8
|
+
(this: Indexed<V>, callback?: IndexedMapIteratorCallback<V, MappedValue>, thisArg?: any): Generator<MappedValue>;
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/internal/Calendar/calendar/shared/indexed/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,SAAS,CAAC,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC;IAC/D,GAAG,EAAE,CACD,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,EAChB,GAAG,IAAI,EAAE,UAAU,CAAC,yBAAyB,CAAC,CAAC,CAAC,CAAC,KAChD,UAAU,CAAC,yBAAyB,CAAC,CAAC,CAAC,CAAC,SAAS,SAAS,CAAC,MAAM,WAAW,CAAC,GAAG,WAAW,EAAE,GAAG,KAAK,CAAC;CAC9G;AAED,MAAM,MAAM,0BAA0B,CAAC,CAAC,GAAG,GAAG,EAAE,WAAW,GAAG,GAAG,IAAI;IACjE,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC;CAC/E,CAAC;AAEF,MAAM,MAAM,yBAAyB,CAAC,CAAC,GAAG,GAAG,EAAE,WAAW,GAAG,GAAG,IAAI;IAChE,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,QAAQ,CAAC,EAAE,0BAA0B,CAAC,CAAC,EAAE,WAAW,CAAC,EAAE,OAAO,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;CACpH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flags.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/internal/Calendar/calendar/timeframe/common/flags.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAA0B,MAAM,aAAa,CAAC;AAI1E,QAAA,MAAM,iBAAiB,UAOJ,MAAM,KAAG,mBA4BxB,CAAC;AAEL,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { FirstWeekDay, TimeFrameSize, WeekDay } from '../../types';
|
|
2
|
+
export declare const downsizeTimeFrame: (size: TimeFrameSize, maxsize: number) => TimeFrameSize;
|
|
3
|
+
export declare const resolveTimeFrameBlockSize: (size: TimeFrameSize) => 1 | 4 | 2 | 3 | 6 | 12 | undefined;
|
|
4
|
+
export declare const getWeekendDays: (firstWeekDay?: FirstWeekDay) => readonly [WeekDay, WeekDay];
|
|
5
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/internal/Calendar/calendar/timeframe/common/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAGnE,eAAO,MAAM,iBAAiB,SAAU,aAAa,WAAW,MAAM,KAAG,aAKxE,CAAC;AAEF,eAAO,MAAM,yBAAyB,SAAU,aAAa,uCAAwD,CAAC;AAEtH,eAAO,MAAM,cAAc,kBAAkB,YAAY,gCAE8C,CAAC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import TimeFrame from './TimeFrame';
|
|
2
|
+
import { FirstWeekDay, Month, MonthDays, Time, TimeFrameBlock, TimeFrameSelection } from '../../types';
|
|
3
|
+
export default class MonthFrame extends TimeFrame {
|
|
4
|
+
#private;
|
|
5
|
+
protected daysInWeek: number;
|
|
6
|
+
protected origin: Month;
|
|
7
|
+
constructor();
|
|
8
|
+
protected get fromTimestamp(): number;
|
|
9
|
+
protected get toTimestamp(): number;
|
|
10
|
+
protected get numberOfBlocks(): number;
|
|
11
|
+
get currentDayTimestamp(): number;
|
|
12
|
+
get dynamicBlockHeight(): boolean;
|
|
13
|
+
set dynamicBlockHeight(bool: boolean | null | undefined);
|
|
14
|
+
get rowspan(): 7;
|
|
15
|
+
get firstWeekDay(): FirstWeekDay;
|
|
16
|
+
set firstWeekDay(day: FirstWeekDay | null | undefined);
|
|
17
|
+
protected getCursorBlockOriginTimestampOffset(timestamp: number): number;
|
|
18
|
+
protected getDayOfWeekAtIndex(index: number): Readonly<{
|
|
19
|
+
flags: Readonly<{
|
|
20
|
+
CURRENT?: 1 | undefined;
|
|
21
|
+
CURSOR?: 1 | undefined;
|
|
22
|
+
WEEKEND?: 1 | undefined;
|
|
23
|
+
LINE_START?: 1 | undefined;
|
|
24
|
+
LINE_END?: 1 | undefined;
|
|
25
|
+
WITHIN_BLOCK?: 1 | undefined;
|
|
26
|
+
BLOCK_START?: 1 | undefined;
|
|
27
|
+
BLOCK_END?: 1 | undefined;
|
|
28
|
+
WITHIN_RANGE?: 1 | undefined;
|
|
29
|
+
RANGE_START?: 1 | undefined;
|
|
30
|
+
RANGE_END?: 1 | undefined;
|
|
31
|
+
WITHIN_SELECTION?: 1 | undefined;
|
|
32
|
+
SELECTION_START?: 1 | undefined;
|
|
33
|
+
SELECTION_END?: 1 | undefined;
|
|
34
|
+
}>;
|
|
35
|
+
labels: Readonly<{
|
|
36
|
+
long: string;
|
|
37
|
+
short: string;
|
|
38
|
+
narrow: string;
|
|
39
|
+
}>;
|
|
40
|
+
}>;
|
|
41
|
+
protected getEdgeBlockOffsetsFromOrigin(): [number, number];
|
|
42
|
+
protected getFormattedDataForBlockCell(time: Time): [string, string];
|
|
43
|
+
protected getFormattedDataForFrameBlock(time: Time): [string, string];
|
|
44
|
+
protected getFrameBlockAtIndex(index: number): TimeFrameBlock;
|
|
45
|
+
protected getUnitsForFrameBlockAtIndex(index: number): MonthDays;
|
|
46
|
+
protected getUnitsOffsetForTimestamp(startTimestamp: number, timestamp: number): number;
|
|
47
|
+
protected reoriginate(): void;
|
|
48
|
+
protected reslice(): void;
|
|
49
|
+
protected shiftOrigin(offset: number): void;
|
|
50
|
+
clearSelection(): void;
|
|
51
|
+
getTimestampAtIndex(indexOffset: number): number;
|
|
52
|
+
updateSelection(time: Time, selection?: TimeFrameSelection): void;
|
|
53
|
+
withCurrentDayTimestamp(timestamp: number): void;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=MonthFrame.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonthFrame.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/internal/Calendar/calendar/timeframe/frames/MonthFrame.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,aAAa,CAAC;AAOpC,OAAO,EAGH,YAAY,EACZ,KAAK,EACL,SAAS,EACT,IAAI,EAEJ,cAAc,EACd,kBAAkB,EAErB,MAAM,aAAa,CAAC;AAErB,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,SAAS;;IAe7C,SAAS,CAAC,UAAU,EAAE,MAAM,CAAoB;IAChD,UAAkB,MAAM,EAAE,KAAK,CAAC;;IAOhC,SAAS,KAAK,aAAa,WAE1B;IAED,SAAS,KAAK,WAAW,WAExB;IAED,SAAS,KAAK,cAAc,WAE3B;IAED,IAAI,mBAAmB,WAEtB;IAED,IAAI,kBAAkB,IAAI,OAAO,CAEhC;IAED,IAAI,kBAAkB,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,EAItD;IAED,IAAI,OAAO,MAEV;IAED,IAAI,YAAY,IAAI,YAAY,CAE/B;IAED,IAAI,YAAY,CAAC,GAAG,EAAE,YAAY,GAAG,IAAI,GAAG,SAAS,EAUpD;IAgBD,SAAS,CAAC,mCAAmC,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;IAIxE,SAAS,CAAC,mBAAmB,CAAC,KAAK,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;IA+B3C,SAAS,CAAC,6BAA6B,IAAI,CAAC,MAAM,EAAE,MAAM,CAAC;IAI3D,SAAS,CAAC,4BAA4B,CAAC,IAAI,EAAE,IAAI,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC;IAKpE,SAAS,CAAC,6BAA6B,CAAC,IAAI,EAAE,IAAI,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC;IAKrE,SAAS,CAAC,oBAAoB,CAAC,KAAK,EAAE,MAAM,GAAG,cAAc;IAyE7D,SAAS,CAAC,4BAA4B,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS;IAIhE,SAAS,CAAC,0BAA0B,CAAC,cAAc,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAI9E,SAAS,CAAC,WAAW;IAYrB,SAAS,CAAC,OAAO;IAOjB,SAAS,CAAC,WAAW,CAAC,MAAM,EAAE,MAAM;IAKpC,cAAc;IAMd,mBAAmB,CAAC,WAAW,EAAE,MAAM;IAIvC,eAAe,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,CAAC,EAAE,kBAAkB;IAM1D,uBAAuB,CAAC,SAAS,EAAE,MAAM;CAG5C"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { SELECTION_FROM, SELECTION_TO } from '../../constants';
|
|
2
|
+
import { Indexed } from '../../shared/indexed/types';
|
|
3
|
+
import { WatchCallable } from '@src/utils/watchable/types';
|
|
4
|
+
import { CalendarDayOfWeekData, FirstWeekDay, IndexedCalendarBlock, Time, TimeFrameBlock, TimeFrameCursor, TimeFrameSelection, TimeFrameShift, TimeFrameSize, TimeSlice } from '../../types';
|
|
5
|
+
export default abstract class TimeFrame {
|
|
6
|
+
#private;
|
|
7
|
+
protected daysInWeek: number;
|
|
8
|
+
protected origin: number;
|
|
9
|
+
protected originTimestamp: number;
|
|
10
|
+
protected abstract getCursorBlockOriginTimestampOffset(timestamp: number): number;
|
|
11
|
+
protected abstract getDayOfWeekAtIndex(index: number): CalendarDayOfWeekData;
|
|
12
|
+
protected abstract getEdgeBlockOffsetsFromOrigin(): [number, number];
|
|
13
|
+
protected abstract getFormattedDataForBlockCell(time: Time): [string, string];
|
|
14
|
+
protected abstract getFormattedDataForFrameBlock(time: Time): [string, string];
|
|
15
|
+
protected abstract getFrameBlockAtIndex(index: number): TimeFrameBlock;
|
|
16
|
+
protected abstract getUnitsForFrameBlockAtIndex(index: number): number;
|
|
17
|
+
protected abstract getUnitsOffsetForTimestamp(startTimestamp: number, timestamp: number): number;
|
|
18
|
+
protected abstract reoriginate(): void;
|
|
19
|
+
protected abstract reslice(): void;
|
|
20
|
+
protected abstract shiftOrigin(offset: number): void;
|
|
21
|
+
abstract getTimestampAtIndex(indexOffset: number): number;
|
|
22
|
+
abstract withCurrentDayTimestamp(timestamp: number): void;
|
|
23
|
+
abstract get currentDayTimestamp(): number;
|
|
24
|
+
abstract get rowspan(): number;
|
|
25
|
+
protected get fromTimestamp(): number;
|
|
26
|
+
protected get toTimestamp(): number;
|
|
27
|
+
protected get numberOfBlocks(): number;
|
|
28
|
+
get blankSelection(): boolean;
|
|
29
|
+
get cursor(): number;
|
|
30
|
+
get daysOfWeek(): Indexed<Readonly<{
|
|
31
|
+
flags: Readonly<{
|
|
32
|
+
CURRENT?: 1 | undefined;
|
|
33
|
+
CURSOR?: 1 | undefined;
|
|
34
|
+
WEEKEND?: 1 | undefined;
|
|
35
|
+
LINE_START?: 1 | undefined;
|
|
36
|
+
LINE_END?: 1 | undefined;
|
|
37
|
+
WITHIN_BLOCK?: 1 | undefined;
|
|
38
|
+
BLOCK_START?: 1 | undefined;
|
|
39
|
+
BLOCK_END?: 1 | undefined;
|
|
40
|
+
WITHIN_RANGE?: 1 | undefined;
|
|
41
|
+
RANGE_START?: 1 | undefined;
|
|
42
|
+
RANGE_END?: 1 | undefined;
|
|
43
|
+
WITHIN_SELECTION?: 1 | undefined;
|
|
44
|
+
SELECTION_START?: 1 | undefined;
|
|
45
|
+
SELECTION_END?: 1 | undefined;
|
|
46
|
+
}>;
|
|
47
|
+
labels: Readonly<{
|
|
48
|
+
long: string;
|
|
49
|
+
short: string;
|
|
50
|
+
narrow: string;
|
|
51
|
+
}>;
|
|
52
|
+
}>>;
|
|
53
|
+
get dynamicBlockHeight(): boolean;
|
|
54
|
+
set dynamicBlockHeight(bool: boolean | null | undefined);
|
|
55
|
+
set effect(effect: WatchCallable<any> | null | undefined);
|
|
56
|
+
get firstWeekDay(): FirstWeekDay;
|
|
57
|
+
set firstWeekDay(day: FirstWeekDay | null | undefined);
|
|
58
|
+
get frameBlocks(): Indexed<IndexedCalendarBlock | undefined>;
|
|
59
|
+
get isAtEnd(): boolean;
|
|
60
|
+
get isAtStart(): boolean;
|
|
61
|
+
get locale(): string;
|
|
62
|
+
set locale(locale: string | Intl.Locale | null | undefined);
|
|
63
|
+
get selectionStart(): number | undefined;
|
|
64
|
+
get selectionEnd(): number | undefined;
|
|
65
|
+
get size(): TimeFrameSize;
|
|
66
|
+
set size(size: TimeFrameSize | null | undefined);
|
|
67
|
+
get timeslice(): TimeSlice;
|
|
68
|
+
set timeslice(timeslice: TimeSlice | null | undefined);
|
|
69
|
+
set trackCurrentDay(bool: boolean | null | undefined);
|
|
70
|
+
get units(): number;
|
|
71
|
+
protected initialize(): void;
|
|
72
|
+
protected refreshFrame(skipCursorRefresh?: boolean): void;
|
|
73
|
+
shiftFrameByOffset(offset?: number, offsetType?: TimeFrameShift): void;
|
|
74
|
+
shiftFrameCursor(nextCursorPosition: TimeFrameCursor | number): void;
|
|
75
|
+
shiftFrameToTimestamp(timestamp?: number): void;
|
|
76
|
+
clearSelection(): void;
|
|
77
|
+
getCursorOrderForTimeRelativeToSelectionEdge(time: Time, selectionEdge?: typeof SELECTION_FROM | typeof SELECTION_TO): 0 | 1 | -1;
|
|
78
|
+
updateSelection(time: Time, selection?: TimeFrameSelection): void;
|
|
79
|
+
}
|
|
80
|
+
//# sourceMappingURL=TimeFrame.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimeFrame.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/internal/Calendar/calendar/timeframe/frames/TimeFrame.ts"],"names":[],"mappings":"AAGA,OAAO,EAcH,cAAc,EAEd,YAAY,EAIf,MAAM,iBAAiB,CAAC;AAGzB,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AAErD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAE3D,OAAO,EAGH,qBAAqB,EACrB,YAAY,EACZ,oBAAoB,EACpB,IAAI,EACJ,cAAc,EACd,eAAe,EACf,kBAAkB,EAClB,cAAc,EACd,aAAa,EACb,SAAS,EACZ,MAAM,aAAa,CAAC;AAErB,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,SAAS;;IA+BnC,SAAS,CAAC,UAAU,EAAE,MAAM,CAAK;IACjC,SAAS,CAAC,MAAM,EAAG,MAAM,CAAC;IAC1B,SAAS,CAAC,eAAe,EAAG,MAAM,CAAC;IAEnC,SAAS,CAAC,QAAQ,CAAC,mCAAmC,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;IACjF,SAAS,CAAC,QAAQ,CAAC,mBAAmB,CAAC,KAAK,EAAE,MAAM,GAAG,qBAAqB;IAC5E,SAAS,CAAC,QAAQ,CAAC,6BAA6B,IAAI,CAAC,MAAM,EAAE,MAAM,CAAC;IACpE,SAAS,CAAC,QAAQ,CAAC,4BAA4B,CAAC,IAAI,EAAE,IAAI,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC;IAC7E,SAAS,CAAC,QAAQ,CAAC,6BAA6B,CAAC,IAAI,EAAE,IAAI,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC;IAC9E,SAAS,CAAC,QAAQ,CAAC,oBAAoB,CAAC,KAAK,EAAE,MAAM,GAAG,cAAc;IACtE,SAAS,CAAC,QAAQ,CAAC,4BAA4B,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IACtE,SAAS,CAAC,QAAQ,CAAC,0BAA0B,CAAC,cAAc,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM;IAChG,SAAS,CAAC,QAAQ,CAAC,WAAW,IAAI,IAAI;IACtC,SAAS,CAAC,QAAQ,CAAC,OAAO,IAAI,IAAI;IAClC,SAAS,CAAC,QAAQ,CAAC,WAAW,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAEpD,QAAQ,CAAC,mBAAmB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM;IACzD,QAAQ,CAAC,uBAAuB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAEzD,QAAQ,KAAK,mBAAmB,IAAI,MAAM,CAAC;IAC3C,QAAQ,KAAK,OAAO,IAAI,MAAM,CAAC;IAK/B,SAAS,KAAK,aAAa,WAE1B;IAED,SAAS,KAAK,WAAW,WAExB;IAED,SAAS,KAAK,cAAc,WAE3B;IAED,IAAI,cAAc,YAEjB;IAED,IAAI,MAAM,WAET;IAED,IAAI,UAAU;;;;;;;;;;;;;;;;;;;;;;QAEb;IAED,IAAI,kBAAkB,IAAI,OAAO,CAEhC;IAED,IAAI,kBAAkB,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,EAGtD;IAED,IAAI,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,GAAG,CAAC,GAAG,IAAI,GAAG,SAAS,EAGvD;IAED,IAAI,YAAY,IAAI,YAAY,CAE/B;IAED,IAAI,YAAY,CAAC,GAAG,EAAE,YAAY,GAAG,IAAI,GAAG,SAAS,EAKpD;IAED,IAAI,WAAW,8CAEd;IAED,IAAI,OAAO,YAEV;IAED,IAAI,SAAS,YAEZ;IAED,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,EAczD;IAED,IAAI,cAAc,uBAEjB;IAED,IAAI,YAAY,uBAEf;IAED,IAAI,IAAI,IAAI,aAAa,CAExB;IAED,IAAI,IAAI,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,GAAG,SAAS,EAK9C;IAED,IAAI,SAAS,IAAI,SAAS,CAEzB;IAED,IAAI,SAAS,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI,GAAG,SAAS,EAyBpD;IAED,IAAI,eAAe,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,EASnD;IAED,IAAI,KAAK,WAER;IA0FD,SAAS,CAAC,UAAU;IAKpB,SAAS,CAAC,YAAY,CAAC,iBAAiB,UAAQ,GAAG,IAAI;IA6CvD,kBAAkB,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,cAAc;IAc/D,gBAAgB,CAAC,kBAAkB,EAAE,eAAe,GAAG,MAAM;IA+B7D,qBAAqB,CAAC,SAAS,CAAC,EAAE,MAAM;IAYxC,cAAc;IAMd,4CAA4C,CAAC,IAAI,EAAE,IAAI,EAAE,aAAa,GAAE,OAAO,cAAc,GAAG,OAAO,YAA6B;IAqBpI,eAAe,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,CAAC,EAAE,kBAAkB;CA4C7D"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import TimeFrame from './TimeFrame';
|
|
2
|
+
import { Time, TimeFrameBlock, TimeFrameSelection } from '../../types';
|
|
3
|
+
export default class YearFrame extends TimeFrame {
|
|
4
|
+
#private;
|
|
5
|
+
constructor();
|
|
6
|
+
protected get fromTimestamp(): number;
|
|
7
|
+
protected get toTimestamp(): number;
|
|
8
|
+
protected get numberOfBlocks(): number;
|
|
9
|
+
get currentDayTimestamp(): number;
|
|
10
|
+
get rowspan(): 4;
|
|
11
|
+
protected getCursorBlockOriginTimestampOffset(timestamp: number): number;
|
|
12
|
+
protected getDayOfWeekAtIndex(): Readonly<{
|
|
13
|
+
flags: Readonly<{
|
|
14
|
+
CURRENT?: 1 | undefined;
|
|
15
|
+
CURSOR?: 1 | undefined;
|
|
16
|
+
WEEKEND?: 1 | undefined;
|
|
17
|
+
LINE_START?: 1 | undefined;
|
|
18
|
+
LINE_END?: 1 | undefined;
|
|
19
|
+
WITHIN_BLOCK?: 1 | undefined;
|
|
20
|
+
BLOCK_START?: 1 | undefined;
|
|
21
|
+
BLOCK_END?: 1 | undefined;
|
|
22
|
+
WITHIN_RANGE?: 1 | undefined;
|
|
23
|
+
RANGE_START?: 1 | undefined;
|
|
24
|
+
RANGE_END?: 1 | undefined;
|
|
25
|
+
WITHIN_SELECTION?: 1 | undefined;
|
|
26
|
+
SELECTION_START?: 1 | undefined;
|
|
27
|
+
SELECTION_END?: 1 | undefined;
|
|
28
|
+
}>;
|
|
29
|
+
labels: Readonly<{
|
|
30
|
+
long: string;
|
|
31
|
+
short: string;
|
|
32
|
+
narrow: string;
|
|
33
|
+
}>;
|
|
34
|
+
}>;
|
|
35
|
+
protected getEdgeBlockOffsetsFromOrigin(): [number, number];
|
|
36
|
+
protected getFormattedDataForBlockCell(time: Time): [string, string];
|
|
37
|
+
protected getFormattedDataForFrameBlock(time: Time): [string, string];
|
|
38
|
+
protected getFrameBlockAtIndex(index: number): TimeFrameBlock;
|
|
39
|
+
protected getUnitsForFrameBlockAtIndex(): 12;
|
|
40
|
+
protected getUnitsOffsetForTimestamp(startTimestamp: number, timestamp: number): number;
|
|
41
|
+
protected reoriginate(): void;
|
|
42
|
+
protected reslice(): void;
|
|
43
|
+
protected shiftOrigin(offset: number): void;
|
|
44
|
+
clearSelection(): void;
|
|
45
|
+
getTimestampAtIndex(indexOffset: number): number;
|
|
46
|
+
updateSelection(time: Time, selection?: TimeFrameSelection): void;
|
|
47
|
+
withCurrentDayTimestamp(timestamp: number): void;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=YearFrame.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"YearFrame.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/internal/Calendar/calendar/timeframe/frames/YearFrame.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,aAAa,CAAC;AAIpC,OAAO,EAAyB,IAAI,EAAY,cAAc,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGxG,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,SAAS;;;IAc5C,SAAS,KAAK,aAAa,WAE1B;IAED,SAAS,KAAK,WAAW,WAExB;IAED,SAAS,KAAK,cAAc,WAE3B;IAED,IAAI,mBAAmB,WAEtB;IAED,IAAI,OAAO,MAEV;IAeD,SAAS,CAAC,mCAAmC,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;IAIxE,SAAS,CAAC,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;IAI7B,SAAS,CAAC,6BAA6B,IAAI,CAAC,MAAM,EAAE,MAAM,CAAC;IAI3D,SAAS,CAAC,4BAA4B,CAAC,IAAI,EAAE,IAAI,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC;IAKpE,SAAS,CAAC,6BAA6B,CAAC,IAAI,EAAE,IAAI,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC;IAKrE,SAAS,CAAC,oBAAoB,CAAC,KAAK,EAAE,MAAM;IA6D5C,SAAS,CAAC,4BAA4B;IAItC,SAAS,CAAC,0BAA0B,CAAC,cAAc,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAK9E,SAAS,CAAC,WAAW;IAMrB,SAAS,CAAC,OAAO;IASjB,SAAS,CAAC,WAAW,CAAC,MAAM,EAAE,MAAM;IAKpC,cAAc;IAMd,mBAAmB,CAAC,WAAW,EAAE,MAAM;IAIvC,eAAe,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,CAAC,EAAE,kBAAkB;IAM1D,uBAAuB,CAAC,SAAS,EAAE,MAAM;CAG5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/calendar/timeframe/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { RangeTimestamps, RangeTimestampsConfig } from './types';
|
|
2
|
+
declare const createRangeTimestampsFactory: <T extends Record<any, any> = {}>(config?: RangeTimestampsConfig, additionalContext?: { [P in keyof T]: TypedPropertyDescriptor<T[P]>; }) => () => RangeTimestamps<Omit<T, "from" | "to" | "timezone" | "now">>;
|
|
3
|
+
export default createRangeTimestampsFactory;
|
|
4
|
+
//# sourceMappingURL=factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/calendar/timerange/factory.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAkB,eAAe,EAAE,qBAAqB,EAAgC,MAAM,SAAS,CAAC;AAWpH,QAAA,MAAM,4BAA4B,6CACtB,qBAAqB,+IAiFhC,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/calendar/timerange/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { default as lastMonth } from './lastMonth';
|
|
2
|
+
export { default as lastNDays } from './lastNDays';
|
|
3
|
+
export { default as lastWeek } from './lastWeek';
|
|
4
|
+
export { default as thisMonth } from './thisMonth';
|
|
5
|
+
export { default as thisWeek } from './thisWeek';
|
|
6
|
+
export { default as yearToDate } from './yearToDate';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/internal/Calendar/calendar/timerange/presets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lastMonth.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/internal/Calendar/calendar/timerange/presets/lastMonth.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,SAAS,kFAAiB,CAAC;AACjC,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const MAX_NUM_DAYS = 365;
|
|
2
|
+
export declare const MIN_NUM_DAYS = 1;
|
|
3
|
+
export declare const DEFAULT_NUM_DAYS = 1;
|
|
4
|
+
declare const lastNDays: (numberOfDays?: number) => import("..").RangeTimestamps<Omit<{
|
|
5
|
+
numberOfDays: number;
|
|
6
|
+
}, "from" | "to" | "timezone" | "now">>;
|
|
7
|
+
export default lastNDays;
|
|
8
|
+
//# sourceMappingURL=lastNDays.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lastNDays.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/internal/Calendar/calendar/timerange/presets/lastNDays.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,MAAM,CAAC;AAChC,eAAO,MAAM,YAAY,IAAI,CAAC;AAC9B,eAAO,MAAM,gBAAgB,IAAI,CAAC;AAIlC,QAAA,MAAM,SAAS,kBAAmB,MAAM;;uCAyBvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lastWeek.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/internal/Calendar/calendar/timerange/presets/lastWeek.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,QAAQ;;uCAAgB,CAAC;AAC/B,eAAe,QAAQ,CAAC"}
|
package/dist/types/components/internal/Calendar/calendar/timerange/presets/shared/offsetMonth.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { RangeTimestampOffsets } from '../../types';
|
|
2
|
+
export declare const ONE_MONTH_OFFSETS: RangeTimestampOffsets;
|
|
3
|
+
declare const offsetMonth: (monthCount?: number) => () => import("../../types").RangeTimestamps<Omit<{}, "from" | "to" | "timezone" | "now">>;
|
|
4
|
+
export default offsetMonth;
|
|
5
|
+
//# sourceMappingURL=offsetMonth.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"offsetMonth.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/components/internal/Calendar/calendar/timerange/presets/shared/offsetMonth.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAGzD,eAAO,MAAM,iBAAiB,uBAA0E,CAAC;AAEzG,QAAA,MAAM,WAAW,gBAAgB,MAAM,8FAuBtC,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
package/dist/types/components/internal/Calendar/calendar/timerange/presets/shared/offsetWeek.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { WeekDay } from '../../../types';
|
|
2
|
+
export declare const DEFAULT_FIRST_WEEK_DAY = 1;
|
|
3
|
+
export declare const ONE_WEEK_OFFSETS: import("../..").RangeTimestampOffsets;
|
|
4
|
+
declare const offsetWeek: (weekCount?: number) => (firstWeekDay?: WeekDay) => import("../..").RangeTimestamps<Omit<{
|
|
5
|
+
firstWeekDay: WeekDay;
|
|
6
|
+
}, "from" | "to" | "timezone" | "now">>;
|
|
7
|
+
export default offsetWeek;
|
|
8
|
+
//# sourceMappingURL=offsetWeek.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"offsetWeek.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/components/internal/Calendar/calendar/timerange/presets/shared/offsetWeek.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAE9C,eAAO,MAAM,sBAAsB,IAAI,CAAC;AACxC,eAAO,MAAM,gBAAgB,uCAAqB,CAAC;AAInD,QAAA,MAAM,UAAU,eAAe,MAAM,qBAGX,OAAO;;uCA6BhC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"thisMonth.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/internal/Calendar/calendar/timerange/presets/thisMonth.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,SAAS,kFAAiB,CAAC;AACjC,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"thisWeek.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/internal/Calendar/calendar/timerange/presets/thisWeek.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,QAAQ;;uCAAgB,CAAC;AAC/B,eAAe,QAAQ,CAAC"}
|
package/dist/types/components/internal/Calendar/calendar/timerange/presets/yearToDate.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"yearToDate.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/internal/Calendar/calendar/timerange/presets/yearToDate.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,UAAU,kFAWd,CAAC;AAEH,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { Restamper, RestamperWithTimezone } from '@src/core/Localization/datetime/restamper';
|
|
2
|
+
export type RangeTimestamp = number;
|
|
3
|
+
export type RangeTimestampOffsets = readonly [number?, number?, number?, number?, number?, number?, number?];
|
|
4
|
+
export type RangeTimestamps<T extends Record<any, any> = {}> = {
|
|
5
|
+
readonly from: RangeTimestamp;
|
|
6
|
+
readonly to: RangeTimestamp;
|
|
7
|
+
get now(): RangeTimestamp;
|
|
8
|
+
set now(timestamp: Date | RangeTimestamp | null);
|
|
9
|
+
get timezone(): RestamperWithTimezone['tz']['current'];
|
|
10
|
+
set timezone(timezone: RestamperWithTimezone['tz']['current'] | null);
|
|
11
|
+
} & T;
|
|
12
|
+
export type RangeTimestampsConfig = RangeTimestampsConfigWithFromOffsets | RangeTimestampsConfigWithToOffsets | RangeTimestampsConfigWithoutOffsets;
|
|
13
|
+
export type RangeTimestampsConfigContext = Readonly<Pick<RangeTimestamps, 'now' | 'timezone'>> & RangeTimestampsConfigRestampingContext;
|
|
14
|
+
export type RangeTimestampsConfigParameter<T = {}> = T | ((context: RangeTimestampsConfigContext) => T);
|
|
15
|
+
export type RangeTimestampsConfigParameterValue<T> = T extends (context: RangeTimestampsConfigContext) => infer U ? U : T;
|
|
16
|
+
export type RangeTimestampsConfigRestampingContext = Readonly<{
|
|
17
|
+
systemToTimezone: (time?: Parameters<Restamper>[0]) => RangeTimestamp;
|
|
18
|
+
timezoneToSystem: (time?: Parameters<Restamper>[0]) => RangeTimestamp;
|
|
19
|
+
timezoneOffset: (time?: Parameters<Restamper>[0]) => number;
|
|
20
|
+
}>;
|
|
21
|
+
type _RangeTimestampsConfigWithOffsets<K extends keyof RangeTimestampsConfigWithoutOffsets> = Struct<{
|
|
22
|
+
offsets: RangeTimestampsConfigParameter<RangeTimestampOffsets>;
|
|
23
|
+
}> & Pick<RangeTimestampsConfigWithoutOffsets, K>;
|
|
24
|
+
export type RangeTimestampsConfigWithFromOffsets = _RangeTimestampsConfigWithOffsets<'from'>;
|
|
25
|
+
export type RangeTimestampsConfigWithToOffsets = _RangeTimestampsConfigWithOffsets<'to'>;
|
|
26
|
+
export type RangeTimestampsConfigWithoutOffsets = Struct<{
|
|
27
|
+
from: RangeTimestampsConfigParameter<Date | RangeTimestamps['from']>;
|
|
28
|
+
to: RangeTimestampsConfigParameter<Date | RangeTimestamps['to']>;
|
|
29
|
+
}>;
|
|
30
|
+
type Struct<T extends Record<any, any> = {}> = T & {
|
|
31
|
+
[key: string | number | symbol]: any;
|
|
32
|
+
};
|
|
33
|
+
export {};
|
|
34
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/calendar/timerange/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AAElG,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC;AACpC,MAAM,MAAM,qBAAqB,GAAG,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC;AAE7G,MAAM,MAAM,eAAe,CAAC,CAAC,SAAS,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,EAAE,IAAI;IAC3D,QAAQ,CAAC,IAAI,EAAE,cAAc,CAAC;IAC9B,QAAQ,CAAC,EAAE,EAAE,cAAc,CAAC;IAC5B,IAAI,GAAG,IAAI,cAAc,CAAC;IAC1B,IAAI,GAAG,CAAC,SAAS,EAAE,IAAI,GAAG,cAAc,GAAG,IAAI,EAAE;IACjD,IAAI,QAAQ,IAAI,qBAAqB,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC;IACvD,IAAI,QAAQ,CAAC,QAAQ,EAAE,qBAAqB,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE;CACzE,GAAG,CAAC,CAAC;AAEN,MAAM,MAAM,qBAAqB,GAAG,oCAAoC,GAAG,kCAAkC,GAAG,mCAAmC,CAAC;AAEpJ,MAAM,MAAM,4BAA4B,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe,EAAE,KAAK,GAAG,UAAU,CAAC,CAAC,GAAG,sCAAsC,CAAC;AACxI,MAAM,MAAM,8BAA8B,CAAC,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,4BAA4B,KAAK,CAAC,CAAC,CAAC;AACxG,MAAM,MAAM,mCAAmC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,OAAO,EAAE,4BAA4B,KAAK,MAAM,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAE1H,MAAM,MAAM,sCAAsC,GAAG,QAAQ,CAAC;IAC1D,gBAAgB,EAAE,CAAC,IAAI,CAAC,EAAE,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,KAAK,cAAc,CAAC;IACtE,gBAAgB,EAAE,CAAC,IAAI,CAAC,EAAE,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,KAAK,cAAc,CAAC;IACtE,cAAc,EAAE,CAAC,IAAI,CAAC,EAAE,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC;CAC/D,CAAC,CAAC;AAEH,KAAK,iCAAiC,CAAC,CAAC,SAAS,MAAM,mCAAmC,IAAI,MAAM,CAAC;IACjG,OAAO,EAAE,8BAA8B,CAAC,qBAAqB,CAAC,CAAC;CAClE,CAAC,GACE,IAAI,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AAEjD,MAAM,MAAM,oCAAoC,GAAG,iCAAiC,CAAC,MAAM,CAAC,CAAC;AAC7F,MAAM,MAAM,kCAAkC,GAAG,iCAAiC,CAAC,IAAI,CAAC,CAAC;AAEzF,MAAM,MAAM,mCAAmC,GAAG,MAAM,CAAC;IACrD,IAAI,EAAE,8BAA8B,CAAC,IAAI,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC,CAAC;IACrE,EAAE,EAAE,8BAA8B,CAAC,IAAI,GAAG,eAAe,CAAC,IAAI,CAAC,CAAC,CAAC;CACpE,CAAC,CAAC;AAEH,KAAK,MAAM,CAAC,CAAC,SAAS,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG;IAC/C,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,GAAG,CAAC;CACxC,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { WeekDay } from '../types';
|
|
2
|
+
import type { RangeTimestamp, RangeTimestampOffsets, RangeTimestampsConfig, RangeTimestampsConfigContext, RangeTimestampsConfigParameterValue, RangeTimestampsConfigWithFromOffsets, RangeTimestampsConfigWithoutOffsets } from './types';
|
|
3
|
+
import { RestamperWithTimezone } from '@src/core/Localization/datetime/restamper';
|
|
4
|
+
export declare const asPlainObject: <T = any>(value: T) => T extends Record<any, any> ? T : Readonly<{}>;
|
|
5
|
+
export declare const getter: <T = any>(get: () => T, enumerable?: boolean) => TypedPropertyDescriptor<T>;
|
|
6
|
+
export declare const createRangeTimestampsConfigRestampingContext: (restamper: RestamperWithTimezone) => {
|
|
7
|
+
readonly systemToTimezone: TypedPropertyDescriptor<(time?: string | number | Date | undefined) => number>;
|
|
8
|
+
readonly timezoneToSystem: TypedPropertyDescriptor<(time?: string | number | Date | undefined) => number>;
|
|
9
|
+
readonly timezoneOffset: TypedPropertyDescriptor<(time?: string | number | Date | undefined) => number>;
|
|
10
|
+
};
|
|
11
|
+
export declare const getRangeTimestampsContextIntegerPropertyFactory: <T extends number = number>(minInteger: T, maxInteger: T, defaultInteger?: T) => (initialValue?: T | undefined) => Readonly<{
|
|
12
|
+
value: T;
|
|
13
|
+
descriptor: TypedPropertyDescriptor<T>;
|
|
14
|
+
}>;
|
|
15
|
+
export declare const getRangeTimestampsConfigParameterUnwrapper: (config: RangeTimestampsConfig, context: RangeTimestampsConfigContext) => <T = {}>(value: T) => RangeTimestampsConfigParameterValue<T>;
|
|
16
|
+
export declare const isRangeTimestampsConfigWithoutOffsets: (config: RangeTimestampsConfig) => config is RangeTimestampsConfigWithoutOffsets;
|
|
17
|
+
export declare const isRangeTimestampsConfigWithFromOffsets: (config: Exclude<RangeTimestampsConfig, RangeTimestampsConfigWithoutOffsets>) => config is RangeTimestampsConfigWithFromOffsets;
|
|
18
|
+
export declare const nowTimestamp: ({ now }: RangeTimestampsConfigContext) => number;
|
|
19
|
+
export declare const offsetsForNDays: (numberOfDays: number) => RangeTimestampOffsets;
|
|
20
|
+
export declare const parseRangeTimestamp: (timestamp: Date | RangeTimestamp) => RangeTimestamp | undefined;
|
|
21
|
+
export declare const startOfDay: (date: Date) => number;
|
|
22
|
+
export declare const startOfMonth: (date: Date) => number;
|
|
23
|
+
export declare const startOfYear: (date: Date) => number;
|
|
24
|
+
export declare const startOfWeekOffset: (firstWeekDay: WeekDay, weekDay?: WeekDay) => number;
|
|
25
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/calendar/timerange/utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,EACR,cAAc,EACd,qBAAqB,EAErB,qBAAqB,EACrB,4BAA4B,EAE5B,mCAAmC,EAEnC,oCAAoC,EACpC,mCAAmC,EACtC,MAAM,SAAS,CAAC;AACjB,OAAO,EAAa,qBAAqB,EAAsC,MAAM,2CAA2C,CAAC;AAEjI,eAAO,MAAM,aAAa,sEAC0C,CAAC;AAErE,eAAO,MAAM,MAAM,6EAIJ,CAAC;AAEhB,eAAO,MAAM,4CAA4C,cAAe,qBAAqB;;;;CAKwC,CAAC;AAEtI,eAAO,MAAM,+CAA+C;;;EAkC3D,CAAC;AAEF,eAAO,MAAM,0CAA0C,WAC1C,qBAAqB,WAAW,4BAA4B,iEAEV,CAAC;AAEhE,eAAO,MAAM,qCAAqC,WAAY,qBAAqB,kDAC7C,CAAC;AAEvC,eAAO,MAAM,sCAAsC,WACvC,QAAQ,qBAAqB,EAAE,mCAAmC,CAAC,mDACI,CAAC;AAEpF,eAAO,MAAM,YAAY,mDAA8E,CAAC;AAExG,eAAO,MAAM,eAAe,iBAGF,MAAM,0BAU5B,CAAC;AAEL,eAAO,MAAM,mBAAmB,cAAe,IAAI,GAAG,cAAc,KAAG,cAAc,GAAG,SAQvF,CAAC;AAEF,eAAO,MAAM,UAAU,SAAU,IAAI,WAA8B,CAAC;AAEpE,eAAO,MAAM,YAAY,SAAU,IAAI,WAGtC,CAAC;AAEF,eAAO,MAAM,WAAW,SAAU,IAAI,WAGrC,CAAC;AAEF,eAAO,MAAM,iBAAiB,iBAAkB,OAAO,YAAW,OAAO,WAGxE,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Time, TimeFrameRangeEdge } from '../types';
|
|
2
|
+
export default class __TimeSlice__ {
|
|
3
|
+
#private;
|
|
4
|
+
constructor(fromTime?: Time, toTime?: Time);
|
|
5
|
+
constructor(time?: Time, timeEdge?: TimeFrameRangeEdge);
|
|
6
|
+
get numberOfMonths(): number;
|
|
7
|
+
get endTimestamp(): number;
|
|
8
|
+
get endTimestampOffset(): number;
|
|
9
|
+
get startTimestamp(): number;
|
|
10
|
+
get startTimestampOffset(): number;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=TimeSlice.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimeSlice.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/calendar/timeslice/TimeSlice.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAGpD,MAAM,CAAC,OAAO,OAAO,aAAa;;gBAOlB,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,CAAC,EAAE,IAAI;gBAC9B,IAAI,CAAC,EAAE,IAAI,EAAE,QAAQ,CAAC,EAAE,kBAAkB;IAiCtD,IAAI,cAAc,WAEjB;IAED,IAAI,YAAY,WAEf;IAED,IAAI,kBAAkB,WAErB;IAED,IAAI,cAAc,WAEjB;IAED,IAAI,oBAAoB,WAEvB;CACJ"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { TimeSlice, TimeSliceFactory } from '../types';
|
|
2
|
+
export declare const UNBOUNDED_SLICE: TimeSlice;
|
|
3
|
+
export declare const sinceNow: () => TimeSlice;
|
|
4
|
+
export declare const untilNow: () => TimeSlice;
|
|
5
|
+
declare const _default: TimeSliceFactory;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/internal/Calendar/calendar/timeslice/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAmBvD,eAAO,MAAM,eAAe,WAAY,CAAC;AACzC,eAAO,MAAM,QAAQ,iBAAwC,CAAC;AAC9D,eAAO,MAAM,QAAQ,iBAAsC,CAAC;;AAE5D,wBAAkH"}
|