@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,63 @@
|
|
|
1
|
+
import { useRef as u, useMemo as i, useCallback as l } from "../../external/preact/hooks/dist/hooks.module.js";
|
|
2
|
+
import { InteractionKeyCode as r } from "../../components/types.js";
|
|
3
|
+
import T from "../useReflex/hooks/useReflex.js";
|
|
4
|
+
import { withTabbableRoot as L, isFocusable as p, focusIsWithin as C } from "../../utils/tabbable.js";
|
|
5
|
+
const _ = (R, f) => {
|
|
6
|
+
const s = u(!1), o = u(null), c = u(!1), a = i(L, []), m = i(() => {
|
|
7
|
+
let e = null, t;
|
|
8
|
+
return (F) => {
|
|
9
|
+
t !== void 0 && cancelAnimationFrame(t);
|
|
10
|
+
let n = F.target;
|
|
11
|
+
for (; n && n !== F.currentTarget; ) {
|
|
12
|
+
if (p(n)) {
|
|
13
|
+
e = n, t = requestAnimationFrame(() => {
|
|
14
|
+
t = requestAnimationFrame(() => {
|
|
15
|
+
var b;
|
|
16
|
+
o.current !== e && e instanceof HTMLElement && ((b = o.current = e) == null || b.focus()), e = null, t = void 0;
|
|
17
|
+
});
|
|
18
|
+
});
|
|
19
|
+
return;
|
|
20
|
+
}
|
|
21
|
+
n = n.parentNode;
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
}, []), d = l((e) => {
|
|
25
|
+
a.current = o.current = e.target;
|
|
26
|
+
}, []), E = l((e) => {
|
|
27
|
+
a.tabbables.includes(e.relatedTarget) || C(e.currentTarget, e.relatedTarget) || c.current || (s.current = !0, requestAnimationFrame(() => {
|
|
28
|
+
s.current && f(s.current = !1);
|
|
29
|
+
}));
|
|
30
|
+
}, []), A = i(() => {
|
|
31
|
+
let e;
|
|
32
|
+
return (t) => {
|
|
33
|
+
switch (t.code) {
|
|
34
|
+
case r.ARROW_DOWN:
|
|
35
|
+
case r.ARROW_LEFT:
|
|
36
|
+
case r.ARROW_RIGHT:
|
|
37
|
+
case r.ARROW_UP:
|
|
38
|
+
case r.END:
|
|
39
|
+
case r.ESCAPE:
|
|
40
|
+
case r.HOME:
|
|
41
|
+
case r.PAGE_DOWN:
|
|
42
|
+
case r.PAGE_UP:
|
|
43
|
+
case r.TAB:
|
|
44
|
+
cancelAnimationFrame(e), e = requestAnimationFrame(() => {
|
|
45
|
+
e = requestAnimationFrame(() => {
|
|
46
|
+
c.current = !1, e = void 0;
|
|
47
|
+
});
|
|
48
|
+
}), c.current = !0;
|
|
49
|
+
break;
|
|
50
|
+
}
|
|
51
|
+
t.code === r.TAB ? (t.preventDefault(), a.current = t.shiftKey ? -1 : 1) : t.code === r.ESCAPE && f(!0);
|
|
52
|
+
};
|
|
53
|
+
}, []);
|
|
54
|
+
return T(
|
|
55
|
+
l((e, t) => {
|
|
56
|
+
t instanceof Element && (t.removeEventListener("keydown", A, !0), t.removeEventListener("focusin", d, !0), t.removeEventListener("focusout", E, !0), e.removeEventListener("click", m, !0)), e instanceof Element ? (e.addEventListener("keydown", A, !0), e.addEventListener("focusin", d, !0), e.addEventListener("focusout", E, !0), e.addEventListener("click", m, !0), s.current = !1, a.root = e) : a.root = null;
|
|
57
|
+
}, []),
|
|
58
|
+
R
|
|
59
|
+
);
|
|
60
|
+
};
|
|
61
|
+
export {
|
|
62
|
+
_ as default
|
|
63
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { PopoverContainerPosition as l, PopoverContainerVariant as $ } from "../../components/internal/Popover/types.js";
|
|
2
|
+
import k from "../../components/internal/Popover/utils/utils.js";
|
|
3
|
+
import { useState as m, useCallback as C, useRef as x, useEffect as y } from "../../external/preact/hooks/dist/hooks.module.js";
|
|
4
|
+
import B from "../useReflex/hooks/useReflex.js";
|
|
5
|
+
const M = (e, i, h, b) => {
|
|
6
|
+
if (i.length < 3) {
|
|
7
|
+
const n = i.length;
|
|
8
|
+
i.length = 3, i.fill(0, n, 3);
|
|
9
|
+
}
|
|
10
|
+
b || (b = l.BOTTOM);
|
|
11
|
+
let f = 0, o = 0, a = 0;
|
|
12
|
+
const s = h == null ? void 0 : h.current;
|
|
13
|
+
switch (b) {
|
|
14
|
+
case l.BOTTOM:
|
|
15
|
+
f = (s == null ? void 0 : s.offsetLeft) + i[0], o = (s == null ? void 0 : s.offsetTop) + (s == null ? void 0 : s.offsetHeight) + i[1], a = i[2];
|
|
16
|
+
break;
|
|
17
|
+
case l.TOP:
|
|
18
|
+
f = (s == null ? void 0 : s.offsetLeft) + i[0], o = e != null && e.clientHeight ? (s == null ? void 0 : s.offsetTop) - i[1] - (e == null ? void 0 : e.clientHeight) : s == null ? void 0 : s.offsetTop, a = i[2];
|
|
19
|
+
break;
|
|
20
|
+
case l.RIGHT:
|
|
21
|
+
f = (s == null ? void 0 : s.offsetLeft) + (s == null ? void 0 : s.offsetWidth) + i[0], o = (s == null ? void 0 : s.offsetTop) + i[1], a = i[2];
|
|
22
|
+
break;
|
|
23
|
+
case l.LEFT:
|
|
24
|
+
f = e != null && e.clientWidth ? (s == null ? void 0 : s.offsetLeft) - (e == null ? void 0 : e.clientWidth) - i[0] : 0, o = (s == null ? void 0 : s.offsetTop) + i[1], a = i[2];
|
|
25
|
+
break;
|
|
26
|
+
}
|
|
27
|
+
return `position:absolute;inset:0 auto auto 0;margin: 0;z-index:10;transform: ${[f, o, a].reduce((n, t, c) => c === 0 ? n + `${t}px,` : c === i.length - 1 ? n + ` ${t}px)` : n + ` ${t}px,`, "translate3d(")};visibility:hidden`;
|
|
28
|
+
}, S = (e, i, h, b, f) => {
|
|
29
|
+
const [o, a] = m(!0), [s, P] = m(!b), [O, n] = m(b ?? l.TOP), t = C(
|
|
30
|
+
(d) => {
|
|
31
|
+
if (!o)
|
|
32
|
+
if (d.intersectionRatio !== 1)
|
|
33
|
+
switch (O) {
|
|
34
|
+
case l.TOP:
|
|
35
|
+
n(l.BOTTOM);
|
|
36
|
+
break;
|
|
37
|
+
case l.BOTTOM:
|
|
38
|
+
n(l.RIGHT);
|
|
39
|
+
break;
|
|
40
|
+
case l.RIGHT:
|
|
41
|
+
n(l.LEFT);
|
|
42
|
+
break;
|
|
43
|
+
case l.LEFT:
|
|
44
|
+
break;
|
|
45
|
+
}
|
|
46
|
+
else
|
|
47
|
+
P(!1);
|
|
48
|
+
},
|
|
49
|
+
[n, O, o, P]
|
|
50
|
+
), c = x(t);
|
|
51
|
+
return y(() => {
|
|
52
|
+
k(c.current).remove(), c.current = t;
|
|
53
|
+
}, [t]), B(
|
|
54
|
+
C(
|
|
55
|
+
(d, I) => {
|
|
56
|
+
var R;
|
|
57
|
+
if (I && !b && k(t).observer.unobserve(I), d) {
|
|
58
|
+
if (b || k(t).observer.observe(d), !(d instanceof Element))
|
|
59
|
+
return;
|
|
60
|
+
const L = M(d, e, i, O), H = s ? L : L + ";visibility:visible";
|
|
61
|
+
d.setAttribute("style", `${H}`), o && a(!1), h && h === $.TOOLTIP && ((R = d.classList) == null || R.add(`popover-content-container--tooltip-${O}`));
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
[f, e, i, O, b, h, t, a, s]
|
|
65
|
+
),
|
|
66
|
+
f
|
|
67
|
+
);
|
|
68
|
+
};
|
|
69
|
+
export {
|
|
70
|
+
S as default
|
|
71
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { useRef as r, useCallback as f } from "../../external/preact/hooks/dist/hooks.module.js";
|
|
2
|
+
import a from "../useReflex/hooks/useReflex.js";
|
|
3
|
+
import { getUniqueId as o } from "../../utils/idGenerator.js";
|
|
4
|
+
const m = (n) => {
|
|
5
|
+
const e = r();
|
|
6
|
+
return a(
|
|
7
|
+
f(
|
|
8
|
+
(i, t) => {
|
|
9
|
+
t instanceof Element && t.id === e.current && (t.id = ""), i instanceof Element && (i.id = e.current || (e.current = o("adyen-fp")));
|
|
10
|
+
},
|
|
11
|
+
[n]
|
|
12
|
+
),
|
|
13
|
+
n
|
|
14
|
+
);
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
m as default
|
|
18
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { useState as u, useCallback as a } from "../../external/preact/hooks/dist/hooks.module.js";
|
|
2
|
+
const c = (s = !1) => {
|
|
3
|
+
const [o, e] = u(s), n = a((t) => e(t), []), l = a(() => e((t) => !t), []);
|
|
4
|
+
return [o, n, l];
|
|
5
|
+
}, r = c;
|
|
6
|
+
export {
|
|
7
|
+
r as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { useState as O, useCallback as r, useMemo as A, useEffect as Y } from "../../external/preact/hooks/dist/hooks.module.js";
|
|
2
|
+
import { ButtonVariant as P } from "../../components/internal/Button/types.js";
|
|
3
|
+
import { CommitAction as t } from "./types.js";
|
|
4
|
+
import g from "../../core/Context/useCoreContext.js";
|
|
5
|
+
import { EMPTY_OBJECT as v } from "../../utils/common/constants.js";
|
|
6
|
+
const L = ({ applyDisabled: e, applyTitle: m, resetDisabled: a, resetTitle: c } = v) => {
|
|
7
|
+
const { i18n: s } = g(), [n, o] = O(t.NONE), [B, u] = O(n !== t.NONE), C = r(() => o(t.APPLY), [o]), E = r(() => o(t.CLEAR), [o]), i = r(() => o(t.NONE), [o]), N = A(
|
|
8
|
+
() => ({
|
|
9
|
+
disabled: e === !0,
|
|
10
|
+
event: C,
|
|
11
|
+
title: (m == null ? void 0 : m.trim()) || s.get("apply"),
|
|
12
|
+
variant: P.PRIMARY
|
|
13
|
+
}),
|
|
14
|
+
[s, C, e, m]
|
|
15
|
+
), f = A(
|
|
16
|
+
() => ({
|
|
17
|
+
disabled: a === !0,
|
|
18
|
+
event: E,
|
|
19
|
+
title: (c == null ? void 0 : c.trim()) || s.get("reset"),
|
|
20
|
+
variant: P.SECONDARY
|
|
21
|
+
}),
|
|
22
|
+
[s, E, a, c]
|
|
23
|
+
), R = A(() => [N, f], [N, f]);
|
|
24
|
+
return Y(() => {
|
|
25
|
+
switch (u(n !== t.NONE), n) {
|
|
26
|
+
case t.APPLY:
|
|
27
|
+
case t.CLEAR:
|
|
28
|
+
i();
|
|
29
|
+
break;
|
|
30
|
+
}
|
|
31
|
+
}, [n, u, i]), { commitAction: n, commitActionButtons: R, committing: B, resetCommitAction: i };
|
|
32
|
+
}, x = L;
|
|
33
|
+
export {
|
|
34
|
+
x as default
|
|
35
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { useRef as u, useReducer as o, useCallback as f, useEffect as p } from "../../external/preact/hooks/dist/hooks.module.js";
|
|
2
|
+
function g({
|
|
3
|
+
fetchOptions: a = { keepPrevData: !0 },
|
|
4
|
+
queryFn: n,
|
|
5
|
+
params: h
|
|
6
|
+
}) {
|
|
7
|
+
u(/* @__PURE__ */ new Map());
|
|
8
|
+
const r = u(!1), t = {
|
|
9
|
+
error: void 0,
|
|
10
|
+
data: void 0,
|
|
11
|
+
isFetching: a.enabled !== !1
|
|
12
|
+
}, i = (e, c) => {
|
|
13
|
+
switch (c.type) {
|
|
14
|
+
case "loading":
|
|
15
|
+
return { ...t, isFetching: !0, data: a.keepPrevData ? e.data : void 0 };
|
|
16
|
+
case "fetched":
|
|
17
|
+
return { ...t, data: c.payload, isFetching: !1 };
|
|
18
|
+
case "error":
|
|
19
|
+
return { ...t, error: c.payload, isFetching: !1 };
|
|
20
|
+
default:
|
|
21
|
+
return e;
|
|
22
|
+
}
|
|
23
|
+
}, [l, s] = o(i, t), d = f(async () => {
|
|
24
|
+
s({ type: "loading" });
|
|
25
|
+
try {
|
|
26
|
+
if (r.current)
|
|
27
|
+
return;
|
|
28
|
+
const e = await n();
|
|
29
|
+
s({ type: "fetched", payload: e });
|
|
30
|
+
} catch (e) {
|
|
31
|
+
if (r.current)
|
|
32
|
+
return;
|
|
33
|
+
s({ type: "error", payload: e });
|
|
34
|
+
}
|
|
35
|
+
}, [s, n]);
|
|
36
|
+
return p(() => (r.current = !1, a.enabled !== !1 && d(), () => {
|
|
37
|
+
r.current = !0;
|
|
38
|
+
}), [a.enabled, d]), l;
|
|
39
|
+
}
|
|
40
|
+
export {
|
|
41
|
+
g as useFetch
|
|
42
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import a from "../../core/Context/useCoreContext.js";
|
|
2
|
+
import { useMemo as g } from "../../external/preact/hooks/dist/hooks.module.js";
|
|
3
|
+
import { EMPTY_OBJECT as p } from "../../utils/common/constants.js";
|
|
4
|
+
const u = "https://cdf6519016.cdn.adyen.com/checkoutshopper/", C = ({
|
|
5
|
+
name: e,
|
|
6
|
+
resourceContext: o,
|
|
7
|
+
imageFolder: t = "logos/",
|
|
8
|
+
parentFolder: r = "",
|
|
9
|
+
extension: s = "svg",
|
|
10
|
+
size: c = "",
|
|
11
|
+
subFolder: n = ""
|
|
12
|
+
}) => {
|
|
13
|
+
const m = `/images/${t}/${n}/${r}/${e}${c}.${s}`.replace(/\/+/g, "/");
|
|
14
|
+
return `${o}${m}`;
|
|
15
|
+
}, f = ({ options: e = p, name: o }) => {
|
|
16
|
+
const { loadingContext: t } = a();
|
|
17
|
+
return g(
|
|
18
|
+
() => C({
|
|
19
|
+
resourceContext: u,
|
|
20
|
+
name: o,
|
|
21
|
+
...e
|
|
22
|
+
}),
|
|
23
|
+
[t, o, e]
|
|
24
|
+
);
|
|
25
|
+
};
|
|
26
|
+
export {
|
|
27
|
+
f as useImageUrl
|
|
28
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { useState as b, useCallback as t, useMemo as k } from "../../external/preact/hooks/dist/hooks.module.js";
|
|
2
|
+
import { hasCallback as m } from "./types.js";
|
|
3
|
+
function D(l) {
|
|
4
|
+
const [u, c] = b(null), d = t(
|
|
5
|
+
(e) => e && m(l[e.selection.type]) ? {
|
|
6
|
+
callback: l != null && l.callback ? (r) => {
|
|
7
|
+
var a, s;
|
|
8
|
+
return (s = (a = l[e.selection.type]) == null ? void 0 : a.callback) == null ? void 0 : s.call(a, { showModal: () => c(e), ...r });
|
|
9
|
+
} : () => c(e)
|
|
10
|
+
} : (c(e), {}),
|
|
11
|
+
[l]
|
|
12
|
+
), n = t(() => c(null), []), f = k(() => {
|
|
13
|
+
const e = {};
|
|
14
|
+
for (const r in l) {
|
|
15
|
+
const a = l[r];
|
|
16
|
+
e[r] = !(a != null && a.showDetails.some((s) => s === !1)) || !!a.callback;
|
|
17
|
+
}
|
|
18
|
+
return e;
|
|
19
|
+
}, [l]);
|
|
20
|
+
return {
|
|
21
|
+
selectedDetail: u,
|
|
22
|
+
updateDetails: d,
|
|
23
|
+
detailsToShow: f,
|
|
24
|
+
resetDetails: n
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export {
|
|
28
|
+
D as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { useRef as u, useMemo as n, useEffect as r } from "../../external/preact/hooks/dist/hooks.module.js";
|
|
2
|
+
const o = (s) => {
|
|
3
|
+
const e = u(!1), t = n(() => s, [s]);
|
|
4
|
+
return r(() => (e.current = !0, () => {
|
|
5
|
+
e.current = !1, t && t();
|
|
6
|
+
}), [t]), e;
|
|
7
|
+
}, c = o;
|
|
8
|
+
export {
|
|
9
|
+
c as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { useRef as o, useMemo as h, useReducer as R, useEffect as T } from "../../external/preact/hooks/dist/hooks.module.js";
|
|
2
|
+
import w from "../useMounted/useMounted.js";
|
|
3
|
+
import { EMPTY_OBJECT as F } from "../../utils/common/constants.js";
|
|
4
|
+
const P = (a = F, f = !0) => {
|
|
5
|
+
const n = o(f), e = o(Object.freeze({ ...a })), p = o(new Set(Object.keys(e.current))), u = o(/* @__PURE__ */ new Set()), S = w(), [d, j] = h(() => {
|
|
6
|
+
const r = (c) => {
|
|
7
|
+
S.current && z(c);
|
|
8
|
+
};
|
|
9
|
+
return [
|
|
10
|
+
() => r("reset"),
|
|
11
|
+
(c) => r(c)
|
|
12
|
+
];
|
|
13
|
+
}, [S]), [$, z] = R((r, c) => {
|
|
14
|
+
if (c === "reset")
|
|
15
|
+
return u.current.clear(), e.current;
|
|
16
|
+
const s = { ...c }, i = [0];
|
|
17
|
+
Object.keys(s).forEach((t, O) => {
|
|
18
|
+
if (!p.current.has(t))
|
|
19
|
+
return;
|
|
20
|
+
const g = r[t] ?? void 0, b = e.current[t] ?? void 0, l = s[t] ?? b;
|
|
21
|
+
if (l === g)
|
|
22
|
+
return;
|
|
23
|
+
const v = Math.floor(O / 32), M = 1 << O % 32;
|
|
24
|
+
s[t] = l, i[v] |= M, u.current[l === b ? "delete" : "add"](t);
|
|
25
|
+
});
|
|
26
|
+
const m = i.some((t) => t) ? n.current && u.current.size === 0 ? e.current : Object.freeze({ ...r, ...s }) : r;
|
|
27
|
+
return n.current || (e.current = m, n.current = !0), m;
|
|
28
|
+
}, e.current), E = h(() => !!u.current.size, []);
|
|
29
|
+
return T(() => {
|
|
30
|
+
e.current = Object.freeze({ ...a }), p.current = new Set(Object.keys(e.current)), n.current = f, d();
|
|
31
|
+
}, [f, a, d]), { canResetState: E, defaultState: e.current, resetState: d, state: $, updateState: j };
|
|
32
|
+
}, x = P;
|
|
33
|
+
export {
|
|
34
|
+
x as default
|
|
35
|
+
};
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { REF as _ } from "../constants.js";
|
|
2
|
+
import i from "./registry.js";
|
|
3
|
+
import { assertReflexAction as d, unwrap as c } from "./utils.js";
|
|
4
|
+
import { struct as p, sameValue as x } from "../../../utils/common/index.js";
|
|
5
|
+
const m = (r) => {
|
|
6
|
+
d(r);
|
|
7
|
+
const e = new WeakMap([[r, 1]]), t = (u) => {
|
|
8
|
+
if (x(n, u))
|
|
9
|
+
return;
|
|
10
|
+
const s = n;
|
|
11
|
+
r(n = u, s);
|
|
12
|
+
};
|
|
13
|
+
let n = null;
|
|
14
|
+
return Object.defineProperties(t, {
|
|
15
|
+
[_]: { value: t },
|
|
16
|
+
actions: {
|
|
17
|
+
value: p({
|
|
18
|
+
get: { value: e.get.bind(e) },
|
|
19
|
+
size: { value: 1 }
|
|
20
|
+
})
|
|
21
|
+
},
|
|
22
|
+
current: {
|
|
23
|
+
get: () => n,
|
|
24
|
+
set: t
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
}, A = () => {
|
|
28
|
+
let r, e = null, t, n = !1;
|
|
29
|
+
const u = (l) => {
|
|
30
|
+
r = void 0, e = null, t = l, n = !1;
|
|
31
|
+
}, s = () => {
|
|
32
|
+
n || (a(), n = !0);
|
|
33
|
+
}, a = () => {
|
|
34
|
+
try {
|
|
35
|
+
if (!e)
|
|
36
|
+
return;
|
|
37
|
+
i.unbind(e, t);
|
|
38
|
+
} catch {
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
return p({
|
|
42
|
+
action: { get: () => t },
|
|
43
|
+
reflex: { get: () => r },
|
|
44
|
+
release: { value: s },
|
|
45
|
+
update: { value: (l, f) => {
|
|
46
|
+
d(l), n && u(l);
|
|
47
|
+
const o = f ?? null;
|
|
48
|
+
if (t === l && e === o) {
|
|
49
|
+
if (r)
|
|
50
|
+
return;
|
|
51
|
+
} else if (e) {
|
|
52
|
+
if (x(c(e), c(o))) {
|
|
53
|
+
r = i.bind(e, l), a(), t = l;
|
|
54
|
+
return;
|
|
55
|
+
}
|
|
56
|
+
a();
|
|
57
|
+
}
|
|
58
|
+
t = l, r = (e = o) ? i.bind(e, t) : m(t);
|
|
59
|
+
} }
|
|
60
|
+
});
|
|
61
|
+
};
|
|
62
|
+
export {
|
|
63
|
+
m as createIsolatedFauxReflex,
|
|
64
|
+
A as createReflexContainer,
|
|
65
|
+
A as default
|
|
66
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { REF as v } from "../constants.js";
|
|
2
|
+
import { UnknownRefError as w } from "../errors.js";
|
|
3
|
+
import { unwrap as a, assertReflexAction as x } from "./utils.js";
|
|
4
|
+
import { struct as b, enumerable as p, isFunction as z, sameValue as k } from "../../../utils/common/index.js";
|
|
5
|
+
const A = (() => {
|
|
6
|
+
const l = (n, i) => {
|
|
7
|
+
const r = n.get(i);
|
|
8
|
+
if (!r)
|
|
9
|
+
throw new w();
|
|
10
|
+
return r;
|
|
11
|
+
}, g = (n, i, r) => {
|
|
12
|
+
let o, e;
|
|
13
|
+
const t = a(i);
|
|
14
|
+
try {
|
|
15
|
+
o = l(n, t);
|
|
16
|
+
} catch {
|
|
17
|
+
x(r);
|
|
18
|
+
}
|
|
19
|
+
if (o)
|
|
20
|
+
[, e] = o;
|
|
21
|
+
else {
|
|
22
|
+
const f = z(t), R = f ? (c) => {
|
|
23
|
+
t(s = c);
|
|
24
|
+
} : (c) => {
|
|
25
|
+
t.current = c, s = t.current;
|
|
26
|
+
}, u = (c) => {
|
|
27
|
+
if (e.size === 0)
|
|
28
|
+
return;
|
|
29
|
+
const d = s;
|
|
30
|
+
if (R(c), !k(s, d))
|
|
31
|
+
for (const [_] of e)
|
|
32
|
+
_(s, d);
|
|
33
|
+
};
|
|
34
|
+
let s = f ? null : t.current;
|
|
35
|
+
n.set(t, o = [u, e = /* @__PURE__ */ new Map()]), Object.defineProperties(u, {
|
|
36
|
+
[v]: { value: t },
|
|
37
|
+
actions: {
|
|
38
|
+
value: b({
|
|
39
|
+
get: { value: e.get.bind(e) },
|
|
40
|
+
size: { get: () => e.size }
|
|
41
|
+
})
|
|
42
|
+
},
|
|
43
|
+
current: {
|
|
44
|
+
get: () => s,
|
|
45
|
+
set: f ? void 0 : u
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
return r && e.set(r, 1 + (e.get(r) || 0)), o[0];
|
|
50
|
+
}, m = (n, i, r) => {
|
|
51
|
+
const o = a(i), [, e] = l(n, o), t = e.get(r) || 0;
|
|
52
|
+
t === 1 ? e.delete(r) : t > 1 && e.set(r, t - 1), e.size === 0 && n.delete(o);
|
|
53
|
+
};
|
|
54
|
+
return () => {
|
|
55
|
+
const n = /* @__PURE__ */ new WeakMap();
|
|
56
|
+
return b({
|
|
57
|
+
bind: p(g.bind(void 0, n)),
|
|
58
|
+
unbind: p(m.bind(void 0, n))
|
|
59
|
+
});
|
|
60
|
+
};
|
|
61
|
+
})(), E = A();
|
|
62
|
+
export {
|
|
63
|
+
A as createReflexRegister,
|
|
64
|
+
E as default
|
|
65
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { REF as o } from "../constants.js";
|
|
2
|
+
import { MissingReflexActionError as c } from "../errors.js";
|
|
3
|
+
import { isFunction as i, hasOwnProperty as n, sameValue as e } from "../../../utils/common/index.js";
|
|
4
|
+
import { EMPTY_OBJECT as f } from "../../../utils/common/constants.js";
|
|
5
|
+
function h(t) {
|
|
6
|
+
if (!i(t))
|
|
7
|
+
throw new c();
|
|
8
|
+
}
|
|
9
|
+
const m = (t) => {
|
|
10
|
+
try {
|
|
11
|
+
if (i(t) && n(t, "current") && n(t, o) && !e(t, t[o])) {
|
|
12
|
+
const s = t.actions.get(f), r = t.actions.size;
|
|
13
|
+
return s === void 0 && Number.isInteger(r) && r >= 0;
|
|
14
|
+
}
|
|
15
|
+
} catch {
|
|
16
|
+
}
|
|
17
|
+
return !1;
|
|
18
|
+
}, p = (t) => m(t) ? p(t[o]) : t;
|
|
19
|
+
export {
|
|
20
|
+
h as assertReflexAction,
|
|
21
|
+
m as isReflex,
|
|
22
|
+
p as unwrap
|
|
23
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { useRef as s, useLayoutEffect as u, useMemo as n } from "../../../external/preact/hooks/dist/hooks.module.js";
|
|
2
|
+
import { createReflexContainer as o } from "../core/reflex.js";
|
|
3
|
+
const a = (r, t) => {
|
|
4
|
+
const e = s(o());
|
|
5
|
+
return u(() => e.current.release, []), n(() => (e.current.update(r, t), e.current.reflex), [r, t]);
|
|
6
|
+
}, m = a;
|
|
7
|
+
export {
|
|
8
|
+
m as default
|
|
9
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import u from "../../core/Auth/useAuthContext.js";
|
|
2
|
+
import { http as s } from "../../core/Services/requests/http.js";
|
|
3
|
+
import { ErrorTypes as m } from "../../core/Services/requests/utils.js";
|
|
4
|
+
import { useMemo as c } from "../../external/preact/hooks/dist/hooks.module.js";
|
|
5
|
+
import { EMPTY_OBJECT as f } from "../../utils/common/constants.js";
|
|
6
|
+
const h = (() => {
|
|
7
|
+
let r, t;
|
|
8
|
+
return (a) => (a !== r && (r = a, t = (e, o, n) => s({ ...e, headers: { ...e.headers, Authorization: `Bearer ${r}` }, method: o }, n)), t);
|
|
9
|
+
})();
|
|
10
|
+
function A() {
|
|
11
|
+
const { token: r, updateCore: t } = u();
|
|
12
|
+
return { httpProvider: c(() => {
|
|
13
|
+
const e = h(r);
|
|
14
|
+
return async (o, n, i) => {
|
|
15
|
+
try {
|
|
16
|
+
return await e(o, n, i);
|
|
17
|
+
} catch (p) {
|
|
18
|
+
if (p.type === m.EXPIRED_TOKEN)
|
|
19
|
+
return await (t == null ? void 0 : t(f, !0)), e(o, n, i);
|
|
20
|
+
throw p;
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
}, [r, t]) };
|
|
24
|
+
}
|
|
25
|
+
export {
|
|
26
|
+
A as default
|
|
27
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import i from "../../core/Auth/useAuthContext.js";
|
|
2
|
+
import h from "../useSessionAwareRequest/useSessionAwareRequest.js";
|
|
3
|
+
import f from "../../core/Context/useCoreContext.js";
|
|
4
|
+
import { parseSearchParams as l } from "../../core/Services/requests/utils.js";
|
|
5
|
+
import { useCallback as C } from "../../external/preact/hooks/dist/hooks.module.js";
|
|
6
|
+
import { EMPTY_OBJECT as y } from "../../utils/common/constants.js";
|
|
7
|
+
const O = (e) => {
|
|
8
|
+
const { endpoints: s } = i(), { loadingContext: a } = f(), { httpProvider: n } = h();
|
|
9
|
+
return C(
|
|
10
|
+
async (...p) => {
|
|
11
|
+
const u = p[0], t = p[1] || y, m = s[e], o = t.path;
|
|
12
|
+
let r = m.url;
|
|
13
|
+
if (o) {
|
|
14
|
+
const c = Object.keys(o)[0];
|
|
15
|
+
r = r.replace(`{${c}}`, o[c]);
|
|
16
|
+
}
|
|
17
|
+
return n(
|
|
18
|
+
{ loadingContext: a, path: r, ...u, params: t.query && l(t.query) },
|
|
19
|
+
m.method ?? "GET"
|
|
20
|
+
);
|
|
21
|
+
},
|
|
22
|
+
[e, s, n, a]
|
|
23
|
+
);
|
|
24
|
+
};
|
|
25
|
+
export {
|
|
26
|
+
O as useSetupEndpoint
|
|
27
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const I = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMzAwIDIwMCIgZmlsbD0ibm9uZSI+CiAgICA8ZyBjbGlwLXBhdGg9InVybCgjYSkiPgogICAgICAgIDxwYXRoIGZpbGw9IiNCRjdDNkEiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xODkuMyAxMTMuN2MtMS0uMyAzNi4zIDI4LjYgNDcuNyAyNi40IDkuMy0xLjggMTQuMy01OSAxNC4zLTU5aC05LjlsLTEwLjggMzYuM3MtMzAuNC0yMi4zLTMxLjgtMjIuM2MtMS40IDAtOCAxOS4xLTkuNSAxOC42WiIvPgogICAgICAgIDxwYXRoIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Im0yMzAuMSAxMTYuNyAyIDMuMiIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNCRjdDNkEiIGQ9Im0yNTkuOCA3NC42IDEwLTMuNi43LTguMWMuMS0uOS0uNi0xLjYtMS40LTEuNy0uOC0uMS0xLjUuNS0xLjcgMS4zbC0xLjMgNi42LTEyLjYgNC44Ii8+CiAgICAgICAgPHBhdGggc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0ibTI1OS44IDc0LjYgMTAtMy42LjctOC4xYy4xLS45LS42LTEuNi0xLjQtMS43LS44LS4xLTEuNS41LTEuNyAxLjNsLTEuMyA2LjYtMTIuNiA0LjgiLz4KICAgICAgICA8cGF0aCBmaWxsPSIjQkY3QzZBIiBkPSJtMjYwLjUgNzUuNSAxMS4xLTMuNSAyLjktNy4xYy4zLS44LS4xLTEuNy0uOS0yLjEtLjgtLjMtMS42IDAtMiAuN2wtMy4yIDUuOS0xMC4yIDMuMiIvPgogICAgICAgIDxwYXRoIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Im0yNjAuNSA3NS41IDExLjEtMy41IDIuOS03LjFjLjMtLjgtLjEtMS43LS45LTIuMS0uOC0uMy0xLjYgMC0yIC43bC0zLjIgNS45LTEwLjIgMy4yIi8+CiAgICAgICAgPHBhdGggZmlsbD0iI0JGN0M2QSIgZD0ibTI1NCA3Ni41IDcuNC03LjhjLjctLjYuOC0xLjUuMi0yLjItLjUtLjctMS41LS44LTIuMi0uNC0yIDEuMy02LjIgNS0xMC43IDcuMS0zLjEgMS40LTUuMiA1LjgtNS44IDcuMyIvPgogICAgICAgIDxwYXRoIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Im0yNTQgNzYuNSA3LjQtNy44Yy43LS42LjgtMS41LjItMi4yLS41LS43LTEuNS0uOC0yLjItLjQtMiAxLjMtNi4yIDUtMTAuNyA3LjEtMy4xIDEuNC01LjIgNS44LTUuOCA3LjMiLz4KICAgICAgICA8cGF0aCBmaWxsPSIjQkY3QzZBIiBkPSJNMjUwLjMgODIuMmMxLjItLjMgMjEuNi04LjYgMjYuNy0xMC4zLjktLjMgMS40LTEuMiAxLjEtMi4xLS4yLS45LTEtMS4xLTEuOS0xLTQuNC44LTE3LjkgMy45LTE5LjUgNC4yLTEuNS4yLTUuMy42LTEwLjkgMy4xYTkgOSAwIDAgMC01LjIgOCIvPgogICAgICAgIDxwYXRoIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yNTAuMyA4Mi4yYzEuMi0uMyAyMS42LTguNiAyNi43LTEwLjMuOS0uMyAxLjQtMS4yIDEuMS0yLjEtLjItLjktMS0xLjEtMS45LTEtNC40LjgtMTcuOSAzLjktMTkuNSA0LjItMS41LjItNS4zLjYtMTAuOSAzLjFhOSA5IDAgMCAwLTUuMiA4Ii8+CiAgICAgICAgPHBhdGggZmlsbD0iIzAwMTEyQyIgZD0iTTEzMC45IDYzLjFjLjggNy4zIDQuNyAxNC4xIDEwLjMgMThsLTMuMS02LjRjLS41LTEtLjktMi0xLTMuMWwtLjEtLjNjLS4xLS4xLS4xLjIgMCAuMSIvPgogICAgICAgIDxwYXRoIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xMzAuOSA2My4xYy44IDcuMyA0LjcgMTQuMSAxMC4zIDE4bC0zLjEtNi40Yy0uNS0xLS45LTItMS0zLjFsLS4xLS4zYy0uMS0uMS0uMS4yIDAgLjEiLz4KICAgICAgICA8cGF0aCBmaWxsPSIjQkY3QzZBIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJtMTU4LjkgNzQuOC0xMy4yLjItMS41IDE4IDguNCAzLjYgNy45LTMuOC0xLjYtMThaIi8+CiAgICAgICAgPHBhdGggZmlsbD0iIzAwMTEyQyIgc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTE1MS45IDgzLjljLTQuNyAwLTYuNC0yLjctNi40LTIuN3YtNC42aDEzLjRsLjMgNmMtLjEuMS0yLjUgMS4zLTcuMyAxLjNaIi8+CiAgICAgICAgPHBhdGggZmlsbD0iIzAwMTEyQyIgc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTEzNC41IDcwLjdjMi40IDMgNi4zIDUuNyA5LjggNy4zIDMuNiAxLjYgMTUuMyAxLjcgMTkuNS0xLjEgOC44LTUuOSAxMC41LTIwLjMgOC4yLTMwLjYtLjctMy40LTEuOC02LjgtMy43LTkuN2EyMiAyMiAwIDAgMC0xOS44LTkuM2MtNy41LjUtMTkuMyA1LjktMjAuOCAxNC4yLTEuNyA5LjYuOCAyMS42IDYuOCAyOS4yWiIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNCRjdDNkEiIGQ9Ik0xMzMuMiA1OC45cy01LjEtNy03LjgtMS42IDQuOCAxMy40IDEwLjggMTEuMiIvPgogICAgICAgIDxwYXRoIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xMzMuMiA1OC45cy01LjEtNy03LjgtMS42IDQuOCAxMy40IDEwLjggMTEuMiIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNCRjdDNkEiIGQ9Ik0xNjkuNSA1Mi40czIuMy04LjMgNi43LTQuMmM0LjQgNC4xLjIgMTQuMi02LjIgMTQuMyIvPgogICAgICAgIDxwYXRoIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xNjkuNSA1Mi40czIuMy04LjMgNi43LTQuMmM0LjQgNC4xLjIgMTQuMi02LjIgMTQuMyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNCRjdDNkEiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xNjYuOSA0MS4yYy02LjMtMTItMzMuNC04LjItMzQuOSA2LjNBMzguMiAzOC4yIDAgMCAwIDE0MiA3N2M1LjcgNS4yIDEyIDQuNSAxNC4xIDQuMSAyLjEtLjMgOC4yLTEuOCAxMS43LTguOGEzNy4yIDM3LjIgMCAwIDAtLjktMzEuMVoiLz4KICAgICAgICA8cGF0aCBmaWxsPSIjMDAxMTJDIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMTM0LjEgNTVjNy44LTEuMSAxNS41LTIuNiAyMy4xLTQuNGwtLjQtNC44YzEgMS42IDEuOCAyLjcgMi40IDQuNSAzLTEuMyA2LjMtMS41IDkuNS0xLjYgMy4xLS4xLTQuMi0xNC4zLTYuMS0xNS42YTE2LjIgMTYuMiAwIDAgMC03LjEtMi4xYy01LjctLjYtMTEuNy0uNC0xNi43IDIuMy00IDIuMi03LjMgNi40LTcuNiAxMSAwIDEuNS41IDExIDIuOSAxMC43WiIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNCRjdDNkEiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xMTQuNSAxMTMuN2MxLS4zLTM2LjMgMjguNi00Ny43IDI2LjQtOS4zLTEuOC0xNC4zLTU5LTE0LjMtNTloOS45bDEwLjggMzYuM3MzMC40LTIyLjMgMzEuOC0yMi4zYzEuNS0uMSA4LjEgMTkuMSA5LjUgMTguNloiLz4KICAgICAgICA8cGF0aCBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJtNzMuOCAxMTYuNy0yLjEgMy4yIi8+CiAgICAgICAgPHBhdGggZmlsbD0iI0JGN0M2QSIgZD0iTTQ0IDc0LjYgMzQgNzFsLS43LTguMWMtLjEtLjkuNi0xLjYgMS40LTEuNy44LS4xIDEuNS41IDEuNyAxLjNsMS4zIDYuNiAxMi42IDQuOCIvPgogICAgICAgIDxwYXRoIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik00NCA3NC42IDM0IDcxbC0uNy04LjFjLS4xLS45LjYtMS42IDEuNC0xLjcuOC0uMSAxLjUuNSAxLjcgMS4zbDEuMyA2LjYgMTIuNiA0LjgiLz4KICAgICAgICA8cGF0aCBmaWxsPSIjQkY3QzZBIiBkPSJNNDMuMyA3NS41IDMyLjIgNzJsLTIuOS03Yy0uMy0uOC4xLTEuNy45LTIuMS44LS4zIDEuNiAwIDIgLjdsMy4yIDUuOSAxMC4yIDMuMiIvPgogICAgICAgIDxwYXRoIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik00My4zIDc1LjUgMzIuMiA3MmwtMi45LTdjLS4zLS44LjEtMS43LjktMi4xLjgtLjMgMS42IDAgMiAuN2wzLjIgNS45IDEwLjIgMy4yIi8+CiAgICAgICAgPHBhdGggZmlsbD0iI0JGN0M2QSIgZD0ibTQ5LjggNzYuNS03LjQtNy44Yy0uNy0uNi0uOC0xLjUtLjItMi4yLjUtLjcgMS41LS44IDIuMi0uNCAyIDEuMyA2LjIgNSAxMC43IDcuMSAzLjEgMS40IDUuMiA1LjggNS44IDcuMyIvPgogICAgICAgIDxwYXRoIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Im00OS44IDc2LjUtNy40LTcuOGMtLjctLjYtLjgtMS41LS4yLTIuMi41LS43IDEuNS0uOCAyLjItLjQgMiAxLjMgNi4yIDUgMTAuNyA3LjEgMy4xIDEuNCA1LjIgNS44IDUuOCA3LjMiLz4KICAgICAgICA8cGF0aCBmaWxsPSIjQkY3QzZBIiBkPSJNNTMuNSA4Mi4yQzUyLjQgODEuOSAzMiA3My43IDI2LjggNzJhMS42IDEuNiAwIDAgMS0xLjEtMi4xYy4yLS45IDEtMS4xIDEuOS0xIDQuNC44IDE3LjkgMy45IDE5LjUgNC4yIDEuNS4yIDUuMy42IDEwLjkgMy4xYTkgOSAwIDAgMSA1LjIgOCIvPgogICAgICAgIDxwYXRoIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik01My41IDgyLjJDNTIuNCA4MS45IDMyIDczLjcgMjYuOCA3MmExLjYgMS42IDAgMCAxLTEuMS0yLjFjLjItLjkgMS0xLjEgMS45LTEgNC40LjggMTcuOSAzLjkgMTkuNSA0LjIgMS41LjIgNS4zLjYgMTAuOSAzLjFhOSA5IDAgMCAxIDUuMiA4Ii8+CiAgICAgICAgPHBhdGggZmlsbD0iIzAwMTEyQyIgc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTEzOS45IDg3LjZjLTEuNC0zLjQtNi4zLTEyLjUtOS44LTExLjdhOTAuNyA5MC43IDAgMCAwLTQ2LjIgMjkuN2MtNC40IDUuNC0yIDguNy0yIDguN2w3LjEgMTguOHMzLjYgMiAxNS40IDEuN2MxNy40LS41IDM4LjgtMjYuOCAzOS41LTMwLjYuNC0yLjYtMS43LTEwLjgtNC0xNi42WiIvPgogICAgICAgIDxwYXRoIGZpbGw9IiMzMzAwQzIiIGQ9Im0xOTYuNiAyMzIuOC0xOC43LTU4LjFoLTUxbC0yMC4yIDU4LjEiLz4KICAgICAgICA8cGF0aCBzdHJva2U9IiMwQzExMkMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0ibTE5Ni42IDIzMi44LTE4LjctNTguMWgtNTFsLTIwLjIgNTguMSIvPgogICAgICAgIDxwYXRoIGZpbGw9IiMwMDExMkMiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Im0xNTkuMSA5MS44LTE2LjguMXMtMjAuNCAxLTIxLjMgNi44Yy0xLjYgMTAuNiA2LjEgNTIuNiA1LjkgNTYuMmwtNC44IDIwLjQuMi4xYzEwLjcgNSAyMi43IDcuMiAzNC42IDYuMmwyMy4xLTEuOS0zLjItMTguMmMtLjItMi43IDcuMy00NiA2LjktNjEuMy0uMS03LjEtMjQuNi04LjQtMjQuNi04LjRaIi8+CiAgICAgICAgPHBhdGggZmlsbD0iIzAwMTEyQyIgc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0ibTE0MS40IDkyIDEuNi01LjZoMTguN2wxLjEgNC45Yy0uMS4xLTguOSAxMS0yMS40LjdabTIzLjEtNC40YzEuNC0zLjQgNi4zLTEyLjUgOS44LTExLjdhOTAuNyA5MC43IDAgMCAxIDQ2LjIgMjkuN2M0LjQgNS40IDIgOC43IDIgOC43bC03LjEgMTguOHMtMy42IDItMTUuNCAxLjdjLTE3LjQtLjUtMzguOC0yNi44LTM5LjUtMzAuNmE0OC4zIDQ4LjMgMCAwIDEgNC0xNi42Wk0xMTkuOSAxOGMwLTIuNSAxLjEtNC45IDIuNy02LjggMS45LTIuMiA0LjUtMy44IDcuNC00LjIgMi45LS40IDUuOS42IDcuOSAyLjdhNC44IDQuOCAwIDAgMC0zLTQuMXM1LS4yIDcuMS40YTE0LjcgMTQuNyAwIDAgMSAxMSAxNy44Yy0yLjMgOC44LTE0LjIgNy0yMSA1LjYtNS42LTEuMi0xMi00LjktMTIuMS0xMS40WiIvPgogICAgPC9nPgogICAgPGRlZnM+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJhIj4KICAgICAgICAgICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgzMDB2MjAwSDB6Ii8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgIDwvZGVmcz4KPC9zdmc+";
|
|
2
|
+
export {
|
|
3
|
+
I as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const I = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMjMiIGhlaWdodD0iMTY5IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjIzIDE2OSI+CiAgICA8cGF0aCBmaWxsPSIjRUFCMUEwIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNMzYuNiAxMTIuMmMuNi0uMSAxLS43IDEtMS4zbC0uOS04LjcgMi4xIDYuNmMuMi42LjguOCAxLjQuNy42LS4xIDEtLjcuOC0xLjJsLTEuMy02LjggMi45LTQuOC01LjktNS41LTcuNiA5IDUgNC43IDEgNi4yYzAgLjcuNyAxLjIgMS41IDFaIi8+CiAgICA8cGF0aCBmaWxsPSIjRUFCMUEwIiBkPSJNMzEuNyAxMDMuNmMuMy40IDEuMiA2LjYgMS41IDkgMCAuNS42IDEgMS4xIDFoLjNjLjcgMCAxLjItLjYgMS4xLTEuM2wtLjctOS4xIi8+CiAgICA8cGF0aCBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNMzEuNyAxMDMuNmMuMy40IDEuMiA2LjYgMS41IDkgMCAuNS42IDEgMS4xIDFoLjNjLjcgMCAxLjItLjYgMS4xLTEuM2wtLjctOS4xIi8+CiAgICA8cGF0aCBmaWxsPSIjRUFCMUEwIiBkPSJNMzAuNCA5OS4zdjEzLjFjMCAuNi41IDEuMSAxLjIgMS4xLjUgMCAxLS40IDEtMWwxLjItOS4zIi8+CiAgICA8cGF0aCBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNMzAuNCA5OS4zdjEzLjFjMCAuNi41IDEuMSAxLjIgMS4xLjUgMCAxLS40IDEtMWwxLjItOS4zIi8+CiAgICA8cGF0aCBmaWxsPSIjRUFCMUEwIiBkPSJNMzUuOCA5MnMtNi41IDQuOC02LjYgNi4yYTk5NSA5OTUgMCAwIDAtLjkgMTAuM2MxLjUgMCAyLjgtMSAzLjItMi4zLjYtMi4xIDEuMi00LjkgMS01LjEtLjEtLjMgNS0uNyA1LjgtMy44Ii8+CiAgICA8cGF0aCBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNMzUuOCA5MnMtNi41IDQuOC02LjYgNi4yYTk5NSA5OTUgMCAwIDAtLjkgMTAuM2MxLjUgMCAyLjgtMSAzLjItMi4zLjYtMi4xIDEuMi00LjkgMS01LjEtLjEtLjMgNS0uNyA1LjgtMy44Ii8+CiAgICA8cGF0aCBmaWxsPSIjMzMwMEMyIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNOTUuMyA0Ni43Uzc4IDUzIDcwLjUgNTkuNGMtNy42IDYuNC0zNi4xIDMxLjItMzYuMSAzMS4ybDExLjIgMTEgMzgtMjcuM2MzLjUtMi42IDExLjctMjcuNiAxMS43LTI3LjZaIi8+CiAgICA8cGF0aCBmaWxsPSIjMDAxMTJDIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJtNDUuNiAxMDEuNy0xMS4yLTExIDI5LjgtMi41LTE4LjYgMTMuNVpNMTg2LjQgOTAuNGgtNy4xdjI1LjNoNy4xVjkwLjRaTTIxNS42IDY2LjdoLTcuMlY5Mmg3LjJWNjYuN1pNMTczLjcgMTY3LjhoLTdsOC4zLTQ0aDdsLTguMyA0NFpNMjYuMyAxNjcuOGgtN2w4LjMtNDRoN2wtOC4zIDQ0Wk0yMDkuMiAxNjcuOGgtN2wtOC4zLTQ0aDdsOC4zIDQ0Wk02OCA5MS4xaC03djI1aDdWOTFaIi8+CiAgICA8cGF0aCBmaWxsPSIjRjNGNkY5IiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNMjA4LjQgNjYuN0gzOVY5MmgxNjkuM1Y2Ni43WiIvPgogICAgPHBhdGggZmlsbD0iIzAwMTEyQyIgc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTIwOC40IDEyMy40di03LjZIMzl2Ny42aDE2OS41WiIvPgogICAgPHBhdGggZmlsbD0iI0YzRjZGOSIgc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTE5My43IDEyMy40VjExNkgxNS4zdjcuNWgxNzguNFoiLz4KICAgIDxwYXRoIGZpbGw9IiMwMDExMkMiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iLjYiIGQ9Ik03Ny40IDE2Ny44aC03bC04LjMtNDRoN2w4LjMgNDRaTTQyLjIgMTUwLjRsLS44IDNoMTYuMmwuNy0zLjFoLTE2Wk04MC4xIDE1MC4zbDEuNCAzaDE1LjFsLTEtM0g4MFoiLz4KICAgIDxwYXRoIGZpbGw9IiMwMDExMkMiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iLjYiIGQ9Im05Ny44IDExNS45LTI4LjQuMS03LjcgMzQuN2gtMjNsOS41LTQwLjZhMTggMTggMCAwIDEgMTYuNy0xMmw1NC0uNS0uNSAyLjZjLTIgOS4xLTEwLjYgMTUuNi0yMC42IDE1LjdaIi8+CiAgICA8cGF0aCBmaWxsPSIjMDAxMTJDIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNMTEwLjcgMTE1LjlIODUuNUw5OSAxNTAuM2gtMjVMNjIuOSAxMTdjLTMtOSAzLjYtMTguNiAxMy42LTE5LjRoLjhsNTQuNS0xLjMtLjYgMy45YTIwLjcgMjAuNyAwIDAgMS0yMC40IDE1LjdaIi8+CiAgICA8cGF0aCBmaWxsPSIjRjNGNkY5IiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNNTcuNiAxNTMuNEg0MS40bC0uOCAyLjctMTYuOCA0LjJjLTIgLjctMy43IDIuMS00LjcgMy45SDU1bDIuNi0xMC44Wk05Ni42IDE1My40SDgxLjVsMS4zIDIuOS0xNS4yIDRjLTIgLjctMy42IDIuMS00LjYgMy44aDM3LjNsLTMuNy0xMC43WiIvPgogICAgPHBhdGggZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0ibTU0IDE2OCAxLTMuOEgxOWE4IDggMCAwIDAtMSAzLjhoMzZaTTEwMS43IDE2OGwtMS4zLTMuOEg2M2E4IDggMCAwIDAtMSAzLjhoMzkuNloiLz4KICAgIDxwYXRoIGZpbGw9IiMzMzAwQzIiIGQ9Ik04Ni45IDU5LjZjLjMgMjAtNS40IDM3LjctNS40IDM3LjdsNTAuMy0uMXM0LjctMTguNyAyLTMxYy0yLjYtMTIuMy0xNi4yLTIxLjgtMjIuNS0yMi4zLTYuMi0uNi0yMC42IDQuNi0yMC42IDQuNiIvPgogICAgPHBhdGggc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTg2LjkgNTkuNmMuMyAyMC01LjQgMzcuNy01LjQgMzcuN2w1MC4zLS4xczQuNy0xOC43IDItMzFjLTIuNi0xMi4zLTE2LjItMjEuOC0yMi41LTIyLjMtNi4yLS42LTIwLjYgNC42LTIwLjYgNC42Ii8+CiAgICA8cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNOTYuNyA0Ny4xcy42IDUuNSAyIDljMS4yIDMuNiAyIDcuMyAyIDcuM3M2LjgtMTcuNSA4LjMtMTkuNmMwIDAtOCA2LjUtMTIuMyAzLjNaIi8+CiAgICA8cGF0aCBmaWxsPSIjRUFCMUEwIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJtMTA1LjggMzguMyAzLjEgNS41cy00IDYuOC04LjYgNi43Yy00LjcgMC0zLjUtNS42LTMuNS01LjZsOS02LjZaIi8+CiAgICA8cGF0aCBmaWxsPSIjMDAxMTJDIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJtMTAxLjggNDQuNy00IDQuOS0xLTIuNSA1LTIuNFpNOTcgODMuMUg4NS42bC0zLjMtMTcuOWgxMS4xbDMuNCAxNy45WiIvPgogICAgPHBhdGggZmlsbD0iI0VBQjFBMCIgc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTEwMS42IDgyLjZjLTEtMS42LTIuMy0zLTMuMi00LjUtMS4yLTItMS43LTQuNS0yLjMtNi44LTIuNS0uNy0yLjYgNC0yLjQgNiAuMyAxLjggMSAzLjcgMSAzLjctMi0uNC0xMC40LTQuNy0xMC40LTQuNy4zIDAtMS40IDIuMy0uNyAzLjNsMSAxLjNzLS43IDEuMy0uNyAyYy0uMSAxLjIgMS4xIDIuMiAxLjEgMi4ybC4xIDIuM2MuMi44IDEuNSAxLjUgMS41IDEuNXMwIDEuNC43IDEuOGMuNy4zIDExLjIgMS4yIDE1LjggMS40IDAtMS42LjUtMy40LjMtNSAwLTEuNS0xLTMuMi0xLjgtNC41WiIvPgogICAgPHBhdGggZmlsbD0iIzAwMTEyQyIgc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTExMS43IDIxLjljLjQuOC0uMiAxLjgtMSAyLjQtLjcuNS0xLjcuNy0yLjYgMSAxLjItLjQgMi42LS4yIDMuOC4yLjQuMi44LjQgMSAuNy4zLjUuMSAxLjItLjIgMS42LS4zLjQtLjguOC0xLjMgMS0xLjQuNy0zIDEuMi00LjUgMS4zIDEgMCAxLjUgMS4xIDEuMSAxLjktLjQuOC0xLjMgMS4yLTIuMiAxLjQtMS41LjQtMy4zLjQtNC41LS40LS43LS40LTEuMS0xLTEuNS0xLjVhNyA3IDAgMCAxLS4yLTcuNCA5IDkgMCAwIDEgNS43LTMuOGMxLjctLjMgNS42LS4zIDYuNCAxLjZaIi8+CiAgICA8cGF0aCBmaWxsPSIjMDAxMTJDIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNNjguNyAyNWMuNSAxLjcgMyAyIDQuNiAxLjMtMS4yLjItMi40LjQtMy4zIDEuMi0xIC45LTEuMSAyLjQtLjEgMyAuMy4zLjguNCAxLjMuNGE5IDkgMCAwIDAgNC42LTFjLTEgLjYtMiAxLjktMS4zIDMgLjYuOSAyLjIuOCAzLjIuMiAxLS42IDItMS41IDMtMS44LS42LjQtMS4zLjgtMS41IDEuNS0uMy42IDAgMS42LjYgMS43LjUuMSAxIDAgMS40LS4yIDEuMS0uNiAyLjItMS4zIDMtMi4zLTEgLjMtLjggMS45LjEgMi4zIDEgLjQgMiAwIDMtLjZhOC41IDguNSAwIDAgMCAyLjgtM2MtLjMuNCAwIDEuMS42IDEuNSAxIC42IDIuNC43IDMuNS4zYTkgOSAwIDAgMCAzLTIgNyA3IDAgMCAwIDItMi40Yy42LTEuNC4yLTMtLjctNC4yQTEwIDEwIDAgMCAwIDk1IDIxYy00LjMtMi4zLTkuOC0zLTE0LjYtMS43YTYuNiA2LjYgMCAwIDAtNi44LTJjLS43LjMtMS41LjctMS44IDEuNC0uNSAxLjIuNSAyLjMgMS42IDIuOC0yIDAtNS40IDEtNC42IDMuNVoiLz4KICAgIDxwYXRoIGZpbGw9IiNFQUIxQTAiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iLjYiIGQ9Ik04MC42IDI3LjdjLjctLjcgMTAuNi02LjggMTAuNi02LjhsMTAuMiAzLjggNC44IDkuMXYuMmMuOSA3LjQtMy4xIDEwLjUtOC44IDEzLjItNSAyLjQtMTYtMS42LTE2LjktMTkuNCAwIDAgMCAwIDAgMFoiLz4KICAgIDxwYXRoIGZpbGw9IiMwMDExMkMiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iLjYiIGQ9Ik03MC4zIDE3LjNjLS4zLS45LS4zLTEuOC4yLTIuNC41LS41IDEuMi0uNyAxLjktLjYuNyAwIDEuMy40IDEuOS43LS45LS44LS4zLTIuMy44LTIuNyAxLjEtLjMgMi40LjEgMy4yIDEgLjUuNCAxIDQuMyAxLjUgNC40LjYuMSAxIDAgMS41LS4yIDIuNC0uOSA1LTEuNSA3LjQtMS44IDEuOS0uMyAzLjgtLjQgNS42LS4yIDIuMS4zIDQuMiAxIDYuMiAxLjl2MGMzLjQuMiA3LjQgMTAuNSA2LjQgMTAuOC0uOS4yLjIgMC0uMS4xLTIuMS43LTYuNC0uNy03LjYtMS4xYTEyIDEyIDAgMCAxLTMuMS0yLjFjLTEuOC0xLjQtNC0yLjItNi4yLTIuNmwtMS40LS4yYy0xLjguNy0zLjggMS01LjguNy0uNyAwLTEuNS0uMy0yLS44LS4zLS40LS4zLTEuMi4yLTEuNS0xIC41LTIuMS43LTMuMy43LS43IDAtMS42IDAtMi4yLS43LS42LS41LS41LTEuNi4zLTEuOC0xLjMuMy0yLjguNy00IDAtLjctLjUtMS4yLS43LTEuNC0xLjZaIi8+CiAgICA8cGF0aCBmaWxsPSIjRUFCMUEwIiBkPSJNMTAwIDI3LjhjLS42LTEuNy43LTQuMyAyLjQtNC42IDIuNi0uNSA0IDIgNC41IDQgLjUgMS44LjYgMy44LS4yIDUuNi0uMy41LS42IDEtMS4yIDEuNCIvPgogICAgPHBhdGggc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTEwMCAyNy44Yy0uNi0xLjcuNy00LjMgMi40LTQuNiAyLjYtLjUgNCAyIDQuNSA0IC41IDEuOC42IDMuOC0uMiA1LjYtLjMuNS0uNiAxLTEuMiAxLjQiLz4KICAgIDxwYXRoIGZpbGw9IiNGM0Y2RjkiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iLjYiIGQ9Ik05Ni44IDcuN2MyIDAgMy42LTEuNSAzLjYtMy40IDAtMS44LTEuNi0zLjMtMy42LTMuM3MtMy42IDEuNS0zLjYgMy4zYzAgMS45IDEuNiAzLjQgMy42IDMuNFoiLz4KICAgIDxwYXRoIGZpbGw9IiNGM0Y2RjkiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iLjYiIGQ9Ik0xMDcuNCAyMi4xYzAtLjEgMC0zLjMtMS41LTcuNS0xLjYtNC00LjktOS4xLTExLjYtMTAuNC04LjItMS4yLTEzLjIgNC0xNS40IDcuMy0yLjMgMy4yLTIuNCA1LjMtMi40IDUuM2E2NyA2NyAwIDAgMSAzMC45IDUuM1oiLz4KICAgIDxwYXRoIGZpbGw9IiMwMDExMkMiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iLjYiIGQ9Ik05My4zIDE3LjljLjctLjkuNC0yLjItLjYtMi43LTEtLjQtMi40LjItMi43IDEuMi43LS45LjQtMi4yLS41LTIuOS0uOS0uNy0yLjMtLjctMy4yIDAtMSAuNi0xLjMgMS45LTEgMi45IDAtLjcgMC0xLjUtLjItMi4xLS4zLS43LTEtMS4zLTEuNy0xLjMtLjUgMC0xIC4yLTEuNC41YTMgMyAwIDAgMC0xIDNjLS4zLTEtLjUtMi4xLTEuMi0zLS43LTEtMS44LTEuNi0zLTEuNC0xIC4yLTIgMS4zLTIgMi4zIDAgMSAuNyAyIDEuNSAyLjcuMSAwIDE0LjYgNCAxNyAuOFoiLz4KICAgIDxwYXRoIGZpbGw9IiMzMzAwQzIiIGQ9Ik0xMjggNTQuOHMyMiAyNi41IDE4LjkgMzcuOGMtMiA2LjctNDcgNC45LTQ3IDQuOWwyLjUtMTQuMyAyMy43LTEuNS05LjctMTIuNSIvPgogICAgPHBhdGggc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTEyOCA1NC44czIyIDI2LjUgMTguOSAzNy44Yy0yIDYuNy00NyA0LjktNDcgNC45bDIuNS0xNC4zIDIzLjctMS41LTkuNy0xMi41Ii8+CiAgICA8cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiMwMDExMkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9Ii42IiBkPSJNNTcuNCAxLjRIMXYyOS40aDMzLjJMNDguOSA0NWwtLjItMTQuMmg4LjdWMS40WiIvPgogICAgPHBhdGggc3Ryb2tlPSIjMDAxMTJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0iTTIuMyAxNjhoMjE5LjQiLz4KICAgIDxwYXRoIGZpbGw9IiMwMDExMkMiIHN0cm9rZT0iIzAwMTEyQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iLjYiIGQ9Ik0yOS4yIDI2LjNjNi4yIDAgMTEuMy00LjcgMTEuMy0xMC41UzM1LjQgNS4yIDI5LjIgNS4yQzIzIDUuMiAxNy45IDEwIDE3LjkgMTUuOHM1IDEwLjUgMTEuMyAxMC41WiIvPgogICAgPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0ibTI1LjIgMTIgOCA3LjVNMzMuMiAxMmwtOCA3LjUiLz4KPC9zdmc+";
|
|
2
|
+
export {
|
|
3
|
+
I as default
|
|
4
|
+
};
|