@redneckz/wildless-cms-uni-blocks 0.14.1047 → 0.14.1048
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/bundle/bundle.umd.js +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/src/components/ApplicationForm/ApplicationForm.example.json +7 -0
- package/package.json +1 -1
- package/src/components/ApplicationForm/ApplicationForm.example.json +7 -0
|
@@ -1901,6 +1901,13 @@
|
|
|
1901
1901
|
{ "name": "dadataPartyInnSelect", "required": true }
|
|
1902
1902
|
]
|
|
1903
1903
|
},
|
|
1904
|
+
{
|
|
1905
|
+
"columns": 2,
|
|
1906
|
+
"inputs": [
|
|
1907
|
+
{ "name": "phone", "required": true },
|
|
1908
|
+
{ "name": "email", "required": true }
|
|
1909
|
+
]
|
|
1910
|
+
},
|
|
1904
1911
|
{
|
|
1905
1912
|
"inputs": [{ "name": "name", "required": true }]
|
|
1906
1913
|
},
|
package/package.json
CHANGED
|
@@ -1901,6 +1901,13 @@
|
|
|
1901
1901
|
{ "name": "dadataPartyInnSelect", "required": true }
|
|
1902
1902
|
]
|
|
1903
1903
|
},
|
|
1904
|
+
{
|
|
1905
|
+
"columns": 2,
|
|
1906
|
+
"inputs": [
|
|
1907
|
+
{ "name": "phone", "required": true },
|
|
1908
|
+
{ "name": "email", "required": true }
|
|
1909
|
+
]
|
|
1910
|
+
},
|
|
1904
1911
|
{
|
|
1905
1912
|
"inputs": [{ "name": "name", "required": true }]
|
|
1906
1913
|
},
|