@bigbinary/neeto-form-frontend 4.4.6 → 4.4.7
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/README.md +4 -1
- package/app/javascript/src/translations/en.json +10 -1
- package/package.json +1 -5
- package/types.d.ts +1 -0
- package/dist/BuildForm.js +0 -3035
- package/dist/BuildForm.js.map +0 -1
- package/dist/ExternalForm.js +0 -639
- package/dist/ExternalForm.js.map +0 -1
- package/dist/NeetoFormProvider.js +0 -11
- package/dist/NeetoFormProvider.js.map +0 -1
- package/dist/Submission.js +0 -2832
- package/dist/Submission.js.map +0 -1
- package/dist/UrlBuilder.js +0 -309
- package/dist/UrlBuilder.js.map +0 -1
- package/dist/buildForm-CgofRtEN.js +0 -38
- package/dist/buildForm-CgofRtEN.js.map +0 -1
- package/dist/buildForm-D-epUrZG.js +0 -35
- package/dist/buildForm-D-epUrZG.js.map +0 -1
- package/dist/cjs/BuildForm.js +0 -3056
- package/dist/cjs/BuildForm.js.map +0 -1
- package/dist/cjs/ExternalForm.js +0 -641
- package/dist/cjs/ExternalForm.js.map +0 -1
- package/dist/cjs/NeetoFormProvider.js +0 -13
- package/dist/cjs/NeetoFormProvider.js.map +0 -1
- package/dist/cjs/Submission.js +0 -2834
- package/dist/cjs/Submission.js.map +0 -1
- package/dist/cjs/UrlBuilder.js +0 -311
- package/dist/cjs/UrlBuilder.js.map +0 -1
- package/dist/cjs/hooks.js +0 -33
- package/dist/cjs/hooks.js.map +0 -1
- package/dist/cjs/index.js +0 -112
- package/dist/cjs/index.js.map +0 -1
- package/dist/constants-BNfHPNOx.js +0 -493
- package/dist/constants-BNfHPNOx.js.map +0 -1
- package/dist/constants-CfUZ9B6N.js +0 -512
- package/dist/constants-CfUZ9B6N.js.map +0 -1
- package/dist/hooks.js +0 -20
- package/dist/hooks.js.map +0 -1
- package/dist/index-0m1EzLFY.js +0 -51
- package/dist/index-0m1EzLFY.js.map +0 -1
- package/dist/index-y4GiXx7o.js +0 -43
- package/dist/index-y4GiXx7o.js.map +0 -1
- package/dist/index.js +0 -94
- package/dist/index.js.map +0 -1
- package/dist/main.css +0 -2
- package/dist/main.css.map +0 -1
- package/dist/useFormSubmission-Cx63P761.js +0 -22
- package/dist/useFormSubmission-Cx63P761.js.map +0 -1
- package/dist/useFormSubmission-DyS5Dm1q.js +0 -24
- package/dist/useFormSubmission-DyS5Dm1q.js.map +0 -1
- package/dist/utils-C9nDMm4c.js +0 -2652
- package/dist/utils-C9nDMm4c.js.map +0 -1
- package/dist/utils-DEBFghm4.js +0 -2683
- package/dist/utils-DEBFghm4.js.map +0 -1
- package/dist/yup-CMEoabdy.js +0 -1076
- package/dist/yup-CMEoabdy.js.map +0 -1
- package/dist/yup-Dx1WK2_p.js +0 -995
- package/dist/yup-Dx1WK2_p.js.map +0 -1
package/README.md
CHANGED
|
@@ -35,6 +35,9 @@ model. It also stores submissions.
|
|
|
35
35
|
# ...existing gems
|
|
36
36
|
|
|
37
37
|
gem 'neeto-form-engine'
|
|
38
|
+
|
|
39
|
+
# Use this for development:
|
|
40
|
+
# gem 'neeto-form-engine', path: "../neeto-form-nano"
|
|
38
41
|
end
|
|
39
42
|
```
|
|
40
43
|
|
|
@@ -217,7 +220,7 @@ The frontend package allows us to create forms across neeto products.
|
|
|
217
220
|
### Instructions for development
|
|
218
221
|
|
|
219
222
|
Check the
|
|
220
|
-
[Frontend package development guide](https://
|
|
223
|
+
[Frontend package development guide](https://neetozone.neetokb.com/p/a-d34cb4b0)
|
|
221
224
|
for step-by-step instructions to develop the frontend package.
|
|
222
225
|
|
|
223
226
|
### Usage
|
|
@@ -86,6 +86,7 @@
|
|
|
86
86
|
"fileUpload": "File upload",
|
|
87
87
|
"captcha": "Captcha",
|
|
88
88
|
"smsReminder": "SMS reminder",
|
|
89
|
+
"spot": "Number of group booking spots",
|
|
89
90
|
"opinionScale": "Opinion scale",
|
|
90
91
|
"address": "Address"
|
|
91
92
|
},
|
|
@@ -191,7 +192,15 @@
|
|
|
191
192
|
"postalZipCode": "Postal/Zip Code"
|
|
192
193
|
}
|
|
193
194
|
},
|
|
194
|
-
"changeLanguage": "Change language"
|
|
195
|
+
"changeLanguage": "Change language",
|
|
196
|
+
"spot": {
|
|
197
|
+
"defaultLabel": "How many spots would you like to book?",
|
|
198
|
+
"numberOfSpotsRequired": "Number of spots is required",
|
|
199
|
+
"mustBeInteger": "Must be a whole number",
|
|
200
|
+
"exceedsRemainingSpots": "Maximum number of spots remaining is {{count}}",
|
|
201
|
+
"remainingSlotsCount_one": "{{count}} spot remaining",
|
|
202
|
+
"remainingSlotsCount_other": "{{count}} spots remaining"
|
|
203
|
+
}
|
|
195
204
|
},
|
|
196
205
|
"error": {
|
|
197
206
|
"invalidField": "{{label}} is invalid",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-form-frontend",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.7",
|
|
4
4
|
"description": "Neeto Form Engine Frontend",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-form-nano",
|
|
@@ -67,12 +67,10 @@
|
|
|
67
67
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
68
68
|
"@bigbinary/eslint-plugin-neeto": "1.8.3",
|
|
69
69
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
70
|
-
"@bigbinary/neeto-commons-frontend": "4.13.108",
|
|
71
70
|
"@bigbinary/neeto-editor": "1.47.99",
|
|
72
71
|
"@bigbinary/neeto-filters-frontend": "4.3.32",
|
|
73
72
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
74
73
|
"@bigbinary/neeto-icons": "1.20.86",
|
|
75
|
-
"@bigbinary/neeto-molecules": "4.1.31",
|
|
76
74
|
"@bigbinary/neetoui": "8.3.78",
|
|
77
75
|
"@emotion/is-prop-valid": "1.2.0",
|
|
78
76
|
"@faker-js/faker": "8.2.0",
|
|
@@ -192,12 +190,10 @@
|
|
|
192
190
|
"peerDependencies": {
|
|
193
191
|
"@babel/runtime": "7.28.6",
|
|
194
192
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
195
|
-
"@bigbinary/neeto-commons-frontend": "4.13.108",
|
|
196
193
|
"@bigbinary/neeto-editor": "1.47.99",
|
|
197
194
|
"@bigbinary/neeto-filters-frontend": "4.3.32",
|
|
198
195
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
199
196
|
"@bigbinary/neeto-icons": "1.20.86",
|
|
200
|
-
"@bigbinary/neeto-molecules": "4.1.31",
|
|
201
197
|
"@bigbinary/neetoui": "8.3.78",
|
|
202
198
|
"@hello-pangea/dnd": "16.3.0",
|
|
203
199
|
"@honeybadger-io/js": "6.10.1",
|