@mobileaction/action-kit 1.27.6 → 1.27.8
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/.vscode/extensions.json +3 -0
- package/CHANGELOG.md +359 -0
- package/dist/action-kit.js +1 -1
- package/dist/action-kit.mjs +1 -1
- package/dist/components/content-scroller/index.vue.d.ts +12 -0
- package/dist/{index-776a5742.mjs → index-8175069d.mjs} +6 -4
- package/dist/{index-b6f66434.js → index-be1969f2.js} +2 -2
- package/dist/{lottie_light-5224323b.mjs → lottie_light-3c8c8887.mjs} +1 -1
- package/dist/{lottie_light-d19a8b38.js → lottie_light-682df2ce.js} +1 -1
- package/dist/src/components/content-scroller/index.vue.d.ts +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,359 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
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
|
+
|
|
5
|
+
## [1.27.8](https://github.com/mobileaction/action-kit/compare/v1.27.7...v1.27.8) (2024-06-11)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **DUV-5865:** flag icons CDN changed ([6a73e4b](https://github.com/mobileaction/action-kit/commit/6a73e4bbe5530937536ff31cda620be57e3b4973))
|
|
11
|
+
|
|
12
|
+
## [1.27.7](https://github.com/mobileaction/action-kit/compare/v1.27.6...v1.27.7) (2024-06-03)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **DUV-5885:** modal extra type prop removed ([57874f3](https://github.com/mobileaction/action-kit/commit/57874f3205c8dc264a5d654770deff089ea40508))
|
|
18
|
+
|
|
19
|
+
## [1.27.6](https://github.com/mobileaction/action-kit/compare/v1.27.5...v1.27.6) (2024-06-03)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* **DUV:** Fix content scroller buttons visibility states ([5f7d01c](https://github.com/mobileaction/action-kit/commit/5f7d01cf6063a78553eaee089c27332708dc83e7))
|
|
25
|
+
|
|
26
|
+
## [1.27.5](https://github.com/mobileaction/action-kit/compare/v1.27.4...v1.27.5) (2024-05-31)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* **DUV-5723:** notification remove animation ([240c839](https://github.com/mobileaction/action-kit/commit/240c839b68e4dcd35d3ef49b43faf2f0d5913958))
|
|
32
|
+
|
|
33
|
+
## [1.27.4](https://github.com/mobileaction/action-kit/compare/v1.27.3...v1.27.4) (2024-05-29)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* **DUV-5163:** cascader scroll active element ([8b5300c](https://github.com/mobileaction/action-kit/commit/8b5300cef189bffd064a334b2744f21b061d9f5c))
|
|
39
|
+
|
|
40
|
+
## [1.27.3](https://github.com/mobileaction/action-kit/compare/v1.27.2...v1.27.3) (2024-05-24)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* **DUV-5842:** Modal header is centered when it's not closable ([8251a54](https://github.com/mobileaction/action-kit/commit/8251a544ed6a6b82968500d32d09268a4b798a44))
|
|
46
|
+
|
|
47
|
+
## [1.27.2](https://github.com/mobileaction/action-kit/compare/v1.27.1...v1.27.2) (2024-05-24)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Bug Fixes
|
|
51
|
+
|
|
52
|
+
* **DUV-5163:** cascader component overflow issue fix ([fe36125](https://github.com/mobileaction/action-kit/commit/fe36125b53c1138451800175b495307fd0641cb6))
|
|
53
|
+
|
|
54
|
+
## [1.27.1](https://github.com/mobileaction/action-kit/compare/v1.27.0...v1.27.1) (2024-05-21)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Bug Fixes
|
|
58
|
+
|
|
59
|
+
* **DUV-5722:** cascader component ui improvements ([9459a96](https://github.com/mobileaction/action-kit/commit/9459a96f6df3f40458be070904dd885bbc30174a))
|
|
60
|
+
|
|
61
|
+
## [1.27.0](https://github.com/mobileaction/action-kit/compare/v1.26.24...v1.27.0) (2024-05-20)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Features
|
|
65
|
+
|
|
66
|
+
* **DUV-5722:** active children auto open on mounted ([b54be3b](https://github.com/mobileaction/action-kit/commit/b54be3b75daf37b4f14467598c81ac8affbcdd77))
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Bug Fixes
|
|
70
|
+
|
|
71
|
+
* **DUV-5722:** size prop name fix ([c4529c7](https://github.com/mobileaction/action-kit/commit/c4529c7d614c38d341096adea21dc7ff9450624c))
|
|
72
|
+
|
|
73
|
+
## [1.26.24](https://github.com/mobileaction/action-kit/compare/v1.26.23...v1.26.24) (2024-05-14)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
* **DUV-5698:** Add social media icons ([624951e](https://github.com/mobileaction/action-kit/commit/624951e380013a08593b3a3ba347853414e3590e))
|
|
79
|
+
|
|
80
|
+
## [1.26.23](https://github.com/mobileaction/action-kit/compare/v1.26.22...v1.26.23) (2024-05-10)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Bug Fixes
|
|
84
|
+
|
|
85
|
+
* **duv-5739:** re Style updates on MaImage modal operations ([891b1b6](https://github.com/mobileaction/action-kit/commit/891b1b6e9a2bceb96a31e9ba751e3a33c2bd678a))
|
|
86
|
+
|
|
87
|
+
## [1.26.22](https://github.com/mobileaction/action-kit/compare/v1.26.21...v1.26.22) (2024-05-09)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Bug Fixes
|
|
91
|
+
|
|
92
|
+
* **DUV-5758:** Fix content scroller scroll offset calculation ([8541c4d](https://github.com/mobileaction/action-kit/commit/8541c4d34cf2ac3f0edf8a5eddf99bbcba9d5f53))
|
|
93
|
+
|
|
94
|
+
## [1.26.21](https://github.com/mobileaction/action-kit/compare/v1.26.20...v1.26.21) (2024-05-08)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Bug Fixes
|
|
98
|
+
|
|
99
|
+
* **DUV-5272:** release yaml steps has been organized ([fa59b12](https://github.com/mobileaction/action-kit/commit/fa59b12c6de09718847c47952c3d089f9d46f406))
|
|
100
|
+
|
|
101
|
+
## [1.26.20](https://github.com/mobileaction/action-kit/compare/v1.26.19...v1.26.20) (2024-05-08)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Bug Fixes
|
|
105
|
+
|
|
106
|
+
* **DUV-5272:** setup-node@v4 registry-url fix ([db4f45b](https://github.com/mobileaction/action-kit/commit/db4f45b7a907fd67f4ecb51bf06af2e1b8fcb821))
|
|
107
|
+
|
|
108
|
+
## [1.26.19](https://github.com/mobileaction/action-kit/compare/v1.26.18...v1.26.19) (2024-05-08)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Bug Fixes
|
|
112
|
+
|
|
113
|
+
* **DUV-5272:** release-please bugfix ([e0482ac](https://github.com/mobileaction/action-kit/commit/e0482acd19e83db5b95b598cca6174f453a0000c))
|
|
114
|
+
|
|
115
|
+
## 1.26.18 (2024-05-08)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Features
|
|
119
|
+
|
|
120
|
+
* country select badge variant added ([2ee48ac](https://github.com/mobileaction/action-kit/commit/2ee48ac0460b32320b422f3abe8c8e8642fcc469))
|
|
121
|
+
* **DIV-4280:** design improvements ([64a981d](https://github.com/mobileaction/action-kit/commit/64a981dff2fc7c5a122bb626a7bf3b8fe088103c))
|
|
122
|
+
* **DIV-4280:** highlight animation ([e7df7da](https://github.com/mobileaction/action-kit/commit/e7df7dafc38143566e656249c2c565f190bceb1e))
|
|
123
|
+
* **DUV-4547:** ActionKit popconfirm component implementation ([82463e0](https://github.com/mobileaction/action-kit/commit/82463e06a9db76043a314c576f3ab4a58ebc0d3c))
|
|
124
|
+
* **DUV-4553:** kwGroupFilter overlayPosition prop and design improvements ([151ca5a](https://github.com/mobileaction/action-kit/commit/151ca5a8d4a3a0261c053a467419749292ebc6cb))
|
|
125
|
+
* **DUV-4610:** switch component multiple structure & colorful store icons ([8b550f8](https://github.com/mobileaction/action-kit/commit/8b550f80c90b6e095c24a0bc7a23f0fb044435c5))
|
|
126
|
+
* **DUV-4620:** button highlight version added ([81bd221](https://github.com/mobileaction/action-kit/commit/81bd2211abb3d685b606f3e823915bc1e0986d8e))
|
|
127
|
+
* **DUV-4620:** pulse mixin ([80a7eaa](https://github.com/mobileaction/action-kit/commit/80a7eaa2b0b1b0be6581e12e1d9d048a43345b2f))
|
|
128
|
+
* **DUV-4643:** scrollable badge tooltip option ([de57709](https://github.com/mobileaction/action-kit/commit/de577098a7acff954663a5ab1a8fe7c4a0f91365))
|
|
129
|
+
* **DUV-4706:** ActionKit RadioCard component background changed ([fa83844](https://github.com/mobileaction/action-kit/commit/fa83844781502972e643830e9b5e72d640057c73))
|
|
130
|
+
* **DUV-4706:** ActionKit RadioCard component implementation ([21eeb01](https://github.com/mobileaction/action-kit/commit/21eeb010724aa718c0e60e84b041185d8b8ab49a))
|
|
131
|
+
* **DUV-4707:** ActionKit StepItem component ([0309f04](https://github.com/mobileaction/action-kit/commit/0309f04c52f1bfa70264a3ef9d33d221b9fc76c6))
|
|
132
|
+
* **DUV-4792:** 404 and maintenance animations added ([7aa9d65](https://github.com/mobileaction/action-kit/commit/7aa9d65982b1d8e9cd0732634e89ba0d87dc045d))
|
|
133
|
+
* **DUV-4792:** version ([9a06f2e](https://github.com/mobileaction/action-kit/commit/9a06f2e4d86bc4dd8fd2c1f274afd6423d7c022a))
|
|
134
|
+
* **DUV-4915:** switch component loading state added ([ec37d38](https://github.com/mobileaction/action-kit/commit/ec37d384c5f2ba93ebb0b809b0bece56bc2d832f))
|
|
135
|
+
* **DUV-5004:** date and range picker input styles ([7620b0e](https://github.com/mobileaction/action-kit/commit/7620b0ea285a41e9402348ab6e917b2eb6c26240))
|
|
136
|
+
* **DUV-5004:** datepicker footer ([59c2ed5](https://github.com/mobileaction/action-kit/commit/59c2ed5d72abbff7eccd17f9d9b536291a7c3b12))
|
|
137
|
+
* **DUV-5004:** datepicker implementation completed ([e8d9632](https://github.com/mobileaction/action-kit/commit/e8d9632947b58c4f927a177570b385affa3d255f))
|
|
138
|
+
* **DUV-5004:** datepicker implementation initial files ([63943a0](https://github.com/mobileaction/action-kit/commit/63943a09f25233d3173d9bd32d8da1114f0765b3))
|
|
139
|
+
* **DUV-5004:** datepicker preset implementation ([619be43](https://github.com/mobileaction/action-kit/commit/619be435e280263ed60863b8d3b0900809cc4385))
|
|
140
|
+
* **DUV-5004:** datepicker single selection styles ([947b883](https://github.com/mobileaction/action-kit/commit/947b883224770c599147f1a610116fb93c83f264))
|
|
141
|
+
* **DUV-5004:** range picker initial files ([15925f8](https://github.com/mobileaction/action-kit/commit/15925f85490bd62a0cfdfdcdcdc42dfb34dc33c5))
|
|
142
|
+
* **DUV-5004:** range picker last 7 days usage example added ([d0424e2](https://github.com/mobileaction/action-kit/commit/d0424e2a48d17220d5dc0dedc3b18a65937033b1))
|
|
143
|
+
* **DUV-5084:** Implement pagination v2 ([3371713](https://github.com/mobileaction/action-kit/commit/337171317a46813fa8bfda413142e147ffe36ab5))
|
|
144
|
+
* **DUV-5084:** Upgrade package version ([86e0fee](https://github.com/mobileaction/action-kit/commit/86e0feed89fa7f87b6aa7d74a18542a7ee770fd9))
|
|
145
|
+
* **DUV-5272:** release yaml file added ([a285ede](https://github.com/mobileaction/action-kit/commit/a285edeec8ab27eef91ba021d82761bfdca704ac))
|
|
146
|
+
* **DUV-5317:** new icons added ([4eb6d38](https://github.com/mobileaction/action-kit/commit/4eb6d38df216280b07343971bef2f6109f402ff0))
|
|
147
|
+
* **DUV-5317:** new icons added ([f1c422f](https://github.com/mobileaction/action-kit/commit/f1c422fdc36305e6f4f221cfe8d1c3c6e0a22ab7))
|
|
148
|
+
* **DUV-5489:** Implement `MaContentScroller` component ([b4c338e](https://github.com/mobileaction/action-kit/commit/b4c338e04b014440b5a35268b99cd40f62501834))
|
|
149
|
+
* **DUV-5629:** multi country select ux improvements ([9952927](https://github.com/mobileaction/action-kit/commit/995292756ed6f28c3b96d27200f74c1005932ce5))
|
|
150
|
+
* **DUV-5735:** package version ([a9a7abf](https://github.com/mobileaction/action-kit/commit/a9a7abfd7f98fdbfb68d5f1b9ca50da6541ad7b5))
|
|
151
|
+
* **PEC-3767:** typography variables defined, typography component implemented ([0d52ae6](https://github.com/mobileaction/action-kit/commit/0d52ae603f065a2fcc27b28088f05c77f0deafb0))
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
### Bug Fixes
|
|
155
|
+
|
|
156
|
+
* additional modal type icon prop added ([47a9640](https://github.com/mobileaction/action-kit/commit/47a9640f3d825d6071e7ad4652a497233f675d7e))
|
|
157
|
+
* **app-icon:** ActionKit app icon x-small platform icon fixed ([89c953f](https://github.com/mobileaction/action-kit/commit/89c953f4022821227c354cfc43ab48c723f034da))
|
|
158
|
+
* autocomplete expose methods added ([21d6a2e](https://github.com/mobileaction/action-kit/commit/21d6a2e3532e77588b999a6fcd86dd196e48e11d))
|
|
159
|
+
* autocomplete search input expose ([82de15f](https://github.com/mobileaction/action-kit/commit/82de15f48b67ed36af6d93b2bf33b77181342ff3))
|
|
160
|
+
* country select component custom option slot ([134947e](https://github.com/mobileaction/action-kit/commit/134947ee7785dd5a328e05a6b8b9dd2e0703b08b))
|
|
161
|
+
* datepicker ux improvements ([583d2e9](https://github.com/mobileaction/action-kit/commit/583d2e912bf3325f26d4422e02f64a142a510341))
|
|
162
|
+
* datepicker ux improvements ([0d397f6](https://github.com/mobileaction/action-kit/commit/0d397f61ff2327fa9b3b184c3e9fe669fe3e1515))
|
|
163
|
+
* datepicker ux improvements ([20cc60a](https://github.com/mobileaction/action-kit/commit/20cc60a86882a6dbb60f197e4f281a0443e50dd8))
|
|
164
|
+
* **DUV_5735:** visible false added to handle cancel funct for cancel button ([c2f5e2f](https://github.com/mobileaction/action-kit/commit/c2f5e2f3a9cec72bdd90d0a58fa5c829dd6a7c94))
|
|
165
|
+
* **DUV-4280:** gradient icons multiple usage dublicate id fix ([33e7ca1](https://github.com/mobileaction/action-kit/commit/33e7ca14324332f2b02632d05ac7616fa54b588d))
|
|
166
|
+
* **DUV-4547:** ActionKit popconfirm component request review changes applied ([637d8ec](https://github.com/mobileaction/action-kit/commit/637d8ec984a174b3afbacc80d4464f97bb8f1f1c))
|
|
167
|
+
* **DUV-4553:** kw group filter close after selection ([9818cb5](https://github.com/mobileaction/action-kit/commit/9818cb5a264a411614163658c9fda10b047740f8))
|
|
168
|
+
* **DUV-4559:** ActionKit keyword group badge fixed ([9a63020](https://github.com/mobileaction/action-kit/commit/9a63020e5b16a336294d1dd5d204993acd873466))
|
|
169
|
+
* **DUV-4574:** modal h render feature added & card collapse overflow style improvement ([5129ce2](https://github.com/mobileaction/action-kit/commit/5129ce22218b6bd75638fefb1a40ed1c6b1f008c))
|
|
170
|
+
* **DUV-4610:** design dix ([a33e0d0](https://github.com/mobileaction/action-kit/commit/a33e0d0dea7abff542404cc916cb85c8f312e5fd))
|
|
171
|
+
* **DUV-4610:** switch component test & build fixes ([c2697e6](https://github.com/mobileaction/action-kit/commit/c2697e6ae473983c6ef8efab26fe67402725533a))
|
|
172
|
+
* **DUV-4610:** switch options label added ([ed4e18f](https://github.com/mobileaction/action-kit/commit/ed4e18fd5c45048fec1639264e6d2a4bba3c116b))
|
|
173
|
+
* **DUV-4628:** Fix badge active state ([8c075c4](https://github.com/mobileaction/action-kit/commit/8c075c4f375eafe8a03abe84cb994b7e84d40039))
|
|
174
|
+
* **DUV-4642:** trace new icons added ([68eac63](https://github.com/mobileaction/action-kit/commit/68eac63bf4d85a6e5abc0525e803b2efc879f130))
|
|
175
|
+
* **DUV-4643:** scrollable badge version ([a4c0e5e](https://github.com/mobileaction/action-kit/commit/a4c0e5e04829154f361b2d34c352e6e6e800d89d))
|
|
176
|
+
* **DUV-4706:** ActionKit RadioCard component fixed ([e6c8534](https://github.com/mobileaction/action-kit/commit/e6c853440d185c8ab69349cc528bd1ccc259fb15))
|
|
177
|
+
* **DUV-4706:** ActionKit RadioCard component fixed ([a30b9a7](https://github.com/mobileaction/action-kit/commit/a30b9a768d4a69298171d24743d56f544c8ae06b))
|
|
178
|
+
* **DUV-4706:** ActionKit RadioCard fixed ([4b7454c](https://github.com/mobileaction/action-kit/commit/4b7454c8ea08649d71cd1cad6c17256579a3490e))
|
|
179
|
+
* **DUV-4706:** ActionKit RadioCard fixed ([6bfdaec](https://github.com/mobileaction/action-kit/commit/6bfdaec6bc9e37e56b0b05ef949dcb545e809c4e))
|
|
180
|
+
* **DUV-4706:** ActionKit RadioCard Fixed ([8bcf9c5](https://github.com/mobileaction/action-kit/commit/8bcf9c5f793e1981a6d295636aca2f2bdfd19487))
|
|
181
|
+
* **DUV-4706:** ActionKit RadioCard Fixed ([1316d92](https://github.com/mobileaction/action-kit/commit/1316d92c16986e0970bbd54b4d6fbfdcde913b07))
|
|
182
|
+
* **DUV-4706:** ActionKit RadioCard Fixed, stepitem changed feedbacks ([b009952](https://github.com/mobileaction/action-kit/commit/b0099523319299b0c0a0d6afc94cfcdbc3c6925e))
|
|
183
|
+
* **DUV-4706:** ActionKit RadioCard font added ([9ae69d0](https://github.com/mobileaction/action-kit/commit/9ae69d05cc5118f90d43019b07a823fa04c468fa))
|
|
184
|
+
* **DUV-4755:** Fix scroll effect ([ec450b5](https://github.com/mobileaction/action-kit/commit/ec450b5debe133eaa7a10ffe1aa4a7f38ebede50))
|
|
185
|
+
* **DUV-4755:** Fix scrollable badge auto scroll issue ([8981af1](https://github.com/mobileaction/action-kit/commit/8981af1e6164b9325d36a55aa8934b53231a9b5a))
|
|
186
|
+
* **DUV-4755:** Remove scrollable badge auto scroll ([f366b36](https://github.com/mobileaction/action-kit/commit/f366b368166c1a5b1453219721b197b4b55e92a0))
|
|
187
|
+
* **DUV-4755:** Replace inline value with 'center' ([c773785](https://github.com/mobileaction/action-kit/commit/c7737851695e58911dd6787c025db8a123b10f88))
|
|
188
|
+
* **DUV-4791:** Slider component limit and icon fixed ([488288b](https://github.com/mobileaction/action-kit/commit/488288bba6d693f77318e3b04c44143d65fab4f0))
|
|
189
|
+
* **DUV-4812:** drawer transition refactor ([db3df3e](https://github.com/mobileaction/action-kit/commit/db3df3e6f6d632608236a84118cb00a71f79203c))
|
|
190
|
+
* **DUV-4816:** Dropdown partially clickable ([b08219b](https://github.com/mobileaction/action-kit/commit/b08219b472a65632c337d140dd9ae72b8e301720))
|
|
191
|
+
* **DUV-5004:** datepicker design improvements ([c71f9e8](https://github.com/mobileaction/action-kit/commit/c71f9e84f2ae93f840a0978cca862fd8ce2c7ca2))
|
|
192
|
+
* **DUV-5084:** Set specific colors for `page-link` elements ([faf0f94](https://github.com/mobileaction/action-kit/commit/faf0f94be776e1753e66592cf387fb29980e8627))
|
|
193
|
+
* **DUV-5272:** main branch name change ([fdc46ca](https://github.com/mobileaction/action-kit/commit/fdc46ca30ed50c8eb8a54831190d0052304cff59))
|
|
194
|
+
* **DUV-5272:** standard-version to release-please upgrade ([805473a](https://github.com/mobileaction/action-kit/commit/805473a30a18fb36886be486d1cc674141df3e55))
|
|
195
|
+
* **DUV-5272:** test-results.json file added & unnecessary tests removed ([55160bf](https://github.com/mobileaction/action-kit/commit/55160bfed017e574a2ed35a0909b7ae4e9859fa5))
|
|
196
|
+
* **DUV-5272:** unnecessary release-please package removed ([335121d](https://github.com/mobileaction/action-kit/commit/335121d13f3ffe5c2d8662c3e28073ca60aa7070))
|
|
197
|
+
* **DUV-5317:** SSR window usage bugfix ([0360c6d](https://github.com/mobileaction/action-kit/commit/0360c6d9e377e55b1d5f9c1a22773bb6bdee8286))
|
|
198
|
+
* **DUV-5360:** Fix `MaContentScroller` default export ([e317a88](https://github.com/mobileaction/action-kit/commit/e317a8814e9567bd0ec0a91e0fa9b71003c935a3))
|
|
199
|
+
* **DUV-5360:** Fix content scroller buttons visibility ([a468122](https://github.com/mobileaction/action-kit/commit/a468122ae9f81d971558df5658535372958fdfe0))
|
|
200
|
+
* **DUV-5360:** Fix content scroller buttons visibility ([f745121](https://github.com/mobileaction/action-kit/commit/f74512162299f4f8dd4c65712466af5773611726))
|
|
201
|
+
* **DUV-5385:** Fix pagination visibility ([69fc8c2](https://github.com/mobileaction/action-kit/commit/69fc8c256c051c5a455124629d29cdb9e1fc9948))
|
|
202
|
+
* **DUV-5433:** pagination z index fix ([414e3cc](https://github.com/mobileaction/action-kit/commit/414e3cc30588b27d708b9f9d0ee9b651a87ef3dd))
|
|
203
|
+
* **DUV-5433:** pagination z index fix ([d0c52f0](https://github.com/mobileaction/action-kit/commit/d0c52f04fa88aae89cd477df83bb83870e8bf0a4))
|
|
204
|
+
* **DUV-5467:** country select - new multiselect implementation ([8520537](https://github.com/mobileaction/action-kit/commit/85205378229777928cc9ab1477c9f8020621b36c))
|
|
205
|
+
* **DUV-5467:** coutnry select filter fn ([1c28d9f](https://github.com/mobileaction/action-kit/commit/1c28d9fe12ab87cd5c08c6e3f9485dba0f7d4e26))
|
|
206
|
+
* **DUV-5489:** Fix icon current colors ([a810e60](https://github.com/mobileaction/action-kit/commit/a810e6045d9038b707629bb2cd5a5d8906221586))
|
|
207
|
+
* **DUV-5609:** scrollable badge component design update ([b6fd701](https://github.com/mobileaction/action-kit/commit/b6fd701b4d1ab0dd81cf40db7a64e29bbbb2a14a))
|
|
208
|
+
* **DUV-5610:** badge related component design improvement ([c6f0493](https://github.com/mobileaction/action-kit/commit/c6f04934821eb8493bdf0ad3b37654364851aa06))
|
|
209
|
+
* **DUV:** Another slider fix ([687b255](https://github.com/mobileaction/action-kit/commit/687b2556370bf6742019e590adedb1a896ac34b0))
|
|
210
|
+
* **DUV:** ASO new header icons build fix ([6d92295](https://github.com/mobileaction/action-kit/commit/6d92295ce411f56a46317e03238c2c9840c08b3e))
|
|
211
|
+
* **DUV:** dependency build fix change to atlassian to yarn ([565f618](https://github.com/mobileaction/action-kit/commit/565f6180300552bea3735fcc156f59ffaf8b7b16))
|
|
212
|
+
* **DUV:** dependency build source changed ([955cde6](https://github.com/mobileaction/action-kit/commit/955cde6c43ec49c237e265b450bd2d6bf5351b17))
|
|
213
|
+
* **DUV:** input number placeholder prop added ([1318d04](https://github.com/mobileaction/action-kit/commit/1318d04f73d62f73cd0784a138a9805fbd1d9a58))
|
|
214
|
+
* **DUV:** new icons added ([1fdb9ed](https://github.com/mobileaction/action-kit/commit/1fdb9ed830cfd279d01bbfc36bbaedaad3ffe27c))
|
|
215
|
+
* **DUV:** new icons stroke and fill fixed ([d30f278](https://github.com/mobileaction/action-kit/commit/d30f278e22a374c275aa53067074996b5b69bc87))
|
|
216
|
+
* **DUV:** pages deploy fix ([ecc183c](https://github.com/mobileaction/action-kit/commit/ecc183cdfe20d9a4a10e17c0fd6c767df492d0ba))
|
|
217
|
+
* **DUV:** parenting-bulk.svg icon fixed ([3dc0e8d](https://github.com/mobileaction/action-kit/commit/3dc0e8daaf5f6a9458b3d5bec8fff30b835033f9))
|
|
218
|
+
* **DUV:** Set drawer z-index to 9999 ([87c8514](https://github.com/mobileaction/action-kit/commit/87c8514cbf49500049ba0a6c10f4ed91c575aa3b))
|
|
219
|
+
* **DUV:** slider fix ([0167f21](https://github.com/mobileaction/action-kit/commit/0167f21a6652468bc7d494b0764d1601c5d7a5a0))
|
|
220
|
+
* **DUV:** slider fix ([6866760](https://github.com/mobileaction/action-kit/commit/68667604b86b64f923fca429d16b052307b91ef5))
|
|
221
|
+
* **DUV:** slider fix ([8df93db](https://github.com/mobileaction/action-kit/commit/8df93dbda0c0ecb1d98e4db3fd85215c02c0dab3))
|
|
222
|
+
* **DUV:** update checked prop added to toggle ([fbfea55](https://github.com/mobileaction/action-kit/commit/fbfea55f61246f361e9cb9ff890db209befde09a))
|
|
223
|
+
* modal component cancel event ([f87d1b1](https://github.com/mobileaction/action-kit/commit/f87d1b104e6e61595e141b086b5ffb5b02d114be))
|
|
224
|
+
* **optionGroup:** ActionKit optionGroup exported ([59ce205](https://github.com/mobileaction/action-kit/commit/59ce2050602ca6b222e273ad244cf4d6bdcee188))
|
|
225
|
+
* **PEC-3578:** build fix ([59ce30c](https://github.com/mobileaction/action-kit/commit/59ce30c361ce6c147f3062cb3f60456a710d4fa2))
|
|
226
|
+
* **PEC-3620:** Slider rework review request fixes ([f17651a](https://github.com/mobileaction/action-kit/commit/f17651ad63f4146a044f36b289cda3a5a4422a72))
|
|
227
|
+
* **PEC-3620:** Slider rework review request fixes ([4a133cf](https://github.com/mobileaction/action-kit/commit/4a133cfbda8872126de8b90c68320ee0bf3bb230))
|
|
228
|
+
* **PEC-3620:** Slider rework review request fixes ([b7eb912](https://github.com/mobileaction/action-kit/commit/b7eb91264c31ceff59fe5cb1b6df7716adceee83))
|
|
229
|
+
* **PEC-3642:** PR review feedbacks applied ([63bcdf3](https://github.com/mobileaction/action-kit/commit/63bcdf322c12fcbf87125a1c4e256ee4565671a0))
|
|
230
|
+
* **PEC-3642:** PR review feedbacks applied ([3584a93](https://github.com/mobileaction/action-kit/commit/3584a93aca9abf20f4989061f6539e90f9745f2b))
|
|
231
|
+
* **PEC-3642:** PR review feedbacks applied ([614efbb](https://github.com/mobileaction/action-kit/commit/614efbb95f8c332fb86f0fe40c7d2e279c2f7528))
|
|
232
|
+
* **PEC-3642:** PR review feedbacks applied ([912e88b](https://github.com/mobileaction/action-kit/commit/912e88b5e2ca8fb14e3fead61347826390128bd8))
|
|
233
|
+
* **PEC-3642:** slots fixed ([af5f8e3](https://github.com/mobileaction/action-kit/commit/af5f8e3abc8e0b179f34a66524386684711c92d2))
|
|
234
|
+
* **PEC-3642:** sonarCloud analysis fixed ([aa84628](https://github.com/mobileaction/action-kit/commit/aa84628a469be2f4ebc35b4166013a56d68d54da))
|
|
235
|
+
* **PEC-3642:** styles fixed ([3b66f18](https://github.com/mobileaction/action-kit/commit/3b66f1893d01e9535c70484a804323506d653f1e))
|
|
236
|
+
* **PEC-3642:** styles fixed ([f22f966](https://github.com/mobileaction/action-kit/commit/f22f9668c89f832b5740744d226aa095930732d0))
|
|
237
|
+
* **PEC-3642:** styles fixed ([52cf219](https://github.com/mobileaction/action-kit/commit/52cf2192aa7d9f182b64b24e14b8021e43bfd35a))
|
|
238
|
+
* **PEC-3642:** styles fixed ([1efe244](https://github.com/mobileaction/action-kit/commit/1efe244485b1e999df2405e14bdbc96aac65d3bb))
|
|
239
|
+
* **PEC-3642:** tags type removed ([68f131d](https://github.com/mobileaction/action-kit/commit/68f131df590ccf89b6a542363fd5f7406de7cf9d))
|
|
240
|
+
* **PEC:** badge leading hotfix ([9682786](https://github.com/mobileaction/action-kit/commit/96827867e94316ce0dc1e5e6644c46d3867d7dda))
|
|
241
|
+
* **PEC:** MaSelect Hotfix ([03ec3d3](https://github.com/mobileaction/action-kit/commit/03ec3d32389fc1ce41a4f4d7c848ff803fe316dd))
|
|
242
|
+
* **PEC:** select dropdown search hotfix ([0f5d1c2](https://github.com/mobileaction/action-kit/commit/0f5d1c2a5f098db84f78dce860ab37eba5dc2c31))
|
|
243
|
+
* **PEC:** Slider rework ([3fdb2de](https://github.com/mobileaction/action-kit/commit/3fdb2de7e3af8203e8ac853e3a272b8a89181235))
|
|
244
|
+
* **PEC:** Slider rework dot step fix ([c67b71c](https://github.com/mobileaction/action-kit/commit/c67b71cfff2885ebca044a16dc02aa6373cfdaee))
|
|
245
|
+
* **PEC:** Slider rework dot step fix ([dbdc45b](https://github.com/mobileaction/action-kit/commit/dbdc45b65b11994f68501f8231ec39b66e575e16))
|
|
246
|
+
* **PEC:** Slider rework example added ([0c345ea](https://github.com/mobileaction/action-kit/commit/0c345ea780d58d391858228a6f35b72dc0780479))
|
|
247
|
+
* **PEC:** Slider rework example added ([2fff363](https://github.com/mobileaction/action-kit/commit/2fff3637efcfa8f07b915dc031e1b76d1eaaef65))
|
|
248
|
+
* **PEC:** Slider rework fix ([aa299b1](https://github.com/mobileaction/action-kit/commit/aa299b1cc6393a60d6853a226f216e4d7092ae5c))
|
|
249
|
+
* **PEC:** Slider rework fix ([8566bc0](https://github.com/mobileaction/action-kit/commit/8566bc04b76e91b7d961e2f34c51deb0e010fa8c))
|
|
250
|
+
* **PEC:** Slider rework templates added ([b2d4022](https://github.com/mobileaction/action-kit/commit/b2d402209b3ce366cd925fd00f0e2f9340ac7d23))
|
|
251
|
+
* pop confirm trigger ([36068f4](https://github.com/mobileaction/action-kit/commit/36068f499cb338c78fd11d95232f1d66cfa88243))
|
|
252
|
+
* popconfirm empty div removed ([9bbbbf0](https://github.com/mobileaction/action-kit/commit/9bbbbf02bfb715f810cd0df0a9d6b7a34e9f37ab))
|
|
253
|
+
* **radio-card-mdx:** RadioCard style fixed ([9547b65](https://github.com/mobileaction/action-kit/commit/9547b65db39e5c64361314bc6588e7a8fe0f7a1b))
|
|
254
|
+
* **radio-card:** RadioCard style fixed ([efde942](https://github.com/mobileaction/action-kit/commit/efde942dfdc39ae361a8a0f4be2766b0b123ef65))
|
|
255
|
+
* removed unneccesseary imports ([c06230c](https://github.com/mobileaction/action-kit/commit/c06230c9ef5cbc193e34e9f5fc30802b7cea51e2))
|
|
256
|
+
* select dropdownVisibileChange event ([5754d91](https://github.com/mobileaction/action-kit/commit/5754d91d16b61bf607a117f376bf32d609bce228))
|
|
257
|
+
* **stepitem:** ActionKit stepitem feedback fix ([8914285](https://github.com/mobileaction/action-kit/commit/89142854aaae7a66843dcda7cf04706183f27a8a))
|
|
258
|
+
* switch text mask area ([4bbd142](https://github.com/mobileaction/action-kit/commit/4bbd14256ea1d817b0a6ad3dbd8f8ee23623a9d9))
|
|
259
|
+
* switch text mask area ([121c40a](https://github.com/mobileaction/action-kit/commit/121c40a3928893252b747171726fb6c948a93725))
|
|
260
|
+
* textarea 100% height removed ([cf332e6](https://github.com/mobileaction/action-kit/commit/cf332e6a978e5b59e3d1cc79f9b3c24c173eee5c))
|
|
261
|
+
* version number update ([98a747d](https://github.com/mobileaction/action-kit/commit/98a747d05ddfb97ecae62c6e9549488ee84d4bc9))
|
|
262
|
+
|
|
263
|
+
## 1.1.0 (2023-06-13)
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
### Features
|
|
267
|
+
|
|
268
|
+
* **ASP-254:** first iteration for buttons ([948b396](https://github.com/mobileaction/action-kit/commit/948b39671564e1377476f527d72b2c22802f1f1c))
|
|
269
|
+
* **ASP-255:** private storybook preview deployment implemantation ([33d6d2a](https://github.com/mobileaction/action-kit/commit/33d6d2a6e5b4185c5aa363e55764a5f6097fd1df))
|
|
270
|
+
* **ASP-256:** vue3 dynamic component preview decorator added and first storybook implementetion for social-button ([7e5af74](https://github.com/mobileaction/action-kit/commit/7e5af748f1eb9cf4a40f6dc1d0764c53c2d233c2))
|
|
271
|
+
* **ASP-265:** track button initial files and props and icons removed ([e3b53b8](https://github.com/mobileaction/action-kit/commit/e3b53b87b5e07bb21803546b51b70735a78d0abe))
|
|
272
|
+
* **ASP-265:** track button styles ([6ed1fbc](https://github.com/mobileaction/action-kit/commit/6ed1fbca620e3135d5be4af7cda93531364ae2a9))
|
|
273
|
+
* **ASP-267:** icons finish and publish ([1fb6da9](https://github.com/mobileaction/action-kit/commit/1fb6da942704ee792277f64fc74cd80612224620))
|
|
274
|
+
* **ASP-267:** icons importad ([e37d802](https://github.com/mobileaction/action-kit/commit/e37d802255f9252340779fe98701ecb90d6e5fd6))
|
|
275
|
+
* **ASP-269:** ma-form and ma-form-item components implementation ([d3fea27](https://github.com/mobileaction/action-kit/commit/d3fea27984fedf235f1c7b01ba4548087de3a764))
|
|
276
|
+
* **ASP-271:** Matoggle initial ([24bfeaa](https://github.com/mobileaction/action-kit/commit/24bfeaa522c7bd36d0360dc315d7caf2048d3f04))
|
|
277
|
+
* **ASP-271:** switch component added ([97df790](https://github.com/mobileaction/action-kit/commit/97df7900fd4b94abd9a25a59e8b4a449a4d51374))
|
|
278
|
+
* **ASP-271:** switch component export & npm version update ([88180d7](https://github.com/mobileaction/action-kit/commit/88180d7c33be9447140759c3bf22173a0946b77e))
|
|
279
|
+
* **ASP-271:** toggle component completed ([9010e50](https://github.com/mobileaction/action-kit/commit/9010e50aa636b00cb98e3a59d67084c62790e010))
|
|
280
|
+
* **ASP-274:** tooltip completed ([9383440](https://github.com/mobileaction/action-kit/commit/9383440b830bba581d2617da41762801c43df3ea))
|
|
281
|
+
* **ASP-298:** add labeler.yml to label opened PR from dev to master ([cce74bc](https://github.com/mobileaction/action-kit/commit/cce74bce3f7048526c456bb40359c7c4e67ca6d7))
|
|
282
|
+
* **ASP-327:** MaSelect with styles ([97a9fc3](https://github.com/mobileaction/action-kit/commit/97a9fc3e345229dd8295cb6004e0880e95fb35e8))
|
|
283
|
+
* **ASP-328:** MaNumericInput completed ([e4acc32](https://github.com/mobileaction/action-kit/commit/e4acc32f5f8a6eb62275229f8b0b93400ac30324))
|
|
284
|
+
* **ASP-333:** MaAppTrackingButton implementation completed ([392c572](https://github.com/mobileaction/action-kit/commit/392c572f2167b2f7c78b0211baae32c55a4b3f6b))
|
|
285
|
+
* **ASP-334:** MaAppIcon Component Implementation ([e14c3ae](https://github.com/mobileaction/action-kit/commit/e14c3ae6a990068a5b0d83653b53928e7e803605))
|
|
286
|
+
* **ASP-402:** remove athenian/exlude auto labeler from github actions ([f0a1583](https://github.com/mobileaction/action-kit/commit/f0a1583968e721888748c3e7560741ac45b3d539))
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
### Bug Fixes
|
|
290
|
+
|
|
291
|
+
* **ASP-242:** design & mobile ux improvements ([343dee9](https://github.com/mobileaction/action-kit/commit/343dee9ef1aae18c719eea6b347be65aed40d3e6))
|
|
292
|
+
* **ASP-254:** buton props & stories configuration ([dcbcacf](https://github.com/mobileaction/action-kit/commit/dcbcacf41bd19bb100ec52323bba9b8d30bc9295))
|
|
293
|
+
* **ASP-254:** dependency injection fix, build configuration & components first publishments ([e5245a1](https://github.com/mobileaction/action-kit/commit/e5245a15a79c773d636856c4290d4053892e1433))
|
|
294
|
+
* **ASP-254:** social buttons implementation ([8e6b4a9](https://github.com/mobileaction/action-kit/commit/8e6b4a95cf8c266f3b08b59efba49421400207cc))
|
|
295
|
+
* **ASP-256:** alert component stories updated ([3434781](https://github.com/mobileaction/action-kit/commit/3434781a46bb4d2c0185ff42af03ac2d3cdf1498))
|
|
296
|
+
* **ASP-256:** badge component stories updated ([65d39e4](https://github.com/mobileaction/action-kit/commit/65d39e4b5c838e6ca9b8f5fe0bf4005566b4b1e6))
|
|
297
|
+
* **ASP-256:** button component stories updated ([74bd857](https://github.com/mobileaction/action-kit/commit/74bd857a696723f3dd9b2eadaf09848614ca15f5))
|
|
298
|
+
* **ASP-256:** checkbox component stories updated ([abb584c](https://github.com/mobileaction/action-kit/commit/abb584c7569e627bd35bcad4546e2d9637698828))
|
|
299
|
+
* **ASP-256:** deployment yamp update, it is set to deploy when merge with master ([681785c](https://github.com/mobileaction/action-kit/commit/681785ce802949c1e26f6e6b5e1aa07f15516cc0))
|
|
300
|
+
* **ASP-256:** input component stories updated ([56e1dd4](https://github.com/mobileaction/action-kit/commit/56e1dd4690a8c337cdaa6d6d68b291f08790b0e8))
|
|
301
|
+
* **ASP-256:** radio component stories updated ([c3b9c29](https://github.com/mobileaction/action-kit/commit/c3b9c29b3a27c9f904cfb004f99ef02f5ffa3767))
|
|
302
|
+
* **ASP-256:** storybook folder names standardizations ([b9a8571](https://github.com/mobileaction/action-kit/commit/b9a85713f8b6509d467155b796e908be2929e9ff))
|
|
303
|
+
* **ASP-261:** description added and some fixes ([fabc69e](https://github.com/mobileaction/action-kit/commit/fabc69e6edb7431cce35d560a4d7c25fd80dedcb))
|
|
304
|
+
* **ASP-262:** bind typo fix, alert component capability check, quick fixes and storybook improvements ([8e65ba9](https://github.com/mobileaction/action-kit/commit/8e65ba98d2f46fb86bf4bb18586daf8cac7da136))
|
|
305
|
+
* **ASP-262:** social button component tsc improvements ([ceacfe6](https://github.com/mobileaction/action-kit/commit/ceacfe6a37d6f9a5ec8433efb455859cb2bb0e18))
|
|
306
|
+
* **ASP-264-First-publishment:** storybook upgrade, tsc configuration, custom declaration removed ([f108765](https://github.com/mobileaction/action-kit/commit/f108765f4332fb5a256d462e6a73b11ffcea9d26))
|
|
307
|
+
* **ASP-264:** ant design version update for searchads and lodash moved the devDependency ([4d335a5](https://github.com/mobileaction/action-kit/commit/4d335a53944709623bac433cb8ea6c30c0aea5f9))
|
|
308
|
+
* **ASP-264:** update tsconfig, tsconfig build error fix ([e0a2210](https://github.com/mobileaction/action-kit/commit/e0a221005e8b68c4a245d72062c0de9c3e159bf6))
|
|
309
|
+
* **ASP-264:** updated node version on github deployment yaml ([08ed0cd](https://github.com/mobileaction/action-kit/commit/08ed0cd6d678d08b75232cde54a922516eaea9a4))
|
|
310
|
+
* **ASP-265:** icons changed, styles and export ([898cad1](https://github.com/mobileaction/action-kit/commit/898cad1002691a45f5d6126fe2112bea8f94ca90))
|
|
311
|
+
* **ASP-265:** implemented mixin for iconColoring ([2baad40](https://github.com/mobileaction/action-kit/commit/2baad4059fc8e680b9c2f4fc113c8e578a3c0869))
|
|
312
|
+
* **ASP-265:** maButton loader changed ([7eb3f06](https://github.com/mobileaction/action-kit/commit/7eb3f06b2e07d0eb82c377d45d3ffb7d5ba0006b))
|
|
313
|
+
* **ASP-265:** maButton loader revert ([e299551](https://github.com/mobileaction/action-kit/commit/e299551047d65f177bac50fd1ada361aac154e56))
|
|
314
|
+
* **ASP-265:** some icons added ([a957721](https://github.com/mobileaction/action-kit/commit/a9577214b17b9dffd4391de5389357f705a9c71a))
|
|
315
|
+
* **ASP-267:** .nojekyll file added to build script ([3c4fd7a](https://github.com/mobileaction/action-kit/commit/3c4fd7a81f85b79a41311727e9ee0f441da8a421))
|
|
316
|
+
* **ASP-267:** github actions build fix ([d2a7810](https://github.com/mobileaction/action-kit/commit/d2a78106c8a715b2d376d0bed437a8d681519e72))
|
|
317
|
+
* **ASP-267:** icon names changed ([63037bb](https://github.com/mobileaction/action-kit/commit/63037bb04912e2af3f23adc41affb9dbe21fb185))
|
|
318
|
+
* **ASP-267:** icons country names updated ([e6d5c68](https://github.com/mobileaction/action-kit/commit/e6d5c6844f734b4ecce21ae14f2b823244fa0e17))
|
|
319
|
+
* **ASP-267:** icons pathes changed ([4367b09](https://github.com/mobileaction/action-kit/commit/4367b095238c73a7b4a0db00180a8b7a283446b6))
|
|
320
|
+
* **ASP-274:** button loader icon ([65e44eb](https://github.com/mobileaction/action-kit/commit/65e44eb3f14c19a2d37591aca696006f3e11d3ef))
|
|
321
|
+
* **ASP-274:** npm version updated ([23891e7](https://github.com/mobileaction/action-kit/commit/23891e748a0bec34cc61d7acffde830490ba1e42))
|
|
322
|
+
* **ASP-274:** tooltip closable added ([cdf749d](https://github.com/mobileaction/action-kit/commit/cdf749d01dc27e341011a90bcd8f6e6549f106b1))
|
|
323
|
+
* **ASP-324:** github actions cache package version update ([77a1304](https://github.com/mobileaction/action-kit/commit/77a1304d337b2f9e387cba992fb85686341a0065))
|
|
324
|
+
* **ASP-324:** github actions yml packages update ([80a3eee](https://github.com/mobileaction/action-kit/commit/80a3eee17fc1402d504f680fcdafbe265d093595))
|
|
325
|
+
* **ASP-327:** custom render search added ([e4964d7](https://github.com/mobileaction/action-kit/commit/e4964d733c26c07f16d0d8cec333b118b3af5e82))
|
|
326
|
+
* **ASP-327:** loading & disable states and style fixes ([fd31e93](https://github.com/mobileaction/action-kit/commit/fd31e93807d1a7fc514f82a04550d25de66ce685))
|
|
327
|
+
* **ASP-327:** stories updated ([b90ccec](https://github.com/mobileaction/action-kit/commit/b90ccec239964602b363d64f8f8a7281a786a642))
|
|
328
|
+
* **ASP-327:** style fixes ([93258cf](https://github.com/mobileaction/action-kit/commit/93258cfe5d532731981bcaac655d0d9bcb66cda6))
|
|
329
|
+
* **ASP-328:** MaNumericInput component export ([9180ae7](https://github.com/mobileaction/action-kit/commit/9180ae7ea5f72be1d89e028b76e50b0bd88940e8))
|
|
330
|
+
* **ASP-328:** MaNumericInput component stories ([8e85db1](https://github.com/mobileaction/action-kit/commit/8e85db1cf70d52657e57a6f0f17911a0e3236dfb))
|
|
331
|
+
* **ASP-331:** Input component refactor ([cd01d45](https://github.com/mobileaction/action-kit/commit/cd01d450815196ae5885ad1c0677e37d3f68570b))
|
|
332
|
+
* **ASP-339:** maform and maformItem input validations fix ([e0495d5](https://github.com/mobileaction/action-kit/commit/e0495d517442811024d61b1b298bc68adb0568ee))
|
|
333
|
+
* **ASP-342:** ant design css conflict fix & ant class names has been changed ([365edc3](https://github.com/mobileaction/action-kit/commit/365edc3853806ba0830b6da27659e9024774bf8a))
|
|
334
|
+
* **ASP-342:** appIcon font added ([db613ed](https://github.com/mobileaction/action-kit/commit/db613ed2ec55c8345edf1f0702273b65393de5ec))
|
|
335
|
+
* **ASP-342:** badge build warnings fix ([6e5a7cc](https://github.com/mobileaction/action-kit/commit/6e5a7cc9f9ed8f0dda88cfab231b1033ccd07264))
|
|
336
|
+
* **ASP-342:** button and input design improvements ([10bd6e0](https://github.com/mobileaction/action-kit/commit/10bd6e0f2ae847fb7078c8a6f40113e8267e4db6))
|
|
337
|
+
* **ASP-342:** design improvements ([72028a9](https://github.com/mobileaction/action-kit/commit/72028a9ff9a0bb030af1f0e235757190e5bb99a1))
|
|
338
|
+
* **ASP-342:** design issues fix ([04694d1](https://github.com/mobileaction/action-kit/commit/04694d12a38dff29570aaa223b527424bc65e4e6))
|
|
339
|
+
* **ASP-342:** font integration ([6bbffca](https://github.com/mobileaction/action-kit/commit/6bbffca79b7700a6303d4c1058a30c344bd1a993))
|
|
340
|
+
* **ASP-342:** integration style fixes ([3d4dd0e](https://github.com/mobileaction/action-kit/commit/3d4dd0e8c808eb5b4c2b5f63ea6f9dfafacf38ce))
|
|
341
|
+
* **ASP-342:** lint fixes ([4f4872f](https://github.com/mobileaction/action-kit/commit/4f4872f30306d1689c56e77bcadc735b45288a64))
|
|
342
|
+
* **ASP-342:** ma form methods implementation and input icon sizes ([218f823](https://github.com/mobileaction/action-kit/commit/218f8232ab9212c1bbd59fd4a5b71d1008145ca5))
|
|
343
|
+
* **ASP-342:** MaAlert checks done ([aaa01bb](https://github.com/mobileaction/action-kit/commit/aaa01bbc0174981e40f7f7267ce769910bbee880))
|
|
344
|
+
* **ASP-342:** MaAppIcon checks done ([db7c856](https://github.com/mobileaction/action-kit/commit/db7c856ed53fe39e0de5aaa35fccc2d3b0ffe1e1))
|
|
345
|
+
* **ASP-342:** MaAppTrackButton checks done ([c15610d](https://github.com/mobileaction/action-kit/commit/c15610daf2d28f20294db04cbf0321d0885a134e))
|
|
346
|
+
* **ASP-342:** MaBadge component checks done ([5a4072d](https://github.com/mobileaction/action-kit/commit/5a4072d8d668847b5f635f2b1e490f20cb958116))
|
|
347
|
+
* **ASP-342:** MaButton and Checkbox controls done and onboarding icnons imported to library ([a1b004b](https://github.com/mobileaction/action-kit/commit/a1b004b71195010995b1a5826c64098a9f1085fa))
|
|
348
|
+
* **ASP-342:** new icon added ([044e393](https://github.com/mobileaction/action-kit/commit/044e393d271c527751bc0cecd75a46c41ad9a81b))
|
|
349
|
+
* **ASP-342:** new npm version ([ca84a22](https://github.com/mobileaction/action-kit/commit/ca84a2247d953afb3c401b6f2704aa265c9a40ad))
|
|
350
|
+
* **ASP-342:** sb build warnings fix ([c4f7f58](https://github.com/mobileaction/action-kit/commit/c4f7f58557d6aad997c7174425114188660fa05a))
|
|
351
|
+
* **ASP-342:** sb font changes ([b10957b](https://github.com/mobileaction/action-kit/commit/b10957b19d835ab4f205a75ed6fc8b51b208d084))
|
|
352
|
+
* **ASP-342:** select dropdown render fix ([ad389de](https://github.com/mobileaction/action-kit/commit/ad389decaf993246d682d70f28db4163c3e971c3))
|
|
353
|
+
* **ASP-342:** Storybook descriptions completed ([30b1d21](https://github.com/mobileaction/action-kit/commit/30b1d21a50a74712c7b1cc7e4af3bc2529f744cd))
|
|
354
|
+
* **ASP-408:** apptrack button radio click handler ([550e2dd](https://github.com/mobileaction/action-kit/commit/550e2dd5d80299d93c99eb7a75ef68a9756518fb))
|
|
355
|
+
* **ASP-408:** button and badge improvements ([75b24c1](https://github.com/mobileaction/action-kit/commit/75b24c18b779d80e4d406f9c61240296f791af5f))
|
|
356
|
+
* **ASP-408:** design improvements ([fdbd856](https://github.com/mobileaction/action-kit/commit/fdbd856251ed883d569cb16b57a0bb4a9839f641))
|
|
357
|
+
* **ASP-408:** input desing fix ([bcc7726](https://github.com/mobileaction/action-kit/commit/bcc772617050d585eb4d1353f6d96ba73308912c))
|
|
358
|
+
* **ASP-408:** ma- prefix converted to ak- ([394e01e](https://github.com/mobileaction/action-kit/commit/394e01e330354e0e8477c191d1e212d61ac3fef1))
|
|
359
|
+
* **ASP-444:** ma-button type and variant props swapped, ma-button sizes changed, the size starts from small now and medium changed to the middle, tooltip and alert have slots now for HTML usage ([dcfc4ff](https://github.com/mobileaction/action-kit/commit/dcfc4ff1d74cd18051d68e0671f8e2a66f191589))
|
package/dist/action-kit.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index-be1969f2.js"),e=require("ant-design-vue");require("vue");require("@vueuse/core");require("vuedraggable");require("dayjs");require("@headlessui/vue");exports.ActionKitConfig=a.ActionKitConfig;exports.Animations=a.Animations;exports.AppIconPlatforms=a.AppIconPlatforms;exports.AppIconSizes=a.AppIconSizes;exports.ButtonIconAlignMents=a.ButtonIconAlignMents;exports.ButtonShapes=a.ButtonShapes;exports.ButtonSizes=a.ButtonSizes;exports.ButtonTargets=a.ButtonTargets;exports.ButtonTypes=a.ButtonTypes;exports.ButtonVariants=a.ButtonVariants;exports.CheckboxPlacementRight=a.CheckboxPlacementRight;exports.CheckboxPlacements=a.CheckboxPlacements;exports.MaAlert=a._sfc_main$20;exports.MaAlertPropTypes=a.MaAlertPropTypes;exports.MaAlertPropVariants=a.MaAlertPropVariants;exports.MaAnimation=a._sfc_main$21;exports.MaAppCheckbox=a._sfc_main$47;exports.MaAppIcon=a._sfc_main$16;exports.MaAppTrackButton=a._sfc_main$15;exports.MaAutoComplete=a._sfc_main$35;exports.MaAvatar=a._sfc_main$48;exports.MaBadge=a._sfc_main$19;exports.MaBadgePropIconAlignments=a.MaBadgePropIconAlignments;exports.MaBadgePropSizes=a.MaBadgePropSizes;exports.MaBadgePropTypes=a.MaBadgePropTypes;exports.MaBadgePropVariants=a.MaBadgePropVariants;exports.MaBadgeShape=a.MaBadgeShape;exports.MaButton=a._sfc_main;exports.MaCard=a._sfc_main$39;exports.MaCardAlignments=a.MaCardAlignments;exports.MaCardIconColors=a.MaCardIconColors;exports.MaCardSizes=a.MaCardSizes;exports.MaCascader=a._sfc_main$67;exports.MaCheckbox=a._sfc_main$11;exports.MaCheckboxGroup=a._sfc_main$12;exports.MaContentScroller=a._sfc_main$13;exports.MaCountryRadio=a._sfc_main$45;exports.MaCountrySelect=a._sfc_main$38;exports.MaDatePicker=a._sfc_main$65;exports.MaDrawer=a._sfc_main$41;exports.MaDropdown=a._sfc_main$25;exports.MaDropdownPlacements=a.MaDropdownPlacements;exports.MaDropdownTriggers=a.MaDropdownTriggers;exports.MaEmpty=a._sfc_main$26;exports.MaEmptyIcons=a.MaEmptyIcons;exports.MaEmptySizes=a.MaEmptySizes;exports.MaEmptyVariants=a.MaEmptyVariants;exports.MaFlagIconRatios=a.MaFlagIconRatios;exports.MaForm=a._sfc_main$5;exports.MaFormItem=a._sfc_main$6;exports.MaFormLayouts=a.MaFormLayouts;exports.MaIcon=a._sfc_main$8;exports.MaIconButton=a._sfc_main$43;exports.MaIconSizeClassNames=a.MaIconSizeClassNames;exports.MaIconSizes=a.MaIconSizes;exports.MaImage=a._sfc_main$59;exports.MaImageGroup=a._sfc_main$60;exports.MaInput=a._sfc_main$7;exports.MaInputCurrency=a.MaInputCurrency;exports.MaInputNumber=a._sfc_main$40;exports.MaInputSize=a.MaInputSize;exports.MaInputType=a.MaInputType;exports.MaKeywordGroupSelection=a._sfc_main$42;exports.MaList=a._sfc_main$50;exports.MaListItem=a.MaListItem;exports.MaListItemMeta=a._sfc_main$51;exports.MaMenu=a._sfc_main$54;exports.MaMenuItem=a._sfc_main$55;exports.MaModal=a._sfc_main$22;exports.MaModalTypeIcon=a.MaModalTypeIcon;exports.MaModalTypes=a.MaModalTypes;exports.MaNotification=a.index$1;exports.MaNumericInput=a._sfc_main$14;exports.MaPagination=a._sfc_main$58;exports.MaPopconfirm=a._sfc_main$61;exports.MaPopover=a._sfc_main$46;exports.MaProgress=a._sfc_main$34;exports.MaProgressCircleSizes=a.MaProgressCircleSizes;exports.MaProgressColors=a.MaProgressColors;exports.MaProgressPercentAlignments=a.MaProgressPercentAlignments;exports.MaProgressTypes=a.MaProgressTypes;exports.MaRadio=a._sfc_main$17;exports.MaRadioCard=a._sfc_main$64;exports.MaRadioGroup=a._sfc_main$18;exports.MaRadioTypes=a.MaRadioTypes;exports.MaRate=a._sfc_main$23;exports.MaRateColors=a.MaRateColors;exports.MaRateSizes=a.MaRateSizes;exports.MaResult=a.index;exports.MaScrollableBadge=a._sfc_main$52;exports.MaSelect=a._sfc_main$9;exports.MaSelectOption=a._sfc_main$10;exports.MaSideMenuAddNewAppButton=a._sfc_main$33;exports.MaSideMenuAppButton=a._sfc_main$32;exports.MaSideMenuButton=a._sfc_main$28;exports.MaSideMenuIconButton=a._sfc_main$30;exports.MaSideMenuItem=a._sfc_main$29;exports.MaSideMenuItemColors=a.MaSideMenuItemColors;exports.MaSideMenuRoundIconButton=a._sfc_main$31;exports.MaSlider=a._sfc_main$44;exports.MaSpin=a._sfc_main$24;exports.MaSpinColors=a.MaSpinColors;exports.MaSpinTypes=a.MaSpinTypes;exports.MaStep=a._sfc_main$57;exports.MaStepItem=a._sfc_main$63;exports.MaStepItems=a._sfc_main$62;exports.MaSteps=a._sfc_main$56;exports.MaSwitch=a._sfc_main$3;exports.MaTabIconAlignMents=a.MaTabIconAlignMents;exports.MaTabPane=a._sfc_main$37;exports.MaTabPositions=a.MaTabPositions;exports.MaTabTypes=a.MaTabTypes;exports.MaTabs=a._sfc_main$36;exports.MaTagInput=a._sfc_main$49;exports.MaToggle=a._sfc_main$2;exports.MaTooltip=a._sfc_main$4;exports.MaTrackButton=a._sfc_main$1;exports.MaTypography=a._sfc_main$66;exports.MaUpload=a._sfc_main$27;exports.MaUploadFileStatus=a.MaUploadFileStatus;exports.MaUploadSizes=a.MaUploadSizes;exports.MaUploadTypes=a.MaUploadTypes;exports.MaWatchlistButton=a._sfc_main$53;exports.MultiSelectOptionCheckbox=a.MultiSelectOptionCheckbox;exports.MultiSelectOptions=a.MultiSelectOptions;exports.NumericInputSizes=a.NumericInputSizes;exports.SelectModes=a.SelectModes;exports.SelectOptionTypeRadio=a.SelectOptionTypeRadio;exports.SelectOptionTypes=a.SelectOptionTypes;exports.SelectSizes=a.SelectSizes;exports.SwitchTypes=a.SwitchTypes;exports.ToggleSizes=a.ToggleSizes;exports.TooltipPlacements=a.TooltipPlacements;exports.TooltipTriggerTypes=a.TooltipTriggerTypes;exports.TooltipTypes=a.TooltipTypes;exports.TrackButtonSizes=a.TrackButtonSizes;exports.TrackButtonVariants=a.TrackButtonVariants;exports.TypographyTags=a.TypographyTags;exports.TypographyTypes=a.TypographyTypes;exports.TypographyWeights=a.TypographyWeights;exports.currencyOptions=a.currencyOptions;exports.currencySymbols=a.currencySymbols;exports.useActionKitConfig=a.useActionKitConfig;Object.defineProperty(exports,"MaSelectOptGroup",{enumerable:!0,get:()=>e.SelectOptGroup});
|
package/dist/action-kit.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aj as p, a_ as i, aR as r, aQ as c, aq as l, ao as u, an as S, ap as d, al as b, am as m, aK as T, aJ as g, v as y, aZ as I, aY as C, w as B, W as P, r as A, q as h, K as z, X as R, u as k, aW as f, aV as w, aU as x, aT as O, aX as G, _ as N, O as D, bl as F, bn as V, bm as E, ai as L, m as U, n as K, o as v, U as W, N as j, af as q, Q as H, A as J, b5 as Q, b6 as X, B as Y, b9 as Z, b7 as _, b8 as $, aF as aa, f as sa, h as ea, ay as oa, j as ta, S as Ma, aG as na, aE as pa, a8 as ia, a9 as ra, i as ca, aB as la, P as ua, aA as Sa, az as da, R as ba, Z as ma, $ as Ta, a0 as ga, a3 as ya, a4 as Ia, x as Ca, b0 as Ba, a$ as Pa, ah as Aa, p as ha, a7 as za, ab as Ra, V as ka, J as fa, bg as wa, bf as xa, bh as Oa, be as Ga, s as Na, ae as Da, t as Fa, aS as Va, y as Ea, b2 as La, b1 as Ua, aa as Ka, a1 as va, k as Wa, l as ja, I as qa, H as Ha, D as Ja, F as Qa, E as Xa, bd as Ya, G as Za, T as _a, z as $a, b4 as as, b3 as ss, a6 as es, ad as os, ac as ts, a5 as Ms, d as ns, bk as ps, M as is, bi as rs, bj as cs, L as ls, Y as us, b as Ss, e as ds, a as bs, ag as ms, C as Ts, bc as gs, bb as ys, ba as Is, a2 as Cs, aM as Bs, aL as Ps, aP as As, aI as hs, aO as zs, aN as Rs, aH as ks, au as fs, at as ws, av as xs, ax as Os, aw as Gs, as as Ns, ar as Ds, bp as Fs, bo as Vs, bq as Es, aD as Ls, aC as Us, ak as Ks } from "./index-
|
|
1
|
+
import { aj as p, a_ as i, aR as r, aQ as c, aq as l, ao as u, an as S, ap as d, al as b, am as m, aK as T, aJ as g, v as y, aZ as I, aY as C, w as B, W as P, r as A, q as h, K as z, X as R, u as k, aW as f, aV as w, aU as x, aT as O, aX as G, _ as N, O as D, bl as F, bn as V, bm as E, ai as L, m as U, n as K, o as v, U as W, N as j, af as q, Q as H, A as J, b5 as Q, b6 as X, B as Y, b9 as Z, b7 as _, b8 as $, aF as aa, f as sa, h as ea, ay as oa, j as ta, S as Ma, aG as na, aE as pa, a8 as ia, a9 as ra, i as ca, aB as la, P as ua, aA as Sa, az as da, R as ba, Z as ma, $ as Ta, a0 as ga, a3 as ya, a4 as Ia, x as Ca, b0 as Ba, a$ as Pa, ah as Aa, p as ha, a7 as za, ab as Ra, V as ka, J as fa, bg as wa, bf as xa, bh as Oa, be as Ga, s as Na, ae as Da, t as Fa, aS as Va, y as Ea, b2 as La, b1 as Ua, aa as Ka, a1 as va, k as Wa, l as ja, I as qa, H as Ha, D as Ja, F as Qa, E as Xa, bd as Ya, G as Za, T as _a, z as $a, b4 as as, b3 as ss, a6 as es, ad as os, ac as ts, a5 as Ms, d as ns, bk as ps, M as is, bi as rs, bj as cs, L as ls, Y as us, b as Ss, e as ds, a as bs, ag as ms, C as Ts, bc as gs, bb as ys, ba as Is, a2 as Cs, aM as Bs, aL as Ps, aP as As, aI as hs, aO as zs, aN as Rs, aH as ks, au as fs, at as ws, av as xs, ax as Os, aw as Gs, as as Ns, ar as Ds, bp as Fs, bo as Vs, bq as Es, aD as Ls, aC as Us, ak as Ks } from "./index-8175069d.mjs";
|
|
2
2
|
import { SelectOptGroup as Ws } from "ant-design-vue";
|
|
3
3
|
import "vue";
|
|
4
4
|
import "@vueuse/core";
|
|
@@ -5,6 +5,7 @@ export interface MaContentScrollerProps {
|
|
|
5
5
|
size?: MaScrollerSize;
|
|
6
6
|
alwaysShowButtons?: boolean;
|
|
7
7
|
showScrollBarOnHover?: boolean;
|
|
8
|
+
scrollThresholdDistance?: number;
|
|
8
9
|
}
|
|
9
10
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
10
11
|
type: {
|
|
@@ -27,6 +28,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
27
28
|
required: false;
|
|
28
29
|
default: boolean;
|
|
29
30
|
};
|
|
31
|
+
scrollThresholdDistance: {
|
|
32
|
+
type: __PropType<number>;
|
|
33
|
+
required: false;
|
|
34
|
+
default: number;
|
|
35
|
+
};
|
|
30
36
|
}, {
|
|
31
37
|
scrollLeft: () => number;
|
|
32
38
|
scrollRight: () => number;
|
|
@@ -51,10 +57,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
51
57
|
required: false;
|
|
52
58
|
default: boolean;
|
|
53
59
|
};
|
|
60
|
+
scrollThresholdDistance: {
|
|
61
|
+
type: __PropType<number>;
|
|
62
|
+
required: false;
|
|
63
|
+
default: number;
|
|
64
|
+
};
|
|
54
65
|
}>>, {
|
|
55
66
|
type: "primary" | "secondary";
|
|
56
67
|
size: "small" | "medium" | "large";
|
|
57
68
|
alwaysShowButtons: boolean;
|
|
58
69
|
showScrollBarOnHover: boolean;
|
|
70
|
+
scrollThresholdDistance: number;
|
|
59
71
|
}>;
|
|
60
72
|
export default _sfc_main;
|
|
@@ -70,7 +70,7 @@ const PT = ["xs", "sm", "md", "lg", "xl"], RT = ["1x1", "4x3"], y1 = {
|
|
|
70
70
|
setup(r) {
|
|
71
71
|
const o = ee(null), n = m(() => r.name.replace("flag-", "")), i = async () => {
|
|
72
72
|
try {
|
|
73
|
-
const c = await fetch(`https://
|
|
73
|
+
const c = await fetch(`https://files.mobileaction.co/flags/svg/${r.ratio}/${n.value}.svg`);
|
|
74
74
|
o.value = await c.text();
|
|
75
75
|
} catch (c) {
|
|
76
76
|
console.error("An error occurred while loading the SVG file:", c);
|
|
@@ -5227,14 +5227,15 @@ const Oy = {
|
|
|
5227
5227
|
type: { default: "primary" },
|
|
5228
5228
|
size: { default: "small" },
|
|
5229
5229
|
alwaysShowButtons: { type: Boolean, default: !0 },
|
|
5230
|
-
showScrollBarOnHover: { type: Boolean, default: !1 }
|
|
5230
|
+
showScrollBarOnHover: { type: Boolean, default: !1 },
|
|
5231
|
+
scrollThresholdDistance: { default: 10 }
|
|
5231
5232
|
},
|
|
5232
5233
|
setup(r, { expose: o }) {
|
|
5233
5234
|
const n = r, i = ee(null), c = ee(null), d = p1(i), { width: g } = f1(c), { x: h } = v1(c, { behavior: "smooth" }), b = m(() => g.value >= F()), _ = m(
|
|
5234
5235
|
() => (d.value || n.alwaysShowButtons) && Math.floor(h.value) && !b.value
|
|
5235
5236
|
), x = m(() => {
|
|
5236
5237
|
const S = F() - g.value;
|
|
5237
|
-
return (d.value || n.alwaysShowButtons) && Math.floor(S
|
|
5238
|
+
return (d.value || n.alwaysShowButtons) && Math.floor(S - h.value) > n.scrollThresholdDistance && !b.value;
|
|
5238
5239
|
}), D = m(() => [
|
|
5239
5240
|
"ma-content-scroller",
|
|
5240
5241
|
`ma-content-scroller--${n.type}`,
|
|
@@ -5756,7 +5757,7 @@ const yS = [
|
|
|
5756
5757
|
}
|
|
5757
5758
|
);
|
|
5758
5759
|
const b = async () => {
|
|
5759
|
-
const { default: D } = await import("./lottie_light-
|
|
5760
|
+
const { default: D } = await import("./lottie_light-3c8c8887.mjs").then((F) => F.l);
|
|
5760
5761
|
c = D;
|
|
5761
5762
|
}, _ = async () => {
|
|
5762
5763
|
try {
|
|
@@ -5958,6 +5959,7 @@ const yS = [
|
|
|
5958
5959
|
const v0 = ["info", "success", "warning", "error", "confirm"];
|
|
5959
5960
|
v0.forEach((r) => {
|
|
5960
5961
|
cu[r] = (o) => {
|
|
5962
|
+
o.type = r;
|
|
5961
5963
|
const n = document.createElement("div"), i = aa(cu, o), c = nc({
|
|
5962
5964
|
render: () => i
|
|
5963
5965
|
});
|