eoss-mobiles 0.1.66 → 0.1.67
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 +18 -9
- package/lib/index.js +1 -1
- package/lib/picker.js +12 -3
- package/package.json +1 -1
- package/packages/picker/src/main.vue +10 -1
- package/src/index.js +1 -1
|
@@ -4760,8 +4760,8 @@ radio_src_main.install = function (Vue) {
|
|
|
4760
4760
|
};
|
|
4761
4761
|
|
|
4762
4762
|
/* harmony default export */ var packages_radio = (radio_src_main);
|
|
4763
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=template&id=
|
|
4764
|
-
var
|
|
4763
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=template&id=32019233&
|
|
4764
|
+
var mainvue_type_template_id_32019233_render = function () {
|
|
4765
4765
|
var _vm = this
|
|
4766
4766
|
var _h = _vm.$createElement
|
|
4767
4767
|
var _c = _vm._self._c || _h
|
|
@@ -5040,11 +5040,11 @@ var mainvue_type_template_id_6961be90_render = function () {
|
|
|
5040
5040
|
1
|
|
5041
5041
|
)
|
|
5042
5042
|
}
|
|
5043
|
-
var
|
|
5044
|
-
|
|
5043
|
+
var mainvue_type_template_id_32019233_staticRenderFns = []
|
|
5044
|
+
mainvue_type_template_id_32019233_render._withStripped = true
|
|
5045
5045
|
|
|
5046
5046
|
|
|
5047
|
-
// CONCATENATED MODULE: ./packages/picker/src/main.vue?vue&type=template&id=
|
|
5047
|
+
// CONCATENATED MODULE: ./packages/picker/src/main.vue?vue&type=template&id=32019233&
|
|
5048
5048
|
|
|
5049
5049
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=script&lang=js&
|
|
5050
5050
|
var src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -5239,6 +5239,10 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
5239
5239
|
type: String,
|
|
5240
5240
|
default: '/'
|
|
5241
5241
|
},
|
|
5242
|
+
beforResponse: {
|
|
5243
|
+
type: [Function, String],
|
|
5244
|
+
default: ''
|
|
5245
|
+
},
|
|
5242
5246
|
valueKey: {
|
|
5243
5247
|
type: String,
|
|
5244
5248
|
default: 'value'
|
|
@@ -5539,7 +5543,12 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
5539
5543
|
_this4.newColumns = info;
|
|
5540
5544
|
}
|
|
5541
5545
|
if (_this4.isTable) _this4.$emit('tableColumns', _this4.newColumns);
|
|
5542
|
-
_this4.
|
|
5546
|
+
if (_this4.beforResponse) {
|
|
5547
|
+
_this4.newColumns = _this4.beforResponse(_this4.newColumns);
|
|
5548
|
+
_this4.getValue();
|
|
5549
|
+
} else {
|
|
5550
|
+
_this4.getValue();
|
|
5551
|
+
}
|
|
5543
5552
|
} else {
|
|
5544
5553
|
_this4.$toast(message);
|
|
5545
5554
|
}
|
|
@@ -5567,8 +5576,8 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
5567
5576
|
|
|
5568
5577
|
var picker_src_main_component = normalizeComponent(
|
|
5569
5578
|
packages_picker_src_mainvue_type_script_lang_js_,
|
|
5570
|
-
|
|
5571
|
-
|
|
5579
|
+
mainvue_type_template_id_32019233_render,
|
|
5580
|
+
mainvue_type_template_id_32019233_staticRenderFns,
|
|
5572
5581
|
false,
|
|
5573
5582
|
null,
|
|
5574
5583
|
null,
|
|
@@ -17832,7 +17841,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
17832
17841
|
}
|
|
17833
17842
|
|
|
17834
17843
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
17835
|
-
version: '0.1.
|
|
17844
|
+
version: '0.1.67',
|
|
17836
17845
|
install: install,
|
|
17837
17846
|
Button: packages_button,
|
|
17838
17847
|
ButtonGroup: button_group,
|