@wix/editor-react-components 1.2506.0 → 1.2508.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/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/Tabs.d.ts +3 -0
- package/dist/site/components/Tabs/component.js +2 -0
- package/dist/site/components/Tabs/constants.d.ts +8 -0
- package/dist/site/components/Tabs/css.css +2 -2
- package/dist/site/components/Tabs/manifest.js +110 -3
- package/dist/site/components/Tabs/manifestConfigs/menuItemConfig.d.ts +2 -0
- 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-V7QOLP3D.js → chunk-6KMOHX3X.js} +797 -632
- package/dist/site/components/chunks/constants19.js +36 -0
- 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 +377 -375
- package/package.json +4 -4
|
@@ -145,6 +145,7 @@ var BackOfficeHostingPlatforms;
|
|
|
145
145
|
BackOfficeHostingPlatforms2["SYMPHONY"] = "SYMPHONY";
|
|
146
146
|
BackOfficeHostingPlatforms2["BMR"] = "BMR";
|
|
147
147
|
BackOfficeHostingPlatforms2["WIXEL_DASHBOARD"] = "WIXEL_DASHBOARD";
|
|
148
|
+
BackOfficeHostingPlatforms2["CHANNELS_BACKOFFICE"] = "CHANNELS_BACKOFFICE";
|
|
148
149
|
})(BackOfficeHostingPlatforms || (BackOfficeHostingPlatforms = {}));
|
|
149
150
|
var BackOfficeScriptAssetType;
|
|
150
151
|
(function(BackOfficeScriptAssetType2) {
|
|
@@ -425,6 +426,7 @@ var ComponentType;
|
|
|
425
426
|
ComponentType2["EDITOR_EXPOSURE"] = "EDITOR_EXPOSURE";
|
|
426
427
|
ComponentType2["TOOLS_PROVIDER_CONFIG"] = "TOOLS_PROVIDER_CONFIG";
|
|
427
428
|
ComponentType2["APP_TOOLS"] = "APP_TOOLS";
|
|
429
|
+
ComponentType2["ECOM_PURCHASE_RECOMMENDATIONS"] = "ECOM_PURCHASE_RECOMMENDATIONS";
|
|
428
430
|
})(ComponentType || (ComponentType = {}));
|
|
429
431
|
var AuthType;
|
|
430
432
|
(function(AuthType2) {
|
|
@@ -552,151 +554,32 @@ var ContextActionExecutionType;
|
|
|
552
554
|
ContextActionExecutionType2["panel"] = "panel";
|
|
553
555
|
ContextActionExecutionType2["dashboard"] = "dashboard";
|
|
554
556
|
})(ContextActionExecutionType || (ContextActionExecutionType = {}));
|
|
555
|
-
var
|
|
556
|
-
(function(
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
})(
|
|
569
|
-
var CssPropertyEnumCssPropertyType;
|
|
570
|
-
(function(CssPropertyEnumCssPropertyType2) {
|
|
571
|
-
CssPropertyEnumCssPropertyType2["UNKNOWN_CssPropertyType"] = "UNKNOWN_CssPropertyType";
|
|
572
|
-
CssPropertyEnumCssPropertyType2["number"] = "number";
|
|
573
|
-
CssPropertyEnumCssPropertyType2["string"] = "string";
|
|
574
|
-
CssPropertyEnumCssPropertyType2["angle"] = "angle";
|
|
575
|
-
CssPropertyEnumCssPropertyType2["length"] = "length";
|
|
576
|
-
CssPropertyEnumCssPropertyType2["percentage"] = "percentage";
|
|
577
|
-
CssPropertyEnumCssPropertyType2["lengthPercentage"] = "lengthPercentage";
|
|
578
|
-
CssPropertyEnumCssPropertyType2["blendMode"] = "blendMode";
|
|
579
|
-
CssPropertyEnumCssPropertyType2["customEnum"] = "customEnum";
|
|
580
|
-
CssPropertyEnumCssPropertyType2["time"] = "time";
|
|
581
|
-
CssPropertyEnumCssPropertyType2["background"] = "background";
|
|
582
|
-
CssPropertyEnumCssPropertyType2["backgroundSize"] = "backgroundSize";
|
|
583
|
-
CssPropertyEnumCssPropertyType2["backgroundColor"] = "backgroundColor";
|
|
584
|
-
CssPropertyEnumCssPropertyType2["backgroundImage"] = "backgroundImage";
|
|
585
|
-
CssPropertyEnumCssPropertyType2["backgroundClip"] = "backgroundClip";
|
|
586
|
-
CssPropertyEnumCssPropertyType2["backgroundOrigin"] = "backgroundOrigin";
|
|
587
|
-
CssPropertyEnumCssPropertyType2["backgroundPosition"] = "backgroundPosition";
|
|
588
|
-
CssPropertyEnumCssPropertyType2["backgroundRepeat"] = "backgroundRepeat";
|
|
589
|
-
CssPropertyEnumCssPropertyType2["backgroundAttachment"] = "backgroundAttachment";
|
|
590
|
-
CssPropertyEnumCssPropertyType2["margin"] = "margin";
|
|
591
|
-
CssPropertyEnumCssPropertyType2["marginTop"] = "marginTop";
|
|
592
|
-
CssPropertyEnumCssPropertyType2["marginRight"] = "marginRight";
|
|
593
|
-
CssPropertyEnumCssPropertyType2["marginBottom"] = "marginBottom";
|
|
594
|
-
CssPropertyEnumCssPropertyType2["marginLeft"] = "marginLeft";
|
|
595
|
-
CssPropertyEnumCssPropertyType2["marginInlineStart"] = "marginInlineStart";
|
|
596
|
-
CssPropertyEnumCssPropertyType2["marginInlineEnd"] = "marginInlineEnd";
|
|
597
|
-
CssPropertyEnumCssPropertyType2["padding"] = "padding";
|
|
598
|
-
CssPropertyEnumCssPropertyType2["paddingTop"] = "paddingTop";
|
|
599
|
-
CssPropertyEnumCssPropertyType2["paddingRight"] = "paddingRight";
|
|
600
|
-
CssPropertyEnumCssPropertyType2["paddingBottom"] = "paddingBottom";
|
|
601
|
-
CssPropertyEnumCssPropertyType2["paddingLeft"] = "paddingLeft";
|
|
602
|
-
CssPropertyEnumCssPropertyType2["paddingInlineStart"] = "paddingInlineStart";
|
|
603
|
-
CssPropertyEnumCssPropertyType2["paddingInlineEnd"] = "paddingInlineEnd";
|
|
604
|
-
CssPropertyEnumCssPropertyType2["border"] = "border";
|
|
605
|
-
CssPropertyEnumCssPropertyType2["borderWidth"] = "borderWidth";
|
|
606
|
-
CssPropertyEnumCssPropertyType2["borderStyle"] = "borderStyle";
|
|
607
|
-
CssPropertyEnumCssPropertyType2["borderColor"] = "borderColor";
|
|
608
|
-
CssPropertyEnumCssPropertyType2["borderTop"] = "borderTop";
|
|
609
|
-
CssPropertyEnumCssPropertyType2["borderTopColor"] = "borderTopColor";
|
|
610
|
-
CssPropertyEnumCssPropertyType2["borderTopWidth"] = "borderTopWidth";
|
|
611
|
-
CssPropertyEnumCssPropertyType2["borderTopStyle"] = "borderTopStyle";
|
|
612
|
-
CssPropertyEnumCssPropertyType2["borderRight"] = "borderRight";
|
|
613
|
-
CssPropertyEnumCssPropertyType2["borderRightColor"] = "borderRightColor";
|
|
614
|
-
CssPropertyEnumCssPropertyType2["borderRightWidth"] = "borderRightWidth";
|
|
615
|
-
CssPropertyEnumCssPropertyType2["borderRightStyle"] = "borderRightStyle";
|
|
616
|
-
CssPropertyEnumCssPropertyType2["borderBottom"] = "borderBottom";
|
|
617
|
-
CssPropertyEnumCssPropertyType2["borderBottomColor"] = "borderBottomColor";
|
|
618
|
-
CssPropertyEnumCssPropertyType2["borderBottomWidth"] = "borderBottomWidth";
|
|
619
|
-
CssPropertyEnumCssPropertyType2["borderBottomStyle"] = "borderBottomStyle";
|
|
620
|
-
CssPropertyEnumCssPropertyType2["borderLeft"] = "borderLeft";
|
|
621
|
-
CssPropertyEnumCssPropertyType2["borderLeftColor"] = "borderLeftColor";
|
|
622
|
-
CssPropertyEnumCssPropertyType2["borderLeftWidth"] = "borderLeftWidth";
|
|
623
|
-
CssPropertyEnumCssPropertyType2["borderLeftStyle"] = "borderLeftStyle";
|
|
624
|
-
CssPropertyEnumCssPropertyType2["borderInlineStart"] = "borderInlineStart";
|
|
625
|
-
CssPropertyEnumCssPropertyType2["borderInlineStartColor"] = "borderInlineStartColor";
|
|
626
|
-
CssPropertyEnumCssPropertyType2["borderInlineStartWidth"] = "borderInlineStartWidth";
|
|
627
|
-
CssPropertyEnumCssPropertyType2["borderInlineStartStyle"] = "borderInlineStartStyle";
|
|
628
|
-
CssPropertyEnumCssPropertyType2["borderInlineEnd"] = "borderInlineEnd";
|
|
629
|
-
CssPropertyEnumCssPropertyType2["borderInlineEndColor"] = "borderInlineEndColor";
|
|
630
|
-
CssPropertyEnumCssPropertyType2["borderInlineEndWidth"] = "borderInlineEndWidth";
|
|
631
|
-
CssPropertyEnumCssPropertyType2["borderInlineEndStyle"] = "borderInlineEndStyle";
|
|
632
|
-
CssPropertyEnumCssPropertyType2["borderRadius"] = "borderRadius";
|
|
633
|
-
CssPropertyEnumCssPropertyType2["borderTopLeftRadius"] = "borderTopLeftRadius";
|
|
634
|
-
CssPropertyEnumCssPropertyType2["borderTopRightRadius"] = "borderTopRightRadius";
|
|
635
|
-
CssPropertyEnumCssPropertyType2["borderBottomRightRadius"] = "borderBottomRightRadius";
|
|
636
|
-
CssPropertyEnumCssPropertyType2["borderBottomLeftRadius"] = "borderBottomLeftRadius";
|
|
637
|
-
CssPropertyEnumCssPropertyType2["borderStartStartRadius"] = "borderStartStartRadius";
|
|
638
|
-
CssPropertyEnumCssPropertyType2["borderStartEndRadius"] = "borderStartEndRadius";
|
|
639
|
-
CssPropertyEnumCssPropertyType2["borderEndStartRadius"] = "borderEndStartRadius";
|
|
640
|
-
CssPropertyEnumCssPropertyType2["borderEndEndRadius"] = "borderEndEndRadius";
|
|
641
|
-
CssPropertyEnumCssPropertyType2["font"] = "font";
|
|
642
|
-
CssPropertyEnumCssPropertyType2["fontFamily"] = "fontFamily";
|
|
643
|
-
CssPropertyEnumCssPropertyType2["fontSize"] = "fontSize";
|
|
644
|
-
CssPropertyEnumCssPropertyType2["fontStretch"] = "fontStretch";
|
|
645
|
-
CssPropertyEnumCssPropertyType2["fontStyle"] = "fontStyle";
|
|
646
|
-
CssPropertyEnumCssPropertyType2["fontVariant"] = "fontVariant";
|
|
647
|
-
CssPropertyEnumCssPropertyType2["fontWeight"] = "fontWeight";
|
|
648
|
-
CssPropertyEnumCssPropertyType2["lineHeight"] = "lineHeight";
|
|
649
|
-
CssPropertyEnumCssPropertyType2["color"] = "color";
|
|
650
|
-
CssPropertyEnumCssPropertyType2["letterSpacing"] = "letterSpacing";
|
|
651
|
-
CssPropertyEnumCssPropertyType2["writingMode"] = "writingMode";
|
|
652
|
-
CssPropertyEnumCssPropertyType2["textAlign"] = "textAlign";
|
|
653
|
-
CssPropertyEnumCssPropertyType2["textTransform"] = "textTransform";
|
|
654
|
-
CssPropertyEnumCssPropertyType2["textShadow"] = "textShadow";
|
|
655
|
-
CssPropertyEnumCssPropertyType2["textOverflow"] = "textOverflow";
|
|
656
|
-
CssPropertyEnumCssPropertyType2["textIndent"] = "textIndent";
|
|
657
|
-
CssPropertyEnumCssPropertyType2["textDecoration"] = "textDecoration";
|
|
658
|
-
CssPropertyEnumCssPropertyType2["textDecorationColor"] = "textDecorationColor";
|
|
659
|
-
CssPropertyEnumCssPropertyType2["textDecorationLine"] = "textDecorationLine";
|
|
660
|
-
CssPropertyEnumCssPropertyType2["textDecorationStyle"] = "textDecorationStyle";
|
|
661
|
-
CssPropertyEnumCssPropertyType2["textDecorationThickness"] = "textDecorationThickness";
|
|
662
|
-
CssPropertyEnumCssPropertyType2["boxShadow"] = "boxShadow";
|
|
663
|
-
CssPropertyEnumCssPropertyType2["opacity"] = "opacity";
|
|
664
|
-
CssPropertyEnumCssPropertyType2["overflow"] = "overflow";
|
|
665
|
-
CssPropertyEnumCssPropertyType2["display"] = "display";
|
|
666
|
-
CssPropertyEnumCssPropertyType2["alignSelf"] = "alignSelf";
|
|
667
|
-
CssPropertyEnumCssPropertyType2["justifyContent"] = "justifyContent";
|
|
668
|
-
CssPropertyEnumCssPropertyType2["alignItems"] = "alignItems";
|
|
669
|
-
CssPropertyEnumCssPropertyType2["flexDirection"] = "flexDirection";
|
|
670
|
-
CssPropertyEnumCssPropertyType2["height"] = "height";
|
|
671
|
-
CssPropertyEnumCssPropertyType2["width"] = "width";
|
|
672
|
-
CssPropertyEnumCssPropertyType2["gap"] = "gap";
|
|
673
|
-
CssPropertyEnumCssPropertyType2["columnGap"] = "columnGap";
|
|
674
|
-
CssPropertyEnumCssPropertyType2["rowGap"] = "rowGap";
|
|
675
|
-
CssPropertyEnumCssPropertyType2["filter"] = "filter";
|
|
676
|
-
CssPropertyEnumCssPropertyType2["backdropFilter"] = "backdropFilter";
|
|
677
|
-
CssPropertyEnumCssPropertyType2["objectFit"] = "objectFit";
|
|
678
|
-
CssPropertyEnumCssPropertyType2["objectPosition"] = "objectPosition";
|
|
679
|
-
CssPropertyEnumCssPropertyType2["mixBlendMode"] = "mixBlendMode";
|
|
680
|
-
CssPropertyEnumCssPropertyType2["isolation"] = "isolation";
|
|
681
|
-
CssPropertyEnumCssPropertyType2["stroke"] = "stroke";
|
|
682
|
-
CssPropertyEnumCssPropertyType2["strokeWidth"] = "strokeWidth";
|
|
683
|
-
CssPropertyEnumCssPropertyType2["strokeOpacity"] = "strokeOpacity";
|
|
684
|
-
CssPropertyEnumCssPropertyType2["fill"] = "fill";
|
|
685
|
-
CssPropertyEnumCssPropertyType2["fillOpacity"] = "fillOpacity";
|
|
686
|
-
CssPropertyEnumCssPropertyType2["fillRule"] = "fillRule";
|
|
687
|
-
CssPropertyEnumCssPropertyType2["mask"] = "mask";
|
|
688
|
-
CssPropertyEnumCssPropertyType2["maskImage"] = "maskImage";
|
|
689
|
-
CssPropertyEnumCssPropertyType2["maskMode"] = "maskMode";
|
|
690
|
-
CssPropertyEnumCssPropertyType2["maskRepeat"] = "maskRepeat";
|
|
691
|
-
CssPropertyEnumCssPropertyType2["maskPosition"] = "maskPosition";
|
|
692
|
-
CssPropertyEnumCssPropertyType2["maskClip"] = "maskClip";
|
|
693
|
-
CssPropertyEnumCssPropertyType2["maskOrigin"] = "maskOrigin";
|
|
694
|
-
CssPropertyEnumCssPropertyType2["maskSize"] = "maskSize";
|
|
695
|
-
CssPropertyEnumCssPropertyType2["maskComposite"] = "maskComposite";
|
|
696
|
-
})(CssPropertyEnumCssPropertyType || (CssPropertyEnumCssPropertyType = {}));
|
|
557
|
+
var CssDataType;
|
|
558
|
+
(function(CssDataType2) {
|
|
559
|
+
CssDataType2["UNKNOWN_CssDataType"] = "UNKNOWN_CssDataType";
|
|
560
|
+
CssDataType2["number"] = "number";
|
|
561
|
+
CssDataType2["string"] = "string";
|
|
562
|
+
CssDataType2["angle"] = "angle";
|
|
563
|
+
CssDataType2["color"] = "color";
|
|
564
|
+
CssDataType2["length"] = "length";
|
|
565
|
+
CssDataType2["percentage"] = "percentage";
|
|
566
|
+
CssDataType2["lengthPercentage"] = "lengthPercentage";
|
|
567
|
+
CssDataType2["blendMode"] = "blendMode";
|
|
568
|
+
CssDataType2["customEnum"] = "customEnum";
|
|
569
|
+
CssDataType2["time"] = "time";
|
|
570
|
+
})(CssDataType || (CssDataType = {}));
|
|
697
571
|
var CssPropertyType;
|
|
698
572
|
(function(CssPropertyType2) {
|
|
699
573
|
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";
|
|
700
583
|
CssPropertyType2["background"] = "background";
|
|
701
584
|
CssPropertyType2["backgroundSize"] = "backgroundSize";
|
|
702
585
|
CssPropertyType2["backgroundColor"] = "backgroundColor";
|
|
@@ -706,8 +589,6 @@ var CssPropertyType;
|
|
|
706
589
|
CssPropertyType2["backgroundPosition"] = "backgroundPosition";
|
|
707
590
|
CssPropertyType2["backgroundRepeat"] = "backgroundRepeat";
|
|
708
591
|
CssPropertyType2["backgroundAttachment"] = "backgroundAttachment";
|
|
709
|
-
CssPropertyType2["fill"] = "fill";
|
|
710
|
-
CssPropertyType2["fillOpacity"] = "fillOpacity";
|
|
711
592
|
CssPropertyType2["margin"] = "margin";
|
|
712
593
|
CssPropertyType2["marginTop"] = "marginTop";
|
|
713
594
|
CssPropertyType2["marginRight"] = "marginRight";
|
|
@@ -788,9 +669,9 @@ var CssPropertyType;
|
|
|
788
669
|
CssPropertyType2["justifyContent"] = "justifyContent";
|
|
789
670
|
CssPropertyType2["alignItems"] = "alignItems";
|
|
790
671
|
CssPropertyType2["flexDirection"] = "flexDirection";
|
|
791
|
-
CssPropertyType2["gap"] = "gap";
|
|
792
672
|
CssPropertyType2["height"] = "height";
|
|
793
673
|
CssPropertyType2["width"] = "width";
|
|
674
|
+
CssPropertyType2["gap"] = "gap";
|
|
794
675
|
CssPropertyType2["columnGap"] = "columnGap";
|
|
795
676
|
CssPropertyType2["rowGap"] = "rowGap";
|
|
796
677
|
CssPropertyType2["filter"] = "filter";
|
|
@@ -802,21 +683,142 @@ var CssPropertyType;
|
|
|
802
683
|
CssPropertyType2["stroke"] = "stroke";
|
|
803
684
|
CssPropertyType2["strokeWidth"] = "strokeWidth";
|
|
804
685
|
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";
|
|
805
698
|
})(CssPropertyType || (CssPropertyType = {}));
|
|
806
|
-
var
|
|
807
|
-
(function(
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
699
|
+
var CssPropertyTypeEnumCssPropertyType;
|
|
700
|
+
(function(CssPropertyTypeEnumCssPropertyType2) {
|
|
701
|
+
CssPropertyTypeEnumCssPropertyType2["UNKNOWN_CssPropertyType"] = "UNKNOWN_CssPropertyType";
|
|
702
|
+
CssPropertyTypeEnumCssPropertyType2["background"] = "background";
|
|
703
|
+
CssPropertyTypeEnumCssPropertyType2["backgroundSize"] = "backgroundSize";
|
|
704
|
+
CssPropertyTypeEnumCssPropertyType2["backgroundColor"] = "backgroundColor";
|
|
705
|
+
CssPropertyTypeEnumCssPropertyType2["backgroundImage"] = "backgroundImage";
|
|
706
|
+
CssPropertyTypeEnumCssPropertyType2["backgroundClip"] = "backgroundClip";
|
|
707
|
+
CssPropertyTypeEnumCssPropertyType2["backgroundOrigin"] = "backgroundOrigin";
|
|
708
|
+
CssPropertyTypeEnumCssPropertyType2["backgroundPosition"] = "backgroundPosition";
|
|
709
|
+
CssPropertyTypeEnumCssPropertyType2["backgroundRepeat"] = "backgroundRepeat";
|
|
710
|
+
CssPropertyTypeEnumCssPropertyType2["backgroundAttachment"] = "backgroundAttachment";
|
|
711
|
+
CssPropertyTypeEnumCssPropertyType2["fill"] = "fill";
|
|
712
|
+
CssPropertyTypeEnumCssPropertyType2["fillOpacity"] = "fillOpacity";
|
|
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 = {}));
|
|
820
822
|
var AccessLevel;
|
|
821
823
|
(function(AccessLevel2) {
|
|
822
824
|
AccessLevel2["UNDEFINED"] = "UNDEFINED";
|
|
@@ -826,33 +828,33 @@ var AccessLevel;
|
|
|
826
828
|
AccessLevel2["CMS_EDITOR"] = "CMS_EDITOR";
|
|
827
829
|
AccessLevel2["PRIVILEGED"] = "PRIVILEGED";
|
|
828
830
|
})(AccessLevel || (AccessLevel = {}));
|
|
829
|
-
var
|
|
830
|
-
(function(
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
})(
|
|
831
|
+
var FieldType;
|
|
832
|
+
(function(FieldType2) {
|
|
833
|
+
FieldType2["UNKNOWN_FIELD_TYPE"] = "UNKNOWN_FIELD_TYPE";
|
|
834
|
+
FieldType2["TEXT"] = "TEXT";
|
|
835
|
+
FieldType2["NUMBER"] = "NUMBER";
|
|
836
|
+
FieldType2["DATE"] = "DATE";
|
|
837
|
+
FieldType2["DATETIME"] = "DATETIME";
|
|
838
|
+
FieldType2["IMAGE"] = "IMAGE";
|
|
839
|
+
FieldType2["BOOLEAN"] = "BOOLEAN";
|
|
840
|
+
FieldType2["DOCUMENT"] = "DOCUMENT";
|
|
841
|
+
FieldType2["URL"] = "URL";
|
|
842
|
+
FieldType2["RICH_TEXT"] = "RICH_TEXT";
|
|
843
|
+
FieldType2["VIDEO"] = "VIDEO";
|
|
844
|
+
FieldType2["ANY"] = "ANY";
|
|
845
|
+
FieldType2["ARRAY_STRING"] = "ARRAY_STRING";
|
|
846
|
+
FieldType2["ARRAY_DOCUMENT"] = "ARRAY_DOCUMENT";
|
|
847
|
+
FieldType2["AUDIO"] = "AUDIO";
|
|
848
|
+
FieldType2["TIME"] = "TIME";
|
|
849
|
+
FieldType2["LANGUAGE"] = "LANGUAGE";
|
|
850
|
+
FieldType2["RICH_CONTENT"] = "RICH_CONTENT";
|
|
851
|
+
FieldType2["MEDIA_GALLERY"] = "MEDIA_GALLERY";
|
|
852
|
+
FieldType2["ADDRESS"] = "ADDRESS";
|
|
853
|
+
FieldType2["REFERENCE"] = "REFERENCE";
|
|
854
|
+
FieldType2["MULTI_REFERENCE"] = "MULTI_REFERENCE";
|
|
855
|
+
FieldType2["OBJECT"] = "OBJECT";
|
|
856
|
+
FieldType2["ARRAY"] = "ARRAY";
|
|
857
|
+
})(FieldType || (FieldType = {}));
|
|
856
858
|
var Order;
|
|
857
859
|
(function(Order2) {
|
|
858
860
|
Order2["ASC"] = "ASC";
|
|
@@ -981,13 +983,13 @@ var DtsDefinitionType;
|
|
|
981
983
|
DtsDefinitionType2["DTS_HTTP_LINK"] = "DTS_HTTP_LINK";
|
|
982
984
|
DtsDefinitionType2["DTS_CONTENT"] = "DTS_CONTENT";
|
|
983
985
|
})(DtsDefinitionType || (DtsDefinitionType = {}));
|
|
984
|
-
var
|
|
985
|
-
(function(
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
})(
|
|
986
|
+
var ItemType;
|
|
987
|
+
(function(ItemType2) {
|
|
988
|
+
ItemType2["UNKNOWN_ITEM_TYPE"] = "UNKNOWN_ITEM_TYPE";
|
|
989
|
+
ItemType2["CUSTOM_ELEMENT"] = "CUSTOM_ELEMENT";
|
|
990
|
+
ItemType2["EDITOR_REACT_COMPONENT"] = "EDITOR_REACT_COMPONENT";
|
|
991
|
+
ItemType2["COMPOSITION"] = "COMPOSITION";
|
|
992
|
+
})(ItemType || (ItemType = {}));
|
|
991
993
|
var EditorType;
|
|
992
994
|
(function(EditorType2) {
|
|
993
995
|
EditorType2["UNKNOWN_EDITOR_TYPE"] = "UNKNOWN_EDITOR_TYPE";
|
|
@@ -1002,12 +1004,12 @@ var ElementDisplayOption;
|
|
|
1002
1004
|
ElementDisplayOption2["REMOVE"] = "REMOVE";
|
|
1003
1005
|
ElementDisplayOption2["CUSTOMIZED"] = "CUSTOMIZED";
|
|
1004
1006
|
})(ElementDisplayOption || (ElementDisplayOption = {}));
|
|
1005
|
-
var
|
|
1006
|
-
(function(
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
})(
|
|
1007
|
+
var ElementType;
|
|
1008
|
+
(function(ElementType2) {
|
|
1009
|
+
ElementType2["UNKNOWN_ElementType"] = "UNKNOWN_ElementType";
|
|
1010
|
+
ElementType2["inlineElement"] = "inlineElement";
|
|
1011
|
+
ElementType2["refElement"] = "refElement";
|
|
1012
|
+
})(ElementType || (ElementType = {}));
|
|
1011
1013
|
var EmbedCategory;
|
|
1012
1014
|
(function(EmbedCategory2) {
|
|
1013
1015
|
EmbedCategory2["UNKNOWN"] = "UNKNOWN";
|
|
@@ -1035,12 +1037,12 @@ var ExtendingComponentType;
|
|
|
1035
1037
|
ExtendingComponentType2["BACK_OFFICE_MENU_ITEM"] = "BACK_OFFICE_MENU_ITEM";
|
|
1036
1038
|
ExtendingComponentType2["BACK_OFFICE_EXTENSION_WIDGET"] = "BACK_OFFICE_EXTENSION_WIDGET";
|
|
1037
1039
|
})(ExtendingComponentType || (ExtendingComponentType = {}));
|
|
1038
|
-
var
|
|
1039
|
-
(function(
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
})(
|
|
1040
|
+
var Exposure;
|
|
1041
|
+
(function(Exposure2) {
|
|
1042
|
+
Exposure2["PRIVATE"] = "PRIVATE";
|
|
1043
|
+
Exposure2["INTERNAL"] = "INTERNAL";
|
|
1044
|
+
Exposure2["PUBLIC"] = "PUBLIC";
|
|
1045
|
+
})(Exposure || (Exposure = {}));
|
|
1044
1046
|
var Maturity;
|
|
1045
1047
|
(function(Maturity2) {
|
|
1046
1048
|
Maturity2["ALPHA"] = "ALPHA";
|
|
@@ -1107,12 +1109,12 @@ var FilterOperatorValueType;
|
|
|
1107
1109
|
FilterOperatorValueType2["localTime"] = "localTime";
|
|
1108
1110
|
FilterOperatorValueType2["localDateTime"] = "localDateTime";
|
|
1109
1111
|
})(FilterOperatorValueType || (FilterOperatorValueType = {}));
|
|
1110
|
-
var
|
|
1111
|
-
(function(
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
})(
|
|
1112
|
+
var Scope;
|
|
1113
|
+
(function(Scope2) {
|
|
1114
|
+
Scope2["UNKNOWN_SCOPE"] = "UNKNOWN_SCOPE";
|
|
1115
|
+
Scope2["SITE"] = "SITE";
|
|
1116
|
+
Scope2["ENTITY"] = "ENTITY";
|
|
1117
|
+
})(Scope || (Scope = {}));
|
|
1116
1118
|
var FunctionRole;
|
|
1117
1119
|
(function(FunctionRole2) {
|
|
1118
1120
|
FunctionRole2["UNKNOWN_FUNCTION_ROLE"] = "UNKNOWN_FUNCTION_ROLE";
|
|
@@ -1163,14 +1165,14 @@ var ImageType;
|
|
|
1163
1165
|
ImageType2["element"] = "element";
|
|
1164
1166
|
ImageType2["gradient"] = "gradient";
|
|
1165
1167
|
})(ImageType || (ImageType = {}));
|
|
1166
|
-
var
|
|
1167
|
-
(function(
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
})(
|
|
1168
|
+
var InputType;
|
|
1169
|
+
(function(InputType2) {
|
|
1170
|
+
InputType2["UNKNOWN_InputType"] = "UNKNOWN_InputType";
|
|
1171
|
+
InputType2["text"] = "text";
|
|
1172
|
+
InputType2["checkbox"] = "checkbox";
|
|
1173
|
+
InputType2["number"] = "number";
|
|
1174
|
+
InputType2["date"] = "date";
|
|
1175
|
+
})(InputType || (InputType = {}));
|
|
1174
1176
|
var InstallPage;
|
|
1175
1177
|
(function(InstallPage2) {
|
|
1176
1178
|
InstallPage2["NO_PAGE"] = "NO_PAGE";
|
|
@@ -1189,17 +1191,17 @@ var EffectGroup;
|
|
|
1189
1191
|
EffectGroup2["UNKNOWN_EFFECT_GROUP"] = "UNKNOWN_EFFECT_GROUP";
|
|
1190
1192
|
EffectGroup2["background"] = "background";
|
|
1191
1193
|
})(EffectGroup || (EffectGroup = {}));
|
|
1192
|
-
var
|
|
1193
|
-
(function(
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
})(
|
|
1194
|
+
var Trigger;
|
|
1195
|
+
(function(Trigger2) {
|
|
1196
|
+
Trigger2["UNKNOWN_TRIGGER"] = "UNKNOWN_TRIGGER";
|
|
1197
|
+
Trigger2["hover"] = "hover";
|
|
1198
|
+
Trigger2["click"] = "click";
|
|
1199
|
+
Trigger2["viewEnter"] = "viewEnter";
|
|
1200
|
+
Trigger2["pageVisible"] = "pageVisible";
|
|
1201
|
+
Trigger2["viewProgress"] = "viewProgress";
|
|
1202
|
+
Trigger2["pointerMove"] = "pointerMove";
|
|
1203
|
+
Trigger2["animationEnd"] = "animationEnd";
|
|
1204
|
+
})(Trigger || (Trigger = {}));
|
|
1203
1205
|
var ItemField;
|
|
1204
1206
|
(function(ItemField2) {
|
|
1205
1207
|
ItemField2["ID"] = "ID";
|
|
@@ -1321,13 +1323,13 @@ var RecipientType;
|
|
|
1321
1323
|
RecipientType2["WIX_USER"] = "WIX_USER";
|
|
1322
1324
|
RecipientType2["CONTACT"] = "CONTACT";
|
|
1323
1325
|
})(RecipientType || (RecipientType = {}));
|
|
1324
|
-
var
|
|
1325
|
-
(function(
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
})(
|
|
1326
|
+
var NotificationTopicState;
|
|
1327
|
+
(function(NotificationTopicState2) {
|
|
1328
|
+
NotificationTopicState2["UNKNOWN_STATE"] = "UNKNOWN_STATE";
|
|
1329
|
+
NotificationTopicState2["DEFAULT_ON"] = "DEFAULT_ON";
|
|
1330
|
+
NotificationTopicState2["DEFAULT_OFF"] = "DEFAULT_OFF";
|
|
1331
|
+
NotificationTopicState2["ALWAYS_ON"] = "ALWAYS_ON";
|
|
1332
|
+
})(NotificationTopicState || (NotificationTopicState = {}));
|
|
1331
1333
|
var NotificationTopicType;
|
|
1332
1334
|
(function(NotificationTopicType2) {
|
|
1333
1335
|
NotificationTopicType2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
@@ -1371,13 +1373,13 @@ var PanelMode;
|
|
|
1371
1373
|
PanelMode2["UNKNOWN_PanelMode"] = "UNKNOWN_PanelMode";
|
|
1372
1374
|
PanelMode2["overlay"] = "overlay";
|
|
1373
1375
|
})(PanelMode || (PanelMode = {}));
|
|
1374
|
-
var
|
|
1375
|
-
(function(
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
})(
|
|
1376
|
+
var Width;
|
|
1377
|
+
(function(Width2) {
|
|
1378
|
+
Width2["UNKNOWN_WIDTH"] = "UNKNOWN_WIDTH";
|
|
1379
|
+
Width2["SMALL"] = "SMALL";
|
|
1380
|
+
Width2["MEDIUM"] = "MEDIUM";
|
|
1381
|
+
Width2["LARGE"] = "LARGE";
|
|
1382
|
+
})(Width || (Width = {}));
|
|
1381
1383
|
var PanelType;
|
|
1382
1384
|
(function(PanelType2) {
|
|
1383
1385
|
PanelType2["UNKNOWN_PanelType"] = "UNKNOWN_PanelType";
|
|
@@ -1754,12 +1756,12 @@ var RestrictedOperation;
|
|
|
1754
1756
|
RestrictedOperation2["ALLOW"] = "ALLOW";
|
|
1755
1757
|
RestrictedOperation2["WARN"] = "WARN";
|
|
1756
1758
|
})(RestrictedOperation || (RestrictedOperation = {}));
|
|
1757
|
-
var
|
|
1758
|
-
(function(
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
})(
|
|
1759
|
+
var InterfaceConfigurationType;
|
|
1760
|
+
(function(InterfaceConfigurationType2) {
|
|
1761
|
+
InterfaceConfigurationType2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
1762
|
+
InterfaceConfigurationType2["WIDGET_COMPONENT"] = "WIDGET_COMPONENT";
|
|
1763
|
+
InterfaceConfigurationType2["ITEM_SELECTION"] = "ITEM_SELECTION";
|
|
1764
|
+
})(InterfaceConfigurationType || (InterfaceConfigurationType = {}));
|
|
1763
1765
|
var ParticipantType;
|
|
1764
1766
|
(function(ParticipantType2) {
|
|
1765
1767
|
ParticipantType2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
@@ -1767,12 +1769,12 @@ var ParticipantType;
|
|
|
1767
1769
|
ParticipantType2["CONTACT"] = "CONTACT";
|
|
1768
1770
|
ParticipantType2["ANONYMOUS"] = "ANONYMOUS";
|
|
1769
1771
|
})(ParticipantType || (ParticipantType = {}));
|
|
1770
|
-
var
|
|
1771
|
-
(function(
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
})(
|
|
1772
|
+
var V1Scope;
|
|
1773
|
+
(function(V1Scope2) {
|
|
1774
|
+
V1Scope2["UNKNOWN_SCOPE"] = "UNKNOWN_SCOPE";
|
|
1775
|
+
V1Scope2["SPECIFIC_SITE"] = "SPECIFIC_SITE";
|
|
1776
|
+
V1Scope2["NON_SPECIFIC_SITE"] = "NON_SPECIFIC_SITE";
|
|
1777
|
+
})(V1Scope || (V1Scope = {}));
|
|
1776
1778
|
var BlockType;
|
|
1777
1779
|
(function(BlockType2) {
|
|
1778
1780
|
BlockType2["UNKNOWN"] = "UNKNOWN";
|
|
@@ -1884,12 +1886,12 @@ var ExecutionType;
|
|
|
1884
1886
|
ExecutionType2["SYNC"] = "SYNC";
|
|
1885
1887
|
ExecutionType2["ASYNC"] = "ASYNC";
|
|
1886
1888
|
})(ExecutionType || (ExecutionType = {}));
|
|
1887
|
-
var
|
|
1888
|
-
(function(
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
})(
|
|
1889
|
+
var ActionSPIConfigInterfaceConfigurationType;
|
|
1890
|
+
(function(ActionSPIConfigInterfaceConfigurationType2) {
|
|
1891
|
+
ActionSPIConfigInterfaceConfigurationType2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
1892
|
+
ActionSPIConfigInterfaceConfigurationType2["WIDGET_COMPONENT"] = "WIDGET_COMPONENT";
|
|
1893
|
+
ActionSPIConfigInterfaceConfigurationType2["GENERIC"] = "GENERIC";
|
|
1894
|
+
})(ActionSPIConfigInterfaceConfigurationType || (ActionSPIConfigInterfaceConfigurationType = {}));
|
|
1893
1895
|
var IntegrationType;
|
|
1894
1896
|
(function(IntegrationType2) {
|
|
1895
1897
|
IntegrationType2["UNKNOWN_INTEGRATION_TYPE"] = "UNKNOWN_INTEGRATION_TYPE";
|
|
@@ -2081,20 +2083,20 @@ var BooleanComponentType;
|
|
|
2081
2083
|
BooleanComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
2082
2084
|
BooleanComponentType2["CHECKBOX"] = "CHECKBOX";
|
|
2083
2085
|
})(BooleanComponentType || (BooleanComponentType = {}));
|
|
2084
|
-
var
|
|
2085
|
-
(function(
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
})(
|
|
2086
|
+
var InputFieldInputType;
|
|
2087
|
+
(function(InputFieldInputType2) {
|
|
2088
|
+
InputFieldInputType2["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
|
|
2089
|
+
InputFieldInputType2["STRING"] = "STRING";
|
|
2090
|
+
InputFieldInputType2["NUMBER"] = "NUMBER";
|
|
2091
|
+
InputFieldInputType2["BOOLEAN"] = "BOOLEAN";
|
|
2092
|
+
InputFieldInputType2["ARRAY"] = "ARRAY";
|
|
2093
|
+
InputFieldInputType2["OBJECT"] = "OBJECT";
|
|
2094
|
+
InputFieldInputType2["WIX_FILE"] = "WIX_FILE";
|
|
2095
|
+
InputFieldInputType2["PAYMENT"] = "PAYMENT";
|
|
2096
|
+
InputFieldInputType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
|
|
2097
|
+
InputFieldInputType2["SCHEDULING"] = "SCHEDULING";
|
|
2098
|
+
InputFieldInputType2["ADDRESS"] = "ADDRESS";
|
|
2099
|
+
})(InputFieldInputType || (InputFieldInputType = {}));
|
|
2098
2100
|
var NumberComponentType;
|
|
2099
2101
|
(function(NumberComponentType2) {
|
|
2100
2102
|
NumberComponentType2["UNKNOWN"] = "UNKNOWN";
|
|
@@ -2169,15 +2171,15 @@ var OverrideEntityType;
|
|
|
2169
2171
|
OverrideEntityType2["UNKNOWN"] = "UNKNOWN";
|
|
2170
2172
|
OverrideEntityType2["FIELD"] = "FIELD";
|
|
2171
2173
|
})(OverrideEntityType || (OverrideEntityType = {}));
|
|
2172
|
-
var
|
|
2173
|
-
(function(
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
})(
|
|
2174
|
+
var ArrayItemsItemType;
|
|
2175
|
+
(function(ArrayItemsItemType2) {
|
|
2176
|
+
ArrayItemsItemType2["UNKNOWN_ITEM_TYPE"] = "UNKNOWN_ITEM_TYPE";
|
|
2177
|
+
ArrayItemsItemType2["STRING"] = "STRING";
|
|
2178
|
+
ArrayItemsItemType2["NUMBER"] = "NUMBER";
|
|
2179
|
+
ArrayItemsItemType2["BOOLEAN"] = "BOOLEAN";
|
|
2180
|
+
ArrayItemsItemType2["INTEGER"] = "INTEGER";
|
|
2181
|
+
ArrayItemsItemType2["OBJECT"] = "OBJECT";
|
|
2182
|
+
})(ArrayItemsItemType || (ArrayItemsItemType = {}));
|
|
2181
2183
|
var PropertiesTypeEnum;
|
|
2182
2184
|
(function(PropertiesTypeEnum2) {
|
|
2183
2185
|
PropertiesTypeEnum2["UNKNOWN_PROPERTY_TYPE"] = "UNKNOWN_PROPERTY_TYPE";
|
|
@@ -2204,15 +2206,15 @@ var Format;
|
|
|
2204
2206
|
Format2["LANGUAGE"] = "LANGUAGE";
|
|
2205
2207
|
Format2["DATE_OPTIONAL_TIME"] = "DATE_OPTIONAL_TIME";
|
|
2206
2208
|
})(Format || (Format = {}));
|
|
2207
|
-
var
|
|
2208
|
-
(function(
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
})(
|
|
2209
|
+
var UploadFileFormat;
|
|
2210
|
+
(function(UploadFileFormat2) {
|
|
2211
|
+
UploadFileFormat2["UNKNOWN_UPLOAD_FILE_FORMAT"] = "UNKNOWN_UPLOAD_FILE_FORMAT";
|
|
2212
|
+
UploadFileFormat2["VIDEO"] = "VIDEO";
|
|
2213
|
+
UploadFileFormat2["IMAGE"] = "IMAGE";
|
|
2214
|
+
UploadFileFormat2["AUDIO"] = "AUDIO";
|
|
2215
|
+
UploadFileFormat2["DOCUMENT"] = "DOCUMENT";
|
|
2216
|
+
UploadFileFormat2["ARCHIVE"] = "ARCHIVE";
|
|
2217
|
+
})(UploadFileFormat || (UploadFileFormat = {}));
|
|
2216
2218
|
var AppointmentFormat;
|
|
2217
2219
|
(function(AppointmentFormat2) {
|
|
2218
2220
|
AppointmentFormat2["UNKNOWN_FORMAT_TYPE"] = "UNKNOWN_FORMAT_TYPE";
|
|
@@ -2220,13 +2222,13 @@ var AppointmentFormat;
|
|
|
2220
2222
|
AppointmentFormat2["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
|
|
2221
2223
|
AppointmentFormat2["PHONE"] = "PHONE";
|
|
2222
2224
|
})(AppointmentFormat || (AppointmentFormat = {}));
|
|
2223
|
-
var
|
|
2224
|
-
(function(
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
})(
|
|
2225
|
+
var Alignment;
|
|
2226
|
+
(function(Alignment2) {
|
|
2227
|
+
Alignment2["UNKNOWN_ALIGNMENT"] = "UNKNOWN_ALIGNMENT";
|
|
2228
|
+
Alignment2["LEFT"] = "LEFT";
|
|
2229
|
+
Alignment2["CENTER"] = "CENTER";
|
|
2230
|
+
Alignment2["RIGHT"] = "RIGHT";
|
|
2231
|
+
})(Alignment || (Alignment = {}));
|
|
2230
2232
|
var ImageFit;
|
|
2231
2233
|
(function(ImageFit2) {
|
|
2232
2234
|
ImageFit2["UNKNOWN_IMAGE_FIT"] = "UNKNOWN_IMAGE_FIT";
|
|
@@ -2252,15 +2254,15 @@ var FirstDayOfWeek;
|
|
|
2252
2254
|
FirstDayOfWeek2["MONDAY"] = "MONDAY";
|
|
2253
2255
|
FirstDayOfWeek2["SUNDAY"] = "SUNDAY";
|
|
2254
2256
|
})(FirstDayOfWeek || (FirstDayOfWeek = {}));
|
|
2255
|
-
var
|
|
2256
|
-
(function(
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
})(
|
|
2257
|
+
var UploadFileFormatEnumUploadFileFormat;
|
|
2258
|
+
(function(UploadFileFormatEnumUploadFileFormat2) {
|
|
2259
|
+
UploadFileFormatEnumUploadFileFormat2["UNDEFINED"] = "UNDEFINED";
|
|
2260
|
+
UploadFileFormatEnumUploadFileFormat2["VIDEO"] = "VIDEO";
|
|
2261
|
+
UploadFileFormatEnumUploadFileFormat2["IMAGE"] = "IMAGE";
|
|
2262
|
+
UploadFileFormatEnumUploadFileFormat2["AUDIO"] = "AUDIO";
|
|
2263
|
+
UploadFileFormatEnumUploadFileFormat2["DOCUMENT"] = "DOCUMENT";
|
|
2264
|
+
UploadFileFormatEnumUploadFileFormat2["ARCHIVE"] = "ARCHIVE";
|
|
2265
|
+
})(UploadFileFormatEnumUploadFileFormat || (UploadFileFormatEnumUploadFileFormat = {}));
|
|
2264
2266
|
var DefaultCountryConfigType;
|
|
2265
2267
|
(function(DefaultCountryConfigType2) {
|
|
2266
2268
|
DefaultCountryConfigType2["UNKNOWN_DEFAULT_COUNTRY"] = "UNKNOWN_DEFAULT_COUNTRY";
|
|
@@ -2336,19 +2338,19 @@ var UpdateMode;
|
|
|
2336
2338
|
UpdateMode2["FULL"] = "FULL";
|
|
2337
2339
|
UpdateMode2["PARTIAL"] = "PARTIAL";
|
|
2338
2340
|
})(UpdateMode || (UpdateMode = {}));
|
|
2339
|
-
var
|
|
2340
|
-
(function(
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
})(
|
|
2341
|
+
var SchemaFieldFieldType;
|
|
2342
|
+
(function(SchemaFieldFieldType2) {
|
|
2343
|
+
SchemaFieldFieldType2["UNDEFINED_TYPE"] = "UNDEFINED_TYPE";
|
|
2344
|
+
SchemaFieldFieldType2["SHORT_TEXT"] = "SHORT_TEXT";
|
|
2345
|
+
SchemaFieldFieldType2["LONG_TEXT"] = "LONG_TEXT";
|
|
2346
|
+
SchemaFieldFieldType2["HTML"] = "HTML";
|
|
2347
|
+
SchemaFieldFieldType2["RICH_CONTENT"] = "RICH_CONTENT";
|
|
2348
|
+
SchemaFieldFieldType2["IMAGE"] = "IMAGE";
|
|
2349
|
+
SchemaFieldFieldType2["IMAGE_LINK"] = "IMAGE_LINK";
|
|
2350
|
+
SchemaFieldFieldType2["JSON"] = "JSON";
|
|
2351
|
+
SchemaFieldFieldType2["VIDEO"] = "VIDEO";
|
|
2352
|
+
SchemaFieldFieldType2["DOCUMENT"] = "DOCUMENT";
|
|
2353
|
+
})(SchemaFieldFieldType || (SchemaFieldFieldType = {}));
|
|
2352
2354
|
var SchemaScope;
|
|
2353
2355
|
(function(SchemaScope2) {
|
|
2354
2356
|
SchemaScope2["UNKNOWN_SCOPE"] = "UNKNOWN_SCOPE";
|
|
@@ -2540,11 +2542,11 @@ var VibeActionType;
|
|
|
2540
2542
|
VibeActionType2["OPEN_DASHBOARD"] = "OPEN_DASHBOARD";
|
|
2541
2543
|
VibeActionType2["OPEN_CUSTOM_PANEL"] = "OPEN_CUSTOM_PANEL";
|
|
2542
2544
|
})(VibeActionType || (VibeActionType = {}));
|
|
2543
|
-
var
|
|
2544
|
-
(function(
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
})(
|
|
2545
|
+
var WebComponentDataElementType;
|
|
2546
|
+
(function(WebComponentDataElementType2) {
|
|
2547
|
+
WebComponentDataElementType2["WIDGET"] = "WIDGET";
|
|
2548
|
+
WebComponentDataElementType2["PAGE"] = "PAGE";
|
|
2549
|
+
})(WebComponentDataElementType || (WebComponentDataElementType = {}));
|
|
2548
2550
|
var ScriptType;
|
|
2549
2551
|
(function(ScriptType2) {
|
|
2550
2552
|
ScriptType2["NO_SCRIPT_TYPE"] = "NO_SCRIPT_TYPE";
|
|
@@ -2634,12 +2636,12 @@ var FileMediaType;
|
|
|
2634
2636
|
FileMediaType2["ICON_MEDIA_TYPE"] = "ICON_MEDIA_TYPE";
|
|
2635
2637
|
FileMediaType2["FONT_MEDIA_TYPE"] = "FONT_MEDIA_TYPE";
|
|
2636
2638
|
})(FileMediaType || (FileMediaType = {}));
|
|
2637
|
-
var
|
|
2638
|
-
(function(
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
})(
|
|
2639
|
+
var V1Exposure;
|
|
2640
|
+
(function(V1Exposure2) {
|
|
2641
|
+
V1Exposure2["PRIVATE"] = "PRIVATE";
|
|
2642
|
+
V1Exposure2["INTERNAL"] = "INTERNAL";
|
|
2643
|
+
V1Exposure2["PUBLIC"] = "PUBLIC";
|
|
2644
|
+
})(V1Exposure || (V1Exposure = {}));
|
|
2643
2645
|
var AnimationType;
|
|
2644
2646
|
(function(AnimationType2) {
|
|
2645
2647
|
AnimationType2["VIEW"] = "VIEW";
|
|
@@ -2657,11 +2659,11 @@ var CardStylesAlignment;
|
|
|
2657
2659
|
CardStylesAlignment2["CENTER"] = "CENTER";
|
|
2658
2660
|
CardStylesAlignment2["END"] = "END";
|
|
2659
2661
|
})(CardStylesAlignment || (CardStylesAlignment = {}));
|
|
2660
|
-
var
|
|
2661
|
-
(function(
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
})(
|
|
2662
|
+
var Layout;
|
|
2663
|
+
(function(Layout2) {
|
|
2664
|
+
Layout2["STACKED"] = "STACKED";
|
|
2665
|
+
Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
2666
|
+
})(Layout || (Layout = {}));
|
|
2665
2667
|
var CardStylesType;
|
|
2666
2668
|
(function(CardStylesType2) {
|
|
2667
2669
|
CardStylesType2["CONTAINED"] = "CONTAINED";
|
|
@@ -2688,11 +2690,11 @@ var Placement;
|
|
|
2688
2690
|
Placement2["IMAGE"] = "IMAGE";
|
|
2689
2691
|
Placement2["PRODUCT_INFO"] = "PRODUCT_INFO";
|
|
2690
2692
|
})(Placement || (Placement = {}));
|
|
2691
|
-
var
|
|
2692
|
-
(function(
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
})(
|
|
2693
|
+
var BackgroundType;
|
|
2694
|
+
(function(BackgroundType2) {
|
|
2695
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
2696
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2697
|
+
})(BackgroundType || (BackgroundType = {}));
|
|
2696
2698
|
var ButtonDataType;
|
|
2697
2699
|
(function(ButtonDataType2) {
|
|
2698
2700
|
ButtonDataType2["LINK"] = "LINK";
|
|
@@ -2715,12 +2717,12 @@ var ImagePositionPosition;
|
|
|
2715
2717
|
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
2716
2718
|
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2717
2719
|
})(ImagePositionPosition || (ImagePositionPosition = {}));
|
|
2718
|
-
var
|
|
2719
|
-
(function(
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
})(
|
|
2720
|
+
var Scaling;
|
|
2721
|
+
(function(Scaling2) {
|
|
2722
|
+
Scaling2["AUTO"] = "AUTO";
|
|
2723
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
2724
|
+
Scaling2["COVER"] = "COVER";
|
|
2725
|
+
})(Scaling || (Scaling = {}));
|
|
2724
2726
|
var Direction;
|
|
2725
2727
|
(function(Direction2) {
|
|
2726
2728
|
Direction2["LTR"] = "LTR";
|
|
@@ -2750,12 +2752,12 @@ var DecorationType;
|
|
|
2750
2752
|
DecorationType2["FONT_FAMILY"] = "FONT_FAMILY";
|
|
2751
2753
|
DecorationType2["SKETCH"] = "SKETCH";
|
|
2752
2754
|
})(DecorationType || (DecorationType = {}));
|
|
2753
|
-
var
|
|
2754
|
-
(function(
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
})(
|
|
2755
|
+
var DividerDataAlignment;
|
|
2756
|
+
(function(DividerDataAlignment2) {
|
|
2757
|
+
DividerDataAlignment2["CENTER"] = "CENTER";
|
|
2758
|
+
DividerDataAlignment2["LEFT"] = "LEFT";
|
|
2759
|
+
DividerDataAlignment2["RIGHT"] = "RIGHT";
|
|
2760
|
+
})(DividerDataAlignment || (DividerDataAlignment = {}));
|
|
2759
2761
|
var LineStyle;
|
|
2760
2762
|
(function(LineStyle2) {
|
|
2761
2763
|
LineStyle2["SINGLE"] = "SINGLE";
|
|
@@ -2847,13 +2849,13 @@ var GradientType;
|
|
|
2847
2849
|
GradientType2["LINEAR"] = "LINEAR";
|
|
2848
2850
|
GradientType2["RADIAL"] = "RADIAL";
|
|
2849
2851
|
})(GradientType || (GradientType = {}));
|
|
2850
|
-
var
|
|
2851
|
-
(function(
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
})(
|
|
2852
|
+
var HTMLDataSource;
|
|
2853
|
+
(function(HTMLDataSource2) {
|
|
2854
|
+
HTMLDataSource2["HTML"] = "HTML";
|
|
2855
|
+
HTMLDataSource2["ADSENSE"] = "ADSENSE";
|
|
2856
|
+
HTMLDataSource2["AI"] = "AI";
|
|
2857
|
+
HTMLDataSource2["AI_WIDGET"] = "AI_WIDGET";
|
|
2858
|
+
})(HTMLDataSource || (HTMLDataSource = {}));
|
|
2857
2859
|
var BackdropType;
|
|
2858
2860
|
(function(BackdropType2) {
|
|
2859
2861
|
BackdropType2["COLOR"] = "COLOR";
|
|
@@ -2891,12 +2893,12 @@ var LayoutDataImagePosition;
|
|
|
2891
2893
|
LayoutDataImagePosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
2892
2894
|
LayoutDataImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2893
2895
|
})(LayoutDataImagePosition || (LayoutDataImagePosition = {}));
|
|
2894
|
-
var
|
|
2895
|
-
(function(
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
})(
|
|
2896
|
+
var ImageScalingScaling;
|
|
2897
|
+
(function(ImageScalingScaling2) {
|
|
2898
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
2899
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
2900
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
2901
|
+
})(ImageScalingScaling || (ImageScalingScaling = {}));
|
|
2900
2902
|
var ResponsivenessBehaviour;
|
|
2901
2903
|
(function(ResponsivenessBehaviour2) {
|
|
2902
2904
|
ResponsivenessBehaviour2["STACK"] = "STACK";
|
|
@@ -3016,12 +3018,12 @@ var PointerEffectType;
|
|
|
3016
3018
|
PointerEffectType2["TRACK"] = "TRACK";
|
|
3017
3019
|
PointerEffectType2["TRACK_3D"] = "TRACK_3D";
|
|
3018
3020
|
})(PointerEffectType || (PointerEffectType = {}));
|
|
3019
|
-
var
|
|
3020
|
-
(function(
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
})(
|
|
3021
|
+
var PollDesignBackgroundType;
|
|
3022
|
+
(function(PollDesignBackgroundType2) {
|
|
3023
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
3024
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
3025
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
3026
|
+
})(PollDesignBackgroundType || (PollDesignBackgroundType = {}));
|
|
3025
3027
|
var PollLayoutDirection;
|
|
3026
3028
|
(function(PollLayoutDirection2) {
|
|
3027
3029
|
PollLayoutDirection2["LTR"] = "LTR";
|