@bigbinary/neeto-form-frontend 4.4.20 → 4.4.22

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/.ready CHANGED
@@ -1 +1 @@
1
- Built at 2026-05-08T15:58:59.942Z
1
+ Built at 2026-06-19T19:31:43.092Z
package/dist/BuildForm.js CHANGED
@@ -4,7 +4,7 @@ import { isPresent, truncate, findBy, isNotPresent, slugify, existsBy, findById,
4
4
  import Spinner from '@bigbinary/neetoui/Spinner';
5
5
  import { equals, path, when, assoc, includes, isEmpty, reject, keys, pick, omit, evolve, map, mergeLeft, isNil, pipe, filter, isNotNil, values, uniq, join, pathSatisfies, assocPath, dissoc, append, pluck, test, paths, difference, prop, startsWith, split, last, either, F, T } from 'ramda';
6
6
  import { k as useDeleteQuestion, Q as QUESTION_TYPES, b as useForm, l as useCreateQuestion, m as useUpdateQuestion, C as CAPTCHA_TYPES, n as useReorderQuestions, i as QUERY_KEYS } from './constants-Cj0XxE8a.js';
7
- import { j as QUESTION_ACTIONS, k as INDEPENDENT_LABELS_MAP, l as buildDisplayLabel, m as isElementOverflowing, n as SELECTABLE_KINDS, o as isAutoGeneratedQuestion, p as isRichTextQuestion, q as SPOT_QUESTION_FIELD_CODE, N as NON_BASIC_LATIN_CHARACTERS_REGEX, r as RESERVED_FIELD_CODES, s as renameKey, f as LABEL_FIELDS, t as isDefaultLanguage, u as buildAddQuestionButtonProps, v as validateEditorContent, F as FIELD_CODES_REJECT_CHARS_REGEX, M as MIN_WORDS_SWITCH_LABEL_PROPS, w as MIN_WORDS, x as isImmutableField, Q as QUESTIONS_WITHOUT_FIELD_CODE, y as NON_HIDEABLE_FIELDS, z as NON_READ_ONLY_FIELDS, O as OPINION_LABEL_MAX_LENGTH, B as RICH_TEXT_QUESTIONS, e as ADDRESS_FIELD_WIDTHS, A as ADDRESS_FIELD_TYPES, G as generateDefaultOptions, H as MINIMUM_ADDRESS_FIELDS, J as getDeletedRecords, K as randomId, T as getActiveRecords, U as FILE_TYPES_MAP, V as FILE_GROUPS, W as OPINION_SCALE_MIN_VALUE_OPTIONS, X as OPINION_SCALE_MAX_VALUE_OPTIONS, D as DEFAULT_CHOICE_QUESTION_ATTRIBUTES, Y as MINIMUM_OPTIONS, Z as IMAGE_HEIGHT_SLIDER_DEFAULTS, _ as RATING_OPTIONS, $ as STAR_RATING_MIN_VALUE_OPTIONS, a0 as STAR_RATING_MAX_VALUE_OPTIONS, a1 as STAR_RATING_ICONS_MAP, a2 as buildDisabledAddButtonHelpPopoverProps, a3 as buildReorderPayload, a4 as QUESTIONS_INITIAL_VALUE, a5 as isMandatoryField, a6 as QUESTION_KINDS, a as QUESTION_KIND, a7 as getActiveQuestionKindDetails, a8 as DEFAULT_AVAILABLE_LANGUAGES, a9 as DEFAULT_ADVANCED_FEATURES } from './yup-bkiiTZT4.js';
7
+ import { j as QUESTION_ACTIONS, k as INDEPENDENT_LABELS_MAP, l as buildDisplayLabel, m as isElementOverflowing, n as SELECTABLE_KINDS, o as isAutoGeneratedQuestion, p as isRichTextQuestion, q as SPOT_QUESTION_FIELD_CODE, N as NON_BASIC_LATIN_CHARACTERS_REGEX, r as RESERVED_FIELD_CODES, s as renameKey, f as LABEL_FIELDS, t as isDefaultLanguage, u as buildAddQuestionButtonProps, v as validateEditorContent, F as FIELD_CODES_REJECT_CHARS_REGEX, M as MIN_WORDS_SWITCH_LABEL_PROPS, w as MIN_WORDS, x as isImmutableField, Q as QUESTIONS_WITHOUT_FIELD_CODE, y as NON_HIDEABLE_FIELDS, z as NON_READ_ONLY_FIELDS, O as OPINION_LABEL_MAX_LENGTH, B as RICH_TEXT_QUESTIONS, e as ADDRESS_FIELD_WIDTHS, A as ADDRESS_FIELD_TYPES, G as generateDefaultOptions, H as MINIMUM_ADDRESS_FIELDS, J as getDeletedRecords, K as randomId, T as getActiveRecords, U as FILE_TYPES_MAP, V as FILE_GROUPS, W as OPINION_SCALE_MIN_VALUE_OPTIONS, X as OPINION_SCALE_MAX_VALUE_OPTIONS, D as DEFAULT_CHOICE_QUESTION_ATTRIBUTES, Y as MINIMUM_OPTIONS, Z as IMAGE_HEIGHT_SLIDER_DEFAULTS, _ as RATING_OPTIONS, $ as STAR_RATING_MIN_VALUE_OPTIONS, a0 as STAR_RATING_MAX_VALUE_OPTIONS, a1 as STAR_RATING_ICONS_MAP, a2 as buildDisabledAddButtonHelpPopoverProps, a3 as buildReorderPayload, a4 as QUESTIONS_INITIAL_VALUE, a5 as isMandatoryField, a6 as QUESTION_KINDS, a as QUESTION_KIND, a7 as getActiveQuestionKindDetails, a8 as DEFAULT_AVAILABLE_LANGUAGES, a9 as DEFAULT_ADVANCED_FEATURES } from './yup-CEJsbBTM.js';
8
8
  import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
9
9
  import { useState, useRef, useEffect, createElement } from 'react';
10
10
  import { Droppable, Draggable, DragDropContext } from '@hello-pangea/dnd';
@@ -25,8 +25,8 @@ import { a as isBlank, g as getComponentDisplayName, p as parseServerError } fro
25
25
  import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
26
26
  import Check from '@bigbinary/neeto-icons/Check';
27
27
  import { jsx, jsxs } from 'react/jsx-runtime';
28
- import { C as CALLOUT_POSITIONS, b as CALLOUT_STYLES, L as LAST_ELEMENTS_THRESHOLD, a as QUESTION_KIND } from './yup-bkiiTZT4.js';
29
- import { c as clientI18nInstance, d as getWithExpiry, e as clearEmailVerificationDetails, F as FormikWrap, g as getFieldComponent, b as buildAutoCompleteAttribute, r as renderButtonsInOrder, m as mergeRefs, a as generateInitValues, f as generateFormResponse, h as clearLocalStorageValues } from './utils-D-rs56Yi.js';
28
+ import { C as CALLOUT_POSITIONS, b as CALLOUT_STYLES, L as LAST_ELEMENTS_THRESHOLD, a as QUESTION_KIND } from './yup-CEJsbBTM.js';
29
+ import { c as clientI18nInstance, d as getWithExpiry, e as clearEmailVerificationDetails, F as FormikWrap, g as getFieldComponent, b as buildAutoCompleteAttribute, r as renderButtonsInOrder, m as mergeRefs, a as generateInitValues, f as generateFormResponse, h as clearLocalStorageValues } from './utils-Dub9JEjT.js';
30
30
  import { withT } from '@bigbinary/neeto-commons-frontend/react-utils';
31
31
  import '@babel/runtime/helpers/toConsumableArray';
32
32
  import '@bigbinary/neeto-commons-frontend/constants';
@@ -10,10 +10,10 @@ import Button from '@bigbinary/neetoui/Button';
10
10
  import NoData from '@bigbinary/neetoui/NoData';
11
11
  import { map, mergeLeft, filter, pluck, isEmpty } from 'ramda';
12
12
  import { useTranslation } from 'react-i18next';
13
- import { F as FormikWrap, g as getFieldComponent, b as buildAutoCompleteAttribute, m as mergeRefs, a as generateInitValues } from './utils-D-rs56Yi.js';
13
+ import { F as FormikWrap, g as getFieldComponent, b as buildAutoCompleteAttribute, m as mergeRefs, a as generateInitValues } from './utils-Dub9JEjT.js';
14
14
  import { d as usePublicForm } from './constants-Cj0XxE8a.js';
15
15
  import { parsePhoneNumber } from 'libphonenumber-js';
16
- import { Q as QUESTIONS_WITHOUT_FIELD_CODE, a as QUESTION_KIND } from './yup-bkiiTZT4.js';
16
+ import { Q as QUESTIONS_WITHOUT_FIELD_CODE, a as QUESTION_KIND } from './yup-CEJsbBTM.js';
17
17
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
18
18
  import './index-DhtQJpD_.js';
19
19
  import '@babel/runtime/helpers/typeof';
@@ -6,7 +6,7 @@ var neetoCist = require('@bigbinary/neeto-cist');
6
6
  var Spinner = require('@bigbinary/neetoui/Spinner');
7
7
  var ramda = require('ramda');
8
8
  var constants = require('../constants-D5JlvWws.js');
9
- var yup = require('../yup-DhAn6Gfl.js');
9
+ var yup = require('../yup-BRXHsDoc.js');
10
10
  var _slicedToArray = require('@babel/runtime/helpers/slicedToArray');
11
11
  var React = require('react');
12
12
  var dnd = require('@hello-pangea/dnd');
@@ -27,8 +27,8 @@ var index$1 = require('../index-Beo6ztaM.js');
27
27
  var _objectWithoutProperties = require('@babel/runtime/helpers/objectWithoutProperties');
28
28
  var Check = require('@bigbinary/neeto-icons/Check');
29
29
  var jsxRuntime = require('react/jsx-runtime');
30
- var yup = require('../yup-DhAn6Gfl.js');
31
- var utils = require('../utils-C-U-wBCy.js');
30
+ var yup = require('../yup-BRXHsDoc.js');
31
+ var utils = require('../utils--1SFWeBV.js');
32
32
  var reactUtils = require('@bigbinary/neeto-commons-frontend/react-utils');
33
33
  require('@babel/runtime/helpers/toConsumableArray');
34
34
  require('@bigbinary/neeto-commons-frontend/constants');
@@ -12,10 +12,10 @@ var Button = require('@bigbinary/neetoui/Button');
12
12
  var NoData = require('@bigbinary/neetoui/NoData');
13
13
  var ramda = require('ramda');
14
14
  var reactI18next = require('react-i18next');
15
- var utils = require('../utils-C-U-wBCy.js');
15
+ var utils = require('../utils--1SFWeBV.js');
16
16
  var constants = require('../constants-D5JlvWws.js');
17
17
  var libphonenumberJs = require('libphonenumber-js');
18
- var yup = require('../yup-DhAn6Gfl.js');
18
+ var yup = require('../yup-BRXHsDoc.js');
19
19
  var jsxRuntime = require('react/jsx-runtime');
20
20
  require('../index-Beo6ztaM.js');
21
21
  require('@babel/runtime/helpers/typeof');
package/dist/cjs/index.js CHANGED
@@ -13,7 +13,7 @@ require('classnames');
13
13
  require('@bigbinary/neeto-cist');
14
14
  require('@bigbinary/neetoui/Spinner');
15
15
  require('ramda');
16
- require('../yup-DhAn6Gfl.js');
16
+ require('../yup-BRXHsDoc.js');
17
17
  require('i18next');
18
18
  require('react');
19
19
  require('@babel/runtime/helpers/toConsumableArray');
@@ -95,7 +95,7 @@ require('@bigbinary/neeto-icons/Warning');
95
95
  require('@bigbinary/neeto-molecules/PageLoader');
96
96
  require('@bigbinary/neetoui/Callout');
97
97
  require('@bigbinary/neeto-icons/Check');
98
- require('../utils-C-U-wBCy.js');
98
+ require('../utils--1SFWeBV.js');
99
99
  require('libphonenumber-js');
100
100
  require('@bigbinary/neeto-editor/EditorContent');
101
101
  require('@bigbinary/neetoui/MultiEmailInput');
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ import 'classnames';
11
11
  import '@bigbinary/neeto-cist';
12
12
  import '@bigbinary/neetoui/Spinner';
13
13
  import 'ramda';
14
- import './yup-bkiiTZT4.js';
14
+ import './yup-CEJsbBTM.js';
15
15
  import 'i18next';
16
16
  import 'react';
17
17
  import '@babel/runtime/helpers/toConsumableArray';
@@ -93,7 +93,7 @@ import '@bigbinary/neeto-icons/Warning';
93
93
  import '@bigbinary/neeto-molecules/PageLoader';
94
94
  import '@bigbinary/neetoui/Callout';
95
95
  import '@bigbinary/neeto-icons/Check';
96
- import './utils-D-rs56Yi.js';
96
+ import './utils-Dub9JEjT.js';
97
97
  import 'libphonenumber-js';
98
98
  import '@bigbinary/neeto-editor/EditorContent';
99
99
  import '@bigbinary/neetoui/MultiEmailInput';
@@ -22,7 +22,7 @@ var utils$1 = require('@bigbinary/neeto-editor/utils');
22
22
  var PhoneNumber = require('@bigbinary/neeto-molecules/PhoneNumber');
23
23
  var i18next = require('i18next');
24
24
  var jsxRuntime = require('react/jsx-runtime');
25
- var yup = require('./yup-DhAn6Gfl.js');
25
+ var yup = require('./yup-BRXHsDoc.js');
26
26
  var _toArray = require('@babel/runtime/helpers/toArray');
27
27
  var yup$1 = require('yup');
28
28
  var classnames = require('classnames');
@@ -2759,4 +2759,4 @@ exports.getFieldComponent = getFieldComponent;
2759
2759
  exports.getWithExpiry = getWithExpiry;
2760
2760
  exports.mergeRefs = mergeRefs;
2761
2761
  exports.renderButtonsInOrder = renderButtonsInOrder;
2762
- //# sourceMappingURL=utils-C-U-wBCy.js.map
2762
+ //# sourceMappingURL=utils--1SFWeBV.js.map