@streamscloud/embeddable 1.1.2
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/README.md +1 -0
- package/dist/advertising/ad-view/cmp.ad-view.svelte +82 -0
- package/dist/advertising/ad-view/cmp.ad-view.svelte.d.ts +8 -0
- package/dist/advertising/ad-view/index.d.ts +2 -0
- package/dist/advertising/ad-view/index.js +1 -0
- package/dist/advertising/ad-view/mapper.d.ts +3 -0
- package/dist/advertising/ad-view/mapper.js +16 -0
- package/dist/advertising/ad-view/operations.generated.d.ts +17 -0
- package/dist/advertising/ad-view/operations.generated.js +46 -0
- package/dist/advertising/ad-view/operations.graphql +14 -0
- package/dist/advertising/ad-view/types.d.ts +10 -0
- package/dist/advertising/ad-view/types.js +1 -0
- package/dist/advertising/index.d.ts +1 -0
- package/dist/advertising/index.js +1 -0
- package/dist/advertising/types.d.ts +5 -0
- package/dist/advertising/types.js +6 -0
- package/dist/core/continuation-token.d.ts +10 -0
- package/dist/core/continuation-token.js +32 -0
- package/dist/core/cursor-result.d.ts +9 -0
- package/dist/core/cursor-result.js +1 -0
- package/dist/core/data-loaders/cursor-data-loader.svelte.d.ts +14 -0
- package/dist/core/data-loaders/cursor-data-loader.svelte.js +35 -0
- package/dist/core/data-loaders/data-loader.d.ts +4 -0
- package/dist/core/data-loaders/data-loader.js +1 -0
- package/dist/core/data-loaders/index.d.ts +2 -0
- package/dist/core/data-loaders/index.js +1 -0
- package/dist/core/deferred.d.ts +6 -0
- package/dist/core/deferred.js +13 -0
- package/dist/core/graphql.d.ts +1 -0
- package/dist/core/graphql.js +10 -0
- package/dist/core/media/image-helper.d.ts +10 -0
- package/dist/core/media/image-helper.js +30 -0
- package/dist/core/media/images-size-detector.service.d.ts +6 -0
- package/dist/core/media/images-size-detector.service.js +15 -0
- package/dist/core/media/index.d.ts +4 -0
- package/dist/core/media/index.js +4 -0
- package/dist/core/media/media-item-url.service.d.ts +2 -0
- package/dist/core/media/media-item-url.service.js +2 -0
- package/dist/core/media/types.d.ts +28 -0
- package/dist/core/media/types.js +19 -0
- package/dist/core/toastr.d.ts +1 -0
- package/dist/core/toastr.js +26 -0
- package/dist/core/transitions/index.d.ts +1 -0
- package/dist/core/transitions/index.js +1 -0
- package/dist/core/transitions/slide-horizontally.d.ts +7 -0
- package/dist/core/transitions/slide-horizontally.js +55 -0
- package/dist/core/utils/array-helper.d.ts +23 -0
- package/dist/core/utils/array-helper.js +148 -0
- package/dist/core/utils/date-helper.d.ts +29 -0
- package/dist/core/utils/date-helper.js +146 -0
- package/dist/core/utils/dom-helper.d.ts +12 -0
- package/dist/core/utils/dom-helper.js +76 -0
- package/dist/core/utils/html-helper.d.ts +40 -0
- package/dist/core/utils/html-helper.js +97 -0
- package/dist/core/utils/index.d.ts +3 -0
- package/dist/core/utils/index.js +3 -0
- package/dist/core/utils/number-helper.d.ts +6 -0
- package/dist/core/utils/number-helper.js +28 -0
- package/dist/core/utils/string-generator.d.ts +2 -0
- package/dist/core/utils/string-generator.js +15 -0
- package/dist/core/utils/string-helper.d.ts +10 -0
- package/dist/core/utils/string-helper.js +53 -0
- package/dist/core/utils/url-helper.d.ts +3 -0
- package/dist/core/utils/url-helper.js +13 -0
- package/dist/core/utils/utils.d.ts +28 -0
- package/dist/core/utils/utils.js +100 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/dist/products/index.d.ts +1 -0
- package/dist/products/index.js +1 -0
- package/dist/products/price-helper.d.ts +4 -0
- package/dist/products/price-helper.js +36 -0
- package/dist/products/product-card/cmp.product-card.svelte +121 -0
- package/dist/products/product-card/cmp.product-card.svelte.d.ts +10 -0
- package/dist/products/product-card/index.d.ts +3 -0
- package/dist/products/product-card/index.js +3 -0
- package/dist/products/product-card/mapper.d.ts +3 -0
- package/dist/products/product-card/mapper.js +14 -0
- package/dist/products/product-card/operations.generated.d.ts +22 -0
- package/dist/products/product-card/operations.generated.js +65 -0
- package/dist/products/product-card/operations.graphql +19 -0
- package/dist/products/product-card/product-card-localization.svelte.d.ts +7 -0
- package/dist/products/product-card/product-card-localization.svelte.js +11 -0
- package/dist/products/product-card/types.d.ts +10 -0
- package/dist/products/product-card/types.js +1 -0
- package/dist/products/types.d.ts +5 -0
- package/dist/products/types.js +6 -0
- package/dist/short-videos/short-video-viewer/cmp.attachments.svelte +71 -0
- package/dist/short-videos/short-video-viewer/cmp.attachments.svelte.d.ts +7 -0
- package/dist/short-videos/short-video-viewer/cmp.short-video-details.svelte +145 -0
- package/dist/short-videos/short-video-viewer/cmp.short-video-details.svelte.d.ts +10 -0
- package/dist/short-videos/short-video-viewer/cmp.short-video-heading.svelte +86 -0
- package/dist/short-videos/short-video-viewer/cmp.short-video-heading.svelte.d.ts +9 -0
- package/dist/short-videos/short-video-viewer/cmp.short-video-viewer.svelte +133 -0
- package/dist/short-videos/short-video-viewer/cmp.short-video-viewer.svelte.d.ts +12 -0
- package/dist/short-videos/short-video-viewer/description.svelte +46 -0
- package/dist/short-videos/short-video-viewer/description.svelte.d.ts +9 -0
- package/dist/short-videos/short-video-viewer/index.d.ts +6 -0
- package/dist/short-videos/short-video-viewer/index.js +4 -0
- package/dist/short-videos/short-video-viewer/mapper.d.ts +3 -0
- package/dist/short-videos/short-video-viewer/mapper.js +28 -0
- package/dist/short-videos/short-video-viewer/operations.generated.d.ts +56 -0
- package/dist/short-videos/short-video-viewer/operations.generated.js +187 -0
- package/dist/short-videos/short-video-viewer/operations.graphql +26 -0
- package/dist/short-videos/short-video-viewer/short-video-details-localization.svelte.d.ts +14 -0
- package/dist/short-videos/short-video-viewer/short-video-details-localization.svelte.js +21 -0
- package/dist/short-videos/short-video-viewer/short-video-viewer-localization.svelte.d.ts +10 -0
- package/dist/short-videos/short-video-viewer/short-video-viewer-localization.svelte.js +13 -0
- package/dist/short-videos/short-video-viewer/types.d.ts +17 -0
- package/dist/short-videos/short-video-viewer/types.js +1 -0
- package/dist/short-videos/short-video-viewer/ui-manager.svelte.d.ts +12 -0
- package/dist/short-videos/short-video-viewer/ui-manager.svelte.js +26 -0
- package/dist/short-videos/short-videos-player/action-button.svelte +38 -0
- package/dist/short-videos/short-videos-player/action-button.svelte.d.ts +10 -0
- package/dist/short-videos/short-videos-player/cmp.short-videos-player.svelte +91 -0
- package/dist/short-videos/short-videos-player/cmp.short-videos-player.svelte.d.ts +13 -0
- package/dist/short-videos/short-videos-player/controls.svelte +215 -0
- package/dist/short-videos/short-videos-player/controls.svelte.d.ts +15 -0
- package/dist/short-videos/short-videos-player/index.d.ts +2 -0
- package/dist/short-videos/short-videos-player/index.js +1 -0
- package/dist/short-videos/short-videos-player/short-videos-player-localization.svelte.d.ts +14 -0
- package/dist/short-videos/short-videos-player/short-videos-player-localization.svelte.js +21 -0
- package/dist/short-videos/short-videos-player/ui-manager.svelte.d.ts +16 -0
- package/dist/short-videos/short-videos-player/ui-manager.svelte.js +25 -0
- package/dist/short-videos/short-videos-player-modal/cmp.short-videos-player-modal.svelte +485 -0
- package/dist/short-videos/short-videos-player-modal/cmp.short-videos-player-modal.svelte.d.ts +3 -0
- package/dist/short-videos/short-videos-player-modal/index.d.ts +79 -0
- package/dist/short-videos/short-videos-player-modal/index.js +78 -0
- package/dist/short-videos/short-videos-player-modal/short-videos-player-modal-state.svelte.d.ts +16 -0
- package/dist/short-videos/short-videos-player-modal/short-videos-player-modal-state.svelte.js +13 -0
- package/dist/streams/components/cmp.stream-page-component.svelte +16 -0
- package/dist/streams/components/cmp.stream-page-component.svelte.d.ts +10 -0
- package/dist/streams/components/components.factory.d.ts +22 -0
- package/dist/streams/components/components.factory.js +34 -0
- package/dist/streams/components/images/cmp.images-component.svelte +7 -0
- package/dist/streams/components/images/cmp.images-component.svelte.d.ts +7 -0
- package/dist/streams/components/images/index.d.ts +2 -0
- package/dist/streams/components/images/index.js +1 -0
- package/dist/streams/components/images/types.d.ts +8 -0
- package/dist/streams/components/images/types.js +5 -0
- package/dist/streams/components/index.d.ts +7 -0
- package/dist/streams/components/index.js +6 -0
- package/dist/streams/components/mapper.d.ts +3 -0
- package/dist/streams/components/mapper.js +43 -0
- package/dist/streams/components/operations.generated.d.ts +178 -0
- package/dist/streams/components/operations.generated.js +653 -0
- package/dist/streams/components/operations.graphql +35 -0
- package/dist/streams/components/product/cmp.product-component.svelte +148 -0
- package/dist/streams/components/product/cmp.product-component.svelte.d.ts +8 -0
- package/dist/streams/components/product/index.d.ts +3 -0
- package/dist/streams/components/product/index.js +2 -0
- package/dist/streams/components/product/mapper.d.ts +3 -0
- package/dist/streams/components/product/mapper.js +14 -0
- package/dist/streams/components/product/operations.generated.d.ts +22 -0
- package/dist/streams/components/product/operations.generated.js +53 -0
- package/dist/streams/components/product/operations.graphql +19 -0
- package/dist/streams/components/product/types.d.ts +10 -0
- package/dist/streams/components/product/types.js +1 -0
- package/dist/streams/components/short-video/cmp.short-video-component.svelte +9 -0
- package/dist/streams/components/short-video/cmp.short-video-component.svelte.d.ts +10 -0
- package/dist/streams/components/short-video/index.d.ts +3 -0
- package/dist/streams/components/short-video/index.js +2 -0
- package/dist/streams/components/short-video/mapper.d.ts +3 -0
- package/dist/streams/components/short-video/mapper.js +4 -0
- package/dist/streams/components/short-video/operations.generated.d.ts +56 -0
- package/dist/streams/components/short-video/operations.generated.js +193 -0
- package/dist/streams/components/short-video/operations.graphql +3 -0
- package/dist/streams/components/short-video/types.d.ts +2 -0
- package/dist/streams/components/short-video/types.js +1 -0
- package/dist/streams/components/stream-components-localization.svelte.d.ts +10 -0
- package/dist/streams/components/stream-components-localization.svelte.js +13 -0
- package/dist/streams/components/types.d.ts +27 -0
- package/dist/streams/components/types.js +6 -0
- package/dist/streams/slots/cmp.stream-component-slot.svelte +35 -0
- package/dist/streams/slots/cmp.stream-component-slot.svelte.d.ts +9 -0
- package/dist/streams/slots/index.d.ts +3 -0
- package/dist/streams/slots/index.js +2 -0
- package/dist/streams/slots/mapper.d.ts +3 -0
- package/dist/streams/slots/mapper.js +18 -0
- package/dist/streams/slots/operations.generated.d.ts +17 -0
- package/dist/streams/slots/operations.generated.js +34 -0
- package/dist/streams/slots/operations.graphql +14 -0
- package/dist/streams/slots/styles-transformer.d.ts +6 -0
- package/dist/streams/slots/styles-transformer.js +12 -0
- package/dist/streams/slots/types.d.ts +16 -0
- package/dist/streams/slots/types.js +1 -0
- package/dist/streams/stream-page-viewer/cmp.stream-page-viewer.svelte +47 -0
- package/dist/streams/stream-page-viewer/cmp.stream-page-viewer.svelte.d.ts +9 -0
- package/dist/streams/stream-page-viewer/index.d.ts +2 -0
- package/dist/streams/stream-page-viewer/index.js +1 -0
- package/dist/streams/stream-page-viewer/mapper.d.ts +3 -0
- package/dist/streams/stream-page-viewer/mapper.js +23 -0
- package/dist/streams/stream-page-viewer/operations.generated.d.ts +113 -0
- package/dist/streams/stream-page-viewer/operations.generated.js +400 -0
- package/dist/streams/stream-page-viewer/operations.graphql +13 -0
- package/dist/streams/stream-page-viewer/stream-page-viewer-localization.svelte.d.ts +10 -0
- package/dist/streams/stream-page-viewer/stream-page-viewer-localization.svelte.js +13 -0
- package/dist/streams/stream-page-viewer/types.d.ts +18 -0
- package/dist/streams/stream-page-viewer/types.js +1 -0
- package/dist/streams/stream-player/action-button.svelte +38 -0
- package/dist/streams/stream-player/action-button.svelte.d.ts +10 -0
- package/dist/streams/stream-player/cmp.stream-player.svelte +141 -0
- package/dist/streams/stream-player/cmp.stream-player.svelte.d.ts +16 -0
- package/dist/streams/stream-player/controls.svelte +222 -0
- package/dist/streams/stream-player/controls.svelte.d.ts +14 -0
- package/dist/streams/stream-player/index.d.ts +2 -0
- package/dist/streams/stream-player/index.js +1 -0
- package/dist/streams/stream-player/mapper.d.ts +3 -0
- package/dist/streams/stream-player/mapper.js +15 -0
- package/dist/streams/stream-player/operations.generated.d.ts +161 -0
- package/dist/streams/stream-player/operations.generated.js +559 -0
- package/dist/streams/stream-player/operations.graphql +32 -0
- package/dist/streams/stream-player/stream-overview.svelte +239 -0
- package/dist/streams/stream-player/stream-overview.svelte.d.ts +17 -0
- package/dist/streams/stream-player/stream-player-buffer.svelte.d.ts +25 -0
- package/dist/streams/stream-player/stream-player-buffer.svelte.js +84 -0
- package/dist/streams/stream-player/stream-player-localization.svelte.d.ts +18 -0
- package/dist/streams/stream-player/stream-player-localization.svelte.js +29 -0
- package/dist/streams/stream-player/types.d.ts +12 -0
- package/dist/streams/stream-player/types.js +1 -0
- package/dist/streams/stream-player/ui-manager.svelte.d.ts +17 -0
- package/dist/streams/stream-player/ui-manager.svelte.js +26 -0
- package/dist/streams/stream-player-modal/cmp.stream-player-modal.svelte +486 -0
- package/dist/streams/stream-player-modal/cmp.stream-player-modal.svelte.d.ts +3 -0
- package/dist/streams/stream-player-modal/index.d.ts +79 -0
- package/dist/streams/stream-player-modal/index.js +78 -0
- package/dist/streams/stream-player-modal/stream-player-modal-state.svelte.d.ts +17 -0
- package/dist/streams/stream-player-modal/stream-player-modal-state.svelte.js +14 -0
- package/dist/ui/button/cmp.button.svelte +10 -0
- package/dist/ui/button/cmp.button.svelte.d.ts +16 -0
- package/dist/ui/button/index.d.ts +2 -0
- package/dist/ui/button/index.js +2 -0
- package/dist/ui/button/resources/button-base.svelte +84 -0
- package/dist/ui/button/resources/button-base.svelte.d.ts +13 -0
- package/dist/ui/button/resources/button-theme.svelte +204 -0
- package/dist/ui/button/resources/button-theme.svelte.d.ts +10 -0
- package/dist/ui/button/resources/button-types.d.ts +21 -0
- package/dist/ui/button/resources/button-types.js +23 -0
- package/dist/ui/dynamic-component/cmp.dynamic-component.svelte +5 -0
- package/dist/ui/dynamic-component/cmp.dynamic-component.svelte.d.ts +7 -0
- package/dist/ui/dynamic-component/index.d.ts +2 -0
- package/dist/ui/dynamic-component/index.js +2 -0
- package/dist/ui/dynamic-component/types.svelte.d.ts +11 -0
- package/dist/ui/dynamic-component/types.svelte.js +13 -0
- package/dist/ui/icon/cmp.icon.svelte +113 -0
- package/dist/ui/icon/cmp.icon.svelte.d.ts +8 -0
- package/dist/ui/icon/index.d.ts +2 -0
- package/dist/ui/icon/index.js +2 -0
- package/dist/ui/icon/types.d.ts +9 -0
- package/dist/ui/icon/types.js +10 -0
- package/dist/ui/image/cmp.image-round.svelte +41 -0
- package/dist/ui/image/cmp.image-round.svelte.d.ts +11 -0
- package/dist/ui/image/cmp.image-rounded.svelte +71 -0
- package/dist/ui/image/cmp.image-rounded.svelte.d.ts +11 -0
- package/dist/ui/image/cmp.image-stub.svelte +34 -0
- package/dist/ui/image/cmp.image-stub.svelte.d.ts +18 -0
- package/dist/ui/image/cmp.image.svelte +82 -0
- package/dist/ui/image/cmp.image.svelte.d.ts +13 -0
- package/dist/ui/image/image-state.d.ts +6 -0
- package/dist/ui/image/image-state.js +17 -0
- package/dist/ui/image/index.d.ts +4 -0
- package/dist/ui/image/index.js +4 -0
- package/dist/ui/infinite-scrolling/cmp.infinite-scrolling.svelte +84 -0
- package/dist/ui/infinite-scrolling/cmp.infinite-scrolling.svelte.d.ts +11 -0
- package/dist/ui/infinite-scrolling/index.d.ts +1 -0
- package/dist/ui/infinite-scrolling/index.js +1 -0
- package/dist/ui/line-clamp/cmp.line-clamp.svelte +89 -0
- package/dist/ui/line-clamp/cmp.line-clamp.svelte.d.ts +12 -0
- package/dist/ui/line-clamp/index.d.ts +2 -0
- package/dist/ui/line-clamp/index.js +2 -0
- package/dist/ui/line-clamp/line-clamp-localization.svelte.d.ts +9 -0
- package/dist/ui/line-clamp/line-clamp-localization.svelte.js +15 -0
- package/dist/ui/line-clamp/line-clamp-types.d.ts +3 -0
- package/dist/ui/line-clamp/line-clamp-types.js +1 -0
- package/dist/ui/line-clamp/line-clamp-utils.d.ts +8 -0
- package/dist/ui/line-clamp/line-clamp-utils.js +33 -0
- package/dist/ui/loading/cmp.loading.svelte +97 -0
- package/dist/ui/loading/cmp.loading.svelte.d.ts +9 -0
- package/dist/ui/loading/index.d.ts +1 -0
- package/dist/ui/loading/index.js +1 -0
- package/dist/ui/media-item-view/cmp.media-item-view.svelte +90 -0
- package/dist/ui/media-item-view/cmp.media-item-view.svelte.d.ts +12 -0
- package/dist/ui/media-item-view/index.d.ts +1 -0
- package/dist/ui/media-item-view/index.js +1 -0
- package/dist/ui/media-items-gallery/cmp.media-items-gallery.svelte +277 -0
- package/dist/ui/media-items-gallery/cmp.media-items-gallery.svelte.d.ts +12 -0
- package/dist/ui/media-items-gallery/index.d.ts +1 -0
- package/dist/ui/media-items-gallery/index.js +1 -0
- package/dist/ui/media-items-gallery/types.d.ts +12 -0
- package/dist/ui/media-items-gallery/types.js +35 -0
- package/dist/ui/media-playback/index.d.ts +2 -0
- package/dist/ui/media-playback/index.js +2 -0
- package/dist/ui/media-playback/playback-manager.svelte.d.ts +25 -0
- package/dist/ui/media-playback/playback-manager.svelte.js +62 -0
- package/dist/ui/media-playback/volume-manager.svelte.d.ts +10 -0
- package/dist/ui/media-playback/volume-manager.svelte.js +27 -0
- package/dist/ui/player/cmp.player-slider.svelte +161 -0
- package/dist/ui/player/cmp.player-slider.svelte.d.ts +33 -0
- package/dist/ui/player/index.d.ts +4 -0
- package/dist/ui/player/index.js +3 -0
- package/dist/ui/player/player-buffer.svelte.d.ts +28 -0
- package/dist/ui/player/player-buffer.svelte.js +64 -0
- package/dist/ui/player/prevent-slider-scroll.d.ts +5 -0
- package/dist/ui/player/prevent-slider-scroll.js +11 -0
- package/dist/ui/player/types.d.ts +14 -0
- package/dist/ui/player/types.js +1 -0
- package/dist/ui/progress/cmp.progress.svelte +37 -0
- package/dist/ui/progress/cmp.progress.svelte.d.ts +6 -0
- package/dist/ui/progress/index.d.ts +1 -0
- package/dist/ui/progress/index.js +1 -0
- package/dist/ui/proportional-container/cmp.proportional-container.svelte +39 -0
- package/dist/ui/proportional-container/cmp.proportional-container.svelte.d.ts +8 -0
- package/dist/ui/proportional-container/index.d.ts +1 -0
- package/dist/ui/proportional-container/index.js +1 -0
- package/dist/ui/seek-bar/cmp.seek-bar.svelte +63 -0
- package/dist/ui/seek-bar/cmp.seek-bar.svelte.d.ts +12 -0
- package/dist/ui/seek-bar/index.d.ts +1 -0
- package/dist/ui/seek-bar/index.js +1 -0
- package/dist/ui/shadow-dom/cmp.shadow-dom.svelte +26 -0
- package/dist/ui/shadow-dom/cmp.shadow-dom.svelte.d.ts +7 -0
- package/dist/ui/shadow-dom/index.d.ts +1 -0
- package/dist/ui/shadow-dom/index.js +1 -0
- package/dist/ui/spotlight-layout/cmp.spotlight-layout.svelte +120 -0
- package/dist/ui/spotlight-layout/cmp.spotlight-layout.svelte.d.ts +18 -0
- package/dist/ui/spotlight-layout/index.d.ts +1 -0
- package/dist/ui/spotlight-layout/index.js +1 -0
- package/dist/ui/time-ago/cmp.time-ago.svelte +69 -0
- package/dist/ui/time-ago/cmp.time-ago.svelte.d.ts +9 -0
- package/dist/ui/time-ago/index.d.ts +2 -0
- package/dist/ui/time-ago/index.js +1 -0
- package/dist/ui/time-ago/time-ago-localization.svelte.d.ts +21 -0
- package/dist/ui/time-ago/time-ago-localization.svelte.js +39 -0
- package/dist/ui/video/cmp.video.svelte +377 -0
- package/dist/ui/video/cmp.video.svelte.d.ts +24 -0
- package/dist/ui/video/index.d.ts +1 -0
- package/dist/ui/video/index.js +1 -0
- package/package.json +89 -0
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
export const ShortVideoViewerPayloadFragmentDoc = {
|
|
2
|
+
kind: 'Document',
|
|
3
|
+
definitions: [
|
|
4
|
+
{
|
|
5
|
+
kind: 'FragmentDefinition',
|
|
6
|
+
name: { kind: 'Name', value: 'ShortVideoViewerPayloadFragment' },
|
|
7
|
+
typeCondition: { kind: 'NamedType', name: { kind: 'Name', value: 'Post' } },
|
|
8
|
+
selectionSet: {
|
|
9
|
+
kind: 'SelectionSet',
|
|
10
|
+
selections: [
|
|
11
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'id' } },
|
|
12
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'enableSocialInteractions' } },
|
|
13
|
+
{
|
|
14
|
+
kind: 'Field',
|
|
15
|
+
name: { kind: 'Name', value: 'postHeading' },
|
|
16
|
+
selectionSet: {
|
|
17
|
+
kind: 'SelectionSet',
|
|
18
|
+
selections: [
|
|
19
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'sourceImage' } },
|
|
20
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'sourceName' } },
|
|
21
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'postDisplayDate' } },
|
|
22
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'postViewsCount' } }
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
kind: 'Field',
|
|
28
|
+
name: { kind: 'Name', value: 'allProducts' },
|
|
29
|
+
selectionSet: { kind: 'SelectionSet', selections: [{ kind: 'FragmentSpread', name: { kind: 'Name', value: 'ProductCardPayloadFragment' } }] }
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
kind: 'Field',
|
|
33
|
+
name: { kind: 'Name', value: 'ad' },
|
|
34
|
+
selectionSet: { kind: 'SelectionSet', selections: [{ kind: 'FragmentSpread', name: { kind: 'Name', value: 'AdViewPayloadFragment' } }] }
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
kind: 'Field',
|
|
38
|
+
name: { kind: 'Name', value: 'postData' },
|
|
39
|
+
selectionSet: {
|
|
40
|
+
kind: 'SelectionSet',
|
|
41
|
+
selections: [
|
|
42
|
+
{
|
|
43
|
+
kind: 'Field',
|
|
44
|
+
name: { kind: 'Name', value: 'media' },
|
|
45
|
+
selectionSet: {
|
|
46
|
+
kind: 'SelectionSet',
|
|
47
|
+
selections: [
|
|
48
|
+
{
|
|
49
|
+
kind: 'Field',
|
|
50
|
+
name: { kind: 'Name', value: 'url' },
|
|
51
|
+
arguments: [
|
|
52
|
+
{
|
|
53
|
+
kind: 'Argument',
|
|
54
|
+
name: { kind: 'Name', value: 'scale' },
|
|
55
|
+
value: { kind: 'Variable', name: { kind: 'Name', value: 'image_scale' } }
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
kind: 'Field',
|
|
61
|
+
name: { kind: 'Name', value: 'thumbnailUrl' },
|
|
62
|
+
arguments: [
|
|
63
|
+
{
|
|
64
|
+
kind: 'Argument',
|
|
65
|
+
name: { kind: 'Name', value: 'scale' },
|
|
66
|
+
value: { kind: 'Variable', name: { kind: 'Name', value: 'image_scale' } }
|
|
67
|
+
}
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'type' } }
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
kind: 'Field',
|
|
76
|
+
name: { kind: 'Name', value: 'shortVideoData' },
|
|
77
|
+
selectionSet: { kind: 'SelectionSet', selections: [{ kind: 'Field', name: { kind: 'Name', value: 'text' } }] }
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
kind: 'FragmentDefinition',
|
|
87
|
+
name: { kind: 'Name', value: 'ProductCardPayloadFragment' },
|
|
88
|
+
typeCondition: { kind: 'NamedType', name: { kind: 'Name', value: 'Product' } },
|
|
89
|
+
selectionSet: {
|
|
90
|
+
kind: 'SelectionSet',
|
|
91
|
+
selections: [
|
|
92
|
+
{
|
|
93
|
+
kind: 'Field',
|
|
94
|
+
name: { kind: 'Name', value: 'media' },
|
|
95
|
+
selectionSet: {
|
|
96
|
+
kind: 'SelectionSet',
|
|
97
|
+
selections: [
|
|
98
|
+
{
|
|
99
|
+
kind: 'Field',
|
|
100
|
+
name: { kind: 'Name', value: 'url' },
|
|
101
|
+
arguments: [
|
|
102
|
+
{ kind: 'Argument', name: { kind: 'Name', value: 'scale' }, value: { kind: 'Variable', name: { kind: 'Name', value: 'image_scale' } } }
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
kind: 'Field',
|
|
107
|
+
name: { kind: 'Name', value: 'thumbnailUrl' },
|
|
108
|
+
arguments: [
|
|
109
|
+
{ kind: 'Argument', name: { kind: 'Name', value: 'scale' }, value: { kind: 'Variable', name: { kind: 'Name', value: 'image_scale' } } }
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'type' } }
|
|
113
|
+
]
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'title' } },
|
|
117
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'id' } },
|
|
118
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'link' } },
|
|
119
|
+
{
|
|
120
|
+
kind: 'Field',
|
|
121
|
+
name: { kind: 'Name', value: 'priceAndAvailability' },
|
|
122
|
+
selectionSet: {
|
|
123
|
+
kind: 'SelectionSet',
|
|
124
|
+
selections: [
|
|
125
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'currency' } },
|
|
126
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'price' } },
|
|
127
|
+
{
|
|
128
|
+
kind: 'Field',
|
|
129
|
+
name: { kind: 'Name', value: 'productSalePrices' },
|
|
130
|
+
selectionSet: {
|
|
131
|
+
kind: 'SelectionSet',
|
|
132
|
+
selections: [
|
|
133
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'salePrice' } },
|
|
134
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'salePriceEffectiveDateFrom' } },
|
|
135
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'salePriceEffectiveDateTo' } }
|
|
136
|
+
]
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
]
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
]
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
kind: 'FragmentDefinition',
|
|
147
|
+
name: { kind: 'Name', value: 'AdViewPayloadFragment' },
|
|
148
|
+
typeCondition: { kind: 'NamedType', name: { kind: 'Name', value: 'Ad' } },
|
|
149
|
+
selectionSet: {
|
|
150
|
+
kind: 'SelectionSet',
|
|
151
|
+
selections: [
|
|
152
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'id' } },
|
|
153
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'title' } },
|
|
154
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'description' } },
|
|
155
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'buttonText' } },
|
|
156
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'buttonUrl' } },
|
|
157
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'openLinkInNewWindow' } },
|
|
158
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'type' } },
|
|
159
|
+
{
|
|
160
|
+
kind: 'Field',
|
|
161
|
+
name: { kind: 'Name', value: 'media' },
|
|
162
|
+
selectionSet: {
|
|
163
|
+
kind: 'SelectionSet',
|
|
164
|
+
selections: [
|
|
165
|
+
{ kind: 'Field', name: { kind: 'Name', value: 'type' } },
|
|
166
|
+
{
|
|
167
|
+
kind: 'Field',
|
|
168
|
+
name: { kind: 'Name', value: 'url' },
|
|
169
|
+
arguments: [
|
|
170
|
+
{ kind: 'Argument', name: { kind: 'Name', value: 'scale' }, value: { kind: 'Variable', name: { kind: 'Name', value: 'image_scale' } } }
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
kind: 'Field',
|
|
175
|
+
name: { kind: 'Name', value: 'thumbnailUrl' },
|
|
176
|
+
arguments: [
|
|
177
|
+
{ kind: 'Argument', name: { kind: 'Name', value: 'scale' }, value: { kind: 'Variable', name: { kind: 'Name', value: 'image_scale' } } }
|
|
178
|
+
]
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
]
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
]
|
|
187
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
fragment ShortVideoViewerPayloadFragment on Post {
|
|
2
|
+
id
|
|
3
|
+
enableSocialInteractions
|
|
4
|
+
postHeading {
|
|
5
|
+
sourceImage
|
|
6
|
+
sourceName
|
|
7
|
+
postDisplayDate
|
|
8
|
+
postViewsCount
|
|
9
|
+
}
|
|
10
|
+
allProducts {
|
|
11
|
+
...ProductCardPayloadFragment
|
|
12
|
+
}
|
|
13
|
+
ad {
|
|
14
|
+
...AdViewPayloadFragment
|
|
15
|
+
}
|
|
16
|
+
postData {
|
|
17
|
+
media {
|
|
18
|
+
url(scale: $image_scale)
|
|
19
|
+
thumbnailUrl(scale: $image_scale)
|
|
20
|
+
type
|
|
21
|
+
}
|
|
22
|
+
shortVideoData {
|
|
23
|
+
text
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ITimeAgoLocalization } from '../../ui/time-ago';
|
|
2
|
+
export interface IShortVideoDetailsLocalization {
|
|
3
|
+
productsSection?: string;
|
|
4
|
+
offersSection?: string;
|
|
5
|
+
viewsCount?: (count: number) => string;
|
|
6
|
+
timeAgoLocalization?: ITimeAgoLocalization;
|
|
7
|
+
}
|
|
8
|
+
export declare class ShortVideoDetailsLocalization {
|
|
9
|
+
productsSection: string;
|
|
10
|
+
offersSection: string;
|
|
11
|
+
viewsCount: (count: number) => string;
|
|
12
|
+
timeAgoLocalization: ITimeAgoLocalization | undefined;
|
|
13
|
+
constructor(init?: IShortVideoDetailsLocalization);
|
|
14
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export class ShortVideoDetailsLocalization {
|
|
2
|
+
productsSection = $state('Products');
|
|
3
|
+
offersSection = $state('Offers');
|
|
4
|
+
viewsCount = $state((count) => (count === 1 ? '1 view' : `${count} views`));
|
|
5
|
+
timeAgoLocalization = $state(undefined);
|
|
6
|
+
constructor(init) {
|
|
7
|
+
if (!init) {
|
|
8
|
+
return;
|
|
9
|
+
}
|
|
10
|
+
if (init.productsSection !== undefined) {
|
|
11
|
+
this.productsSection = init.productsSection;
|
|
12
|
+
}
|
|
13
|
+
if (init.offersSection !== undefined) {
|
|
14
|
+
this.offersSection = init.offersSection;
|
|
15
|
+
}
|
|
16
|
+
if (init.viewsCount !== undefined) {
|
|
17
|
+
this.viewsCount = init.viewsCount;
|
|
18
|
+
}
|
|
19
|
+
this.timeAgoLocalization = init.timeAgoLocalization;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ITimeAgoLocalization } from '../../ui/time-ago';
|
|
2
|
+
export interface IShortVideoViewerLocalization {
|
|
3
|
+
viewsCount?: (count: number) => string;
|
|
4
|
+
timeAgoLocalization?: ITimeAgoLocalization;
|
|
5
|
+
}
|
|
6
|
+
export declare class ShortVideoViewerLocalization {
|
|
7
|
+
viewsCount: (count: number) => string;
|
|
8
|
+
timeAgoLocalization: ITimeAgoLocalization | undefined;
|
|
9
|
+
constructor(init?: IShortVideoViewerLocalization);
|
|
10
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export class ShortVideoViewerLocalization {
|
|
2
|
+
viewsCount = $state((count) => (count === 1 ? '1 view' : `${count} views`));
|
|
3
|
+
timeAgoLocalization = $state(undefined);
|
|
4
|
+
constructor(init) {
|
|
5
|
+
if (!init) {
|
|
6
|
+
return;
|
|
7
|
+
}
|
|
8
|
+
if (init.viewsCount !== undefined) {
|
|
9
|
+
this.viewsCount = init.viewsCount;
|
|
10
|
+
}
|
|
11
|
+
this.timeAgoLocalization = init.timeAgoLocalization;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { AdViewModel } from '../../advertising/ad-view';
|
|
2
|
+
import type { MediaItemModel } from '../../core/media';
|
|
3
|
+
import type { ProductCardModel } from '../../products/product-card';
|
|
4
|
+
export type ShortVideoViewerModel = {
|
|
5
|
+
id: string;
|
|
6
|
+
media: MediaItemModel;
|
|
7
|
+
text?: string | null;
|
|
8
|
+
heading: ShortVideoViewerHeadingModel;
|
|
9
|
+
products: ProductCardModel[];
|
|
10
|
+
ad: AdViewModel | null;
|
|
11
|
+
};
|
|
12
|
+
export type ShortVideoViewerHeadingModel = {
|
|
13
|
+
image: string | null;
|
|
14
|
+
name: string;
|
|
15
|
+
displayDate: string;
|
|
16
|
+
viewsCount: number;
|
|
17
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class ShortVideoViewerUiManager {
|
|
2
|
+
readonly globalCssVariables: string;
|
|
3
|
+
readonly showActionsInsideFrame: boolean;
|
|
4
|
+
readonly showAttachments: boolean;
|
|
5
|
+
private readonly buttonSize;
|
|
6
|
+
private actionsPanelWidth;
|
|
7
|
+
private availableSideSpace;
|
|
8
|
+
private canShowAttachments;
|
|
9
|
+
updateActionsPanelWidth: (value: number) => void;
|
|
10
|
+
updateAvailableSideSpace: (value: number) => void;
|
|
11
|
+
updateCanShowAttachments: (value: boolean) => void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export class ShortVideoViewerUiManager {
|
|
2
|
+
globalCssVariables = $derived.by(() => {
|
|
3
|
+
const values = [`--_short-video-viewer--button--size: ${this.buttonSize}px`];
|
|
4
|
+
return values.join(';');
|
|
5
|
+
});
|
|
6
|
+
showActionsInsideFrame = $derived.by(() => {
|
|
7
|
+
return this.actionsPanelWidth + 40 > this.availableSideSpace;
|
|
8
|
+
});
|
|
9
|
+
showAttachments = $derived.by(() => {
|
|
10
|
+
return this.canShowAttachments;
|
|
11
|
+
});
|
|
12
|
+
buttonSize = 40;
|
|
13
|
+
actionsPanelWidth = $state(0);
|
|
14
|
+
availableSideSpace = $state(0);
|
|
15
|
+
// is provided from the calling side
|
|
16
|
+
canShowAttachments = $state(true);
|
|
17
|
+
updateActionsPanelWidth = (value) => {
|
|
18
|
+
this.actionsPanelWidth = value;
|
|
19
|
+
};
|
|
20
|
+
updateAvailableSideSpace = (value) => {
|
|
21
|
+
this.availableSideSpace = value;
|
|
22
|
+
};
|
|
23
|
+
updateCanShowAttachments = (value) => {
|
|
24
|
+
this.canShowAttachments = value;
|
|
25
|
+
};
|
|
26
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<script lang="ts">let { children, on } = $props();
|
|
2
|
+
export {};
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<button type="button" class="action-button" onclick={() => on.click()}>
|
|
6
|
+
{@render children()}
|
|
7
|
+
</button>
|
|
8
|
+
|
|
9
|
+
<style>@keyframes fadeIn {
|
|
10
|
+
0% {
|
|
11
|
+
opacity: 1;
|
|
12
|
+
}
|
|
13
|
+
50% {
|
|
14
|
+
opacity: 0.4;
|
|
15
|
+
}
|
|
16
|
+
100% {
|
|
17
|
+
opacity: 1;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
.action-button {
|
|
21
|
+
--_short-video-player--action-button--size: var(--short-video-player--action-button--size);
|
|
22
|
+
--_action-button--background: var(--action-button-background, #1c1c1c);
|
|
23
|
+
width: var(--_short-video-player--action-button--size);
|
|
24
|
+
min-width: var(--_short-video-player--action-button--size);
|
|
25
|
+
max-width: var(--_short-video-player--action-button--size);
|
|
26
|
+
height: var(--_short-video-player--action-button--size);
|
|
27
|
+
min-height: var(--_short-video-player--action-button--size);
|
|
28
|
+
max-height: var(--_short-video-player--action-button--size);
|
|
29
|
+
display: flex;
|
|
30
|
+
justify-content: center;
|
|
31
|
+
align-items: center;
|
|
32
|
+
line-height: 0;
|
|
33
|
+
background: var(--_action-button--background);
|
|
34
|
+
border-radius: 50%;
|
|
35
|
+
--icon--size: 1.25rem;
|
|
36
|
+
z-index: 1;
|
|
37
|
+
color: #ffffff;
|
|
38
|
+
}</style>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Snippet } from 'svelte';
|
|
2
|
+
type Props = {
|
|
3
|
+
on: {
|
|
4
|
+
click: () => void;
|
|
5
|
+
};
|
|
6
|
+
children: Snippet;
|
|
7
|
+
};
|
|
8
|
+
declare const ActionButton: import("svelte").Component<Props, {}, "">;
|
|
9
|
+
type ActionButton = ReturnType<typeof ActionButton>;
|
|
10
|
+
export default ActionButton;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
<script lang="ts">var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
import { PlayerBuffer, PlayerSlider } from '../../ui/player';
|
|
11
|
+
import { ShortVideosViewer } from '../short-video-viewer';
|
|
12
|
+
import { SpotlightLayout } from '../../ui/spotlight-layout';
|
|
13
|
+
import { default as Controls } from './controls.svelte';
|
|
14
|
+
import { ShortVideosPlayerLocalization } from './short-videos-player-localization.svelte';
|
|
15
|
+
import { ShortVideoPlayerUiManager } from './ui-manager.svelte';
|
|
16
|
+
import { onDestroy, onMount } from 'svelte';
|
|
17
|
+
let { shortVidesProvider, localization: localizationInit, on } = $props();
|
|
18
|
+
const localization = $derived(new ShortVideosPlayerLocalization(localizationInit));
|
|
19
|
+
const buffer = $derived(new PlayerBuffer(shortVidesProvider));
|
|
20
|
+
const uiManager = new ShortVideoPlayerUiManager();
|
|
21
|
+
onMount(() => __awaiter(void 0, void 0, void 0, function* () {
|
|
22
|
+
uiManager.detailsCollapsed = window && window.innerWidth < window.innerHeight;
|
|
23
|
+
}));
|
|
24
|
+
onDestroy(() => {
|
|
25
|
+
// end tracking the short video
|
|
26
|
+
});
|
|
27
|
+
const handleDimensionsChanged = (dimensions) => {
|
|
28
|
+
uiManager.updateDimensions({
|
|
29
|
+
mainViewColumnWidth: dimensions.mainSceneWidth,
|
|
30
|
+
viewTotalWidth: dimensions.totalWidth
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
</script>
|
|
34
|
+
|
|
35
|
+
<div class="short-videos-player-container">
|
|
36
|
+
<div class="short-videos-player" style={uiManager.globalCssVariables}>
|
|
37
|
+
{#if buffer}
|
|
38
|
+
<SpotlightLayout ratio={9 / 16} on={{ dimensionsChanged: handleDimensionsChanged }}>
|
|
39
|
+
<div class="short-videos-player__content">
|
|
40
|
+
<PlayerSlider buffer={buffer}>
|
|
41
|
+
{#snippet children({ item })}
|
|
42
|
+
<ShortVideosViewer model={item} autoplay="on-appearance" showAttachments={uiManager.showShortVideoOverlay} />
|
|
43
|
+
{/snippet}
|
|
44
|
+
</PlayerSlider>
|
|
45
|
+
</div>
|
|
46
|
+
</SpotlightLayout>
|
|
47
|
+
<Controls buffer={buffer} uiManager={uiManager} localization={localization} on={{ closePlayer: () => on?.closePlayer?.() }} />
|
|
48
|
+
{/if}
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
<style>@keyframes fadeIn {
|
|
53
|
+
0% {
|
|
54
|
+
opacity: 1;
|
|
55
|
+
}
|
|
56
|
+
50% {
|
|
57
|
+
opacity: 0.4;
|
|
58
|
+
}
|
|
59
|
+
100% {
|
|
60
|
+
opacity: 1;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
.short-videos-player-container {
|
|
64
|
+
width: 100%;
|
|
65
|
+
min-width: 100%;
|
|
66
|
+
max-width: 100%;
|
|
67
|
+
height: 100%;
|
|
68
|
+
min-height: 100%;
|
|
69
|
+
max-height: 100%;
|
|
70
|
+
container-type: inline-size;
|
|
71
|
+
display: flex;
|
|
72
|
+
position: relative;
|
|
73
|
+
background: #000000;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.short-videos-player {
|
|
77
|
+
display: flex;
|
|
78
|
+
flex: 1;
|
|
79
|
+
padding: 0.625rem 0;
|
|
80
|
+
/* Set 'container-type: inline-size;' to reference container*/
|
|
81
|
+
}
|
|
82
|
+
@container (width < 576px) {
|
|
83
|
+
.short-videos-player {
|
|
84
|
+
padding: 0;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
.short-videos-player__content {
|
|
88
|
+
width: 100%;
|
|
89
|
+
height: 100%;
|
|
90
|
+
--short-video-viewer--actions-panel--bottom: 5rem;
|
|
91
|
+
}</style>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type PlayerItemsProvider } from '../../ui/player';
|
|
2
|
+
import { type ShortVideoViewerModel } from '../short-video-viewer';
|
|
3
|
+
import { type IShortVideosPlayerLocalization } from './short-videos-player-localization.svelte';
|
|
4
|
+
type Props = {
|
|
5
|
+
shortVidesProvider: PlayerItemsProvider<ShortVideoViewerModel>;
|
|
6
|
+
localization?: IShortVideosPlayerLocalization;
|
|
7
|
+
on?: {
|
|
8
|
+
closePlayer?: () => void;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
declare const Cmp: import("svelte").Component<Props, {}, "">;
|
|
12
|
+
type Cmp = ReturnType<typeof Cmp>;
|
|
13
|
+
export default Cmp;
|