@bigbinary/neeto-form-frontend 3.14.8 → 4.0.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.
Files changed (42) hide show
  1. package/README.md +5 -3
  2. package/dist/BuildForm.js +21 -11
  3. package/dist/BuildForm.js.map +1 -1
  4. package/dist/ExternalForm.js +4 -4
  5. package/dist/Submission.js +1 -1
  6. package/dist/UrlBuilder.js +4 -4
  7. package/dist/{buildForm-CXy5L1RP.js → buildForm-BwhLCvEE.js} +2 -2
  8. package/dist/{buildForm-CXy5L1RP.js.map → buildForm-BwhLCvEE.js.map} +1 -1
  9. package/dist/{buildForm-DNCW7prR.js → buildForm-CsVQHcC7.js} +2 -2
  10. package/dist/{buildForm-DNCW7prR.js.map → buildForm-CsVQHcC7.js.map} +1 -1
  11. package/dist/cjs/BuildForm.js +21 -11
  12. package/dist/cjs/BuildForm.js.map +1 -1
  13. package/dist/cjs/ExternalForm.js +4 -4
  14. package/dist/cjs/Submission.js +1 -1
  15. package/dist/cjs/UrlBuilder.js +4 -4
  16. package/dist/cjs/hooks.js +4 -4
  17. package/dist/cjs/index.js +6 -6
  18. package/dist/{constants-b1EQ6-AS.js → constants-51SEJjzI.js} +2 -2
  19. package/dist/constants-51SEJjzI.js.map +1 -0
  20. package/dist/{constants-BVZZfXua.js → constants-C9wKMfgo.js} +2 -2
  21. package/dist/constants-C9wKMfgo.js.map +1 -0
  22. package/dist/{constants-CrLEqZUc.js → constants-Dmtgr5z3.js} +3 -3
  23. package/dist/{constants-CrLEqZUc.js.map → constants-Dmtgr5z3.js.map} +1 -1
  24. package/dist/{constants-CuzR2B5C.js → constants-gYwz1n9Z.js} +3 -3
  25. package/dist/{constants-CuzR2B5C.js.map → constants-gYwz1n9Z.js.map} +1 -1
  26. package/dist/hooks.js +4 -4
  27. package/dist/{index-BARvqe7c.js → index-D4URTv1p.js} +2 -2
  28. package/dist/{index-BARvqe7c.js.map → index-D4URTv1p.js.map} +1 -1
  29. package/dist/{index-BkNaYmLc.js → index-DnHrq-hl.js} +2 -2
  30. package/dist/{index-BkNaYmLc.js.map → index-DnHrq-hl.js.map} +1 -1
  31. package/dist/index.js +6 -6
  32. package/dist/{useFormSubmission-CYqHLtkA.js → useFormSubmission-BGNEnxvm.js} +2 -2
  33. package/dist/{useFormSubmission-CYqHLtkA.js.map → useFormSubmission-BGNEnxvm.js.map} +1 -1
  34. package/dist/{useFormSubmission-DMoyM44A.js → useFormSubmission-BUPnuOSG.js} +2 -2
  35. package/dist/{useFormSubmission-DMoyM44A.js.map → useFormSubmission-BUPnuOSG.js.map} +1 -1
  36. package/dist/{utils-3vf7iBuC.js → utils-Bhu45zuy.js} +4 -4
  37. package/dist/{utils-3vf7iBuC.js.map → utils-Bhu45zuy.js.map} +1 -1
  38. package/dist/{utils-E-UQc-9z.js → utils-DsI2Nrwl.js} +4 -4
  39. package/dist/{utils-E-UQc-9z.js.map → utils-DsI2Nrwl.js.map} +1 -1
  40. package/package.json +12 -12
  41. package/dist/constants-BVZZfXua.js.map +0 -1
  42. package/dist/constants-b1EQ6-AS.js.map +0 -1
