@bigbinary/neeto-rules-frontend 2.7.29 → 2.7.31
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 +4 -0
- package/dist/.ready +1 -1
- package/dist/NeetoRules.js +1 -1
- package/dist/NeetoRulesBuilder.js +2 -2
- package/dist/NeetoRulesForm.js +5 -6
- package/dist/NeetoRulesForm.js.map +1 -1
- package/dist/RulePreview.js +1 -1
- package/dist/cjs/NeetoRulesForm.js +3 -4
- package/dist/cjs/NeetoRulesForm.js.map +1 -1
- package/dist/cjs/v2/NeetoRulesBuilder.js +43 -18
- package/dist/cjs/v2/NeetoRulesBuilder.js.map +1 -1
- package/dist/cjs/v2/NeetoRulesForm.js +3 -4
- package/dist/cjs/v2/NeetoRulesForm.js.map +1 -1
- package/dist/{index-DuotbpzE.js → index-Cr27L32X.js} +2 -2
- package/dist/{index-DuotbpzE.js.map → index-Cr27L32X.js.map} +1 -1
- package/dist/{index-B9wfLgdl.js → index-D7DIAuwa.js} +2 -2
- package/dist/{index-B9wfLgdl.js.map → index-D7DIAuwa.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{utils-Cp7CD4kh.js → utils-CeTB10_T.js} +2 -2
- package/dist/{utils-Cp7CD4kh.js.map → utils-CeTB10_T.js.map} +1 -1
- package/dist/v2/NeetoRules.js +1 -1
- package/dist/v2/NeetoRulesBuilder.js +46 -21
- package/dist/v2/NeetoRulesBuilder.js.map +1 -1
- package/dist/v2/NeetoRulesForm.js +5 -6
- package/dist/v2/NeetoRulesForm.js.map +1 -1
- package/dist/v2/RulePreview.js +1 -1
- package/dist/v2/index.js +2 -2
- package/package.json +7 -7
|
@@ -24,7 +24,7 @@ import { withT, useStateWithDependency, useDebounce } from '@bigbinary/neeto-com
|
|
|
24
24
|
import Editor from '@monaco-editor/react';
|
|
25
25
|
import DynamicVariables from '@bigbinary/neeto-molecules/v2/DynamicVariables';
|
|
26
26
|
import { dayjs, joinHyphenCase, hyphenize } from '@bigbinary/neeto-commons-frontend/v2/utils';
|
|
27
|
-
import { g as getSeparator, f as dotPath$1, b as getDateTimeValue,
|
|
27
|
+
import { g as getSeparator, f as dotPath$1, b as getDateTimeValue, d as DATE_TIME_TYPES, e as DATE_TIME_FORMAT, D as DATE_FORMAT, a as getDateTimeFormattedValue, T as TIME_FORMAT } from './utils-CeTB10_T.js';
|
|
28
28
|
import FormikEditor from '@bigbinary/neeto-editor/v2/FormikEditor';
|
|
29
29
|
import useHotkeys from '@bigbinary/neeto-hotkeys';
|
|
30
30
|
import CreatableSelect from 'react-select/creatable';
|
|
@@ -5418,4 +5418,4 @@ var formatData = function formatData(data) {
|
|
|
5418
5418
|
};
|
|
5419
5419
|
|
|
5420
5420
|
export { ActionSubItem as A, SmsFields as B, MAX_DELAY_VALUE as C, DEFAULT_RULE_ACTION as D, EditorAction as E, FIELDS_WITH_OPTIONS as F, PhoneNumberField as G, 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, useHasFieldChanged as r, areValuesEqual as s, useResetSaveAsTemplateOnHide as t, usePollRuleName as u, SelectTemplateField as v, SaveAsTemplate as w, setEditorContent as x, ApiFields as y, ErrorCallout as z };
|
|
5421
|
-
//# sourceMappingURL=index-
|
|
5421
|
+
//# sourceMappingURL=index-D7DIAuwa.js.map
|