pds-dev-kit-web-test 2.5.453 → 2.5.454
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/hooks/useTooltip.js +1 -1
- package/dist/src/common/services/i18n/resources/en.json +1 -29
- package/dist/src/common/services/i18n/resources/es.json +1 -28
- package/dist/src/common/services/i18n/resources/fil.json +1 -28
- package/dist/src/common/services/i18n/resources/index.d.ts +0 -194
- package/dist/src/common/services/i18n/resources/ja.json +1 -29
- package/dist/src/common/services/i18n/resources/ko.json +1 -29
- package/dist/src/common/services/i18n/resources/zh-cn.json +1 -29
- package/dist/src/common/services/i18n/resources/zh-tw.json +1 -29
- package/dist/src/common/styles/colorSet/index.d.ts +2 -2
- package/dist/src/common/styles/colorSet/index.js +2 -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/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
- package/dist/src/desktop/components/index.d.ts +1 -2
- package/dist/src/desktop/components/index.js +1 -3
- package/dist/src/desktop/index.d.ts +1 -1
- package/dist/src/desktop/index.js +1 -2
- 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 +54 -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 +1098 -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/mocks.d.ts +8 -960
- package/dist/src/sub/DynamicLayout/mocks.js +45 -4237
- 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/ContentsCarousel/types.js +2 -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 +86 -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/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/index.js +8 -0
- 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/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/index.js +8 -0
- 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 +31 -7
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +45 -1
- 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/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/dist/src/desktop/components/Calendar/AllDaySchedulesSection.d.ts +0 -13
- package/dist/src/desktop/components/Calendar/AllDaySchedulesSection.js +0 -49
- package/dist/src/desktop/components/Calendar/Calendar.d.ts +0 -4
- package/dist/src/desktop/components/Calendar/Calendar.js +0 -383
- 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 -17
- package/dist/src/desktop/components/Calendar/DailyView.js +0 -82
- package/dist/src/desktop/components/Calendar/MonthlyView.d.ts +0 -24
- package/dist/src/desktop/components/Calendar/MonthlyView.js +0 -186
- package/dist/src/desktop/components/Calendar/MultiWeekSchedulesLayer.d.ts +0 -19
- package/dist/src/desktop/components/Calendar/MultiWeekSchedulesLayer.js +0 -72
- package/dist/src/desktop/components/Calendar/ScheduleItem.d.ts +0 -16
- package/dist/src/desktop/components/Calendar/ScheduleItem.js +0 -49
- package/dist/src/desktop/components/Calendar/WeeklyView.d.ts +0 -21
- package/dist/src/desktop/components/Calendar/WeeklyView.js +0 -100
- 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 -112
- 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 -60
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.d.ts +0 -6
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.js +0 -27
- /package/dist/src/{desktop/components/Calendar/types.js → sub/DynamicLayout/compositionActionTypes.js} +0 -0
|
@@ -0,0 +1,368 @@
|
|
|
1
|
+
export declare const MOCK_VIDEO_CB: {
|
|
2
|
+
availablePlugins: never[];
|
|
3
|
+
blockId: string;
|
|
4
|
+
componentBlockCode: string;
|
|
5
|
+
componentBlockType: string;
|
|
6
|
+
compositions: never[];
|
|
7
|
+
dynamicLayoutSectionId: number;
|
|
8
|
+
id: number;
|
|
9
|
+
insertedAt: string;
|
|
10
|
+
jsonProperties: {
|
|
11
|
+
currentVersion: string;
|
|
12
|
+
data: {
|
|
13
|
+
CB_CONTENT_PROP_HOVER: {
|
|
14
|
+
CB_CONTENT_PROP_HOVER_SPEC_MUSE: boolean;
|
|
15
|
+
};
|
|
16
|
+
CB_CONTENT_PROP_VIDEO: {
|
|
17
|
+
CB_CONTENT_PROP_VIDEO_SPEC_CONNECTDATA: string;
|
|
18
|
+
CB_CONTENT_PROP_VIDEO_SPEC_ENDTIME: number;
|
|
19
|
+
CB_CONTENT_PROP_VIDEO_SPEC_MPLAY: boolean;
|
|
20
|
+
CB_CONTENT_PROP_VIDEO_SPEC_REPLAY: boolean;
|
|
21
|
+
CB_CONTENT_PROP_VIDEO_SPEC_SELECTOR: string;
|
|
22
|
+
CB_CONTENT_PROP_VIDEO_SPEC_STARTTIME: number;
|
|
23
|
+
CB_CONTENT_PROP_VIDEO_SPEC_THUMB: string;
|
|
24
|
+
CB_CONTENT_PROP_VIDEO_SPEC_TYPE: string;
|
|
25
|
+
CB_CONTENT_PROP_VIDEO_SPEC_VALUETYPE: string;
|
|
26
|
+
};
|
|
27
|
+
CB_CONTENT_PROP_VISIBILITY: {
|
|
28
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
|
|
29
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: boolean;
|
|
30
|
+
};
|
|
31
|
+
CB_EFFECT_PROP_ENTANIM: {
|
|
32
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: number;
|
|
33
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null;
|
|
34
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: number;
|
|
35
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null;
|
|
36
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: string;
|
|
37
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null;
|
|
38
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: string;
|
|
39
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null;
|
|
40
|
+
};
|
|
41
|
+
CB_EFFECT_PROP_HOVERANIM: {
|
|
42
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: number;
|
|
43
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null;
|
|
44
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: number;
|
|
45
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null;
|
|
46
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: string;
|
|
47
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null;
|
|
48
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: string;
|
|
49
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null;
|
|
50
|
+
};
|
|
51
|
+
CB_LAYOUT_PROP_ARRANGE: {
|
|
52
|
+
CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL: string;
|
|
53
|
+
'CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL:MOBILE': null;
|
|
54
|
+
CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL: string;
|
|
55
|
+
'CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL:MOBILE': null;
|
|
56
|
+
};
|
|
57
|
+
CB_LAYOUT_PROP_PADDING: {
|
|
58
|
+
CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
|
|
59
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null;
|
|
60
|
+
CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
|
|
61
|
+
bottom: number;
|
|
62
|
+
left: number;
|
|
63
|
+
right: number;
|
|
64
|
+
top: number;
|
|
65
|
+
};
|
|
66
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null;
|
|
67
|
+
};
|
|
68
|
+
CB_PLACEMENT_PROP_PLACEMENT: {
|
|
69
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: number;
|
|
70
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': number;
|
|
71
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: number;
|
|
72
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': number;
|
|
73
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: number;
|
|
74
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': number;
|
|
75
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: number;
|
|
76
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': number;
|
|
77
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: number;
|
|
78
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': number;
|
|
79
|
+
};
|
|
80
|
+
CB_STYLE_PROP_BGCOLOR: {
|
|
81
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE: number;
|
|
82
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:HOVER': null;
|
|
83
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE': null;
|
|
84
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE:HOVER': null;
|
|
85
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_COLOR: string;
|
|
86
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:HOVER': null;
|
|
87
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE': null;
|
|
88
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE:HOVER': null;
|
|
89
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR: string;
|
|
90
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:HOVER': null;
|
|
91
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE': null;
|
|
92
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE:HOVER': null;
|
|
93
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC: number;
|
|
94
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:HOVER': null;
|
|
95
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE': null;
|
|
96
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE:HOVER': null;
|
|
97
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT: string;
|
|
98
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:HOVER': null;
|
|
99
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE': null;
|
|
100
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE:HOVER': null;
|
|
101
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR: string;
|
|
102
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:HOVER': null;
|
|
103
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE': null;
|
|
104
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE:HOVER': null;
|
|
105
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC: number;
|
|
106
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:HOVER': null;
|
|
107
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE': null;
|
|
108
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE:HOVER': null;
|
|
109
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_TYPE: string;
|
|
110
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:HOVER': null;
|
|
111
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE': null;
|
|
112
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE:HOVER': null;
|
|
113
|
+
};
|
|
114
|
+
CB_STYLE_PROP_BORDER: {
|
|
115
|
+
CB_STYLE_PROP_BORDER_SPEC_COLOR: string;
|
|
116
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:HOVER': null;
|
|
117
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE': null;
|
|
118
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE:HOVER': null;
|
|
119
|
+
CB_STYLE_PROP_BORDER_SPEC_RADIUS: {
|
|
120
|
+
bl: number;
|
|
121
|
+
br: number;
|
|
122
|
+
tl: number;
|
|
123
|
+
tr: number;
|
|
124
|
+
};
|
|
125
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:HOVER': null;
|
|
126
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE': null;
|
|
127
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE:HOVER': null;
|
|
128
|
+
CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX: boolean;
|
|
129
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:HOVER': null;
|
|
130
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE': null;
|
|
131
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE:HOVER': null;
|
|
132
|
+
CB_STYLE_PROP_BORDER_SPEC_STYLE: string;
|
|
133
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:HOVER': null;
|
|
134
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE': null;
|
|
135
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE:HOVER': null;
|
|
136
|
+
CB_STYLE_PROP_BORDER_SPEC_WIDTH: number;
|
|
137
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:HOVER': null;
|
|
138
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE': null;
|
|
139
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE:HOVER': null;
|
|
140
|
+
};
|
|
141
|
+
CB_STYLE_PROP_OPACITY: {
|
|
142
|
+
CB_STYLE_PROP_OPACITY_SPEC_OPACITY: number;
|
|
143
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null;
|
|
144
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null;
|
|
145
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null;
|
|
146
|
+
};
|
|
147
|
+
CB_STYLE_PROP_SHADOW: {
|
|
148
|
+
CB_STYLE_PROP_SHADOW_SPEC_BLUR: number;
|
|
149
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:HOVER': null;
|
|
150
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE': null;
|
|
151
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE:HOVER': null;
|
|
152
|
+
CB_STYLE_PROP_SHADOW_SPEC_COLOR: string;
|
|
153
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:HOVER': null;
|
|
154
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE': null;
|
|
155
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE:HOVER': null;
|
|
156
|
+
CB_STYLE_PROP_SHADOW_SPEC_OPACITY: number;
|
|
157
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:HOVER': null;
|
|
158
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE': null;
|
|
159
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE:HOVER': null;
|
|
160
|
+
CB_STYLE_PROP_SHADOW_SPEC_SPREAD: number;
|
|
161
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:HOVER': null;
|
|
162
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE': null;
|
|
163
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE:HOVER': null;
|
|
164
|
+
CB_STYLE_PROP_SHADOW_SPEC_TYPE: string;
|
|
165
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:HOVER': null;
|
|
166
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE': null;
|
|
167
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE:HOVER': null;
|
|
168
|
+
CB_STYLE_PROP_SHADOW_SPEC_X: number;
|
|
169
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:HOVER': null;
|
|
170
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE': null;
|
|
171
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE:HOVER': null;
|
|
172
|
+
CB_STYLE_PROP_SHADOW_SPEC_Y: number;
|
|
173
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:HOVER': null;
|
|
174
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE': null;
|
|
175
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE:HOVER': null;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
minVersion: string;
|
|
179
|
+
version: string;
|
|
180
|
+
};
|
|
181
|
+
queryableDefinitionPreset: string;
|
|
182
|
+
queryableTapSrc: string;
|
|
183
|
+
updatedAt: string;
|
|
184
|
+
};
|
|
185
|
+
export declare const MOCK_VIDEO_CB_2: {
|
|
186
|
+
availablePlugins: never[];
|
|
187
|
+
blockId: string;
|
|
188
|
+
componentBlockCode: string;
|
|
189
|
+
componentBlockType: string;
|
|
190
|
+
compositions: never[];
|
|
191
|
+
dynamicLayoutSectionId: number;
|
|
192
|
+
id: number;
|
|
193
|
+
insertedAt: string;
|
|
194
|
+
jsonProperties: {
|
|
195
|
+
currentVersion: string;
|
|
196
|
+
data: {
|
|
197
|
+
CB_CONTENT_PROP_HOVER: {
|
|
198
|
+
CB_CONTENT_PROP_HOVER_SPEC_MUSE: boolean;
|
|
199
|
+
};
|
|
200
|
+
CB_CONTENT_PROP_VIDEO: {
|
|
201
|
+
CB_CONTENT_PROP_VIDEO_SPEC_CONNECTDATA: string;
|
|
202
|
+
CB_CONTENT_PROP_VIDEO_SPEC_ENDTIME: number;
|
|
203
|
+
CB_CONTENT_PROP_VIDEO_SPEC_MPLAY: boolean;
|
|
204
|
+
CB_CONTENT_PROP_VIDEO_SPEC_REPLAY: boolean;
|
|
205
|
+
CB_CONTENT_PROP_VIDEO_SPEC_SELECTOR: string;
|
|
206
|
+
CB_CONTENT_PROP_VIDEO_SPEC_STARTTIME: number;
|
|
207
|
+
CB_CONTENT_PROP_VIDEO_SPEC_THUMB: string;
|
|
208
|
+
CB_CONTENT_PROP_VIDEO_SPEC_TYPE: string;
|
|
209
|
+
CB_CONTENT_PROP_VIDEO_SPEC_VALUETYPE: string;
|
|
210
|
+
};
|
|
211
|
+
CB_CONTENT_PROP_VISIBILITY: {
|
|
212
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
|
|
213
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: boolean;
|
|
214
|
+
};
|
|
215
|
+
CB_EFFECT_PROP_ENTANIM: {
|
|
216
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: number;
|
|
217
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null;
|
|
218
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: number;
|
|
219
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null;
|
|
220
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: string;
|
|
221
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null;
|
|
222
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: string;
|
|
223
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null;
|
|
224
|
+
};
|
|
225
|
+
CB_EFFECT_PROP_HOVERANIM: {
|
|
226
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: number;
|
|
227
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null;
|
|
228
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: number;
|
|
229
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null;
|
|
230
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: string;
|
|
231
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null;
|
|
232
|
+
CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: string;
|
|
233
|
+
'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null;
|
|
234
|
+
};
|
|
235
|
+
CB_LAYOUT_PROP_ARRANGE: {
|
|
236
|
+
CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL: string;
|
|
237
|
+
'CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL:MOBILE': null;
|
|
238
|
+
CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL: string;
|
|
239
|
+
'CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL:MOBILE': null;
|
|
240
|
+
};
|
|
241
|
+
CB_LAYOUT_PROP_PADDING: {
|
|
242
|
+
CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
|
|
243
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null;
|
|
244
|
+
CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
|
|
245
|
+
bottom: number;
|
|
246
|
+
left: number;
|
|
247
|
+
right: number;
|
|
248
|
+
top: number;
|
|
249
|
+
};
|
|
250
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null;
|
|
251
|
+
};
|
|
252
|
+
CB_PLACEMENT_PROP_PLACEMENT: {
|
|
253
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: number;
|
|
254
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': number;
|
|
255
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: number;
|
|
256
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': number;
|
|
257
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: number;
|
|
258
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': number;
|
|
259
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: number;
|
|
260
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': number;
|
|
261
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: number;
|
|
262
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': number;
|
|
263
|
+
};
|
|
264
|
+
CB_STYLE_PROP_BGCOLOR: {
|
|
265
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE: number;
|
|
266
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:HOVER': null;
|
|
267
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE': null;
|
|
268
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE:HOVER': null;
|
|
269
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_COLOR: string;
|
|
270
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:HOVER': null;
|
|
271
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE': null;
|
|
272
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE:HOVER': null;
|
|
273
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR: string;
|
|
274
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:HOVER': null;
|
|
275
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE': null;
|
|
276
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE:HOVER': null;
|
|
277
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC: number;
|
|
278
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:HOVER': null;
|
|
279
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE': null;
|
|
280
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE:HOVER': null;
|
|
281
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT: string;
|
|
282
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:HOVER': null;
|
|
283
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE': null;
|
|
284
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE:HOVER': null;
|
|
285
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR: string;
|
|
286
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:HOVER': null;
|
|
287
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE': null;
|
|
288
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE:HOVER': null;
|
|
289
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC: number;
|
|
290
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:HOVER': null;
|
|
291
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE': null;
|
|
292
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE:HOVER': null;
|
|
293
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_TYPE: string;
|
|
294
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:HOVER': null;
|
|
295
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE': null;
|
|
296
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE:HOVER': null;
|
|
297
|
+
};
|
|
298
|
+
CB_STYLE_PROP_BORDER: {
|
|
299
|
+
CB_STYLE_PROP_BORDER_SPEC_COLOR: string;
|
|
300
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:HOVER': null;
|
|
301
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE': null;
|
|
302
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE:HOVER': null;
|
|
303
|
+
CB_STYLE_PROP_BORDER_SPEC_RADIUS: {
|
|
304
|
+
bl: number;
|
|
305
|
+
br: number;
|
|
306
|
+
tl: number;
|
|
307
|
+
tr: number;
|
|
308
|
+
};
|
|
309
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:HOVER': null;
|
|
310
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE': null;
|
|
311
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE:HOVER': null;
|
|
312
|
+
CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX: boolean;
|
|
313
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:HOVER': null;
|
|
314
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE': null;
|
|
315
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE:HOVER': null;
|
|
316
|
+
CB_STYLE_PROP_BORDER_SPEC_STYLE: string;
|
|
317
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:HOVER': null;
|
|
318
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE': null;
|
|
319
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE:HOVER': null;
|
|
320
|
+
CB_STYLE_PROP_BORDER_SPEC_WIDTH: number;
|
|
321
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:HOVER': null;
|
|
322
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE': null;
|
|
323
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE:HOVER': null;
|
|
324
|
+
};
|
|
325
|
+
CB_STYLE_PROP_OPACITY: {
|
|
326
|
+
CB_STYLE_PROP_OPACITY_SPEC_OPACITY: number;
|
|
327
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null;
|
|
328
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null;
|
|
329
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null;
|
|
330
|
+
};
|
|
331
|
+
CB_STYLE_PROP_SHADOW: {
|
|
332
|
+
CB_STYLE_PROP_SHADOW_SPEC_BLUR: number;
|
|
333
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:HOVER': null;
|
|
334
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE': null;
|
|
335
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE:HOVER': null;
|
|
336
|
+
CB_STYLE_PROP_SHADOW_SPEC_COLOR: string;
|
|
337
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:HOVER': null;
|
|
338
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE': null;
|
|
339
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE:HOVER': null;
|
|
340
|
+
CB_STYLE_PROP_SHADOW_SPEC_OPACITY: number;
|
|
341
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:HOVER': null;
|
|
342
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE': null;
|
|
343
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE:HOVER': null;
|
|
344
|
+
CB_STYLE_PROP_SHADOW_SPEC_SPREAD: number;
|
|
345
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:HOVER': null;
|
|
346
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE': null;
|
|
347
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE:HOVER': null;
|
|
348
|
+
CB_STYLE_PROP_SHADOW_SPEC_TYPE: string;
|
|
349
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:HOVER': null;
|
|
350
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE': null;
|
|
351
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE:HOVER': null;
|
|
352
|
+
CB_STYLE_PROP_SHADOW_SPEC_X: number;
|
|
353
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:HOVER': null;
|
|
354
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE': null;
|
|
355
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE:HOVER': null;
|
|
356
|
+
CB_STYLE_PROP_SHADOW_SPEC_Y: number;
|
|
357
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:HOVER': null;
|
|
358
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE': null;
|
|
359
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE:HOVER': null;
|
|
360
|
+
};
|
|
361
|
+
};
|
|
362
|
+
minVersion: string;
|
|
363
|
+
version: string;
|
|
364
|
+
};
|
|
365
|
+
queryableDefinitionPreset: string;
|
|
366
|
+
queryableTapSrc: string;
|
|
367
|
+
updatedAt: string;
|
|
368
|
+
};
|