@tripup-company/element-ui-extended 0.0.92 → 0.0.93
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/element-ui-extended.common.js +434 -402
- package/dist/element-ui-extended.common.js.map +1 -1
- package/dist/element-ui-extended.umd.js +434 -402
- package/dist/element-ui-extended.umd.js.map +1 -1
- package/dist/element-ui-extended.umd.min.js +1 -1
- package/dist/element-ui-extended.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/EditableField/index.vue +19 -3
- package/src/components/NewField/index.vue +12 -2
- package/src/components/PartColumn/EditColumn.vue +2 -0
- package/src/components/PartColumn/NewColumn.vue +3 -0
|
@@ -26874,19 +26874,19 @@ var resolutions = {
|
|
|
26874
26874
|
function getResolution(size) {
|
|
26875
26875
|
return resolutions[size];
|
|
26876
26876
|
}
|
|
26877
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"05ab9fbc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PartColumn/NewColumn.vue?vue&type=template&id=
|
|
26878
|
-
var
|
|
26879
|
-
var
|
|
26877
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"05ab9fbc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PartColumn/NewColumn.vue?vue&type=template&id=653b6b8a&
|
|
26878
|
+
var NewColumnvue_type_template_id_653b6b8a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-col',{staticClass:"new-column p-r-5 p-l-5",attrs:{"xl":_vm.colResolution.lg,"lg":_vm.colResolution.lg,"md":_vm.colResolution.md,"sm":_vm.colResolution.sm,"xs":_vm.colResolution.xs}},[_vm._l((_vm.fields),function(field){return [_c('el-col',{key:field.prop,staticClass:"p-r-5 p-l-5",attrs:{"xl":_vm.fieldResolution(field, 'xl'),"lg":_vm.fieldResolution(field, 'lg'),"md":_vm.fieldResolution(field, 'md'),"sm":_vm.fieldResolution(field, 'sm'),"xs":_vm.fieldResolution(field, 'xs')}},[_c('el-form-item',{attrs:{"prop":_vm.propPrefix + field.prop,"label":field.label,"error":_vm.errors[field.prop] ? _vm.errors[field.prop][0] : ''}},[_c('new-field',{attrs:{"disabled":field.disabled,"type":field.selectList ? 'select' : (field.type? field.type :'input'),"select-list":field.selectList ? field.selectList : [],"select-multiple":field.selectMultiple,"select-json":field.selectJson ? field.selectJson : false,"object-value-key":field.objectValueKey ? field.objectValueKey : 'value',"select-key":field.selectList ? (field.selectKey ? field.selectKey : 'value' ) : '',"select-label":field.selectList ? (field.selectLabel ? field.selectLabel : 'name' ) : '',"select-value":field.selectList ? (field.selectValue ? field.selectValue : 'value' ) : '',"allow-create":field.allowCreate ? field.allowCreate : false,"default-first-option":field.defaultFirstOption ? field.defaultFirstOption : false,"field":field.prop,"rows":field.rows ? field.rows : 3,"height":field.height ? field.height : 'auto',"precision":field.precision ? field.precision : 0,"remote-method":field.remoteMethod ? field.remoteMethod : null,"filterable":field.filterable ? field.filterable : null,"format":field.format ? field.format : 'dd.MM.yyyy',"value-format":field.valueFormat ? field.valueFormat : 'yyyy-MM-dd'},on:{"editable:save":_vm.updateValue},model:{value:(_vm.dataModel[field.prop]),callback:function ($$v) {_vm.$set(_vm.dataModel, field.prop, $$v)},expression:"dataModel[field.prop]"}})],1)],1)]})],2)}
|
|
26879
|
+
var NewColumnvue_type_template_id_653b6b8a_staticRenderFns = []
|
|
26880
26880
|
|
|
26881
26881
|
|
|
26882
|
-
// CONCATENATED MODULE: ./src/components/PartColumn/NewColumn.vue?vue&type=template&id=
|
|
26882
|
+
// CONCATENATED MODULE: ./src/components/PartColumn/NewColumn.vue?vue&type=template&id=653b6b8a&
|
|
26883
26883
|
|
|
26884
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"05ab9fbc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/NewField/index.vue?vue&type=template&id=
|
|
26885
|
-
var
|
|
26886
|
-
var
|
|
26884
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"05ab9fbc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/NewField/index.vue?vue&type=template&id=0e9fa100&
|
|
26885
|
+
var NewFieldvue_type_template_id_0e9fa100_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"editable-cell new-field"},[_c('div',{staticClass:"editable-cell__editor"},[_vm._t("default",function(){return [_c('el-col',{attrs:{"span":24}},[(_vm.type === 'checkbox')?_c('el-checkbox',{attrs:{"disabled":_vm.disabled},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}}):(_vm.type === 'select')?_c('el-select',{staticClass:"w-100",attrs:{"disabled":_vm.disabled,"filterable":_vm.filterable,"loading":_vm.loading,"remote":_vm.remote,"remote-method":_vm.remoteMethodHandler,"span":24,"clearable":"","placeholder":"Select","multiple":_vm.selectMultiple,"value-key":_vm.objectValueKey,"allow-create":_vm.allowCreate,"default-first-option":_vm.defaultFirstOption},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}},_vm._l((_vm.selectListLocal),function(item){return _c('el-option',{key:_vm.selectJson ? item : item[_vm.selectKey],attrs:{"label":_vm.selectJson ? item : item[_vm.selectLabel],"value":_vm.selectJson ? item : item[_vm.selectValue]}})}),1):(_vm.type === 'date-picker')?_c('el-date-picker',{staticClass:"w-100",attrs:{"disabled":_vm.disabled,"format":_vm.format,"value-format":_vm.valueFormat,"type":"date","placeholder":"Pick a day"},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}}):(_vm.type === 'number')?_c('el-input-number',{staticClass:"w-100",attrs:{"disabled":_vm.disabled,"controls":false,"step":_vm.step,"precision":_vm.precision},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}}):_c('el-input',{staticClass:"editable-cell__input",attrs:{"disabled":_vm.disabled,"rows":_vm.rows,"type":_vm.type,"placeholder":_vm.placeholder},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}})],1)]})],2)])}
|
|
26886
|
+
var NewFieldvue_type_template_id_0e9fa100_staticRenderFns = []
|
|
26887
26887
|
|
|
26888
26888
|
|
|
26889
|
-
// CONCATENATED MODULE: ./src/components/NewField/index.vue?vue&type=template&id=
|
|
26889
|
+
// CONCATENATED MODULE: ./src/components/NewField/index.vue?vue&type=template&id=0e9fa100&
|
|
26890
26890
|
|
|
26891
26891
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/NewField/index.vue?vue&type=script&lang=js&
|
|
26892
26892
|
|
|
@@ -26954,6 +26954,8 @@ var NewFieldvue_type_template_id_9cd3db64_staticRenderFns = []
|
|
|
26954
26954
|
//
|
|
26955
26955
|
//
|
|
26956
26956
|
//
|
|
26957
|
+
//
|
|
26958
|
+
//
|
|
26957
26959
|
|
|
26958
26960
|
var _ = lodash_default.a;
|
|
26959
26961
|
/* harmony default export */ var NewFieldvue_type_script_lang_js_ = ({
|
|
@@ -27033,6 +27035,14 @@ var _ = lodash_default.a;
|
|
|
27033
27035
|
type: Object,
|
|
27034
27036
|
default: null
|
|
27035
27037
|
},
|
|
27038
|
+
allowCreate: {
|
|
27039
|
+
type: Boolean,
|
|
27040
|
+
default: false
|
|
27041
|
+
},
|
|
27042
|
+
defaultFirstOption: {
|
|
27043
|
+
type: Boolean,
|
|
27044
|
+
default: false
|
|
27045
|
+
},
|
|
27036
27046
|
format: {
|
|
27037
27047
|
type: String,
|
|
27038
27048
|
default: "dd.MM.yyyy"
|
|
@@ -27123,8 +27133,8 @@ var _ = lodash_default.a;
|
|
|
27123
27133
|
|
|
27124
27134
|
var NewField_component = normalizeComponent(
|
|
27125
27135
|
components_NewFieldvue_type_script_lang_js_,
|
|
27126
|
-
|
|
27127
|
-
|
|
27136
|
+
NewFieldvue_type_template_id_0e9fa100_render,
|
|
27137
|
+
NewFieldvue_type_template_id_0e9fa100_staticRenderFns,
|
|
27128
27138
|
false,
|
|
27129
27139
|
null,
|
|
27130
27140
|
null,
|
|
@@ -27133,7 +27143,45 @@ var NewField_component = normalizeComponent(
|
|
|
27133
27143
|
)
|
|
27134
27144
|
|
|
27135
27145
|
/* harmony default export */ var NewField = (NewField_component.exports);
|
|
27136
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js
|
|
27146
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"05ab9fbc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/EditableField/index.vue?vue&type=template&id=57213d55&
|
|
27147
|
+
var EditableFieldvue_type_template_id_57213d55_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"editable-cell"},[(!_vm.isEditMode)?_c('div',{staticClass:"editable-cell__text",style:(_vm.height? 'height: ' + _vm.height : '')},[_vm._t("default",function(){return [_c('el-col',{attrs:{"span":23}},[(_vm.value && ['input', 'textarea', 'number'].includes(_vm.type))?_c('div',{domProps:{"innerHTML":_vm._s(_vm.value)}}):(_vm.type === 'checkbox')?_c('div',[(_vm.value === true)?_c('i',{staticClass:"el-icon-check"}):_c('div',[_vm._v(" "+_vm._s(_vm.placeholder ? _vm.placeholder : '-'))])]):(_vm.type === 'date-picker')?_c('el-date-picker',{staticClass:"w-100 el-date-transparent",attrs:{"type":"date","format":_vm.format,"value-format":_vm.valueFormat,"disabled":"","placeholder":"Pick a day"},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}}):(_vm.isSelectValue)?_c('div',{domProps:{"innerHTML":_vm._s(_vm.createList())}}):_c('div',[_vm._v(_vm._s(_vm.placeholder ? _vm.placeholder : "-"))])],1),(!_vm.readonly)?_c('el-col',{attrs:{"span":1}},[_c('el-button',{staticClass:"edit-icon pull-right",attrs:{"icon":"el-icon-edit","circle":"","type":"primary","size":"mini","plain":""},on:{"click":_vm.handleDoubleClick}})],1):_vm._e()]})],2):_vm._e(),(_vm.isEditMode)?_c('div',{staticClass:"editable-cell__editor"},[(_vm.type === 'checkbox')?_c('el-checkbox',{model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}}):(_vm.type === 'number')?_c('el-input-number',{staticClass:"w-100",attrs:{"controls":false,"precision":_vm.precision},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}}):(_vm.type === 'select')?_c('el-select',{staticClass:"w-100",attrs:{"span":24,"clearable":"","filterable":_vm.filterable,"remote":_vm.remote,"remote-method":_vm.remoteMethodHandler,"placeholder":"Select","value-key":_vm.objectValueKey,"multiple":_vm.selectMultiple,"allow-create":_vm.allowCreate,"default-first-option":_vm.defaultFirstOption},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}},_vm._l((_vm.selectListLocal),function(item){return _c('el-option',{key:_vm.selectJson ? item : item[_vm.selectKey],attrs:{"label":_vm.selectJson ? item : item[_vm.selectLabel],"value":_vm.selectJson ? item : item[_vm.selectValue]}})}),1):(_vm.type === 'date-picker')?_c('el-date-picker',{staticClass:"w-100",attrs:{"format":_vm.format,"value-format":_vm.valueFormat,"type":"date","placeholder":"Pick a day"},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}}):_c('el-input',{staticClass:"editable-cell__input",attrs:{"rows":_vm.rows,"type":_vm.type,"placeholder":_vm.placeholder},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}}),_c('el-button-group',{staticClass:"editable-cell__actions"},[(_vm.isEditMode)?_c('el-button',{attrs:{"type":"success","size":"mini","circle":"","plain":"","icon":"el-icon-check"},on:{"click":_vm.handleSave}}):_vm._e(),(_vm.isEditMode)?_c('el-button',{attrs:{"type":"warning","size":"mini","circle":"","plain":"","icon":"el-icon-close"},on:{"click":_vm.handleClose}}):_vm._e()],1)],1):_vm._e()])}
|
|
27148
|
+
var EditableFieldvue_type_template_id_57213d55_staticRenderFns = []
|
|
27149
|
+
|
|
27150
|
+
|
|
27151
|
+
// CONCATENATED MODULE: ./src/components/EditableField/index.vue?vue&type=template&id=57213d55&
|
|
27152
|
+
|
|
27153
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.find.js
|
|
27154
|
+
var es_array_find = __webpack_require__("7db0");
|
|
27155
|
+
|
|
27156
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.map.js
|
|
27157
|
+
var es_array_map = __webpack_require__("d81d");
|
|
27158
|
+
|
|
27159
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/EditableField/index.vue?vue&type=script&lang=js&
|
|
27160
|
+
|
|
27161
|
+
|
|
27162
|
+
|
|
27163
|
+
|
|
27164
|
+
|
|
27165
|
+
|
|
27166
|
+
|
|
27167
|
+
|
|
27168
|
+
//
|
|
27169
|
+
//
|
|
27170
|
+
//
|
|
27171
|
+
//
|
|
27172
|
+
//
|
|
27173
|
+
//
|
|
27174
|
+
//
|
|
27175
|
+
//
|
|
27176
|
+
//
|
|
27177
|
+
//
|
|
27178
|
+
//
|
|
27179
|
+
//
|
|
27180
|
+
//
|
|
27181
|
+
//
|
|
27182
|
+
//
|
|
27183
|
+
//
|
|
27184
|
+
//
|
|
27137
27185
|
//
|
|
27138
27186
|
//
|
|
27139
27187
|
//
|
|
@@ -27174,102 +27222,6 @@ var NewField_component = normalizeComponent(
|
|
|
27174
27222
|
//
|
|
27175
27223
|
//
|
|
27176
27224
|
//
|
|
27177
|
-
|
|
27178
|
-
|
|
27179
|
-
|
|
27180
|
-
|
|
27181
|
-
var NewColumnvue_type_script_lang_js_ = lodash_default.a;
|
|
27182
|
-
/* harmony default export */ var PartColumn_NewColumnvue_type_script_lang_js_ = ({
|
|
27183
|
-
name: 'PartColumnNew',
|
|
27184
|
-
components: {
|
|
27185
|
-
NewField: NewField
|
|
27186
|
-
},
|
|
27187
|
-
props: {
|
|
27188
|
-
colResolution: {
|
|
27189
|
-
type: Object,
|
|
27190
|
-
default: function _default() {
|
|
27191
|
-
return getResolution('fullResolution');
|
|
27192
|
-
}
|
|
27193
|
-
},
|
|
27194
|
-
colInnerResolution: {
|
|
27195
|
-
type: Object,
|
|
27196
|
-
default: function _default() {
|
|
27197
|
-
return getResolution('fullResolution');
|
|
27198
|
-
}
|
|
27199
|
-
},
|
|
27200
|
-
propPrefix: {
|
|
27201
|
-
type: String,
|
|
27202
|
-
default: ''
|
|
27203
|
-
},
|
|
27204
|
-
columnName: {
|
|
27205
|
-
type: String,
|
|
27206
|
-
default: ''
|
|
27207
|
-
},
|
|
27208
|
-
fields: {
|
|
27209
|
-
type: Array,
|
|
27210
|
-
default: function _default() {
|
|
27211
|
-
return [];
|
|
27212
|
-
}
|
|
27213
|
-
},
|
|
27214
|
-
data: {
|
|
27215
|
-
type: Object,
|
|
27216
|
-
default: function _default() {
|
|
27217
|
-
return {};
|
|
27218
|
-
}
|
|
27219
|
-
},
|
|
27220
|
-
errors: {
|
|
27221
|
-
type: Object,
|
|
27222
|
-
default: function _default() {
|
|
27223
|
-
return {};
|
|
27224
|
-
}
|
|
27225
|
-
}
|
|
27226
|
-
},
|
|
27227
|
-
data: function data() {
|
|
27228
|
-
return {
|
|
27229
|
-
dataModel: window._.cloneDeep(this.data)
|
|
27230
|
-
};
|
|
27231
|
-
},
|
|
27232
|
-
watch: {
|
|
27233
|
-
data: function data() {
|
|
27234
|
-
this.dataModel = NewColumnvue_type_script_lang_js_.cloneDeep(this.data);
|
|
27235
|
-
}
|
|
27236
|
-
},
|
|
27237
|
-
methods: {
|
|
27238
|
-
fieldResolution: function fieldResolution(field, size) {
|
|
27239
|
-
return field.colResolution ? field.colResolution[size] : this.colInnerResolution[size];
|
|
27240
|
-
},
|
|
27241
|
-
updateValue: function updateValue(newValue) {
|
|
27242
|
-
external_commonjs_vue_commonjs2_vue_root_Vue_default.a.set(this.data, newValue.field, newValue.value);
|
|
27243
|
-
this.$emit('save', {
|
|
27244
|
-
'field': newValue.field,
|
|
27245
|
-
'value': newValue.value
|
|
27246
|
-
});
|
|
27247
|
-
}
|
|
27248
|
-
}
|
|
27249
|
-
});
|
|
27250
|
-
// CONCATENATED MODULE: ./src/components/PartColumn/NewColumn.vue?vue&type=script&lang=js&
|
|
27251
|
-
/* harmony default export */ var components_PartColumn_NewColumnvue_type_script_lang_js_ = (PartColumn_NewColumnvue_type_script_lang_js_);
|
|
27252
|
-
// CONCATENATED MODULE: ./src/components/PartColumn/NewColumn.vue
|
|
27253
|
-
|
|
27254
|
-
|
|
27255
|
-
|
|
27256
|
-
|
|
27257
|
-
|
|
27258
|
-
/* normalize component */
|
|
27259
|
-
|
|
27260
|
-
var NewColumn_component = normalizeComponent(
|
|
27261
|
-
components_PartColumn_NewColumnvue_type_script_lang_js_,
|
|
27262
|
-
NewColumnvue_type_template_id_3e9feea1_render,
|
|
27263
|
-
NewColumnvue_type_template_id_3e9feea1_staticRenderFns,
|
|
27264
|
-
false,
|
|
27265
|
-
null,
|
|
27266
|
-
null,
|
|
27267
|
-
null
|
|
27268
|
-
|
|
27269
|
-
)
|
|
27270
|
-
|
|
27271
|
-
/* harmony default export */ var NewColumn = (NewColumn_component.exports);
|
|
27272
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CreateForm/index.vue?vue&type=script&lang=js&
|
|
27273
27225
|
//
|
|
27274
27226
|
//
|
|
27275
27227
|
//
|
|
@@ -27311,105 +27263,6 @@ var NewColumn_component = normalizeComponent(
|
|
|
27311
27263
|
//
|
|
27312
27264
|
//
|
|
27313
27265
|
//
|
|
27314
|
-
|
|
27315
|
-
|
|
27316
|
-
|
|
27317
|
-
/* harmony default export */ var CreateFormvue_type_script_lang_js_ = ({
|
|
27318
|
-
name: "CreateForm",
|
|
27319
|
-
components: {
|
|
27320
|
-
NewColumn: NewColumn
|
|
27321
|
-
},
|
|
27322
|
-
props: {
|
|
27323
|
-
form: {
|
|
27324
|
-
type: Object,
|
|
27325
|
-
default: function _default() {
|
|
27326
|
-
return new base_model_BaseModel();
|
|
27327
|
-
}
|
|
27328
|
-
},
|
|
27329
|
-
errors: {
|
|
27330
|
-
type: Object,
|
|
27331
|
-
default: function _default() {
|
|
27332
|
-
return {};
|
|
27333
|
-
}
|
|
27334
|
-
},
|
|
27335
|
-
config: {
|
|
27336
|
-
type: Object,
|
|
27337
|
-
default: function _default() {
|
|
27338
|
-
return {
|
|
27339
|
-
rules: null
|
|
27340
|
-
};
|
|
27341
|
-
}
|
|
27342
|
-
}
|
|
27343
|
-
},
|
|
27344
|
-
data: function data() {
|
|
27345
|
-
return {
|
|
27346
|
-
colResolutionLg: getResolution("fullResolution")
|
|
27347
|
-
};
|
|
27348
|
-
},
|
|
27349
|
-
computed: {
|
|
27350
|
-
formLocal: {
|
|
27351
|
-
get: function get() {
|
|
27352
|
-
return this.form;
|
|
27353
|
-
},
|
|
27354
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
27355
|
-
set: function set(value) {
|
|
27356
|
-
this.$emit("create:form", this.form);
|
|
27357
|
-
}
|
|
27358
|
-
}
|
|
27359
|
-
},
|
|
27360
|
-
methods: {
|
|
27361
|
-
saveForm: function saveForm() {
|
|
27362
|
-
var _this = this;
|
|
27363
|
-
|
|
27364
|
-
this.$refs["form"].validate(function (valid) {
|
|
27365
|
-
if (!valid) {
|
|
27366
|
-
_this.$message.error("Fill all required fields");
|
|
27367
|
-
|
|
27368
|
-
return false;
|
|
27369
|
-
}
|
|
27370
|
-
|
|
27371
|
-
_this.$emit("save", _this.form);
|
|
27372
|
-
});
|
|
27373
|
-
}
|
|
27374
|
-
}
|
|
27375
|
-
});
|
|
27376
|
-
// CONCATENATED MODULE: ./src/components/CreateForm/index.vue?vue&type=script&lang=js&
|
|
27377
|
-
/* harmony default export */ var components_CreateFormvue_type_script_lang_js_ = (CreateFormvue_type_script_lang_js_);
|
|
27378
|
-
// CONCATENATED MODULE: ./src/components/CreateForm/index.vue
|
|
27379
|
-
|
|
27380
|
-
|
|
27381
|
-
|
|
27382
|
-
|
|
27383
|
-
|
|
27384
|
-
/* normalize component */
|
|
27385
|
-
|
|
27386
|
-
var CreateForm_component = normalizeComponent(
|
|
27387
|
-
components_CreateFormvue_type_script_lang_js_,
|
|
27388
|
-
CreateFormvue_type_template_id_f6aa3742_render,
|
|
27389
|
-
CreateFormvue_type_template_id_f6aa3742_staticRenderFns,
|
|
27390
|
-
false,
|
|
27391
|
-
null,
|
|
27392
|
-
null,
|
|
27393
|
-
null
|
|
27394
|
-
|
|
27395
|
-
)
|
|
27396
|
-
|
|
27397
|
-
/* harmony default export */ var CreateForm = (CreateForm_component.exports);
|
|
27398
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"05ab9fbc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UpdateForm/index.vue?vue&type=template&id=1818eb2e&
|
|
27399
|
-
var UpdateFormvue_type_template_id_1818eb2e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-form',{ref:"form",staticClass:"update-form",attrs:{"model":_vm.formLocal,"rules":_vm.config.rules,"label-position":"left","label-width":"140px"}},[_c('el-card',{staticClass:"m-b-20",attrs:{"shadow":"always"}},[_c('div',{staticClass:"clearfix",attrs:{"slot":"header"},slot:"header"},[_c('el-row',{attrs:{"type":"flex","justify":"space-between"}},[_c('el-col',{staticClass:"flex align-center justify-start",attrs:{"span":6}},[_c('h3',{staticClass:"m-b-0"},[_vm._v(_vm._s(_vm.formLocal.object)+" view")])]),_c('el-col',{staticClass:"flex align-center justify-end is-justify-end el-row--flex",attrs:{"span":6}},[_vm._t("actions"),_c('el-button',{staticClass:"delete-icon pull-right",attrs:{"icon":"el-icon-delete","size":"mini"},on:{"click":_vm.deleteModel}})],2)],1)],1),_c('el-row',{attrs:{"gutter":20}},[_c('el-col',{attrs:{"lg":_vm.colResolutionLg.lg,"md":_vm.colResolutionLg.md,"sm":_vm.colResolutionLg.sm,"xl":_vm.colResolutionLg.xl,"xs":_vm.colResolutionLg.xs}},[_c('part-form',[_c('edit-column',{attrs:{"data":_vm.formLocal,"fields":_vm.config.formFields,"errors":_vm.errors},on:{"save":_vm.updateValue}})],1)],1)],1)],1)],1)}
|
|
27400
|
-
var UpdateFormvue_type_template_id_1818eb2e_staticRenderFns = []
|
|
27401
|
-
|
|
27402
|
-
|
|
27403
|
-
// CONCATENATED MODULE: ./src/components/UpdateForm/index.vue?vue&type=template&id=1818eb2e&
|
|
27404
|
-
|
|
27405
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"05ab9fbc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PartForm/index.vue?vue&type=template&id=60a85530&
|
|
27406
|
-
var PartFormvue_type_template_id_60a85530_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-row',[_c('div',{staticClass:"part-form"},[(_vm.$slots.header || _vm.header)?_c('div',{staticClass:"part-form__header"},[_vm._t("header",function(){return [_vm._v(_vm._s(_vm.header))]}),_c('el-divider')],2):_vm._e(),_c('div',{staticClass:"part-form__body",style:(_vm.bodyStyle)},[_vm._t("default")],2)])])}
|
|
27407
|
-
var PartFormvue_type_template_id_60a85530_staticRenderFns = []
|
|
27408
|
-
|
|
27409
|
-
|
|
27410
|
-
// CONCATENATED MODULE: ./src/components/PartForm/index.vue?vue&type=template&id=60a85530&
|
|
27411
|
-
|
|
27412
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PartForm/index.vue?vue&type=script&lang=js&
|
|
27413
27266
|
//
|
|
27414
27267
|
//
|
|
27415
27268
|
//
|
|
@@ -27424,200 +27277,20 @@ var PartFormvue_type_template_id_60a85530_staticRenderFns = []
|
|
|
27424
27277
|
//
|
|
27425
27278
|
//
|
|
27426
27279
|
|
|
27427
|
-
|
|
27428
|
-
|
|
27280
|
+
var EditableFieldvue_type_script_lang_js_ = lodash_default.a;
|
|
27281
|
+
/* harmony default export */ var components_EditableFieldvue_type_script_lang_js_ = ({
|
|
27282
|
+
name: "EditableField",
|
|
27283
|
+
model: {
|
|
27284
|
+
props: "value",
|
|
27285
|
+
event: "input"
|
|
27286
|
+
},
|
|
27429
27287
|
props: {
|
|
27430
|
-
|
|
27431
|
-
type: String,
|
|
27288
|
+
field: {
|
|
27289
|
+
type: [String, Boolean],
|
|
27432
27290
|
default: ""
|
|
27433
27291
|
},
|
|
27434
|
-
|
|
27435
|
-
type: String,
|
|
27436
|
-
default: ""
|
|
27437
|
-
},
|
|
27438
|
-
rowResolution: {
|
|
27439
|
-
type: Object,
|
|
27440
|
-
default: function _default() {
|
|
27441
|
-
return getResolution("fullFromSm");
|
|
27442
|
-
}
|
|
27443
|
-
}
|
|
27444
|
-
}
|
|
27445
|
-
});
|
|
27446
|
-
// CONCATENATED MODULE: ./src/components/PartForm/index.vue?vue&type=script&lang=js&
|
|
27447
|
-
/* harmony default export */ var components_PartFormvue_type_script_lang_js_ = (PartFormvue_type_script_lang_js_);
|
|
27448
|
-
// CONCATENATED MODULE: ./src/components/PartForm/index.vue
|
|
27449
|
-
|
|
27450
|
-
|
|
27451
|
-
|
|
27452
|
-
|
|
27453
|
-
|
|
27454
|
-
/* normalize component */
|
|
27455
|
-
|
|
27456
|
-
var PartForm_component = normalizeComponent(
|
|
27457
|
-
components_PartFormvue_type_script_lang_js_,
|
|
27458
|
-
PartFormvue_type_template_id_60a85530_render,
|
|
27459
|
-
PartFormvue_type_template_id_60a85530_staticRenderFns,
|
|
27460
|
-
false,
|
|
27461
|
-
null,
|
|
27462
|
-
null,
|
|
27463
|
-
null
|
|
27464
|
-
|
|
27465
|
-
)
|
|
27466
|
-
|
|
27467
|
-
/* harmony default export */ var PartForm = (PartForm_component.exports);
|
|
27468
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"05ab9fbc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PartColumn/EditColumn.vue?vue&type=template&id=75120240&
|
|
27469
|
-
var EditColumnvue_type_template_id_75120240_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-col',{staticClass:"edit-column p-r-5 p-l-5",attrs:{"xl":_vm.colResolution.lg,"lg":_vm.colResolution.lg,"md":_vm.colResolution.md,"sm":_vm.colResolution.sm,"xs":_vm.colResolution.xs}},[_vm._l((_vm.fields),function(field){return [_c('el-col',{key:field.prop,staticClass:"p-r-5 p-l-5",attrs:{"xl":_vm.fieldResolution(field, 'xl'),"lg":_vm.fieldResolution(field, 'lg'),"md":_vm.fieldResolution(field, 'md'),"sm":_vm.fieldResolution(field, 'sm'),"xs":_vm.fieldResolution(field, 'xs')}},[_c('el-form-item',{attrs:{"prop":_vm.propPrefix + field.prop,"label":field.label,"error":_vm.errors[field.prop] ? _vm.errors[field.prop][0] : ''}},[_c('editable-field',{attrs:{"readonly":field.readonly,"type":field.selectList ? 'select' : (field.type? field.type :'input'),"select-list":field.selectList ? field.selectList : [],"select-multiple":field.selectMultiple,"select-json":field.selectJson ? field.selectJson : false,"object-value-key":field.objectValueKey ? field.objectValueKey : 'value',"select-key":field.selectList ? (field.selectKey ? field.selectKey : 'value' ) : '',"select-label":field.selectList ? (field.selectLabel ? field.selectLabel : 'name' ) : '',"select-value":field.selectList ? (field.selectValue ? field.selectValue : 'value' ) : '',"field":field.prop,"rows":field.rows ? field.rows : 3,"height":field.height ? field.height : 'auto',"precision":field.precision ? field.precision : 0,"remote-method":field.remoteMethod ? field.remoteMethod : null,"filterable":field.filterable ? field.filterable : null,"format":field.format ? field.format : 'dd.MM.yyyy',"value-format":field.valueFormat ? field.valueFormat : 'yyyy-MM-dd'},on:{"editable:save":_vm.updateValue},model:{value:(_vm.data[field.prop]),callback:function ($$v) {_vm.$set(_vm.data, field.prop, $$v)},expression:"data[field.prop]"}})],1)],1)]})],2)}
|
|
27470
|
-
var EditColumnvue_type_template_id_75120240_staticRenderFns = []
|
|
27471
|
-
|
|
27472
|
-
|
|
27473
|
-
// CONCATENATED MODULE: ./src/components/PartColumn/EditColumn.vue?vue&type=template&id=75120240&
|
|
27474
|
-
|
|
27475
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"05ab9fbc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/EditableField/index.vue?vue&type=template&id=1073c75e&
|
|
27476
|
-
var EditableFieldvue_type_template_id_1073c75e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"editable-cell"},[(!_vm.isEditMode)?_c('div',{staticClass:"editable-cell__text",style:(_vm.height? 'height: ' + _vm.height : '')},[_vm._t("default",function(){return [_c('el-col',{attrs:{"span":23}},[(_vm.value && ['input', 'textarea', 'number'].includes(_vm.type))?_c('div',{domProps:{"innerHTML":_vm._s(_vm.value)}}):(_vm.type === 'checkbox')?_c('div',[(_vm.value === true)?_c('i',{staticClass:"el-icon-check"}):_c('div',[_vm._v(" "+_vm._s(_vm.placeholder ? _vm.placeholder : '-'))])]):(_vm.type === 'date-picker')?_c('el-date-picker',{staticClass:"w-100 el-date-transparent",attrs:{"type":"date","format":_vm.format,"value-format":_vm.valueFormat,"disabled":"","placeholder":"Pick a day"},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}}):(_vm.isSelectValue)?_c('div',{domProps:{"innerHTML":_vm._s(_vm.createList())}}):_c('div',[_vm._v(_vm._s(_vm.placeholder ? _vm.placeholder : "-"))])],1),(!_vm.readonly)?_c('el-col',{attrs:{"span":1}},[_c('el-button',{staticClass:"edit-icon pull-right",attrs:{"icon":"el-icon-edit","circle":"","type":"primary","size":"mini","plain":""},on:{"click":_vm.handleDoubleClick}})],1):_vm._e()]})],2):_vm._e(),(_vm.isEditMode)?_c('div',{staticClass:"editable-cell__editor"},[(_vm.type === 'checkbox')?_c('el-checkbox',{model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}}):(_vm.type === 'number')?_c('el-input-number',{staticClass:"w-100",attrs:{"controls":false,"precision":_vm.precision},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}}):(_vm.type === 'select')?_c('el-select',{staticClass:"w-100",attrs:{"span":24,"clearable":"","filterable":_vm.filterable,"remote":_vm.remote,"remote-method":_vm.remoteMethodHandler,"placeholder":"Select","value-key":_vm.objectValueKey,"multiple":_vm.selectMultiple},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}},_vm._l((_vm.selectListLocal),function(item){return _c('el-option',{key:item[_vm.selectKey],attrs:{"label":item[_vm.selectLabel],"value":_vm.selectJson ? item : item[_vm.selectValue]}})}),1):(_vm.type === 'date-picker')?_c('el-date-picker',{staticClass:"w-100",attrs:{"format":_vm.format,"value-format":_vm.valueFormat,"type":"date","placeholder":"Pick a day"},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}}):_c('el-input',{staticClass:"editable-cell__input",attrs:{"rows":_vm.rows,"type":_vm.type,"placeholder":_vm.placeholder},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}}),_c('el-button-group',{staticClass:"editable-cell__actions"},[(_vm.isEditMode)?_c('el-button',{attrs:{"type":"success","size":"mini","circle":"","plain":"","icon":"el-icon-check"},on:{"click":_vm.handleSave}}):_vm._e(),(_vm.isEditMode)?_c('el-button',{attrs:{"type":"warning","size":"mini","circle":"","plain":"","icon":"el-icon-close"},on:{"click":_vm.handleClose}}):_vm._e()],1)],1):_vm._e()])}
|
|
27477
|
-
var EditableFieldvue_type_template_id_1073c75e_staticRenderFns = []
|
|
27478
|
-
|
|
27479
|
-
|
|
27480
|
-
// CONCATENATED MODULE: ./src/components/EditableField/index.vue?vue&type=template&id=1073c75e&
|
|
27481
|
-
|
|
27482
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.find.js
|
|
27483
|
-
var es_array_find = __webpack_require__("7db0");
|
|
27484
|
-
|
|
27485
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.map.js
|
|
27486
|
-
var es_array_map = __webpack_require__("d81d");
|
|
27487
|
-
|
|
27488
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/EditableField/index.vue?vue&type=script&lang=js&
|
|
27489
|
-
|
|
27490
|
-
|
|
27491
|
-
|
|
27492
|
-
|
|
27493
|
-
|
|
27494
|
-
|
|
27495
|
-
|
|
27496
|
-
|
|
27497
|
-
//
|
|
27498
|
-
//
|
|
27499
|
-
//
|
|
27500
|
-
//
|
|
27501
|
-
//
|
|
27502
|
-
//
|
|
27503
|
-
//
|
|
27504
|
-
//
|
|
27505
|
-
//
|
|
27506
|
-
//
|
|
27507
|
-
//
|
|
27508
|
-
//
|
|
27509
|
-
//
|
|
27510
|
-
//
|
|
27511
|
-
//
|
|
27512
|
-
//
|
|
27513
|
-
//
|
|
27514
|
-
//
|
|
27515
|
-
//
|
|
27516
|
-
//
|
|
27517
|
-
//
|
|
27518
|
-
//
|
|
27519
|
-
//
|
|
27520
|
-
//
|
|
27521
|
-
//
|
|
27522
|
-
//
|
|
27523
|
-
//
|
|
27524
|
-
//
|
|
27525
|
-
//
|
|
27526
|
-
//
|
|
27527
|
-
//
|
|
27528
|
-
//
|
|
27529
|
-
//
|
|
27530
|
-
//
|
|
27531
|
-
//
|
|
27532
|
-
//
|
|
27533
|
-
//
|
|
27534
|
-
//
|
|
27535
|
-
//
|
|
27536
|
-
//
|
|
27537
|
-
//
|
|
27538
|
-
//
|
|
27539
|
-
//
|
|
27540
|
-
//
|
|
27541
|
-
//
|
|
27542
|
-
//
|
|
27543
|
-
//
|
|
27544
|
-
//
|
|
27545
|
-
//
|
|
27546
|
-
//
|
|
27547
|
-
//
|
|
27548
|
-
//
|
|
27549
|
-
//
|
|
27550
|
-
//
|
|
27551
|
-
//
|
|
27552
|
-
//
|
|
27553
|
-
//
|
|
27554
|
-
//
|
|
27555
|
-
//
|
|
27556
|
-
//
|
|
27557
|
-
//
|
|
27558
|
-
//
|
|
27559
|
-
//
|
|
27560
|
-
//
|
|
27561
|
-
//
|
|
27562
|
-
//
|
|
27563
|
-
//
|
|
27564
|
-
//
|
|
27565
|
-
//
|
|
27566
|
-
//
|
|
27567
|
-
//
|
|
27568
|
-
//
|
|
27569
|
-
//
|
|
27570
|
-
//
|
|
27571
|
-
//
|
|
27572
|
-
//
|
|
27573
|
-
//
|
|
27574
|
-
//
|
|
27575
|
-
//
|
|
27576
|
-
//
|
|
27577
|
-
//
|
|
27578
|
-
//
|
|
27579
|
-
//
|
|
27580
|
-
//
|
|
27581
|
-
//
|
|
27582
|
-
//
|
|
27583
|
-
//
|
|
27584
|
-
//
|
|
27585
|
-
//
|
|
27586
|
-
//
|
|
27587
|
-
//
|
|
27588
|
-
//
|
|
27589
|
-
//
|
|
27590
|
-
//
|
|
27591
|
-
//
|
|
27592
|
-
//
|
|
27593
|
-
//
|
|
27594
|
-
//
|
|
27595
|
-
//
|
|
27596
|
-
//
|
|
27597
|
-
//
|
|
27598
|
-
//
|
|
27599
|
-
//
|
|
27600
|
-
//
|
|
27601
|
-
//
|
|
27602
|
-
//
|
|
27603
|
-
//
|
|
27604
|
-
//
|
|
27605
|
-
//
|
|
27606
|
-
|
|
27607
|
-
var EditableFieldvue_type_script_lang_js_ = lodash_default.a;
|
|
27608
|
-
/* harmony default export */ var components_EditableFieldvue_type_script_lang_js_ = ({
|
|
27609
|
-
name: "EditableField",
|
|
27610
|
-
model: {
|
|
27611
|
-
props: "value",
|
|
27612
|
-
event: "input"
|
|
27613
|
-
},
|
|
27614
|
-
props: {
|
|
27615
|
-
field: {
|
|
27616
|
-
type: [String, Boolean],
|
|
27617
|
-
default: ""
|
|
27618
|
-
},
|
|
27619
|
-
value: {
|
|
27620
|
-
type: [String, Boolean, Date, Number, Array],
|
|
27292
|
+
value: {
|
|
27293
|
+
type: [String, Boolean, Date, Number, Array],
|
|
27621
27294
|
default: ""
|
|
27622
27295
|
},
|
|
27623
27296
|
filterable: {
|
|
@@ -27678,6 +27351,14 @@ var EditableFieldvue_type_script_lang_js_ = lodash_default.a;
|
|
|
27678
27351
|
type: Number,
|
|
27679
27352
|
default: 1
|
|
27680
27353
|
},
|
|
27354
|
+
allowCreate: {
|
|
27355
|
+
type: Boolean,
|
|
27356
|
+
default: false
|
|
27357
|
+
},
|
|
27358
|
+
defaultFirstOption: {
|
|
27359
|
+
type: Boolean,
|
|
27360
|
+
default: false
|
|
27361
|
+
},
|
|
27681
27362
|
remoteMethod: {
|
|
27682
27363
|
type: Object,
|
|
27683
27364
|
default: null
|
|
@@ -27738,14 +27419,21 @@ var EditableFieldvue_type_script_lang_js_ = lodash_default.a;
|
|
|
27738
27419
|
if (this.value.length) {
|
|
27739
27420
|
var values = [];
|
|
27740
27421
|
this.value.forEach(function (element) {
|
|
27422
|
+
console.log(element);
|
|
27741
27423
|
var compareValue = _this.selectJson ? element[_this.selectKey] : element;
|
|
27742
27424
|
|
|
27425
|
+
if (!compareValue) {
|
|
27426
|
+
compareValue = element;
|
|
27427
|
+
}
|
|
27428
|
+
|
|
27743
27429
|
var labArray = _this.selectListLocal.find(function (x) {
|
|
27744
27430
|
return x[_this.selectKey] === compareValue;
|
|
27745
27431
|
});
|
|
27746
27432
|
|
|
27747
27433
|
if (labArray && labArray[_this.selectLabel]) {
|
|
27748
27434
|
values.push(labArray[_this.selectLabel]);
|
|
27435
|
+
} else {
|
|
27436
|
+
values.push(element);
|
|
27749
27437
|
}
|
|
27750
27438
|
|
|
27751
27439
|
label = values.join("; ");
|
|
@@ -27861,8 +27549,8 @@ var EditableFieldvue_type_script_lang_js_ = lodash_default.a;
|
|
|
27861
27549
|
|
|
27862
27550
|
var EditableField_component = normalizeComponent(
|
|
27863
27551
|
src_components_EditableFieldvue_type_script_lang_js_,
|
|
27864
|
-
|
|
27865
|
-
|
|
27552
|
+
EditableFieldvue_type_template_id_57213d55_render,
|
|
27553
|
+
EditableFieldvue_type_template_id_57213d55_staticRenderFns,
|
|
27866
27554
|
false,
|
|
27867
27555
|
null,
|
|
27868
27556
|
null,
|
|
@@ -27871,7 +27559,351 @@ var EditableField_component = normalizeComponent(
|
|
|
27871
27559
|
)
|
|
27872
27560
|
|
|
27873
27561
|
/* harmony default export */ var EditableField = (EditableField_component.exports);
|
|
27874
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PartColumn/
|
|
27562
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PartColumn/NewColumn.vue?vue&type=script&lang=js&
|
|
27563
|
+
//
|
|
27564
|
+
//
|
|
27565
|
+
//
|
|
27566
|
+
//
|
|
27567
|
+
//
|
|
27568
|
+
//
|
|
27569
|
+
//
|
|
27570
|
+
//
|
|
27571
|
+
//
|
|
27572
|
+
//
|
|
27573
|
+
//
|
|
27574
|
+
//
|
|
27575
|
+
//
|
|
27576
|
+
//
|
|
27577
|
+
//
|
|
27578
|
+
//
|
|
27579
|
+
//
|
|
27580
|
+
//
|
|
27581
|
+
//
|
|
27582
|
+
//
|
|
27583
|
+
//
|
|
27584
|
+
//
|
|
27585
|
+
//
|
|
27586
|
+
//
|
|
27587
|
+
//
|
|
27588
|
+
//
|
|
27589
|
+
//
|
|
27590
|
+
//
|
|
27591
|
+
//
|
|
27592
|
+
//
|
|
27593
|
+
//
|
|
27594
|
+
//
|
|
27595
|
+
//
|
|
27596
|
+
//
|
|
27597
|
+
//
|
|
27598
|
+
//
|
|
27599
|
+
//
|
|
27600
|
+
//
|
|
27601
|
+
//
|
|
27602
|
+
//
|
|
27603
|
+
//
|
|
27604
|
+
//
|
|
27605
|
+
|
|
27606
|
+
|
|
27607
|
+
|
|
27608
|
+
|
|
27609
|
+
|
|
27610
|
+
var NewColumnvue_type_script_lang_js_ = lodash_default.a;
|
|
27611
|
+
/* harmony default export */ var PartColumn_NewColumnvue_type_script_lang_js_ = ({
|
|
27612
|
+
name: 'PartColumnNew',
|
|
27613
|
+
components: {
|
|
27614
|
+
NewField: NewField
|
|
27615
|
+
},
|
|
27616
|
+
props: {
|
|
27617
|
+
colResolution: {
|
|
27618
|
+
type: Object,
|
|
27619
|
+
default: function _default() {
|
|
27620
|
+
return getResolution('fullResolution');
|
|
27621
|
+
}
|
|
27622
|
+
},
|
|
27623
|
+
colInnerResolution: {
|
|
27624
|
+
type: Object,
|
|
27625
|
+
default: function _default() {
|
|
27626
|
+
return getResolution('fullResolution');
|
|
27627
|
+
}
|
|
27628
|
+
},
|
|
27629
|
+
propPrefix: {
|
|
27630
|
+
type: String,
|
|
27631
|
+
default: ''
|
|
27632
|
+
},
|
|
27633
|
+
columnName: {
|
|
27634
|
+
type: String,
|
|
27635
|
+
default: ''
|
|
27636
|
+
},
|
|
27637
|
+
fields: {
|
|
27638
|
+
type: Array,
|
|
27639
|
+
default: function _default() {
|
|
27640
|
+
return [];
|
|
27641
|
+
}
|
|
27642
|
+
},
|
|
27643
|
+
data: {
|
|
27644
|
+
type: Object,
|
|
27645
|
+
default: function _default() {
|
|
27646
|
+
return {};
|
|
27647
|
+
}
|
|
27648
|
+
},
|
|
27649
|
+
errors: {
|
|
27650
|
+
type: Object,
|
|
27651
|
+
default: function _default() {
|
|
27652
|
+
return {};
|
|
27653
|
+
}
|
|
27654
|
+
}
|
|
27655
|
+
},
|
|
27656
|
+
data: function data() {
|
|
27657
|
+
return {
|
|
27658
|
+
dataModel: window._.cloneDeep(this.data)
|
|
27659
|
+
};
|
|
27660
|
+
},
|
|
27661
|
+
watch: {
|
|
27662
|
+
data: function data() {
|
|
27663
|
+
this.dataModel = NewColumnvue_type_script_lang_js_.cloneDeep(this.data);
|
|
27664
|
+
}
|
|
27665
|
+
},
|
|
27666
|
+
methods: {
|
|
27667
|
+
fieldResolution: function fieldResolution(field, size) {
|
|
27668
|
+
return field.colResolution ? field.colResolution[size] : this.colInnerResolution[size];
|
|
27669
|
+
},
|
|
27670
|
+
updateValue: function updateValue(newValue) {
|
|
27671
|
+
external_commonjs_vue_commonjs2_vue_root_Vue_default.a.set(this.data, newValue.field, newValue.value);
|
|
27672
|
+
this.$emit('save', {
|
|
27673
|
+
'field': newValue.field,
|
|
27674
|
+
'value': newValue.value
|
|
27675
|
+
});
|
|
27676
|
+
}
|
|
27677
|
+
}
|
|
27678
|
+
});
|
|
27679
|
+
// CONCATENATED MODULE: ./src/components/PartColumn/NewColumn.vue?vue&type=script&lang=js&
|
|
27680
|
+
/* harmony default export */ var components_PartColumn_NewColumnvue_type_script_lang_js_ = (PartColumn_NewColumnvue_type_script_lang_js_);
|
|
27681
|
+
// CONCATENATED MODULE: ./src/components/PartColumn/NewColumn.vue
|
|
27682
|
+
|
|
27683
|
+
|
|
27684
|
+
|
|
27685
|
+
|
|
27686
|
+
|
|
27687
|
+
/* normalize component */
|
|
27688
|
+
|
|
27689
|
+
var NewColumn_component = normalizeComponent(
|
|
27690
|
+
components_PartColumn_NewColumnvue_type_script_lang_js_,
|
|
27691
|
+
NewColumnvue_type_template_id_653b6b8a_render,
|
|
27692
|
+
NewColumnvue_type_template_id_653b6b8a_staticRenderFns,
|
|
27693
|
+
false,
|
|
27694
|
+
null,
|
|
27695
|
+
null,
|
|
27696
|
+
null
|
|
27697
|
+
|
|
27698
|
+
)
|
|
27699
|
+
|
|
27700
|
+
/* harmony default export */ var NewColumn = (NewColumn_component.exports);
|
|
27701
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CreateForm/index.vue?vue&type=script&lang=js&
|
|
27702
|
+
//
|
|
27703
|
+
//
|
|
27704
|
+
//
|
|
27705
|
+
//
|
|
27706
|
+
//
|
|
27707
|
+
//
|
|
27708
|
+
//
|
|
27709
|
+
//
|
|
27710
|
+
//
|
|
27711
|
+
//
|
|
27712
|
+
//
|
|
27713
|
+
//
|
|
27714
|
+
//
|
|
27715
|
+
//
|
|
27716
|
+
//
|
|
27717
|
+
//
|
|
27718
|
+
//
|
|
27719
|
+
//
|
|
27720
|
+
//
|
|
27721
|
+
//
|
|
27722
|
+
//
|
|
27723
|
+
//
|
|
27724
|
+
//
|
|
27725
|
+
//
|
|
27726
|
+
//
|
|
27727
|
+
//
|
|
27728
|
+
//
|
|
27729
|
+
//
|
|
27730
|
+
//
|
|
27731
|
+
//
|
|
27732
|
+
//
|
|
27733
|
+
//
|
|
27734
|
+
//
|
|
27735
|
+
//
|
|
27736
|
+
//
|
|
27737
|
+
//
|
|
27738
|
+
//
|
|
27739
|
+
//
|
|
27740
|
+
//
|
|
27741
|
+
//
|
|
27742
|
+
//
|
|
27743
|
+
|
|
27744
|
+
|
|
27745
|
+
|
|
27746
|
+
/* harmony default export */ var CreateFormvue_type_script_lang_js_ = ({
|
|
27747
|
+
name: "CreateForm",
|
|
27748
|
+
components: {
|
|
27749
|
+
NewColumn: NewColumn
|
|
27750
|
+
},
|
|
27751
|
+
props: {
|
|
27752
|
+
form: {
|
|
27753
|
+
type: Object,
|
|
27754
|
+
default: function _default() {
|
|
27755
|
+
return new base_model_BaseModel();
|
|
27756
|
+
}
|
|
27757
|
+
},
|
|
27758
|
+
errors: {
|
|
27759
|
+
type: Object,
|
|
27760
|
+
default: function _default() {
|
|
27761
|
+
return {};
|
|
27762
|
+
}
|
|
27763
|
+
},
|
|
27764
|
+
config: {
|
|
27765
|
+
type: Object,
|
|
27766
|
+
default: function _default() {
|
|
27767
|
+
return {
|
|
27768
|
+
rules: null
|
|
27769
|
+
};
|
|
27770
|
+
}
|
|
27771
|
+
}
|
|
27772
|
+
},
|
|
27773
|
+
data: function data() {
|
|
27774
|
+
return {
|
|
27775
|
+
colResolutionLg: getResolution("fullResolution")
|
|
27776
|
+
};
|
|
27777
|
+
},
|
|
27778
|
+
computed: {
|
|
27779
|
+
formLocal: {
|
|
27780
|
+
get: function get() {
|
|
27781
|
+
return this.form;
|
|
27782
|
+
},
|
|
27783
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
27784
|
+
set: function set(value) {
|
|
27785
|
+
this.$emit("create:form", this.form);
|
|
27786
|
+
}
|
|
27787
|
+
}
|
|
27788
|
+
},
|
|
27789
|
+
methods: {
|
|
27790
|
+
saveForm: function saveForm() {
|
|
27791
|
+
var _this = this;
|
|
27792
|
+
|
|
27793
|
+
this.$refs["form"].validate(function (valid) {
|
|
27794
|
+
if (!valid) {
|
|
27795
|
+
_this.$message.error("Fill all required fields");
|
|
27796
|
+
|
|
27797
|
+
return false;
|
|
27798
|
+
}
|
|
27799
|
+
|
|
27800
|
+
_this.$emit("save", _this.form);
|
|
27801
|
+
});
|
|
27802
|
+
}
|
|
27803
|
+
}
|
|
27804
|
+
});
|
|
27805
|
+
// CONCATENATED MODULE: ./src/components/CreateForm/index.vue?vue&type=script&lang=js&
|
|
27806
|
+
/* harmony default export */ var components_CreateFormvue_type_script_lang_js_ = (CreateFormvue_type_script_lang_js_);
|
|
27807
|
+
// CONCATENATED MODULE: ./src/components/CreateForm/index.vue
|
|
27808
|
+
|
|
27809
|
+
|
|
27810
|
+
|
|
27811
|
+
|
|
27812
|
+
|
|
27813
|
+
/* normalize component */
|
|
27814
|
+
|
|
27815
|
+
var CreateForm_component = normalizeComponent(
|
|
27816
|
+
components_CreateFormvue_type_script_lang_js_,
|
|
27817
|
+
CreateFormvue_type_template_id_f6aa3742_render,
|
|
27818
|
+
CreateFormvue_type_template_id_f6aa3742_staticRenderFns,
|
|
27819
|
+
false,
|
|
27820
|
+
null,
|
|
27821
|
+
null,
|
|
27822
|
+
null
|
|
27823
|
+
|
|
27824
|
+
)
|
|
27825
|
+
|
|
27826
|
+
/* harmony default export */ var CreateForm = (CreateForm_component.exports);
|
|
27827
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"05ab9fbc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UpdateForm/index.vue?vue&type=template&id=1818eb2e&
|
|
27828
|
+
var UpdateFormvue_type_template_id_1818eb2e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-form',{ref:"form",staticClass:"update-form",attrs:{"model":_vm.formLocal,"rules":_vm.config.rules,"label-position":"left","label-width":"140px"}},[_c('el-card',{staticClass:"m-b-20",attrs:{"shadow":"always"}},[_c('div',{staticClass:"clearfix",attrs:{"slot":"header"},slot:"header"},[_c('el-row',{attrs:{"type":"flex","justify":"space-between"}},[_c('el-col',{staticClass:"flex align-center justify-start",attrs:{"span":6}},[_c('h3',{staticClass:"m-b-0"},[_vm._v(_vm._s(_vm.formLocal.object)+" view")])]),_c('el-col',{staticClass:"flex align-center justify-end is-justify-end el-row--flex",attrs:{"span":6}},[_vm._t("actions"),_c('el-button',{staticClass:"delete-icon pull-right",attrs:{"icon":"el-icon-delete","size":"mini"},on:{"click":_vm.deleteModel}})],2)],1)],1),_c('el-row',{attrs:{"gutter":20}},[_c('el-col',{attrs:{"lg":_vm.colResolutionLg.lg,"md":_vm.colResolutionLg.md,"sm":_vm.colResolutionLg.sm,"xl":_vm.colResolutionLg.xl,"xs":_vm.colResolutionLg.xs}},[_c('part-form',[_c('edit-column',{attrs:{"data":_vm.formLocal,"fields":_vm.config.formFields,"errors":_vm.errors},on:{"save":_vm.updateValue}})],1)],1)],1)],1)],1)}
|
|
27829
|
+
var UpdateFormvue_type_template_id_1818eb2e_staticRenderFns = []
|
|
27830
|
+
|
|
27831
|
+
|
|
27832
|
+
// CONCATENATED MODULE: ./src/components/UpdateForm/index.vue?vue&type=template&id=1818eb2e&
|
|
27833
|
+
|
|
27834
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"05ab9fbc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PartForm/index.vue?vue&type=template&id=60a85530&
|
|
27835
|
+
var PartFormvue_type_template_id_60a85530_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-row',[_c('div',{staticClass:"part-form"},[(_vm.$slots.header || _vm.header)?_c('div',{staticClass:"part-form__header"},[_vm._t("header",function(){return [_vm._v(_vm._s(_vm.header))]}),_c('el-divider')],2):_vm._e(),_c('div',{staticClass:"part-form__body",style:(_vm.bodyStyle)},[_vm._t("default")],2)])])}
|
|
27836
|
+
var PartFormvue_type_template_id_60a85530_staticRenderFns = []
|
|
27837
|
+
|
|
27838
|
+
|
|
27839
|
+
// CONCATENATED MODULE: ./src/components/PartForm/index.vue?vue&type=template&id=60a85530&
|
|
27840
|
+
|
|
27841
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PartForm/index.vue?vue&type=script&lang=js&
|
|
27842
|
+
//
|
|
27843
|
+
//
|
|
27844
|
+
//
|
|
27845
|
+
//
|
|
27846
|
+
//
|
|
27847
|
+
//
|
|
27848
|
+
//
|
|
27849
|
+
//
|
|
27850
|
+
//
|
|
27851
|
+
//
|
|
27852
|
+
//
|
|
27853
|
+
//
|
|
27854
|
+
//
|
|
27855
|
+
|
|
27856
|
+
/* harmony default export */ var PartFormvue_type_script_lang_js_ = ({
|
|
27857
|
+
name: "PartForm",
|
|
27858
|
+
props: {
|
|
27859
|
+
header: {
|
|
27860
|
+
type: String,
|
|
27861
|
+
default: ""
|
|
27862
|
+
},
|
|
27863
|
+
bodyStyle: {
|
|
27864
|
+
type: String,
|
|
27865
|
+
default: ""
|
|
27866
|
+
},
|
|
27867
|
+
rowResolution: {
|
|
27868
|
+
type: Object,
|
|
27869
|
+
default: function _default() {
|
|
27870
|
+
return getResolution("fullFromSm");
|
|
27871
|
+
}
|
|
27872
|
+
}
|
|
27873
|
+
}
|
|
27874
|
+
});
|
|
27875
|
+
// CONCATENATED MODULE: ./src/components/PartForm/index.vue?vue&type=script&lang=js&
|
|
27876
|
+
/* harmony default export */ var components_PartFormvue_type_script_lang_js_ = (PartFormvue_type_script_lang_js_);
|
|
27877
|
+
// CONCATENATED MODULE: ./src/components/PartForm/index.vue
|
|
27878
|
+
|
|
27879
|
+
|
|
27880
|
+
|
|
27881
|
+
|
|
27882
|
+
|
|
27883
|
+
/* normalize component */
|
|
27884
|
+
|
|
27885
|
+
var PartForm_component = normalizeComponent(
|
|
27886
|
+
components_PartFormvue_type_script_lang_js_,
|
|
27887
|
+
PartFormvue_type_template_id_60a85530_render,
|
|
27888
|
+
PartFormvue_type_template_id_60a85530_staticRenderFns,
|
|
27889
|
+
false,
|
|
27890
|
+
null,
|
|
27891
|
+
null,
|
|
27892
|
+
null
|
|
27893
|
+
|
|
27894
|
+
)
|
|
27895
|
+
|
|
27896
|
+
/* harmony default export */ var PartForm = (PartForm_component.exports);
|
|
27897
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"05ab9fbc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PartColumn/EditColumn.vue?vue&type=template&id=200c9f30&
|
|
27898
|
+
var EditColumnvue_type_template_id_200c9f30_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-col',{staticClass:"edit-column p-r-5 p-l-5",attrs:{"xl":_vm.colResolution.lg,"lg":_vm.colResolution.lg,"md":_vm.colResolution.md,"sm":_vm.colResolution.sm,"xs":_vm.colResolution.xs}},[_vm._l((_vm.fields),function(field){return [_c('el-col',{key:field.prop,staticClass:"p-r-5 p-l-5",attrs:{"xl":_vm.fieldResolution(field, 'xl'),"lg":_vm.fieldResolution(field, 'lg'),"md":_vm.fieldResolution(field, 'md'),"sm":_vm.fieldResolution(field, 'sm'),"xs":_vm.fieldResolution(field, 'xs')}},[_c('el-form-item',{attrs:{"prop":_vm.propPrefix + field.prop,"label":field.label,"error":_vm.errors[field.prop] ? _vm.errors[field.prop][0] : ''}},[_c('editable-field',{attrs:{"readonly":field.readonly,"type":field.selectList ? 'select' : (field.type? field.type :'input'),"select-list":field.selectList ? field.selectList : [],"select-multiple":field.selectMultiple,"select-json":field.selectJson ? field.selectJson : false,"object-value-key":field.objectValueKey ? field.objectValueKey : 'value',"select-key":field.selectList ? (field.selectKey ? field.selectKey : 'value' ) : '',"select-label":field.selectList ? (field.selectLabel ? field.selectLabel : 'name' ) : '',"select-value":field.selectList ? (field.selectValue ? field.selectValue : 'value' ) : '',"allow-create":field.allowCreate ? field.allowCreate : false,"default-first-option":field.defaultFirstOption ? field.defaultFirstOption : false,"field":field.prop,"rows":field.rows ? field.rows : 3,"height":field.height ? field.height : 'auto',"precision":field.precision ? field.precision : 0,"remote-method":field.remoteMethod ? field.remoteMethod : null,"filterable":field.filterable ? field.filterable : null,"format":field.format ? field.format : 'dd.MM.yyyy',"value-format":field.valueFormat ? field.valueFormat : 'yyyy-MM-dd'},on:{"editable:save":_vm.updateValue},model:{value:(_vm.data[field.prop]),callback:function ($$v) {_vm.$set(_vm.data, field.prop, $$v)},expression:"data[field.prop]"}})],1)],1)]})],2)}
|
|
27899
|
+
var EditColumnvue_type_template_id_200c9f30_staticRenderFns = []
|
|
27900
|
+
|
|
27901
|
+
|
|
27902
|
+
// CONCATENATED MODULE: ./src/components/PartColumn/EditColumn.vue?vue&type=template&id=200c9f30&
|
|
27903
|
+
|
|
27904
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PartColumn/EditColumn.vue?vue&type=script&lang=js&
|
|
27905
|
+
//
|
|
27906
|
+
//
|
|
27875
27907
|
//
|
|
27876
27908
|
//
|
|
27877
27909
|
//
|
|
@@ -27990,8 +28022,8 @@ var EditColumnvue_type_style_index_0_lang_css_ = __webpack_require__("c50b");
|
|
|
27990
28022
|
|
|
27991
28023
|
var EditColumn_component = normalizeComponent(
|
|
27992
28024
|
PartColumn_EditColumnvue_type_script_lang_js_,
|
|
27993
|
-
|
|
27994
|
-
|
|
28025
|
+
EditColumnvue_type_template_id_200c9f30_render,
|
|
28026
|
+
EditColumnvue_type_template_id_200c9f30_staticRenderFns,
|
|
27995
28027
|
false,
|
|
27996
28028
|
null,
|
|
27997
28029
|
null,
|