infinity-forge 0.55.5 → 0.55.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/infinity-forge.css +0 -1
- package/dist/system/domain/generics/table-configuration.d.ts +12 -10
- package/dist/system/presentation/components/data/input-search/index.js +5 -1
- package/dist/system/presentation/components/data/input-search/index.js.map +1 -1
- package/dist/system/presentation/components/data/input-search/styles.js +1 -1
- package/dist/system/presentation/components/data/input-search/styles.js.map +1 -1
- package/dist/system/presentation/components/pages/menus/page.js +3 -1
- package/dist/system/presentation/components/pages/menus/page.js.map +1 -1
- package/dist/system/presentation/components/pages/users/page.js +3 -1
- package/dist/system/presentation/components/pages/users/page.js.map +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.d.ts +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.js +49 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/styles.d.ts +4 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/styles.js +14 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/styles.js.map +1 -0
- package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.d.ts +2 -4
- package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.js +9 -3
- package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.js.map +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/index.js +8 -6
- package/dist/system/presentation/hooks/ui/use-table/components/table/index.js.map +1 -1
- package/dist/system/presentation/hooks/ui/use-table/interfaces.d.ts +9 -3
- package/dist/system/presentation/hooks/ui/use-table/query/get-query-arguments-table.js +3 -2
- package/dist/system/presentation/hooks/ui/use-table/query/get-query-arguments-table.js.map +1 -1
- package/dist/system/presentation/hooks/ui/use-table/query/hook.js +8 -8
- package/dist/system/presentation/hooks/ui/use-table/query/hook.js.map +1 -1
- package/dist/test/index.d.ts +2 -0
- package/dist/test/index.js +120 -0
- package/dist/test/index.js.map +1 -0
- package/dist/test/sobre.d.ts +1 -0
- package/dist/test/sobre.js +10 -0
- package/dist/test/sobre.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/params-list.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-on-virtual-data.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/utils.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/check-overflow/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/addClasses.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/core.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/defaults.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onClick.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onDocumentTouchStart.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onResize.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onScroll.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events-emitter.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopDestroy.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideNext.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slidePrev.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideReset.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClosest.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToLoop.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/setTransition.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEmit.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/maxTranslate.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/minTranslate.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/setTranslate.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateProgress.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/navigation.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/pagination.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/virtual.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/context.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/get-children.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/swiper.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/use-isomorphic-layout-effect.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/virtual.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-selector.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-tokens.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-init.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-device.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-support.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/process-lazy-preloader.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/utils.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/extend.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-react.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/swiper.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/types/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/types/shared.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-class.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-events.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-options.js.map +1 -0
- package/dist/ui/components/carousel/index.js +3 -3
- package/dist/ui/components/carousel/index.js.map +1 -1
- package/dist/ui/components/carousel/interfaces.d.ts +1 -1
- package/dist/ui/components/form/input-control/styles.js +1 -1
- package/dist/ui/components/form/select/index.js +6 -2
- package/dist/ui/components/form/select/index.js.map +1 -1
- package/dist/ui/components/form/select/script/index.d.ts +0 -0
- package/dist/ui/components/form/select/script/index.js +1 -0
- package/dist/ui/components/form/select/script/index.js.map +1 -0
- package/dist/ui/hooks/use-query/hook.d.ts +1 -1
- package/dist/ui/hooks/use-query/hook.js +44 -41
- package/dist/ui/hooks/use-query/hook.js.map +1 -1
- package/dist/ui/hooks/use-query/interfaces.d.ts +3 -1
- package/dist/ui/hooks/use-query/store.js +65 -0
- package/dist/ui/hooks/use-query/store.js.map +1 -1
- package/dist/ui/styles/reset.css +23 -26
- package/package.json +88 -88
- package/dist/slick-carousel.css +0 -1
- package/dist/ui/components/carousel/swiper/components-shared/get-changed-params.js.map +0 -1
- package/dist/ui/components/carousel/swiper/components-shared/get-element-params.js.map +0 -1
- package/dist/ui/components/carousel/swiper/components-shared/get-params.js.map +0 -1
- package/dist/ui/components/carousel/swiper/components-shared/mount-swiper.js.map +0 -1
- package/dist/ui/components/carousel/swiper/components-shared/params-list.js.map +0 -1
- package/dist/ui/components/carousel/swiper/components-shared/update-on-virtual-data.js.map +0 -1
- package/dist/ui/components/carousel/swiper/components-shared/update-swiper.js.map +0 -1
- package/dist/ui/components/carousel/swiper/components-shared/utils.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/breakpoints/getBreakpoint.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/breakpoints/index.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/breakpoints/setBreakpoint.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/check-overflow/index.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/classes/addClasses.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/classes/index.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/classes/removeClasses.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/core.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/defaults.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/events/index.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/events/onClick.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/events/onDocumentTouchStart.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/events/onLoad.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/events/onResize.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/events/onScroll.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/events/onTouchEnd.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/events/onTouchMove.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/events/onTouchStart.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/events-emitter.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/grab-cursor/index.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/grab-cursor/setGrabCursor.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/grab-cursor/unsetGrabCursor.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/loop/index.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/loop/loopCreate.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/loop/loopDestroy.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/loop/loopFix.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/moduleExtendParams.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/modules/observer/observer.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/modules/resize/resize.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/slide/index.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/slide/slideNext.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/slide/slidePrev.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/slide/slideReset.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/slide/slideTo.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/slide/slideToClickedSlide.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/slide/slideToClosest.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/slide/slideToLoop.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/transition/index.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/transition/setTransition.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/transition/transitionEmit.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/transition/transitionEnd.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/transition/transitionStart.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/translate/getTranslate.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/translate/index.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/translate/maxTranslate.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/translate/minTranslate.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/translate/setTranslate.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/translate/translateTo.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/update/index.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/update/updateActiveIndex.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/update/updateAutoHeight.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/update/updateClickedSlide.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/update/updateProgress.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/update/updateSize.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/update/updateSlides.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/update/updateSlidesClasses.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/update/updateSlidesOffset.js.map +0 -1
- package/dist/ui/components/carousel/swiper/core/update/updateSlidesProgress.js.map +0 -1
- package/dist/ui/components/carousel/swiper/modules/autoplay.js.map +0 -1
- package/dist/ui/components/carousel/swiper/modules/effect-fade.js.map +0 -1
- package/dist/ui/components/carousel/swiper/modules/free-mode.js.map +0 -1
- package/dist/ui/components/carousel/swiper/modules/index.js.map +0 -1
- package/dist/ui/components/carousel/swiper/modules/navigation.js.map +0 -1
- package/dist/ui/components/carousel/swiper/modules/pagination.js.map +0 -1
- package/dist/ui/components/carousel/swiper/modules/virtual.js.map +0 -1
- package/dist/ui/components/carousel/swiper/react/context.js.map +0 -1
- package/dist/ui/components/carousel/swiper/react/get-children.js.map +0 -1
- package/dist/ui/components/carousel/swiper/react/swiper-slide.js.map +0 -1
- package/dist/ui/components/carousel/swiper/react/swiper.js.map +0 -1
- package/dist/ui/components/carousel/swiper/react/use-isomorphic-layout-effect.js.map +0 -1
- package/dist/ui/components/carousel/swiper/react/virtual.js.map +0 -1
- package/dist/ui/components/carousel/swiper/shared/classes-to-selector.js.map +0 -1
- package/dist/ui/components/carousel/swiper/shared/classes-to-tokens.js.map +0 -1
- package/dist/ui/components/carousel/swiper/shared/create-element-if-not-defined.js.map +0 -1
- package/dist/ui/components/carousel/swiper/shared/create-shadow.js.map +0 -1
- package/dist/ui/components/carousel/swiper/shared/effect-init.js.map +0 -1
- package/dist/ui/components/carousel/swiper/shared/effect-target.js.map +0 -1
- package/dist/ui/components/carousel/swiper/shared/effect-virtual-transition-end.js.map +0 -1
- package/dist/ui/components/carousel/swiper/shared/get-browser.js.map +0 -1
- package/dist/ui/components/carousel/swiper/shared/get-device.js.map +0 -1
- package/dist/ui/components/carousel/swiper/shared/get-support.js.map +0 -1
- package/dist/ui/components/carousel/swiper/shared/process-lazy-preloader.js.map +0 -1
- package/dist/ui/components/carousel/swiper/shared/utils.js.map +0 -1
- package/dist/ui/components/carousel/swiper/ssr-window/document.js.map +0 -1
- package/dist/ui/components/carousel/swiper/ssr-window/extend.js.map +0 -1
- package/dist/ui/components/carousel/swiper/ssr-window/ssr-window.js.map +0 -1
- package/dist/ui/components/carousel/swiper/ssr-window/window.js.map +0 -1
- package/dist/ui/components/carousel/swiper/swiper-bundle.js.map +0 -1
- package/dist/ui/components/carousel/swiper/swiper-effect-utils.js.map +0 -1
- package/dist/ui/components/carousel/swiper/swiper-react.js.map +0 -1
- package/dist/ui/components/carousel/swiper/swiper.js.map +0 -1
- package/dist/ui/components/carousel/swiper/types/index.js.map +0 -1
- package/dist/ui/components/carousel/swiper/types/shared.js.map +0 -1
- package/dist/ui/components/carousel/swiper/types/swiper-class.js.map +0 -1
- package/dist/ui/components/carousel/swiper/types/swiper-events.js.map +0 -1
- package/dist/ui/components/carousel/swiper/types/swiper-options.js.map +0 -1
- package/dist/ui/styles/libs/slick-carousel.css +0 -305
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/get-changed-params.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/get-changed-params.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/get-element-params.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/get-element-params.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/get-params.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/get-params.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/mount-swiper.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/mount-swiper.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/params-list.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/params-list.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/update-on-virtual-data.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/update-on-virtual-data.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/update-swiper.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/update-swiper.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/utils.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/utils.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/breakpoints/getBreakpoint.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/breakpoints/getBreakpoint.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/breakpoints/index.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/breakpoints/index.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/breakpoints/setBreakpoint.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/breakpoints/setBreakpoint.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/check-overflow/index.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/check-overflow/index.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/classes/addClasses.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/classes/addClasses.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/classes/index.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/classes/index.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/classes/removeClasses.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/classes/removeClasses.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/core.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/core.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/defaults.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/defaults.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/index.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/index.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onClick.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onClick.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onDocumentTouchStart.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onDocumentTouchStart.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onLoad.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onLoad.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onResize.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onResize.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onScroll.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onScroll.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onTouchEnd.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onTouchEnd.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onTouchMove.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onTouchMove.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onTouchStart.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onTouchStart.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events-emitter.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events-emitter.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/grab-cursor/index.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/grab-cursor/index.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/grab-cursor/setGrabCursor.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/grab-cursor/setGrabCursor.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/grab-cursor/unsetGrabCursor.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/grab-cursor/unsetGrabCursor.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/loop/index.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/loop/index.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/loop/loopCreate.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/loop/loopCreate.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/loop/loopDestroy.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/loop/loopDestroy.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/loop/loopFix.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/loop/loopFix.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/moduleExtendParams.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/moduleExtendParams.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/modules/observer/observer.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/modules/observer/observer.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/modules/resize/resize.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/modules/resize/resize.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/index.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/index.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/slideNext.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/slideNext.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/slidePrev.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/slidePrev.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/slideReset.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/slideReset.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/slideTo.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/slideTo.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/slideToClickedSlide.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/slideToClickedSlide.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/slideToClosest.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/slideToClosest.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/slideToLoop.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/slideToLoop.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/index.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/index.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/setTransition.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/setTransition.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/transitionEmit.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/transitionEmit.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/transitionEnd.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/transitionEnd.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/transitionStart.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/transitionStart.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/getTranslate.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/getTranslate.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/index.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/index.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/maxTranslate.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/maxTranslate.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/minTranslate.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/minTranslate.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/setTranslate.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/setTranslate.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/translateTo.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/translateTo.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/index.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/index.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateActiveIndex.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateActiveIndex.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateAutoHeight.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateAutoHeight.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateClickedSlide.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateClickedSlide.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateProgress.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateProgress.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateSize.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateSize.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateSlides.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateSlides.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateSlidesClasses.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateSlidesClasses.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateSlidesOffset.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateSlidesOffset.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateSlidesProgress.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateSlidesProgress.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/modules/autoplay.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/modules/autoplay.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/modules/effect-fade.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/modules/effect-fade.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/modules/free-mode.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/modules/free-mode.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/modules/index.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/modules/index.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/modules/navigation.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/modules/navigation.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/modules/pagination.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/modules/pagination.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/modules/virtual.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/modules/virtual.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/react/context.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/react/context.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/react/get-children.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/react/get-children.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/react/swiper-slide.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/react/swiper-slide.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/react/swiper.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/react/swiper.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/react/use-isomorphic-layout-effect.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/react/use-isomorphic-layout-effect.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/react/virtual.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/react/virtual.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/classes-to-selector.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/classes-to-selector.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/classes-to-tokens.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/classes-to-tokens.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/create-element-if-not-defined.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/create-element-if-not-defined.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/create-shadow.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/create-shadow.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/effect-init.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/effect-init.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/effect-target.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/effect-target.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/effect-virtual-transition-end.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/effect-virtual-transition-end.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/get-browser.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/get-browser.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/get-device.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/get-device.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/get-support.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/get-support.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/process-lazy-preloader.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/process-lazy-preloader.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/utils.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/shared/utils.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/ssr-window/document.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/ssr-window/document.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/ssr-window/extend.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/ssr-window/extend.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/ssr-window/ssr-window.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/ssr-window/ssr-window.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/ssr-window/window.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/ssr-window/window.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/swiper-bundle.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/swiper-bundle.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/swiper-effect-utils.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/swiper-effect-utils.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/swiper-react.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/swiper-react.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/swiper.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/swiper.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/types/index.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/types/index.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/types/shared.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/types/shared.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/types/swiper-class.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/types/swiper-class.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/types/swiper-events.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/types/swiper-events.js +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/types/swiper-options.d.ts +0 -0
- /package/dist/ui/components/carousel/{swiper → carousel-lib}/types/swiper-options.js +0 -0
|
@@ -1,305 +0,0 @@
|
|
|
1
|
-
.slick-slider
|
|
2
|
-
{
|
|
3
|
-
position: relative;
|
|
4
|
-
|
|
5
|
-
display: block;
|
|
6
|
-
box-sizing: border-box;
|
|
7
|
-
|
|
8
|
-
-webkit-user-select: none;
|
|
9
|
-
-moz-user-select: none;
|
|
10
|
-
-ms-user-select: none;
|
|
11
|
-
user-select: none;
|
|
12
|
-
|
|
13
|
-
-webkit-touch-callout: none;
|
|
14
|
-
-khtml-user-select: none;
|
|
15
|
-
-ms-touch-action: pan-y;
|
|
16
|
-
touch-action: pan-y;
|
|
17
|
-
-webkit-tap-highlight-color: transparent;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.slick-list
|
|
21
|
-
{
|
|
22
|
-
position: relative;
|
|
23
|
-
|
|
24
|
-
display: block;
|
|
25
|
-
overflow: hidden;
|
|
26
|
-
|
|
27
|
-
margin: 0;
|
|
28
|
-
padding: 0;
|
|
29
|
-
}
|
|
30
|
-
.slick-list:focus
|
|
31
|
-
{
|
|
32
|
-
outline: none;
|
|
33
|
-
}
|
|
34
|
-
.slick-list.dragging
|
|
35
|
-
{
|
|
36
|
-
cursor: pointer;
|
|
37
|
-
cursor: hand;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.slick-slider .slick-track,
|
|
41
|
-
.slick-slider .slick-list
|
|
42
|
-
{
|
|
43
|
-
-webkit-transform: translate3d(0, 0, 0);
|
|
44
|
-
-moz-transform: translate3d(0, 0, 0);
|
|
45
|
-
-ms-transform: translate3d(0, 0, 0);
|
|
46
|
-
-o-transform: translate3d(0, 0, 0);
|
|
47
|
-
transform: translate3d(0, 0, 0);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.slick-track
|
|
51
|
-
{
|
|
52
|
-
position: relative;
|
|
53
|
-
top: 0;
|
|
54
|
-
left: 0;
|
|
55
|
-
|
|
56
|
-
display: block;
|
|
57
|
-
margin-left: auto;
|
|
58
|
-
margin-right: auto;
|
|
59
|
-
}
|
|
60
|
-
.slick-track:before,
|
|
61
|
-
.slick-track:after
|
|
62
|
-
{
|
|
63
|
-
display: table;
|
|
64
|
-
|
|
65
|
-
content: '';
|
|
66
|
-
}
|
|
67
|
-
.slick-track:after
|
|
68
|
-
{
|
|
69
|
-
clear: both;
|
|
70
|
-
}
|
|
71
|
-
.slick-loading .slick-track
|
|
72
|
-
{
|
|
73
|
-
visibility: hidden;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.slick-slide
|
|
77
|
-
{
|
|
78
|
-
display: none;
|
|
79
|
-
float: left;
|
|
80
|
-
|
|
81
|
-
height: 100%;
|
|
82
|
-
min-height: 1px;
|
|
83
|
-
}
|
|
84
|
-
[dir='rtl'] .slick-slide
|
|
85
|
-
{
|
|
86
|
-
float: right;
|
|
87
|
-
}
|
|
88
|
-
.slick-slide img
|
|
89
|
-
{
|
|
90
|
-
display: block;
|
|
91
|
-
}
|
|
92
|
-
.slick-slide.slick-loading img
|
|
93
|
-
{
|
|
94
|
-
display: none;
|
|
95
|
-
}
|
|
96
|
-
.slick-slide.dragging img
|
|
97
|
-
{
|
|
98
|
-
pointer-events: none;
|
|
99
|
-
}
|
|
100
|
-
.slick-initialized .slick-slide
|
|
101
|
-
{
|
|
102
|
-
display: block;
|
|
103
|
-
}
|
|
104
|
-
.slick-loading .slick-slide
|
|
105
|
-
{
|
|
106
|
-
visibility: hidden;
|
|
107
|
-
}
|
|
108
|
-
.slick-vertical .slick-slide
|
|
109
|
-
{
|
|
110
|
-
display: block;
|
|
111
|
-
|
|
112
|
-
height: auto;
|
|
113
|
-
|
|
114
|
-
border: 1px solid transparent;
|
|
115
|
-
}
|
|
116
|
-
.slick-arrow.slick-hidden {
|
|
117
|
-
display: none;
|
|
118
|
-
}
|
|
119
|
-
/* Arrows */
|
|
120
|
-
.slick-prev,
|
|
121
|
-
.slick-next
|
|
122
|
-
{
|
|
123
|
-
font-size: 0;
|
|
124
|
-
line-height: 0;
|
|
125
|
-
|
|
126
|
-
position: absolute;
|
|
127
|
-
top: 50%;
|
|
128
|
-
|
|
129
|
-
display: block;
|
|
130
|
-
|
|
131
|
-
width: 20px;
|
|
132
|
-
height: 20px;
|
|
133
|
-
padding: 0;
|
|
134
|
-
-webkit-transform: translate(0, -50%);
|
|
135
|
-
-ms-transform: translate(0, -50%);
|
|
136
|
-
transform: translate(0, -50%);
|
|
137
|
-
|
|
138
|
-
cursor: pointer;
|
|
139
|
-
|
|
140
|
-
color: transparent;
|
|
141
|
-
border: none;
|
|
142
|
-
outline: none;
|
|
143
|
-
background: transparent;
|
|
144
|
-
}
|
|
145
|
-
.slick-prev:hover,
|
|
146
|
-
.slick-prev:focus,
|
|
147
|
-
.slick-next:hover,
|
|
148
|
-
.slick-next:focus
|
|
149
|
-
{
|
|
150
|
-
color: transparent;
|
|
151
|
-
outline: none;
|
|
152
|
-
background: transparent;
|
|
153
|
-
}
|
|
154
|
-
.slick-prev:hover:before,
|
|
155
|
-
.slick-prev:focus:before,
|
|
156
|
-
.slick-next:hover:before,
|
|
157
|
-
.slick-next:focus:before
|
|
158
|
-
{
|
|
159
|
-
opacity: 1;
|
|
160
|
-
}
|
|
161
|
-
.slick-prev.slick-disabled:before,
|
|
162
|
-
.slick-next.slick-disabled:before
|
|
163
|
-
{
|
|
164
|
-
opacity: .25;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.slick-prev:before,
|
|
168
|
-
.slick-next:before
|
|
169
|
-
{
|
|
170
|
-
font-family: 'slick';
|
|
171
|
-
font-size: 20px;
|
|
172
|
-
line-height: 1;
|
|
173
|
-
|
|
174
|
-
opacity: .75;
|
|
175
|
-
color: white;
|
|
176
|
-
|
|
177
|
-
-webkit-font-smoothing: antialiased;
|
|
178
|
-
-moz-osx-font-smoothing: grayscale;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.slick-prev
|
|
182
|
-
{
|
|
183
|
-
left: -25px;
|
|
184
|
-
}
|
|
185
|
-
[dir='rtl'] .slick-prev
|
|
186
|
-
{
|
|
187
|
-
right: -25px;
|
|
188
|
-
left: auto;
|
|
189
|
-
}
|
|
190
|
-
.slick-prev:before
|
|
191
|
-
{
|
|
192
|
-
content: '←';
|
|
193
|
-
}
|
|
194
|
-
[dir='rtl'] .slick-prev:before
|
|
195
|
-
{
|
|
196
|
-
content: '→';
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.slick-next
|
|
200
|
-
{
|
|
201
|
-
right: -25px;
|
|
202
|
-
}
|
|
203
|
-
[dir='rtl'] .slick-next
|
|
204
|
-
{
|
|
205
|
-
right: auto;
|
|
206
|
-
left: -25px;
|
|
207
|
-
}
|
|
208
|
-
.slick-next:before
|
|
209
|
-
{
|
|
210
|
-
content: '→';
|
|
211
|
-
}
|
|
212
|
-
[dir='rtl'] .slick-next:before
|
|
213
|
-
{
|
|
214
|
-
content: '←';
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
/* Dots */
|
|
218
|
-
.slick-dotted.slick-slider
|
|
219
|
-
{
|
|
220
|
-
margin-bottom: 30px;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.slick-dots
|
|
224
|
-
{
|
|
225
|
-
position: absolute;
|
|
226
|
-
bottom: -25px;
|
|
227
|
-
|
|
228
|
-
display: block;
|
|
229
|
-
|
|
230
|
-
width: 100%;
|
|
231
|
-
padding: 0;
|
|
232
|
-
margin: 0;
|
|
233
|
-
|
|
234
|
-
list-style: none;
|
|
235
|
-
|
|
236
|
-
text-align: center;
|
|
237
|
-
}
|
|
238
|
-
.slick-dots li
|
|
239
|
-
{
|
|
240
|
-
position: relative;
|
|
241
|
-
|
|
242
|
-
display: inline-block;
|
|
243
|
-
|
|
244
|
-
width: 20px;
|
|
245
|
-
height: 20px;
|
|
246
|
-
margin: 0 5px;
|
|
247
|
-
padding: 0;
|
|
248
|
-
|
|
249
|
-
cursor: pointer;
|
|
250
|
-
}
|
|
251
|
-
.slick-dots li button
|
|
252
|
-
{
|
|
253
|
-
font-size: 0;
|
|
254
|
-
line-height: 0;
|
|
255
|
-
|
|
256
|
-
display: block;
|
|
257
|
-
|
|
258
|
-
width: 20px;
|
|
259
|
-
height: 20px;
|
|
260
|
-
padding: 5px;
|
|
261
|
-
|
|
262
|
-
cursor: pointer;
|
|
263
|
-
|
|
264
|
-
color: transparent;
|
|
265
|
-
border: 0;
|
|
266
|
-
outline: none;
|
|
267
|
-
background: transparent;
|
|
268
|
-
}
|
|
269
|
-
.slick-dots li button:hover,
|
|
270
|
-
.slick-dots li button:focus
|
|
271
|
-
{
|
|
272
|
-
outline: none;
|
|
273
|
-
}
|
|
274
|
-
.slick-dots li button:hover:before,
|
|
275
|
-
.slick-dots li button:focus:before
|
|
276
|
-
{
|
|
277
|
-
opacity: 1;
|
|
278
|
-
}
|
|
279
|
-
.slick-dots li button:before
|
|
280
|
-
{
|
|
281
|
-
font-family: 'slick';
|
|
282
|
-
font-size: 6px;
|
|
283
|
-
line-height: 20px;
|
|
284
|
-
|
|
285
|
-
position: absolute;
|
|
286
|
-
top: 0;
|
|
287
|
-
left: 0;
|
|
288
|
-
|
|
289
|
-
width: 20px;
|
|
290
|
-
height: 20px;
|
|
291
|
-
|
|
292
|
-
content: '•';
|
|
293
|
-
text-align: center;
|
|
294
|
-
|
|
295
|
-
opacity: .25;
|
|
296
|
-
color: black;
|
|
297
|
-
|
|
298
|
-
-webkit-font-smoothing: antialiased;
|
|
299
|
-
-moz-osx-font-smoothing: grayscale;
|
|
300
|
-
}
|
|
301
|
-
.slick-dots li.slick-active button:before
|
|
302
|
-
{
|
|
303
|
-
opacity: .75;
|
|
304
|
-
color: black;
|
|
305
|
-
}
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/get-changed-params.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/get-element-params.js
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/get-params.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/get-params.js
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/mount-swiper.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/mount-swiper.js
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/params-list.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/params-list.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/update-swiper.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/components-shared/update-swiper.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/breakpoints/getBreakpoint.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/breakpoints/getBreakpoint.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/breakpoints/setBreakpoint.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/breakpoints/setBreakpoint.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/classes/removeClasses.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onDocumentTouchStart.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/events/onDocumentTouchStart.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/grab-cursor/setGrabCursor.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/grab-cursor/setGrabCursor.js
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/grab-cursor/unsetGrabCursor.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/grab-cursor/unsetGrabCursor.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/modules/observer/observer.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/modules/observer/observer.js
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/modules/resize/resize.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/slideToClickedSlide.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/slide/slideToClickedSlide.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/setTransition.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/setTransition.js
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/transitionEmit.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/transitionEmit.js
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/transitionEnd.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/transitionEnd.js
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/transitionStart.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/transition/transitionStart.js
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/getTranslate.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/maxTranslate.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/minTranslate.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/setTranslate.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/translate/translateTo.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateActiveIndex.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateActiveIndex.js
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateAutoHeight.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateAutoHeight.js
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateClickedSlide.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateClickedSlide.js
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateProgress.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateSlidesClasses.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateSlidesClasses.js
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateSlidesOffset.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateSlidesOffset.js
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateSlidesProgress.d.ts
RENAMED
|
File without changes
|
/package/dist/ui/components/carousel/{swiper → carousel-lib}/core/update/updateSlidesProgress.js
RENAMED
|
File without changes
|