mimir-ui-kit 1.33.2 → 1.34.1-t
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Input-BvgVl6YE.cjs +1 -0
- package/dist/ProgressBar-BXdFkqKe.cjs +1 -0
- package/dist/assets/Accordion.css +1 -1
- package/dist/assets/AccordionItem.css +1 -1
- package/dist/assets/Button.css +1 -1
- package/dist/assets/CheckboxMimir.css +1 -1
- package/dist/assets/Chip.css +1 -1
- package/dist/assets/Drawer.css +1 -1
- package/dist/assets/GosZnak.css +1 -1
- package/dist/assets/Input.css +1 -1
- package/dist/assets/InputPassword.css +1 -1
- package/dist/assets/InputRangeSlider.css +1 -1
- package/dist/assets/Link.css +1 -1
- package/dist/assets/ListFiles.css +1 -1
- package/dist/assets/ListPhotos.css +1 -1
- package/dist/assets/MergedButton.css +1 -1
- package/dist/assets/NotificationBadge.css +1 -1
- package/dist/assets/OtpInput.css +1 -1
- package/dist/assets/Pagination.css +1 -1
- package/dist/assets/ProgressBar.css +1 -1
- package/dist/assets/RadioGroup.css +1 -1
- package/dist/assets/SelectSearch.css +1 -1
- package/dist/assets/SkeletonText.css +1 -1
- package/dist/assets/Slider.css +1 -1
- package/dist/assets/Switcher.css +1 -1
- package/dist/assets/TabTrail.css +1 -1
- package/dist/assets/Tag.css +1 -1
- package/dist/assets/TextArea.css +1 -1
- package/dist/assets/Timer.css +1 -1
- package/dist/assets/TwinSwitcher.css +1 -1
- package/dist/assets/Uploader.css +1 -1
- package/dist/assets/UploaderPhotos.css +1 -1
- package/dist/assets/Vote.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/bugs-DZGwFW78.cjs +1 -0
- package/dist/components/Accordion/Accordion.js +1 -284
- package/dist/components/Accordion/AccordionItem/AccordionItem.js +1 -16
- package/dist/components/Accordion/AccordionItem/index.js +1 -4
- package/dist/components/Accordion/constants.js +1 -38
- package/dist/components/Accordion/index.js +1 -8
- package/dist/components/AnchorLink/Link.js +1 -63
- package/dist/components/AnchorLink/constants.js +1 -16
- package/dist/components/AnchorLink/index.js +1 -7
- package/dist/components/Avatar/Avatar.js +1 -62
- package/dist/components/Avatar/constants.js +1 -9
- package/dist/components/Avatar/index.js +1 -6
- package/dist/components/Button/Button.js +1 -107
- package/dist/components/Button/constants.js +1 -54
- package/dist/components/Button/index.js +1 -11
- package/dist/components/CheckboxMimir/CheckboxMimir.js +1 -71
- package/dist/components/CheckboxMimir/index.js +1 -4
- package/dist/components/Chip/Chip.js +1 -56
- package/dist/components/Chip/constants.js +1 -19
- package/dist/components/Chip/index.js +1 -7
- package/dist/components/DatePicker/DatePicker.js +1 -195
- package/dist/components/DatePicker/DatePickerModal.js +1 -203
- package/dist/components/DatePicker/MonthPickerModal.js +1 -131
- package/dist/components/DatePicker/YearPickerModal.js +1 -120
- package/dist/components/DatePicker/constants.js +1 -33
- package/dist/components/DatePicker/index.js +1 -4
- package/dist/components/DatePicker/utils.js +1 -16
- package/dist/components/Drawer/Drawer.js +1 -188
- package/dist/components/Drawer/constants.js +1 -10
- package/dist/components/Drawer/index.js +1 -6
- package/dist/components/GosZnak/GosZnak.js +1 -76
- package/dist/components/GosZnak/constants.js +1 -17
- package/dist/components/GosZnak/index.js +1 -7
- package/dist/components/Image/Image.js +1 -76
- package/dist/components/Image/index.js +1 -4
- package/dist/components/Input/Input.d.ts +5 -1
- package/dist/components/Input/Input.js +1 -11
- package/dist/components/Input/constants.d.ts +5 -3
- package/dist/components/Input/constants.js +1 -18
- package/dist/components/Input/index.d.ts +2 -2
- package/dist/components/Input/index.js +1 -7
- package/dist/components/Input/types.d.ts +2 -6
- package/dist/components/InputPassword/InputPassword.js +1 -63
- package/dist/components/InputPassword/index.js +1 -4
- package/dist/components/InputPhoneNumber/InputPhoneNumber.js +1 -38
- package/dist/components/InputPhoneNumber/index.js +1 -7
- package/dist/components/InputPhoneNumber/utils.js +1 -26
- package/dist/components/InputRangeSlider/InputRangeSlider.js +1 -219
- package/dist/components/InputRangeSlider/constants.js +1 -18
- package/dist/components/InputRangeSlider/index.js +1 -7
- package/dist/components/ListFiles/ListFiles.js +1 -47
- package/dist/components/ListFiles/constants.js +1 -33
- package/dist/components/ListFiles/index.js +1 -4
- package/dist/components/ListPhotos/ListPhotos.js +1 -37
- package/dist/components/ListPhotos/constants.js +1 -21
- package/dist/components/ListPhotos/index.js +1 -4
- package/dist/components/Loader/Loader.js +1 -18
- package/dist/components/Loader/index.js +1 -4
- package/dist/components/MergedButton/MergedButton.js +1 -53
- package/dist/components/MergedButton/constants.js +1 -9
- package/dist/components/MergedButton/index.js +1 -6
- package/dist/components/NotificationBadge/NotificationBadge.js +1 -38
- package/dist/components/NotificationBadge/constants.js +1 -8
- package/dist/components/NotificationBadge/index.js +1 -6
- package/dist/components/OtpInput/OtpInput.js +1 -70
- package/dist/components/OtpInput/constants.js +1 -8
- package/dist/components/OtpInput/hooks.js +1 -139
- package/dist/components/OtpInput/index.js +1 -4
- package/dist/components/Pagination/Pagination.d.ts +1 -3
- package/dist/components/Pagination/Pagination.js +1 -220
- package/dist/components/Pagination/constants.js +1 -6
- package/dist/components/Pagination/index.js +1 -4
- package/dist/components/Portal/Portal.js +1 -10
- package/dist/components/Portal/index.js +1 -4
- package/dist/components/RadioGroup/RadioGroup.js +1 -191
- package/dist/components/RadioGroup/index.js +1 -4
- package/dist/components/SelectSearch/SelectSearch.js +2 -3972
- package/dist/components/SelectSearch/constants.js +1 -8
- package/dist/components/SelectSearch/index.js +1 -6
- package/dist/components/Skeleton/SkeletonBrick/SkeletonBrick.js +1 -34
- package/dist/components/Skeleton/SkeletonCircle/SkeletonCircle.js +1 -31
- package/dist/components/Skeleton/SkeletonText/SkeletonText.js +1 -49
- package/dist/components/Skeleton/constants.js +1 -9
- package/dist/components/Skeleton/index.js +1 -10
- package/dist/components/Slider/Slider.d.ts +1 -4
- package/dist/components/Slider/Slider.js +1 -421
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/index.js +1 -4
- package/dist/components/Steps/Steps.js +1 -168
- package/dist/components/Steps/constants.js +1 -93
- package/dist/components/Steps/index.js +1 -7
- package/dist/components/Switcher/Switcher.js +1 -118
- package/dist/components/Switcher/constants.js +1 -8
- package/dist/components/Switcher/index.js +1 -6
- package/dist/components/TabTrail/TabButtons/TabButtons.js +1 -29
- package/dist/components/TabTrail/TabButtons/constants.js +1 -14
- package/dist/components/TabTrail/TabButtons/index.js +1 -4
- package/dist/components/TabTrail/TabTrail.js +1 -299
- package/dist/components/TabTrail/constants.js +1 -8
- package/dist/components/TabTrail/index.js +1 -6
- package/dist/components/Tag/Tag.js +1 -54
- package/dist/components/Tag/constants.js +1 -15
- package/dist/components/Tag/index.js +1 -7
- package/dist/components/TextArea/TextArea.js +1 -229
- package/dist/components/TextArea/hooks.js +1 -17
- package/dist/components/TextArea/index.js +1 -4
- package/dist/components/Timer/Timer.js +1 -27
- package/dist/components/Timer/index.js +1 -4
- package/dist/components/Toasts/ProgressBar.js +1 -8
- package/dist/components/Toasts/Toast.js +1 -73
- package/dist/components/Toasts/ToastList.js +1 -50
- package/dist/components/Toasts/ToastsProvider.js +1 -46
- package/dist/components/Toasts/constants.js +1 -49
- package/dist/components/Toasts/hooks.js +1 -16
- package/dist/components/Toasts/index.js +1 -9
- package/dist/components/Toasts/store.js +1 -50
- package/dist/components/TwinSwitcher/TwinSwitcher.js +1 -65
- package/dist/components/TwinSwitcher/index.js +1 -4
- package/dist/components/UniversalUploader/UniversalUploader.js +1 -106
- package/dist/components/UniversalUploader/constants.js +1 -18
- package/dist/components/UniversalUploader/index.js +1 -6
- package/dist/components/Uploader/Uploader.js +1 -124
- package/dist/components/Uploader/constants.js +1 -40
- package/dist/components/Uploader/index.js +1 -6
- package/dist/components/UploaderFiles/UploaderFiles.js +1 -68
- package/dist/components/UploaderFiles/index.js +1 -4
- package/dist/components/UploaderPhotos/UploaderPhotos.js +1 -71
- package/dist/components/UploaderPhotos/index.js +1 -4
- package/dist/components/Vote/Vote.js +1 -119
- package/dist/components/Vote/constants.js +1 -15
- package/dist/components/Vote/index.js +1 -6
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +1 -136
- package/dist/field-CKsOVzLu.cjs +1 -0
- package/dist/focus-management-Csjh_HIo.cjs +1 -0
- package/dist/hidden-D9zgqFYI.cjs +1 -0
- package/dist/hooks/index.js +1 -19
- package/dist/hooks/useClickOutside/index.js +1 -4
- package/dist/hooks/useClickOutside/useClickOutside.js +1 -25
- package/dist/hooks/useCopyToClipboard/index.js +1 -4
- package/dist/hooks/useCopyToClipboard/useCopyToClipboard.js +1 -23
- package/dist/hooks/useInterval/index.js +1 -4
- package/dist/hooks/useInterval/useInterval.js +1 -17
- package/dist/hooks/useLockBodyScroll/index.js +1 -4
- package/dist/hooks/useLockBodyScroll/useLockBodyScroll.js +1 -20
- package/dist/hooks/useMediaQuery/constants.js +1 -26
- package/dist/hooks/useMediaQuery/index.js +1 -7
- package/dist/hooks/useMediaQuery/useMediaQuery.js +1 -19
- package/dist/hooks/useMergeRefs/index.js +1 -4
- package/dist/hooks/useMergeRefs/useMergeRefs.js +1 -28
- package/dist/hooks/useResizeObserver/getElement.js +1 -18
- package/dist/hooks/useResizeObserver/index.js +1 -4
- package/dist/hooks/useResizeObserver/useResizeObserver.js +1 -49
- package/dist/hooks/useTimer/index.js +1 -90
- package/dist/hooks/useTimer/useTimer.js +1 -87
- package/dist/hooks/useTimer/utils.js +1 -88
- package/dist/hooks/useWindowSize/index.js +1 -26
- package/dist/icons/Icon.js +1 -13
- package/dist/icons/components/12px/Close12px.js +1 -18
- package/dist/icons/components/12px/MessageRead12px.js +1 -37
- package/dist/icons/components/16px/Accept16px.js +1 -27
- package/dist/icons/components/16px/Acts16px.js +1 -40
- package/dist/icons/components/16px/Acts16pxF.js +1 -35
- package/dist/icons/components/16px/AdditionalServicess16px.js +1 -33
- package/dist/icons/components/16px/AdditionalServicess16pxF.js +1 -22
- package/dist/icons/components/16px/Agents16px.js +1 -24
- package/dist/icons/components/16px/Agents16pxF.js +1 -22
- package/dist/icons/components/16px/Alarm16px.js +1 -25
- package/dist/icons/components/16px/ArrowDown16px.js +1 -24
- package/dist/icons/components/16px/ArrowLeft16px.js +1 -24
- package/dist/icons/components/16px/ArrowRight16px.js +1 -24
- package/dist/icons/components/16px/ArrowUp16px.js +1 -24
- package/dist/icons/components/16px/ArrowUpright16px.js +1 -24
- package/dist/icons/components/16px/AttachFile16px.js +1 -24
- package/dist/icons/components/16px/Bell16px.js +1 -44
- package/dist/icons/components/16px/Bell16pxF.js +1 -34
- package/dist/icons/components/16px/Calculator16px.js +1 -24
- package/dist/icons/components/16px/CalculatorLkk16px.js +1 -35
- package/dist/icons/components/16px/CalculatorLkk16pxF.js +1 -24
- package/dist/icons/components/16px/Calendar16px.js +1 -24
- package/dist/icons/components/16px/Camera16px.js +1 -36
- package/dist/icons/components/16px/Car16px.js +1 -35
- package/dist/icons/components/16px/Car16pxF.js +1 -24
- package/dist/icons/components/16px/Catalog16px.js +1 -24
- package/dist/icons/components/16px/Certs16px.js +1 -33
- package/dist/icons/components/16px/Certs16pxF.js +1 -33
- package/dist/icons/components/16px/Change16px.js +1 -22
- package/dist/icons/components/16px/Chat16px.js +1 -33
- package/dist/icons/components/16px/Chat16pxF.js +1 -24
- package/dist/icons/components/16px/Chatbot16px.js +1 -264
- package/dist/icons/components/16px/Close16px.js +1 -24
- package/dist/icons/components/16px/CloseFloatMenuArrow16px.js +1 -22
- package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.js +1 -22
- package/dist/icons/components/16px/Coin16px.js +1 -35
- package/dist/icons/components/16px/Coin16pxF.js +1 -42
- package/dist/icons/components/16px/Contracts16px.js +1 -35
- package/dist/icons/components/16px/Contracts16pxF.js +1 -33
- package/dist/icons/components/16px/CopyClipboard16px.js +1 -27
- package/dist/icons/components/16px/Done16px.js +1 -24
- package/dist/icons/components/16px/Download16px.js +1 -31
- package/dist/icons/components/16px/DragHandle16px.js +1 -22
- package/dist/icons/components/16px/DragHandleHorizontal16px.js +1 -22
- package/dist/icons/components/16px/DragHandleVertical16px.js +1 -22
- package/dist/icons/components/16px/DropdownArrowBottom16px.js +1 -24
- package/dist/icons/components/16px/DropdownArrowLeft16px.js +1 -24
- package/dist/icons/components/16px/DropdownArrowRight16px.js +1 -24
- package/dist/icons/components/16px/DropdownArrowUp16px.js +1 -24
- package/dist/icons/components/16px/Dzen16px.js +1 -22
- package/dist/icons/components/16px/Euro16px.js +1 -25
- package/dist/icons/components/16px/Eye16px.js +1 -35
- package/dist/icons/components/16px/Failure16px.js +1 -27
- package/dist/icons/components/16px/Favorite16px.js +1 -24
- package/dist/icons/components/16px/Favorite16pxF.js +1 -22
- package/dist/icons/components/16px/Filter16px.js +1 -24
- package/dist/icons/components/16px/Flag16pxF.js +1 -16
- package/dist/icons/components/16px/Folder16px.js +1 -24
- package/dist/icons/components/16px/Fullscreen16px.js +1 -24
- package/dist/icons/components/16px/Galery16px.js +1 -27
- package/dist/icons/components/16px/Gear16px.js +1 -35
- package/dist/icons/components/16px/Gift16px.js +1 -33
- package/dist/icons/components/16px/Hint16px.js +1 -25
- package/dist/icons/components/16px/Home16px.js +1 -33
- package/dist/icons/components/16px/Home16pxF.js +1 -24
- package/dist/icons/components/16px/Hot16pxF.js +1 -22
- package/dist/icons/components/16px/Kebab16px.js +1 -16
- package/dist/icons/components/16px/List16px.js +1 -22
- package/dist/icons/components/16px/Location16px.js +1 -35
- package/dist/icons/components/16px/Map16px.js +1 -24
- package/dist/icons/components/16px/Menu16px.js +1 -22
- package/dist/icons/components/16px/MenuMobile16px.js +1 -24
- package/dist/icons/components/16px/Minus16px.js +1 -16
- package/dist/icons/components/16px/Navigation16px.js +1 -24
- package/dist/icons/components/16px/News16px.js +1 -33
- package/dist/icons/components/16px/News16pxF.js +1 -24
- package/dist/icons/components/16px/Number16px.js +1 -33
- package/dist/icons/components/16px/OpenFloatMenuArrow16px.js +1 -22
- package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.js +1 -22
- package/dist/icons/components/16px/Orders16px.js +1 -33
- package/dist/icons/components/16px/Orders16pxF.js +1 -27
- package/dist/icons/components/16px/Pause16px.js +1 -16
- package/dist/icons/components/16px/Pen16px.js +1 -35
- package/dist/icons/components/16px/Pen16pxF.js +1 -24
- package/dist/icons/components/16px/Phone16px.js +1 -24
- package/dist/icons/components/16px/Play16pxF.js +1 -22
- package/dist/icons/components/16px/Plus16px.js +1 -24
- package/dist/icons/components/16px/Pound16px.js +1 -25
- package/dist/icons/components/16px/PriceDown16px.js +1 -35
- package/dist/icons/components/16px/PriceUp16px.js +1 -35
- package/dist/icons/components/16px/Question16px.js +1 -24
- package/dist/icons/components/16px/Question16pxF.js +1 -24
- package/dist/icons/components/16px/Rutube16px.js +1 -22
- package/dist/icons/components/16px/Scan16px.js +1 -22
- package/dist/icons/components/16px/Search16px.js +1 -24
- package/dist/icons/components/16px/Share16pxF.js +1 -22
- package/dist/icons/components/16px/ShopingCard16px.js +1 -24
- package/dist/icons/components/16px/Sort16px.js +1 -24
- package/dist/icons/components/16px/Star16px.js +1 -24
- package/dist/icons/components/16px/Star16pxF.js +1 -22
- package/dist/icons/components/16px/StarHalf16pxF.js +1 -24
- package/dist/icons/components/16px/Telegram16pxF.js +1 -22
- package/dist/icons/components/16px/TelegramPlane16pxF.js +1 -22
- package/dist/icons/components/16px/Timer16px.js +1 -40
- package/dist/icons/components/16px/Trash16px.js +1 -24
- package/dist/icons/components/16px/TwinArrowLeft16px.js +1 -22
- package/dist/icons/components/16px/TwinArrowRight16px.js +1 -22
- package/dist/icons/components/16px/USDollar16px.js +1 -25
- package/dist/icons/components/16px/Umbrella16px.js +1 -24
- package/dist/icons/components/16px/Umbrella16pxF.js +1 -22
- package/dist/icons/components/16px/UnionIcon16px.js +1 -24
- package/dist/icons/components/16px/User16px.js +1 -33
- package/dist/icons/components/16px/User16pxF.js +1 -22
- package/dist/icons/components/16px/Users16px.js +1 -33
- package/dist/icons/components/16px/Users16pxF.js +1 -22
- package/dist/icons/components/16px/VK16pxF.js +1 -24
- package/dist/icons/components/16px/Waiting16px.js +1 -24
- package/dist/icons/components/16px/Whatsapp16px.js +1 -33
- package/dist/icons/components/16px/WriteUs16px.js +1 -27
- package/dist/icons/components/16px/Youtube16pxF.js +1 -22
- package/dist/icons/components/16px/Yuan16px.js +1 -25
- package/dist/icons/components/24px/Accept24px.js +1 -29
- package/dist/icons/components/24px/Acts24px.js +1 -41
- package/dist/icons/components/24px/Acts24pxF.js +1 -34
- package/dist/icons/components/24px/AdditionalServicess24px.js +1 -34
- package/dist/icons/components/24px/AdditionalServicess24pxF.js +1 -23
- package/dist/icons/components/24px/Agents24px.js +1 -25
- package/dist/icons/components/24px/Agents24pxF.js +1 -32
- package/dist/icons/components/24px/Alarm24px.js +1 -26
- package/dist/icons/components/24px/ArrowDown24px.js +1 -25
- package/dist/icons/components/24px/ArrowLeft24px.js +1 -25
- package/dist/icons/components/24px/ArrowRight24px.js +1 -25
- package/dist/icons/components/24px/ArrowUp24px.js +1 -25
- package/dist/icons/components/24px/ArrowUpright24px.js +1 -25
- package/dist/icons/components/24px/AttachFile24px.js +1 -25
- package/dist/icons/components/24px/Bell24px.js +1 -45
- package/dist/icons/components/24px/Bell24pxF.js +1 -28
- package/dist/icons/components/24px/Calculator24px.js +1 -25
- package/dist/icons/components/24px/CalculatorLkk24px.js +1 -34
- package/dist/icons/components/24px/CalculatorLkk24pxF.js +1 -25
- package/dist/icons/components/24px/Calendar24px.js +1 -25
- package/dist/icons/components/24px/Camera24px.js +1 -25
- package/dist/icons/components/24px/Car24px.js +1 -36
- package/dist/icons/components/24px/Car24pxF.js +1 -34
- package/dist/icons/components/24px/Catalog24px.js +1 -25
- package/dist/icons/components/24px/Certs24px.js +1 -34
- package/dist/icons/components/24px/Certs24pxF.js +1 -34
- package/dist/icons/components/24px/Change24px.js +1 -25
- package/dist/icons/components/24px/Chat24px.js +1 -30
- package/dist/icons/components/24px/Chat24pxF.js +1 -25
- package/dist/icons/components/24px/Chatbot24px.js +1 -265
- package/dist/icons/components/24px/Close24px.js +1 -25
- package/dist/icons/components/24px/CloseFloatMenuArrow24px.js +1 -25
- package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.js +1 -23
- package/dist/icons/components/24px/Coin24px.js +1 -26
- package/dist/icons/components/24px/Coin24pxF.js +1 -43
- package/dist/icons/components/24px/Contracts24px.js +1 -36
- package/dist/icons/components/24px/Contracts24pxF.js +1 -34
- package/dist/icons/components/24px/CopyClipboard24px.js +1 -28
- package/dist/icons/components/24px/Done24px.js +1 -25
- package/dist/icons/components/24px/Download24px.js +1 -32
- package/dist/icons/components/24px/DragHandle24px.js +1 -23
- package/dist/icons/components/24px/DragHandleHorizontal24px.js +1 -23
- package/dist/icons/components/24px/DragHandleVertical24px.js +1 -23
- package/dist/icons/components/24px/DropdownArrowDown24px.js +1 -25
- package/dist/icons/components/24px/DropdownArrowLeft24px.js +1 -25
- package/dist/icons/components/24px/DropdownArrowRight24px.js +1 -25
- package/dist/icons/components/24px/DropdownArrowUp24px.js +1 -25
- package/dist/icons/components/24px/Dzen24px.js +1 -23
- package/dist/icons/components/24px/Euro24px.js +1 -26
- package/dist/icons/components/24px/Eye24px.js +1 -36
- package/dist/icons/components/24px/Failure24px.js +1 -28
- package/dist/icons/components/24px/Favorite24px.js +1 -25
- package/dist/icons/components/24px/Favorite24pxF.js +1 -23
- package/dist/icons/components/24px/Filter24px.js +1 -23
- package/dist/icons/components/24px/Flag24pxF.js +1 -17
- package/dist/icons/components/24px/Folder24px.js +1 -25
- package/dist/icons/components/24px/Fullscreen24px.js +1 -25
- package/dist/icons/components/24px/Galery24px.js +1 -28
- package/dist/icons/components/24px/Gear24px.js +1 -36
- package/dist/icons/components/24px/Gift24px.js +1 -25
- package/dist/icons/components/24px/Hint24px.js +1 -28
- package/dist/icons/components/24px/Home24px.js +1 -36
- package/dist/icons/components/24px/Home24pxF.js +1 -25
- package/dist/icons/components/24px/Hot24pxF.js +1 -23
- package/dist/icons/components/24px/Improvements24px.js +1 -43
- package/dist/icons/components/24px/Improvements24pxF.js +1 -37
- package/dist/icons/components/24px/Kebab24px.js +1 -23
- package/dist/icons/components/24px/List24px.js +1 -23
- package/dist/icons/components/24px/Location24px.js +1 -36
- package/dist/icons/components/24px/Map24px.js +1 -25
- package/dist/icons/components/24px/Menu24px.js +1 -23
- package/dist/icons/components/24px/MenuMobile24px.js +1 -25
- package/dist/icons/components/24px/Minus24px.js +1 -25
- package/dist/icons/components/24px/Navigation24px.js +1 -25
- package/dist/icons/components/24px/News24px.js +1 -34
- package/dist/icons/components/24px/News24pxF.js +1 -25
- package/dist/icons/components/24px/Number24px.js +1 -34
- package/dist/icons/components/24px/OpenFloatMenuArrow24px.js +1 -23
- package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.js +1 -25
- package/dist/icons/components/24px/Orders24px.js +1 -34
- package/dist/icons/components/24px/Orders24pxF.js +1 -28
- package/dist/icons/components/24px/Pause24px.js +1 -17
- package/dist/icons/components/24px/Pen24px.js +1 -36
- package/dist/icons/components/24px/Pen24pxF.js +1 -25
- package/dist/icons/components/24px/Phone24px.js +1 -25
- package/dist/icons/components/24px/Play24px.js +1 -23
- package/dist/icons/components/24px/Plus24px.js +1 -25
- package/dist/icons/components/24px/Pound24px.js +1 -26
- package/dist/icons/components/24px/PriceDown24px.js +1 -34
- package/dist/icons/components/24px/PriceUp24px.js +1 -34
- package/dist/icons/components/24px/Question24px.js +1 -34
- package/dist/icons/components/24px/Question24pxF.js +1 -25
- package/dist/icons/components/24px/Rutube24px.js +1 -23
- package/dist/icons/components/24px/Scan24px.js +1 -23
- package/dist/icons/components/24px/Search24px.js +1 -25
- package/dist/icons/components/24px/Share24pxF.js +1 -23
- package/dist/icons/components/24px/ShopingCard24px.js +1 -25
- package/dist/icons/components/24px/Sort24px.js +1 -23
- package/dist/icons/components/24px/Star24px.js +1 -25
- package/dist/icons/components/24px/Star24pxF.js +1 -23
- package/dist/icons/components/24px/StarHalf24pxF.js +1 -25
- package/dist/icons/components/24px/Telegram24pxF.js +1 -23
- package/dist/icons/components/24px/TelegramPlane24pxF.js +1 -23
- package/dist/icons/components/24px/Timer24px.js +1 -41
- package/dist/icons/components/24px/Trash24px.js +1 -45
- package/dist/icons/components/24px/TwinArrowLeft24px.js +1 -23
- package/dist/icons/components/24px/TwinArrowRight24px.js +1 -25
- package/dist/icons/components/24px/USDollar24px.js +1 -26
- package/dist/icons/components/24px/Umbrella24px.js +1 -25
- package/dist/icons/components/24px/Umbrella24pxF.js +1 -23
- package/dist/icons/components/24px/UnionIcon24px.js +1 -25
- package/dist/icons/components/24px/User24px.js +1 -34
- package/dist/icons/components/24px/User24pxF.js +1 -23
- package/dist/icons/components/24px/Users24px.js +1 -25
- package/dist/icons/components/24px/Users24pxF.js +1 -32
- package/dist/icons/components/24px/VK24pxF.js +1 -25
- package/dist/icons/components/24px/Waiting24px.js +1 -25
- package/dist/icons/components/24px/Whatsapp24px.js +1 -34
- package/dist/icons/components/24px/WriteUs24px.js +1 -28
- package/dist/icons/components/24px/Youtube24pxF.js +1 -23
- package/dist/icons/components/24px/Yuan24px.js +1 -26
- package/dist/icons/components/32px/Accept32px.js +1 -28
- package/dist/icons/components/32px/Acts32px.js +1 -41
- package/dist/icons/components/32px/AdditionalServicess32px.js +1 -25
- package/dist/icons/components/32px/AdditionalServicess32pxF.js +1 -23
- package/dist/icons/components/32px/Agents32px.js +1 -37
- package/dist/icons/components/32px/Alarm32px.js +1 -26
- package/dist/icons/components/32px/ArrowDown32px.js +1 -25
- package/dist/icons/components/32px/ArrowLeft32px.js +1 -25
- package/dist/icons/components/32px/ArrowRight32px.js +1 -25
- package/dist/icons/components/32px/ArrowUp32px.js +1 -25
- package/dist/icons/components/32px/ArrowUpright32px.js +1 -25
- package/dist/icons/components/32px/AttachFile32px.js +1 -25
- package/dist/icons/components/32px/Bell32px.js +1 -45
- package/dist/icons/components/32px/Bell32pxF.js +1 -28
- package/dist/icons/components/32px/Calculator32px.js +1 -25
- package/dist/icons/components/32px/CalculatorLkk32px.js +1 -34
- package/dist/icons/components/32px/CalculatorLkk32pxF.js +1 -25
- package/dist/icons/components/32px/Calendar32px.js +1 -25
- package/dist/icons/components/32px/Camera32px.js +1 -37
- package/dist/icons/components/32px/Car32px.js +1 -36
- package/dist/icons/components/32px/Car32pxF.js +1 -28
- package/dist/icons/components/32px/Catalog32px.js +1 -25
- package/dist/icons/components/32px/Certs32px.js +1 -34
- package/dist/icons/components/32px/Certs32pxF.js +1 -34
- package/dist/icons/components/32px/Change32px.js +1 -25
- package/dist/icons/components/32px/Chat32px.js +1 -34
- package/dist/icons/components/32px/Chat32pxF.js +1 -25
- package/dist/icons/components/32px/Chatbot32px.js +1 -265
- package/dist/icons/components/32px/Close32px.js +1 -25
- package/dist/icons/components/32px/CloseFloatMenuArrow32px.js +1 -23
- package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.js +1 -23
- package/dist/icons/components/32px/Coin32px.js +1 -36
- package/dist/icons/components/32px/Coin32pxF.js +1 -34
- package/dist/icons/components/32px/Contracts32px.js +1 -36
- package/dist/icons/components/32px/Contracts32pxF.js +1 -34
- package/dist/icons/components/32px/CopyClipboard32px.js +1 -34
- package/dist/icons/components/32px/Done32px.js +1 -25
- package/dist/icons/components/32px/Download32px.js +1 -32
- package/dist/icons/components/32px/DragHandle32px.js +1 -23
- package/dist/icons/components/32px/DragHandleHorizontal32px.js +1 -23
- package/dist/icons/components/32px/DragHandleVertical32px.js +1 -23
- package/dist/icons/components/32px/DropdownArrowDown32px.js +1 -25
- package/dist/icons/components/32px/DropdownArrowLeft32px.js +1 -25
- package/dist/icons/components/32px/DropdownArrowRight32px.js +1 -25
- package/dist/icons/components/32px/DropdownArrowUp32px.js +1 -17
- package/dist/icons/components/32px/Dzen32px.js +1 -23
- package/dist/icons/components/32px/Euro32px.js +1 -26
- package/dist/icons/components/32px/Eye32px.js +1 -36
- package/dist/icons/components/32px/Failure32px.js +1 -28
- package/dist/icons/components/32px/Favorite32px.js +1 -25
- package/dist/icons/components/32px/Favorite32pxF.js +1 -23
- package/dist/icons/components/32px/Filter32px.js +1 -23
- package/dist/icons/components/32px/Flag32pxF.js +1 -17
- package/dist/icons/components/32px/Folder32px.js +1 -25
- package/dist/icons/components/32px/Fullscreen32px.js +1 -25
- package/dist/icons/components/32px/Galery32px.js +1 -28
- package/dist/icons/components/32px/Gear32px.js +1 -36
- package/dist/icons/components/32px/Gift32px.js +1 -25
- package/dist/icons/components/32px/Hint32px.js +1 -28
- package/dist/icons/components/32px/Home32px.js +1 -28
- package/dist/icons/components/32px/Home32pxF.js +1 -25
- package/dist/icons/components/32px/Hot32pxF.js +1 -23
- package/dist/icons/components/32px/Kebab32px.js +1 -17
- package/dist/icons/components/32px/List32px.js +1 -23
- package/dist/icons/components/32px/Location32px.js +1 -36
- package/dist/icons/components/32px/Map32px.js +1 -25
- package/dist/icons/components/32px/Menu32px.js +1 -23
- package/dist/icons/components/32px/MenuMobile32px.js +1 -25
- package/dist/icons/components/32px/Minus32px.js +1 -25
- package/dist/icons/components/32px/Navigation32px.js +1 -25
- package/dist/icons/components/32px/News32px.js +1 -34
- package/dist/icons/components/32px/News32pxF.js +1 -25
- package/dist/icons/components/32px/Number32px.js +1 -34
- package/dist/icons/components/32px/OpenFloatMenuArrow32px.js +1 -23
- package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.js +1 -25
- package/dist/icons/components/32px/Orders32px.js +1 -43
- package/dist/icons/components/32px/Orders32pxF.js +1 -34
- package/dist/icons/components/32px/Pause32px.js +1 -17
- package/dist/icons/components/32px/Pen32px.js +1 -24
- package/dist/icons/components/32px/Pen32pxF.js +1 -25
- package/dist/icons/components/32px/PersonalManager32px.js +1 -112
- package/dist/icons/components/32px/Phone32px.js +1 -23
- package/dist/icons/components/32px/Play32px.js +1 -23
- package/dist/icons/components/32px/Plus32px.js +1 -25
- package/dist/icons/components/32px/Pound32px.js +1 -26
- package/dist/icons/components/32px/PriceDown32px.js +1 -45
- package/dist/icons/components/32px/PriceUp32px.js +1 -36
- package/dist/icons/components/32px/Question32px.js +1 -34
- package/dist/icons/components/32px/Question32pxF.js +1 -25
- package/dist/icons/components/32px/Rutube32px.js +1 -23
- package/dist/icons/components/32px/Scan32px.js +1 -23
- package/dist/icons/components/32px/Search32px.js +1 -25
- package/dist/icons/components/32px/Share32pxF.js +1 -23
- package/dist/icons/components/32px/ShopimgCard32px.js +1 -25
- package/dist/icons/components/32px/Sort32px.js +1 -23
- package/dist/icons/components/32px/Star32px.js +1 -25
- package/dist/icons/components/32px/Star32pxF.js +1 -23
- package/dist/icons/components/32px/StarHalf32pxF.js +1 -25
- package/dist/icons/components/32px/Telegram32pxF.js +1 -23
- package/dist/icons/components/32px/TelegramPlane32pxF.js +1 -23
- package/dist/icons/components/32px/Timer32px.js +1 -35
- package/dist/icons/components/32px/Trash32px.js +1 -45
- package/dist/icons/components/32px/TwinArrowLeft32px.js +1 -23
- package/dist/icons/components/32px/TwinArrowRight32px.js +1 -23
- package/dist/icons/components/32px/USDollar32px.js +1 -26
- package/dist/icons/components/32px/Umbrella32px.js +1 -25
- package/dist/icons/components/32px/Umbrella32pxF.js +1 -25
- package/dist/icons/components/32px/UnionIcon32px.js +1 -25
- package/dist/icons/components/32px/User32px.js +1 -34
- package/dist/icons/components/32px/User32pxF.js +1 -23
- package/dist/icons/components/32px/Users32px.js +1 -25
- package/dist/icons/components/32px/Users32pxF.js +1 -26
- package/dist/icons/components/32px/VK32pxF.js +1 -25
- package/dist/icons/components/32px/Waiting32px.js +1 -25
- package/dist/icons/components/32px/Whatsapp32px.js +1 -34
- package/dist/icons/components/32px/WriteUs32px.js +1 -28
- package/dist/icons/components/32px/Youtube32pxF.js +1 -23
- package/dist/icons/components/32px/Yuan32px.js +1 -26
- package/dist/icons/components/Mans.js +1 -21
- package/dist/icons/components/Step.js +1 -22
- package/dist/icons/components/StepXL.js +1 -32
- package/dist/icons/components/auto-logo/ACE.js +1 -23
- package/dist/icons/components/auto-logo/Alim.js +1 -25
- package/dist/icons/components/auto-logo/Amur.js +1 -25
- package/dist/icons/components/auto-logo/Ankai.js +1 -25
- package/dist/icons/components/auto-logo/ArrowLength.js +1 -23
- package/dist/icons/components/auto-logo/Audi.js +1 -22
- package/dist/icons/components/auto-logo/BMW.js +1 -43
- package/dist/icons/components/auto-logo/BRP.js +1 -34
- package/dist/icons/components/auto-logo/Bomag.js +1 -34
- package/dist/icons/components/auto-logo/Case.js +1 -25
- package/dist/icons/components/auto-logo/Caterpillar.js +1 -39
- package/dist/icons/components/auto-logo/ChMZAP.js +1 -48
- package/dist/icons/components/auto-logo/ChTZ.js +1 -34
- package/dist/icons/components/auto-logo/Changan.js +1 -23
- package/dist/icons/components/auto-logo/Cherry.js +1 -34
- package/dist/icons/components/auto-logo/Citroen.js +1 -25
- package/dist/icons/components/auto-logo/DaewooFull.js +1 -60
- package/dist/icons/components/auto-logo/DaewooSymbol.js +1 -53
- package/dist/icons/components/auto-logo/Daf.js +1 -25
- package/dist/icons/components/auto-logo/Dayun.js +1 -25
- package/dist/icons/components/auto-logo/DongFeng.js +1 -25
- package/dist/icons/components/auto-logo/Ducati.js +1 -34
- package/dist/icons/components/auto-logo/Exeed.js +1 -34
- package/dist/icons/components/auto-logo/Faw.js +1 -36
- package/dist/icons/components/auto-logo/Fenix.js +1 -116
- package/dist/icons/components/auto-logo/Fiat.js +1 -39
- package/dist/icons/components/auto-logo/Ford.js +1 -43
- package/dist/icons/components/auto-logo/Foton.js +1 -34
- package/dist/icons/components/auto-logo/Gac.js +1 -23
- package/dist/icons/components/auto-logo/Gaz.js +1 -61
- package/dist/icons/components/auto-logo/Geely.js +1 -27
- package/dist/icons/components/auto-logo/Genesis.js +1 -32
- package/dist/icons/components/auto-logo/Gitte.js +1 -25
- package/dist/icons/components/auto-logo/Grunwald.js +1 -25
- package/dist/icons/components/auto-logo/HartungFull.js +1 -34
- package/dist/icons/components/auto-logo/HartungSymbol.js +1 -34
- package/dist/icons/components/auto-logo/Haval.js +1 -25
- package/dist/icons/components/auto-logo/Higer.js +1 -25
- package/dist/icons/components/auto-logo/Hitachi.js +1 -23
- package/dist/icons/components/auto-logo/Honda.js +1 -39
- package/dist/icons/components/auto-logo/Hongqi.js +1 -32
- package/dist/icons/components/auto-logo/Hongyan.js +1 -25
- package/dist/icons/components/auto-logo/Howo.js +1 -48
- package/dist/icons/components/auto-logo/Hyundai.js +1 -25
- package/dist/icons/components/auto-logo/Infiniti.js +1 -23
- package/dist/icons/components/auto-logo/Isuzu.js +1 -25
- package/dist/icons/components/auto-logo/Iveco.js +1 -25
- package/dist/icons/components/auto-logo/JCB.js +1 -34
- package/dist/icons/components/auto-logo/Jac.js +1 -23
- package/dist/icons/components/auto-logo/Juterborg.js +1 -59
- package/dist/icons/components/auto-logo/KIA.js +1 -25
- package/dist/icons/components/auto-logo/Kaiyi.js +1 -25
- package/dist/icons/components/auto-logo/Kamaz.js +1 -37
- package/dist/icons/components/auto-logo/Kassbohrer.js +1 -25
- package/dist/icons/components/auto-logo/Komatsu.js +1 -23
- package/dist/icons/components/auto-logo/Ktm.js +1 -23
- package/dist/icons/components/auto-logo/LCCE.js +1 -39
- package/dist/icons/components/auto-logo/Lada.js +1 -25
- package/dist/icons/components/auto-logo/Lexus.js +1 -25
- package/dist/icons/components/auto-logo/LiuGong.js +1 -32
- package/dist/icons/components/auto-logo/Lonking.js +1 -32
- package/dist/icons/components/auto-logo/Lovol.js +1 -23
- package/dist/icons/components/auto-logo/MTZBelarus.js +1 -36
- package/dist/icons/components/auto-logo/Man.js +1 -23
- package/dist/icons/components/auto-logo/Maz.js +1 -34
- package/dist/icons/components/auto-logo/MercedesBenz.js +1 -25
- package/dist/icons/components/auto-logo/Meusburger.js +1 -25
- package/dist/icons/components/auto-logo/Mitsubishi.js +1 -23
- package/dist/icons/components/auto-logo/NefAZ.js +1 -32
- package/dist/icons/components/auto-logo/NursanTrailer.js +1 -23
- package/dist/icons/components/auto-logo/Omoda.js +1 -39
- package/dist/icons/components/auto-logo/PSATss.js +1 -39
- package/dist/icons/components/auto-logo/Paz.js +1 -25
- package/dist/icons/components/auto-logo/Peugeot.js +1 -23
- package/dist/icons/components/auto-logo/Raskat.js +1 -39
- package/dist/icons/components/auto-logo/Renault.js +1 -32
- package/dist/icons/components/auto-logo/RussianCarsEmblem.js +1 -34
- package/dist/icons/components/auto-logo/RussianCarsKremlin.js +1 -43
- package/dist/icons/components/auto-logo/Sany.js +1 -52
- package/dist/icons/components/auto-logo/Scania.js +1 -59
- package/dist/icons/components/auto-logo/Schmitz.js +1 -25
- package/dist/icons/components/auto-logo/Shacman.js +1 -32
- package/dist/icons/components/auto-logo/Shantui.js +1 -23
- package/dist/icons/components/auto-logo/Sinanli.js +1 -73
- package/dist/icons/components/auto-logo/Sitrak.js +1 -36
- package/dist/icons/components/auto-logo/SobolIztechmash.js +1 -62
- package/dist/icons/components/auto-logo/Sokol.js +1 -23
- package/dist/icons/components/auto-logo/Sollers.js +1 -25
- package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.js +1 -23
- package/dist/icons/components/auto-logo/Tonar.js +1 -25
- package/dist/icons/components/auto-logo/Toyota.js +1 -23
- package/dist/icons/components/auto-logo/Trekol.js +1 -36
- package/dist/icons/components/auto-logo/UAT.js +1 -23
- package/dist/icons/components/auto-logo/Uaz.js +1 -72
- package/dist/icons/components/auto-logo/Ural.js +1 -23
- package/dist/icons/components/auto-logo/VIS.js +1 -23
- package/dist/icons/components/auto-logo/VKR.js +1 -34
- package/dist/icons/components/auto-logo/Volkswagen.js +1 -25
- package/dist/icons/components/auto-logo/Volvo.js +1 -23
- package/dist/icons/components/auto-logo/Wielton.js +1 -23
- package/dist/icons/components/auto-logo/XCMG.js +1 -39
- package/dist/icons/components/auto-logo/Yutong.js +1 -74
- package/dist/icons/components/auto-logo/Zoomlion.js +1 -23
- package/dist/icons/components/car-icons/AllMetal.js +1 -34
- package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.js +1 -34
- package/dist/icons/components/car-icons/AsphaltPaver.js +1 -37
- package/dist/icons/components/car-icons/Autotower.js +1 -34
- package/dist/icons/components/car-icons/Awning.js +1 -35
- package/dist/icons/components/car-icons/BackhoeLoader.js +1 -41
- package/dist/icons/components/car-icons/Buggy.js +1 -34
- package/dist/icons/components/car-icons/Bulldozer.js +1 -36
- package/dist/icons/components/car-icons/Bus.js +1 -25
- package/dist/icons/components/car-icons/BusBus.js +1 -34
- package/dist/icons/components/car-icons/BusMinibus.js +1 -34
- package/dist/icons/components/car-icons/BusShiftBuses.js +1 -44
- package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.js +1 -41
- package/dist/icons/components/car-icons/CargoAutotower.js +1 -34
- package/dist/icons/components/car-icons/CargoAwning.js +1 -41
- package/dist/icons/components/car-icons/CargoConcreteMixerTruck.js +1 -41
- package/dist/icons/components/car-icons/CargoDrillingRig.js +1 -34
- package/dist/icons/components/car-icons/CargoDumpTruck.js +1 -41
- package/dist/icons/components/car-icons/CargoGarbageTruck.js +1 -41
- package/dist/icons/components/car-icons/CargoGrainCarrier.js +1 -41
- package/dist/icons/components/car-icons/CargoIsothermal.js +1 -41
- package/dist/icons/components/car-icons/CargoOnBoard.js +1 -41
- package/dist/icons/components/car-icons/CargoOnBoardWithCmu.js +1 -41
- package/dist/icons/components/car-icons/CargoPromotionalItem.js +1 -41
- package/dist/icons/components/car-icons/CargoSortingTruck.js +1 -41
- package/dist/icons/components/car-icons/CargoTankerTruck.js +1 -41
- package/dist/icons/components/car-icons/CargoTowTruck.js +1 -34
- package/dist/icons/components/car-icons/CargoTruckCrane.js +1 -43
- package/dist/icons/components/car-icons/CargoVacuumMachine.js +1 -34
- package/dist/icons/components/car-icons/Clearance.js +1 -25
- package/dist/icons/components/car-icons/CombineHarvester.js +1 -41
- package/dist/icons/components/car-icons/Compartment.js +1 -34
- package/dist/icons/components/car-icons/ConcreteMixerTruck.js +1 -41
- package/dist/icons/components/car-icons/ConcretePump.js +1 -42
- package/dist/icons/components/car-icons/Crossover.js +1 -34
- package/dist/icons/components/car-icons/DrillingRigg.js +1 -34
- package/dist/icons/components/car-icons/DumpTruck.js +1 -41
- package/dist/icons/components/car-icons/Excavator.js +1 -25
- package/dist/icons/components/car-icons/ForestPreparationEquipment.js +1 -41
- package/dist/icons/components/car-icons/ForkliftTruck.js +1 -34
- package/dist/icons/components/car-icons/FrontLoader.js +1 -41
- package/dist/icons/components/car-icons/Hatchback.js +1 -34
- package/dist/icons/components/car-icons/IceRink.js +1 -36
- package/dist/icons/components/car-icons/Isothermal.js +1 -41
- package/dist/icons/components/car-icons/Liftback.js +1 -25
- package/dist/icons/components/car-icons/MiniEscalator.js +1 -43
- package/dist/icons/components/car-icons/MiniLoader.js +1 -34
- package/dist/icons/components/car-icons/MiningDumpTruck.js +1 -41
- package/dist/icons/components/car-icons/Minitractor.js +1 -34
- package/dist/icons/components/car-icons/Minivan.js +1 -34
- package/dist/icons/components/car-icons/MotorGrader.js +1 -34
- package/dist/icons/components/car-icons/MotorVehiclesBike.js +1 -26
- package/dist/icons/components/car-icons/MotorVehiclesQuadBike.js +1 -32
- package/dist/icons/components/car-icons/OffRoadVehicle.js +1 -34
- package/dist/icons/components/car-icons/OnBoard.js +1 -41
- package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.js +1 -41
- package/dist/icons/components/car-icons/OnBoardWithCmu.js +1 -41
- package/dist/icons/components/car-icons/OtherAgriculturalMachinery.js +1 -50
- package/dist/icons/components/car-icons/OtherCareerTechniques.js +1 -41
- package/dist/icons/components/car-icons/Pickup.js +1 -25
- package/dist/icons/components/car-icons/PickupTruck.js +1 -34
- package/dist/icons/components/car-icons/PilingInstallation.js +1 -36
- package/dist/icons/components/car-icons/PromotionalItem.js +1 -41
- package/dist/icons/components/car-icons/PublicUtilityVehicle.js +1 -48
- package/dist/icons/components/car-icons/QuarryExcavator.js +1 -28
- package/dist/icons/components/car-icons/Scooter.js +1 -32
- package/dist/icons/components/car-icons/Sedan.js +1 -34
- package/dist/icons/components/car-icons/Snowmobile.js +1 -41
- package/dist/icons/components/car-icons/TankerTruck.js +1 -41
- package/dist/icons/components/car-icons/TelescopicLoader.js +1 -34
- package/dist/icons/components/car-icons/TheLift.js +1 -39
- package/dist/icons/components/car-icons/TowTruck.js +1 -34
- package/dist/icons/components/car-icons/Tractor.js +1 -34
- package/dist/icons/components/car-icons/TractorTruck.js +1 -41
- package/dist/icons/components/car-icons/Trailerr.js +1 -25
- package/dist/icons/components/car-icons/TrailersCarCarrier.js +1 -43
- package/dist/icons/components/car-icons/TrailersCattleTruck.js +1 -34
- package/dist/icons/components/car-icons/TrailersContainerShip.js +1 -42
- package/dist/icons/components/car-icons/TrailersCurtainSide.js +1 -41
- package/dist/icons/components/car-icons/TrailersDumpTruck.js +1 -41
- package/dist/icons/components/car-icons/TrailersGrainTruck.js +1 -41
- package/dist/icons/components/car-icons/TrailersHeavyTruck.js +1 -41
- package/dist/icons/components/car-icons/TrailersIsothermal.js +1 -41
- package/dist/icons/components/car-icons/TrailersOther.js +1 -41
- package/dist/icons/components/car-icons/TrailersTankerTruck.js +1 -41
- package/dist/icons/components/car-icons/TruckCrane.js +1 -43
- package/dist/icons/components/car-icons/Universal.js +1 -34
- package/dist/icons/components/car-icons/Van.js +1 -25
- package/dist/icons/components/car-icons/Ycles.js +1 -44
- package/dist/icons/components/car-parameters-icons/Acceleration.js +1 -34
- package/dist/icons/components/car-parameters-icons/Berths.js +1 -39
- package/dist/icons/components/car-parameters-icons/Bucket.js +1 -23
- package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.js +1 -25
- package/dist/icons/components/car-parameters-icons/BucketVolume.js +1 -32
- package/dist/icons/components/car-parameters-icons/CabinTurn.js +1 -34
- package/dist/icons/components/car-parameters-icons/CarBodySize.js +1 -34
- package/dist/icons/components/car-parameters-icons/CarBodyType.js +1 -25
- package/dist/icons/components/car-parameters-icons/CarColor.js +1 -34
- package/dist/icons/components/car-parameters-icons/Cylinders.js +1 -37
- package/dist/icons/components/car-parameters-icons/Dimensions.js +1 -34
- package/dist/icons/components/car-parameters-icons/EngineType.js +1 -23
- package/dist/icons/components/car-parameters-icons/FuelConsumption.js +1 -23
- package/dist/icons/components/car-parameters-icons/GearType.js +1 -26
- package/dist/icons/components/car-parameters-icons/LiftingHeight.js +1 -23
- package/dist/icons/components/car-parameters-icons/LoadingCapacity.js +1 -25
- package/dist/icons/components/car-parameters-icons/NumberOfAxes.js +1 -25
- package/dist/icons/components/car-parameters-icons/NumberOfSeats.js +1 -23
- package/dist/icons/components/car-parameters-icons/TrailerType.js +1 -32
- package/dist/icons/components/car-parameters-icons/UnloadingType.js +1 -32
- package/dist/icons/components/car-parameters-icons/Weight.js +1 -36
- package/dist/icons/components/car-parameters-icons/WheelDriveType.js +1 -32
- package/dist/icons/components/car-parameters-icons/WheelSheme.js +1 -34
- package/dist/icons/components/cars-stubus/Bike.js +1 -25
- package/dist/icons/components/cars-stubus/Car.js +1 -25
- package/dist/icons/components/cars-stubus/Equipment.js +1 -25
- package/dist/icons/components/cars-stubus/Truck.js +1 -25
- package/dist/icons/components/index.js +1 -583
- package/dist/icons/index.js +1 -4
- package/dist/index-Dby3L_4e.cjs +1 -0
- package/dist/index-gDmAUrkZ.cjs +5 -0
- package/dist/index.js +1 -159
- package/dist/keyboard-sIr63LbB.cjs +4 -0
- package/dist/label-DOAZ06mr.cjs +1 -0
- package/dist/open-closed-C9XX3b5H.cjs +1 -0
- package/dist/styles.module-L23BBl7z.cjs +1 -0
- package/dist/types/index.js +1 -1
- package/dist/types/propsWithAs.js +1 -1
- package/dist/use-active-press-lCdIry0x.cjs +1 -0
- package/dist/use-by-comparator--a2RZ6_q.cjs +1 -0
- package/dist/use-resolve-button-type-tLWyfvGR.cjs +1 -0
- package/dist/utils/UUID4.js +1 -9
- package/dist/utils/formating/Date.js +1 -32
- package/dist/utils/formating/FileSize.js +1 -15
- package/dist/utils/formating/Month.js +1 -80
- package/dist/utils/formating/Numbers.js +1 -8
- package/dist/utils/index.js +1 -17
- package/dist/variant.module-kbVW7TAL.cjs +1 -0
- package/package.json +2 -1
- package/dist/Input-CCNRdc6Q.js +0 -246
- package/dist/NavigationButtons-DuOoqaPo.js +0 -4907
- package/dist/ProgressBar-CwLwhaeM.js +0 -77
- package/dist/assets/ProgressBar2.css +0 -1
- package/dist/bugs-CSBdWk0R.js +0 -18
- package/dist/components/Slider/NavigationButtons/NavigationButtons.d.ts +0 -1
- package/dist/components/Slider/NavigationButtons/NavigationButtons.js +0 -7
- package/dist/components/Slider/NavigationButtons/index.d.ts +0 -1
- package/dist/components/Slider/NavigationButtons/index.js +0 -4
- package/dist/components/Slider/ProgressBar/ProgressBar.d.ts +0 -1
- package/dist/components/Slider/ProgressBar/ProgressBar.js +0 -15
- package/dist/components/Slider/ProgressBar/index.d.ts +0 -1
- package/dist/components/Slider/ProgressBar/index.js +0 -4
- package/dist/field-bS4z9Sdl.js +0 -12
- package/dist/focus-management-1rQPII7Z.js +0 -77
- package/dist/hidden-BuVoeHNy.js +0 -13
- package/dist/icons/components/12px/Close12px.d.ts +0 -4
- package/dist/icons/components/12px/MessageRead12px.d.ts +0 -4
- package/dist/icons/components/16px/Accept16px.d.ts +0 -4
- package/dist/icons/components/16px/Acts16px.d.ts +0 -4
- package/dist/icons/components/16px/Acts16pxF.d.ts +0 -4
- package/dist/icons/components/16px/AdditionalServicess16px.d.ts +0 -4
- package/dist/icons/components/16px/AdditionalServicess16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Agents16px.d.ts +0 -4
- package/dist/icons/components/16px/Agents16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Alarm16px.d.ts +0 -4
- package/dist/icons/components/16px/ArrowDown16px.d.ts +0 -4
- package/dist/icons/components/16px/ArrowLeft16px.d.ts +0 -4
- package/dist/icons/components/16px/ArrowRight16px.d.ts +0 -4
- package/dist/icons/components/16px/ArrowUp16px.d.ts +0 -4
- package/dist/icons/components/16px/ArrowUpright16px.d.ts +0 -4
- package/dist/icons/components/16px/AttachFile16px.d.ts +0 -4
- package/dist/icons/components/16px/Bell16px.d.ts +0 -4
- package/dist/icons/components/16px/Bell16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Calculator16px.d.ts +0 -4
- package/dist/icons/components/16px/CalculatorLkk16px.d.ts +0 -4
- package/dist/icons/components/16px/CalculatorLkk16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Calendar16px.d.ts +0 -4
- package/dist/icons/components/16px/Camera16px.d.ts +0 -4
- package/dist/icons/components/16px/Car16px.d.ts +0 -4
- package/dist/icons/components/16px/Car16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Catalog16px.d.ts +0 -4
- package/dist/icons/components/16px/Certs16px.d.ts +0 -4
- package/dist/icons/components/16px/Certs16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Change16px.d.ts +0 -4
- package/dist/icons/components/16px/Chat16px.d.ts +0 -4
- package/dist/icons/components/16px/Chat16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Chatbot16px.d.ts +0 -4
- package/dist/icons/components/16px/Close16px.d.ts +0 -4
- package/dist/icons/components/16px/CloseFloatMenuArrow16px.d.ts +0 -4
- package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.d.ts +0 -4
- package/dist/icons/components/16px/Coin16px.d.ts +0 -4
- package/dist/icons/components/16px/Coin16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Contracts16px.d.ts +0 -4
- package/dist/icons/components/16px/Contracts16pxF.d.ts +0 -4
- package/dist/icons/components/16px/CopyClipboard16px.d.ts +0 -4
- package/dist/icons/components/16px/Done16px.d.ts +0 -4
- package/dist/icons/components/16px/Download16px.d.ts +0 -4
- package/dist/icons/components/16px/DragHandle16px.d.ts +0 -4
- package/dist/icons/components/16px/DragHandleHorizontal16px.d.ts +0 -4
- package/dist/icons/components/16px/DragHandleVertical16px.d.ts +0 -4
- package/dist/icons/components/16px/DropdownArrowBottom16px.d.ts +0 -4
- package/dist/icons/components/16px/DropdownArrowLeft16px.d.ts +0 -4
- package/dist/icons/components/16px/DropdownArrowRight16px.d.ts +0 -4
- package/dist/icons/components/16px/DropdownArrowUp16px.d.ts +0 -4
- package/dist/icons/components/16px/Dzen16px.d.ts +0 -4
- package/dist/icons/components/16px/Euro16px.d.ts +0 -4
- package/dist/icons/components/16px/Eye16px.d.ts +0 -4
- package/dist/icons/components/16px/Failure16px.d.ts +0 -4
- package/dist/icons/components/16px/Favorite16px.d.ts +0 -4
- package/dist/icons/components/16px/Favorite16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Filter16px.d.ts +0 -4
- package/dist/icons/components/16px/Flag16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Folder16px.d.ts +0 -4
- package/dist/icons/components/16px/Fullscreen16px.d.ts +0 -4
- package/dist/icons/components/16px/Galery16px.d.ts +0 -4
- package/dist/icons/components/16px/Gear16px.d.ts +0 -4
- package/dist/icons/components/16px/Gift16px.d.ts +0 -4
- package/dist/icons/components/16px/Hint16px.d.ts +0 -4
- package/dist/icons/components/16px/Home16px.d.ts +0 -4
- package/dist/icons/components/16px/Home16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Hot16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Kebab16px.d.ts +0 -4
- package/dist/icons/components/16px/List16px.d.ts +0 -4
- package/dist/icons/components/16px/Location16px.d.ts +0 -4
- package/dist/icons/components/16px/Map16px.d.ts +0 -4
- package/dist/icons/components/16px/Menu16px.d.ts +0 -4
- package/dist/icons/components/16px/MenuMobile16px.d.ts +0 -4
- package/dist/icons/components/16px/Minus16px.d.ts +0 -4
- package/dist/icons/components/16px/Navigation16px.d.ts +0 -4
- package/dist/icons/components/16px/News16px.d.ts +0 -4
- package/dist/icons/components/16px/News16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Number16px.d.ts +0 -4
- package/dist/icons/components/16px/OpenFloatMenuArrow16px.d.ts +0 -4
- package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.d.ts +0 -4
- package/dist/icons/components/16px/Orders16px.d.ts +0 -4
- package/dist/icons/components/16px/Orders16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Pause16px.d.ts +0 -4
- package/dist/icons/components/16px/Pen16px.d.ts +0 -4
- package/dist/icons/components/16px/Pen16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Phone16px.d.ts +0 -4
- package/dist/icons/components/16px/Play16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Plus16px.d.ts +0 -4
- package/dist/icons/components/16px/Pound16px.d.ts +0 -4
- package/dist/icons/components/16px/PriceDown16px.d.ts +0 -4
- package/dist/icons/components/16px/PriceUp16px.d.ts +0 -4
- package/dist/icons/components/16px/Question16px.d.ts +0 -4
- package/dist/icons/components/16px/Question16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Rutube16px.d.ts +0 -4
- package/dist/icons/components/16px/Scan16px.d.ts +0 -4
- package/dist/icons/components/16px/Search16px.d.ts +0 -4
- package/dist/icons/components/16px/Share16pxF.d.ts +0 -4
- package/dist/icons/components/16px/ShopingCard16px.d.ts +0 -4
- package/dist/icons/components/16px/Sort16px.d.ts +0 -4
- package/dist/icons/components/16px/Star16px.d.ts +0 -4
- package/dist/icons/components/16px/Star16pxF.d.ts +0 -4
- package/dist/icons/components/16px/StarHalf16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Telegram16pxF.d.ts +0 -4
- package/dist/icons/components/16px/TelegramPlane16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Timer16px.d.ts +0 -4
- package/dist/icons/components/16px/Trash16px.d.ts +0 -4
- package/dist/icons/components/16px/TwinArrowLeft16px.d.ts +0 -4
- package/dist/icons/components/16px/TwinArrowRight16px.d.ts +0 -4
- package/dist/icons/components/16px/USDollar16px.d.ts +0 -4
- package/dist/icons/components/16px/Umbrella16px.d.ts +0 -4
- package/dist/icons/components/16px/Umbrella16pxF.d.ts +0 -4
- package/dist/icons/components/16px/UnionIcon16px.d.ts +0 -4
- package/dist/icons/components/16px/User16px.d.ts +0 -4
- package/dist/icons/components/16px/User16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Users16px.d.ts +0 -4
- package/dist/icons/components/16px/Users16pxF.d.ts +0 -4
- package/dist/icons/components/16px/VK16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Waiting16px.d.ts +0 -4
- package/dist/icons/components/16px/Whatsapp16px.d.ts +0 -4
- package/dist/icons/components/16px/WriteUs16px.d.ts +0 -4
- package/dist/icons/components/16px/Youtube16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Yuan16px.d.ts +0 -4
- package/dist/icons/components/24px/Accept24px.d.ts +0 -4
- package/dist/icons/components/24px/Acts24px.d.ts +0 -4
- package/dist/icons/components/24px/Acts24pxF.d.ts +0 -4
- package/dist/icons/components/24px/AdditionalServicess24px.d.ts +0 -4
- package/dist/icons/components/24px/AdditionalServicess24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Agents24px.d.ts +0 -4
- package/dist/icons/components/24px/Agents24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Alarm24px.d.ts +0 -4
- package/dist/icons/components/24px/ArrowDown24px.d.ts +0 -4
- package/dist/icons/components/24px/ArrowLeft24px.d.ts +0 -4
- package/dist/icons/components/24px/ArrowRight24px.d.ts +0 -4
- package/dist/icons/components/24px/ArrowUp24px.d.ts +0 -4
- package/dist/icons/components/24px/ArrowUpright24px.d.ts +0 -4
- package/dist/icons/components/24px/AttachFile24px.d.ts +0 -4
- package/dist/icons/components/24px/Bell24px.d.ts +0 -4
- package/dist/icons/components/24px/Bell24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Calculator24px.d.ts +0 -4
- package/dist/icons/components/24px/CalculatorLkk24px.d.ts +0 -4
- package/dist/icons/components/24px/CalculatorLkk24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Calendar24px.d.ts +0 -4
- package/dist/icons/components/24px/Camera24px.d.ts +0 -4
- package/dist/icons/components/24px/Car24px.d.ts +0 -4
- package/dist/icons/components/24px/Car24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Catalog24px.d.ts +0 -4
- package/dist/icons/components/24px/Certs24px.d.ts +0 -4
- package/dist/icons/components/24px/Certs24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Change24px.d.ts +0 -4
- package/dist/icons/components/24px/Chat24px.d.ts +0 -4
- package/dist/icons/components/24px/Chat24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Chatbot24px.d.ts +0 -4
- package/dist/icons/components/24px/Close24px.d.ts +0 -4
- package/dist/icons/components/24px/CloseFloatMenuArrow24px.d.ts +0 -4
- package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.d.ts +0 -4
- package/dist/icons/components/24px/Coin24px.d.ts +0 -4
- package/dist/icons/components/24px/Coin24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Contracts24px.d.ts +0 -4
- package/dist/icons/components/24px/Contracts24pxF.d.ts +0 -4
- package/dist/icons/components/24px/CopyClipboard24px.d.ts +0 -4
- package/dist/icons/components/24px/Done24px.d.ts +0 -4
- package/dist/icons/components/24px/Download24px.d.ts +0 -4
- package/dist/icons/components/24px/DragHandle24px.d.ts +0 -4
- package/dist/icons/components/24px/DragHandleHorizontal24px.d.ts +0 -4
- package/dist/icons/components/24px/DragHandleVertical24px.d.ts +0 -4
- package/dist/icons/components/24px/DropdownArrowDown24px.d.ts +0 -4
- package/dist/icons/components/24px/DropdownArrowLeft24px.d.ts +0 -4
- package/dist/icons/components/24px/DropdownArrowRight24px.d.ts +0 -4
- package/dist/icons/components/24px/DropdownArrowUp24px.d.ts +0 -4
- package/dist/icons/components/24px/Dzen24px.d.ts +0 -4
- package/dist/icons/components/24px/Euro24px.d.ts +0 -4
- package/dist/icons/components/24px/Eye24px.d.ts +0 -4
- package/dist/icons/components/24px/Failure24px.d.ts +0 -4
- package/dist/icons/components/24px/Favorite24px.d.ts +0 -4
- package/dist/icons/components/24px/Favorite24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Filter24px.d.ts +0 -4
- package/dist/icons/components/24px/Flag24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Folder24px.d.ts +0 -4
- package/dist/icons/components/24px/Fullscreen24px.d.ts +0 -4
- package/dist/icons/components/24px/Galery24px.d.ts +0 -4
- package/dist/icons/components/24px/Gear24px.d.ts +0 -4
- package/dist/icons/components/24px/Gift24px.d.ts +0 -4
- package/dist/icons/components/24px/Hint24px.d.ts +0 -4
- package/dist/icons/components/24px/Home24px.d.ts +0 -4
- package/dist/icons/components/24px/Home24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Hot24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Improvements24px.d.ts +0 -4
- package/dist/icons/components/24px/Improvements24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Kebab24px.d.ts +0 -4
- package/dist/icons/components/24px/List24px.d.ts +0 -4
- package/dist/icons/components/24px/Location24px.d.ts +0 -4
- package/dist/icons/components/24px/Map24px.d.ts +0 -4
- package/dist/icons/components/24px/Menu24px.d.ts +0 -4
- package/dist/icons/components/24px/MenuMobile24px.d.ts +0 -4
- package/dist/icons/components/24px/Minus24px.d.ts +0 -4
- package/dist/icons/components/24px/Navigation24px.d.ts +0 -4
- package/dist/icons/components/24px/News24px.d.ts +0 -4
- package/dist/icons/components/24px/News24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Number24px.d.ts +0 -4
- package/dist/icons/components/24px/OpenFloatMenuArrow24px.d.ts +0 -4
- package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.d.ts +0 -4
- package/dist/icons/components/24px/Orders24px.d.ts +0 -4
- package/dist/icons/components/24px/Orders24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Pause24px.d.ts +0 -4
- package/dist/icons/components/24px/Pen24px.d.ts +0 -4
- package/dist/icons/components/24px/Pen24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Phone24px.d.ts +0 -4
- package/dist/icons/components/24px/Play24px.d.ts +0 -4
- package/dist/icons/components/24px/Plus24px.d.ts +0 -4
- package/dist/icons/components/24px/Pound24px.d.ts +0 -4
- package/dist/icons/components/24px/PriceDown24px.d.ts +0 -4
- package/dist/icons/components/24px/PriceUp24px.d.ts +0 -4
- package/dist/icons/components/24px/Question24px.d.ts +0 -4
- package/dist/icons/components/24px/Question24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Rutube24px.d.ts +0 -4
- package/dist/icons/components/24px/Scan24px.d.ts +0 -4
- package/dist/icons/components/24px/Search24px.d.ts +0 -4
- package/dist/icons/components/24px/Share24pxF.d.ts +0 -4
- package/dist/icons/components/24px/ShopingCard24px.d.ts +0 -4
- package/dist/icons/components/24px/Sort24px.d.ts +0 -4
- package/dist/icons/components/24px/Star24px.d.ts +0 -4
- package/dist/icons/components/24px/Star24pxF.d.ts +0 -4
- package/dist/icons/components/24px/StarHalf24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Telegram24pxF.d.ts +0 -4
- package/dist/icons/components/24px/TelegramPlane24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Timer24px.d.ts +0 -4
- package/dist/icons/components/24px/Trash24px.d.ts +0 -4
- package/dist/icons/components/24px/TwinArrowLeft24px.d.ts +0 -4
- package/dist/icons/components/24px/TwinArrowRight24px.d.ts +0 -4
- package/dist/icons/components/24px/USDollar24px.d.ts +0 -4
- package/dist/icons/components/24px/Umbrella24px.d.ts +0 -4
- package/dist/icons/components/24px/Umbrella24pxF.d.ts +0 -4
- package/dist/icons/components/24px/UnionIcon24px.d.ts +0 -4
- package/dist/icons/components/24px/User24px.d.ts +0 -4
- package/dist/icons/components/24px/User24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Users24px.d.ts +0 -4
- package/dist/icons/components/24px/Users24pxF.d.ts +0 -4
- package/dist/icons/components/24px/VK24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Waiting24px.d.ts +0 -4
- package/dist/icons/components/24px/Whatsapp24px.d.ts +0 -4
- package/dist/icons/components/24px/WriteUs24px.d.ts +0 -4
- package/dist/icons/components/24px/Youtube24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Yuan24px.d.ts +0 -4
- package/dist/icons/components/32px/Accept32px.d.ts +0 -4
- package/dist/icons/components/32px/Acts32px.d.ts +0 -4
- package/dist/icons/components/32px/AdditionalServicess32px.d.ts +0 -4
- package/dist/icons/components/32px/AdditionalServicess32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Agents32px.d.ts +0 -4
- package/dist/icons/components/32px/Alarm32px.d.ts +0 -4
- package/dist/icons/components/32px/ArrowDown32px.d.ts +0 -4
- package/dist/icons/components/32px/ArrowLeft32px.d.ts +0 -4
- package/dist/icons/components/32px/ArrowRight32px.d.ts +0 -4
- package/dist/icons/components/32px/ArrowUp32px.d.ts +0 -4
- package/dist/icons/components/32px/ArrowUpright32px.d.ts +0 -4
- package/dist/icons/components/32px/AttachFile32px.d.ts +0 -4
- package/dist/icons/components/32px/Bell32px.d.ts +0 -4
- package/dist/icons/components/32px/Bell32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Calculator32px.d.ts +0 -4
- package/dist/icons/components/32px/CalculatorLkk32px.d.ts +0 -4
- package/dist/icons/components/32px/CalculatorLkk32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Calendar32px.d.ts +0 -4
- package/dist/icons/components/32px/Camera32px.d.ts +0 -4
- package/dist/icons/components/32px/Car32px.d.ts +0 -4
- package/dist/icons/components/32px/Car32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Catalog32px.d.ts +0 -4
- package/dist/icons/components/32px/Certs32px.d.ts +0 -4
- package/dist/icons/components/32px/Certs32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Change32px.d.ts +0 -4
- package/dist/icons/components/32px/Chat32px.d.ts +0 -4
- package/dist/icons/components/32px/Chat32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Chatbot32px.d.ts +0 -4
- package/dist/icons/components/32px/Close32px.d.ts +0 -4
- package/dist/icons/components/32px/CloseFloatMenuArrow32px.d.ts +0 -4
- package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.d.ts +0 -4
- package/dist/icons/components/32px/Coin32px.d.ts +0 -4
- package/dist/icons/components/32px/Coin32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Contracts32px.d.ts +0 -4
- package/dist/icons/components/32px/Contracts32pxF.d.ts +0 -4
- package/dist/icons/components/32px/CopyClipboard32px.d.ts +0 -4
- package/dist/icons/components/32px/Done32px.d.ts +0 -4
- package/dist/icons/components/32px/Download32px.d.ts +0 -4
- package/dist/icons/components/32px/DragHandle32px.d.ts +0 -4
- package/dist/icons/components/32px/DragHandleHorizontal32px.d.ts +0 -4
- package/dist/icons/components/32px/DragHandleVertical32px.d.ts +0 -4
- package/dist/icons/components/32px/DropdownArrowDown32px.d.ts +0 -4
- package/dist/icons/components/32px/DropdownArrowLeft32px.d.ts +0 -4
- package/dist/icons/components/32px/DropdownArrowRight32px.d.ts +0 -4
- package/dist/icons/components/32px/DropdownArrowUp32px.d.ts +0 -4
- package/dist/icons/components/32px/Dzen32px.d.ts +0 -4
- package/dist/icons/components/32px/Euro32px.d.ts +0 -4
- package/dist/icons/components/32px/Eye32px.d.ts +0 -4
- package/dist/icons/components/32px/Failure32px.d.ts +0 -4
- package/dist/icons/components/32px/Favorite32px.d.ts +0 -4
- package/dist/icons/components/32px/Favorite32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Filter32px.d.ts +0 -4
- package/dist/icons/components/32px/Flag32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Folder32px.d.ts +0 -4
- package/dist/icons/components/32px/Fullscreen32px.d.ts +0 -4
- package/dist/icons/components/32px/Galery32px.d.ts +0 -4
- package/dist/icons/components/32px/Gear32px.d.ts +0 -4
- package/dist/icons/components/32px/Gift32px.d.ts +0 -4
- package/dist/icons/components/32px/Hint32px.d.ts +0 -4
- package/dist/icons/components/32px/Home32px.d.ts +0 -4
- package/dist/icons/components/32px/Home32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Hot32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Kebab32px.d.ts +0 -4
- package/dist/icons/components/32px/List32px.d.ts +0 -4
- package/dist/icons/components/32px/Location32px.d.ts +0 -4
- package/dist/icons/components/32px/Map32px.d.ts +0 -4
- package/dist/icons/components/32px/Menu32px.d.ts +0 -4
- package/dist/icons/components/32px/MenuMobile32px.d.ts +0 -4
- package/dist/icons/components/32px/Minus32px.d.ts +0 -4
- package/dist/icons/components/32px/Navigation32px.d.ts +0 -4
- package/dist/icons/components/32px/News32px.d.ts +0 -4
- package/dist/icons/components/32px/News32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Number32px.d.ts +0 -4
- package/dist/icons/components/32px/OpenFloatMenuArrow32px.d.ts +0 -4
- package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.d.ts +0 -4
- package/dist/icons/components/32px/Orders32px.d.ts +0 -4
- package/dist/icons/components/32px/Orders32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Pause32px.d.ts +0 -4
- package/dist/icons/components/32px/Pen32px.d.ts +0 -4
- package/dist/icons/components/32px/Pen32pxF.d.ts +0 -4
- package/dist/icons/components/32px/PersonalManager32px.d.ts +0 -4
- package/dist/icons/components/32px/Phone32px.d.ts +0 -4
- package/dist/icons/components/32px/Play32px.d.ts +0 -4
- package/dist/icons/components/32px/Plus32px.d.ts +0 -4
- package/dist/icons/components/32px/Pound32px.d.ts +0 -4
- package/dist/icons/components/32px/PriceDown32px.d.ts +0 -4
- package/dist/icons/components/32px/PriceUp32px.d.ts +0 -4
- package/dist/icons/components/32px/Question32px.d.ts +0 -4
- package/dist/icons/components/32px/Question32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Rutube32px.d.ts +0 -4
- package/dist/icons/components/32px/Scan32px.d.ts +0 -4
- package/dist/icons/components/32px/Search32px.d.ts +0 -4
- package/dist/icons/components/32px/Share32pxF.d.ts +0 -4
- package/dist/icons/components/32px/ShopimgCard32px.d.ts +0 -4
- package/dist/icons/components/32px/Sort32px.d.ts +0 -4
- package/dist/icons/components/32px/Star32px.d.ts +0 -4
- package/dist/icons/components/32px/Star32pxF.d.ts +0 -4
- package/dist/icons/components/32px/StarHalf32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Telegram32pxF.d.ts +0 -4
- package/dist/icons/components/32px/TelegramPlane32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Timer32px.d.ts +0 -4
- package/dist/icons/components/32px/Trash32px.d.ts +0 -4
- package/dist/icons/components/32px/TwinArrowLeft32px.d.ts +0 -4
- package/dist/icons/components/32px/TwinArrowRight32px.d.ts +0 -4
- package/dist/icons/components/32px/USDollar32px.d.ts +0 -4
- package/dist/icons/components/32px/Umbrella32px.d.ts +0 -4
- package/dist/icons/components/32px/Umbrella32pxF.d.ts +0 -4
- package/dist/icons/components/32px/UnionIcon32px.d.ts +0 -4
- package/dist/icons/components/32px/User32px.d.ts +0 -4
- package/dist/icons/components/32px/User32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Users32px.d.ts +0 -4
- package/dist/icons/components/32px/Users32pxF.d.ts +0 -4
- package/dist/icons/components/32px/VK32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Waiting32px.d.ts +0 -4
- package/dist/icons/components/32px/Whatsapp32px.d.ts +0 -4
- package/dist/icons/components/32px/WriteUs32px.d.ts +0 -4
- package/dist/icons/components/32px/Youtube32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Yuan32px.d.ts +0 -4
- package/dist/icons/components/Mans.d.ts +0 -4
- package/dist/icons/components/Step.d.ts +0 -4
- package/dist/icons/components/StepXL.d.ts +0 -4
- package/dist/icons/components/auto-logo/ACE.d.ts +0 -4
- package/dist/icons/components/auto-logo/Alim.d.ts +0 -4
- package/dist/icons/components/auto-logo/Amur.d.ts +0 -4
- package/dist/icons/components/auto-logo/Ankai.d.ts +0 -4
- package/dist/icons/components/auto-logo/ArrowLength.d.ts +0 -4
- package/dist/icons/components/auto-logo/Audi.d.ts +0 -4
- package/dist/icons/components/auto-logo/BMW.d.ts +0 -4
- package/dist/icons/components/auto-logo/BRP.d.ts +0 -4
- package/dist/icons/components/auto-logo/Bomag.d.ts +0 -4
- package/dist/icons/components/auto-logo/Case.d.ts +0 -4
- package/dist/icons/components/auto-logo/Caterpillar.d.ts +0 -4
- package/dist/icons/components/auto-logo/ChMZAP.d.ts +0 -4
- package/dist/icons/components/auto-logo/ChTZ.d.ts +0 -4
- package/dist/icons/components/auto-logo/Changan.d.ts +0 -4
- package/dist/icons/components/auto-logo/Cherry.d.ts +0 -4
- package/dist/icons/components/auto-logo/Citroen.d.ts +0 -4
- package/dist/icons/components/auto-logo/DaewooFull.d.ts +0 -4
- package/dist/icons/components/auto-logo/DaewooSymbol.d.ts +0 -4
- package/dist/icons/components/auto-logo/Daf.d.ts +0 -4
- package/dist/icons/components/auto-logo/Dayun.d.ts +0 -4
- package/dist/icons/components/auto-logo/DongFeng.d.ts +0 -4
- package/dist/icons/components/auto-logo/Ducati.d.ts +0 -4
- package/dist/icons/components/auto-logo/Exeed.d.ts +0 -4
- package/dist/icons/components/auto-logo/Faw.d.ts +0 -4
- package/dist/icons/components/auto-logo/Fenix.d.ts +0 -4
- package/dist/icons/components/auto-logo/Fiat.d.ts +0 -4
- package/dist/icons/components/auto-logo/Ford.d.ts +0 -4
- package/dist/icons/components/auto-logo/Foton.d.ts +0 -4
- package/dist/icons/components/auto-logo/Gac.d.ts +0 -4
- package/dist/icons/components/auto-logo/Gaz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Geely.d.ts +0 -4
- package/dist/icons/components/auto-logo/Genesis.d.ts +0 -4
- package/dist/icons/components/auto-logo/Gitte.d.ts +0 -4
- package/dist/icons/components/auto-logo/Grunwald.d.ts +0 -4
- package/dist/icons/components/auto-logo/HartungFull.d.ts +0 -4
- package/dist/icons/components/auto-logo/HartungSymbol.d.ts +0 -4
- package/dist/icons/components/auto-logo/Haval.d.ts +0 -4
- package/dist/icons/components/auto-logo/Higer.d.ts +0 -4
- package/dist/icons/components/auto-logo/Hitachi.d.ts +0 -4
- package/dist/icons/components/auto-logo/Honda.d.ts +0 -4
- package/dist/icons/components/auto-logo/Hongqi.d.ts +0 -4
- package/dist/icons/components/auto-logo/Hongyan.d.ts +0 -4
- package/dist/icons/components/auto-logo/Howo.d.ts +0 -4
- package/dist/icons/components/auto-logo/Hyundai.d.ts +0 -4
- package/dist/icons/components/auto-logo/Infiniti.d.ts +0 -4
- package/dist/icons/components/auto-logo/Isuzu.d.ts +0 -4
- package/dist/icons/components/auto-logo/Iveco.d.ts +0 -4
- package/dist/icons/components/auto-logo/JCB.d.ts +0 -4
- package/dist/icons/components/auto-logo/Jac.d.ts +0 -4
- package/dist/icons/components/auto-logo/Juterborg.d.ts +0 -4
- package/dist/icons/components/auto-logo/KIA.d.ts +0 -4
- package/dist/icons/components/auto-logo/Kaiyi.d.ts +0 -4
- package/dist/icons/components/auto-logo/Kamaz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Kassbohrer.d.ts +0 -4
- package/dist/icons/components/auto-logo/Komatsu.d.ts +0 -4
- package/dist/icons/components/auto-logo/Ktm.d.ts +0 -4
- package/dist/icons/components/auto-logo/LCCE.d.ts +0 -4
- package/dist/icons/components/auto-logo/Lada.d.ts +0 -4
- package/dist/icons/components/auto-logo/Lexus.d.ts +0 -4
- package/dist/icons/components/auto-logo/LiuGong.d.ts +0 -4
- package/dist/icons/components/auto-logo/Lonking.d.ts +0 -4
- package/dist/icons/components/auto-logo/Lovol.d.ts +0 -4
- package/dist/icons/components/auto-logo/MTZBelarus.d.ts +0 -4
- package/dist/icons/components/auto-logo/Man.d.ts +0 -4
- package/dist/icons/components/auto-logo/Maz.d.ts +0 -4
- package/dist/icons/components/auto-logo/MercedesBenz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Meusburger.d.ts +0 -4
- package/dist/icons/components/auto-logo/Mitsubishi.d.ts +0 -4
- package/dist/icons/components/auto-logo/NefAZ.d.ts +0 -4
- package/dist/icons/components/auto-logo/NursanTrailer.d.ts +0 -4
- package/dist/icons/components/auto-logo/Omoda.d.ts +0 -4
- package/dist/icons/components/auto-logo/PSATss.d.ts +0 -4
- package/dist/icons/components/auto-logo/Paz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Peugeot.d.ts +0 -4
- package/dist/icons/components/auto-logo/Raskat.d.ts +0 -4
- package/dist/icons/components/auto-logo/Renault.d.ts +0 -4
- package/dist/icons/components/auto-logo/RussianCarsEmblem.d.ts +0 -4
- package/dist/icons/components/auto-logo/RussianCarsKremlin.d.ts +0 -4
- package/dist/icons/components/auto-logo/Sany.d.ts +0 -4
- package/dist/icons/components/auto-logo/Scania.d.ts +0 -4
- package/dist/icons/components/auto-logo/Schmitz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Shacman.d.ts +0 -4
- package/dist/icons/components/auto-logo/Shantui.d.ts +0 -4
- package/dist/icons/components/auto-logo/Sinanli.d.ts +0 -4
- package/dist/icons/components/auto-logo/Sitrak.d.ts +0 -4
- package/dist/icons/components/auto-logo/SobolIztechmash.d.ts +0 -4
- package/dist/icons/components/auto-logo/Sokol.d.ts +0 -4
- package/dist/icons/components/auto-logo/Sollers.d.ts +0 -4
- package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.d.ts +0 -4
- package/dist/icons/components/auto-logo/Tonar.d.ts +0 -4
- package/dist/icons/components/auto-logo/Toyota.d.ts +0 -4
- package/dist/icons/components/auto-logo/Trekol.d.ts +0 -4
- package/dist/icons/components/auto-logo/UAT.d.ts +0 -4
- package/dist/icons/components/auto-logo/Uaz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Ural.d.ts +0 -4
- package/dist/icons/components/auto-logo/VIS.d.ts +0 -4
- package/dist/icons/components/auto-logo/VKR.d.ts +0 -4
- package/dist/icons/components/auto-logo/Volkswagen.d.ts +0 -4
- package/dist/icons/components/auto-logo/Volvo.d.ts +0 -4
- package/dist/icons/components/auto-logo/Wielton.d.ts +0 -4
- package/dist/icons/components/auto-logo/XCMG.d.ts +0 -4
- package/dist/icons/components/auto-logo/Yutong.d.ts +0 -4
- package/dist/icons/components/auto-logo/Zoomlion.d.ts +0 -4
- package/dist/icons/components/car-icons/AllMetal.d.ts +0 -4
- package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.d.ts +0 -4
- package/dist/icons/components/car-icons/AsphaltPaver.d.ts +0 -4
- package/dist/icons/components/car-icons/Autotower.d.ts +0 -4
- package/dist/icons/components/car-icons/Awning.d.ts +0 -4
- package/dist/icons/components/car-icons/BackhoeLoader.d.ts +0 -4
- package/dist/icons/components/car-icons/Buggy.d.ts +0 -4
- package/dist/icons/components/car-icons/Bulldozer.d.ts +0 -4
- package/dist/icons/components/car-icons/Bus.d.ts +0 -4
- package/dist/icons/components/car-icons/BusBus.d.ts +0 -4
- package/dist/icons/components/car-icons/BusMinibus.d.ts +0 -4
- package/dist/icons/components/car-icons/BusShiftBuses.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoAutotower.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoAwning.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoConcreteMixerTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoDrillingRig.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoDumpTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoGarbageTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoGrainCarrier.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoIsothermal.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoOnBoard.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoOnBoardWithCmu.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoPromotionalItem.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoSortingTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoTankerTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoTowTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoTruckCrane.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoVacuumMachine.d.ts +0 -4
- package/dist/icons/components/car-icons/Clearance.d.ts +0 -4
- package/dist/icons/components/car-icons/CombineHarvester.d.ts +0 -4
- package/dist/icons/components/car-icons/Compartment.d.ts +0 -4
- package/dist/icons/components/car-icons/ConcreteMixerTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/ConcretePump.d.ts +0 -4
- package/dist/icons/components/car-icons/Crossover.d.ts +0 -4
- package/dist/icons/components/car-icons/DrillingRigg.d.ts +0 -4
- package/dist/icons/components/car-icons/DumpTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/Excavator.d.ts +0 -4
- package/dist/icons/components/car-icons/ForestPreparationEquipment.d.ts +0 -4
- package/dist/icons/components/car-icons/ForkliftTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/FrontLoader.d.ts +0 -4
- package/dist/icons/components/car-icons/Hatchback.d.ts +0 -4
- package/dist/icons/components/car-icons/IceRink.d.ts +0 -4
- package/dist/icons/components/car-icons/Isothermal.d.ts +0 -4
- package/dist/icons/components/car-icons/Liftback.d.ts +0 -4
- package/dist/icons/components/car-icons/MiniEscalator.d.ts +0 -4
- package/dist/icons/components/car-icons/MiniLoader.d.ts +0 -4
- package/dist/icons/components/car-icons/MiningDumpTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/Minitractor.d.ts +0 -4
- package/dist/icons/components/car-icons/Minivan.d.ts +0 -4
- package/dist/icons/components/car-icons/MotorGrader.d.ts +0 -4
- package/dist/icons/components/car-icons/MotorVehiclesBike.d.ts +0 -4
- package/dist/icons/components/car-icons/MotorVehiclesQuadBike.d.ts +0 -4
- package/dist/icons/components/car-icons/OffRoadVehicle.d.ts +0 -4
- package/dist/icons/components/car-icons/OnBoard.d.ts +0 -4
- package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.d.ts +0 -4
- package/dist/icons/components/car-icons/OnBoardWithCmu.d.ts +0 -4
- package/dist/icons/components/car-icons/OtherAgriculturalMachinery.d.ts +0 -4
- package/dist/icons/components/car-icons/OtherCareerTechniques.d.ts +0 -4
- package/dist/icons/components/car-icons/Pickup.d.ts +0 -4
- package/dist/icons/components/car-icons/PickupTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/PilingInstallation.d.ts +0 -4
- package/dist/icons/components/car-icons/PromotionalItem.d.ts +0 -4
- package/dist/icons/components/car-icons/PublicUtilityVehicle.d.ts +0 -4
- package/dist/icons/components/car-icons/QuarryExcavator.d.ts +0 -4
- package/dist/icons/components/car-icons/Scooter.d.ts +0 -4
- package/dist/icons/components/car-icons/Sedan.d.ts +0 -4
- package/dist/icons/components/car-icons/Snowmobile.d.ts +0 -4
- package/dist/icons/components/car-icons/TankerTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TelescopicLoader.d.ts +0 -4
- package/dist/icons/components/car-icons/TheLift.d.ts +0 -4
- package/dist/icons/components/car-icons/TowTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/Tractor.d.ts +0 -4
- package/dist/icons/components/car-icons/TractorTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/Trailerr.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersCarCarrier.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersCattleTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersContainerShip.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersCurtainSide.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersDumpTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersGrainTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersHeavyTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersIsothermal.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersOther.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersTankerTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TruckCrane.d.ts +0 -4
- package/dist/icons/components/car-icons/Universal.d.ts +0 -4
- package/dist/icons/components/car-icons/Van.d.ts +0 -4
- package/dist/icons/components/car-icons/Ycles.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Acceleration.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Berths.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Bucket.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/BucketVolume.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/CabinTurn.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/CarBodySize.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/CarBodyType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/CarColor.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Cylinders.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Dimensions.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/EngineType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/FuelConsumption.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/GearType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/LiftingHeight.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/LoadingCapacity.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/NumberOfAxes.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/NumberOfSeats.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/TrailerType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/UnloadingType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Weight.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/WheelDriveType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/WheelSheme.d.ts +0 -4
- package/dist/icons/components/cars-stubus/Bike.d.ts +0 -4
- package/dist/icons/components/cars-stubus/Car.d.ts +0 -4
- package/dist/icons/components/cars-stubus/Equipment.d.ts +0 -4
- package/dist/icons/components/cars-stubus/Truck.d.ts +0 -4
- package/dist/icons/components/index.d.ts +0 -579
- package/dist/icons/components/types.d.ts +0 -2
- package/dist/index-CweZ_OcN.js +0 -65
- package/dist/index-FDVpKRvA.js +0 -2010
- package/dist/keyboard-B256ZoM-.js +0 -745
- package/dist/label-P7Xsi5N7.js +0 -172
- package/dist/open-closed-CbXq00et.js +0 -93
- package/dist/styles.module-7wzJYhR3.js +0 -40
- package/dist/use-active-press-B6yeSopF.js +0 -31
- package/dist/use-by-comparator-BUO78DGe.js +0 -16
- package/dist/use-resolve-button-type-B6LE6gU3.js +0 -19
- package/dist/variant.module-BinTBzAV.js +0 -15
@@ -1,421 +1 @@
|
|
1
|
-
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
-
import { c as classNames } from "../../index-CweZ_OcN.js";
|
3
|
-
import { useRef, useState, useCallback } from "react";
|
4
|
-
import { g as getDocument, S as Swiper, N as NavigationButtons, a as SwiperSlide } from "../../NavigationButtons-DuOoqaPo.js";
|
5
|
-
import { ProgressBar } from "./ProgressBar/ProgressBar.js";
|
6
|
-
import { AppImage } from "../Image/Image.js";
|
7
|
-
import '../../assets/Slider.css';function Autoplay(_ref) {
|
8
|
-
let {
|
9
|
-
swiper: swiper2,
|
10
|
-
extendParams,
|
11
|
-
on,
|
12
|
-
emit,
|
13
|
-
params
|
14
|
-
} = _ref;
|
15
|
-
swiper2.autoplay = {
|
16
|
-
running: false,
|
17
|
-
paused: false,
|
18
|
-
timeLeft: 0
|
19
|
-
};
|
20
|
-
extendParams({
|
21
|
-
autoplay: {
|
22
|
-
enabled: false,
|
23
|
-
delay: 3e3,
|
24
|
-
waitForTransition: true,
|
25
|
-
disableOnInteraction: false,
|
26
|
-
stopOnLastSlide: false,
|
27
|
-
reverseDirection: false,
|
28
|
-
pauseOnMouseEnter: false
|
29
|
-
}
|
30
|
-
});
|
31
|
-
let timeout;
|
32
|
-
let raf;
|
33
|
-
let autoplayDelayTotal = params && params.autoplay ? params.autoplay.delay : 3e3;
|
34
|
-
let autoplayDelayCurrent = params && params.autoplay ? params.autoplay.delay : 3e3;
|
35
|
-
let autoplayTimeLeft;
|
36
|
-
let autoplayStartTime = (/* @__PURE__ */ new Date()).getTime();
|
37
|
-
let wasPaused;
|
38
|
-
let isTouched;
|
39
|
-
let pausedByTouch;
|
40
|
-
let touchStartTimeout;
|
41
|
-
let slideChanged;
|
42
|
-
let pausedByInteraction;
|
43
|
-
let pausedByPointerEnter;
|
44
|
-
function onTransitionEnd(e) {
|
45
|
-
if (!swiper2 || swiper2.destroyed || !swiper2.wrapperEl) return;
|
46
|
-
if (e.target !== swiper2.wrapperEl) return;
|
47
|
-
swiper2.wrapperEl.removeEventListener("transitionend", onTransitionEnd);
|
48
|
-
if (pausedByPointerEnter || e.detail && e.detail.bySwiperTouchMove) {
|
49
|
-
return;
|
50
|
-
}
|
51
|
-
resume();
|
52
|
-
}
|
53
|
-
const calcTimeLeft = () => {
|
54
|
-
if (swiper2.destroyed || !swiper2.autoplay.running) return;
|
55
|
-
if (swiper2.autoplay.paused) {
|
56
|
-
wasPaused = true;
|
57
|
-
} else if (wasPaused) {
|
58
|
-
autoplayDelayCurrent = autoplayTimeLeft;
|
59
|
-
wasPaused = false;
|
60
|
-
}
|
61
|
-
const timeLeft = swiper2.autoplay.paused ? autoplayTimeLeft : autoplayStartTime + autoplayDelayCurrent - (/* @__PURE__ */ new Date()).getTime();
|
62
|
-
swiper2.autoplay.timeLeft = timeLeft;
|
63
|
-
emit("autoplayTimeLeft", timeLeft, timeLeft / autoplayDelayTotal);
|
64
|
-
raf = requestAnimationFrame(() => {
|
65
|
-
calcTimeLeft();
|
66
|
-
});
|
67
|
-
};
|
68
|
-
const getSlideDelay = () => {
|
69
|
-
let activeSlideEl;
|
70
|
-
if (swiper2.virtual && swiper2.params.virtual.enabled) {
|
71
|
-
activeSlideEl = swiper2.slides.filter((slideEl) => slideEl.classList.contains("swiper-slide-active"))[0];
|
72
|
-
} else {
|
73
|
-
activeSlideEl = swiper2.slides[swiper2.activeIndex];
|
74
|
-
}
|
75
|
-
if (!activeSlideEl) return void 0;
|
76
|
-
const currentSlideDelay = parseInt(activeSlideEl.getAttribute("data-swiper-autoplay"), 10);
|
77
|
-
return currentSlideDelay;
|
78
|
-
};
|
79
|
-
const run = (delayForce) => {
|
80
|
-
if (swiper2.destroyed || !swiper2.autoplay.running) return;
|
81
|
-
cancelAnimationFrame(raf);
|
82
|
-
calcTimeLeft();
|
83
|
-
let delay = typeof delayForce === "undefined" ? swiper2.params.autoplay.delay : delayForce;
|
84
|
-
autoplayDelayTotal = swiper2.params.autoplay.delay;
|
85
|
-
autoplayDelayCurrent = swiper2.params.autoplay.delay;
|
86
|
-
const currentSlideDelay = getSlideDelay();
|
87
|
-
if (!Number.isNaN(currentSlideDelay) && currentSlideDelay > 0 && typeof delayForce === "undefined") {
|
88
|
-
delay = currentSlideDelay;
|
89
|
-
autoplayDelayTotal = currentSlideDelay;
|
90
|
-
autoplayDelayCurrent = currentSlideDelay;
|
91
|
-
}
|
92
|
-
autoplayTimeLeft = delay;
|
93
|
-
const speed = swiper2.params.speed;
|
94
|
-
const proceed = () => {
|
95
|
-
if (!swiper2 || swiper2.destroyed) return;
|
96
|
-
if (swiper2.params.autoplay.reverseDirection) {
|
97
|
-
if (!swiper2.isBeginning || swiper2.params.loop || swiper2.params.rewind) {
|
98
|
-
swiper2.slidePrev(speed, true, true);
|
99
|
-
emit("autoplay");
|
100
|
-
} else if (!swiper2.params.autoplay.stopOnLastSlide) {
|
101
|
-
swiper2.slideTo(swiper2.slides.length - 1, speed, true, true);
|
102
|
-
emit("autoplay");
|
103
|
-
}
|
104
|
-
} else {
|
105
|
-
if (!swiper2.isEnd || swiper2.params.loop || swiper2.params.rewind) {
|
106
|
-
swiper2.slideNext(speed, true, true);
|
107
|
-
emit("autoplay");
|
108
|
-
} else if (!swiper2.params.autoplay.stopOnLastSlide) {
|
109
|
-
swiper2.slideTo(0, speed, true, true);
|
110
|
-
emit("autoplay");
|
111
|
-
}
|
112
|
-
}
|
113
|
-
if (swiper2.params.cssMode) {
|
114
|
-
autoplayStartTime = (/* @__PURE__ */ new Date()).getTime();
|
115
|
-
requestAnimationFrame(() => {
|
116
|
-
run();
|
117
|
-
});
|
118
|
-
}
|
119
|
-
};
|
120
|
-
if (delay > 0) {
|
121
|
-
clearTimeout(timeout);
|
122
|
-
timeout = setTimeout(() => {
|
123
|
-
proceed();
|
124
|
-
}, delay);
|
125
|
-
} else {
|
126
|
-
requestAnimationFrame(() => {
|
127
|
-
proceed();
|
128
|
-
});
|
129
|
-
}
|
130
|
-
return delay;
|
131
|
-
};
|
132
|
-
const start = () => {
|
133
|
-
autoplayStartTime = (/* @__PURE__ */ new Date()).getTime();
|
134
|
-
swiper2.autoplay.running = true;
|
135
|
-
run();
|
136
|
-
emit("autoplayStart");
|
137
|
-
};
|
138
|
-
const stop = () => {
|
139
|
-
swiper2.autoplay.running = false;
|
140
|
-
clearTimeout(timeout);
|
141
|
-
cancelAnimationFrame(raf);
|
142
|
-
emit("autoplayStop");
|
143
|
-
};
|
144
|
-
const pause = (internal, reset) => {
|
145
|
-
if (swiper2.destroyed || !swiper2.autoplay.running) return;
|
146
|
-
clearTimeout(timeout);
|
147
|
-
if (!internal) {
|
148
|
-
pausedByInteraction = true;
|
149
|
-
}
|
150
|
-
const proceed = () => {
|
151
|
-
emit("autoplayPause");
|
152
|
-
if (swiper2.params.autoplay.waitForTransition) {
|
153
|
-
swiper2.wrapperEl.addEventListener("transitionend", onTransitionEnd);
|
154
|
-
} else {
|
155
|
-
resume();
|
156
|
-
}
|
157
|
-
};
|
158
|
-
swiper2.autoplay.paused = true;
|
159
|
-
if (reset) {
|
160
|
-
if (slideChanged) {
|
161
|
-
autoplayTimeLeft = swiper2.params.autoplay.delay;
|
162
|
-
}
|
163
|
-
slideChanged = false;
|
164
|
-
proceed();
|
165
|
-
return;
|
166
|
-
}
|
167
|
-
const delay = autoplayTimeLeft || swiper2.params.autoplay.delay;
|
168
|
-
autoplayTimeLeft = delay - ((/* @__PURE__ */ new Date()).getTime() - autoplayStartTime);
|
169
|
-
if (swiper2.isEnd && autoplayTimeLeft < 0 && !swiper2.params.loop) return;
|
170
|
-
if (autoplayTimeLeft < 0) autoplayTimeLeft = 0;
|
171
|
-
proceed();
|
172
|
-
};
|
173
|
-
const resume = () => {
|
174
|
-
if (swiper2.isEnd && autoplayTimeLeft < 0 && !swiper2.params.loop || swiper2.destroyed || !swiper2.autoplay.running) return;
|
175
|
-
autoplayStartTime = (/* @__PURE__ */ new Date()).getTime();
|
176
|
-
if (pausedByInteraction) {
|
177
|
-
pausedByInteraction = false;
|
178
|
-
run(autoplayTimeLeft);
|
179
|
-
} else {
|
180
|
-
run();
|
181
|
-
}
|
182
|
-
swiper2.autoplay.paused = false;
|
183
|
-
emit("autoplayResume");
|
184
|
-
};
|
185
|
-
const onVisibilityChange = () => {
|
186
|
-
if (swiper2.destroyed || !swiper2.autoplay.running) return;
|
187
|
-
const document = getDocument();
|
188
|
-
if (document.visibilityState === "hidden") {
|
189
|
-
pausedByInteraction = true;
|
190
|
-
pause(true);
|
191
|
-
}
|
192
|
-
if (document.visibilityState === "visible") {
|
193
|
-
resume();
|
194
|
-
}
|
195
|
-
};
|
196
|
-
const onPointerEnter = (e) => {
|
197
|
-
if (e.pointerType !== "mouse") return;
|
198
|
-
pausedByInteraction = true;
|
199
|
-
pausedByPointerEnter = true;
|
200
|
-
if (swiper2.animating || swiper2.autoplay.paused) return;
|
201
|
-
pause(true);
|
202
|
-
};
|
203
|
-
const onPointerLeave = (e) => {
|
204
|
-
if (e.pointerType !== "mouse") return;
|
205
|
-
pausedByPointerEnter = false;
|
206
|
-
if (swiper2.autoplay.paused) {
|
207
|
-
resume();
|
208
|
-
}
|
209
|
-
};
|
210
|
-
const attachMouseEvents = () => {
|
211
|
-
if (swiper2.params.autoplay.pauseOnMouseEnter) {
|
212
|
-
swiper2.el.addEventListener("pointerenter", onPointerEnter);
|
213
|
-
swiper2.el.addEventListener("pointerleave", onPointerLeave);
|
214
|
-
}
|
215
|
-
};
|
216
|
-
const detachMouseEvents = () => {
|
217
|
-
if (swiper2.el && typeof swiper2.el !== "string") {
|
218
|
-
swiper2.el.removeEventListener("pointerenter", onPointerEnter);
|
219
|
-
swiper2.el.removeEventListener("pointerleave", onPointerLeave);
|
220
|
-
}
|
221
|
-
};
|
222
|
-
const attachDocumentEvents = () => {
|
223
|
-
const document = getDocument();
|
224
|
-
document.addEventListener("visibilitychange", onVisibilityChange);
|
225
|
-
};
|
226
|
-
const detachDocumentEvents = () => {
|
227
|
-
const document = getDocument();
|
228
|
-
document.removeEventListener("visibilitychange", onVisibilityChange);
|
229
|
-
};
|
230
|
-
on("init", () => {
|
231
|
-
if (swiper2.params.autoplay.enabled) {
|
232
|
-
attachMouseEvents();
|
233
|
-
attachDocumentEvents();
|
234
|
-
start();
|
235
|
-
}
|
236
|
-
});
|
237
|
-
on("destroy", () => {
|
238
|
-
detachMouseEvents();
|
239
|
-
detachDocumentEvents();
|
240
|
-
if (swiper2.autoplay.running) {
|
241
|
-
stop();
|
242
|
-
}
|
243
|
-
});
|
244
|
-
on("_freeModeStaticRelease", () => {
|
245
|
-
if (pausedByTouch || pausedByInteraction) {
|
246
|
-
resume();
|
247
|
-
}
|
248
|
-
});
|
249
|
-
on("_freeModeNoMomentumRelease", () => {
|
250
|
-
if (!swiper2.params.autoplay.disableOnInteraction) {
|
251
|
-
pause(true, true);
|
252
|
-
} else {
|
253
|
-
stop();
|
254
|
-
}
|
255
|
-
});
|
256
|
-
on("beforeTransitionStart", (_s, speed, internal) => {
|
257
|
-
if (swiper2.destroyed || !swiper2.autoplay.running) return;
|
258
|
-
if (internal || !swiper2.params.autoplay.disableOnInteraction) {
|
259
|
-
pause(true, true);
|
260
|
-
} else {
|
261
|
-
stop();
|
262
|
-
}
|
263
|
-
});
|
264
|
-
on("sliderFirstMove", () => {
|
265
|
-
if (swiper2.destroyed || !swiper2.autoplay.running) return;
|
266
|
-
if (swiper2.params.autoplay.disableOnInteraction) {
|
267
|
-
stop();
|
268
|
-
return;
|
269
|
-
}
|
270
|
-
isTouched = true;
|
271
|
-
pausedByTouch = false;
|
272
|
-
pausedByInteraction = false;
|
273
|
-
touchStartTimeout = setTimeout(() => {
|
274
|
-
pausedByInteraction = true;
|
275
|
-
pausedByTouch = true;
|
276
|
-
pause(true);
|
277
|
-
}, 200);
|
278
|
-
});
|
279
|
-
on("touchEnd", () => {
|
280
|
-
if (swiper2.destroyed || !swiper2.autoplay.running || !isTouched) return;
|
281
|
-
clearTimeout(touchStartTimeout);
|
282
|
-
clearTimeout(timeout);
|
283
|
-
if (swiper2.params.autoplay.disableOnInteraction) {
|
284
|
-
pausedByTouch = false;
|
285
|
-
isTouched = false;
|
286
|
-
return;
|
287
|
-
}
|
288
|
-
if (pausedByTouch && swiper2.params.cssMode) resume();
|
289
|
-
pausedByTouch = false;
|
290
|
-
isTouched = false;
|
291
|
-
});
|
292
|
-
on("slideChange", () => {
|
293
|
-
if (swiper2.destroyed || !swiper2.autoplay.running) return;
|
294
|
-
slideChanged = true;
|
295
|
-
});
|
296
|
-
Object.assign(swiper2.autoplay, {
|
297
|
-
start,
|
298
|
-
stop,
|
299
|
-
pause,
|
300
|
-
resume
|
301
|
-
});
|
302
|
-
}
|
303
|
-
const swiper = "_swiper_n7qq2_3";
|
304
|
-
const slide = "_slide_n7qq2_9";
|
305
|
-
const link = "_link_n7qq2_16";
|
306
|
-
const image = "_image_n7qq2_22";
|
307
|
-
const navigation = "_navigation_n7qq2_29";
|
308
|
-
const pagination = "_pagination_n7qq2_39";
|
309
|
-
const slides = "_slides_n7qq2_54";
|
310
|
-
const separator = "_separator_n7qq2_60";
|
311
|
-
const cls = {
|
312
|
-
swiper,
|
313
|
-
slide,
|
314
|
-
link,
|
315
|
-
image,
|
316
|
-
navigation,
|
317
|
-
pagination,
|
318
|
-
slides,
|
319
|
-
separator
|
320
|
-
};
|
321
|
-
const DEFAULT_DELAY = 15e3;
|
322
|
-
const Slider = ({
|
323
|
-
images,
|
324
|
-
swiperClassName,
|
325
|
-
slideClassName,
|
326
|
-
imageClassName,
|
327
|
-
delay = DEFAULT_DELAY,
|
328
|
-
...props
|
329
|
-
}) => {
|
330
|
-
const progressBar = useRef(null);
|
331
|
-
const swiperRef = useRef(null);
|
332
|
-
const [currentSlide, setCurrentSlide] = useState(1);
|
333
|
-
const currSlide = `0${currentSlide}`;
|
334
|
-
const totalSlides = `0${(images == null ? void 0 : images.length) ?? 0}`;
|
335
|
-
const handleSlideChange = useCallback(() => {
|
336
|
-
if (swiperRef.current) {
|
337
|
-
const swiper2 = swiperRef.current.swiper;
|
338
|
-
setCurrentSlide(swiper2.realIndex + 1);
|
339
|
-
}
|
340
|
-
}, []);
|
341
|
-
const onAutoplayTimeLeft = useCallback(
|
342
|
-
(swiper2, time) => {
|
343
|
-
if (progressBar.current) {
|
344
|
-
const totalTime = swiper2.params.autoplay.delay;
|
345
|
-
const progressPercent = time / totalTime * 100;
|
346
|
-
progressBar.current.style.width = `${100 - progressPercent}%`;
|
347
|
-
}
|
348
|
-
},
|
349
|
-
[]
|
350
|
-
);
|
351
|
-
return /* @__PURE__ */ jsxs(
|
352
|
-
Swiper,
|
353
|
-
{
|
354
|
-
...props,
|
355
|
-
ref: swiperRef,
|
356
|
-
className: classNames(cls.swiper, swiperClassName),
|
357
|
-
loop: true,
|
358
|
-
autoplay: {
|
359
|
-
delay,
|
360
|
-
disableOnInteraction: false
|
361
|
-
},
|
362
|
-
fadeEffect: {
|
363
|
-
crossFade: true
|
364
|
-
},
|
365
|
-
modules: [Autoplay],
|
366
|
-
onAutoplayTimeLeft,
|
367
|
-
onSlideChange: handleSlideChange,
|
368
|
-
children: [
|
369
|
-
/* @__PURE__ */ jsxs("div", { className: cls.navigation, slot: "container-start", children: [
|
370
|
-
/* @__PURE__ */ jsxs("div", { className: cls.pagination, children: [
|
371
|
-
/* @__PURE__ */ jsxs("h2", { className: cls.slides, children: [
|
372
|
-
currSlide,
|
373
|
-
/* @__PURE__ */ jsx("span", { className: cls.separator }),
|
374
|
-
totalSlides
|
375
|
-
] }),
|
376
|
-
/* @__PURE__ */ jsx(NavigationButtons, {})
|
377
|
-
] }),
|
378
|
-
/* @__PURE__ */ jsx(ProgressBar, { ref: progressBar })
|
379
|
-
] }),
|
380
|
-
images == null ? void 0 : images.map((img) => {
|
381
|
-
if (!img) return null;
|
382
|
-
const linkSlide = /* @__PURE__ */ jsx(
|
383
|
-
"a",
|
384
|
-
{
|
385
|
-
className: cls.link,
|
386
|
-
href: img.url,
|
387
|
-
rel: "noopener noreferrer",
|
388
|
-
target: "_blank",
|
389
|
-
children: /* @__PURE__ */ jsx(
|
390
|
-
AppImage,
|
391
|
-
{
|
392
|
-
className: classNames(cls.image, imageClassName),
|
393
|
-
src: img.image
|
394
|
-
}
|
395
|
-
)
|
396
|
-
}
|
397
|
-
);
|
398
|
-
return /* @__PURE__ */ jsx(
|
399
|
-
SwiperSlide,
|
400
|
-
{
|
401
|
-
className: classNames(cls.slide, slideClassName),
|
402
|
-
children: img.url ? linkSlide : /* @__PURE__ */ jsx(
|
403
|
-
AppImage,
|
404
|
-
{
|
405
|
-
className: classNames(cls.image, imageClassName),
|
406
|
-
src: img.image,
|
407
|
-
desktopImage: img.imageDesktop,
|
408
|
-
mobileImage: img.imageMobile
|
409
|
-
}
|
410
|
-
)
|
411
|
-
},
|
412
|
-
img.id
|
413
|
-
);
|
414
|
-
})
|
415
|
-
]
|
416
|
-
}
|
417
|
-
);
|
418
|
-
};
|
419
|
-
export {
|
420
|
-
Slider
|
421
|
-
};
|
1
|
+
"use strict";require('../../assets/Slider.css');const N=require("react/jsx-runtime"),Z=require("../../index-gDmAUrkZ.cjs"),x=require("react"),ve=require("../Image/Image.js"),je=require("../MergedButton/MergedButton.js");function we(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function he(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:we(e[i])&&we(t[i])&&Object.keys(e[i]).length>0&&he(t[i],e[i])})}const Me={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector(){return null},querySelectorAll(){return[]},getElementById(){return null},createEvent(){return{initEvent(){}}},createElement(){return{children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName(){return[]}}},createElementNS(){return{}},importNode(){return null},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function k(){const t=typeof document<"u"?document:{};return he(t,Me),t}const ke={document:Me,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle(){return{getPropertyValue(){return""}}},Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia(){return{}},requestAnimationFrame(t){return typeof setTimeout>"u"?(t(),null):setTimeout(t,0)},cancelAnimationFrame(t){typeof setTimeout>"u"||clearTimeout(t)}};function B(){const t=typeof window<"u"?window:{};return he(t,ke),t}function He(t){return t===void 0&&(t=""),t.trim().split(" ").filter(e=>!!e.trim())}function We(t){const e=t;Object.keys(e).forEach(i=>{try{e[i]=null}catch{}try{delete e[i]}catch{}})}function ue(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function te(){return Date.now()}function qe(t){const e=B();let i;return e.getComputedStyle&&(i=e.getComputedStyle(t,null)),!i&&t.currentStyle&&(i=t.currentStyle),i||(i=t.style),i}function Ye(t,e){e===void 0&&(e="x");const i=B();let s,n,r;const l=qe(t);return i.WebKitCSSMatrix?(n=l.transform||l.webkitTransform,n.split(",").length>6&&(n=n.split(", ").map(o=>o.replace(",",".")).join(", ")),r=new i.WebKitCSSMatrix(n==="none"?"":n)):(r=l.MozTransform||l.OTransform||l.MsTransform||l.msTransform||l.transform||l.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),s=r.toString().split(",")),e==="x"&&(i.WebKitCSSMatrix?n=r.m41:s.length===16?n=parseFloat(s[12]):n=parseFloat(s[4])),e==="y"&&(i.WebKitCSSMatrix?n=r.m42:s.length===16?n=parseFloat(s[13]):n=parseFloat(s[5])),n||0}function J(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"}function Xe(t){return typeof window<"u"&&typeof window.HTMLElement<"u"?t instanceof HTMLElement:t&&(t.nodeType===1||t.nodeType===11)}function V(){const t=Object(arguments.length<=0?void 0:arguments[0]),e=["__proto__","constructor","prototype"];for(let i=1;i<arguments.length;i+=1){const s=i<0||arguments.length<=i?void 0:arguments[i];if(s!=null&&!Xe(s)){const n=Object.keys(Object(s)).filter(r=>e.indexOf(r)<0);for(let r=0,l=n.length;r<l;r+=1){const o=n[r],a=Object.getOwnPropertyDescriptor(s,o);a!==void 0&&a.enumerable&&(J(t[o])&&J(s[o])?s[o].__swiper__?t[o]=s[o]:V(t[o],s[o]):!J(t[o])&&J(s[o])?(t[o]={},s[o].__swiper__?t[o]=s[o]:V(t[o],s[o])):t[o]=s[o])}}}return t}function Q(t,e,i){t.style.setProperty(e,i)}function Ce(t){let{swiper:e,targetPosition:i,side:s}=t;const n=B(),r=-e.translate;let l=null,o;const a=e.params.speed;e.wrapperEl.style.scrollSnapType="none",n.cancelAnimationFrame(e.cssModeFrameID);const u=i>r?"next":"prev",d=(p,f)=>u==="next"&&p>=f||u==="prev"&&p<=f,c=()=>{o=new Date().getTime(),l===null&&(l=o);const p=Math.max(Math.min((o-l)/a,1),0),f=.5-Math.cos(p*Math.PI)/2;let h=r+f*(i-r);if(d(h,i)&&(h=i),e.wrapperEl.scrollTo({[s]:h}),d(h,i)){e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[s]:h})}),n.cancelAnimationFrame(e.cssModeFrameID);return}e.cssModeFrameID=n.requestAnimationFrame(c)};c()}function j(t,e){return e===void 0&&(e=""),[...t.children].filter(i=>i.matches(e))}function ie(t){try{console.warn(t);return}catch{}}function fe(t,e){e===void 0&&(e=[]);const i=document.createElement(t);return i.classList.add(...Array.isArray(e)?e:He(e)),i}function Ue(t,e){const i=[];for(;t.previousElementSibling;){const s=t.previousElementSibling;e?s.matches(e)&&i.push(s):i.push(s),t=s}return i}function Ke(t,e){const i=[];for(;t.nextElementSibling;){const s=t.nextElementSibling;e?s.matches(e)&&i.push(s):i.push(s),t=s}return i}function H(t,e){return B().getComputedStyle(t,null).getPropertyValue(e)}function Se(t){let e=t,i;if(e){for(i=0;(e=e.previousSibling)!==null;)e.nodeType===1&&(i+=1);return i}}function Ze(t,e){const i=[];let s=t.parentElement;for(;s;)i.push(s),s=s.parentElement;return i}function Te(t,e,i){const s=B();return t[e==="width"?"offsetWidth":"offsetHeight"]+parseFloat(s.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-right":"margin-top"))+parseFloat(s.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-left":"margin-bottom"))}function Je(t){let{swiper:e,extendParams:i,on:s,emit:n,params:r}=t;e.autoplay={running:!1,paused:!1,timeLeft:0},i({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!1,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}});let l,o,a=r&&r.autoplay?r.autoplay.delay:3e3,u=r&&r.autoplay?r.autoplay.delay:3e3,d,c=new Date().getTime(),p,f,h,g,T,m,b;function v(O){!e||e.destroyed||!e.wrapperEl||O.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",v),!(b||O.detail&&O.detail.bySwiperTouchMove)&&w())}const S=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?p=!0:p&&(u=d,p=!1);const O=e.autoplay.paused?d:c+u-new Date().getTime();e.autoplay.timeLeft=O,n("autoplayTimeLeft",O,O/a),o=requestAnimationFrame(()=>{S()})},y=()=>{let O;return e.virtual&&e.params.virtual.enabled?O=e.slides.filter(A=>A.classList.contains("swiper-slide-active"))[0]:O=e.slides[e.activeIndex],O?parseInt(O.getAttribute("data-swiper-autoplay"),10):void 0},L=O=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(o),S();let z=typeof O>"u"?e.params.autoplay.delay:O;a=e.params.autoplay.delay,u=e.params.autoplay.delay;const A=y();!Number.isNaN(A)&&A>0&&typeof O>"u"&&(z=A,a=A,u=A),d=z;const W=e.params.speed,K=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(W,!0,!0),n("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,W,!0,!0),n("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(W,!0,!0),n("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,W,!0,!0),n("autoplay")),e.params.cssMode&&(c=new Date().getTime(),requestAnimationFrame(()=>{L()})))};return z>0?(clearTimeout(l),l=setTimeout(()=>{K()},z)):requestAnimationFrame(()=>{K()}),z},D=()=>{c=new Date().getTime(),e.autoplay.running=!0,L(),n("autoplayStart")},I=()=>{e.autoplay.running=!1,clearTimeout(l),cancelAnimationFrame(o),n("autoplayStop")},E=(O,z)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(l),O||(m=!0);const A=()=>{n("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",v):w()};if(e.autoplay.paused=!0,z){T&&(d=e.params.autoplay.delay),T=!1,A();return}d=(d||e.params.autoplay.delay)-(new Date().getTime()-c),!(e.isEnd&&d<0&&!e.params.loop)&&(d<0&&(d=0),A())},w=()=>{e.isEnd&&d<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(c=new Date().getTime(),m?(m=!1,L(d)):L(),e.autoplay.paused=!1,n("autoplayResume"))},P=()=>{if(e.destroyed||!e.autoplay.running)return;const O=k();O.visibilityState==="hidden"&&(m=!0,E(!0)),O.visibilityState==="visible"&&w()},C=O=>{O.pointerType==="mouse"&&(m=!0,b=!0,!(e.animating||e.autoplay.paused)&&E(!0))},M=O=>{O.pointerType==="mouse"&&(b=!1,e.autoplay.paused&&w())},_=()=>{e.params.autoplay.pauseOnMouseEnter&&(e.el.addEventListener("pointerenter",C),e.el.addEventListener("pointerleave",M))},G=()=>{e.el&&typeof e.el!="string"&&(e.el.removeEventListener("pointerenter",C),e.el.removeEventListener("pointerleave",M))},R=()=>{k().addEventListener("visibilitychange",P)},X=()=>{k().removeEventListener("visibilitychange",P)};s("init",()=>{e.params.autoplay.enabled&&(_(),R(),D())}),s("destroy",()=>{G(),X(),e.autoplay.running&&I()}),s("_freeModeStaticRelease",()=>{(h||m)&&w()}),s("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?I():E(!0,!0)}),s("beforeTransitionStart",(O,z,A)=>{e.destroyed||!e.autoplay.running||(A||!e.params.autoplay.disableOnInteraction?E(!0,!0):I())}),s("sliderFirstMove",()=>{if(!(e.destroyed||!e.autoplay.running)){if(e.params.autoplay.disableOnInteraction){I();return}f=!0,h=!1,m=!1,g=setTimeout(()=>{m=!0,h=!0,E(!0)},200)}}),s("touchEnd",()=>{if(!(e.destroyed||!e.autoplay.running||!f)){if(clearTimeout(g),clearTimeout(l),e.params.autoplay.disableOnInteraction){h=!1,f=!1;return}h&&e.params.cssMode&&w(),h=!1,f=!1}}),s("slideChange",()=>{e.destroyed||!e.autoplay.running||(T=!0)}),Object.assign(e.autoplay,{start:D,stop:I,pause:E,resume:w})}let re;function Qe(){const t=B(),e=k();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function Ie(){return re||(re=Qe()),re}let ne;function et(t){let{userAgent:e}=t===void 0?{}:t;const i=Ie(),s=B(),n=s.navigator.platform,r=e||s.navigator.userAgent,l={ios:!1,android:!1},o=s.screen.width,a=s.screen.height,u=r.match(/(Android);?[\s\/]+([\d.]+)?/);let d=r.match(/(iPad).*OS\s([\d_]+)/);const c=r.match(/(iPod)(.*OS\s([\d_]+))?/),p=!d&&r.match(/(iPhone\sOS|iOS)\s([\d_]+)/),f=n==="Win32";let h=n==="MacIntel";const g=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!d&&h&&i.touch&&g.indexOf(`${o}x${a}`)>=0&&(d=r.match(/(Version)\/([\d.]+)/),d||(d=[0,1,"13_0_0"]),h=!1),u&&!f&&(l.os="android",l.android=!0),(d||p||c)&&(l.os="ios",l.ios=!0),l}function Le(t){return t===void 0&&(t={}),ne||(ne=et(t)),ne}let ae;function tt(){const t=B(),e=Le();let i=!1;function s(){const o=t.navigator.userAgent.toLowerCase();return o.indexOf("safari")>=0&&o.indexOf("chrome")<0&&o.indexOf("android")<0}if(s()){const o=String(t.navigator.userAgent);if(o.includes("Version/")){const[a,u]=o.split("Version/")[1].split(" ")[0].split(".").map(d=>Number(d));i=a<16||a===16&&u<2}}const n=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent),r=s(),l=r||n&&e.ios;return{isSafari:i||r,needPerspectiveFix:i,need3dFix:l,isWebView:n}}function it(){return ae||(ae=tt()),ae}function st(t){let{swiper:e,on:i,emit:s}=t;const n=B();let r=null,l=null;const o=()=>{!e||e.destroyed||!e.initialized||(s("beforeResize"),s("resize"))},a=()=>{!e||e.destroyed||!e.initialized||(r=new ResizeObserver(c=>{l=n.requestAnimationFrame(()=>{const{width:p,height:f}=e;let h=p,g=f;c.forEach(T=>{let{contentBoxSize:m,contentRect:b,target:v}=T;v&&v!==e.el||(h=b?b.width:(m[0]||m).inlineSize,g=b?b.height:(m[0]||m).blockSize)}),(h!==p||g!==f)&&o()})}),r.observe(e.el))},u=()=>{l&&n.cancelAnimationFrame(l),r&&r.unobserve&&e.el&&(r.unobserve(e.el),r=null)},d=()=>{!e||e.destroyed||!e.initialized||s("orientationchange")};i("init",()=>{if(e.params.resizeObserver&&typeof n.ResizeObserver<"u"){a();return}n.addEventListener("resize",o),n.addEventListener("orientationchange",d)}),i("destroy",()=>{u(),n.removeEventListener("resize",o),n.removeEventListener("orientationchange",d)})}function rt(t){let{swiper:e,extendParams:i,on:s,emit:n}=t;const r=[],l=B(),o=function(d,c){c===void 0&&(c={});const p=l.MutationObserver||l.WebkitMutationObserver,f=new p(h=>{if(e.__preventObserver__)return;if(h.length===1){n("observerUpdate",h[0]);return}const g=function(){n("observerUpdate",h[0])};l.requestAnimationFrame?l.requestAnimationFrame(g):l.setTimeout(g,0)});f.observe(d,{attributes:typeof c.attributes>"u"?!0:c.attributes,childList:e.isElement||(typeof c.childList>"u"?!0:c).childList,characterData:typeof c.characterData>"u"?!0:c.characterData}),r.push(f)},a=()=>{if(e.params.observer){if(e.params.observeParents){const d=Ze(e.hostEl);for(let c=0;c<d.length;c+=1)o(d[c])}o(e.hostEl,{childList:e.params.observeSlideChildren}),o(e.wrapperEl,{attributes:!1})}},u=()=>{r.forEach(d=>{d.disconnect()}),r.splice(0,r.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),s("init",a),s("destroy",u)}var nt={on(t,e,i){const s=this;if(!s.eventsListeners||s.destroyed||typeof e!="function")return s;const n=i?"unshift":"push";return t.split(" ").forEach(r=>{s.eventsListeners[r]||(s.eventsListeners[r]=[]),s.eventsListeners[r][n](e)}),s},once(t,e,i){const s=this;if(!s.eventsListeners||s.destroyed||typeof e!="function")return s;function n(){s.off(t,n),n.__emitterProxy&&delete n.__emitterProxy;for(var r=arguments.length,l=new Array(r),o=0;o<r;o++)l[o]=arguments[o];e.apply(s,l)}return n.__emitterProxy=e,s.on(t,n,i)},onAny(t,e){const i=this;if(!i.eventsListeners||i.destroyed||typeof t!="function")return i;const s=e?"unshift":"push";return i.eventsAnyListeners.indexOf(t)<0&&i.eventsAnyListeners[s](t),i},offAny(t){const e=this;if(!e.eventsListeners||e.destroyed||!e.eventsAnyListeners)return e;const i=e.eventsAnyListeners.indexOf(t);return i>=0&&e.eventsAnyListeners.splice(i,1),e},off(t,e){const i=this;return!i.eventsListeners||i.destroyed||!i.eventsListeners||t.split(" ").forEach(s=>{typeof e>"u"?i.eventsListeners[s]=[]:i.eventsListeners[s]&&i.eventsListeners[s].forEach((n,r)=>{(n===e||n.__emitterProxy&&n.__emitterProxy===e)&&i.eventsListeners[s].splice(r,1)})}),i},emit(){const t=this;if(!t.eventsListeners||t.destroyed||!t.eventsListeners)return t;let e,i,s;for(var n=arguments.length,r=new Array(n),l=0;l<n;l++)r[l]=arguments[l];return typeof r[0]=="string"||Array.isArray(r[0])?(e=r[0],i=r.slice(1,r.length),s=t):(e=r[0].events,i=r[0].data,s=r[0].context||t),i.unshift(s),(Array.isArray(e)?e:e.split(" ")).forEach(a=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(u=>{u.apply(s,[a,...i])}),t.eventsListeners&&t.eventsListeners[a]&&t.eventsListeners[a].forEach(u=>{u.apply(s,i)})}),t}};function at(){const t=this;let e,i;const s=t.el;typeof t.params.width<"u"&&t.params.width!==null?e=t.params.width:e=s.clientWidth,typeof t.params.height<"u"&&t.params.height!==null?i=t.params.height:i=s.clientHeight,!(e===0&&t.isHorizontal()||i===0&&t.isVertical())&&(e=e-parseInt(H(s,"padding-left")||0,10)-parseInt(H(s,"padding-right")||0,10),i=i-parseInt(H(s,"padding-top")||0,10)-parseInt(H(s,"padding-bottom")||0,10),Number.isNaN(e)&&(e=0),Number.isNaN(i)&&(i=0),Object.assign(t,{width:e,height:i,size:t.isHorizontal()?e:i}))}function lt(){const t=this;function e(w,P){return parseFloat(w.getPropertyValue(t.getDirectionLabel(P))||0)}const i=t.params,{wrapperEl:s,slidesEl:n,size:r,rtlTranslate:l,wrongRTL:o}=t,a=t.virtual&&i.virtual.enabled,u=a?t.virtual.slides.length:t.slides.length,d=j(n,`.${t.params.slideClass}, swiper-slide`),c=a?t.virtual.slides.length:d.length;let p=[];const f=[],h=[];let g=i.slidesOffsetBefore;typeof g=="function"&&(g=i.slidesOffsetBefore.call(t));let T=i.slidesOffsetAfter;typeof T=="function"&&(T=i.slidesOffsetAfter.call(t));const m=t.snapGrid.length,b=t.slidesGrid.length;let v=i.spaceBetween,S=-g,y=0,L=0;if(typeof r>"u")return;typeof v=="string"&&v.indexOf("%")>=0?v=parseFloat(v.replace("%",""))/100*r:typeof v=="string"&&(v=parseFloat(v)),t.virtualSize=-v,d.forEach(w=>{l?w.style.marginLeft="":w.style.marginRight="",w.style.marginBottom="",w.style.marginTop=""}),i.centeredSlides&&i.cssMode&&(Q(s,"--swiper-centered-offset-before",""),Q(s,"--swiper-centered-offset-after",""));const D=i.grid&&i.grid.rows>1&&t.grid;D?t.grid.initSlides(d):t.grid&&t.grid.unsetSlides();let I;const E=i.slidesPerView==="auto"&&i.breakpoints&&Object.keys(i.breakpoints).filter(w=>typeof i.breakpoints[w].slidesPerView<"u").length>0;for(let w=0;w<c;w+=1){I=0;let P;if(d[w]&&(P=d[w]),D&&t.grid.updateSlide(w,P,d),!(d[w]&&H(P,"display")==="none")){if(i.slidesPerView==="auto"){E&&(d[w].style[t.getDirectionLabel("width")]="");const C=getComputedStyle(P),M=P.style.transform,_=P.style.webkitTransform;if(M&&(P.style.transform="none"),_&&(P.style.webkitTransform="none"),i.roundLengths)I=t.isHorizontal()?Te(P,"width"):Te(P,"height");else{const G=e(C,"width"),R=e(C,"padding-left"),X=e(C,"padding-right"),O=e(C,"margin-left"),z=e(C,"margin-right"),A=C.getPropertyValue("box-sizing");if(A&&A==="border-box")I=G+O+z;else{const{clientWidth:W,offsetWidth:K}=P;I=G+R+X+O+z+(K-W)}}M&&(P.style.transform=M),_&&(P.style.webkitTransform=_),i.roundLengths&&(I=Math.floor(I))}else I=(r-(i.slidesPerView-1)*v)/i.slidesPerView,i.roundLengths&&(I=Math.floor(I)),d[w]&&(d[w].style[t.getDirectionLabel("width")]=`${I}px`);d[w]&&(d[w].swiperSlideSize=I),h.push(I),i.centeredSlides?(S=S+I/2+y/2+v,y===0&&w!==0&&(S=S-r/2-v),w===0&&(S=S-r/2-v),Math.abs(S)<1/1e3&&(S=0),i.roundLengths&&(S=Math.floor(S)),L%i.slidesPerGroup===0&&p.push(S),f.push(S)):(i.roundLengths&&(S=Math.floor(S)),(L-Math.min(t.params.slidesPerGroupSkip,L))%t.params.slidesPerGroup===0&&p.push(S),f.push(S),S=S+I+v),t.virtualSize+=I+v,y=I,L+=1}}if(t.virtualSize=Math.max(t.virtualSize,r)+T,l&&o&&(i.effect==="slide"||i.effect==="coverflow")&&(s.style.width=`${t.virtualSize+v}px`),i.setWrapperSize&&(s.style[t.getDirectionLabel("width")]=`${t.virtualSize+v}px`),D&&t.grid.updateWrapperSize(I,p),!i.centeredSlides){const w=[];for(let P=0;P<p.length;P+=1){let C=p[P];i.roundLengths&&(C=Math.floor(C)),p[P]<=t.virtualSize-r&&w.push(C)}p=w,Math.floor(t.virtualSize-r)-Math.floor(p[p.length-1])>1&&p.push(t.virtualSize-r)}if(a&&i.loop){const w=h[0]+v;if(i.slidesPerGroup>1){const P=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),C=w*i.slidesPerGroup;for(let M=0;M<P;M+=1)p.push(p[p.length-1]+C)}for(let P=0;P<t.virtual.slidesBefore+t.virtual.slidesAfter;P+=1)i.slidesPerGroup===1&&p.push(p[p.length-1]+w),f.push(f[f.length-1]+w),t.virtualSize+=w}if(p.length===0&&(p=[0]),v!==0){const w=t.isHorizontal()&&l?"marginLeft":t.getDirectionLabel("marginRight");d.filter((P,C)=>!i.cssMode||i.loop?!0:C!==d.length-1).forEach(P=>{P.style[w]=`${v}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let w=0;h.forEach(C=>{w+=C+(v||0)}),w-=v;const P=w-r;p=p.map(C=>C<=0?-g:C>P?P+T:C)}if(i.centerInsufficientSlides){let w=0;h.forEach(C=>{w+=C+(v||0)}),w-=v;const P=(i.slidesOffsetBefore||0)+(i.slidesOffsetAfter||0);if(w+P<r){const C=(r-w-P)/2;p.forEach((M,_)=>{p[_]=M-C}),f.forEach((M,_)=>{f[_]=M+C})}}if(Object.assign(t,{slides:d,snapGrid:p,slidesGrid:f,slidesSizesGrid:h}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){Q(s,"--swiper-centered-offset-before",`${-p[0]}px`),Q(s,"--swiper-centered-offset-after",`${t.size/2-h[h.length-1]/2}px`);const w=-t.snapGrid[0],P=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(C=>C+w),t.slidesGrid=t.slidesGrid.map(C=>C+P)}if(c!==u&&t.emit("slidesLengthChange"),p.length!==m&&(t.params.watchOverflow&&t.checkOverflow(),t.emit("snapGridLengthChange")),f.length!==b&&t.emit("slidesGridLengthChange"),i.watchSlidesProgress&&t.updateSlidesOffset(),t.emit("slidesUpdated"),!a&&!i.cssMode&&(i.effect==="slide"||i.effect==="fade")){const w=`${i.containerModifierClass}backface-hidden`,P=t.el.classList.contains(w);c<=i.maxBackfaceHiddenSlides?P||t.el.classList.add(w):P&&t.el.classList.remove(w)}}function ot(t){const e=this,i=[],s=e.virtual&&e.params.virtual.enabled;let n=0,r;typeof t=="number"?e.setTransition(t):t===!0&&e.setTransition(e.params.speed);const l=o=>s?e.slides[e.getSlideIndexByData(o)]:e.slides[o];if(e.params.slidesPerView!=="auto"&&e.params.slidesPerView>1)if(e.params.centeredSlides)(e.visibleSlides||[]).forEach(o=>{i.push(o)});else for(r=0;r<Math.ceil(e.params.slidesPerView);r+=1){const o=e.activeIndex+r;if(o>e.slides.length&&!s)break;i.push(l(o))}else i.push(l(e.activeIndex));for(r=0;r<i.length;r+=1)if(typeof i[r]<"u"){const o=i[r].offsetHeight;n=o>n?o:n}(n||n===0)&&(e.wrapperEl.style.height=`${n}px`)}function dt(){const t=this,e=t.slides,i=t.isElement?t.isHorizontal()?t.wrapperEl.offsetLeft:t.wrapperEl.offsetTop:0;for(let s=0;s<e.length;s+=1)e[s].swiperSlideOffset=(t.isHorizontal()?e[s].offsetLeft:e[s].offsetTop)-i-t.cssOverflowAdjustment()}const ye=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function ct(t){t===void 0&&(t=this&&this.translate||0);const e=this,i=e.params,{slides:s,rtlTranslate:n,snapGrid:r}=e;if(s.length===0)return;typeof s[0].swiperSlideOffset>"u"&&e.updateSlidesOffset();let l=-t;n&&(l=t),e.visibleSlidesIndexes=[],e.visibleSlides=[];let o=i.spaceBetween;typeof o=="string"&&o.indexOf("%")>=0?o=parseFloat(o.replace("%",""))/100*e.size:typeof o=="string"&&(o=parseFloat(o));for(let a=0;a<s.length;a+=1){const u=s[a];let d=u.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(d-=s[0].swiperSlideOffset);const c=(l+(i.centeredSlides?e.minTranslate():0)-d)/(u.swiperSlideSize+o),p=(l-r[0]+(i.centeredSlides?e.minTranslate():0)-d)/(u.swiperSlideSize+o),f=-(l-d),h=f+e.slidesSizesGrid[a],g=f>=0&&f<=e.size-e.slidesSizesGrid[a],T=f>=0&&f<e.size-1||h>1&&h<=e.size||f<=0&&h>=e.size;T&&(e.visibleSlides.push(u),e.visibleSlidesIndexes.push(a)),ye(u,T,i.slideVisibleClass),ye(u,g,i.slideFullyVisibleClass),u.progress=n?-c:c,u.originalProgress=n?-p:p}}function ut(t){const e=this;if(typeof t>"u"){const d=e.rtlTranslate?-1:1;t=e&&e.translate&&e.translate*d||0}const i=e.params,s=e.maxTranslate()-e.minTranslate();let{progress:n,isBeginning:r,isEnd:l,progressLoop:o}=e;const a=r,u=l;if(s===0)n=0,r=!0,l=!0;else{n=(t-e.minTranslate())/s;const d=Math.abs(t-e.minTranslate())<1,c=Math.abs(t-e.maxTranslate())<1;r=d||n<=0,l=c||n>=1,d&&(n=0),c&&(n=1)}if(i.loop){const d=e.getSlideIndexByData(0),c=e.getSlideIndexByData(e.slides.length-1),p=e.slidesGrid[d],f=e.slidesGrid[c],h=e.slidesGrid[e.slidesGrid.length-1],g=Math.abs(t);g>=p?o=(g-p)/h:o=(g+h-f)/h,o>1&&(o-=1)}Object.assign(e,{progress:n,progressLoop:o,isBeginning:r,isEnd:l}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),r&&!a&&e.emit("reachBeginning toEdge"),l&&!u&&e.emit("reachEnd toEdge"),(a&&!r||u&&!l)&&e.emit("fromEdge"),e.emit("progress",n)}const le=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function ft(){const t=this,{slides:e,params:i,slidesEl:s,activeIndex:n}=t,r=t.virtual&&i.virtual.enabled,l=t.grid&&i.grid&&i.grid.rows>1,o=c=>j(s,`.${i.slideClass}${c}, swiper-slide${c}`)[0];let a,u,d;if(r)if(i.loop){let c=n-t.virtual.slidesBefore;c<0&&(c=t.virtual.slides.length+c),c>=t.virtual.slides.length&&(c-=t.virtual.slides.length),a=o(`[data-swiper-slide-index="${c}"]`)}else a=o(`[data-swiper-slide-index="${n}"]`);else l?(a=e.filter(c=>c.column===n)[0],d=e.filter(c=>c.column===n+1)[0],u=e.filter(c=>c.column===n-1)[0]):a=e[n];a&&(l||(d=Ke(a,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!d&&(d=e[0]),u=Ue(a,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!u===0&&(u=e[e.length-1]))),e.forEach(c=>{le(c,c===a,i.slideActiveClass),le(c,c===d,i.slideNextClass),le(c,c===u,i.slidePrevClass)}),t.emitSlidesClasses()}const ee=(t,e)=>{if(!t||t.destroyed||!t.params)return;const i=()=>t.isElement?"swiper-slide":`.${t.params.slideClass}`,s=e.closest(i());if(s){let n=s.querySelector(`.${t.params.lazyPreloaderClass}`);!n&&t.isElement&&(s.shadowRoot?n=s.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{s.shadowRoot&&(n=s.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`),n&&n.remove())})),n&&n.remove()}},oe=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},pe=t=>{if(!t||t.destroyed||!t.params)return;let e=t.params.lazyPreloadPrevNext;const i=t.slides.length;if(!i||!e||e<0)return;e=Math.min(e,i);const s=t.params.slidesPerView==="auto"?t.slidesPerViewDynamic():Math.ceil(t.params.slidesPerView),n=t.activeIndex;if(t.params.grid&&t.params.grid.rows>1){const l=n,o=[l-e];o.push(...Array.from({length:e}).map((a,u)=>l+s+u)),t.slides.forEach((a,u)=>{o.includes(a.column)&&oe(t,u)});return}const r=n+s-1;if(t.params.rewind||t.params.loop)for(let l=n-e;l<=r+e;l+=1){const o=(l%i+i)%i;(o<n||o>r)&&oe(t,o)}else for(let l=Math.max(n-e,0);l<=Math.min(r+e,i-1);l+=1)l!==n&&(l>r||l<n)&&oe(t,l)};function pt(t){const{slidesGrid:e,params:i}=t,s=t.rtlTranslate?t.translate:-t.translate;let n;for(let r=0;r<e.length;r+=1)typeof e[r+1]<"u"?s>=e[r]&&s<e[r+1]-(e[r+1]-e[r])/2?n=r:s>=e[r]&&s<e[r+1]&&(n=r+1):s>=e[r]&&(n=r);return i.normalizeSlideIndex&&(n<0||typeof n>"u")&&(n=0),n}function mt(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:s,params:n,activeIndex:r,realIndex:l,snapIndex:o}=e;let a=t,u;const d=f=>{let h=f-e.virtual.slidesBefore;return h<0&&(h=e.virtual.slides.length+h),h>=e.virtual.slides.length&&(h-=e.virtual.slides.length),h};if(typeof a>"u"&&(a=pt(e)),s.indexOf(i)>=0)u=s.indexOf(i);else{const f=Math.min(n.slidesPerGroupSkip,a);u=f+Math.floor((a-f)/n.slidesPerGroup)}if(u>=s.length&&(u=s.length-1),a===r&&!e.params.loop){u!==o&&(e.snapIndex=u,e.emit("snapIndexChange"));return}if(a===r&&e.params.loop&&e.virtual&&e.params.virtual.enabled){e.realIndex=d(a);return}const c=e.grid&&n.grid&&n.grid.rows>1;let p;if(e.virtual&&n.virtual.enabled&&n.loop)p=d(a);else if(c){const f=e.slides.filter(g=>g.column===a)[0];let h=parseInt(f.getAttribute("data-swiper-slide-index"),10);Number.isNaN(h)&&(h=Math.max(e.slides.indexOf(f),0)),p=Math.floor(h/n.grid.rows)}else if(e.slides[a]){const f=e.slides[a].getAttribute("data-swiper-slide-index");f?p=parseInt(f,10):p=a}else p=a;Object.assign(e,{previousSnapIndex:o,snapIndex:u,previousRealIndex:l,realIndex:p,previousIndex:r,activeIndex:a}),e.initialized&&pe(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(l!==p&&e.emit("realIndexChange"),e.emit("slideChange"))}function ht(t,e){const i=this,s=i.params;let n=t.closest(`.${s.slideClass}, swiper-slide`);!n&&i.isElement&&e&&e.length>1&&e.includes(t)&&[...e.slice(e.indexOf(t)+1,e.length)].forEach(o=>{!n&&o.matches&&o.matches(`.${s.slideClass}, swiper-slide`)&&(n=o)});let r=!1,l;if(n){for(let o=0;o<i.slides.length;o+=1)if(i.slides[o]===n){r=!0,l=o;break}}if(n&&r)i.clickedSlide=n,i.virtual&&i.params.virtual.enabled?i.clickedIndex=parseInt(n.getAttribute("data-swiper-slide-index"),10):i.clickedIndex=l;else{i.clickedSlide=void 0,i.clickedIndex=void 0;return}s.slideToClickedSlide&&i.clickedIndex!==void 0&&i.clickedIndex!==i.activeIndex&&i.slideToClickedSlide()}var gt={updateSize:at,updateSlides:lt,updateAutoHeight:ot,updateSlidesOffset:dt,updateSlidesProgress:ct,updateProgress:ut,updateSlidesClasses:ft,updateActiveIndex:mt,updateClickedSlide:ht};function vt(t){t===void 0&&(t=this.isHorizontal()?"x":"y");const e=this,{params:i,rtlTranslate:s,translate:n,wrapperEl:r}=e;if(i.virtualTranslate)return s?-n:n;if(i.cssMode)return n;let l=Ye(r,t);return l+=e.cssOverflowAdjustment(),s&&(l=-l),l||0}function wt(t,e){const i=this,{rtlTranslate:s,params:n,wrapperEl:r,progress:l}=i;let o=0,a=0;const u=0;i.isHorizontal()?o=s?-t:t:a=t,n.roundLengths&&(o=Math.floor(o),a=Math.floor(a)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?o:a,n.cssMode?r[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-o:-a:n.virtualTranslate||(i.isHorizontal()?o-=i.cssOverflowAdjustment():a-=i.cssOverflowAdjustment(),r.style.transform=`translate3d(${o}px, ${a}px, ${u}px)`);let d;const c=i.maxTranslate()-i.minTranslate();c===0?d=0:d=(t-i.minTranslate())/c,d!==l&&i.updateProgress(t),i.emit("setTranslate",i.translate,e)}function St(){return-this.snapGrid[0]}function Tt(){return-this.snapGrid[this.snapGrid.length-1]}function yt(t,e,i,s,n){t===void 0&&(t=0),e===void 0&&(e=this.params.speed),i===void 0&&(i=!0),s===void 0&&(s=!0);const r=this,{params:l,wrapperEl:o}=r;if(r.animating&&l.preventInteractionOnTransition)return!1;const a=r.minTranslate(),u=r.maxTranslate();let d;if(s&&t>a?d=a:s&&t<u?d=u:d=t,r.updateProgress(d),l.cssMode){const c=r.isHorizontal();if(e===0)o[c?"scrollLeft":"scrollTop"]=-d;else{if(!r.support.smoothScroll)return Ce({swiper:r,targetPosition:-d,side:c?"left":"top"}),!0;o.scrollTo({[c?"left":"top"]:-d,behavior:"smooth"})}return!0}return e===0?(r.setTransition(0),r.setTranslate(d),i&&(r.emit("beforeTransitionStart",e,n),r.emit("transitionEnd"))):(r.setTransition(e),r.setTranslate(d),i&&(r.emit("beforeTransitionStart",e,n),r.emit("transitionStart")),r.animating||(r.animating=!0,r.onTranslateToWrapperTransitionEnd||(r.onTranslateToWrapperTransitionEnd=function(p){!r||r.destroyed||p.target===this&&(r.wrapperEl.removeEventListener("transitionend",r.onTranslateToWrapperTransitionEnd),r.onTranslateToWrapperTransitionEnd=null,delete r.onTranslateToWrapperTransitionEnd,r.animating=!1,i&&r.emit("transitionEnd"))}),r.wrapperEl.addEventListener("transitionend",r.onTranslateToWrapperTransitionEnd))),!0}var bt={getTranslate:vt,setTranslate:wt,minTranslate:St,maxTranslate:Tt,translateTo:yt};function xt(t,e){const i=this;i.params.cssMode||(i.wrapperEl.style.transitionDuration=`${t}ms`,i.wrapperEl.style.transitionDelay=t===0?"0ms":""),i.emit("setTransition",t,e)}function Oe(t){let{swiper:e,runCallbacks:i,direction:s,step:n}=t;const{activeIndex:r,previousIndex:l}=e;let o=s;if(o||(r>l?o="next":r<l?o="prev":o="reset"),e.emit(`transition${n}`),i&&r!==l){if(o==="reset"){e.emit(`slideResetTransition${n}`);return}e.emit(`slideChangeTransition${n}`),o==="next"?e.emit(`slideNextTransition${n}`):e.emit(`slidePrevTransition${n}`)}}function Et(t,e){t===void 0&&(t=!0);const i=this,{params:s}=i;s.cssMode||(s.autoHeight&&i.updateAutoHeight(),Oe({swiper:i,runCallbacks:t,direction:e,step:"Start"}))}function Pt(t,e){t===void 0&&(t=!0);const i=this,{params:s}=i;i.animating=!1,!s.cssMode&&(i.setTransition(0),Oe({swiper:i,runCallbacks:t,direction:e,step:"End"}))}var Mt={setTransition:xt,transitionStart:Et,transitionEnd:Pt};function Ct(t,e,i,s,n){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const r=this;let l=t;l<0&&(l=0);const{params:o,snapGrid:a,slidesGrid:u,previousIndex:d,activeIndex:c,rtlTranslate:p,wrapperEl:f,enabled:h}=r;if(!h&&!s&&!n||r.destroyed||r.animating&&o.preventInteractionOnTransition)return!1;typeof e>"u"&&(e=r.params.speed);const g=Math.min(r.params.slidesPerGroupSkip,l);let T=g+Math.floor((l-g)/r.params.slidesPerGroup);T>=a.length&&(T=a.length-1);const m=-a[T];if(o.normalizeSlideIndex)for(let v=0;v<u.length;v+=1){const S=-Math.floor(m*100),y=Math.floor(u[v]*100),L=Math.floor(u[v+1]*100);typeof u[v+1]<"u"?S>=y&&S<L-(L-y)/2?l=v:S>=y&&S<L&&(l=v+1):S>=y&&(l=v)}if(r.initialized&&l!==c&&(!r.allowSlideNext&&(p?m>r.translate&&m>r.minTranslate():m<r.translate&&m<r.minTranslate())||!r.allowSlidePrev&&m>r.translate&&m>r.maxTranslate()&&(c||0)!==l))return!1;l!==(d||0)&&i&&r.emit("beforeSlideChangeStart"),r.updateProgress(m);let b;if(l>c?b="next":l<c?b="prev":b="reset",p&&-m===r.translate||!p&&m===r.translate)return r.updateActiveIndex(l),o.autoHeight&&r.updateAutoHeight(),r.updateSlidesClasses(),o.effect!=="slide"&&r.setTranslate(m),b!=="reset"&&(r.transitionStart(i,b),r.transitionEnd(i,b)),!1;if(o.cssMode){const v=r.isHorizontal(),S=p?m:-m;if(e===0){const y=r.virtual&&r.params.virtual.enabled;y&&(r.wrapperEl.style.scrollSnapType="none",r._immediateVirtual=!0),y&&!r._cssModeVirtualInitialSet&&r.params.initialSlide>0?(r._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{f[v?"scrollLeft":"scrollTop"]=S})):f[v?"scrollLeft":"scrollTop"]=S,y&&requestAnimationFrame(()=>{r.wrapperEl.style.scrollSnapType="",r._immediateVirtual=!1})}else{if(!r.support.smoothScroll)return Ce({swiper:r,targetPosition:S,side:v?"left":"top"}),!0;f.scrollTo({[v?"left":"top"]:S,behavior:"smooth"})}return!0}return r.setTransition(e),r.setTranslate(m),r.updateActiveIndex(l),r.updateSlidesClasses(),r.emit("beforeTransitionStart",e,s),r.transitionStart(i,b),e===0?r.transitionEnd(i,b):r.animating||(r.animating=!0,r.onSlideToWrapperTransitionEnd||(r.onSlideToWrapperTransitionEnd=function(S){!r||r.destroyed||S.target===this&&(r.wrapperEl.removeEventListener("transitionend",r.onSlideToWrapperTransitionEnd),r.onSlideToWrapperTransitionEnd=null,delete r.onSlideToWrapperTransitionEnd,r.transitionEnd(i,b))}),r.wrapperEl.addEventListener("transitionend",r.onSlideToWrapperTransitionEnd)),!0}function It(t,e,i,s){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const n=this;if(n.destroyed)return;typeof e>"u"&&(e=n.params.speed);const r=n.grid&&n.params.grid&&n.params.grid.rows>1;let l=t;if(n.params.loop)if(n.virtual&&n.params.virtual.enabled)l=l+n.virtual.slidesBefore;else{let o;if(r){const p=l*n.params.grid.rows;o=n.slides.filter(f=>f.getAttribute("data-swiper-slide-index")*1===p)[0].column}else o=n.getSlideIndexByData(l);const a=r?Math.ceil(n.slides.length/n.params.grid.rows):n.slides.length,{centeredSlides:u}=n.params;let d=n.params.slidesPerView;d==="auto"?d=n.slidesPerViewDynamic():(d=Math.ceil(parseFloat(n.params.slidesPerView,10)),u&&d%2===0&&(d=d+1));let c=a-o<d;if(u&&(c=c||o<Math.ceil(d/2)),s&&u&&n.params.slidesPerView!=="auto"&&!r&&(c=!1),c){const p=u?o<n.activeIndex?"prev":"next":o-n.activeIndex-1<n.params.slidesPerView?"next":"prev";n.loopFix({direction:p,slideTo:!0,activeSlideIndex:p==="next"?o+1:o-a+1,slideRealIndex:p==="next"?n.realIndex:void 0})}if(r){const p=l*n.params.grid.rows;l=n.slides.filter(f=>f.getAttribute("data-swiper-slide-index")*1===p)[0].column}else l=n.getSlideIndexByData(l)}return requestAnimationFrame(()=>{n.slideTo(l,e,i,s)}),n}function Lt(t,e,i){e===void 0&&(e=!0);const s=this,{enabled:n,params:r,animating:l}=s;if(!n||s.destroyed)return s;typeof t>"u"&&(t=s.params.speed);let o=r.slidesPerGroup;r.slidesPerView==="auto"&&r.slidesPerGroup===1&&r.slidesPerGroupAuto&&(o=Math.max(s.slidesPerViewDynamic("current",!0),1));const a=s.activeIndex<r.slidesPerGroupSkip?1:o,u=s.virtual&&r.virtual.enabled;if(r.loop){if(l&&!u&&r.loopPreventsSliding)return!1;if(s.loopFix({direction:"next"}),s._clientLeft=s.wrapperEl.clientLeft,s.activeIndex===s.slides.length-1&&r.cssMode)return requestAnimationFrame(()=>{s.slideTo(s.activeIndex+a,t,e,i)}),!0}return r.rewind&&s.isEnd?s.slideTo(0,t,e,i):s.slideTo(s.activeIndex+a,t,e,i)}function Ot(t,e,i){e===void 0&&(e=!0);const s=this,{params:n,snapGrid:r,slidesGrid:l,rtlTranslate:o,enabled:a,animating:u}=s;if(!a||s.destroyed)return s;typeof t>"u"&&(t=s.params.speed);const d=s.virtual&&n.virtual.enabled;if(n.loop){if(u&&!d&&n.loopPreventsSliding)return!1;s.loopFix({direction:"prev"}),s._clientLeft=s.wrapperEl.clientLeft}const c=o?s.translate:-s.translate;function p(m){return m<0?-Math.floor(Math.abs(m)):Math.floor(m)}const f=p(c),h=r.map(m=>p(m));let g=r[h.indexOf(f)-1];if(typeof g>"u"&&n.cssMode){let m;r.forEach((b,v)=>{f>=b&&(m=v)}),typeof m<"u"&&(g=r[m>0?m-1:m])}let T=0;if(typeof g<"u"&&(T=l.indexOf(g),T<0&&(T=s.activeIndex-1),n.slidesPerView==="auto"&&n.slidesPerGroup===1&&n.slidesPerGroupAuto&&(T=T-s.slidesPerViewDynamic("previous",!0)+1,T=Math.max(T,0))),n.rewind&&s.isBeginning){const m=s.params.virtual&&s.params.virtual.enabled&&s.virtual?s.virtual.slides.length-1:s.slides.length-1;return s.slideTo(m,t,e,i)}else if(n.loop&&s.activeIndex===0&&n.cssMode)return requestAnimationFrame(()=>{s.slideTo(T,t,e,i)}),!0;return s.slideTo(T,t,e,i)}function _t(t,e,i){e===void 0&&(e=!0);const s=this;if(!s.destroyed)return typeof t>"u"&&(t=s.params.speed),s.slideTo(s.activeIndex,t,e,i)}function zt(t,e,i,s){e===void 0&&(e=!0),s===void 0&&(s=.5);const n=this;if(n.destroyed)return;typeof t>"u"&&(t=n.params.speed);let r=n.activeIndex;const l=Math.min(n.params.slidesPerGroupSkip,r),o=l+Math.floor((r-l)/n.params.slidesPerGroup),a=n.rtlTranslate?n.translate:-n.translate;if(a>=n.snapGrid[o]){const u=n.snapGrid[o],d=n.snapGrid[o+1];a-u>(d-u)*s&&(r+=n.params.slidesPerGroup)}else{const u=n.snapGrid[o-1],d=n.snapGrid[o];a-u<=(d-u)*s&&(r-=n.params.slidesPerGroup)}return r=Math.max(r,0),r=Math.min(r,n.slidesGrid.length-1),n.slideTo(r,t,e,i)}function At(){const t=this;if(t.destroyed)return;const{params:e,slidesEl:i}=t,s=e.slidesPerView==="auto"?t.slidesPerViewDynamic():e.slidesPerView;let n=t.clickedIndex,r;const l=t.isElement?"swiper-slide":`.${e.slideClass}`;if(e.loop){if(t.animating)return;r=parseInt(t.clickedSlide.getAttribute("data-swiper-slide-index"),10),e.centeredSlides?n<t.loopedSlides-s/2||n>t.slides.length-t.loopedSlides+s/2?(t.loopFix(),n=t.getSlideIndex(j(i,`${l}[data-swiper-slide-index="${r}"]`)[0]),ue(()=>{t.slideTo(n)})):t.slideTo(n):n>t.slides.length-s?(t.loopFix(),n=t.getSlideIndex(j(i,`${l}[data-swiper-slide-index="${r}"]`)[0]),ue(()=>{t.slideTo(n)})):t.slideTo(n)}else t.slideTo(n)}var Dt={slideTo:Ct,slideToLoop:It,slideNext:Lt,slidePrev:Ot,slideReset:_t,slideToClosest:zt,slideToClickedSlide:At};function Gt(t){const e=this,{params:i,slidesEl:s}=e;if(!i.loop||e.virtual&&e.params.virtual.enabled)return;const n=()=>{j(s,`.${i.slideClass}, swiper-slide`).forEach((c,p)=>{c.setAttribute("data-swiper-slide-index",p)})},r=e.grid&&i.grid&&i.grid.rows>1,l=i.slidesPerGroup*(r?i.grid.rows:1),o=e.slides.length%l!==0,a=r&&e.slides.length%i.grid.rows!==0,u=d=>{for(let c=0;c<d;c+=1){const p=e.isElement?fe("swiper-slide",[i.slideBlankClass]):fe("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(p)}};if(o){if(i.loopAddBlankSlides){const d=l-e.slides.length%l;u(d),e.recalcSlides(),e.updateSlides()}else ie("Swiper Loop Warning: The number of slides is not even to slidesPerGroup, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");n()}else if(a){if(i.loopAddBlankSlides){const d=i.grid.rows-e.slides.length%i.grid.rows;u(d),e.recalcSlides(),e.updateSlides()}else ie("Swiper Loop Warning: The number of slides is not even to grid.rows, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");n()}else n();e.loopFix({slideRealIndex:t,direction:i.centeredSlides?void 0:"next"})}function Nt(t){let{slideRealIndex:e,slideTo:i=!0,direction:s,setTranslate:n,activeSlideIndex:r,byController:l,byMousewheel:o}=t===void 0?{}:t;const a=this;if(!a.params.loop)return;a.emit("beforeLoopFix");const{slides:u,allowSlidePrev:d,allowSlideNext:c,slidesEl:p,params:f}=a,{centeredSlides:h}=f;if(a.allowSlidePrev=!0,a.allowSlideNext=!0,a.virtual&&f.virtual.enabled){i&&(!f.centeredSlides&&a.snapIndex===0?a.slideTo(a.virtual.slides.length,0,!1,!0):f.centeredSlides&&a.snapIndex<f.slidesPerView?a.slideTo(a.virtual.slides.length+a.snapIndex,0,!1,!0):a.snapIndex===a.snapGrid.length-1&&a.slideTo(a.virtual.slidesBefore,0,!1,!0)),a.allowSlidePrev=d,a.allowSlideNext=c,a.emit("loopFix");return}let g=f.slidesPerView;g==="auto"?g=a.slidesPerViewDynamic():(g=Math.ceil(parseFloat(f.slidesPerView,10)),h&&g%2===0&&(g=g+1));const T=f.slidesPerGroupAuto?g:f.slidesPerGroup;let m=T;m%T!==0&&(m+=T-m%T),m+=f.loopAdditionalSlides,a.loopedSlides=m;const b=a.grid&&f.grid&&f.grid.rows>1;u.length<g+m?ie("Swiper Loop Warning: The number of slides is not enough for loop mode, it will be disabled and not function properly. You need to add more slides (or make duplicates) or lower the values of slidesPerView and slidesPerGroup parameters"):b&&f.grid.fill==="row"&&ie("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const v=[],S=[];let y=a.activeIndex;typeof r>"u"?r=a.getSlideIndex(u.filter(M=>M.classList.contains(f.slideActiveClass))[0]):y=r;const L=s==="next"||!s,D=s==="prev"||!s;let I=0,E=0;const w=b?Math.ceil(u.length/f.grid.rows):u.length,C=(b?u[r].column:r)+(h&&typeof n>"u"?-g/2+.5:0);if(C<m){I=Math.max(m-C,T);for(let M=0;M<m-C;M+=1){const _=M-Math.floor(M/w)*w;if(b){const G=w-_-1;for(let R=u.length-1;R>=0;R-=1)u[R].column===G&&v.push(R)}else v.push(w-_-1)}}else if(C+g>w-m){E=Math.max(C-(w-m*2),T);for(let M=0;M<E;M+=1){const _=M-Math.floor(M/w)*w;b?u.forEach((G,R)=>{G.column===_&&S.push(R)}):S.push(_)}}if(a.__preventObserver__=!0,requestAnimationFrame(()=>{a.__preventObserver__=!1}),D&&v.forEach(M=>{u[M].swiperLoopMoveDOM=!0,p.prepend(u[M]),u[M].swiperLoopMoveDOM=!1}),L&&S.forEach(M=>{u[M].swiperLoopMoveDOM=!0,p.append(u[M]),u[M].swiperLoopMoveDOM=!1}),a.recalcSlides(),f.slidesPerView==="auto"?a.updateSlides():b&&(v.length>0&&D||S.length>0&&L)&&a.slides.forEach((M,_)=>{a.grid.updateSlide(_,M,a.slides)}),f.watchSlidesProgress&&a.updateSlidesOffset(),i){if(v.length>0&&D){if(typeof e>"u"){const M=a.slidesGrid[y],G=a.slidesGrid[y+I]-M;o?a.setTranslate(a.translate-G):(a.slideTo(y+Math.ceil(I),0,!1,!0),n&&(a.touchEventsData.startTranslate=a.touchEventsData.startTranslate-G,a.touchEventsData.currentTranslate=a.touchEventsData.currentTranslate-G))}else if(n){const M=b?v.length/f.grid.rows:v.length;a.slideTo(a.activeIndex+M,0,!1,!0),a.touchEventsData.currentTranslate=a.translate}}else if(S.length>0&&L)if(typeof e>"u"){const M=a.slidesGrid[y],G=a.slidesGrid[y-E]-M;o?a.setTranslate(a.translate-G):(a.slideTo(y-E,0,!1,!0),n&&(a.touchEventsData.startTranslate=a.touchEventsData.startTranslate-G,a.touchEventsData.currentTranslate=a.touchEventsData.currentTranslate-G))}else{const M=b?S.length/f.grid.rows:S.length;a.slideTo(a.activeIndex-M,0,!1,!0)}}if(a.allowSlidePrev=d,a.allowSlideNext=c,a.controller&&a.controller.control&&!l){const M={slideRealIndex:e,direction:s,setTranslate:n,activeSlideIndex:r,byController:!0};Array.isArray(a.controller.control)?a.controller.control.forEach(_=>{!_.destroyed&&_.params.loop&&_.loopFix({...M,slideTo:_.params.slidesPerView===f.slidesPerView?i:!1})}):a.controller.control instanceof a.constructor&&a.controller.control.params.loop&&a.controller.control.loopFix({...M,slideTo:a.controller.control.params.slidesPerView===f.slidesPerView?i:!1})}a.emit("loopFix")}function Vt(){const t=this,{params:e,slidesEl:i}=t;if(!e.loop||t.virtual&&t.params.virtual.enabled)return;t.recalcSlides();const s=[];t.slides.forEach(n=>{const r=typeof n.swiperSlideIndex>"u"?n.getAttribute("data-swiper-slide-index")*1:n.swiperSlideIndex;s[r]=n}),t.slides.forEach(n=>{n.removeAttribute("data-swiper-slide-index")}),s.forEach(n=>{i.append(n)}),t.recalcSlides(),t.slideTo(t.realIndex,0)}var Bt={loopCreate:Gt,loopFix:Nt,loopDestroy:Vt};function Rt(t){const e=this;if(!e.params.simulateTouch||e.params.watchOverflow&&e.isLocked||e.params.cssMode)return;const i=e.params.touchEventsTarget==="container"?e.el:e.wrapperEl;e.isElement&&(e.__preventObserver__=!0),i.style.cursor="move",i.style.cursor=t?"grabbing":"grab",e.isElement&&requestAnimationFrame(()=>{e.__preventObserver__=!1})}function Ft(){const t=this;t.params.watchOverflow&&t.isLocked||t.params.cssMode||(t.isElement&&(t.__preventObserver__=!0),t[t.params.touchEventsTarget==="container"?"el":"wrapperEl"].style.cursor="",t.isElement&&requestAnimationFrame(()=>{t.__preventObserver__=!1}))}var $t={setGrabCursor:Rt,unsetGrabCursor:Ft};function jt(t,e){e===void 0&&(e=this);function i(s){if(!s||s===k()||s===B())return null;s.assignedSlot&&(s=s.assignedSlot);const n=s.closest(t);return!n&&!s.getRootNode?null:n||i(s.getRootNode().host)}return i(e)}function be(t,e,i){const s=B(),{params:n}=t,r=n.edgeSwipeDetection,l=n.edgeSwipeThreshold;return r&&(i<=l||i>=s.innerWidth-l)?r==="prevent"?(e.preventDefault(),!0):!1:!0}function kt(t){const e=this,i=k();let s=t;s.originalEvent&&(s=s.originalEvent);const n=e.touchEventsData;if(s.type==="pointerdown"){if(n.pointerId!==null&&n.pointerId!==s.pointerId)return;n.pointerId=s.pointerId}else s.type==="touchstart"&&s.targetTouches.length===1&&(n.touchId=s.targetTouches[0].identifier);if(s.type==="touchstart"){be(e,s,s.targetTouches[0].pageX);return}const{params:r,touches:l,enabled:o}=e;if(!o||!r.simulateTouch&&s.pointerType==="mouse"||e.animating&&r.preventInteractionOnTransition)return;!e.animating&&r.cssMode&&r.loop&&e.loopFix();let a=s.target;if(r.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(a)||"which"in s&&s.which===3||"button"in s&&s.button>0||n.isTouched&&n.isMoved)return;const u=!!r.noSwipingClass&&r.noSwipingClass!=="",d=s.composedPath?s.composedPath():s.path;u&&s.target&&s.target.shadowRoot&&d&&(a=d[0]);const c=r.noSwipingSelector?r.noSwipingSelector:`.${r.noSwipingClass}`,p=!!(s.target&&s.target.shadowRoot);if(r.noSwiping&&(p?jt(c,a):a.closest(c))){e.allowClick=!0;return}if(r.swipeHandler&&!a.closest(r.swipeHandler))return;l.currentX=s.pageX,l.currentY=s.pageY;const f=l.currentX,h=l.currentY;if(!be(e,s,f))return;Object.assign(n,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),l.startX=f,l.startY=h,n.touchStartTime=te(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,r.threshold>0&&(n.allowThresholdMove=!1);let g=!0;a.matches(n.focusableElements)&&(g=!1,a.nodeName==="SELECT"&&(n.isTouched=!1)),i.activeElement&&i.activeElement.matches(n.focusableElements)&&i.activeElement!==a&&i.activeElement.blur();const T=g&&e.allowTouchMove&&r.touchStartPreventDefault;(r.touchStartForcePreventDefault||T)&&!a.isContentEditable&&s.preventDefault(),r.freeMode&&r.freeMode.enabled&&e.freeMode&&e.animating&&!r.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",s)}function Ht(t){const e=k(),i=this,s=i.touchEventsData,{params:n,touches:r,rtlTranslate:l,enabled:o}=i;if(!o||!n.simulateTouch&&t.pointerType==="mouse")return;let a=t;if(a.originalEvent&&(a=a.originalEvent),a.type==="pointermove"&&(s.touchId!==null||a.pointerId!==s.pointerId))return;let u;if(a.type==="touchmove"){if(u=[...a.changedTouches].filter(L=>L.identifier===s.touchId)[0],!u||u.identifier!==s.touchId)return}else u=a;if(!s.isTouched){s.startMoving&&s.isScrolling&&i.emit("touchMoveOpposite",a);return}const d=u.pageX,c=u.pageY;if(a.preventedByNestedSwiper){r.startX=d,r.startY=c;return}if(!i.allowTouchMove){a.target.matches(s.focusableElements)||(i.allowClick=!1),s.isTouched&&(Object.assign(r,{startX:d,startY:c,currentX:d,currentY:c}),s.touchStartTime=te());return}if(n.touchReleaseOnEdges&&!n.loop){if(i.isVertical()){if(c<r.startY&&i.translate<=i.maxTranslate()||c>r.startY&&i.translate>=i.minTranslate()){s.isTouched=!1,s.isMoved=!1;return}}else if(d<r.startX&&i.translate<=i.maxTranslate()||d>r.startX&&i.translate>=i.minTranslate())return}if(e.activeElement&&a.target===e.activeElement&&a.target.matches(s.focusableElements)){s.isMoved=!0,i.allowClick=!1;return}s.allowTouchCallbacks&&i.emit("touchMove",a),r.previousX=r.currentX,r.previousY=r.currentY,r.currentX=d,r.currentY=c;const p=r.currentX-r.startX,f=r.currentY-r.startY;if(i.params.threshold&&Math.sqrt(p**2+f**2)<i.params.threshold)return;if(typeof s.isScrolling>"u"){let L;i.isHorizontal()&&r.currentY===r.startY||i.isVertical()&&r.currentX===r.startX?s.isScrolling=!1:p*p+f*f>=25&&(L=Math.atan2(Math.abs(f),Math.abs(p))*180/Math.PI,s.isScrolling=i.isHorizontal()?L>n.touchAngle:90-L>n.touchAngle)}if(s.isScrolling&&i.emit("touchMoveOpposite",a),typeof s.startMoving>"u"&&(r.currentX!==r.startX||r.currentY!==r.startY)&&(s.startMoving=!0),s.isScrolling||a.type==="touchmove"&&s.preventTouchMoveFromPointerMove){s.isTouched=!1;return}if(!s.startMoving)return;i.allowClick=!1,!n.cssMode&&a.cancelable&&a.preventDefault(),n.touchMoveStopPropagation&&!n.nested&&a.stopPropagation();let h=i.isHorizontal()?p:f,g=i.isHorizontal()?r.currentX-r.previousX:r.currentY-r.previousY;n.oneWayMovement&&(h=Math.abs(h)*(l?1:-1),g=Math.abs(g)*(l?1:-1)),r.diff=h,h*=n.touchRatio,l&&(h=-h,g=-g);const T=i.touchesDirection;i.swipeDirection=h>0?"prev":"next",i.touchesDirection=g>0?"prev":"next";const m=i.params.loop&&!n.cssMode,b=i.touchesDirection==="next"&&i.allowSlideNext||i.touchesDirection==="prev"&&i.allowSlidePrev;if(!s.isMoved){if(m&&b&&i.loopFix({direction:i.swipeDirection}),s.startTranslate=i.getTranslate(),i.setTransition(0),i.animating){const L=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0,detail:{bySwiperTouchMove:!0}});i.wrapperEl.dispatchEvent(L)}s.allowMomentumBounce=!1,n.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",a)}let v;if(new Date().getTime(),s.isMoved&&s.allowThresholdMove&&T!==i.touchesDirection&&m&&b&&Math.abs(h)>=1){Object.assign(r,{startX:d,startY:c,currentX:d,currentY:c,startTranslate:s.currentTranslate}),s.loopSwapReset=!0,s.startTranslate=s.currentTranslate;return}i.emit("sliderMove",a),s.isMoved=!0,s.currentTranslate=h+s.startTranslate;let S=!0,y=n.resistanceRatio;if(n.touchReleaseOnEdges&&(y=0),h>0?(m&&b&&!v&&s.allowThresholdMove&&s.currentTranslate>(n.centeredSlides?i.minTranslate()-i.slidesSizesGrid[i.activeIndex+1]:i.minTranslate())&&i.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),s.currentTranslate>i.minTranslate()&&(S=!1,n.resistance&&(s.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+s.startTranslate+h)**y))):h<0&&(m&&b&&!v&&s.allowThresholdMove&&s.currentTranslate<(n.centeredSlides?i.maxTranslate()+i.slidesSizesGrid[i.slidesSizesGrid.length-1]:i.maxTranslate())&&i.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:i.slides.length-(n.slidesPerView==="auto"?i.slidesPerViewDynamic():Math.ceil(parseFloat(n.slidesPerView,10)))}),s.currentTranslate<i.maxTranslate()&&(S=!1,n.resistance&&(s.currentTranslate=i.maxTranslate()+1-(i.maxTranslate()-s.startTranslate-h)**y))),S&&(a.preventedByNestedSwiper=!0),!i.allowSlideNext&&i.swipeDirection==="next"&&s.currentTranslate<s.startTranslate&&(s.currentTranslate=s.startTranslate),!i.allowSlidePrev&&i.swipeDirection==="prev"&&s.currentTranslate>s.startTranslate&&(s.currentTranslate=s.startTranslate),!i.allowSlidePrev&&!i.allowSlideNext&&(s.currentTranslate=s.startTranslate),n.threshold>0)if(Math.abs(h)>n.threshold||s.allowThresholdMove){if(!s.allowThresholdMove){s.allowThresholdMove=!0,r.startX=r.currentX,r.startY=r.currentY,s.currentTranslate=s.startTranslate,r.diff=i.isHorizontal()?r.currentX-r.startX:r.currentY-r.startY;return}}else{s.currentTranslate=s.startTranslate;return}!n.followFinger||n.cssMode||((n.freeMode&&n.freeMode.enabled&&i.freeMode||n.watchSlidesProgress)&&(i.updateActiveIndex(),i.updateSlidesClasses()),n.freeMode&&n.freeMode.enabled&&i.freeMode&&i.freeMode.onTouchMove(),i.updateProgress(s.currentTranslate),i.setTranslate(s.currentTranslate))}function Wt(t){const e=this,i=e.touchEventsData;let s=t;s.originalEvent&&(s=s.originalEvent);let n;if(s.type==="touchend"||s.type==="touchcancel"){if(n=[...s.changedTouches].filter(y=>y.identifier===i.touchId)[0],!n||n.identifier!==i.touchId)return}else{if(i.touchId!==null||s.pointerId!==i.pointerId)return;n=s}if(["pointercancel","pointerout","pointerleave","contextmenu"].includes(s.type)&&!(["pointercancel","contextmenu"].includes(s.type)&&(e.browser.isSafari||e.browser.isWebView)))return;i.pointerId=null,i.touchId=null;const{params:l,touches:o,rtlTranslate:a,slidesGrid:u,enabled:d}=e;if(!d||!l.simulateTouch&&s.pointerType==="mouse")return;if(i.allowTouchCallbacks&&e.emit("touchEnd",s),i.allowTouchCallbacks=!1,!i.isTouched){i.isMoved&&l.grabCursor&&e.setGrabCursor(!1),i.isMoved=!1,i.startMoving=!1;return}l.grabCursor&&i.isMoved&&i.isTouched&&(e.allowSlideNext===!0||e.allowSlidePrev===!0)&&e.setGrabCursor(!1);const c=te(),p=c-i.touchStartTime;if(e.allowClick){const y=s.path||s.composedPath&&s.composedPath();e.updateClickedSlide(y&&y[0]||s.target,y),e.emit("tap click",s),p<300&&c-i.lastClickTime<300&&e.emit("doubleTap doubleClick",s)}if(i.lastClickTime=te(),ue(()=>{e.destroyed||(e.allowClick=!0)}),!i.isTouched||!i.isMoved||!e.swipeDirection||o.diff===0&&!i.loopSwapReset||i.currentTranslate===i.startTranslate&&!i.loopSwapReset){i.isTouched=!1,i.isMoved=!1,i.startMoving=!1;return}i.isTouched=!1,i.isMoved=!1,i.startMoving=!1;let f;if(l.followFinger?f=a?e.translate:-e.translate:f=-i.currentTranslate,l.cssMode)return;if(l.freeMode&&l.freeMode.enabled){e.freeMode.onTouchEnd({currentPos:f});return}const h=f>=-e.maxTranslate()&&!e.params.loop;let g=0,T=e.slidesSizesGrid[0];for(let y=0;y<u.length;y+=y<l.slidesPerGroupSkip?1:l.slidesPerGroup){const L=y<l.slidesPerGroupSkip-1?1:l.slidesPerGroup;typeof u[y+L]<"u"?(h||f>=u[y]&&f<u[y+L])&&(g=y,T=u[y+L]-u[y]):(h||f>=u[y])&&(g=y,T=u[u.length-1]-u[u.length-2])}let m=null,b=null;l.rewind&&(e.isBeginning?b=l.virtual&&l.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(m=0));const v=(f-u[g])/T,S=g<l.slidesPerGroupSkip-1?1:l.slidesPerGroup;if(p>l.longSwipesMs){if(!l.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(v>=l.longSwipesRatio?e.slideTo(l.rewind&&e.isEnd?m:g+S):e.slideTo(g)),e.swipeDirection==="prev"&&(v>1-l.longSwipesRatio?e.slideTo(g+S):b!==null&&v<0&&Math.abs(v)>l.longSwipesRatio?e.slideTo(b):e.slideTo(g))}else{if(!l.shortSwipes){e.slideTo(e.activeIndex);return}e.navigation&&(s.target===e.navigation.nextEl||s.target===e.navigation.prevEl)?s.target===e.navigation.nextEl?e.slideTo(g+S):e.slideTo(g):(e.swipeDirection==="next"&&e.slideTo(m!==null?m:g+S),e.swipeDirection==="prev"&&e.slideTo(b!==null?b:g))}}function xe(){const t=this,{params:e,el:i}=t;if(i&&i.offsetWidth===0)return;e.breakpoints&&t.setBreakpoint();const{allowSlideNext:s,allowSlidePrev:n,snapGrid:r}=t,l=t.virtual&&t.params.virtual.enabled;t.allowSlideNext=!0,t.allowSlidePrev=!0,t.updateSize(),t.updateSlides(),t.updateSlidesClasses();const o=l&&e.loop;(e.slidesPerView==="auto"||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides&&!o?t.slideTo(t.slides.length-1,0,!1,!0):t.params.loop&&!l?t.slideToLoop(t.realIndex,0,!1,!0):t.slideTo(t.activeIndex,0,!1,!0),t.autoplay&&t.autoplay.running&&t.autoplay.paused&&(clearTimeout(t.autoplay.resizeTimeout),t.autoplay.resizeTimeout=setTimeout(()=>{t.autoplay&&t.autoplay.running&&t.autoplay.paused&&t.autoplay.resume()},500)),t.allowSlidePrev=n,t.allowSlideNext=s,t.params.watchOverflow&&r!==t.snapGrid&&t.checkOverflow()}function qt(t){const e=this;e.enabled&&(e.allowClick||(e.params.preventClicks&&t.preventDefault(),e.params.preventClicksPropagation&&e.animating&&(t.stopPropagation(),t.stopImmediatePropagation())))}function Yt(){const t=this,{wrapperEl:e,rtlTranslate:i,enabled:s}=t;if(!s)return;t.previousTranslate=t.translate,t.isHorizontal()?t.translate=-e.scrollLeft:t.translate=-e.scrollTop,t.translate===0&&(t.translate=0),t.updateActiveIndex(),t.updateSlidesClasses();let n;const r=t.maxTranslate()-t.minTranslate();r===0?n=0:n=(t.translate-t.minTranslate())/r,n!==t.progress&&t.updateProgress(i?-t.translate:t.translate),t.emit("setTranslate",t.translate,!1)}function Xt(t){const e=this;ee(e,t.target),!(e.params.cssMode||e.params.slidesPerView!=="auto"&&!e.params.autoHeight)&&e.update()}function Ut(){const t=this;t.documentTouchHandlerProceeded||(t.documentTouchHandlerProceeded=!0,t.params.touchReleaseOnEdges&&(t.el.style.touchAction="auto"))}const _e=(t,e)=>{const i=k(),{params:s,el:n,wrapperEl:r,device:l}=t,o=!!s.nested,a=e==="on"?"addEventListener":"removeEventListener",u=e;!n||typeof n=="string"||(i[a]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:o}),n[a]("touchstart",t.onTouchStart,{passive:!1}),n[a]("pointerdown",t.onTouchStart,{passive:!1}),i[a]("touchmove",t.onTouchMove,{passive:!1,capture:o}),i[a]("pointermove",t.onTouchMove,{passive:!1,capture:o}),i[a]("touchend",t.onTouchEnd,{passive:!0}),i[a]("pointerup",t.onTouchEnd,{passive:!0}),i[a]("pointercancel",t.onTouchEnd,{passive:!0}),i[a]("touchcancel",t.onTouchEnd,{passive:!0}),i[a]("pointerout",t.onTouchEnd,{passive:!0}),i[a]("pointerleave",t.onTouchEnd,{passive:!0}),i[a]("contextmenu",t.onTouchEnd,{passive:!0}),(s.preventClicks||s.preventClicksPropagation)&&n[a]("click",t.onClick,!0),s.cssMode&&r[a]("scroll",t.onScroll),s.updateOnWindowResize?t[u](l.ios||l.android?"resize orientationchange observerUpdate":"resize observerUpdate",xe,!0):t[u]("observerUpdate",xe,!0),n[a]("load",t.onLoad,{capture:!0}))};function Kt(){const t=this,{params:e}=t;t.onTouchStart=kt.bind(t),t.onTouchMove=Ht.bind(t),t.onTouchEnd=Wt.bind(t),t.onDocumentTouchStart=Ut.bind(t),e.cssMode&&(t.onScroll=Yt.bind(t)),t.onClick=qt.bind(t),t.onLoad=Xt.bind(t),_e(t,"on")}function Zt(){_e(this,"off")}var Jt={attachEvents:Kt,detachEvents:Zt};const Ee=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;function Qt(){const t=this,{realIndex:e,initialized:i,params:s,el:n}=t,r=s.breakpoints;if(!r||r&&Object.keys(r).length===0)return;const l=t.getBreakpoint(r,t.params.breakpointsBase,t.el);if(!l||t.currentBreakpoint===l)return;const a=(l in r?r[l]:void 0)||t.originalParams,u=Ee(t,s),d=Ee(t,a),c=t.params.grabCursor,p=a.grabCursor,f=s.enabled;u&&!d?(n.classList.remove(`${s.containerModifierClass}grid`,`${s.containerModifierClass}grid-column`),t.emitContainerClasses()):!u&&d&&(n.classList.add(`${s.containerModifierClass}grid`),(a.grid.fill&&a.grid.fill==="column"||!a.grid.fill&&s.grid.fill==="column")&&n.classList.add(`${s.containerModifierClass}grid-column`),t.emitContainerClasses()),c&&!p?t.unsetGrabCursor():!c&&p&&t.setGrabCursor(),["navigation","pagination","scrollbar"].forEach(v=>{if(typeof a[v]>"u")return;const S=s[v]&&s[v].enabled,y=a[v]&&a[v].enabled;S&&!y&&t[v].disable(),!S&&y&&t[v].enable()});const h=a.direction&&a.direction!==s.direction,g=s.loop&&(a.slidesPerView!==s.slidesPerView||h),T=s.loop;h&&i&&t.changeDirection(),V(t.params,a);const m=t.params.enabled,b=t.params.loop;Object.assign(t,{allowTouchMove:t.params.allowTouchMove,allowSlideNext:t.params.allowSlideNext,allowSlidePrev:t.params.allowSlidePrev}),f&&!m?t.disable():!f&&m&&t.enable(),t.currentBreakpoint=l,t.emit("_beforeBreakpoint",a),i&&(g?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!T&&b?(t.loopCreate(e),t.updateSlides()):T&&!b&&t.loopDestroy()),t.emit("breakpoint",a)}function ei(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let s=!1;const n=B(),r=e==="window"?n.innerHeight:i.clientHeight,l=Object.keys(t).map(o=>{if(typeof o=="string"&&o.indexOf("@")===0){const a=parseFloat(o.substr(1));return{value:r*a,point:o}}return{value:o,point:o}});l.sort((o,a)=>parseInt(o.value,10)-parseInt(a.value,10));for(let o=0;o<l.length;o+=1){const{point:a,value:u}=l[o];e==="window"?n.matchMedia(`(min-width: ${u}px)`).matches&&(s=a):u<=i.clientWidth&&(s=a)}return s||"max"}var ti={setBreakpoint:Qt,getBreakpoint:ei};function ii(t,e){const i=[];return t.forEach(s=>{typeof s=="object"?Object.keys(s).forEach(n=>{s[n]&&i.push(e+n)}):typeof s=="string"&&i.push(e+s)}),i}function si(){const t=this,{classNames:e,params:i,rtl:s,el:n,device:r}=t,l=ii(["initialized",i.direction,{"free-mode":t.params.freeMode&&i.freeMode.enabled},{autoheight:i.autoHeight},{rtl:s},{grid:i.grid&&i.grid.rows>1},{"grid-column":i.grid&&i.grid.rows>1&&i.grid.fill==="column"},{android:r.android},{ios:r.ios},{"css-mode":i.cssMode},{centered:i.cssMode&&i.centeredSlides},{"watch-progress":i.watchSlidesProgress}],i.containerModifierClass);e.push(...l),n.classList.add(...e),t.emitContainerClasses()}function ri(){const t=this,{el:e,classNames:i}=t;!e||typeof e=="string"||(e.classList.remove(...i),t.emitContainerClasses())}var ni={addClasses:si,removeClasses:ri};function ai(){const t=this,{isLocked:e,params:i}=t,{slidesOffsetBefore:s}=i;if(s){const n=t.slides.length-1,r=t.slidesGrid[n]+t.slidesSizesGrid[n]+s*2;t.isLocked=t.size>r}else t.isLocked=t.snapGrid.length===1;i.allowSlideNext===!0&&(t.allowSlideNext=!t.isLocked),i.allowSlidePrev===!0&&(t.allowSlidePrev=!t.isLocked),e&&e!==t.isLocked&&(t.isEnd=!1),e!==t.isLocked&&t.emit(t.isLocked?"lock":"unlock")}var li={checkOverflow:ai},me={init:!0,direction:"horizontal",oneWayMovement:!1,swiperElementNodeName:"SWIPER-CONTAINER",touchEventsTarget:"wrapper",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!0,nested:!1,createElements:!1,eventsPrefix:"swiper",enabled:!0,focusableElements:"input, select, option, textarea, button, video, label",width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",breakpoints:void 0,breakpointsBase:"window",spaceBetween:0,slidesPerView:1,slidesPerGroup:1,slidesPerGroupSkip:0,slidesPerGroupAuto:!1,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:5,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,loop:!1,loopAddBlankSlides:!0,loopAdditionalSlides:0,loopPreventsSliding:!0,rewind:!1,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",noSwipingSelector:null,passiveListeners:!0,maxBackfaceHiddenSlides:10,containerModifierClass:"swiper-",slideClass:"swiper-slide",slideBlankClass:"swiper-slide-blank",slideActiveClass:"swiper-slide-active",slideVisibleClass:"swiper-slide-visible",slideFullyVisibleClass:"swiper-slide-fully-visible",slideNextClass:"swiper-slide-next",slidePrevClass:"swiper-slide-prev",wrapperClass:"swiper-wrapper",lazyPreloaderClass:"swiper-lazy-preloader",lazyPreloadPrevNext:0,runCallbacksOnInit:!0,_emitClasses:!1};function oi(t,e){return function(s){s===void 0&&(s={});const n=Object.keys(s)[0],r=s[n];if(typeof r!="object"||r===null){V(e,s);return}if(t[n]===!0&&(t[n]={enabled:!0}),n==="navigation"&&t[n]&&t[n].enabled&&!t[n].prevEl&&!t[n].nextEl&&(t[n].auto=!0),["pagination","scrollbar"].indexOf(n)>=0&&t[n]&&t[n].enabled&&!t[n].el&&(t[n].auto=!0),!(n in t&&"enabled"in r)){V(e,s);return}typeof t[n]=="object"&&!("enabled"in t[n])&&(t[n].enabled=!0),t[n]||(t[n]={enabled:!1}),V(e,s)}}const de={eventsEmitter:nt,update:gt,translate:bt,transition:Mt,slide:Dt,loop:Bt,grabCursor:$t,events:Jt,breakpoints:ti,checkOverflow:li,classes:ni},ce={};let ge=class ${constructor(){let e,i;for(var s=arguments.length,n=new Array(s),r=0;r<s;r++)n[r]=arguments[r];n.length===1&&n[0].constructor&&Object.prototype.toString.call(n[0]).slice(8,-1)==="Object"?i=n[0]:[e,i]=n,i||(i={}),i=V({},i),e&&!i.el&&(i.el=e);const l=k();if(i.el&&typeof i.el=="string"&&l.querySelectorAll(i.el).length>1){const d=[];return l.querySelectorAll(i.el).forEach(c=>{const p=V({},i,{el:c});d.push(new $(p))}),d}const o=this;o.__swiper__=!0,o.support=Ie(),o.device=Le({userAgent:i.userAgent}),o.browser=it(),o.eventsListeners={},o.eventsAnyListeners=[],o.modules=[...o.__modules__],i.modules&&Array.isArray(i.modules)&&o.modules.push(...i.modules);const a={};o.modules.forEach(d=>{d({params:i,swiper:o,extendParams:oi(i,a),on:o.on.bind(o),once:o.once.bind(o),off:o.off.bind(o),emit:o.emit.bind(o)})});const u=V({},me,a);return o.params=V({},u,ce,i),o.originalParams=V({},o.params),o.passedParams=V({},i),o.params&&o.params.on&&Object.keys(o.params.on).forEach(d=>{o.on(d,o.params.on[d])}),o.params&&o.params.onAny&&o.onAny(o.params.onAny),Object.assign(o,{enabled:o.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return o.params.direction==="horizontal"},isVertical(){return o.params.direction==="vertical"},activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,cssOverflowAdjustment(){return Math.trunc(this.translate/2**23)*2**23},allowSlideNext:o.params.allowSlideNext,allowSlidePrev:o.params.allowSlidePrev,touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:o.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:o.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),o.emit("_swiper"),o.params.init&&o.init(),o}getDirectionLabel(e){return this.isHorizontal()?e:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[e]}getSlideIndex(e){const{slidesEl:i,params:s}=this,n=j(i,`.${s.slideClass}, swiper-slide`),r=Se(n[0]);return Se(e)-r}getSlideIndexByData(e){return this.getSlideIndex(this.slides.filter(i=>i.getAttribute("data-swiper-slide-index")*1===e)[0])}recalcSlides(){const e=this,{slidesEl:i,params:s}=e;e.slides=j(i,`.${s.slideClass}, swiper-slide`)}enable(){const e=this;e.enabled||(e.enabled=!0,e.params.grabCursor&&e.setGrabCursor(),e.emit("enable"))}disable(){const e=this;e.enabled&&(e.enabled=!1,e.params.grabCursor&&e.unsetGrabCursor(),e.emit("disable"))}setProgress(e,i){const s=this;e=Math.min(Math.max(e,0),1);const n=s.minTranslate(),l=(s.maxTranslate()-n)*e+n;s.translateTo(l,typeof i>"u"?0:i),s.updateActiveIndex(),s.updateSlidesClasses()}emitContainerClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=e.el.className.split(" ").filter(s=>s.indexOf("swiper")===0||s.indexOf(e.params.containerModifierClass)===0);e.emit("_containerClasses",i.join(" "))}getSlideClasses(e){const i=this;return i.destroyed?"":e.className.split(" ").filter(s=>s.indexOf("swiper-slide")===0||s.indexOf(i.params.slideClass)===0).join(" ")}emitSlidesClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=[];e.slides.forEach(s=>{const n=e.getSlideClasses(s);i.push({slideEl:s,classNames:n}),e.emit("_slideClass",s,n)}),e.emit("_slideClasses",i)}slidesPerViewDynamic(e,i){e===void 0&&(e="current"),i===void 0&&(i=!1);const s=this,{params:n,slides:r,slidesGrid:l,slidesSizesGrid:o,size:a,activeIndex:u}=s;let d=1;if(typeof n.slidesPerView=="number")return n.slidesPerView;if(n.centeredSlides){let c=r[u]?Math.ceil(r[u].swiperSlideSize):0,p;for(let f=u+1;f<r.length;f+=1)r[f]&&!p&&(c+=Math.ceil(r[f].swiperSlideSize),d+=1,c>a&&(p=!0));for(let f=u-1;f>=0;f-=1)r[f]&&!p&&(c+=r[f].swiperSlideSize,d+=1,c>a&&(p=!0))}else if(e==="current")for(let c=u+1;c<r.length;c+=1)(i?l[c]+o[c]-l[u]<a:l[c]-l[u]<a)&&(d+=1);else for(let c=u-1;c>=0;c-=1)l[u]-l[c]<a&&(d+=1);return d}update(){const e=this;if(!e||e.destroyed)return;const{snapGrid:i,params:s}=e;s.breakpoints&&e.setBreakpoint(),[...e.el.querySelectorAll('[loading="lazy"]')].forEach(l=>{l.complete&&ee(e,l)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function n(){const l=e.rtlTranslate?e.translate*-1:e.translate,o=Math.min(Math.max(l,e.maxTranslate()),e.minTranslate());e.setTranslate(o),e.updateActiveIndex(),e.updateSlidesClasses()}let r;if(s.freeMode&&s.freeMode.enabled&&!s.cssMode)n(),s.autoHeight&&e.updateAutoHeight();else{if((s.slidesPerView==="auto"||s.slidesPerView>1)&&e.isEnd&&!s.centeredSlides){const l=e.virtual&&s.virtual.enabled?e.virtual.slides:e.slides;r=e.slideTo(l.length-1,0,!1,!0)}else r=e.slideTo(e.activeIndex,0,!1,!0);r||n()}s.watchOverflow&&i!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,i){i===void 0&&(i=!0);const s=this,n=s.params.direction;return e||(e=n==="horizontal"?"vertical":"horizontal"),e===n||e!=="horizontal"&&e!=="vertical"||(s.el.classList.remove(`${s.params.containerModifierClass}${n}`),s.el.classList.add(`${s.params.containerModifierClass}${e}`),s.emitContainerClasses(),s.params.direction=e,s.slides.forEach(r=>{e==="vertical"?r.style.width="":r.style.height=""}),s.emit("changeDirection"),i&&s.update()),s}changeLanguageDirection(e){const i=this;i.rtl&&e==="rtl"||!i.rtl&&e==="ltr"||(i.rtl=e==="rtl",i.rtlTranslate=i.params.direction==="horizontal"&&i.rtl,i.rtl?(i.el.classList.add(`${i.params.containerModifierClass}rtl`),i.el.dir="rtl"):(i.el.classList.remove(`${i.params.containerModifierClass}rtl`),i.el.dir="ltr"),i.update())}mount(e){const i=this;if(i.mounted)return!0;let s=e||i.params.el;if(typeof s=="string"&&(s=document.querySelector(s)),!s)return!1;s.swiper=i,s.parentNode&&s.parentNode.host&&s.parentNode.host.nodeName===i.params.swiperElementNodeName.toUpperCase()&&(i.isElement=!0);const n=()=>`.${(i.params.wrapperClass||"").trim().split(" ").join(".")}`;let l=s&&s.shadowRoot&&s.shadowRoot.querySelector?s.shadowRoot.querySelector(n()):j(s,n())[0];return!l&&i.params.createElements&&(l=fe("div",i.params.wrapperClass),s.append(l),j(s,`.${i.params.slideClass}`).forEach(o=>{l.append(o)})),Object.assign(i,{el:s,wrapperEl:l,slidesEl:i.isElement&&!s.parentNode.host.slideSlots?s.parentNode.host:l,hostEl:i.isElement?s.parentNode.host:s,mounted:!0,rtl:s.dir.toLowerCase()==="rtl"||H(s,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(s.dir.toLowerCase()==="rtl"||H(s,"direction")==="rtl"),wrongRTL:H(l,"display")==="-webkit-box"}),!0}init(e){const i=this;if(i.initialized||i.mount(e)===!1)return i;i.emit("beforeInit"),i.params.breakpoints&&i.setBreakpoint(),i.addClasses(),i.updateSize(),i.updateSlides(),i.params.watchOverflow&&i.checkOverflow(),i.params.grabCursor&&i.enabled&&i.setGrabCursor(),i.params.loop&&i.virtual&&i.params.virtual.enabled?i.slideTo(i.params.initialSlide+i.virtual.slidesBefore,0,i.params.runCallbacksOnInit,!1,!0):i.slideTo(i.params.initialSlide,0,i.params.runCallbacksOnInit,!1,!0),i.params.loop&&i.loopCreate(),i.attachEvents();const n=[...i.el.querySelectorAll('[loading="lazy"]')];return i.isElement&&n.push(...i.hostEl.querySelectorAll('[loading="lazy"]')),n.forEach(r=>{r.complete?ee(i,r):r.addEventListener("load",l=>{ee(i,l.target)})}),pe(i),i.initialized=!0,pe(i),i.emit("init"),i.emit("afterInit"),i}destroy(e,i){e===void 0&&(e=!0),i===void 0&&(i=!0);const s=this,{params:n,el:r,wrapperEl:l,slides:o}=s;return typeof s.params>"u"||s.destroyed||(s.emit("beforeDestroy"),s.initialized=!1,s.detachEvents(),n.loop&&s.loopDestroy(),i&&(s.removeClasses(),r&&typeof r!="string"&&r.removeAttribute("style"),l&&l.removeAttribute("style"),o&&o.length&&o.forEach(a=>{a.classList.remove(n.slideVisibleClass,n.slideFullyVisibleClass,n.slideActiveClass,n.slideNextClass,n.slidePrevClass),a.removeAttribute("style"),a.removeAttribute("data-swiper-slide-index")})),s.emit("destroy"),Object.keys(s.eventsListeners).forEach(a=>{s.off(a)}),e!==!1&&(s.el&&typeof s.el!="string"&&(s.el.swiper=null),We(s)),s.destroyed=!0),null}static extendDefaults(e){V(ce,e)}static get extendedDefaults(){return ce}static get defaults(){return me}static installModule(e){$.prototype.__modules__||($.prototype.__modules__=[]);const i=$.prototype.__modules__;typeof e=="function"&&i.indexOf(e)<0&&i.push(e)}static use(e){return Array.isArray(e)?(e.forEach(i=>$.installModule(i)),$):($.installModule(e),$)}};Object.keys(de).forEach(t=>{Object.keys(de[t]).forEach(e=>{ge.prototype[e]=de[t][e]})});ge.use([st,rt]);const ze=["eventsPrefix","injectStyles","injectStylesUrls","modules","init","_direction","oneWayMovement","swiperElementNodeName","touchEventsTarget","initialSlide","_speed","cssMode","updateOnWindowResize","resizeObserver","nested","focusableElements","_enabled","_width","_height","preventInteractionOnTransition","userAgent","url","_edgeSwipeDetection","_edgeSwipeThreshold","_freeMode","_autoHeight","setWrapperSize","virtualTranslate","_effect","breakpoints","breakpointsBase","_spaceBetween","_slidesPerView","maxBackfaceHiddenSlides","_grid","_slidesPerGroup","_slidesPerGroupSkip","_slidesPerGroupAuto","_centeredSlides","_centeredSlidesBounds","_slidesOffsetBefore","_slidesOffsetAfter","normalizeSlideIndex","_centerInsufficientSlides","_watchOverflow","roundLengths","touchRatio","touchAngle","simulateTouch","_shortSwipes","_longSwipes","longSwipesRatio","longSwipesMs","_followFinger","allowTouchMove","_threshold","touchMoveStopPropagation","touchStartPreventDefault","touchStartForcePreventDefault","touchReleaseOnEdges","uniqueNavElements","_resistance","_resistanceRatio","_watchSlidesProgress","_grabCursor","preventClicks","preventClicksPropagation","_slideToClickedSlide","_loop","loopAdditionalSlides","loopAddBlankSlides","loopPreventsSliding","_rewind","_allowSlidePrev","_allowSlideNext","_swipeHandler","_noSwiping","noSwipingClass","noSwipingSelector","passiveListeners","containerModifierClass","slideClass","slideActiveClass","slideVisibleClass","slideFullyVisibleClass","slideNextClass","slidePrevClass","slideBlankClass","wrapperClass","lazyPreloaderClass","lazyPreloadPrevNext","runCallbacksOnInit","observer","observeParents","observeSlideChildren","a11y","_autoplay","_controller","coverflowEffect","cubeEffect","fadeEffect","flipEffect","creativeEffect","cardsEffect","hashNavigation","history","keyboard","mousewheel","_navigation","_pagination","parallax","_scrollbar","_thumbs","virtual","zoom","control"];function q(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function Y(t,e){const i=["__proto__","constructor","prototype"];Object.keys(e).filter(s=>i.indexOf(s)<0).forEach(s=>{typeof t[s]>"u"?t[s]=e[s]:q(e[s])&&q(t[s])&&Object.keys(e[s]).length>0?e[s].__swiper__?t[s]=e[s]:Y(t[s],e[s]):t[s]=e[s]})}function Ae(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function De(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function Ge(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function Ne(t){t===void 0&&(t="");const e=t.split(" ").map(s=>s.trim()).filter(s=>!!s),i=[];return e.forEach(s=>{i.indexOf(s)<0&&i.push(s)}),i.join(" ")}function di(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function ci(t){let{swiper:e,slides:i,passedParams:s,changedParams:n,nextEl:r,prevEl:l,scrollbarEl:o,paginationEl:a}=t;const u=n.filter(E=>E!=="children"&&E!=="direction"&&E!=="wrapperClass"),{params:d,pagination:c,navigation:p,scrollbar:f,virtual:h,thumbs:g}=e;let T,m,b,v,S,y,L,D;n.includes("thumbs")&&s.thumbs&&s.thumbs.swiper&&d.thumbs&&!d.thumbs.swiper&&(T=!0),n.includes("controller")&&s.controller&&s.controller.control&&d.controller&&!d.controller.control&&(m=!0),n.includes("pagination")&&s.pagination&&(s.pagination.el||a)&&(d.pagination||d.pagination===!1)&&c&&!c.el&&(b=!0),n.includes("scrollbar")&&s.scrollbar&&(s.scrollbar.el||o)&&(d.scrollbar||d.scrollbar===!1)&&f&&!f.el&&(v=!0),n.includes("navigation")&&s.navigation&&(s.navigation.prevEl||l)&&(s.navigation.nextEl||r)&&(d.navigation||d.navigation===!1)&&p&&!p.prevEl&&!p.nextEl&&(S=!0);const I=E=>{e[E]&&(e[E].destroy(),E==="navigation"?(e.isElement&&(e[E].prevEl.remove(),e[E].nextEl.remove()),d[E].prevEl=void 0,d[E].nextEl=void 0,e[E].prevEl=void 0,e[E].nextEl=void 0):(e.isElement&&e[E].el.remove(),d[E].el=void 0,e[E].el=void 0))};n.includes("loop")&&e.isElement&&(d.loop&&!s.loop?y=!0:!d.loop&&s.loop?L=!0:D=!0),u.forEach(E=>{if(q(d[E])&&q(s[E]))Object.assign(d[E],s[E]),(E==="navigation"||E==="pagination"||E==="scrollbar")&&"enabled"in s[E]&&!s[E].enabled&&I(E);else{const w=s[E];(w===!0||w===!1)&&(E==="navigation"||E==="pagination"||E==="scrollbar")?w===!1&&I(E):d[E]=s[E]}}),u.includes("controller")&&!m&&e.controller&&e.controller.control&&d.controller&&d.controller.control&&(e.controller.control=d.controller.control),n.includes("children")&&i&&h&&d.virtual.enabled?(h.slides=i,h.update(!0)):n.includes("virtual")&&h&&d.virtual.enabled&&(i&&(h.slides=i),h.update(!0)),n.includes("children")&&i&&d.loop&&(D=!0),T&&g.init()&&g.update(!0),m&&(e.controller.control=d.controller.control),b&&(e.isElement&&(!a||typeof a=="string")&&(a=document.createElement("div"),a.classList.add("swiper-pagination"),a.part.add("pagination"),e.el.appendChild(a)),a&&(d.pagination.el=a),c.init(),c.render(),c.update()),v&&(e.isElement&&(!o||typeof o=="string")&&(o=document.createElement("div"),o.classList.add("swiper-scrollbar"),o.part.add("scrollbar"),e.el.appendChild(o)),o&&(d.scrollbar.el=o),f.init(),f.updateSize(),f.setTranslate()),S&&(e.isElement&&((!r||typeof r=="string")&&(r=document.createElement("div"),r.classList.add("swiper-button-next"),r.innerHTML=e.hostEl.constructor.nextButtonSvg,r.part.add("button-next"),e.el.appendChild(r)),(!l||typeof l=="string")&&(l=document.createElement("div"),l.classList.add("swiper-button-prev"),l.innerHTML=e.hostEl.constructor.prevButtonSvg,l.part.add("button-prev"),e.el.appendChild(l))),r&&(d.navigation.nextEl=r),l&&(d.navigation.prevEl=l),p.init(),p.update()),n.includes("allowSlideNext")&&(e.allowSlideNext=s.allowSlideNext),n.includes("allowSlidePrev")&&(e.allowSlidePrev=s.allowSlidePrev),n.includes("direction")&&e.changeDirection(s.direction,!1),(y||D)&&e.loopDestroy(),(L||D)&&e.loopCreate(),e.update()}function ui(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},s={},n={};Y(i,me),i._emitClasses=!0,i.init=!1;const r={},l=ze.map(a=>a.replace(/_/,"")),o=Object.assign({},t);return Object.keys(o).forEach(a=>{typeof t[a]>"u"||(l.indexOf(a)>=0?q(t[a])?(i[a]={},n[a]={},Y(i[a],t[a]),Y(n[a],t[a])):(i[a]=t[a],n[a]=t[a]):a.search(/on[A-Z]/)===0&&typeof t[a]=="function"?e?s[`${a[2].toLowerCase()}${a.substr(3)}`]=t[a]:i.on[`${a[2].toLowerCase()}${a.substr(3)}`]=t[a]:r[a]=t[a])}),["navigation","pagination","scrollbar"].forEach(a=>{i[a]===!0&&(i[a]={}),i[a]===!1&&delete i[a]}),{params:i,passedParams:n,rest:r,events:s}}function fi(t,e){let{el:i,nextEl:s,prevEl:n,paginationEl:r,scrollbarEl:l,swiper:o}=t;Ae(e)&&s&&n&&(o.params.navigation.nextEl=s,o.originalParams.navigation.nextEl=s,o.params.navigation.prevEl=n,o.originalParams.navigation.prevEl=n),De(e)&&r&&(o.params.pagination.el=r,o.originalParams.pagination.el=r),Ge(e)&&l&&(o.params.scrollbar.el=l,o.originalParams.scrollbar.el=l),o.init(i)}function pi(t,e,i,s,n){const r=[];if(!e)return r;const l=a=>{r.indexOf(a)<0&&r.push(a)};if(i&&s){const a=s.map(n),u=i.map(n);a.join("")!==u.join("")&&l("children"),s.length!==i.length&&l("children")}return ze.filter(a=>a[0]==="_").map(a=>a.replace(/_/,"")).forEach(a=>{if(a in t&&a in e)if(q(t[a])&&q(e[a])){const u=Object.keys(t[a]),d=Object.keys(e[a]);u.length!==d.length?l(a):(u.forEach(c=>{t[a][c]!==e[a][c]&&l(a)}),d.forEach(c=>{t[a][c]!==e[a][c]&&l(a)}))}else t[a]!==e[a]&&l(a)}),r}const mi=t=>{!t||t.destroyed||!t.params.virtual||t.params.virtual&&!t.params.virtual.enabled||(t.updateSlides(),t.updateProgress(),t.updateSlidesClasses(),t.parallax&&t.params.parallax&&t.params.parallax.enabled&&t.parallax.setTranslate())};function se(){return se=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(t[s]=i[s])}return t},se.apply(this,arguments)}function Ve(t){return t.type&&t.type.displayName&&t.type.displayName.includes("SwiperSlide")}function Be(t){const e=[];return x.Children.toArray(t).forEach(i=>{Ve(i)?e.push(i):i.props&&i.props.children&&Be(i.props.children).forEach(s=>e.push(s))}),e}function hi(t){const e=[],i={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return x.Children.toArray(t).forEach(s=>{if(Ve(s))e.push(s);else if(s.props&&s.props.slot&&i[s.props.slot])i[s.props.slot].push(s);else if(s.props&&s.props.children){const n=Be(s.props.children);n.length>0?n.forEach(r=>e.push(r)):i["container-end"].push(s)}else i["container-end"].push(s)}),{slides:e,slots:i}}function gi(t,e,i){if(!i)return null;const s=d=>{let c=d;return d<0?c=e.length+d:c>=e.length&&(c=c-e.length),c},n=t.isHorizontal()?{[t.rtlTranslate?"right":"left"]:`${i.offset}px`}:{top:`${i.offset}px`},{from:r,to:l}=i,o=t.params.loop?-e.length:0,a=t.params.loop?e.length*2:e.length,u=[];for(let d=o;d<a;d+=1)d>=r&&d<=l&&u.push(e[s(d)]);return u.map((d,c)=>x.cloneElement(d,{swiper:t,style:n,key:d.props.virtualIndex||d.key||`slide-${c}`}))}function U(t,e){return typeof window>"u"?x.useEffect(t,e):x.useLayoutEffect(t,e)}const Pe=x.createContext(null),Re=x.createContext(null),vi=()=>x.useContext(Re),Fe=x.forwardRef(function(t,e){let{className:i,tag:s="div",wrapperTag:n="div",children:r,onSwiper:l,...o}=t===void 0?{}:t,a=!1;const[u,d]=x.useState("swiper"),[c,p]=x.useState(null),[f,h]=x.useState(!1),g=x.useRef(!1),T=x.useRef(null),m=x.useRef(null),b=x.useRef(null),v=x.useRef(null),S=x.useRef(null),y=x.useRef(null),L=x.useRef(null),D=x.useRef(null),{params:I,passedParams:E,rest:w,events:P}=ui(o),{slides:C,slots:M}=hi(r),_=()=>{h(!f)};Object.assign(I.on,{_containerClasses(z,A){d(A)}});const G=()=>{Object.assign(I.on,P),a=!0;const z={...I};if(delete z.wrapperClass,m.current=new ge(z),m.current.virtual&&m.current.params.virtual.enabled){m.current.virtual.slides=C;const A={cache:!1,slides:C,renderExternal:p,renderExternalUpdate:!1};Y(m.current.params.virtual,A),Y(m.current.originalParams.virtual,A)}};T.current||G(),m.current&&m.current.on("_beforeBreakpoint",_);const R=()=>{a||!P||!m.current||Object.keys(P).forEach(z=>{m.current.on(z,P[z])})},X=()=>{!P||!m.current||Object.keys(P).forEach(z=>{m.current.off(z,P[z])})};x.useEffect(()=>()=>{m.current&&m.current.off("_beforeBreakpoint",_)}),x.useEffect(()=>{!g.current&&m.current&&(m.current.emitSlidesClasses(),g.current=!0)}),U(()=>{if(e&&(e.current=T.current),!!T.current)return m.current.destroyed&&G(),fi({el:T.current,nextEl:S.current,prevEl:y.current,paginationEl:L.current,scrollbarEl:D.current,swiper:m.current},I),l&&!m.current.destroyed&&l(m.current),()=>{m.current&&!m.current.destroyed&&m.current.destroy(!0,!1)}},[]),U(()=>{R();const z=pi(E,b.current,C,v.current,A=>A.key);return b.current=E,v.current=C,z.length&&m.current&&!m.current.destroyed&&ci({swiper:m.current,slides:C,passedParams:E,changedParams:z,nextEl:S.current,prevEl:y.current,scrollbarEl:D.current,paginationEl:L.current}),()=>{X()}}),U(()=>{mi(m.current)},[c]);function O(){return I.virtual?gi(m.current,C,c):C.map((z,A)=>x.cloneElement(z,{swiper:m.current,swiperSlideIndex:A}))}return x.createElement(s,se({ref:T,className:Ne(`${u}${i?` ${i}`:""}`)},w),x.createElement(Re.Provider,{value:m.current},M["container-start"],x.createElement(n,{className:di(I.wrapperClass)},M["wrapper-start"],O(),M["wrapper-end"]),Ae(I)&&x.createElement(x.Fragment,null,x.createElement("div",{ref:y,className:"swiper-button-prev"}),x.createElement("div",{ref:S,className:"swiper-button-next"})),Ge(I)&&x.createElement("div",{ref:D,className:"swiper-scrollbar"}),De(I)&&x.createElement("div",{ref:L,className:"swiper-pagination"}),M["container-end"]))});Fe.displayName="Swiper";const $e=x.forwardRef(function(t,e){let{tag:i="div",children:s,className:n="",swiper:r,zoom:l,lazy:o,virtualIndex:a,swiperSlideIndex:u,...d}=t===void 0?{}:t;const c=x.useRef(null),[p,f]=x.useState("swiper-slide"),[h,g]=x.useState(!1);function T(S,y,L){y===c.current&&f(L)}U(()=>{if(typeof u<"u"&&(c.current.swiperSlideIndex=u),e&&(e.current=c.current),!(!c.current||!r)){if(r.destroyed){p!=="swiper-slide"&&f("swiper-slide");return}return r.on("_slideClass",T),()=>{r&&r.off("_slideClass",T)}}}),U(()=>{r&&c.current&&!r.destroyed&&f(r.getSlideClasses(c.current))},[r]);const m={isActive:p.indexOf("swiper-slide-active")>=0,isVisible:p.indexOf("swiper-slide-visible")>=0,isPrev:p.indexOf("swiper-slide-prev")>=0,isNext:p.indexOf("swiper-slide-next")>=0},b=()=>typeof s=="function"?s(m):s,v=()=>{g(!0)};return x.createElement(i,se({ref:c,className:Ne(`${p}${n?` ${n}`:""}`),"data-swiper-slide-index":a,onLoad:v},d),l&&x.createElement(Pe.Provider,{value:m},x.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof l=="number"?l:void 0},b(),o&&!h&&x.createElement("div",{className:"swiper-lazy-preloader"}))),!l&&x.createElement(Pe.Provider,{value:m},b(),o&&!h&&x.createElement("div",{className:"swiper-lazy-preloader"})))});$e.displayName="SwiperSlide";const wi="_swiper_1ji90_3",Si="_slide_1ji90_9",Ti="_link_1ji90_16",yi="_image_1ji90_22",bi="_navigation_1ji90_29",xi="_pagination_1ji90_39",Ei="_slides_1ji90_54",Pi="_separator_1ji90_60",Mi="_progress_1ji90_67",F={swiper:wi,slide:Si,link:Ti,image:yi,navigation:bi,pagination:xi,slides:Ei,separator:Pi,progress:Mi,"progress-bar":"_progress-bar_1ji90_75"},Ci=15e3,Ii=x.memo(()=>{const t=vi(),e=x.useCallback(()=>{t.slideNext()},[t]),i=x.useCallback(()=>{t.slidePrev()},[t]),s=x.useMemo(()=>[{isIconButton:!0,iconName:"ArrowLeft16px",variant:"white",onClick:i},{isIconButton:!0,iconName:"ArrowRight16px",variant:"white",onClick:e}],[i,e]);return N.jsx(je.MergedButton,{buttons:s})}),Li=x.memo(x.forwardRef((t,e)=>N.jsx("div",{className:F.progress,children:N.jsx("div",{ref:e,className:F["progress-bar"]})})));function Oi({images:t,swiperClassName:e,slideClassName:i,imageClassName:s,delay:n=Ci,...r}){const l=x.useRef(null),o=x.useRef(null),[a,u]=x.useState(1),d=`0${a}`,c=`0${(t==null?void 0:t.length)??0}`,p=x.useCallback(()=>{if(o.current){const h=o.current.swiper;u(h.realIndex+1)}},[]),f=x.useCallback((h,g)=>{if(l.current){const T=h.params.autoplay.delay,m=g/T*100;l.current.style.width=`${100-m}%`}},[]);return N.jsxs(Fe,{...r,ref:o,className:Z.classNames(F.swiper,e),loop:!0,autoplay:{delay:n,disableOnInteraction:!1},fadeEffect:{crossFade:!0},modules:[Je],onAutoplayTimeLeft:f,onSlideChange:p,children:[N.jsxs("div",{className:F.navigation,slot:"container-start",children:[N.jsxs("div",{className:F.pagination,children:[N.jsxs("h2",{className:F.slides,children:[d,N.jsx("span",{className:F.separator}),c]}),N.jsx(Ii,{})]}),N.jsx(Li,{ref:l})]}),t==null?void 0:t.map(h=>{if(!h)return null;const g=N.jsx("a",{className:F.link,href:h.url,rel:"noopener noreferrer",target:"_blank",children:N.jsx(ve.AppImage,{className:Z.classNames(F.image,s),src:h.image})});return N.jsx($e,{className:Z.classNames(F.slide,i),children:h.url?g:N.jsx(ve.AppImage,{className:Z.classNames(F.image,s),src:h.image,desktopImage:h.imageDesktop,mobileImage:h.imageMobile})},h.id)})]})}module.exports=Oi;
|
@@ -1 +1 @@
|
|
1
|
-
export
|
1
|
+
export declare const Slider: import('react').LazyExoticComponent<typeof import('./Slider').default>;
|
@@ -1,4 +1 @@
|
|
1
|
-
|
2
|
-
export {
|
3
|
-
Slider
|
4
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),r=e=>Object.freeze(Object.defineProperty({__proto__:null,default:e},Symbol.toStringTag,{value:"Module"})),o=t.lazy(()=>Promise.resolve().then(()=>r(require("./Slider.js"))));exports.Slider=o;
|