eoss-ui 0.5.24 → 0.5.25
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/CHANGELOG.md +929 -0
- package/lib/data-table.js +12 -8
- package/lib/eoss-ui.common.js +505 -420
- package/lib/form.js +11 -3
- package/lib/index.js +1 -1
- package/lib/main.js +7 -3
- package/lib/selector.js +424 -380
- package/lib/table-form.js +33 -8
- package/lib/theme-chalk/form.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/package.json +1 -1
- package/packages/data-table/src/column.vue +5 -1
- package/packages/form/src/main.vue +9 -1
- package/packages/form/src/table.vue +21 -2
- package/packages/main/src/main.vue +5 -1
- package/packages/selector/src/main.vue +144 -135
- package/packages/theme-chalk/lib/form.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/form.scss +13 -0
- package/src/index.js +1 -1
package/lib/data-table.js
CHANGED
|
@@ -4156,8 +4156,8 @@ childrenvue_type_template_id_29bcbc72_render._withStripped = true
|
|
|
4156
4156
|
|
|
4157
4157
|
// CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=29bcbc72&
|
|
4158
4158
|
|
|
4159
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=
|
|
4160
|
-
var
|
|
4159
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=5798afd2&
|
|
4160
|
+
var columnvue_type_template_id_5798afd2_render = function () {
|
|
4161
4161
|
var _vm = this
|
|
4162
4162
|
var _h = _vm.$createElement
|
|
4163
4163
|
var _c = _vm._self._c || _h
|
|
@@ -4866,11 +4866,11 @@ var columnvue_type_template_id_31b33576_render = function () {
|
|
|
4866
4866
|
2
|
|
4867
4867
|
)
|
|
4868
4868
|
}
|
|
4869
|
-
var
|
|
4870
|
-
|
|
4869
|
+
var columnvue_type_template_id_5798afd2_staticRenderFns = []
|
|
4870
|
+
columnvue_type_template_id_5798afd2_render._withStripped = true
|
|
4871
4871
|
|
|
4872
4872
|
|
|
4873
|
-
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=
|
|
4873
|
+
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=5798afd2&
|
|
4874
4874
|
|
|
4875
4875
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
4876
4876
|
var regenerator_ = __webpack_require__(12);
|
|
@@ -5426,7 +5426,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5426
5426
|
return config;
|
|
5427
5427
|
},
|
|
5428
5428
|
formOption: function formOption() {
|
|
5429
|
-
|
|
5429
|
+
var config = _extends({
|
|
5430
5430
|
labelKey: this.sysCode ? 'shortName' : this.labelKey,
|
|
5431
5431
|
valueKey: this.sysCode ? 'cciValue' : this.valueKey,
|
|
5432
5432
|
rules: this.rules,
|
|
@@ -5434,6 +5434,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5434
5434
|
}, this.$attrs, {
|
|
5435
5435
|
data: this.option
|
|
5436
5436
|
});
|
|
5437
|
+
if (this.type === 'textarea') {
|
|
5438
|
+
config.type = 'textarea';
|
|
5439
|
+
}
|
|
5440
|
+
return config;
|
|
5437
5441
|
},
|
|
5438
5442
|
icon: function icon() {
|
|
5439
5443
|
if (this.filterIcon === true) {
|
|
@@ -5705,8 +5709,8 @@ var componentNormalizer = __webpack_require__(3);
|
|
|
5705
5709
|
|
|
5706
5710
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
5707
5711
|
src_columnvue_type_script_lang_js_,
|
|
5708
|
-
|
|
5709
|
-
|
|
5712
|
+
columnvue_type_template_id_5798afd2_render,
|
|
5713
|
+
columnvue_type_template_id_5798afd2_staticRenderFns,
|
|
5710
5714
|
false,
|
|
5711
5715
|
null,
|
|
5712
5716
|
null,
|