@mobileaction/action-kit 1.44.3 → 1.44.4
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 +2 -2
- 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.44.4](https://github.com/mobileaction/action-kit/compare/v1.44.3...v1.44.4) (2025-04-14)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **DUV-7459:** country select input slot usage ([eef66f6](https://github.com/mobileaction/action-kit/commit/eef66f6555e02cab86f89998448ad920a6becb33))
|
|
11
|
+
|
|
5
12
|
## [1.44.3](https://github.com/mobileaction/action-kit/compare/v1.44.2...v1.44.3) (2025-04-14)
|
|
6
13
|
|
|
7
14
|
|
package/dist/action-kit.mjs
CHANGED
|
@@ -15257,7 +15257,7 @@ const LT = /* @__PURE__ */ Wn($T), RT = { class: "country-option ma-select-item"
|
|
|
15257
15257
|
se(G.$slots, N, mr(En(D)))
|
|
15258
15258
|
])
|
|
15259
15259
|
})),
|
|
15260
|
-
p.value.length ? {
|
|
15260
|
+
p.value.length && !G.$slots?.input ? {
|
|
15261
15261
|
name: "input",
|
|
15262
15262
|
fn: he(() => [
|
|
15263
15263
|
ge("div", RT, [
|
|
@@ -15379,7 +15379,7 @@ const LT = /* @__PURE__ */ Wn($T), RT = { class: "country-option ma-select-item"
|
|
|
15379
15379
|
se(S.$slots, oe, mr(En(ae)))
|
|
15380
15380
|
])
|
|
15381
15381
|
})),
|
|
15382
|
-
p.value ? {
|
|
15382
|
+
p.value && !S.$slots?.input ? {
|
|
15383
15383
|
name: "input",
|
|
15384
15384
|
fn: he(() => [
|
|
15385
15385
|
ge("div", DT, [
|