rb-document-form-constructor 0.5.8 → 0.6.1

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.
@@ -11167,18 +11167,14 @@ var script$3 = {
11167
11167
  }
11168
11168
 
11169
11169
  let colSize = Math.floor(MAX_COLUMN_SIZE / section.columnCount);
11170
- console.info("colSize", colSize);
11171
11170
  return colSize;
11172
11171
  },
11173
11172
 
11174
11173
  execApplyDefaultValues() {
11175
- console.info("this.applyDefaultValues", this.applyDefaultValues);
11176
-
11177
11174
  if (this.applyDefaultValues) {
11178
11175
  this.formConfig.sections.forEach(r => {
11179
11176
  r.columns.forEach(c => {
11180
11177
  c.fields.forEach(f => {
11181
- console.info("f", f);
11182
11178
  let defValue;
11183
11179
 
11184
11180
  if (this.defaultValue && _typeof(f.defaultValue) === 'function') {
@@ -11187,7 +11183,6 @@ var script$3 = {
11187
11183
  defValue = f.defaultValue == null ? null : f.defaultValue;
11188
11184
  }
11189
11185
 
11190
- console.info("defValue", defValue);
11191
11186
  this.$set(this.doc, f.name, f.defaultValue = defValue);
11192
11187
  });
11193
11188
  });
@@ -11252,7 +11247,11 @@ var __vue_render__$3 = function () {
11252
11247
  scopedSlots: _vm._u([{
11253
11248
  key: "label",
11254
11249
  fn: function () {
11255
- return [_vm._v("\n " + _vm._s(field.labelRu) + " "), _vm.showRequiredInLabel && field.required ? _c('span', {
11250
+ return [_c('span', {
11251
+ attrs: {
11252
+ "title": field.labelRu
11253
+ }
11254
+ }, [_vm._v(_vm._s(field.labelRu))]), _vm._v(" "), _vm.showRequiredInLabel && field.required ? _c('span', {
11256
11255
  staticClass: "text-danger"
11257
11256
  }, [_vm._v("*")]) : _vm._e()];
11258
11257
  },
@@ -12019,22 +12018,6 @@ var __vue_render__$1 = function () {
12019
12018
  attrs: {
12020
12019
  "lg": "12"
12021
12020
  }
12022
- }, [_c('b-checkbox', {
12023
- attrs: {
12024
- "size": "lg",
12025
- "disabled": !_vm.hasMultipleInputTypes
12026
- },
12027
- model: {
12028
- value: _vm.field.multiple,
12029
- callback: function ($$v) {
12030
- _vm.$set(_vm.field, "multiple", $$v);
12031
- },
12032
- expression: "field.multiple"
12033
- }
12034
- }, [_vm._v("\n Множественное\n ")])], 1)], 1), _vm._v(" "), _c('b-form-row', [_c('b-col', {
12035
- attrs: {
12036
- "lg": "12"
12037
- }
12038
12021
  }, [_c('b-checkbox', {
12039
12022
  attrs: {
12040
12023
  "size": "lg"
@@ -12080,7 +12063,7 @@ var __vue_render__$1 = function () {
12080
12063
  staticClass: "rb-form-section"
12081
12064
  }, [_c('div', {
12082
12065
  staticClass: "rb-title"
12083
- }, [_vm._v("\n Настройки ввода\n ")]), _vm._v(" "), _c('b-form-row', [_c('b-col', {
12066
+ }, [_vm._v("\n Настройки ввода\n ")]), _vm._v(" "), _c('b-form-row', [_c('b-col', {
12084
12067
  attrs: {
12085
12068
  "lg": "12"
12086
12069
  }