@wix/app-extensions 1.0.22 → 1.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.js +35 -14
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +33 -14
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +58 -10
- package/build/trusted/cjs/index.js +35 -14
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +58 -10
- package/build/trusted/es/index.mjs +33 -14
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -1527,20 +1527,20 @@ var AppointmentFormat = /* @__PURE__ */ ((AppointmentFormat2) => {
|
|
|
1527
1527
|
AppointmentFormat2["PHONE"] = "PHONE";
|
|
1528
1528
|
return AppointmentFormat2;
|
|
1529
1529
|
})(AppointmentFormat || {});
|
|
1530
|
-
var
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
return
|
|
1543
|
-
})(
|
|
1530
|
+
var InputFieldInputType = /* @__PURE__ */ ((InputFieldInputType2) => {
|
|
1531
|
+
InputFieldInputType2["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
|
|
1532
|
+
InputFieldInputType2["STRING"] = "STRING";
|
|
1533
|
+
InputFieldInputType2["NUMBER"] = "NUMBER";
|
|
1534
|
+
InputFieldInputType2["BOOLEAN"] = "BOOLEAN";
|
|
1535
|
+
InputFieldInputType2["ARRAY"] = "ARRAY";
|
|
1536
|
+
InputFieldInputType2["OBJECT"] = "OBJECT";
|
|
1537
|
+
InputFieldInputType2["WIX_FILE"] = "WIX_FILE";
|
|
1538
|
+
InputFieldInputType2["PAYMENT"] = "PAYMENT";
|
|
1539
|
+
InputFieldInputType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
|
|
1540
|
+
InputFieldInputType2["SCHEDULING"] = "SCHEDULING";
|
|
1541
|
+
InputFieldInputType2["ADDRESS"] = "ADDRESS";
|
|
1542
|
+
return InputFieldInputType2;
|
|
1543
|
+
})(InputFieldInputType || {});
|
|
1544
1544
|
var EmailInfoTag = /* @__PURE__ */ ((EmailInfoTag2) => {
|
|
1545
1545
|
EmailInfoTag2["UNTAGGED"] = "UNTAGGED";
|
|
1546
1546
|
EmailInfoTag2["MAIN"] = "MAIN";
|
|
@@ -1963,6 +1963,23 @@ var VectorArtCategoryTypes = /* @__PURE__ */ ((VectorArtCategoryTypes2) => {
|
|
|
1963
1963
|
VectorArtCategoryTypes2["SHAPE_ARROWS"] = "SHAPE_ARROWS";
|
|
1964
1964
|
return VectorArtCategoryTypes2;
|
|
1965
1965
|
})(VectorArtCategoryTypes || {});
|
|
1966
|
+
var DomEventType = /* @__PURE__ */ ((DomEventType2) => {
|
|
1967
|
+
DomEventType2["UNKNOWN_DomEventType"] = "UNKNOWN_DomEventType";
|
|
1968
|
+
DomEventType2["CHANGE"] = "CHANGE";
|
|
1969
|
+
DomEventType2["POINTER"] = "POINTER";
|
|
1970
|
+
DomEventType2["KEYBOARD"] = "KEYBOARD";
|
|
1971
|
+
DomEventType2["FOCUS"] = "FOCUS";
|
|
1972
|
+
DomEventType2["SUBMIT"] = "SUBMIT";
|
|
1973
|
+
return DomEventType2;
|
|
1974
|
+
})(DomEventType || {});
|
|
1975
|
+
var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
1976
|
+
InputType2["UNKNOWN_InputType"] = "UNKNOWN_InputType";
|
|
1977
|
+
InputType2["text"] = "text";
|
|
1978
|
+
InputType2["checkbox"] = "checkbox";
|
|
1979
|
+
InputType2["number"] = "number";
|
|
1980
|
+
InputType2["date"] = "date";
|
|
1981
|
+
return InputType2;
|
|
1982
|
+
})(InputType || {});
|
|
1966
1983
|
var ElementType = /* @__PURE__ */ ((ElementType2) => {
|
|
1967
1984
|
ElementType2["UNKNOWN_ElementType"] = "UNKNOWN_ElementType";
|
|
1968
1985
|
ElementType2["inlineElement"] = "inlineElement";
|
|
@@ -5494,6 +5511,7 @@ export {
|
|
|
5494
5511
|
DisplayValueEnumDisplayValue,
|
|
5495
5512
|
DividerDataAlignment,
|
|
5496
5513
|
DividerDataWidth,
|
|
5514
|
+
DomEventType,
|
|
5497
5515
|
Domain,
|
|
5498
5516
|
DtsDefinitionType,
|
|
5499
5517
|
EditableProperties,
|
|
@@ -5547,6 +5565,7 @@ export {
|
|
|
5547
5565
|
InitDirection,
|
|
5548
5566
|
InitialExpandedItems,
|
|
5549
5567
|
InitiatorType,
|
|
5568
|
+
InputFieldInputType,
|
|
5550
5569
|
InputType,
|
|
5551
5570
|
InstallPage,
|
|
5552
5571
|
IntegrationType,
|