@mobileaction/action-kit 1.40.7-beta.0 → 1.40.7-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/dist/action-kit.mjs +9132 -9558
- package/dist/{chevron-down-Crl-9ZCo.js → chevron-down-C2QrbBk7.js} +3 -3
- package/dist/chevron-left-Do1nR84c.js +21 -0
- package/dist/chevron-right-DSAfvAlZ.js +21 -0
- package/dist/{chevron-up-gGvSq6tg.js → chevron-up-BN5TUeRs.js} +3 -3
- package/dist/src/components/date-picker-2/index.vue.d.ts +4 -4
- package/dist/src/components/modal/stories/constants.d.ts +1 -0
- package/dist/src/components/modal/stories/default.stories.d.ts +1 -0
- package/dist/src/components/popconfirm/index.vue.d.ts +2 -2
- package/dist/src/components/popconfirm/stories/constants.d.ts +5 -5
- package/dist/src/components/popover-2/index.vue.d.ts +1 -3
- package/dist/src/components/popover-2/stories/constants.d.ts +3 -6
- package/dist/src/index.d.ts +0 -3
- package/dist/style.css +1 -1
- package/package.json +1 -2
- package/dist/chevron-left-dQluou6f.js +0 -22
- package/dist/chevron-right-eujt5l7O.js +0 -22
- package/dist/src/components/select-2/components/selectOption.vue.d.ts +0 -33
- package/dist/src/components/select-2/components/selectOptionGroup.vue.d.ts +0 -19
- package/dist/src/components/select-2/composables/use-keyboard-navigation.d.ts +0 -8
- package/dist/src/components/select-2/composables/use-options-registry.d.ts +0 -7
- package/dist/src/components/select-2/index.vue.d.ts +0 -328
- package/dist/src/components/select-2/select.test.d.ts +0 -1
- package/dist/src/components/select-2/stories/borderless.stories.d.ts +0 -8
- package/dist/src/components/select-2/stories/constants.d.ts +0 -12
- package/dist/src/components/select-2/stories/inline.stories.d.ts +0 -8
- package/dist/src/components/select-2/stories/multiple.stories.d.ts +0 -14
- package/dist/src/components/select-2/stories/select-option-group.stories.d.ts +0 -41
- package/dist/src/components/select-2/stories/select-option.stories.d.ts +0 -81
- package/dist/src/components/select-2/stories/single.stories.d.ts +0 -25
- package/dist/src/components/select-2/types.d.ts +0 -180
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { openBlock as o, createElementBlock as n, createElementVNode as r } from "vue";
|
|
2
2
|
const t = {
|
|
3
|
-
viewBox: "0 0
|
|
3
|
+
viewBox: "0 0 20 20",
|
|
4
4
|
fill: "none",
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6
6
|
};
|
|
7
7
|
function l(s, e) {
|
|
8
8
|
return o(), n("svg", t, e[0] || (e[0] = [
|
|
9
9
|
r("path", {
|
|
10
|
-
d: "
|
|
10
|
+
d: "M5 7.5L10 12.5L15 7.5",
|
|
11
11
|
stroke: "currentColor",
|
|
12
|
-
"stroke-width": "1.
|
|
12
|
+
"stroke-width": "1.66667",
|
|
13
13
|
"stroke-linecap": "round",
|
|
14
14
|
"stroke-linejoin": "round"
|
|
15
15
|
}, null, -1)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as l, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
viewBox: "0 0 20 20",
|
|
4
|
+
fill: "none",
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6
|
+
};
|
|
7
|
+
function t(d, e) {
|
|
8
|
+
return o(), l("svg", r, e[0] || (e[0] = [
|
|
9
|
+
n("path", {
|
|
10
|
+
"fill-rule": "evenodd",
|
|
11
|
+
"clip-rule": "evenodd",
|
|
12
|
+
d: "M12.4053 5.92798C12.1124 5.63509 11.6376 5.63509 11.3447 5.92798L8.01134 9.26132C7.71844 9.55421 7.71844 10.0291 8.01134 10.322L11.3447 13.6553C11.6376 13.9482 12.1124 13.9482 12.4053 13.6553C12.6982 13.3624 12.6982 12.8875 12.4053 12.5946L9.60233 9.79165L12.4053 6.98864C12.6982 6.69575 12.6982 6.22088 12.4053 5.92798Z",
|
|
13
|
+
fill: "currentColor"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const i = { render: t };
|
|
18
|
+
export {
|
|
19
|
+
i as default,
|
|
20
|
+
t as render
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as l, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
viewBox: "0 0 20 20",
|
|
4
|
+
fill: "none",
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6
|
+
};
|
|
7
|
+
function t(d, e) {
|
|
8
|
+
return o(), l("svg", r, e[0] || (e[0] = [
|
|
9
|
+
n("path", {
|
|
10
|
+
"fill-rule": "evenodd",
|
|
11
|
+
"clip-rule": "evenodd",
|
|
12
|
+
d: "M7.59467 5.92798C7.88756 5.63509 8.36244 5.63509 8.65533 5.92798L11.9887 9.26132C12.2816 9.55421 12.2816 10.0291 11.9887 10.322L8.65533 13.6553C8.36244 13.9482 7.88756 13.9482 7.59467 13.6553C7.30178 13.3624 7.30178 12.8875 7.59467 12.5946L10.3977 9.79165L7.59467 6.98864C7.30178 6.69575 7.30178 6.22088 7.59467 5.92798Z",
|
|
13
|
+
fill: "currentColor"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const i = { render: t };
|
|
18
|
+
export {
|
|
19
|
+
i as default,
|
|
20
|
+
t as render
|
|
21
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { openBlock as o, createElementBlock as r, createElementVNode as t } from "vue";
|
|
2
2
|
const n = {
|
|
3
|
-
viewBox: "0 0
|
|
3
|
+
viewBox: "0 0 20 20",
|
|
4
4
|
fill: "none",
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6
6
|
};
|
|
7
7
|
function l(s, e) {
|
|
8
8
|
return o(), r("svg", n, e[0] || (e[0] = [
|
|
9
9
|
t("path", {
|
|
10
|
-
d: "
|
|
10
|
+
d: "M15 12.5L10 7.5L5 12.5",
|
|
11
11
|
stroke: "currentColor",
|
|
12
|
-
"stroke-width": "1.
|
|
12
|
+
"stroke-width": "1.66667",
|
|
13
13
|
"stroke-linecap": "round",
|
|
14
14
|
"stroke-linejoin": "round"
|
|
15
15
|
}, null, -1)
|
|
@@ -21,8 +21,8 @@ declare function __VLS_template(): {
|
|
|
21
21
|
datepickerInput: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
|
|
22
22
|
onFocus?: (...args: any[]) => any;
|
|
23
23
|
onBlur?: (...args: any[]) => any;
|
|
24
|
-
onCleared?: (...args: any[]) => any;
|
|
25
24
|
onClosed?: (...args: any[]) => any;
|
|
25
|
+
onCleared?: (...args: any[]) => any;
|
|
26
26
|
onOpen?: (...args: any[]) => any;
|
|
27
27
|
"onUpdate:model-value"?: (...args: any[]) => any;
|
|
28
28
|
"onUpdate:model-timezone-value"?: (...args: any[]) => any;
|
|
@@ -56,8 +56,8 @@ declare function __VLS_template(): {
|
|
|
56
56
|
}, {} & (Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
|
|
57
57
|
onFocus?: (...args: any[]) => any;
|
|
58
58
|
onBlur?: (...args: any[]) => any;
|
|
59
|
-
onCleared?: (...args: any[]) => any;
|
|
60
59
|
onClosed?: (...args: any[]) => any;
|
|
60
|
+
onCleared?: (...args: any[]) => any;
|
|
61
61
|
onOpen?: (...args: any[]) => any;
|
|
62
62
|
"onUpdate:model-value"?: (...args: any[]) => any;
|
|
63
63
|
"onUpdate:model-timezone-value"?: (...args: any[]) => any;
|
|
@@ -99,10 +99,10 @@ declare const __VLS_component: import("vue").DefineComponent<MaDatePickerProps,
|
|
|
99
99
|
change: (...args: any[]) => void;
|
|
100
100
|
focus: (...args: any[]) => void;
|
|
101
101
|
"update:value": (...args: any[]) => void;
|
|
102
|
-
cleared: (...args: any[]) => void;
|
|
103
102
|
opened: (...args: any[]) => void;
|
|
104
103
|
closed: (...args: any[]) => void;
|
|
105
104
|
openChange: (...args: any[]) => void;
|
|
105
|
+
cleared: (...args: any[]) => void;
|
|
106
106
|
rangeStart: (...args: any[]) => void;
|
|
107
107
|
rangeEnd: (...args: any[]) => void;
|
|
108
108
|
}, string, import("vue").PublicProps, Readonly<MaDatePickerProps> & Readonly<{
|
|
@@ -110,10 +110,10 @@ declare const __VLS_component: import("vue").DefineComponent<MaDatePickerProps,
|
|
|
110
110
|
onChange?: (...args: any[]) => any;
|
|
111
111
|
onFocus?: (...args: any[]) => any;
|
|
112
112
|
"onUpdate:value"?: (...args: any[]) => any;
|
|
113
|
-
onCleared?: (...args: any[]) => any;
|
|
114
113
|
onOpened?: (...args: any[]) => any;
|
|
115
114
|
onClosed?: (...args: any[]) => any;
|
|
116
115
|
onOpenChange?: (...args: any[]) => any;
|
|
116
|
+
onCleared?: (...args: any[]) => any;
|
|
117
117
|
onRangeStart?: (...args: any[]) => any;
|
|
118
118
|
onRangeEnd?: (...args: any[]) => any;
|
|
119
119
|
}>, {
|
|
@@ -4,6 +4,7 @@ import '../assets/with-tab.scss';
|
|
|
4
4
|
export declare const baseConfig: Meta<typeof MaModal>;
|
|
5
5
|
export declare const functionsBaseConfig: any;
|
|
6
6
|
export declare const Template: StoryFn;
|
|
7
|
+
export declare const Template2: StoryFn;
|
|
7
8
|
export declare const CustomTemplate: StoryFn;
|
|
8
9
|
export declare const WithTabTemplate: StoryFn;
|
|
9
10
|
export declare const FunctionsTemplate: StoryFn;
|
|
@@ -20,14 +20,14 @@ export interface MaPopconfirmProps {
|
|
|
20
20
|
}
|
|
21
21
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<MaPopconfirmProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
22
|
cancel: (...args: any[]) => void;
|
|
23
|
+
confirm: (...args: any[]) => void;
|
|
23
24
|
"update:visible": (...args: any[]) => void;
|
|
24
25
|
visibleChange: (...args: any[]) => void;
|
|
25
|
-
confirm: (...args: any[]) => void;
|
|
26
26
|
}, string, import("vue").PublicProps, Readonly<MaPopconfirmProps> & Readonly<{
|
|
27
27
|
onCancel?: (...args: any[]) => any;
|
|
28
|
+
onConfirm?: (...args: any[]) => any;
|
|
28
29
|
"onUpdate:visible"?: (...args: any[]) => any;
|
|
29
30
|
onVisibleChange?: (...args: any[]) => any;
|
|
30
|
-
onConfirm?: (...args: any[]) => any;
|
|
31
31
|
}>, {
|
|
32
32
|
icon: string;
|
|
33
33
|
placement: PopconfirmPlacement;
|
|
@@ -4,14 +4,14 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
4
4
|
MaPopconfirm: {
|
|
5
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("@/components/popconfirm/index.vue").MaPopconfirmProps> & Readonly<{
|
|
6
6
|
onCancel?: (...args: any[]) => any;
|
|
7
|
+
onConfirm?: (...args: any[]) => any;
|
|
7
8
|
"onUpdate:visible"?: (...args: any[]) => any;
|
|
8
9
|
onVisibleChange?: (...args: any[]) => any;
|
|
9
|
-
onConfirm?: (...args: any[]) => any;
|
|
10
10
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
11
|
cancel: (...args: any[]) => void;
|
|
12
|
+
confirm: (...args: any[]) => void;
|
|
12
13
|
"update:visible": (...args: any[]) => void;
|
|
13
14
|
visibleChange: (...args: any[]) => void;
|
|
14
|
-
confirm: (...args: any[]) => void;
|
|
15
15
|
}, import("vue").PublicProps, {
|
|
16
16
|
icon: string;
|
|
17
17
|
placement: import("@/components/popconfirm/types").PopconfirmPlacement;
|
|
@@ -30,9 +30,9 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
30
30
|
Defaults: {};
|
|
31
31
|
}, Readonly<import("@/components/popconfirm/index.vue").MaPopconfirmProps> & Readonly<{
|
|
32
32
|
onCancel?: (...args: any[]) => any;
|
|
33
|
+
onConfirm?: (...args: any[]) => any;
|
|
33
34
|
"onUpdate:visible"?: (...args: any[]) => any;
|
|
34
35
|
onVisibleChange?: (...args: any[]) => any;
|
|
35
|
-
onConfirm?: (...args: any[]) => any;
|
|
36
36
|
}>, {}, {}, {}, {}, {
|
|
37
37
|
icon: string;
|
|
38
38
|
placement: import("@/components/popconfirm/types").PopconfirmPlacement;
|
|
@@ -48,14 +48,14 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
48
48
|
__isSuspense?: never;
|
|
49
49
|
} & import("vue").ComponentOptionsBase<Readonly<import("@/components/popconfirm/index.vue").MaPopconfirmProps> & Readonly<{
|
|
50
50
|
onCancel?: (...args: any[]) => any;
|
|
51
|
+
onConfirm?: (...args: any[]) => any;
|
|
51
52
|
"onUpdate:visible"?: (...args: any[]) => any;
|
|
52
53
|
onVisibleChange?: (...args: any[]) => any;
|
|
53
|
-
onConfirm?: (...args: any[]) => any;
|
|
54
54
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
55
55
|
cancel: (...args: any[]) => void;
|
|
56
|
+
confirm: (...args: any[]) => void;
|
|
56
57
|
"update:visible": (...args: any[]) => void;
|
|
57
58
|
visibleChange: (...args: any[]) => void;
|
|
58
|
-
confirm: (...args: any[]) => void;
|
|
59
59
|
}, string, {
|
|
60
60
|
icon: string;
|
|
61
61
|
placement: import("@/components/popconfirm/types").PopconfirmPlacement;
|
|
@@ -10,7 +10,6 @@ export interface MaPopover2Props {
|
|
|
10
10
|
showArrow?: boolean;
|
|
11
11
|
noPadding?: boolean;
|
|
12
12
|
popupContainer?: HTMLElement | null | string;
|
|
13
|
-
noAutoFocus?: boolean;
|
|
14
13
|
}
|
|
15
14
|
declare function __VLS_template(): {
|
|
16
15
|
attrs: Partial<{}>;
|
|
@@ -35,11 +34,10 @@ declare const __VLS_component: import("vue").DefineComponent<MaPopover2Props, {}
|
|
|
35
34
|
overlayClassName: string;
|
|
36
35
|
visible: boolean | undefined;
|
|
37
36
|
showArrow: boolean;
|
|
37
|
+
noPadding: boolean;
|
|
38
38
|
autoHide: boolean;
|
|
39
39
|
isMobile: boolean;
|
|
40
|
-
noPadding: boolean;
|
|
41
40
|
popupContainer: HTMLElement | null | string;
|
|
42
|
-
noAutoFocus: boolean;
|
|
43
41
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
44
42
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
45
43
|
export default _default;
|
|
@@ -15,11 +15,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
15
15
|
overlayClassName: string;
|
|
16
16
|
visible: boolean | undefined;
|
|
17
17
|
showArrow: boolean;
|
|
18
|
+
noPadding: boolean;
|
|
18
19
|
autoHide: boolean;
|
|
19
20
|
isMobile: boolean;
|
|
20
|
-
noPadding: boolean;
|
|
21
21
|
popupContainer: HTMLElement | null | string;
|
|
22
|
-
noAutoFocus: boolean;
|
|
23
22
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
24
23
|
P: {};
|
|
25
24
|
B: {};
|
|
@@ -37,11 +36,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
37
36
|
overlayClassName: string;
|
|
38
37
|
visible: boolean | undefined;
|
|
39
38
|
showArrow: boolean;
|
|
39
|
+
noPadding: boolean;
|
|
40
40
|
autoHide: boolean;
|
|
41
41
|
isMobile: boolean;
|
|
42
|
-
noPadding: boolean;
|
|
43
42
|
popupContainer: HTMLElement | null | string;
|
|
44
|
-
noAutoFocus: boolean;
|
|
45
43
|
}>;
|
|
46
44
|
__isFragment?: never;
|
|
47
45
|
__isTeleport?: never;
|
|
@@ -59,11 +57,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
59
57
|
overlayClassName: string;
|
|
60
58
|
visible: boolean | undefined;
|
|
61
59
|
showArrow: boolean;
|
|
60
|
+
noPadding: boolean;
|
|
62
61
|
autoHide: boolean;
|
|
63
62
|
isMobile: boolean;
|
|
64
|
-
noPadding: boolean;
|
|
65
63
|
popupContainer: HTMLElement | null | string;
|
|
66
|
-
noAutoFocus: boolean;
|
|
67
64
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
68
65
|
$slots: {
|
|
69
66
|
default?(_: {}): any;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -24,9 +24,6 @@ export { default as MaSelect } from './components/select/index.vue';
|
|
|
24
24
|
export { default as MaSelectOption } from './components/select/components/option.vue';
|
|
25
25
|
export { SelectOptGroup as MaSelectOptGroup } from 'ant-design-vue';
|
|
26
26
|
export * from './components/select/types';
|
|
27
|
-
export { default as MaSelect2 } from './components/select-2/index.vue';
|
|
28
|
-
export { default as MaSelect2Option } from './components/select-2/components/selectOption.vue';
|
|
29
|
-
export { default as MaSelect2OptionGroup } from './components/select-2/components/selectOptionGroup.vue';
|
|
30
27
|
export { default as MaCheckbox } from './components/checkbox/index.vue';
|
|
31
28
|
export { default as MaCheckboxGroup } from './components/checkbox/group.vue';
|
|
32
29
|
export { default as MaContentScroller } from './components/content-scroller/index.vue';
|