rb-document-form-constructor 0.10.1 → 0.10.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.
@@ -33442,14 +33442,13 @@ var FieldRuleFormModal = __vue_component__$3;var script$1 = {
33442
33442
  },
33443
33443
  currentInputName: function currentInputName(val) {
33444
33444
  this.field.input = UtFormConstructor.getInputTypeByName(this.currentInputName, this.field);
33445
- },
33446
- multiple: function multiple() {
33447
- var input = UtFormConstructor.getDefaultInput(this.field);
33445
+ } // multiple() {
33446
+ // let input = UtFormConstructor.getDefaultInput(this.field);
33447
+ // if (this.field.multiple) {
33448
+ // this.currentInputName = input.name;
33449
+ // }
33450
+ // },
33448
33451
 
33449
- if (this.field.multiple) {
33450
- this.currentInputName = input.name;
33451
- }
33452
- }
33453
33452
  },
33454
33453
  methods: {
33455
33454
  hide: function hide() {
@@ -33831,7 +33830,7 @@ var __vue_inject_styles__$1 = undefined;
33831
33830
  var __vue_scope_id__$1 = undefined;
33832
33831
  /* module identifier */
33833
33832
 
33834
- var __vue_module_identifier__$1 = "data-v-73d1842f";
33833
+ var __vue_module_identifier__$1 = "data-v-632ad2a2";
33835
33834
  /* functional template */
33836
33835
 
33837
33836
  var __vue_is_functional_template__$1 = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rb-document-form-constructor",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "",
5
5
  "main": "dist/rb-document-form-constructor.ssr.js",
6
6
  "browser": "dist/rb-document-form-constructor.esm.js",
@@ -221,12 +221,12 @@
221
221
  currentInputName(val) {
222
222
  this.field.input = UtFormConstructor.getInputTypeByName(this.currentInputName, this.field);
223
223
  },
224
- multiple() {
225
- let input = UtFormConstructor.getDefaultInput(this.field);
226
- if (this.field.multiple) {
227
- this.currentInputName = input.name;
228
- }
229
- },
224
+ // multiple() {
225
+ // let input = UtFormConstructor.getDefaultInput(this.field);
226
+ // if (this.field.multiple) {
227
+ // this.currentInputName = input.name;
228
+ // }
229
+ // },
230
230
  },
231
231
  methods: {
232
232
  hide() {