tg-controls_cli 0.0.81 → 0.0.82

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.
@@ -34661,7 +34661,7 @@ if (typeof window !== 'undefined') {
34661
34661
  // Indicate to webpack that this file can be concatenated
34662
34662
  /* harmony default export */ var setPublicPath = (null);
34663
34663
 
34664
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"3b5bb7bf-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DynamicForm.vue?vue&type=template&id=68e595a1&
34664
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"3b5bb7bf-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DynamicForm.vue?vue&type=template&id=9e2b040c&
34665
34665
  var render = function render() {
34666
34666
  var _vm = this,
34667
34667
  _c = _vm._self._c;
@@ -34679,13 +34679,19 @@ var render = function render() {
34679
34679
  return handleSubmit(_vm.onSubmit);
34680
34680
  }
34681
34681
  }
34682
- }, [_vm._l(_vm.schema, function (group, parentIndex) {
34682
+ }, [_c('div', {
34683
+ staticClass: "row"
34684
+ }, _vm._l(_vm.schema, function (group, parentIndex) {
34683
34685
  return _vm.CheckIfAnyFieldVisibleInGroup(group.Data) ? _c('div', {
34684
34686
  key: parentIndex,
34685
- staticClass: "row"
34687
+ class: {
34688
+ 'col-lg-4 col-md-6 col-sm-12': group.groupLayoutType == 'triple',
34689
+ 'col-lg-6 col-md-6 col-sm-12': group.groupLayoutType == 'double',
34690
+ 'col-lg-12 col-md-12 col-sm-12': group.groupLayoutType == 'single' || typeof group.groupLayoutType == 'undefined'
34691
+ }
34686
34692
  }, [_c('div', {
34687
- staticClass: "clearfix"
34688
- }), group.group_name && (group.visibility == true || typeof group.visibility == 'undefined') ? _c('div', {
34693
+ staticClass: "row"
34694
+ }, [group.group_name && (group.visibility == true || typeof group.visibility == 'undefined') ? _c('div', {
34689
34695
  staticClass: "col-lg-12 mb-3"
34690
34696
  }, [_c('div', {
34691
34697
  staticClass: "heading-border mt-2"
@@ -34757,8 +34763,8 @@ var render = function render() {
34757
34763
  }
34758
34764
  }], null, true)
34759
34765
  })], 1)])])]) : _vm._e()]);
34760
- })], 2) : _vm._e();
34761
- }), _vm.buttons != false ? _c('div', {
34766
+ })], 2)]) : _vm._e();
34767
+ }), 0), _vm.buttons != false ? _c('div', {
34762
34768
  staticClass: "row"
34763
34769
  }, [_vm.mandatorytext != false ? _c('div', {
34764
34770
  staticClass: "col-6"
@@ -34813,14 +34819,14 @@ var render = function render() {
34813
34819
  }
34814
34820
  }
34815
34821
  }) : _vm._e()];
34816
- })], 2) : _vm._e()]) : _vm._e()], 2)];
34822
+ })], 2) : _vm._e()]) : _vm._e()])];
34817
34823
  }
34818
34824
  }])
34819
34825
  });
34820
34826
  };
34821
34827
  var staticRenderFns = [];
34822
34828
 
34823
- // CONCATENATED MODULE: ./src/components/DynamicForm.vue?vue&type=template&id=68e595a1&
34829
+ // CONCATENATED MODULE: ./src/components/DynamicForm.vue?vue&type=template&id=9e2b040c&
34824
34830
 
34825
34831
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
34826
34832
  var es_array_push = __webpack_require__("14d9");
@@ -41280,6 +41286,7 @@ var SlotField_component = normalizeComponent(
41280
41286
  if (fieldObj.length > 0) {
41281
41287
  var _ths$$t;
41282
41288
  let obj = {
41289
+ groupLayoutType: field.group_layout_type,
41283
41290
  layoutType: field.layout_type,
41284
41291
  groupId: groupId,
41285
41292
  visibility: true,