@wix/editor-react-components 1.2505.0 → 1.2507.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/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-V7QOLP3D.js → chunk-6KMOHX3X.js} +797 -632
- 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
|
@@ -50,6 +50,7 @@ var ActionType;
|
|
|
50
50
|
ActionType3["displayGroup"] = "displayGroup";
|
|
51
51
|
ActionType3["cssProperty"] = "cssProperty";
|
|
52
52
|
ActionType3["cssCustomProperty"] = "cssCustomProperty";
|
|
53
|
+
ActionType3["dashboard"] = "dashboard";
|
|
53
54
|
})(ActionType || (ActionType = {}));
|
|
54
55
|
var AppExecutionType;
|
|
55
56
|
(function(AppExecutionType3) {
|
|
@@ -143,6 +144,8 @@ var BackOfficeHostingPlatforms;
|
|
|
143
144
|
BackOfficeHostingPlatforms3["PAYMENTS_BO"] = "PAYMENTS_BO";
|
|
144
145
|
BackOfficeHostingPlatforms3["SYMPHONY"] = "SYMPHONY";
|
|
145
146
|
BackOfficeHostingPlatforms3["BMR"] = "BMR";
|
|
147
|
+
BackOfficeHostingPlatforms3["WIXEL_DASHBOARD"] = "WIXEL_DASHBOARD";
|
|
148
|
+
BackOfficeHostingPlatforms3["CHANNELS_BACKOFFICE"] = "CHANNELS_BACKOFFICE";
|
|
146
149
|
})(BackOfficeHostingPlatforms || (BackOfficeHostingPlatforms = {}));
|
|
147
150
|
var BackOfficeScriptAssetType;
|
|
148
151
|
(function(BackOfficeScriptAssetType3) {
|
|
@@ -420,6 +423,10 @@ var ComponentType;
|
|
|
420
423
|
ComponentType3["CONNECTOR_CONFIG"] = "CONNECTOR_CONFIG";
|
|
421
424
|
ComponentType3["CHANNEL_DATA_PROVIDER"] = "CHANNEL_DATA_PROVIDER";
|
|
422
425
|
ComponentType3["OAUTH_CLIENT_CONFIGURATION"] = "OAUTH_CLIENT_CONFIGURATION";
|
|
426
|
+
ComponentType3["EDITOR_EXPOSURE"] = "EDITOR_EXPOSURE";
|
|
427
|
+
ComponentType3["TOOLS_PROVIDER_CONFIG"] = "TOOLS_PROVIDER_CONFIG";
|
|
428
|
+
ComponentType3["APP_TOOLS"] = "APP_TOOLS";
|
|
429
|
+
ComponentType3["ECOM_PURCHASE_RECOMMENDATIONS"] = "ECOM_PURCHASE_RECOMMENDATIONS";
|
|
423
430
|
})(ComponentType || (ComponentType = {}));
|
|
424
431
|
var AuthType;
|
|
425
432
|
(function(AuthType3) {
|
|
@@ -427,6 +434,46 @@ var AuthType;
|
|
|
427
434
|
AuthType3["OAUTH2"] = "OAUTH2";
|
|
428
435
|
AuthType3["API_KEY"] = "API_KEY";
|
|
429
436
|
})(AuthType || (AuthType = {}));
|
|
437
|
+
var DispatchHttpMethod;
|
|
438
|
+
(function(DispatchHttpMethod2) {
|
|
439
|
+
DispatchHttpMethod2["UNKNOWN_DISPATCH_HTTP_METHOD"] = "UNKNOWN_DISPATCH_HTTP_METHOD";
|
|
440
|
+
DispatchHttpMethod2["GET"] = "GET";
|
|
441
|
+
DispatchHttpMethod2["POST"] = "POST";
|
|
442
|
+
DispatchHttpMethod2["PUT"] = "PUT";
|
|
443
|
+
DispatchHttpMethod2["PATCH"] = "PATCH";
|
|
444
|
+
DispatchHttpMethod2["DELETE"] = "DELETE";
|
|
445
|
+
DispatchHttpMethod2["HEAD"] = "HEAD";
|
|
446
|
+
DispatchHttpMethod2["OPTIONS"] = "OPTIONS";
|
|
447
|
+
})(DispatchHttpMethod || (DispatchHttpMethod = {}));
|
|
448
|
+
var ResponseBodyDecoding;
|
|
449
|
+
(function(ResponseBodyDecoding2) {
|
|
450
|
+
ResponseBodyDecoding2["UNKNOWN_RESPONSE_BODY_DECODING"] = "UNKNOWN_RESPONSE_BODY_DECODING";
|
|
451
|
+
ResponseBodyDecoding2["BASE64_TEXT"] = "BASE64_TEXT";
|
|
452
|
+
})(ResponseBodyDecoding || (ResponseBodyDecoding = {}));
|
|
453
|
+
var DurableCredentialMode;
|
|
454
|
+
(function(DurableCredentialMode2) {
|
|
455
|
+
DurableCredentialMode2["UNKNOWN_DURABLE_CREDENTIAL_MODE"] = "UNKNOWN_DURABLE_CREDENTIAL_MODE";
|
|
456
|
+
DurableCredentialMode2["REFRESH_TOKEN"] = "REFRESH_TOKEN";
|
|
457
|
+
DurableCredentialMode2["LONG_LIVED_ACCESS_TOKEN"] = "LONG_LIVED_ACCESS_TOKEN";
|
|
458
|
+
})(DurableCredentialMode || (DurableCredentialMode = {}));
|
|
459
|
+
var IdentityHttpMethod;
|
|
460
|
+
(function(IdentityHttpMethod2) {
|
|
461
|
+
IdentityHttpMethod2["UNKNOWN_IDENTITY_HTTP_METHOD"] = "UNKNOWN_IDENTITY_HTTP_METHOD";
|
|
462
|
+
IdentityHttpMethod2["GET"] = "GET";
|
|
463
|
+
IdentityHttpMethod2["POST"] = "POST";
|
|
464
|
+
})(IdentityHttpMethod || (IdentityHttpMethod = {}));
|
|
465
|
+
var RevocationBodyStyle;
|
|
466
|
+
(function(RevocationBodyStyle2) {
|
|
467
|
+
RevocationBodyStyle2["UNKNOWN_REVOCATION_BODY_STYLE"] = "UNKNOWN_REVOCATION_BODY_STYLE";
|
|
468
|
+
RevocationBodyStyle2["FORM"] = "FORM";
|
|
469
|
+
RevocationBodyStyle2["JSON"] = "JSON";
|
|
470
|
+
})(RevocationBodyStyle || (RevocationBodyStyle = {}));
|
|
471
|
+
var RevocationHttpMethod;
|
|
472
|
+
(function(RevocationHttpMethod2) {
|
|
473
|
+
RevocationHttpMethod2["UNKNOWN_REVOCATION_HTTP_METHOD"] = "UNKNOWN_REVOCATION_HTTP_METHOD";
|
|
474
|
+
RevocationHttpMethod2["POST"] = "POST";
|
|
475
|
+
RevocationHttpMethod2["DELETE"] = "DELETE";
|
|
476
|
+
})(RevocationHttpMethod || (RevocationHttpMethod = {}));
|
|
430
477
|
var ScopeSeparator;
|
|
431
478
|
(function(ScopeSeparator3) {
|
|
432
479
|
ScopeSeparator3["UNKNOWN_SCOPE_SEPARATOR"] = "UNKNOWN_SCOPE_SEPARATOR";
|
|
@@ -439,6 +486,41 @@ var TokenEndpointAuthMethod;
|
|
|
439
486
|
TokenEndpointAuthMethod3["CLIENT_SECRET_POST"] = "CLIENT_SECRET_POST";
|
|
440
487
|
TokenEndpointAuthMethod3["CLIENT_SECRET_BASIC"] = "CLIENT_SECRET_BASIC";
|
|
441
488
|
})(TokenEndpointAuthMethod || (TokenEndpointAuthMethod = {}));
|
|
489
|
+
var ReplayProtection;
|
|
490
|
+
(function(ReplayProtection2) {
|
|
491
|
+
ReplayProtection2["UNKNOWN_REPLAY_PROTECTION"] = "UNKNOWN_REPLAY_PROTECTION";
|
|
492
|
+
ReplayProtection2["DELIVERY_ID_HEADER"] = "DELIVERY_ID_HEADER";
|
|
493
|
+
ReplayProtection2["BODY_HASH_WITHIN_TIMESTAMP_WINDOW"] = "BODY_HASH_WITHIN_TIMESTAMP_WINDOW";
|
|
494
|
+
})(ReplayProtection || (ReplayProtection = {}));
|
|
495
|
+
var SignatureEncoding;
|
|
496
|
+
(function(SignatureEncoding2) {
|
|
497
|
+
SignatureEncoding2["UNKNOWN_SIGNATURE_ENCODING"] = "UNKNOWN_SIGNATURE_ENCODING";
|
|
498
|
+
SignatureEncoding2["HEX"] = "HEX";
|
|
499
|
+
SignatureEncoding2["BASE64"] = "BASE64";
|
|
500
|
+
})(SignatureEncoding || (SignatureEncoding = {}));
|
|
501
|
+
var SignedPayload;
|
|
502
|
+
(function(SignedPayload2) {
|
|
503
|
+
SignedPayload2["UNKNOWN_SIGNED_PAYLOAD"] = "UNKNOWN_SIGNED_PAYLOAD";
|
|
504
|
+
SignedPayload2["RAW_BODY"] = "RAW_BODY";
|
|
505
|
+
SignedPayload2["TIMESTAMP_DOT_RAW_BODY"] = "TIMESTAMP_DOT_RAW_BODY";
|
|
506
|
+
SignedPayload2["VERSION_TIMESTAMP_BODY"] = "VERSION_TIMESTAMP_BODY";
|
|
507
|
+
})(SignedPayload || (SignedPayload = {}));
|
|
508
|
+
var VerificationMethod;
|
|
509
|
+
(function(VerificationMethod2) {
|
|
510
|
+
VerificationMethod2["UNKNOWN_VERIFICATION_METHOD"] = "UNKNOWN_VERIFICATION_METHOD";
|
|
511
|
+
VerificationMethod2["HMAC_SHA256"] = "HMAC_SHA256";
|
|
512
|
+
VerificationMethod2["HMAC_SHA1"] = "HMAC_SHA1";
|
|
513
|
+
VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
|
|
514
|
+
VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
|
|
515
|
+
VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
|
|
516
|
+
})(VerificationMethod || (VerificationMethod = {}));
|
|
517
|
+
var VerificationSource;
|
|
518
|
+
(function(VerificationSource2) {
|
|
519
|
+
VerificationSource2["UNKNOWN_VERIFICATION_SOURCE"] = "UNKNOWN_VERIFICATION_SOURCE";
|
|
520
|
+
VerificationSource2["CONNECTOR_WIDE"] = "CONNECTOR_WIDE";
|
|
521
|
+
VerificationSource2["PER_REGISTRATION"] = "PER_REGISTRATION";
|
|
522
|
+
VerificationSource2["UNSIGNED"] = "UNSIGNED";
|
|
523
|
+
})(VerificationSource || (VerificationSource = {}));
|
|
442
524
|
var Type;
|
|
443
525
|
(function(Type3) {
|
|
444
526
|
Type3["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
@@ -466,151 +548,38 @@ var ContentResizeDirection;
|
|
|
466
548
|
ContentResizeDirection3["horizontalAndVertical"] = "horizontalAndVertical";
|
|
467
549
|
ContentResizeDirection3["none"] = "none";
|
|
468
550
|
})(ContentResizeDirection || (ContentResizeDirection = {}));
|
|
469
|
-
var
|
|
470
|
-
(function(
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
CssPropertyEnumCssPropertyType3["length"] = "length";
|
|
490
|
-
CssPropertyEnumCssPropertyType3["percentage"] = "percentage";
|
|
491
|
-
CssPropertyEnumCssPropertyType3["lengthPercentage"] = "lengthPercentage";
|
|
492
|
-
CssPropertyEnumCssPropertyType3["blendMode"] = "blendMode";
|
|
493
|
-
CssPropertyEnumCssPropertyType3["customEnum"] = "customEnum";
|
|
494
|
-
CssPropertyEnumCssPropertyType3["time"] = "time";
|
|
495
|
-
CssPropertyEnumCssPropertyType3["background"] = "background";
|
|
496
|
-
CssPropertyEnumCssPropertyType3["backgroundSize"] = "backgroundSize";
|
|
497
|
-
CssPropertyEnumCssPropertyType3["backgroundColor"] = "backgroundColor";
|
|
498
|
-
CssPropertyEnumCssPropertyType3["backgroundImage"] = "backgroundImage";
|
|
499
|
-
CssPropertyEnumCssPropertyType3["backgroundClip"] = "backgroundClip";
|
|
500
|
-
CssPropertyEnumCssPropertyType3["backgroundOrigin"] = "backgroundOrigin";
|
|
501
|
-
CssPropertyEnumCssPropertyType3["backgroundPosition"] = "backgroundPosition";
|
|
502
|
-
CssPropertyEnumCssPropertyType3["backgroundRepeat"] = "backgroundRepeat";
|
|
503
|
-
CssPropertyEnumCssPropertyType3["backgroundAttachment"] = "backgroundAttachment";
|
|
504
|
-
CssPropertyEnumCssPropertyType3["margin"] = "margin";
|
|
505
|
-
CssPropertyEnumCssPropertyType3["marginTop"] = "marginTop";
|
|
506
|
-
CssPropertyEnumCssPropertyType3["marginRight"] = "marginRight";
|
|
507
|
-
CssPropertyEnumCssPropertyType3["marginBottom"] = "marginBottom";
|
|
508
|
-
CssPropertyEnumCssPropertyType3["marginLeft"] = "marginLeft";
|
|
509
|
-
CssPropertyEnumCssPropertyType3["marginInlineStart"] = "marginInlineStart";
|
|
510
|
-
CssPropertyEnumCssPropertyType3["marginInlineEnd"] = "marginInlineEnd";
|
|
511
|
-
CssPropertyEnumCssPropertyType3["padding"] = "padding";
|
|
512
|
-
CssPropertyEnumCssPropertyType3["paddingTop"] = "paddingTop";
|
|
513
|
-
CssPropertyEnumCssPropertyType3["paddingRight"] = "paddingRight";
|
|
514
|
-
CssPropertyEnumCssPropertyType3["paddingBottom"] = "paddingBottom";
|
|
515
|
-
CssPropertyEnumCssPropertyType3["paddingLeft"] = "paddingLeft";
|
|
516
|
-
CssPropertyEnumCssPropertyType3["paddingInlineStart"] = "paddingInlineStart";
|
|
517
|
-
CssPropertyEnumCssPropertyType3["paddingInlineEnd"] = "paddingInlineEnd";
|
|
518
|
-
CssPropertyEnumCssPropertyType3["border"] = "border";
|
|
519
|
-
CssPropertyEnumCssPropertyType3["borderWidth"] = "borderWidth";
|
|
520
|
-
CssPropertyEnumCssPropertyType3["borderStyle"] = "borderStyle";
|
|
521
|
-
CssPropertyEnumCssPropertyType3["borderColor"] = "borderColor";
|
|
522
|
-
CssPropertyEnumCssPropertyType3["borderTop"] = "borderTop";
|
|
523
|
-
CssPropertyEnumCssPropertyType3["borderTopColor"] = "borderTopColor";
|
|
524
|
-
CssPropertyEnumCssPropertyType3["borderTopWidth"] = "borderTopWidth";
|
|
525
|
-
CssPropertyEnumCssPropertyType3["borderTopStyle"] = "borderTopStyle";
|
|
526
|
-
CssPropertyEnumCssPropertyType3["borderRight"] = "borderRight";
|
|
527
|
-
CssPropertyEnumCssPropertyType3["borderRightColor"] = "borderRightColor";
|
|
528
|
-
CssPropertyEnumCssPropertyType3["borderRightWidth"] = "borderRightWidth";
|
|
529
|
-
CssPropertyEnumCssPropertyType3["borderRightStyle"] = "borderRightStyle";
|
|
530
|
-
CssPropertyEnumCssPropertyType3["borderBottom"] = "borderBottom";
|
|
531
|
-
CssPropertyEnumCssPropertyType3["borderBottomColor"] = "borderBottomColor";
|
|
532
|
-
CssPropertyEnumCssPropertyType3["borderBottomWidth"] = "borderBottomWidth";
|
|
533
|
-
CssPropertyEnumCssPropertyType3["borderBottomStyle"] = "borderBottomStyle";
|
|
534
|
-
CssPropertyEnumCssPropertyType3["borderLeft"] = "borderLeft";
|
|
535
|
-
CssPropertyEnumCssPropertyType3["borderLeftColor"] = "borderLeftColor";
|
|
536
|
-
CssPropertyEnumCssPropertyType3["borderLeftWidth"] = "borderLeftWidth";
|
|
537
|
-
CssPropertyEnumCssPropertyType3["borderLeftStyle"] = "borderLeftStyle";
|
|
538
|
-
CssPropertyEnumCssPropertyType3["borderInlineStart"] = "borderInlineStart";
|
|
539
|
-
CssPropertyEnumCssPropertyType3["borderInlineStartColor"] = "borderInlineStartColor";
|
|
540
|
-
CssPropertyEnumCssPropertyType3["borderInlineStartWidth"] = "borderInlineStartWidth";
|
|
541
|
-
CssPropertyEnumCssPropertyType3["borderInlineStartStyle"] = "borderInlineStartStyle";
|
|
542
|
-
CssPropertyEnumCssPropertyType3["borderInlineEnd"] = "borderInlineEnd";
|
|
543
|
-
CssPropertyEnumCssPropertyType3["borderInlineEndColor"] = "borderInlineEndColor";
|
|
544
|
-
CssPropertyEnumCssPropertyType3["borderInlineEndWidth"] = "borderInlineEndWidth";
|
|
545
|
-
CssPropertyEnumCssPropertyType3["borderInlineEndStyle"] = "borderInlineEndStyle";
|
|
546
|
-
CssPropertyEnumCssPropertyType3["borderRadius"] = "borderRadius";
|
|
547
|
-
CssPropertyEnumCssPropertyType3["borderTopLeftRadius"] = "borderTopLeftRadius";
|
|
548
|
-
CssPropertyEnumCssPropertyType3["borderTopRightRadius"] = "borderTopRightRadius";
|
|
549
|
-
CssPropertyEnumCssPropertyType3["borderBottomRightRadius"] = "borderBottomRightRadius";
|
|
550
|
-
CssPropertyEnumCssPropertyType3["borderBottomLeftRadius"] = "borderBottomLeftRadius";
|
|
551
|
-
CssPropertyEnumCssPropertyType3["borderStartStartRadius"] = "borderStartStartRadius";
|
|
552
|
-
CssPropertyEnumCssPropertyType3["borderStartEndRadius"] = "borderStartEndRadius";
|
|
553
|
-
CssPropertyEnumCssPropertyType3["borderEndStartRadius"] = "borderEndStartRadius";
|
|
554
|
-
CssPropertyEnumCssPropertyType3["borderEndEndRadius"] = "borderEndEndRadius";
|
|
555
|
-
CssPropertyEnumCssPropertyType3["font"] = "font";
|
|
556
|
-
CssPropertyEnumCssPropertyType3["fontFamily"] = "fontFamily";
|
|
557
|
-
CssPropertyEnumCssPropertyType3["fontSize"] = "fontSize";
|
|
558
|
-
CssPropertyEnumCssPropertyType3["fontStretch"] = "fontStretch";
|
|
559
|
-
CssPropertyEnumCssPropertyType3["fontStyle"] = "fontStyle";
|
|
560
|
-
CssPropertyEnumCssPropertyType3["fontVariant"] = "fontVariant";
|
|
561
|
-
CssPropertyEnumCssPropertyType3["fontWeight"] = "fontWeight";
|
|
562
|
-
CssPropertyEnumCssPropertyType3["lineHeight"] = "lineHeight";
|
|
563
|
-
CssPropertyEnumCssPropertyType3["color"] = "color";
|
|
564
|
-
CssPropertyEnumCssPropertyType3["letterSpacing"] = "letterSpacing";
|
|
565
|
-
CssPropertyEnumCssPropertyType3["writingMode"] = "writingMode";
|
|
566
|
-
CssPropertyEnumCssPropertyType3["textAlign"] = "textAlign";
|
|
567
|
-
CssPropertyEnumCssPropertyType3["textTransform"] = "textTransform";
|
|
568
|
-
CssPropertyEnumCssPropertyType3["textShadow"] = "textShadow";
|
|
569
|
-
CssPropertyEnumCssPropertyType3["textOverflow"] = "textOverflow";
|
|
570
|
-
CssPropertyEnumCssPropertyType3["textIndent"] = "textIndent";
|
|
571
|
-
CssPropertyEnumCssPropertyType3["textDecoration"] = "textDecoration";
|
|
572
|
-
CssPropertyEnumCssPropertyType3["textDecorationColor"] = "textDecorationColor";
|
|
573
|
-
CssPropertyEnumCssPropertyType3["textDecorationLine"] = "textDecorationLine";
|
|
574
|
-
CssPropertyEnumCssPropertyType3["textDecorationStyle"] = "textDecorationStyle";
|
|
575
|
-
CssPropertyEnumCssPropertyType3["textDecorationThickness"] = "textDecorationThickness";
|
|
576
|
-
CssPropertyEnumCssPropertyType3["boxShadow"] = "boxShadow";
|
|
577
|
-
CssPropertyEnumCssPropertyType3["opacity"] = "opacity";
|
|
578
|
-
CssPropertyEnumCssPropertyType3["overflow"] = "overflow";
|
|
579
|
-
CssPropertyEnumCssPropertyType3["display"] = "display";
|
|
580
|
-
CssPropertyEnumCssPropertyType3["alignSelf"] = "alignSelf";
|
|
581
|
-
CssPropertyEnumCssPropertyType3["justifyContent"] = "justifyContent";
|
|
582
|
-
CssPropertyEnumCssPropertyType3["alignItems"] = "alignItems";
|
|
583
|
-
CssPropertyEnumCssPropertyType3["flexDirection"] = "flexDirection";
|
|
584
|
-
CssPropertyEnumCssPropertyType3["height"] = "height";
|
|
585
|
-
CssPropertyEnumCssPropertyType3["width"] = "width";
|
|
586
|
-
CssPropertyEnumCssPropertyType3["gap"] = "gap";
|
|
587
|
-
CssPropertyEnumCssPropertyType3["columnGap"] = "columnGap";
|
|
588
|
-
CssPropertyEnumCssPropertyType3["rowGap"] = "rowGap";
|
|
589
|
-
CssPropertyEnumCssPropertyType3["filter"] = "filter";
|
|
590
|
-
CssPropertyEnumCssPropertyType3["backdropFilter"] = "backdropFilter";
|
|
591
|
-
CssPropertyEnumCssPropertyType3["objectFit"] = "objectFit";
|
|
592
|
-
CssPropertyEnumCssPropertyType3["objectPosition"] = "objectPosition";
|
|
593
|
-
CssPropertyEnumCssPropertyType3["mixBlendMode"] = "mixBlendMode";
|
|
594
|
-
CssPropertyEnumCssPropertyType3["isolation"] = "isolation";
|
|
595
|
-
CssPropertyEnumCssPropertyType3["stroke"] = "stroke";
|
|
596
|
-
CssPropertyEnumCssPropertyType3["strokeWidth"] = "strokeWidth";
|
|
597
|
-
CssPropertyEnumCssPropertyType3["strokeOpacity"] = "strokeOpacity";
|
|
598
|
-
CssPropertyEnumCssPropertyType3["fill"] = "fill";
|
|
599
|
-
CssPropertyEnumCssPropertyType3["fillOpacity"] = "fillOpacity";
|
|
600
|
-
CssPropertyEnumCssPropertyType3["fillRule"] = "fillRule";
|
|
601
|
-
CssPropertyEnumCssPropertyType3["mask"] = "mask";
|
|
602
|
-
CssPropertyEnumCssPropertyType3["maskImage"] = "maskImage";
|
|
603
|
-
CssPropertyEnumCssPropertyType3["maskMode"] = "maskMode";
|
|
604
|
-
CssPropertyEnumCssPropertyType3["maskRepeat"] = "maskRepeat";
|
|
605
|
-
CssPropertyEnumCssPropertyType3["maskPosition"] = "maskPosition";
|
|
606
|
-
CssPropertyEnumCssPropertyType3["maskClip"] = "maskClip";
|
|
607
|
-
CssPropertyEnumCssPropertyType3["maskOrigin"] = "maskOrigin";
|
|
608
|
-
CssPropertyEnumCssPropertyType3["maskSize"] = "maskSize";
|
|
609
|
-
CssPropertyEnumCssPropertyType3["maskComposite"] = "maskComposite";
|
|
610
|
-
})(CssPropertyEnumCssPropertyType || (CssPropertyEnumCssPropertyType = {}));
|
|
551
|
+
var ContextActionExecutionType;
|
|
552
|
+
(function(ContextActionExecutionType2) {
|
|
553
|
+
ContextActionExecutionType2["UNKNOWN_ContextActionExecutionType"] = "UNKNOWN_ContextActionExecutionType";
|
|
554
|
+
ContextActionExecutionType2["panel"] = "panel";
|
|
555
|
+
ContextActionExecutionType2["dashboard"] = "dashboard";
|
|
556
|
+
})(ContextActionExecutionType || (ContextActionExecutionType = {}));
|
|
557
|
+
var CssDataType;
|
|
558
|
+
(function(CssDataType3) {
|
|
559
|
+
CssDataType3["UNKNOWN_CssDataType"] = "UNKNOWN_CssDataType";
|
|
560
|
+
CssDataType3["number"] = "number";
|
|
561
|
+
CssDataType3["string"] = "string";
|
|
562
|
+
CssDataType3["angle"] = "angle";
|
|
563
|
+
CssDataType3["color"] = "color";
|
|
564
|
+
CssDataType3["length"] = "length";
|
|
565
|
+
CssDataType3["percentage"] = "percentage";
|
|
566
|
+
CssDataType3["lengthPercentage"] = "lengthPercentage";
|
|
567
|
+
CssDataType3["blendMode"] = "blendMode";
|
|
568
|
+
CssDataType3["customEnum"] = "customEnum";
|
|
569
|
+
CssDataType3["time"] = "time";
|
|
570
|
+
})(CssDataType || (CssDataType = {}));
|
|
611
571
|
var CssPropertyType;
|
|
612
572
|
(function(CssPropertyType3) {
|
|
613
573
|
CssPropertyType3["UNKNOWN_CssPropertyType"] = "UNKNOWN_CssPropertyType";
|
|
574
|
+
CssPropertyType3["number"] = "number";
|
|
575
|
+
CssPropertyType3["string"] = "string";
|
|
576
|
+
CssPropertyType3["angle"] = "angle";
|
|
577
|
+
CssPropertyType3["length"] = "length";
|
|
578
|
+
CssPropertyType3["percentage"] = "percentage";
|
|
579
|
+
CssPropertyType3["lengthPercentage"] = "lengthPercentage";
|
|
580
|
+
CssPropertyType3["blendMode"] = "blendMode";
|
|
581
|
+
CssPropertyType3["customEnum"] = "customEnum";
|
|
582
|
+
CssPropertyType3["time"] = "time";
|
|
614
583
|
CssPropertyType3["background"] = "background";
|
|
615
584
|
CssPropertyType3["backgroundSize"] = "backgroundSize";
|
|
616
585
|
CssPropertyType3["backgroundColor"] = "backgroundColor";
|
|
@@ -620,8 +589,6 @@ var CssPropertyType;
|
|
|
620
589
|
CssPropertyType3["backgroundPosition"] = "backgroundPosition";
|
|
621
590
|
CssPropertyType3["backgroundRepeat"] = "backgroundRepeat";
|
|
622
591
|
CssPropertyType3["backgroundAttachment"] = "backgroundAttachment";
|
|
623
|
-
CssPropertyType3["fill"] = "fill";
|
|
624
|
-
CssPropertyType3["fillOpacity"] = "fillOpacity";
|
|
625
592
|
CssPropertyType3["margin"] = "margin";
|
|
626
593
|
CssPropertyType3["marginTop"] = "marginTop";
|
|
627
594
|
CssPropertyType3["marginRight"] = "marginRight";
|
|
@@ -702,9 +669,9 @@ var CssPropertyType;
|
|
|
702
669
|
CssPropertyType3["justifyContent"] = "justifyContent";
|
|
703
670
|
CssPropertyType3["alignItems"] = "alignItems";
|
|
704
671
|
CssPropertyType3["flexDirection"] = "flexDirection";
|
|
705
|
-
CssPropertyType3["gap"] = "gap";
|
|
706
672
|
CssPropertyType3["height"] = "height";
|
|
707
673
|
CssPropertyType3["width"] = "width";
|
|
674
|
+
CssPropertyType3["gap"] = "gap";
|
|
708
675
|
CssPropertyType3["columnGap"] = "columnGap";
|
|
709
676
|
CssPropertyType3["rowGap"] = "rowGap";
|
|
710
677
|
CssPropertyType3["filter"] = "filter";
|
|
@@ -716,21 +683,142 @@ var CssPropertyType;
|
|
|
716
683
|
CssPropertyType3["stroke"] = "stroke";
|
|
717
684
|
CssPropertyType3["strokeWidth"] = "strokeWidth";
|
|
718
685
|
CssPropertyType3["strokeOpacity"] = "strokeOpacity";
|
|
686
|
+
CssPropertyType3["fill"] = "fill";
|
|
687
|
+
CssPropertyType3["fillOpacity"] = "fillOpacity";
|
|
688
|
+
CssPropertyType3["fillRule"] = "fillRule";
|
|
689
|
+
CssPropertyType3["mask"] = "mask";
|
|
690
|
+
CssPropertyType3["maskImage"] = "maskImage";
|
|
691
|
+
CssPropertyType3["maskMode"] = "maskMode";
|
|
692
|
+
CssPropertyType3["maskRepeat"] = "maskRepeat";
|
|
693
|
+
CssPropertyType3["maskPosition"] = "maskPosition";
|
|
694
|
+
CssPropertyType3["maskClip"] = "maskClip";
|
|
695
|
+
CssPropertyType3["maskOrigin"] = "maskOrigin";
|
|
696
|
+
CssPropertyType3["maskSize"] = "maskSize";
|
|
697
|
+
CssPropertyType3["maskComposite"] = "maskComposite";
|
|
719
698
|
})(CssPropertyType || (CssPropertyType = {}));
|
|
720
|
-
var
|
|
721
|
-
(function(
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
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 = {}));
|
|
734
822
|
var AccessLevel;
|
|
735
823
|
(function(AccessLevel3) {
|
|
736
824
|
AccessLevel3["UNDEFINED"] = "UNDEFINED";
|
|
@@ -740,33 +828,33 @@ var AccessLevel;
|
|
|
740
828
|
AccessLevel3["CMS_EDITOR"] = "CMS_EDITOR";
|
|
741
829
|
AccessLevel3["PRIVILEGED"] = "PRIVILEGED";
|
|
742
830
|
})(AccessLevel || (AccessLevel = {}));
|
|
743
|
-
var
|
|
744
|
-
(function(
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
})(
|
|
831
|
+
var FieldType;
|
|
832
|
+
(function(FieldType3) {
|
|
833
|
+
FieldType3["UNKNOWN_FIELD_TYPE"] = "UNKNOWN_FIELD_TYPE";
|
|
834
|
+
FieldType3["TEXT"] = "TEXT";
|
|
835
|
+
FieldType3["NUMBER"] = "NUMBER";
|
|
836
|
+
FieldType3["DATE"] = "DATE";
|
|
837
|
+
FieldType3["DATETIME"] = "DATETIME";
|
|
838
|
+
FieldType3["IMAGE"] = "IMAGE";
|
|
839
|
+
FieldType3["BOOLEAN"] = "BOOLEAN";
|
|
840
|
+
FieldType3["DOCUMENT"] = "DOCUMENT";
|
|
841
|
+
FieldType3["URL"] = "URL";
|
|
842
|
+
FieldType3["RICH_TEXT"] = "RICH_TEXT";
|
|
843
|
+
FieldType3["VIDEO"] = "VIDEO";
|
|
844
|
+
FieldType3["ANY"] = "ANY";
|
|
845
|
+
FieldType3["ARRAY_STRING"] = "ARRAY_STRING";
|
|
846
|
+
FieldType3["ARRAY_DOCUMENT"] = "ARRAY_DOCUMENT";
|
|
847
|
+
FieldType3["AUDIO"] = "AUDIO";
|
|
848
|
+
FieldType3["TIME"] = "TIME";
|
|
849
|
+
FieldType3["LANGUAGE"] = "LANGUAGE";
|
|
850
|
+
FieldType3["RICH_CONTENT"] = "RICH_CONTENT";
|
|
851
|
+
FieldType3["MEDIA_GALLERY"] = "MEDIA_GALLERY";
|
|
852
|
+
FieldType3["ADDRESS"] = "ADDRESS";
|
|
853
|
+
FieldType3["REFERENCE"] = "REFERENCE";
|
|
854
|
+
FieldType3["MULTI_REFERENCE"] = "MULTI_REFERENCE";
|
|
855
|
+
FieldType3["OBJECT"] = "OBJECT";
|
|
856
|
+
FieldType3["ARRAY"] = "ARRAY";
|
|
857
|
+
})(FieldType || (FieldType = {}));
|
|
770
858
|
var Order;
|
|
771
859
|
(function(Order3) {
|
|
772
860
|
Order3["ASC"] = "ASC";
|
|
@@ -895,12 +983,20 @@ var DtsDefinitionType;
|
|
|
895
983
|
DtsDefinitionType3["DTS_HTTP_LINK"] = "DTS_HTTP_LINK";
|
|
896
984
|
DtsDefinitionType3["DTS_CONTENT"] = "DTS_CONTENT";
|
|
897
985
|
})(DtsDefinitionType || (DtsDefinitionType = {}));
|
|
986
|
+
var ItemType;
|
|
987
|
+
(function(ItemType3) {
|
|
988
|
+
ItemType3["UNKNOWN_ITEM_TYPE"] = "UNKNOWN_ITEM_TYPE";
|
|
989
|
+
ItemType3["CUSTOM_ELEMENT"] = "CUSTOM_ELEMENT";
|
|
990
|
+
ItemType3["EDITOR_REACT_COMPONENT"] = "EDITOR_REACT_COMPONENT";
|
|
991
|
+
ItemType3["COMPOSITION"] = "COMPOSITION";
|
|
992
|
+
})(ItemType || (ItemType = {}));
|
|
898
993
|
var EditorType;
|
|
899
994
|
(function(EditorType3) {
|
|
900
995
|
EditorType3["UNKNOWN_EDITOR_TYPE"] = "UNKNOWN_EDITOR_TYPE";
|
|
901
996
|
EditorType3["CLASSIC_EDITOR_TYPE"] = "CLASSIC_EDITOR_TYPE";
|
|
902
997
|
EditorType3["STUDIO_EDITOR_TYPE"] = "STUDIO_EDITOR_TYPE";
|
|
903
998
|
EditorType3["HARMONY_EDITOR_TYPE"] = "HARMONY_EDITOR_TYPE";
|
|
999
|
+
EditorType3["STUDIO_2_EDITOR_TYPE"] = "STUDIO_2_EDITOR_TYPE";
|
|
904
1000
|
})(EditorType || (EditorType = {}));
|
|
905
1001
|
var ElementDisplayOption;
|
|
906
1002
|
(function(ElementDisplayOption3) {
|
|
@@ -908,12 +1004,12 @@ var ElementDisplayOption;
|
|
|
908
1004
|
ElementDisplayOption3["REMOVE"] = "REMOVE";
|
|
909
1005
|
ElementDisplayOption3["CUSTOMIZED"] = "CUSTOMIZED";
|
|
910
1006
|
})(ElementDisplayOption || (ElementDisplayOption = {}));
|
|
911
|
-
var
|
|
912
|
-
(function(
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
})(
|
|
1007
|
+
var ElementType;
|
|
1008
|
+
(function(ElementType3) {
|
|
1009
|
+
ElementType3["UNKNOWN_ElementType"] = "UNKNOWN_ElementType";
|
|
1010
|
+
ElementType3["inlineElement"] = "inlineElement";
|
|
1011
|
+
ElementType3["refElement"] = "refElement";
|
|
1012
|
+
})(ElementType || (ElementType = {}));
|
|
917
1013
|
var EmbedCategory;
|
|
918
1014
|
(function(EmbedCategory3) {
|
|
919
1015
|
EmbedCategory3["UNKNOWN"] = "UNKNOWN";
|
|
@@ -941,12 +1037,12 @@ var ExtendingComponentType;
|
|
|
941
1037
|
ExtendingComponentType3["BACK_OFFICE_MENU_ITEM"] = "BACK_OFFICE_MENU_ITEM";
|
|
942
1038
|
ExtendingComponentType3["BACK_OFFICE_EXTENSION_WIDGET"] = "BACK_OFFICE_EXTENSION_WIDGET";
|
|
943
1039
|
})(ExtendingComponentType || (ExtendingComponentType = {}));
|
|
944
|
-
var
|
|
945
|
-
(function(
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
})(
|
|
1040
|
+
var Exposure;
|
|
1041
|
+
(function(Exposure3) {
|
|
1042
|
+
Exposure3["PRIVATE"] = "PRIVATE";
|
|
1043
|
+
Exposure3["INTERNAL"] = "INTERNAL";
|
|
1044
|
+
Exposure3["PUBLIC"] = "PUBLIC";
|
|
1045
|
+
})(Exposure || (Exposure = {}));
|
|
950
1046
|
var Maturity;
|
|
951
1047
|
(function(Maturity3) {
|
|
952
1048
|
Maturity3["ALPHA"] = "ALPHA";
|
|
@@ -1013,17 +1109,25 @@ var FilterOperatorValueType;
|
|
|
1013
1109
|
FilterOperatorValueType3["localTime"] = "localTime";
|
|
1014
1110
|
FilterOperatorValueType3["localDateTime"] = "localDateTime";
|
|
1015
1111
|
})(FilterOperatorValueType || (FilterOperatorValueType = {}));
|
|
1016
|
-
var
|
|
1017
|
-
(function(
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
})(
|
|
1112
|
+
var Scope;
|
|
1113
|
+
(function(Scope3) {
|
|
1114
|
+
Scope3["UNKNOWN_SCOPE"] = "UNKNOWN_SCOPE";
|
|
1115
|
+
Scope3["SITE"] = "SITE";
|
|
1116
|
+
Scope3["ENTITY"] = "ENTITY";
|
|
1117
|
+
})(Scope || (Scope = {}));
|
|
1022
1118
|
var FunctionRole;
|
|
1023
1119
|
(function(FunctionRole3) {
|
|
1024
1120
|
FunctionRole3["UNKNOWN_FUNCTION_ROLE"] = "UNKNOWN_FUNCTION_ROLE";
|
|
1025
1121
|
FunctionRole3["data_type_conversion"] = "data_type_conversion";
|
|
1122
|
+
FunctionRole3["pagination_load_next_page"] = "pagination_load_next_page";
|
|
1026
1123
|
})(FunctionRole || (FunctionRole = {}));
|
|
1124
|
+
var ApiGroupType;
|
|
1125
|
+
(function(ApiGroupType2) {
|
|
1126
|
+
ApiGroupType2["UNKNOWN_GROUP_TYPE"] = "UNKNOWN_GROUP_TYPE";
|
|
1127
|
+
ApiGroupType2["PAGES"] = "PAGES";
|
|
1128
|
+
ApiGroupType2["SECTIONS"] = "SECTIONS";
|
|
1129
|
+
ApiGroupType2["COMPONENTS"] = "COMPONENTS";
|
|
1130
|
+
})(ApiGroupType || (ApiGroupType = {}));
|
|
1027
1131
|
var HorizontalDocking;
|
|
1028
1132
|
(function(HorizontalDocking3) {
|
|
1029
1133
|
HorizontalDocking3["NO_HDOCKING"] = "NO_HDOCKING";
|
|
@@ -1061,14 +1165,14 @@ var ImageType;
|
|
|
1061
1165
|
ImageType3["element"] = "element";
|
|
1062
1166
|
ImageType3["gradient"] = "gradient";
|
|
1063
1167
|
})(ImageType || (ImageType = {}));
|
|
1064
|
-
var
|
|
1065
|
-
(function(
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
})(
|
|
1168
|
+
var InputType;
|
|
1169
|
+
(function(InputType3) {
|
|
1170
|
+
InputType3["UNKNOWN_InputType"] = "UNKNOWN_InputType";
|
|
1171
|
+
InputType3["text"] = "text";
|
|
1172
|
+
InputType3["checkbox"] = "checkbox";
|
|
1173
|
+
InputType3["number"] = "number";
|
|
1174
|
+
InputType3["date"] = "date";
|
|
1175
|
+
})(InputType || (InputType = {}));
|
|
1072
1176
|
var InstallPage;
|
|
1073
1177
|
(function(InstallPage3) {
|
|
1074
1178
|
InstallPage3["NO_PAGE"] = "NO_PAGE";
|
|
@@ -1087,17 +1191,17 @@ var EffectGroup;
|
|
|
1087
1191
|
EffectGroup3["UNKNOWN_EFFECT_GROUP"] = "UNKNOWN_EFFECT_GROUP";
|
|
1088
1192
|
EffectGroup3["background"] = "background";
|
|
1089
1193
|
})(EffectGroup || (EffectGroup = {}));
|
|
1090
|
-
var
|
|
1091
|
-
(function(
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
})(
|
|
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 = {}));
|
|
1101
1205
|
var ItemField;
|
|
1102
1206
|
(function(ItemField3) {
|
|
1103
1207
|
ItemField3["ID"] = "ID";
|
|
@@ -1219,13 +1323,13 @@ var RecipientType;
|
|
|
1219
1323
|
RecipientType3["WIX_USER"] = "WIX_USER";
|
|
1220
1324
|
RecipientType3["CONTACT"] = "CONTACT";
|
|
1221
1325
|
})(RecipientType || (RecipientType = {}));
|
|
1222
|
-
var
|
|
1223
|
-
(function(
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
})(
|
|
1326
|
+
var NotificationTopicState;
|
|
1327
|
+
(function(NotificationTopicState3) {
|
|
1328
|
+
NotificationTopicState3["UNKNOWN_STATE"] = "UNKNOWN_STATE";
|
|
1329
|
+
NotificationTopicState3["DEFAULT_ON"] = "DEFAULT_ON";
|
|
1330
|
+
NotificationTopicState3["DEFAULT_OFF"] = "DEFAULT_OFF";
|
|
1331
|
+
NotificationTopicState3["ALWAYS_ON"] = "ALWAYS_ON";
|
|
1332
|
+
})(NotificationTopicState || (NotificationTopicState = {}));
|
|
1229
1333
|
var NotificationTopicType;
|
|
1230
1334
|
(function(NotificationTopicType3) {
|
|
1231
1335
|
NotificationTopicType3["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
@@ -1269,13 +1373,13 @@ var PanelMode;
|
|
|
1269
1373
|
PanelMode3["UNKNOWN_PanelMode"] = "UNKNOWN_PanelMode";
|
|
1270
1374
|
PanelMode3["overlay"] = "overlay";
|
|
1271
1375
|
})(PanelMode || (PanelMode = {}));
|
|
1272
|
-
var
|
|
1273
|
-
(function(
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
})(
|
|
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 = {}));
|
|
1279
1383
|
var PanelType;
|
|
1280
1384
|
(function(PanelType3) {
|
|
1281
1385
|
PanelType3["UNKNOWN_PanelType"] = "UNKNOWN_PanelType";
|
|
@@ -1652,12 +1756,12 @@ var RestrictedOperation;
|
|
|
1652
1756
|
RestrictedOperation3["ALLOW"] = "ALLOW";
|
|
1653
1757
|
RestrictedOperation3["WARN"] = "WARN";
|
|
1654
1758
|
})(RestrictedOperation || (RestrictedOperation = {}));
|
|
1655
|
-
var
|
|
1656
|
-
(function(
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
})(
|
|
1759
|
+
var InterfaceConfigurationType;
|
|
1760
|
+
(function(InterfaceConfigurationType3) {
|
|
1761
|
+
InterfaceConfigurationType3["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
1762
|
+
InterfaceConfigurationType3["WIDGET_COMPONENT"] = "WIDGET_COMPONENT";
|
|
1763
|
+
InterfaceConfigurationType3["ITEM_SELECTION"] = "ITEM_SELECTION";
|
|
1764
|
+
})(InterfaceConfigurationType || (InterfaceConfigurationType = {}));
|
|
1661
1765
|
var ParticipantType;
|
|
1662
1766
|
(function(ParticipantType3) {
|
|
1663
1767
|
ParticipantType3["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
@@ -1665,12 +1769,12 @@ var ParticipantType;
|
|
|
1665
1769
|
ParticipantType3["CONTACT"] = "CONTACT";
|
|
1666
1770
|
ParticipantType3["ANONYMOUS"] = "ANONYMOUS";
|
|
1667
1771
|
})(ParticipantType || (ParticipantType = {}));
|
|
1668
|
-
var
|
|
1669
|
-
(function(
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
})(
|
|
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 = {}));
|
|
1674
1778
|
var BlockType;
|
|
1675
1779
|
(function(BlockType3) {
|
|
1676
1780
|
BlockType3["UNKNOWN"] = "UNKNOWN";
|
|
@@ -1782,12 +1886,12 @@ var ExecutionType;
|
|
|
1782
1886
|
ExecutionType3["SYNC"] = "SYNC";
|
|
1783
1887
|
ExecutionType3["ASYNC"] = "ASYNC";
|
|
1784
1888
|
})(ExecutionType || (ExecutionType = {}));
|
|
1785
|
-
var
|
|
1786
|
-
(function(
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
})(
|
|
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 = {}));
|
|
1791
1895
|
var IntegrationType;
|
|
1792
1896
|
(function(IntegrationType3) {
|
|
1793
1897
|
IntegrationType3["UNKNOWN_INTEGRATION_TYPE"] = "UNKNOWN_INTEGRATION_TYPE";
|
|
@@ -1849,6 +1953,7 @@ var Tag;
|
|
|
1849
1953
|
Tag3["OWNER_CHECKOUT"] = "OWNER_CHECKOUT";
|
|
1850
1954
|
Tag3["ECOM_PREVIEW_CHECKOUT"] = "ECOM_PREVIEW_CHECKOUT";
|
|
1851
1955
|
Tag3["ALL_CATEGORIES"] = "ALL_CATEGORIES";
|
|
1956
|
+
Tag3["ECOM_TAX_GROUPS"] = "ECOM_TAX_GROUPS";
|
|
1852
1957
|
})(Tag || (Tag = {}));
|
|
1853
1958
|
var ThumbnailType;
|
|
1854
1959
|
(function(ThumbnailType3) {
|
|
@@ -1978,20 +2083,20 @@ var BooleanComponentType;
|
|
|
1978
2083
|
BooleanComponentType3["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1979
2084
|
BooleanComponentType3["CHECKBOX"] = "CHECKBOX";
|
|
1980
2085
|
})(BooleanComponentType || (BooleanComponentType = {}));
|
|
1981
|
-
var
|
|
1982
|
-
(function(
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
})(
|
|
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 = {}));
|
|
1995
2100
|
var NumberComponentType;
|
|
1996
2101
|
(function(NumberComponentType3) {
|
|
1997
2102
|
NumberComponentType3["UNKNOWN"] = "UNKNOWN";
|
|
@@ -2066,15 +2171,15 @@ var OverrideEntityType;
|
|
|
2066
2171
|
OverrideEntityType3["UNKNOWN"] = "UNKNOWN";
|
|
2067
2172
|
OverrideEntityType3["FIELD"] = "FIELD";
|
|
2068
2173
|
})(OverrideEntityType || (OverrideEntityType = {}));
|
|
2069
|
-
var
|
|
2070
|
-
(function(
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
})(
|
|
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 = {}));
|
|
2078
2183
|
var PropertiesTypeEnum;
|
|
2079
2184
|
(function(PropertiesTypeEnum3) {
|
|
2080
2185
|
PropertiesTypeEnum3["UNKNOWN_PROPERTY_TYPE"] = "UNKNOWN_PROPERTY_TYPE";
|
|
@@ -2101,15 +2206,15 @@ var Format;
|
|
|
2101
2206
|
Format3["LANGUAGE"] = "LANGUAGE";
|
|
2102
2207
|
Format3["DATE_OPTIONAL_TIME"] = "DATE_OPTIONAL_TIME";
|
|
2103
2208
|
})(Format || (Format = {}));
|
|
2104
|
-
var
|
|
2105
|
-
(function(
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
})(
|
|
2209
|
+
var UploadFileFormat;
|
|
2210
|
+
(function(UploadFileFormat3) {
|
|
2211
|
+
UploadFileFormat3["UNKNOWN_UPLOAD_FILE_FORMAT"] = "UNKNOWN_UPLOAD_FILE_FORMAT";
|
|
2212
|
+
UploadFileFormat3["VIDEO"] = "VIDEO";
|
|
2213
|
+
UploadFileFormat3["IMAGE"] = "IMAGE";
|
|
2214
|
+
UploadFileFormat3["AUDIO"] = "AUDIO";
|
|
2215
|
+
UploadFileFormat3["DOCUMENT"] = "DOCUMENT";
|
|
2216
|
+
UploadFileFormat3["ARCHIVE"] = "ARCHIVE";
|
|
2217
|
+
})(UploadFileFormat || (UploadFileFormat = {}));
|
|
2113
2218
|
var AppointmentFormat;
|
|
2114
2219
|
(function(AppointmentFormat3) {
|
|
2115
2220
|
AppointmentFormat3["UNKNOWN_FORMAT_TYPE"] = "UNKNOWN_FORMAT_TYPE";
|
|
@@ -2117,13 +2222,13 @@ var AppointmentFormat;
|
|
|
2117
2222
|
AppointmentFormat3["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
|
|
2118
2223
|
AppointmentFormat3["PHONE"] = "PHONE";
|
|
2119
2224
|
})(AppointmentFormat || (AppointmentFormat = {}));
|
|
2120
|
-
var
|
|
2121
|
-
(function(
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
})(
|
|
2225
|
+
var Alignment;
|
|
2226
|
+
(function(Alignment3) {
|
|
2227
|
+
Alignment3["UNKNOWN_ALIGNMENT"] = "UNKNOWN_ALIGNMENT";
|
|
2228
|
+
Alignment3["LEFT"] = "LEFT";
|
|
2229
|
+
Alignment3["CENTER"] = "CENTER";
|
|
2230
|
+
Alignment3["RIGHT"] = "RIGHT";
|
|
2231
|
+
})(Alignment || (Alignment = {}));
|
|
2127
2232
|
var ImageFit;
|
|
2128
2233
|
(function(ImageFit3) {
|
|
2129
2234
|
ImageFit3["UNKNOWN_IMAGE_FIT"] = "UNKNOWN_IMAGE_FIT";
|
|
@@ -2149,15 +2254,15 @@ var FirstDayOfWeek;
|
|
|
2149
2254
|
FirstDayOfWeek3["MONDAY"] = "MONDAY";
|
|
2150
2255
|
FirstDayOfWeek3["SUNDAY"] = "SUNDAY";
|
|
2151
2256
|
})(FirstDayOfWeek || (FirstDayOfWeek = {}));
|
|
2152
|
-
var
|
|
2153
|
-
(function(
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
})(
|
|
2257
|
+
var UploadFileFormatEnumUploadFileFormat;
|
|
2258
|
+
(function(UploadFileFormatEnumUploadFileFormat3) {
|
|
2259
|
+
UploadFileFormatEnumUploadFileFormat3["UNDEFINED"] = "UNDEFINED";
|
|
2260
|
+
UploadFileFormatEnumUploadFileFormat3["VIDEO"] = "VIDEO";
|
|
2261
|
+
UploadFileFormatEnumUploadFileFormat3["IMAGE"] = "IMAGE";
|
|
2262
|
+
UploadFileFormatEnumUploadFileFormat3["AUDIO"] = "AUDIO";
|
|
2263
|
+
UploadFileFormatEnumUploadFileFormat3["DOCUMENT"] = "DOCUMENT";
|
|
2264
|
+
UploadFileFormatEnumUploadFileFormat3["ARCHIVE"] = "ARCHIVE";
|
|
2265
|
+
})(UploadFileFormatEnumUploadFileFormat || (UploadFileFormatEnumUploadFileFormat = {}));
|
|
2161
2266
|
var DefaultCountryConfigType;
|
|
2162
2267
|
(function(DefaultCountryConfigType3) {
|
|
2163
2268
|
DefaultCountryConfigType3["UNKNOWN_DEFAULT_COUNTRY"] = "UNKNOWN_DEFAULT_COUNTRY";
|
|
@@ -2233,19 +2338,19 @@ var UpdateMode;
|
|
|
2233
2338
|
UpdateMode3["FULL"] = "FULL";
|
|
2234
2339
|
UpdateMode3["PARTIAL"] = "PARTIAL";
|
|
2235
2340
|
})(UpdateMode || (UpdateMode = {}));
|
|
2236
|
-
var
|
|
2237
|
-
(function(
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
})(
|
|
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 = {}));
|
|
2249
2354
|
var SchemaScope;
|
|
2250
2355
|
(function(SchemaScope3) {
|
|
2251
2356
|
SchemaScope3["UNKNOWN_SCOPE"] = "UNKNOWN_SCOPE";
|
|
@@ -2437,11 +2542,11 @@ var VibeActionType;
|
|
|
2437
2542
|
VibeActionType3["OPEN_DASHBOARD"] = "OPEN_DASHBOARD";
|
|
2438
2543
|
VibeActionType3["OPEN_CUSTOM_PANEL"] = "OPEN_CUSTOM_PANEL";
|
|
2439
2544
|
})(VibeActionType || (VibeActionType = {}));
|
|
2440
|
-
var
|
|
2441
|
-
(function(
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
})(
|
|
2545
|
+
var WebComponentDataElementType;
|
|
2546
|
+
(function(WebComponentDataElementType2) {
|
|
2547
|
+
WebComponentDataElementType2["WIDGET"] = "WIDGET";
|
|
2548
|
+
WebComponentDataElementType2["PAGE"] = "PAGE";
|
|
2549
|
+
})(WebComponentDataElementType || (WebComponentDataElementType = {}));
|
|
2445
2550
|
var ScriptType;
|
|
2446
2551
|
(function(ScriptType3) {
|
|
2447
2552
|
ScriptType3["NO_SCRIPT_TYPE"] = "NO_SCRIPT_TYPE";
|
|
@@ -2519,6 +2624,7 @@ var AssetType;
|
|
|
2519
2624
|
AssetType3["WIDGET"] = "WIDGET";
|
|
2520
2625
|
AssetType3["FONT"] = "FONT";
|
|
2521
2626
|
AssetType3["ICONS"] = "ICONS";
|
|
2627
|
+
AssetType3["STORY"] = "STORY";
|
|
2522
2628
|
})(AssetType || (AssetType = {}));
|
|
2523
2629
|
var FileMediaType;
|
|
2524
2630
|
(function(FileMediaType3) {
|
|
@@ -2530,12 +2636,17 @@ var FileMediaType;
|
|
|
2530
2636
|
FileMediaType3["ICON_MEDIA_TYPE"] = "ICON_MEDIA_TYPE";
|
|
2531
2637
|
FileMediaType3["FONT_MEDIA_TYPE"] = "FONT_MEDIA_TYPE";
|
|
2532
2638
|
})(FileMediaType || (FileMediaType = {}));
|
|
2533
|
-
var
|
|
2534
|
-
(function(
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
})(
|
|
2639
|
+
var V1Exposure;
|
|
2640
|
+
(function(V1Exposure2) {
|
|
2641
|
+
V1Exposure2["PRIVATE"] = "PRIVATE";
|
|
2642
|
+
V1Exposure2["INTERNAL"] = "INTERNAL";
|
|
2643
|
+
V1Exposure2["PUBLIC"] = "PUBLIC";
|
|
2644
|
+
})(V1Exposure || (V1Exposure = {}));
|
|
2645
|
+
var AnimationType;
|
|
2646
|
+
(function(AnimationType2) {
|
|
2647
|
+
AnimationType2["VIEW"] = "VIEW";
|
|
2648
|
+
AnimationType2["POINTER"] = "POINTER";
|
|
2649
|
+
})(AnimationType || (AnimationType = {}));
|
|
2539
2650
|
var AppType;
|
|
2540
2651
|
(function(AppType3) {
|
|
2541
2652
|
AppType3["PRODUCT"] = "PRODUCT";
|
|
@@ -2548,11 +2659,11 @@ var CardStylesAlignment;
|
|
|
2548
2659
|
CardStylesAlignment3["CENTER"] = "CENTER";
|
|
2549
2660
|
CardStylesAlignment3["END"] = "END";
|
|
2550
2661
|
})(CardStylesAlignment || (CardStylesAlignment = {}));
|
|
2551
|
-
var
|
|
2552
|
-
(function(
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
})(
|
|
2662
|
+
var Layout;
|
|
2663
|
+
(function(Layout2) {
|
|
2664
|
+
Layout2["STACKED"] = "STACKED";
|
|
2665
|
+
Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
2666
|
+
})(Layout || (Layout = {}));
|
|
2556
2667
|
var CardStylesType;
|
|
2557
2668
|
(function(CardStylesType3) {
|
|
2558
2669
|
CardStylesType3["CONTAINED"] = "CONTAINED";
|
|
@@ -2579,11 +2690,11 @@ var Placement;
|
|
|
2579
2690
|
Placement3["IMAGE"] = "IMAGE";
|
|
2580
2691
|
Placement3["PRODUCT_INFO"] = "PRODUCT_INFO";
|
|
2581
2692
|
})(Placement || (Placement = {}));
|
|
2582
|
-
var
|
|
2583
|
-
(function(
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
})(
|
|
2693
|
+
var BackgroundType;
|
|
2694
|
+
(function(BackgroundType3) {
|
|
2695
|
+
BackgroundType3["COLOR"] = "COLOR";
|
|
2696
|
+
BackgroundType3["GRADIENT"] = "GRADIENT";
|
|
2697
|
+
})(BackgroundType || (BackgroundType = {}));
|
|
2587
2698
|
var ButtonDataType;
|
|
2588
2699
|
(function(ButtonDataType3) {
|
|
2589
2700
|
ButtonDataType3["LINK"] = "LINK";
|
|
@@ -2606,12 +2717,12 @@ var ImagePositionPosition;
|
|
|
2606
2717
|
ImagePositionPosition3["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
2607
2718
|
ImagePositionPosition3["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2608
2719
|
})(ImagePositionPosition || (ImagePositionPosition = {}));
|
|
2609
|
-
var
|
|
2610
|
-
(function(
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
})(
|
|
2720
|
+
var Scaling;
|
|
2721
|
+
(function(Scaling3) {
|
|
2722
|
+
Scaling3["AUTO"] = "AUTO";
|
|
2723
|
+
Scaling3["CONTAIN"] = "CONTAIN";
|
|
2724
|
+
Scaling3["COVER"] = "COVER";
|
|
2725
|
+
})(Scaling || (Scaling = {}));
|
|
2615
2726
|
var Direction;
|
|
2616
2727
|
(function(Direction3) {
|
|
2617
2728
|
Direction3["LTR"] = "LTR";
|
|
@@ -2641,12 +2752,12 @@ var DecorationType;
|
|
|
2641
2752
|
DecorationType3["FONT_FAMILY"] = "FONT_FAMILY";
|
|
2642
2753
|
DecorationType3["SKETCH"] = "SKETCH";
|
|
2643
2754
|
})(DecorationType || (DecorationType = {}));
|
|
2644
|
-
var
|
|
2645
|
-
(function(
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
})(
|
|
2755
|
+
var DividerDataAlignment;
|
|
2756
|
+
(function(DividerDataAlignment2) {
|
|
2757
|
+
DividerDataAlignment2["CENTER"] = "CENTER";
|
|
2758
|
+
DividerDataAlignment2["LEFT"] = "LEFT";
|
|
2759
|
+
DividerDataAlignment2["RIGHT"] = "RIGHT";
|
|
2760
|
+
})(DividerDataAlignment || (DividerDataAlignment = {}));
|
|
2650
2761
|
var LineStyle;
|
|
2651
2762
|
(function(LineStyle3) {
|
|
2652
2763
|
LineStyle3["SINGLE"] = "SINGLE";
|
|
@@ -2654,12 +2765,38 @@ var LineStyle;
|
|
|
2654
2765
|
LineStyle3["DASHED"] = "DASHED";
|
|
2655
2766
|
LineStyle3["DOTTED"] = "DOTTED";
|
|
2656
2767
|
})(LineStyle || (LineStyle = {}));
|
|
2768
|
+
var LineCap;
|
|
2769
|
+
(function(LineCap2) {
|
|
2770
|
+
LineCap2["SQUARE"] = "SQUARE";
|
|
2771
|
+
LineCap2["ROUND"] = "ROUND";
|
|
2772
|
+
})(LineCap || (LineCap = {}));
|
|
2657
2773
|
var DividerDataWidth;
|
|
2658
2774
|
(function(DividerDataWidth3) {
|
|
2659
2775
|
DividerDataWidth3["LARGE"] = "LARGE";
|
|
2660
2776
|
DividerDataWidth3["MEDIUM"] = "MEDIUM";
|
|
2661
2777
|
DividerDataWidth3["SMALL"] = "SMALL";
|
|
2662
2778
|
})(DividerDataWidth || (DividerDataWidth = {}));
|
|
2779
|
+
var EntranceEffectType;
|
|
2780
|
+
(function(EntranceEffectType2) {
|
|
2781
|
+
EntranceEffectType2["FADE"] = "FADE";
|
|
2782
|
+
EntranceEffectType2["ARC"] = "ARC";
|
|
2783
|
+
EntranceEffectType2["BLUR"] = "BLUR";
|
|
2784
|
+
EntranceEffectType2["BOUNCE"] = "BOUNCE";
|
|
2785
|
+
EntranceEffectType2["DROP"] = "DROP";
|
|
2786
|
+
EntranceEffectType2["EXPAND"] = "EXPAND";
|
|
2787
|
+
EntranceEffectType2["FLIP"] = "FLIP";
|
|
2788
|
+
EntranceEffectType2["FLOAT"] = "FLOAT";
|
|
2789
|
+
EntranceEffectType2["FOLD"] = "FOLD";
|
|
2790
|
+
EntranceEffectType2["GLIDE"] = "GLIDE";
|
|
2791
|
+
EntranceEffectType2["REVEAL"] = "REVEAL";
|
|
2792
|
+
EntranceEffectType2["SHAPE"] = "SHAPE";
|
|
2793
|
+
EntranceEffectType2["SHUTTERS"] = "SHUTTERS";
|
|
2794
|
+
EntranceEffectType2["SLIDE"] = "SLIDE";
|
|
2795
|
+
EntranceEffectType2["SPIN"] = "SPIN";
|
|
2796
|
+
EntranceEffectType2["TILT"] = "TILT";
|
|
2797
|
+
EntranceEffectType2["TURN"] = "TURN";
|
|
2798
|
+
EntranceEffectType2["WINK"] = "WINK";
|
|
2799
|
+
})(EntranceEffectType || (EntranceEffectType = {}));
|
|
2663
2800
|
var PDFSettingsViewMode;
|
|
2664
2801
|
(function(PDFSettingsViewMode3) {
|
|
2665
2802
|
PDFSettingsViewMode3["NONE"] = "NONE";
|
|
@@ -2712,13 +2849,13 @@ var GradientType;
|
|
|
2712
2849
|
GradientType3["LINEAR"] = "LINEAR";
|
|
2713
2850
|
GradientType3["RADIAL"] = "RADIAL";
|
|
2714
2851
|
})(GradientType || (GradientType = {}));
|
|
2715
|
-
var
|
|
2716
|
-
(function(
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
})(
|
|
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 = {}));
|
|
2722
2859
|
var BackdropType;
|
|
2723
2860
|
(function(BackdropType3) {
|
|
2724
2861
|
BackdropType3["COLOR"] = "COLOR";
|
|
@@ -2756,12 +2893,12 @@ var LayoutDataImagePosition;
|
|
|
2756
2893
|
LayoutDataImagePosition3["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
2757
2894
|
LayoutDataImagePosition3["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2758
2895
|
})(LayoutDataImagePosition || (LayoutDataImagePosition = {}));
|
|
2759
|
-
var
|
|
2760
|
-
(function(
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
})(
|
|
2896
|
+
var ImageScalingScaling;
|
|
2897
|
+
(function(ImageScalingScaling3) {
|
|
2898
|
+
ImageScalingScaling3["AUTO"] = "AUTO";
|
|
2899
|
+
ImageScalingScaling3["CONTAIN"] = "CONTAIN";
|
|
2900
|
+
ImageScalingScaling3["COVER"] = "COVER";
|
|
2901
|
+
})(ImageScalingScaling || (ImageScalingScaling = {}));
|
|
2765
2902
|
var ResponsivenessBehaviour;
|
|
2766
2903
|
(function(ResponsivenessBehaviour3) {
|
|
2767
2904
|
ResponsivenessBehaviour3["STACK"] = "STACK";
|
|
@@ -2787,6 +2924,22 @@ var StylesPosition;
|
|
|
2787
2924
|
StylesPosition3["TOP"] = "TOP";
|
|
2788
2925
|
StylesPosition3["HIDDEN"] = "HIDDEN";
|
|
2789
2926
|
})(StylesPosition || (StylesPosition = {}));
|
|
2927
|
+
var LoopEffectType;
|
|
2928
|
+
(function(LoopEffectType2) {
|
|
2929
|
+
LoopEffectType2["BOUNCE"] = "BOUNCE";
|
|
2930
|
+
LoopEffectType2["BREATHE"] = "BREATHE";
|
|
2931
|
+
LoopEffectType2["CROSS"] = "CROSS";
|
|
2932
|
+
LoopEffectType2["FLASH"] = "FLASH";
|
|
2933
|
+
LoopEffectType2["FLIP"] = "FLIP";
|
|
2934
|
+
LoopEffectType2["FOLD"] = "FOLD";
|
|
2935
|
+
LoopEffectType2["JELLO"] = "JELLO";
|
|
2936
|
+
LoopEffectType2["POKE"] = "POKE";
|
|
2937
|
+
LoopEffectType2["PULSE"] = "PULSE";
|
|
2938
|
+
LoopEffectType2["RUBBER"] = "RUBBER";
|
|
2939
|
+
LoopEffectType2["SPIN"] = "SPIN";
|
|
2940
|
+
LoopEffectType2["SWING"] = "SWING";
|
|
2941
|
+
LoopEffectType2["WIGGLE"] = "WIGGLE";
|
|
2942
|
+
})(LoopEffectType || (LoopEffectType = {}));
|
|
2790
2943
|
var MapType;
|
|
2791
2944
|
(function(MapType3) {
|
|
2792
2945
|
MapType3["ROADMAP"] = "ROADMAP";
|
|
@@ -2853,12 +3006,24 @@ var WidthType;
|
|
|
2853
3006
|
WidthType3["ORIGINAL"] = "ORIGINAL";
|
|
2854
3007
|
WidthType3["FULL_WIDTH"] = "FULL_WIDTH";
|
|
2855
3008
|
})(WidthType || (WidthType = {}));
|
|
2856
|
-
var
|
|
2857
|
-
(function(
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
3009
|
+
var PointerEffectType;
|
|
3010
|
+
(function(PointerEffectType2) {
|
|
3011
|
+
PointerEffectType2["AIRY"] = "AIRY";
|
|
3012
|
+
PointerEffectType2["BLOB"] = "BLOB";
|
|
3013
|
+
PointerEffectType2["BLUR"] = "BLUR";
|
|
3014
|
+
PointerEffectType2["SCALE"] = "SCALE";
|
|
3015
|
+
PointerEffectType2["SKEW"] = "SKEW";
|
|
3016
|
+
PointerEffectType2["SWIVEL"] = "SWIVEL";
|
|
3017
|
+
PointerEffectType2["TILT_3D"] = "TILT_3D";
|
|
3018
|
+
PointerEffectType2["TRACK"] = "TRACK";
|
|
3019
|
+
PointerEffectType2["TRACK_3D"] = "TRACK_3D";
|
|
3020
|
+
})(PointerEffectType || (PointerEffectType = {}));
|
|
3021
|
+
var PollDesignBackgroundType;
|
|
3022
|
+
(function(PollDesignBackgroundType2) {
|
|
3023
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
3024
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
3025
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
3026
|
+
})(PollDesignBackgroundType || (PollDesignBackgroundType = {}));
|
|
2862
3027
|
var PollLayoutDirection;
|
|
2863
3028
|
(function(PollLayoutDirection3) {
|
|
2864
3029
|
PollLayoutDirection3["LTR"] = "LTR";
|
|
@@ -3424,148 +3589,148 @@ var ContentResizeDirection2;
|
|
|
3424
3589
|
ContentResizeDirection3["horizontalAndVertical"] = "horizontalAndVertical";
|
|
3425
3590
|
ContentResizeDirection3["none"] = "none";
|
|
3426
3591
|
})(ContentResizeDirection2 || (ContentResizeDirection2 = {}));
|
|
3427
|
-
var
|
|
3428
|
-
(function(
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
})(
|
|
3441
|
-
var
|
|
3442
|
-
(function(
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
})(
|
|
3592
|
+
var CssDataTypeEnumCssDataType;
|
|
3593
|
+
(function(CssDataTypeEnumCssDataType2) {
|
|
3594
|
+
CssDataTypeEnumCssDataType2["UNKNOWN_CssDataType"] = "UNKNOWN_CssDataType";
|
|
3595
|
+
CssDataTypeEnumCssDataType2["number"] = "number";
|
|
3596
|
+
CssDataTypeEnumCssDataType2["string"] = "string";
|
|
3597
|
+
CssDataTypeEnumCssDataType2["angle"] = "angle";
|
|
3598
|
+
CssDataTypeEnumCssDataType2["color"] = "color";
|
|
3599
|
+
CssDataTypeEnumCssDataType2["length"] = "length";
|
|
3600
|
+
CssDataTypeEnumCssDataType2["percentage"] = "percentage";
|
|
3601
|
+
CssDataTypeEnumCssDataType2["lengthPercentage"] = "lengthPercentage";
|
|
3602
|
+
CssDataTypeEnumCssDataType2["blendMode"] = "blendMode";
|
|
3603
|
+
CssDataTypeEnumCssDataType2["customEnum"] = "customEnum";
|
|
3604
|
+
CssDataTypeEnumCssDataType2["time"] = "time";
|
|
3605
|
+
})(CssDataTypeEnumCssDataType || (CssDataTypeEnumCssDataType = {}));
|
|
3606
|
+
var CssPropertyEnumCssPropertyType;
|
|
3607
|
+
(function(CssPropertyEnumCssPropertyType2) {
|
|
3608
|
+
CssPropertyEnumCssPropertyType2["UNKNOWN_CssPropertyType"] = "UNKNOWN_CssPropertyType";
|
|
3609
|
+
CssPropertyEnumCssPropertyType2["number"] = "number";
|
|
3610
|
+
CssPropertyEnumCssPropertyType2["string"] = "string";
|
|
3611
|
+
CssPropertyEnumCssPropertyType2["angle"] = "angle";
|
|
3612
|
+
CssPropertyEnumCssPropertyType2["length"] = "length";
|
|
3613
|
+
CssPropertyEnumCssPropertyType2["percentage"] = "percentage";
|
|
3614
|
+
CssPropertyEnumCssPropertyType2["lengthPercentage"] = "lengthPercentage";
|
|
3615
|
+
CssPropertyEnumCssPropertyType2["blendMode"] = "blendMode";
|
|
3616
|
+
CssPropertyEnumCssPropertyType2["customEnum"] = "customEnum";
|
|
3617
|
+
CssPropertyEnumCssPropertyType2["time"] = "time";
|
|
3618
|
+
CssPropertyEnumCssPropertyType2["background"] = "background";
|
|
3619
|
+
CssPropertyEnumCssPropertyType2["backgroundSize"] = "backgroundSize";
|
|
3620
|
+
CssPropertyEnumCssPropertyType2["backgroundColor"] = "backgroundColor";
|
|
3621
|
+
CssPropertyEnumCssPropertyType2["backgroundImage"] = "backgroundImage";
|
|
3622
|
+
CssPropertyEnumCssPropertyType2["backgroundClip"] = "backgroundClip";
|
|
3623
|
+
CssPropertyEnumCssPropertyType2["backgroundOrigin"] = "backgroundOrigin";
|
|
3624
|
+
CssPropertyEnumCssPropertyType2["backgroundPosition"] = "backgroundPosition";
|
|
3625
|
+
CssPropertyEnumCssPropertyType2["backgroundRepeat"] = "backgroundRepeat";
|
|
3626
|
+
CssPropertyEnumCssPropertyType2["backgroundAttachment"] = "backgroundAttachment";
|
|
3627
|
+
CssPropertyEnumCssPropertyType2["margin"] = "margin";
|
|
3628
|
+
CssPropertyEnumCssPropertyType2["marginTop"] = "marginTop";
|
|
3629
|
+
CssPropertyEnumCssPropertyType2["marginRight"] = "marginRight";
|
|
3630
|
+
CssPropertyEnumCssPropertyType2["marginBottom"] = "marginBottom";
|
|
3631
|
+
CssPropertyEnumCssPropertyType2["marginLeft"] = "marginLeft";
|
|
3632
|
+
CssPropertyEnumCssPropertyType2["marginInlineStart"] = "marginInlineStart";
|
|
3633
|
+
CssPropertyEnumCssPropertyType2["marginInlineEnd"] = "marginInlineEnd";
|
|
3634
|
+
CssPropertyEnumCssPropertyType2["padding"] = "padding";
|
|
3635
|
+
CssPropertyEnumCssPropertyType2["paddingTop"] = "paddingTop";
|
|
3636
|
+
CssPropertyEnumCssPropertyType2["paddingRight"] = "paddingRight";
|
|
3637
|
+
CssPropertyEnumCssPropertyType2["paddingBottom"] = "paddingBottom";
|
|
3638
|
+
CssPropertyEnumCssPropertyType2["paddingLeft"] = "paddingLeft";
|
|
3639
|
+
CssPropertyEnumCssPropertyType2["paddingInlineStart"] = "paddingInlineStart";
|
|
3640
|
+
CssPropertyEnumCssPropertyType2["paddingInlineEnd"] = "paddingInlineEnd";
|
|
3641
|
+
CssPropertyEnumCssPropertyType2["border"] = "border";
|
|
3642
|
+
CssPropertyEnumCssPropertyType2["borderWidth"] = "borderWidth";
|
|
3643
|
+
CssPropertyEnumCssPropertyType2["borderStyle"] = "borderStyle";
|
|
3644
|
+
CssPropertyEnumCssPropertyType2["borderColor"] = "borderColor";
|
|
3645
|
+
CssPropertyEnumCssPropertyType2["borderTop"] = "borderTop";
|
|
3646
|
+
CssPropertyEnumCssPropertyType2["borderTopColor"] = "borderTopColor";
|
|
3647
|
+
CssPropertyEnumCssPropertyType2["borderTopWidth"] = "borderTopWidth";
|
|
3648
|
+
CssPropertyEnumCssPropertyType2["borderTopStyle"] = "borderTopStyle";
|
|
3649
|
+
CssPropertyEnumCssPropertyType2["borderRight"] = "borderRight";
|
|
3650
|
+
CssPropertyEnumCssPropertyType2["borderRightColor"] = "borderRightColor";
|
|
3651
|
+
CssPropertyEnumCssPropertyType2["borderRightWidth"] = "borderRightWidth";
|
|
3652
|
+
CssPropertyEnumCssPropertyType2["borderRightStyle"] = "borderRightStyle";
|
|
3653
|
+
CssPropertyEnumCssPropertyType2["borderBottom"] = "borderBottom";
|
|
3654
|
+
CssPropertyEnumCssPropertyType2["borderBottomColor"] = "borderBottomColor";
|
|
3655
|
+
CssPropertyEnumCssPropertyType2["borderBottomWidth"] = "borderBottomWidth";
|
|
3656
|
+
CssPropertyEnumCssPropertyType2["borderBottomStyle"] = "borderBottomStyle";
|
|
3657
|
+
CssPropertyEnumCssPropertyType2["borderLeft"] = "borderLeft";
|
|
3658
|
+
CssPropertyEnumCssPropertyType2["borderLeftColor"] = "borderLeftColor";
|
|
3659
|
+
CssPropertyEnumCssPropertyType2["borderLeftWidth"] = "borderLeftWidth";
|
|
3660
|
+
CssPropertyEnumCssPropertyType2["borderLeftStyle"] = "borderLeftStyle";
|
|
3661
|
+
CssPropertyEnumCssPropertyType2["borderInlineStart"] = "borderInlineStart";
|
|
3662
|
+
CssPropertyEnumCssPropertyType2["borderInlineStartColor"] = "borderInlineStartColor";
|
|
3663
|
+
CssPropertyEnumCssPropertyType2["borderInlineStartWidth"] = "borderInlineStartWidth";
|
|
3664
|
+
CssPropertyEnumCssPropertyType2["borderInlineStartStyle"] = "borderInlineStartStyle";
|
|
3665
|
+
CssPropertyEnumCssPropertyType2["borderInlineEnd"] = "borderInlineEnd";
|
|
3666
|
+
CssPropertyEnumCssPropertyType2["borderInlineEndColor"] = "borderInlineEndColor";
|
|
3667
|
+
CssPropertyEnumCssPropertyType2["borderInlineEndWidth"] = "borderInlineEndWidth";
|
|
3668
|
+
CssPropertyEnumCssPropertyType2["borderInlineEndStyle"] = "borderInlineEndStyle";
|
|
3669
|
+
CssPropertyEnumCssPropertyType2["borderRadius"] = "borderRadius";
|
|
3670
|
+
CssPropertyEnumCssPropertyType2["borderTopLeftRadius"] = "borderTopLeftRadius";
|
|
3671
|
+
CssPropertyEnumCssPropertyType2["borderTopRightRadius"] = "borderTopRightRadius";
|
|
3672
|
+
CssPropertyEnumCssPropertyType2["borderBottomRightRadius"] = "borderBottomRightRadius";
|
|
3673
|
+
CssPropertyEnumCssPropertyType2["borderBottomLeftRadius"] = "borderBottomLeftRadius";
|
|
3674
|
+
CssPropertyEnumCssPropertyType2["borderStartStartRadius"] = "borderStartStartRadius";
|
|
3675
|
+
CssPropertyEnumCssPropertyType2["borderStartEndRadius"] = "borderStartEndRadius";
|
|
3676
|
+
CssPropertyEnumCssPropertyType2["borderEndStartRadius"] = "borderEndStartRadius";
|
|
3677
|
+
CssPropertyEnumCssPropertyType2["borderEndEndRadius"] = "borderEndEndRadius";
|
|
3678
|
+
CssPropertyEnumCssPropertyType2["font"] = "font";
|
|
3679
|
+
CssPropertyEnumCssPropertyType2["fontFamily"] = "fontFamily";
|
|
3680
|
+
CssPropertyEnumCssPropertyType2["fontSize"] = "fontSize";
|
|
3681
|
+
CssPropertyEnumCssPropertyType2["fontStretch"] = "fontStretch";
|
|
3682
|
+
CssPropertyEnumCssPropertyType2["fontStyle"] = "fontStyle";
|
|
3683
|
+
CssPropertyEnumCssPropertyType2["fontVariant"] = "fontVariant";
|
|
3684
|
+
CssPropertyEnumCssPropertyType2["fontWeight"] = "fontWeight";
|
|
3685
|
+
CssPropertyEnumCssPropertyType2["lineHeight"] = "lineHeight";
|
|
3686
|
+
CssPropertyEnumCssPropertyType2["color"] = "color";
|
|
3687
|
+
CssPropertyEnumCssPropertyType2["letterSpacing"] = "letterSpacing";
|
|
3688
|
+
CssPropertyEnumCssPropertyType2["writingMode"] = "writingMode";
|
|
3689
|
+
CssPropertyEnumCssPropertyType2["textAlign"] = "textAlign";
|
|
3690
|
+
CssPropertyEnumCssPropertyType2["textTransform"] = "textTransform";
|
|
3691
|
+
CssPropertyEnumCssPropertyType2["textShadow"] = "textShadow";
|
|
3692
|
+
CssPropertyEnumCssPropertyType2["textOverflow"] = "textOverflow";
|
|
3693
|
+
CssPropertyEnumCssPropertyType2["textIndent"] = "textIndent";
|
|
3694
|
+
CssPropertyEnumCssPropertyType2["textDecoration"] = "textDecoration";
|
|
3695
|
+
CssPropertyEnumCssPropertyType2["textDecorationColor"] = "textDecorationColor";
|
|
3696
|
+
CssPropertyEnumCssPropertyType2["textDecorationLine"] = "textDecorationLine";
|
|
3697
|
+
CssPropertyEnumCssPropertyType2["textDecorationStyle"] = "textDecorationStyle";
|
|
3698
|
+
CssPropertyEnumCssPropertyType2["textDecorationThickness"] = "textDecorationThickness";
|
|
3699
|
+
CssPropertyEnumCssPropertyType2["boxShadow"] = "boxShadow";
|
|
3700
|
+
CssPropertyEnumCssPropertyType2["opacity"] = "opacity";
|
|
3701
|
+
CssPropertyEnumCssPropertyType2["overflow"] = "overflow";
|
|
3702
|
+
CssPropertyEnumCssPropertyType2["display"] = "display";
|
|
3703
|
+
CssPropertyEnumCssPropertyType2["alignSelf"] = "alignSelf";
|
|
3704
|
+
CssPropertyEnumCssPropertyType2["justifyContent"] = "justifyContent";
|
|
3705
|
+
CssPropertyEnumCssPropertyType2["alignItems"] = "alignItems";
|
|
3706
|
+
CssPropertyEnumCssPropertyType2["flexDirection"] = "flexDirection";
|
|
3707
|
+
CssPropertyEnumCssPropertyType2["height"] = "height";
|
|
3708
|
+
CssPropertyEnumCssPropertyType2["width"] = "width";
|
|
3709
|
+
CssPropertyEnumCssPropertyType2["gap"] = "gap";
|
|
3710
|
+
CssPropertyEnumCssPropertyType2["columnGap"] = "columnGap";
|
|
3711
|
+
CssPropertyEnumCssPropertyType2["rowGap"] = "rowGap";
|
|
3712
|
+
CssPropertyEnumCssPropertyType2["filter"] = "filter";
|
|
3713
|
+
CssPropertyEnumCssPropertyType2["backdropFilter"] = "backdropFilter";
|
|
3714
|
+
CssPropertyEnumCssPropertyType2["objectFit"] = "objectFit";
|
|
3715
|
+
CssPropertyEnumCssPropertyType2["objectPosition"] = "objectPosition";
|
|
3716
|
+
CssPropertyEnumCssPropertyType2["mixBlendMode"] = "mixBlendMode";
|
|
3717
|
+
CssPropertyEnumCssPropertyType2["isolation"] = "isolation";
|
|
3718
|
+
CssPropertyEnumCssPropertyType2["stroke"] = "stroke";
|
|
3719
|
+
CssPropertyEnumCssPropertyType2["strokeWidth"] = "strokeWidth";
|
|
3720
|
+
CssPropertyEnumCssPropertyType2["strokeOpacity"] = "strokeOpacity";
|
|
3721
|
+
CssPropertyEnumCssPropertyType2["fill"] = "fill";
|
|
3722
|
+
CssPropertyEnumCssPropertyType2["fillOpacity"] = "fillOpacity";
|
|
3723
|
+
CssPropertyEnumCssPropertyType2["fillRule"] = "fillRule";
|
|
3724
|
+
CssPropertyEnumCssPropertyType2["mask"] = "mask";
|
|
3725
|
+
CssPropertyEnumCssPropertyType2["maskImage"] = "maskImage";
|
|
3726
|
+
CssPropertyEnumCssPropertyType2["maskMode"] = "maskMode";
|
|
3727
|
+
CssPropertyEnumCssPropertyType2["maskRepeat"] = "maskRepeat";
|
|
3728
|
+
CssPropertyEnumCssPropertyType2["maskPosition"] = "maskPosition";
|
|
3729
|
+
CssPropertyEnumCssPropertyType2["maskClip"] = "maskClip";
|
|
3730
|
+
CssPropertyEnumCssPropertyType2["maskOrigin"] = "maskOrigin";
|
|
3731
|
+
CssPropertyEnumCssPropertyType2["maskSize"] = "maskSize";
|
|
3732
|
+
CssPropertyEnumCssPropertyType2["maskComposite"] = "maskComposite";
|
|
3733
|
+
})(CssPropertyEnumCssPropertyType || (CssPropertyEnumCssPropertyType = {}));
|
|
3569
3734
|
var CssPropertyType2;
|
|
3570
3735
|
(function(CssPropertyType3) {
|
|
3571
3736
|
CssPropertyType3["UNKNOWN_CssPropertyType"] = "UNKNOWN_CssPropertyType";
|
|
@@ -3698,33 +3863,33 @@ var AccessLevel2;
|
|
|
3698
3863
|
AccessLevel3["CMS_EDITOR"] = "CMS_EDITOR";
|
|
3699
3864
|
AccessLevel3["PRIVILEGED"] = "PRIVILEGED";
|
|
3700
3865
|
})(AccessLevel2 || (AccessLevel2 = {}));
|
|
3701
|
-
var
|
|
3702
|
-
(function(
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
})(
|
|
3866
|
+
var DataComponentFieldType;
|
|
3867
|
+
(function(DataComponentFieldType2) {
|
|
3868
|
+
DataComponentFieldType2["UNKNOWN_FIELD_TYPE"] = "UNKNOWN_FIELD_TYPE";
|
|
3869
|
+
DataComponentFieldType2["TEXT"] = "TEXT";
|
|
3870
|
+
DataComponentFieldType2["NUMBER"] = "NUMBER";
|
|
3871
|
+
DataComponentFieldType2["DATE"] = "DATE";
|
|
3872
|
+
DataComponentFieldType2["DATETIME"] = "DATETIME";
|
|
3873
|
+
DataComponentFieldType2["IMAGE"] = "IMAGE";
|
|
3874
|
+
DataComponentFieldType2["BOOLEAN"] = "BOOLEAN";
|
|
3875
|
+
DataComponentFieldType2["DOCUMENT"] = "DOCUMENT";
|
|
3876
|
+
DataComponentFieldType2["URL"] = "URL";
|
|
3877
|
+
DataComponentFieldType2["RICH_TEXT"] = "RICH_TEXT";
|
|
3878
|
+
DataComponentFieldType2["VIDEO"] = "VIDEO";
|
|
3879
|
+
DataComponentFieldType2["ANY"] = "ANY";
|
|
3880
|
+
DataComponentFieldType2["ARRAY_STRING"] = "ARRAY_STRING";
|
|
3881
|
+
DataComponentFieldType2["ARRAY_DOCUMENT"] = "ARRAY_DOCUMENT";
|
|
3882
|
+
DataComponentFieldType2["AUDIO"] = "AUDIO";
|
|
3883
|
+
DataComponentFieldType2["TIME"] = "TIME";
|
|
3884
|
+
DataComponentFieldType2["LANGUAGE"] = "LANGUAGE";
|
|
3885
|
+
DataComponentFieldType2["RICH_CONTENT"] = "RICH_CONTENT";
|
|
3886
|
+
DataComponentFieldType2["MEDIA_GALLERY"] = "MEDIA_GALLERY";
|
|
3887
|
+
DataComponentFieldType2["ADDRESS"] = "ADDRESS";
|
|
3888
|
+
DataComponentFieldType2["REFERENCE"] = "REFERENCE";
|
|
3889
|
+
DataComponentFieldType2["MULTI_REFERENCE"] = "MULTI_REFERENCE";
|
|
3890
|
+
DataComponentFieldType2["OBJECT"] = "OBJECT";
|
|
3891
|
+
DataComponentFieldType2["ARRAY"] = "ARRAY";
|
|
3892
|
+
})(DataComponentFieldType || (DataComponentFieldType = {}));
|
|
3728
3893
|
var Order2;
|
|
3729
3894
|
(function(Order3) {
|
|
3730
3895
|
Order3["ASC"] = "ASC";
|
|
@@ -3866,12 +4031,12 @@ var ElementDisplayOption2;
|
|
|
3866
4031
|
ElementDisplayOption3["REMOVE"] = "REMOVE";
|
|
3867
4032
|
ElementDisplayOption3["CUSTOMIZED"] = "CUSTOMIZED";
|
|
3868
4033
|
})(ElementDisplayOption2 || (ElementDisplayOption2 = {}));
|
|
3869
|
-
var
|
|
3870
|
-
(function(
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
})(
|
|
4034
|
+
var ElementTypeEnumElementType;
|
|
4035
|
+
(function(ElementTypeEnumElementType2) {
|
|
4036
|
+
ElementTypeEnumElementType2["UNKNOWN_ElementType"] = "UNKNOWN_ElementType";
|
|
4037
|
+
ElementTypeEnumElementType2["inlineElement"] = "inlineElement";
|
|
4038
|
+
ElementTypeEnumElementType2["refElement"] = "refElement";
|
|
4039
|
+
})(ElementTypeEnumElementType || (ElementTypeEnumElementType = {}));
|
|
3875
4040
|
var EmbedCategory2;
|
|
3876
4041
|
(function(EmbedCategory3) {
|
|
3877
4042
|
EmbedCategory3["UNKNOWN"] = "UNKNOWN";
|
|
@@ -3899,12 +4064,12 @@ var ExtendingComponentType2;
|
|
|
3899
4064
|
ExtendingComponentType3["BACK_OFFICE_MENU_ITEM"] = "BACK_OFFICE_MENU_ITEM";
|
|
3900
4065
|
ExtendingComponentType3["BACK_OFFICE_EXTENSION_WIDGET"] = "BACK_OFFICE_EXTENSION_WIDGET";
|
|
3901
4066
|
})(ExtendingComponentType2 || (ExtendingComponentType2 = {}));
|
|
3902
|
-
var
|
|
3903
|
-
(function(
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
})(
|
|
4067
|
+
var ExtensionExposureExposure;
|
|
4068
|
+
(function(ExtensionExposureExposure2) {
|
|
4069
|
+
ExtensionExposureExposure2["PRIVATE"] = "PRIVATE";
|
|
4070
|
+
ExtensionExposureExposure2["INTERNAL"] = "INTERNAL";
|
|
4071
|
+
ExtensionExposureExposure2["PUBLIC"] = "PUBLIC";
|
|
4072
|
+
})(ExtensionExposureExposure || (ExtensionExposureExposure = {}));
|
|
3908
4073
|
var Maturity2;
|
|
3909
4074
|
(function(Maturity3) {
|
|
3910
4075
|
Maturity3["ALPHA"] = "ALPHA";
|
|
@@ -3971,12 +4136,12 @@ var FilterOperatorValueType2;
|
|
|
3971
4136
|
FilterOperatorValueType3["localTime"] = "localTime";
|
|
3972
4137
|
FilterOperatorValueType3["localDateTime"] = "localDateTime";
|
|
3973
4138
|
})(FilterOperatorValueType2 || (FilterOperatorValueType2 = {}));
|
|
3974
|
-
var
|
|
3975
|
-
(function(
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
})(
|
|
4139
|
+
var ConfigurationScope;
|
|
4140
|
+
(function(ConfigurationScope2) {
|
|
4141
|
+
ConfigurationScope2["UNKNOWN_SCOPE"] = "UNKNOWN_SCOPE";
|
|
4142
|
+
ConfigurationScope2["SITE"] = "SITE";
|
|
4143
|
+
ConfigurationScope2["ENTITY"] = "ENTITY";
|
|
4144
|
+
})(ConfigurationScope || (ConfigurationScope = {}));
|
|
3980
4145
|
var FunctionRole2;
|
|
3981
4146
|
(function(FunctionRole3) {
|
|
3982
4147
|
FunctionRole3["UNKNOWN_FUNCTION_ROLE"] = "UNKNOWN_FUNCTION_ROLE";
|
|
@@ -4019,14 +4184,14 @@ var ImageType2;
|
|
|
4019
4184
|
ImageType3["element"] = "element";
|
|
4020
4185
|
ImageType3["gradient"] = "gradient";
|
|
4021
4186
|
})(ImageType2 || (ImageType2 = {}));
|
|
4022
|
-
var
|
|
4023
|
-
(function(
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
})(
|
|
4187
|
+
var InputTypeEnumInputType;
|
|
4188
|
+
(function(InputTypeEnumInputType2) {
|
|
4189
|
+
InputTypeEnumInputType2["UNKNOWN_InputType"] = "UNKNOWN_InputType";
|
|
4190
|
+
InputTypeEnumInputType2["text"] = "text";
|
|
4191
|
+
InputTypeEnumInputType2["checkbox"] = "checkbox";
|
|
4192
|
+
InputTypeEnumInputType2["number"] = "number";
|
|
4193
|
+
InputTypeEnumInputType2["date"] = "date";
|
|
4194
|
+
})(InputTypeEnumInputType || (InputTypeEnumInputType = {}));
|
|
4030
4195
|
var InstallPage2;
|
|
4031
4196
|
(function(InstallPage3) {
|
|
4032
4197
|
InstallPage3["NO_PAGE"] = "NO_PAGE";
|
|
@@ -4045,17 +4210,17 @@ var EffectGroup2;
|
|
|
4045
4210
|
EffectGroup3["UNKNOWN_EFFECT_GROUP"] = "UNKNOWN_EFFECT_GROUP";
|
|
4046
4211
|
EffectGroup3["background"] = "background";
|
|
4047
4212
|
})(EffectGroup2 || (EffectGroup2 = {}));
|
|
4048
|
-
var
|
|
4049
|
-
(function(
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
})(
|
|
4213
|
+
var InteractionsTrigger;
|
|
4214
|
+
(function(InteractionsTrigger2) {
|
|
4215
|
+
InteractionsTrigger2["UNKNOWN_TRIGGER"] = "UNKNOWN_TRIGGER";
|
|
4216
|
+
InteractionsTrigger2["hover"] = "hover";
|
|
4217
|
+
InteractionsTrigger2["click"] = "click";
|
|
4218
|
+
InteractionsTrigger2["viewEnter"] = "viewEnter";
|
|
4219
|
+
InteractionsTrigger2["pageVisible"] = "pageVisible";
|
|
4220
|
+
InteractionsTrigger2["viewProgress"] = "viewProgress";
|
|
4221
|
+
InteractionsTrigger2["pointerMove"] = "pointerMove";
|
|
4222
|
+
InteractionsTrigger2["animationEnd"] = "animationEnd";
|
|
4223
|
+
})(InteractionsTrigger || (InteractionsTrigger = {}));
|
|
4059
4224
|
var ItemField2;
|
|
4060
4225
|
(function(ItemField3) {
|
|
4061
4226
|
ItemField3["ID"] = "ID";
|
|
@@ -4177,13 +4342,13 @@ var RecipientType2;
|
|
|
4177
4342
|
RecipientType3["WIX_USER"] = "WIX_USER";
|
|
4178
4343
|
RecipientType3["CONTACT"] = "CONTACT";
|
|
4179
4344
|
})(RecipientType2 || (RecipientType2 = {}));
|
|
4180
|
-
var
|
|
4181
|
-
(function(
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
})(
|
|
4345
|
+
var NotificationTopicState2;
|
|
4346
|
+
(function(NotificationTopicState3) {
|
|
4347
|
+
NotificationTopicState3["UNKNOWN_STATE"] = "UNKNOWN_STATE";
|
|
4348
|
+
NotificationTopicState3["DEFAULT_ON"] = "DEFAULT_ON";
|
|
4349
|
+
NotificationTopicState3["DEFAULT_OFF"] = "DEFAULT_OFF";
|
|
4350
|
+
NotificationTopicState3["ALWAYS_ON"] = "ALWAYS_ON";
|
|
4351
|
+
})(NotificationTopicState2 || (NotificationTopicState2 = {}));
|
|
4187
4352
|
var NotificationTopicType2;
|
|
4188
4353
|
(function(NotificationTopicType3) {
|
|
4189
4354
|
NotificationTopicType3["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
@@ -4227,13 +4392,13 @@ var PanelMode2;
|
|
|
4227
4392
|
PanelMode3["UNKNOWN_PanelMode"] = "UNKNOWN_PanelMode";
|
|
4228
4393
|
PanelMode3["overlay"] = "overlay";
|
|
4229
4394
|
})(PanelMode2 || (PanelMode2 = {}));
|
|
4230
|
-
var
|
|
4231
|
-
(function(
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4236
|
-
})(
|
|
4395
|
+
var PanelSizeWidth;
|
|
4396
|
+
(function(PanelSizeWidth2) {
|
|
4397
|
+
PanelSizeWidth2["UNKNOWN_WIDTH"] = "UNKNOWN_WIDTH";
|
|
4398
|
+
PanelSizeWidth2["SMALL"] = "SMALL";
|
|
4399
|
+
PanelSizeWidth2["MEDIUM"] = "MEDIUM";
|
|
4400
|
+
PanelSizeWidth2["LARGE"] = "LARGE";
|
|
4401
|
+
})(PanelSizeWidth || (PanelSizeWidth = {}));
|
|
4237
4402
|
var PanelType2;
|
|
4238
4403
|
(function(PanelType3) {
|
|
4239
4404
|
PanelType3["UNKNOWN_PanelType"] = "UNKNOWN_PanelType";
|
|
@@ -4246,13 +4411,13 @@ var PartialPaymentRestriction2;
|
|
|
4246
4411
|
PartialPaymentRestriction3["ALLOW"] = "ALLOW";
|
|
4247
4412
|
PartialPaymentRestriction3["DISALLOW"] = "DISALLOW";
|
|
4248
4413
|
})(PartialPaymentRestriction2 || (PartialPaymentRestriction2 = {}));
|
|
4249
|
-
var
|
|
4250
|
-
(function(
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
})(
|
|
4414
|
+
var State;
|
|
4415
|
+
(function(State2) {
|
|
4416
|
+
State2["UNKNOWN_STATE"] = "UNKNOWN_STATE";
|
|
4417
|
+
State2["DEFAULT_ON"] = "DEFAULT_ON";
|
|
4418
|
+
State2["DEFAULT_OFF"] = "DEFAULT_OFF";
|
|
4419
|
+
State2["ALWAYS_ON"] = "ALWAYS_ON";
|
|
4420
|
+
})(State || (State = {}));
|
|
4256
4421
|
var HTTPMethod2;
|
|
4257
4422
|
(function(HTTPMethod3) {
|
|
4258
4423
|
HTTPMethod3["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
|
|
@@ -5075,13 +5240,13 @@ var AppointmentFormat2;
|
|
|
5075
5240
|
AppointmentFormat3["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
|
|
5076
5241
|
AppointmentFormat3["PHONE"] = "PHONE";
|
|
5077
5242
|
})(AppointmentFormat2 || (AppointmentFormat2 = {}));
|
|
5078
|
-
var
|
|
5079
|
-
(function(
|
|
5080
|
-
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
})(
|
|
5243
|
+
var AlignmentEnumAlignment;
|
|
5244
|
+
(function(AlignmentEnumAlignment2) {
|
|
5245
|
+
AlignmentEnumAlignment2["UNKNOWN_ALIGNMENT"] = "UNKNOWN_ALIGNMENT";
|
|
5246
|
+
AlignmentEnumAlignment2["LEFT"] = "LEFT";
|
|
5247
|
+
AlignmentEnumAlignment2["CENTER"] = "CENTER";
|
|
5248
|
+
AlignmentEnumAlignment2["RIGHT"] = "RIGHT";
|
|
5249
|
+
})(AlignmentEnumAlignment || (AlignmentEnumAlignment = {}));
|
|
5085
5250
|
var ImageFit2;
|
|
5086
5251
|
(function(ImageFit3) {
|
|
5087
5252
|
ImageFit3["UNKNOWN_IMAGE_FIT"] = "UNKNOWN_IMAGE_FIT";
|
|
@@ -5545,11 +5710,11 @@ var CardStylesAlignment2;
|
|
|
5545
5710
|
CardStylesAlignment3["CENTER"] = "CENTER";
|
|
5546
5711
|
CardStylesAlignment3["END"] = "END";
|
|
5547
5712
|
})(CardStylesAlignment2 || (CardStylesAlignment2 = {}));
|
|
5548
|
-
var
|
|
5549
|
-
(function(
|
|
5550
|
-
|
|
5551
|
-
|
|
5552
|
-
})(
|
|
5713
|
+
var CardStylesLayout;
|
|
5714
|
+
(function(CardStylesLayout2) {
|
|
5715
|
+
CardStylesLayout2["STACKED"] = "STACKED";
|
|
5716
|
+
CardStylesLayout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
5717
|
+
})(CardStylesLayout || (CardStylesLayout = {}));
|
|
5553
5718
|
var CardStylesType2;
|
|
5554
5719
|
(function(CardStylesType3) {
|
|
5555
5720
|
CardStylesType3["CONTAINED"] = "CONTAINED";
|
|
@@ -5576,11 +5741,11 @@ var Placement2;
|
|
|
5576
5741
|
Placement3["IMAGE"] = "IMAGE";
|
|
5577
5742
|
Placement3["PRODUCT_INFO"] = "PRODUCT_INFO";
|
|
5578
5743
|
})(Placement2 || (Placement2 = {}));
|
|
5579
|
-
var
|
|
5580
|
-
(function(
|
|
5581
|
-
|
|
5582
|
-
|
|
5583
|
-
})(
|
|
5744
|
+
var StylesBackgroundType;
|
|
5745
|
+
(function(StylesBackgroundType2) {
|
|
5746
|
+
StylesBackgroundType2["COLOR"] = "COLOR";
|
|
5747
|
+
StylesBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
5748
|
+
})(StylesBackgroundType || (StylesBackgroundType = {}));
|
|
5584
5749
|
var ButtonDataType2;
|
|
5585
5750
|
(function(ButtonDataType3) {
|
|
5586
5751
|
ButtonDataType3["LINK"] = "LINK";
|
|
@@ -5709,13 +5874,13 @@ var GradientType2;
|
|
|
5709
5874
|
GradientType3["LINEAR"] = "LINEAR";
|
|
5710
5875
|
GradientType3["RADIAL"] = "RADIAL";
|
|
5711
5876
|
})(GradientType2 || (GradientType2 = {}));
|
|
5712
|
-
var
|
|
5713
|
-
(function(
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
|
|
5717
|
-
|
|
5718
|
-
})(
|
|
5877
|
+
var Source;
|
|
5878
|
+
(function(Source2) {
|
|
5879
|
+
Source2["HTML"] = "HTML";
|
|
5880
|
+
Source2["ADSENSE"] = "ADSENSE";
|
|
5881
|
+
Source2["AI"] = "AI";
|
|
5882
|
+
Source2["AI_WIDGET"] = "AI_WIDGET";
|
|
5883
|
+
})(Source || (Source = {}));
|
|
5719
5884
|
var BackdropType2;
|
|
5720
5885
|
(function(BackdropType3) {
|
|
5721
5886
|
BackdropType3["COLOR"] = "COLOR";
|
|
@@ -5954,26 +6119,26 @@ var DATA = {
|
|
|
5954
6119
|
LINK_TYPE: LinkType
|
|
5955
6120
|
};
|
|
5956
6121
|
var CSS_DATA_TYPE = {
|
|
5957
|
-
number:
|
|
5958
|
-
string:
|
|
5959
|
-
angle:
|
|
5960
|
-
color:
|
|
5961
|
-
length:
|
|
5962
|
-
percentage:
|
|
5963
|
-
lengthPercentage:
|
|
5964
|
-
blendMode:
|
|
5965
|
-
customEnum:
|
|
5966
|
-
time:
|
|
6122
|
+
number: CssPropertyType.number,
|
|
6123
|
+
string: CssPropertyType.string,
|
|
6124
|
+
angle: CssPropertyType.angle,
|
|
6125
|
+
color: CssPropertyType.color,
|
|
6126
|
+
length: CssPropertyType.length,
|
|
6127
|
+
percentage: CssPropertyType.percentage,
|
|
6128
|
+
lengthPercentage: CssPropertyType.lengthPercentage,
|
|
6129
|
+
blendMode: CssPropertyType.blendMode,
|
|
6130
|
+
customEnum: CssPropertyType.customEnum,
|
|
6131
|
+
time: CssPropertyType.time
|
|
5967
6132
|
};
|
|
5968
6133
|
var CSS_PROPERTIES = {
|
|
5969
|
-
CSS_PROPERTY_TYPE:
|
|
6134
|
+
CSS_PROPERTY_TYPE: CssPropertyType,
|
|
5970
6135
|
CSS_DATA_TYPE,
|
|
5971
6136
|
FILTER_FUNCTION: FilterFunction,
|
|
5972
6137
|
DISPLAY_VALUE: DisplayValueEnumDisplayValue,
|
|
5973
6138
|
IMAGE_TYPE: ImageType
|
|
5974
6139
|
};
|
|
5975
6140
|
var ELEMENTS = {
|
|
5976
|
-
ELEMENT_TYPE:
|
|
6141
|
+
ELEMENT_TYPE: ElementType
|
|
5977
6142
|
};
|
|
5978
6143
|
var ACTIONS = {
|
|
5979
6144
|
ACTION_TYPE: ActionType,
|
|
@@ -5989,7 +6154,7 @@ var DISPLAY_GROUPS = {
|
|
|
5989
6154
|
GROUP_TYPE: GroupType
|
|
5990
6155
|
};
|
|
5991
6156
|
var INTERACTIONS = {
|
|
5992
|
-
TRIGGER_TYPE:
|
|
6157
|
+
TRIGGER_TYPE: Trigger,
|
|
5993
6158
|
EFFECT_GROUP: EffectGroup
|
|
5994
6159
|
};
|
|
5995
6160
|
var MEDIA = {
|