@bigbinary/neeto-form-frontend 3.4.2 → 3.7.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/app/javascript/src/translations/ar.json +1 -0
- package/app/javascript/src/translations/de.json +1 -0
- package/app/javascript/src/translations/en.json +6 -2
- package/app/javascript/src/translations/es.json +1 -0
- package/app/javascript/src/translations/fr.json +1 -0
- package/app/javascript/src/translations/nl.json +1 -0
- package/app/javascript/src/translations/pl.json +1 -0
- package/app/javascript/src/translations/pt.json +1 -0
- package/dist/BuildForm.js +113 -97
- package/dist/BuildForm.js.map +1 -1
- package/dist/ExternalForm.js +3 -8
- package/dist/ExternalForm.js.map +1 -1
- package/dist/Submission.js +2 -1
- package/dist/Submission.js.map +1 -1
- package/dist/UrlBuilder.js +5 -9
- package/dist/UrlBuilder.js.map +1 -1
- package/dist/{buildForm-4a5a5251.js → buildForm-042737cb.js} +3 -2
- package/dist/buildForm-042737cb.js.map +1 -0
- package/dist/{buildForm-77b32f08.js → buildForm-354c6d6d.js} +3 -2
- package/dist/buildForm-354c6d6d.js.map +1 -0
- package/dist/cjs/BuildForm.js +111 -95
- package/dist/cjs/BuildForm.js.map +1 -1
- package/dist/cjs/ExternalForm.js +3 -8
- package/dist/cjs/ExternalForm.js.map +1 -1
- package/dist/cjs/Submission.js +2 -1
- package/dist/cjs/Submission.js.map +1 -1
- package/dist/cjs/UrlBuilder.js +5 -9
- package/dist/cjs/UrlBuilder.js.map +1 -1
- package/dist/cjs/hooks.js +1 -1
- package/dist/cjs/index.js +5 -10
- package/dist/cjs/index.js.map +1 -1
- package/dist/{constants-9310a7c2.js → constants-3d8a5374.js} +4 -2
- package/dist/constants-3d8a5374.js.map +1 -0
- package/dist/{constants-f0f38e6f.js → constants-43eac775.js} +4 -2
- package/dist/constants-43eac775.js.map +1 -0
- package/dist/{constants-8afd221a.js → constants-669f203a.js} +26 -6
- package/dist/constants-669f203a.js.map +1 -0
- package/dist/{constants-25c02c05.js → constants-ca5ca2b1.js} +29 -5
- package/dist/constants-ca5ca2b1.js.map +1 -0
- package/dist/hooks.js +1 -1
- package/dist/index.js +5 -10
- package/dist/index.js.map +1 -1
- package/dist/{utils-1ab9e83f.js → utils-0eabfa9b.js} +281 -288
- package/dist/utils-0eabfa9b.js.map +1 -0
- package/dist/{utils-38cc949e.js → utils-b26ce7e8.js} +287 -299
- package/dist/utils-b26ce7e8.js.map +1 -0
- package/package.json +14 -14
- package/types.d.ts +1 -2
- package/dist/buildForm-4a5a5251.js.map +0 -1
- package/dist/buildForm-77b32f08.js.map +0 -1
- package/dist/constants-25c02c05.js.map +0 -1
- package/dist/constants-8afd221a.js.map +0 -1
- package/dist/constants-9310a7c2.js.map +0 -1
- package/dist/constants-f0f38e6f.js.map +0 -1
- package/dist/utils-1ab9e83f.js.map +0 -1
- package/dist/utils-38cc949e.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ export { default as Submission } from './Submission.js';
|
|
|
5
5
|
export { default as UrlBuilder } from './UrlBuilder.js';
|
|
6
6
|
export { b as useCreateForm, d as useDeleteForm, a as useForm, u as useForms, c as useUpdateForm } from './useFormApi-d733cb8d.js';
|
|
7
7
|
export { u as useFormSubmission } from './useFormSubmission-f8866b84.js';
|
|
8
|
-
export { u as useBuildFormState } from './buildForm-
|
|
8
|
+
export { u as useBuildFormState } from './buildForm-042737cb.js';
|
|
9
9
|
import '@babel/runtime/helpers/defineProperty';
|
|
10
10
|
import 'react';
|
|
11
11
|
import '@tanstack/react-query';
|
|
@@ -15,11 +15,11 @@ import '@bigbinary/neeto-cist';
|
|
|
15
15
|
import '@bigbinary/neeto-commons-frontend/utils';
|
|
16
16
|
import '@bigbinary/neeto-molecules/PageLoader';
|
|
17
17
|
import 'ramda';
|
|
18
|
-
import './constants-
|
|
18
|
+
import './constants-3d8a5374.js';
|
|
19
19
|
import 'i18next';
|
|
20
20
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
21
21
|
import 'react/jsx-runtime';
|
|
22
|
-
import './constants-
|
|
22
|
+
import './constants-669f203a.js';
|
|
23
23
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
24
24
|
import 'dompurify';
|
|
25
25
|
import '@babel/runtime/helpers/slicedToArray';
|
|
@@ -36,6 +36,7 @@ import '@bigbinary/neeto-molecules/MoreDropdown';
|
|
|
36
36
|
import '@bigbinary/neetoui/Typography';
|
|
37
37
|
import '@bigbinary/neetoui/Dropdown';
|
|
38
38
|
import '@bigbinary/neetoui/Tooltip';
|
|
39
|
+
import '@bigbinary/neeto-molecules/HelpPopover';
|
|
39
40
|
import '@bigbinary/neeto-icons/Plus';
|
|
40
41
|
import '@bigbinary/neetoui/NoData';
|
|
41
42
|
import '@bigbinary/neetoui/Pane';
|
|
@@ -49,7 +50,6 @@ import '@bigbinary/neetoui/Accordion';
|
|
|
49
50
|
import '@bigbinary/neetoui/formik/Input';
|
|
50
51
|
import 'yup';
|
|
51
52
|
import '@bigbinary/neetoui/formik/Radio';
|
|
52
|
-
import '@bigbinary/neeto-molecules/HelpPopover';
|
|
53
53
|
import '@bigbinary/neetoui/Label';
|
|
54
54
|
import 'react-select/creatable';
|
|
55
55
|
import '@babel/runtime/helpers/toArray';
|
|
@@ -67,8 +67,7 @@ import '@bigbinary/neetoui/Toastr';
|
|
|
67
67
|
import '@bigbinary/neetoui/Spinner';
|
|
68
68
|
import '@bigbinary/neetoui/Callout';
|
|
69
69
|
import '@bigbinary/neeto-icons/Check';
|
|
70
|
-
import './utils-
|
|
71
|
-
import 'dayjs';
|
|
70
|
+
import './utils-0eabfa9b.js';
|
|
72
71
|
import 'libphonenumber-js';
|
|
73
72
|
import '@bigbinary/neeto-editor/EditorContent';
|
|
74
73
|
import '@bigbinary/neetoui/MultiEmailInput';
|
|
@@ -78,10 +77,6 @@ import '@bigbinary/neeto-icons/Refresh';
|
|
|
78
77
|
import '@bigbinary/neetoui/Input';
|
|
79
78
|
import '@bigbinary/neeto-commons-frontend/initializers';
|
|
80
79
|
import 'react-google-recaptcha';
|
|
81
|
-
import 'dayjs/plugin/localeData';
|
|
82
|
-
import 'dayjs/plugin/utc';
|
|
83
|
-
import 'dayjs/plugin/weekday';
|
|
84
|
-
import 'dayjs/plugin/weekOfYear';
|
|
85
80
|
import '@bigbinary/neetoui/DatePicker';
|
|
86
81
|
import '@rails/activestorage';
|
|
87
82
|
import 'react-dropzone';
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|