@bigbinary/neeto-form-frontend 3.0.2 → 3.0.4
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/index.cjs.js +25 -7371
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +49 -7395
- package/dist/index.js.map +1 -1
- package/package.json +17 -14
- package/types.d.ts +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-form-frontend",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"description": "Neeto Form Engine Frontend",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-form-nano",
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
"@babel/runtime": "7.23.2",
|
|
50
50
|
"@bigbinary/babel-preset-neeto": "1.0.6",
|
|
51
51
|
"@bigbinary/eslint-plugin-neeto": "1.5.2",
|
|
52
|
-
"@bigbinary/neeto-audit-frontend": "2.0.
|
|
53
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
54
|
-
"@bigbinary/neeto-commons-frontend": "
|
|
52
|
+
"@bigbinary/neeto-audit-frontend": "2.0.12",
|
|
53
|
+
"@bigbinary/neeto-cist": "1.0.11",
|
|
54
|
+
"@bigbinary/neeto-commons-frontend": "4.1.3",
|
|
55
55
|
"@bigbinary/neeto-editor": "1.20.0",
|
|
56
|
-
"@bigbinary/neeto-filters-frontend": "
|
|
56
|
+
"@bigbinary/neeto-filters-frontend": "4.0.1",
|
|
57
57
|
"@bigbinary/neeto-hotkeys": "^1.0.1",
|
|
58
|
-
"@bigbinary/neeto-icons": "1.
|
|
59
|
-
"@bigbinary/neeto-molecules": "2.
|
|
60
|
-
"@bigbinary/neetoui": "
|
|
58
|
+
"@bigbinary/neeto-icons": "1.20.0",
|
|
59
|
+
"@bigbinary/neeto-molecules": "3.2.16",
|
|
60
|
+
"@bigbinary/neetoui": "8.1.1",
|
|
61
61
|
"@emotion/is-prop-valid": "1.2.0",
|
|
62
62
|
"@faker-js/faker": "8.2.0",
|
|
63
63
|
"@hello-pangea/dnd": "16.3.0",
|
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
"@rollup/plugin-replace": "5.0.4",
|
|
73
73
|
"@svgr/rollup": "8.1.0",
|
|
74
74
|
"@tanstack/react-query": "5.40.0",
|
|
75
|
+
"@tanstack/react-query-devtools": "5.40.0",
|
|
75
76
|
"antd": "5.10.2",
|
|
76
77
|
"autoprefixer": "10.4.16",
|
|
77
78
|
"axios": "1.6.0",
|
|
@@ -137,7 +138,7 @@
|
|
|
137
138
|
"react-linkify": "^1.0.0-alpha",
|
|
138
139
|
"react-router-dom": "5.3.4",
|
|
139
140
|
"react-router-nav-prompt": "0.4.1",
|
|
140
|
-
"react-select": "
|
|
141
|
+
"react-select": "5.6.0",
|
|
141
142
|
"react-toastify": "8.2.0",
|
|
142
143
|
"react_ujs": "^3.1.1",
|
|
143
144
|
"rollup": "2.79.1",
|
|
@@ -168,18 +169,19 @@
|
|
|
168
169
|
"peerDependencies": {
|
|
169
170
|
"@babel/runtime": "7.19.0",
|
|
170
171
|
"@bigbinary/neeto-cist": "latest",
|
|
171
|
-
"@bigbinary/neeto-commons-frontend": "
|
|
172
|
+
"@bigbinary/neeto-commons-frontend": "4.1.3",
|
|
172
173
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
173
|
-
"@bigbinary/neeto-filters-frontend": "
|
|
174
|
+
"@bigbinary/neeto-filters-frontend": "4.0.1",
|
|
174
175
|
"@bigbinary/neeto-hotkeys": "^1.0.1",
|
|
175
|
-
"@bigbinary/neeto-icons": "1.
|
|
176
|
-
"@bigbinary/neeto-molecules": "2.
|
|
177
|
-
"@bigbinary/neetoui": "
|
|
176
|
+
"@bigbinary/neeto-icons": "1.20.0",
|
|
177
|
+
"@bigbinary/neeto-molecules": "3.2.16",
|
|
178
|
+
"@bigbinary/neetoui": "8.1.1",
|
|
178
179
|
"@hello-pangea/dnd": "16.3.0",
|
|
179
180
|
"@honeybadger-io/js": "^6.5.3",
|
|
180
181
|
"@honeybadger-io/react": "^6.1.9",
|
|
181
182
|
"@rails/activestorage": "7.0.8-3",
|
|
182
183
|
"@tanstack/react-query": "5.40.0",
|
|
184
|
+
"@tanstack/react-query-devtools": "5.40.0",
|
|
183
185
|
"antd": "5.15.2",
|
|
184
186
|
"axios": "^1.6.0",
|
|
185
187
|
"buffer": "6.3.0",
|
|
@@ -202,6 +204,7 @@
|
|
|
202
204
|
"react-helmet": "^6.1.0",
|
|
203
205
|
"react-i18next": "^13.3.1",
|
|
204
206
|
"react-router-dom": "^5.3.4",
|
|
207
|
+
"react-select": "5.6.0",
|
|
205
208
|
"react-toastify": "^8.2.0",
|
|
206
209
|
"url": "0.11.0",
|
|
207
210
|
"util": "0.12.5",
|
package/types.d.ts
CHANGED
|
@@ -72,6 +72,7 @@ interface BuildFormProps {
|
|
|
72
72
|
onLanguageChange?: () => void;
|
|
73
73
|
additionalActionOptions?: MenuItems[];
|
|
74
74
|
additionalQuestionKindPattern?: (values: KeyValuePair) => KeyValuePair;
|
|
75
|
+
fieldCodeHelpDocUrl?: string;
|
|
75
76
|
}
|
|
76
77
|
|
|
77
78
|
interface ExternalFormProps {
|
|
@@ -211,7 +212,7 @@ interface Item {
|
|
|
211
212
|
nodeId: string;
|
|
212
213
|
}
|
|
213
214
|
|
|
214
|
-
interface MenuItems
|
|
215
|
+
interface MenuItems {
|
|
215
216
|
label: string;
|
|
216
217
|
onClick: () => void;
|
|
217
218
|
key: string;
|