@wix/create-app 0.0.90 → 0.0.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +427 -23
- package/build/index.js.map +1 -1
- package/package.json +3 -3
package/build/index.js
CHANGED
|
@@ -70976,7 +70976,7 @@ function reportCommandStartEvent({
|
|
|
70976
70976
|
}
|
|
70977
70977
|
|
|
70978
70978
|
// package.json
|
|
70979
|
-
var version = "0.0.
|
|
70979
|
+
var version = "0.0.92";
|
|
70980
70980
|
var package_default = {
|
|
70981
70981
|
name: "@wix/create-app",
|
|
70982
70982
|
description: "Create Wix apps",
|
|
@@ -70990,7 +70990,7 @@ var package_default = {
|
|
|
70990
70990
|
"@types/react": "^18.3.3",
|
|
70991
70991
|
"@types/semver": "^7.5.8",
|
|
70992
70992
|
"@types/validate-npm-package-name": "^4.0.2",
|
|
70993
|
-
"@wix/bi-logger-dev-tools-data": "^1.
|
|
70993
|
+
"@wix/bi-logger-dev-tools-data": "^1.95.0",
|
|
70994
70994
|
"@wix/cli-auth": "workspace:*",
|
|
70995
70995
|
"@wix/cli-error": "workspace:*",
|
|
70996
70996
|
"@wix/cli-error-reporting": "workspace:*",
|
|
@@ -74319,6 +74319,11 @@ var _adminConfigurableTextInput = {
|
|
|
74319
74319
|
adminConfigurableSettings: "google.protobuf.FieldMask"
|
|
74320
74320
|
};
|
|
74321
74321
|
var _andCondition = { conditions: "_conditionNode" };
|
|
74322
|
+
var _api_Number = {
|
|
74323
|
+
minimum: "google.protobuf.FloatValue",
|
|
74324
|
+
maximum: "google.protobuf.FloatValue",
|
|
74325
|
+
multipleOf: "google.protobuf.FloatValue"
|
|
74326
|
+
};
|
|
74322
74327
|
var _appData = { components: "_component", pricingModels: "_pricingModel" };
|
|
74323
74328
|
var _appEmbedData = { image: "_media" };
|
|
74324
74329
|
var _arrayItems = {
|
|
@@ -74353,11 +74358,14 @@ var _componentData = {
|
|
|
74353
74358
|
devCenterTestingComponent: "_devCenterTestingComponentData",
|
|
74354
74359
|
multilingualTranslationSchema: "_multilingualTranslationSchema",
|
|
74355
74360
|
formTemplate: "_formTemplate",
|
|
74361
|
+
functionsShopPriceProvider: "_functionsShopPriceSpiConfig",
|
|
74356
74362
|
function: "_function",
|
|
74357
74363
|
papiProvider: "_pluginConfig",
|
|
74358
|
-
multilingualTranslationSchemaGroup: "_schemaGroup"
|
|
74364
|
+
multilingualTranslationSchemaGroup: "_schemaGroup",
|
|
74365
|
+
editorReactComponent: "_editorReactComponent"
|
|
74359
74366
|
};
|
|
74360
74367
|
var _conditionNode = { and: "_andCondition", or: "_orCondition" };
|
|
74368
|
+
var _dataItem = { number: "_api_Number" };
|
|
74361
74369
|
var _dateInput = { description: "_richContent" };
|
|
74362
74370
|
var _datePicker = { description: "_richContent" };
|
|
74363
74371
|
var _dateTimeInput = { description: "_richContent" };
|
|
@@ -74374,7 +74382,10 @@ var _devCenterTestingComponentData = {
|
|
|
74374
74382
|
var _displayField = { richContentOptions: "_richContentOptions" };
|
|
74375
74383
|
var _donationInput = { description: "_richContent" };
|
|
74376
74384
|
var _dropdown = { description: "_richContent" };
|
|
74385
|
+
var _editorElement = { data: "Map#_dataItem", elements: "Map#_elementItem" };
|
|
74377
74386
|
var _editorPresence = { presetsEditorPresence: "_presetEditorPresence" };
|
|
74387
|
+
var _editorReactComponent = { editorElement: "_editorElement" };
|
|
74388
|
+
var _elementItem = { inlineElement: "_inlineElement" };
|
|
74378
74389
|
var _expectedInputs = {
|
|
74379
74390
|
expectedStartInputs: "_predefinedExpectedInput",
|
|
74380
74391
|
expectedVerifyInputs: "_predefinedExpectedInput"
|
|
@@ -74391,6 +74402,9 @@ var _formTemplate = {
|
|
|
74391
74402
|
submitSettings: "_submitSettings"
|
|
74392
74403
|
};
|
|
74393
74404
|
var _function = { description: "_description" };
|
|
74405
|
+
var _functionsShopPriceSpiConfig = {
|
|
74406
|
+
shopNumber: "google.protobuf.DoubleValue"
|
|
74407
|
+
};
|
|
74394
74408
|
var _galleryData = { items: "_item", options: "_galleryOptions" };
|
|
74395
74409
|
var _galleryOptions = { item: "_itemStyle" };
|
|
74396
74410
|
var _getAppByVersionRequest = {};
|
|
@@ -74400,6 +74414,7 @@ var _getAppResponse = {
|
|
|
74400
74414
|
};
|
|
74401
74415
|
var _image = { urlExpirationDate: "google.protobuf.Timestamp" };
|
|
74402
74416
|
var _imageData = { image: "_media" };
|
|
74417
|
+
var _inlineElement = { data: "Map#_dataItem", elements: "Map#_elementItem" };
|
|
74403
74418
|
var _inputField = {
|
|
74404
74419
|
stringOptions: "__String",
|
|
74405
74420
|
numberOptions: "__Number",
|
|
@@ -74812,6 +74827,7 @@ function getAppByVersion(payload5) {
|
|
|
74812
74827
|
_actionSPIConfig,
|
|
74813
74828
|
_adminConfigurableTextInput,
|
|
74814
74829
|
_andCondition,
|
|
74830
|
+
_api_Number,
|
|
74815
74831
|
_appData,
|
|
74816
74832
|
_appEmbedData,
|
|
74817
74833
|
_arrayItems,
|
|
@@ -74826,6 +74842,7 @@ function getAppByVersion(payload5) {
|
|
|
74826
74842
|
_component,
|
|
74827
74843
|
_componentData,
|
|
74828
74844
|
_conditionNode,
|
|
74845
|
+
_dataItem,
|
|
74829
74846
|
_dateInput,
|
|
74830
74847
|
_datePicker,
|
|
74831
74848
|
_dateTimeInput,
|
|
@@ -74835,17 +74852,22 @@ function getAppByVersion(payload5) {
|
|
|
74835
74852
|
_displayField,
|
|
74836
74853
|
_donationInput,
|
|
74837
74854
|
_dropdown,
|
|
74855
|
+
_editorElement,
|
|
74838
74856
|
_editorPresence,
|
|
74857
|
+
_editorReactComponent,
|
|
74858
|
+
_elementItem,
|
|
74839
74859
|
_expectedInputs,
|
|
74840
74860
|
_field,
|
|
74841
74861
|
_fileUpload,
|
|
74842
74862
|
_focalPoint,
|
|
74843
74863
|
_formTemplate,
|
|
74844
74864
|
_function,
|
|
74865
|
+
_functionsShopPriceSpiConfig,
|
|
74845
74866
|
_galleryData,
|
|
74846
74867
|
_galleryOptions,
|
|
74847
74868
|
_image,
|
|
74848
74869
|
_imageData,
|
|
74870
|
+
_inlineElement,
|
|
74849
74871
|
_inputField,
|
|
74850
74872
|
_inputFieldMultilineAddress,
|
|
74851
74873
|
_item,
|
|
@@ -75488,6 +75510,11 @@ var _adminConfigurableTextInput2 = {
|
|
|
75488
75510
|
adminConfigurableSettings: "google.protobuf.FieldMask"
|
|
75489
75511
|
};
|
|
75490
75512
|
var _andCondition2 = { conditions: "_conditionNode" };
|
|
75513
|
+
var _api_Number2 = {
|
|
75514
|
+
minimum: "google.protobuf.FloatValue",
|
|
75515
|
+
maximum: "google.protobuf.FloatValue",
|
|
75516
|
+
multipleOf: "google.protobuf.FloatValue"
|
|
75517
|
+
};
|
|
75491
75518
|
var _appEmbedData2 = { image: "_media" };
|
|
75492
75519
|
var _arrayItems2 = {
|
|
75493
75520
|
numberOptions: "_numberType",
|
|
@@ -75518,9 +75545,11 @@ var _componentData2 = {
|
|
|
75518
75545
|
functionsShopPriceProvider: "_functionsShopPriceSpiConfig",
|
|
75519
75546
|
function: "_function",
|
|
75520
75547
|
papiProvider: "_pluginConfig",
|
|
75521
|
-
multilingualTranslationSchemaGroup: "_schemaGroup"
|
|
75548
|
+
multilingualTranslationSchemaGroup: "_schemaGroup",
|
|
75549
|
+
editorReactComponent: "_editorReactComponent"
|
|
75522
75550
|
};
|
|
75523
75551
|
var _conditionNode2 = { and: "_andCondition", or: "_orCondition" };
|
|
75552
|
+
var _dataItem2 = { number: "_api_Number" };
|
|
75524
75553
|
var _dateInput2 = { description: "_richContent" };
|
|
75525
75554
|
var _datePicker2 = { description: "_richContent" };
|
|
75526
75555
|
var _dateTimeInput2 = { description: "_richContent" };
|
|
@@ -75537,7 +75566,10 @@ var _devCenterTestingComponentData2 = {
|
|
|
75537
75566
|
var _displayField2 = { richContentOptions: "_richContentOptions" };
|
|
75538
75567
|
var _donationInput2 = { description: "_richContent" };
|
|
75539
75568
|
var _dropdown2 = { description: "_richContent" };
|
|
75569
|
+
var _editorElement2 = { data: "Map#_dataItem", elements: "Map#_elementItem" };
|
|
75540
75570
|
var _editorPresence2 = { presetsEditorPresence: "_presetEditorPresence" };
|
|
75571
|
+
var _editorReactComponent2 = { editorElement: "_editorElement" };
|
|
75572
|
+
var _elementItem2 = { inlineElement: "_inlineElement" };
|
|
75541
75573
|
var _expectedInputs2 = {
|
|
75542
75574
|
expectedStartInputs: "_predefinedExpectedInput",
|
|
75543
75575
|
expectedVerifyInputs: "_predefinedExpectedInput"
|
|
@@ -75555,13 +75587,14 @@ var _formTemplate2 = {
|
|
|
75555
75587
|
};
|
|
75556
75588
|
var _freeTrialData = { endDate: "google.protobuf.Timestamp" };
|
|
75557
75589
|
var _function2 = { description: "_description" };
|
|
75558
|
-
var
|
|
75590
|
+
var _functionsShopPriceSpiConfig2 = {
|
|
75559
75591
|
shopNumber: "google.protobuf.DoubleValue"
|
|
75560
75592
|
};
|
|
75561
75593
|
var _galleryData2 = { items: "_item", options: "_galleryOptions" };
|
|
75562
75594
|
var _galleryOptions2 = { item: "_itemStyle" };
|
|
75563
75595
|
var _image2 = { urlExpirationDate: "google.protobuf.Timestamp" };
|
|
75564
75596
|
var _imageData2 = { image: "_media" };
|
|
75597
|
+
var _inlineElement2 = { data: "Map#_dataItem", elements: "Map#_elementItem" };
|
|
75565
75598
|
var _inputField2 = {
|
|
75566
75599
|
stringOptions: "__String",
|
|
75567
75600
|
numberOptions: "__Number",
|
|
@@ -75765,6 +75798,7 @@ function managedApps(payload5) {
|
|
|
75765
75798
|
_actionSPIConfig: _actionSPIConfig2,
|
|
75766
75799
|
_adminConfigurableTextInput: _adminConfigurableTextInput2,
|
|
75767
75800
|
_andCondition: _andCondition2,
|
|
75801
|
+
_api_Number: _api_Number2,
|
|
75768
75802
|
_appEmbedData: _appEmbedData2,
|
|
75769
75803
|
_arrayItems: _arrayItems2,
|
|
75770
75804
|
_arrayType: _arrayType2,
|
|
@@ -75777,6 +75811,7 @@ function managedApps(payload5) {
|
|
|
75777
75811
|
_component: _component2,
|
|
75778
75812
|
_componentData: _componentData2,
|
|
75779
75813
|
_conditionNode: _conditionNode2,
|
|
75814
|
+
_dataItem: _dataItem2,
|
|
75780
75815
|
_dateInput: _dateInput2,
|
|
75781
75816
|
_datePicker: _datePicker2,
|
|
75782
75817
|
_dateTimeInput: _dateTimeInput2,
|
|
@@ -75786,7 +75821,10 @@ function managedApps(payload5) {
|
|
|
75786
75821
|
_displayField: _displayField2,
|
|
75787
75822
|
_donationInput: _donationInput2,
|
|
75788
75823
|
_dropdown: _dropdown2,
|
|
75824
|
+
_editorElement: _editorElement2,
|
|
75789
75825
|
_editorPresence: _editorPresence2,
|
|
75826
|
+
_editorReactComponent: _editorReactComponent2,
|
|
75827
|
+
_elementItem: _elementItem2,
|
|
75790
75828
|
_expectedInputs: _expectedInputs2,
|
|
75791
75829
|
_field: _field2,
|
|
75792
75830
|
_fileUpload: _fileUpload2,
|
|
@@ -75794,11 +75832,12 @@ function managedApps(payload5) {
|
|
|
75794
75832
|
_formTemplate: _formTemplate2,
|
|
75795
75833
|
_freeTrialData,
|
|
75796
75834
|
_function: _function2,
|
|
75797
|
-
_functionsShopPriceSpiConfig,
|
|
75835
|
+
_functionsShopPriceSpiConfig: _functionsShopPriceSpiConfig2,
|
|
75798
75836
|
_galleryData: _galleryData2,
|
|
75799
75837
|
_galleryOptions: _galleryOptions2,
|
|
75800
75838
|
_image: _image2,
|
|
75801
75839
|
_imageData: _imageData2,
|
|
75840
|
+
_inlineElement: _inlineElement2,
|
|
75802
75841
|
_inputField: _inputField2,
|
|
75803
75842
|
_inputFieldMultilineAddress: _inputFieldMultilineAddress2,
|
|
75804
75843
|
_item: _item2,
|
|
@@ -75916,6 +75955,7 @@ var IncompleteSetupReason;
|
|
|
75916
75955
|
IncompleteSetupReason2["PENDING_CONSENT"] = "PENDING_CONSENT";
|
|
75917
75956
|
IncompleteSetupReason2["PENDING_CONFIGURATION"] = "PENDING_CONFIGURATION";
|
|
75918
75957
|
IncompleteSetupReason2["PENDING_REQUIRED_INSTALLATIONS"] = "PENDING_REQUIRED_INSTALLATIONS";
|
|
75958
|
+
IncompleteSetupReason2["PENDING_EDITOR"] = "PENDING_EDITOR";
|
|
75919
75959
|
})(IncompleteSetupReason || (IncompleteSetupReason = {}));
|
|
75920
75960
|
var AppGroup;
|
|
75921
75961
|
(function(AppGroup2) {
|
|
@@ -76094,6 +76134,8 @@ var ComponentType;
|
|
|
76094
76134
|
ComponentType3["PRICING_PLAN_START_DATE_POLICY"] = "PRICING_PLAN_START_DATE_POLICY";
|
|
76095
76135
|
ComponentType3["EVENTS_TICKET_RESERVATIONS"] = "EVENTS_TICKET_RESERVATIONS";
|
|
76096
76136
|
ComponentType3["PAYMENTS_DISPUTE_SERVICE_PLUGIN"] = "PAYMENTS_DISPUTE_SERVICE_PLUGIN";
|
|
76137
|
+
ComponentType3["PRICING_PLANS_FEES"] = "PRICING_PLANS_FEES";
|
|
76138
|
+
ComponentType3["EDITOR_REACT_COMPONENT"] = "EDITOR_REACT_COMPONENT";
|
|
76097
76139
|
})(ComponentType || (ComponentType = {}));
|
|
76098
76140
|
var WidgetVertical;
|
|
76099
76141
|
(function(WidgetVertical3) {
|
|
@@ -76350,10 +76392,10 @@ var Type;
|
|
|
76350
76392
|
Type3["GENERIC"] = "GENERIC";
|
|
76351
76393
|
})(Type || (Type = {}));
|
|
76352
76394
|
var SourceType;
|
|
76353
|
-
(function(
|
|
76354
|
-
|
|
76355
|
-
|
|
76356
|
-
|
|
76395
|
+
(function(SourceType3) {
|
|
76396
|
+
SourceType3["UNKNOWN_SOURCE_TYPE"] = "UNKNOWN_SOURCE_TYPE";
|
|
76397
|
+
SourceType3["DEV_CENTER"] = "DEV_CENTER";
|
|
76398
|
+
SourceType3["WIX_API"] = "WIX_API";
|
|
76357
76399
|
})(SourceType || (SourceType = {}));
|
|
76358
76400
|
var ExecutionType;
|
|
76359
76401
|
(function(ExecutionType3) {
|
|
@@ -77228,6 +77270,7 @@ var WixCodePublishTaskName;
|
|
|
77228
77270
|
WixCodePublishTaskName3["IMPORTED_NAMESPACES_ANALYSIS"] = "IMPORTED_NAMESPACES_ANALYSIS";
|
|
77229
77271
|
WixCodePublishTaskName3["PAGE_DETAILS_ANALYSIS"] = "PAGE_DETAILS_ANALYSIS";
|
|
77230
77272
|
WixCodePublishTaskName3["USER_CODE_VALIDATION"] = "USER_CODE_VALIDATION";
|
|
77273
|
+
WixCodePublishTaskName3["CODE_PACKAGES_REGISTRATION"] = "CODE_PACKAGES_REGISTRATION";
|
|
77231
77274
|
})(WixCodePublishTaskName || (WixCodePublishTaskName = {}));
|
|
77232
77275
|
var ChannelConfigurationChannelType;
|
|
77233
77276
|
(function(ChannelConfigurationChannelType3) {
|
|
@@ -77327,6 +77370,179 @@ var ParticipantType;
|
|
|
77327
77370
|
ParticipantType3["WIX_USER"] = "WIX_USER";
|
|
77328
77371
|
ParticipantType3["CONTACT"] = "CONTACT";
|
|
77329
77372
|
})(ParticipantType || (ParticipantType = {}));
|
|
77373
|
+
var CssPropertyType;
|
|
77374
|
+
(function(CssPropertyType3) {
|
|
77375
|
+
CssPropertyType3["UNKNOWN_CssPropertyType"] = "UNKNOWN_CssPropertyType";
|
|
77376
|
+
CssPropertyType3["background"] = "background";
|
|
77377
|
+
CssPropertyType3["backgroundSize"] = "backgroundSize";
|
|
77378
|
+
CssPropertyType3["backgroundColor"] = "backgroundColor";
|
|
77379
|
+
CssPropertyType3["backgroundImage"] = "backgroundImage";
|
|
77380
|
+
CssPropertyType3["margin"] = "margin";
|
|
77381
|
+
CssPropertyType3["marginTop"] = "marginTop";
|
|
77382
|
+
CssPropertyType3["marginRight"] = "marginRight";
|
|
77383
|
+
CssPropertyType3["marginBottom"] = "marginBottom";
|
|
77384
|
+
CssPropertyType3["marginLeft"] = "marginLeft";
|
|
77385
|
+
CssPropertyType3["padding"] = "padding";
|
|
77386
|
+
CssPropertyType3["paddingTop"] = "paddingTop";
|
|
77387
|
+
CssPropertyType3["paddingRight"] = "paddingRight";
|
|
77388
|
+
CssPropertyType3["paddingBottom"] = "paddingBottom";
|
|
77389
|
+
CssPropertyType3["paddingLeft"] = "paddingLeft";
|
|
77390
|
+
CssPropertyType3["border"] = "border";
|
|
77391
|
+
CssPropertyType3["borderWidth"] = "borderWidth";
|
|
77392
|
+
CssPropertyType3["borderStyle"] = "borderStyle";
|
|
77393
|
+
CssPropertyType3["borderColor"] = "borderColor";
|
|
77394
|
+
CssPropertyType3["borderTop"] = "borderTop";
|
|
77395
|
+
CssPropertyType3["borderTopColor"] = "borderTopColor";
|
|
77396
|
+
CssPropertyType3["borderTopWidth"] = "borderTopWidth";
|
|
77397
|
+
CssPropertyType3["borderTopStyle"] = "borderTopStyle";
|
|
77398
|
+
CssPropertyType3["borderRight"] = "borderRight";
|
|
77399
|
+
CssPropertyType3["borderRightColor"] = "borderRightColor";
|
|
77400
|
+
CssPropertyType3["borderRightWidth"] = "borderRightWidth";
|
|
77401
|
+
CssPropertyType3["borderRightStyle"] = "borderRightStyle";
|
|
77402
|
+
CssPropertyType3["borderBottom"] = "borderBottom";
|
|
77403
|
+
CssPropertyType3["borderBottomColor"] = "borderBottomColor";
|
|
77404
|
+
CssPropertyType3["borderBottomWidth"] = "borderBottomWidth";
|
|
77405
|
+
CssPropertyType3["borderBottomStyle"] = "borderBottomStyle";
|
|
77406
|
+
CssPropertyType3["borderLeft"] = "borderLeft";
|
|
77407
|
+
CssPropertyType3["borderLeftColor"] = "borderLeftColor";
|
|
77408
|
+
CssPropertyType3["borderLeftWidth"] = "borderLeftWidth";
|
|
77409
|
+
CssPropertyType3["borderLeftStyle"] = "borderLeftStyle";
|
|
77410
|
+
CssPropertyType3["borderRadius"] = "borderRadius";
|
|
77411
|
+
CssPropertyType3["borderTopLeftRadius"] = "borderTopLeftRadius";
|
|
77412
|
+
CssPropertyType3["borderTopRightRadius"] = "borderTopRightRadius";
|
|
77413
|
+
CssPropertyType3["borderBottomRightRadius"] = "borderBottomRightRadius";
|
|
77414
|
+
CssPropertyType3["borderBottomLeftRadius"] = "borderBottomLeftRadius";
|
|
77415
|
+
CssPropertyType3["font"] = "font";
|
|
77416
|
+
CssPropertyType3["fontFamily"] = "fontFamily";
|
|
77417
|
+
CssPropertyType3["fontSize"] = "fontSize";
|
|
77418
|
+
CssPropertyType3["fontStretch"] = "fontStretch";
|
|
77419
|
+
CssPropertyType3["fontStyle"] = "fontStyle";
|
|
77420
|
+
CssPropertyType3["fontVariant"] = "fontVariant";
|
|
77421
|
+
CssPropertyType3["fontWeight"] = "fontWeight";
|
|
77422
|
+
CssPropertyType3["lineHeight"] = "lineHeight";
|
|
77423
|
+
CssPropertyType3["color"] = "color";
|
|
77424
|
+
CssPropertyType3["letterSpacing"] = "letterSpacing";
|
|
77425
|
+
CssPropertyType3["textAlign"] = "textAlign";
|
|
77426
|
+
CssPropertyType3["textTransform"] = "textTransform";
|
|
77427
|
+
CssPropertyType3["textShadow"] = "textShadow";
|
|
77428
|
+
CssPropertyType3["textDecoration"] = "textDecoration";
|
|
77429
|
+
CssPropertyType3["textDecorationColor"] = "textDecorationColor";
|
|
77430
|
+
CssPropertyType3["textDecorationLine"] = "textDecorationLine";
|
|
77431
|
+
CssPropertyType3["textDecorationStyle"] = "textDecorationStyle";
|
|
77432
|
+
CssPropertyType3["textDecorationThickness"] = "textDecorationThickness";
|
|
77433
|
+
CssPropertyType3["boxShadow"] = "boxShadow";
|
|
77434
|
+
CssPropertyType3["opacity"] = "opacity";
|
|
77435
|
+
CssPropertyType3["alignSelf"] = "alignSelf";
|
|
77436
|
+
CssPropertyType3["justifyContent"] = "justifyContent";
|
|
77437
|
+
})(CssPropertyType || (CssPropertyType = {}));
|
|
77438
|
+
var CssDataType;
|
|
77439
|
+
(function(CssDataType3) {
|
|
77440
|
+
CssDataType3["UNKNOWN_CssDataType"] = "UNKNOWN_CssDataType";
|
|
77441
|
+
CssDataType3["number"] = "number";
|
|
77442
|
+
CssDataType3["length"] = "length";
|
|
77443
|
+
CssDataType3["color"] = "color";
|
|
77444
|
+
CssDataType3["angle"] = "angle";
|
|
77445
|
+
CssDataType3["percentage"] = "percentage";
|
|
77446
|
+
})(CssDataType || (CssDataType = {}));
|
|
77447
|
+
var DataType;
|
|
77448
|
+
(function(DataType3) {
|
|
77449
|
+
DataType3["UNKNOWN_DataType"] = "UNKNOWN_DataType";
|
|
77450
|
+
DataType3["text"] = "text";
|
|
77451
|
+
DataType3["textEnum"] = "textEnum";
|
|
77452
|
+
DataType3["number"] = "number";
|
|
77453
|
+
DataType3["booleanValue"] = "booleanValue";
|
|
77454
|
+
DataType3["a11y"] = "a11y";
|
|
77455
|
+
DataType3["link"] = "link";
|
|
77456
|
+
DataType3["image"] = "image";
|
|
77457
|
+
DataType3["video"] = "video";
|
|
77458
|
+
DataType3["vectorArt"] = "vectorArt";
|
|
77459
|
+
DataType3["audio"] = "audio";
|
|
77460
|
+
DataType3["schema"] = "schema";
|
|
77461
|
+
DataType3["localDate"] = "localDate";
|
|
77462
|
+
DataType3["localTime"] = "localTime";
|
|
77463
|
+
DataType3["localDateTime"] = "localDateTime";
|
|
77464
|
+
DataType3["webUrl"] = "webUrl";
|
|
77465
|
+
DataType3["email"] = "email";
|
|
77466
|
+
DataType3["phone"] = "phone";
|
|
77467
|
+
DataType3["hostname"] = "hostname";
|
|
77468
|
+
DataType3["regex"] = "regex";
|
|
77469
|
+
DataType3["guid"] = "guid";
|
|
77470
|
+
})(DataType || (DataType = {}));
|
|
77471
|
+
var A11yAttributes;
|
|
77472
|
+
(function(A11yAttributes3) {
|
|
77473
|
+
A11yAttributes3["Unknown_AriaAttributes"] = "Unknown_AriaAttributes";
|
|
77474
|
+
A11yAttributes3["tabIndex"] = "tabIndex";
|
|
77475
|
+
A11yAttributes3["ariaLevel"] = "ariaLevel";
|
|
77476
|
+
A11yAttributes3["ariaExpanded"] = "ariaExpanded";
|
|
77477
|
+
A11yAttributes3["ariaDisabled"] = "ariaDisabled";
|
|
77478
|
+
A11yAttributes3["ariaAtomic"] = "ariaAtomic";
|
|
77479
|
+
A11yAttributes3["ariaHidden"] = "ariaHidden";
|
|
77480
|
+
A11yAttributes3["ariaBusy"] = "ariaBusy";
|
|
77481
|
+
A11yAttributes3["multiline"] = "multiline";
|
|
77482
|
+
A11yAttributes3["ariaAutocomplete"] = "ariaAutocomplete";
|
|
77483
|
+
A11yAttributes3["ariaPressed"] = "ariaPressed";
|
|
77484
|
+
A11yAttributes3["ariaHaspopup"] = "ariaHaspopup";
|
|
77485
|
+
A11yAttributes3["ariaRelevant"] = "ariaRelevant";
|
|
77486
|
+
A11yAttributes3["role"] = "role";
|
|
77487
|
+
A11yAttributes3["ariaLive"] = "ariaLive";
|
|
77488
|
+
A11yAttributes3["ariaCurrent"] = "ariaCurrent";
|
|
77489
|
+
A11yAttributes3["ariaLabel"] = "ariaLabel";
|
|
77490
|
+
A11yAttributes3["ariaRoledescription"] = "ariaRoledescription";
|
|
77491
|
+
A11yAttributes3["ariaDescribedby"] = "ariaDescribedby";
|
|
77492
|
+
A11yAttributes3["ariaLabelledby"] = "ariaLabelledby";
|
|
77493
|
+
A11yAttributes3["ariaErrormessage"] = "ariaErrormessage";
|
|
77494
|
+
A11yAttributes3["ariaOwns"] = "ariaOwns";
|
|
77495
|
+
A11yAttributes3["ariaControls"] = "ariaControls";
|
|
77496
|
+
A11yAttributes3["tag"] = "tag";
|
|
77497
|
+
A11yAttributes3["ariaMultiline"] = "ariaMultiline";
|
|
77498
|
+
A11yAttributes3["ariaInvalid"] = "ariaInvalid";
|
|
77499
|
+
})(A11yAttributes || (A11yAttributes = {}));
|
|
77500
|
+
var LinkType;
|
|
77501
|
+
(function(LinkType3) {
|
|
77502
|
+
LinkType3["UNKNOWN_LinkType"] = "UNKNOWN_LinkType";
|
|
77503
|
+
LinkType3["externalLink"] = "externalLink";
|
|
77504
|
+
LinkType3["anchorLink"] = "anchorLink";
|
|
77505
|
+
LinkType3["emailLink"] = "emailLink";
|
|
77506
|
+
LinkType3["phoneLink"] = "phoneLink";
|
|
77507
|
+
LinkType3["dynamicPageLink"] = "dynamicPageLink";
|
|
77508
|
+
LinkType3["pageLink"] = "pageLink";
|
|
77509
|
+
LinkType3["whatsAppLink"] = "whatsAppLink";
|
|
77510
|
+
LinkType3["documentLink"] = "documentLink";
|
|
77511
|
+
LinkType3["popupLink"] = "popupLink";
|
|
77512
|
+
LinkType3["addressLink"] = "addressLink";
|
|
77513
|
+
LinkType3["edgeAnchorLinks"] = "edgeAnchorLinks";
|
|
77514
|
+
LinkType3["loginToWixLink"] = "loginToWixLink";
|
|
77515
|
+
})(LinkType || (LinkType = {}));
|
|
77516
|
+
var ElementTypeEnumElementType;
|
|
77517
|
+
(function(ElementTypeEnumElementType3) {
|
|
77518
|
+
ElementTypeEnumElementType3["UNKNOWN_ElementType"] = "UNKNOWN_ElementType";
|
|
77519
|
+
ElementTypeEnumElementType3["inlineElement"] = "inlineElement";
|
|
77520
|
+
ElementTypeEnumElementType3["refElement"] = "refElement";
|
|
77521
|
+
})(ElementTypeEnumElementType || (ElementTypeEnumElementType = {}));
|
|
77522
|
+
var ActionType;
|
|
77523
|
+
(function(ActionType3) {
|
|
77524
|
+
ActionType3["UNKNOWN_ActionType"] = "UNKNOWN_ActionType";
|
|
77525
|
+
ActionType3["data"] = "data";
|
|
77526
|
+
ActionType3["event"] = "event";
|
|
77527
|
+
ActionType3["panel"] = "panel";
|
|
77528
|
+
ActionType3["forward"] = "forward";
|
|
77529
|
+
})(ActionType || (ActionType = {}));
|
|
77530
|
+
var PanelType;
|
|
77531
|
+
(function(PanelType3) {
|
|
77532
|
+
PanelType3["UNKNOWN_PanelType"] = "UNKNOWN_PanelType";
|
|
77533
|
+
PanelType3["panelId"] = "panelId";
|
|
77534
|
+
PanelType3["inline"] = "inline";
|
|
77535
|
+
})(PanelType || (PanelType = {}));
|
|
77536
|
+
var ActionName;
|
|
77537
|
+
(function(ActionName3) {
|
|
77538
|
+
ActionName3["UNKNOWN_ActionName"] = "UNKNOWN_ActionName";
|
|
77539
|
+
ActionName3["settings"] = "settings";
|
|
77540
|
+
ActionName3["design"] = "design";
|
|
77541
|
+
ActionName3["media"] = "media";
|
|
77542
|
+
ActionName3["manageItems"] = "manageItems";
|
|
77543
|
+
ActionName3["dashboard"] = "dashboard";
|
|
77544
|
+
ActionName3["custom"] = "custom";
|
|
77545
|
+
})(ActionName || (ActionName = {}));
|
|
77330
77546
|
var SaleType;
|
|
77331
77547
|
(function(SaleType2) {
|
|
77332
77548
|
SaleType2["UNKNOWN_SALE_TYPE"] = "UNKNOWN_SALE_TYPE";
|
|
@@ -77600,6 +77816,9 @@ var ComponentType2;
|
|
|
77600
77816
|
ComponentType3["PRICING_PLAN_CUSTOMER_START_DATE_LIMIT"] = "PRICING_PLAN_CUSTOMER_START_DATE_LIMIT";
|
|
77601
77817
|
ComponentType3["PRICING_PLAN_START_DATE_POLICY"] = "PRICING_PLAN_START_DATE_POLICY";
|
|
77602
77818
|
ComponentType3["EVENTS_TICKET_RESERVATIONS"] = "EVENTS_TICKET_RESERVATIONS";
|
|
77819
|
+
ComponentType3["PAYMENTS_DISPUTE_SERVICE_PLUGIN"] = "PAYMENTS_DISPUTE_SERVICE_PLUGIN";
|
|
77820
|
+
ComponentType3["PRICING_PLANS_FEES"] = "PRICING_PLANS_FEES";
|
|
77821
|
+
ComponentType3["EDITOR_REACT_COMPONENT"] = "EDITOR_REACT_COMPONENT";
|
|
77603
77822
|
})(ComponentType2 || (ComponentType2 = {}));
|
|
77604
77823
|
var WidgetVertical2;
|
|
77605
77824
|
(function(WidgetVertical3) {
|
|
@@ -77673,6 +77892,19 @@ var PluginInterface2;
|
|
|
77673
77892
|
PluginInterface3["BOOKINGS_CALENDAR"] = "BOOKINGS_CALENDAR";
|
|
77674
77893
|
PluginInterface3["CART"] = "CART";
|
|
77675
77894
|
})(PluginInterface2 || (PluginInterface2 = {}));
|
|
77895
|
+
var ExtensionExposureExposure2;
|
|
77896
|
+
(function(ExtensionExposureExposure3) {
|
|
77897
|
+
ExtensionExposureExposure3["PRIVATE"] = "PRIVATE";
|
|
77898
|
+
ExtensionExposureExposure3["INTERNAL"] = "INTERNAL";
|
|
77899
|
+
ExtensionExposureExposure3["PUBLIC"] = "PUBLIC";
|
|
77900
|
+
})(ExtensionExposureExposure2 || (ExtensionExposureExposure2 = {}));
|
|
77901
|
+
var Maturity2;
|
|
77902
|
+
(function(Maturity3) {
|
|
77903
|
+
Maturity3["ALPHA"] = "ALPHA";
|
|
77904
|
+
Maturity3["BETA"] = "BETA";
|
|
77905
|
+
Maturity3["GA"] = "GA";
|
|
77906
|
+
Maturity3["NOT_IMPLEMENTED"] = "NOT_IMPLEMENTED";
|
|
77907
|
+
})(Maturity2 || (Maturity2 = {}));
|
|
77676
77908
|
var HTTPMethod2;
|
|
77677
77909
|
(function(HTTPMethod3) {
|
|
77678
77910
|
HTTPMethod3["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
|
|
@@ -77842,6 +78074,12 @@ var Type2;
|
|
|
77842
78074
|
Type3["WIDGET_COMPONENT"] = "WIDGET_COMPONENT";
|
|
77843
78075
|
Type3["GENERIC"] = "GENERIC";
|
|
77844
78076
|
})(Type2 || (Type2 = {}));
|
|
78077
|
+
var SourceType2;
|
|
78078
|
+
(function(SourceType3) {
|
|
78079
|
+
SourceType3["UNKNOWN_SOURCE_TYPE"] = "UNKNOWN_SOURCE_TYPE";
|
|
78080
|
+
SourceType3["DEV_CENTER"] = "DEV_CENTER";
|
|
78081
|
+
SourceType3["WIX_API"] = "WIX_API";
|
|
78082
|
+
})(SourceType2 || (SourceType2 = {}));
|
|
77845
78083
|
var ExecutionType2;
|
|
77846
78084
|
(function(ExecutionType3) {
|
|
77847
78085
|
ExecutionType3["UNKNOWN_EXECUTION_TYPE"] = "UNKNOWN_EXECUTION_TYPE";
|
|
@@ -77886,19 +78124,6 @@ var SlotDataType2;
|
|
|
77886
78124
|
SlotDataType3["WIDGET"] = "WIDGET";
|
|
77887
78125
|
SlotDataType3["MENU"] = "MENU";
|
|
77888
78126
|
})(SlotDataType2 || (SlotDataType2 = {}));
|
|
77889
|
-
var ExtensionExposureExposure2;
|
|
77890
|
-
(function(ExtensionExposureExposure3) {
|
|
77891
|
-
ExtensionExposureExposure3["PRIVATE"] = "PRIVATE";
|
|
77892
|
-
ExtensionExposureExposure3["INTERNAL"] = "INTERNAL";
|
|
77893
|
-
ExtensionExposureExposure3["PUBLIC"] = "PUBLIC";
|
|
77894
|
-
})(ExtensionExposureExposure2 || (ExtensionExposureExposure2 = {}));
|
|
77895
|
-
var Maturity2;
|
|
77896
|
-
(function(Maturity3) {
|
|
77897
|
-
Maturity3["ALPHA"] = "ALPHA";
|
|
77898
|
-
Maturity3["BETA"] = "BETA";
|
|
77899
|
-
Maturity3["GA"] = "GA";
|
|
77900
|
-
Maturity3["NOT_IMPLEMENTED"] = "NOT_IMPLEMENTED";
|
|
77901
|
-
})(Maturity2 || (Maturity2 = {}));
|
|
77902
78127
|
var BackOfficeScriptAssetType2;
|
|
77903
78128
|
(function(BackOfficeScriptAssetType3) {
|
|
77904
78129
|
BackOfficeScriptAssetType3["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
@@ -78068,6 +78293,8 @@ var NodeType2;
|
|
|
78068
78293
|
NodeType3["EXTERNAL"] = "EXTERNAL";
|
|
78069
78294
|
NodeType3["AUDIO"] = "AUDIO";
|
|
78070
78295
|
NodeType3["CAPTION"] = "CAPTION";
|
|
78296
|
+
NodeType3["LAYOUT"] = "LAYOUT";
|
|
78297
|
+
NodeType3["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
78071
78298
|
})(NodeType2 || (NodeType2 = {}));
|
|
78072
78299
|
var WidthType2;
|
|
78073
78300
|
(function(WidthType3) {
|
|
@@ -78825,6 +79052,179 @@ var ParticipantType2;
|
|
|
78825
79052
|
ParticipantType3["WIX_USER"] = "WIX_USER";
|
|
78826
79053
|
ParticipantType3["CONTACT"] = "CONTACT";
|
|
78827
79054
|
})(ParticipantType2 || (ParticipantType2 = {}));
|
|
79055
|
+
var CssPropertyType2;
|
|
79056
|
+
(function(CssPropertyType3) {
|
|
79057
|
+
CssPropertyType3["UNKNOWN_CssPropertyType"] = "UNKNOWN_CssPropertyType";
|
|
79058
|
+
CssPropertyType3["background"] = "background";
|
|
79059
|
+
CssPropertyType3["backgroundSize"] = "backgroundSize";
|
|
79060
|
+
CssPropertyType3["backgroundColor"] = "backgroundColor";
|
|
79061
|
+
CssPropertyType3["backgroundImage"] = "backgroundImage";
|
|
79062
|
+
CssPropertyType3["margin"] = "margin";
|
|
79063
|
+
CssPropertyType3["marginTop"] = "marginTop";
|
|
79064
|
+
CssPropertyType3["marginRight"] = "marginRight";
|
|
79065
|
+
CssPropertyType3["marginBottom"] = "marginBottom";
|
|
79066
|
+
CssPropertyType3["marginLeft"] = "marginLeft";
|
|
79067
|
+
CssPropertyType3["padding"] = "padding";
|
|
79068
|
+
CssPropertyType3["paddingTop"] = "paddingTop";
|
|
79069
|
+
CssPropertyType3["paddingRight"] = "paddingRight";
|
|
79070
|
+
CssPropertyType3["paddingBottom"] = "paddingBottom";
|
|
79071
|
+
CssPropertyType3["paddingLeft"] = "paddingLeft";
|
|
79072
|
+
CssPropertyType3["border"] = "border";
|
|
79073
|
+
CssPropertyType3["borderWidth"] = "borderWidth";
|
|
79074
|
+
CssPropertyType3["borderStyle"] = "borderStyle";
|
|
79075
|
+
CssPropertyType3["borderColor"] = "borderColor";
|
|
79076
|
+
CssPropertyType3["borderTop"] = "borderTop";
|
|
79077
|
+
CssPropertyType3["borderTopColor"] = "borderTopColor";
|
|
79078
|
+
CssPropertyType3["borderTopWidth"] = "borderTopWidth";
|
|
79079
|
+
CssPropertyType3["borderTopStyle"] = "borderTopStyle";
|
|
79080
|
+
CssPropertyType3["borderRight"] = "borderRight";
|
|
79081
|
+
CssPropertyType3["borderRightColor"] = "borderRightColor";
|
|
79082
|
+
CssPropertyType3["borderRightWidth"] = "borderRightWidth";
|
|
79083
|
+
CssPropertyType3["borderRightStyle"] = "borderRightStyle";
|
|
79084
|
+
CssPropertyType3["borderBottom"] = "borderBottom";
|
|
79085
|
+
CssPropertyType3["borderBottomColor"] = "borderBottomColor";
|
|
79086
|
+
CssPropertyType3["borderBottomWidth"] = "borderBottomWidth";
|
|
79087
|
+
CssPropertyType3["borderBottomStyle"] = "borderBottomStyle";
|
|
79088
|
+
CssPropertyType3["borderLeft"] = "borderLeft";
|
|
79089
|
+
CssPropertyType3["borderLeftColor"] = "borderLeftColor";
|
|
79090
|
+
CssPropertyType3["borderLeftWidth"] = "borderLeftWidth";
|
|
79091
|
+
CssPropertyType3["borderLeftStyle"] = "borderLeftStyle";
|
|
79092
|
+
CssPropertyType3["borderRadius"] = "borderRadius";
|
|
79093
|
+
CssPropertyType3["borderTopLeftRadius"] = "borderTopLeftRadius";
|
|
79094
|
+
CssPropertyType3["borderTopRightRadius"] = "borderTopRightRadius";
|
|
79095
|
+
CssPropertyType3["borderBottomRightRadius"] = "borderBottomRightRadius";
|
|
79096
|
+
CssPropertyType3["borderBottomLeftRadius"] = "borderBottomLeftRadius";
|
|
79097
|
+
CssPropertyType3["font"] = "font";
|
|
79098
|
+
CssPropertyType3["fontFamily"] = "fontFamily";
|
|
79099
|
+
CssPropertyType3["fontSize"] = "fontSize";
|
|
79100
|
+
CssPropertyType3["fontStretch"] = "fontStretch";
|
|
79101
|
+
CssPropertyType3["fontStyle"] = "fontStyle";
|
|
79102
|
+
CssPropertyType3["fontVariant"] = "fontVariant";
|
|
79103
|
+
CssPropertyType3["fontWeight"] = "fontWeight";
|
|
79104
|
+
CssPropertyType3["lineHeight"] = "lineHeight";
|
|
79105
|
+
CssPropertyType3["color"] = "color";
|
|
79106
|
+
CssPropertyType3["letterSpacing"] = "letterSpacing";
|
|
79107
|
+
CssPropertyType3["textAlign"] = "textAlign";
|
|
79108
|
+
CssPropertyType3["textTransform"] = "textTransform";
|
|
79109
|
+
CssPropertyType3["textShadow"] = "textShadow";
|
|
79110
|
+
CssPropertyType3["textDecoration"] = "textDecoration";
|
|
79111
|
+
CssPropertyType3["textDecorationColor"] = "textDecorationColor";
|
|
79112
|
+
CssPropertyType3["textDecorationLine"] = "textDecorationLine";
|
|
79113
|
+
CssPropertyType3["textDecorationStyle"] = "textDecorationStyle";
|
|
79114
|
+
CssPropertyType3["textDecorationThickness"] = "textDecorationThickness";
|
|
79115
|
+
CssPropertyType3["boxShadow"] = "boxShadow";
|
|
79116
|
+
CssPropertyType3["opacity"] = "opacity";
|
|
79117
|
+
CssPropertyType3["alignSelf"] = "alignSelf";
|
|
79118
|
+
CssPropertyType3["justifyContent"] = "justifyContent";
|
|
79119
|
+
})(CssPropertyType2 || (CssPropertyType2 = {}));
|
|
79120
|
+
var CssDataType2;
|
|
79121
|
+
(function(CssDataType3) {
|
|
79122
|
+
CssDataType3["UNKNOWN_CssDataType"] = "UNKNOWN_CssDataType";
|
|
79123
|
+
CssDataType3["number"] = "number";
|
|
79124
|
+
CssDataType3["length"] = "length";
|
|
79125
|
+
CssDataType3["color"] = "color";
|
|
79126
|
+
CssDataType3["angle"] = "angle";
|
|
79127
|
+
CssDataType3["percentage"] = "percentage";
|
|
79128
|
+
})(CssDataType2 || (CssDataType2 = {}));
|
|
79129
|
+
var DataType2;
|
|
79130
|
+
(function(DataType3) {
|
|
79131
|
+
DataType3["UNKNOWN_DataType"] = "UNKNOWN_DataType";
|
|
79132
|
+
DataType3["text"] = "text";
|
|
79133
|
+
DataType3["textEnum"] = "textEnum";
|
|
79134
|
+
DataType3["number"] = "number";
|
|
79135
|
+
DataType3["booleanValue"] = "booleanValue";
|
|
79136
|
+
DataType3["a11y"] = "a11y";
|
|
79137
|
+
DataType3["link"] = "link";
|
|
79138
|
+
DataType3["image"] = "image";
|
|
79139
|
+
DataType3["video"] = "video";
|
|
79140
|
+
DataType3["vectorArt"] = "vectorArt";
|
|
79141
|
+
DataType3["audio"] = "audio";
|
|
79142
|
+
DataType3["schema"] = "schema";
|
|
79143
|
+
DataType3["localDate"] = "localDate";
|
|
79144
|
+
DataType3["localTime"] = "localTime";
|
|
79145
|
+
DataType3["localDateTime"] = "localDateTime";
|
|
79146
|
+
DataType3["webUrl"] = "webUrl";
|
|
79147
|
+
DataType3["email"] = "email";
|
|
79148
|
+
DataType3["phone"] = "phone";
|
|
79149
|
+
DataType3["hostname"] = "hostname";
|
|
79150
|
+
DataType3["regex"] = "regex";
|
|
79151
|
+
DataType3["guid"] = "guid";
|
|
79152
|
+
})(DataType2 || (DataType2 = {}));
|
|
79153
|
+
var A11yAttributes2;
|
|
79154
|
+
(function(A11yAttributes3) {
|
|
79155
|
+
A11yAttributes3["Unknown_AriaAttributes"] = "Unknown_AriaAttributes";
|
|
79156
|
+
A11yAttributes3["tabIndex"] = "tabIndex";
|
|
79157
|
+
A11yAttributes3["ariaLevel"] = "ariaLevel";
|
|
79158
|
+
A11yAttributes3["ariaExpanded"] = "ariaExpanded";
|
|
79159
|
+
A11yAttributes3["ariaDisabled"] = "ariaDisabled";
|
|
79160
|
+
A11yAttributes3["ariaAtomic"] = "ariaAtomic";
|
|
79161
|
+
A11yAttributes3["ariaHidden"] = "ariaHidden";
|
|
79162
|
+
A11yAttributes3["ariaBusy"] = "ariaBusy";
|
|
79163
|
+
A11yAttributes3["multiline"] = "multiline";
|
|
79164
|
+
A11yAttributes3["ariaAutocomplete"] = "ariaAutocomplete";
|
|
79165
|
+
A11yAttributes3["ariaPressed"] = "ariaPressed";
|
|
79166
|
+
A11yAttributes3["ariaHaspopup"] = "ariaHaspopup";
|
|
79167
|
+
A11yAttributes3["ariaRelevant"] = "ariaRelevant";
|
|
79168
|
+
A11yAttributes3["role"] = "role";
|
|
79169
|
+
A11yAttributes3["ariaLive"] = "ariaLive";
|
|
79170
|
+
A11yAttributes3["ariaCurrent"] = "ariaCurrent";
|
|
79171
|
+
A11yAttributes3["ariaLabel"] = "ariaLabel";
|
|
79172
|
+
A11yAttributes3["ariaRoledescription"] = "ariaRoledescription";
|
|
79173
|
+
A11yAttributes3["ariaDescribedby"] = "ariaDescribedby";
|
|
79174
|
+
A11yAttributes3["ariaLabelledby"] = "ariaLabelledby";
|
|
79175
|
+
A11yAttributes3["ariaErrormessage"] = "ariaErrormessage";
|
|
79176
|
+
A11yAttributes3["ariaOwns"] = "ariaOwns";
|
|
79177
|
+
A11yAttributes3["ariaControls"] = "ariaControls";
|
|
79178
|
+
A11yAttributes3["tag"] = "tag";
|
|
79179
|
+
A11yAttributes3["ariaMultiline"] = "ariaMultiline";
|
|
79180
|
+
A11yAttributes3["ariaInvalid"] = "ariaInvalid";
|
|
79181
|
+
})(A11yAttributes2 || (A11yAttributes2 = {}));
|
|
79182
|
+
var LinkType2;
|
|
79183
|
+
(function(LinkType3) {
|
|
79184
|
+
LinkType3["UNKNOWN_LinkType"] = "UNKNOWN_LinkType";
|
|
79185
|
+
LinkType3["externalLink"] = "externalLink";
|
|
79186
|
+
LinkType3["anchorLink"] = "anchorLink";
|
|
79187
|
+
LinkType3["emailLink"] = "emailLink";
|
|
79188
|
+
LinkType3["phoneLink"] = "phoneLink";
|
|
79189
|
+
LinkType3["dynamicPageLink"] = "dynamicPageLink";
|
|
79190
|
+
LinkType3["pageLink"] = "pageLink";
|
|
79191
|
+
LinkType3["whatsAppLink"] = "whatsAppLink";
|
|
79192
|
+
LinkType3["documentLink"] = "documentLink";
|
|
79193
|
+
LinkType3["popupLink"] = "popupLink";
|
|
79194
|
+
LinkType3["addressLink"] = "addressLink";
|
|
79195
|
+
LinkType3["edgeAnchorLinks"] = "edgeAnchorLinks";
|
|
79196
|
+
LinkType3["loginToWixLink"] = "loginToWixLink";
|
|
79197
|
+
})(LinkType2 || (LinkType2 = {}));
|
|
79198
|
+
var ElementTypeEnumElementType2;
|
|
79199
|
+
(function(ElementTypeEnumElementType3) {
|
|
79200
|
+
ElementTypeEnumElementType3["UNKNOWN_ElementType"] = "UNKNOWN_ElementType";
|
|
79201
|
+
ElementTypeEnumElementType3["inlineElement"] = "inlineElement";
|
|
79202
|
+
ElementTypeEnumElementType3["refElement"] = "refElement";
|
|
79203
|
+
})(ElementTypeEnumElementType2 || (ElementTypeEnumElementType2 = {}));
|
|
79204
|
+
var ActionType2;
|
|
79205
|
+
(function(ActionType3) {
|
|
79206
|
+
ActionType3["UNKNOWN_ActionType"] = "UNKNOWN_ActionType";
|
|
79207
|
+
ActionType3["data"] = "data";
|
|
79208
|
+
ActionType3["event"] = "event";
|
|
79209
|
+
ActionType3["panel"] = "panel";
|
|
79210
|
+
ActionType3["forward"] = "forward";
|
|
79211
|
+
})(ActionType2 || (ActionType2 = {}));
|
|
79212
|
+
var PanelType2;
|
|
79213
|
+
(function(PanelType3) {
|
|
79214
|
+
PanelType3["UNKNOWN_PanelType"] = "UNKNOWN_PanelType";
|
|
79215
|
+
PanelType3["panelId"] = "panelId";
|
|
79216
|
+
PanelType3["inline"] = "inline";
|
|
79217
|
+
})(PanelType2 || (PanelType2 = {}));
|
|
79218
|
+
var ActionName2;
|
|
79219
|
+
(function(ActionName3) {
|
|
79220
|
+
ActionName3["UNKNOWN_ActionName"] = "UNKNOWN_ActionName";
|
|
79221
|
+
ActionName3["settings"] = "settings";
|
|
79222
|
+
ActionName3["design"] = "design";
|
|
79223
|
+
ActionName3["media"] = "media";
|
|
79224
|
+
ActionName3["manageItems"] = "manageItems";
|
|
79225
|
+
ActionName3["dashboard"] = "dashboard";
|
|
79226
|
+
ActionName3["custom"] = "custom";
|
|
79227
|
+
})(ActionName2 || (ActionName2 = {}));
|
|
78828
79228
|
var OpenConsentIn2;
|
|
78829
79229
|
(function(OpenConsentIn3) {
|
|
78830
79230
|
OpenConsentIn3["NONE_VALUE"] = "NONE_VALUE";
|
|
@@ -80769,6 +81169,10 @@ var program2 = new Command().name(package_default.name).description("Create Wix
|
|
|
80769
81169
|
"Local path to the template folder"
|
|
80770
81170
|
).hideHelp()
|
|
80771
81171
|
).version(package_default.version, "-v, --version").action(async (options, command) => {
|
|
81172
|
+
errorReporter.setContext("command info", {
|
|
81173
|
+
args: command.args,
|
|
81174
|
+
opts: command.opts()
|
|
81175
|
+
});
|
|
80772
81176
|
const { biLogger, reportCommandStartEvent: reportCommandStartEvent2 } = await createBiLogger2(
|
|
80773
81177
|
errorReporter,
|
|
80774
81178
|
userInfo?.userId
|