tg-controls_cli 0.0.94 → 0.0.96

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.
@@ -35532,7 +35532,7 @@ if (typeof window !== 'undefined') {
35532
35532
  // Indicate to webpack that this file can be concatenated
35533
35533
  /* harmony default export */ var setPublicPath = (null);
35534
35534
 
35535
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4289e630-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=fe4314d2
35535
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4289e630-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=03edafb0
35536
35536
  var render = function render() {
35537
35537
  var _vm = this,
35538
35538
  _c = _vm._self._c;
@@ -35632,30 +35632,18 @@ var render = function render() {
35632
35632
  })], 1)])])]) : _vm._e()]);
35633
35633
  })], 2)]) : _vm._e();
35634
35634
  }), 0), _vm.buttons != false ? _c('div', {
35635
- staticClass: "row"
35636
- }, [_vm.mandatorytext != false ? _c('div', {
35637
- staticClass: "col-6"
35635
+ staticClass: "col-12 mt-3 p-0"
35638
35636
  }, [_c('div', {
35639
- staticClass: "py-2"
35640
- }, [_c('span', {
35641
- staticClass: "mandatory"
35642
- }, [_vm._v(_vm._s(_vm.mandatorytext))])])]) : _vm._e(), _vm.renderButtons(_vm.buttons).length == 0 ? _c('div', {
35643
- class: {
35644
- 'text-end text-right': true,
35645
- 'col-6': _vm.mandatorytext != false,
35646
- 'col-12': _vm.mandatorytext == false
35647
- }
35637
+ staticClass: "row flex-row-reverse"
35638
+ }, [_vm.renderButtons(_vm.buttons).length == 0 ? _c('div', {
35639
+ staticClass: "col-lg-6 col-md-6 text-right"
35648
35640
  }, [_c('button', {
35649
35641
  staticClass: "btn btn-success",
35650
35642
  attrs: {
35651
35643
  "type": "submit"
35652
35644
  }
35653
35645
  }, [_vm._v("Submit")])]) : _vm._e(), _vm.renderButtons(_vm.buttons).length >= 0 ? _c('div', {
35654
- class: {
35655
- 'text-end text-right': true,
35656
- 'col-6': _vm.mandatorytext != false,
35657
- 'col-12': _vm.mandatorytext == false
35658
- }
35646
+ staticClass: "col-lg-6 col-md-6 text-right"
35659
35647
  }, [_vm._l(_vm.buttons, function (button, index) {
35660
35648
  return [button.type && button.type.toLowerCase() == 'submit' && (button.hasOwnProperty('isVisible') == false || button.hasOwnProperty('isVisible') && button.isVisible == true) ? _c('button', {
35661
35649
  class: button.class,
@@ -35686,14 +35674,18 @@ var render = function render() {
35686
35674
  }
35687
35675
  }
35688
35676
  }) : _vm._e()];
35689
- })], 2) : _vm._e()]) : _vm._e()])];
35677
+ })], 2) : _vm._e(), _vm.mandatorytext != false ? _c('div', {
35678
+ staticClass: "col-lg-6 col-md-6"
35679
+ }, [_c('div', {
35680
+ staticClass: "py-2 mandatory"
35681
+ }, [_vm._v(_vm._s(_vm.mandatorytext))])]) : _vm._e()])]) : _vm._e()])];
35690
35682
  }
35691
35683
  }])
35692
35684
  });
35693
35685
  };
35694
35686
  var staticRenderFns = [];
35695
35687
 
35696
- // CONCATENATED MODULE: ./src/components/DynamicForm.vue?vue&type=template&id=fe4314d2
35688
+ // CONCATENATED MODULE: ./src/components/DynamicForm.vue?vue&type=template&id=03edafb0
35697
35689
 
35698
35690
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
35699
35691
  var es_array_push = __webpack_require__("14d9");