@mobileaction/action-kit 1.42.1 → 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 +8 -0
- package/dist/action-kit.mjs +4 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
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
|
+
|
|
5
13
|
## [1.42.1](https://github.com/mobileaction/action-kit/compare/v1.42.0...v1.42.1) (2025-01-29)
|
|
6
14
|
|
|
7
15
|
|
package/dist/action-kit.mjs
CHANGED
|
@@ -15587,9 +15587,8 @@ 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
|
-
|
|
15591
|
-
"
|
|
15592
|
-
"popper-triggers": w.trigger,
|
|
15590
|
+
triggers: w.trigger,
|
|
15591
|
+
"popper-triggers": ["hover"],
|
|
15593
15592
|
distance: 12,
|
|
15594
15593
|
"auto-hide": w.autoHide,
|
|
15595
15594
|
placement: w.placement,
|
|
@@ -15599,10 +15598,7 @@ const J4 = /* @__PURE__ */ Fi(q4), X4 = {
|
|
|
15599
15598
|
"popper-class": v.value,
|
|
15600
15599
|
container: w.popupContainer,
|
|
15601
15600
|
"no-auto-focus": w.noAutoFocus,
|
|
15602
|
-
delay: {
|
|
15603
|
-
show: w.showDelay,
|
|
15604
|
-
hide: w.hideDelay
|
|
15605
|
-
},
|
|
15601
|
+
delay: { show: w.showDelay, hide: w.hideDelay },
|
|
15606
15602
|
onApplyShow: E[1] || (E[1] = (C) => g(!0)),
|
|
15607
15603
|
onApplyHide: E[2] || (E[2] = (C) => g(!1))
|
|
15608
15604
|
}), {
|
|
@@ -15613,7 +15609,7 @@ const J4 = /* @__PURE__ */ Fi(q4), X4 = {
|
|
|
15613
15609
|
re(w.$slots, "default")
|
|
15614
15610
|
]),
|
|
15615
15611
|
_: 3
|
|
15616
|
-
}, 16, ["shown", "
|
|
15612
|
+
}, 16, ["shown", "triggers", "auto-hide", "placement", "disabled", "positioning-disabled", "popper-class", "container", "no-auto-focus", "delay"]));
|
|
15617
15613
|
}
|
|
15618
15614
|
}), wp = [
|
|
15619
15615
|
"gray",
|