@mobileaction/action-kit 1.31.6 → 1.31.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/CHANGELOG.md +15 -0
- package/dist/action-kit.js +1 -1
- package/dist/action-kit.mjs +146 -139
- package/dist/components/button/index.vue.d.ts +50 -34
- package/dist/components/button/link-button/index.vue.d.ts +106 -0
- package/dist/components/button/link-button/types.d.ts +4 -0
- package/dist/components/button/social-button/index.vue.d.ts +85 -0
- package/dist/components/button/social-button/types.d.ts +4 -0
- package/dist/components/button/types.d.ts +9 -7
- package/dist/components/button/utils.d.ts +2 -0
- package/dist/components/card/index.vue.d.ts +1 -1
- package/dist/components/keyword-group-selection/components/kwGroupForm.vue.d.ts +1 -1
- package/dist/components/modal/index.vue.d.ts +4 -4
- package/dist/components/notification/types.d.ts +1 -1
- package/dist/components/select/components/dropdownRender.vue.d.ts +1 -1
- package/dist/{index-1bf70eb6.mjs → index-b3bdb32a.mjs} +3544 -3420
- package/dist/index-d5b1b7de.js +47 -0
- package/dist/index.d.ts +4 -0
- package/dist/linkedin-73d69688.js +1 -0
- package/dist/linkedin-94ae90ba.mjs +21 -0
- package/dist/{lottie_light-d48b553a.js → lottie_light-5756b17e.js} +1 -1
- package/dist/{lottie_light-44ac54b7.mjs → lottie_light-daf73807.mjs} +1 -1
- package/dist/src/components/badge/index.vue.d.ts +1 -1
- package/dist/src/components/button/index.vue.d.ts +25 -15
- package/dist/src/components/button/link-button/index.vue.d.ts +54 -0
- package/dist/src/components/button/link-button/stories/constants.d.ts +4 -0
- package/dist/src/components/button/link-button/stories/link.stories.d.ts +13 -0
- package/dist/src/components/button/link-button/types.d.ts +4 -0
- package/dist/src/components/button/social-button/index.vue.d.ts +49 -0
- package/dist/src/components/button/social-button/stories/constants.d.ts +5 -0
- package/dist/src/components/button/social-button/stories/social.stories.d.ts +17 -0
- package/dist/src/components/button/social-button/types.d.ts +4 -0
- package/dist/src/components/button/stories/constants.d.ts +1 -0
- package/dist/src/components/button/stories/filled.stories.d.ts +17 -0
- package/dist/src/components/button/stories/ghost.stories.d.ts +17 -0
- package/dist/src/components/button/stories/lighter.stories.d.ts +17 -0
- package/dist/src/components/button/stories/stroke.stories.d.ts +17 -0
- package/dist/src/components/button/types.d.ts +9 -7
- package/dist/src/components/button/utils.d.ts +2 -0
- package/dist/src/components/card/index.vue.d.ts +1 -1
- package/dist/src/components/date-picker/index.vue.d.ts +1 -1
- package/dist/src/components/drawer/stories/constants.d.ts +2 -2
- package/dist/src/components/input/index.vue.d.ts +1 -1
- package/dist/src/components/keyword-group-selection/components/kwGroupForm.vue.d.ts +1 -1
- package/dist/src/components/modal/index.vue.d.ts +4 -4
- package/dist/src/components/notification/types.d.ts +1 -1
- package/dist/src/components/popconfirm/index.vue.d.ts +3 -3
- package/dist/src/components/result/stories/constants.d.ts +2 -2
- package/dist/src/components/select/components/dropdownRender.vue.d.ts +2 -2
- package/dist/src/components/slider/index.vue.d.ts +1 -1
- package/dist/src/components/typography/index.vue.d.ts +1 -1
- package/dist/src/index.d.ts +4 -0
- package/dist/style.css +1 -1
- package/dist/x-63e02201.js +1 -0
- package/dist/x-b6ae5fa8.mjs +19 -0
- package/package.json +1 -1
- package/dist/index-393f326c.js +0 -53
- package/dist/linkedin-0f44baca.mjs +0 -20
- package/dist/linkedin-233e1284.js +0 -1
- package/dist/src/components/button/stories/danger.stories.d.ts +0 -9
- package/dist/src/components/button/stories/dark.stories.d.ts +0 -10
- package/dist/src/components/button/stories/icon.stories.d.ts +0 -9
- package/dist/src/components/button/stories/info.stories.d.ts +0 -9
- package/dist/src/components/button/stories/link.stories.d.ts +0 -7
- package/dist/src/components/button/stories/plain.stories.d.ts +0 -9
- package/dist/src/components/button/stories/social.stories.d.ts +0 -12
- package/dist/src/components/button/stories/success.stories.d.ts +0 -9
- package/dist/src/components/button/stories/warning.stories.d.ts +0 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
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.31.8](https://github.com/mobileaction/action-kit/compare/v1.31.7...v1.31.8) (2024-07-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **DUV-5932:** button size & color match issues fix ([eac466e](https://github.com/mobileaction/action-kit/commit/eac466ec189bac6a26867f10b22af9f1cea52f38))
|
|
11
|
+
* **DUV-5932:** color match issues fix ([56887c3](https://github.com/mobileaction/action-kit/commit/56887c369222bda22f865fd222a9c6b3092adf3e))
|
|
12
|
+
|
|
13
|
+
## [1.31.7](https://github.com/mobileaction/action-kit/compare/v1.31.6...v1.31.7) (2024-07-19)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **DUV-6111:** notification x-small size removed & small design updates ([81d5037](https://github.com/mobileaction/action-kit/commit/81d503708a58a077e23ac5e7ec32fdd9b6acafc2))
|
|
19
|
+
|
|
5
20
|
## [1.31.6](https://github.com/mobileaction/action-kit/compare/v1.31.5...v1.31.6) (2024-07-19)
|
|
6
21
|
|
|
7
22
|
|
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-d5b1b7de.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.ButtonColors=a.ButtonColors;exports.ButtonHtmlTypes=a.ButtonHtmlTypes;exports.ButtonIconAlignMents=a.ButtonIconAlignMents;exports.ButtonShapes=a.ButtonShapes;exports.ButtonSizes=a.ButtonSizes;exports.ButtonTargets=a.ButtonTargets;exports.ButtonVariants=a.ButtonVariants;exports.CheckboxPlacementRight=a.CheckboxPlacementRight;exports.CheckboxPlacements=a.CheckboxPlacements;exports.LinkButtonColors=a.LinkButtonColors;exports.LinkButtonSizes=a.LinkButtonSizes;exports.MaAlert=a._sfc_main$22;exports.MaAlertPropTypes=a.MaAlertPropTypes;exports.MaAlertPropVariants=a.MaAlertPropVariants;exports.MaAnimation=a._sfc_main$23;exports.MaAppCheckbox=a._sfc_main$49;exports.MaAppIcon=a._sfc_main$18;exports.MaAppTrackButton=a._sfc_main$17;exports.MaAutoComplete=a._sfc_main$37;exports.MaAvatar=a._sfc_main$50;exports.MaBadge=a._sfc_main$21;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$41;exports.MaCardAlignments=a.MaCardAlignments;exports.MaCardIconColors=a.MaCardIconColors;exports.MaCardSizes=a.MaCardSizes;exports.MaCascader=a._sfc_main$67;exports.MaCheckbox=a._sfc_main$13;exports.MaCheckboxGroup=a._sfc_main$14;exports.MaContentScroller=a._sfc_main$15;exports.MaCountryRadio=a._sfc_main$47;exports.MaCountrySelect=a._sfc_main$40;exports.MaDatePicker=a._sfc_main$64;exports.MaDrawer=a._sfc_main$43;exports.MaDropdown=a._sfc_main$27;exports.MaDropdownPlacements=a.MaDropdownPlacements;exports.MaDropdownTriggers=a.MaDropdownTriggers;exports.MaEllipsis=a._sfc_main$65;exports.MaEmpty=a._sfc_main$28;exports.MaEmptyIcons=a.MaEmptyIcons;exports.MaEmptySizes=a.MaEmptySizes;exports.MaEmptyVariants=a.MaEmptyVariants;exports.MaFlagIconRatios=a.MaFlagIconRatios;exports.MaForm=a._sfc_main$7;exports.MaFormItem=a._sfc_main$8;exports.MaFormLayouts=a.MaFormLayouts;exports.MaIcon=a._sfc_main$10;exports.MaIconButton=a._sfc_main$45;exports.MaIconSizeClassNames=a.MaIconSizeClassNames;exports.MaIconSizes=a.MaIconSizes;exports.MaImage=a._sfc_main$58;exports.MaImageGroup=a._sfc_main$59;exports.MaInput=a._sfc_main$9;exports.MaInputCurrency=a.MaInputCurrency;exports.MaInputNumber=a._sfc_main$42;exports.MaInputSize=a.MaInputSize;exports.MaInputType=a.MaInputType;exports.MaKeywordGroupSelection=a._sfc_main$44;exports.MaLinkButton=a._sfc_main$1;exports.MaMenu=a._sfc_main$53;exports.MaMenuItem=a._sfc_main$54;exports.MaModal=a._sfc_main$24;exports.MaModalTypeIcon=a.MaModalTypeIcon;exports.MaModalTypes=a.MaModalTypes;exports.MaNotification=a.index$1;exports.MaNumericInput=a._sfc_main$16;exports.MaPagination=a._sfc_main$57;exports.MaPopconfirm=a._sfc_main$60;exports.MaPopover=a._sfc_main$48;exports.MaProgress=a._sfc_main$36;exports.MaProgressCircleSizes=a.MaProgressCircleSizes;exports.MaProgressColors=a.MaProgressColors;exports.MaProgressPercentAlignments=a.MaProgressPercentAlignments;exports.MaProgressTypes=a.MaProgressTypes;exports.MaRadio=a._sfc_main$19;exports.MaRadioCard=a._sfc_main$63;exports.MaRadioGroup=a._sfc_main$20;exports.MaRadioTypes=a.MaRadioTypes;exports.MaRate=a._sfc_main$25;exports.MaRateColors=a.MaRateColors;exports.MaRateSizes=a.MaRateSizes;exports.MaResult=a.index;exports.MaSelect=a._sfc_main$11;exports.MaSelectOption=a._sfc_main$12;exports.MaSideMenuAddNewAppButton=a._sfc_main$35;exports.MaSideMenuAppButton=a._sfc_main$34;exports.MaSideMenuButton=a._sfc_main$30;exports.MaSideMenuIconButton=a._sfc_main$32;exports.MaSideMenuItem=a._sfc_main$31;exports.MaSideMenuItemColors=a.MaSideMenuItemColors;exports.MaSideMenuRoundIconButton=a._sfc_main$33;exports.MaSlider=a._sfc_main$46;exports.MaSocialButton=a._sfc_main$2;exports.MaSpin=a._sfc_main$26;exports.MaSpinColors=a.MaSpinColors;exports.MaSpinTypes=a.MaSpinTypes;exports.MaStep=a._sfc_main$56;exports.MaStepItem=a._sfc_main$62;exports.MaStepItems=a._sfc_main$61;exports.MaSteps=a._sfc_main$55;exports.MaSwitch=a._sfc_main$5;exports.MaTabIconAlignMents=a.MaTabIconAlignMents;exports.MaTabPane=a._sfc_main$39;exports.MaTabPositions=a.MaTabPositions;exports.MaTabTypes=a.MaTabTypes;exports.MaTabs=a._sfc_main$38;exports.MaTagInput=a._sfc_main$51;exports.MaToggle=a._sfc_main$4;exports.MaTooltip=a._sfc_main$6;exports.MaTrackButton=a._sfc_main$3;exports.MaTypography=a._sfc_main$66;exports.MaUpload=a._sfc_main$29;exports.MaUploadFileStatus=a.MaUploadFileStatus;exports.MaUploadSizes=a.MaUploadSizes;exports.MaUploadTypes=a.MaUploadTypes;exports.MaWatchlistButton=a._sfc_main$52;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.SocialButtonBrands=a.SocialButtonBrands;exports.SocialButtonVariants=a.SocialButtonVariants;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,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SelectOptGroup as
|
|
1
|
+
import { ai as p, b2 as i, aV as r, aU as l, al as u, ap as c, aq as S, an as b, am as d, ao as m, ak as T, aO as g, aN as y, ar as B, as as I, x as C, b1 as P, b0 as A, y as h, Y as z, t as k, s as R, M as f, Z as w, w as x, a_ as O, aZ as G, aY as N, aX as V, a$ as D, _ as E, Q as F, bp as L, br as U, bq as K, ah as v, o as W, p as j, q, W as H, P as J, ad as Q, S as X, C as Y, b9 as Z, ba as _, ae as $, D as aa, bd as sa, bb as oa, bc as ta, aJ as ea, i as Ma, j as na, aC as pa, l as ia, U as ra, aK as la, aI as ua, a6 as ca, a7 as Sa, k as ba, aF as da, R as ma, aE as Ta, aD as ga, T as ya, a as Ba, a1 as Ia, a2 as Ca, z as Pa, b4 as Aa, b3 as ha, ag as za, r as ka, a5 as Ra, a9 as fa, X as wa, L as xa, bk as Oa, bj as Ga, bl as Na, bi as Va, u as Da, ac as Ea, v as Fa, aW as La, A as Ua, b6 as Ka, b5 as va, a8 as Wa, m as ja, n as qa, K as Ha, J as Ja, F as Qa, H as Xa, G as Ya, bh as Za, I as _a, V as $a, b as as, B as ss, b8 as os, b7 as ts, a4 as es, ab as Ms, aa as ns, a3 as ps, f as is, bo as rs, O as ls, bm as us, bn as cs, N as Ss, $ as bs, e as ds, h as ms, d as Ts, af as gs, E as ys, bg as Bs, bf as Is, be as Cs, a0 as Ps, aQ as As, aP as hs, aT as zs, aM as ks, aS as Rs, aR as fs, aL as ws, at as xs, au as Os, ay as Gs, ax as Ns, az as Vs, aB as Ds, aA as Es, aw as Fs, av as Ls, bt as Us, bs as Ks, bu as vs, aH as Ws, aG as js, aj as qs } from "./index-b3bdb32a.mjs";
|
|
2
|
+
import { SelectOptGroup as Js } from "ant-design-vue";
|
|
3
3
|
import "vue";
|
|
4
4
|
import "@vueuse/core";
|
|
5
5
|
import "vuedraggable";
|
|
@@ -9,142 +9,149 @@ export {
|
|
|
9
9
|
p as ActionKitConfig,
|
|
10
10
|
i as Animations,
|
|
11
11
|
r as AppIconPlatforms,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
S as
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
m as
|
|
12
|
+
l as AppIconSizes,
|
|
13
|
+
u as ButtonColors,
|
|
14
|
+
c as ButtonHtmlTypes,
|
|
15
|
+
S as ButtonIconAlignMents,
|
|
16
|
+
b as ButtonShapes,
|
|
17
|
+
d as ButtonSizes,
|
|
18
|
+
m as ButtonTargets,
|
|
19
|
+
T as ButtonVariants,
|
|
19
20
|
g as CheckboxPlacementRight,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
I as
|
|
23
|
-
C as
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
R as
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
D as
|
|
38
|
-
E as
|
|
39
|
-
F as
|
|
40
|
-
|
|
41
|
-
U as
|
|
42
|
-
K as
|
|
43
|
-
v as
|
|
44
|
-
W as
|
|
45
|
-
j as
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
da as
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
ga as
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
Ia as
|
|
77
|
-
Ca as
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
Ra as
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
Da as
|
|
92
|
-
Ea as
|
|
93
|
-
Fa as
|
|
94
|
-
|
|
95
|
-
Ua as
|
|
96
|
-
Ka as
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
ds as
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
gs as
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
Is as
|
|
132
|
-
Cs as
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
Rs as
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
Ds as
|
|
147
|
-
Es as
|
|
148
|
-
Fs as
|
|
149
|
-
|
|
21
|
+
y as CheckboxPlacements,
|
|
22
|
+
B as LinkButtonColors,
|
|
23
|
+
I as LinkButtonSizes,
|
|
24
|
+
C as MaAlert,
|
|
25
|
+
P as MaAlertPropTypes,
|
|
26
|
+
A as MaAlertPropVariants,
|
|
27
|
+
h as MaAnimation,
|
|
28
|
+
z as MaAppCheckbox,
|
|
29
|
+
k as MaAppIcon,
|
|
30
|
+
R as MaAppTrackButton,
|
|
31
|
+
f as MaAutoComplete,
|
|
32
|
+
w as MaAvatar,
|
|
33
|
+
x as MaBadge,
|
|
34
|
+
O as MaBadgePropIconAlignments,
|
|
35
|
+
G as MaBadgePropSizes,
|
|
36
|
+
N as MaBadgePropTypes,
|
|
37
|
+
V as MaBadgePropVariants,
|
|
38
|
+
D as MaBadgeShape,
|
|
39
|
+
E as MaButton,
|
|
40
|
+
F as MaCard,
|
|
41
|
+
L as MaCardAlignments,
|
|
42
|
+
U as MaCardIconColors,
|
|
43
|
+
K as MaCardSizes,
|
|
44
|
+
v as MaCascader,
|
|
45
|
+
W as MaCheckbox,
|
|
46
|
+
j as MaCheckboxGroup,
|
|
47
|
+
q as MaContentScroller,
|
|
48
|
+
H as MaCountryRadio,
|
|
49
|
+
J as MaCountrySelect,
|
|
50
|
+
Q as MaDatePicker,
|
|
51
|
+
X as MaDrawer,
|
|
52
|
+
Y as MaDropdown,
|
|
53
|
+
Z as MaDropdownPlacements,
|
|
54
|
+
_ as MaDropdownTriggers,
|
|
55
|
+
$ as MaEllipsis,
|
|
56
|
+
aa as MaEmpty,
|
|
57
|
+
sa as MaEmptyIcons,
|
|
58
|
+
oa as MaEmptySizes,
|
|
59
|
+
ta as MaEmptyVariants,
|
|
60
|
+
ea as MaFlagIconRatios,
|
|
61
|
+
Ma as MaForm,
|
|
62
|
+
na as MaFormItem,
|
|
63
|
+
pa as MaFormLayouts,
|
|
64
|
+
ia as MaIcon,
|
|
65
|
+
ra as MaIconButton,
|
|
66
|
+
la as MaIconSizeClassNames,
|
|
67
|
+
ua as MaIconSizes,
|
|
68
|
+
ca as MaImage,
|
|
69
|
+
Sa as MaImageGroup,
|
|
70
|
+
ba as MaInput,
|
|
71
|
+
da as MaInputCurrency,
|
|
72
|
+
ma as MaInputNumber,
|
|
73
|
+
Ta as MaInputSize,
|
|
74
|
+
ga as MaInputType,
|
|
75
|
+
ya as MaKeywordGroupSelection,
|
|
76
|
+
Ba as MaLinkButton,
|
|
77
|
+
Ia as MaMenu,
|
|
78
|
+
Ca as MaMenuItem,
|
|
79
|
+
Pa as MaModal,
|
|
80
|
+
Aa as MaModalTypeIcon,
|
|
81
|
+
ha as MaModalTypes,
|
|
82
|
+
za as MaNotification,
|
|
83
|
+
ka as MaNumericInput,
|
|
84
|
+
Ra as MaPagination,
|
|
85
|
+
fa as MaPopconfirm,
|
|
86
|
+
wa as MaPopover,
|
|
87
|
+
xa as MaProgress,
|
|
88
|
+
Oa as MaProgressCircleSizes,
|
|
89
|
+
Ga as MaProgressColors,
|
|
90
|
+
Na as MaProgressPercentAlignments,
|
|
91
|
+
Va as MaProgressTypes,
|
|
92
|
+
Da as MaRadio,
|
|
93
|
+
Ea as MaRadioCard,
|
|
94
|
+
Fa as MaRadioGroup,
|
|
95
|
+
La as MaRadioTypes,
|
|
96
|
+
Ua as MaRate,
|
|
97
|
+
Ka as MaRateColors,
|
|
98
|
+
va as MaRateSizes,
|
|
99
|
+
Wa as MaResult,
|
|
100
|
+
ja as MaSelect,
|
|
101
|
+
Js as MaSelectOptGroup,
|
|
102
|
+
qa as MaSelectOption,
|
|
103
|
+
Ha as MaSideMenuAddNewAppButton,
|
|
104
|
+
Ja as MaSideMenuAppButton,
|
|
105
|
+
Qa as MaSideMenuButton,
|
|
106
|
+
Xa as MaSideMenuIconButton,
|
|
107
|
+
Ya as MaSideMenuItem,
|
|
108
|
+
Za as MaSideMenuItemColors,
|
|
109
|
+
_a as MaSideMenuRoundIconButton,
|
|
110
|
+
$a as MaSlider,
|
|
111
|
+
as as MaSocialButton,
|
|
112
|
+
ss as MaSpin,
|
|
113
|
+
os as MaSpinColors,
|
|
114
|
+
ts as MaSpinTypes,
|
|
115
|
+
es as MaStep,
|
|
116
|
+
Ms as MaStepItem,
|
|
117
|
+
ns as MaStepItems,
|
|
118
|
+
ps as MaSteps,
|
|
119
|
+
is as MaSwitch,
|
|
120
|
+
rs as MaTabIconAlignMents,
|
|
121
|
+
ls as MaTabPane,
|
|
122
|
+
us as MaTabPositions,
|
|
123
|
+
cs as MaTabTypes,
|
|
124
|
+
Ss as MaTabs,
|
|
125
|
+
bs as MaTagInput,
|
|
126
|
+
ds as MaToggle,
|
|
127
|
+
ms as MaTooltip,
|
|
128
|
+
Ts as MaTrackButton,
|
|
129
|
+
gs as MaTypography,
|
|
130
|
+
ys as MaUpload,
|
|
131
|
+
Bs as MaUploadFileStatus,
|
|
132
|
+
Is as MaUploadSizes,
|
|
133
|
+
Cs as MaUploadTypes,
|
|
134
|
+
Ps as MaWatchlistButton,
|
|
135
|
+
As as MultiSelectOptionCheckbox,
|
|
136
|
+
hs as MultiSelectOptions,
|
|
137
|
+
zs as NumericInputSizes,
|
|
138
|
+
ks as SelectModes,
|
|
139
|
+
Rs as SelectOptionTypeRadio,
|
|
140
|
+
fs as SelectOptionTypes,
|
|
141
|
+
ws as SelectSizes,
|
|
142
|
+
xs as SocialButtonBrands,
|
|
143
|
+
Os as SocialButtonVariants,
|
|
144
|
+
Gs as SwitchTypes,
|
|
145
|
+
Ns as ToggleSizes,
|
|
146
|
+
Vs as TooltipPlacements,
|
|
147
|
+
Ds as TooltipTriggerTypes,
|
|
148
|
+
Es as TooltipTypes,
|
|
149
|
+
Fs as TrackButtonSizes,
|
|
150
|
+
Ls as TrackButtonVariants,
|
|
151
|
+
Us as TypographyTags,
|
|
152
|
+
Ks as TypographyTypes,
|
|
153
|
+
vs as TypographyWeights,
|
|
154
|
+
Ws as currencyOptions,
|
|
155
|
+
js as currencySymbols,
|
|
156
|
+
qs as useActionKitConfig
|
|
150
157
|
};
|
|
@@ -1,31 +1,32 @@
|
|
|
1
1
|
import type { PropType as __PropType } from 'vue';
|
|
2
|
-
import { type
|
|
2
|
+
import { type ButtonSize, type ButtonVariant, type ButtonShape, type ButtonTarget, type ButtonHtmlType, type ButtonColor } from './types';
|
|
3
3
|
export interface MaButtonProps {
|
|
4
|
-
type?: ButtonType;
|
|
5
4
|
variant?: ButtonVariant;
|
|
6
5
|
size?: ButtonSize;
|
|
6
|
+
shape?: ButtonShape;
|
|
7
7
|
href?: string;
|
|
8
8
|
target?: ButtonTarget;
|
|
9
9
|
disabled?: boolean;
|
|
10
10
|
loading?: boolean;
|
|
11
|
-
shape?: ButtonShape;
|
|
12
11
|
icon?: string;
|
|
13
|
-
iconAlignment?:
|
|
12
|
+
iconAlignment?: string;
|
|
14
13
|
highlight?: boolean;
|
|
14
|
+
htmlType?: ButtonHtmlType;
|
|
15
|
+
color?: ButtonColor;
|
|
15
16
|
}
|
|
16
17
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
17
|
-
|
|
18
|
-
type: __PropType<"
|
|
18
|
+
variant: {
|
|
19
|
+
type: __PropType<"filled" | "stroke" | "lighter" | "ghost">;
|
|
19
20
|
required: false;
|
|
20
21
|
default: string;
|
|
21
22
|
};
|
|
22
|
-
|
|
23
|
-
type: __PropType<"
|
|
23
|
+
size: {
|
|
24
|
+
type: __PropType<"x-small" | "small" | "medium" | "large">;
|
|
24
25
|
required: false;
|
|
25
26
|
default: string;
|
|
26
27
|
};
|
|
27
|
-
|
|
28
|
-
type: __PropType<"
|
|
28
|
+
shape: {
|
|
29
|
+
type: __PropType<"default" | "rounded">;
|
|
29
30
|
required: false;
|
|
30
31
|
default: string;
|
|
31
32
|
};
|
|
@@ -40,41 +41,48 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
40
41
|
disabled: {
|
|
41
42
|
type: __PropType<boolean>;
|
|
42
43
|
required: false;
|
|
44
|
+
default: boolean;
|
|
43
45
|
};
|
|
44
46
|
loading: {
|
|
45
47
|
type: __PropType<boolean>;
|
|
46
48
|
required: false;
|
|
47
|
-
|
|
48
|
-
shape: {
|
|
49
|
-
type: __PropType<"default" | "round">;
|
|
50
|
-
required: false;
|
|
51
|
-
default: string;
|
|
49
|
+
default: boolean;
|
|
52
50
|
};
|
|
53
51
|
icon: {
|
|
54
52
|
type: __PropType<string>;
|
|
55
53
|
required: false;
|
|
56
54
|
};
|
|
57
55
|
iconAlignment: {
|
|
58
|
-
type: __PropType<
|
|
56
|
+
type: __PropType<string>;
|
|
59
57
|
required: false;
|
|
60
58
|
};
|
|
61
59
|
highlight: {
|
|
62
60
|
type: __PropType<boolean>;
|
|
63
61
|
required: false;
|
|
64
62
|
};
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
63
|
+
htmlType: {
|
|
64
|
+
type: __PropType<"button" | "reset" | "submit">;
|
|
65
|
+
required: false;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
color: {
|
|
69
|
+
type: __PropType<"dark" | "blue" | "green" | "red">;
|
|
68
70
|
required: false;
|
|
69
71
|
default: string;
|
|
70
72
|
};
|
|
73
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
71
74
|
variant: {
|
|
72
|
-
type: __PropType<"
|
|
75
|
+
type: __PropType<"filled" | "stroke" | "lighter" | "ghost">;
|
|
73
76
|
required: false;
|
|
74
77
|
default: string;
|
|
75
78
|
};
|
|
76
79
|
size: {
|
|
77
|
-
type: __PropType<"small" | "
|
|
80
|
+
type: __PropType<"x-small" | "small" | "medium" | "large">;
|
|
81
|
+
required: false;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
shape: {
|
|
85
|
+
type: __PropType<"default" | "rounded">;
|
|
78
86
|
required: false;
|
|
79
87
|
default: string;
|
|
80
88
|
};
|
|
@@ -89,34 +97,42 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
89
97
|
disabled: {
|
|
90
98
|
type: __PropType<boolean>;
|
|
91
99
|
required: false;
|
|
100
|
+
default: boolean;
|
|
92
101
|
};
|
|
93
102
|
loading: {
|
|
94
103
|
type: __PropType<boolean>;
|
|
95
104
|
required: false;
|
|
96
|
-
|
|
97
|
-
shape: {
|
|
98
|
-
type: __PropType<"default" | "round">;
|
|
99
|
-
required: false;
|
|
100
|
-
default: string;
|
|
105
|
+
default: boolean;
|
|
101
106
|
};
|
|
102
107
|
icon: {
|
|
103
108
|
type: __PropType<string>;
|
|
104
109
|
required: false;
|
|
105
110
|
};
|
|
106
111
|
iconAlignment: {
|
|
107
|
-
type: __PropType<
|
|
112
|
+
type: __PropType<string>;
|
|
108
113
|
required: false;
|
|
109
114
|
};
|
|
110
115
|
highlight: {
|
|
111
116
|
type: __PropType<boolean>;
|
|
112
117
|
required: false;
|
|
113
118
|
};
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
119
|
+
htmlType: {
|
|
120
|
+
type: __PropType<"button" | "reset" | "submit">;
|
|
121
|
+
required: false;
|
|
122
|
+
default: string;
|
|
123
|
+
};
|
|
124
|
+
color: {
|
|
125
|
+
type: __PropType<"dark" | "blue" | "green" | "red">;
|
|
126
|
+
required: false;
|
|
127
|
+
default: string;
|
|
128
|
+
};
|
|
129
|
+
}>>, {
|
|
130
|
+
variant: "filled" | "stroke" | "lighter" | "ghost";
|
|
131
|
+
size: "x-small" | "small" | "medium" | "large";
|
|
132
|
+
disabled: boolean;
|
|
133
|
+
loading: boolean;
|
|
134
|
+
shape: "default" | "rounded";
|
|
135
|
+
htmlType: "button" | "reset" | "submit";
|
|
136
|
+
color: "dark" | "blue" | "green" | "red";
|
|
121
137
|
}>;
|
|
122
138
|
export default _sfc_main;
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
import { type ButtonTarget, type ButtonHtmlType } from '../types';
|
|
3
|
+
import { type LinkButtonColor, type LinkButtonSize } from './types';
|
|
4
|
+
export interface MaLinkButtonProps {
|
|
5
|
+
href?: string;
|
|
6
|
+
target?: ButtonTarget;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
loading?: boolean;
|
|
9
|
+
icon?: string;
|
|
10
|
+
iconAlignment?: string;
|
|
11
|
+
htmlType?: ButtonHtmlType;
|
|
12
|
+
color?: LinkButtonColor;
|
|
13
|
+
size?: LinkButtonSize;
|
|
14
|
+
}
|
|
15
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
16
|
+
href: {
|
|
17
|
+
type: __PropType<string>;
|
|
18
|
+
required: false;
|
|
19
|
+
};
|
|
20
|
+
target: {
|
|
21
|
+
type: __PropType<"_blank" | "_self" | "_top" | "_parent">;
|
|
22
|
+
required: false;
|
|
23
|
+
};
|
|
24
|
+
disabled: {
|
|
25
|
+
type: __PropType<boolean>;
|
|
26
|
+
required: false;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
loading: {
|
|
30
|
+
type: __PropType<boolean>;
|
|
31
|
+
required: false;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
icon: {
|
|
35
|
+
type: __PropType<string>;
|
|
36
|
+
required: false;
|
|
37
|
+
};
|
|
38
|
+
iconAlignment: {
|
|
39
|
+
type: __PropType<string>;
|
|
40
|
+
required: false;
|
|
41
|
+
};
|
|
42
|
+
htmlType: {
|
|
43
|
+
type: __PropType<"button" | "reset" | "submit">;
|
|
44
|
+
required: false;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
color: {
|
|
48
|
+
type: __PropType<"dark" | "blue" | "red" | "gray">;
|
|
49
|
+
required: false;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
size: {
|
|
53
|
+
type: __PropType<"small" | "medium">;
|
|
54
|
+
required: false;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
58
|
+
href: {
|
|
59
|
+
type: __PropType<string>;
|
|
60
|
+
required: false;
|
|
61
|
+
};
|
|
62
|
+
target: {
|
|
63
|
+
type: __PropType<"_blank" | "_self" | "_top" | "_parent">;
|
|
64
|
+
required: false;
|
|
65
|
+
};
|
|
66
|
+
disabled: {
|
|
67
|
+
type: __PropType<boolean>;
|
|
68
|
+
required: false;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
loading: {
|
|
72
|
+
type: __PropType<boolean>;
|
|
73
|
+
required: false;
|
|
74
|
+
default: boolean;
|
|
75
|
+
};
|
|
76
|
+
icon: {
|
|
77
|
+
type: __PropType<string>;
|
|
78
|
+
required: false;
|
|
79
|
+
};
|
|
80
|
+
iconAlignment: {
|
|
81
|
+
type: __PropType<string>;
|
|
82
|
+
required: false;
|
|
83
|
+
};
|
|
84
|
+
htmlType: {
|
|
85
|
+
type: __PropType<"button" | "reset" | "submit">;
|
|
86
|
+
required: false;
|
|
87
|
+
default: string;
|
|
88
|
+
};
|
|
89
|
+
color: {
|
|
90
|
+
type: __PropType<"dark" | "blue" | "red" | "gray">;
|
|
91
|
+
required: false;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
size: {
|
|
95
|
+
type: __PropType<"small" | "medium">;
|
|
96
|
+
required: false;
|
|
97
|
+
default: string;
|
|
98
|
+
};
|
|
99
|
+
}>>, {
|
|
100
|
+
size: "small" | "medium";
|
|
101
|
+
disabled: boolean;
|
|
102
|
+
loading: boolean;
|
|
103
|
+
htmlType: "button" | "reset" | "submit";
|
|
104
|
+
color: "dark" | "blue" | "red" | "gray";
|
|
105
|
+
}>;
|
|
106
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const LinkButtonColors: readonly ["dark", "blue", "red", "gray"];
|
|
2
|
+
export declare const LinkButtonSizes: readonly ["small", "medium"];
|
|
3
|
+
export type LinkButtonColor = (typeof LinkButtonColors)[number];
|
|
4
|
+
export type LinkButtonSize = (typeof LinkButtonSizes)[number];
|