@sc-360-v2/storefront-cms-library 0.4.0 → 0.4.1
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/builder.js +1 -1
- package/dist/error-templates.scss +53 -0
- package/dist/icons.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/builder/tools/element-edit/buttonInstance.d.ts +81 -101
- package/dist/types/builder/tools/element-edit/cartSummary.d.ts +240 -312
- package/dist/types/builder/tools/element-edit/coupon.d.ts +40 -52
- package/dist/types/builder/tools/element-edit/embroidery.d.ts +40 -44
- package/dist/types/builder/tools/element-edit/userElements.d.ts +6 -6
- package/package.json +1 -1
|
@@ -109,28 +109,27 @@ export declare const getDefaultData: () => {
|
|
|
109
109
|
parentRef?: string | undefined;
|
|
110
110
|
};
|
|
111
111
|
backgroundColor: {
|
|
112
|
-
value: null;
|
|
113
112
|
parentRef: string;
|
|
113
|
+
value?: any;
|
|
114
114
|
property?: any;
|
|
115
115
|
propertyType?: any;
|
|
116
116
|
isReadOnly?: boolean | undefined;
|
|
117
117
|
};
|
|
118
118
|
borderColor: {
|
|
119
|
-
value: null;
|
|
120
119
|
parentRef: string;
|
|
120
|
+
value?: any;
|
|
121
121
|
property?: any;
|
|
122
122
|
propertyType?: any;
|
|
123
123
|
isReadOnly?: boolean | undefined;
|
|
124
124
|
};
|
|
125
125
|
borderStyle: {
|
|
126
|
-
value: null;
|
|
127
126
|
parentRef: string;
|
|
127
|
+
value?: any;
|
|
128
128
|
property?: any;
|
|
129
129
|
propertyType?: any;
|
|
130
130
|
isReadOnly?: boolean | undefined;
|
|
131
131
|
};
|
|
132
132
|
borderPerSlide: {
|
|
133
|
-
value: null;
|
|
134
133
|
parentRef: string;
|
|
135
134
|
isAll: boolean;
|
|
136
135
|
sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
|
|
@@ -146,45 +145,44 @@ export declare const getDefaultData: () => {
|
|
|
146
145
|
isReadOnly?: boolean | undefined;
|
|
147
146
|
};
|
|
148
147
|
showShadow: {
|
|
149
|
-
value: null;
|
|
150
148
|
parentRef: string;
|
|
149
|
+
value?: any;
|
|
151
150
|
property?: any;
|
|
152
151
|
propertyType?: any;
|
|
153
152
|
isReadOnly?: boolean | undefined;
|
|
154
153
|
};
|
|
155
154
|
shadowColor: {
|
|
156
|
-
value: null;
|
|
157
155
|
parentRef: string;
|
|
156
|
+
value?: any;
|
|
158
157
|
property?: any;
|
|
159
158
|
propertyType?: any;
|
|
160
159
|
isReadOnly?: boolean | undefined;
|
|
161
160
|
};
|
|
162
161
|
blur: {
|
|
163
|
-
value: null;
|
|
164
162
|
parentRef: string;
|
|
165
163
|
unit?: string | number | undefined;
|
|
164
|
+
value?: any;
|
|
166
165
|
property?: any;
|
|
167
166
|
propertyType?: any;
|
|
168
167
|
isReadOnly?: boolean | undefined;
|
|
169
168
|
};
|
|
170
169
|
spread: {
|
|
171
|
-
value: null;
|
|
172
170
|
parentRef: string;
|
|
173
171
|
unit?: string | number | undefined;
|
|
172
|
+
value?: any;
|
|
174
173
|
property?: any;
|
|
175
174
|
propertyType?: any;
|
|
176
175
|
isReadOnly?: boolean | undefined;
|
|
177
176
|
};
|
|
178
177
|
angle: {
|
|
179
|
-
value: null;
|
|
180
178
|
parentRef: string;
|
|
181
179
|
unit?: string | number | undefined;
|
|
180
|
+
value?: any;
|
|
182
181
|
property?: any;
|
|
183
182
|
propertyType?: any;
|
|
184
183
|
isReadOnly?: boolean | undefined;
|
|
185
184
|
};
|
|
186
185
|
borderRadius: {
|
|
187
|
-
value: null;
|
|
188
186
|
parentRef: string;
|
|
189
187
|
isAll: boolean;
|
|
190
188
|
sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
|
|
@@ -193,23 +191,23 @@ export declare const getDefaultData: () => {
|
|
|
193
191
|
propertyType?: any;
|
|
194
192
|
};
|
|
195
193
|
font: {
|
|
196
|
-
value: null;
|
|
197
194
|
parentRef: string;
|
|
195
|
+
value?: any;
|
|
198
196
|
property?: any;
|
|
199
197
|
propertyType?: any;
|
|
200
198
|
isReadOnly?: boolean | undefined;
|
|
201
199
|
};
|
|
202
200
|
fontSize: {
|
|
203
|
-
value: null;
|
|
204
201
|
parentRef: string;
|
|
205
202
|
unit?: string | number | undefined;
|
|
203
|
+
value?: any;
|
|
206
204
|
property?: any;
|
|
207
205
|
propertyType?: any;
|
|
208
206
|
isReadOnly?: boolean | undefined;
|
|
209
207
|
};
|
|
210
208
|
textColor: {
|
|
211
|
-
value: null;
|
|
212
209
|
parentRef: string;
|
|
210
|
+
value?: any;
|
|
213
211
|
property?: any;
|
|
214
212
|
propertyType?: any;
|
|
215
213
|
isReadOnly?: boolean | undefined;
|
|
@@ -222,67 +220,67 @@ export declare const getDefaultData: () => {
|
|
|
222
220
|
isReadOnly?: boolean | undefined;
|
|
223
221
|
};
|
|
224
222
|
italic: {
|
|
225
|
-
value: null;
|
|
226
223
|
parentRef: string;
|
|
224
|
+
value?: any;
|
|
227
225
|
property?: any;
|
|
228
226
|
propertyType?: any;
|
|
229
227
|
isReadOnly?: boolean | undefined;
|
|
230
228
|
};
|
|
231
229
|
linethrough: {
|
|
232
|
-
value: null;
|
|
233
230
|
parentRef: string;
|
|
231
|
+
value?: any;
|
|
234
232
|
property?: any;
|
|
235
233
|
propertyType?: any;
|
|
236
234
|
isReadOnly?: boolean | undefined;
|
|
237
235
|
};
|
|
238
236
|
underline: {
|
|
239
|
-
value: null;
|
|
240
237
|
parentRef: string;
|
|
238
|
+
value?: any;
|
|
241
239
|
property?: any;
|
|
242
240
|
propertyType?: any;
|
|
243
241
|
isReadOnly?: boolean | undefined;
|
|
244
242
|
};
|
|
245
243
|
textAlign: {
|
|
246
|
-
value: null;
|
|
247
244
|
parentRef: string;
|
|
245
|
+
value?: any;
|
|
248
246
|
property?: any;
|
|
249
247
|
propertyType?: any;
|
|
250
248
|
isReadOnly?: boolean | undefined;
|
|
251
249
|
};
|
|
252
250
|
characterSpacing: {
|
|
253
|
-
value: null;
|
|
254
251
|
parentRef: string;
|
|
255
252
|
unit?: string | number | undefined;
|
|
253
|
+
value?: any;
|
|
256
254
|
property?: any;
|
|
257
255
|
propertyType?: any;
|
|
258
256
|
isReadOnly?: boolean | undefined;
|
|
259
257
|
};
|
|
260
258
|
lineHeight: {
|
|
261
|
-
value: null;
|
|
262
259
|
parentRef: string;
|
|
263
260
|
unit?: string | number | undefined;
|
|
261
|
+
value?: any;
|
|
264
262
|
property?: any;
|
|
265
263
|
propertyType?: any;
|
|
266
264
|
isReadOnly?: boolean | undefined;
|
|
267
265
|
};
|
|
268
266
|
showIcon: {
|
|
269
|
-
value: null;
|
|
270
267
|
parentRef: string;
|
|
268
|
+
value?: any;
|
|
271
269
|
property?: any;
|
|
272
270
|
propertyType?: any;
|
|
273
271
|
isReadOnly?: boolean | undefined;
|
|
274
272
|
};
|
|
275
273
|
iconSize: {
|
|
276
|
-
value: null;
|
|
277
274
|
parentRef: string;
|
|
278
275
|
unit?: string | number | undefined;
|
|
276
|
+
value?: any;
|
|
279
277
|
property?: any;
|
|
280
278
|
propertyType?: any;
|
|
281
279
|
isReadOnly?: boolean | undefined;
|
|
282
280
|
};
|
|
283
281
|
iconColor: {
|
|
284
|
-
value: null;
|
|
285
282
|
parentRef: string;
|
|
283
|
+
value?: any;
|
|
286
284
|
property?: any;
|
|
287
285
|
propertyType?: any;
|
|
288
286
|
isReadOnly?: boolean | undefined;
|
|
@@ -291,28 +289,27 @@ export declare const getDefaultData: () => {
|
|
|
291
289
|
};
|
|
292
290
|
hoverState: {
|
|
293
291
|
backgroundColor: {
|
|
294
|
-
value: null;
|
|
295
292
|
parentRef: string;
|
|
293
|
+
value?: any;
|
|
296
294
|
property?: any;
|
|
297
295
|
propertyType?: any;
|
|
298
296
|
isReadOnly?: boolean | undefined;
|
|
299
297
|
};
|
|
300
298
|
borderColor: {
|
|
301
|
-
value: null;
|
|
302
299
|
parentRef: string;
|
|
300
|
+
value?: any;
|
|
303
301
|
property?: any;
|
|
304
302
|
propertyType?: any;
|
|
305
303
|
isReadOnly?: boolean | undefined;
|
|
306
304
|
};
|
|
307
305
|
borderStyle: {
|
|
308
|
-
value: null;
|
|
309
306
|
parentRef: string;
|
|
307
|
+
value?: any;
|
|
310
308
|
property?: any;
|
|
311
309
|
propertyType?: any;
|
|
312
310
|
isReadOnly?: boolean | undefined;
|
|
313
311
|
};
|
|
314
312
|
borderPerSlide: {
|
|
315
|
-
value: null;
|
|
316
313
|
parentRef: string;
|
|
317
314
|
isAll: boolean;
|
|
318
315
|
sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
|
|
@@ -328,45 +325,44 @@ export declare const getDefaultData: () => {
|
|
|
328
325
|
isReadOnly?: boolean | undefined;
|
|
329
326
|
};
|
|
330
327
|
showShadow: {
|
|
331
|
-
value: null;
|
|
332
328
|
parentRef: string;
|
|
329
|
+
value?: any;
|
|
333
330
|
property?: any;
|
|
334
331
|
propertyType?: any;
|
|
335
332
|
isReadOnly?: boolean | undefined;
|
|
336
333
|
};
|
|
337
334
|
shadowColor: {
|
|
338
|
-
value: null;
|
|
339
335
|
parentRef: string;
|
|
336
|
+
value?: any;
|
|
340
337
|
property?: any;
|
|
341
338
|
propertyType?: any;
|
|
342
339
|
isReadOnly?: boolean | undefined;
|
|
343
340
|
};
|
|
344
341
|
blur: {
|
|
345
|
-
value: null;
|
|
346
342
|
parentRef: string;
|
|
347
343
|
unit?: string | number | undefined;
|
|
344
|
+
value?: any;
|
|
348
345
|
property?: any;
|
|
349
346
|
propertyType?: any;
|
|
350
347
|
isReadOnly?: boolean | undefined;
|
|
351
348
|
};
|
|
352
349
|
spread: {
|
|
353
|
-
value: null;
|
|
354
350
|
parentRef: string;
|
|
355
351
|
unit?: string | number | undefined;
|
|
352
|
+
value?: any;
|
|
356
353
|
property?: any;
|
|
357
354
|
propertyType?: any;
|
|
358
355
|
isReadOnly?: boolean | undefined;
|
|
359
356
|
};
|
|
360
357
|
angle: {
|
|
361
|
-
value: null;
|
|
362
358
|
parentRef: string;
|
|
363
359
|
unit?: string | number | undefined;
|
|
360
|
+
value?: any;
|
|
364
361
|
property?: any;
|
|
365
362
|
propertyType?: any;
|
|
366
363
|
isReadOnly?: boolean | undefined;
|
|
367
364
|
};
|
|
368
365
|
borderRadius: {
|
|
369
|
-
value: null;
|
|
370
366
|
parentRef: string;
|
|
371
367
|
isAll: boolean;
|
|
372
368
|
sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
|
|
@@ -375,23 +371,23 @@ export declare const getDefaultData: () => {
|
|
|
375
371
|
propertyType?: any;
|
|
376
372
|
};
|
|
377
373
|
font: {
|
|
378
|
-
value: null;
|
|
379
374
|
parentRef: string;
|
|
375
|
+
value?: any;
|
|
380
376
|
property?: any;
|
|
381
377
|
propertyType?: any;
|
|
382
378
|
isReadOnly?: boolean | undefined;
|
|
383
379
|
};
|
|
384
380
|
fontSize: {
|
|
385
|
-
value: null;
|
|
386
381
|
parentRef: string;
|
|
387
382
|
unit?: string | number | undefined;
|
|
383
|
+
value?: any;
|
|
388
384
|
property?: any;
|
|
389
385
|
propertyType?: any;
|
|
390
386
|
isReadOnly?: boolean | undefined;
|
|
391
387
|
};
|
|
392
388
|
textColor: {
|
|
393
|
-
value: null;
|
|
394
389
|
parentRef: string;
|
|
390
|
+
value?: any;
|
|
395
391
|
property?: any;
|
|
396
392
|
propertyType?: any;
|
|
397
393
|
isReadOnly?: boolean | undefined;
|
|
@@ -404,68 +400,68 @@ export declare const getDefaultData: () => {
|
|
|
404
400
|
isReadOnly?: boolean | undefined;
|
|
405
401
|
};
|
|
406
402
|
italic: {
|
|
407
|
-
value: null;
|
|
408
403
|
parentRef: string;
|
|
404
|
+
value?: any;
|
|
409
405
|
property?: any;
|
|
410
406
|
propertyType?: any;
|
|
411
407
|
isReadOnly?: boolean | undefined;
|
|
412
408
|
};
|
|
413
409
|
linethrough: {
|
|
414
|
-
value: null;
|
|
415
410
|
parentRef: string;
|
|
411
|
+
value?: any;
|
|
416
412
|
property?: any;
|
|
417
413
|
propertyType?: any;
|
|
418
414
|
isReadOnly?: boolean | undefined;
|
|
419
415
|
};
|
|
420
416
|
underline: {
|
|
421
|
-
value: null;
|
|
422
417
|
parentRef: string;
|
|
418
|
+
value?: any;
|
|
423
419
|
property?: any;
|
|
424
420
|
propertyType?: any;
|
|
425
421
|
isReadOnly?: boolean | undefined;
|
|
426
422
|
};
|
|
427
423
|
textAlign: {
|
|
428
|
-
value: null;
|
|
429
424
|
parentRef: string;
|
|
425
|
+
value?: any;
|
|
430
426
|
property?: any;
|
|
431
427
|
propertyType?: any;
|
|
432
428
|
isReadOnly?: boolean | undefined;
|
|
433
429
|
};
|
|
434
430
|
characterSpacing: {
|
|
435
|
-
value: null;
|
|
436
431
|
parentRef: string;
|
|
437
432
|
unit?: string | number | undefined;
|
|
433
|
+
value?: any;
|
|
438
434
|
property?: any;
|
|
439
435
|
propertyType?: any;
|
|
440
436
|
isReadOnly?: boolean | undefined;
|
|
441
437
|
};
|
|
442
438
|
lineHeight: {
|
|
443
|
-
value: null;
|
|
444
439
|
parentRef: string;
|
|
445
440
|
unit?: string | number | undefined;
|
|
441
|
+
value?: any;
|
|
446
442
|
property?: any;
|
|
447
443
|
propertyType?: any;
|
|
448
444
|
isReadOnly?: boolean | undefined;
|
|
449
445
|
};
|
|
450
446
|
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
451
447
|
showIcon: {
|
|
452
|
-
value: null;
|
|
453
448
|
parentRef: string;
|
|
449
|
+
value?: any;
|
|
454
450
|
property?: any;
|
|
455
451
|
propertyType?: any;
|
|
456
452
|
isReadOnly?: boolean | undefined;
|
|
457
453
|
};
|
|
458
454
|
iconSize: {
|
|
459
|
-
value: null;
|
|
460
455
|
parentRef: string;
|
|
461
456
|
unit?: string | number | undefined;
|
|
457
|
+
value?: any;
|
|
462
458
|
property?: any;
|
|
463
459
|
propertyType?: any;
|
|
464
460
|
isReadOnly?: boolean | undefined;
|
|
465
461
|
};
|
|
466
462
|
iconColor: {
|
|
467
|
-
value: null;
|
|
468
463
|
parentRef: string;
|
|
464
|
+
value?: any;
|
|
469
465
|
property?: any;
|
|
470
466
|
propertyType?: any;
|
|
471
467
|
isReadOnly?: boolean | undefined;
|
|
@@ -186,8 +186,8 @@ export declare const getDefaultData: () => {
|
|
|
186
186
|
};
|
|
187
187
|
dividerColor: {
|
|
188
188
|
property: string;
|
|
189
|
-
value: null;
|
|
190
189
|
parentRef: string;
|
|
190
|
+
value?: any;
|
|
191
191
|
propertyType?: any;
|
|
192
192
|
isReadOnly?: boolean | undefined;
|
|
193
193
|
};
|
|
@@ -222,8 +222,8 @@ export declare const getDefaultData: () => {
|
|
|
222
222
|
};
|
|
223
223
|
dividerColor: {
|
|
224
224
|
property: string;
|
|
225
|
-
value: null;
|
|
226
225
|
parentRef: string;
|
|
226
|
+
value?: any;
|
|
227
227
|
propertyType?: any;
|
|
228
228
|
isReadOnly?: boolean | undefined;
|
|
229
229
|
};
|
|
@@ -337,8 +337,8 @@ export declare const getDefaultData: () => {
|
|
|
337
337
|
};
|
|
338
338
|
dividerColor: {
|
|
339
339
|
property: string;
|
|
340
|
-
value: null;
|
|
341
340
|
parentRef: string;
|
|
341
|
+
value?: any;
|
|
342
342
|
propertyType?: any;
|
|
343
343
|
isReadOnly?: boolean | undefined;
|
|
344
344
|
};
|
|
@@ -435,8 +435,8 @@ export declare const getDefaultData: () => {
|
|
|
435
435
|
};
|
|
436
436
|
dividerColor: {
|
|
437
437
|
property: string;
|
|
438
|
-
value: null;
|
|
439
438
|
parentRef: string;
|
|
439
|
+
value?: any;
|
|
440
440
|
propertyType?: any;
|
|
441
441
|
isReadOnly?: boolean | undefined;
|
|
442
442
|
};
|
|
@@ -533,8 +533,8 @@ export declare const getDefaultData: () => {
|
|
|
533
533
|
};
|
|
534
534
|
dividerColor: {
|
|
535
535
|
property: string;
|
|
536
|
-
value: null;
|
|
537
536
|
parentRef: string;
|
|
537
|
+
value?: any;
|
|
538
538
|
propertyType?: any;
|
|
539
539
|
isReadOnly?: boolean | undefined;
|
|
540
540
|
};
|
|
@@ -840,8 +840,8 @@ export declare const getDefaultData: () => {
|
|
|
840
840
|
};
|
|
841
841
|
dividerColor: {
|
|
842
842
|
property: string;
|
|
843
|
-
value: null;
|
|
844
843
|
parentRef: string;
|
|
844
|
+
value?: any;
|
|
845
845
|
propertyType?: any;
|
|
846
846
|
isReadOnly?: boolean | undefined;
|
|
847
847
|
};
|