@mobileaction/action-kit 1.55.19-beta.0 → 1.56.1-beta.1
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 +60 -0
- package/dist/action-kit.mjs +111 -109
- package/dist/{annotations-Diz_eJW7.js → annotations-DzxKra_-.js} +1 -1
- package/dist/components/device-preview/components/AppDetailPreview.vue.d.ts +6 -0
- package/dist/components/device-preview/components/AppTodayTabPreview.vue.d.ts +3 -0
- package/dist/components/device-preview/components/ProductPages.vue.d.ts +5 -0
- package/dist/components/device-preview/components/SearchResults.vue.d.ts +6 -0
- package/dist/components/device-preview/components/SearchTab.vue.d.ts +6 -0
- package/dist/components/device-preview/components/TodayTab.vue.d.ts +6 -0
- package/dist/components/device-preview/composables/useDevicePreviewScale.d.ts +6 -0
- package/dist/components/device-preview/constants.d.ts +55 -0
- package/dist/components/{ios-device-preview → device-preview}/stories/product-pages.stories.d.ts +3 -3
- package/dist/components/{ios-device-preview → device-preview}/stories/search-results.stories.d.ts +3 -3
- package/dist/components/{ios-device-preview → device-preview}/stories/search-tab.stories.d.ts +3 -3
- package/dist/components/{ios-device-preview → device-preview}/stories/today-tab.stories.d.ts +3 -3
- package/dist/components/device-preview/types.d.ts +47 -0
- package/dist/{export-data-DqHZSkAj.js → export-data-B7wYF5EQ.js} +1 -1
- package/dist/{exporting-Chvci4JZ.js → exporting-B0cCEyyg.js} +1 -1
- package/dist/{funnel-DYDOuv50.js → funnel-DTHaLuEK.js} +1 -1
- package/dist/{index-Gat-TPjQ.js → index-C8r4OcCO.js} +4822 -4837
- package/dist/index.d.ts +8 -7
- package/dist/{map-BRCqL6kP.js → map-C_BILLYp.js} +1 -1
- package/dist/{offline-exporting-Br8nL6Nd.js → offline-exporting-8t0G_rUZ.js} +1 -1
- package/dist/{stock-VKF78YNp.js → stock-DyTZKEyb.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/{venn-C-8i4WO4.js → venn-DfFwIzSQ.js} +1 -1
- package/dist/{wordcloud-C1g6aZDK.js → wordcloud-Hu3_8VaC.js} +1 -1
- package/package.json +2 -2
- package/dist/components/ios-device-preview/components/AppDetailPreview.vue.d.ts +0 -7
- package/dist/components/ios-device-preview/components/AppTodayTabPreview.vue.d.ts +0 -5
- package/dist/components/ios-device-preview/components/ProductPages.vue.d.ts +0 -6
- package/dist/components/ios-device-preview/components/SearchResults.vue.d.ts +0 -7
- package/dist/components/ios-device-preview/components/SearchTab.vue.d.ts +0 -7
- package/dist/components/ios-device-preview/components/TodayTab.vue.d.ts +0 -7
- package/dist/components/ios-device-preview/composables/useDevicePreviewScale.d.ts +0 -10
- package/dist/components/ios-device-preview/index.vue.d.ts +0 -15
- package/dist/components/ios-device-preview/types.d.ts +0 -96
- /package/dist/components/{ios-device-preview → device-preview}/stories/constants.d.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,66 @@
|
|
|
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.56.1](https://github.com/mobileaction/action-kit/compare/v1.56.0...v1.56.1) (2026-02-02)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **DUV:** modal 2 header title class name fix ([7647ec1](https://github.com/mobileaction/action-kit/commit/7647ec1200d522d8ca61c2f0844b854a42314a64))
|
|
11
|
+
|
|
12
|
+
## [1.56.0](https://github.com/mobileaction/action-kit/compare/v1.55.19...v1.56.0) (2026-01-30)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **DUV-8986:** device preview component implementation ([f73f3ec](https://github.com/mobileaction/action-kit/commit/f73f3ecd1693bd8b56863f8539c12f82b6e2fd2d))
|
|
18
|
+
* **DUV-8986:** device preview component implementation ([11db368](https://github.com/mobileaction/action-kit/commit/11db368000c8a4e9c3be9bb9c183adcf738e8537))
|
|
19
|
+
* **DUV-8986:** device preview component implementation ([81ababa](https://github.com/mobileaction/action-kit/commit/81ababa4bf8d52d1af2b90e8294ff96041ab1287))
|
|
20
|
+
* **DUV-8986:** device preview component implementation ([24a0a42](https://github.com/mobileaction/action-kit/commit/24a0a420ca49a8b78a96a9f4a0df9e01a9bd2f02))
|
|
21
|
+
* **DUV-8986:** device preview component implementation ([1862710](https://github.com/mobileaction/action-kit/commit/18627108c816d16e3f4d0f926a1d6faf114450a2))
|
|
22
|
+
* **DUV-8986:** device preview component implementation ([6595a0b](https://github.com/mobileaction/action-kit/commit/6595a0bf9865ab4badbab9bc797212da291090da))
|
|
23
|
+
* **DUV-8986:** device preview component implementation ([695cc4b](https://github.com/mobileaction/action-kit/commit/695cc4b69682400fa9a943820daba3a5001c3f34))
|
|
24
|
+
* **DUV-8986:** device preview component implementation ([5b59572](https://github.com/mobileaction/action-kit/commit/5b5957211caae09619ce11076d2698af97fd8cbb))
|
|
25
|
+
* **DUV-8986:** device preview component implementation ([943d082](https://github.com/mobileaction/action-kit/commit/943d0823cab1c585862fb4c6cbc82796a42dad71))
|
|
26
|
+
* **DUV-8986:** device preview component implementation ([3c8a788](https://github.com/mobileaction/action-kit/commit/3c8a7882918fe1dc7db970233ac8433cc258f6bf))
|
|
27
|
+
* **DUV-8986:** device preview component implementation ([973c5a4](https://github.com/mobileaction/action-kit/commit/973c5a448278f2469fe4abf0be175553aa21148c))
|
|
28
|
+
* **DUV-8986:** device preview component implementation ([d448e0c](https://github.com/mobileaction/action-kit/commit/d448e0c0b91fc750a0ba7f227a2c188ea550443d))
|
|
29
|
+
* **DUV-8986:** device preview component implementation ([8f61efb](https://github.com/mobileaction/action-kit/commit/8f61efb348098e411244f2ac7ed9515119adf0be))
|
|
30
|
+
* **DUV-8986:** device preview component implementation ([1dbf161](https://github.com/mobileaction/action-kit/commit/1dbf16186e29968141ae298805f8673205e678c9))
|
|
31
|
+
* **DUV-8986:** device preview component implementation ([715cb83](https://github.com/mobileaction/action-kit/commit/715cb833ef34d322787d068154b1a061de81c0fe))
|
|
32
|
+
* **DUV-8986:** device preview component implementation ([66f006c](https://github.com/mobileaction/action-kit/commit/66f006cf0e4f4834314b3f4d91971459b7a6825b))
|
|
33
|
+
* **DUV-8986:** device preview component implementation ([29e5faf](https://github.com/mobileaction/action-kit/commit/29e5fafe104d45b26f6a8510470fd4d97fb51811))
|
|
34
|
+
* **DUV-8986:** device preview component implementation ([0b1e542](https://github.com/mobileaction/action-kit/commit/0b1e542147272c1adbfb9b999f10a28107f69490))
|
|
35
|
+
* **DUV-8986:** device preview component implementation ([001ca1f](https://github.com/mobileaction/action-kit/commit/001ca1f8fad04654da5971018d5d9015936a33ca))
|
|
36
|
+
* **DUV-8986:** device preview component implementation ([b69922d](https://github.com/mobileaction/action-kit/commit/b69922d9c1052710bbdb49267e9255919eee609b))
|
|
37
|
+
* **DUV-8986:** device preview component implementation ([a598e66](https://github.com/mobileaction/action-kit/commit/a598e66263876575744cef4c9594329656ffde67))
|
|
38
|
+
* **DUV-8986:** device preview component implementation ([3ba93f2](https://github.com/mobileaction/action-kit/commit/3ba93f2449b4e035d3d0de1561b555479ee357d2))
|
|
39
|
+
* **DUV-8986:** device preview component implementation ([e1f60da](https://github.com/mobileaction/action-kit/commit/e1f60daeed2a5c0625f86dce103d70fa201ec5b0))
|
|
40
|
+
* **DUV-8986:** device preview component implementation ([4df9930](https://github.com/mobileaction/action-kit/commit/4df99303d3c0954f0e0e6fddb0484ce3b9967c09))
|
|
41
|
+
* **DUV-8986:** device preview component implementation ([7bf057f](https://github.com/mobileaction/action-kit/commit/7bf057fa21aa4ef85e8822a48aa62cb724f32745))
|
|
42
|
+
* **DUV-8986:** device preview component implementation ([b3277f2](https://github.com/mobileaction/action-kit/commit/b3277f25139c5d5fd4f865244a5ac480938cef35))
|
|
43
|
+
* **DUV-8986:** device preview component implementation ([f56c1da](https://github.com/mobileaction/action-kit/commit/f56c1daf09565c972e08a92e4186c61ce1b21f8b))
|
|
44
|
+
* **DUV-8986:** device preview component implementation ([14a6b8b](https://github.com/mobileaction/action-kit/commit/14a6b8bdc4aa3b77ff1164d88ad78cb572d858ab))
|
|
45
|
+
* **DUV-8986:** device preview component implementation ([19b6f63](https://github.com/mobileaction/action-kit/commit/19b6f637109e914fea58d0a135c1d84153e2da2a))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Bug Fixes
|
|
49
|
+
|
|
50
|
+
* **DUV-8986:** review fix ([52d698f](https://github.com/mobileaction/action-kit/commit/52d698f26920e8f1988e1b33e3c3cdb83e03eb9f))
|
|
51
|
+
* **DUV-8986:** review fix ([1ca17d3](https://github.com/mobileaction/action-kit/commit/1ca17d360fbf4bf4122a55f20954ff9b50dc2cdd))
|
|
52
|
+
* **DUV-8986:** review fix ([88749a1](https://github.com/mobileaction/action-kit/commit/88749a1fd5dc6b9b6b6f155de82a40a9b396890a))
|
|
53
|
+
* **DUV-8986:** review fix ([fb512b0](https://github.com/mobileaction/action-kit/commit/fb512b0bd05a6bcbb309f62a7e243f7044664e08))
|
|
54
|
+
* **DUV-8986:** review fix ([34d24a2](https://github.com/mobileaction/action-kit/commit/34d24a254c226ef1ab2766b3d6e6c31e0d0ac3d4))
|
|
55
|
+
* **DUV-8986:** review fix ([e2b1c0b](https://github.com/mobileaction/action-kit/commit/e2b1c0bb1149555cce1007053a61371c7e8f0a88))
|
|
56
|
+
* **DUV-8986:** review fix ([d1af948](https://github.com/mobileaction/action-kit/commit/d1af948002d85f7afe832f3b73abffac526ff7a9))
|
|
57
|
+
* **DUV-8986:** review fix ([00a7ef6](https://github.com/mobileaction/action-kit/commit/00a7ef6329fbed11eadb34e13c2a9e7290be5170))
|
|
58
|
+
* **DUV-8986:** review fix ([df66b2a](https://github.com/mobileaction/action-kit/commit/df66b2a4ec367ca3c43fea300ccf6328ee04dbda))
|
|
59
|
+
* **DUV-8986:** review fix ([fcd7bdc](https://github.com/mobileaction/action-kit/commit/fcd7bdcb76ab3ac39c00ebe5760ea56cf83b36c1))
|
|
60
|
+
* **DUV-8986:** review fix ([e731793](https://github.com/mobileaction/action-kit/commit/e7317932c537c697186fd99c74f92c450df52681))
|
|
61
|
+
* **DUV-8986:** review fix ([6b62c7c](https://github.com/mobileaction/action-kit/commit/6b62c7cb79ffd88e012c8ec53a34c1471570a87e))
|
|
62
|
+
* **DUV-8986:** review fix ([8856081](https://github.com/mobileaction/action-kit/commit/8856081ae0628d135a4c0dee2f8ef4931198ad8d))
|
|
63
|
+
* **DUV-8986:** review fix ([5af6e12](https://github.com/mobileaction/action-kit/commit/5af6e12eaae0e03b5b25b074b85d13f12f108f61))
|
|
64
|
+
|
|
5
65
|
## [1.55.19](https://github.com/mobileaction/action-kit/compare/v1.55.18...v1.55.19) (2026-01-15)
|
|
6
66
|
|
|
7
67
|
|
package/dist/action-kit.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { aM as e, aN as o, aO as t, aP as M,
|
|
2
|
-
import { SelectOptGroup as
|
|
1
|
+
import { aM as e, aN as o, aO as t, aP as M, bw as i, aI as n, aJ as r, aT as p, aV as c, aU as l, b0 as b, b4 as S, b5 as u, b2 as T, b1 as d, b3 as m, a$ as I, bd as y, c4 as C, c3 as g, bg as P, be as A, bL as B, bu as h, bx as z, bA as v, by as D, b6 as O, b7 as k, _ as w, aS as L, aQ as R, aR as E, a as _, b as f, c as x, d as N, e as F, aZ as G, aY as K, aX as V, aW as U, a_ as H, f as W, j, ba as q, bc as J, bb as Z, k as Q, l as X, r as Y, p as $, n as aa, o as sa, q as ea, t as oa, s as ta, bf as Ma, bH as ia, u as na, v as ra, w as pa, y as ca, x as la, N as ba, O as Sa, P as ua, S as Ta, Q as da, T as ma, z as Ia, A as ya, bh as Ca, bi as ga, B as Pa, C as Aa, bl as Ba, bj as ha, bk as za, bs as va, E as Da, bn as Oa, D as ka, bo as wa, bp as La, bq as Ra, bm as Ea, F as _a, G as fa, bt as xa, br as Na, M as Fa, J as Ga, L as Ka, I as Va, K as Ua, U as Ha, bE as Wa, R as ja, bD as qa, bC as Ja, h as Za, W as Qa, c9 as Xa, V as Ya, X as $a, bI as as, bP as ss, bO as es, Y as os, Z as ts, $ as Ms, bS as is, bR as ns, a1 as rs, a0 as ps, a3 as cs, a2 as ls, a4 as bs, bY as Ss, bX as us, bZ as Ts, bW as ds, a6 as ms, a7 as Is, a5 as ys, b_ as Cs, a8 as gs, c0 as Ps, b$ as As, a9 as Bs, ae as hs, ac as zs, aa as vs, ab as Ds, ad as Os, ah as ks, ai as ws, ak as Ls, af as Rs, al as Es, aj as _s, ag as fs, ca as xs, am as Ns, an as Fs, i as Gs, ao as Ks, cc as Vs, cd as Us, cb as Hs, ap as Ws, ar as js, as as qs, cg as Js, aq as Zs, cf as Qs, at as Xs, au as Ys, cm as $s, ax as ae, av as se, cj as ee, ck as oe, cl as te, ay as Me, aw as ie, ci as ne, ch as re, az as pe, aA as ce, aC as le, aB as be, aD as Se, aE as ue, aF as Te, aG as de, cw as me, cv as Ie, cu as ye, aH as Ce, bM as ge, bK as Pe, c6 as Ae, c5 as Be, bQ as he, bB as ze, bT as ve, bV as De, bU as Oe, bv as ke, bz as we, c2 as Le, c8 as Re, c7 as Ee, c1 as _e, b8 as fe, b9 as xe, ce as Ne, cn as Fe, co as Ge, cp as Ke, cr as Ve, cq as Ue, cs as He, ct as We, cy as je, cx as qe, cz as Je, bG as Ze, bF as Qe, H as Xe, m as Ye, aL as $e, bN as ao, aK as so, bJ as eo } from "./index-C8r4OcCO.js";
|
|
2
|
+
import { SelectOptGroup as to } from "ant-design-vue";
|
|
3
3
|
export {
|
|
4
4
|
e as ACTION_KIT_LOCALE_EN,
|
|
5
5
|
o as ACTION_KIT_LOCALE_JA,
|
|
@@ -7,8 +7,8 @@ export {
|
|
|
7
7
|
M as ACTION_KIT_LOCALE_ZH,
|
|
8
8
|
i as ASSETS,
|
|
9
9
|
n as ActionKit,
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
r as ActionKitSymbol,
|
|
11
|
+
p as Animations,
|
|
12
12
|
c as AppIconPlatforms,
|
|
13
13
|
l as AppIconSizes,
|
|
14
14
|
b as ButtonColors,
|
|
@@ -18,33 +18,33 @@ export {
|
|
|
18
18
|
d as ButtonSizes,
|
|
19
19
|
m as ButtonTargets,
|
|
20
20
|
I as ButtonVariants,
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
y as CascaderSizes,
|
|
22
|
+
C as CheckboxPlacementRight,
|
|
23
|
+
g as CheckboxPlacements,
|
|
24
24
|
P as CollapseItemState,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
25
|
+
A as CollapseModes,
|
|
26
|
+
B as ConfirmModal2Types,
|
|
27
|
+
h as DEVICE_WIDTH,
|
|
28
|
+
z as DeviceTypes,
|
|
29
|
+
v as DisplayModes,
|
|
30
30
|
D as DisplayTypes,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
31
|
+
O as LinkButtonColors,
|
|
32
|
+
k as LinkButtonSizes,
|
|
33
|
+
w as MaAlert,
|
|
34
|
+
L as MaAlertSizeList,
|
|
35
|
+
R as MaAlertTypeList,
|
|
36
|
+
E as MaAlertVariantList,
|
|
37
|
+
_ as MaAnimation,
|
|
38
|
+
f as MaAppIcon,
|
|
39
|
+
x as MaAppTrackButton,
|
|
40
40
|
N as MaAvatar,
|
|
41
41
|
F as MaBadge,
|
|
42
42
|
G as MaBadgePropIconAlignments,
|
|
43
43
|
K as MaBadgePropSizes,
|
|
44
44
|
V as MaBadgePropTypes,
|
|
45
45
|
U as MaBadgePropVariants,
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
H as MaBadgeShape,
|
|
47
|
+
W as MaButton,
|
|
48
48
|
j as MaCard,
|
|
49
49
|
q as MaCardAlignments,
|
|
50
50
|
J as MaCardIconColors,
|
|
@@ -61,44 +61,44 @@ export {
|
|
|
61
61
|
Ma as MaCollapseSizes,
|
|
62
62
|
ia as MaConfirmModal2,
|
|
63
63
|
na as MaContentScroller,
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
ra as MaCountryRadio,
|
|
65
|
+
pa as MaCountrySelect,
|
|
66
66
|
ca as MaDatePicker,
|
|
67
67
|
la as MaDatePicker2,
|
|
68
|
-
ba as
|
|
69
|
-
Sa as
|
|
70
|
-
ua as
|
|
71
|
-
Ta as
|
|
72
|
-
da as
|
|
73
|
-
ma as
|
|
74
|
-
Ia as
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
Pa as
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
Da as
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
68
|
+
ba as MaDevicePreviewAppDetailPreview,
|
|
69
|
+
Sa as MaDevicePreviewAppTodayTabPreview,
|
|
70
|
+
ua as MaDevicePreviewProductPages,
|
|
71
|
+
Ta as MaDevicePreviewSearchResults,
|
|
72
|
+
da as MaDevicePreviewSearchTab,
|
|
73
|
+
ma as MaDevicePreviewTodayTab,
|
|
74
|
+
Ia as MaDrawer,
|
|
75
|
+
ya as MaDropdown,
|
|
76
|
+
Ca as MaDropdownPlacements,
|
|
77
|
+
ga as MaDropdownTriggers,
|
|
78
|
+
Pa as MaEllipsis,
|
|
79
|
+
Aa as MaEmpty,
|
|
80
|
+
Ba as MaEmptyIcons,
|
|
81
|
+
ha as MaEmptySizes,
|
|
82
|
+
za as MaEmptyVariants,
|
|
83
|
+
va as MaFlagIconRatios,
|
|
84
|
+
Da as MaForm,
|
|
85
|
+
Oa as MaForm2,
|
|
86
|
+
ka as MaFormItem,
|
|
87
|
+
wa as MaFormItem2,
|
|
88
|
+
La as MaFormItem2Label,
|
|
89
|
+
Ra as MaFormItem2Message,
|
|
90
|
+
Ea as MaFormLayouts,
|
|
91
|
+
_a as MaIcon,
|
|
92
|
+
fa as MaIconButton,
|
|
93
|
+
xa as MaIconSizeClassNames,
|
|
94
94
|
Na as MaIconSizes,
|
|
95
95
|
Fa as MaImage,
|
|
96
96
|
Ga as MaImage2,
|
|
97
97
|
Ka as MaImageGroup,
|
|
98
98
|
Va as MaImageGroup2,
|
|
99
99
|
Ua as MaImagePreview,
|
|
100
|
-
|
|
101
|
-
|
|
100
|
+
Ha as MaInput,
|
|
101
|
+
Wa as MaInputCurrencies,
|
|
102
102
|
ja as MaInputNumber,
|
|
103
103
|
qa as MaInputSizes,
|
|
104
104
|
Ja as MaInputTypes,
|
|
@@ -115,8 +115,8 @@ export {
|
|
|
115
115
|
Ms as MaPagination,
|
|
116
116
|
is as MaPaginationModes,
|
|
117
117
|
ns as MaPaginationSizes,
|
|
118
|
-
|
|
119
|
-
|
|
118
|
+
rs as MaPopconfirm,
|
|
119
|
+
ps as MaPopconfirm2,
|
|
120
120
|
cs as MaPopover,
|
|
121
121
|
ls as MaPopover2,
|
|
122
122
|
bs as MaProgress,
|
|
@@ -126,34 +126,34 @@ export {
|
|
|
126
126
|
ds as MaProgressTypes,
|
|
127
127
|
ms as MaRadio,
|
|
128
128
|
Is as MaRadioCard,
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
129
|
+
ys as MaRadioGroup,
|
|
130
|
+
Cs as MaRadioTypes,
|
|
131
|
+
gs as MaRate,
|
|
132
132
|
Ps as MaRateColors,
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
133
|
+
As as MaRateSizes,
|
|
134
|
+
Bs as MaResult,
|
|
135
|
+
hs as MaSelect,
|
|
136
|
+
zs as MaSelect2,
|
|
137
|
+
vs as MaSelect2Option,
|
|
138
138
|
Ds as MaSelect2OptionGroup,
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
139
|
+
to as MaSelectOptGroup,
|
|
140
|
+
Os as MaSelectOption,
|
|
141
|
+
ks as MaSideMenuAddNewAppButton,
|
|
142
|
+
ws as MaSideMenuAppButton,
|
|
143
|
+
Ls as MaSideMenuButton,
|
|
144
|
+
Rs as MaSideMenuButton2,
|
|
145
|
+
Es as MaSideMenuIconButton,
|
|
146
|
+
_s as MaSideMenuItem,
|
|
147
|
+
fs as MaSideMenuItem2,
|
|
148
|
+
xs as MaSideMenuItemColors,
|
|
149
149
|
Ns as MaSideMenuRoundIconButton,
|
|
150
150
|
Fs as MaSlider,
|
|
151
151
|
Gs as MaSocialButton,
|
|
152
152
|
Ks as MaSpin,
|
|
153
153
|
Vs as MaSpinColors,
|
|
154
154
|
Us as MaSpinSizes,
|
|
155
|
-
|
|
156
|
-
|
|
155
|
+
Hs as MaSpinTypes,
|
|
156
|
+
Ws as MaStep,
|
|
157
157
|
js as MaStepItem,
|
|
158
158
|
qs as MaStepItems,
|
|
159
159
|
Js as MaStepSizes,
|
|
@@ -170,8 +170,8 @@ export {
|
|
|
170
170
|
Me as MaTabs,
|
|
171
171
|
ie as MaTabs2,
|
|
172
172
|
ne as MaTabsSizes,
|
|
173
|
-
|
|
174
|
-
|
|
173
|
+
re as MaTabsTypes,
|
|
174
|
+
pe as MaTagInput,
|
|
175
175
|
ce as MaToggle,
|
|
176
176
|
le as MaTooltip,
|
|
177
177
|
be as MaTooltip2,
|
|
@@ -181,40 +181,42 @@ export {
|
|
|
181
181
|
de as MaUpload,
|
|
182
182
|
me as MaUploadFileStatus,
|
|
183
183
|
Ie as MaUploadSizes,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
184
|
+
ye as MaUploadTypes,
|
|
185
|
+
Ce as MaWatchlistButton,
|
|
186
|
+
ge as ModalManager,
|
|
187
187
|
Pe as ModalPositions,
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
188
|
+
Ae as MultiSelectOptionCheckbox,
|
|
189
|
+
Be as MultiSelectOptions,
|
|
190
|
+
he as NumericInputSizes,
|
|
191
|
+
ze as PageTypes,
|
|
192
|
+
ve as Popconfirm2Variants,
|
|
193
193
|
De as Popover2Placements,
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
194
|
+
Oe as Popover2TriggerTypes,
|
|
195
|
+
ke as SCALE_FACTORS,
|
|
196
|
+
we as SearchResultsDisplayTypes,
|
|
197
|
+
Le as SelectModes,
|
|
198
|
+
Re as SelectOptionTypeRadio,
|
|
199
|
+
Ee as SelectOptionTypes,
|
|
198
200
|
_e as SelectSizes,
|
|
199
201
|
fe as SocialButtonBrands,
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
202
|
+
xe as SocialButtonVariants,
|
|
203
|
+
Ne as SwitchTypes,
|
|
204
|
+
Fe as ToggleSizes,
|
|
205
|
+
Ge as Tooltip2Types,
|
|
206
|
+
Ke as TooltipPlacements,
|
|
207
|
+
Ve as TooltipTriggerTypes,
|
|
208
|
+
Ue as TooltipTypes,
|
|
209
|
+
He as TrackButtonSizes,
|
|
210
|
+
We as TreeModes,
|
|
211
|
+
je as TypographyTags,
|
|
212
|
+
qe as TypographyTypes,
|
|
213
|
+
Je as TypographyWeights,
|
|
214
|
+
Ze as currencyOptions,
|
|
215
|
+
Qe as currencySymbols,
|
|
216
|
+
Xe as loadIcon,
|
|
217
|
+
Ye as maChartDefaultOptions,
|
|
218
|
+
$e as maCountry,
|
|
219
|
+
ao as modalManager,
|
|
220
|
+
so as useActionKit,
|
|
221
|
+
eo as useModal
|
|
220
222
|
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { MaDevicePreviewAppDetailProps } from '../types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<MaDevicePreviewAppDetailProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaDevicePreviewAppDetailProps> & Readonly<{}>, {
|
|
3
|
+
device: import("../types").DeviceType;
|
|
4
|
+
displayType: import("../types").DisplayType;
|
|
5
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { MaDevicePreviewAppTodayTabProps } from '../types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<MaDevicePreviewAppTodayTabProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaDevicePreviewAppTodayTabProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { MaDevicePreviewProductPagesProps } from '../types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<MaDevicePreviewProductPagesProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaDevicePreviewProductPagesProps> & Readonly<{}>, {
|
|
3
|
+
device: import("../types").DeviceType;
|
|
4
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { MaDevicePreviewSearchResultsProps } from '../types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<MaDevicePreviewSearchResultsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaDevicePreviewSearchResultsProps> & Readonly<{}>, {
|
|
3
|
+
device: import("../types").DeviceType;
|
|
4
|
+
displayType: import("../types").DisplayType;
|
|
5
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { MaDevicePreviewSearchTabProps } from '../types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<MaDevicePreviewSearchTabProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaDevicePreviewSearchTabProps> & Readonly<{}>, {
|
|
3
|
+
device: import("../types").DeviceType;
|
|
4
|
+
displayMode: import("../types").DisplayMode;
|
|
5
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { MaDevicePreviewTodayTabProps } from '../types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<MaDevicePreviewTodayTabProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaDevicePreviewTodayTabProps> & Readonly<{}>, {
|
|
3
|
+
device: "iphone";
|
|
4
|
+
displayMode: import("../types").DisplayMode;
|
|
5
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { MaybeRefOrGetter } from 'vue';
|
|
2
|
+
export declare function useDevicePreviewScale(baseWidth: MaybeRefOrGetter<number>): {
|
|
3
|
+
containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
4
|
+
contentScale: import("vue").ComputedRef<number>;
|
|
5
|
+
defaultWidth: import("vue").ComputedRef<string>;
|
|
6
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Original Device Widths at Apple Native Platform
|
|
3
|
+
*/
|
|
4
|
+
export declare const DEVICE_WIDTH: {
|
|
5
|
+
readonly iphone: 246;
|
|
6
|
+
readonly ipad: 491;
|
|
7
|
+
};
|
|
8
|
+
export declare const SCALE_FACTORS: {
|
|
9
|
+
readonly IPHONE: 0.56;
|
|
10
|
+
readonly IPAD: 0.35;
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* Asset URLs for iOS device frames and preview images
|
|
14
|
+
* All assets are hosted on Apple's CDN
|
|
15
|
+
*/
|
|
16
|
+
export declare const ASSETS: {
|
|
17
|
+
readonly DEVICE_FRAME: {
|
|
18
|
+
readonly IPHONE: "https://iadcontent.apple.com/micro-booking/assets/educational/images/iphone_frame.png";
|
|
19
|
+
};
|
|
20
|
+
readonly TODAY_TAB: {
|
|
21
|
+
readonly MOCK: {
|
|
22
|
+
readonly VIDEO: "https://iadcontent.apple.com/micro-booking/assets/educational/en_US/APPSTORE_TODAY_TAB/iphone.mp4";
|
|
23
|
+
};
|
|
24
|
+
readonly PREVIEW: {
|
|
25
|
+
readonly IPHONE: "https://iadcontent.apple.com/micro-booking/assets/adPreview/ad_preview_today_tab_medium_iphone.png";
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
readonly SEARCH_TAB: {
|
|
29
|
+
readonly MOCK: {
|
|
30
|
+
readonly IMAGE: "https://iadcontent.apple.com/micro-booking/assets/educational/en_US/APPSTORE_SEARCH_TAB/iphone.png";
|
|
31
|
+
};
|
|
32
|
+
readonly PREVIEW: {
|
|
33
|
+
readonly IPHONE: "https://iadcontent.apple.com/micro-booking/assets/adPreview/ad_preview_search_tab_iphone.png";
|
|
34
|
+
readonly IPAD: "https://iadcontent.apple.com/micro-booking/assets/adPreview/ad_preview_search_tab_ipad.png";
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
readonly SEARCH_RESULTS: {
|
|
38
|
+
readonly PREVIEW: {
|
|
39
|
+
readonly IPHONE: {
|
|
40
|
+
readonly IMAGES: "https://iadcontent.apple.com/micro-booking/assets/adPreview/ad_preview_search_results_iphone_portrait.png";
|
|
41
|
+
readonly TEXT: "https://iadcontent.apple.com/micro-booking/assets/adPreview/ad_preview_search_results_iphone_text.png";
|
|
42
|
+
};
|
|
43
|
+
readonly IPAD: {
|
|
44
|
+
readonly IMAGES: "https://iadcontent.apple.com/micro-booking/assets/adPreview/ad_preview_search_results_ipad_portrait.png";
|
|
45
|
+
readonly TEXT: "https://iadcontent.apple.com/micro-booking/assets/adPreview/ad_preview_search_results_ipad_text.png";
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
readonly PRODUCT_PAGES: {
|
|
50
|
+
readonly PREVIEW: {
|
|
51
|
+
readonly IPHONE: "https://iadcontent.apple.com/micro-booking/assets/adPreview/ad_preview_product_page_browsing_iphone.png";
|
|
52
|
+
readonly IPAD: "https://iadcontent.apple.com/micro-booking/assets/adPreview/ad_preview_product_page_browsing_ipad.png";
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
package/dist/components/{ios-device-preview → device-preview}/stories/product-pages.stories.d.ts
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Meta, StoryObj } from '@storybook/vue3-vite';
|
|
2
|
-
import
|
|
3
|
-
declare const meta: Meta<typeof
|
|
2
|
+
import MaDevicePreviewProductPages from '../components/ProductPages.vue';
|
|
3
|
+
declare const meta: Meta<typeof MaDevicePreviewProductPages>;
|
|
4
4
|
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof
|
|
5
|
+
type Story = StoryObj<typeof MaDevicePreviewProductPages>;
|
|
6
6
|
/**
|
|
7
7
|
* Product Pages preview on iPhone
|
|
8
8
|
* Shows the app information in the Product Pages browsing context
|
package/dist/components/{ios-device-preview → device-preview}/stories/search-results.stories.d.ts
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Meta, StoryObj } from '@storybook/vue3-vite';
|
|
2
|
-
import
|
|
3
|
-
declare const meta: Meta<typeof
|
|
2
|
+
import MaDevicePreviewSearchResults from '../components/SearchResults.vue';
|
|
3
|
+
declare const meta: Meta<typeof MaDevicePreviewSearchResults>;
|
|
4
4
|
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof
|
|
5
|
+
type Story = StoryObj<typeof MaDevicePreviewSearchResults>;
|
|
6
6
|
/**
|
|
7
7
|
* iPhone with images display type shows app screenshots
|
|
8
8
|
*/
|
package/dist/components/{ios-device-preview → device-preview}/stories/search-tab.stories.d.ts
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Meta, StoryObj } from '@storybook/vue3-vite';
|
|
2
|
-
import
|
|
3
|
-
declare const meta: Meta<typeof
|
|
2
|
+
import MaDevicePreviewSearchTab from '../components/SearchTab.vue';
|
|
3
|
+
declare const meta: Meta<typeof MaDevicePreviewSearchTab>;
|
|
4
4
|
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof
|
|
5
|
+
type Story = StoryObj<typeof MaDevicePreviewSearchTab>;
|
|
6
6
|
/**
|
|
7
7
|
* Mock mode on iPhone displays a device frame with an educational image preview
|
|
8
8
|
* Mock mode only supports iPhone device type
|
package/dist/components/{ios-device-preview → device-preview}/stories/today-tab.stories.d.ts
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Meta, StoryObj } from '@storybook/vue3-vite';
|
|
2
|
-
import
|
|
3
|
-
declare const meta: Meta<typeof
|
|
2
|
+
import MaDevicePreviewTodayTab from '../components/TodayTab.vue';
|
|
3
|
+
declare const meta: Meta<typeof MaDevicePreviewTodayTab>;
|
|
4
4
|
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof
|
|
5
|
+
type Story = StoryObj<typeof MaDevicePreviewTodayTab>;
|
|
6
6
|
/**
|
|
7
7
|
* Mock mode displays a device frame with an educational video preview
|
|
8
8
|
* This mode is useful for showing users what the Today Tab placement looks like
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export declare const DeviceTypes: readonly ["iphone", "ipad"];
|
|
2
|
+
export type DeviceType = (typeof DeviceTypes)[number];
|
|
3
|
+
export declare const DisplayTypes: readonly ["images", "text", "default"];
|
|
4
|
+
export type DisplayType = (typeof DisplayTypes)[number];
|
|
5
|
+
export declare const SearchResultsDisplayTypes: readonly ["images", "text"];
|
|
6
|
+
export type SearchResultsDisplayType = (typeof SearchResultsDisplayTypes)[number];
|
|
7
|
+
export declare const DisplayModes: readonly ["mock", "preview"];
|
|
8
|
+
export type DisplayMode = (typeof DisplayModes)[number];
|
|
9
|
+
export declare const PageTypes: readonly ["today-tab", "search-tab", "search-results", "product-pages"];
|
|
10
|
+
export type PageType = (typeof PageTypes)[number];
|
|
11
|
+
export interface AppInfoBase {
|
|
12
|
+
name: string;
|
|
13
|
+
subtitle: string;
|
|
14
|
+
developerName: string;
|
|
15
|
+
category: string;
|
|
16
|
+
iconUrl: string;
|
|
17
|
+
screenshots?: string[];
|
|
18
|
+
description?: string;
|
|
19
|
+
}
|
|
20
|
+
export type AppInfo = AppInfoBase & Record<string, unknown>;
|
|
21
|
+
export interface MaDevicePreviewTodayTabProps {
|
|
22
|
+
app?: AppInfo;
|
|
23
|
+
displayMode?: DisplayMode;
|
|
24
|
+
device?: 'iphone';
|
|
25
|
+
}
|
|
26
|
+
export interface MaDevicePreviewSearchTabProps {
|
|
27
|
+
app?: AppInfo;
|
|
28
|
+
displayMode?: DisplayMode;
|
|
29
|
+
device?: DeviceType;
|
|
30
|
+
}
|
|
31
|
+
export interface MaDevicePreviewSearchResultsProps {
|
|
32
|
+
app?: AppInfo;
|
|
33
|
+
device?: DeviceType;
|
|
34
|
+
displayType?: DisplayType;
|
|
35
|
+
}
|
|
36
|
+
export interface MaDevicePreviewProductPagesProps {
|
|
37
|
+
app?: AppInfo;
|
|
38
|
+
device?: DeviceType;
|
|
39
|
+
}
|
|
40
|
+
export interface MaDevicePreviewAppDetailProps {
|
|
41
|
+
app?: AppInfo;
|
|
42
|
+
device?: DeviceType;
|
|
43
|
+
displayType?: DisplayType;
|
|
44
|
+
}
|
|
45
|
+
export interface MaDevicePreviewAppTodayTabProps {
|
|
46
|
+
app?: AppInfo;
|
|
47
|
+
}
|