@mobileaction/action-kit 1.31.2 → 1.31.4
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 +61 -62
- package/dist/components/cascader/components/option.vue.d.ts +1 -1
- package/dist/components/cascader/utils/index.d.ts +1 -1
- package/dist/components/country-select/components/multiCountrySelect.vue.d.ts +4 -4
- package/dist/components/progress/index.vue.d.ts +3 -3
- package/dist/components/progress/types.d.ts +1 -1
- package/dist/components/radio/group.vue.d.ts +0 -3
- package/dist/{index-35474931.mjs → index-a43a56aa.mjs} +3394 -3489
- package/dist/{index-06094026.js → index-d084b552.js} +11 -11
- package/dist/index.d.ts +0 -1
- package/dist/{lottie_light-bcd68537.mjs → lottie_light-5384199d.mjs} +1 -1
- package/dist/{lottie_light-886e5e61.js → lottie_light-d333e406.js} +1 -1
- package/dist/{more-fill-3cc889ef.mjs → more-vertical-5b445d4c.mjs} +7 -7
- package/dist/{more-fill-a029989a.js → more-vertical-e30c597c.js} +1 -1
- package/dist/src/components/cascader/components/option.vue.d.ts +1 -1
- package/dist/src/components/cascader/utils/index.d.ts +1 -1
- package/dist/src/components/country-select/components/multiCountrySelect.vue.d.ts +4 -4
- package/dist/src/components/popconfirm/stories/constants.d.ts +2 -2
- package/dist/src/components/progress/index.vue.d.ts +1 -1
- package/dist/src/components/progress/types.d.ts +1 -1
- package/dist/src/components/radio/group.vue.d.ts +1 -13
- package/dist/src/index.d.ts +0 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/components/scrollable-badge/index.vue.d.ts +0 -37
- package/dist/src/components/scrollable-badge/index.vue.d.ts +0 -49
- package/dist/src/components/scrollable-badge/stories/constants.d.ts +0 -4
- package/dist/src/components/scrollable-badge/stories/default.stories.d.ts +0 -8
package/package.json
CHANGED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import type { PropType as __PropType } from 'vue';
|
|
2
|
-
import { MaTooltipProps } from '../../components/tooltip/index.vue';
|
|
3
|
-
export interface MaScrollableBadgeProps {
|
|
4
|
-
id?: string;
|
|
5
|
-
label?: string;
|
|
6
|
-
url?: string;
|
|
7
|
-
target?: string;
|
|
8
|
-
active?: boolean;
|
|
9
|
-
tooltip?: string;
|
|
10
|
-
tooltipProps?: MaTooltipProps;
|
|
11
|
-
}
|
|
12
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
13
|
-
badges: {
|
|
14
|
-
type: __PropType<MaScrollableBadgeProps[]>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
size: {
|
|
18
|
-
type: __PropType<"small" | "medium" | "large">;
|
|
19
|
-
required: false;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "badgeClick"[], "badgeClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
-
badges: {
|
|
24
|
-
type: __PropType<MaScrollableBadgeProps[]>;
|
|
25
|
-
required: true;
|
|
26
|
-
};
|
|
27
|
-
size: {
|
|
28
|
-
type: __PropType<"small" | "medium" | "large">;
|
|
29
|
-
required: false;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
}>> & {
|
|
33
|
-
onBadgeClick?: (...args: any[]) => any;
|
|
34
|
-
}, {
|
|
35
|
-
size: "small" | "medium" | "large";
|
|
36
|
-
}>;
|
|
37
|
-
export default _sfc_main;
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { MaBadgePropSize } from '@/index';
|
|
2
|
-
import { MaTooltipProps } from '@/components/tooltip/index.vue';
|
|
3
|
-
export interface MaScrollableBadgeProps {
|
|
4
|
-
id?: string;
|
|
5
|
-
label?: string;
|
|
6
|
-
url?: string;
|
|
7
|
-
target?: string;
|
|
8
|
-
active?: boolean;
|
|
9
|
-
tooltip?: string;
|
|
10
|
-
tooltipProps?: MaTooltipProps;
|
|
11
|
-
}
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
13
|
-
badges: MaScrollableBadgeProps[];
|
|
14
|
-
size?: MaBadgePropSize;
|
|
15
|
-
}>, {
|
|
16
|
-
size: string;
|
|
17
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "badgeClick"[], "badgeClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
18
|
-
badges: MaScrollableBadgeProps[];
|
|
19
|
-
size?: MaBadgePropSize;
|
|
20
|
-
}>, {
|
|
21
|
-
size: string;
|
|
22
|
-
}>>> & {
|
|
23
|
-
onBadgeClick?: (...args: any[]) => any;
|
|
24
|
-
}, {
|
|
25
|
-
size: MaBadgePropSize;
|
|
26
|
-
}>, {
|
|
27
|
-
default: (_: {}) => any;
|
|
28
|
-
option: (_: MaScrollableBadgeProps) => any;
|
|
29
|
-
}>;
|
|
30
|
-
export default _default;
|
|
31
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
32
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
33
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
34
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
35
|
-
} : {
|
|
36
|
-
type: import('vue').PropType<T[K]>;
|
|
37
|
-
required: true;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
declare type __VLS_WithDefaults<P, D> = {
|
|
41
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
42
|
-
default: D[K];
|
|
43
|
-
} : P[K];
|
|
44
|
-
};
|
|
45
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
|
-
new (): {
|
|
47
|
-
$slots: S;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj, StoryFn } from '@storybook/vue3';
|
|
2
|
-
import MaScrollableBadge from '@/components/scrollable-badge/index.vue';
|
|
3
|
-
declare const meta: Meta<typeof MaScrollableBadge>;
|
|
4
|
-
export default meta;
|
|
5
|
-
declare type Story = StoryObj<typeof MaScrollableBadge>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const AutoScrollIntoView: StoryFn;
|
|
8
|
-
export declare const WithTooltips: StoryFn;
|