@wix/editor-react-components 1.2547.0 → 1.2548.0
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/site/components/AccordionComponent/manifest.js +1 -1
- package/dist/site/components/AccordionComponent/manifestConfigs/iconPositionConfig.d.ts +2 -2
- package/dist/site/components/AnimatedIcon/manifest.js +1 -1
- package/dist/site/components/AudioPlayer/manifest.js +1 -1
- package/dist/site/components/AudioPlayer/manifestConfigs/controlsConfig.d.ts +6 -6
- package/dist/site/components/AudioPlayer/manifestConfigs/coverMediaConfig.d.ts +1 -1
- package/dist/site/components/BoxContainer/manifest.js +1 -1
- package/dist/site/components/Breadcrumbs/manifest.js +1 -1
- package/dist/site/components/Button/manifest.js +1 -1
- package/dist/site/components/Checkbox/manifest.js +1 -1
- package/dist/site/components/CheckboxGroup/manifest.js +1 -1
- package/dist/site/components/CollapsibleText/manifest.js +1 -1
- package/dist/site/components/DatePicker/manifest.js +1 -1
- package/dist/site/components/Dropdown/manifest.js +1 -1
- package/dist/site/components/GoogleMap/manifest.js +1 -1
- package/dist/site/components/HTMLComponent/manifest.js +1 -1
- package/dist/site/components/HipaaIcon/manifest.js +1 -1
- package/dist/site/components/Image3/manifest.js +1 -1
- package/dist/site/components/ItemSelectionTest/manifest.js +1 -1
- package/dist/site/components/LegacyAppWidget/manifest.js +1 -1
- package/dist/site/components/LegacyContainer/manifest.js +1 -1
- package/dist/site/components/LegacyMultiStateBox/manifest.js +1 -1
- package/dist/site/components/Line/manifest.js +1 -1
- package/dist/site/components/Line/manifestConfigs/shapeConfig.d.ts +2 -2
- package/dist/site/components/Line/manifestConfigs/typeConfig.d.ts +2 -2
- package/dist/site/components/LinkBar/manifest.js +1 -1
- package/dist/site/components/Logo/manifest.js +1 -1
- package/dist/site/components/Lottie/manifest.js +1 -1
- package/dist/site/components/Menu/manifest.js +1 -1
- package/dist/site/components/Menu/manifestConfigs/dropdownConfig.d.ts +38 -38
- package/dist/site/components/MultiStateBox/manifest.js +1 -1
- package/dist/site/components/ProgressBar/manifest.js +1 -1
- package/dist/site/components/RadioButtons/manifest.js +1 -1
- package/dist/site/components/Repeater/manifest.js +1 -1
- package/dist/site/components/ShareButtons/manifest.js +1 -1
- package/dist/site/components/SiteLogo/manifest.js +1 -1
- package/dist/site/components/Slideshow/manifest.js +1 -1
- package/dist/site/components/SlotsPlaceholder/manifest.js +1 -1
- package/dist/site/components/SocialPlayerFacebook/manifest.js +1 -1
- package/dist/site/components/SocialPlayerInstagram/manifest.js +1 -1
- package/dist/site/components/SocialPlayerSnapchat/manifest.js +1 -1
- package/dist/site/components/SocialPlayerTikTok/manifest.js +1 -1
- package/dist/site/components/SocialPlayerVimeo/manifest.js +1 -1
- package/dist/site/components/SocialPlayerYoutube/manifest.js +1 -1
- package/dist/site/components/SvgImage/manifest.js +1 -1
- package/dist/site/components/Tabs/manifest.js +1 -1
- package/dist/site/components/TestComp/manifest.js +1 -1
- package/dist/site/components/TextBox/manifest.js +1 -1
- package/dist/site/components/TextEffects3d/manifest.js +1 -1
- package/dist/site/components/TextEffectsBauhaus/manifest.js +1 -1
- package/dist/site/components/TextEffectsGlass/manifest.js +1 -1
- package/dist/site/components/TextEffectsGlitch/manifest.js +1 -1
- package/dist/site/components/TextEffectsLetterPress/manifest.js +1 -1
- package/dist/site/components/TextEffectsMatrix/manifest.js +1 -1
- package/dist/site/components/TextEffectsNeonSign/manifest.js +1 -1
- package/dist/site/components/TextEffectsNoisy/manifest.js +1 -1
- package/dist/site/components/TextEffectsOutlineOut/manifest.js +1 -1
- package/dist/site/components/TextEffectsRetro/manifest.js +1 -1
- package/dist/site/components/TextEffectsShared/manifestBase.d.ts +7 -7
- package/dist/site/components/TextEffectsShook/manifest.js +1 -1
- package/dist/site/components/TextEffectsSticker/manifest.js +1 -1
- package/dist/site/components/TextEffectsStriped/manifest.js +1 -1
- package/dist/site/components/TextInput/manifest.js +1 -1
- package/dist/site/components/TextMarquee/manifest.js +1 -1
- package/dist/site/components/TimePicker/manifest.js +1 -1
- package/dist/site/components/TransparentVideo/manifest.js +1 -1
- package/dist/site/components/VideoUpload/manifest.js +1 -1
- package/dist/site/components/WRichText/manifest.js +1 -1
- package/dist/site/components/chunks/{chunk-6KMOHX3X.js → chunk-IO6HLVLV.js} +639 -641
- package/dist/site/components/chunks/constants22.js +1 -1
- package/dist/site/components/chunks/manifest2.js +1 -1
- package/dist/site/components/chunks/manifestBase.js +1 -1
- package/dist/site/components/chunks/manifestSdkMixins.js +1 -1
- package/dist/site/components/chunks/types.impl.js +418 -375
- package/package.json +5 -5
|
@@ -26,6 +26,7 @@ var A11yAttributes;
|
|
|
26
26
|
A11yAttributes2["tag"] = "tag";
|
|
27
27
|
A11yAttributes2["ariaMultiline"] = "ariaMultiline";
|
|
28
28
|
A11yAttributes2["ariaInvalid"] = "ariaInvalid";
|
|
29
|
+
A11yAttributes2["lang"] = "lang";
|
|
29
30
|
})(A11yAttributes || (A11yAttributes = {}));
|
|
30
31
|
var ActionName;
|
|
31
32
|
(function(ActionName2) {
|
|
@@ -554,32 +555,151 @@ var ContextActionExecutionType;
|
|
|
554
555
|
ContextActionExecutionType2["panel"] = "panel";
|
|
555
556
|
ContextActionExecutionType2["dashboard"] = "dashboard";
|
|
556
557
|
})(ContextActionExecutionType || (ContextActionExecutionType = {}));
|
|
557
|
-
var
|
|
558
|
-
(function(
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
})(
|
|
558
|
+
var CssDataTypeEnumCssDataType;
|
|
559
|
+
(function(CssDataTypeEnumCssDataType2) {
|
|
560
|
+
CssDataTypeEnumCssDataType2["UNKNOWN_CssDataType"] = "UNKNOWN_CssDataType";
|
|
561
|
+
CssDataTypeEnumCssDataType2["number"] = "number";
|
|
562
|
+
CssDataTypeEnumCssDataType2["string"] = "string";
|
|
563
|
+
CssDataTypeEnumCssDataType2["angle"] = "angle";
|
|
564
|
+
CssDataTypeEnumCssDataType2["color"] = "color";
|
|
565
|
+
CssDataTypeEnumCssDataType2["length"] = "length";
|
|
566
|
+
CssDataTypeEnumCssDataType2["percentage"] = "percentage";
|
|
567
|
+
CssDataTypeEnumCssDataType2["lengthPercentage"] = "lengthPercentage";
|
|
568
|
+
CssDataTypeEnumCssDataType2["blendMode"] = "blendMode";
|
|
569
|
+
CssDataTypeEnumCssDataType2["customEnum"] = "customEnum";
|
|
570
|
+
CssDataTypeEnumCssDataType2["time"] = "time";
|
|
571
|
+
})(CssDataTypeEnumCssDataType || (CssDataTypeEnumCssDataType = {}));
|
|
572
|
+
var CssPropertyEnumCssPropertyType;
|
|
573
|
+
(function(CssPropertyEnumCssPropertyType2) {
|
|
574
|
+
CssPropertyEnumCssPropertyType2["UNKNOWN_CssPropertyType"] = "UNKNOWN_CssPropertyType";
|
|
575
|
+
CssPropertyEnumCssPropertyType2["number"] = "number";
|
|
576
|
+
CssPropertyEnumCssPropertyType2["string"] = "string";
|
|
577
|
+
CssPropertyEnumCssPropertyType2["angle"] = "angle";
|
|
578
|
+
CssPropertyEnumCssPropertyType2["length"] = "length";
|
|
579
|
+
CssPropertyEnumCssPropertyType2["percentage"] = "percentage";
|
|
580
|
+
CssPropertyEnumCssPropertyType2["lengthPercentage"] = "lengthPercentage";
|
|
581
|
+
CssPropertyEnumCssPropertyType2["blendMode"] = "blendMode";
|
|
582
|
+
CssPropertyEnumCssPropertyType2["customEnum"] = "customEnum";
|
|
583
|
+
CssPropertyEnumCssPropertyType2["time"] = "time";
|
|
584
|
+
CssPropertyEnumCssPropertyType2["background"] = "background";
|
|
585
|
+
CssPropertyEnumCssPropertyType2["backgroundSize"] = "backgroundSize";
|
|
586
|
+
CssPropertyEnumCssPropertyType2["backgroundColor"] = "backgroundColor";
|
|
587
|
+
CssPropertyEnumCssPropertyType2["backgroundImage"] = "backgroundImage";
|
|
588
|
+
CssPropertyEnumCssPropertyType2["backgroundClip"] = "backgroundClip";
|
|
589
|
+
CssPropertyEnumCssPropertyType2["backgroundOrigin"] = "backgroundOrigin";
|
|
590
|
+
CssPropertyEnumCssPropertyType2["backgroundPosition"] = "backgroundPosition";
|
|
591
|
+
CssPropertyEnumCssPropertyType2["backgroundRepeat"] = "backgroundRepeat";
|
|
592
|
+
CssPropertyEnumCssPropertyType2["backgroundAttachment"] = "backgroundAttachment";
|
|
593
|
+
CssPropertyEnumCssPropertyType2["margin"] = "margin";
|
|
594
|
+
CssPropertyEnumCssPropertyType2["marginTop"] = "marginTop";
|
|
595
|
+
CssPropertyEnumCssPropertyType2["marginRight"] = "marginRight";
|
|
596
|
+
CssPropertyEnumCssPropertyType2["marginBottom"] = "marginBottom";
|
|
597
|
+
CssPropertyEnumCssPropertyType2["marginLeft"] = "marginLeft";
|
|
598
|
+
CssPropertyEnumCssPropertyType2["marginInlineStart"] = "marginInlineStart";
|
|
599
|
+
CssPropertyEnumCssPropertyType2["marginInlineEnd"] = "marginInlineEnd";
|
|
600
|
+
CssPropertyEnumCssPropertyType2["padding"] = "padding";
|
|
601
|
+
CssPropertyEnumCssPropertyType2["paddingTop"] = "paddingTop";
|
|
602
|
+
CssPropertyEnumCssPropertyType2["paddingRight"] = "paddingRight";
|
|
603
|
+
CssPropertyEnumCssPropertyType2["paddingBottom"] = "paddingBottom";
|
|
604
|
+
CssPropertyEnumCssPropertyType2["paddingLeft"] = "paddingLeft";
|
|
605
|
+
CssPropertyEnumCssPropertyType2["paddingInlineStart"] = "paddingInlineStart";
|
|
606
|
+
CssPropertyEnumCssPropertyType2["paddingInlineEnd"] = "paddingInlineEnd";
|
|
607
|
+
CssPropertyEnumCssPropertyType2["border"] = "border";
|
|
608
|
+
CssPropertyEnumCssPropertyType2["borderWidth"] = "borderWidth";
|
|
609
|
+
CssPropertyEnumCssPropertyType2["borderStyle"] = "borderStyle";
|
|
610
|
+
CssPropertyEnumCssPropertyType2["borderColor"] = "borderColor";
|
|
611
|
+
CssPropertyEnumCssPropertyType2["borderTop"] = "borderTop";
|
|
612
|
+
CssPropertyEnumCssPropertyType2["borderTopColor"] = "borderTopColor";
|
|
613
|
+
CssPropertyEnumCssPropertyType2["borderTopWidth"] = "borderTopWidth";
|
|
614
|
+
CssPropertyEnumCssPropertyType2["borderTopStyle"] = "borderTopStyle";
|
|
615
|
+
CssPropertyEnumCssPropertyType2["borderRight"] = "borderRight";
|
|
616
|
+
CssPropertyEnumCssPropertyType2["borderRightColor"] = "borderRightColor";
|
|
617
|
+
CssPropertyEnumCssPropertyType2["borderRightWidth"] = "borderRightWidth";
|
|
618
|
+
CssPropertyEnumCssPropertyType2["borderRightStyle"] = "borderRightStyle";
|
|
619
|
+
CssPropertyEnumCssPropertyType2["borderBottom"] = "borderBottom";
|
|
620
|
+
CssPropertyEnumCssPropertyType2["borderBottomColor"] = "borderBottomColor";
|
|
621
|
+
CssPropertyEnumCssPropertyType2["borderBottomWidth"] = "borderBottomWidth";
|
|
622
|
+
CssPropertyEnumCssPropertyType2["borderBottomStyle"] = "borderBottomStyle";
|
|
623
|
+
CssPropertyEnumCssPropertyType2["borderLeft"] = "borderLeft";
|
|
624
|
+
CssPropertyEnumCssPropertyType2["borderLeftColor"] = "borderLeftColor";
|
|
625
|
+
CssPropertyEnumCssPropertyType2["borderLeftWidth"] = "borderLeftWidth";
|
|
626
|
+
CssPropertyEnumCssPropertyType2["borderLeftStyle"] = "borderLeftStyle";
|
|
627
|
+
CssPropertyEnumCssPropertyType2["borderInlineStart"] = "borderInlineStart";
|
|
628
|
+
CssPropertyEnumCssPropertyType2["borderInlineStartColor"] = "borderInlineStartColor";
|
|
629
|
+
CssPropertyEnumCssPropertyType2["borderInlineStartWidth"] = "borderInlineStartWidth";
|
|
630
|
+
CssPropertyEnumCssPropertyType2["borderInlineStartStyle"] = "borderInlineStartStyle";
|
|
631
|
+
CssPropertyEnumCssPropertyType2["borderInlineEnd"] = "borderInlineEnd";
|
|
632
|
+
CssPropertyEnumCssPropertyType2["borderInlineEndColor"] = "borderInlineEndColor";
|
|
633
|
+
CssPropertyEnumCssPropertyType2["borderInlineEndWidth"] = "borderInlineEndWidth";
|
|
634
|
+
CssPropertyEnumCssPropertyType2["borderInlineEndStyle"] = "borderInlineEndStyle";
|
|
635
|
+
CssPropertyEnumCssPropertyType2["borderRadius"] = "borderRadius";
|
|
636
|
+
CssPropertyEnumCssPropertyType2["borderTopLeftRadius"] = "borderTopLeftRadius";
|
|
637
|
+
CssPropertyEnumCssPropertyType2["borderTopRightRadius"] = "borderTopRightRadius";
|
|
638
|
+
CssPropertyEnumCssPropertyType2["borderBottomRightRadius"] = "borderBottomRightRadius";
|
|
639
|
+
CssPropertyEnumCssPropertyType2["borderBottomLeftRadius"] = "borderBottomLeftRadius";
|
|
640
|
+
CssPropertyEnumCssPropertyType2["borderStartStartRadius"] = "borderStartStartRadius";
|
|
641
|
+
CssPropertyEnumCssPropertyType2["borderStartEndRadius"] = "borderStartEndRadius";
|
|
642
|
+
CssPropertyEnumCssPropertyType2["borderEndStartRadius"] = "borderEndStartRadius";
|
|
643
|
+
CssPropertyEnumCssPropertyType2["borderEndEndRadius"] = "borderEndEndRadius";
|
|
644
|
+
CssPropertyEnumCssPropertyType2["font"] = "font";
|
|
645
|
+
CssPropertyEnumCssPropertyType2["fontFamily"] = "fontFamily";
|
|
646
|
+
CssPropertyEnumCssPropertyType2["fontSize"] = "fontSize";
|
|
647
|
+
CssPropertyEnumCssPropertyType2["fontStretch"] = "fontStretch";
|
|
648
|
+
CssPropertyEnumCssPropertyType2["fontStyle"] = "fontStyle";
|
|
649
|
+
CssPropertyEnumCssPropertyType2["fontVariant"] = "fontVariant";
|
|
650
|
+
CssPropertyEnumCssPropertyType2["fontWeight"] = "fontWeight";
|
|
651
|
+
CssPropertyEnumCssPropertyType2["lineHeight"] = "lineHeight";
|
|
652
|
+
CssPropertyEnumCssPropertyType2["color"] = "color";
|
|
653
|
+
CssPropertyEnumCssPropertyType2["letterSpacing"] = "letterSpacing";
|
|
654
|
+
CssPropertyEnumCssPropertyType2["writingMode"] = "writingMode";
|
|
655
|
+
CssPropertyEnumCssPropertyType2["textAlign"] = "textAlign";
|
|
656
|
+
CssPropertyEnumCssPropertyType2["textTransform"] = "textTransform";
|
|
657
|
+
CssPropertyEnumCssPropertyType2["textShadow"] = "textShadow";
|
|
658
|
+
CssPropertyEnumCssPropertyType2["textOverflow"] = "textOverflow";
|
|
659
|
+
CssPropertyEnumCssPropertyType2["textIndent"] = "textIndent";
|
|
660
|
+
CssPropertyEnumCssPropertyType2["textDecoration"] = "textDecoration";
|
|
661
|
+
CssPropertyEnumCssPropertyType2["textDecorationColor"] = "textDecorationColor";
|
|
662
|
+
CssPropertyEnumCssPropertyType2["textDecorationLine"] = "textDecorationLine";
|
|
663
|
+
CssPropertyEnumCssPropertyType2["textDecorationStyle"] = "textDecorationStyle";
|
|
664
|
+
CssPropertyEnumCssPropertyType2["textDecorationThickness"] = "textDecorationThickness";
|
|
665
|
+
CssPropertyEnumCssPropertyType2["boxShadow"] = "boxShadow";
|
|
666
|
+
CssPropertyEnumCssPropertyType2["opacity"] = "opacity";
|
|
667
|
+
CssPropertyEnumCssPropertyType2["overflow"] = "overflow";
|
|
668
|
+
CssPropertyEnumCssPropertyType2["display"] = "display";
|
|
669
|
+
CssPropertyEnumCssPropertyType2["alignSelf"] = "alignSelf";
|
|
670
|
+
CssPropertyEnumCssPropertyType2["justifyContent"] = "justifyContent";
|
|
671
|
+
CssPropertyEnumCssPropertyType2["alignItems"] = "alignItems";
|
|
672
|
+
CssPropertyEnumCssPropertyType2["flexDirection"] = "flexDirection";
|
|
673
|
+
CssPropertyEnumCssPropertyType2["height"] = "height";
|
|
674
|
+
CssPropertyEnumCssPropertyType2["width"] = "width";
|
|
675
|
+
CssPropertyEnumCssPropertyType2["gap"] = "gap";
|
|
676
|
+
CssPropertyEnumCssPropertyType2["columnGap"] = "columnGap";
|
|
677
|
+
CssPropertyEnumCssPropertyType2["rowGap"] = "rowGap";
|
|
678
|
+
CssPropertyEnumCssPropertyType2["filter"] = "filter";
|
|
679
|
+
CssPropertyEnumCssPropertyType2["backdropFilter"] = "backdropFilter";
|
|
680
|
+
CssPropertyEnumCssPropertyType2["objectFit"] = "objectFit";
|
|
681
|
+
CssPropertyEnumCssPropertyType2["objectPosition"] = "objectPosition";
|
|
682
|
+
CssPropertyEnumCssPropertyType2["mixBlendMode"] = "mixBlendMode";
|
|
683
|
+
CssPropertyEnumCssPropertyType2["isolation"] = "isolation";
|
|
684
|
+
CssPropertyEnumCssPropertyType2["stroke"] = "stroke";
|
|
685
|
+
CssPropertyEnumCssPropertyType2["strokeWidth"] = "strokeWidth";
|
|
686
|
+
CssPropertyEnumCssPropertyType2["strokeOpacity"] = "strokeOpacity";
|
|
687
|
+
CssPropertyEnumCssPropertyType2["fill"] = "fill";
|
|
688
|
+
CssPropertyEnumCssPropertyType2["fillOpacity"] = "fillOpacity";
|
|
689
|
+
CssPropertyEnumCssPropertyType2["fillRule"] = "fillRule";
|
|
690
|
+
CssPropertyEnumCssPropertyType2["mask"] = "mask";
|
|
691
|
+
CssPropertyEnumCssPropertyType2["maskImage"] = "maskImage";
|
|
692
|
+
CssPropertyEnumCssPropertyType2["maskMode"] = "maskMode";
|
|
693
|
+
CssPropertyEnumCssPropertyType2["maskRepeat"] = "maskRepeat";
|
|
694
|
+
CssPropertyEnumCssPropertyType2["maskPosition"] = "maskPosition";
|
|
695
|
+
CssPropertyEnumCssPropertyType2["maskClip"] = "maskClip";
|
|
696
|
+
CssPropertyEnumCssPropertyType2["maskOrigin"] = "maskOrigin";
|
|
697
|
+
CssPropertyEnumCssPropertyType2["maskSize"] = "maskSize";
|
|
698
|
+
CssPropertyEnumCssPropertyType2["maskComposite"] = "maskComposite";
|
|
699
|
+
})(CssPropertyEnumCssPropertyType || (CssPropertyEnumCssPropertyType = {}));
|
|
571
700
|
var CssPropertyType;
|
|
572
701
|
(function(CssPropertyType2) {
|
|
573
702
|
CssPropertyType2["UNKNOWN_CssPropertyType"] = "UNKNOWN_CssPropertyType";
|
|
574
|
-
CssPropertyType2["number"] = "number";
|
|
575
|
-
CssPropertyType2["string"] = "string";
|
|
576
|
-
CssPropertyType2["angle"] = "angle";
|
|
577
|
-
CssPropertyType2["length"] = "length";
|
|
578
|
-
CssPropertyType2["percentage"] = "percentage";
|
|
579
|
-
CssPropertyType2["lengthPercentage"] = "lengthPercentage";
|
|
580
|
-
CssPropertyType2["blendMode"] = "blendMode";
|
|
581
|
-
CssPropertyType2["customEnum"] = "customEnum";
|
|
582
|
-
CssPropertyType2["time"] = "time";
|
|
583
703
|
CssPropertyType2["background"] = "background";
|
|
584
704
|
CssPropertyType2["backgroundSize"] = "backgroundSize";
|
|
585
705
|
CssPropertyType2["backgroundColor"] = "backgroundColor";
|
|
@@ -589,6 +709,8 @@ var CssPropertyType;
|
|
|
589
709
|
CssPropertyType2["backgroundPosition"] = "backgroundPosition";
|
|
590
710
|
CssPropertyType2["backgroundRepeat"] = "backgroundRepeat";
|
|
591
711
|
CssPropertyType2["backgroundAttachment"] = "backgroundAttachment";
|
|
712
|
+
CssPropertyType2["fill"] = "fill";
|
|
713
|
+
CssPropertyType2["fillOpacity"] = "fillOpacity";
|
|
592
714
|
CssPropertyType2["margin"] = "margin";
|
|
593
715
|
CssPropertyType2["marginTop"] = "marginTop";
|
|
594
716
|
CssPropertyType2["marginRight"] = "marginRight";
|
|
@@ -669,9 +791,9 @@ var CssPropertyType;
|
|
|
669
791
|
CssPropertyType2["justifyContent"] = "justifyContent";
|
|
670
792
|
CssPropertyType2["alignItems"] = "alignItems";
|
|
671
793
|
CssPropertyType2["flexDirection"] = "flexDirection";
|
|
794
|
+
CssPropertyType2["gap"] = "gap";
|
|
672
795
|
CssPropertyType2["height"] = "height";
|
|
673
796
|
CssPropertyType2["width"] = "width";
|
|
674
|
-
CssPropertyType2["gap"] = "gap";
|
|
675
797
|
CssPropertyType2["columnGap"] = "columnGap";
|
|
676
798
|
CssPropertyType2["rowGap"] = "rowGap";
|
|
677
799
|
CssPropertyType2["filter"] = "filter";
|
|
@@ -683,142 +805,21 @@ var CssPropertyType;
|
|
|
683
805
|
CssPropertyType2["stroke"] = "stroke";
|
|
684
806
|
CssPropertyType2["strokeWidth"] = "strokeWidth";
|
|
685
807
|
CssPropertyType2["strokeOpacity"] = "strokeOpacity";
|
|
686
|
-
CssPropertyType2["fill"] = "fill";
|
|
687
|
-
CssPropertyType2["fillOpacity"] = "fillOpacity";
|
|
688
|
-
CssPropertyType2["fillRule"] = "fillRule";
|
|
689
|
-
CssPropertyType2["mask"] = "mask";
|
|
690
|
-
CssPropertyType2["maskImage"] = "maskImage";
|
|
691
|
-
CssPropertyType2["maskMode"] = "maskMode";
|
|
692
|
-
CssPropertyType2["maskRepeat"] = "maskRepeat";
|
|
693
|
-
CssPropertyType2["maskPosition"] = "maskPosition";
|
|
694
|
-
CssPropertyType2["maskClip"] = "maskClip";
|
|
695
|
-
CssPropertyType2["maskOrigin"] = "maskOrigin";
|
|
696
|
-
CssPropertyType2["maskSize"] = "maskSize";
|
|
697
|
-
CssPropertyType2["maskComposite"] = "maskComposite";
|
|
698
808
|
})(CssPropertyType || (CssPropertyType = {}));
|
|
699
|
-
var
|
|
700
|
-
(function(
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
CssPropertyTypeEnumCssPropertyType2["margin"] = "margin";
|
|
714
|
-
CssPropertyTypeEnumCssPropertyType2["marginTop"] = "marginTop";
|
|
715
|
-
CssPropertyTypeEnumCssPropertyType2["marginRight"] = "marginRight";
|
|
716
|
-
CssPropertyTypeEnumCssPropertyType2["marginBottom"] = "marginBottom";
|
|
717
|
-
CssPropertyTypeEnumCssPropertyType2["marginLeft"] = "marginLeft";
|
|
718
|
-
CssPropertyTypeEnumCssPropertyType2["marginInlineStart"] = "marginInlineStart";
|
|
719
|
-
CssPropertyTypeEnumCssPropertyType2["marginInlineEnd"] = "marginInlineEnd";
|
|
720
|
-
CssPropertyTypeEnumCssPropertyType2["padding"] = "padding";
|
|
721
|
-
CssPropertyTypeEnumCssPropertyType2["paddingTop"] = "paddingTop";
|
|
722
|
-
CssPropertyTypeEnumCssPropertyType2["paddingRight"] = "paddingRight";
|
|
723
|
-
CssPropertyTypeEnumCssPropertyType2["paddingBottom"] = "paddingBottom";
|
|
724
|
-
CssPropertyTypeEnumCssPropertyType2["paddingLeft"] = "paddingLeft";
|
|
725
|
-
CssPropertyTypeEnumCssPropertyType2["paddingInlineStart"] = "paddingInlineStart";
|
|
726
|
-
CssPropertyTypeEnumCssPropertyType2["paddingInlineEnd"] = "paddingInlineEnd";
|
|
727
|
-
CssPropertyTypeEnumCssPropertyType2["border"] = "border";
|
|
728
|
-
CssPropertyTypeEnumCssPropertyType2["borderWidth"] = "borderWidth";
|
|
729
|
-
CssPropertyTypeEnumCssPropertyType2["borderStyle"] = "borderStyle";
|
|
730
|
-
CssPropertyTypeEnumCssPropertyType2["borderColor"] = "borderColor";
|
|
731
|
-
CssPropertyTypeEnumCssPropertyType2["borderTop"] = "borderTop";
|
|
732
|
-
CssPropertyTypeEnumCssPropertyType2["borderTopColor"] = "borderTopColor";
|
|
733
|
-
CssPropertyTypeEnumCssPropertyType2["borderTopWidth"] = "borderTopWidth";
|
|
734
|
-
CssPropertyTypeEnumCssPropertyType2["borderTopStyle"] = "borderTopStyle";
|
|
735
|
-
CssPropertyTypeEnumCssPropertyType2["borderRight"] = "borderRight";
|
|
736
|
-
CssPropertyTypeEnumCssPropertyType2["borderRightColor"] = "borderRightColor";
|
|
737
|
-
CssPropertyTypeEnumCssPropertyType2["borderRightWidth"] = "borderRightWidth";
|
|
738
|
-
CssPropertyTypeEnumCssPropertyType2["borderRightStyle"] = "borderRightStyle";
|
|
739
|
-
CssPropertyTypeEnumCssPropertyType2["borderBottom"] = "borderBottom";
|
|
740
|
-
CssPropertyTypeEnumCssPropertyType2["borderBottomColor"] = "borderBottomColor";
|
|
741
|
-
CssPropertyTypeEnumCssPropertyType2["borderBottomWidth"] = "borderBottomWidth";
|
|
742
|
-
CssPropertyTypeEnumCssPropertyType2["borderBottomStyle"] = "borderBottomStyle";
|
|
743
|
-
CssPropertyTypeEnumCssPropertyType2["borderLeft"] = "borderLeft";
|
|
744
|
-
CssPropertyTypeEnumCssPropertyType2["borderLeftColor"] = "borderLeftColor";
|
|
745
|
-
CssPropertyTypeEnumCssPropertyType2["borderLeftWidth"] = "borderLeftWidth";
|
|
746
|
-
CssPropertyTypeEnumCssPropertyType2["borderLeftStyle"] = "borderLeftStyle";
|
|
747
|
-
CssPropertyTypeEnumCssPropertyType2["borderInlineStart"] = "borderInlineStart";
|
|
748
|
-
CssPropertyTypeEnumCssPropertyType2["borderInlineStartColor"] = "borderInlineStartColor";
|
|
749
|
-
CssPropertyTypeEnumCssPropertyType2["borderInlineStartWidth"] = "borderInlineStartWidth";
|
|
750
|
-
CssPropertyTypeEnumCssPropertyType2["borderInlineStartStyle"] = "borderInlineStartStyle";
|
|
751
|
-
CssPropertyTypeEnumCssPropertyType2["borderInlineEnd"] = "borderInlineEnd";
|
|
752
|
-
CssPropertyTypeEnumCssPropertyType2["borderInlineEndColor"] = "borderInlineEndColor";
|
|
753
|
-
CssPropertyTypeEnumCssPropertyType2["borderInlineEndWidth"] = "borderInlineEndWidth";
|
|
754
|
-
CssPropertyTypeEnumCssPropertyType2["borderInlineEndStyle"] = "borderInlineEndStyle";
|
|
755
|
-
CssPropertyTypeEnumCssPropertyType2["borderRadius"] = "borderRadius";
|
|
756
|
-
CssPropertyTypeEnumCssPropertyType2["borderTopLeftRadius"] = "borderTopLeftRadius";
|
|
757
|
-
CssPropertyTypeEnumCssPropertyType2["borderTopRightRadius"] = "borderTopRightRadius";
|
|
758
|
-
CssPropertyTypeEnumCssPropertyType2["borderBottomRightRadius"] = "borderBottomRightRadius";
|
|
759
|
-
CssPropertyTypeEnumCssPropertyType2["borderBottomLeftRadius"] = "borderBottomLeftRadius";
|
|
760
|
-
CssPropertyTypeEnumCssPropertyType2["borderStartStartRadius"] = "borderStartStartRadius";
|
|
761
|
-
CssPropertyTypeEnumCssPropertyType2["borderStartEndRadius"] = "borderStartEndRadius";
|
|
762
|
-
CssPropertyTypeEnumCssPropertyType2["borderEndStartRadius"] = "borderEndStartRadius";
|
|
763
|
-
CssPropertyTypeEnumCssPropertyType2["borderEndEndRadius"] = "borderEndEndRadius";
|
|
764
|
-
CssPropertyTypeEnumCssPropertyType2["font"] = "font";
|
|
765
|
-
CssPropertyTypeEnumCssPropertyType2["fontFamily"] = "fontFamily";
|
|
766
|
-
CssPropertyTypeEnumCssPropertyType2["fontSize"] = "fontSize";
|
|
767
|
-
CssPropertyTypeEnumCssPropertyType2["fontStretch"] = "fontStretch";
|
|
768
|
-
CssPropertyTypeEnumCssPropertyType2["fontStyle"] = "fontStyle";
|
|
769
|
-
CssPropertyTypeEnumCssPropertyType2["fontVariant"] = "fontVariant";
|
|
770
|
-
CssPropertyTypeEnumCssPropertyType2["fontWeight"] = "fontWeight";
|
|
771
|
-
CssPropertyTypeEnumCssPropertyType2["lineHeight"] = "lineHeight";
|
|
772
|
-
CssPropertyTypeEnumCssPropertyType2["color"] = "color";
|
|
773
|
-
CssPropertyTypeEnumCssPropertyType2["letterSpacing"] = "letterSpacing";
|
|
774
|
-
CssPropertyTypeEnumCssPropertyType2["writingMode"] = "writingMode";
|
|
775
|
-
CssPropertyTypeEnumCssPropertyType2["textAlign"] = "textAlign";
|
|
776
|
-
CssPropertyTypeEnumCssPropertyType2["textTransform"] = "textTransform";
|
|
777
|
-
CssPropertyTypeEnumCssPropertyType2["textShadow"] = "textShadow";
|
|
778
|
-
CssPropertyTypeEnumCssPropertyType2["textOverflow"] = "textOverflow";
|
|
779
|
-
CssPropertyTypeEnumCssPropertyType2["textIndent"] = "textIndent";
|
|
780
|
-
CssPropertyTypeEnumCssPropertyType2["textDecoration"] = "textDecoration";
|
|
781
|
-
CssPropertyTypeEnumCssPropertyType2["textDecorationColor"] = "textDecorationColor";
|
|
782
|
-
CssPropertyTypeEnumCssPropertyType2["textDecorationLine"] = "textDecorationLine";
|
|
783
|
-
CssPropertyTypeEnumCssPropertyType2["textDecorationStyle"] = "textDecorationStyle";
|
|
784
|
-
CssPropertyTypeEnumCssPropertyType2["textDecorationThickness"] = "textDecorationThickness";
|
|
785
|
-
CssPropertyTypeEnumCssPropertyType2["boxShadow"] = "boxShadow";
|
|
786
|
-
CssPropertyTypeEnumCssPropertyType2["opacity"] = "opacity";
|
|
787
|
-
CssPropertyTypeEnumCssPropertyType2["overflow"] = "overflow";
|
|
788
|
-
CssPropertyTypeEnumCssPropertyType2["display"] = "display";
|
|
789
|
-
CssPropertyTypeEnumCssPropertyType2["alignSelf"] = "alignSelf";
|
|
790
|
-
CssPropertyTypeEnumCssPropertyType2["justifyContent"] = "justifyContent";
|
|
791
|
-
CssPropertyTypeEnumCssPropertyType2["alignItems"] = "alignItems";
|
|
792
|
-
CssPropertyTypeEnumCssPropertyType2["flexDirection"] = "flexDirection";
|
|
793
|
-
CssPropertyTypeEnumCssPropertyType2["gap"] = "gap";
|
|
794
|
-
CssPropertyTypeEnumCssPropertyType2["height"] = "height";
|
|
795
|
-
CssPropertyTypeEnumCssPropertyType2["width"] = "width";
|
|
796
|
-
CssPropertyTypeEnumCssPropertyType2["columnGap"] = "columnGap";
|
|
797
|
-
CssPropertyTypeEnumCssPropertyType2["rowGap"] = "rowGap";
|
|
798
|
-
CssPropertyTypeEnumCssPropertyType2["filter"] = "filter";
|
|
799
|
-
CssPropertyTypeEnumCssPropertyType2["backdropFilter"] = "backdropFilter";
|
|
800
|
-
CssPropertyTypeEnumCssPropertyType2["objectFit"] = "objectFit";
|
|
801
|
-
CssPropertyTypeEnumCssPropertyType2["objectPosition"] = "objectPosition";
|
|
802
|
-
CssPropertyTypeEnumCssPropertyType2["mixBlendMode"] = "mixBlendMode";
|
|
803
|
-
CssPropertyTypeEnumCssPropertyType2["isolation"] = "isolation";
|
|
804
|
-
CssPropertyTypeEnumCssPropertyType2["stroke"] = "stroke";
|
|
805
|
-
CssPropertyTypeEnumCssPropertyType2["strokeWidth"] = "strokeWidth";
|
|
806
|
-
CssPropertyTypeEnumCssPropertyType2["strokeOpacity"] = "strokeOpacity";
|
|
807
|
-
})(CssPropertyTypeEnumCssPropertyType || (CssPropertyTypeEnumCssPropertyType = {}));
|
|
808
|
-
var CssVariableTypeEnumCssDataType;
|
|
809
|
-
(function(CssVariableTypeEnumCssDataType2) {
|
|
810
|
-
CssVariableTypeEnumCssDataType2["UNKNOWN_CssDataType"] = "UNKNOWN_CssDataType";
|
|
811
|
-
CssVariableTypeEnumCssDataType2["number"] = "number";
|
|
812
|
-
CssVariableTypeEnumCssDataType2["length"] = "length";
|
|
813
|
-
CssVariableTypeEnumCssDataType2["color"] = "color";
|
|
814
|
-
CssVariableTypeEnumCssDataType2["angle"] = "angle";
|
|
815
|
-
CssVariableTypeEnumCssDataType2["percentage"] = "percentage";
|
|
816
|
-
CssVariableTypeEnumCssDataType2["lengthPercentage"] = "lengthPercentage";
|
|
817
|
-
CssVariableTypeEnumCssDataType2["blendMode"] = "blendMode";
|
|
818
|
-
CssVariableTypeEnumCssDataType2["customEnum"] = "customEnum";
|
|
819
|
-
CssVariableTypeEnumCssDataType2["string"] = "string";
|
|
820
|
-
CssVariableTypeEnumCssDataType2["time"] = "time";
|
|
821
|
-
})(CssVariableTypeEnumCssDataType || (CssVariableTypeEnumCssDataType = {}));
|
|
809
|
+
var CssDataType;
|
|
810
|
+
(function(CssDataType2) {
|
|
811
|
+
CssDataType2["UNKNOWN_CssDataType"] = "UNKNOWN_CssDataType";
|
|
812
|
+
CssDataType2["number"] = "number";
|
|
813
|
+
CssDataType2["length"] = "length";
|
|
814
|
+
CssDataType2["color"] = "color";
|
|
815
|
+
CssDataType2["angle"] = "angle";
|
|
816
|
+
CssDataType2["percentage"] = "percentage";
|
|
817
|
+
CssDataType2["lengthPercentage"] = "lengthPercentage";
|
|
818
|
+
CssDataType2["blendMode"] = "blendMode";
|
|
819
|
+
CssDataType2["customEnum"] = "customEnum";
|
|
820
|
+
CssDataType2["string"] = "string";
|
|
821
|
+
CssDataType2["time"] = "time";
|
|
822
|
+
})(CssDataType || (CssDataType = {}));
|
|
822
823
|
var AccessLevel;
|
|
823
824
|
(function(AccessLevel2) {
|
|
824
825
|
AccessLevel2["UNDEFINED"] = "UNDEFINED";
|
|
@@ -828,33 +829,33 @@ var AccessLevel;
|
|
|
828
829
|
AccessLevel2["CMS_EDITOR"] = "CMS_EDITOR";
|
|
829
830
|
AccessLevel2["PRIVILEGED"] = "PRIVILEGED";
|
|
830
831
|
})(AccessLevel || (AccessLevel = {}));
|
|
831
|
-
var
|
|
832
|
-
(function(
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
})(
|
|
832
|
+
var DataComponentFieldType;
|
|
833
|
+
(function(DataComponentFieldType2) {
|
|
834
|
+
DataComponentFieldType2["UNKNOWN_FIELD_TYPE"] = "UNKNOWN_FIELD_TYPE";
|
|
835
|
+
DataComponentFieldType2["TEXT"] = "TEXT";
|
|
836
|
+
DataComponentFieldType2["NUMBER"] = "NUMBER";
|
|
837
|
+
DataComponentFieldType2["DATE"] = "DATE";
|
|
838
|
+
DataComponentFieldType2["DATETIME"] = "DATETIME";
|
|
839
|
+
DataComponentFieldType2["IMAGE"] = "IMAGE";
|
|
840
|
+
DataComponentFieldType2["BOOLEAN"] = "BOOLEAN";
|
|
841
|
+
DataComponentFieldType2["DOCUMENT"] = "DOCUMENT";
|
|
842
|
+
DataComponentFieldType2["URL"] = "URL";
|
|
843
|
+
DataComponentFieldType2["RICH_TEXT"] = "RICH_TEXT";
|
|
844
|
+
DataComponentFieldType2["VIDEO"] = "VIDEO";
|
|
845
|
+
DataComponentFieldType2["ANY"] = "ANY";
|
|
846
|
+
DataComponentFieldType2["ARRAY_STRING"] = "ARRAY_STRING";
|
|
847
|
+
DataComponentFieldType2["ARRAY_DOCUMENT"] = "ARRAY_DOCUMENT";
|
|
848
|
+
DataComponentFieldType2["AUDIO"] = "AUDIO";
|
|
849
|
+
DataComponentFieldType2["TIME"] = "TIME";
|
|
850
|
+
DataComponentFieldType2["LANGUAGE"] = "LANGUAGE";
|
|
851
|
+
DataComponentFieldType2["RICH_CONTENT"] = "RICH_CONTENT";
|
|
852
|
+
DataComponentFieldType2["MEDIA_GALLERY"] = "MEDIA_GALLERY";
|
|
853
|
+
DataComponentFieldType2["ADDRESS"] = "ADDRESS";
|
|
854
|
+
DataComponentFieldType2["REFERENCE"] = "REFERENCE";
|
|
855
|
+
DataComponentFieldType2["MULTI_REFERENCE"] = "MULTI_REFERENCE";
|
|
856
|
+
DataComponentFieldType2["OBJECT"] = "OBJECT";
|
|
857
|
+
DataComponentFieldType2["ARRAY"] = "ARRAY";
|
|
858
|
+
})(DataComponentFieldType || (DataComponentFieldType = {}));
|
|
858
859
|
var Order;
|
|
859
860
|
(function(Order2) {
|
|
860
861
|
Order2["ASC"] = "ASC";
|
|
@@ -983,13 +984,13 @@ var DtsDefinitionType;
|
|
|
983
984
|
DtsDefinitionType2["DTS_HTTP_LINK"] = "DTS_HTTP_LINK";
|
|
984
985
|
DtsDefinitionType2["DTS_CONTENT"] = "DTS_CONTENT";
|
|
985
986
|
})(DtsDefinitionType || (DtsDefinitionType = {}));
|
|
986
|
-
var
|
|
987
|
-
(function(
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
})(
|
|
987
|
+
var EditorExposureItemEnumItemType;
|
|
988
|
+
(function(EditorExposureItemEnumItemType2) {
|
|
989
|
+
EditorExposureItemEnumItemType2["UNKNOWN_ITEM_TYPE"] = "UNKNOWN_ITEM_TYPE";
|
|
990
|
+
EditorExposureItemEnumItemType2["CUSTOM_ELEMENT"] = "CUSTOM_ELEMENT";
|
|
991
|
+
EditorExposureItemEnumItemType2["EDITOR_REACT_COMPONENT"] = "EDITOR_REACT_COMPONENT";
|
|
992
|
+
EditorExposureItemEnumItemType2["COMPOSITION"] = "COMPOSITION";
|
|
993
|
+
})(EditorExposureItemEnumItemType || (EditorExposureItemEnumItemType = {}));
|
|
993
994
|
var EditorType;
|
|
994
995
|
(function(EditorType2) {
|
|
995
996
|
EditorType2["UNKNOWN_EDITOR_TYPE"] = "UNKNOWN_EDITOR_TYPE";
|
|
@@ -1004,12 +1005,13 @@ var ElementDisplayOption;
|
|
|
1004
1005
|
ElementDisplayOption2["REMOVE"] = "REMOVE";
|
|
1005
1006
|
ElementDisplayOption2["CUSTOMIZED"] = "CUSTOMIZED";
|
|
1006
1007
|
})(ElementDisplayOption || (ElementDisplayOption = {}));
|
|
1007
|
-
var
|
|
1008
|
-
(function(
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1008
|
+
var ElementTypeEnumElementType;
|
|
1009
|
+
(function(ElementTypeEnumElementType2) {
|
|
1010
|
+
ElementTypeEnumElementType2["UNKNOWN_ElementType"] = "UNKNOWN_ElementType";
|
|
1011
|
+
ElementTypeEnumElementType2["inlineElement"] = "inlineElement";
|
|
1012
|
+
ElementTypeEnumElementType2["refElement"] = "refElement";
|
|
1013
|
+
ElementTypeEnumElementType2["partElement"] = "partElement";
|
|
1014
|
+
})(ElementTypeEnumElementType || (ElementTypeEnumElementType = {}));
|
|
1013
1015
|
var EmbedCategory;
|
|
1014
1016
|
(function(EmbedCategory2) {
|
|
1015
1017
|
EmbedCategory2["UNKNOWN"] = "UNKNOWN";
|
|
@@ -1037,12 +1039,12 @@ var ExtendingComponentType;
|
|
|
1037
1039
|
ExtendingComponentType2["BACK_OFFICE_MENU_ITEM"] = "BACK_OFFICE_MENU_ITEM";
|
|
1038
1040
|
ExtendingComponentType2["BACK_OFFICE_EXTENSION_WIDGET"] = "BACK_OFFICE_EXTENSION_WIDGET";
|
|
1039
1041
|
})(ExtendingComponentType || (ExtendingComponentType = {}));
|
|
1040
|
-
var
|
|
1041
|
-
(function(
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
})(
|
|
1042
|
+
var ExtensionExposureExposure;
|
|
1043
|
+
(function(ExtensionExposureExposure2) {
|
|
1044
|
+
ExtensionExposureExposure2["PRIVATE"] = "PRIVATE";
|
|
1045
|
+
ExtensionExposureExposure2["INTERNAL"] = "INTERNAL";
|
|
1046
|
+
ExtensionExposureExposure2["PUBLIC"] = "PUBLIC";
|
|
1047
|
+
})(ExtensionExposureExposure || (ExtensionExposureExposure = {}));
|
|
1046
1048
|
var Maturity;
|
|
1047
1049
|
(function(Maturity2) {
|
|
1048
1050
|
Maturity2["ALPHA"] = "ALPHA";
|
|
@@ -1109,12 +1111,12 @@ var FilterOperatorValueType;
|
|
|
1109
1111
|
FilterOperatorValueType2["localTime"] = "localTime";
|
|
1110
1112
|
FilterOperatorValueType2["localDateTime"] = "localDateTime";
|
|
1111
1113
|
})(FilterOperatorValueType || (FilterOperatorValueType = {}));
|
|
1112
|
-
var
|
|
1113
|
-
(function(
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
})(
|
|
1114
|
+
var ConfigurationScope;
|
|
1115
|
+
(function(ConfigurationScope2) {
|
|
1116
|
+
ConfigurationScope2["UNKNOWN_SCOPE"] = "UNKNOWN_SCOPE";
|
|
1117
|
+
ConfigurationScope2["SITE"] = "SITE";
|
|
1118
|
+
ConfigurationScope2["ENTITY"] = "ENTITY";
|
|
1119
|
+
})(ConfigurationScope || (ConfigurationScope = {}));
|
|
1118
1120
|
var FunctionRole;
|
|
1119
1121
|
(function(FunctionRole2) {
|
|
1120
1122
|
FunctionRole2["UNKNOWN_FUNCTION_ROLE"] = "UNKNOWN_FUNCTION_ROLE";
|
|
@@ -1165,14 +1167,14 @@ var ImageType;
|
|
|
1165
1167
|
ImageType2["element"] = "element";
|
|
1166
1168
|
ImageType2["gradient"] = "gradient";
|
|
1167
1169
|
})(ImageType || (ImageType = {}));
|
|
1168
|
-
var
|
|
1169
|
-
(function(
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
})(
|
|
1170
|
+
var InputTypeEnumInputType;
|
|
1171
|
+
(function(InputTypeEnumInputType2) {
|
|
1172
|
+
InputTypeEnumInputType2["UNKNOWN_InputType"] = "UNKNOWN_InputType";
|
|
1173
|
+
InputTypeEnumInputType2["text"] = "text";
|
|
1174
|
+
InputTypeEnumInputType2["checkbox"] = "checkbox";
|
|
1175
|
+
InputTypeEnumInputType2["number"] = "number";
|
|
1176
|
+
InputTypeEnumInputType2["date"] = "date";
|
|
1177
|
+
})(InputTypeEnumInputType || (InputTypeEnumInputType = {}));
|
|
1176
1178
|
var InstallPage;
|
|
1177
1179
|
(function(InstallPage2) {
|
|
1178
1180
|
InstallPage2["NO_PAGE"] = "NO_PAGE";
|
|
@@ -1191,17 +1193,17 @@ var EffectGroup;
|
|
|
1191
1193
|
EffectGroup2["UNKNOWN_EFFECT_GROUP"] = "UNKNOWN_EFFECT_GROUP";
|
|
1192
1194
|
EffectGroup2["background"] = "background";
|
|
1193
1195
|
})(EffectGroup || (EffectGroup = {}));
|
|
1194
|
-
var
|
|
1195
|
-
(function(
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
})(
|
|
1196
|
+
var InteractionsTrigger;
|
|
1197
|
+
(function(InteractionsTrigger2) {
|
|
1198
|
+
InteractionsTrigger2["UNKNOWN_TRIGGER"] = "UNKNOWN_TRIGGER";
|
|
1199
|
+
InteractionsTrigger2["hover"] = "hover";
|
|
1200
|
+
InteractionsTrigger2["click"] = "click";
|
|
1201
|
+
InteractionsTrigger2["viewEnter"] = "viewEnter";
|
|
1202
|
+
InteractionsTrigger2["pageVisible"] = "pageVisible";
|
|
1203
|
+
InteractionsTrigger2["viewProgress"] = "viewProgress";
|
|
1204
|
+
InteractionsTrigger2["pointerMove"] = "pointerMove";
|
|
1205
|
+
InteractionsTrigger2["animationEnd"] = "animationEnd";
|
|
1206
|
+
})(InteractionsTrigger || (InteractionsTrigger = {}));
|
|
1205
1207
|
var ItemField;
|
|
1206
1208
|
(function(ItemField2) {
|
|
1207
1209
|
ItemField2["ID"] = "ID";
|
|
@@ -1323,13 +1325,13 @@ var RecipientType;
|
|
|
1323
1325
|
RecipientType2["WIX_USER"] = "WIX_USER";
|
|
1324
1326
|
RecipientType2["CONTACT"] = "CONTACT";
|
|
1325
1327
|
})(RecipientType || (RecipientType = {}));
|
|
1326
|
-
var
|
|
1327
|
-
(function(
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
})(
|
|
1328
|
+
var State;
|
|
1329
|
+
(function(State2) {
|
|
1330
|
+
State2["UNKNOWN_STATE"] = "UNKNOWN_STATE";
|
|
1331
|
+
State2["DEFAULT_ON"] = "DEFAULT_ON";
|
|
1332
|
+
State2["DEFAULT_OFF"] = "DEFAULT_OFF";
|
|
1333
|
+
State2["ALWAYS_ON"] = "ALWAYS_ON";
|
|
1334
|
+
})(State || (State = {}));
|
|
1333
1335
|
var NotificationTopicType;
|
|
1334
1336
|
(function(NotificationTopicType2) {
|
|
1335
1337
|
NotificationTopicType2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
@@ -1373,13 +1375,13 @@ var PanelMode;
|
|
|
1373
1375
|
PanelMode2["UNKNOWN_PanelMode"] = "UNKNOWN_PanelMode";
|
|
1374
1376
|
PanelMode2["overlay"] = "overlay";
|
|
1375
1377
|
})(PanelMode || (PanelMode = {}));
|
|
1376
|
-
var
|
|
1377
|
-
(function(
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
})(
|
|
1378
|
+
var PanelSizeWidth;
|
|
1379
|
+
(function(PanelSizeWidth2) {
|
|
1380
|
+
PanelSizeWidth2["UNKNOWN_WIDTH"] = "UNKNOWN_WIDTH";
|
|
1381
|
+
PanelSizeWidth2["SMALL"] = "SMALL";
|
|
1382
|
+
PanelSizeWidth2["MEDIUM"] = "MEDIUM";
|
|
1383
|
+
PanelSizeWidth2["LARGE"] = "LARGE";
|
|
1384
|
+
})(PanelSizeWidth || (PanelSizeWidth = {}));
|
|
1383
1385
|
var PanelType;
|
|
1384
1386
|
(function(PanelType2) {
|
|
1385
1387
|
PanelType2["UNKNOWN_PanelType"] = "UNKNOWN_PanelType";
|
|
@@ -1392,6 +1394,14 @@ var PartialPaymentRestriction;
|
|
|
1392
1394
|
PartialPaymentRestriction2["ALLOW"] = "ALLOW";
|
|
1393
1395
|
PartialPaymentRestriction2["DISALLOW"] = "DISALLOW";
|
|
1394
1396
|
})(PartialPaymentRestriction || (PartialPaymentRestriction = {}));
|
|
1397
|
+
var PartType;
|
|
1398
|
+
(function(PartType2) {
|
|
1399
|
+
PartType2["UNKNOWN_PartType"] = "UNKNOWN_PartType";
|
|
1400
|
+
PartType2["text"] = "text";
|
|
1401
|
+
PartType2["svg"] = "svg";
|
|
1402
|
+
PartType2["media"] = "media";
|
|
1403
|
+
PartType2["container"] = "container";
|
|
1404
|
+
})(PartType || (PartType = {}));
|
|
1395
1405
|
var PingSettingsGroupComponentDataState;
|
|
1396
1406
|
(function(PingSettingsGroupComponentDataState2) {
|
|
1397
1407
|
PingSettingsGroupComponentDataState2["UNKNOWN_STATE"] = "UNKNOWN_STATE";
|
|
@@ -1756,12 +1766,12 @@ var RestrictedOperation;
|
|
|
1756
1766
|
RestrictedOperation2["ALLOW"] = "ALLOW";
|
|
1757
1767
|
RestrictedOperation2["WARN"] = "WARN";
|
|
1758
1768
|
})(RestrictedOperation || (RestrictedOperation = {}));
|
|
1759
|
-
var
|
|
1760
|
-
(function(
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
})(
|
|
1769
|
+
var V1InterfaceConfigurationType;
|
|
1770
|
+
(function(V1InterfaceConfigurationType2) {
|
|
1771
|
+
V1InterfaceConfigurationType2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
1772
|
+
V1InterfaceConfigurationType2["WIDGET_COMPONENT"] = "WIDGET_COMPONENT";
|
|
1773
|
+
V1InterfaceConfigurationType2["ITEM_SELECTION"] = "ITEM_SELECTION";
|
|
1774
|
+
})(V1InterfaceConfigurationType || (V1InterfaceConfigurationType = {}));
|
|
1765
1775
|
var ParticipantType;
|
|
1766
1776
|
(function(ParticipantType2) {
|
|
1767
1777
|
ParticipantType2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
@@ -1769,12 +1779,12 @@ var ParticipantType;
|
|
|
1769
1779
|
ParticipantType2["CONTACT"] = "CONTACT";
|
|
1770
1780
|
ParticipantType2["ANONYMOUS"] = "ANONYMOUS";
|
|
1771
1781
|
})(ParticipantType || (ParticipantType = {}));
|
|
1772
|
-
var
|
|
1773
|
-
(function(
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
})(
|
|
1782
|
+
var Scope;
|
|
1783
|
+
(function(Scope2) {
|
|
1784
|
+
Scope2["UNKNOWN_SCOPE"] = "UNKNOWN_SCOPE";
|
|
1785
|
+
Scope2["SPECIFIC_SITE"] = "SPECIFIC_SITE";
|
|
1786
|
+
Scope2["NON_SPECIFIC_SITE"] = "NON_SPECIFIC_SITE";
|
|
1787
|
+
})(Scope || (Scope = {}));
|
|
1778
1788
|
var BlockType;
|
|
1779
1789
|
(function(BlockType2) {
|
|
1780
1790
|
BlockType2["UNKNOWN"] = "UNKNOWN";
|
|
@@ -1886,12 +1896,12 @@ var ExecutionType;
|
|
|
1886
1896
|
ExecutionType2["SYNC"] = "SYNC";
|
|
1887
1897
|
ExecutionType2["ASYNC"] = "ASYNC";
|
|
1888
1898
|
})(ExecutionType || (ExecutionType = {}));
|
|
1889
|
-
var
|
|
1890
|
-
(function(
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
})(
|
|
1899
|
+
var InterfaceConfigurationType;
|
|
1900
|
+
(function(InterfaceConfigurationType2) {
|
|
1901
|
+
InterfaceConfigurationType2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
1902
|
+
InterfaceConfigurationType2["WIDGET_COMPONENT"] = "WIDGET_COMPONENT";
|
|
1903
|
+
InterfaceConfigurationType2["GENERIC"] = "GENERIC";
|
|
1904
|
+
})(InterfaceConfigurationType || (InterfaceConfigurationType = {}));
|
|
1895
1905
|
var IntegrationType;
|
|
1896
1906
|
(function(IntegrationType2) {
|
|
1897
1907
|
IntegrationType2["UNKNOWN_INTEGRATION_TYPE"] = "UNKNOWN_INTEGRATION_TYPE";
|
|
@@ -2083,20 +2093,20 @@ var BooleanComponentType;
|
|
|
2083
2093
|
BooleanComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
2084
2094
|
BooleanComponentType2["CHECKBOX"] = "CHECKBOX";
|
|
2085
2095
|
})(BooleanComponentType || (BooleanComponentType = {}));
|
|
2086
|
-
var
|
|
2087
|
-
(function(
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
})(
|
|
2096
|
+
var InputType;
|
|
2097
|
+
(function(InputType2) {
|
|
2098
|
+
InputType2["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
|
|
2099
|
+
InputType2["STRING"] = "STRING";
|
|
2100
|
+
InputType2["NUMBER"] = "NUMBER";
|
|
2101
|
+
InputType2["BOOLEAN"] = "BOOLEAN";
|
|
2102
|
+
InputType2["ARRAY"] = "ARRAY";
|
|
2103
|
+
InputType2["OBJECT"] = "OBJECT";
|
|
2104
|
+
InputType2["WIX_FILE"] = "WIX_FILE";
|
|
2105
|
+
InputType2["PAYMENT"] = "PAYMENT";
|
|
2106
|
+
InputType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
|
|
2107
|
+
InputType2["SCHEDULING"] = "SCHEDULING";
|
|
2108
|
+
InputType2["ADDRESS"] = "ADDRESS";
|
|
2109
|
+
})(InputType || (InputType = {}));
|
|
2100
2110
|
var NumberComponentType;
|
|
2101
2111
|
(function(NumberComponentType2) {
|
|
2102
2112
|
NumberComponentType2["UNKNOWN"] = "UNKNOWN";
|
|
@@ -2171,15 +2181,15 @@ var OverrideEntityType;
|
|
|
2171
2181
|
OverrideEntityType2["UNKNOWN"] = "UNKNOWN";
|
|
2172
2182
|
OverrideEntityType2["FIELD"] = "FIELD";
|
|
2173
2183
|
})(OverrideEntityType || (OverrideEntityType = {}));
|
|
2174
|
-
var
|
|
2175
|
-
(function(
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
})(
|
|
2184
|
+
var ItemType;
|
|
2185
|
+
(function(ItemType2) {
|
|
2186
|
+
ItemType2["UNKNOWN_ITEM_TYPE"] = "UNKNOWN_ITEM_TYPE";
|
|
2187
|
+
ItemType2["STRING"] = "STRING";
|
|
2188
|
+
ItemType2["NUMBER"] = "NUMBER";
|
|
2189
|
+
ItemType2["BOOLEAN"] = "BOOLEAN";
|
|
2190
|
+
ItemType2["INTEGER"] = "INTEGER";
|
|
2191
|
+
ItemType2["OBJECT"] = "OBJECT";
|
|
2192
|
+
})(ItemType || (ItemType = {}));
|
|
2183
2193
|
var PropertiesTypeEnum;
|
|
2184
2194
|
(function(PropertiesTypeEnum2) {
|
|
2185
2195
|
PropertiesTypeEnum2["UNKNOWN_PROPERTY_TYPE"] = "UNKNOWN_PROPERTY_TYPE";
|
|
@@ -2206,15 +2216,15 @@ var Format;
|
|
|
2206
2216
|
Format2["LANGUAGE"] = "LANGUAGE";
|
|
2207
2217
|
Format2["DATE_OPTIONAL_TIME"] = "DATE_OPTIONAL_TIME";
|
|
2208
2218
|
})(Format || (Format = {}));
|
|
2209
|
-
var
|
|
2210
|
-
(function(
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
})(
|
|
2219
|
+
var UploadFileFormatEnumUploadFileFormat;
|
|
2220
|
+
(function(UploadFileFormatEnumUploadFileFormat2) {
|
|
2221
|
+
UploadFileFormatEnumUploadFileFormat2["UNKNOWN_UPLOAD_FILE_FORMAT"] = "UNKNOWN_UPLOAD_FILE_FORMAT";
|
|
2222
|
+
UploadFileFormatEnumUploadFileFormat2["VIDEO"] = "VIDEO";
|
|
2223
|
+
UploadFileFormatEnumUploadFileFormat2["IMAGE"] = "IMAGE";
|
|
2224
|
+
UploadFileFormatEnumUploadFileFormat2["AUDIO"] = "AUDIO";
|
|
2225
|
+
UploadFileFormatEnumUploadFileFormat2["DOCUMENT"] = "DOCUMENT";
|
|
2226
|
+
UploadFileFormatEnumUploadFileFormat2["ARCHIVE"] = "ARCHIVE";
|
|
2227
|
+
})(UploadFileFormatEnumUploadFileFormat || (UploadFileFormatEnumUploadFileFormat = {}));
|
|
2218
2228
|
var AppointmentFormat;
|
|
2219
2229
|
(function(AppointmentFormat2) {
|
|
2220
2230
|
AppointmentFormat2["UNKNOWN_FORMAT_TYPE"] = "UNKNOWN_FORMAT_TYPE";
|
|
@@ -2222,13 +2232,13 @@ var AppointmentFormat;
|
|
|
2222
2232
|
AppointmentFormat2["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
|
|
2223
2233
|
AppointmentFormat2["PHONE"] = "PHONE";
|
|
2224
2234
|
})(AppointmentFormat || (AppointmentFormat = {}));
|
|
2225
|
-
var
|
|
2226
|
-
(function(
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
})(
|
|
2235
|
+
var AlignmentEnumAlignment;
|
|
2236
|
+
(function(AlignmentEnumAlignment2) {
|
|
2237
|
+
AlignmentEnumAlignment2["UNKNOWN_ALIGNMENT"] = "UNKNOWN_ALIGNMENT";
|
|
2238
|
+
AlignmentEnumAlignment2["LEFT"] = "LEFT";
|
|
2239
|
+
AlignmentEnumAlignment2["CENTER"] = "CENTER";
|
|
2240
|
+
AlignmentEnumAlignment2["RIGHT"] = "RIGHT";
|
|
2241
|
+
})(AlignmentEnumAlignment || (AlignmentEnumAlignment = {}));
|
|
2232
2242
|
var ImageFit;
|
|
2233
2243
|
(function(ImageFit2) {
|
|
2234
2244
|
ImageFit2["UNKNOWN_IMAGE_FIT"] = "UNKNOWN_IMAGE_FIT";
|
|
@@ -2254,15 +2264,15 @@ var FirstDayOfWeek;
|
|
|
2254
2264
|
FirstDayOfWeek2["MONDAY"] = "MONDAY";
|
|
2255
2265
|
FirstDayOfWeek2["SUNDAY"] = "SUNDAY";
|
|
2256
2266
|
})(FirstDayOfWeek || (FirstDayOfWeek = {}));
|
|
2257
|
-
var
|
|
2258
|
-
(function(
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
})(
|
|
2267
|
+
var UploadFileFormat;
|
|
2268
|
+
(function(UploadFileFormat2) {
|
|
2269
|
+
UploadFileFormat2["UNDEFINED"] = "UNDEFINED";
|
|
2270
|
+
UploadFileFormat2["VIDEO"] = "VIDEO";
|
|
2271
|
+
UploadFileFormat2["IMAGE"] = "IMAGE";
|
|
2272
|
+
UploadFileFormat2["AUDIO"] = "AUDIO";
|
|
2273
|
+
UploadFileFormat2["DOCUMENT"] = "DOCUMENT";
|
|
2274
|
+
UploadFileFormat2["ARCHIVE"] = "ARCHIVE";
|
|
2275
|
+
})(UploadFileFormat || (UploadFileFormat = {}));
|
|
2266
2276
|
var DefaultCountryConfigType;
|
|
2267
2277
|
(function(DefaultCountryConfigType2) {
|
|
2268
2278
|
DefaultCountryConfigType2["UNKNOWN_DEFAULT_COUNTRY"] = "UNKNOWN_DEFAULT_COUNTRY";
|
|
@@ -2338,19 +2348,19 @@ var UpdateMode;
|
|
|
2338
2348
|
UpdateMode2["FULL"] = "FULL";
|
|
2339
2349
|
UpdateMode2["PARTIAL"] = "PARTIAL";
|
|
2340
2350
|
})(UpdateMode || (UpdateMode = {}));
|
|
2341
|
-
var
|
|
2342
|
-
(function(
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
})(
|
|
2351
|
+
var FieldType;
|
|
2352
|
+
(function(FieldType2) {
|
|
2353
|
+
FieldType2["UNDEFINED_TYPE"] = "UNDEFINED_TYPE";
|
|
2354
|
+
FieldType2["SHORT_TEXT"] = "SHORT_TEXT";
|
|
2355
|
+
FieldType2["LONG_TEXT"] = "LONG_TEXT";
|
|
2356
|
+
FieldType2["HTML"] = "HTML";
|
|
2357
|
+
FieldType2["RICH_CONTENT"] = "RICH_CONTENT";
|
|
2358
|
+
FieldType2["IMAGE"] = "IMAGE";
|
|
2359
|
+
FieldType2["IMAGE_LINK"] = "IMAGE_LINK";
|
|
2360
|
+
FieldType2["JSON"] = "JSON";
|
|
2361
|
+
FieldType2["VIDEO"] = "VIDEO";
|
|
2362
|
+
FieldType2["DOCUMENT"] = "DOCUMENT";
|
|
2363
|
+
})(FieldType || (FieldType = {}));
|
|
2354
2364
|
var SchemaScope;
|
|
2355
2365
|
(function(SchemaScope2) {
|
|
2356
2366
|
SchemaScope2["UNKNOWN_SCOPE"] = "UNKNOWN_SCOPE";
|
|
@@ -2542,11 +2552,11 @@ var VibeActionType;
|
|
|
2542
2552
|
VibeActionType2["OPEN_DASHBOARD"] = "OPEN_DASHBOARD";
|
|
2543
2553
|
VibeActionType2["OPEN_CUSTOM_PANEL"] = "OPEN_CUSTOM_PANEL";
|
|
2544
2554
|
})(VibeActionType || (VibeActionType = {}));
|
|
2545
|
-
var
|
|
2546
|
-
(function(
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
})(
|
|
2555
|
+
var ElementType;
|
|
2556
|
+
(function(ElementType2) {
|
|
2557
|
+
ElementType2["WIDGET"] = "WIDGET";
|
|
2558
|
+
ElementType2["PAGE"] = "PAGE";
|
|
2559
|
+
})(ElementType || (ElementType = {}));
|
|
2550
2560
|
var ScriptType;
|
|
2551
2561
|
(function(ScriptType2) {
|
|
2552
2562
|
ScriptType2["NO_SCRIPT_TYPE"] = "NO_SCRIPT_TYPE";
|
|
@@ -2636,12 +2646,12 @@ var FileMediaType;
|
|
|
2636
2646
|
FileMediaType2["ICON_MEDIA_TYPE"] = "ICON_MEDIA_TYPE";
|
|
2637
2647
|
FileMediaType2["FONT_MEDIA_TYPE"] = "FONT_MEDIA_TYPE";
|
|
2638
2648
|
})(FileMediaType || (FileMediaType = {}));
|
|
2639
|
-
var
|
|
2640
|
-
(function(
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
})(
|
|
2649
|
+
var Exposure;
|
|
2650
|
+
(function(Exposure2) {
|
|
2651
|
+
Exposure2["PRIVATE"] = "PRIVATE";
|
|
2652
|
+
Exposure2["INTERNAL"] = "INTERNAL";
|
|
2653
|
+
Exposure2["PUBLIC"] = "PUBLIC";
|
|
2654
|
+
})(Exposure || (Exposure = {}));
|
|
2645
2655
|
var AnimationType;
|
|
2646
2656
|
(function(AnimationType2) {
|
|
2647
2657
|
AnimationType2["VIEW"] = "VIEW";
|
|
@@ -2659,11 +2669,11 @@ var CardStylesAlignment;
|
|
|
2659
2669
|
CardStylesAlignment2["CENTER"] = "CENTER";
|
|
2660
2670
|
CardStylesAlignment2["END"] = "END";
|
|
2661
2671
|
})(CardStylesAlignment || (CardStylesAlignment = {}));
|
|
2662
|
-
var
|
|
2663
|
-
(function(
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
})(
|
|
2672
|
+
var CardStylesLayout;
|
|
2673
|
+
(function(CardStylesLayout2) {
|
|
2674
|
+
CardStylesLayout2["STACKED"] = "STACKED";
|
|
2675
|
+
CardStylesLayout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
2676
|
+
})(CardStylesLayout || (CardStylesLayout = {}));
|
|
2667
2677
|
var CardStylesType;
|
|
2668
2678
|
(function(CardStylesType2) {
|
|
2669
2679
|
CardStylesType2["CONTAINED"] = "CONTAINED";
|
|
@@ -2690,11 +2700,11 @@ var Placement;
|
|
|
2690
2700
|
Placement2["IMAGE"] = "IMAGE";
|
|
2691
2701
|
Placement2["PRODUCT_INFO"] = "PRODUCT_INFO";
|
|
2692
2702
|
})(Placement || (Placement = {}));
|
|
2693
|
-
var
|
|
2694
|
-
(function(
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
})(
|
|
2703
|
+
var StylesBackgroundType;
|
|
2704
|
+
(function(StylesBackgroundType2) {
|
|
2705
|
+
StylesBackgroundType2["COLOR"] = "COLOR";
|
|
2706
|
+
StylesBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2707
|
+
})(StylesBackgroundType || (StylesBackgroundType = {}));
|
|
2698
2708
|
var ButtonDataType;
|
|
2699
2709
|
(function(ButtonDataType2) {
|
|
2700
2710
|
ButtonDataType2["LINK"] = "LINK";
|
|
@@ -2717,12 +2727,12 @@ var ImagePositionPosition;
|
|
|
2717
2727
|
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
2718
2728
|
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2719
2729
|
})(ImagePositionPosition || (ImagePositionPosition = {}));
|
|
2720
|
-
var
|
|
2721
|
-
(function(
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
})(
|
|
2730
|
+
var ImageScalingScaling;
|
|
2731
|
+
(function(ImageScalingScaling2) {
|
|
2732
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
2733
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
2734
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
2735
|
+
})(ImageScalingScaling || (ImageScalingScaling = {}));
|
|
2726
2736
|
var Direction;
|
|
2727
2737
|
(function(Direction2) {
|
|
2728
2738
|
Direction2["LTR"] = "LTR";
|
|
@@ -2752,12 +2762,12 @@ var DecorationType;
|
|
|
2752
2762
|
DecorationType2["FONT_FAMILY"] = "FONT_FAMILY";
|
|
2753
2763
|
DecorationType2["SKETCH"] = "SKETCH";
|
|
2754
2764
|
})(DecorationType || (DecorationType = {}));
|
|
2755
|
-
var
|
|
2756
|
-
(function(
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
})(
|
|
2765
|
+
var Alignment;
|
|
2766
|
+
(function(Alignment2) {
|
|
2767
|
+
Alignment2["CENTER"] = "CENTER";
|
|
2768
|
+
Alignment2["LEFT"] = "LEFT";
|
|
2769
|
+
Alignment2["RIGHT"] = "RIGHT";
|
|
2770
|
+
})(Alignment || (Alignment = {}));
|
|
2761
2771
|
var LineStyle;
|
|
2762
2772
|
(function(LineStyle2) {
|
|
2763
2773
|
LineStyle2["SINGLE"] = "SINGLE";
|
|
@@ -2849,13 +2859,13 @@ var GradientType;
|
|
|
2849
2859
|
GradientType2["LINEAR"] = "LINEAR";
|
|
2850
2860
|
GradientType2["RADIAL"] = "RADIAL";
|
|
2851
2861
|
})(GradientType || (GradientType = {}));
|
|
2852
|
-
var
|
|
2853
|
-
(function(
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
})(
|
|
2862
|
+
var Source;
|
|
2863
|
+
(function(Source2) {
|
|
2864
|
+
Source2["HTML"] = "HTML";
|
|
2865
|
+
Source2["ADSENSE"] = "ADSENSE";
|
|
2866
|
+
Source2["AI"] = "AI";
|
|
2867
|
+
Source2["AI_WIDGET"] = "AI_WIDGET";
|
|
2868
|
+
})(Source || (Source = {}));
|
|
2859
2869
|
var BackdropType;
|
|
2860
2870
|
(function(BackdropType2) {
|
|
2861
2871
|
BackdropType2["COLOR"] = "COLOR";
|
|
@@ -2893,17 +2903,50 @@ var LayoutDataImagePosition;
|
|
|
2893
2903
|
LayoutDataImagePosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
2894
2904
|
LayoutDataImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2895
2905
|
})(LayoutDataImagePosition || (LayoutDataImagePosition = {}));
|
|
2896
|
-
var
|
|
2897
|
-
(function(
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
})(
|
|
2906
|
+
var Scaling;
|
|
2907
|
+
(function(Scaling2) {
|
|
2908
|
+
Scaling2["AUTO"] = "AUTO";
|
|
2909
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
2910
|
+
Scaling2["COVER"] = "COVER";
|
|
2911
|
+
})(Scaling || (Scaling = {}));
|
|
2902
2912
|
var ResponsivenessBehaviour;
|
|
2903
2913
|
(function(ResponsivenessBehaviour2) {
|
|
2904
2914
|
ResponsivenessBehaviour2["STACK"] = "STACK";
|
|
2905
2915
|
ResponsivenessBehaviour2["WRAP"] = "WRAP";
|
|
2906
2916
|
})(ResponsivenessBehaviour || (ResponsivenessBehaviour = {}));
|
|
2917
|
+
var LayerEffect;
|
|
2918
|
+
(function(LayerEffect2) {
|
|
2919
|
+
LayerEffect2["CENTER"] = "CENTER";
|
|
2920
|
+
LayerEffect2["FADE_TO_TOP"] = "FADE_TO_TOP";
|
|
2921
|
+
LayerEffect2["FADE_TO_BOTTOM"] = "FADE_TO_BOTTOM";
|
|
2922
|
+
})(LayerEffect || (LayerEffect = {}));
|
|
2923
|
+
var Shape;
|
|
2924
|
+
(function(Shape2) {
|
|
2925
|
+
Shape2["ELLIPSE"] = "ELLIPSE";
|
|
2926
|
+
Shape2["TILT"] = "TILT";
|
|
2927
|
+
Shape2["LIQUID"] = "LIQUID";
|
|
2928
|
+
Shape2["LEFT_WAVE"] = "LEFT_WAVE";
|
|
2929
|
+
Shape2["PAINT_SCRIBBLE"] = "PAINT_SCRIBBLE";
|
|
2930
|
+
Shape2["INVERTED_ELLIPSE"] = "INVERTED_ELLIPSE";
|
|
2931
|
+
Shape2["RIGHT_WAVE"] = "RIGHT_WAVE";
|
|
2932
|
+
Shape2["DUNES"] = "DUNES";
|
|
2933
|
+
Shape2["WAVES"] = "WAVES";
|
|
2934
|
+
Shape2["TRIANGLE"] = "TRIANGLE";
|
|
2935
|
+
Shape2["SEMI_ELLIPSE"] = "SEMI_ELLIPSE";
|
|
2936
|
+
Shape2["PLANTS"] = "PLANTS";
|
|
2937
|
+
Shape2["LAYERED_ELLIPSE"] = "LAYERED_ELLIPSE";
|
|
2938
|
+
Shape2["PIXELS"] = "PIXELS";
|
|
2939
|
+
Shape2["PAINT"] = "PAINT";
|
|
2940
|
+
Shape2["CLOUDS"] = "CLOUDS";
|
|
2941
|
+
Shape2["OPTICAL_ILLUSION"] = "OPTICAL_ILLUSION";
|
|
2942
|
+
Shape2["STRIPES"] = "STRIPES";
|
|
2943
|
+
Shape2["BLOBS"] = "BLOBS";
|
|
2944
|
+
Shape2["SEMI_CIRCLES"] = "SEMI_CIRCLES";
|
|
2945
|
+
Shape2["HILL"] = "HILL";
|
|
2946
|
+
Shape2["BRUSH"] = "BRUSH";
|
|
2947
|
+
Shape2["PEAKS"] = "PEAKS";
|
|
2948
|
+
Shape2["ANGLED_TRIANGLE"] = "ANGLED_TRIANGLE";
|
|
2949
|
+
})(Shape || (Shape = {}));
|
|
2907
2950
|
var VerticalAlignmentAlignment;
|
|
2908
2951
|
(function(VerticalAlignmentAlignment2) {
|
|
2909
2952
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
@@ -3018,12 +3061,12 @@ var PointerEffectType;
|
|
|
3018
3061
|
PointerEffectType2["TRACK"] = "TRACK";
|
|
3019
3062
|
PointerEffectType2["TRACK_3D"] = "TRACK_3D";
|
|
3020
3063
|
})(PointerEffectType || (PointerEffectType = {}));
|
|
3021
|
-
var
|
|
3022
|
-
(function(
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
})(
|
|
3064
|
+
var BackgroundType;
|
|
3065
|
+
(function(BackgroundType2) {
|
|
3066
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
3067
|
+
BackgroundType2["IMAGE"] = "IMAGE";
|
|
3068
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
3069
|
+
})(BackgroundType || (BackgroundType = {}));
|
|
3027
3070
|
var PollLayoutDirection;
|
|
3028
3071
|
(function(PollLayoutDirection2) {
|
|
3029
3072
|
PollLayoutDirection2["LTR"] = "LTR";
|