pds-dev-kit-web-test 2.7.541 → 2.7.544
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/CompositionRenderer/createCompositions.js +0 -1
- package/dist/src/sub/DynamicLayout/mock_queryData.d.ts +206 -266
- package/dist/src/sub/DynamicLayout/mock_queryData.js +1052 -5359
- package/dist/src/sub/DynamicLayout/mock_section.json +259 -13161
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +18 -17
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +25 -15
- package/package.json +1 -1
|
@@ -30,7 +30,6 @@ function createCompositions(_a) {
|
|
|
30
30
|
var queryComposition = compositions.find(function (composition) { return !composition.ccbManualItemUuid; });
|
|
31
31
|
if (!queryDataValue)
|
|
32
32
|
return [(0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {})];
|
|
33
|
-
console.log('limit from ccreateCompositions', limit);
|
|
34
33
|
return queryDataValue.slice(0, limit).map(function (query, index) { return ((0, jsx_runtime_1.jsx)(compositionQueryContext_1.CCBQueryPathContext.Provider, __assign({ value: { queryData: query } }, { children: (0, jsx_runtime_1.jsx)(Composition_1.default, __assign({}, queryComposition, { ccbCode: componentBlockCode })) }), index)); });
|
|
35
34
|
}
|
|
36
35
|
exports.createCompositions = createCompositions;
|
|
@@ -1,298 +1,238 @@
|
|
|
1
1
|
export declare const queryDataMock: {
|
|
2
|
-
'
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
instructor: null;
|
|
6
|
-
director: string;
|
|
7
|
-
customImg2: null;
|
|
8
|
-
actor: string;
|
|
9
|
-
lowestPointWithShipping: null;
|
|
10
|
-
order: null;
|
|
11
|
-
commentCount: null;
|
|
12
|
-
reviewFeaturedConversionLink: string;
|
|
13
|
-
itemAttachmentImg: null;
|
|
14
|
-
conversionLinkThumbnail: null;
|
|
15
|
-
originalPriceWithShipping: null;
|
|
16
|
-
sourceFeatured: null;
|
|
2
|
+
'X00004/PAPPQUERY_QUERY_X00004_PRODUCT_PRE_NONE_NONE_ALL_001/eyJ2ZXJzaW9uIjoiMjAyNS0xMi0yMiIsInZhbHVlcyI6WyIiXX0/PAPPQUERY_SORTING_ITEM_ID_ASC/0': {
|
|
3
|
+
itemDesc: string;
|
|
4
|
+
pointName: null;
|
|
17
5
|
conversionLinkDesc: null;
|
|
6
|
+
originalPointWithShipping: null;
|
|
7
|
+
lowestPriceWithShipping: null;
|
|
8
|
+
nation: null;
|
|
9
|
+
scheduledSaleEndsAt: string;
|
|
10
|
+
customImg0: null;
|
|
18
11
|
rank: null;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
12
|
+
releasedDate: null;
|
|
13
|
+
customVideo1: null;
|
|
14
|
+
customString4: null;
|
|
15
|
+
badges: {
|
|
16
|
+
bgColorInHex: string;
|
|
17
|
+
borderColorInHex: null;
|
|
18
|
+
fgColorInHex: null;
|
|
19
|
+
id: number;
|
|
20
|
+
manifestCode: string;
|
|
21
|
+
name: string;
|
|
22
|
+
refId: string;
|
|
23
|
+
}[];
|
|
23
24
|
currency: string;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
25
|
+
categories: {
|
|
26
|
+
conversionLink: string;
|
|
27
|
+
id: number;
|
|
28
|
+
name: string;
|
|
29
|
+
refId: string;
|
|
30
|
+
}[];
|
|
31
|
+
itemAttachmentImg: null;
|
|
32
|
+
scheduledSaleStartsAt: string;
|
|
33
|
+
originalPriceWithShipping: null;
|
|
34
|
+
sourceDesc: null;
|
|
35
|
+
createdDate: string;
|
|
36
|
+
customUri0: null;
|
|
37
|
+
categoryTitle: null;
|
|
38
|
+
labels: {
|
|
39
|
+
id: number;
|
|
40
|
+
name: string;
|
|
41
|
+
refId: string;
|
|
42
|
+
}[];
|
|
43
|
+
seriesLogo: null;
|
|
44
|
+
customVideo0: null;
|
|
45
|
+
conversionLinkUri: null;
|
|
46
|
+
ratingCount: null;
|
|
47
|
+
itemAttachmentUri: null;
|
|
48
|
+
customUri1: null;
|
|
49
|
+
sourceConversionLink: null;
|
|
35
50
|
discountPrice: string;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
51
|
+
customImg1: null;
|
|
52
|
+
itemOverview: string;
|
|
53
|
+
lowestPrice: string;
|
|
54
|
+
shippingPoint: null;
|
|
55
|
+
itemPreviewVideo: null;
|
|
39
56
|
gradeName: null;
|
|
40
|
-
|
|
57
|
+
itemTitle: string;
|
|
58
|
+
logo: null;
|
|
59
|
+
customString3: null;
|
|
60
|
+
resourceAttachmentFiles: null;
|
|
61
|
+
dislikeCount: null;
|
|
62
|
+
conversionLinkThumbnail: null;
|
|
63
|
+
itemPreviewImgs: null;
|
|
64
|
+
synopsis: null;
|
|
65
|
+
lowestPointWithShipping: null;
|
|
66
|
+
order: null;
|
|
67
|
+
boardCategoryLabels: null;
|
|
68
|
+
ageGradeName: null;
|
|
69
|
+
instructor: null;
|
|
70
|
+
sourceName: null;
|
|
41
71
|
reactionCount: null;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
publishedDate: string;
|
|
46
|
-
lowestPrice: string;
|
|
47
|
-
lowestPriceWithShipping: null;
|
|
48
|
-
discountRate: string;
|
|
49
|
-
sourceName: string;
|
|
50
|
-
conversionLinkUri: null;
|
|
51
|
-
customString4: null;
|
|
52
|
-
itemOverview: string;
|
|
53
|
-
commentFeatured: null;
|
|
54
|
-
originalPointWithShipping: null;
|
|
55
|
-
logo: string;
|
|
56
|
-
customVideo1: null;
|
|
57
|
-
creator: string;
|
|
58
|
-
scheduledSaleEndsAt: null;
|
|
59
|
-
customImg1: null;
|
|
60
|
-
ratingCount: string;
|
|
61
|
-
genre: string;
|
|
62
|
-
categoryTitle: null;
|
|
63
|
-
customUri1: null;
|
|
64
|
-
customString1: null;
|
|
65
|
-
badges: null;
|
|
66
|
-
reviewFeatured: string;
|
|
67
|
-
ratingAvgPoint: string;
|
|
68
|
-
level: null;
|
|
69
|
-
contentsCount: string;
|
|
70
|
-
seriesConversionLink: null;
|
|
72
|
+
subCreator: null;
|
|
73
|
+
sourceImg: null;
|
|
74
|
+
contentsCount: null;
|
|
71
75
|
categoryConversionLink: null;
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
pointName: string;
|
|
76
|
-
conversionLinkName: null;
|
|
77
|
-
sourceImg: string;
|
|
78
|
-
customString0: null;
|
|
79
|
-
itemDesc: string;
|
|
80
|
-
itemAttachmentUri: null;
|
|
81
|
-
synopsis: string;
|
|
82
|
-
itemThumbnail: string;
|
|
83
|
-
labels: never[];
|
|
84
|
-
itemPreviewVideo: string;
|
|
85
|
-
sourceDesc: null;
|
|
86
|
-
customVideo0: null;
|
|
87
|
-
customUri0: null;
|
|
88
|
-
discountPoint: string;
|
|
89
|
-
customImg0: null;
|
|
90
|
-
itemTitle: string;
|
|
91
|
-
shippingPoint: null;
|
|
92
|
-
sourceConversionLink: null;
|
|
76
|
+
reviewFeaturedConversionLink: null;
|
|
77
|
+
discountPoint: null;
|
|
78
|
+
saleStatus: string;
|
|
93
79
|
itemId: string;
|
|
94
80
|
customUri2: null;
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
81
|
+
lowestPoint: null;
|
|
82
|
+
customString0: null;
|
|
83
|
+
purchaserCount: string;
|
|
84
|
+
seriesTitles: null;
|
|
85
|
+
discountRate: string;
|
|
86
|
+
paid: string;
|
|
87
|
+
conversionLinkName: null;
|
|
88
|
+
likeCount: null;
|
|
89
|
+
shippingPrice: string;
|
|
99
90
|
itemAttachmentName: null;
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
91
|
+
level: null;
|
|
92
|
+
actor: null;
|
|
93
|
+
creator: null;
|
|
94
|
+
publishedDate: null;
|
|
95
|
+
customString2: null;
|
|
96
|
+
itemConversionLink: string;
|
|
97
|
+
originalPrice: string;
|
|
105
98
|
director: null;
|
|
99
|
+
reviewCount: null;
|
|
100
|
+
ratingAvgPoint: null;
|
|
101
|
+
reviewFeatured: null;
|
|
106
102
|
customImg2: null;
|
|
107
|
-
actor: null;
|
|
108
|
-
lowestPointWithShipping: null;
|
|
109
|
-
order: null;
|
|
110
|
-
commentCount: string;
|
|
111
|
-
reviewFeaturedConversionLink: null;
|
|
112
|
-
itemAttachmentImg: string;
|
|
113
|
-
conversionLinkThumbnail: string;
|
|
114
|
-
originalPriceWithShipping: null;
|
|
115
103
|
sourceFeatured: null;
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
104
|
+
discountName: null;
|
|
105
|
+
customString1: null;
|
|
106
|
+
pointImg: null;
|
|
119
107
|
updatedDate: string;
|
|
108
|
+
itemThumbnail: string;
|
|
109
|
+
customVideo2: null;
|
|
120
110
|
bookmarkCount: null;
|
|
121
|
-
|
|
111
|
+
viewCount: null;
|
|
112
|
+
commentFeaturedConversionLink: null;
|
|
113
|
+
seriesConversionLink: null;
|
|
114
|
+
commentCount: null;
|
|
115
|
+
genre: null;
|
|
116
|
+
pinned: null;
|
|
117
|
+
originalPoint: null;
|
|
118
|
+
commentFeatured: null;
|
|
119
|
+
}[];
|
|
120
|
+
'X00004/PAPPQUERY_QUERY_X00004_PRODUCT_PRE_NONE_NONE_ALL_001/eyJ2ZXJzaW9uIjoiMjAyNS0xMi0yMiIsInZhbHVlcyI6WyJ1bmRlZmluZWQiXX0/PAPPQUERY_SORTING_ITEM_ID_ASC/0': {
|
|
121
|
+
itemDesc: string;
|
|
122
|
+
pointName: null;
|
|
123
|
+
conversionLinkDesc: null;
|
|
124
|
+
originalPointWithShipping: null;
|
|
125
|
+
lowestPriceWithShipping: null;
|
|
126
|
+
nation: null;
|
|
127
|
+
scheduledSaleEndsAt: string;
|
|
128
|
+
customImg0: null;
|
|
129
|
+
rank: null;
|
|
130
|
+
releasedDate: null;
|
|
131
|
+
customVideo1: null;
|
|
132
|
+
customString4: null;
|
|
133
|
+
badges: {
|
|
134
|
+
bgColorInHex: string;
|
|
135
|
+
borderColorInHex: null;
|
|
136
|
+
fgColorInHex: null;
|
|
137
|
+
id: number;
|
|
138
|
+
manifestCode: string;
|
|
139
|
+
name: string;
|
|
140
|
+
refId: string;
|
|
141
|
+
}[];
|
|
122
142
|
currency: string;
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
143
|
+
categories: {
|
|
144
|
+
conversionLink: string;
|
|
145
|
+
id: number;
|
|
146
|
+
name: string;
|
|
147
|
+
refId: string;
|
|
148
|
+
}[];
|
|
149
|
+
itemAttachmentImg: null;
|
|
150
|
+
scheduledSaleStartsAt: string;
|
|
151
|
+
originalPriceWithShipping: null;
|
|
152
|
+
sourceDesc: null;
|
|
153
|
+
createdDate: string;
|
|
154
|
+
customUri0: null;
|
|
155
|
+
categoryTitle: null;
|
|
156
|
+
labels: {
|
|
157
|
+
id: number;
|
|
158
|
+
name: string;
|
|
159
|
+
refId: string;
|
|
160
|
+
}[];
|
|
128
161
|
seriesLogo: null;
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
162
|
+
customVideo0: null;
|
|
163
|
+
conversionLinkUri: null;
|
|
164
|
+
ratingCount: null;
|
|
165
|
+
itemAttachmentUri: null;
|
|
166
|
+
customUri1: null;
|
|
167
|
+
sourceConversionLink: null;
|
|
134
168
|
discountPrice: string;
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
pointImg: string;
|
|
138
|
-
gradeName: null;
|
|
139
|
-
purchaserCount: string;
|
|
140
|
-
reactionCount: null;
|
|
141
|
-
originalPoint: string;
|
|
142
|
-
nation: null;
|
|
143
|
-
saleStatus: null;
|
|
144
|
-
publishedDate: string;
|
|
169
|
+
customImg1: null;
|
|
170
|
+
itemOverview: string;
|
|
145
171
|
lowestPrice: string;
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
customString4: null;
|
|
151
|
-
itemOverview: null;
|
|
152
|
-
commentFeatured: string;
|
|
153
|
-
originalPointWithShipping: null;
|
|
172
|
+
shippingPoint: null;
|
|
173
|
+
itemPreviewVideo: null;
|
|
174
|
+
gradeName: null;
|
|
175
|
+
itemTitle: string;
|
|
154
176
|
logo: null;
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
genre: null;
|
|
161
|
-
categoryTitle: string;
|
|
162
|
-
customUri1: null;
|
|
163
|
-
customString1: null;
|
|
164
|
-
badges: null;
|
|
165
|
-
reviewFeatured: null;
|
|
166
|
-
ratingAvgPoint: null;
|
|
167
|
-
level: null;
|
|
168
|
-
contentsCount: null;
|
|
169
|
-
seriesConversionLink: null;
|
|
170
|
-
categoryConversionLink: string;
|
|
171
|
-
lowestPoint: string;
|
|
172
|
-
releasedDate: null;
|
|
173
|
-
dislikeCount: string;
|
|
174
|
-
pointName: string;
|
|
175
|
-
conversionLinkName: string;
|
|
176
|
-
sourceImg: string;
|
|
177
|
-
customString0: null;
|
|
178
|
-
itemDesc: string;
|
|
179
|
-
itemAttachmentUri: string;
|
|
177
|
+
customString3: null;
|
|
178
|
+
resourceAttachmentFiles: null;
|
|
179
|
+
dislikeCount: null;
|
|
180
|
+
conversionLinkThumbnail: null;
|
|
181
|
+
itemPreviewImgs: null;
|
|
180
182
|
synopsis: null;
|
|
181
|
-
itemThumbnail: string;
|
|
182
|
-
labels: string[];
|
|
183
|
-
itemPreviewVideo: string;
|
|
184
|
-
sourceDesc: null;
|
|
185
|
-
customVideo0: null;
|
|
186
|
-
customUri0: null;
|
|
187
|
-
discountPoint: string;
|
|
188
|
-
customImg0: null;
|
|
189
|
-
itemTitle: string;
|
|
190
|
-
shippingPoint: null;
|
|
191
|
-
sourceConversionLink: null;
|
|
192
|
-
itemId: string;
|
|
193
|
-
customUri2: null;
|
|
194
|
-
reviewCount: null;
|
|
195
|
-
subCreator: null;
|
|
196
|
-
scheduledSaleStartsAt: null;
|
|
197
|
-
shippingPrice: null;
|
|
198
|
-
itemAttachmentName: string;
|
|
199
|
-
} | {
|
|
200
|
-
viewCount: string;
|
|
201
|
-
createdDate: string;
|
|
202
|
-
instructor: null;
|
|
203
|
-
director: null;
|
|
204
|
-
customImg2: null;
|
|
205
|
-
actor: null;
|
|
206
183
|
lowestPointWithShipping: null;
|
|
207
184
|
order: null;
|
|
208
|
-
|
|
185
|
+
boardCategoryLabels: null;
|
|
186
|
+
ageGradeName: null;
|
|
187
|
+
instructor: null;
|
|
188
|
+
sourceName: null;
|
|
189
|
+
reactionCount: null;
|
|
190
|
+
subCreator: null;
|
|
191
|
+
sourceImg: null;
|
|
192
|
+
contentsCount: null;
|
|
193
|
+
categoryConversionLink: null;
|
|
209
194
|
reviewFeaturedConversionLink: null;
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
updatedDate: string;
|
|
218
|
-
bookmarkCount: null;
|
|
219
|
-
ageGradeName: string;
|
|
220
|
-
currency: string;
|
|
195
|
+
discountPoint: null;
|
|
196
|
+
saleStatus: string;
|
|
197
|
+
itemId: string;
|
|
198
|
+
customUri2: null;
|
|
199
|
+
lowestPoint: null;
|
|
200
|
+
customString0: null;
|
|
201
|
+
purchaserCount: string;
|
|
221
202
|
seriesTitles: null;
|
|
222
|
-
|
|
203
|
+
discountRate: string;
|
|
223
204
|
paid: string;
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
205
|
+
conversionLinkName: null;
|
|
206
|
+
likeCount: null;
|
|
207
|
+
shippingPrice: string;
|
|
208
|
+
itemAttachmentName: null;
|
|
209
|
+
level: null;
|
|
210
|
+
actor: null;
|
|
211
|
+
creator: null;
|
|
212
|
+
publishedDate: null;
|
|
227
213
|
customString2: null;
|
|
228
|
-
|
|
229
|
-
likeCount: string;
|
|
230
|
-
commentFeaturedConversionLink: string;
|
|
231
|
-
customVideo2: null;
|
|
232
|
-
discountPrice: string;
|
|
233
|
-
customString3: null;
|
|
214
|
+
itemConversionLink: string;
|
|
234
215
|
originalPrice: string;
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
purchaserCount: string;
|
|
238
|
-
reactionCount: null;
|
|
239
|
-
originalPoint: string;
|
|
240
|
-
nation: null;
|
|
241
|
-
saleStatus: null;
|
|
242
|
-
publishedDate: string;
|
|
243
|
-
lowestPrice: string;
|
|
244
|
-
lowestPriceWithShipping: null;
|
|
245
|
-
discountRate: string;
|
|
246
|
-
sourceName: string;
|
|
247
|
-
conversionLinkUri: string;
|
|
248
|
-
customString4: null;
|
|
249
|
-
itemOverview: null;
|
|
250
|
-
commentFeatured: string;
|
|
251
|
-
originalPointWithShipping: null;
|
|
252
|
-
logo: null;
|
|
253
|
-
customVideo1: null;
|
|
254
|
-
creator: null;
|
|
255
|
-
scheduledSaleEndsAt: null;
|
|
256
|
-
customImg1: null;
|
|
257
|
-
ratingCount: null;
|
|
258
|
-
genre: null;
|
|
259
|
-
categoryTitle: string;
|
|
260
|
-
customUri1: null;
|
|
261
|
-
customString1: null;
|
|
262
|
-
badges: null;
|
|
263
|
-
reviewFeatured: null;
|
|
216
|
+
director: null;
|
|
217
|
+
reviewCount: null;
|
|
264
218
|
ratingAvgPoint: null;
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
pointName: string;
|
|
273
|
-
conversionLinkName: string;
|
|
274
|
-
sourceImg: string;
|
|
275
|
-
customString0: null;
|
|
276
|
-
itemDesc: string;
|
|
277
|
-
itemAttachmentUri: string;
|
|
278
|
-
synopsis: null;
|
|
219
|
+
reviewFeatured: null;
|
|
220
|
+
customImg2: null;
|
|
221
|
+
sourceFeatured: null;
|
|
222
|
+
discountName: null;
|
|
223
|
+
customString1: null;
|
|
224
|
+
pointImg: null;
|
|
225
|
+
updatedDate: string;
|
|
279
226
|
itemThumbnail: string;
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
customUri2: null;
|
|
292
|
-
reviewCount: null;
|
|
293
|
-
subCreator: null;
|
|
294
|
-
scheduledSaleStartsAt: null;
|
|
295
|
-
shippingPrice: null;
|
|
296
|
-
itemAttachmentName: string;
|
|
297
|
-
})[];
|
|
227
|
+
customVideo2: null;
|
|
228
|
+
bookmarkCount: null;
|
|
229
|
+
viewCount: null;
|
|
230
|
+
commentFeaturedConversionLink: null;
|
|
231
|
+
seriesConversionLink: null;
|
|
232
|
+
commentCount: null;
|
|
233
|
+
genre: null;
|
|
234
|
+
pinned: null;
|
|
235
|
+
originalPoint: null;
|
|
236
|
+
commentFeatured: null;
|
|
237
|
+
}[];
|
|
298
238
|
};
|