eoss-mobiles 0.2.24 → 0.2.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/lib/eoss-mobile.common.js +14 -9
- package/lib/grid.js +8 -3
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/grid/src/main.vue +31 -26
- package/src/index.js +1 -1
|
@@ -6637,8 +6637,8 @@ uploader_src_main.install = function (Vue) {
|
|
|
6637
6637
|
};
|
|
6638
6638
|
|
|
6639
6639
|
/* harmony default export */ var uploader = (uploader_src_main);
|
|
6640
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/grid/src/main.vue?vue&type=template&id=
|
|
6641
|
-
var
|
|
6640
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/grid/src/main.vue?vue&type=template&id=74623ee7&
|
|
6641
|
+
var mainvue_type_template_id_74623ee7_render = function () {
|
|
6642
6642
|
var _vm = this
|
|
6643
6643
|
var _h = _vm.$createElement
|
|
6644
6644
|
var _c = _vm._self._c || _h
|
|
@@ -6694,11 +6694,11 @@ var mainvue_type_template_id_52a27892_render = function () {
|
|
|
6694
6694
|
1
|
|
6695
6695
|
)
|
|
6696
6696
|
}
|
|
6697
|
-
var
|
|
6698
|
-
|
|
6697
|
+
var mainvue_type_template_id_74623ee7_staticRenderFns = []
|
|
6698
|
+
mainvue_type_template_id_74623ee7_render._withStripped = true
|
|
6699
6699
|
|
|
6700
6700
|
|
|
6701
|
-
// CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=
|
|
6701
|
+
// CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=74623ee7&
|
|
6702
6702
|
|
|
6703
6703
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/grid/src/main.vue?vue&type=script&lang=js&
|
|
6704
6704
|
//
|
|
@@ -6730,11 +6730,16 @@ mainvue_type_template_id_52a27892_render._withStripped = true
|
|
|
6730
6730
|
textEllipsis: {
|
|
6731
6731
|
type: Boolean,
|
|
6732
6732
|
default: false
|
|
6733
|
+
},
|
|
6734
|
+
targetStop: {
|
|
6735
|
+
type: Boolean,
|
|
6736
|
+
default: true
|
|
6733
6737
|
}
|
|
6734
6738
|
},
|
|
6735
6739
|
methods: {
|
|
6736
6740
|
goView: function goView(event, val) {
|
|
6737
|
-
this.$emit('click',
|
|
6741
|
+
this.$emit('click', val);
|
|
6742
|
+
this.targetStop && event.stopPropagation();
|
|
6738
6743
|
}
|
|
6739
6744
|
}
|
|
6740
6745
|
});
|
|
@@ -6750,8 +6755,8 @@ mainvue_type_template_id_52a27892_render._withStripped = true
|
|
|
6750
6755
|
|
|
6751
6756
|
var grid_src_main_component = normalizeComponent(
|
|
6752
6757
|
packages_grid_src_mainvue_type_script_lang_js_,
|
|
6753
|
-
|
|
6754
|
-
|
|
6758
|
+
mainvue_type_template_id_74623ee7_render,
|
|
6759
|
+
mainvue_type_template_id_74623ee7_staticRenderFns,
|
|
6755
6760
|
false,
|
|
6756
6761
|
null,
|
|
6757
6762
|
null,
|
|
@@ -20360,7 +20365,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
20360
20365
|
}
|
|
20361
20366
|
|
|
20362
20367
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
20363
|
-
version: '0.2.
|
|
20368
|
+
version: '0.2.25',
|
|
20364
20369
|
install: install,
|
|
20365
20370
|
Button: packages_button,
|
|
20366
20371
|
ButtonGroup: button_group,
|
package/lib/grid.js
CHANGED
|
@@ -199,7 +199,7 @@ function normalizeComponent(
|
|
|
199
199
|
// ESM COMPAT FLAG
|
|
200
200
|
__webpack_require__.r(__webpack_exports__);
|
|
201
201
|
|
|
202
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/grid/src/main.vue?vue&type=template&id=
|
|
202
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/grid/src/main.vue?vue&type=template&id=74623ee7&
|
|
203
203
|
var render = function () {
|
|
204
204
|
var _vm = this
|
|
205
205
|
var _h = _vm.$createElement
|
|
@@ -260,7 +260,7 @@ var staticRenderFns = []
|
|
|
260
260
|
render._withStripped = true
|
|
261
261
|
|
|
262
262
|
|
|
263
|
-
// CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=
|
|
263
|
+
// CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=74623ee7&
|
|
264
264
|
|
|
265
265
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/grid/src/main.vue?vue&type=script&lang=js&
|
|
266
266
|
//
|
|
@@ -292,11 +292,16 @@ render._withStripped = true
|
|
|
292
292
|
textEllipsis: {
|
|
293
293
|
type: Boolean,
|
|
294
294
|
default: false
|
|
295
|
+
},
|
|
296
|
+
targetStop: {
|
|
297
|
+
type: Boolean,
|
|
298
|
+
default: true
|
|
295
299
|
}
|
|
296
300
|
},
|
|
297
301
|
methods: {
|
|
298
302
|
goView: function goView(event, val) {
|
|
299
|
-
this.$emit('click',
|
|
303
|
+
this.$emit('click', val);
|
|
304
|
+
this.targetStop && event.stopPropagation();
|
|
300
305
|
}
|
|
301
306
|
}
|
|
302
307
|
});
|