@tap-payments/os-micro-frontend-shared 0.1.39 → 0.1.40-9.hotfix.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/build/components/AccordionAdapter/style.d.ts +2 -2
- package/build/components/AccountDropdown/style.d.ts +1 -1
- package/build/components/ActionMenu/ActionMenuDropDown.js +4 -3
- package/build/components/ActionMenu/ActionMenuItem.js +4 -4
- package/build/components/ActionMenu/style.d.ts +1 -2
- package/build/components/ActionMenu/style.js +0 -4
- package/build/components/ActivityAreaChart/components/ChartTooltip.js +4 -3
- package/build/components/ActivityAreaChart/styles.d.ts +3 -4
- package/build/components/ActivityAreaChart/styles.js +0 -6
- package/build/components/Amount/TotalAmount/Loading.d.ts +1 -0
- package/build/components/Amount/TotalAmount/Loading.js +9 -0
- package/build/components/Amount/TotalAmount/TotalAmount.d.ts +15 -0
- package/build/components/Amount/TotalAmount/TotalAmount.js +62 -0
- package/build/components/Amount/TotalAmount/index.d.ts +1 -0
- package/build/components/Amount/TotalAmount/index.js +1 -0
- package/build/components/Amount/TotalAmount/style.d.ts +11 -0
- package/build/components/Amount/TotalAmount/style.js +26 -0
- package/build/components/Amount/index.d.ts +1 -0
- package/build/components/Amount/index.js +1 -0
- package/build/components/AmountConversionFilter/AmountConversionFilter.d.ts +19 -0
- package/build/components/AmountConversionFilter/AmountConversionFilter.js +18 -0
- package/build/components/AmountConversionFilter/MultiSelectCurrencyFilter.d.ts +9 -0
- package/build/components/AmountConversionFilter/MultiSelectCurrencyFilter.js +39 -0
- package/build/components/AmountConversionFilter/index.d.ts +1 -0
- package/build/components/AmountConversionFilter/index.js +1 -0
- package/build/components/AmountConversionFilter/style.d.ts +7 -0
- package/build/components/AmountConversionFilter/style.js +47 -0
- package/build/components/AmountInput/AmountInput.d.ts +14 -0
- package/build/components/AmountInput/AmountInput.js +44 -0
- package/build/components/AmountInput/index.d.ts +2 -0
- package/build/components/AmountInput/index.js +2 -0
- package/build/components/AmountInput/style.d.ts +8 -0
- package/build/components/AmountInput/style.js +30 -0
- package/build/components/AmountStatusChip/AmountStatusChip.d.ts +9 -0
- package/build/components/AmountStatusChip/AmountStatusChip.js +20 -0
- package/build/components/AmountStatusChip/index.d.ts +3 -0
- package/build/components/AmountStatusChip/index.js +2 -0
- package/build/components/AmountStatusChip/style.d.ts +3 -0
- package/build/components/AmountStatusChip/style.js +13 -0
- package/build/components/AnimatedSpinnerIcon/AnimatedSpinnerIcon.d.ts +8 -0
- package/build/components/AnimatedSpinnerIcon/AnimatedSpinnerIcon.js +7 -0
- package/build/components/AnimatedSpinnerIcon/index.d.ts +2 -0
- package/build/components/AnimatedSpinnerIcon/index.js +2 -0
- package/build/components/AnimatedSpinnerIcon/style.d.ts +280 -0
- package/build/components/AnimatedSpinnerIcon/style.js +8 -0
- package/build/components/AppServices/AppServices.d.ts +9 -5
- package/build/components/AppServices/AppServices.js +13 -20
- package/build/components/AppServices/ServiceItem.d.ts +2 -4
- package/build/components/AppServices/ServiceItem.js +6 -10
- package/build/components/AppServices/style.d.ts +1 -1
- package/build/components/AppServicesBar/AppServicesBar.d.ts +22 -0
- package/build/components/AppServicesBar/AppServicesBar.js +18 -0
- package/build/components/AppServicesBar/index.d.ts +3 -0
- package/build/components/AppServicesBar/index.js +3 -0
- package/build/components/AppServicesBar/style.d.ts +4 -0
- package/build/components/AppServicesBar/style.js +6 -0
- package/build/components/AppWindowWrapper/AppWindow/AppWindow.d.ts +1 -1
- package/build/components/AppWindowWrapper/AppWindow/AppWindow.js +2 -2
- package/build/components/AppWindowWrapper/AppWindow/style.d.ts +2 -2
- package/build/components/AppWindowWrapper/AppWindow/type.d.ts +2 -0
- package/build/components/AppWindowWrapper/context/Provider.d.ts +1 -1
- package/build/components/AppWindowWrapper/context/Provider.js +4 -3
- package/build/components/AppWindowWrapper/context/type.d.ts +4 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/AccountHeader.d.ts +1 -1
- package/build/components/AppWindowWrapper/headers/AccountHeader/AccountHeader.js +2 -2
- package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.d.ts +1 -1
- package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.js +2 -2
- package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/type.d.ts +3 -2
- package/build/components/AppWindowWrapper/headers/AccountHeader/type.d.ts +2 -1
- package/build/components/AppWindowWrapper/headers/AppWindowHeader/AppWindowHeaderBase.d.ts +1 -1
- package/build/components/AppWindowWrapper/headers/AppWindowHeader/AppWindowHeaderBase.js +2 -2
- package/build/components/AuthenticationTypeChip/AuthenticationTypeChip.d.ts +9 -0
- package/build/components/AuthenticationTypeChip/AuthenticationTypeChip.js +21 -0
- package/build/components/AuthenticationTypeChip/constants.d.ts +16 -0
- package/build/components/AuthenticationTypeChip/constants.js +13 -0
- package/build/components/AuthenticationTypeChip/index.d.ts +3 -0
- package/build/components/AuthenticationTypeChip/index.js +2 -0
- package/build/components/Autocomplete/Autocomplete.d.ts +10 -0
- package/build/components/Autocomplete/Autocomplete.js +33 -0
- package/build/components/Autocomplete/index.d.ts +2 -0
- package/build/components/Autocomplete/index.js +1 -0
- package/build/components/Autocomplete/style.d.ts +4 -0
- package/build/components/Autocomplete/style.js +47 -0
- package/build/components/BackgroundAnimation/BackgroundAnimation.js +28 -0
- package/build/components/BackgroundAnimation/Blob/Blob.js +2 -0
- package/build/components/BetaBanner/BetaBanner.d.ts +1 -0
- package/build/components/BetaBanner/BetaBanner.js +5 -0
- package/build/components/BetaBanner/index.d.ts +2 -0
- package/build/components/BetaBanner/index.js +2 -0
- package/build/components/BetaBanner/style.d.ts +6 -0
- package/build/components/BetaBanner/style.js +18 -0
- package/build/components/BrandLogo/BrandLogo.d.ts +12 -0
- package/build/components/BrandLogo/BrandLogo.js +35 -0
- package/build/components/BrandLogo/Loading.d.ts +6 -0
- package/build/components/BrandLogo/Loading.js +3 -0
- package/build/components/BrandLogo/index.d.ts +1 -0
- package/build/components/BrandLogo/index.js +1 -0
- package/build/components/Button/style.d.ts +1 -1
- package/build/components/Calender/style.d.ts +4 -4
- package/build/components/Chip/style.d.ts +10 -10
- package/build/components/Chip/style.js +1 -0
- package/build/components/CircularProgressWithLabel/style.d.ts +1 -1
- package/build/components/ColorPicker/ColorPicker.d.ts +14 -0
- package/build/components/ColorPicker/ColorPicker.js +35 -0
- package/build/components/ColorPicker/ColorPickerPanel.d.ts +8 -0
- package/build/components/ColorPicker/ColorPickerPanel.js +56 -0
- package/build/components/ColorPicker/ColorSchemeSelect.d.ts +7 -0
- package/build/components/ColorPicker/ColorSchemeSelect.js +35 -0
- package/build/components/ColorPicker/HexaFields.d.ts +8 -0
- package/build/components/ColorPicker/HexaFields.js +83 -0
- package/build/components/ColorPicker/RGBAFields.d.ts +8 -0
- package/build/components/ColorPicker/RGBAFields.js +37 -0
- package/build/components/ColorPicker/index.d.ts +2 -0
- package/build/components/ColorPicker/index.js +2 -0
- package/build/components/ColorPicker/style.d.ts +30 -0
- package/build/components/ColorPicker/style.js +157 -0
- package/build/components/ConfirmDialog/context/index.d.ts +1 -1
- package/build/components/ConfirmDialog/context/index.js +1 -1
- package/build/components/ConfirmDialog/styles.d.ts +1 -1
- package/build/components/CountBadge/style.d.ts +10 -10
- package/build/components/CountryFilter/CountryFilter.d.ts +13 -0
- package/build/components/CountryFilter/CountryFilter.js +71 -0
- package/build/components/CountryFilter/index.d.ts +1 -0
- package/build/components/CountryFilter/index.js +1 -0
- package/build/components/CountryFilter/style.d.ts +6 -0
- package/build/components/CountryFilter/style.js +7 -0
- package/build/components/CountryFlag/CountryFlag.d.ts +3 -2
- package/build/components/CountryFlag/CountryFlag.js +4 -3
- package/build/components/CurrencyFilter/CurrencyFilter.d.ts +10 -0
- package/build/components/CurrencyFilter/CurrencyFilter.js +27 -0
- package/build/components/CurrencyFilter/index.d.ts +1 -0
- package/build/components/CurrencyFilter/index.js +1 -0
- package/build/components/CurrencySymbol/CurrencySymbol.d.ts +7 -0
- package/build/components/CurrencySymbol/CurrencySymbol.js +17 -0
- package/build/components/CurrencySymbol/index.d.ts +2 -0
- package/build/components/CurrencySymbol/index.js +2 -0
- package/build/components/{CurrencyIcon → CurrencySymbol}/style.d.ts +6 -1
- package/build/components/CurrencySymbol/style.js +27 -0
- package/build/components/Customer/CustomerDropdown/CustomerDropdown.d.ts +8 -0
- package/build/components/Customer/CustomerDropdown/CustomerDropdown.js +39 -0
- package/build/components/Customer/CustomerDropdown/index.d.ts +1 -0
- package/build/components/Customer/CustomerDropdown/index.js +1 -0
- package/build/components/Customer/CustomerDropdown/style.d.ts +10 -0
- package/build/components/Customer/CustomerDropdown/style.js +30 -0
- package/build/components/Customer/CustomerForms/CustomerEmailForm.d.ts +12 -0
- package/build/components/Customer/CustomerForms/CustomerEmailForm.js +76 -0
- package/build/components/Customer/CustomerForms/CustomerFullInfo.d.ts +13 -0
- package/build/components/Customer/CustomerForms/CustomerFullInfo.js +72 -0
- package/build/components/Customer/CustomerForms/CustomerFullInfoForm.d.ts +12 -0
- package/build/components/Customer/CustomerForms/CustomerFullInfoForm.js +74 -0
- package/build/components/Customer/CustomerForms/CustomerPhoneNumberForm.d.ts +12 -0
- package/build/components/Customer/CustomerForms/CustomerPhoneNumberForm.js +71 -0
- package/build/components/Customer/CustomerForms/index.d.ts +9 -0
- package/build/components/Customer/CustomerForms/index.js +9 -0
- package/build/components/Customer/CustomerForms/style.d.ts +25 -0
- package/build/components/Customer/CustomerForms/style.js +71 -0
- package/build/components/Customer/CustomerForms/validation.d.ts +30 -0
- package/build/components/Customer/CustomerForms/validation.js +42 -0
- package/build/components/Customer/index.d.ts +2 -0
- package/build/components/Customer/index.js +2 -0
- package/build/components/DateFilter/DateFilter.d.ts +16 -0
- package/build/components/DateFilter/DateFilter.js +32 -0
- package/build/components/DateFilter/index.d.ts +1 -0
- package/build/components/DateFilter/index.js +1 -0
- package/build/components/DateFilter/style.d.ts +35 -0
- package/build/components/DateFilter/style.js +100 -0
- package/build/components/DeviceIcon/DeviceIcon.js +1 -1
- package/build/components/Dialog/style.d.ts +10 -10
- package/build/components/Dialog/style.js +1 -0
- package/build/components/Discount/DiscountDropdown/DiscountDropdown.d.ts +13 -0
- package/build/components/Discount/DiscountDropdown/DiscountDropdown.js +67 -0
- package/build/components/Discount/DiscountDropdown/index.d.ts +2 -0
- package/build/components/Discount/DiscountDropdown/index.js +2 -0
- package/build/components/Discount/DiscountDropdown/style.d.ts +12 -0
- package/build/components/Discount/DiscountDropdown/style.js +40 -0
- package/build/components/Discount/DiscountRateDropdown/DiscountRateDropdown.d.ts +12 -0
- package/build/components/Discount/DiscountRateDropdown/DiscountRateDropdown.js +53 -0
- package/build/components/Discount/DiscountRateDropdown/index.d.ts +2 -0
- package/build/components/Discount/DiscountRateDropdown/index.js +2 -0
- package/build/components/Discount/DiscountRateDropdown/style.d.ts +7 -0
- package/build/components/Discount/DiscountRateDropdown/style.js +33 -0
- package/build/components/Discount/TotalDiscount/TotalDiscount.d.ts +12 -0
- package/build/components/Discount/TotalDiscount/TotalDiscount.js +30 -0
- package/build/components/Discount/TotalDiscount/index.d.ts +1 -0
- package/build/components/Discount/TotalDiscount/index.js +1 -0
- package/build/components/Discount/TotalDiscount/style.d.ts +12 -0
- package/build/components/Discount/TotalDiscount/style.js +5 -0
- package/build/components/Discount/index.d.ts +4 -0
- package/build/components/Discount/index.js +4 -0
- package/build/components/Discount/utils.d.ts +8 -0
- package/build/components/Discount/utils.js +12 -0
- package/build/components/DisplayAmount/DisplayAmount.d.ts +9 -0
- package/build/components/DisplayAmount/DisplayAmount.js +21 -0
- package/build/components/DisplayAmount/index.d.ts +2 -0
- package/build/components/DisplayAmount/index.js +2 -0
- package/build/components/DisplayAmount/style.d.ts +5 -0
- package/build/components/DisplayAmount/style.js +14 -0
- package/build/components/DockButton/style.d.ts +1 -1
- package/build/components/Dropdown2/style.js +2 -0
- package/build/components/DropdownButton/constants.d.ts +2 -2
- package/build/components/DropdownButton/style.d.ts +2 -2
- package/build/components/DropdownMenu/styles.d.ts +2 -2
- package/build/components/Error/Error.d.ts +1 -1
- package/build/components/ErrorBoundary/style.d.ts +1 -1
- package/build/components/ErrorToast/ErrorToast.d.ts +3 -0
- package/build/components/ErrorToast/ErrorToast.js +7 -0
- package/build/components/ErrorToast/index.d.ts +2 -0
- package/build/components/ErrorToast/index.js +2 -0
- package/build/components/ErrorToast/style.d.ts +9 -0
- package/build/components/ErrorToast/style.js +33 -0
- package/build/components/ErrorToast/type.d.ts +10 -0
- package/build/components/FileInputPreview/FileInputPreview.d.ts +5 -0
- package/build/components/FileInputPreview/FileInputPreview.js +51 -0
- package/build/components/FileInputPreview/index.d.ts +1 -0
- package/build/components/FileInputPreview/index.js +1 -0
- package/build/components/FileInputPreview/style.d.ts +9 -0
- package/build/components/FileInputPreview/style.js +20 -0
- package/build/components/FileInputPreview/type.d.ts +21 -0
- package/build/components/FileInputPreview/utils.d.ts +3 -0
- package/build/components/FileInputPreview/utils.js +14 -0
- package/build/components/FilePreview/FilePreview.d.ts +3 -0
- package/build/components/FilePreview/FilePreview.js +18 -0
- package/build/components/FilePreview/index.d.ts +3 -0
- package/build/components/FilePreview/index.js +3 -0
- package/build/components/FilePreview/style.d.ts +20 -0
- package/build/components/FilePreview/style.js +55 -0
- package/build/components/FilePreview/type.d.ts +12 -0
- package/build/components/FilePreview/type.js +1 -0
- package/build/components/FileUpload/style.d.ts +3 -3
- package/build/components/FileUploader/FileUploader.d.ts +1 -1
- package/build/components/FileUploader/FileUploader.js +3 -3
- package/build/components/FileUploader/style.d.ts +1 -1
- package/build/components/FileUploader/style.js +1 -1
- package/build/components/FileUploader/type.d.ts +5 -0
- package/build/components/FilterDropdown/FilterDropdown.d.ts +10 -0
- package/build/components/FilterDropdown/FilterDropdown.js +54 -0
- package/build/components/FilterDropdown/components/BrandItem/BrandItem.d.ts +12 -0
- package/build/components/FilterDropdown/components/BrandItem/BrandItem.js +39 -0
- package/build/components/FilterDropdown/components/BrandItem/index.d.ts +2 -0
- package/build/components/FilterDropdown/components/BrandItem/index.js +2 -0
- package/build/components/FilterDropdown/components/BrandItem/style.d.ts +4 -0
- package/build/components/FilterDropdown/components/BrandItem/style.js +9 -0
- package/build/components/FilterDropdown/components/CountriesItem/CountriesItem.d.ts +12 -0
- package/build/components/FilterDropdown/components/CountriesItem/CountriesItem.js +54 -0
- package/build/components/FilterDropdown/components/CountriesItem/index.d.ts +1 -0
- package/build/components/FilterDropdown/components/CountriesItem/index.js +1 -0
- package/build/components/FilterDropdown/components/CurrenciesItem/CurrenciesItem.d.ts +12 -0
- package/build/components/FilterDropdown/components/CurrenciesItem/CurrenciesItem.js +59 -0
- package/build/components/FilterDropdown/components/CurrenciesItem/index.d.ts +1 -0
- package/build/components/FilterDropdown/components/CurrenciesItem/index.js +1 -0
- package/build/components/FilterDropdown/components/FlatMerchantsListMenu/FlatMerchantsListMenu.d.ts +11 -0
- package/build/components/FilterDropdown/components/FlatMerchantsListMenu/FlatMerchantsListMenu.js +39 -0
- package/build/components/FilterDropdown/components/FlatMerchantsListMenu/index.d.ts +2 -0
- package/build/components/FilterDropdown/components/FlatMerchantsListMenu/index.js +2 -0
- package/build/components/FilterDropdown/components/FlatMerchantsListMenu/style.d.ts +12 -0
- package/build/components/FilterDropdown/components/FlatMerchantsListMenu/style.js +23 -0
- package/build/components/FilterDropdown/components/MerchantItem/MerchantItem.d.ts +13 -0
- package/build/components/FilterDropdown/components/MerchantItem/MerchantItem.js +60 -0
- package/build/components/FilterDropdown/components/MerchantItem/index.d.ts +2 -0
- package/build/components/FilterDropdown/components/MerchantItem/index.js +2 -0
- package/build/components/FilterDropdown/components/RetailersItem/RetailersItem.d.ts +14 -0
- package/build/components/FilterDropdown/components/RetailersItem/RetailersItem.js +68 -0
- package/build/components/FilterDropdown/components/RetailersItem/index.d.ts +1 -0
- package/build/components/FilterDropdown/components/RetailersItem/index.js +1 -0
- package/build/components/FilterDropdown/components/RetailersItem/style.d.ts +4 -0
- package/build/components/FilterDropdown/components/RetailersItem/style.js +8 -0
- package/build/components/FilterDropdown/components/index.d.ts +4 -0
- package/build/components/FilterDropdown/components/index.js +4 -0
- package/build/components/FilterDropdown/index.d.ts +3 -0
- package/build/components/FilterDropdown/index.js +3 -0
- package/build/components/FilterDropdown/style.d.ts +20 -0
- package/build/components/FilterDropdown/style.js +60 -0
- package/build/components/FilterDropdown/type.d.ts +4 -0
- package/build/components/FilterDropdown/type.js +1 -0
- package/build/components/FilteredIds/FilteredIds.js +1 -1
- package/build/components/FilteredIds/style.d.ts +0 -1
- package/build/components/FilteredIds/style.js +4 -5
- package/build/components/Filters/index.d.ts +1 -0
- package/build/components/Filters/index.js +1 -0
- package/build/components/Filters/style.d.ts +15 -0
- package/build/components/Filters/style.js +51 -0
- package/build/components/FlippingCard/style.d.ts +10 -10
- package/build/components/HeatMap/constant.js +1 -1
- package/build/components/Icon/type.d.ts +2 -1
- package/build/components/IconWithHoverOverlays/IconWithHoverOverlays.js +1 -1
- package/build/components/IconWithLabel/style.d.ts +1 -1
- package/build/components/IconsDropdown/style.d.ts +2 -2
- package/build/components/ImageWrapper/ImageWrapper.d.ts +10 -10
- package/build/components/InputBase/AmountInputBase/CurrencyList/style.js +3 -0
- package/build/components/InputBase/InputBase/InputBase.d.ts +2 -2
- package/build/components/InputBase/InputBase/InputBase.js +3 -3
- package/build/components/InputBase/PhoneInputBase/CountriesList/CountriesList.js +10 -9
- package/build/components/InputBase/PhoneInputBase/CountriesList/style.js +3 -0
- package/build/components/InputBase/SelectBase/SelectBase.js +5 -2
- package/build/components/InputBase/SelectBase/SelectBaseMultiple.js +3 -0
- package/build/components/InputBase/SelectBase/style.d.ts +1 -1
- package/build/components/InputBase/SelectBase/style.js +3 -2
- package/build/components/InputNumber/InputNumber.js +2 -0
- package/build/components/Inputs/CountriesDropDown/CountriesDropdown.d.ts +5 -4
- package/build/components/Inputs/CountriesDropDown/CountriesDropdown.js +3 -3
- package/build/components/Inputs/FileInput/style.d.ts +1 -1
- package/build/components/Inputs/Input/style.js +6 -2
- package/build/components/Inputs/Select/Select.js +1 -0
- package/build/components/Inputs/Select/style.js +3 -2
- package/build/components/JSONViewer/JSONViewer.js +11 -3
- package/build/components/JSONViewer/components/JSONTitleBar/JSONTitleBar.d.ts +1 -1
- package/build/components/JSONViewer/components/JSONTitleBar/JSONTitleBar.js +1 -1
- package/build/components/JSONViewer/context/Provider.js +2 -0
- package/build/components/JSONViewer/style.d.ts +21 -21
- package/build/components/LabeledIconDropdown/style.d.ts +3 -3
- package/build/components/LanguageDropdown/LanguageDropdown.d.ts +6 -0
- package/build/components/LanguageDropdown/LanguageDropdown.js +24 -0
- package/build/components/LanguageDropdown/index.d.ts +2 -0
- package/build/components/LanguageDropdown/index.js +2 -0
- package/build/components/LanguageDropdown/style.d.ts +6 -0
- package/build/components/LanguageDropdown/style.js +5 -0
- package/build/components/LazyImage/LazyImage.d.ts +3 -0
- package/build/components/LazyImage/LazyImage.js +39 -0
- package/build/components/LazyImage/index.d.ts +3 -0
- package/build/components/LazyImage/index.js +3 -0
- package/build/components/LeftPeekRightExpandingChip/LeftPeekRightExpandingChip.d.ts +10 -0
- package/build/components/LeftPeekRightExpandingChip/LeftPeekRightExpandingChip.js +14 -1
- package/build/components/LeftPeekRightExpandingChip/style.d.ts +30 -30
- package/build/components/LeftPeekRightExpandingChip/style.js +1 -0
- package/build/components/LeftPeekRightExpandingChip/useLeftPeekRightExpandingChip.js +30 -2
- package/build/components/ListColumnFilter/ListColumnFilter.d.ts +16 -0
- package/build/components/ListColumnFilter/ListColumnFilter.js +36 -0
- package/build/components/ListColumnFilter/index.d.ts +1 -0
- package/build/components/ListColumnFilter/index.js +1 -0
- package/build/components/ListColumnFilter/style.d.ts +15 -0
- package/build/components/ListColumnFilter/style.js +35 -0
- package/build/components/ListLayout/ListLayout.d.ts +10 -0
- package/build/components/ListLayout/ListLayout.js +20 -0
- package/build/components/ListLayout/index.d.ts +2 -0
- package/build/components/ListLayout/index.js +2 -0
- package/build/components/ListLayout/styles.d.ts +4 -0
- package/build/components/ListLayout/styles.js +9 -0
- package/build/components/MFWidgetLoader/DefaultMFWidgetLoader.d.ts +1 -0
- package/build/components/MFWidgetLoader/DefaultMFWidgetLoader.js +12 -0
- package/build/components/MFWidgetLoader/MFWidgetLoader.d.ts +5 -0
- package/build/components/MFWidgetLoader/MFWidgetLoader.js +10 -0
- package/build/components/MFWidgetLoader/ReportsMFWidgetLoader.d.ts +1 -0
- package/build/components/MFWidgetLoader/ReportsMFWidgetLoader.js +8 -0
- package/build/components/MFWidgetLoader/index.d.ts +2 -0
- package/build/components/MFWidgetLoader/index.js +2 -0
- package/build/components/Menu/Menu.d.ts +4 -4
- package/build/components/Menu/Menu.js +15 -6
- package/build/components/Menu/style.d.ts +4 -2
- package/build/components/Menu/style.js +10 -1
- package/build/components/MenuItem/MenuItem.d.ts +3 -2
- package/build/components/MenuItem/MenuItem.js +4 -2
- package/build/components/MerchantCurrencyDropdown/MerchantCurrencyDropdown.d.ts +12 -0
- package/build/components/MerchantCurrencyDropdown/MerchantCurrencyDropdown.js +38 -0
- package/build/components/MerchantCurrencyDropdown/SelectedCurrency.d.ts +5 -0
- package/build/components/MerchantCurrencyDropdown/SelectedCurrency.js +6 -0
- package/build/components/MerchantCurrencyDropdown/index.d.ts +1 -0
- package/build/components/MerchantCurrencyDropdown/index.js +1 -0
- package/build/components/MerchantCurrencyDropdown/style.d.ts +13 -0
- package/build/components/MerchantCurrencyDropdown/style.js +64 -0
- package/build/components/MerchantLogo/MerchantLogo.d.ts +10 -0
- package/build/components/MerchantLogo/MerchantLogo.js +17 -0
- package/build/components/MerchantLogo/index.d.ts +1 -0
- package/build/components/MerchantLogo/index.js +1 -0
- package/build/components/MerchantLogo/style.d.ts +5 -0
- package/build/components/MerchantLogo/style.js +13 -0
- package/build/components/MerchantsDropdown/BrandItem.d.ts +13 -0
- package/build/components/MerchantsDropdown/BrandItem.js +71 -0
- package/build/components/MerchantsDropdown/EntityItem.d.ts +14 -0
- package/build/components/MerchantsDropdown/EntityItem.js +69 -0
- package/build/components/MerchantsDropdown/EntityList.d.ts +11 -0
- package/build/components/MerchantsDropdown/EntityList.js +7 -0
- package/build/components/MerchantsDropdown/MerchantItem.d.ts +13 -0
- package/build/components/MerchantsDropdown/MerchantItem.js +27 -0
- package/build/components/MerchantsDropdown/MerchantsDropdown.d.ts +5 -0
- package/build/components/MerchantsDropdown/MerchantsDropdown.js +67 -0
- package/build/components/MerchantsDropdown/MerchantsList.d.ts +12 -0
- package/build/components/MerchantsDropdown/MerchantsList.js +18 -0
- package/build/components/MerchantsDropdown/hooks.d.ts +19 -0
- package/build/components/MerchantsDropdown/hooks.js +54 -0
- package/build/components/MerchantsDropdown/index.d.ts +1 -0
- package/build/components/MerchantsDropdown/index.js +1 -0
- package/build/components/MerchantsDropdown/style.d.ts +38 -0
- package/build/components/MerchantsDropdown/style.js +155 -0
- package/build/components/MerchantsDropdown/type.d.ts +15 -0
- package/build/components/MerchantsDropdown/type.js +1 -0
- package/build/components/MultiSelectDropdownButton/MultiSelectDropdownButton.js +1 -1
- package/build/components/MultiSelectDropdownButton/components/StatusButton.d.ts +10 -0
- package/build/components/MultiSelectDropdownButton/components/StatusButton.js +34 -0
- package/build/components/MultiSelectStatusButton/MultiSelectStatusButton.js +3 -0
- package/build/components/MultiSelectStatusButton/style.d.ts +1 -1
- package/build/components/MultiSelectWithSearch/style.d.ts +3 -3
- package/build/components/NestedDropdown/Dropdown.js +5 -2
- package/build/components/NestedDropdown/NestedDropdown.d.ts +4 -2
- package/build/components/NestedDropdown/NestedDropdown.js +13 -2
- package/build/components/NestedDropdown/NestedMenuItem.d.ts +4 -1
- package/build/components/NestedDropdown/NestedMenuItem.js +2 -4
- package/build/components/NestedDropdown/styles.d.ts +1 -1
- package/build/components/NestedDropdown/types.d.ts +1 -1
- package/build/components/OpenFileInNewTab/OpenFileInNewTab.d.ts +7 -0
- package/build/components/OpenFileInNewTab/OpenFileInNewTab.js +26 -0
- package/build/components/OpenFileInNewTab/index.d.ts +1 -0
- package/build/components/OpenFileInNewTab/index.js +1 -0
- package/build/components/OpenFileInNewTab/style.d.ts +2 -0
- package/build/components/OpenFileInNewTab/style.js +8 -0
- package/build/components/PartnersFilter/PartnersFilter.d.ts +10 -0
- package/build/components/PartnersFilter/PartnersFilter.js +50 -0
- package/build/components/PartnersFilter/index.d.ts +1 -0
- package/build/components/PartnersFilter/index.js +1 -0
- package/build/components/PaymentSourceFilter/PaymentIcon.d.ts +5 -0
- package/build/components/PaymentSourceFilter/PaymentIcon.js +9 -0
- package/build/components/PaymentSourceFilter/PaymentInitiated.d.ts +8 -0
- package/build/components/PaymentSourceFilter/PaymentInitiated.js +29 -0
- package/build/components/PaymentSourceFilter/PaymentMethod.d.ts +6 -0
- package/build/components/PaymentSourceFilter/PaymentMethod.js +55 -0
- package/build/components/PaymentSourceFilter/PaymentMethods.d.ts +7 -0
- package/build/components/PaymentSourceFilter/PaymentMethods.js +50 -0
- package/build/components/PaymentSourceFilter/PaymentSchemes.d.ts +7 -0
- package/build/components/PaymentSourceFilter/PaymentSchemes.js +54 -0
- package/build/components/PaymentSourceFilter/PaymentSourceFilter.d.ts +15 -0
- package/build/components/PaymentSourceFilter/PaymentSourceFilter.js +15 -0
- package/build/components/PaymentSourceFilter/index.d.ts +2 -0
- package/build/components/PaymentSourceFilter/index.js +1 -0
- package/build/components/PaymentSourceFilter/style.d.ts +5 -0
- package/build/components/PaymentSourceFilter/style.js +22 -0
- package/build/components/PaymentSourceFilter/type.d.ts +10 -0
- package/build/components/PaymentSourceFilter/type.js +1 -0
- package/build/components/PhoneFilter/PhoneFilter.d.ts +9 -0
- package/build/components/PhoneFilter/PhoneFilter.js +13 -0
- package/build/components/PhoneFilter/index.d.ts +1 -0
- package/build/components/PhoneFilter/index.js +1 -0
- package/build/components/ProgressBar/style.d.ts +1 -1
- package/build/components/ProgressRing/style.d.ts +2 -2
- package/build/components/RFH/Inputs/FormInput/FormInput.d.ts +1 -5
- package/build/components/RFH/Inputs/FormInput/FormInput.js +8 -3
- package/build/components/RFH/Inputs/MultiSelect/MultiSelect.js +1 -0
- package/build/components/RFH/Inputs/SelectWithAccordion/SelectWithAccordion.js +3 -3
- package/build/components/RFH/Inputs/SelectWithAccordion/style.d.ts +3 -3
- package/build/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/build/components/RadioGroup/RadioGroup.js +13 -6
- package/build/components/RadioGroup/style.js +1 -0
- package/build/components/RadioGroup/type.d.ts +4 -2
- package/build/components/RangeCalender/RangeCalender.d.ts +2 -27
- package/build/components/RangeCalender/RangeCalender.js +19 -16
- package/build/components/RangeCalender/components/CustomTimepicker/CustomTimepicker.d.ts +2 -6
- package/build/components/RangeCalender/components/CustomTimepicker/CustomTimepicker.js +34 -27
- package/build/components/RangeCalender/components/CustomTimepicker/style.d.ts +1 -1
- package/build/components/RangeCalender/components/GroupBy/GroupBy.js +2 -2
- package/build/components/RangeCalender/components/QuickFilters/style.d.ts +1 -1
- package/build/components/RangeCalender/components/RangeDatepicker/RangeDatepicker.d.ts +1 -9
- package/build/components/RangeCalender/components/RangeDatepicker/RangeDatepicker.js +3 -1
- package/build/components/RangeCalender/components/RangeDatepicker/index.d.ts +1 -0
- package/build/components/RangeCalender/components/RangeDatepicker/index.js +1 -0
- package/build/components/RangeCalender/components/RangeDatepicker/style.d.ts +1 -1
- package/build/components/RangeCalender/components/RangeDatepicker/type.d.ts +9 -0
- package/build/components/RangeCalender/components/RangeDatepicker/type.js +1 -0
- package/build/components/RangeCalender/components/Timezone/Timezone.d.ts +3 -2
- package/build/components/RangeCalender/components/Timezone/Timezone.js +4 -4
- package/build/components/RangeCalender/components/Timezone/components/EntitiesTimezone.d.ts +3 -6
- package/build/components/RangeCalender/components/Timezone/components/EntitiesTimezone.js +10 -9
- package/build/components/RangeCalender/components/Timezone/components/UserTimezone.js +1 -1
- package/build/components/RangeCalender/style.d.ts +3 -3
- package/build/components/RangeCalender/style.js +1 -1
- package/build/components/RangeCalender/type.d.ts +26 -0
- package/build/components/RangeCalender/utils.d.ts +5 -1
- package/build/components/RangeCalender/utils.js +11 -0
- package/build/components/ReceiptsViewer/ReceiptViewer.d.ts +2 -0
- package/build/components/ReceiptsViewer/ReceiptViewer.js +16 -0
- package/build/components/ReceiptsViewer/ReceiptsViewer.d.ts +11 -0
- package/build/components/ReceiptsViewer/ReceiptsViewer.js +7 -0
- package/build/components/ReceiptsViewer/index.d.ts +1 -0
- package/build/components/ReceiptsViewer/index.js +1 -0
- package/build/components/ReceiptsViewer/style.d.ts +4 -0
- package/build/components/ReceiptsViewer/style.js +7 -0
- package/build/components/ReceiptsViewer/type.d.ts +11 -0
- package/build/components/ReceiptsViewer/type.js +1 -0
- package/build/components/ReferenceTypeFilter/ReferenceTypeFilter.d.ts +19 -0
- package/build/components/ReferenceTypeFilter/ReferenceTypeFilter.js +36 -0
- package/build/components/ReferenceTypeFilter/index.d.ts +1 -0
- package/build/components/ReferenceTypeFilter/index.js +1 -0
- package/build/components/ReferenceTypeFilter/style.d.ts +14 -0
- package/build/components/ReferenceTypeFilter/style.js +34 -0
- package/build/components/RightLeftExpandingCenterChip/RightLeftExpandingCenterChip.d.ts +33 -1
- package/build/components/RightLeftExpandingCenterChip/RightLeftExpandingCenterChip.js +76 -17
- package/build/components/RightLeftExpandingCenterChip/style.d.ts +134 -132
- package/build/components/RightLeftExpandingCenterChip/style.js +28 -11
- package/build/components/RightLeftExpandingCenterChip/type.d.ts +2 -1
- package/build/components/RightLeftExpandingCenterChip/useRightLeftExpandingCenterChip.d.ts +15 -5
- package/build/components/RightLeftExpandingCenterChip/useRightLeftExpandingCenterChip.js +89 -21
- package/build/components/SalesChannelFilter/SalesChannelFilter.d.ts +11 -0
- package/build/components/SalesChannelFilter/SalesChannelFilter.js +56 -0
- package/build/components/SalesChannelFilter/index.d.ts +1 -0
- package/build/components/SalesChannelFilter/index.js +1 -0
- package/build/components/SalesChannelFilter/style.d.ts +15 -0
- package/build/components/SalesChannelFilter/style.js +29 -0
- package/build/components/ScrollLoader/ScrollLoader.js +2 -1
- package/build/components/SearchButton/styles.d.ts +26 -26
- package/build/components/SearchListInput/SearchListInput.d.ts +10 -0
- package/build/components/SearchListInput/SearchListInput.js +20 -0
- package/build/components/SearchListInput/index.d.ts +2 -0
- package/build/components/SearchListInput/index.js +2 -0
- package/build/components/SearchListInput/style.d.ts +7 -0
- package/build/components/SearchListInput/style.js +15 -0
- package/build/components/SelectDropdown/SelectDropdown.d.ts +3 -1
- package/build/components/SelectDropdown/SelectDropdown.js +4 -3
- package/build/components/SelectDropdown/style.d.ts +1 -1
- package/build/components/SelectWithSearch/SelectWithSearch.d.ts +1 -1
- package/build/components/SelectWithSearch/SelectWithSearch.js +7 -6
- package/build/components/SelectWithSearch/style.d.ts +3 -3
- package/build/components/SelectWithSearch/type.d.ts +1 -0
- package/build/components/StatusBar/StatusBar.d.ts +3 -1
- package/build/components/StatusBar/StatusBar.js +13 -18
- package/build/components/StatusBar/type.d.ts +2 -1
- package/build/components/StatusBar/type.js +0 -6
- package/build/components/StatusButton/StatusButton.js +29 -9
- package/build/components/StatusButton/constant.d.ts +5 -0
- package/build/components/StatusButton/constant.js +8 -1
- package/build/components/StatusButton/style.d.ts +10 -4
- package/build/components/StatusButton/style.js +11 -0
- package/build/components/StatusButton/type.d.ts +16 -2
- package/build/components/StatusChip/StatusChip.d.ts +1 -1
- package/build/components/StatusChip/StatusChip.js +26 -13
- package/build/components/StatusChip/style.d.ts +6 -0
- package/build/components/StatusChip/style.js +17 -13
- package/build/components/StatusChip/type.d.ts +6 -0
- package/build/components/StatusChipWithCopy/StatusChipWithCopy.d.ts +3 -1
- package/build/components/StatusChipWithCopy/StatusChipWithCopy.js +2 -2
- package/build/components/StatusFilter/StatusFilter.d.ts +15 -0
- package/build/components/StatusFilter/StatusFilter.js +88 -0
- package/build/components/StatusFilter/index.d.ts +1 -0
- package/build/components/StatusFilter/index.js +1 -0
- package/build/components/StatusFilter/utils.d.ts +4 -0
- package/build/components/StatusFilter/utils.js +10 -0
- package/build/components/StatusIcons/AuthIcons/constants.js +5 -0
- package/build/components/StatusIcons/AuthIcons/style.d.ts +20 -20
- package/build/components/StatusIcons/AuthorizationAutoIcons/CaptureAutoIcon.d.ts +1 -1
- package/build/components/StatusIcons/AuthorizationAutoIcons/CaptureAutoIcon.js +23 -3
- package/build/components/StatusIcons/AuthorizationAutoIcons/VoidAutoIcon.d.ts +1 -1
- package/build/components/StatusIcons/AuthorizationAutoIcons/VoidAutoIcon.js +24 -4
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +10 -10
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.js +1 -1
- package/build/components/StatusIcons/AuthorizationAutoIcons/type.d.ts +3 -0
- package/build/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.d.ts +4 -2
- package/build/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.js +9 -4
- package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.d.ts +5 -1
- package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.js +23 -19
- package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +60 -60
- package/build/components/StatusIcons/DestinationIcon/DestinationIcon.d.ts +5 -2
- package/build/components/StatusIcons/DestinationIcon/DestinationIcon.js +14 -6
- package/build/components/StatusIcons/GeographyIcon/GeographyIcon.d.ts +1 -1
- package/build/components/StatusIcons/GeographyIcon/GeographyIcon.js +4 -6
- package/build/components/StatusIcons/IssuerIcon/IssuerIcon.js +1 -1
- package/build/components/StatusIcons/PayoutIcon/PayoutIcon.d.ts +5 -1
- package/build/components/StatusIcons/PayoutIcon/PayoutIcon.js +8 -3
- package/build/components/StatusIcons/RefundIcon/RefundIcon.d.ts +5 -1
- package/build/components/StatusIcons/RefundIcon/RefundIcon.js +18 -10
- package/build/components/StatusIcons/SourceIcons/components/SourceIcon.d.ts +6 -2
- package/build/components/StatusIcons/SourceIcons/components/SourceIcon.js +2 -2
- package/build/components/StatusIcons/SourceIcons/index.d.ts +1 -0
- package/build/components/StatusIcons/SourceIcons/index.js +1 -0
- package/build/components/StatusIcons/SourceIcons/style.d.ts +10 -10
- package/build/components/StatusIcons/index.d.ts +1 -1
- package/build/components/StatusIcons/index.js +1 -1
- package/build/components/StatusLabel/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/ActionCell/ActionCell.d.ts +2 -3
- package/build/components/TableCells/CustomCells/ActionCell/ActionCell.js +19 -17
- package/build/components/TableCells/CustomCells/ActionCell/{ActionIconColumn.d.ts → components/ActionIconColumn.d.ts} +1 -1
- package/build/components/TableCells/CustomCells/ActionCell/{ActionIconColumn.js → components/ActionIconColumn.js} +20 -17
- package/build/components/TableCells/CustomCells/ActionCell/{ActionsColumn.d.ts → components/ActionsColumn.d.ts} +2 -2
- package/build/components/TableCells/CustomCells/ActionCell/{ActionsColumn.js → components/ActionsColumn.js} +7 -7
- package/build/components/TableCells/CustomCells/ActionCell/components/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/ActionCell/components/index.js +2 -0
- package/build/components/TableCells/CustomCells/ActionCell/constant.d.ts +2 -0
- package/build/components/TableCells/CustomCells/ActionCell/constant.js +3 -1
- package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +3 -1
- package/build/components/TableCells/CustomCells/ActionCell/index.d.ts +1 -3
- package/build/components/TableCells/CustomCells/ActionCell/index.js +1 -3
- package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +13 -13
- package/build/components/TableCells/CustomCells/AgreementCell/AgreementCell.js +1 -2
- package/build/components/TableCells/CustomCells/AgreementCell/style.d.ts +266 -0
- package/build/components/TableCells/CustomCells/AgreementCell/style.js +22 -0
- package/build/components/TableCells/CustomCells/AmountCell/AmountCell.d.ts +2 -2
- package/build/components/TableCells/CustomCells/AmountCell/AmountCell.js +8 -10
- package/build/components/TableCells/CustomCells/AmountCell/AmountCellSheet.d.ts +3 -0
- package/build/components/TableCells/CustomCells/AmountCell/AmountCellSheet.js +10 -0
- package/build/components/TableCells/CustomCells/AmountCell/AmountCellText.d.ts +3 -0
- package/build/components/TableCells/CustomCells/AmountCell/AmountCellText.js +23 -0
- package/build/components/TableCells/CustomCells/AmountCell/{AmountConversionTooltipLabel.js → components/AmountConversionTooltipLabel.js} +4 -4
- package/build/components/TableCells/CustomCells/AmountCell/components/ConversionTypeLabel.d.ts +7 -0
- package/build/components/TableCells/CustomCells/AmountCell/components/ConversionTypeLabel.js +7 -0
- package/build/components/TableCells/CustomCells/AmountCell/components/CurrencyInfo.d.ts +7 -0
- package/build/components/TableCells/CustomCells/AmountCell/components/CurrencyInfo.js +8 -0
- package/build/components/TableCells/CustomCells/AmountCell/components/index.d.ts +3 -0
- package/build/components/TableCells/CustomCells/AmountCell/components/index.js +3 -0
- package/build/components/TableCells/CustomCells/AmountCell/index.d.ts +3 -1
- package/build/components/TableCells/CustomCells/AmountCell/index.js +3 -1
- package/build/components/TableCells/CustomCells/AmountCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/AmountCell/style.js +0 -6
- package/build/components/TableCells/CustomCells/AmountCell/type.d.ts +22 -0
- package/build/components/TableCells/CustomCells/AmountCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/ApplicationStatusCell.js +14 -12
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +10 -10
- package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +20 -20
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/constant.d.ts +2 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/constant.js +6 -4
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +50 -50
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +50 -50
- package/build/components/TableCells/CustomCells/BalanceCell/BalanceCell.d.ts +1 -1
- package/build/components/TableCells/CustomCells/BalanceCell/BalanceCell.js +11 -21
- package/build/components/TableCells/CustomCells/BalanceCell/BalanceCellSheet.d.ts +3 -0
- package/build/components/TableCells/CustomCells/BalanceCell/BalanceCellSheet.js +10 -0
- package/build/components/TableCells/CustomCells/BalanceCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/BalanceCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +10 -10
- package/build/components/TableCells/CustomCells/BalanceCell/style.js +1 -1
- package/build/components/TableCells/CustomCells/BalanceCell/type.d.ts +9 -4
- package/build/components/TableCells/CustomCells/BankCell/BankCell.js +3 -7
- package/build/components/TableCells/CustomCells/BrandCell/BrandCell.js +1 -0
- package/build/components/TableCells/CustomCells/BrandsCell/BrandsCell.d.ts +1 -1
- package/build/components/TableCells/CustomCells/BrandsCell/BrandsCell.js +4 -6
- package/build/components/TableCells/CustomCells/BrandsCell/style.d.ts +10 -3
- package/build/components/TableCells/CustomCells/BrandsCell/style.js +21 -19
- package/build/components/TableCells/CustomCells/BrandsCell/type.d.ts +2 -1
- package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +10 -10
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +10 -10
- package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.js +3 -4
- package/build/components/TableCells/CustomCells/CurrencyCell/style.d.ts +0 -2
- package/build/components/TableCells/CustomCells/CurrencyCell/style.js +0 -10
- package/build/components/TableCells/CustomCells/CustomerCell/CustomerCell.d.ts +2 -2
- package/build/components/TableCells/CustomCells/CustomerCell/CustomerCell.js +2 -5
- package/build/components/TableCells/CustomCells/CustomerCell/CustomerCellSheet.d.ts +3 -0
- package/build/components/TableCells/CustomCells/CustomerCell/CustomerCellSheet.js +8 -0
- package/build/components/TableCells/CustomCells/CustomerCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/CustomerCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/CustomerCell/type.d.ts +15 -0
- package/build/components/TableCells/CustomCells/DateCell/DateCell.d.ts +9 -3
- package/build/components/TableCells/CustomCells/DateCell/DateCell.js +13 -16
- package/build/components/TableCells/CustomCells/DateCell/DateViewer.d.ts +3 -0
- package/build/components/TableCells/CustomCells/DateCell/DateViewer.js +29 -0
- package/build/components/TableCells/CustomCells/DateCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/DateCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/DestinationCell/DestinationCell.d.ts +2 -2
- package/build/components/TableCells/CustomCells/DestinationCell/DestinationCell.js +8 -31
- package/build/components/TableCells/CustomCells/DestinationCell/DestinationCellSheet.d.ts +3 -0
- package/build/components/TableCells/CustomCells/DestinationCell/DestinationCellSheet.js +31 -0
- package/build/components/TableCells/CustomCells/DestinationCell/DestinationCellText.d.ts +3 -0
- package/build/components/TableCells/CustomCells/DestinationCell/DestinationCellText.js +35 -0
- package/build/components/TableCells/CustomCells/DestinationCell/index.d.ts +3 -1
- package/build/components/TableCells/CustomCells/DestinationCell/index.js +3 -1
- package/build/components/TableCells/CustomCells/DestinationCell/type.d.ts +34 -0
- package/build/components/TableCells/CustomCells/DestinationCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/DestinationCell/utils.js +3 -3
- package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +50 -50
- package/build/components/TableCells/CustomCells/DueDateCell/DueDateCell.d.ts +1 -1
- package/build/components/TableCells/CustomCells/DueDateCell/DueDateCell.js +13 -170
- package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +15 -10
- package/build/components/TableCells/CustomCells/DueDateCell/style.js +7 -0
- package/build/components/TableCells/CustomCells/DueDateCell/type.d.ts +0 -2
- package/build/components/TableCells/CustomCells/DueDateCell/utils.d.ts +8 -0
- package/build/components/TableCells/CustomCells/DueDateCell/utils.js +43 -1
- package/build/components/TableCells/CustomCells/EntityCell/EntityCell.js +5 -5
- package/build/components/TableCells/CustomCells/EntityCell/constants.js +3 -3
- package/build/components/TableCells/CustomCells/EntityCell/style.d.ts +10 -5
- package/build/components/TableCells/CustomCells/EntityCell/style.js +12 -36
- package/build/components/TableCells/CustomCells/IDButton/IDButton.d.ts +3 -2
- package/build/components/TableCells/CustomCells/IDButton/IDButton.js +7 -7
- package/build/components/TableCells/CustomCells/IDButton/style.d.ts +20 -20
- package/build/components/TableCells/CustomCells/IDButton/style.js +1 -1
- package/build/components/TableCells/CustomCells/IndividualsCell/IndividualsCell.js +1 -1
- package/build/components/TableCells/CustomCells/IndividualsCell/constants.js +3 -3
- package/build/components/TableCells/CustomCells/IndividualsCell/style.js +1 -1
- package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +10 -10
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/ChargeStatusIcon.d.ts +11 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/ChargeStatusIcon.js +18 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/InvoiceStatusCell.d.ts +2 -2
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/InvoiceStatusCell.js +39 -59
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/constant.js +4 -4
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +12 -10
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.js +18 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/type.d.ts +2 -1
- package/build/components/TableCells/CustomCells/LeadStatusCell/constant.d.ts +1 -0
- package/build/components/TableCells/CustomCells/LeadStatusCell/constant.js +1 -0
- package/build/components/TableCells/CustomCells/LinkCell/LinkCell.d.ts +7 -0
- package/build/components/TableCells/CustomCells/LinkCell/LinkCell.js +23 -0
- package/build/components/TableCells/CustomCells/LinkCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/LinkCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/LinkCell/style.d.ts +4 -0
- package/build/components/TableCells/CustomCells/LinkCell/style.js +12 -0
- package/build/components/TableCells/CustomCells/MarketPlaceCell/MarketPlaceCell.d.ts +1 -1
- package/build/components/TableCells/CustomCells/MarketPlaceCell/MarketPlaceCell.js +13 -14
- package/build/components/TableCells/CustomCells/MarketPlaceCell/type.d.ts +2 -2
- package/build/components/TableCells/CustomCells/OrderCell/OrderCell.d.ts +1 -1
- package/build/components/TableCells/CustomCells/OrderCell/OrderCell.js +1 -4
- package/build/components/TableCells/CustomCells/OrderCell/OrderCellSheet.d.ts +3 -0
- package/build/components/TableCells/CustomCells/OrderCell/OrderCellSheet.js +20 -0
- package/build/components/TableCells/CustomCells/OrderCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/OrderCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/OrdersCell/OrdersCellSheet.d.ts +22 -0
- package/build/components/TableCells/CustomCells/OrdersCell/OrdersCellSheet.js +32 -0
- package/build/components/TableCells/CustomCells/OrdersCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/OrdersCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/PaymentAgreementCell/PaymentAgreementCellSheet.d.ts +3 -0
- package/build/components/TableCells/CustomCells/PaymentAgreementCell/PaymentAgreementCellSheet.js +21 -0
- package/build/components/TableCells/CustomCells/PaymentAgreementCell/constant.d.ts +6 -0
- package/build/components/TableCells/CustomCells/PaymentAgreementCell/constant.js +6 -0
- package/build/components/TableCells/CustomCells/PaymentAgreementCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/PaymentAgreementCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/PaymentAgreementCell/type.d.ts +6 -0
- package/build/components/TableCells/CustomCells/PaymentAgreementCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/PayoutDateCell/PayoutDateCell.d.ts +2 -2
- package/build/components/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.js +5 -6
- package/build/components/TableCells/CustomCells/PayoutReportCell/style.d.ts +274 -1
- package/build/components/TableCells/CustomCells/PayoutReportCell/style.js +2 -1
- package/build/components/TableCells/CustomCells/PayoutStatusCell/PayoutStatusCell.js +8 -2
- package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +50 -50
- package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +10 -10
- package/build/components/TableCells/CustomCells/ProductsCell/style.js +1 -1
- package/build/components/TableCells/CustomCells/ProviderCell/ProviderCell.d.ts +2 -0
- package/build/components/TableCells/CustomCells/ProviderCell/ProviderCell.js +23 -0
- package/build/components/TableCells/CustomCells/ProviderCell/constants.d.ts +2 -0
- package/build/components/TableCells/CustomCells/ProviderCell/constants.js +7 -0
- package/build/components/TableCells/CustomCells/ProviderCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/ProviderCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/ProviderCell/style.d.ts +5 -0
- package/build/components/TableCells/CustomCells/ProviderCell/style.js +19 -0
- package/build/components/TableCells/CustomCells/ProviderCell/type.d.ts +5 -0
- package/build/components/TableCells/CustomCells/ProviderCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/PurposeCell/PurposeCell.d.ts +2 -0
- package/build/components/TableCells/CustomCells/PurposeCell/PurposeCell.js +20 -0
- package/build/components/TableCells/CustomCells/PurposeCell/constants.d.ts +8 -0
- package/build/components/TableCells/CustomCells/PurposeCell/constants.js +21 -0
- package/build/components/TableCells/CustomCells/PurposeCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/PurposeCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/PurposeCell/style.d.ts +9 -0
- package/build/components/TableCells/CustomCells/PurposeCell/style.js +35 -0
- package/build/components/TableCells/CustomCells/PurposeCell/type.d.ts +5 -0
- package/build/components/TableCells/CustomCells/PurposeCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.d.ts +2 -5
- package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.js +3 -7
- package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCellSheet.d.ts +2 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCellSheet.js +5 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCellText.d.ts +2 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCellText.js +5 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/type.d.ts +3 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/ReferenceCell.js +3 -1
- package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +10 -10
- package/build/components/TableCells/CustomCells/ReferenceCell/style.js +3 -1
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +20 -20
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.js +1 -1
- package/build/components/TableCells/CustomCells/RefundStatusCell/RefundStatusCell.d.ts +1 -1
- package/build/components/TableCells/CustomCells/RefundStatusCell/RefundStatusCell.js +6 -2
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStateIcon.js +4 -7
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatus.d.ts +1 -1
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatus.js +8 -2
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +11 -11
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.js +3 -3
- package/build/components/TableCells/CustomCells/RefundStatusCell/type.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/SalesChannelCell.d.ts +1 -1
- package/build/components/TableCells/CustomCells/SalesChannelCell/SalesChannelCell.js +12 -8
- package/build/components/TableCells/CustomCells/SalesChannelCell/SalesChannelCellSheet.d.ts +3 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/SalesChannelCellSheet.js +54 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +15 -11
- package/build/components/TableCells/CustomCells/SalesChannelCell/style.js +13 -7
- package/build/components/TableCells/CustomCells/SalesChannelCell/type.d.ts +4 -2
- package/build/components/TableCells/CustomCells/SalesChannelCell/utils.d.ts +3 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/utils.js +69 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/SegmentsCell.d.ts +1 -1
- package/build/components/TableCells/CustomCells/SegmentsCell/SegmentsCell.js +24 -18
- package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +10 -10
- package/build/components/TableCells/CustomCells/SegmentsCell/type.d.ts +3 -5
- package/build/components/TableCells/CustomCells/SegmentsCell/utils.d.ts +2 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/utils.js +14 -0
- package/build/components/TableCells/CustomCells/SourceCell/SourceCell.d.ts +5 -3
- package/build/components/TableCells/CustomCells/SourceCell/SourceCell.js +24 -76
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/PaymentCardNumberSource.d.ts +10 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/PaymentCardNumberSource.js +13 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/index.js +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/style.d.ts +2 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/style.js +6 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentMethodSource/PaymentMethodSource.d.ts +3 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentMethodSource/PaymentMethodSource.js +11 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentMethodSource/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentMethodSource/index.js +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentSchemeSource/PaymentSchemeSource.d.ts +5 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentSchemeSource/PaymentSchemeSource.js +11 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentSchemeSource/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentSchemeSource/index.js +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentTypeSource/PaymentTypeSource.d.ts +3 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentTypeSource/PaymentTypeSource.js +11 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentTypeSource/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/PaymentTypeSource/index.js +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/index.d.ts +4 -0
- package/build/components/TableCells/CustomCells/SourceCell/components/index.js +4 -0
- package/build/components/TableCells/CustomCells/SourceCell/constant.d.ts +4 -0
- package/build/components/TableCells/CustomCells/SourceCell/constant.js +11 -0
- package/build/components/TableCells/CustomCells/SourceCell/index.d.ts +1 -1
- package/build/components/TableCells/CustomCells/SourceCell/index.js +1 -1
- package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +6 -268
- package/build/components/TableCells/CustomCells/SourceCell/style.js +8 -38
- package/build/components/TableCells/CustomCells/SourceCell/type.d.ts +17 -0
- package/build/components/TableCells/CustomCells/SourceCell/type.js +12 -0
- package/build/components/TableCells/CustomCells/StatusCell/StatusCell.d.ts +1 -4
- package/build/components/TableCells/CustomCells/StatusCell/StatusCell.js +6 -11
- package/build/components/TableCells/CustomCells/StatusCell/StatusCellSheet.d.ts +4 -0
- package/build/components/TableCells/CustomCells/StatusCell/StatusCellSheet.js +21 -0
- package/build/components/TableCells/CustomCells/StatusCell/StatusCellText.d.ts +6 -0
- package/build/components/TableCells/CustomCells/StatusCell/StatusCellText.js +42 -0
- package/build/components/TableCells/CustomCells/StatusCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/StatusCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +62 -62
- package/build/components/TableCells/CustomCells/StatusCell/style.js +3 -1
- package/build/components/TableCells/CustomCells/StatusCell/type.d.ts +2 -4
- package/build/components/TableCells/CustomCells/StatusCell/useStatusCell.d.ts +6 -0
- package/build/components/TableCells/CustomCells/StatusCell/useStatusCell.js +8 -0
- package/build/components/TableCells/CustomCells/StatusCell/utils.d.ts +2 -1
- package/build/components/TableCells/CustomCells/StatusCell/utils.js +2 -1
- package/build/components/TableCells/CustomCells/TextWithChipCell/TextWithChipCell.d.ts +21 -0
- package/build/components/TableCells/CustomCells/TextWithChipCell/TextWithChipCell.js +31 -0
- package/build/components/TableCells/CustomCells/TextWithChipCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/TextWithChipCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +50 -50
- package/build/components/TableCells/CustomCells/WalletCell/WalletCell.js +2 -6
- package/build/components/TableCells/CustomCells/index.d.ts +7 -3
- package/build/components/TableCells/CustomCells/index.js +7 -3
- package/build/components/TableCells/CustomCells/style.d.ts +11 -12
- package/build/components/TableCells/CustomCells/style.js +3 -7
- package/build/components/TableCells/CustomCells/type.d.ts +7 -65
- package/build/components/TableHeader/FiltersRow.d.ts +1 -1
- package/build/components/TableHeader/FiltersRow.js +17 -4
- package/build/components/TableHeader/FiltersRowWrapper.d.ts +5 -0
- package/build/components/TableHeader/FiltersRowWrapper.js +18 -0
- package/build/components/TableHeader/TableHeader.d.ts +5 -4
- package/build/components/TableHeader/TableHeader.js +21 -6
- package/build/components/TableHeader/TableHeaderWrapper.d.ts +5 -0
- package/build/components/TableHeader/TableHeaderWrapper.js +18 -0
- package/build/components/TableHeader/TableModeButton.d.ts +9 -0
- package/build/components/TableHeader/TableModeButton.js +11 -0
- package/build/components/TableHeader/TableView/ColumnItem.d.ts +14 -0
- package/build/components/TableHeader/TableView/ColumnItem.js +29 -0
- package/build/components/TableHeader/TableView/CustomViews.d.ts +5 -0
- package/build/components/TableHeader/TableView/CustomViews.js +21 -0
- package/build/components/TableHeader/TableView/DefaultViews.d.ts +13 -0
- package/build/components/TableHeader/TableView/DefaultViews.js +22 -0
- package/build/components/TableHeader/TableView/TableView.d.ts +12 -0
- package/build/components/TableHeader/TableView/TableView.js +55 -0
- package/build/components/TableHeader/TableView/hooks/index.d.ts +3 -0
- package/build/components/TableHeader/TableView/hooks/index.js +3 -0
- package/build/components/TableHeader/TableView/hooks/useColumnItem.d.ts +21 -0
- package/build/components/TableHeader/TableView/hooks/useColumnItem.js +29 -0
- package/build/components/TableHeader/TableView/hooks/useSubMenu.d.ts +10 -0
- package/build/components/TableHeader/TableView/hooks/useSubMenu.js +31 -0
- package/build/components/TableHeader/TableView/hooks/useViewColumns.d.ts +13 -0
- package/build/components/TableHeader/TableView/hooks/useViewColumns.js +45 -0
- package/build/components/TableHeader/TableView/index.d.ts +3 -0
- package/build/components/TableHeader/TableView/index.js +3 -0
- package/build/components/TableHeader/TableView/style.d.ts +24 -0
- package/build/components/TableHeader/TableView/style.js +102 -0
- package/build/components/TableHeader/TableView/type.d.ts +10 -0
- package/build/components/TableHeader/TableView/type.js +1 -0
- package/build/components/TableHeader/data.d.ts +5 -0
- package/build/components/TableHeader/data.js +7 -0
- package/build/components/TableHeader/index.d.ts +6 -2
- package/build/components/TableHeader/index.js +6 -2
- package/build/components/TableHeader/style.d.ts +2 -2
- package/build/components/TableHeader/style.js +1 -1
- package/build/components/TableHeader/type.d.ts +19 -11
- package/build/components/TableHeader/type.js +0 -7
- package/build/components/TableReports/DownloadIconButton.d.ts +6 -0
- package/build/components/TableReports/DownloadIconButton.js +20 -0
- package/build/components/TableReports/Downloads.d.ts +10 -0
- package/build/components/TableReports/Downloads.js +24 -0
- package/build/components/TableReports/RecordLoading.d.ts +1 -0
- package/build/components/TableReports/RecordLoading.js +6 -0
- package/build/components/TableReports/TableReports.d.ts +5 -0
- package/build/components/TableReports/TableReports.js +53 -0
- package/build/components/TableReports/components/DownloadButton/DownloadButton.d.ts +8 -0
- package/build/components/TableReports/components/DownloadButton/DownloadButton.js +16 -0
- package/build/components/TableReports/components/DownloadButton/index.d.ts +2 -0
- package/build/components/TableReports/components/DownloadButton/index.js +2 -0
- package/build/components/TableReports/components/DownloadButton/style.d.ts +263 -0
- package/build/components/TableReports/components/DownloadButton/style.js +15 -0
- package/build/components/TableReports/hooks/index.d.ts +1 -0
- package/build/components/TableReports/hooks/index.js +1 -0
- package/build/components/TableReports/hooks/useDownloadReport.d.ts +11 -0
- package/build/components/TableReports/hooks/useDownloadReport.js +59 -0
- package/build/components/TableReports/index.d.ts +7 -0
- package/build/components/TableReports/index.js +7 -0
- package/build/components/TableReports/style.d.ts +323 -0
- package/build/components/TableReports/style.js +163 -0
- package/build/components/TableReports/type.d.ts +32 -0
- package/build/components/TableReports/type.js +1 -0
- package/build/components/TableReports/utils.d.ts +2 -0
- package/build/components/TableReports/utils.js +32 -0
- package/build/components/TableView/CustomViews.js +2 -0
- package/build/components/TableView/TableView.js +1 -0
- package/build/components/Timepicker/Timepicker.d.ts +2 -1
- package/build/components/Timepicker/Timepicker.js +9 -7
- package/build/components/Timepicker/index.d.ts +1 -0
- package/build/components/Timepicker/index.js +1 -0
- package/build/components/Timepicker/style.d.ts +3 -2
- package/build/components/Timepicker/style.js +1 -1
- package/build/components/Timepicker/utils.js +9 -5
- package/build/components/Toaster/Toaster.d.ts +1 -0
- package/build/components/Toaster/Toaster.js +12 -0
- package/build/components/Toaster/index.d.ts +2 -0
- package/build/components/Toaster/index.js +2 -0
- package/build/components/ToggleView/ToggleView.d.ts +16 -0
- package/build/components/ToggleView/ToggleView.js +32 -0
- package/build/components/ToggleView/ToggleWrapper.d.ts +4 -0
- package/build/components/ToggleView/ToggleWrapper.js +8 -0
- package/build/components/ToggleView/index.d.ts +3 -0
- package/build/components/ToggleView/index.js +3 -0
- package/build/components/ToggleView/style.d.ts +14 -0
- package/build/components/ToggleView/style.js +31 -0
- package/build/components/ToggleView/types.d.ts +6 -0
- package/build/components/ToggleView/types.js +6 -0
- package/build/components/Toolbar/style.d.ts +5 -2
- package/build/components/Toolbar/style.js +6 -1
- package/build/components/ToolbarIcon/ExpandButton/style.d.ts +1 -1
- package/build/components/Tooltip/Tooltip.js +5 -2
- package/build/components/TreeDropdown/TreeDropdown.d.ts +4 -0
- package/build/components/TreeDropdown/TreeDropdown.js +67 -0
- package/build/components/TreeDropdown/TreeNodeItem/SelectionControl.d.ts +8 -0
- package/build/components/TreeDropdown/TreeNodeItem/SelectionControl.js +17 -0
- package/build/components/TreeDropdown/TreeNodeItem/TreeNodeItem.d.ts +12 -0
- package/build/components/TreeDropdown/TreeNodeItem/TreeNodeItem.js +64 -0
- package/build/components/TreeDropdown/TreeNodeItem/index.d.ts +2 -0
- package/build/components/TreeDropdown/TreeNodeItem/index.js +2 -0
- package/build/components/TreeDropdown/TreeNodeItem/style.d.ts +14 -0
- package/build/components/TreeDropdown/TreeNodeItem/style.js +46 -0
- package/build/components/TreeDropdown/TreeNodeList/List.d.ts +6 -0
- package/build/components/TreeDropdown/TreeNodeList/List.js +17 -0
- package/build/components/TreeDropdown/TreeNodeList/TreeNodeList.d.ts +17 -0
- package/build/components/TreeDropdown/TreeNodeList/TreeNodeList.js +36 -0
- package/build/components/TreeDropdown/TreeNodeList/index.d.ts +2 -0
- package/build/components/TreeDropdown/TreeNodeList/index.js +2 -0
- package/build/components/TreeDropdown/TreeNodeList/style.d.ts +7 -0
- package/build/components/TreeDropdown/TreeNodeList/style.js +60 -0
- package/build/components/TreeDropdown/context/TreeDropdownProvider.d.ts +15 -0
- package/build/components/TreeDropdown/context/TreeDropdownProvider.js +13 -0
- package/build/components/TreeDropdown/hooks/useSearch.d.ts +17 -0
- package/build/components/TreeDropdown/hooks/useSearch.js +38 -0
- package/build/components/TreeDropdown/hooks/useTreeDropdown.d.ts +12 -0
- package/build/components/TreeDropdown/hooks/useTreeDropdown.js +10 -0
- package/build/components/TreeDropdown/index.d.ts +4 -0
- package/build/components/TreeDropdown/index.js +4 -0
- package/build/components/TreeDropdown/style.d.ts +9 -0
- package/build/components/TreeDropdown/style.js +43 -0
- package/build/components/TreeDropdown/type.d.ts +89 -0
- package/build/components/TreeDropdown/type.js +6 -0
- package/build/components/TreeDropdown/utils.d.ts +21 -0
- package/build/components/TreeDropdown/utils.js +161 -0
- package/build/components/VAT/TotalVAT/TotalVAT.d.ts +12 -0
- package/build/components/VAT/TotalVAT/TotalVAT.js +33 -0
- package/build/components/VAT/TotalVAT/index.d.ts +1 -0
- package/build/components/VAT/TotalVAT/index.js +1 -0
- package/build/components/VAT/TotalVAT/style.d.ts +12 -0
- package/build/components/VAT/TotalVAT/style.js +5 -0
- package/build/components/VAT/VATDropdown/VATDropdown.d.ts +11 -0
- package/build/components/VAT/VATDropdown/VATDropdown.js +34 -0
- package/build/components/VAT/VATDropdown/index.d.ts +1 -0
- package/build/components/VAT/VATDropdown/index.js +1 -0
- package/build/components/VAT/VATDropdown/style.d.ts +7 -0
- package/build/components/VAT/VATDropdown/style.js +32 -0
- package/build/components/VAT/VATRateDropdown/VATRateDropdown.d.ts +10 -0
- package/build/components/VAT/VATRateDropdown/VATRateDropdown.js +38 -0
- package/build/components/VAT/VATRateDropdown/index.d.ts +1 -0
- package/build/components/VAT/VATRateDropdown/index.js +1 -0
- package/build/components/VAT/VATRateDropdown/style.d.ts +7 -0
- package/build/components/VAT/VATRateDropdown/style.js +30 -0
- package/build/components/VAT/index.d.ts +4 -0
- package/build/components/VAT/index.js +4 -0
- package/build/components/VAT/utils.d.ts +7 -0
- package/build/components/VAT/utils.js +8 -0
- package/build/components/VerificationIcon/VerificationIcon.d.ts +5 -0
- package/build/components/VerificationIcon/VerificationIcon.js +7 -0
- package/build/components/VerificationIcon/VerificationIconWithBg.d.ts +5 -0
- package/build/components/VerificationIcon/VerificationIconWithBg.js +15 -0
- package/build/components/VerificationIcon/constant.d.ts +2 -0
- package/build/components/VerificationIcon/constant.js +18 -0
- package/build/components/VerificationIcon/index.d.ts +3 -0
- package/build/components/VerificationIcon/index.js +3 -0
- package/build/components/VerificationIcon/type.d.ts +2 -0
- package/build/components/VerificationIcon/type.js +1 -0
- package/build/components/ViewColumnRadioFilter/ViewColumnRadioFilter.d.ts +2 -0
- package/build/components/ViewColumnRadioFilter/ViewColumnRadioFilter.js +28 -0
- package/build/components/ViewColumnRadioFilter/index.d.ts +1 -0
- package/build/components/ViewColumnRadioFilter/index.js +1 -0
- package/build/components/ViewColumnRadioFilter/style.d.ts +3 -0
- package/build/components/ViewColumnRadioFilter/style.js +20 -0
- package/build/components/ViewColumnRadioFilter/type.d.ts +9 -0
- package/build/components/ViewColumnRadioFilter/type.js +1 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/SheetViewVirtualTable.d.ts +1 -1
- package/build/components/VirtualTables/SheetViewVirtualTable/SheetViewVirtualTable.js +60 -10
- package/build/components/VirtualTables/SheetViewVirtualTable/components/LoadingMainTable.js +2 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/components/MainTable.d.ts +1 -1
- package/build/components/VirtualTables/SheetViewVirtualTable/components/MainTable.js +7 -3
- package/build/components/VirtualTables/SheetViewVirtualTable/components/NoDataView.d.ts +1 -1
- package/build/components/VirtualTables/SheetViewVirtualTable/components/NoDataView.js +2 -2
- package/build/components/VirtualTables/SheetViewVirtualTable/components/PinnedColumn.d.ts +1 -1
- package/build/components/VirtualTables/SheetViewVirtualTable/components/PinnedColumn.js +7 -3
- package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableHeader.d.ts +1 -1
- package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableHeader.js +2 -2
- package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableHeaderCell.d.ts +4 -1
- package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableHeaderCell.js +25 -12
- package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableLoading.js +41 -4
- package/build/components/VirtualTables/SheetViewVirtualTable/components/VirtualTable.d.ts +3 -1
- package/build/components/VirtualTables/SheetViewVirtualTable/components/VirtualTable.js +8 -4
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/components/ColumnResize.d.ts +5 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/components/ColumnResize.js +41 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/components/ResizeOverlay.d.ts +5 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/components/ResizeOverlay.js +10 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/components/index.d.ts +2 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/components/index.js +2 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/constants.d.ts +5 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/constants.js +5 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/hooks/index.d.ts +2 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/hooks/index.js +2 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/hooks/useColumnResize.d.ts +16 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/hooks/useColumnResize.js +152 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/hooks/useColumnResizeWithPinned.d.ts +64 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/hooks/useColumnResizeWithPinned.js +29 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/index.d.ts +4 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/index.js +4 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/styles.d.ts +17 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/styles.js +55 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/types/index.d.ts +45 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/types/index.js +1 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/utils/index.d.ts +1 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/utils/index.js +1 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/utils/resize.d.ts +18 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/utils/resize.js +127 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/index.d.ts +1 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/index.js +1 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/usePinnedColumns.js +2 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/useTableData.js +1 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/useTableDimensions.d.ts +12 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/useTableDimensions.js +26 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/useTableState.d.ts +2 -0
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/useTableState.js +17 -2
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/useVirtualTableContainer.d.ts +3 -1
- package/build/components/VirtualTables/SheetViewVirtualTable/hooks/useVirtualTableContainer.js +7 -5
- package/build/components/VirtualTables/SheetViewVirtualTable/style.d.ts +2 -2
- package/build/components/VirtualTables/SheetViewVirtualTable/style.js +2 -2
- package/build/components/VirtualTables/SheetViewVirtualTable/types.d.ts +11 -0
- package/build/components/VirtualTables/VirtualTable/VirtualTable.d.ts +1 -1
- package/build/components/VirtualTables/VirtualTable/VirtualTable.js +24 -6
- package/build/components/VirtualTables/VirtualTableWithCard/VirtualTableWithCard.d.ts +1 -1
- package/build/components/VirtualTables/VirtualTableWithCard/VirtualTableWithCard.js +8 -3
- package/build/components/VirtualTables/components/ColumnFilter/ColumnFilter.d.ts +1 -1
- package/build/components/VirtualTables/components/ColumnFilter/ColumnFilter.js +18 -30
- package/build/components/VirtualTables/components/ColumnFilter/Inputs/Inputs.js +4 -1
- package/build/components/VirtualTables/components/ColumnFilter/Inputs/style.d.ts +1 -1
- package/build/components/VirtualTables/components/ColumnFilter/List/List.js +1 -1
- package/build/components/VirtualTables/components/ColumnFilter/style.d.ts +2 -2
- package/build/components/VirtualTables/components/ColumnFilter/type.d.ts +2 -0
- package/build/components/VirtualTables/components/ErrorList/styles.d.ts +1 -1
- package/build/components/VirtualTables/components/TableFooter/TableFooter.d.ts +1 -1
- package/build/components/VirtualTables/components/TableFooter/TableFooter.js +2 -2
- package/build/components/VirtualTables/components/TableFooter/style.d.ts +2 -2
- package/build/components/VirtualTables/components/TableHeader/TableHeader.d.ts +1 -1
- package/build/components/VirtualTables/components/TableHeader/TableHeader.js +2 -2
- package/build/components/VirtualTables/components/TableHeader/components/TableCell/TableCell.d.ts +2 -1
- package/build/components/VirtualTables/components/TableHeader/components/TableCell/TableCell.js +4 -2
- package/build/components/VirtualTables/components/TableHeader/style.d.ts +2 -2
- package/build/components/VirtualTables/components/TableHeader/type.d.ts +1 -0
- package/build/components/VirtualTables/components/TableRow.d.ts +4 -3
- package/build/components/VirtualTables/components/TableRow.js +74 -34
- package/build/components/VirtualTables/components/style.d.ts +15 -16
- package/build/components/VirtualTables/components/style.js +19 -3
- package/build/components/VirtualTables/components/virtualScroll/ListItemWrapper.d.ts +1 -0
- package/build/components/VirtualTables/components/virtualScroll/ListItemWrapper.js +5 -3
- package/build/components/VirtualTables/components/virtualScroll/ListItemWrapperWithCard.js +2 -0
- package/build/components/VirtualTables/components/virtualScroll/VirtualScrollList.js +16 -1
- package/build/components/VirtualTables/hooks/useColumnFilter.d.ts +10 -0
- package/build/components/VirtualTables/hooks/useColumnFilter.js +22 -0
- package/build/components/Widget/List.d.ts +2 -1
- package/build/components/Widget/List.js +2 -2
- package/build/components/Widget/style.d.ts +1 -1
- package/build/components/Widget/useScrollWithShadow.js +5 -4
- package/build/components/Window/Window.d.ts +4 -2
- package/build/components/Window/Window.js +8 -6
- package/build/components/Window/style.d.ts +21 -21
- package/build/components/Window/style.js +1 -1
- package/build/components/WindowAppIcon/style.d.ts +1 -1
- package/build/components/WindowBackdrop/WindowBackdrop.d.ts +6 -0
- package/build/components/WindowBackdrop/WindowBackdrop.js +9 -0
- package/build/components/WindowBackdrop/index.d.ts +1 -0
- package/build/components/WindowBackdrop/index.js +1 -0
- package/build/components/WindowSideBar/WindowSideBar.d.ts +4 -8
- package/build/components/WindowSideBar/index.d.ts +1 -0
- package/build/components/WindowSideBar/type.d.ts +10 -0
- package/build/components/WindowSideBar/type.js +1 -0
- package/build/components/index.d.ts +57 -4
- package/build/components/index.js +57 -4
- package/build/constants/api.d.ts +3 -3
- package/build/constants/api.js +3 -3
- package/build/constants/apps.d.ts +290 -0
- package/build/constants/apps.js +139 -8
- package/build/constants/assets.d.ts +78 -0
- package/build/constants/assets.js +85 -3
- package/build/constants/authentication.d.ts +2 -0
- package/build/constants/authentication.js +14 -0
- package/build/constants/chips/index.d.ts +1 -0
- package/build/constants/chips/index.js +1 -0
- package/build/{components/StatusChip/constants.d.ts → constants/chips/statusChips.d.ts} +1 -1
- package/build/{components/StatusChip/constants.js → constants/chips/statusChips.js} +1 -1
- package/build/constants/country.d.ts +1 -0
- package/build/constants/country.js +1 -0
- package/build/constants/currency.js +1 -0
- package/build/constants/document.d.ts +5 -0
- package/build/constants/document.js +5 -0
- package/build/constants/index.d.ts +7 -0
- package/build/constants/index.js +7 -0
- package/build/constants/payment.d.ts +10 -0
- package/build/constants/payment.js +22 -7
- package/build/constants/rate.d.ts +6 -0
- package/build/constants/rate.js +6 -0
- package/build/constants/reports.d.ts +48 -0
- package/build/constants/reports.js +109 -0
- package/build/constants/segment.d.ts +13 -0
- package/build/constants/segment.js +12 -0
- package/build/constants/server.js +3 -3
- package/build/constants/table/cell/authenticationsTableCellWidth.d.ts +26 -6
- package/build/constants/table/cell/authenticationsTableCellWidth.js +26 -6
- package/build/constants/table/cell/authorizationTableCellWidth.d.ts +103 -18
- package/build/constants/table/cell/authorizationTableCellWidth.js +103 -18
- package/build/constants/table/cell/chargeTableCellWidth.d.ts +46 -16
- package/build/constants/table/cell/chargeTableCellWidth.js +46 -16
- package/build/constants/table/cell/destinationsTableCellWidth.d.ts +105 -15
- package/build/constants/table/cell/destinationsTableCellWidth.js +105 -15
- package/build/constants/table/cell/invoicesTableCellWidth.d.ts +28 -8
- package/build/constants/table/cell/invoicesTableCellWidth.js +28 -8
- package/build/constants/table/cell/merchantsTableCellWidth.d.ts +98 -18
- package/build/constants/table/cell/merchantsTableCellWidth.js +98 -18
- package/build/constants/table/cell/payoutsTableCellWidth.d.ts +2 -2
- package/build/constants/table/cell/payoutsTableCellWidth.js +2 -2
- package/build/constants/table/cell/refundTableCellWidth.d.ts +114 -19
- package/build/constants/table/cell/refundTableCellWidth.js +114 -19
- package/build/constants/table/cell/terminalsTableCellWidth.d.ts +12 -12
- package/build/constants/table/cell/terminalsTableCellWidth.js +12 -12
- package/build/constants/table/cell/walletTableCellWidth.d.ts +1 -1
- package/build/constants/table/cell/walletTableCellWidth.js +1 -1
- package/build/constants/table.d.ts +2 -0
- package/build/constants/table.js +2 -0
- package/build/constants/timezones.js +3 -1
- package/build/hooks/index.d.ts +7 -1
- package/build/hooks/index.js +7 -1
- package/build/hooks/useAppEventListener.d.ts +2 -0
- package/build/hooks/useAppEventListener.js +13 -0
- package/build/hooks/useAppEventPublisher.d.ts +2 -0
- package/build/hooks/useAppEventPublisher.js +7 -0
- package/build/hooks/useAppsInfo.d.ts +17 -0
- package/build/hooks/useAppsInfo.js +21 -0
- package/build/hooks/useCountdown.js +4 -0
- package/build/hooks/useNetworkState.d.ts +12 -0
- package/build/hooks/useNetworkState.js +112 -0
- package/build/hooks/useScrolledTo.d.ts +13 -0
- package/build/hooks/useScrolledTo.js +45 -0
- package/build/hooks/useSelectedMerchantDetails.d.ts +10 -0
- package/build/hooks/useSelectedMerchantDetails.js +15 -0
- package/build/hooks/useStickyHeaderShadow.js +6 -0
- package/build/hooks/useToast.d.ts +12 -0
- package/build/hooks/useToast.js +29 -0
- package/build/theme/shadows.js +1 -1
- package/build/types/account.d.ts +2 -1
- package/build/types/account.js +1 -0
- package/build/types/appEvents.d.ts +51 -0
- package/build/types/appEvents.js +16 -0
- package/build/types/apps.d.ts +80 -10
- package/build/types/brand.d.ts +3 -1
- package/build/types/charge.d.ts +125 -0
- package/build/types/column.d.ts +4 -1
- package/build/types/common.d.ts +7 -0
- package/build/types/common.js +1 -0
- package/build/types/destination.d.ts +14 -0
- package/build/types/discount.d.ts +5 -0
- package/build/types/discount.js +6 -0
- package/build/types/document.d.ts +2 -0
- package/build/types/document.js +1 -0
- package/build/types/entity.d.ts +29 -2
- package/build/types/filter.d.ts +5 -0
- package/build/types/filter.js +6 -0
- package/build/types/flag.d.ts +27 -0
- package/build/types/flag.js +1 -0
- package/build/types/index.d.ts +12 -1
- package/build/types/index.js +12 -1
- package/build/types/invoice.d.ts +1 -6
- package/build/types/invoice.js +0 -6
- package/build/types/merchant.d.ts +109 -88
- package/build/types/receipt.d.ts +4 -0
- package/build/types/receipt.js +1 -0
- package/build/types/refund.d.ts +440 -0
- package/build/types/reports.d.ts +27 -0
- package/build/types/reports.js +7 -0
- package/build/types/segment.d.ts +15 -0
- package/build/types/segment.js +16 -1
- package/build/types/table.d.ts +16 -8
- package/build/types/toast.d.ts +16 -0
- package/build/types/toast.js +1 -0
- package/build/types/tsUtils.d.ts +12 -0
- package/build/types/tsUtils.js +1 -0
- package/build/types/user.d.ts +67 -21
- package/build/types/utilities.d.ts +24 -0
- package/build/types/utilities.js +1 -0
- package/build/types/window.d.ts +4 -0
- package/build/types/window.js +1 -0
- package/build/utils/api.js +3 -0
- package/build/utils/array.js +5 -1
- package/build/utils/billing.js +1 -0
- package/build/utils/boolean.d.ts +1 -0
- package/build/utils/boolean.js +7 -0
- package/build/utils/color.d.ts +11 -0
- package/build/utils/color.js +27 -0
- package/build/utils/columnResizeStorage.d.ts +16 -0
- package/build/utils/columnResizeStorage.js +96 -0
- package/build/utils/columns.d.ts +2 -2
- package/build/utils/columns.js +3 -4
- package/build/utils/country.d.ts +2 -1
- package/build/utils/country.js +6 -3
- package/build/utils/currency.d.ts +0 -1
- package/build/utils/currency.js +8 -8
- package/build/utils/date.d.ts +12 -0
- package/build/utils/date.js +66 -6
- package/build/utils/encrypt.js +3 -1
- package/build/utils/error.js +2 -0
- package/build/utils/freshdesk.js +2 -0
- package/build/utils/geography.js +1 -1
- package/build/utils/index.d.ts +4 -0
- package/build/utils/index.js +4 -0
- package/build/utils/localStorage.d.ts +10 -1
- package/build/utils/localStorage.js +51 -0
- package/build/utils/merchant.js +3 -0
- package/build/utils/merchantSource.d.ts +30 -0
- package/build/utils/merchantSource.js +36 -0
- package/build/utils/navigation.d.ts +1 -1
- package/build/utils/number.d.ts +2 -0
- package/build/utils/number.js +8 -0
- package/build/utils/object.d.ts +1 -0
- package/build/utils/object.js +4 -3
- package/build/utils/segment.d.ts +59 -2
- package/build/utils/segment.js +48 -0
- package/build/utils/source.d.ts +1 -0
- package/build/utils/source.js +5 -0
- package/build/utils/string.d.ts +8 -0
- package/build/utils/string.js +14 -0
- package/build/utils/style.d.ts +19 -1
- package/build/utils/style.js +49 -16
- package/build/utils/table.d.ts +15 -2
- package/build/utils/table.js +155 -3
- package/build/utils/timezone.d.ts +2 -0
- package/build/utils/timezone.js +3 -0
- package/build/utils/url.d.ts +1 -0
- package/build/utils/url.js +12 -0
- package/package.json +35 -2
- package/build/components/CurrencyIcon/CurrencyIcon.d.ts +0 -5
- package/build/components/CurrencyIcon/CurrencyIcon.js +0 -15
- package/build/components/CurrencyIcon/index.d.ts +0 -2
- package/build/components/CurrencyIcon/index.js +0 -2
- package/build/components/CurrencyIcon/style.js +0 -13
- package/build/components/Notifications/Notifications.d.ts +0 -1
- package/build/components/Notifications/Notifications.js +0 -12
- package/build/components/Notifications/index.d.ts +0 -2
- package/build/components/Notifications/index.js +0 -2
- package/build/components/TableCells/CustomCells/SourceCell/utils.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SourceCell/utils.js +0 -8
- package/build/components/TableCells/CustomCells/SourceMergedCell/CollapsedViewIcon.d.ts +0 -11
- package/build/components/TableCells/CustomCells/SourceMergedCell/CollapsedViewIcon.js +0 -51
- package/build/components/TableCells/CustomCells/SourceMergedCell/SourceMergedCell.d.ts +0 -3
- package/build/components/TableCells/CustomCells/SourceMergedCell/SourceMergedCell.js +0 -99
- package/build/components/TableCells/CustomCells/SourceMergedCell/index.d.ts +0 -3
- package/build/components/TableCells/CustomCells/SourceMergedCell/index.js +0 -3
- package/build/components/TableCells/CustomCells/SourceMergedCell/style.d.ts +0 -1622
- package/build/components/TableCells/CustomCells/SourceMergedCell/style.js +0 -95
- package/build/components/TableCells/CustomCells/SourceMergedCell/type.d.ts +0 -19
- package/build/components/TableCells/CustomCells/SourceMergedCell/utils.d.ts +0 -12
- package/build/components/TableCells/CustomCells/SourceMergedCell/utils.js +0 -12
- package/build/components/TableCells/CustomCells/TerminalsBrandCell/TerminalsBrandCell.d.ts +0 -12
- package/build/components/TableCells/CustomCells/TerminalsBrandCell/TerminalsBrandCell.js +0 -20
- package/build/components/TableCells/CustomCells/TerminalsBrandCell/index.d.ts +0 -1
- package/build/components/TableCells/CustomCells/TerminalsBrandCell/index.js +0 -1
- package/build/components/TableCells/CustomCells/TerminalsPlatformCell/TerminalsPlatformCell.d.ts +0 -12
- package/build/components/TableCells/CustomCells/TerminalsPlatformCell/TerminalsPlatformCell.js +0 -19
- package/build/components/TableCells/CustomCells/TerminalsPlatformCell/index.d.ts +0 -1
- package/build/components/TableCells/CustomCells/TerminalsPlatformCell/index.js +0 -1
- package/build/hooks/useCheckInternetConnection.d.ts +0 -1
- package/build/hooks/useCheckInternetConnection.js +0 -17
- package/build/types/source.d.ts +0 -1
- /package/build/components/{TableCells/CustomCells/SourceMergedCell → ErrorToast}/type.js +0 -0
- /package/build/{types/source.js → components/FileInputPreview/type.js} +0 -0
- /package/build/components/TableCells/CustomCells/AmountCell/{AmountConversionTooltipLabel.d.ts → components/AmountConversionTooltipLabel.d.ts} +0 -0
- /package/build/components/{Notifications → Toaster}/style.d.ts +0 -0
- /package/build/components/{Notifications → Toaster}/style.js +0 -0
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import
|
|
2
|
+
import { type Theme } from '@mui/material/styles';
|
|
3
3
|
export declare const CHIP_GAP = 3;
|
|
4
4
|
export declare const CenterIconWrapper: import("@emotion/styled").StyledComponent<{
|
|
5
5
|
hidden?: boolean | undefined;
|
|
6
|
-
id?: string | undefined;
|
|
7
|
-
slot?: string | undefined;
|
|
8
|
-
title?: string | undefined;
|
|
9
6
|
color?: string | undefined;
|
|
10
|
-
|
|
7
|
+
content?: string | undefined;
|
|
8
|
+
translate?: "yes" | "no" | undefined;
|
|
9
|
+
id?: string | undefined;
|
|
11
10
|
defaultChecked?: boolean | undefined;
|
|
12
11
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
13
12
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -15,20 +14,21 @@ export declare const CenterIconWrapper: import("@emotion/styled").StyledComponen
|
|
|
15
14
|
accessKey?: string | undefined;
|
|
16
15
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
17
16
|
autoFocus?: boolean | undefined;
|
|
17
|
+
className?: string | undefined;
|
|
18
18
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
19
19
|
contextMenu?: string | undefined;
|
|
20
20
|
dir?: string | undefined;
|
|
21
21
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
22
|
-
enterKeyHint?: "search" | "
|
|
22
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
23
23
|
lang?: string | undefined;
|
|
24
24
|
nonce?: string | undefined;
|
|
25
|
+
slot?: string | undefined;
|
|
25
26
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
26
27
|
tabIndex?: number | undefined;
|
|
27
|
-
|
|
28
|
+
title?: string | undefined;
|
|
28
29
|
radioGroup?: string | undefined;
|
|
29
30
|
role?: import("react").AriaRole | undefined;
|
|
30
31
|
about?: string | undefined;
|
|
31
|
-
content?: string | undefined;
|
|
32
32
|
datatype?: string | undefined;
|
|
33
33
|
inlist?: any;
|
|
34
34
|
prefix?: string | undefined;
|
|
@@ -48,7 +48,7 @@ export declare const CenterIconWrapper: import("@emotion/styled").StyledComponen
|
|
|
48
48
|
results?: number | undefined;
|
|
49
49
|
security?: string | undefined;
|
|
50
50
|
unselectable?: "off" | "on" | undefined;
|
|
51
|
-
inputMode?: "none" | "
|
|
51
|
+
inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
52
52
|
is?: string | undefined;
|
|
53
53
|
exportparts?: string | undefined;
|
|
54
54
|
part?: string | undefined;
|
|
@@ -64,7 +64,7 @@ export declare const CenterIconWrapper: import("@emotion/styled").StyledComponen
|
|
|
64
64
|
"aria-colindextext"?: string | undefined;
|
|
65
65
|
"aria-colspan"?: number | undefined;
|
|
66
66
|
"aria-controls"?: string | undefined;
|
|
67
|
-
"aria-current"?: boolean | "
|
|
67
|
+
"aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
|
|
68
68
|
"aria-describedby"?: string | undefined;
|
|
69
69
|
"aria-description"?: string | undefined;
|
|
70
70
|
"aria-details"?: string | undefined;
|
|
@@ -74,7 +74,7 @@ export declare const CenterIconWrapper: import("@emotion/styled").StyledComponen
|
|
|
74
74
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
75
75
|
"aria-flowto"?: string | undefined;
|
|
76
76
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
77
|
-
"aria-haspopup"?: boolean | "
|
|
77
|
+
"aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
|
|
78
78
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
79
79
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
80
80
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -265,11 +265,10 @@ export declare const CenterIconWrapper: import("@emotion/styled").StyledComponen
|
|
|
265
265
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
266
266
|
export declare const CenterShiftWrapper: import("@emotion/styled").StyledComponent<{
|
|
267
267
|
hidden?: boolean | undefined;
|
|
268
|
-
id?: string | undefined;
|
|
269
|
-
slot?: string | undefined;
|
|
270
|
-
title?: string | undefined;
|
|
271
268
|
color?: string | undefined;
|
|
272
|
-
|
|
269
|
+
content?: string | undefined;
|
|
270
|
+
translate?: "yes" | "no" | undefined;
|
|
271
|
+
id?: string | undefined;
|
|
273
272
|
defaultChecked?: boolean | undefined;
|
|
274
273
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
275
274
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -277,20 +276,21 @@ export declare const CenterShiftWrapper: import("@emotion/styled").StyledCompone
|
|
|
277
276
|
accessKey?: string | undefined;
|
|
278
277
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
279
278
|
autoFocus?: boolean | undefined;
|
|
279
|
+
className?: string | undefined;
|
|
280
280
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
281
281
|
contextMenu?: string | undefined;
|
|
282
282
|
dir?: string | undefined;
|
|
283
283
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
284
|
-
enterKeyHint?: "search" | "
|
|
284
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
285
285
|
lang?: string | undefined;
|
|
286
286
|
nonce?: string | undefined;
|
|
287
|
+
slot?: string | undefined;
|
|
287
288
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
288
289
|
tabIndex?: number | undefined;
|
|
289
|
-
|
|
290
|
+
title?: string | undefined;
|
|
290
291
|
radioGroup?: string | undefined;
|
|
291
292
|
role?: import("react").AriaRole | undefined;
|
|
292
293
|
about?: string | undefined;
|
|
293
|
-
content?: string | undefined;
|
|
294
294
|
datatype?: string | undefined;
|
|
295
295
|
inlist?: any;
|
|
296
296
|
prefix?: string | undefined;
|
|
@@ -310,7 +310,7 @@ export declare const CenterShiftWrapper: import("@emotion/styled").StyledCompone
|
|
|
310
310
|
results?: number | undefined;
|
|
311
311
|
security?: string | undefined;
|
|
312
312
|
unselectable?: "off" | "on" | undefined;
|
|
313
|
-
inputMode?: "none" | "
|
|
313
|
+
inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
314
314
|
is?: string | undefined;
|
|
315
315
|
exportparts?: string | undefined;
|
|
316
316
|
part?: string | undefined;
|
|
@@ -326,7 +326,7 @@ export declare const CenterShiftWrapper: import("@emotion/styled").StyledCompone
|
|
|
326
326
|
"aria-colindextext"?: string | undefined;
|
|
327
327
|
"aria-colspan"?: number | undefined;
|
|
328
328
|
"aria-controls"?: string | undefined;
|
|
329
|
-
"aria-current"?: boolean | "
|
|
329
|
+
"aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
|
|
330
330
|
"aria-describedby"?: string | undefined;
|
|
331
331
|
"aria-description"?: string | undefined;
|
|
332
332
|
"aria-details"?: string | undefined;
|
|
@@ -336,7 +336,7 @@ export declare const CenterShiftWrapper: import("@emotion/styled").StyledCompone
|
|
|
336
336
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
337
337
|
"aria-flowto"?: string | undefined;
|
|
338
338
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
339
|
-
"aria-haspopup"?: boolean | "
|
|
339
|
+
"aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
|
|
340
340
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
341
341
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
342
342
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -527,11 +527,10 @@ export declare const CenterShiftWrapper: import("@emotion/styled").StyledCompone
|
|
|
527
527
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
528
528
|
export declare const LeftExpandIcon: import("@emotion/styled").StyledComponent<{
|
|
529
529
|
hidden?: boolean | undefined;
|
|
530
|
-
id?: string | undefined;
|
|
531
|
-
slot?: string | undefined;
|
|
532
|
-
title?: string | undefined;
|
|
533
530
|
color?: string | undefined;
|
|
534
|
-
|
|
531
|
+
content?: string | undefined;
|
|
532
|
+
translate?: "yes" | "no" | undefined;
|
|
533
|
+
id?: string | undefined;
|
|
535
534
|
defaultChecked?: boolean | undefined;
|
|
536
535
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
537
536
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -539,20 +538,21 @@ export declare const LeftExpandIcon: import("@emotion/styled").StyledComponent<{
|
|
|
539
538
|
accessKey?: string | undefined;
|
|
540
539
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
541
540
|
autoFocus?: boolean | undefined;
|
|
541
|
+
className?: string | undefined;
|
|
542
542
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
543
543
|
contextMenu?: string | undefined;
|
|
544
544
|
dir?: string | undefined;
|
|
545
545
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
546
|
-
enterKeyHint?: "search" | "
|
|
546
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
547
547
|
lang?: string | undefined;
|
|
548
548
|
nonce?: string | undefined;
|
|
549
|
+
slot?: string | undefined;
|
|
549
550
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
550
551
|
tabIndex?: number | undefined;
|
|
551
|
-
|
|
552
|
+
title?: string | undefined;
|
|
552
553
|
radioGroup?: string | undefined;
|
|
553
554
|
role?: import("react").AriaRole | undefined;
|
|
554
555
|
about?: string | undefined;
|
|
555
|
-
content?: string | undefined;
|
|
556
556
|
datatype?: string | undefined;
|
|
557
557
|
inlist?: any;
|
|
558
558
|
prefix?: string | undefined;
|
|
@@ -572,7 +572,7 @@ export declare const LeftExpandIcon: import("@emotion/styled").StyledComponent<{
|
|
|
572
572
|
results?: number | undefined;
|
|
573
573
|
security?: string | undefined;
|
|
574
574
|
unselectable?: "off" | "on" | undefined;
|
|
575
|
-
inputMode?: "none" | "
|
|
575
|
+
inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
576
576
|
is?: string | undefined;
|
|
577
577
|
exportparts?: string | undefined;
|
|
578
578
|
part?: string | undefined;
|
|
@@ -588,7 +588,7 @@ export declare const LeftExpandIcon: import("@emotion/styled").StyledComponent<{
|
|
|
588
588
|
"aria-colindextext"?: string | undefined;
|
|
589
589
|
"aria-colspan"?: number | undefined;
|
|
590
590
|
"aria-controls"?: string | undefined;
|
|
591
|
-
"aria-current"?: boolean | "
|
|
591
|
+
"aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
|
|
592
592
|
"aria-describedby"?: string | undefined;
|
|
593
593
|
"aria-description"?: string | undefined;
|
|
594
594
|
"aria-details"?: string | undefined;
|
|
@@ -598,7 +598,7 @@ export declare const LeftExpandIcon: import("@emotion/styled").StyledComponent<{
|
|
|
598
598
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
599
599
|
"aria-flowto"?: string | undefined;
|
|
600
600
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
601
|
-
"aria-haspopup"?: boolean | "
|
|
601
|
+
"aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
|
|
602
602
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
603
603
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
604
604
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -789,11 +789,10 @@ export declare const LeftExpandIcon: import("@emotion/styled").StyledComponent<{
|
|
|
789
789
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
790
790
|
export declare const RightExpandIcon: import("@emotion/styled").StyledComponent<{
|
|
791
791
|
hidden?: boolean | undefined;
|
|
792
|
-
id?: string | undefined;
|
|
793
|
-
slot?: string | undefined;
|
|
794
|
-
title?: string | undefined;
|
|
795
792
|
color?: string | undefined;
|
|
796
|
-
|
|
793
|
+
content?: string | undefined;
|
|
794
|
+
translate?: "yes" | "no" | undefined;
|
|
795
|
+
id?: string | undefined;
|
|
797
796
|
defaultChecked?: boolean | undefined;
|
|
798
797
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
799
798
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -801,20 +800,21 @@ export declare const RightExpandIcon: import("@emotion/styled").StyledComponent<
|
|
|
801
800
|
accessKey?: string | undefined;
|
|
802
801
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
803
802
|
autoFocus?: boolean | undefined;
|
|
803
|
+
className?: string | undefined;
|
|
804
804
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
805
805
|
contextMenu?: string | undefined;
|
|
806
806
|
dir?: string | undefined;
|
|
807
807
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
808
|
-
enterKeyHint?: "search" | "
|
|
808
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
809
809
|
lang?: string | undefined;
|
|
810
810
|
nonce?: string | undefined;
|
|
811
|
+
slot?: string | undefined;
|
|
811
812
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
812
813
|
tabIndex?: number | undefined;
|
|
813
|
-
|
|
814
|
+
title?: string | undefined;
|
|
814
815
|
radioGroup?: string | undefined;
|
|
815
816
|
role?: import("react").AriaRole | undefined;
|
|
816
817
|
about?: string | undefined;
|
|
817
|
-
content?: string | undefined;
|
|
818
818
|
datatype?: string | undefined;
|
|
819
819
|
inlist?: any;
|
|
820
820
|
prefix?: string | undefined;
|
|
@@ -834,7 +834,7 @@ export declare const RightExpandIcon: import("@emotion/styled").StyledComponent<
|
|
|
834
834
|
results?: number | undefined;
|
|
835
835
|
security?: string | undefined;
|
|
836
836
|
unselectable?: "off" | "on" | undefined;
|
|
837
|
-
inputMode?: "none" | "
|
|
837
|
+
inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
838
838
|
is?: string | undefined;
|
|
839
839
|
exportparts?: string | undefined;
|
|
840
840
|
part?: string | undefined;
|
|
@@ -850,7 +850,7 @@ export declare const RightExpandIcon: import("@emotion/styled").StyledComponent<
|
|
|
850
850
|
"aria-colindextext"?: string | undefined;
|
|
851
851
|
"aria-colspan"?: number | undefined;
|
|
852
852
|
"aria-controls"?: string | undefined;
|
|
853
|
-
"aria-current"?: boolean | "
|
|
853
|
+
"aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
|
|
854
854
|
"aria-describedby"?: string | undefined;
|
|
855
855
|
"aria-description"?: string | undefined;
|
|
856
856
|
"aria-details"?: string | undefined;
|
|
@@ -860,7 +860,7 @@ export declare const RightExpandIcon: import("@emotion/styled").StyledComponent<
|
|
|
860
860
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
861
861
|
"aria-flowto"?: string | undefined;
|
|
862
862
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
863
|
-
"aria-haspopup"?: boolean | "
|
|
863
|
+
"aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
|
|
864
864
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
865
865
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
866
866
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1051,11 +1051,10 @@ export declare const RightExpandIcon: import("@emotion/styled").StyledComponent<
|
|
|
1051
1051
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
1052
1052
|
export declare const ExpandedSection: import("@emotion/styled").StyledComponent<{
|
|
1053
1053
|
hidden?: boolean | undefined;
|
|
1054
|
-
id?: string | undefined;
|
|
1055
|
-
slot?: string | undefined;
|
|
1056
|
-
title?: string | undefined;
|
|
1057
1054
|
color?: string | undefined;
|
|
1058
|
-
|
|
1055
|
+
content?: string | undefined;
|
|
1056
|
+
translate?: "yes" | "no" | undefined;
|
|
1057
|
+
id?: string | undefined;
|
|
1059
1058
|
defaultChecked?: boolean | undefined;
|
|
1060
1059
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1061
1060
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1063,20 +1062,21 @@ export declare const ExpandedSection: import("@emotion/styled").StyledComponent<
|
|
|
1063
1062
|
accessKey?: string | undefined;
|
|
1064
1063
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
1065
1064
|
autoFocus?: boolean | undefined;
|
|
1065
|
+
className?: string | undefined;
|
|
1066
1066
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1067
1067
|
contextMenu?: string | undefined;
|
|
1068
1068
|
dir?: string | undefined;
|
|
1069
1069
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
1070
|
-
enterKeyHint?: "search" | "
|
|
1070
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
1071
1071
|
lang?: string | undefined;
|
|
1072
1072
|
nonce?: string | undefined;
|
|
1073
|
+
slot?: string | undefined;
|
|
1073
1074
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1074
1075
|
tabIndex?: number | undefined;
|
|
1075
|
-
|
|
1076
|
+
title?: string | undefined;
|
|
1076
1077
|
radioGroup?: string | undefined;
|
|
1077
1078
|
role?: import("react").AriaRole | undefined;
|
|
1078
1079
|
about?: string | undefined;
|
|
1079
|
-
content?: string | undefined;
|
|
1080
1080
|
datatype?: string | undefined;
|
|
1081
1081
|
inlist?: any;
|
|
1082
1082
|
prefix?: string | undefined;
|
|
@@ -1096,7 +1096,7 @@ export declare const ExpandedSection: import("@emotion/styled").StyledComponent<
|
|
|
1096
1096
|
results?: number | undefined;
|
|
1097
1097
|
security?: string | undefined;
|
|
1098
1098
|
unselectable?: "off" | "on" | undefined;
|
|
1099
|
-
inputMode?: "none" | "
|
|
1099
|
+
inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
1100
1100
|
is?: string | undefined;
|
|
1101
1101
|
exportparts?: string | undefined;
|
|
1102
1102
|
part?: string | undefined;
|
|
@@ -1112,7 +1112,7 @@ export declare const ExpandedSection: import("@emotion/styled").StyledComponent<
|
|
|
1112
1112
|
"aria-colindextext"?: string | undefined;
|
|
1113
1113
|
"aria-colspan"?: number | undefined;
|
|
1114
1114
|
"aria-controls"?: string | undefined;
|
|
1115
|
-
"aria-current"?: boolean | "
|
|
1115
|
+
"aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
|
|
1116
1116
|
"aria-describedby"?: string | undefined;
|
|
1117
1117
|
"aria-description"?: string | undefined;
|
|
1118
1118
|
"aria-details"?: string | undefined;
|
|
@@ -1122,7 +1122,7 @@ export declare const ExpandedSection: import("@emotion/styled").StyledComponent<
|
|
|
1122
1122
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1123
1123
|
"aria-flowto"?: string | undefined;
|
|
1124
1124
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1125
|
-
"aria-haspopup"?: boolean | "
|
|
1125
|
+
"aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
|
|
1126
1126
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1127
1127
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1128
1128
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1318,11 +1318,10 @@ export declare const HoverBridge: import("@emotion/styled").StyledComponent<impo
|
|
|
1318
1318
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1319
1319
|
export declare const PeekContainer: import("@emotion/styled").StyledComponent<{
|
|
1320
1320
|
hidden?: boolean | undefined;
|
|
1321
|
-
id?: string | undefined;
|
|
1322
|
-
slot?: string | undefined;
|
|
1323
|
-
title?: string | undefined;
|
|
1324
1321
|
color?: string | undefined;
|
|
1325
|
-
|
|
1322
|
+
content?: string | undefined;
|
|
1323
|
+
translate?: "yes" | "no" | undefined;
|
|
1324
|
+
id?: string | undefined;
|
|
1326
1325
|
defaultChecked?: boolean | undefined;
|
|
1327
1326
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1328
1327
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1330,20 +1329,21 @@ export declare const PeekContainer: import("@emotion/styled").StyledComponent<{
|
|
|
1330
1329
|
accessKey?: string | undefined;
|
|
1331
1330
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
1332
1331
|
autoFocus?: boolean | undefined;
|
|
1332
|
+
className?: string | undefined;
|
|
1333
1333
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1334
1334
|
contextMenu?: string | undefined;
|
|
1335
1335
|
dir?: string | undefined;
|
|
1336
1336
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
1337
|
-
enterKeyHint?: "search" | "
|
|
1337
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
1338
1338
|
lang?: string | undefined;
|
|
1339
1339
|
nonce?: string | undefined;
|
|
1340
|
+
slot?: string | undefined;
|
|
1340
1341
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1341
1342
|
tabIndex?: number | undefined;
|
|
1342
|
-
|
|
1343
|
+
title?: string | undefined;
|
|
1343
1344
|
radioGroup?: string | undefined;
|
|
1344
1345
|
role?: import("react").AriaRole | undefined;
|
|
1345
1346
|
about?: string | undefined;
|
|
1346
|
-
content?: string | undefined;
|
|
1347
1347
|
datatype?: string | undefined;
|
|
1348
1348
|
inlist?: any;
|
|
1349
1349
|
prefix?: string | undefined;
|
|
@@ -1363,7 +1363,7 @@ export declare const PeekContainer: import("@emotion/styled").StyledComponent<{
|
|
|
1363
1363
|
results?: number | undefined;
|
|
1364
1364
|
security?: string | undefined;
|
|
1365
1365
|
unselectable?: "off" | "on" | undefined;
|
|
1366
|
-
inputMode?: "none" | "
|
|
1366
|
+
inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
1367
1367
|
is?: string | undefined;
|
|
1368
1368
|
exportparts?: string | undefined;
|
|
1369
1369
|
part?: string | undefined;
|
|
@@ -1379,7 +1379,7 @@ export declare const PeekContainer: import("@emotion/styled").StyledComponent<{
|
|
|
1379
1379
|
"aria-colindextext"?: string | undefined;
|
|
1380
1380
|
"aria-colspan"?: number | undefined;
|
|
1381
1381
|
"aria-controls"?: string | undefined;
|
|
1382
|
-
"aria-current"?: boolean | "
|
|
1382
|
+
"aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
|
|
1383
1383
|
"aria-describedby"?: string | undefined;
|
|
1384
1384
|
"aria-description"?: string | undefined;
|
|
1385
1385
|
"aria-details"?: string | undefined;
|
|
@@ -1389,7 +1389,7 @@ export declare const PeekContainer: import("@emotion/styled").StyledComponent<{
|
|
|
1389
1389
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1390
1390
|
"aria-flowto"?: string | undefined;
|
|
1391
1391
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1392
|
-
"aria-haspopup"?: boolean | "
|
|
1392
|
+
"aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
|
|
1393
1393
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1394
1394
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1395
1395
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1580,11 +1580,10 @@ export declare const PeekContainer: import("@emotion/styled").StyledComponent<{
|
|
|
1580
1580
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
1581
1581
|
export declare const CenterChip: import("@emotion/styled").StyledComponent<{
|
|
1582
1582
|
hidden?: boolean | undefined;
|
|
1583
|
-
id?: string | undefined;
|
|
1584
|
-
slot?: string | undefined;
|
|
1585
|
-
title?: string | undefined;
|
|
1586
1583
|
color?: string | undefined;
|
|
1587
|
-
|
|
1584
|
+
content?: string | undefined;
|
|
1585
|
+
translate?: "yes" | "no" | undefined;
|
|
1586
|
+
id?: string | undefined;
|
|
1588
1587
|
defaultChecked?: boolean | undefined;
|
|
1589
1588
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1590
1589
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1592,20 +1591,21 @@ export declare const CenterChip: import("@emotion/styled").StyledComponent<{
|
|
|
1592
1591
|
accessKey?: string | undefined;
|
|
1593
1592
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
1594
1593
|
autoFocus?: boolean | undefined;
|
|
1594
|
+
className?: string | undefined;
|
|
1595
1595
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1596
1596
|
contextMenu?: string | undefined;
|
|
1597
1597
|
dir?: string | undefined;
|
|
1598
1598
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
1599
|
-
enterKeyHint?: "search" | "
|
|
1599
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
1600
1600
|
lang?: string | undefined;
|
|
1601
1601
|
nonce?: string | undefined;
|
|
1602
|
+
slot?: string | undefined;
|
|
1602
1603
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1603
1604
|
tabIndex?: number | undefined;
|
|
1604
|
-
|
|
1605
|
+
title?: string | undefined;
|
|
1605
1606
|
radioGroup?: string | undefined;
|
|
1606
1607
|
role?: import("react").AriaRole | undefined;
|
|
1607
1608
|
about?: string | undefined;
|
|
1608
|
-
content?: string | undefined;
|
|
1609
1609
|
datatype?: string | undefined;
|
|
1610
1610
|
inlist?: any;
|
|
1611
1611
|
prefix?: string | undefined;
|
|
@@ -1625,7 +1625,7 @@ export declare const CenterChip: import("@emotion/styled").StyledComponent<{
|
|
|
1625
1625
|
results?: number | undefined;
|
|
1626
1626
|
security?: string | undefined;
|
|
1627
1627
|
unselectable?: "off" | "on" | undefined;
|
|
1628
|
-
inputMode?: "none" | "
|
|
1628
|
+
inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
1629
1629
|
is?: string | undefined;
|
|
1630
1630
|
exportparts?: string | undefined;
|
|
1631
1631
|
part?: string | undefined;
|
|
@@ -1641,7 +1641,7 @@ export declare const CenterChip: import("@emotion/styled").StyledComponent<{
|
|
|
1641
1641
|
"aria-colindextext"?: string | undefined;
|
|
1642
1642
|
"aria-colspan"?: number | undefined;
|
|
1643
1643
|
"aria-controls"?: string | undefined;
|
|
1644
|
-
"aria-current"?: boolean | "
|
|
1644
|
+
"aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
|
|
1645
1645
|
"aria-describedby"?: string | undefined;
|
|
1646
1646
|
"aria-description"?: string | undefined;
|
|
1647
1647
|
"aria-details"?: string | undefined;
|
|
@@ -1651,7 +1651,7 @@ export declare const CenterChip: import("@emotion/styled").StyledComponent<{
|
|
|
1651
1651
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1652
1652
|
"aria-flowto"?: string | undefined;
|
|
1653
1653
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1654
|
-
"aria-haspopup"?: boolean | "
|
|
1654
|
+
"aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
|
|
1655
1655
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1656
1656
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1657
1657
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1842,11 +1842,10 @@ export declare const CenterChip: import("@emotion/styled").StyledComponent<{
|
|
|
1842
1842
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
1843
1843
|
export declare const CenterContent: import("@emotion/styled").StyledComponent<{
|
|
1844
1844
|
hidden?: boolean | undefined;
|
|
1845
|
-
id?: string | undefined;
|
|
1846
|
-
slot?: string | undefined;
|
|
1847
|
-
title?: string | undefined;
|
|
1848
1845
|
color?: string | undefined;
|
|
1849
|
-
|
|
1846
|
+
content?: string | undefined;
|
|
1847
|
+
translate?: "yes" | "no" | undefined;
|
|
1848
|
+
id?: string | undefined;
|
|
1850
1849
|
defaultChecked?: boolean | undefined;
|
|
1851
1850
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1852
1851
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1854,20 +1853,21 @@ export declare const CenterContent: import("@emotion/styled").StyledComponent<{
|
|
|
1854
1853
|
accessKey?: string | undefined;
|
|
1855
1854
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
1856
1855
|
autoFocus?: boolean | undefined;
|
|
1856
|
+
className?: string | undefined;
|
|
1857
1857
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1858
1858
|
contextMenu?: string | undefined;
|
|
1859
1859
|
dir?: string | undefined;
|
|
1860
1860
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
1861
|
-
enterKeyHint?: "search" | "
|
|
1861
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
1862
1862
|
lang?: string | undefined;
|
|
1863
1863
|
nonce?: string | undefined;
|
|
1864
|
+
slot?: string | undefined;
|
|
1864
1865
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1865
1866
|
tabIndex?: number | undefined;
|
|
1866
|
-
|
|
1867
|
+
title?: string | undefined;
|
|
1867
1868
|
radioGroup?: string | undefined;
|
|
1868
1869
|
role?: import("react").AriaRole | undefined;
|
|
1869
1870
|
about?: string | undefined;
|
|
1870
|
-
content?: string | undefined;
|
|
1871
1871
|
datatype?: string | undefined;
|
|
1872
1872
|
inlist?: any;
|
|
1873
1873
|
prefix?: string | undefined;
|
|
@@ -1887,7 +1887,7 @@ export declare const CenterContent: import("@emotion/styled").StyledComponent<{
|
|
|
1887
1887
|
results?: number | undefined;
|
|
1888
1888
|
security?: string | undefined;
|
|
1889
1889
|
unselectable?: "off" | "on" | undefined;
|
|
1890
|
-
inputMode?: "none" | "
|
|
1890
|
+
inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
1891
1891
|
is?: string | undefined;
|
|
1892
1892
|
exportparts?: string | undefined;
|
|
1893
1893
|
part?: string | undefined;
|
|
@@ -1903,7 +1903,7 @@ export declare const CenterContent: import("@emotion/styled").StyledComponent<{
|
|
|
1903
1903
|
"aria-colindextext"?: string | undefined;
|
|
1904
1904
|
"aria-colspan"?: number | undefined;
|
|
1905
1905
|
"aria-controls"?: string | undefined;
|
|
1906
|
-
"aria-current"?: boolean | "
|
|
1906
|
+
"aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
|
|
1907
1907
|
"aria-describedby"?: string | undefined;
|
|
1908
1908
|
"aria-description"?: string | undefined;
|
|
1909
1909
|
"aria-details"?: string | undefined;
|
|
@@ -1913,7 +1913,7 @@ export declare const CenterContent: import("@emotion/styled").StyledComponent<{
|
|
|
1913
1913
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1914
1914
|
"aria-flowto"?: string | undefined;
|
|
1915
1915
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1916
|
-
"aria-haspopup"?: boolean | "
|
|
1916
|
+
"aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
|
|
1917
1917
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1918
1918
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1919
1919
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2104,11 +2104,10 @@ export declare const CenterContent: import("@emotion/styled").StyledComponent<{
|
|
|
2104
2104
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
2105
2105
|
export declare const ExpandableContainer: import("@emotion/styled").StyledComponent<{
|
|
2106
2106
|
hidden?: boolean | undefined;
|
|
2107
|
-
id?: string | undefined;
|
|
2108
|
-
slot?: string | undefined;
|
|
2109
|
-
title?: string | undefined;
|
|
2110
2107
|
color?: string | undefined;
|
|
2111
|
-
|
|
2108
|
+
content?: string | undefined;
|
|
2109
|
+
translate?: "yes" | "no" | undefined;
|
|
2110
|
+
id?: string | undefined;
|
|
2112
2111
|
defaultChecked?: boolean | undefined;
|
|
2113
2112
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2114
2113
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2116,20 +2115,21 @@ export declare const ExpandableContainer: import("@emotion/styled").StyledCompon
|
|
|
2116
2115
|
accessKey?: string | undefined;
|
|
2117
2116
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
2118
2117
|
autoFocus?: boolean | undefined;
|
|
2118
|
+
className?: string | undefined;
|
|
2119
2119
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2120
2120
|
contextMenu?: string | undefined;
|
|
2121
2121
|
dir?: string | undefined;
|
|
2122
2122
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
2123
|
-
enterKeyHint?: "search" | "
|
|
2123
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
2124
2124
|
lang?: string | undefined;
|
|
2125
2125
|
nonce?: string | undefined;
|
|
2126
|
+
slot?: string | undefined;
|
|
2126
2127
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
2127
2128
|
tabIndex?: number | undefined;
|
|
2128
|
-
|
|
2129
|
+
title?: string | undefined;
|
|
2129
2130
|
radioGroup?: string | undefined;
|
|
2130
2131
|
role?: import("react").AriaRole | undefined;
|
|
2131
2132
|
about?: string | undefined;
|
|
2132
|
-
content?: string | undefined;
|
|
2133
2133
|
datatype?: string | undefined;
|
|
2134
2134
|
inlist?: any;
|
|
2135
2135
|
prefix?: string | undefined;
|
|
@@ -2149,7 +2149,7 @@ export declare const ExpandableContainer: import("@emotion/styled").StyledCompon
|
|
|
2149
2149
|
results?: number | undefined;
|
|
2150
2150
|
security?: string | undefined;
|
|
2151
2151
|
unselectable?: "off" | "on" | undefined;
|
|
2152
|
-
inputMode?: "none" | "
|
|
2152
|
+
inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
2153
2153
|
is?: string | undefined;
|
|
2154
2154
|
exportparts?: string | undefined;
|
|
2155
2155
|
part?: string | undefined;
|
|
@@ -2165,7 +2165,7 @@ export declare const ExpandableContainer: import("@emotion/styled").StyledCompon
|
|
|
2165
2165
|
"aria-colindextext"?: string | undefined;
|
|
2166
2166
|
"aria-colspan"?: number | undefined;
|
|
2167
2167
|
"aria-controls"?: string | undefined;
|
|
2168
|
-
"aria-current"?: boolean | "
|
|
2168
|
+
"aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
|
|
2169
2169
|
"aria-describedby"?: string | undefined;
|
|
2170
2170
|
"aria-description"?: string | undefined;
|
|
2171
2171
|
"aria-details"?: string | undefined;
|
|
@@ -2175,7 +2175,7 @@ export declare const ExpandableContainer: import("@emotion/styled").StyledCompon
|
|
|
2175
2175
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2176
2176
|
"aria-flowto"?: string | undefined;
|
|
2177
2177
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2178
|
-
"aria-haspopup"?: boolean | "
|
|
2178
|
+
"aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
|
|
2179
2179
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2180
2180
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2181
2181
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2366,11 +2366,10 @@ export declare const ExpandableContainer: import("@emotion/styled").StyledCompon
|
|
|
2366
2366
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
2367
2367
|
export declare const ExpandableInner: import("@emotion/styled").StyledComponent<{
|
|
2368
2368
|
hidden?: boolean | undefined;
|
|
2369
|
-
id?: string | undefined;
|
|
2370
|
-
slot?: string | undefined;
|
|
2371
|
-
title?: string | undefined;
|
|
2372
2369
|
color?: string | undefined;
|
|
2373
|
-
|
|
2370
|
+
content?: string | undefined;
|
|
2371
|
+
translate?: "yes" | "no" | undefined;
|
|
2372
|
+
id?: string | undefined;
|
|
2374
2373
|
defaultChecked?: boolean | undefined;
|
|
2375
2374
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2376
2375
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2378,20 +2377,21 @@ export declare const ExpandableInner: import("@emotion/styled").StyledComponent<
|
|
|
2378
2377
|
accessKey?: string | undefined;
|
|
2379
2378
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
2380
2379
|
autoFocus?: boolean | undefined;
|
|
2380
|
+
className?: string | undefined;
|
|
2381
2381
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2382
2382
|
contextMenu?: string | undefined;
|
|
2383
2383
|
dir?: string | undefined;
|
|
2384
2384
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
2385
|
-
enterKeyHint?: "search" | "
|
|
2385
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
2386
2386
|
lang?: string | undefined;
|
|
2387
2387
|
nonce?: string | undefined;
|
|
2388
|
+
slot?: string | undefined;
|
|
2388
2389
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
2389
2390
|
tabIndex?: number | undefined;
|
|
2390
|
-
|
|
2391
|
+
title?: string | undefined;
|
|
2391
2392
|
radioGroup?: string | undefined;
|
|
2392
2393
|
role?: import("react").AriaRole | undefined;
|
|
2393
2394
|
about?: string | undefined;
|
|
2394
|
-
content?: string | undefined;
|
|
2395
2395
|
datatype?: string | undefined;
|
|
2396
2396
|
inlist?: any;
|
|
2397
2397
|
prefix?: string | undefined;
|
|
@@ -2411,7 +2411,7 @@ export declare const ExpandableInner: import("@emotion/styled").StyledComponent<
|
|
|
2411
2411
|
results?: number | undefined;
|
|
2412
2412
|
security?: string | undefined;
|
|
2413
2413
|
unselectable?: "off" | "on" | undefined;
|
|
2414
|
-
inputMode?: "none" | "
|
|
2414
|
+
inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
2415
2415
|
is?: string | undefined;
|
|
2416
2416
|
exportparts?: string | undefined;
|
|
2417
2417
|
part?: string | undefined;
|
|
@@ -2427,7 +2427,7 @@ export declare const ExpandableInner: import("@emotion/styled").StyledComponent<
|
|
|
2427
2427
|
"aria-colindextext"?: string | undefined;
|
|
2428
2428
|
"aria-colspan"?: number | undefined;
|
|
2429
2429
|
"aria-controls"?: string | undefined;
|
|
2430
|
-
"aria-current"?: boolean | "
|
|
2430
|
+
"aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
|
|
2431
2431
|
"aria-describedby"?: string | undefined;
|
|
2432
2432
|
"aria-description"?: string | undefined;
|
|
2433
2433
|
"aria-details"?: string | undefined;
|
|
@@ -2437,7 +2437,7 @@ export declare const ExpandableInner: import("@emotion/styled").StyledComponent<
|
|
|
2437
2437
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2438
2438
|
"aria-flowto"?: string | undefined;
|
|
2439
2439
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2440
|
-
"aria-haspopup"?: boolean | "
|
|
2440
|
+
"aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
|
|
2441
2441
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2442
2442
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2443
2443
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2628,11 +2628,10 @@ export declare const ExpandableInner: import("@emotion/styled").StyledComponent<
|
|
|
2628
2628
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
2629
2629
|
export declare const LeftPeekChip: import("@emotion/styled").StyledComponent<{
|
|
2630
2630
|
hidden?: boolean | undefined;
|
|
2631
|
-
id?: string | undefined;
|
|
2632
|
-
slot?: string | undefined;
|
|
2633
|
-
title?: string | undefined;
|
|
2634
2631
|
color?: string | undefined;
|
|
2635
|
-
|
|
2632
|
+
content?: string | undefined;
|
|
2633
|
+
translate?: "yes" | "no" | undefined;
|
|
2634
|
+
id?: string | undefined;
|
|
2636
2635
|
defaultChecked?: boolean | undefined;
|
|
2637
2636
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2638
2637
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2640,20 +2639,21 @@ export declare const LeftPeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
2640
2639
|
accessKey?: string | undefined;
|
|
2641
2640
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
2642
2641
|
autoFocus?: boolean | undefined;
|
|
2642
|
+
className?: string | undefined;
|
|
2643
2643
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2644
2644
|
contextMenu?: string | undefined;
|
|
2645
2645
|
dir?: string | undefined;
|
|
2646
2646
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
2647
|
-
enterKeyHint?: "search" | "
|
|
2647
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
2648
2648
|
lang?: string | undefined;
|
|
2649
2649
|
nonce?: string | undefined;
|
|
2650
|
+
slot?: string | undefined;
|
|
2650
2651
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
2651
2652
|
tabIndex?: number | undefined;
|
|
2652
|
-
|
|
2653
|
+
title?: string | undefined;
|
|
2653
2654
|
radioGroup?: string | undefined;
|
|
2654
2655
|
role?: import("react").AriaRole | undefined;
|
|
2655
2656
|
about?: string | undefined;
|
|
2656
|
-
content?: string | undefined;
|
|
2657
2657
|
datatype?: string | undefined;
|
|
2658
2658
|
inlist?: any;
|
|
2659
2659
|
prefix?: string | undefined;
|
|
@@ -2673,7 +2673,7 @@ export declare const LeftPeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
2673
2673
|
results?: number | undefined;
|
|
2674
2674
|
security?: string | undefined;
|
|
2675
2675
|
unselectable?: "off" | "on" | undefined;
|
|
2676
|
-
inputMode?: "none" | "
|
|
2676
|
+
inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
2677
2677
|
is?: string | undefined;
|
|
2678
2678
|
exportparts?: string | undefined;
|
|
2679
2679
|
part?: string | undefined;
|
|
@@ -2689,7 +2689,7 @@ export declare const LeftPeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
2689
2689
|
"aria-colindextext"?: string | undefined;
|
|
2690
2690
|
"aria-colspan"?: number | undefined;
|
|
2691
2691
|
"aria-controls"?: string | undefined;
|
|
2692
|
-
"aria-current"?: boolean | "
|
|
2692
|
+
"aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
|
|
2693
2693
|
"aria-describedby"?: string | undefined;
|
|
2694
2694
|
"aria-description"?: string | undefined;
|
|
2695
2695
|
"aria-details"?: string | undefined;
|
|
@@ -2699,7 +2699,7 @@ export declare const LeftPeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
2699
2699
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2700
2700
|
"aria-flowto"?: string | undefined;
|
|
2701
2701
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2702
|
-
"aria-haspopup"?: boolean | "
|
|
2702
|
+
"aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
|
|
2703
2703
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2704
2704
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2705
2705
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2890,11 +2890,10 @@ export declare const LeftPeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
2890
2890
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
2891
2891
|
export declare const RightPeekChip: import("@emotion/styled").StyledComponent<{
|
|
2892
2892
|
hidden?: boolean | undefined;
|
|
2893
|
-
id?: string | undefined;
|
|
2894
|
-
slot?: string | undefined;
|
|
2895
|
-
title?: string | undefined;
|
|
2896
2893
|
color?: string | undefined;
|
|
2897
|
-
|
|
2894
|
+
content?: string | undefined;
|
|
2895
|
+
translate?: "yes" | "no" | undefined;
|
|
2896
|
+
id?: string | undefined;
|
|
2898
2897
|
defaultChecked?: boolean | undefined;
|
|
2899
2898
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2900
2899
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2902,20 +2901,21 @@ export declare const RightPeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
2902
2901
|
accessKey?: string | undefined;
|
|
2903
2902
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
2904
2903
|
autoFocus?: boolean | undefined;
|
|
2904
|
+
className?: string | undefined;
|
|
2905
2905
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2906
2906
|
contextMenu?: string | undefined;
|
|
2907
2907
|
dir?: string | undefined;
|
|
2908
2908
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
2909
|
-
enterKeyHint?: "search" | "
|
|
2909
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
2910
2910
|
lang?: string | undefined;
|
|
2911
2911
|
nonce?: string | undefined;
|
|
2912
|
+
slot?: string | undefined;
|
|
2912
2913
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
2913
2914
|
tabIndex?: number | undefined;
|
|
2914
|
-
|
|
2915
|
+
title?: string | undefined;
|
|
2915
2916
|
radioGroup?: string | undefined;
|
|
2916
2917
|
role?: import("react").AriaRole | undefined;
|
|
2917
2918
|
about?: string | undefined;
|
|
2918
|
-
content?: string | undefined;
|
|
2919
2919
|
datatype?: string | undefined;
|
|
2920
2920
|
inlist?: any;
|
|
2921
2921
|
prefix?: string | undefined;
|
|
@@ -2935,7 +2935,7 @@ export declare const RightPeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
2935
2935
|
results?: number | undefined;
|
|
2936
2936
|
security?: string | undefined;
|
|
2937
2937
|
unselectable?: "off" | "on" | undefined;
|
|
2938
|
-
inputMode?: "none" | "
|
|
2938
|
+
inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
2939
2939
|
is?: string | undefined;
|
|
2940
2940
|
exportparts?: string | undefined;
|
|
2941
2941
|
part?: string | undefined;
|
|
@@ -2951,7 +2951,7 @@ export declare const RightPeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
2951
2951
|
"aria-colindextext"?: string | undefined;
|
|
2952
2952
|
"aria-colspan"?: number | undefined;
|
|
2953
2953
|
"aria-controls"?: string | undefined;
|
|
2954
|
-
"aria-current"?: boolean | "
|
|
2954
|
+
"aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
|
|
2955
2955
|
"aria-describedby"?: string | undefined;
|
|
2956
2956
|
"aria-description"?: string | undefined;
|
|
2957
2957
|
"aria-details"?: string | undefined;
|
|
@@ -2961,7 +2961,7 @@ export declare const RightPeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
2961
2961
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2962
2962
|
"aria-flowto"?: string | undefined;
|
|
2963
2963
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2964
|
-
"aria-haspopup"?: boolean | "
|
|
2964
|
+
"aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
|
|
2965
2965
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2966
2966
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2967
2967
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -3152,11 +3152,10 @@ export declare const RightPeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
3152
3152
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
3153
3153
|
export declare const ExpandChip: import("@emotion/styled").StyledComponent<{
|
|
3154
3154
|
hidden?: boolean | undefined;
|
|
3155
|
-
id?: string | undefined;
|
|
3156
|
-
slot?: string | undefined;
|
|
3157
|
-
title?: string | undefined;
|
|
3158
3155
|
color?: string | undefined;
|
|
3159
|
-
|
|
3156
|
+
content?: string | undefined;
|
|
3157
|
+
translate?: "yes" | "no" | undefined;
|
|
3158
|
+
id?: string | undefined;
|
|
3160
3159
|
defaultChecked?: boolean | undefined;
|
|
3161
3160
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
3162
3161
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -3164,20 +3163,21 @@ export declare const ExpandChip: import("@emotion/styled").StyledComponent<{
|
|
|
3164
3163
|
accessKey?: string | undefined;
|
|
3165
3164
|
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
3166
3165
|
autoFocus?: boolean | undefined;
|
|
3166
|
+
className?: string | undefined;
|
|
3167
3167
|
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
3168
3168
|
contextMenu?: string | undefined;
|
|
3169
3169
|
dir?: string | undefined;
|
|
3170
3170
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
3171
|
-
enterKeyHint?: "search" | "
|
|
3171
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
3172
3172
|
lang?: string | undefined;
|
|
3173
3173
|
nonce?: string | undefined;
|
|
3174
|
+
slot?: string | undefined;
|
|
3174
3175
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
3175
3176
|
tabIndex?: number | undefined;
|
|
3176
|
-
|
|
3177
|
+
title?: string | undefined;
|
|
3177
3178
|
radioGroup?: string | undefined;
|
|
3178
3179
|
role?: import("react").AriaRole | undefined;
|
|
3179
3180
|
about?: string | undefined;
|
|
3180
|
-
content?: string | undefined;
|
|
3181
3181
|
datatype?: string | undefined;
|
|
3182
3182
|
inlist?: any;
|
|
3183
3183
|
prefix?: string | undefined;
|
|
@@ -3197,7 +3197,7 @@ export declare const ExpandChip: import("@emotion/styled").StyledComponent<{
|
|
|
3197
3197
|
results?: number | undefined;
|
|
3198
3198
|
security?: string | undefined;
|
|
3199
3199
|
unselectable?: "off" | "on" | undefined;
|
|
3200
|
-
inputMode?: "none" | "
|
|
3200
|
+
inputMode?: "none" | "text" | "email" | "search" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
3201
3201
|
is?: string | undefined;
|
|
3202
3202
|
exportparts?: string | undefined;
|
|
3203
3203
|
part?: string | undefined;
|
|
@@ -3213,7 +3213,7 @@ export declare const ExpandChip: import("@emotion/styled").StyledComponent<{
|
|
|
3213
3213
|
"aria-colindextext"?: string | undefined;
|
|
3214
3214
|
"aria-colspan"?: number | undefined;
|
|
3215
3215
|
"aria-controls"?: string | undefined;
|
|
3216
|
-
"aria-current"?: boolean | "
|
|
3216
|
+
"aria-current"?: boolean | "page" | "date" | "false" | "true" | "time" | "step" | "location" | undefined;
|
|
3217
3217
|
"aria-describedby"?: string | undefined;
|
|
3218
3218
|
"aria-description"?: string | undefined;
|
|
3219
3219
|
"aria-details"?: string | undefined;
|
|
@@ -3223,7 +3223,7 @@ export declare const ExpandChip: import("@emotion/styled").StyledComponent<{
|
|
|
3223
3223
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
3224
3224
|
"aria-flowto"?: string | undefined;
|
|
3225
3225
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
3226
|
-
"aria-haspopup"?: boolean | "
|
|
3226
|
+
"aria-haspopup"?: boolean | "grid" | "false" | "true" | "dialog" | "listbox" | "menu" | "tree" | undefined;
|
|
3227
3227
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
3228
3228
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
3229
3229
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -3412,4 +3412,6 @@ export declare const ExpandChip: import("@emotion/styled").StyledComponent<{
|
|
|
3412
3412
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
3413
3413
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
3414
3414
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
3415
|
-
export declare const
|
|
3415
|
+
export declare const ChipsContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3416
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
3417
|
+
}, keyof import("@mui/system").BoxOwnProps<Theme>> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|