@mobileaction/action-kit 1.42.2 → 1.42.3
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 +9 -0
- package/dist/action-kit.mjs +4 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
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.3](https://github.com/mobileaction/action-kit/compare/v1.42.2...v1.42.3) (2025-02-03)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **DUV:** popover trigger fix ([cc05760](https://github.com/mobileaction/action-kit/commit/cc057601604c85313112f686815a0c83253de985))
|
|
11
|
+
* **DUV:** popover trigger fix ([abc7751](https://github.com/mobileaction/action-kit/commit/abc7751fbdad27da190bfd10b0b69ecd2f473ff4))
|
|
12
|
+
* **DUV:** popover trigger fix ([644eb9f](https://github.com/mobileaction/action-kit/commit/644eb9fc784d730b2a11a9fe6797ce08f6135154))
|
|
13
|
+
|
|
5
14
|
## [1.42.2](https://github.com/mobileaction/action-kit/compare/v1.42.1...v1.42.2) (2025-01-29)
|
|
6
15
|
|
|
7
16
|
|
package/dist/action-kit.mjs
CHANGED
|
@@ -15587,10 +15587,8 @@ const J4 = /* @__PURE__ */ Fi(q4), X4 = {
|
|
|
15587
15587
|
shown: d.value,
|
|
15588
15588
|
"onUpdate:shown": C[0] || (C[0] = (T) => d.value = T)
|
|
15589
15589
|
}, P.$attrs, {
|
|
15590
|
-
|
|
15591
|
-
"
|
|
15592
|
-
"popper-triggers": P.trigger,
|
|
15593
|
-
"popper-hide-triggers": g.value,
|
|
15590
|
+
triggers: P.trigger,
|
|
15591
|
+
"popper-triggers": g.value,
|
|
15594
15592
|
distance: 12,
|
|
15595
15593
|
"auto-hide": P.autoHide,
|
|
15596
15594
|
placement: P.placement,
|
|
@@ -15600,10 +15598,7 @@ const J4 = /* @__PURE__ */ Fi(q4), X4 = {
|
|
|
15600
15598
|
"popper-class": v.value,
|
|
15601
15599
|
container: P.popupContainer,
|
|
15602
15600
|
"no-auto-focus": P.noAutoFocus,
|
|
15603
|
-
delay: {
|
|
15604
|
-
show: P.showDelay,
|
|
15605
|
-
hide: P.hideDelay
|
|
15606
|
-
},
|
|
15601
|
+
delay: { show: P.showDelay, hide: P.hideDelay },
|
|
15607
15602
|
onApplyShow: C[1] || (C[1] = (T) => w(!0)),
|
|
15608
15603
|
onApplyHide: C[2] || (C[2] = (T) => w(!1))
|
|
15609
15604
|
}), {
|
|
@@ -15614,7 +15609,7 @@ const J4 = /* @__PURE__ */ Fi(q4), X4 = {
|
|
|
15614
15609
|
re(P.$slots, "default")
|
|
15615
15610
|
]),
|
|
15616
15611
|
_: 3
|
|
15617
|
-
}, 16, ["shown", "
|
|
15612
|
+
}, 16, ["shown", "triggers", "popper-triggers", "auto-hide", "placement", "disabled", "positioning-disabled", "popper-class", "container", "no-auto-focus", "delay"]));
|
|
15618
15613
|
}
|
|
15619
15614
|
}), wp = [
|
|
15620
15615
|
"gray",
|