pds-dev-kit-web-test 2.5.419 → 2.5.420
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/index.d.ts +2 -2
- package/dist/index.js +2 -3
- package/dist/src/common/assets/icons/fill/Video.js +1 -1
- package/dist/src/common/assets/icons/fill/VideoOff.js +1 -1
- package/dist/src/common/assets/icons/fill/VideoType.js +1 -1
- package/dist/src/common/assets/icons/fill/index.d.ts +0 -3
- package/dist/src/common/assets/icons/fill/index.js +1 -7
- package/dist/src/common/assets/icons/line/Video.js +1 -1
- package/dist/src/common/assets/icons/line/VideoOff.js +1 -1
- package/dist/src/common/assets/icons/line/VideoType.js +1 -1
- package/dist/src/common/assets/icons/line/index.d.ts +0 -12
- package/dist/src/common/assets/icons/line/index.js +1 -25
- package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.d.ts +1 -2
- package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.js +4 -48
- package/dist/src/common/hooks/useAbsolutePositioner.js +2 -2
- package/dist/src/common/hooks/useTooltip.d.ts +2 -2
- package/dist/src/common/hooks/useTooltip.js +2 -2
- package/dist/src/common/services/i18n/resources/en.json +1 -9
- package/dist/src/common/services/i18n/resources/es.json +1 -9
- package/dist/src/common/services/i18n/resources/fil.json +1 -9
- package/dist/src/common/services/i18n/resources/index.d.ts +0 -56
- package/dist/src/common/services/i18n/resources/ja.json +1 -9
- package/dist/src/common/services/i18n/resources/ko.json +1 -9
- package/dist/src/common/services/i18n/resources/zh-cn.json +1 -9
- package/dist/src/common/services/i18n/resources/zh-tw.json +1 -9
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +1 -9
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +1 -9
- package/dist/src/common/styles/colorSet/UIColor.json +1 -14
- package/dist/src/common/styles/colorSet/index.d.ts +2 -31
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +0 -13
- package/dist/src/common/utils/SystemUIPositionGenerator/clickTypeSystemUICssGenerator.d.ts +1 -1
- package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.d.ts +1 -1
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +2 -2
- package/dist/src/desktop/components/AdminList/BulkActionBar.d.ts +1 -1
- package/dist/src/desktop/components/AdminListHeader/HeaderBar.d.ts +1 -1
- package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +0 -1
- package/dist/src/desktop/components/AdminListItem/AdminListItem.js +13 -27
- package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.d.ts +1 -1
- package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.js +3 -3
- package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +1 -4
- package/dist/src/desktop/components/BasicListItem/BasicListItem.js +4 -26
- package/dist/src/desktop/components/BasicListItem/Contents.d.ts +2 -4
- package/dist/src/desktop/components/BasicListItem/Contents.js +3 -3
- package/dist/src/desktop/components/BasicListItem/LeftBox/Badge.js +1 -1
- package/dist/src/desktop/components/BasicListItem/LeftBox/Checkbox.js +1 -1
- package/dist/src/desktop/components/BasicListItem/LeftBox/Icon.js +1 -1
- package/dist/src/desktop/components/BasicListItem/LeftBox/Image.js +1 -1
- package/dist/src/desktop/components/BasicListItem/LeftBox/Radio.js +1 -1
- package/dist/src/desktop/components/BasicListItem/RightBox/Description.d.ts +1 -1
- package/dist/src/desktop/components/BasicListItem/RightBox/Description.js +1 -1
- package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.d.ts +0 -1
- package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.js +2 -2
- package/dist/src/desktop/components/BasicListItem/RightBox/Switch.js +1 -1
- package/dist/src/desktop/components/Checkbox/Checkbox.d.ts +1 -3
- package/dist/src/desktop/components/Checkbox/Checkbox.js +3 -17
- package/dist/src/desktop/components/Chip/Chip.d.ts +1 -1
- package/dist/src/desktop/components/Chip/Chip.js +5 -50
- package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.d.ts +1 -1
- package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.js +1 -1
- package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +2 -2
- package/dist/src/desktop/components/Dropdown/Dropdown.d.ts +1 -1
- package/dist/src/desktop/components/Dropdown/Dropdown.js +1 -1
- package/dist/src/desktop/components/IconButton/IconButton.d.ts +1 -1
- package/dist/src/desktop/components/IconButton/IconButton.js +2 -2
- package/dist/src/desktop/components/Radio/Radio.js +2 -2
- package/dist/src/desktop/components/SegmentedButtonGroup/SegmentedButtonGroup.d.ts +1 -1
- package/dist/src/desktop/components/SegmentedButtonGroup/SegmentedButtonGroup.js +3 -3
- package/dist/src/desktop/components/Select/Select.js +1 -1
- package/dist/src/desktop/components/Slider/Slider.d.ts +1 -1
- package/dist/src/desktop/components/Slider/Slider.js +1 -1
- package/dist/src/desktop/components/TextField/TextField.js +16 -42
- package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +1 -1
- package/dist/src/desktop/components/TextLabel/TextLabel.js +2 -2
- package/dist/src/desktop/components/UploadIconButton/UploadIconButton.d.ts +1 -1
- package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +2 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +2 -2
- package/dist/src/hybrid/components/Switch/Switch.d.ts +1 -1
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +2 -2
- package/dist/src/mobile/components/BasicButtonGroup/BasicButtonGroup.d.ts +1 -1
- package/dist/src/mobile/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
- package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +1 -4
- package/dist/src/mobile/components/BasicListItem/BasicListItem.js +4 -26
- package/dist/src/mobile/components/BasicListItem/Contents.d.ts +2 -4
- package/dist/src/mobile/components/BasicListItem/Contents.js +3 -3
- package/dist/src/mobile/components/BasicListItem/LeftBox/Badge.js +1 -1
- package/dist/src/mobile/components/BasicListItem/LeftBox/Checkbox.js +1 -1
- package/dist/src/mobile/components/BasicListItem/LeftBox/Icon.js +1 -1
- package/dist/src/mobile/components/BasicListItem/LeftBox/Image.js +1 -1
- package/dist/src/mobile/components/BasicListItem/LeftBox/Radio.js +1 -1
- package/dist/src/mobile/components/BasicListItem/RightBox/Description.d.ts +1 -1
- package/dist/src/mobile/components/BasicListItem/RightBox/Description.js +1 -1
- package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.d.ts +0 -1
- package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.js +2 -2
- package/dist/src/mobile/components/BasicListItem/RightBox/Switch.js +1 -1
- package/dist/src/mobile/components/Checkbox/Checkbox.d.ts +1 -3
- package/dist/src/mobile/components/Checkbox/Checkbox.js +3 -17
- package/dist/src/mobile/components/Chip/Chip.d.ts +1 -1
- package/dist/src/mobile/components/Chip/Chip.js +5 -50
- package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.d.ts +1 -1
- package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.js +1 -1
- package/dist/src/mobile/components/Dropdown/Dropdown.d.ts +1 -1
- package/dist/src/mobile/components/Dropdown/Dropdown.js +1 -1
- package/dist/src/mobile/components/MobileHeaderBar/utils.d.ts +1 -1
- package/dist/src/mobile/components/Radio/Radio.js +2 -2
- package/dist/src/mobile/components/SegmentedButtonGroup/SegmentedButtonGroup.d.ts +1 -1
- package/dist/src/mobile/components/SegmentedButtonGroup/SegmentedButtonGroup.js +1 -1
- package/dist/src/mobile/components/Select/Select.js +1 -1
- package/dist/src/mobile/components/Slider/Slider.d.ts +1 -1
- package/dist/src/mobile/components/Slider/Slider.js +1 -1
- package/dist/src/mobile/components/TextField/TextField.js +16 -42
- package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +1 -6
- package/dist/src/mobile/components/TextLabel/TextLabel.js +3 -83
- package/dist/src/mobile/components/index.d.ts +1 -2
- package/dist/src/mobile/components/index.js +1 -3
- package/dist/src/mobile/index.d.ts +1 -1
- package/dist/src/mobile/index.js +2 -3
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +1 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +1 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +1 -1
- package/dist/src/sub/AdminList/AdminList/AdminList.d.ts +1 -1
- package/dist/src/sub/AdminList/AdminList/AdminList.js +2 -2
- package/dist/src/sub/AdminList/AdminList/HeaderRow.d.ts +1 -1
- package/dist/src/sub/AdminList/AdminList/HeaderRow.js +2 -2
- package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.d.ts +1 -1
- package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.js +2 -2
- package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.d.ts +1 -1
- package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.js +2 -2
- package/dist/src/sub/AdminList/AdminListItem/AdminListItem.d.ts +1 -1
- package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +6 -6
- package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.d.ts +1 -1
- package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.js +2 -2
- package/dist/src/sub/AdminList/ToolBar/ChipList.d.ts +1 -1
- package/dist/src/sub/AdminList/ToolBar/ChipList.js +1 -1
- package/dist/src/sub/AdminList/ToolBar/SearchField.js +4 -4
- package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +1 -1
- package/dist/src/sub/AdminList/ToolBar/ToolBar.js +3 -3
- package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.d.ts +1 -2
- package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +7 -8
- package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +4 -4
- package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +4 -5
- package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +12 -38
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +1 -1
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +1 -4
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackground.js +2 -2
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +2 -13
- package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +2 -4
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +1 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.d.ts +0 -40
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.js +177 -36
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +4 -152
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +2 -150
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/SemanticColor.json +1 -45
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/UIColor.json +9 -262
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/index.d.ts +0 -593
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +0 -253
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.d.ts +1 -3
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.js +3 -5
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.d.ts +1 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.js +2 -9
- package/dist/src/sub/DynamicLayout/compositionActionTypes.d.ts +4 -4
- package/dist/src/sub/DynamicLayout/compositionQueryContext.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/mock_composition.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/mock_composition.js +43 -852
- package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +2 -1
- package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +274 -1071
- package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +2 -1
- package/dist/src/sub/DynamicLayout/mock_contentsList.js +222 -1017
- package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +2 -842
- package/dist/src/sub/DynamicLayout/mock_slideBanner.js +267 -803
- package/dist/src/sub/DynamicLayout/mocks.d.ts +776 -2
- package/dist/src/sub/DynamicLayout/mocks.js +11 -4266
- package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +4 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +7 -7
- package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +15 -11
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +0 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +11 -32
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +58 -153
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +1 -21
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.d.ts +1 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.js +57 -6
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.d.ts +4 -10
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.js +33 -31
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.d.ts +1 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +24 -47
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.d.ts +13 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +316 -144
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +24 -39
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +96 -47
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +3 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +132 -59
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +35 -58
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +2 -12
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Divider/Divider.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/Embed.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/IframeDenied.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/types.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +7 -15
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/types.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.js +5 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/types.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +30 -95
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.d.ts +1 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.js +57 -6
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +2 -9
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +33 -31
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.d.ts +1 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +24 -47
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +4 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +67 -168
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +7 -47
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +6 -12
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/Twitter.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/types.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/parseYoutubeContentProp.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/types.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/hooks/useCLINK.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +8 -17
- package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/useGoogleFonts.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/group.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +5 -12
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +0 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +3 -16
- package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +3 -3
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/M_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/TemplateA.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/D_TemplateA.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipSheet.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +5 -5
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.js +3 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.js +3 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/M_TemplateA.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/EmptyMembershipSheet.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.js +3 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipContents.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.js +5 -5
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/TemplateB.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/D_TemplateB.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipSheet.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +5 -5
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.js +6 -6
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/M_TemplateB.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/EmptyMembershipSheet.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.js +3 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipContents.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.js +5 -5
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/M_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/D_TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/M_TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +3 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +3 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/constants.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/types.d.ts +1 -10
- package/dist/src/sub/SandollFontKit/types.d.ts +1 -1
- package/package.json +3 -2
- package/release-note.md +3 -3
- package/dist/src/common/assets/icons/fill/Cam.d.ts +0 -4
- package/dist/src/common/assets/icons/fill/Cam.js +0 -30
- package/dist/src/common/assets/icons/fill/CamOff.d.ts +0 -4
- package/dist/src/common/assets/icons/fill/CamOff.js +0 -30
- package/dist/src/common/assets/icons/fill/VideoStop.d.ts +0 -4
- package/dist/src/common/assets/icons/fill/VideoStop.js +0 -30
- package/dist/src/common/assets/icons/line/Cam.d.ts +0 -4
- package/dist/src/common/assets/icons/line/Cam.js +0 -30
- package/dist/src/common/assets/icons/line/CamOff.d.ts +0 -4
- package/dist/src/common/assets/icons/line/CamOff.js +0 -30
- package/dist/src/common/assets/icons/line/CheckBox.d.ts +0 -4
- package/dist/src/common/assets/icons/line/CheckBox.js +0 -30
- package/dist/src/common/assets/icons/line/Dropdown.d.ts +0 -4
- package/dist/src/common/assets/icons/line/Dropdown.js +0 -30
- package/dist/src/common/assets/icons/line/Radio.d.ts +0 -4
- package/dist/src/common/assets/icons/line/Radio.js +0 -30
- package/dist/src/common/assets/icons/line/SectionQuestion32.d.ts +0 -4
- package/dist/src/common/assets/icons/line/SectionQuestion32.js +0 -30
- package/dist/src/common/assets/icons/line/SectionQuestion40.d.ts +0 -4
- package/dist/src/common/assets/icons/line/SectionQuestion40.js +0 -30
- package/dist/src/common/assets/icons/line/SectionQuestionnaire32.d.ts +0 -4
- package/dist/src/common/assets/icons/line/SectionQuestionnaire32.js +0 -30
- package/dist/src/common/assets/icons/line/SectionQuestionnaire40.d.ts +0 -4
- package/dist/src/common/assets/icons/line/SectionQuestionnaire40.js +0 -30
- package/dist/src/common/assets/icons/line/TextLong.d.ts +0 -4
- package/dist/src/common/assets/icons/line/TextLong.js +0 -30
- package/dist/src/common/assets/icons/line/TextShort.d.ts +0 -4
- package/dist/src/common/assets/icons/line/TextShort.js +0 -30
- package/dist/src/common/assets/icons/line/VideoStop.d.ts +0 -4
- package/dist/src/common/assets/icons/line/VideoStop.js +0 -30
- package/dist/src/common/utils/dateHelper.d.ts +0 -13
- package/dist/src/common/utils/dateHelper.js +0 -87
- package/dist/src/mobile/components/DatePicker/DatePicker.d.ts +0 -16
- package/dist/src/mobile/components/DatePicker/DatePicker.js +0 -156
- package/dist/src/mobile/components/DatePicker/DatePickerHeader.d.ts +0 -14
- package/dist/src/mobile/components/DatePicker/DatePickerHeader.js +0 -27
- package/dist/src/mobile/components/DatePicker/Day.d.ts +0 -13
- package/dist/src/mobile/components/DatePicker/Day.js +0 -94
- package/dist/src/mobile/components/DatePicker/index.d.ts +0 -1
- package/dist/src/mobile/components/DatePicker/index.js +0 -8
- package/dist/src/mobile/components/DatePicker/utils.d.ts +0 -16
- package/dist/src/mobile/components/DatePicker/utils.js +0 -68
- package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.d.ts +0 -8
- package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.js +0 -77
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.d.ts +0 -12
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.js +0 -76
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.d.ts +0 -4
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.js +0 -47
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.d.ts +0 -12
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.js +0 -76
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.d.ts +0 -12
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.js +0 -76
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.d.ts +0 -12
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.js +0 -76
- package/dist/src/sub/DynamicLayout/mock_queryData.d.ts +0 -96
- package/dist/src/sub/DynamicLayout/mock_queryData.js +0 -2639
- package/dist/src/sub/DynamicLayout/mock_video.d.ts +0 -368
- package/dist/src/sub/DynamicLayout/mock_video.js +0 -371
- package/dist/src/sub/DynamicLayout/mock_video_cb.d.ts +0 -368
- package/dist/src/sub/DynamicLayout/mock_video_cb.js +0 -371
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +0 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.js +0 -849
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.d.ts +0 -43
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.js +0 -162
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.d.ts +0 -25
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +0 -183
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +0 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.js +0 -849
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.d.ts +0 -43
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +0 -162
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.d.ts +0 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +0 -148
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.d.ts +0 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.js +0 -25
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.js +0 -8
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type {
|
|
3
|
-
import type { IComposition, QueryData } from '
|
|
4
|
-
export declare function createCompositions({ valueType, queryPath, queryData, compositions
|
|
5
|
-
valueType:
|
|
2
|
+
import type { VALUE_TYPE } from '../sections/CustomSection/util/types';
|
|
3
|
+
import type { IComposition, QueryData } from '@sub/DynamicLayout/types';
|
|
4
|
+
export declare function createCompositions({ valueType, queryPath, queryData, compositions }: {
|
|
5
|
+
valueType: VALUE_TYPE;
|
|
6
6
|
queryPath: string;
|
|
7
7
|
queryData: QueryData | undefined;
|
|
8
8
|
compositions: IComposition[];
|
|
9
|
-
limit: number;
|
|
10
9
|
}): JSX.Element[];
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
-
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
-
return cooked;
|
|
5
|
-
};
|
|
6
2
|
var __assign = (this && this.__assign) || function () {
|
|
7
3
|
__assign = Object.assign || function(t) {
|
|
8
4
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
@@ -21,59 +17,37 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
21
17
|
exports.createCompositions = void 0;
|
|
22
18
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
23
19
|
require("react");
|
|
24
|
-
var styled_components_1 = __importDefault(require("styled-components"));
|
|
25
20
|
var compositionQueryContext_1 = require("../compositionQueryContext");
|
|
26
21
|
var Composition_1 = __importDefault(require("./Composition"));
|
|
27
22
|
function createCompositions(_a) {
|
|
28
|
-
var valueType = _a.valueType, queryPath = _a.queryPath, queryData = _a.queryData, compositions = _a.compositions
|
|
29
|
-
var isQueryDataConnected = valueType === 'DATA'
|
|
23
|
+
var valueType = _a.valueType, queryPath = _a.queryPath, queryData = _a.queryData, compositions = _a.compositions;
|
|
24
|
+
var isQueryDataConnected = valueType === 'DATA';
|
|
30
25
|
// 직접 입력 유형인 경우
|
|
31
26
|
if (!isQueryDataConnected) {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
return [
|
|
36
|
-
(0, jsx_runtime_1.jsx)(S_EmptyLayer, { children: "\uC544\uC774\uD15C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC544\uC774\uD15C\uC744 \uCD94\uAC00\uD574\uC8FC\uC138\uC694." }, "empty-manual-item")
|
|
37
|
-
];
|
|
38
|
-
}
|
|
39
|
-
return valueTypeCompositions.map(function (composition) { return ((0, jsx_runtime_1.jsx)(Composition_1.default, __assign({}, composition), composition.id)); });
|
|
27
|
+
return compositions
|
|
28
|
+
.filter(function (composition) { return !composition.isDefault; })
|
|
29
|
+
.map(function (composition) { return (0, jsx_runtime_1.jsx)(Composition_1.default, __assign({}, composition), composition.id); });
|
|
40
30
|
}
|
|
41
31
|
if (!compositions.length) {
|
|
42
|
-
return [(0, jsx_runtime_1.jsx)("div", { children: "EMPTY TEXT" }, "
|
|
32
|
+
return [(0, jsx_runtime_1.jsx)("div", { children: "EMPTY TEXT" }, "not-found")];
|
|
43
33
|
}
|
|
44
34
|
// 데이터 연결 유형이나, 쿼리 데이터나 키가 없는 경우
|
|
45
|
-
if (
|
|
46
|
-
return
|
|
35
|
+
if (!queryPath || !queryData) {
|
|
36
|
+
return compositions
|
|
37
|
+
.filter(function (composition) { return composition.isDefault; })
|
|
38
|
+
.map(function (composition) { return (0, jsx_runtime_1.jsx)(Composition_1.default, __assign({}, composition), composition.id); });
|
|
47
39
|
}
|
|
48
40
|
var parsedQueryPath = removeFirstSegment(queryPath);
|
|
49
41
|
var queryDataValue = queryData[parsedQueryPath];
|
|
50
42
|
var queryComposition = compositions.find(function (composition) { return composition.isDefault; });
|
|
51
43
|
// 쿼리 데이터와 키가 있으나, 쿼리 데이터에 해당 키가 없는 경우
|
|
52
44
|
if (!queryDataValue) {
|
|
53
|
-
return [(0, jsx_runtime_1.
|
|
54
|
-
}
|
|
55
|
-
// 쿼리 데이터와 키가 있으나, 쿼리 데이터에 결과가 빈 경우
|
|
56
|
-
if (!queryDataValue.length) {
|
|
57
|
-
return [(0, jsx_runtime_1.jsx)(S_EmptyLayer, { children: "\uC544\uC9C1 \uBCF4\uC5EC\uC904 \uCF58\uD150\uCE20\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4." }, "empty-item")];
|
|
45
|
+
return [(0, jsx_runtime_1.jsxs)("div", { children: ["NOT FOUND QUERYDATA OR DEFAULT: ", parsedQueryPath] }, "not-found")];
|
|
58
46
|
}
|
|
59
|
-
return queryDataValue.
|
|
47
|
+
return queryDataValue.map(function (query, index) { return ((0, jsx_runtime_1.jsx)(compositionQueryContext_1.CCBQueryPathContext.Provider, __assign({ value: { queryData: query } }, { children: (0, jsx_runtime_1.jsx)(Composition_1.default, __assign({}, queryComposition)) }), index)); });
|
|
60
48
|
}
|
|
61
49
|
exports.createCompositions = createCompositions;
|
|
62
50
|
function removeFirstSegment(path) {
|
|
63
51
|
var segments = path.split('/');
|
|
64
52
|
return segments.slice(1).join('/');
|
|
65
53
|
}
|
|
66
|
-
var S_EmptyLayer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: rgba(0, 0, 0, 0.6);\n bottom: 0;\n color: white;\n display: flex;\n font-size: ", ";\n font-weight: ", ";\n justify-content: center;\n left: 0;\n line-height: ", ";\n padding: ", ";\n position: absolute;\n right: 0;\n text-align: center;\n top: 0;\n word-break: keep-all;\n"], ["\n align-items: center;\n background-color: rgba(0, 0, 0, 0.6);\n bottom: 0;\n color: white;\n display: flex;\n font-size: ", ";\n font-weight: ", ";\n justify-content: center;\n left: 0;\n line-height: ", ";\n padding: ", ";\n position: absolute;\n right: 0;\n text-align: center;\n top: 0;\n word-break: keep-all;\n"])), function (_a) {
|
|
67
|
-
var theme = _a.theme;
|
|
68
|
-
return theme.desktopFontSize.body2;
|
|
69
|
-
}, function (_a) {
|
|
70
|
-
var theme = _a.theme;
|
|
71
|
-
return theme.fontWeight.bold;
|
|
72
|
-
}, function (_a) {
|
|
73
|
-
var theme = _a.theme;
|
|
74
|
-
return theme.desktopLineHeight.body2;
|
|
75
|
-
}, function (_a) {
|
|
76
|
-
var theme = _a.theme;
|
|
77
|
-
return theme.spacing.spacingE;
|
|
78
|
-
});
|
|
79
|
-
var templateObject_1;
|
package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js
CHANGED
|
@@ -27,7 +27,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
27
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
28
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
29
29
|
var react_1 = require("react");
|
|
30
|
-
var sections_1 = require("
|
|
30
|
+
var sections_1 = require("@sub/DynamicLayout/sections");
|
|
31
31
|
var SectionBox_1 = __importDefault(require("./SectionBox"));
|
|
32
32
|
function EditModeSectionMatcher(_a) {
|
|
33
33
|
var filteredSortedSection = _a.filteredSortedSection, scrollDownTargetSectionId = _a.scrollDownTargetSectionId, editingSectionId = _a.editingSectionId, dynamicLayoutRef = _a.dynamicLayoutRef, onClickEditSection = _a.onClickEditSection;
|
|
@@ -81,12 +81,9 @@ var TopRightAbsoluteBox = styled_components_1.default.div(templateObject_1 || (t
|
|
|
81
81
|
var theme = _a.theme;
|
|
82
82
|
return theme.ui_editor_preview_editing;
|
|
83
83
|
});
|
|
84
|
-
var S_SectionBox = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: ", ";\n position: relative;\n
|
|
84
|
+
var S_SectionBox = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: ", ";\n position: relative;\n"], ["\n height: ", ";\n position: relative;\n"])), function (_a) {
|
|
85
85
|
var isIframeSection = _a.isIframeSection;
|
|
86
86
|
return (isIframeSection ? '100%' : 'auto');
|
|
87
|
-
}, function (_a) {
|
|
88
|
-
var isEditing = _a.isEditing;
|
|
89
|
-
return (isEditing ? 3 : 1);
|
|
90
87
|
});
|
|
91
88
|
var DimmedEditOverlay = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n align-items: center;\n animation: ", ";\n background-color: ", ";\n bottom: 0;\n cursor: pointer;\n display: flex;\n justify-content: center;\n left: 0;\n\n opacity: ", ";\n\n position: absolute;\n right: 0;\n top: 0;\n transition: opacity 0.2s ease-out;\n z-index: 10;\n\n @keyframes fadeOut {\n 0% {\n opacity: 1;\n }\n\n 50% {\n opacity: 0.6;\n }\n\n 100% {\n opacity: 0;\n }\n }\n"], ["\n align-items: center;\n animation: ", ";\n background-color: ", ";\n bottom: 0;\n cursor: pointer;\n display: flex;\n justify-content: center;\n left: 0;\n\n opacity: ", ";\n\n position: absolute;\n right: 0;\n top: 0;\n transition: opacity 0.2s ease-out;\n z-index: 10;\n\n @keyframes fadeOut {\n 0% {\n opacity: 1;\n }\n\n 50% {\n opacity: 0.6;\n }\n\n 100% {\n opacity: 0;\n }\n }\n"])), function (_a) {
|
|
92
89
|
var fadeOut = _a.fadeOut;
|
|
@@ -20,8 +20,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
20
20
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
21
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
22
22
|
var react_1 = require("react");
|
|
23
|
-
var util_1 = require("
|
|
24
|
-
var isNullOrUndefined_1 = __importDefault(require("
|
|
23
|
+
var util_1 = require("@sub/DynamicLayout/sections/CustomSection/util");
|
|
24
|
+
var isNullOrUndefined_1 = __importDefault(require("@sub/DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
|
|
25
25
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
26
26
|
var sectionContext_1 = require("../sectionContext");
|
|
27
27
|
var CustomSectionBackgroundMedia_1 = require("./CustomSectionBackgroundMedia");
|
package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MutableRefObject } from 'react';
|
|
2
2
|
import { CSSProperties } from 'styled-components';
|
|
3
|
-
import type { Device } from '
|
|
4
|
-
import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '
|
|
3
|
+
import type { Device } from '@sub/DynamicLayout/sections/CustomSection/util/types';
|
|
4
|
+
import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '@sub/DynamicLayout/types';
|
|
5
5
|
type Props = {
|
|
6
6
|
specs: CB_STYLE_PROP_BGMEDIA_SPECS;
|
|
7
7
|
playerId: number;
|
package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js
CHANGED
|
@@ -37,21 +37,17 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
37
37
|
__setModuleDefault(result, mod);
|
|
38
38
|
return result;
|
|
39
39
|
};
|
|
40
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
41
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
42
|
-
};
|
|
43
40
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44
41
|
exports.CustomSectionBackgroundMedia = void 0;
|
|
45
42
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
46
43
|
var react_1 = require("react");
|
|
47
|
-
var utils_1 = require("
|
|
44
|
+
var utils_1 = require("@sub/DynamicLayout/utils");
|
|
48
45
|
var styled_components_1 = __importStar(require("styled-components"));
|
|
49
46
|
var YouTubeIframe_1 = require("../../YouTubeIframe");
|
|
50
47
|
var util_1 = require("../util");
|
|
51
|
-
var VideoBGMedia_1 = __importDefault(require("./VideoBGMedia"));
|
|
52
48
|
function CustomSectionBackgroundMedia(_a) {
|
|
53
49
|
var specs = _a.specs, playerId = _a.playerId, mediaType = _a.mediaType, componentStyle = _a.componentStyle, device = _a.device, backgroundRef = _a.backgroundRef;
|
|
54
|
-
var _b = (0, util_1.parseSectionBackgroundMediaData)(specs, device), CB_STYLE_PROP_BGMEDIA_SPEC_YSRC = _b.CB_STYLE_PROP_BGMEDIA_SPEC_YSRC, CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY = _b.CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY, CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME = _b.CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME, CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME = _b.CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME, CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR = _b.CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR
|
|
50
|
+
var _b = (0, util_1.parseSectionBackgroundMediaData)(specs, device), CB_STYLE_PROP_BGMEDIA_SPEC_YSRC = _b.CB_STYLE_PROP_BGMEDIA_SPEC_YSRC, CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY = _b.CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY, CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME = _b.CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME, CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME = _b.CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME, CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR = _b.CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR;
|
|
55
51
|
var _c = (0, react_1.useState)({ width: 0, height: 0 }), youtubeSize = _c[0], setYoutubeSize = _c[1];
|
|
56
52
|
var youTubeIframeKey = (0, react_1.useMemo)(function () {
|
|
57
53
|
return "".concat(utils_1.YouTubeLinkParser.getId(String(CB_STYLE_PROP_BGMEDIA_SPEC_YSRC)), "-").concat(CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY, "-").concat(CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME, "-").concat(CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME);
|
|
@@ -108,13 +104,6 @@ function CustomSectionBackgroundMedia(_a) {
|
|
|
108
104
|
return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR && ((0, jsx_runtime_1.jsx)(S_Image, __assign({ src: String(CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR), normalStyle: componentStyle }, { children: (0, jsx_runtime_1.jsx)("img", { src: String(CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR), style: { visibility: 'hidden', width: '100%', height: '100%' } }) }))) }));
|
|
109
105
|
case 'YOUTUBE':
|
|
110
106
|
return ((0, jsx_runtime_1.jsx)(S_YoutubeContainer, __assign({}, youtubeSize, { children: youtubeSize.height > 0 && youtubeSize.width > 0 && ((0, jsx_runtime_1.jsx)(YouTubeIframe_1.YouTubeIframe, { src: String(CB_STYLE_PROP_BGMEDIA_SPEC_YSRC), id: playerId, loopMode: CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY ? 'use' : 'none', startSeconds: Number(CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME), endSeconds: Number(CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME), customHeight: youtubeSize.height, customWidth: youtubeSize.width }, youTubeIframeKey)) })));
|
|
111
|
-
case 'VIDEO':
|
|
112
|
-
case 'URL':
|
|
113
|
-
return ((0, jsx_runtime_1.jsx)(VideoBGMedia_1.default
|
|
114
|
-
// autoPlayOnMobile={}
|
|
115
|
-
, {
|
|
116
|
-
// autoPlayOnMobile={}
|
|
117
|
-
src: String(CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR), startTime: Number(CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME), endTime: Number(CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME), loop: !!CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY }));
|
|
118
107
|
case 'NONE':
|
|
119
108
|
default:
|
|
120
109
|
return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
|
package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { Device } from '
|
|
2
|
-
import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '
|
|
1
|
+
import type { Device } from '@sub/DynamicLayout/sections/CustomSection/util/types';
|
|
2
|
+
import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '@sub/DynamicLayout/types';
|
|
3
3
|
type SpecKeys = keyof Omit<CB_STYLE_PROP_BGMEDIA_SPECS, 'CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY'>;
|
|
4
4
|
type ValueSetType = Partial<Record<SpecKeys, string | number | boolean | undefined>>;
|
|
5
5
|
export default function UseCustomSectionBackgroundMediaData(specs: CB_STYLE_PROP_BGMEDIA_SPECS, device: Device): ValueSetType;
|
package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js
CHANGED
|
@@ -14,7 +14,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
14
14
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
var isNullOrUndefined_1 = __importDefault(require("
|
|
17
|
+
var isNullOrUndefined_1 = __importDefault(require("@sub/DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
|
|
18
18
|
var AVAILABLE_SPECS = [
|
|
19
19
|
'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC',
|
|
20
20
|
'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE',
|
|
@@ -25,9 +25,7 @@ var AVAILABLE_SPECS = [
|
|
|
25
25
|
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION',
|
|
26
26
|
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR',
|
|
27
27
|
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT',
|
|
28
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME'
|
|
29
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR'
|
|
30
|
-
// 'CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY'
|
|
28
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME'
|
|
31
29
|
];
|
|
32
30
|
function UseCustomSectionBackgroundMediaData(specs, device) {
|
|
33
31
|
return AVAILABLE_SPECS.reduce(function (acc, cur) {
|
|
@@ -26,7 +26,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
26
26
|
};
|
|
27
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
28
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
29
|
-
var FlexGridCustomSection_1 = __importDefault(require("
|
|
29
|
+
var FlexGridCustomSection_1 = __importDefault(require("@sub/DynamicLayout/sections/FlexGridCustomSection"));
|
|
30
30
|
var sections_1 = require("../../sections");
|
|
31
31
|
function SectionMatcher(_a) {
|
|
32
32
|
var props = __rest(_a, []);
|
package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.d.ts
CHANGED
|
@@ -1,45 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const lineIcons: {
|
|
3
|
-
readonly ic_arrow_down_design_01: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
4
|
-
readonly ic_arrow_down_design_02: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
5
|
-
readonly ic_arrow_down_design_03: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
6
|
-
readonly ic_arrow_down_design_04: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
7
|
-
readonly ic_arrow_down_design_05: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
8
|
-
readonly ic_arrow_down_design_06: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
9
|
-
readonly ic_arrow_down_design_07: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
10
|
-
readonly ic_arrow_down_design_08: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
11
|
-
readonly ic_arrow_down_design_09: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
12
|
-
readonly ic_arrow_down_design_10: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
13
|
-
readonly ic_arrow_left_design_01: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
14
|
-
readonly ic_arrow_left_design_02: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
15
|
-
readonly ic_arrow_left_design_03: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
16
|
-
readonly ic_arrow_left_design_04: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
17
|
-
readonly ic_arrow_left_design_05: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
18
|
-
readonly ic_arrow_left_design_06: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
19
|
-
readonly ic_arrow_left_design_07: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
20
|
-
readonly ic_arrow_left_design_08: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
21
|
-
readonly ic_arrow_left_design_09: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
22
|
-
readonly ic_arrow_left_design_10: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
23
|
-
readonly ic_arrow_right_design_01: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
24
|
-
readonly ic_arrow_right_design_02: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
25
|
-
readonly ic_arrow_right_design_03: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
26
|
-
readonly ic_arrow_right_design_04: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
27
|
-
readonly ic_arrow_right_design_05: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
28
|
-
readonly ic_arrow_right_design_06: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
29
|
-
readonly ic_arrow_right_design_07: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
30
|
-
readonly ic_arrow_right_design_08: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
31
|
-
readonly ic_arrow_right_design_09: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
32
|
-
readonly ic_arrow_right_design_10: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
33
|
-
readonly ic_arrow_up_design_01: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
34
|
-
readonly ic_arrow_up_design_02: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
35
|
-
readonly ic_arrow_up_design_03: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
36
|
-
readonly ic_arrow_up_design_04: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
37
|
-
readonly ic_arrow_up_design_05: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
38
|
-
readonly ic_arrow_up_design_06: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
39
|
-
readonly ic_arrow_up_design_07: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
40
|
-
readonly ic_arrow_up_design_08: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
41
|
-
readonly ic_arrow_up_design_09: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
42
|
-
readonly ic_arrow_up_design_10: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
43
3
|
readonly ic_arrow_down: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
44
4
|
readonly ic_arrow_down_bold: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
45
5
|
readonly ic_arrow_left: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -1,38 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
-
if (k2 === undefined) k2 = k;
|
|
15
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
-
}
|
|
19
|
-
Object.defineProperty(o, k2, desc);
|
|
20
|
-
}) : (function(o, m, k, k2) {
|
|
21
|
-
if (k2 === undefined) k2 = k;
|
|
22
|
-
o[k2] = m[k];
|
|
23
|
-
}));
|
|
24
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
-
}) : function(o, v) {
|
|
27
|
-
o["default"] = v;
|
|
28
|
-
});
|
|
29
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
-
if (mod && mod.__esModule) return mod;
|
|
31
|
-
var result = {};
|
|
32
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
-
__setModuleDefault(result, mod);
|
|
34
|
-
return result;
|
|
35
|
-
};
|
|
36
2
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
37
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
38
4
|
};
|
|
@@ -79,7 +45,6 @@ var Developer_1 = __importDefault(require("./Developer"));
|
|
|
79
45
|
var Download_1 = __importDefault(require("./Download"));
|
|
80
46
|
var Edit_1 = __importDefault(require("./Edit"));
|
|
81
47
|
var Editor_1 = __importDefault(require("./Editor"));
|
|
82
|
-
var editorNavigationIcons = __importStar(require("./editorNavigationIcons"));
|
|
83
48
|
var End_1 = __importDefault(require("./End"));
|
|
84
49
|
var Error_1 = __importDefault(require("./Error"));
|
|
85
50
|
var Eye_1 = __importDefault(require("./Eye"));
|
|
@@ -213,5 +178,181 @@ var VodShorts_1 = __importDefault(require("./VodShorts"));
|
|
|
213
178
|
var Warning_1 = __importDefault(require("./Warning"));
|
|
214
179
|
var Weblink_1 = __importDefault(require("./Weblink"));
|
|
215
180
|
var Xmark_1 = __importDefault(require("./Xmark"));
|
|
216
|
-
var lineIcons =
|
|
181
|
+
var lineIcons = {
|
|
182
|
+
ic_arrow_down: ArrowDown_1.default,
|
|
183
|
+
ic_arrow_down_bold: ArrowDownBold_1.default,
|
|
184
|
+
ic_arrow_left: ArrowLeft_1.default,
|
|
185
|
+
ic_arrow_left_2: ArrowLeft2_1.default,
|
|
186
|
+
ic_arrow_left_bold: ArrowLeftBold_1.default,
|
|
187
|
+
ic_arrow_left_thin: ArrowLeftThin_1.default,
|
|
188
|
+
ic_arrow_right: ArrowRight_1.default,
|
|
189
|
+
ic_arrow_right_2: ArrowRight2_1.default,
|
|
190
|
+
ic_arrow_right_bold: ArrowRightBold_1.default,
|
|
191
|
+
ic_arrow_right_thin: ArrowRightThin_1.default,
|
|
192
|
+
ic_arrow_round_left: ArrowRoundLeft_1.default,
|
|
193
|
+
ic_arrow_up: ArrowUp_1.default,
|
|
194
|
+
ic_arrow_up_bold: ArrowUpBold_1.default,
|
|
195
|
+
ic_bell: Bell_1.default,
|
|
196
|
+
ic_bell_notification: BellNotification_1.default,
|
|
197
|
+
ic_booking: Booking_1.default,
|
|
198
|
+
ic_booking_completed: BookingCompleted_1.default,
|
|
199
|
+
ic_booking_history: BookingHistory_1.default,
|
|
200
|
+
ic_booking_papp: BookingPapp_1.default,
|
|
201
|
+
ic_booking_ticket: BookingTicket_1.default,
|
|
202
|
+
ic_bookmark: Bookmark_1.default,
|
|
203
|
+
ic_business: Business_1.default,
|
|
204
|
+
ic_call: Call_1.default,
|
|
205
|
+
ic_camera: Camera_1.default,
|
|
206
|
+
ic_channel: Channel_1.default,
|
|
207
|
+
ic_channel_setting: ChannelSetting_1.default,
|
|
208
|
+
ic_chat: Chat_1.default,
|
|
209
|
+
ic_chat_counseling: ChatCounseling_1.default,
|
|
210
|
+
ic_chat_crm: ChatCrm_1.default,
|
|
211
|
+
ic_check: Check_1.default,
|
|
212
|
+
ic_checkbox_off: CheckboxOff_1.default,
|
|
213
|
+
ic_clip: Clip_1.default,
|
|
214
|
+
ic_coins: Coins_1.default,
|
|
215
|
+
ic_cont_watching: ContWatching_1.default,
|
|
216
|
+
ic_copy: Copy_1.default,
|
|
217
|
+
ic_cs: Cs_1.default,
|
|
218
|
+
ic_dashboard: Dashboard_1.default,
|
|
219
|
+
ic_design_preference: DesignPreference_1.default,
|
|
220
|
+
ic_developer: Developer_1.default,
|
|
221
|
+
ic_download: Download_1.default,
|
|
222
|
+
ic_edit: Edit_1.default,
|
|
223
|
+
ic_editor: Editor_1.default,
|
|
224
|
+
ic_end: End_1.default,
|
|
225
|
+
ic_error: Error_1.default,
|
|
226
|
+
ic_eye: Eye_1.default,
|
|
227
|
+
ic_eye_close: EyeClose_1.default,
|
|
228
|
+
ic_filter: Filter_1.default,
|
|
229
|
+
ic_folder: Folder_1.default,
|
|
230
|
+
ic_ghost: Ghost_1.default,
|
|
231
|
+
ic_heart_care: HeartCare_1.default,
|
|
232
|
+
ic_home: Home_1.default,
|
|
233
|
+
ic_information: Information_1.default,
|
|
234
|
+
ic_internal: Internal_1.default,
|
|
235
|
+
ic_language: Language_1.default,
|
|
236
|
+
ic_links: Links_1.default,
|
|
237
|
+
ic_live: Live_1.default,
|
|
238
|
+
ic_live_broadcast: LiveBroadcast_1.default,
|
|
239
|
+
ic_live_commerce: LiveCommerce_1.default,
|
|
240
|
+
ic_live_concert: LiveConcert_1.default,
|
|
241
|
+
ic_live_event: LiveEvent_1.default,
|
|
242
|
+
ic_live_personal: LivePersonal_1.default,
|
|
243
|
+
ic_lock: Lock_1.default,
|
|
244
|
+
ic_menu: Menu_1.default,
|
|
245
|
+
ic_mic_off: MicOff_1.default,
|
|
246
|
+
ic_mic_on: MicOn_1.default,
|
|
247
|
+
ic_minus_circle: MinusCircle_1.default,
|
|
248
|
+
ic_open_page: OpenPage_1.default,
|
|
249
|
+
ic_order: Order_1.default,
|
|
250
|
+
ic_page_size_expand: PageSizeExpand_1.default,
|
|
251
|
+
ic_page_size_reduce: PageSizeReduce_1.default,
|
|
252
|
+
ic_papp: Papp_1.default,
|
|
253
|
+
ic_papp_type: PappType_1.default,
|
|
254
|
+
ic_payment: Payment_1.default,
|
|
255
|
+
ic_payment_free_trial: PaymentFreeTrial_1.default,
|
|
256
|
+
ic_payment_gift: PaymentGift_1.default,
|
|
257
|
+
ic_payment_onetime: PaymentOnetime_1.default,
|
|
258
|
+
ic_payment_regularly: PaymentRegularly_1.default,
|
|
259
|
+
ic_payment_setting: PaymentSetting_1.default,
|
|
260
|
+
ic_photo: Photo_1.default,
|
|
261
|
+
ic_photo_multiple: PhotoMultiple_1.default,
|
|
262
|
+
ic_plan: Plan_1.default,
|
|
263
|
+
ic_plus: Plus_1.default,
|
|
264
|
+
ic_plus_circle: PlusCircle_1.default,
|
|
265
|
+
ic_post_article: PostArticle_1.default,
|
|
266
|
+
ic_post_blog: PostBlog_1.default,
|
|
267
|
+
ic_post_column: PostColumn_1.default,
|
|
268
|
+
ic_post_community_p: PostCommunityP_1.default,
|
|
269
|
+
ic_post_free: PostFree_1.default,
|
|
270
|
+
ic_post_inquiry: PostInquiry_1.default,
|
|
271
|
+
ic_post_magazine: PostMagazine_1.default,
|
|
272
|
+
ic_post_notice: PostNotice_1.default,
|
|
273
|
+
ic_post_paper_plane: PostPaperPlane_1.default,
|
|
274
|
+
ic_post_photobook: PostPhotobook_1.default,
|
|
275
|
+
ic_post_promotion: PostPromotion_1.default,
|
|
276
|
+
ic_post_promotion_p: PostPromotionP_1.default,
|
|
277
|
+
ic_post_social: PostSocial_1.default,
|
|
278
|
+
ic_post_vote: PostVote_1.default,
|
|
279
|
+
ic_post_welcome: PostWelcome_1.default,
|
|
280
|
+
ic_profit: Profit_1.default,
|
|
281
|
+
ic_qr: Qr_1.default,
|
|
282
|
+
ic_question: Question_1.default,
|
|
283
|
+
ic_radio_off: RadioOff_1.default,
|
|
284
|
+
ic_radio_on: RadioOn_1.default,
|
|
285
|
+
ic_report: Report_1.default,
|
|
286
|
+
ic_requirement: Requirement_1.default,
|
|
287
|
+
ic_sales: Sales_1.default,
|
|
288
|
+
ic_search: Search_1.default,
|
|
289
|
+
ic_section_content_32: SectionContent32_1.default,
|
|
290
|
+
ic_section_content_40: SectionContent40_1.default,
|
|
291
|
+
ic_section_contents_carousel_32: SectionContentsCarousel32_1.default,
|
|
292
|
+
ic_section_contents_carousel_40: SectionContentsCarousel40_1.default,
|
|
293
|
+
ic_section_divider_32: SectionDivider32_1.default,
|
|
294
|
+
ic_section_divider_40: SectionDivider40_1.default,
|
|
295
|
+
ic_section_footer_32: SectionFooter32_1.default,
|
|
296
|
+
ic_section_footer_40: SectionFooter40_1.default,
|
|
297
|
+
ic_section_info_box_32: SectionInfoBox32_1.default,
|
|
298
|
+
ic_section_info_box_40: SectionInfoBox40_1.default,
|
|
299
|
+
ic_section_intro_32: SectionIntro32_1.default,
|
|
300
|
+
ic_section_intro_40: SectionIntro40_1.default,
|
|
301
|
+
ic_section_map_32: SectionMap32_1.default,
|
|
302
|
+
ic_section_map_40: SectionMap40_1.default,
|
|
303
|
+
ic_section_price_box_32: SectionPriceBox32_1.default,
|
|
304
|
+
ic_section_price_box_40: SectionPriceBox40_1.default,
|
|
305
|
+
ic_section_products_carousel_32: SectionProductsCarousel32_1.default,
|
|
306
|
+
ic_section_products_carousel_40: SectionProductsCarousel40_1.default,
|
|
307
|
+
ic_section_review_32: SectionReview32_1.default,
|
|
308
|
+
ic_section_review_40: SectionReview40_1.default,
|
|
309
|
+
ic_section_slider_32: SectionSlider32_1.default,
|
|
310
|
+
ic_section_slider_40: SectionSlider40_1.default,
|
|
311
|
+
ic_section_tab_32: SectionTab32_1.default,
|
|
312
|
+
ic_section_tab_40: SectionTab40_1.default,
|
|
313
|
+
ic_seller_info: SellerInfo_1.default,
|
|
314
|
+
ic_seller_intro: SellerIntro_1.default,
|
|
315
|
+
ic_seller_page: SellerPage_1.default,
|
|
316
|
+
ic_series: Series_1.default,
|
|
317
|
+
ic_series_list: SeriesList_1.default,
|
|
318
|
+
ic_setting: Setting_1.default,
|
|
319
|
+
ic_settlement: Settlement_1.default,
|
|
320
|
+
ic_share: Share_1.default,
|
|
321
|
+
ic_slideBanner: SlideBanner_1.default,
|
|
322
|
+
ic_sort: Sort_1.default,
|
|
323
|
+
ic_speaker_off: SpeakerOff_1.default,
|
|
324
|
+
ic_speaker_wave_1: SpeakerWave1_1.default,
|
|
325
|
+
ic_speaker_wave_2: SpeakerWave2_1.default,
|
|
326
|
+
ic_standard_banner: StandardBanner_1.default,
|
|
327
|
+
ic_subscribers: Subscribers_1.default,
|
|
328
|
+
ic_success: Success_1.default,
|
|
329
|
+
ic_ten_sec_back: TenSecBack_1.default,
|
|
330
|
+
ic_ten_sec_back_arrow: TenSecBackArrow_1.default,
|
|
331
|
+
ic_ten_sec_forward: TenSecForward_1.default,
|
|
332
|
+
ic_ten_sec_forward_arrow: TenSecForwardArrow_1.default,
|
|
333
|
+
ic_time: Time_1.default,
|
|
334
|
+
ic_toggle_down: ToggleDown_1.default,
|
|
335
|
+
ic_toggle_up: ToggleUp_1.default,
|
|
336
|
+
ic_trashcan: Trashcan_1.default,
|
|
337
|
+
ic_unavailable: Unavailable_1.default,
|
|
338
|
+
ic_unlock: Unlock_1.default,
|
|
339
|
+
ic_upload: Upload_1.default,
|
|
340
|
+
ic_video: Video_1.default,
|
|
341
|
+
ic_videocall: Videocall_1.default,
|
|
342
|
+
ic_videocall_pro: VideocallPro_1.default,
|
|
343
|
+
ic_video_off: VideoOff_1.default,
|
|
344
|
+
ic_video_pip: VideoPip_1.default,
|
|
345
|
+
ic_video_play: VideoPlay_1.default,
|
|
346
|
+
ic_video_playback_speed: VideoPlaybackSpeed_1.default,
|
|
347
|
+
ic_video_play_circle: VideoPlayCircle_1.default,
|
|
348
|
+
ic_video_playlist: VideoPlaylist_1.default,
|
|
349
|
+
ic_vod: Vod_1.default,
|
|
350
|
+
ic_vodclass: VodClass_1.default,
|
|
351
|
+
ic_vodplus: Vodplus_1.default,
|
|
352
|
+
ic_vods: Vods_1.default,
|
|
353
|
+
ic_vod_shorts: VodShorts_1.default,
|
|
354
|
+
ic_warning: Warning_1.default,
|
|
355
|
+
ic_weblink: Weblink_1.default,
|
|
356
|
+
ic_xmark: Xmark_1.default
|
|
357
|
+
};
|
|
217
358
|
exports.default = lineIcons;
|