pds-dev-kit-web-test 0.2.14 → 0.2.16
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/src/sub/DynamicLayout/components/Section/CustomSection.d.ts +2 -1
- package/dist/src/sub/DynamicLayout/components/Section/CustomSection.js +2 -4
- package/dist/src/sub/DynamicLayout/components/Section/ErrorBoundary/ErrorBoundary.d.ts +15 -0
- package/dist/src/sub/DynamicLayout/components/Section/ErrorBoundary/ErrorBoundary.js +62 -0
- package/dist/src/sub/DynamicLayout/components/Section/ErrorBoundary/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/components/Section/ErrorBoundary/index.js +8 -0
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackground.d.ts +1 -2
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackground.js +29 -50
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.d.ts +5 -3
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +53 -28
- package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.d.ts +1 -4
- package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +3 -12
- package/dist/src/sub/DynamicLayout/mock_customSection.js +9 -1
- package/dist/src/sub/DynamicLayout/mock_samplePage.js +1334 -445
- package/dist/src/sub/DynamicLayout/nakedMocks.json +8 -0
- package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +645 -0
- package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +1661 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +3 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +58 -30
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.d.ts +7 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +3 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +7 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/types.d.ts +12 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.js +4 -12
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/hooks/useCLINK.js +3 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/colorUtil.js +6 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/replaceUndefinedValues.js +3 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.js +98 -13
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/layoutPropParsers/parseLayoutPropArrange.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/layoutPropParsers/parseLayoutPropArrange.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/layoutPropParsers/parseSectionPadding.d.ts +23 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/layoutPropParsers/parseSectionPadding.js +26 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCustomSectionPlacement.d.ts +5 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCustomSectionPlacement.js +15 -28
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.js +2 -7
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/index.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/index.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropBgColor.js +4 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropBgImage.js +3 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropBgOverlay.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropBgOverlay.js +6 -12
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropBorder.d.ts +10 -10
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropBorder.js +18 -6
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropDivider.js +17 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropImage.js +12 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropOpacity.js +9 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropShadow.js +7 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropTextSpec.d.ts +2 -33
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropTextSpec.js +27 -16
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +4 -4
- package/dist/src/sub/DynamicLayout/types.d.ts +4 -4
- package/package.json +2 -2
- package/release-note.md +5 -3
- package/webhook/node_modules/esrecurse/.babelrc +0 -3
|
@@ -598,6 +598,14 @@
|
|
|
598
598
|
"CB_STYLE_PROP_TEXT_SPEC_COLOR:HOVER": "#333333FF",
|
|
599
599
|
"CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE": null,
|
|
600
600
|
"CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE:HOVER": null,
|
|
601
|
+
"CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL": "LEFT",
|
|
602
|
+
"CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:HOVER": "CENTER",
|
|
603
|
+
"CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE": null,
|
|
604
|
+
"CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE:HOVER": null,
|
|
605
|
+
"CB_STYLE_PROP_TEXT_SPEC_VERTICAL": "TOP",
|
|
606
|
+
"CB_STYLE_PROP_TEXT_SPEC_VERTICAL:HOVER": "CENTER",
|
|
607
|
+
"CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE": null,
|
|
608
|
+
"CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE:HOVER": null,
|
|
601
609
|
"CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING": 0,
|
|
602
610
|
"CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:HOVER": 0,
|
|
603
611
|
"CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE": null,
|
|
@@ -0,0 +1,645 @@
|
|
|
1
|
+
export declare const pages0803PreviewSections: ({
|
|
2
|
+
administrativeTitle: string;
|
|
3
|
+
appearanceTemplate: null;
|
|
4
|
+
componentBlocks: never[];
|
|
5
|
+
display: boolean;
|
|
6
|
+
dlSelectorId: string;
|
|
7
|
+
dynamicLayoutPageId: number;
|
|
8
|
+
dynamicLayoutSceneId: number;
|
|
9
|
+
dynamicLayoutSectionItems: {
|
|
10
|
+
code: null;
|
|
11
|
+
display: boolean;
|
|
12
|
+
dynamicLayoutSectionId: number;
|
|
13
|
+
id: number;
|
|
14
|
+
insertedAt: string;
|
|
15
|
+
jsonProperties: {};
|
|
16
|
+
manifest: {
|
|
17
|
+
availableProperties: string[];
|
|
18
|
+
schema: string;
|
|
19
|
+
section_schema: string;
|
|
20
|
+
};
|
|
21
|
+
order: number;
|
|
22
|
+
properties: {
|
|
23
|
+
body: string;
|
|
24
|
+
buttonLabel: string;
|
|
25
|
+
description: string;
|
|
26
|
+
imageSrc: string;
|
|
27
|
+
linkSrc: string;
|
|
28
|
+
linkType: string;
|
|
29
|
+
logoImageSrc: string;
|
|
30
|
+
title: string;
|
|
31
|
+
};
|
|
32
|
+
updatedAt: string;
|
|
33
|
+
}[];
|
|
34
|
+
id: number;
|
|
35
|
+
insertedAt: string;
|
|
36
|
+
jsonProperties: {
|
|
37
|
+
currentVersion?: undefined;
|
|
38
|
+
data?: undefined;
|
|
39
|
+
migrations?: undefined;
|
|
40
|
+
minVersion?: undefined;
|
|
41
|
+
version?: undefined;
|
|
42
|
+
};
|
|
43
|
+
manifest: {
|
|
44
|
+
availableProperties: string[];
|
|
45
|
+
availableStyles: string[];
|
|
46
|
+
availableTemplates: string[];
|
|
47
|
+
schema: string;
|
|
48
|
+
};
|
|
49
|
+
order: number;
|
|
50
|
+
program: string;
|
|
51
|
+
programData: {};
|
|
52
|
+
properties: {
|
|
53
|
+
buttonAlphaLabel: string;
|
|
54
|
+
buttonAlphaLinkSrc: string;
|
|
55
|
+
buttonAlphaLinkType: string;
|
|
56
|
+
buttonBravoLabel: string;
|
|
57
|
+
buttonBravoLinkSrc: string;
|
|
58
|
+
buttonBravoLinkType: string;
|
|
59
|
+
buttonCharlieLabel: string;
|
|
60
|
+
buttonCharlieLinkSrc: string;
|
|
61
|
+
buttonCharlieLinkType: string;
|
|
62
|
+
buttonDeltaLabel: string;
|
|
63
|
+
buttonDeltaLinkSrc: string;
|
|
64
|
+
buttonDeltaLinkType: string;
|
|
65
|
+
buttonEchoLabel: string;
|
|
66
|
+
buttonEchoLinkSrc: string;
|
|
67
|
+
buttonEchoLinkType: string;
|
|
68
|
+
carouselAutoplayMode: string;
|
|
69
|
+
carouselAutoplayTime: number;
|
|
70
|
+
carouselInfiniteLoopMode: string;
|
|
71
|
+
description: string;
|
|
72
|
+
itemLinkMethod: string;
|
|
73
|
+
multiPurposeUrl: string;
|
|
74
|
+
sectionContentMediaSrc: string;
|
|
75
|
+
sectionContentMediaSrcMobile: string;
|
|
76
|
+
sectionContentMediaType: string;
|
|
77
|
+
title: string;
|
|
78
|
+
};
|
|
79
|
+
sectionCode: null;
|
|
80
|
+
sectionTemplateCode: null;
|
|
81
|
+
sectionTypeCode: null;
|
|
82
|
+
sectionUsecaseCode: null;
|
|
83
|
+
styles: {
|
|
84
|
+
buttonDeltaLabelColorInHex: string;
|
|
85
|
+
buttonEchoLabelColorInHex: string;
|
|
86
|
+
titleColorInHex: string;
|
|
87
|
+
buttonEchoDesignType: string;
|
|
88
|
+
descriptionColorInHex: string;
|
|
89
|
+
backgroundColorInHex: string;
|
|
90
|
+
itemButtonSizeType: string;
|
|
91
|
+
itemButtonLabelColorInHex: string;
|
|
92
|
+
buttonBravoBackgroundColorInHex: string;
|
|
93
|
+
buttonCharlieBackgroundColorInHex: string;
|
|
94
|
+
backgroundMediaSrc: string;
|
|
95
|
+
backgroundMediaType: string;
|
|
96
|
+
buttonDeltaDesignType: string;
|
|
97
|
+
buttonBravoDesignType: string;
|
|
98
|
+
buttonBravoSizeType: string;
|
|
99
|
+
itemTitleColorInHex: string;
|
|
100
|
+
itemDescriptionColorInHex: string;
|
|
101
|
+
buttonDeltaBackgroundColorInHex: string;
|
|
102
|
+
buttonAlphaDesignType: string;
|
|
103
|
+
buttonCharlieSizeType: string;
|
|
104
|
+
backgroundOverlayColorInHex: string;
|
|
105
|
+
buttonCharlieLabelColorInHex: string;
|
|
106
|
+
buttonAlphaBackgroundColorInHex: string;
|
|
107
|
+
itemHighlightingColorInHex: string;
|
|
108
|
+
buttonAlphaLabelColorInHex: string;
|
|
109
|
+
buttonCharlieDesignType: string;
|
|
110
|
+
buttonEchoBackgroundColorInHex: string;
|
|
111
|
+
itemButtonDesignType: string;
|
|
112
|
+
buttonAlphaSizeType: string;
|
|
113
|
+
buttonEchoSizeType: string;
|
|
114
|
+
buttonDeltaSizeType: string;
|
|
115
|
+
programmedItemActionButtonTextType: string;
|
|
116
|
+
itemButtonBackgroundColorInHex: string;
|
|
117
|
+
buttonBravoLabelColorInHex: string;
|
|
118
|
+
itemToneType: string;
|
|
119
|
+
};
|
|
120
|
+
template: string;
|
|
121
|
+
type: string;
|
|
122
|
+
updatedAt: string;
|
|
123
|
+
} | {
|
|
124
|
+
administrativeTitle: string;
|
|
125
|
+
appearanceTemplate: string;
|
|
126
|
+
componentBlocks: ({
|
|
127
|
+
availablePlugins: never[];
|
|
128
|
+
componentBlockCode: string;
|
|
129
|
+
componentBlockType: string;
|
|
130
|
+
dynamicLayoutSectionId: number;
|
|
131
|
+
id: number;
|
|
132
|
+
insertedAt: string;
|
|
133
|
+
jsonProperties: {
|
|
134
|
+
currentVersion: string;
|
|
135
|
+
data: {
|
|
136
|
+
CB_CONTENT_PROP_CLINK: {
|
|
137
|
+
CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: boolean;
|
|
138
|
+
CB_CONTENT_PROP_CLINK_SPEC_SRC: string;
|
|
139
|
+
CB_CONTENT_PROP_CLINK_SPEC_TYPE: string;
|
|
140
|
+
};
|
|
141
|
+
CB_CONTENT_PROP_HOVER: {
|
|
142
|
+
CB_CONTENT_PROP_HOVER_SPEC_MUSE: boolean;
|
|
143
|
+
};
|
|
144
|
+
CB_CONTENT_PROP_TEXT: {
|
|
145
|
+
CB_CONTENT_PROP_TEXT_SPEC_TEXT: string;
|
|
146
|
+
};
|
|
147
|
+
CB_CONTENT_PROP_VISIBILITY: {
|
|
148
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
|
|
149
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: boolean;
|
|
150
|
+
};
|
|
151
|
+
CB_EFFECT_PROP_ENTANIM: {
|
|
152
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: number;
|
|
153
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null;
|
|
154
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: number;
|
|
155
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null;
|
|
156
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: string;
|
|
157
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null;
|
|
158
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: string;
|
|
159
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null;
|
|
160
|
+
};
|
|
161
|
+
CB_LAYOUT_PROP_PADDING: {
|
|
162
|
+
CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
|
|
163
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null;
|
|
164
|
+
CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
|
|
165
|
+
bottom: number;
|
|
166
|
+
left: number;
|
|
167
|
+
right: number;
|
|
168
|
+
top: number;
|
|
169
|
+
};
|
|
170
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null;
|
|
171
|
+
};
|
|
172
|
+
CB_PLACEMENT_PROP_PLACEMENT: {
|
|
173
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: number;
|
|
174
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': number;
|
|
175
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: number;
|
|
176
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': number;
|
|
177
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: number;
|
|
178
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': number;
|
|
179
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: number;
|
|
180
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': number;
|
|
181
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: number;
|
|
182
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': number;
|
|
183
|
+
};
|
|
184
|
+
CB_STYLE_PROP_OPACITY: {
|
|
185
|
+
CB_STYLE_PROP_OPACITY_SPEC_OPACITY: number;
|
|
186
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null;
|
|
187
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null;
|
|
188
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null;
|
|
189
|
+
};
|
|
190
|
+
CB_STYLE_PROP_TEXT: {
|
|
191
|
+
CB_STYLE_PROP_TEXT_SPEC_COLOR: string;
|
|
192
|
+
'CB_STYLE_PROP_TEXT_SPEC_COLOR:HOVER': null;
|
|
193
|
+
'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE': null;
|
|
194
|
+
'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE:HOVER': null;
|
|
195
|
+
CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL: string;
|
|
196
|
+
'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:HOVER': null;
|
|
197
|
+
'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE': null;
|
|
198
|
+
'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE:HOVER': null;
|
|
199
|
+
CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING: number;
|
|
200
|
+
'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:HOVER': null;
|
|
201
|
+
'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE': null;
|
|
202
|
+
'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE:HOVER': null;
|
|
203
|
+
CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT: number;
|
|
204
|
+
'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:HOVER': null;
|
|
205
|
+
'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE': null;
|
|
206
|
+
'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE:HOVER': null;
|
|
207
|
+
CB_STYLE_PROP_TEXT_SPEC_SIZE: number;
|
|
208
|
+
'CB_STYLE_PROP_TEXT_SPEC_SIZE:HOVER': null;
|
|
209
|
+
'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE': null;
|
|
210
|
+
'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE:HOVER': null;
|
|
211
|
+
CB_STYLE_PROP_TEXT_SPEC_TYPEFACE: string;
|
|
212
|
+
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:HOVER': null;
|
|
213
|
+
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE': null;
|
|
214
|
+
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE:HOVER': null;
|
|
215
|
+
CB_STYLE_PROP_TEXT_SPEC_VERTICAL: string;
|
|
216
|
+
'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:HOVER': null;
|
|
217
|
+
'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE': null;
|
|
218
|
+
'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE:HOVER': null;
|
|
219
|
+
CB_STYLE_PROP_TEXT_SPEC_WEIGHT: number;
|
|
220
|
+
'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:HOVER': null;
|
|
221
|
+
'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE': null;
|
|
222
|
+
'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE:HOVER': null;
|
|
223
|
+
};
|
|
224
|
+
CB_CONTENT_PROP_TEXTEDIT?: undefined;
|
|
225
|
+
CB_LAYOUT_PROP_ARRANGE?: undefined;
|
|
226
|
+
CB_STYLE_PROP_BGCOLOR?: undefined;
|
|
227
|
+
CB_STYLE_PROP_BORDER?: undefined;
|
|
228
|
+
CB_STYLE_PROP_SHADOW?: undefined;
|
|
229
|
+
};
|
|
230
|
+
minVersion: string;
|
|
231
|
+
version: string;
|
|
232
|
+
};
|
|
233
|
+
queryableDefinitionPreset: string;
|
|
234
|
+
queryableTapSrc: string;
|
|
235
|
+
updatedAt: string;
|
|
236
|
+
} | {
|
|
237
|
+
availablePlugins: never[];
|
|
238
|
+
componentBlockCode: string;
|
|
239
|
+
componentBlockType: string;
|
|
240
|
+
dynamicLayoutSectionId: number;
|
|
241
|
+
id: number;
|
|
242
|
+
insertedAt: string;
|
|
243
|
+
jsonProperties: {
|
|
244
|
+
currentVersion: string;
|
|
245
|
+
data: {
|
|
246
|
+
CB_CONTENT_PROP_HOVER: {
|
|
247
|
+
CB_CONTENT_PROP_HOVER_SPEC_MUSE: boolean;
|
|
248
|
+
};
|
|
249
|
+
CB_CONTENT_PROP_TEXTEDIT: {
|
|
250
|
+
CB_CONTENT_PROP_TEXTEDIT_SPEC_EDITOR: string;
|
|
251
|
+
};
|
|
252
|
+
CB_CONTENT_PROP_VISIBILITY: {
|
|
253
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
|
|
254
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: boolean;
|
|
255
|
+
};
|
|
256
|
+
CB_EFFECT_PROP_ENTANIM: {
|
|
257
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: number;
|
|
258
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null;
|
|
259
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: number;
|
|
260
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null;
|
|
261
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: string;
|
|
262
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null;
|
|
263
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: string;
|
|
264
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null;
|
|
265
|
+
};
|
|
266
|
+
CB_LAYOUT_PROP_ARRANGE: {
|
|
267
|
+
CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL: string;
|
|
268
|
+
'CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL:MOBILE': null;
|
|
269
|
+
CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL: string;
|
|
270
|
+
'CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL:MOBILE': null;
|
|
271
|
+
};
|
|
272
|
+
CB_LAYOUT_PROP_PADDING: {
|
|
273
|
+
CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
|
|
274
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null;
|
|
275
|
+
CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
|
|
276
|
+
bottom: number;
|
|
277
|
+
left: number;
|
|
278
|
+
right: number;
|
|
279
|
+
top: number;
|
|
280
|
+
};
|
|
281
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null;
|
|
282
|
+
};
|
|
283
|
+
CB_PLACEMENT_PROP_PLACEMENT: {
|
|
284
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: number;
|
|
285
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': number;
|
|
286
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: number;
|
|
287
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': number;
|
|
288
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: number;
|
|
289
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': number;
|
|
290
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: number;
|
|
291
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': number;
|
|
292
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: number;
|
|
293
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': number;
|
|
294
|
+
};
|
|
295
|
+
CB_STYLE_PROP_BGCOLOR: {
|
|
296
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE: number;
|
|
297
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:HOVER': null;
|
|
298
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE': null;
|
|
299
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE:HOVER': null;
|
|
300
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_COLOR: string;
|
|
301
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:HOVER': null;
|
|
302
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE': null;
|
|
303
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE:HOVER': null;
|
|
304
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR: string;
|
|
305
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:HOVER': null;
|
|
306
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE': null;
|
|
307
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE:HOVER': null;
|
|
308
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC: number;
|
|
309
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:HOVER': null;
|
|
310
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE': null;
|
|
311
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE:HOVER': null;
|
|
312
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT: string;
|
|
313
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:HOVER': null;
|
|
314
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE': null;
|
|
315
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE:HOVER': null;
|
|
316
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR: string;
|
|
317
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:HOVER': null;
|
|
318
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE': null;
|
|
319
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE:HOVER': null;
|
|
320
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC: number;
|
|
321
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:HOVER': null;
|
|
322
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE': null;
|
|
323
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE:HOVER': null;
|
|
324
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_TYPE: string;
|
|
325
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:HOVER': null;
|
|
326
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE': null;
|
|
327
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE:HOVER': null;
|
|
328
|
+
};
|
|
329
|
+
CB_STYLE_PROP_BORDER: {
|
|
330
|
+
CB_STYLE_PROP_BORDER_SPEC_COLOR: string;
|
|
331
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:HOVER': null;
|
|
332
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE': null;
|
|
333
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE:HOVER': null;
|
|
334
|
+
CB_STYLE_PROP_BORDER_SPEC_RADIUS: {
|
|
335
|
+
bl: number;
|
|
336
|
+
br: number;
|
|
337
|
+
tl: number;
|
|
338
|
+
tr: number;
|
|
339
|
+
};
|
|
340
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:HOVER': null;
|
|
341
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE': null;
|
|
342
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE:HOVER': null;
|
|
343
|
+
CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX: boolean;
|
|
344
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:HOVER': null;
|
|
345
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE': null;
|
|
346
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE:HOVER': null;
|
|
347
|
+
CB_STYLE_PROP_BORDER_SPEC_STYLE: string;
|
|
348
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:HOVER': null;
|
|
349
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE': null;
|
|
350
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE:HOVER': null;
|
|
351
|
+
CB_STYLE_PROP_BORDER_SPEC_WIDTH: number;
|
|
352
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:HOVER': null;
|
|
353
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE': null;
|
|
354
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE:HOVER': null;
|
|
355
|
+
};
|
|
356
|
+
CB_STYLE_PROP_OPACITY: {
|
|
357
|
+
CB_STYLE_PROP_OPACITY_SPEC_OPACITY: number;
|
|
358
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null;
|
|
359
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null;
|
|
360
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null;
|
|
361
|
+
};
|
|
362
|
+
CB_STYLE_PROP_SHADOW: {
|
|
363
|
+
CB_STYLE_PROP_SHADOW_SPEC_BLUR: number;
|
|
364
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:HOVER': null;
|
|
365
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE': null;
|
|
366
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE:HOVER': null;
|
|
367
|
+
CB_STYLE_PROP_SHADOW_SPEC_COLOR: string;
|
|
368
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:HOVER': null;
|
|
369
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE': null;
|
|
370
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE:HOVER': null;
|
|
371
|
+
CB_STYLE_PROP_SHADOW_SPEC_OPACITY: number;
|
|
372
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:HOVER': null;
|
|
373
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE': null;
|
|
374
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE:HOVER': null;
|
|
375
|
+
CB_STYLE_PROP_SHADOW_SPEC_SPREAD: number;
|
|
376
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:HOVER': null;
|
|
377
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE': null;
|
|
378
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE:HOVER': null;
|
|
379
|
+
CB_STYLE_PROP_SHADOW_SPEC_TYPE: string;
|
|
380
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:HOVER': null;
|
|
381
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE': null;
|
|
382
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE:HOVER': null;
|
|
383
|
+
CB_STYLE_PROP_SHADOW_SPEC_X: number;
|
|
384
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:HOVER': null;
|
|
385
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE': null;
|
|
386
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE:HOVER': null;
|
|
387
|
+
CB_STYLE_PROP_SHADOW_SPEC_Y: number;
|
|
388
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:HOVER': null;
|
|
389
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE': null;
|
|
390
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE:HOVER': null;
|
|
391
|
+
};
|
|
392
|
+
CB_CONTENT_PROP_CLINK?: undefined;
|
|
393
|
+
CB_CONTENT_PROP_TEXT?: undefined;
|
|
394
|
+
CB_STYLE_PROP_TEXT?: undefined;
|
|
395
|
+
};
|
|
396
|
+
minVersion: string;
|
|
397
|
+
version: string;
|
|
398
|
+
};
|
|
399
|
+
queryableDefinitionPreset: string;
|
|
400
|
+
queryableTapSrc: string;
|
|
401
|
+
updatedAt: string;
|
|
402
|
+
})[];
|
|
403
|
+
display: boolean;
|
|
404
|
+
dlSelectorId: string;
|
|
405
|
+
dynamicLayoutPageId: number;
|
|
406
|
+
dynamicLayoutSceneId: number;
|
|
407
|
+
dynamicLayoutSectionItems: never[];
|
|
408
|
+
id: number;
|
|
409
|
+
insertedAt: string;
|
|
410
|
+
jsonProperties: {
|
|
411
|
+
currentVersion: string;
|
|
412
|
+
data: {
|
|
413
|
+
CB_CONTENT_PROP_VISIBILITY: {
|
|
414
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
|
|
415
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: boolean;
|
|
416
|
+
};
|
|
417
|
+
CB_EFFECT_PROP_ENTANIM: {
|
|
418
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: number;
|
|
419
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null;
|
|
420
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: number;
|
|
421
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null;
|
|
422
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: string;
|
|
423
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null;
|
|
424
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: string;
|
|
425
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null;
|
|
426
|
+
};
|
|
427
|
+
CB_LAYOUT_PROP_PADDING: {
|
|
428
|
+
CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
|
|
429
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null;
|
|
430
|
+
CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
|
|
431
|
+
bottom: number;
|
|
432
|
+
left: number;
|
|
433
|
+
right: number;
|
|
434
|
+
top: number;
|
|
435
|
+
};
|
|
436
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null;
|
|
437
|
+
};
|
|
438
|
+
CB_PLACEMENT_PROP_SECTION: {
|
|
439
|
+
CB_PLACEMENT_PROP_SECTION_SPEC_FULLWIDTH: boolean;
|
|
440
|
+
'CB_PLACEMENT_PROP_SECTION_SPEC_FULLWIDTH:MOBILE': null;
|
|
441
|
+
CB_PLACEMENT_PROP_SECTION_SPEC_MINHEIGHT: number;
|
|
442
|
+
'CB_PLACEMENT_PROP_SECTION_SPEC_MINHEIGHT:MOBILE': null;
|
|
443
|
+
CB_PLACEMENT_PROP_SECTION_SPEC_ROWS: number;
|
|
444
|
+
'CB_PLACEMENT_PROP_SECTION_SPEC_ROWS:MOBILE': number;
|
|
445
|
+
CB_PLACEMENT_PROP_SECTION_SPEC_WIDTH: number;
|
|
446
|
+
'CB_PLACEMENT_PROP_SECTION_SPEC_WIDTH:MOBILE': null;
|
|
447
|
+
};
|
|
448
|
+
CB_STYLE_PROP_BGCOLOR: {
|
|
449
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE: number;
|
|
450
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:HOVER': number;
|
|
451
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE': null;
|
|
452
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE:HOVER': null;
|
|
453
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_COLOR: string;
|
|
454
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:HOVER': string;
|
|
455
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE': null;
|
|
456
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE:HOVER': null;
|
|
457
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR: string;
|
|
458
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:HOVER': string;
|
|
459
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE': null;
|
|
460
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE:HOVER': null;
|
|
461
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC: number;
|
|
462
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:HOVER': number;
|
|
463
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE': null;
|
|
464
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE:HOVER': null;
|
|
465
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT: string;
|
|
466
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:HOVER': string;
|
|
467
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE': null;
|
|
468
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE:HOVER': null;
|
|
469
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR: string;
|
|
470
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:HOVER': string;
|
|
471
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE': null;
|
|
472
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE:HOVER': null;
|
|
473
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC: number;
|
|
474
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:HOVER': number;
|
|
475
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE': null;
|
|
476
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE:HOVER': null;
|
|
477
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_TYPE: string;
|
|
478
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:HOVER': string;
|
|
479
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE': null;
|
|
480
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE:HOVER': null;
|
|
481
|
+
};
|
|
482
|
+
CB_STYLE_PROP_BGMEDIA: {
|
|
483
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE:HOVER': null;
|
|
484
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY: boolean;
|
|
485
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE': null;
|
|
486
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:HOVER': number;
|
|
487
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME: number;
|
|
488
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT: string;
|
|
489
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:HOVER': string;
|
|
490
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE': null;
|
|
491
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:HOVER': string;
|
|
492
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE:HOVER': null;
|
|
493
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME: number;
|
|
494
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR: string;
|
|
495
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE:HOVER': null;
|
|
496
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:HOVER': number;
|
|
497
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE': null;
|
|
498
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE': null;
|
|
499
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE': null;
|
|
500
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE:HOVER': null;
|
|
501
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_YSRC: string;
|
|
502
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE:HOVER': null;
|
|
503
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:HOVER': string;
|
|
504
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:HOVER': boolean;
|
|
505
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_TYPE: string;
|
|
506
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:HOVER': string;
|
|
507
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY: boolean;
|
|
508
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:HOVER': string;
|
|
509
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE:HOVER': null;
|
|
510
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL: boolean;
|
|
511
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE:HOVER': null;
|
|
512
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE': null;
|
|
513
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY:MOBILE': null;
|
|
514
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE': null;
|
|
515
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION: string;
|
|
516
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE:HOVER': null;
|
|
517
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE': null;
|
|
518
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE': null;
|
|
519
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:HOVER': boolean;
|
|
520
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE:HOVER': null;
|
|
521
|
+
};
|
|
522
|
+
CB_STYLE_PROP_BGOVERLAY: {
|
|
523
|
+
CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE: number;
|
|
524
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:HOVER': number;
|
|
525
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE': null;
|
|
526
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE:HOVER': null;
|
|
527
|
+
CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR: string;
|
|
528
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:HOVER': string;
|
|
529
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE': null;
|
|
530
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE:HOVER': null;
|
|
531
|
+
CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR: string;
|
|
532
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:HOVER': string;
|
|
533
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE': null;
|
|
534
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE:HOVER': null;
|
|
535
|
+
CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC: number;
|
|
536
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:HOVER': number;
|
|
537
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE': null;
|
|
538
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE:HOVER': null;
|
|
539
|
+
CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT: string;
|
|
540
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:HOVER': string;
|
|
541
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE': null;
|
|
542
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE:HOVER': null;
|
|
543
|
+
CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR: string;
|
|
544
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:HOVER': string;
|
|
545
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE': null;
|
|
546
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE:HOVER': null;
|
|
547
|
+
CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC: number;
|
|
548
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:HOVER': number;
|
|
549
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE': null;
|
|
550
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE:HOVER': null;
|
|
551
|
+
CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE: string;
|
|
552
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:HOVER': string;
|
|
553
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE': null;
|
|
554
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE:HOVER': null;
|
|
555
|
+
};
|
|
556
|
+
};
|
|
557
|
+
migrations: {
|
|
558
|
+
'2023-08-03': {
|
|
559
|
+
MG_TASK_0001_20230803_INIT: string;
|
|
560
|
+
};
|
|
561
|
+
};
|
|
562
|
+
minVersion: string;
|
|
563
|
+
version: string;
|
|
564
|
+
};
|
|
565
|
+
manifest: {
|
|
566
|
+
availableProperties: never[];
|
|
567
|
+
availableStyles: never[];
|
|
568
|
+
availableTemplates: never[];
|
|
569
|
+
schema: string;
|
|
570
|
+
};
|
|
571
|
+
order: number;
|
|
572
|
+
program: string;
|
|
573
|
+
programData: {};
|
|
574
|
+
properties: {
|
|
575
|
+
buttonAlphaLabel: string;
|
|
576
|
+
buttonAlphaLinkSrc: string;
|
|
577
|
+
buttonAlphaLinkType: string;
|
|
578
|
+
buttonBravoLabel: string;
|
|
579
|
+
buttonBravoLinkSrc: string;
|
|
580
|
+
buttonBravoLinkType: string;
|
|
581
|
+
buttonCharlieLabel: string;
|
|
582
|
+
buttonCharlieLinkSrc: string;
|
|
583
|
+
buttonCharlieLinkType: string;
|
|
584
|
+
buttonDeltaLabel: string;
|
|
585
|
+
buttonDeltaLinkSrc: string;
|
|
586
|
+
buttonDeltaLinkType: string;
|
|
587
|
+
buttonEchoLabel: string;
|
|
588
|
+
buttonEchoLinkSrc: string;
|
|
589
|
+
buttonEchoLinkType: string;
|
|
590
|
+
carouselAutoplayMode: string;
|
|
591
|
+
carouselAutoplayTime: number;
|
|
592
|
+
carouselInfiniteLoopMode: string;
|
|
593
|
+
description: string;
|
|
594
|
+
itemLinkMethod: string;
|
|
595
|
+
multiPurposeUrl: string;
|
|
596
|
+
sectionContentMediaSrc: string;
|
|
597
|
+
sectionContentMediaSrcMobile: string;
|
|
598
|
+
sectionContentMediaType: string;
|
|
599
|
+
title: string;
|
|
600
|
+
};
|
|
601
|
+
sectionCode: string;
|
|
602
|
+
sectionTemplateCode: string;
|
|
603
|
+
sectionTypeCode: string;
|
|
604
|
+
sectionUsecaseCode: string;
|
|
605
|
+
styles: {
|
|
606
|
+
buttonDeltaLabelColorInHex: string;
|
|
607
|
+
buttonEchoLabelColorInHex: string;
|
|
608
|
+
titleColorInHex: string;
|
|
609
|
+
buttonEchoDesignType: string;
|
|
610
|
+
descriptionColorInHex: string;
|
|
611
|
+
backgroundColorInHex: string;
|
|
612
|
+
itemButtonSizeType: string;
|
|
613
|
+
itemButtonLabelColorInHex: string;
|
|
614
|
+
buttonBravoBackgroundColorInHex: string;
|
|
615
|
+
buttonCharlieBackgroundColorInHex: string;
|
|
616
|
+
backgroundMediaSrc: string;
|
|
617
|
+
backgroundMediaType: string;
|
|
618
|
+
buttonDeltaDesignType: string;
|
|
619
|
+
buttonBravoDesignType: string;
|
|
620
|
+
buttonBravoSizeType: string;
|
|
621
|
+
itemTitleColorInHex: string;
|
|
622
|
+
itemDescriptionColorInHex: string;
|
|
623
|
+
buttonDeltaBackgroundColorInHex: string;
|
|
624
|
+
buttonAlphaDesignType: string;
|
|
625
|
+
buttonCharlieSizeType: string;
|
|
626
|
+
backgroundOverlayColorInHex: string;
|
|
627
|
+
buttonCharlieLabelColorInHex: string;
|
|
628
|
+
buttonAlphaBackgroundColorInHex: string;
|
|
629
|
+
itemHighlightingColorInHex: string;
|
|
630
|
+
buttonAlphaLabelColorInHex: string;
|
|
631
|
+
buttonCharlieDesignType: string;
|
|
632
|
+
buttonEchoBackgroundColorInHex: string;
|
|
633
|
+
itemButtonDesignType: string;
|
|
634
|
+
buttonAlphaSizeType: string;
|
|
635
|
+
buttonEchoSizeType: string;
|
|
636
|
+
buttonDeltaSizeType: string;
|
|
637
|
+
programmedItemActionButtonTextType: string;
|
|
638
|
+
itemButtonBackgroundColorInHex: string;
|
|
639
|
+
buttonBravoLabelColorInHex: string;
|
|
640
|
+
itemToneType: string;
|
|
641
|
+
};
|
|
642
|
+
template: string;
|
|
643
|
+
type: string;
|
|
644
|
+
updatedAt: string;
|
|
645
|
+
})[];
|