tg-controls_cli 0.0.40 → 0.0.41
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.common.js +13 -10
- package/dist/myLib.common.js.map +1 -1
- package/dist/myLib.umd.js +13 -10
- package/dist/myLib.umd.js.map +1 -1
- package/dist/myLib.umd.min.js +2 -2
- package/dist/myLib.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/myLib.common.js
CHANGED
|
@@ -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":"b2fa8b00-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=
|
|
34664
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"b2fa8b00-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=81c0b702&
|
|
34665
34665
|
var render = function render() {
|
|
34666
34666
|
var _vm = this,
|
|
34667
34667
|
_c = _vm._self._c;
|
|
@@ -34754,7 +34754,7 @@ var render = function render() {
|
|
|
34754
34754
|
}], null, true)
|
|
34755
34755
|
})], 1)])])]) : _vm._e()]);
|
|
34756
34756
|
})], 2);
|
|
34757
|
-
}), _c('div', {
|
|
34757
|
+
}), _vm.buttons != false ? _c('div', {
|
|
34758
34758
|
staticClass: "row"
|
|
34759
34759
|
}, [_vm.renderButtons(_vm.buttons).length == 0 ? _c('div', {
|
|
34760
34760
|
staticClass: "col-12 text-end text-right"
|
|
@@ -34795,14 +34795,14 @@ var render = function render() {
|
|
|
34795
34795
|
}
|
|
34796
34796
|
}
|
|
34797
34797
|
}) : _vm._e()];
|
|
34798
|
-
})], 2) : _vm._e()])], 2)];
|
|
34798
|
+
})], 2) : _vm._e()]) : _vm._e()], 2)];
|
|
34799
34799
|
}
|
|
34800
34800
|
}])
|
|
34801
34801
|
});
|
|
34802
34802
|
};
|
|
34803
34803
|
var staticRenderFns = [];
|
|
34804
34804
|
|
|
34805
|
-
// CONCATENATED MODULE: ./src/components/DynamicForm.vue?vue&type=template&id=
|
|
34805
|
+
// CONCATENATED MODULE: ./src/components/DynamicForm.vue?vue&type=template&id=81c0b702&
|
|
34806
34806
|
|
|
34807
34807
|
// EXTERNAL MODULE: ./node_modules/axios/index.js
|
|
34808
34808
|
var axios = __webpack_require__("bc3a");
|
|
@@ -40496,7 +40496,7 @@ var SlotField_component = normalizeComponent(
|
|
|
40496
40496
|
default: 'en'
|
|
40497
40497
|
},
|
|
40498
40498
|
buttons: {
|
|
40499
|
-
type: Array,
|
|
40499
|
+
type: [Array, Boolean],
|
|
40500
40500
|
default: []
|
|
40501
40501
|
},
|
|
40502
40502
|
schema: {
|
|
@@ -40505,11 +40505,14 @@ var SlotField_component = normalizeComponent(
|
|
|
40505
40505
|
required: true
|
|
40506
40506
|
}
|
|
40507
40507
|
},
|
|
40508
|
-
|
|
40509
|
-
|
|
40510
|
-
|
|
40511
|
-
|
|
40512
|
-
|
|
40508
|
+
date: function () {
|
|
40509
|
+
return {
|
|
40510
|
+
validateForm: null
|
|
40511
|
+
};
|
|
40512
|
+
},
|
|
40513
|
+
mounted: function () {
|
|
40514
|
+
this.validateForm = this.$refs.ObserverForm;
|
|
40515
|
+
},
|
|
40513
40516
|
methods: {
|
|
40514
40517
|
renderButtons: function (buttons) {
|
|
40515
40518
|
if (buttons) {
|