eoss-mobiles 0.2.41 → 0.2.43
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 +23 -12
- package/lib/grid.js +17 -6
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/grid/src/main.vue +4 -4
- package/src/index.js +1 -1
|
@@ -6824,8 +6824,8 @@ uploader_src_main.install = function (Vue) {
|
|
|
6824
6824
|
};
|
|
6825
6825
|
|
|
6826
6826
|
/* harmony default export */ var uploader = (uploader_src_main);
|
|
6827
|
-
// 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=
|
|
6828
|
-
var
|
|
6827
|
+
// 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=7f8c2223&
|
|
6828
|
+
var mainvue_type_template_id_7f8c2223_render = function () {
|
|
6829
6829
|
var _vm = this
|
|
6830
6830
|
var _h = _vm.$createElement
|
|
6831
6831
|
var _c = _vm._self._c || _h
|
|
@@ -6889,15 +6889,26 @@ var mainvue_type_template_id_d496bafc_render = function () {
|
|
|
6889
6889
|
item.icon.indexOf("/") != -1
|
|
6890
6890
|
? ""
|
|
6891
6891
|
: "van-icon-" + item.icon,
|
|
6892
|
-
style: {
|
|
6892
|
+
style: {
|
|
6893
|
+
fontSize:
|
|
6894
|
+
item.iconSize || _vm.$attrs["icon-size"]
|
|
6895
|
+
? item.iconSize || _vm.$attrs["icon-size"]
|
|
6896
|
+
: "",
|
|
6897
|
+
},
|
|
6893
6898
|
},
|
|
6894
6899
|
[
|
|
6895
6900
|
item.icon.startsWith("http") || item.icon.indexOf("/") != -1
|
|
6896
6901
|
? _c("img", {
|
|
6897
6902
|
staticClass: "van-icon__image",
|
|
6898
6903
|
style: {
|
|
6899
|
-
width:
|
|
6900
|
-
|
|
6904
|
+
width:
|
|
6905
|
+
item.iconSize || _vm.$attrs["icon-size"]
|
|
6906
|
+
? item.iconSize || _vm.$attrs["icon-size"]
|
|
6907
|
+
: "",
|
|
6908
|
+
height:
|
|
6909
|
+
item.iconSize || _vm.$attrs["icon-size"]
|
|
6910
|
+
? item.iconSize || _vm.$attrs["icon-size"]
|
|
6911
|
+
: "",
|
|
6901
6912
|
},
|
|
6902
6913
|
attrs: { src: item.icon },
|
|
6903
6914
|
})
|
|
@@ -7060,11 +7071,11 @@ var mainvue_type_template_id_d496bafc_render = function () {
|
|
|
7060
7071
|
1
|
|
7061
7072
|
)
|
|
7062
7073
|
}
|
|
7063
|
-
var
|
|
7064
|
-
|
|
7074
|
+
var mainvue_type_template_id_7f8c2223_staticRenderFns = []
|
|
7075
|
+
mainvue_type_template_id_7f8c2223_render._withStripped = true
|
|
7065
7076
|
|
|
7066
7077
|
|
|
7067
|
-
// CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=
|
|
7078
|
+
// CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=7f8c2223&
|
|
7068
7079
|
|
|
7069
7080
|
// 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&
|
|
7070
7081
|
//
|
|
@@ -7209,7 +7220,7 @@ mainvue_type_template_id_d496bafc_render._withStripped = true
|
|
|
7209
7220
|
},
|
|
7210
7221
|
addMenuIconSize: {
|
|
7211
7222
|
type: String,
|
|
7212
|
-
default: ''
|
|
7223
|
+
default: '40px'
|
|
7213
7224
|
}
|
|
7214
7225
|
},
|
|
7215
7226
|
data: function data() {
|
|
@@ -7376,8 +7387,8 @@ mainvue_type_template_id_d496bafc_render._withStripped = true
|
|
|
7376
7387
|
|
|
7377
7388
|
var grid_src_main_component = normalizeComponent(
|
|
7378
7389
|
packages_grid_src_mainvue_type_script_lang_js_,
|
|
7379
|
-
|
|
7380
|
-
|
|
7390
|
+
mainvue_type_template_id_7f8c2223_render,
|
|
7391
|
+
mainvue_type_template_id_7f8c2223_staticRenderFns,
|
|
7381
7392
|
false,
|
|
7382
7393
|
null,
|
|
7383
7394
|
null,
|
|
@@ -22250,7 +22261,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
22250
22261
|
}
|
|
22251
22262
|
|
|
22252
22263
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
22253
|
-
version: '0.2.
|
|
22264
|
+
version: '0.2.43',
|
|
22254
22265
|
install: install,
|
|
22255
22266
|
Button: packages_button,
|
|
22256
22267
|
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=7f8c2223&
|
|
203
203
|
var render = function () {
|
|
204
204
|
var _vm = this
|
|
205
205
|
var _h = _vm.$createElement
|
|
@@ -264,15 +264,26 @@ var render = function () {
|
|
|
264
264
|
item.icon.indexOf("/") != -1
|
|
265
265
|
? ""
|
|
266
266
|
: "van-icon-" + item.icon,
|
|
267
|
-
style: {
|
|
267
|
+
style: {
|
|
268
|
+
fontSize:
|
|
269
|
+
item.iconSize || _vm.$attrs["icon-size"]
|
|
270
|
+
? item.iconSize || _vm.$attrs["icon-size"]
|
|
271
|
+
: "",
|
|
272
|
+
},
|
|
268
273
|
},
|
|
269
274
|
[
|
|
270
275
|
item.icon.startsWith("http") || item.icon.indexOf("/") != -1
|
|
271
276
|
? _c("img", {
|
|
272
277
|
staticClass: "van-icon__image",
|
|
273
278
|
style: {
|
|
274
|
-
width:
|
|
275
|
-
|
|
279
|
+
width:
|
|
280
|
+
item.iconSize || _vm.$attrs["icon-size"]
|
|
281
|
+
? item.iconSize || _vm.$attrs["icon-size"]
|
|
282
|
+
: "",
|
|
283
|
+
height:
|
|
284
|
+
item.iconSize || _vm.$attrs["icon-size"]
|
|
285
|
+
? item.iconSize || _vm.$attrs["icon-size"]
|
|
286
|
+
: "",
|
|
276
287
|
},
|
|
277
288
|
attrs: { src: item.icon },
|
|
278
289
|
})
|
|
@@ -439,7 +450,7 @@ var staticRenderFns = []
|
|
|
439
450
|
render._withStripped = true
|
|
440
451
|
|
|
441
452
|
|
|
442
|
-
// CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=
|
|
453
|
+
// CONCATENATED MODULE: ./packages/grid/src/main.vue?vue&type=template&id=7f8c2223&
|
|
443
454
|
|
|
444
455
|
// 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&
|
|
445
456
|
//
|
|
@@ -584,7 +595,7 @@ render._withStripped = true
|
|
|
584
595
|
},
|
|
585
596
|
addMenuIconSize: {
|
|
586
597
|
type: String,
|
|
587
|
-
default: ''
|
|
598
|
+
default: '40px'
|
|
588
599
|
}
|
|
589
600
|
},
|
|
590
601
|
data: function data() {
|