@@ -1,13 +1,13 @@
1
1
  import { useEffect, useState, useImperativeHandle, memo, Fragment as Fragment$1 } from 'react';
2
2
  import { useFormikContext, useField, Field as Field$1, FastField } from 'formik';
3
3
  import { isPresent, isNotEmpty, findBy, filterBy, findById, isNotPresent, getRandomInt, randomPick, noop, hyphenate, slugify, notEqualsDeep } from '@bigbinary/neeto-cist';
4
- import { i as isFunction, b as isEmptyValues, f as fieldWithFallback } from './index-BkNaYmLc.js';
4
+ import { i as isFunction, b as isEmptyValues, f as fieldWithFallback } from './index-DnHrq-hl.js';
5
5
  import { dayjs, getFromLocalStorage, setToLocalStorage, removeFromLocalStorage, withEventTargetValue, buildUrl } from '@bigbinary/neeto-commons-frontend/utils';
6
6
  import { parsePhoneNumber } from 'libphonenumber-js';
7
7
  import { pick, mergeRight, omit, isEmpty, max, includes, __, mergeLeft, isNil, clamp, prop, map, zipObj, identity, pluck, pipe, toLower, reject, values, dec, equals } from 'ramda';
8
8
  import _defineProperty from '@babel/runtime/helpers/defineProperty';
9
9
  import EditorContent from '@bigbinary/neeto-editor/EditorContent';
10
- import { Q as QUESTION_TYPES, C as CAPTCHA_TYPES, E as EMAIL_VERIFICATIONS_CREATE_URL, j as EMAIL_VERIFICATIONS_VERIFY_URL } from './constants-b1EQ6-AS.js';
10
+ import { Q as QUESTION_TYPES, C as CAPTCHA_TYPES, E as EMAIL_VERIFICATIONS_CREATE_URL, j as EMAIL_VERIFICATIONS_VERIFY_URL } from './constants-51SEJjzI.js';
11
11
  import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
12
12
  import Plus from '@bigbinary/neeto-icons/Plus';
13
13
  import Button from '@bigbinary/neetoui/Button';
@@ -21,7 +21,7 @@ import { validation, PhoneNumberInput } from '@bigbinary/neeto-molecules/PhoneNu
21
21
  import * as yup from 'yup';
22
22
  import i18next from 'i18next';
23
23
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
24
- import { a as QUESTION_KIND, E as EMAIL_REGEX, R as RATING_VALUES, S as SCHEMA_LESS_QUESTION_KINDS, c as SIX_DIGIT_NUMBER_REGEX, L as LABEL_FIELDS, d as RATING_OPTIONS, I as ICONS_MAP, g as generateArray } from './constants-CuzR2B5C.js';
24
+ import { a as QUESTION_KIND, E as EMAIL_REGEX, R as RATING_VALUES, S as SCHEMA_LESS_QUESTION_KINDS, c as SIX_DIGIT_NUMBER_REGEX, L as LABEL_FIELDS, d as RATING_OPTIONS, I as ICONS_MAP, g as generateArray } from './constants-gYwz1n9Z.js';
25
25
  import classnames from 'classnames';
26
26
  import { useUpdateEffect, useStateWithDependency, useDebounce } from '@bigbinary/neeto-commons-frontend/react-utils';
27
27
  import Refresh from '@bigbinary/neeto-icons/Refresh';
@@ -2279,4 +2279,4 @@ var containsIgnoreCase = function containsIgnoreCase(string, substring) {
2279
2279
  };
2280
2280
 
2281
2281
  export { FormikWrap as F, getFieldComponent as a, buildAutoCompleteAttribute as b, clientI18nInstance as c, getWithExpiry as d, clearEmailVerificationDetails as e, generateFormResponse as f, generateInitValues as g, clearLocalStorageValues as h, mergeRefs as m, renderButtonsInOrder as r };
2282
- //# sourceMappingURL=utils-E-UQc-9z.js.map
2282
+ //# sourceMappingURL=utils-DsI2Nrwl.js.map