@bigbinary/neeto-form-frontend 3.2.1 → 3.2.2
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1000,7 +1000,7 @@ var QUESTIONS_INITIAL_VALUE = {
|
|
|
1000
1000
|
title: "",
|
|
1001
1001
|
isQuestionsLoading: true
|
|
1002
1002
|
};
|
|
1003
|
-
var RESERVED_FIELD_CODES = ["month", "date", "time"];
|
|
1003
|
+
var RESERVED_FIELD_CODES = ["month", "date", "time", "lang"];
|
|
1004
1004
|
var SELECTABLE_KINDS = [RADIO$2, CHECKBOX$2, DROPDOWN$2];
|
|
1005
1005
|
var RICH_TEXT_QUESTIONS = [PARAGRAPH$1, TERMS_AND_CONDITION$1];
|
|
1006
1006
|
var QUESTION_ACTIONS = {
|