@mobileaction/action-kit 1.39.35-beta.1 → 1.40.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 +12 -0
- package/dist/action-kit.mjs +1 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
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.40.0](https://github.com/mobileaction/action-kit/compare/v1.39.35...v1.40.0) (2024-12-24)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **DUV-6827:** native tab component implementation
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **DUV-6827:** app icon component border radius update ([45de6a5](https://github.com/mobileaction/action-kit/commit/45de6a5b0c7449ae835e15fdddec801b10377736))
|
|
16
|
+
|
|
5
17
|
## [1.39.35](https://github.com/mobileaction/action-kit/compare/v1.39.34...v1.39.35) (2024-12-11)
|
|
6
18
|
|
|
7
19
|
|
package/dist/action-kit.mjs
CHANGED
|
@@ -13028,9 +13028,7 @@ const cS = /* @__PURE__ */ Bi(uS), fS = ["disabled", "data-tab-key"], pS = /* @_
|
|
|
13028
13028
|
iconPlacement: {}
|
|
13029
13029
|
},
|
|
13030
13030
|
setup(a) {
|
|
13031
|
-
const s = a, i = ai("activeKey", Ze(null)), c = T(
|
|
13032
|
-
() => !s.disabled && s.tabKey.toString() === i.value.toString()
|
|
13033
|
-
);
|
|
13031
|
+
const s = a, i = ai("activeKey", Ze(null)), c = T(() => !s.disabled && s.tabKey == i.value);
|
|
13034
13032
|
return (v, d) => c.value ? oe(v.$slots, "default", { key: 0 }) : ae("", !0);
|
|
13035
13033
|
}
|
|
13036
13034
|
}), eD = [
|