@bigbinary/neeto-rules-frontend 2.7.27 → 2.7.29
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 +485 -262
- 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-DfYO62zW.js → index-B9wfLgdl.js} +4 -4
- package/dist/index-B9wfLgdl.js.map +1 -0
- package/dist/{index-BUcQsAbf.js → index-DnUyU-KI.js} +8 -2
- package/dist/index-DnUyU-KI.js.map +1 -0
- package/dist/{index-6HdKTEnP.js → index-DuotbpzE.js} +2 -2
- package/dist/{index-6HdKTEnP.js.map → index-DuotbpzE.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{utils-DeqHhpwQ.js → utils-Cp7CD4kh.js} +2 -2
- package/dist/{utils-DeqHhpwQ.js.map → utils-Cp7CD4kh.js.map} +1 -1
- package/dist/v2/NeetoRules.js +1 -1
- package/dist/v2/NeetoRulesBuilder.js +488 -265
- 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 +7 -7
- package/dist/index-BUcQsAbf.js.map +0 -1
- package/dist/index-DfYO62zW.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-B9wfLgdl.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-Cp7CD4kh.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-Cp7CD4kh.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-Cp7CD4kh.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-B9wfLgdl.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.29",
|
|
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,14 +70,14 @@
|
|
|
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
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
75
|
+
"@bigbinary/neeto-commons-frontend": "4.13.158",
|
|
76
76
|
"@bigbinary/neeto-editor": "1.47.142",
|
|
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",
|
|
80
|
-
"@bigbinary/neeto-molecules": "5.3.
|
|
80
|
+
"@bigbinary/neeto-molecules": "5.3.21",
|
|
81
81
|
"@bigbinary/neetoui": "8.8.3",
|
|
82
82
|
"@emotion/is-prop-valid": "1.2.0",
|
|
83
83
|
"@faker-js/faker": "8.2.0",
|
|
@@ -188,14 +188,14 @@
|
|
|
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
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
193
|
+
"@bigbinary/neeto-commons-frontend": "4.13.158",
|
|
194
194
|
"@bigbinary/neeto-editor": "1.47.142",
|
|
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",
|
|
198
|
-
"@bigbinary/neeto-molecules": "5.3.
|
|
198
|
+
"@bigbinary/neeto-molecules": "5.3.21",
|
|
199
199
|
"@bigbinary/neetoui": "8.8.3",
|
|
200
200
|
"@hello-pangea/dnd": "16.3.0",
|
|
201
201
|
"@honeybadger-io/js": "6.10.1",
|