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.
package/dist/myLib.umd.js CHANGED
@@ -35541,7 +35541,7 @@ if (typeof window !== 'undefined') {
35541
35541
  // Indicate to webpack that this file can be concatenated
35542
35542
  /* harmony default export */ var setPublicPath = (null);
35543
35543
 
35544
- // 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
35544
+ // 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
35545
35545
  var render = function render() {
35546
35546
  var _vm = this,
35547
35547
  _c = _vm._self._c;
@@ -35641,30 +35641,18 @@ var render = function render() {
35641
35641
  })], 1)])])]) : _vm._e()]);
35642
35642
  })], 2)]) : _vm._e();
35643
35643
  }), 0), _vm.buttons != false ? _c('div', {
35644
- staticClass: "row"
35645
- }, [_vm.mandatorytext != false ? _c('div', {
35646
- staticClass: "col-6"
35644
+ staticClass: "col-12 mt-3 p-0"
35647
35645
  }, [_c('div', {
35648
- staticClass: "py-2"
35649
- }, [_c('span', {
35650
- staticClass: "mandatory"
35651
- }, [_vm._v(_vm._s(_vm.mandatorytext))])])]) : _vm._e(), _vm.renderButtons(_vm.buttons).length == 0 ? _c('div', {
35652
- class: {
35653
- 'text-end text-right': true,
35654
- 'col-6': _vm.mandatorytext != false,
35655
- 'col-12': _vm.mandatorytext == false
35656
- }
35646
+ staticClass: "row flex-row-reverse"
35647
+ }, [_vm.renderButtons(_vm.buttons).length == 0 ? _c('div', {
35648
+ staticClass: "col-lg-6 col-md-6 text-right"
35657
35649
  }, [_c('button', {
35658
35650
  staticClass: "btn btn-success",
35659
35651
  attrs: {
35660
35652
  "type": "submit"
35661
35653
  }
35662
35654
  }, [_vm._v("Submit")])]) : _vm._e(), _vm.renderButtons(_vm.buttons).length >= 0 ? _c('div', {
35663
- class: {
35664
- 'text-end text-right': true,
35665
- 'col-6': _vm.mandatorytext != false,
35666
- 'col-12': _vm.mandatorytext == false
35667
- }
35655
+ staticClass: "col-lg-6 col-md-6 text-right"
35668
35656
  }, [_vm._l(_vm.buttons, function (button, index) {
35669
35657
  return [button.type && button.type.toLowerCase() == 'submit' && (button.hasOwnProperty('isVisible') == false || button.hasOwnProperty('isVisible') && button.isVisible == true) ? _c('button', {
35670
35658
  class: button.class,
@@ -35695,14 +35683,18 @@ var render = function render() {
35695
35683
  }
35696
35684
  }
35697
35685
  }) : _vm._e()];
35698
- })], 2) : _vm._e()]) : _vm._e()])];
35686
+ })], 2) : _vm._e(), _vm.mandatorytext != false ? _c('div', {
35687
+ staticClass: "col-lg-6 col-md-6"
35688
+ }, [_c('div', {
35689
+ staticClass: "py-2 mandatory"
35690
+ }, [_vm._v(_vm._s(_vm.mandatorytext))])]) : _vm._e()])]) : _vm._e()])];
35699
35691
  }
35700
35692
  }])
35701
35693
  });
35702
35694
  };
35703
35695
  var staticRenderFns = [];
35704
35696
 
35705
- // CONCATENATED MODULE: ./src/components/DynamicForm.vue?vue&type=template&id=fe4314d2
35697
+ // CONCATENATED MODULE: ./src/components/DynamicForm.vue?vue&type=template&id=03edafb0
35706
35698
 
35707
35699
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
35708
35700
  var es_array_push = __webpack_require__("14d9");