@bigbinary/neeto-rules-frontend 2.5.56 → 2.5.58
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/NeetoRulesForm.js +67 -162
- package/dist/NeetoRulesForm.js.map +1 -1
- package/dist/cjs/NeetoRulesForm.js +10 -105
- package/dist/cjs/NeetoRulesForm.js.map +1 -1
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/v2/CannedResponsesPane.js +396 -0
- package/dist/cjs/v2/CannedResponsesPane.js.map +1 -0
- package/dist/cjs/v2/NeetoRules.js +486 -0
- package/dist/cjs/v2/NeetoRules.js.map +1 -0
- package/dist/cjs/v2/NeetoRulesForm.js +6740 -0
- package/dist/cjs/v2/NeetoRulesForm.js.map +1 -0
- package/dist/cjs/v2/RulePreview.js +513 -0
- package/dist/cjs/v2/RulePreview.js.map +1 -0
- package/dist/cjs/v2/RulesReorder.js +24 -0
- package/dist/cjs/v2/RulesReorder.js.map +1 -0
- package/dist/cjs/v2/constants.js +8 -0
- package/dist/cjs/v2/constants.js.map +1 -0
- package/dist/cjs/v2/hooks.js +15 -0
- package/dist/cjs/v2/hooks.js.map +1 -0
- package/dist/cjs/v2/index.js +86 -0
- package/dist/cjs/v2/index.js.map +1 -0
- package/dist/constants-CYdcft3h.js +53 -0
- package/dist/constants-CYdcft3h.js.map +1 -0
- package/dist/constants-dLBadaIU.js +60 -0
- package/dist/constants-dLBadaIU.js.map +1 -0
- package/dist/index-BBcadHIi.js +208 -0
- package/dist/index-BBcadHIi.js.map +1 -0
- package/dist/index-CSnQp41c.js +211 -0
- package/dist/index-CSnQp41c.js.map +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/useCustomDataStore-D7hl6nev.js +74 -0
- package/dist/useCustomDataStore-D7hl6nev.js.map +1 -0
- package/dist/useCustomDataStore-DipT25Pg.js +77 -0
- package/dist/useCustomDataStore-DipT25Pg.js.map +1 -0
- package/dist/useDebouncedUpdate-6Ibug5MF.js +108 -0
- package/dist/useDebouncedUpdate-6Ibug5MF.js.map +1 -0
- package/dist/useDebouncedUpdate-BcPAGgg7.js +103 -0
- package/dist/useDebouncedUpdate-BcPAGgg7.js.map +1 -0
- package/dist/useUtilityStore-BBb39TOj.js +53 -0
- package/dist/useUtilityStore-BBb39TOj.js.map +1 -0
- package/dist/useUtilityStore-DkxAexDw.js +55 -0
- package/dist/useUtilityStore-DkxAexDw.js.map +1 -0
- package/dist/v2/CannedResponsesPane.js +394 -0
- package/dist/v2/CannedResponsesPane.js.map +1 -0
- package/dist/v2/NeetoRules.js +484 -0
- package/dist/v2/NeetoRules.js.map +1 -0
- package/dist/v2/NeetoRulesForm.js +6719 -0
- package/dist/v2/NeetoRulesForm.js.map +1 -0
- package/dist/v2/RulePreview.js +511 -0
- package/dist/v2/RulePreview.js.map +1 -0
- package/dist/v2/RulesReorder.js +18 -0
- package/dist/v2/RulesReorder.js.map +1 -0
- package/dist/v2/constants.js +2 -0
- package/dist/v2/constants.js.map +1 -0
- package/dist/v2/hooks.js +8 -0
- package/dist/v2/hooks.js.map +1 -0
- package/dist/v2/index.js +74 -0
- package/dist/v2/index.js.map +1 -0
- package/package.json +28 -16
package/dist/v2/index.js
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
export { A as AUTOMATION_RULES_QUERY_KEY } from '../index-9h4B7JZZ.js';
|
|
2
|
+
export { default as CannedResponsesPane } from './CannedResponsesPane.js';
|
|
3
|
+
export { default as NeetoRules } from './NeetoRules.js';
|
|
4
|
+
export { R as RulesReorder } from '../index-BBcadHIi.js';
|
|
5
|
+
export { default as NeetoRulesForm } from './NeetoRulesForm.js';
|
|
6
|
+
export { u as useCustomDataStore } from '../useCustomDataStore-D7hl6nev.js';
|
|
7
|
+
export { default as RulePreview } from './RulePreview.js';
|
|
8
|
+
import '@babel/runtime/helpers/asyncToGenerator';
|
|
9
|
+
import '@babel/runtime/helpers/slicedToArray';
|
|
10
|
+
import '@babel/runtime/regenerator';
|
|
11
|
+
import 'react';
|
|
12
|
+
import '@bigbinary/neeto-atoms';
|
|
13
|
+
import '@bigbinary/neeto-atoms/formik';
|
|
14
|
+
import 'formik';
|
|
15
|
+
import '@bigbinary/neeto-cist';
|
|
16
|
+
import '@bigbinary/neeto-commons-frontend/v2/constants';
|
|
17
|
+
import 'ramda';
|
|
18
|
+
import 'react-i18next';
|
|
19
|
+
import '@babel/runtime/helpers/defineProperty';
|
|
20
|
+
import 'i18next';
|
|
21
|
+
import '@babel/runtime/helpers/toConsumableArray';
|
|
22
|
+
import '@bigbinary/neeto-editor/Editor';
|
|
23
|
+
import 'react/jsx-runtime';
|
|
24
|
+
import '@bigbinary/neeto-commons-frontend/v2/react-utils';
|
|
25
|
+
import '@bigbinary/neeto-molecules/v2/Container';
|
|
26
|
+
import '../useAutomationRulesApi-C9I3wUZ8.js';
|
|
27
|
+
import '@tanstack/react-query';
|
|
28
|
+
import '@bigbinary/neeto-commons-frontend/react-utils';
|
|
29
|
+
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
30
|
+
import 'axios';
|
|
31
|
+
import '@bigbinary/neeto-molecules/v2/Header';
|
|
32
|
+
import '../utils-CfCq6Ltz.js';
|
|
33
|
+
import '@bigbinary/neeto-commons-frontend/initializers';
|
|
34
|
+
import '@bigbinary/neeto-commons-frontend/utils';
|
|
35
|
+
import 'zustand/shallow';
|
|
36
|
+
import '@bigbinary/neeto-filters-frontend/v2/Bar';
|
|
37
|
+
import '@bigbinary/neeto-molecules/v2/SubHeader';
|
|
38
|
+
import '../useUtilityStore-BBb39TOj.js';
|
|
39
|
+
import 'zustand';
|
|
40
|
+
import '@bigbinary/neeto-commons-frontend/v2/utils';
|
|
41
|
+
import '@bigbinary/neeto-molecules/v2/MoreDropdown';
|
|
42
|
+
import '@hello-pangea/dnd';
|
|
43
|
+
import '@bigbinary/neeto-icons/Drag';
|
|
44
|
+
import 'react-router-dom';
|
|
45
|
+
import '@babel/runtime/helpers/objectDestructuringEmpty';
|
|
46
|
+
import '../useDebouncedUpdate-BcPAGgg7.js';
|
|
47
|
+
import '@bigbinary/neeto-icons/Plus';
|
|
48
|
+
import '@bigbinary/neeto-icons/Delete';
|
|
49
|
+
import 'classnames';
|
|
50
|
+
import 'yup';
|
|
51
|
+
import '@bigbinary/neeto-icons/Search';
|
|
52
|
+
import '@bigbinary/neeto-icons/Collapse';
|
|
53
|
+
import '@bigbinary/neeto-icons/Left';
|
|
54
|
+
import '@monaco-editor/react';
|
|
55
|
+
import '@bigbinary/neeto-icons/Help';
|
|
56
|
+
import '@bigbinary/neeto-molecules/DynamicVariables';
|
|
57
|
+
import '@bigbinary/neeto-editor/FormikEditor';
|
|
58
|
+
import '@bigbinary/neeto-icons/Refresh';
|
|
59
|
+
import '@bigbinary/neeto-hotkeys';
|
|
60
|
+
import '@bigbinary/neeto-icons/Check';
|
|
61
|
+
import '@bigbinary/neeto-icons/Close';
|
|
62
|
+
import 'react-select/creatable';
|
|
63
|
+
import '@babel/runtime/helpers/toArray';
|
|
64
|
+
import '@bigbinary/neeto-molecules/PhoneNumber';
|
|
65
|
+
import 'react-select';
|
|
66
|
+
import '../constants-CYdcft3h.js';
|
|
67
|
+
import '@bigbinary/neeto-commons-frontend/v2/initializers';
|
|
68
|
+
import '@bigbinary/neeto-editor/utils';
|
|
69
|
+
import '@bigbinary/neeto-icons/Eye';
|
|
70
|
+
import '@bigbinary/neeto-icons/Down';
|
|
71
|
+
import '@babel/runtime/helpers/typeof';
|
|
72
|
+
import '@bigbinary/neeto-editor/EditorContent';
|
|
73
|
+
import '@bigbinary/neeto-icons/Up';
|
|
74
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-rules-frontend",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.58",
|
|
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",
|
|
@@ -27,6 +27,16 @@
|
|
|
27
27
|
"import": "./dist/*.js",
|
|
28
28
|
"require": "./dist/cjs/*.js",
|
|
29
29
|
"types": "./types.d.ts"
|
|
30
|
+
},
|
|
31
|
+
"./v2": {
|
|
32
|
+
"import": "./dist/v2/index.js",
|
|
33
|
+
"require": "./dist/cjs/v2/index.js",
|
|
34
|
+
"types": "./types.d.ts"
|
|
35
|
+
},
|
|
36
|
+
"./v2/*": {
|
|
37
|
+
"import": "./dist/v2/*.js",
|
|
38
|
+
"require": "./dist/cjs/v2/*.js",
|
|
39
|
+
"types": "./types.d.ts"
|
|
30
40
|
}
|
|
31
41
|
},
|
|
32
42
|
"scripts": {
|
|
@@ -60,14 +70,15 @@
|
|
|
60
70
|
"@babel/runtime": "7.29.2",
|
|
61
71
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
62
72
|
"@bigbinary/eslint-plugin-neeto": "1.9.0",
|
|
73
|
+
"@bigbinary/neeto-atoms": "^1.0.59",
|
|
63
74
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
64
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
65
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
66
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
75
|
+
"@bigbinary/neeto-commons-frontend": "4.13.127",
|
|
76
|
+
"@bigbinary/neeto-editor": "1.47.112",
|
|
77
|
+
"@bigbinary/neeto-filters-frontend": "4.3.38",
|
|
67
78
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
68
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
69
|
-
"@bigbinary/neeto-molecules": "4.1
|
|
70
|
-
"@bigbinary/neetoui": "8.
|
|
79
|
+
"@bigbinary/neeto-icons": "1.20.88",
|
|
80
|
+
"@bigbinary/neeto-molecules": "4.3.1",
|
|
81
|
+
"@bigbinary/neetoui": "8.8.0",
|
|
71
82
|
"@emotion/is-prop-valid": "1.2.0",
|
|
72
83
|
"@faker-js/faker": "8.2.0",
|
|
73
84
|
"@hello-pangea/dnd": "16.3.0",
|
|
@@ -87,7 +98,7 @@
|
|
|
87
98
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
88
99
|
"antd": "5.22.1",
|
|
89
100
|
"autoprefixer": "^10.4.5",
|
|
90
|
-
"axios": "1.
|
|
101
|
+
"axios": "1.16.0",
|
|
91
102
|
"babel-loader": "^8.2.5",
|
|
92
103
|
"babel-plugin-istanbul": "^6.1.1",
|
|
93
104
|
"babel-plugin-js-logger": "1.0.17",
|
|
@@ -134,7 +145,7 @@
|
|
|
134
145
|
"mixpanel-browser": "2.47.0",
|
|
135
146
|
"os-browserify": "0.3.0",
|
|
136
147
|
"path-browserify": "^1.0.1",
|
|
137
|
-
"postcss": "8.5.
|
|
148
|
+
"postcss": "8.5.11",
|
|
138
149
|
"postcss-import": "^15.0.0",
|
|
139
150
|
"postcss-loader": "^7.0.1",
|
|
140
151
|
"postcss-preset-env": "7.8.2",
|
|
@@ -176,14 +187,15 @@
|
|
|
176
187
|
},
|
|
177
188
|
"peerDependencies": {
|
|
178
189
|
"@babel/runtime": "7.29.2",
|
|
190
|
+
"@bigbinary/neeto-atoms": "^1.0.59",
|
|
179
191
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
180
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
181
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
182
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
192
|
+
"@bigbinary/neeto-commons-frontend": "4.13.127",
|
|
193
|
+
"@bigbinary/neeto-editor": "1.47.112",
|
|
194
|
+
"@bigbinary/neeto-filters-frontend": "4.3.38",
|
|
183
195
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
184
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
185
|
-
"@bigbinary/neeto-molecules": "4.1
|
|
186
|
-
"@bigbinary/neetoui": "8.
|
|
196
|
+
"@bigbinary/neeto-icons": "1.20.88",
|
|
197
|
+
"@bigbinary/neeto-molecules": "4.3.1",
|
|
198
|
+
"@bigbinary/neetoui": "8.8.0",
|
|
187
199
|
"@hello-pangea/dnd": "16.3.0",
|
|
188
200
|
"@honeybadger-io/js": "6.10.1",
|
|
189
201
|
"@honeybadger-io/react": "6.1.25",
|
|
@@ -192,7 +204,7 @@
|
|
|
192
204
|
"@tanstack/react-query": "5.59.20",
|
|
193
205
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
194
206
|
"antd": "5.22.1",
|
|
195
|
-
"axios": "1.
|
|
207
|
+
"axios": "1.16.0",
|
|
196
208
|
"buffer": "^6.0.3",
|
|
197
209
|
"classnames": "2.5.1",
|
|
198
210
|
"crypto-browserify": "3.12.1",
|