@wix/auto_sdk_multilingual_translation-published-contents 1.0.29 → 1.0.31
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 +2 -2
- package/build/cjs/index.js +69 -18
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/{multilingual-localization-public-v3-published-content-translation-published-contents.universal-7wjuj2Yv.d.ts → index.typings.d.ts} +280 -12
- package/build/cjs/index.typings.js +649 -0
- package/build/cjs/index.typings.js.map +1 -0
- package/build/cjs/meta.d.ts +214 -12
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +62 -18
- package/build/es/index.mjs.map +1 -1
- package/build/es/{multilingual-localization-public-v3-published-content-translation-published-contents.universal-7wjuj2Yv.d.mts → index.typings.d.mts} +280 -12
- package/build/es/index.typings.mjs +585 -0
- package/build/es/index.typings.mjs.map +1 -0
- package/build/es/meta.d.mts +214 -12
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +69 -18
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/{multilingual-localization-public-v3-published-content-translation-published-contents.universal-7wjuj2Yv.d.ts → index.typings.d.ts} +280 -12
- package/build/internal/cjs/index.typings.js +649 -0
- package/build/internal/cjs/index.typings.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +214 -12
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +62 -18
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/{multilingual-localization-public-v3-published-content-translation-published-contents.universal-7wjuj2Yv.d.mts → index.typings.d.mts} +280 -12
- package/build/internal/es/index.typings.mjs +585 -0
- package/build/internal/es/index.typings.mjs.map +1 -0
- package/build/internal/es/meta.d.mts +214 -12
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -263,11 +263,11 @@ var PluginContainerDataAlignment = /* @__PURE__ */ ((PluginContainerDataAlignmen
|
|
|
263
263
|
PluginContainerDataAlignment2["RIGHT"] = "RIGHT";
|
|
264
264
|
return PluginContainerDataAlignment2;
|
|
265
265
|
})(PluginContainerDataAlignment || {});
|
|
266
|
-
var
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
return
|
|
270
|
-
})(
|
|
266
|
+
var ButtonDataType = /* @__PURE__ */ ((ButtonDataType2) => {
|
|
267
|
+
ButtonDataType2["LINK"] = "LINK";
|
|
268
|
+
ButtonDataType2["ACTION"] = "ACTION";
|
|
269
|
+
return ButtonDataType2;
|
|
270
|
+
})(ButtonDataType || {});
|
|
271
271
|
var Target = /* @__PURE__ */ ((Target2) => {
|
|
272
272
|
Target2["SELF"] = "SELF";
|
|
273
273
|
Target2["BLANK"] = "BLANK";
|
|
@@ -296,12 +296,12 @@ var Width = /* @__PURE__ */ ((Width2) => {
|
|
|
296
296
|
Width2["SMALL"] = "SMALL";
|
|
297
297
|
return Width2;
|
|
298
298
|
})(Width || {});
|
|
299
|
-
var
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
return
|
|
304
|
-
})(
|
|
299
|
+
var DividerDataAlignment = /* @__PURE__ */ ((DividerDataAlignment2) => {
|
|
300
|
+
DividerDataAlignment2["CENTER"] = "CENTER";
|
|
301
|
+
DividerDataAlignment2["LEFT"] = "LEFT";
|
|
302
|
+
DividerDataAlignment2["RIGHT"] = "RIGHT";
|
|
303
|
+
return DividerDataAlignment2;
|
|
304
|
+
})(DividerDataAlignment || {});
|
|
305
305
|
var ViewMode = /* @__PURE__ */ ((ViewMode2) => {
|
|
306
306
|
ViewMode2["NONE"] = "NONE";
|
|
307
307
|
ViewMode2["FULL"] = "FULL";
|
|
@@ -349,13 +349,13 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
349
349
|
Source2["ADSENSE"] = "ADSENSE";
|
|
350
350
|
return Source2;
|
|
351
351
|
})(Source || {});
|
|
352
|
-
var
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
return
|
|
358
|
-
})(
|
|
352
|
+
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
353
|
+
StylesPosition2["START"] = "START";
|
|
354
|
+
StylesPosition2["END"] = "END";
|
|
355
|
+
StylesPosition2["TOP"] = "TOP";
|
|
356
|
+
StylesPosition2["HIDDEN"] = "HIDDEN";
|
|
357
|
+
return StylesPosition2;
|
|
358
|
+
})(StylesPosition || {});
|
|
359
359
|
var MapType = /* @__PURE__ */ ((MapType2) => {
|
|
360
360
|
MapType2["ROADMAP"] = "ROADMAP";
|
|
361
361
|
MapType2["SATELITE"] = "SATELITE";
|
|
@@ -411,6 +411,43 @@ var FontType = /* @__PURE__ */ ((FontType2) => {
|
|
|
411
411
|
FontType2["EM"] = "EM";
|
|
412
412
|
return FontType2;
|
|
413
413
|
})(FontType || {});
|
|
414
|
+
var Position = /* @__PURE__ */ ((Position2) => {
|
|
415
|
+
Position2["START"] = "START";
|
|
416
|
+
Position2["END"] = "END";
|
|
417
|
+
Position2["TOP"] = "TOP";
|
|
418
|
+
return Position2;
|
|
419
|
+
})(Position || {});
|
|
420
|
+
var AspectRatio = /* @__PURE__ */ ((AspectRatio2) => {
|
|
421
|
+
AspectRatio2["SQUARE"] = "SQUARE";
|
|
422
|
+
AspectRatio2["RECTANGLE"] = "RECTANGLE";
|
|
423
|
+
return AspectRatio2;
|
|
424
|
+
})(AspectRatio || {});
|
|
425
|
+
var Resizing = /* @__PURE__ */ ((Resizing2) => {
|
|
426
|
+
Resizing2["FILL"] = "FILL";
|
|
427
|
+
Resizing2["FIT"] = "FIT";
|
|
428
|
+
return Resizing2;
|
|
429
|
+
})(Resizing || {});
|
|
430
|
+
var Placement = /* @__PURE__ */ ((Placement2) => {
|
|
431
|
+
Placement2["IMAGE"] = "IMAGE";
|
|
432
|
+
Placement2["PRODUCT_INFO"] = "PRODUCT_INFO";
|
|
433
|
+
return Placement2;
|
|
434
|
+
})(Placement || {});
|
|
435
|
+
var Type = /* @__PURE__ */ ((Type2) => {
|
|
436
|
+
Type2["CONTAINED"] = "CONTAINED";
|
|
437
|
+
Type2["FRAMELESS"] = "FRAMELESS";
|
|
438
|
+
return Type2;
|
|
439
|
+
})(Type || {});
|
|
440
|
+
var Alignment = /* @__PURE__ */ ((Alignment2) => {
|
|
441
|
+
Alignment2["START"] = "START";
|
|
442
|
+
Alignment2["CENTER"] = "CENTER";
|
|
443
|
+
Alignment2["END"] = "END";
|
|
444
|
+
return Alignment2;
|
|
445
|
+
})(Alignment || {});
|
|
446
|
+
var Layout = /* @__PURE__ */ ((Layout2) => {
|
|
447
|
+
Layout2["STACKED"] = "STACKED";
|
|
448
|
+
Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
449
|
+
return Layout2;
|
|
450
|
+
})(Layout || {});
|
|
414
451
|
var AppType = /* @__PURE__ */ ((AppType2) => {
|
|
415
452
|
AppType2["PRODUCT"] = "PRODUCT";
|
|
416
453
|
AppType2["EVENT"] = "EVENT";
|
|
@@ -753,26 +790,33 @@ var onPublishedContentUpdated2 = createEventModule(onPublishedContentUpdated);
|
|
|
753
790
|
export {
|
|
754
791
|
Alignment,
|
|
755
792
|
AppType,
|
|
793
|
+
AspectRatio,
|
|
756
794
|
BackgroundType,
|
|
795
|
+
ButtonDataType,
|
|
757
796
|
Crop,
|
|
758
797
|
DecorationType,
|
|
759
798
|
Direction,
|
|
799
|
+
DividerDataAlignment,
|
|
760
800
|
FontType,
|
|
761
801
|
GIFType,
|
|
762
802
|
InitialExpandedItems,
|
|
803
|
+
Layout,
|
|
763
804
|
LayoutType,
|
|
764
805
|
LineStyle,
|
|
765
806
|
MapType,
|
|
766
807
|
NodeType,
|
|
767
808
|
NullValue,
|
|
768
809
|
Orientation,
|
|
810
|
+
Placement,
|
|
769
811
|
PluginContainerDataAlignment,
|
|
770
812
|
PollLayoutDirection,
|
|
771
813
|
PollLayoutType,
|
|
772
814
|
Position,
|
|
815
|
+
Resizing,
|
|
773
816
|
SchemaScope,
|
|
774
817
|
SortOrder,
|
|
775
818
|
Source,
|
|
819
|
+
StylesPosition,
|
|
776
820
|
Target,
|
|
777
821
|
TextAlignment,
|
|
778
822
|
ThumbnailsAlignment,
|