@bigbinary/neeto-rules-frontend 2.7.23 → 2.7.24
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/en.json +1 -0
- package/dist/.ready +1 -1
- package/dist/cjs/v2/NeetoRulesBuilder.js +466 -227
- package/dist/cjs/v2/NeetoRulesBuilder.js.map +1 -1
- package/dist/cjs/v2/NeetoRulesForm.js +1 -1
- package/dist/cjs/v2/index.js +1 -1
- package/dist/{index-CvpoP63h.js → index-Br0dDuGK.js} +2 -2
- package/dist/index-Br0dDuGK.js.map +1 -0
- package/dist/{index-puRtNWZV.js → index-D1PW24Zw.js} +2 -2
- package/dist/index-D1PW24Zw.js.map +1 -0
- package/dist/v2/NeetoRulesBuilder.js +466 -227
- package/dist/v2/NeetoRulesBuilder.js.map +1 -1
- package/dist/v2/NeetoRulesForm.js +1 -1
- package/dist/v2/index.js +1 -1
- package/package.json +1 -1
- package/dist/index-CvpoP63h.js.map +0 -1
- package/dist/index-puRtNWZV.js.map +0 -1
|
@@ -15,7 +15,7 @@ var reactI18next = require('react-i18next');
|
|
|
15
15
|
var useUtilityStore = require('../../useUtilityStore-gtPhFvpI.js');
|
|
16
16
|
var classNames = require('classnames');
|
|
17
17
|
var ramda = require('ramda');
|
|
18
|
-
var index = require('../../index-
|
|
18
|
+
var index = require('../../index-D1PW24Zw.js');
|
|
19
19
|
var useCustomDataStore = require('../../useCustomDataStore-DPmWkEhs.js');
|
|
20
20
|
var jsxRuntime = require('react/jsx-runtime');
|
|
21
21
|
var utils = require('@bigbinary/neeto-commons-frontend/v2/utils');
|
package/dist/cjs/v2/index.js
CHANGED
|
@@ -45,7 +45,7 @@ require('@bigbinary/neeto-molecules/v2/MoreDropdown');
|
|
|
45
45
|
require('@babel/runtime/helpers/objectDestructuringEmpty');
|
|
46
46
|
require('../../keyboardShortcuts-CRInJJOU.js');
|
|
47
47
|
require('classnames');
|
|
48
|
-
require('../../index-
|
|
48
|
+
require('../../index-D1PW24Zw.js');
|
|
49
49
|
require('@babel/runtime/helpers/typeof');
|
|
50
50
|
require('yup');
|
|
51
51
|
require('@monaco-editor/react');
|
|
@@ -797,7 +797,7 @@ var JsonEditor = function JsonEditor(_ref) {
|
|
|
797
797
|
var name = _ref.name,
|
|
798
798
|
onFocus = _ref.onFocus,
|
|
799
799
|
_ref$initialValue = _ref.initialValue,
|
|
800
|
-
initialValue = _ref$initialValue === void 0 ? "
|
|
800
|
+
initialValue = _ref$initialValue === void 0 ? "" : _ref$initialValue,
|
|
801
801
|
_ref$variables = _ref.variables,
|
|
802
802
|
variables = _ref$variables === void 0 ? [] : _ref$variables,
|
|
803
803
|
_ref$helpPopoverProps = _ref.helpPopoverProps,
|
|
@@ -5418,4 +5418,4 @@ var formatData = function formatData(data) {
|
|
|
5418
5418
|
};
|
|
5419
5419
|
|
|
5420
5420
|
export { ActionSubItem as A, DEFAULT_RULE_ACTION as D, EditorAction as E, FIELDS_WITH_OPTIONS as F, ListField as L, MIN_DELAY_VALUE as M, OPERATORS as O, PANEL_TYPES as P, RadioField as R, SelectField as S, TouchErrors as T, ValueField as V, getFieldDetails$1 as a, getSlackChannelErrors as b, getOptionsKey as c, getActionLabel as d, getLogicalOperatorOptions as e, getFieldDetails as f, getActionOptions as g, getVerbOptions as h, DEFAULT_DELAY as i, getAllEvents as j, STATUS_KEYS as k, formatData as l, buildPayload as m, ScrollToErrorField as n, Panel as o, getValidationSchema as p, DEFAULT_INITIAL_VALUE as q, ApiFields as r, ErrorCallout as s, SmsFields as t, usePollRuleName as u, MAX_DELAY_VALUE as v, PhoneNumberField as w };
|
|
5421
|
-
//# sourceMappingURL=index-
|
|
5421
|
+
//# sourceMappingURL=index-Br0dDuGK.js.map
|