@wix/form-public 0.191.0 → 0.193.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/index.cjs +6 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -22217,6 +22217,7 @@ var require_messages_en = __commonJS({
|
|
|
22217
22217
|
"mla-city.input.error.message.required-error.tr": "Enter a district.",
|
|
22218
22218
|
"date-picker.a11y.calendar-button.role-description": "Calendar dialog pop up collapsed",
|
|
22219
22219
|
"field.signature.a11y.action-description.draw-or-type": "Sign in the box or use the keyboard to type.",
|
|
22220
|
+
"settings.scheduling.meeting-type.round-robin": "Round Robin",
|
|
22220
22221
|
"field.time.perdiod.AM": "AM",
|
|
22221
22222
|
"form.login-bar.title.logged-out-state": "Have an account? ",
|
|
22222
22223
|
"form.appointment.slots-not-found.text": "There\u2019s no availability for this date. Try selecting another date.",
|
|
@@ -22237,6 +22238,7 @@ var require_messages_en = __commonJS({
|
|
|
22237
22238
|
"ecom.email.label": "Email",
|
|
22238
22239
|
"input.error.message.incomplete-date-error.year-month-day": "Enter a month, day and year.",
|
|
22239
22240
|
"field-context-menu.make-optional": "Make optional",
|
|
22241
|
+
"settings.scheduling.meeting-type.info-icon.round-robin.description": " - Meetings rotate between hosts.",
|
|
22240
22242
|
"contacts-subscribe.input.error.message.not-allowed-value": "Check the box to continue.",
|
|
22241
22243
|
"field.signature.mode.draw.description": "Drawing mode selected. Drawing requires a mouse or touchpad. For keyboard accessibility, select Type or Upload.",
|
|
22242
22244
|
"checkbox.input.error.message.required-error": "Check the box to continue.",
|
|
@@ -22311,6 +22313,7 @@ var require_messages_en = __commonJS({
|
|
|
22311
22313
|
"dext-phone.input.error.message.format-error": "Enter a valid phone number.",
|
|
22312
22314
|
"bookings-phone.input.error.message.required-error": "Enter a phone number.",
|
|
22313
22315
|
"form.file-upload.explanation-text": "{count, plural, =1 {# file} other {# files}} uploaded",
|
|
22316
|
+
"settings.scheduling.meeting-type.info-icon.intro": "How hosts are assigned:",
|
|
22314
22317
|
"contacts-last-name.input.error.message.required-error": "Enter a last name.",
|
|
22315
22318
|
"field.signature.mode.selector.aria-label": "Signature input mode",
|
|
22316
22319
|
"phone.input.error.message.not-allowed-value": "Phone numbers with this country code aren't accepted.",
|
|
@@ -22325,6 +22328,7 @@ var require_messages_en = __commonJS({
|
|
|
22325
22328
|
"field.date.placeholder.time": "HH:MM",
|
|
22326
22329
|
"submit.checkout.message": "Redirecting to checkout...",
|
|
22327
22330
|
"form.file-upload.error.unsupported-file-format": "This file type is unsupported.",
|
|
22331
|
+
"settings.scheduling.meeting-type.info-icon.single-host.description": " - One host runs every meeting.",
|
|
22328
22332
|
"input.error.message.invalid-phone-country-code-error": "Enter a valid country code.",
|
|
22329
22333
|
"mla-street-name.input.error.message.required-error": "Enter a street name.",
|
|
22330
22334
|
"settings.scheduling.sync-external-calendars.not-current-user.kb-link": "https://support.wix.com/en/article/wix-meetings-syncing-personal-calendars-with-wix-meetings",
|
|
@@ -22384,6 +22388,7 @@ var require_messages_en = __commonJS({
|
|
|
22384
22388
|
"field.signature.mode.type.label": "Type",
|
|
22385
22389
|
"settings.default-value-conflict.min-value-error": "Min characters must be at least the default text length. Update the character limit or shorten the text.",
|
|
22386
22390
|
"date-picker.input.error.message.min-value-error": "Enter a valid date after today\u2019s date.",
|
|
22391
|
+
"settings.scheduling.meeting-type.personal": "Single Host",
|
|
22387
22392
|
"date-time-input.input.error.message.min-value-error": "Enter a valid date after today\u2019s date.",
|
|
22388
22393
|
"dext-checkbox.input.error.message.required-error": "Check the box to continue.",
|
|
22389
22394
|
"url-input.input.error.message.format-error": "Enter a web URL like https://www.example.com.",
|
|
@@ -36619,7 +36624,7 @@ var useUploadFile = (uploadTarget) => {
|
|
|
36619
36624
|
fileId: id,
|
|
36620
36625
|
displayName: displayName || file.name,
|
|
36621
36626
|
url: !isPrivate ? url : void 0,
|
|
36622
|
-
fileType: file.type
|
|
36627
|
+
fileType: file.type || "application/octet-stream"
|
|
36623
36628
|
};
|
|
36624
36629
|
onDone({
|
|
36625
36630
|
file,
|