@fecp/mobile 1.1.33 → 1.1.35

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.
@@ -10,7 +10,6 @@ const _sfc_main = {};
10
10
  function _sfc_render(_ctx, _cache) {
11
11
  const _component_van_popup = Popup;
12
12
  return openBlock(), createBlock(_component_van_popup, mergeProps(_ctx.$attrs, {
13
- position: "bottom",
14
13
  "close-on-popstate": "",
15
14
  "safe-area-inset-bottom": ""
16
15
  }), createSlots({ _: 2 }, [
@@ -37,7 +37,7 @@ const _sfc_main = {
37
37
  emit("change", { ...activeObj.value });
38
38
  }
39
39
  function changeClick(value, item) {
40
- emit("click", { value, item, ...activeObj.value });
40
+ emit("clickItem", { value, item, ...activeObj.value });
41
41
  }
42
42
  return (_ctx, _cache) => {
43
43
  const _component_van_dropdown_item = DropdownItem;
@@ -12,7 +12,6 @@ const _sfc_main = {};
12
12
  function _sfc_render(_ctx, _cache) {
13
13
  const _component_van_popup = index.Popup;
14
14
  return vue.openBlock(), vue.createBlock(_component_van_popup, vue.mergeProps(_ctx.$attrs, {
15
- position: "bottom",
16
15
  "close-on-popstate": "",
17
16
  "safe-area-inset-bottom": ""
18
17
  }), vue.createSlots({ _: 2 }, [
@@ -39,7 +39,7 @@ const _sfc_main = {
39
39
  emit("change", { ...activeObj.value });
40
40
  }
41
41
  function changeClick(value, item) {
42
- emit("click", { value, item, ...activeObj.value });
42
+ emit("clickItem", { value, item, ...activeObj.value });
43
43
  }
44
44
  return (_ctx, _cache) => {
45
45
  const _component_van_dropdown_item = index$1.DropdownItem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/mobile",
3
- "version": "1.1.33",
3
+ "version": "1.1.35",
4
4
  "main": "lib/packages/mobile/index.js",
5
5
  "module": "es/packages/mobile/index.mjs",
6
6
  "files": [