@wix/auto_sdk_multilingual_machine-translation 1.0.41 → 1.0.43
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/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +296 -17
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +272 -32
- package/build/cjs/index.typings.js +296 -17
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +272 -32
- package/build/cjs/meta.js +296 -17
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +677 -0
- package/build/cjs/schemas.js +760 -0
- package/build/cjs/schemas.js.map +1 -0
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +287 -17
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +272 -32
- package/build/es/index.typings.mjs +287 -17
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +272 -32
- package/build/es/meta.mjs +287 -17
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +677 -0
- package/build/es/schemas.mjs +720 -0
- package/build/es/schemas.mjs.map +1 -0
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +296 -17
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +272 -32
- package/build/internal/cjs/index.typings.js +296 -17
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +272 -32
- package/build/internal/cjs/meta.js +296 -17
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +677 -0
- package/build/internal/cjs/schemas.js +760 -0
- package/build/internal/cjs/schemas.js.map +1 -0
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +287 -17
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +272 -32
- package/build/internal/es/index.typings.mjs +287 -17
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +272 -32
- package/build/internal/es/meta.mjs +287 -17
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +677 -0
- package/build/internal/es/schemas.mjs +720 -0
- package/build/internal/es/schemas.mjs.map +1 -0
- package/package.json +12 -5
- package/schemas/package.json +3 -0
|
@@ -23,8 +23,10 @@ __export(index_typings_exports, {
|
|
|
23
23
|
Alignment: () => Alignment,
|
|
24
24
|
AppType: () => AppType,
|
|
25
25
|
AspectRatio: () => AspectRatio,
|
|
26
|
+
BackdropType: () => BackdropType,
|
|
26
27
|
BackgroundType: () => BackgroundType,
|
|
27
28
|
ButtonDataType: () => ButtonDataType,
|
|
29
|
+
CardDataBackgroundType: () => CardDataBackgroundType,
|
|
28
30
|
Crop: () => Crop,
|
|
29
31
|
DecorationType: () => DecorationType,
|
|
30
32
|
DesignTarget: () => DesignTarget,
|
|
@@ -33,11 +35,17 @@ __export(index_typings_exports, {
|
|
|
33
35
|
FontType: () => FontType,
|
|
34
36
|
Format: () => Format,
|
|
35
37
|
GIFType: () => GIFType,
|
|
38
|
+
GradientType: () => GradientType,
|
|
36
39
|
ImagePosition: () => ImagePosition,
|
|
40
|
+
ImagePositionPosition: () => ImagePositionPosition,
|
|
41
|
+
ImageScalingScaling: () => ImageScalingScaling,
|
|
42
|
+
Indentation: () => Indentation,
|
|
37
43
|
InitialExpandedItems: () => InitialExpandedItems,
|
|
38
44
|
Layout: () => Layout,
|
|
45
|
+
LayoutDataBackgroundType: () => LayoutDataBackgroundType,
|
|
39
46
|
LayoutType: () => LayoutType,
|
|
40
47
|
LineStyle: () => LineStyle,
|
|
48
|
+
ListStyle: () => ListStyle,
|
|
41
49
|
MapType: () => MapType,
|
|
42
50
|
NodeType: () => NodeType,
|
|
43
51
|
NullValue: () => NullValue,
|
|
@@ -45,6 +53,7 @@ __export(index_typings_exports, {
|
|
|
45
53
|
Origin: () => Origin,
|
|
46
54
|
Placement: () => Placement,
|
|
47
55
|
PluginContainerDataAlignment: () => PluginContainerDataAlignment,
|
|
56
|
+
PollDesignBackgroundType: () => PollDesignBackgroundType,
|
|
48
57
|
PollLayoutDirection: () => PollLayoutDirection,
|
|
49
58
|
PollLayoutType: () => PollLayoutType,
|
|
50
59
|
Position: () => Position,
|
|
@@ -141,6 +150,24 @@ function machineTranslate(payload) {
|
|
|
141
150
|
{
|
|
142
151
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
143
152
|
paths: [
|
|
153
|
+
{
|
|
154
|
+
path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
170
|
+
},
|
|
144
171
|
{
|
|
145
172
|
path: "contentToTranslate.richContent.nodes.galleryData.items.image.media.duration"
|
|
146
173
|
},
|
|
@@ -192,9 +219,41 @@ function machineTranslate(payload) {
|
|
|
192
219
|
{
|
|
193
220
|
path: "contentToTranslate.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
194
221
|
},
|
|
222
|
+
{
|
|
223
|
+
path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.centerX"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.centerY"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
239
|
+
},
|
|
195
240
|
{
|
|
196
241
|
path: "contentToTranslate.richContent.nodes.shapeData.shape.duration"
|
|
197
|
-
}
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
path: "contentToTranslate.richContent.nodes.cardData.background.gradient.centerX"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
path: "contentToTranslate.richContent.nodes.cardData.background.gradient.centerY"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
path: "contentToTranslate.richContent.nodes.cardData.background.gradient.stops.position"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
path: "contentToTranslate.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
254
|
+
},
|
|
255
|
+
{ path: "contentToTranslate.richContent.nodes.tocData.fontSize" },
|
|
256
|
+
{ path: "contentToTranslate.richContent.nodes.tocData.itemSpacing" }
|
|
198
257
|
]
|
|
199
258
|
},
|
|
200
259
|
{
|
|
@@ -223,6 +282,24 @@ function machineTranslate(payload) {
|
|
|
223
282
|
{
|
|
224
283
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
225
284
|
paths: [
|
|
285
|
+
{
|
|
286
|
+
path: "translatedContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
path: "translatedContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
path: "translatedContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
path: "translatedContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
path: "translatedContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
path: "translatedContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
302
|
+
},
|
|
226
303
|
{
|
|
227
304
|
path: "translatedContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
228
305
|
},
|
|
@@ -274,8 +351,42 @@ function machineTranslate(payload) {
|
|
|
274
351
|
{
|
|
275
352
|
path: "translatedContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
276
353
|
},
|
|
354
|
+
{
|
|
355
|
+
path: "translatedContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
path: "translatedContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
path: "translatedContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
path: "translatedContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
path: "translatedContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
path: "translatedContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
371
|
+
},
|
|
277
372
|
{
|
|
278
373
|
path: "translatedContent.richContent.nodes.shapeData.shape.duration"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
path: "translatedContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
path: "translatedContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
path: "translatedContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
path: "translatedContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
386
|
+
},
|
|
387
|
+
{ path: "translatedContent.richContent.nodes.tocData.fontSize" },
|
|
388
|
+
{
|
|
389
|
+
path: "translatedContent.richContent.nodes.tocData.itemSpacing"
|
|
279
390
|
}
|
|
280
391
|
]
|
|
281
392
|
},
|
|
@@ -302,6 +413,24 @@ function bulkMachineTranslate(payload) {
|
|
|
302
413
|
{
|
|
303
414
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
304
415
|
paths: [
|
|
416
|
+
{
|
|
417
|
+
path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
path: "contentToTranslate.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
path: "contentToTranslate.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
433
|
+
},
|
|
305
434
|
{
|
|
306
435
|
path: "contentToTranslate.richContent.nodes.galleryData.items.image.media.duration"
|
|
307
436
|
},
|
|
@@ -353,9 +482,41 @@ function bulkMachineTranslate(payload) {
|
|
|
353
482
|
{
|
|
354
483
|
path: "contentToTranslate.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
355
484
|
},
|
|
485
|
+
{
|
|
486
|
+
path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.centerX"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.centerY"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
path: "contentToTranslate.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
path: "contentToTranslate.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
502
|
+
},
|
|
356
503
|
{
|
|
357
504
|
path: "contentToTranslate.richContent.nodes.shapeData.shape.duration"
|
|
358
|
-
}
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
path: "contentToTranslate.richContent.nodes.cardData.background.gradient.centerX"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
path: "contentToTranslate.richContent.nodes.cardData.background.gradient.centerY"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
path: "contentToTranslate.richContent.nodes.cardData.background.gradient.stops.position"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
path: "contentToTranslate.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
517
|
+
},
|
|
518
|
+
{ path: "contentToTranslate.richContent.nodes.tocData.fontSize" },
|
|
519
|
+
{ path: "contentToTranslate.richContent.nodes.tocData.itemSpacing" }
|
|
359
520
|
]
|
|
360
521
|
},
|
|
361
522
|
{
|
|
@@ -384,6 +545,24 @@ function bulkMachineTranslate(payload) {
|
|
|
384
545
|
{
|
|
385
546
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
386
547
|
paths: [
|
|
548
|
+
{
|
|
549
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
565
|
+
},
|
|
387
566
|
{
|
|
388
567
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
389
568
|
},
|
|
@@ -435,9 +614,41 @@ function bulkMachineTranslate(payload) {
|
|
|
435
614
|
{
|
|
436
615
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
437
616
|
},
|
|
617
|
+
{
|
|
618
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
634
|
+
},
|
|
438
635
|
{
|
|
439
636
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
440
|
-
}
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
649
|
+
},
|
|
650
|
+
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
651
|
+
{ path: "results.item.richContent.nodes.tocData.itemSpacing" }
|
|
441
652
|
]
|
|
442
653
|
},
|
|
443
654
|
{
|
|
@@ -456,7 +667,6 @@ function bulkMachineTranslate(payload) {
|
|
|
456
667
|
|
|
457
668
|
// src/multilingual-machine-v3-translatable-content-machine-translation.universal.ts
|
|
458
669
|
var Format = /* @__PURE__ */ ((Format2) => {
|
|
459
|
-
Format2["UNKNOWN_FORMAT"] = "UNKNOWN_FORMAT";
|
|
460
670
|
Format2["PLAIN_TEXT"] = "PLAIN_TEXT";
|
|
461
671
|
Format2["HTML"] = "HTML";
|
|
462
672
|
Format2["RICH"] = "RICH";
|
|
@@ -497,8 +707,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
497
707
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
498
708
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
499
709
|
NodeType2["SHAPE"] = "SHAPE";
|
|
710
|
+
NodeType2["CARD"] = "CARD";
|
|
711
|
+
NodeType2["TOC"] = "TOC";
|
|
500
712
|
return NodeType2;
|
|
501
713
|
})(NodeType || {});
|
|
714
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
715
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
716
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
717
|
+
return BackgroundType2;
|
|
718
|
+
})(BackgroundType || {});
|
|
719
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
720
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
721
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
722
|
+
return GradientType2;
|
|
723
|
+
})(GradientType || {});
|
|
502
724
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
503
725
|
WidthType2["CONTENT"] = "CONTENT";
|
|
504
726
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -597,6 +819,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
597
819
|
Source2["HTML"] = "HTML";
|
|
598
820
|
Source2["ADSENSE"] = "ADSENSE";
|
|
599
821
|
Source2["AI"] = "AI";
|
|
822
|
+
Source2["AI_WIDGET"] = "AI_WIDGET";
|
|
600
823
|
return Source2;
|
|
601
824
|
})(Source || {});
|
|
602
825
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -634,12 +857,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
634
857
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
635
858
|
return PollLayoutDirection2;
|
|
636
859
|
})(PollLayoutDirection || {});
|
|
637
|
-
var
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
return
|
|
642
|
-
})(
|
|
860
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
861
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
862
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
863
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
864
|
+
return PollDesignBackgroundType2;
|
|
865
|
+
})(PollDesignBackgroundType || {});
|
|
643
866
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
644
867
|
DecorationType2["BOLD"] = "BOLD";
|
|
645
868
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -726,12 +949,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
726
949
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
727
950
|
return NullValue2;
|
|
728
951
|
})(NullValue || {});
|
|
729
|
-
var
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
return
|
|
734
|
-
})(
|
|
952
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
953
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
954
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
955
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
956
|
+
return ImageScalingScaling2;
|
|
957
|
+
})(ImageScalingScaling || {});
|
|
735
958
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
736
959
|
ImagePosition2["CENTER"] = "CENTER";
|
|
737
960
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -749,6 +972,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
749
972
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
750
973
|
return Origin2;
|
|
751
974
|
})(Origin || {});
|
|
975
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
976
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
977
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
978
|
+
return LayoutDataBackgroundType2;
|
|
979
|
+
})(LayoutDataBackgroundType || {});
|
|
980
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
981
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
982
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
983
|
+
return BackdropType2;
|
|
984
|
+
})(BackdropType || {});
|
|
752
985
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
753
986
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
754
987
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -765,8 +998,45 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
765
998
|
DesignTarget2["CELL"] = "CELL";
|
|
766
999
|
return DesignTarget2;
|
|
767
1000
|
})(DesignTarget || {});
|
|
1001
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
1002
|
+
Scaling2["AUTO"] = "AUTO";
|
|
1003
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
1004
|
+
Scaling2["COVER"] = "COVER";
|
|
1005
|
+
return Scaling2;
|
|
1006
|
+
})(Scaling || {});
|
|
1007
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
1008
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
1009
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
1010
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
1011
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
1012
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
1013
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
1014
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
1015
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
1016
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1017
|
+
return ImagePositionPosition2;
|
|
1018
|
+
})(ImagePositionPosition || {});
|
|
1019
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
1020
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
1021
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1022
|
+
return CardDataBackgroundType2;
|
|
1023
|
+
})(CardDataBackgroundType || {});
|
|
1024
|
+
var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
|
|
1025
|
+
ListStyle2["PLAIN"] = "PLAIN";
|
|
1026
|
+
ListStyle2["NUMBERED"] = "NUMBERED";
|
|
1027
|
+
ListStyle2["LETTERS"] = "LETTERS";
|
|
1028
|
+
ListStyle2["ROMAN"] = "ROMAN";
|
|
1029
|
+
ListStyle2["BULLETED"] = "BULLETED";
|
|
1030
|
+
ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
|
|
1031
|
+
ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
|
|
1032
|
+
return ListStyle2;
|
|
1033
|
+
})(ListStyle || {});
|
|
1034
|
+
var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
1035
|
+
Indentation2["NESTED"] = "NESTED";
|
|
1036
|
+
Indentation2["FLAT"] = "FLAT";
|
|
1037
|
+
return Indentation2;
|
|
1038
|
+
})(Indentation || {});
|
|
768
1039
|
var SupportedLanguage = /* @__PURE__ */ ((SupportedLanguage2) => {
|
|
769
|
-
SupportedLanguage2["UNDEFINED_SUPPORTED_LANGUAGE"] = "UNDEFINED_SUPPORTED_LANGUAGE";
|
|
770
1040
|
SupportedLanguage2["AF"] = "AF";
|
|
771
1041
|
SupportedLanguage2["SQ"] = "SQ";
|
|
772
1042
|
SupportedLanguage2["AM"] = "AM";
|
|
@@ -985,8 +1255,10 @@ async function bulkMachineTranslate2(sourceLanguage, options) {
|
|
|
985
1255
|
Alignment,
|
|
986
1256
|
AppType,
|
|
987
1257
|
AspectRatio,
|
|
1258
|
+
BackdropType,
|
|
988
1259
|
BackgroundType,
|
|
989
1260
|
ButtonDataType,
|
|
1261
|
+
CardDataBackgroundType,
|
|
990
1262
|
Crop,
|
|
991
1263
|
DecorationType,
|
|
992
1264
|
DesignTarget,
|
|
@@ -995,11 +1267,17 @@ async function bulkMachineTranslate2(sourceLanguage, options) {
|
|
|
995
1267
|
FontType,
|
|
996
1268
|
Format,
|
|
997
1269
|
GIFType,
|
|
1270
|
+
GradientType,
|
|
998
1271
|
ImagePosition,
|
|
1272
|
+
ImagePositionPosition,
|
|
1273
|
+
ImageScalingScaling,
|
|
1274
|
+
Indentation,
|
|
999
1275
|
InitialExpandedItems,
|
|
1000
1276
|
Layout,
|
|
1277
|
+
LayoutDataBackgroundType,
|
|
1001
1278
|
LayoutType,
|
|
1002
1279
|
LineStyle,
|
|
1280
|
+
ListStyle,
|
|
1003
1281
|
MapType,
|
|
1004
1282
|
NodeType,
|
|
1005
1283
|
NullValue,
|
|
@@ -1007,6 +1285,7 @@ async function bulkMachineTranslate2(sourceLanguage, options) {
|
|
|
1007
1285
|
Origin,
|
|
1008
1286
|
Placement,
|
|
1009
1287
|
PluginContainerDataAlignment,
|
|
1288
|
+
PollDesignBackgroundType,
|
|
1010
1289
|
PollLayoutDirection,
|
|
1011
1290
|
PollLayoutType,
|
|
1012
1291
|
Position,
|