@@ -116,7 +116,7 @@ return /******/ (function(modules) { // webpackBootstrap
116116 var hotAPI = require("vue-hot-reload-api")
117117 hotAPI.install(require("vue"), false)
118118 if (!hotAPI.compatible) return
119- var id = "_v-9c7f8788 /formGenerator.vue"
119+ var id = "_v-00e1475f /formGenerator.vue"
120120 if (!module.hot.data) {
121121 hotAPI.createRecord(id, module.exports)
122122 } else {
@@ -27034,7 +27034,7 @@ return /******/ (function(modules) { // webpackBootstrap
2703427034 var hotAPI = require("vue-hot-reload-api")
2703527035 hotAPI.install(require("vue"), false)
2703627036 if (!hotAPI.compatible) return
27037- var id = "_v-c65c5786 /fieldCheckbox.vue"
27037+ var id = "_v-17478bba /fieldCheckbox.vue"
2703827038 if (!module.hot.data) {
2703927039 hotAPI.createRecord(id, module.exports)
2704027040 } else {
@@ -27175,7 +27175,7 @@ return /******/ (function(modules) { // webpackBootstrap
2717527175 var hotAPI = require("vue-hot-reload-api")
2717627176 hotAPI.install(require("vue"), false)
2717727177 if (!hotAPI.compatible) return
27178- var id = "_v-6bfee3c8 /fieldChecklist.vue"
27178+ var id = "_v-c37c7382 /fieldChecklist.vue"
2717927179 if (!module.hot.data) {
2718027180 hotAPI.createRecord(id, module.exports)
2718127181 } else {
@@ -27256,7 +27256,7 @@ return /******/ (function(modules) { // webpackBootstrap
2725627256/* 16 */
2725727257/***/ function(module, exports) {
2725827258
27259- module.exports = "<div v-if=\"schema.listBox\" class=\"listbox form-control\"><div v-for=\"item in items\" class=\"list-row\"><label><input type=\"checkbox\" :checked=\"getItemIsChecked(item)\" @change=\"onChanged($event, item)\"/>{{ getItemName(item) }}</label></div></div><div v-if=\"!schema.listBox\" class=\"combobox form-control\"><div @click=\"onExpandCombo\" :class=\"{ expanded: comboExpanded }\" class=\"mainRow\"><div class=\"info\">{{ selectedCount }} selected</div><div class=\"arrow\"></div></div><div class=\"dropList\"><div v-if=\"comboExpanded\" v-for=\"item in items\" class=\"list-row\"><label><input type=\"checkbox\" :checked=\"getItemIsChecked(item)\" @change=\"onChanged($event, item)\"/>{{ getItemName(item) }}</label></div></div></div>";
27259+ module.exports = "<div class=\"wrapper\"><div v-if=\"schema.listBox\" class=\"listbox form-control\"><div v-for=\"item in items\" class=\"list-row\"><label><input type=\"checkbox\" :checked=\"getItemIsChecked(item)\" @change=\"onChanged($event, item)\"/>{{ getItemName(item) }}</label></div></div><div v-if=\"!schema.listBox\" class=\"combobox form-control\"><div @click=\"onExpandCombo\" :class=\"{ expanded: comboExpanded }\" class=\"mainRow\"><div class=\"info\">{{ selectedCount }} selected</div><div class=\"arrow\"></div></div><div class=\"dropList\"><div v-if=\"comboExpanded\" v-for=\"item in items\" class=\"list-row\"><label><input type=\"checkbox\" :checked=\"getItemIsChecked(item)\" @change=\"onChanged($event, item)\"/>{{ getItemName(item) }}</label></div ></div></div></div>";
2726027260
2726127261/***/ },
2726227262/* 17 */
@@ -27279,7 +27279,7 @@ return /******/ (function(modules) { // webpackBootstrap
2727927279 var hotAPI = require("vue-hot-reload-api")
2728027280 hotAPI.install(require("vue"), false)
2728127281 if (!hotAPI.compatible) return
27282- var id = "_v-2b40e459 /fieldColor.vue"
27282+ var id = "_v-c25cb408 /fieldColor.vue"
2728327283 if (!module.hot.data) {
2728427284 hotAPI.createRecord(id, module.exports)
2728527285 } else {
@@ -27295,7 +27295,7 @@ return /******/ (function(modules) { // webpackBootstrap
2729527295/* 20 */
2729627296/***/ function(module, exports) {
2729727297
27298- module.exports = "<input type=\"color\" v-model=\"value\" :disabled=\"disabled\"/><span class=\"helper\">{{ value }}</span>";
27298+ module.exports = "<div class=\"wrapper\">< input type=\"color\" v-model=\"value\" :disabled=\"disabled\"/><span class=\"helper\">{{ value }}</span></div >";
2729927299
2730027300/***/ },
2730127301/* 21 */
@@ -27318,7 +27318,7 @@ return /******/ (function(modules) { // webpackBootstrap
2731827318 var hotAPI = require("vue-hot-reload-api")
2731927319 hotAPI.install(require("vue"), false)
2732027320 if (!hotAPI.compatible) return
27321- var id = "_v-23b43c15 /fieldDateTime.vue"
27321+ var id = "_v-c3ac18dc /fieldDateTime.vue"
2732227322 if (!module.hot.data) {
2732327323 hotAPI.createRecord(id, module.exports)
2732427324 } else {
@@ -41436,7 +41436,7 @@ return /******/ (function(modules) { // webpackBootstrap
4143641436 var hotAPI = require("vue-hot-reload-api")
4143741437 hotAPI.install(require("vue"), false)
4143841438 if (!hotAPI.compatible) return
41439- var id = "_v-33913c12 /fieldEmail.vue"
41439+ var id = "_v-b1bc0496 /fieldEmail.vue"
4144041440 if (!module.hot.data) {
4144141441 hotAPI.createRecord(id, module.exports)
4144241442 } else {
@@ -41475,7 +41475,7 @@ return /******/ (function(modules) { // webpackBootstrap
4147541475 var hotAPI = require("vue-hot-reload-api")
4147641476 hotAPI.install(require("vue"), false)
4147741477 if (!hotAPI.compatible) return
41478- var id = "_v-fe52bb5e /fieldImage.vue"
41478+ var id = "_v-17313818 /fieldImage.vue"
4147941479 if (!module.hot.data) {
4148041480 hotAPI.createRecord(id, module.exports)
4148141481 } else {
@@ -41533,7 +41533,7 @@ return /******/ (function(modules) { // webpackBootstrap
4153341533
4153441534 watch: {
4153541535 model: function model() {
41536- $( this.$el).find ("input.file").val("") ;
41536+ this.$el.querySelector ("input.file").value = "" ;
4153741537 }
4153841538 },
4153941539
@@ -41583,7 +41583,7 @@ return /******/ (function(modules) { // webpackBootstrap
4158341583 var hotAPI = require("vue-hot-reload-api")
4158441584 hotAPI.install(require("vue"), false)
4158541585 if (!hotAPI.compatible) return
41586- var id = "_v-de15f92c /fieldLabel.vue"
41586+ var id = "_v-0485c50d /fieldLabel.vue"
4158741587 if (!module.hot.data) {
4158841588 hotAPI.createRecord(id, module.exports)
4158941589 } else {
@@ -41622,7 +41622,7 @@ return /******/ (function(modules) { // webpackBootstrap
4162241622 var hotAPI = require("vue-hot-reload-api")
4162341623 hotAPI.install(require("vue"), false)
4162441624 if (!hotAPI.compatible) return
41625- var id = "_v-c796e4f6 /fieldMasked.vue"
41625+ var id = "_v-ca87ff7c /fieldMasked.vue"
4162641626 if (!module.hot.data) {
4162741627 hotAPI.createRecord(id, module.exports)
4162841628 } else {
@@ -41683,7 +41683,7 @@ return /******/ (function(modules) { // webpackBootstrap
4168341683 var hotAPI = require("vue-hot-reload-api")
4168441684 hotAPI.install(require("vue"), false)
4168541685 if (!hotAPI.compatible) return
41686- var id = "_v-49865d7a /fieldNumber.vue"
41686+ var id = "_v-4c777800 /fieldNumber.vue"
4168741687 if (!module.hot.data) {
4168841688 hotAPI.createRecord(id, module.exports)
4168941689 } else {
@@ -41722,7 +41722,7 @@ return /******/ (function(modules) { // webpackBootstrap
4172241722 var hotAPI = require("vue-hot-reload-api")
4172341723 hotAPI.install(require("vue"), false)
4172441724 if (!hotAPI.compatible) return
41725- var id = "_v-21254715 /fieldPassword.vue"
41725+ var id = "_v-c8ca02dc /fieldPassword.vue"
4172641726 if (!module.hot.data) {
4172741727 hotAPI.createRecord(id, module.exports)
4172841728 } else {
@@ -41761,7 +41761,7 @@ return /******/ (function(modules) { // webpackBootstrap
4176141761 var hotAPI = require("vue-hot-reload-api")
4176241762 hotAPI.install(require("vue"), false)
4176341763 if (!hotAPI.compatible) return
41764- var id = "_v-ef3d1d9a /fieldRange.vue"
41764+ var id = "_v-081b9a54 /fieldRange.vue"
4176541765 if (!module.hot.data) {
4176641766 hotAPI.createRecord(id, module.exports)
4176741767 } else {
@@ -41777,7 +41777,7 @@ return /******/ (function(modules) { // webpackBootstrap
4177741777/* 155 */
4177841778/***/ function(module, exports) {
4177941779
41780- module.exports = "<input type=\"range\" v-model=\"value\" :min=\"schema.min\" :max=\"schema.max\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" class=\"form-control\"/><div class=\"helpText\">{{ value }}</div>";
41780+ module.exports = "<div class=\"wrapper\">< input type=\"range\" v-model=\"value\" :min=\"schema.min\" :max=\"schema.max\" :disabled=\"disabled\" :placeholder=\"schema.placeholder\" class=\"form-control\"/><div class=\"helpText\">{{ value }}</div> </div>";
4178141781
4178241782/***/ },
4178341783/* 156 */
@@ -41800,7 +41800,7 @@ return /******/ (function(modules) { // webpackBootstrap
4180041800 var hotAPI = require("vue-hot-reload-api")
4180141801 hotAPI.install(require("vue"), false)
4180241802 if (!hotAPI.compatible) return
41803- var id = "_v-e02dcd14 /fieldSelect.vue"
41803+ var id = "_v-e31ee79a /fieldSelect.vue"
4180441804 if (!module.hot.data) {
4180541805 hotAPI.createRecord(id, module.exports)
4180641806 } else {
@@ -41881,7 +41881,7 @@ return /******/ (function(modules) { // webpackBootstrap
4188141881 var hotAPI = require("vue-hot-reload-api")
4188241882 hotAPI.install(require("vue"), false)
4188341883 if (!hotAPI.compatible) return
41884- var id = "_v-61444149 /fieldSelectEx.vue"
41884+ var id = "_v-488c0e74 /fieldSelectEx.vue"
4188541885 if (!module.hot.data) {
4188641886 hotAPI.createRecord(id, module.exports)
4188741887 } else {
@@ -41972,7 +41972,7 @@ return /******/ (function(modules) { // webpackBootstrap
4197241972 var hotAPI = require("vue-hot-reload-api")
4197341973 hotAPI.install(require("vue"), false)
4197441974 if (!hotAPI.compatible) return
41975- var id = "_v-348be2db /fieldSlider.vue"
41975+ var id = "_v-33135598 /fieldSlider.vue"
4197641976 if (!module.hot.data) {
4197741977 hotAPI.createRecord(id, module.exports)
4197841978 } else {
@@ -43012,7 +43012,7 @@ return /******/ (function(modules) { // webpackBootstrap
4301243012 var hotAPI = require("vue-hot-reload-api")
4301343013 hotAPI.install(require("vue"), false)
4301443014 if (!hotAPI.compatible) return
43015- var id = "_v-83fbcd6a /fieldSpectrum.vue"
43015+ var id = "_v-3877d0c8 /fieldSpectrum.vue"
4301643016 if (!module.hot.data) {
4301743017 hotAPI.createRecord(id, module.exports)
4301843018 } else {
@@ -43094,7 +43094,7 @@ return /******/ (function(modules) { // webpackBootstrap
4309443094 var hotAPI = require("vue-hot-reload-api")
4309543095 hotAPI.install(require("vue"), false)
4309643096 if (!hotAPI.compatible) return
43097- var id = "_v-3c40e884 /fieldStaticMap.vue"
43097+ var id = "_v-108220a7 /fieldStaticMap.vue"
4309843098 if (!module.hot.data) {
4309943099 hotAPI.createRecord(id, module.exports)
4310043100 } else {
@@ -43157,7 +43157,7 @@ return /******/ (function(modules) { // webpackBootstrap
4315743157 var hotAPI = require("vue-hot-reload-api")
4315843158 hotAPI.install(require("vue"), false)
4315943159 if (!hotAPI.compatible) return
43160- var id = "_v-76d33692 /fieldSubmit.vue"
43160+ var id = "_v-755aa94f /fieldSubmit.vue"
4316143161 if (!module.hot.data) {
4316243162 hotAPI.createRecord(id, module.exports)
4316343163 } else {
@@ -43228,7 +43228,7 @@ return /******/ (function(modules) { // webpackBootstrap
4322843228 var hotAPI = require("vue-hot-reload-api")
4322943229 hotAPI.install(require("vue"), false)
4323043230 if (!hotAPI.compatible) return
43231- var id = "_v-442c80a4 /fieldSwitch.vue"
43231+ var id = "_v-471d9b2a /fieldSwitch.vue"
4323243232 if (!module.hot.data) {
4323343233 hotAPI.createRecord(id, module.exports)
4323443234 } else {
@@ -43300,7 +43300,7 @@ return /******/ (function(modules) { // webpackBootstrap
4330043300 var hotAPI = require("vue-hot-reload-api")
4330143301 hotAPI.install(require("vue"), false)
4330243302 if (!hotAPI.compatible) return
43303- var id = "_v-8d1d8cb2 /fieldText.vue"
43303+ var id = "_v-0fc037a4 /fieldText.vue"
4330443304 if (!module.hot.data) {
4330543305 hotAPI.createRecord(id, module.exports)
4330643306 } else {
@@ -43339,7 +43339,7 @@ return /******/ (function(modules) { // webpackBootstrap
4333943339 var hotAPI = require("vue-hot-reload-api")
4334043340 hotAPI.install(require("vue"), false)
4334143341 if (!hotAPI.compatible) return
43342- var id = "_v-e7e77f58 /fieldTextArea.vue"
43342+ var id = "_v-0681f7d1 /fieldTextArea.vue"
4334343343 if (!module.hot.data) {
4334443344 hotAPI.createRecord(id, module.exports)
4334543345 } else {
@@ -43377,7 +43377,7 @@ return /******/ (function(modules) { // webpackBootstrap
4337743377 var hotAPI = require("vue-hot-reload-api")
4337843378 hotAPI.install(require("vue"), false)
4337943379 if (!hotAPI.compatible) return
43380- var id = "_v-46024729 /fieldVueMultiSelect.vue"
43380+ var id = "_v-8504a634 /fieldVueMultiSelect.vue"
4338143381 if (!module.hot.data) {
4338243382 hotAPI.createRecord(id, module.exports)
4338343383 } else {
0 commit comments