@mobileaction/action-kit 1.42.0 → 1.42.1
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 +7 -0
- package/dist/action-kit.mjs +5 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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.1](https://github.com/mobileaction/action-kit/compare/v1.42.0...v1.42.1) (2025-01-29)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **DUV:** popover trigger fix ([39e6367](https://github.com/mobileaction/action-kit/commit/39e63675db7895019e0e2f9384737bd5f18edc78))
|
|
11
|
+
|
|
5
12
|
## [1.42.0](https://github.com/mobileaction/action-kit/compare/v1.41.7...v1.42.0) (2025-01-28)
|
|
6
13
|
|
|
7
14
|
|
package/dist/action-kit.mjs
CHANGED
|
@@ -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 {
|
|
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,10 @@ 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
|
+
"show-triggers": w.trigger,
|
|
15591
|
+
"hide-triggers": w.trigger,
|
|
15592
|
+
"popper-triggers": w.trigger,
|
|
15590
15593
|
distance: 12,
|
|
15591
|
-
triggers: w.trigger,
|
|
15592
15594
|
"auto-hide": w.autoHide,
|
|
15593
15595
|
placement: w.placement,
|
|
15594
15596
|
disabled: w.disabled,
|
|
@@ -15611,7 +15613,7 @@ const J4 = /* @__PURE__ */ Fi(q4), X4 = {
|
|
|
15611
15613
|
re(w.$slots, "default")
|
|
15612
15614
|
]),
|
|
15613
15615
|
_: 3
|
|
15614
|
-
}, 16, ["shown", "triggers", "auto-hide", "placement", "disabled", "positioning-disabled", "popper-class", "container", "no-auto-focus", "delay"]));
|
|
15616
|
+
}, 16, ["shown", "show-triggers", "hide-triggers", "popper-triggers", "auto-hide", "placement", "disabled", "positioning-disabled", "popper-class", "container", "no-auto-focus", "delay"]));
|
|
15615
15617
|
}
|
|
15616
15618
|
}), wp = [
|
|
15617
15619
|
"gray",
|