@bigbinary/neeto-form-frontend 3.7.0 → 3.8.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/BuildForm.js +1 -2
- package/dist/BuildForm.js.map +1 -1
- package/dist/ExternalForm.js +1 -1
- package/dist/UrlBuilder.js +1 -1
- package/dist/cjs/BuildForm.js +1 -2
- package/dist/cjs/BuildForm.js.map +1 -1
- package/dist/cjs/ExternalForm.js +1 -1
- package/dist/cjs/UrlBuilder.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/main.css +3 -3
- package/dist/main.css.map +1 -1
- package/dist/{utils-b26ce7e8.js → utils-415cbaab.js} +1 -1
- package/dist/{utils-b26ce7e8.js.map → utils-415cbaab.js.map} +1 -1
- package/dist/{utils-0eabfa9b.js → utils-42d0173b.js} +1 -1
- package/dist/{utils-0eabfa9b.js.map → utils-42d0173b.js.map} +1 -1
- package/package.json +2 -2
package/dist/ExternalForm.js
CHANGED
|
@@ -27,7 +27,7 @@ import { a as isBlank, g as getComponentDisplayName, p as parseServerError } fro
|
|
|
27
27
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
28
28
|
import Check from '@bigbinary/neeto-icons/Check';
|
|
29
29
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
30
|
-
import { c as clientI18nInstance, g as getWithExpiry, a as generateInitValues, F as FormikWrap, b as getFieldComponent, d as buildAutoCompleteAttribute, r as renderButtonsInOrder, m as mergeRefs, e as generateFormResponse, f as clearLocalStorageValues } from './utils-
|
|
30
|
+
import { c as clientI18nInstance, g as getWithExpiry, a as generateInitValues, F as FormikWrap, b as getFieldComponent, d as buildAutoCompleteAttribute, r as renderButtonsInOrder, m as mergeRefs, e as generateFormResponse, f as clearLocalStorageValues } from './utils-42d0173b.js';
|
|
31
31
|
import { withT } from '@bigbinary/neeto-commons-frontend/react-utils';
|
|
32
32
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
33
33
|
import '@bigbinary/neeto-commons-frontend/constants';
|
package/dist/UrlBuilder.js
CHANGED
|
@@ -10,7 +10,7 @@ import Button from '@bigbinary/neetoui/Button';
|
|
|
10
10
|
import NoData from '@bigbinary/neetoui/NoData';
|
|
11
11
|
import { map, assoc, filter, pluck, isEmpty } from 'ramda';
|
|
12
12
|
import { useTranslation } from 'react-i18next';
|
|
13
|
-
import { a as generateInitValues, F as FormikWrap, b as getFieldComponent, d as buildAutoCompleteAttribute, m as mergeRefs } from './utils-
|
|
13
|
+
import { a as generateInitValues, F as FormikWrap, b as getFieldComponent, d as buildAutoCompleteAttribute, m as mergeRefs } from './utils-42d0173b.js';
|
|
14
14
|
import { a as useForm } from './useFormApi-d733cb8d.js';
|
|
15
15
|
import { parsePhoneNumber } from 'libphonenumber-js';
|
|
16
16
|
import { c as QUESTIONS_WITHOUT_FIELD_CODE } from './constants-669f203a.js';
|
package/dist/cjs/BuildForm.js
CHANGED
|
@@ -2330,8 +2330,7 @@ var BuildForm = function BuildForm(_ref) {
|
|
|
2330
2330
|
additionalQuestionKindPattern = _ref.additionalQuestionKindPattern,
|
|
2331
2331
|
_ref$enableDomainRest = _ref.enableDomainRestriction,
|
|
2332
2332
|
enableDomainRestriction = _ref$enableDomainRest === void 0 ? true : _ref$enableDomainRest,
|
|
2333
|
-
|
|
2334
|
-
helpDocUrls = _ref$helpDocUrls === void 0 ? {} : _ref$helpDocUrls,
|
|
2333
|
+
helpDocUrls = _ref.helpDocUrls,
|
|
2335
2334
|
className = _ref.className;
|
|
2336
2335
|
var queryClient = reactQuery.useQueryClient();
|
|
2337
2336
|
var _useReorderQuestions = useFormApi.useReorderQuestions(id, {
|