tg-controls_cli 0.0.6 → 0.0.7
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
CHANGED
|
@@ -24153,7 +24153,7 @@ if (typeof window !== 'undefined') {
|
|
|
24153
24153
|
// Indicate to webpack that this file can be concatenated
|
|
24154
24154
|
/* harmony default export */ var setPublicPath = (null);
|
|
24155
24155
|
|
|
24156
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"c1dfe90e-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=
|
|
24156
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"c1dfe90e-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=130ac18a&
|
|
24157
24157
|
var render = function render() {
|
|
24158
24158
|
var _vm = this,
|
|
24159
24159
|
_c = _vm._self._c;
|
|
@@ -24281,7 +24281,7 @@ var render = function render() {
|
|
|
24281
24281
|
};
|
|
24282
24282
|
var staticRenderFns = [];
|
|
24283
24283
|
|
|
24284
|
-
// CONCATENATED MODULE: ./src/components/DynamicForm.vue?vue&type=template&id=
|
|
24284
|
+
// CONCATENATED MODULE: ./src/components/DynamicForm.vue?vue&type=template&id=130ac18a&
|
|
24285
24285
|
|
|
24286
24286
|
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
24287
24287
|
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__("8bbf");
|
|
@@ -29245,8 +29245,10 @@ var FileField_component = normalizeComponent(
|
|
|
29245
29245
|
},
|
|
29246
29246
|
onSubmit: function () {
|
|
29247
29247
|
var formfields = {};
|
|
29248
|
-
this.schema.forEach(
|
|
29249
|
-
|
|
29248
|
+
this.schema.forEach(formSchema => {
|
|
29249
|
+
formSchema.Data.forEach(field => {
|
|
29250
|
+
formfields[field.name] = field.value;
|
|
29251
|
+
});
|
|
29250
29252
|
});
|
|
29251
29253
|
console.log(formfields);
|
|
29252
29254
|
this.$emit("OnSubmit", formfields, this.clickedButton);
|