@bigbinary/neeto-form-frontend 4.2.1 → 4.2.3

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 CHANGED
@@ -1883,6 +1883,7 @@ var Options = function Options(_ref) {
1883
1883
  }, shallow),
1884
1884
  selectedLanguage = _useBuildFormStore.selectedLanguage,
1885
1885
  isPictureChoiceEnabled = _useBuildFormStore.isPictureChoiceEnabled;
1886
+ var bulkAddHelpDocUrl = useHelpDoc("bulkAddOptions");
1886
1887
  var _useFormikContext = useFormikContext(),
1887
1888
  values = _useFormikContext.values,
1888
1889
  setFieldValue = _useFormikContext.setFieldValue;
@@ -1921,6 +1922,10 @@ var Options = function Options(_ref) {
1921
1922
  isPictureChoice: isPictureChoice,
1922
1923
  name: name,
1923
1924
  shouldDestroy: true,
1925
+ bulkActionProps: {
1926
+ enabled: true,
1927
+ bulkAddHelpDocUrl: bulkAddHelpDocUrl
1928
+ },
1924
1929
  destroyFlagName: "_destroy",
1925
1930
  disabled: isManageOptionDisabled,
1926
1931
  draggable: !isManageOptionDisabled,