@wix/form-public 0.94.0 → 0.96.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/_tsup-dts-rollup.d.cts +3 -0
- package/dist/_tsup-dts-rollup.d.ts +3 -0
- package/dist/index.cjs +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -53,6 +53,7 @@ import { Tags } from '@wix/form-fields/headless';
|
|
|
53
53
|
import { TextArea } from '@wix/form-fields/headless';
|
|
54
54
|
import { TextInput } from '@wix/form-fields/headless';
|
|
55
55
|
import { TimeInput } from '@wix/form-fields/headless';
|
|
56
|
+
import { UniqueFieldSuffixContextProvider } from '@wix/form-fields';
|
|
56
57
|
import { useFieldProps } from '@wix/form-fields';
|
|
57
58
|
|
|
58
59
|
declare interface AppointmentSubmitData {
|
|
@@ -282,6 +283,8 @@ export { TextInput }
|
|
|
282
283
|
|
|
283
284
|
export { TimeInput }
|
|
284
285
|
|
|
286
|
+
export { UniqueFieldSuffixContextProvider }
|
|
287
|
+
|
|
285
288
|
export declare type UploadFile = (params: UploadFileParams) => Promise<FileDescriptor>;
|
|
286
289
|
|
|
287
290
|
export declare interface UploadFileParams {
|
|
@@ -53,6 +53,7 @@ import { Tags } from '@wix/form-fields/headless';
|
|
|
53
53
|
import { TextArea } from '@wix/form-fields/headless';
|
|
54
54
|
import { TextInput } from '@wix/form-fields/headless';
|
|
55
55
|
import { TimeInput } from '@wix/form-fields/headless';
|
|
56
|
+
import { UniqueFieldSuffixContextProvider } from '@wix/form-fields';
|
|
56
57
|
import { useFieldProps } from '@wix/form-fields';
|
|
57
58
|
|
|
58
59
|
declare interface AppointmentSubmitData {
|
|
@@ -282,6 +283,8 @@ export { TextInput }
|
|
|
282
283
|
|
|
283
284
|
export { TimeInput }
|
|
284
285
|
|
|
286
|
+
export { UniqueFieldSuffixContextProvider }
|
|
287
|
+
|
|
285
288
|
export declare type UploadFile = (params: UploadFileParams) => Promise<FileDescriptor>;
|
|
286
289
|
|
|
287
290
|
export declare interface UploadFileParams {
|
package/dist/index.cjs
CHANGED
|
@@ -21375,7 +21375,6 @@ var require_messages_en = __commonJS({
|
|
|
21375
21375
|
"search.keyword.contacts.subscribe": "subscribe, subscription, opt in, newsletter, marketing, subscriber",
|
|
21376
21376
|
"date-input.input.error.message.format-error": "Enter a month, day and year.",
|
|
21377
21377
|
"contacts-first-name.input.error.message.required-error": "Enter a first name.",
|
|
21378
|
-
"add.scheduling-fields.scheduling": "Scheduling",
|
|
21379
21378
|
"file-upload.dropzone.title": "Upload your file",
|
|
21380
21379
|
"search.keyword.scheduling.appointment": "appointment, booking, schedule",
|
|
21381
21380
|
"form.a11y.step.index.title": "Step {index} out of {total}",
|
|
@@ -21565,7 +21564,6 @@ var require_messages_en = __commonJS({
|
|
|
21565
21564
|
"form.appointment.meeting-format.in-person-location-method-os-location": "Business location",
|
|
21566
21565
|
"form.file-upload.error.limit": "You've reached your upload limit of {limit, number} files.",
|
|
21567
21566
|
"contacts-email.input.error.message.required-error": "Enter an email address like example@mysite.com.",
|
|
21568
|
-
"file-upload.delete-file.aria.label": "Delete file",
|
|
21569
21567
|
"field-context-menu.duplicate": "Duplicate"
|
|
21570
21568
|
};
|
|
21571
21569
|
}
|
|
@@ -38329,6 +38327,7 @@ exports.Tags = Tags;
|
|
|
38329
38327
|
exports.TextArea = TextArea;
|
|
38330
38328
|
exports.TextInput = TextInput;
|
|
38331
38329
|
exports.TimeInput = TimeInput2;
|
|
38330
|
+
exports.UniqueFieldSuffixContextProvider = UniqueFieldSuffixContextProvider;
|
|
38332
38331
|
exports.useFieldProps = useFieldProps;
|
|
38333
38332
|
exports.useForm = useForm3;
|
|
38334
38333
|
//# sourceMappingURL=index.cjs.map
|