@mobileaction/action-kit 1.42.0 → 1.42.2-beta.0

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/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.42.2](https://github.com/mobileaction/action-kit/compare/v1.42.1...v1.42.2) (2025-01-29)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **DUV:** popover trigger fix ([23cf801](https://github.com/mobileaction/action-kit/commit/23cf8019011b2feade837f587a715b12af375c36))
11
+ * **DUV:** popover trigger fix ([5858f9c](https://github.com/mobileaction/action-kit/commit/5858f9c7c98d0ee4027f6e159df25244d98a7d03))
12
+
13
+ ## [1.42.1](https://github.com/mobileaction/action-kit/compare/v1.42.0...v1.42.1) (2025-01-29)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **DUV:** popover trigger fix ([39e6367](https://github.com/mobileaction/action-kit/commit/39e63675db7895019e0e2f9384737bd5f18edc78))
19
+
5
20
  ## [1.42.0](https://github.com/mobileaction/action-kit/compare/v1.41.7...v1.42.0) (2025-01-28)
6
21
 
7
22
 
@@ -2,7 +2,7 @@ import { Comment as ny, Text as iy, defineComponent as xe, useSlots as Gt, useAt
2
2
  import { Switch as hy, Tooltip as dy, Form as vy, FormItem as my, Radio as gy, Checkbox as yy, Select as by, InputPassword as _y, Input as ky, Textarea as wy, SelectOption as Cy, CheckboxGroup as Sy, RadioGroup as Iy, Alert as My, Modal as Ay, Dropdown as $y, Tabs as xy, TabPane as Ty, InputNumber as Py, Popover as Ey, Slider as Ly, Menu as By, MenuItem as Oy, Image as Fy, ImagePreviewGroup as Dy, RangePicker as zy, DatePicker as Ny, ConfigProvider as Ry } from "ant-design-vue";
3
3
  import { SelectOptGroup as Iz } from "ant-design-vue";
4
4
  import { useElementSize as Iu, useElementHover as Vy, useElementBounding as jy, useScroll as Gy, useScrollLock as Wy, onClickOutside as Uy, useResizeObserver as xf } from "@vueuse/core";
5
- import { Menu as Zy } from "floating-vue";
5
+ import { Dropdown as Zy } from "floating-vue";
6
6
  import { DynamicScroller as Hy, DynamicScrollerItem as Yy } from "vue-virtual-scroller";
7
7
  import Ky from "vuedraggable";
8
8
  import es from "dayjs";
@@ -15587,8 +15587,9 @@ const J4 = /* @__PURE__ */ Fi(q4), X4 = {
15587
15587
  shown: d.value,
15588
15588
  "onUpdate:shown": E[0] || (E[0] = (C) => d.value = C)
15589
15589
  }, w.$attrs, {
15590
- distance: 12,
15591
15590
  triggers: w.trigger,
15591
+ "popper-triggers": ["hover"],
15592
+ distance: 12,
15592
15593
  "auto-hide": w.autoHide,
15593
15594
  placement: w.placement,
15594
15595
  disabled: w.disabled,
@@ -15597,10 +15598,7 @@ const J4 = /* @__PURE__ */ Fi(q4), X4 = {
15597
15598
  "popper-class": v.value,
15598
15599
  container: w.popupContainer,
15599
15600
  "no-auto-focus": w.noAutoFocus,
15600
- delay: {
15601
- show: w.showDelay,
15602
- hide: w.hideDelay
15603
- },
15601
+ delay: { show: w.showDelay, hide: w.hideDelay },
15604
15602
  onApplyShow: E[1] || (E[1] = (C) => g(!0)),
15605
15603
  onApplyHide: E[2] || (E[2] = (C) => g(!1))
15606
15604
  }), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
- "version": "1.42.0",
3
+ "version": "1.42.2-beta.0",
4
4
  "type": "module",
5
5
  "main": "dist/action-kit.mjs",
6
6
  "module": "dist/action-kit.mjs",