pds-dev-kit-web-test 2.5.520 → 2.5.522
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 +6 -6
- package/dist/index.js +3 -12
- package/dist/src/common/assets/icons/fill/index.d.ts +0 -1
- package/dist/src/common/assets/icons/fill/index.js +0 -2
- package/dist/src/common/assets/icons/line/index.d.ts +0 -1
- package/dist/src/common/assets/icons/line/index.js +0 -2
- package/dist/src/common/hooks/useTooltip.js +1 -1
- package/dist/src/common/index.d.ts +1 -1
- package/dist/src/common/services/i18n/resources/en.json +1 -59
- package/dist/src/common/services/i18n/resources/es.json +1 -59
- package/dist/src/common/services/i18n/resources/fil.json +1 -59
- package/dist/src/common/services/i18n/resources/index.d.ts +0 -406
- package/dist/src/common/services/i18n/resources/ja.json +1 -59
- package/dist/src/common/services/i18n/resources/ko.json +1 -59
- package/dist/src/common/services/i18n/resources/zh-cn.json +1 -59
- package/dist/src/common/services/i18n/resources/zh-tw.json +1 -59
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +1 -4
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +1 -4
- package/dist/src/common/styles/colorSet/UIColor.json +1 -5
- package/dist/src/common/styles/colorSet/index.d.ts +0 -10
- package/dist/src/common/styles/colorSet/ui-type.d.ts +0 -4
- package/dist/src/common/types/components.d.ts +0 -9
- package/dist/src/common/types/components.js +0 -8
- package/dist/src/common/types/form.d.ts +9 -0
- package/dist/src/common/types/form.js +10 -0
- package/dist/src/common/types/index.d.ts +1 -1
- package/dist/src/common/types/index.js +1 -1
- package/dist/src/common/types/text.d.ts +0 -2
- package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.js +1 -1
- package/dist/src/common/utils/dateHelper.d.ts +0 -3
- package/dist/src/common/utils/dateHelper.js +0 -37
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +1 -4
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +23 -32
- package/dist/src/desktop/components/AdminList/AdminList.js +11 -5
- package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +2 -6
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +6 -67
- package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.d.ts +1 -6
- package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.js +2 -70
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +3 -2
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.js +8 -3
- package/dist/src/desktop/components/ChatList/Body.d.ts +1 -1
- package/dist/src/desktop/components/TextButton/TextButton.d.ts +1 -1
- package/dist/src/desktop/components/TextButton/TextButton.js +39 -56
- package/dist/src/desktop/components/TextField/TextField.d.ts +1 -2
- package/dist/src/desktop/components/TextField/TextField.js +7 -7
- package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +3 -3
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.d.ts +1 -1
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +39 -56
- package/dist/src/desktop/components/index.d.ts +1 -6
- package/dist/src/desktop/components/index.js +1 -12
- package/dist/src/desktop/index.d.ts +1 -1
- package/dist/src/desktop/index.js +2 -7
- package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.d.ts +2 -17
- package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +6 -37
- package/dist/src/desktop/panels/index.d.ts +1 -2
- package/dist/src/desktop/panels/index.js +1 -6
- package/dist/src/hybrid/components/Divider/Divider.d.ts +1 -3
- package/dist/src/hybrid/components/Divider/Divider.js +7 -9
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.d.ts +1 -3
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +22 -26
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +3 -2
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.js +8 -3
- package/dist/src/mobile/components/ChatList/Body.d.ts +1 -1
- package/dist/src/mobile/components/TextButton/TextButton.d.ts +1 -1
- package/dist/src/mobile/components/TextButton/TextButton.js +30 -44
- package/dist/src/mobile/components/TextField/TextField.d.ts +1 -2
- package/dist/src/mobile/components/TextField/TextField.js +7 -7
- package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +3 -3
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.d.ts +1 -1
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +30 -44
- package/dist/src/mobile/components/index.d.ts +1 -5
- package/dist/src/mobile/components/index.js +1 -9
- package/dist/src/mobile/index.d.ts +1 -1
- package/dist/src/mobile/index.js +2 -6
- package/dist/src/sub/AdminList/AdminList/AdminList.js +11 -8
- package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.d.ts +22 -0
- package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +1133 -0
- package/dist/src/sub/DynamicLayout/CompositionRenderer/ComponentBlockMatcher.js +4 -1
- package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +5 -3
- package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +53 -53
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.d.ts +11 -0
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.js +45 -0
- package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +10 -0
- package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +79 -0
- package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +4 -2
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +24 -2
- package/dist/src/sub/DynamicLayout/components/Section/sectionContext.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +3 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.d.ts +4 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.js +47 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.d.ts +40 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.js +36 -177
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +152 -4
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +150 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/SemanticColor.json +45 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/UIColor.json +262 -9
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/index.d.ts +593 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +253 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.d.ts +3 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.js +5 -3
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.d.ts +2 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.js +9 -2
- package/dist/src/sub/DynamicLayout/compositionActionTypes.d.ts +139 -0
- package/dist/src/sub/DynamicLayout/compositionQueryContext.d.ts +8 -0
- package/dist/src/sub/DynamicLayout/compositionQueryContext.js +14 -0
- package/dist/src/sub/DynamicLayout/mock_componentBlocks.d.ts +776 -0
- package/dist/src/sub/DynamicLayout/mock_componentBlocks.js +4236 -0
- package/dist/src/sub/DynamicLayout/mock_composition.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/mock_composition.js +1607 -0
- package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +1111 -0
- package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/mock_contentsList.js +1091 -0
- package/dist/src/sub/DynamicLayout/mock_queryData.d.ts +96 -0
- package/dist/src/sub/DynamicLayout/mock_queryData.js +2639 -0
- package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +842 -0
- package/dist/src/sub/DynamicLayout/mock_slideBanner.js +854 -0
- package/dist/src/sub/DynamicLayout/mock_video.d.ts +368 -0
- package/dist/src/sub/DynamicLayout/mock_video.js +371 -0
- package/dist/src/sub/DynamicLayout/mock_video_cb.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mock_video_cb.js +4 -5
- package/dist/src/sub/DynamicLayout/mocks.d.ts +8 -961
- package/dist/src/sub/DynamicLayout/mocks.js +55 -4239
- 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/components/ComponentBlock/ComponentBlockMatcher.js +13 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +18 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +10 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +134 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +61 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationNextBtn.d.ts +15 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationNextBtn.js +69 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationPrevBtn.d.ts +15 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationPrevBtn.js +69 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.d.ts +9 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +87 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +4 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.js +849 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.d.ts +43 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.js +162 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.d.ts +39 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +182 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useFlexGridLayout.d.ts +18 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useFlexGridLayout.js +229 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useSwiper.d.ts +14 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useSwiper.js +46 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +139 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.d.ts +14 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +206 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.d.ts +17 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.js +39 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +10 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +85 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.d.ts +25 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +183 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.d.ts +29 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +128 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/hooks/useFlexGridLayout.d.ts +18 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/hooks/useFlexGridLayout.js +229 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/index.d.ts +1 -0
- package/dist/src/{desktop/panels/MultilingualModal → sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList}/index.js +3 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +67 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.js +2 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +39 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +14 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +151 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.js +39 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationNextBtn.d.ts +15 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationNextBtn.js +69 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationPrevBtn.d.ts +15 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationPrevBtn.js +69 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +20 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +173 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.d.ts +9 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +87 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +4 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.js +849 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.d.ts +43 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +162 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useFlexGridLayout.d.ts +18 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useFlexGridLayout.js +229 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useSwiper.d.ts +16 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useSwiper.js +63 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/index.d.ts +1 -0
- package/dist/src/{desktop/components/Snackbar → sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner}/index.js +3 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +46 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +186 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +163 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.js +2 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +38 -7
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/textSpecFormatOptions.d.ts +7 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/textSpecFormatOptions.js +211 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +3 -28
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.js +5 -15
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +49 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/group.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/replaceUndefinedValues.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +27 -10
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +3 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/effectPropParsers/parseEffectPropEntAnim.d.ts +4 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/layoutPropParsers/parseLayoutPropPadding.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.d.ts +14 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.js +26 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +7 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +10 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropTextSpec.js +2 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +53 -3
- package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +1 -0
- package/dist/src/sub/DynamicLayout/types.d.ts +64 -17
- package/package.json +3 -2
- package/release-note.md +2 -2
- package/dist/src/common/assets/icons/fill/Translate.d.ts +0 -4
- package/dist/src/common/assets/icons/fill/Translate.js +0 -30
- package/dist/src/common/assets/icons/line/Translate.d.ts +0 -4
- package/dist/src/common/assets/icons/line/Translate.js +0 -30
- package/dist/src/common/types/multilingual.d.ts +0 -16
- package/dist/src/core/pricing/formatter.d.ts +0 -4
- package/dist/src/core/pricing/formatter.js +0 -18
- package/dist/src/core/pricing/index.d.ts +0 -2
- package/dist/src/core/pricing/index.js +0 -18
- package/dist/src/core/pricing/policy.d.ts +0 -26
- package/dist/src/core/pricing/policy.js +0 -98
- package/dist/src/core/pricing/service.d.ts +0 -62
- package/dist/src/core/pricing/service.js +0 -157
- package/dist/src/core/pricing/translator.d.ts +0 -27
- package/dist/src/core/pricing/translator.js +0 -53
- package/dist/src/core/pricing/types.d.ts +0 -19
- package/dist/src/core/pricing/types.js +0 -31
- package/dist/src/core/pricing/validator.d.ts +0 -29
- package/dist/src/core/pricing/validator.js +0 -105
- package/dist/src/desktop/components/BoxItem/BoxItem.d.ts +0 -67
- package/dist/src/desktop/components/BoxItem/BoxItem.js +0 -107
- package/dist/src/desktop/components/BoxItem/LeftBox/Checkbox.d.ts +0 -7
- package/dist/src/desktop/components/BoxItem/LeftBox/Checkbox.js +0 -9
- package/dist/src/desktop/components/BoxItem/LeftBox/Image.d.ts +0 -11
- package/dist/src/desktop/components/BoxItem/LeftBox/Image.js +0 -9
- package/dist/src/desktop/components/BoxItem/LeftBox/LeftBox.d.ts +0 -11
- package/dist/src/desktop/components/BoxItem/LeftBox/LeftBox.js +0 -36
- package/dist/src/desktop/components/BoxItem/LeftBox/index.d.ts +0 -2
- package/dist/src/desktop/components/BoxItem/LeftBox/index.js +0 -8
- package/dist/src/desktop/components/BoxItem/index.d.ts +0 -1
- package/dist/src/desktop/components/BoxItem/index.js +0 -8
- package/dist/src/desktop/components/Calendar/AllDaySchedulesSection.d.ts +0 -13
- package/dist/src/desktop/components/Calendar/AllDaySchedulesSection.js +0 -132
- package/dist/src/desktop/components/Calendar/Calendar.d.ts +0 -4
- package/dist/src/desktop/components/Calendar/Calendar.js +0 -397
- package/dist/src/desktop/components/Calendar/CurrentTimeIndicator.d.ts +0 -7
- package/dist/src/desktop/components/Calendar/CurrentTimeIndicator.js +0 -48
- package/dist/src/desktop/components/Calendar/DailyView.d.ts +0 -19
- package/dist/src/desktop/components/Calendar/DailyView.js +0 -90
- package/dist/src/desktop/components/Calendar/MonthlyView.d.ts +0 -29
- package/dist/src/desktop/components/Calendar/MonthlyView.js +0 -314
- package/dist/src/desktop/components/Calendar/MultiWeekSchedulesLayer.d.ts +0 -20
- package/dist/src/desktop/components/Calendar/MultiWeekSchedulesLayer.js +0 -155
- package/dist/src/desktop/components/Calendar/ScheduleItem.d.ts +0 -17
- package/dist/src/desktop/components/Calendar/ScheduleItem.js +0 -56
- package/dist/src/desktop/components/Calendar/TimeBasedScheduleItem.d.ts +0 -12
- package/dist/src/desktop/components/Calendar/TimeBasedScheduleItem.js +0 -184
- package/dist/src/desktop/components/Calendar/WeeklyView.d.ts +0 -24
- package/dist/src/desktop/components/Calendar/WeeklyView.js +0 -118
- package/dist/src/desktop/components/Calendar/YearlyView.d.ts +0 -12
- package/dist/src/desktop/components/Calendar/YearlyView.js +0 -76
- package/dist/src/desktop/components/Calendar/calendarUtils.d.ts +0 -24
- package/dist/src/desktop/components/Calendar/calendarUtils.js +0 -87
- package/dist/src/desktop/components/Calendar/constants.d.ts +0 -1
- package/dist/src/desktop/components/Calendar/constants.js +0 -31
- package/dist/src/desktop/components/Calendar/index.d.ts +0 -10
- package/dist/src/desktop/components/Calendar/index.js +0 -37
- package/dist/src/desktop/components/Calendar/timeFormatUtils.d.ts +0 -16
- package/dist/src/desktop/components/Calendar/timeFormatUtils.js +0 -45
- package/dist/src/desktop/components/Calendar/types.d.ts +0 -61
- package/dist/src/desktop/components/PriceTextField/PriceTextField.d.ts +0 -42
- package/dist/src/desktop/components/PriceTextField/PriceTextField.js +0 -583
- package/dist/src/desktop/components/PriceTextField/index.d.ts +0 -1
- package/dist/src/desktop/components/PriceTextField/index.js +0 -8
- package/dist/src/desktop/components/PriceTextLabel/PriceTextLabel.d.ts +0 -14
- package/dist/src/desktop/components/PriceTextLabel/PriceTextLabel.js +0 -47
- package/dist/src/desktop/components/PriceTextLabel/index.d.ts +0 -1
- package/dist/src/desktop/components/PriceTextLabel/index.js +0 -8
- package/dist/src/desktop/components/Snackbar/Snackbar.d.ts +0 -17
- package/dist/src/desktop/components/Snackbar/Snackbar.js +0 -221
- package/dist/src/desktop/components/Snackbar/index.d.ts +0 -1
- package/dist/src/desktop/components/Snackbar/provider.d.ts +0 -11
- package/dist/src/desktop/components/Snackbar/provider.js +0 -43
- package/dist/src/desktop/panels/MultilingualModal/MultilingualModal.d.ts +0 -11
- package/dist/src/desktop/panels/MultilingualModal/MultilingualModal.js +0 -199
- package/dist/src/desktop/panels/MultilingualModal/index.d.ts +0 -1
- package/dist/src/mobile/components/BoxItem/BoxItem.d.ts +0 -67
- package/dist/src/mobile/components/BoxItem/BoxItem.js +0 -106
- package/dist/src/mobile/components/BoxItem/LeftBox/Checkbox.d.ts +0 -7
- package/dist/src/mobile/components/BoxItem/LeftBox/Checkbox.js +0 -9
- package/dist/src/mobile/components/BoxItem/LeftBox/Image.d.ts +0 -11
- package/dist/src/mobile/components/BoxItem/LeftBox/Image.js +0 -9
- package/dist/src/mobile/components/BoxItem/LeftBox/LeftBox.d.ts +0 -11
- package/dist/src/mobile/components/BoxItem/LeftBox/LeftBox.js +0 -36
- package/dist/src/mobile/components/BoxItem/LeftBox/index.d.ts +0 -2
- package/dist/src/mobile/components/BoxItem/LeftBox/index.js +0 -8
- package/dist/src/mobile/components/BoxItem/index.d.ts +0 -1
- package/dist/src/mobile/components/BoxItem/index.js +0 -8
- package/dist/src/mobile/components/PriceTextField/PriceTextField.d.ts +0 -41
- package/dist/src/mobile/components/PriceTextField/PriceTextField.js +0 -570
- package/dist/src/mobile/components/PriceTextField/index.d.ts +0 -1
- package/dist/src/mobile/components/PriceTextField/index.js +0 -8
- package/dist/src/mobile/components/PriceTextLabel/PriceTextLabel.d.ts +0 -14
- package/dist/src/mobile/components/PriceTextLabel/PriceTextLabel.js +0 -47
- package/dist/src/mobile/components/PriceTextLabel/index.d.ts +0 -1
- package/dist/src/mobile/components/PriceTextLabel/index.js +0 -8
- package/dist/src/mobile/components/Snackbar/Snackbar.d.ts +0 -17
- package/dist/src/mobile/components/Snackbar/Snackbar.js +0 -221
- package/dist/src/mobile/components/Snackbar/index.d.ts +0 -1
- package/dist/src/mobile/components/Snackbar/index.js +0 -8
- package/dist/src/mobile/components/Snackbar/provider.d.ts +0 -11
- package/dist/src/mobile/components/Snackbar/provider.js +0 -43
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.d.ts +0 -6
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.js +0 -27
- /package/dist/src/{common/types/multilingual.js → sub/DynamicLayout/compositionActionTypes.js} +0 -0
- /package/dist/src/{desktop/components/Calendar → sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel}/types.js +0 -0
|
@@ -0,0 +1,776 @@
|
|
|
1
|
+
export declare const MOCK_COMPONENT_BLOCKS: ({
|
|
2
|
+
availablePlugins: never[];
|
|
3
|
+
blockId: string;
|
|
4
|
+
componentBlockCode: string;
|
|
5
|
+
componentBlockType: string;
|
|
6
|
+
dynamicLayoutSectionId: number;
|
|
7
|
+
id: number;
|
|
8
|
+
insertedAt: string;
|
|
9
|
+
jsonProperties: {
|
|
10
|
+
currentVersion: string;
|
|
11
|
+
data: {
|
|
12
|
+
CB_CONTENT_PROP_CLINK: {
|
|
13
|
+
CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: string;
|
|
14
|
+
CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: boolean;
|
|
15
|
+
CB_CONTENT_PROP_CLINK_SPEC_SRC: string;
|
|
16
|
+
CB_CONTENT_PROP_CLINK_SPEC_TYPE: string;
|
|
17
|
+
};
|
|
18
|
+
CB_CONTENT_PROP_HOVER: {
|
|
19
|
+
CB_CONTENT_PROP_HOVER_SPEC_MUSE: boolean;
|
|
20
|
+
};
|
|
21
|
+
CB_CONTENT_PROP_IMAGE: {
|
|
22
|
+
CB_CONTENT_PROP_IMAGE_SPEC_SELECTOR: string;
|
|
23
|
+
};
|
|
24
|
+
CB_CONTENT_PROP_VISIBILITY: {
|
|
25
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
|
|
26
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: boolean;
|
|
27
|
+
};
|
|
28
|
+
CB_EFFECT_PROP_ENTANIM: {
|
|
29
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: number;
|
|
30
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null;
|
|
31
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: number;
|
|
32
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null;
|
|
33
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: string;
|
|
34
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null;
|
|
35
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: string;
|
|
36
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null;
|
|
37
|
+
};
|
|
38
|
+
CB_EFFECT_PROP_HOVERANIM: {
|
|
39
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: number;
|
|
40
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null;
|
|
41
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: number;
|
|
42
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null;
|
|
43
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: string;
|
|
44
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null;
|
|
45
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: string;
|
|
46
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null;
|
|
47
|
+
};
|
|
48
|
+
CB_LAYOUT_PROP_PADDING: {
|
|
49
|
+
CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
|
|
50
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': boolean;
|
|
51
|
+
CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
|
|
52
|
+
bottom: number;
|
|
53
|
+
left: number;
|
|
54
|
+
right: number;
|
|
55
|
+
top: number;
|
|
56
|
+
};
|
|
57
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': {
|
|
58
|
+
bottom: number;
|
|
59
|
+
left: number;
|
|
60
|
+
right: number;
|
|
61
|
+
top: number;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
CB_PLACEMENT_PROP_PLACEMENT: {
|
|
65
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: number;
|
|
66
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': number;
|
|
67
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: number;
|
|
68
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': number;
|
|
69
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: number;
|
|
70
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': number;
|
|
71
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: number;
|
|
72
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': number;
|
|
73
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: number;
|
|
74
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': number;
|
|
75
|
+
};
|
|
76
|
+
CB_STYLE_PROP_BORDER: {
|
|
77
|
+
CB_STYLE_PROP_BORDER_SPEC_COLOR: string;
|
|
78
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:HOVER': null;
|
|
79
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE': null;
|
|
80
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE:HOVER': null;
|
|
81
|
+
CB_STYLE_PROP_BORDER_SPEC_RADIUS: {
|
|
82
|
+
bl: number;
|
|
83
|
+
br: number;
|
|
84
|
+
tl: number;
|
|
85
|
+
tr: number;
|
|
86
|
+
};
|
|
87
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:HOVER': null;
|
|
88
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE': null;
|
|
89
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE:HOVER': null;
|
|
90
|
+
CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX: boolean;
|
|
91
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:HOVER': null;
|
|
92
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE': null;
|
|
93
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE:HOVER': null;
|
|
94
|
+
CB_STYLE_PROP_BORDER_SPEC_STYLE: string;
|
|
95
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:HOVER': null;
|
|
96
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE': null;
|
|
97
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE:HOVER': null;
|
|
98
|
+
CB_STYLE_PROP_BORDER_SPEC_WIDTH: number;
|
|
99
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:HOVER': null;
|
|
100
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE': null;
|
|
101
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE:HOVER': null;
|
|
102
|
+
};
|
|
103
|
+
CB_STYLE_PROP_IMAGE: {
|
|
104
|
+
CB_STYLE_PROP_IMAGE_SPEC_FIT: string;
|
|
105
|
+
'CB_STYLE_PROP_IMAGE_SPEC_FIT:HOVER': null;
|
|
106
|
+
'CB_STYLE_PROP_IMAGE_SPEC_FIT:MOBILE': null;
|
|
107
|
+
'CB_STYLE_PROP_IMAGE_SPEC_FIT:MOBILE:HOVER': null;
|
|
108
|
+
CB_STYLE_PROP_IMAGE_SPEC_POSITION: string;
|
|
109
|
+
'CB_STYLE_PROP_IMAGE_SPEC_POSITION:HOVER': null;
|
|
110
|
+
'CB_STYLE_PROP_IMAGE_SPEC_POSITION:MOBILE': null;
|
|
111
|
+
'CB_STYLE_PROP_IMAGE_SPEC_POSITION:MOBILE:HOVER': null;
|
|
112
|
+
};
|
|
113
|
+
CB_STYLE_PROP_OPACITY: {
|
|
114
|
+
CB_STYLE_PROP_OPACITY_SPEC_OPACITY: number;
|
|
115
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null;
|
|
116
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null;
|
|
117
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null;
|
|
118
|
+
};
|
|
119
|
+
CB_STYLE_PROP_SHADOW: {
|
|
120
|
+
CB_STYLE_PROP_SHADOW_SPEC_BLUR: number;
|
|
121
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:HOVER': null;
|
|
122
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE': null;
|
|
123
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE:HOVER': null;
|
|
124
|
+
CB_STYLE_PROP_SHADOW_SPEC_COLOR: string;
|
|
125
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:HOVER': null;
|
|
126
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE': null;
|
|
127
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE:HOVER': null;
|
|
128
|
+
CB_STYLE_PROP_SHADOW_SPEC_OPACITY: number;
|
|
129
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:HOVER': null;
|
|
130
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE': null;
|
|
131
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE:HOVER': null;
|
|
132
|
+
CB_STYLE_PROP_SHADOW_SPEC_SPREAD: number;
|
|
133
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:HOVER': null;
|
|
134
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE': null;
|
|
135
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE:HOVER': null;
|
|
136
|
+
CB_STYLE_PROP_SHADOW_SPEC_TYPE: string;
|
|
137
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:HOVER': string;
|
|
138
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE': null;
|
|
139
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE:HOVER': null;
|
|
140
|
+
CB_STYLE_PROP_SHADOW_SPEC_X: number;
|
|
141
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:HOVER': null;
|
|
142
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE': null;
|
|
143
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE:HOVER': null;
|
|
144
|
+
CB_STYLE_PROP_SHADOW_SPEC_Y: number;
|
|
145
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:HOVER': null;
|
|
146
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE': null;
|
|
147
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE:HOVER': null;
|
|
148
|
+
};
|
|
149
|
+
CB_CONTENT_PROP_TEXT?: undefined;
|
|
150
|
+
CB_STYLE_PROP_COLOR?: undefined;
|
|
151
|
+
CB_STYLE_PROP_TEXT?: undefined;
|
|
152
|
+
};
|
|
153
|
+
minVersion: string;
|
|
154
|
+
version: string;
|
|
155
|
+
};
|
|
156
|
+
queryableDefinitionPreset: string;
|
|
157
|
+
queryableTapSrc: string;
|
|
158
|
+
updatedAt: string;
|
|
159
|
+
} | {
|
|
160
|
+
availablePlugins: never[];
|
|
161
|
+
blockId: string;
|
|
162
|
+
componentBlockCode: string;
|
|
163
|
+
componentBlockType: string;
|
|
164
|
+
dynamicLayoutSectionId: number;
|
|
165
|
+
id: number;
|
|
166
|
+
insertedAt: string;
|
|
167
|
+
jsonProperties: {
|
|
168
|
+
currentVersion: string;
|
|
169
|
+
data: {
|
|
170
|
+
CB_CONTENT_PROP_CLINK: {
|
|
171
|
+
CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: string;
|
|
172
|
+
CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: boolean;
|
|
173
|
+
CB_CONTENT_PROP_CLINK_SPEC_SRC: string;
|
|
174
|
+
CB_CONTENT_PROP_CLINK_SPEC_TYPE: string;
|
|
175
|
+
};
|
|
176
|
+
CB_CONTENT_PROP_HOVER: {
|
|
177
|
+
CB_CONTENT_PROP_HOVER_SPEC_MUSE: boolean;
|
|
178
|
+
};
|
|
179
|
+
CB_CONTENT_PROP_TEXT: {
|
|
180
|
+
CB_CONTENT_PROP_TEXT_SPEC_TEXT: string;
|
|
181
|
+
};
|
|
182
|
+
CB_CONTENT_PROP_VISIBILITY: {
|
|
183
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
|
|
184
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: boolean;
|
|
185
|
+
};
|
|
186
|
+
CB_EFFECT_PROP_ENTANIM: {
|
|
187
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: number;
|
|
188
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null;
|
|
189
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: number;
|
|
190
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null;
|
|
191
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: string;
|
|
192
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null;
|
|
193
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: string;
|
|
194
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null;
|
|
195
|
+
};
|
|
196
|
+
CB_EFFECT_PROP_HOVERANIM: {
|
|
197
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: number;
|
|
198
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null;
|
|
199
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: number;
|
|
200
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null;
|
|
201
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: string;
|
|
202
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null;
|
|
203
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: string;
|
|
204
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null;
|
|
205
|
+
};
|
|
206
|
+
CB_LAYOUT_PROP_PADDING: {
|
|
207
|
+
CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
|
|
208
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null;
|
|
209
|
+
CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
|
|
210
|
+
bottom: number;
|
|
211
|
+
left: number;
|
|
212
|
+
right: number;
|
|
213
|
+
top: number;
|
|
214
|
+
};
|
|
215
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null;
|
|
216
|
+
};
|
|
217
|
+
CB_PLACEMENT_PROP_PLACEMENT: {
|
|
218
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: number;
|
|
219
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': number;
|
|
220
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: number;
|
|
221
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': number;
|
|
222
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: number;
|
|
223
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': number;
|
|
224
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: number;
|
|
225
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': number;
|
|
226
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: number;
|
|
227
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': number;
|
|
228
|
+
};
|
|
229
|
+
CB_STYLE_PROP_BORDER: {
|
|
230
|
+
CB_STYLE_PROP_BORDER_SPEC_COLOR: string;
|
|
231
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:HOVER': null;
|
|
232
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE': null;
|
|
233
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE:HOVER': null;
|
|
234
|
+
CB_STYLE_PROP_BORDER_SPEC_RADIUS: {
|
|
235
|
+
bl: number;
|
|
236
|
+
br: number;
|
|
237
|
+
tl: number;
|
|
238
|
+
tr: number;
|
|
239
|
+
};
|
|
240
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:HOVER': null;
|
|
241
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE': null;
|
|
242
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE:HOVER': null;
|
|
243
|
+
CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX: boolean;
|
|
244
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:HOVER': boolean;
|
|
245
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE': null;
|
|
246
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE:HOVER': null;
|
|
247
|
+
CB_STYLE_PROP_BORDER_SPEC_STYLE: string;
|
|
248
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:HOVER': null;
|
|
249
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE': null;
|
|
250
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE:HOVER': null;
|
|
251
|
+
CB_STYLE_PROP_BORDER_SPEC_WIDTH: number;
|
|
252
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:HOVER': null;
|
|
253
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE': null;
|
|
254
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE:HOVER': null;
|
|
255
|
+
};
|
|
256
|
+
CB_STYLE_PROP_COLOR: {
|
|
257
|
+
CB_STYLE_PROP_COLOR_SPEC_ANGLE: number;
|
|
258
|
+
'CB_STYLE_PROP_COLOR_SPEC_ANGLE:HOVER': null;
|
|
259
|
+
'CB_STYLE_PROP_COLOR_SPEC_ANGLE:MOBILE': null;
|
|
260
|
+
'CB_STYLE_PROP_COLOR_SPEC_ANGLE:MOBILE:HOVER': null;
|
|
261
|
+
CB_STYLE_PROP_COLOR_SPEC_COLOR: string;
|
|
262
|
+
'CB_STYLE_PROP_COLOR_SPEC_COLOR:HOVER': null;
|
|
263
|
+
'CB_STYLE_PROP_COLOR_SPEC_COLOR:MOBILE': null;
|
|
264
|
+
'CB_STYLE_PROP_COLOR_SPEC_COLOR:MOBILE:HOVER': null;
|
|
265
|
+
CB_STYLE_PROP_COLOR_SPEC_ENDCOLOR: string;
|
|
266
|
+
'CB_STYLE_PROP_COLOR_SPEC_ENDCOLOR:HOVER': null;
|
|
267
|
+
'CB_STYLE_PROP_COLOR_SPEC_ENDCOLOR:MOBILE': null;
|
|
268
|
+
'CB_STYLE_PROP_COLOR_SPEC_ENDCOLOR:MOBILE:HOVER': null;
|
|
269
|
+
CB_STYLE_PROP_COLOR_SPEC_ENDLOC: number;
|
|
270
|
+
'CB_STYLE_PROP_COLOR_SPEC_ENDLOC:HOVER': null;
|
|
271
|
+
'CB_STYLE_PROP_COLOR_SPEC_ENDLOC:MOBILE': null;
|
|
272
|
+
'CB_STYLE_PROP_COLOR_SPEC_ENDLOC:MOBILE:HOVER': null;
|
|
273
|
+
CB_STYLE_PROP_COLOR_SPEC_GRADIENT: string;
|
|
274
|
+
'CB_STYLE_PROP_COLOR_SPEC_GRADIENT:HOVER': null;
|
|
275
|
+
'CB_STYLE_PROP_COLOR_SPEC_GRADIENT:MOBILE': null;
|
|
276
|
+
'CB_STYLE_PROP_COLOR_SPEC_GRADIENT:MOBILE:HOVER': null;
|
|
277
|
+
CB_STYLE_PROP_COLOR_SPEC_STARTCOLOR: string;
|
|
278
|
+
'CB_STYLE_PROP_COLOR_SPEC_STARTCOLOR:HOVER': null;
|
|
279
|
+
'CB_STYLE_PROP_COLOR_SPEC_STARTCOLOR:MOBILE': null;
|
|
280
|
+
'CB_STYLE_PROP_COLOR_SPEC_STARTCOLOR:MOBILE:HOVER': null;
|
|
281
|
+
CB_STYLE_PROP_COLOR_SPEC_STARTLOC: number;
|
|
282
|
+
'CB_STYLE_PROP_COLOR_SPEC_STARTLOC:HOVER': null;
|
|
283
|
+
'CB_STYLE_PROP_COLOR_SPEC_STARTLOC:MOBILE': null;
|
|
284
|
+
'CB_STYLE_PROP_COLOR_SPEC_STARTLOC:MOBILE:HOVER': null;
|
|
285
|
+
CB_STYLE_PROP_COLOR_SPEC_TYPE: string;
|
|
286
|
+
'CB_STYLE_PROP_COLOR_SPEC_TYPE:HOVER': string;
|
|
287
|
+
'CB_STYLE_PROP_COLOR_SPEC_TYPE:MOBILE': null;
|
|
288
|
+
'CB_STYLE_PROP_COLOR_SPEC_TYPE:MOBILE:HOVER': null;
|
|
289
|
+
};
|
|
290
|
+
CB_STYLE_PROP_TEXT: {
|
|
291
|
+
CB_STYLE_PROP_TEXT_SPEC_COLOR: string;
|
|
292
|
+
'CB_STYLE_PROP_TEXT_SPEC_COLOR:HOVER': null;
|
|
293
|
+
'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE': null;
|
|
294
|
+
'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE:HOVER': null;
|
|
295
|
+
CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL: string;
|
|
296
|
+
'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:HOVER': null;
|
|
297
|
+
'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE': null;
|
|
298
|
+
'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE:HOVER': null;
|
|
299
|
+
CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING: number;
|
|
300
|
+
'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:HOVER': null;
|
|
301
|
+
'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE': null;
|
|
302
|
+
'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE:HOVER': null;
|
|
303
|
+
CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT: number;
|
|
304
|
+
'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:HOVER': null;
|
|
305
|
+
'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE': null;
|
|
306
|
+
'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE:HOVER': null;
|
|
307
|
+
CB_STYLE_PROP_TEXT_SPEC_SIZE: number;
|
|
308
|
+
'CB_STYLE_PROP_TEXT_SPEC_SIZE:HOVER': null;
|
|
309
|
+
'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE': null;
|
|
310
|
+
'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE:HOVER': null;
|
|
311
|
+
CB_STYLE_PROP_TEXT_SPEC_TYPEFACE: string;
|
|
312
|
+
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:HOVER': null;
|
|
313
|
+
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE': null;
|
|
314
|
+
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE:HOVER': null;
|
|
315
|
+
CB_STYLE_PROP_TEXT_SPEC_VERTICAL: string;
|
|
316
|
+
'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:HOVER': null;
|
|
317
|
+
'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE': null;
|
|
318
|
+
'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE:HOVER': null;
|
|
319
|
+
CB_STYLE_PROP_TEXT_SPEC_WEIGHT: number;
|
|
320
|
+
'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:HOVER': null;
|
|
321
|
+
'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE': null;
|
|
322
|
+
'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE:HOVER': null;
|
|
323
|
+
};
|
|
324
|
+
CB_STYLE_PROP_OPACITY: {
|
|
325
|
+
CB_STYLE_PROP_OPACITY_SPEC_OPACITY: number;
|
|
326
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': number;
|
|
327
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null;
|
|
328
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null;
|
|
329
|
+
};
|
|
330
|
+
CB_STYLE_PROP_SHADOW: {
|
|
331
|
+
CB_STYLE_PROP_SHADOW_SPEC_BLUR: number;
|
|
332
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:HOVER': null;
|
|
333
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE': null;
|
|
334
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE:HOVER': null;
|
|
335
|
+
CB_STYLE_PROP_SHADOW_SPEC_COLOR: string;
|
|
336
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:HOVER': null;
|
|
337
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE': null;
|
|
338
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE:HOVER': null;
|
|
339
|
+
CB_STYLE_PROP_SHADOW_SPEC_OPACITY: number;
|
|
340
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:HOVER': null;
|
|
341
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE': null;
|
|
342
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE:HOVER': null;
|
|
343
|
+
CB_STYLE_PROP_SHADOW_SPEC_SPREAD: number;
|
|
344
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:HOVER': null;
|
|
345
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE': null;
|
|
346
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE:HOVER': null;
|
|
347
|
+
CB_STYLE_PROP_SHADOW_SPEC_TYPE: string;
|
|
348
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:HOVER': string;
|
|
349
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE': null;
|
|
350
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE:HOVER': null;
|
|
351
|
+
CB_STYLE_PROP_SHADOW_SPEC_X: number;
|
|
352
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:HOVER': null;
|
|
353
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE': null;
|
|
354
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE:HOVER': null;
|
|
355
|
+
CB_STYLE_PROP_SHADOW_SPEC_Y: number;
|
|
356
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:HOVER': null;
|
|
357
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE': null;
|
|
358
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE:HOVER': null;
|
|
359
|
+
};
|
|
360
|
+
CB_CONTENT_PROP_IMAGE?: undefined;
|
|
361
|
+
CB_STYLE_PROP_IMAGE?: undefined;
|
|
362
|
+
};
|
|
363
|
+
minVersion: string;
|
|
364
|
+
version: string;
|
|
365
|
+
};
|
|
366
|
+
queryableDefinitionPreset: string;
|
|
367
|
+
queryableTapSrc: string;
|
|
368
|
+
updatedAt: string;
|
|
369
|
+
} | {
|
|
370
|
+
availablePlugins: never[];
|
|
371
|
+
blockId: string;
|
|
372
|
+
componentBlockCode: string;
|
|
373
|
+
componentBlockType: string;
|
|
374
|
+
dynamicLayoutSectionId: number;
|
|
375
|
+
id: number;
|
|
376
|
+
insertedAt: string;
|
|
377
|
+
jsonProperties: {
|
|
378
|
+
currentVersion: string;
|
|
379
|
+
data: {
|
|
380
|
+
CB_CONTENT_PROP_CLINK: {
|
|
381
|
+
CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: string;
|
|
382
|
+
CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: boolean;
|
|
383
|
+
CB_CONTENT_PROP_CLINK_SPEC_SRC: string;
|
|
384
|
+
CB_CONTENT_PROP_CLINK_SPEC_TYPE: string;
|
|
385
|
+
};
|
|
386
|
+
CB_CONTENT_PROP_HOVER: {
|
|
387
|
+
CB_CONTENT_PROP_HOVER_SPEC_MUSE: boolean;
|
|
388
|
+
};
|
|
389
|
+
CB_CONTENT_PROP_TEXT: {
|
|
390
|
+
CB_CONTENT_PROP_TEXT_SPEC_TEXT: string;
|
|
391
|
+
};
|
|
392
|
+
CB_CONTENT_PROP_VISIBILITY: {
|
|
393
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
|
|
394
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: boolean;
|
|
395
|
+
};
|
|
396
|
+
CB_EFFECT_PROP_ENTANIM: {
|
|
397
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: number;
|
|
398
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null;
|
|
399
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: number;
|
|
400
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null;
|
|
401
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: string;
|
|
402
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null;
|
|
403
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: string;
|
|
404
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null;
|
|
405
|
+
};
|
|
406
|
+
CB_EFFECT_PROP_HOVERANIM: {
|
|
407
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: number;
|
|
408
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null;
|
|
409
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: number;
|
|
410
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null;
|
|
411
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: string;
|
|
412
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null;
|
|
413
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: string;
|
|
414
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null;
|
|
415
|
+
};
|
|
416
|
+
CB_LAYOUT_PROP_PADDING: {
|
|
417
|
+
CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
|
|
418
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null;
|
|
419
|
+
CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
|
|
420
|
+
bottom: number;
|
|
421
|
+
left: number;
|
|
422
|
+
right: number;
|
|
423
|
+
top: number;
|
|
424
|
+
};
|
|
425
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': {
|
|
426
|
+
bottom: number;
|
|
427
|
+
left: number;
|
|
428
|
+
right: number;
|
|
429
|
+
top: number;
|
|
430
|
+
};
|
|
431
|
+
};
|
|
432
|
+
CB_PLACEMENT_PROP_PLACEMENT: {
|
|
433
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: number;
|
|
434
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': number;
|
|
435
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: number;
|
|
436
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': number;
|
|
437
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: number;
|
|
438
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': number;
|
|
439
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: number;
|
|
440
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': number;
|
|
441
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: number;
|
|
442
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': number;
|
|
443
|
+
};
|
|
444
|
+
CB_STYLE_PROP_OPACITY: {
|
|
445
|
+
CB_STYLE_PROP_OPACITY_SPEC_OPACITY: number;
|
|
446
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null;
|
|
447
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null;
|
|
448
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null;
|
|
449
|
+
};
|
|
450
|
+
CB_STYLE_PROP_TEXT: {
|
|
451
|
+
CB_STYLE_PROP_TEXT_SPEC_COLOR: string;
|
|
452
|
+
'CB_STYLE_PROP_TEXT_SPEC_COLOR:HOVER': null;
|
|
453
|
+
'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE': null;
|
|
454
|
+
'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE:HOVER': null;
|
|
455
|
+
CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL: string;
|
|
456
|
+
'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:HOVER': null;
|
|
457
|
+
'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE': null;
|
|
458
|
+
'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE:HOVER': null;
|
|
459
|
+
CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING: number;
|
|
460
|
+
'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:HOVER': null;
|
|
461
|
+
'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE': null;
|
|
462
|
+
'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE:HOVER': null;
|
|
463
|
+
CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT: number;
|
|
464
|
+
'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:HOVER': null;
|
|
465
|
+
'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE': null;
|
|
466
|
+
'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE:HOVER': null;
|
|
467
|
+
CB_STYLE_PROP_TEXT_SPEC_SIZE: number;
|
|
468
|
+
'CB_STYLE_PROP_TEXT_SPEC_SIZE:HOVER': null;
|
|
469
|
+
'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE': null;
|
|
470
|
+
'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE:HOVER': null;
|
|
471
|
+
CB_STYLE_PROP_TEXT_SPEC_TYPEFACE: string;
|
|
472
|
+
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:HOVER': null;
|
|
473
|
+
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE': null;
|
|
474
|
+
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE:HOVER': null;
|
|
475
|
+
CB_STYLE_PROP_TEXT_SPEC_VERTICAL: string;
|
|
476
|
+
'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:HOVER': null;
|
|
477
|
+
'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE': null;
|
|
478
|
+
'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE:HOVER': null;
|
|
479
|
+
CB_STYLE_PROP_TEXT_SPEC_WEIGHT: number;
|
|
480
|
+
'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:HOVER': null;
|
|
481
|
+
'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE': null;
|
|
482
|
+
'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE:HOVER': null;
|
|
483
|
+
};
|
|
484
|
+
CB_CONTENT_PROP_IMAGE?: undefined;
|
|
485
|
+
CB_STYLE_PROP_BORDER?: undefined;
|
|
486
|
+
CB_STYLE_PROP_IMAGE?: undefined;
|
|
487
|
+
CB_STYLE_PROP_SHADOW?: undefined;
|
|
488
|
+
CB_STYLE_PROP_COLOR?: undefined;
|
|
489
|
+
};
|
|
490
|
+
minVersion: string;
|
|
491
|
+
version: string;
|
|
492
|
+
};
|
|
493
|
+
queryableDefinitionPreset: string;
|
|
494
|
+
queryableTapSrc: string;
|
|
495
|
+
updatedAt: string;
|
|
496
|
+
} | {
|
|
497
|
+
availablePlugins: never[];
|
|
498
|
+
blockId: string;
|
|
499
|
+
componentBlockCode: string;
|
|
500
|
+
componentBlockType: string;
|
|
501
|
+
dynamicLayoutSectionId: number;
|
|
502
|
+
id: number;
|
|
503
|
+
insertedAt: string;
|
|
504
|
+
jsonProperties: {
|
|
505
|
+
currentVersion: string;
|
|
506
|
+
data: {
|
|
507
|
+
CB_CONTENT_PROP_CLINK: {
|
|
508
|
+
CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: string;
|
|
509
|
+
CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: boolean;
|
|
510
|
+
CB_CONTENT_PROP_CLINK_SPEC_SRC: string;
|
|
511
|
+
CB_CONTENT_PROP_CLINK_SPEC_TYPE: string;
|
|
512
|
+
};
|
|
513
|
+
CB_CONTENT_PROP_HOVER: {
|
|
514
|
+
CB_CONTENT_PROP_HOVER_SPEC_MUSE: boolean;
|
|
515
|
+
};
|
|
516
|
+
CB_CONTENT_PROP_IMAGE: {
|
|
517
|
+
CB_CONTENT_PROP_IMAGE_SPEC_SELECTOR: string;
|
|
518
|
+
};
|
|
519
|
+
CB_CONTENT_PROP_VISIBILITY: {
|
|
520
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
|
|
521
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: boolean;
|
|
522
|
+
};
|
|
523
|
+
CB_EFFECT_PROP_ENTANIM: {
|
|
524
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: number;
|
|
525
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null;
|
|
526
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: number;
|
|
527
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null;
|
|
528
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: string;
|
|
529
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null;
|
|
530
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: string;
|
|
531
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null;
|
|
532
|
+
};
|
|
533
|
+
CB_EFFECT_PROP_HOVERANIM: {
|
|
534
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: number;
|
|
535
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null;
|
|
536
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: number;
|
|
537
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null;
|
|
538
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: string;
|
|
539
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null;
|
|
540
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: string;
|
|
541
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null;
|
|
542
|
+
};
|
|
543
|
+
CB_LAYOUT_PROP_PADDING: {
|
|
544
|
+
CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
|
|
545
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null;
|
|
546
|
+
CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
|
|
547
|
+
bottom: number;
|
|
548
|
+
left: number;
|
|
549
|
+
right: number;
|
|
550
|
+
top: number;
|
|
551
|
+
};
|
|
552
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': {
|
|
553
|
+
bottom: number;
|
|
554
|
+
left: number;
|
|
555
|
+
right: number;
|
|
556
|
+
top: number;
|
|
557
|
+
};
|
|
558
|
+
};
|
|
559
|
+
CB_PLACEMENT_PROP_PLACEMENT: {
|
|
560
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: number;
|
|
561
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': number;
|
|
562
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: number;
|
|
563
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': number;
|
|
564
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: number;
|
|
565
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': number;
|
|
566
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: number;
|
|
567
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': number;
|
|
568
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: number;
|
|
569
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': number;
|
|
570
|
+
};
|
|
571
|
+
CB_STYLE_PROP_BORDER: {
|
|
572
|
+
CB_STYLE_PROP_BORDER_SPEC_COLOR: string;
|
|
573
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:HOVER': null;
|
|
574
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE': null;
|
|
575
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE:HOVER': null;
|
|
576
|
+
CB_STYLE_PROP_BORDER_SPEC_RADIUS: {
|
|
577
|
+
bl: number;
|
|
578
|
+
br: number;
|
|
579
|
+
tl: number;
|
|
580
|
+
tr: number;
|
|
581
|
+
};
|
|
582
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:HOVER': null;
|
|
583
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE': null;
|
|
584
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE:HOVER': null;
|
|
585
|
+
CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX: boolean;
|
|
586
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:HOVER': null;
|
|
587
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE': null;
|
|
588
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE:HOVER': null;
|
|
589
|
+
CB_STYLE_PROP_BORDER_SPEC_STYLE: string;
|
|
590
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:HOVER': null;
|
|
591
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE': null;
|
|
592
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE:HOVER': null;
|
|
593
|
+
CB_STYLE_PROP_BORDER_SPEC_WIDTH: number;
|
|
594
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:HOVER': null;
|
|
595
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE': null;
|
|
596
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE:HOVER': null;
|
|
597
|
+
};
|
|
598
|
+
CB_STYLE_PROP_IMAGE: {
|
|
599
|
+
CB_STYLE_PROP_IMAGE_SPEC_FIT: string;
|
|
600
|
+
'CB_STYLE_PROP_IMAGE_SPEC_FIT:HOVER': null;
|
|
601
|
+
'CB_STYLE_PROP_IMAGE_SPEC_FIT:MOBILE': null;
|
|
602
|
+
'CB_STYLE_PROP_IMAGE_SPEC_FIT:MOBILE:HOVER': null;
|
|
603
|
+
CB_STYLE_PROP_IMAGE_SPEC_POSITION: string;
|
|
604
|
+
'CB_STYLE_PROP_IMAGE_SPEC_POSITION:HOVER': null;
|
|
605
|
+
'CB_STYLE_PROP_IMAGE_SPEC_POSITION:MOBILE': null;
|
|
606
|
+
'CB_STYLE_PROP_IMAGE_SPEC_POSITION:MOBILE:HOVER': null;
|
|
607
|
+
};
|
|
608
|
+
CB_STYLE_PROP_OPACITY: {
|
|
609
|
+
CB_STYLE_PROP_OPACITY_SPEC_OPACITY: number;
|
|
610
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null;
|
|
611
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null;
|
|
612
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null;
|
|
613
|
+
};
|
|
614
|
+
CB_STYLE_PROP_SHADOW: {
|
|
615
|
+
CB_STYLE_PROP_SHADOW_SPEC_BLUR: number;
|
|
616
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:HOVER': null;
|
|
617
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE': null;
|
|
618
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE:HOVER': null;
|
|
619
|
+
CB_STYLE_PROP_SHADOW_SPEC_COLOR: string;
|
|
620
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:HOVER': null;
|
|
621
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE': null;
|
|
622
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE:HOVER': null;
|
|
623
|
+
CB_STYLE_PROP_SHADOW_SPEC_OPACITY: number;
|
|
624
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:HOVER': null;
|
|
625
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE': null;
|
|
626
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE:HOVER': null;
|
|
627
|
+
CB_STYLE_PROP_SHADOW_SPEC_SPREAD: number;
|
|
628
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:HOVER': null;
|
|
629
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE': null;
|
|
630
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE:HOVER': null;
|
|
631
|
+
CB_STYLE_PROP_SHADOW_SPEC_TYPE: string;
|
|
632
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:HOVER': string;
|
|
633
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE': null;
|
|
634
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE:HOVER': null;
|
|
635
|
+
CB_STYLE_PROP_SHADOW_SPEC_X: number;
|
|
636
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:HOVER': null;
|
|
637
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE': null;
|
|
638
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE:HOVER': null;
|
|
639
|
+
CB_STYLE_PROP_SHADOW_SPEC_Y: number;
|
|
640
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:HOVER': null;
|
|
641
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE': null;
|
|
642
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE:HOVER': null;
|
|
643
|
+
};
|
|
644
|
+
CB_CONTENT_PROP_TEXT?: undefined;
|
|
645
|
+
CB_STYLE_PROP_COLOR?: undefined;
|
|
646
|
+
CB_STYLE_PROP_TEXT?: undefined;
|
|
647
|
+
};
|
|
648
|
+
minVersion: string;
|
|
649
|
+
version: string;
|
|
650
|
+
};
|
|
651
|
+
queryableDefinitionPreset: string;
|
|
652
|
+
queryableTapSrc: string;
|
|
653
|
+
updatedAt: string;
|
|
654
|
+
} | {
|
|
655
|
+
availablePlugins: never[];
|
|
656
|
+
blockId: string;
|
|
657
|
+
componentBlockCode: string;
|
|
658
|
+
componentBlockType: string;
|
|
659
|
+
dynamicLayoutSectionId: number;
|
|
660
|
+
id: number;
|
|
661
|
+
insertedAt: string;
|
|
662
|
+
jsonProperties: {
|
|
663
|
+
currentVersion: string;
|
|
664
|
+
data: {
|
|
665
|
+
CB_CONTENT_PROP_CLINK: {
|
|
666
|
+
CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: string;
|
|
667
|
+
CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: boolean;
|
|
668
|
+
CB_CONTENT_PROP_CLINK_SPEC_SRC: string;
|
|
669
|
+
CB_CONTENT_PROP_CLINK_SPEC_TYPE: string;
|
|
670
|
+
};
|
|
671
|
+
CB_CONTENT_PROP_HOVER: {
|
|
672
|
+
CB_CONTENT_PROP_HOVER_SPEC_MUSE: boolean;
|
|
673
|
+
};
|
|
674
|
+
CB_CONTENT_PROP_TEXT: {
|
|
675
|
+
CB_CONTENT_PROP_TEXT_SPEC_TEXT: string;
|
|
676
|
+
};
|
|
677
|
+
CB_CONTENT_PROP_VISIBILITY: {
|
|
678
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
|
|
679
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: boolean;
|
|
680
|
+
};
|
|
681
|
+
CB_EFFECT_PROP_ENTANIM: {
|
|
682
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: number;
|
|
683
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null;
|
|
684
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: number;
|
|
685
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null;
|
|
686
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: string;
|
|
687
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null;
|
|
688
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: string;
|
|
689
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null;
|
|
690
|
+
};
|
|
691
|
+
CB_EFFECT_PROP_HOVERANIM: {
|
|
692
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: number;
|
|
693
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null;
|
|
694
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: number;
|
|
695
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null;
|
|
696
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: string;
|
|
697
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null;
|
|
698
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: string;
|
|
699
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null;
|
|
700
|
+
};
|
|
701
|
+
CB_LAYOUT_PROP_PADDING: {
|
|
702
|
+
CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
|
|
703
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null;
|
|
704
|
+
CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
|
|
705
|
+
bottom: number;
|
|
706
|
+
left: number;
|
|
707
|
+
right: number;
|
|
708
|
+
top: number;
|
|
709
|
+
};
|
|
710
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null;
|
|
711
|
+
};
|
|
712
|
+
CB_PLACEMENT_PROP_PLACEMENT: {
|
|
713
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: number;
|
|
714
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': number;
|
|
715
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: number;
|
|
716
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': number;
|
|
717
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: number;
|
|
718
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': number;
|
|
719
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: number;
|
|
720
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': number;
|
|
721
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: number;
|
|
722
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': number;
|
|
723
|
+
};
|
|
724
|
+
CB_STYLE_PROP_OPACITY: {
|
|
725
|
+
CB_STYLE_PROP_OPACITY_SPEC_OPACITY: number;
|
|
726
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null;
|
|
727
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null;
|
|
728
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null;
|
|
729
|
+
};
|
|
730
|
+
CB_STYLE_PROP_TEXT: {
|
|
731
|
+
CB_STYLE_PROP_TEXT_SPEC_COLOR: string;
|
|
732
|
+
'CB_STYLE_PROP_TEXT_SPEC_COLOR:HOVER': null;
|
|
733
|
+
'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE': null;
|
|
734
|
+
'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE:HOVER': null;
|
|
735
|
+
CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL: string;
|
|
736
|
+
'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:HOVER': null;
|
|
737
|
+
'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE': null;
|
|
738
|
+
'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE:HOVER': null;
|
|
739
|
+
CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING: number;
|
|
740
|
+
'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:HOVER': null;
|
|
741
|
+
'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE': null;
|
|
742
|
+
'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE:HOVER': null;
|
|
743
|
+
CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT: number;
|
|
744
|
+
'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:HOVER': null;
|
|
745
|
+
'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE': null;
|
|
746
|
+
'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE:HOVER': null;
|
|
747
|
+
CB_STYLE_PROP_TEXT_SPEC_SIZE: number;
|
|
748
|
+
'CB_STYLE_PROP_TEXT_SPEC_SIZE:HOVER': null;
|
|
749
|
+
'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE': number;
|
|
750
|
+
'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE:HOVER': null;
|
|
751
|
+
CB_STYLE_PROP_TEXT_SPEC_TYPEFACE: string;
|
|
752
|
+
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:HOVER': null;
|
|
753
|
+
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE': null;
|
|
754
|
+
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE:HOVER': null;
|
|
755
|
+
CB_STYLE_PROP_TEXT_SPEC_VERTICAL: string;
|
|
756
|
+
'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:HOVER': null;
|
|
757
|
+
'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE': null;
|
|
758
|
+
'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE:HOVER': null;
|
|
759
|
+
CB_STYLE_PROP_TEXT_SPEC_WEIGHT: number;
|
|
760
|
+
'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:HOVER': null;
|
|
761
|
+
'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE': null;
|
|
762
|
+
'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE:HOVER': null;
|
|
763
|
+
};
|
|
764
|
+
CB_CONTENT_PROP_IMAGE?: undefined;
|
|
765
|
+
CB_STYLE_PROP_BORDER?: undefined;
|
|
766
|
+
CB_STYLE_PROP_IMAGE?: undefined;
|
|
767
|
+
CB_STYLE_PROP_SHADOW?: undefined;
|
|
768
|
+
CB_STYLE_PROP_COLOR?: undefined;
|
|
769
|
+
};
|
|
770
|
+
minVersion: string;
|
|
771
|
+
version: string;
|
|
772
|
+
};
|
|
773
|
+
queryableDefinitionPreset: string;
|
|
774
|
+
queryableTapSrc: string;
|
|
775
|
+
updatedAt: string;
|
|
776
|
+
})[];
|