@bigbinary/neeto-rules-frontend 2.7.28 → 2.7.30
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 +1 -1
- package/dist/NeetoRules.js +1 -1
- package/dist/NeetoRulesBuilder.js +2 -2
- package/dist/NeetoRulesForm.js +2 -2
- package/dist/RulePreview.js +1 -1
- package/dist/cjs/v2/NeetoRulesBuilder.js +44 -19
- 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-DuotbpzE.js → index-Cr27L32X.js} +2 -2
- package/dist/{index-DuotbpzE.js.map → index-Cr27L32X.js.map} +1 -1
- package/dist/{index-B4YtTKJ-.js → index-D7DIAuwa.js} +3 -3
- package/dist/index-D7DIAuwa.js.map +1 -0
- package/dist/{index-DvquzIBi.js → index-DnUyU-KI.js} +2 -2
- package/dist/index-DnUyU-KI.js.map +1 -0
- 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 +2 -2
- package/dist/v2/RulePreview.js +1 -1
- package/dist/v2/index.js +2 -2
- package/package.json +5 -5
- package/dist/index-B4YtTKJ-.js.map +0 -1
- package/dist/index-DvquzIBi.js.map +0 -1
|
@@ -13,7 +13,7 @@ import { useTranslation } from 'react-i18next';
|
|
|
13
13
|
import { u as useUtilityStore } from '../useUtilityStore-BVCulMEC.js';
|
|
14
14
|
import classNames from 'classnames';
|
|
15
15
|
import { isNotNil, isEmpty, pluck } from 'ramda';
|
|
16
|
-
import { g as getActionOptions, a as getFieldDetails, b as getSlackChannelErrors, c as getOptionsKey, d as getActionLabel, A as ActionSubItem, F as FIELDS_WITH_OPTIONS, P as PANEL_TYPES, D as DEFAULT_RULE_ACTION, e as getLogicalOperatorOptions, f as getFieldDetails$1, h as getVerbOptions, R as RadioField$1, S as SelectField$1, V as ValueField, i as DEFAULT_DELAY, j as getAllEvents, O as OPERATORS$1, k as STATUS_KEYS, l as formatData, u as usePollRuleName, T as TouchErrors, m as buildPayload, n as ScrollToErrorField, o as Panel, p as getValidationSchema, q as DEFAULT_INITIAL_VALUE } from '../index-
|
|
16
|
+
import { g as getActionOptions, a as getFieldDetails, b as getSlackChannelErrors, c as getOptionsKey, d as getActionLabel, A as ActionSubItem, F as FIELDS_WITH_OPTIONS, P as PANEL_TYPES, D as DEFAULT_RULE_ACTION, e as getLogicalOperatorOptions, f as getFieldDetails$1, h as getVerbOptions, R as RadioField$1, S as SelectField$1, V as ValueField, i as DEFAULT_DELAY, j as getAllEvents, O as OPERATORS$1, k as STATUS_KEYS, l as formatData, u as usePollRuleName, T as TouchErrors, m as buildPayload, n as ScrollToErrorField, o as Panel, p as getValidationSchema, q as DEFAULT_INITIAL_VALUE } from '../index-D7DIAuwa.js';
|
|
17
17
|
import { a as useActiveField, u as useCustomDataStore } from '../useCustomDataStore-CEbhXugO.js';
|
|
18
18
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
19
19
|
import { joinHyphenCase } from '@bigbinary/neeto-commons-frontend/v2/utils';
|
|
@@ -35,7 +35,7 @@ import '../index-9h4B7JZZ.js';
|
|
|
35
35
|
import 'yup';
|
|
36
36
|
import '@monaco-editor/react';
|
|
37
37
|
import '@bigbinary/neeto-molecules/v2/DynamicVariables';
|
|
38
|
-
import '../utils-
|
|
38
|
+
import '../utils-CeTB10_T.js';
|
|
39
39
|
import '@bigbinary/neeto-commons-frontend/initializers';
|
|
40
40
|
import '@bigbinary/neeto-commons-frontend/utils';
|
|
41
41
|
import '@bigbinary/neeto-editor/v2/FormikEditor';
|
package/dist/v2/RulePreview.js
CHANGED
|
@@ -9,7 +9,7 @@ import { Fragment as Fragment$1, useState } from 'react';
|
|
|
9
9
|
import { ChevronDown, ChevronUp } from 'lucide-react';
|
|
10
10
|
import EditorContent from '@bigbinary/neeto-editor/v2/EditorContent';
|
|
11
11
|
import { pluck } from 'ramda';
|
|
12
|
-
import { g as getSeparator, a as getDateTimeFormattedValue } from '../utils-
|
|
12
|
+
import { g as getSeparator, a as getDateTimeFormattedValue } from '../utils-CeTB10_T.js';
|
|
13
13
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
14
14
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
15
15
|
import { V as VERB_LABELS } from '../constants-CYdcft3h.js';
|
package/dist/v2/index.js
CHANGED
|
@@ -29,7 +29,7 @@ import '@bigbinary/neeto-commons-frontend/react-utils';
|
|
|
29
29
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
30
30
|
import 'axios';
|
|
31
31
|
import '@bigbinary/neeto-molecules/v2/Header';
|
|
32
|
-
import '../utils-
|
|
32
|
+
import '../utils-CeTB10_T.js';
|
|
33
33
|
import '@bigbinary/neeto-commons-frontend/initializers';
|
|
34
34
|
import '@bigbinary/neeto-commons-frontend/utils';
|
|
35
35
|
import 'zustand/shallow';
|
|
@@ -43,7 +43,7 @@ import '@bigbinary/neeto-molecules/v2/MoreDropdown';
|
|
|
43
43
|
import '@babel/runtime/helpers/objectDestructuringEmpty';
|
|
44
44
|
import '../keyboardShortcuts-CsMwT9YF.js';
|
|
45
45
|
import 'classnames';
|
|
46
|
-
import '../index-
|
|
46
|
+
import '../index-D7DIAuwa.js';
|
|
47
47
|
import '@babel/runtime/helpers/typeof';
|
|
48
48
|
import 'yup';
|
|
49
49
|
import '@monaco-editor/react';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-rules-frontend",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.30",
|
|
4
4
|
"description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-rules-nano",
|
|
@@ -70,10 +70,10 @@
|
|
|
70
70
|
"@babel/runtime": "7.29.7",
|
|
71
71
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
72
72
|
"@bigbinary/eslint-plugin-neeto": "1.9.1",
|
|
73
|
-
"@bigbinary/neeto-atoms": "1.0.
|
|
73
|
+
"@bigbinary/neeto-atoms": "1.0.130",
|
|
74
74
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
75
75
|
"@bigbinary/neeto-commons-frontend": "4.13.158",
|
|
76
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
76
|
+
"@bigbinary/neeto-editor": "1.47.144",
|
|
77
77
|
"@bigbinary/neeto-filters-frontend": "4.3.43",
|
|
78
78
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
79
79
|
"@bigbinary/neeto-icons": "1.20.89",
|
|
@@ -188,10 +188,10 @@
|
|
|
188
188
|
},
|
|
189
189
|
"peerDependencies": {
|
|
190
190
|
"@babel/runtime": "7.29.7",
|
|
191
|
-
"@bigbinary/neeto-atoms": "1.0.
|
|
191
|
+
"@bigbinary/neeto-atoms": "1.0.130",
|
|
192
192
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
193
193
|
"@bigbinary/neeto-commons-frontend": "4.13.158",
|
|
194
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
194
|
+
"@bigbinary/neeto-editor": "1.47.144",
|
|
195
195
|
"@bigbinary/neeto-filters-frontend": "4.3.43",
|
|
196
196
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
197
197
|
"@bigbinary/neeto-icons": "1.20.89",
|