eoss-mobiles 0.1.59 → 0.1.60
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/lib/eoss-mobile.common.js +12 -10
- package/lib/index.js +1 -1
- package/lib/table-column.js +6 -4
- package/package.json +1 -1
- package/packages/table-column/src/main.vue +4 -3
- package/src/index.js +1 -1
|
@@ -8254,8 +8254,8 @@ table_src_main.install = function (Vue) {
|
|
|
8254
8254
|
};
|
|
8255
8255
|
|
|
8256
8256
|
/* harmony default export */ var table = (table_src_main);
|
|
8257
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/table-column/src/main.vue?vue&type=template&id=
|
|
8258
|
-
var
|
|
8257
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/table-column/src/main.vue?vue&type=template&id=3d3e49ee&
|
|
8258
|
+
var mainvue_type_template_id_3d3e49ee_render = function () {
|
|
8259
8259
|
var _vm = this
|
|
8260
8260
|
var _h = _vm.$createElement
|
|
8261
8261
|
var _c = _vm._self._c || _h
|
|
@@ -8903,11 +8903,11 @@ var mainvue_type_template_id_15223560_render = function () {
|
|
|
8903
8903
|
)
|
|
8904
8904
|
: _vm._e()
|
|
8905
8905
|
}
|
|
8906
|
-
var
|
|
8907
|
-
|
|
8906
|
+
var mainvue_type_template_id_3d3e49ee_staticRenderFns = []
|
|
8907
|
+
mainvue_type_template_id_3d3e49ee_render._withStripped = true
|
|
8908
8908
|
|
|
8909
8909
|
|
|
8910
|
-
// CONCATENATED MODULE: ./packages/table-column/src/main.vue?vue&type=template&id=
|
|
8910
|
+
// CONCATENATED MODULE: ./packages/table-column/src/main.vue?vue&type=template&id=3d3e49ee&
|
|
8911
8911
|
|
|
8912
8912
|
// CONCATENATED MODULE: ./packages/table-column/src/mixins/table.js
|
|
8913
8913
|
/* harmony default export */ var mixins_table = ({
|
|
@@ -9556,13 +9556,13 @@ var src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typ
|
|
|
9556
9556
|
},
|
|
9557
9557
|
methods: (_methods = {
|
|
9558
9558
|
getValue: function getValue(row) {
|
|
9559
|
-
// [item.field || item.prop]
|
|
9560
9559
|
var str = void 0;
|
|
9561
9560
|
var _item = this.item,
|
|
9562
9561
|
field = _item.field,
|
|
9563
9562
|
prop = _item.prop,
|
|
9564
9563
|
valueKey = _item.valueKey,
|
|
9565
|
-
labelKey = _item.labelKey
|
|
9564
|
+
labelKey = _item.labelKey,
|
|
9565
|
+
type = _item.type;
|
|
9566
9566
|
|
|
9567
9567
|
if (this.newOptionData[field || prop]) {
|
|
9568
9568
|
if (Array.isArray(row[field || prop])) {
|
|
@@ -9591,6 +9591,8 @@ var src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typ
|
|
|
9591
9591
|
}
|
|
9592
9592
|
} else if (typeof row[field || prop] == 'string') {
|
|
9593
9593
|
str = row[field || prop];
|
|
9594
|
+
} else if (type == 'number') {
|
|
9595
|
+
str = row[field || prop];
|
|
9594
9596
|
} else {
|
|
9595
9597
|
if (Array.isArray(row[field || prop]) && row[field || prop].length == 0) {
|
|
9596
9598
|
str = '';
|
|
@@ -9670,8 +9672,8 @@ var src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typ
|
|
|
9670
9672
|
|
|
9671
9673
|
var table_column_src_main_component = normalizeComponent(
|
|
9672
9674
|
packages_table_column_src_mainvue_type_script_lang_js_,
|
|
9673
|
-
|
|
9674
|
-
|
|
9675
|
+
mainvue_type_template_id_3d3e49ee_render,
|
|
9676
|
+
mainvue_type_template_id_3d3e49ee_staticRenderFns,
|
|
9675
9677
|
false,
|
|
9676
9678
|
null,
|
|
9677
9679
|
null,
|
|
@@ -17620,7 +17622,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
17620
17622
|
}
|
|
17621
17623
|
|
|
17622
17624
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
17623
|
-
version: '0.1.
|
|
17625
|
+
version: '0.1.60',
|
|
17624
17626
|
install: install,
|
|
17625
17627
|
Button: packages_button,
|
|
17626
17628
|
ButtonGroup: button_group,
|