@mobileaction/action-kit 1.1.56 → 1.1.57

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.
@@ -8,6 +8,7 @@ export interface MaTrackButtonProps {
8
8
  tracked?: boolean;
9
9
  showClose?: boolean;
10
10
  keyword: string;
11
+ badgeText?: string;
11
12
  }
12
13
  declare const _sfc_main: import("vue").DefineComponent<{
13
14
  variant: {
@@ -40,6 +41,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
40
41
  type: __PropType<string>;
41
42
  required: true;
42
43
  };
44
+ badgeText: {
45
+ type: __PropType<string>;
46
+ required: false;
47
+ };
43
48
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
44
49
  variant: {
45
50
  type: __PropType<"default">;
@@ -71,6 +76,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
71
76
  type: __PropType<string>;
72
77
  required: true;
73
78
  };
79
+ badgeText: {
80
+ type: __PropType<string>;
81
+ required: false;
82
+ };
74
83
  }>>, {
75
84
  variant: "default";
76
85
  size: "sm" | "md" | "lg";
@@ -9,7 +9,9 @@ export interface MaProgressItemProps {
9
9
  showPercent?: boolean;
10
10
  size?: MaProgressCircleSize;
11
11
  }
12
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressItemProps>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressItemProps>, {}>>>, {}>;
12
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressItemProps>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressItemProps>, {}>>>, {}>, {
13
+ customLabel: (_: {}) => any;
14
+ }>;
13
15
  export default _default;
14
16
  declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
17
  declare type __VLS_TypePropsToRuntimeProps<T> = {
@@ -25,3 +27,8 @@ declare type __VLS_WithDefaults<P, D> = {
25
27
  default: D[K];
26
28
  } : P[K];
27
29
  };
30
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
31
+ new (): {
32
+ $slots: S;
33
+ };
34
+ };
@@ -9,7 +9,9 @@ export interface MaProgressItemProps {
9
9
  showPercent?: boolean;
10
10
  size?: MaProgressCircleSize;
11
11
  }
12
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressItemProps>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressItemProps>, {}>>>, {}>;
12
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressItemProps>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressItemProps>, {}>>>, {}>, {
13
+ customLabel: (_: {}) => any;
14
+ }>;
13
15
  export default _default;
14
16
  declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
17
  declare type __VLS_TypePropsToRuntimeProps<T> = {
@@ -25,3 +27,8 @@ declare type __VLS_WithDefaults<P, D> = {
25
27
  default: D[K];
26
28
  } : P[K];
27
29
  };
30
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
31
+ new (): {
32
+ $slots: S;
33
+ };
34
+ };
@@ -9,7 +9,9 @@ export interface MaProgressItemProps {
9
9
  showPercent?: boolean;
10
10
  size?: MaProgressCircleSize;
11
11
  }
12
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressItemProps>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressItemProps>, {}>>>, {}>;
12
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressItemProps>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressItemProps>, {}>>>, {}>, {
13
+ customLabel: (_: {}) => any;
14
+ }>;
13
15
  export default _default;
14
16
  declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
17
  declare type __VLS_TypePropsToRuntimeProps<T> = {
@@ -25,3 +27,8 @@ declare type __VLS_WithDefaults<P, D> = {
25
27
  default: D[K];
26
28
  } : P[K];
27
29
  };
30
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
31
+ new (): {
32
+ $slots: S;
33
+ };
34
+ };
@@ -9,7 +9,9 @@ export interface MaProgressItemProps {
9
9
  showPercent?: boolean;
10
10
  size?: MaProgressCircleSize;
11
11
  }
12
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressItemProps>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressItemProps>, {}>>>, {}>;
12
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressItemProps>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressItemProps>, {}>>>, {}>, {
13
+ customLabel: (_: {}) => any;
14
+ }>;
13
15
  export default _default;
14
16
  declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
17
  declare type __VLS_TypePropsToRuntimeProps<T> = {
@@ -25,3 +27,8 @@ declare type __VLS_WithDefaults<P, D> = {
25
27
  default: D[K];
26
28
  } : P[K];
27
29
  };
30
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
31
+ new (): {
32
+ $slots: S;
33
+ };
34
+ };
@@ -12,7 +12,7 @@ export interface MaProgressProps {
12
12
  percentAlignment?: MaProgressPercentAlignment;
13
13
  circleSize?: MaProgressCircleSize;
14
14
  }
15
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressProps>, {
15
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaProgressProps>, {
16
16
  type: string;
17
17
  color: string;
18
18
  circleSize: string;
@@ -30,6 +30,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
30
30
  showPercent: boolean;
31
31
  circleSize: "xs" | "sm" | "md" | "lg" | "xl";
32
32
  percentAlignment: "left" | "right";
33
+ }>, {
34
+ customLabel: (_: {}) => any;
33
35
  }>;
34
36
  export default _default;
35
37
  declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -46,3 +48,8 @@ declare type __VLS_WithDefaults<P, D> = {
46
48
  default: D[K];
47
49
  } : P[K];
48
50
  };
51
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
52
+ new (): {
53
+ $slots: S;
54
+ };
55
+ };
@@ -6,4 +6,5 @@ declare type Story = StoryObj<typeof MaProgress>;
6
6
  export declare const Default: Story;
7
7
  export declare const LeftPercentage: Story;
8
8
  export declare const WithIcon: Story;
9
+ export declare const CustomLabel: StoryFn;
9
10
  export declare const AllColors: StoryFn;
@@ -8,4 +8,5 @@ export declare const WithPercentage: Story;
8
8
  export declare const LeftPercentage: Story;
9
9
  export declare const WithIcon: Story;
10
10
  export declare const WithTooltip: Story;
11
+ export declare const CustomLabel: StoryFn;
11
12
  export declare const AllColors: StoryFn;
@@ -7,6 +7,7 @@ export interface MaTrackButtonProps {
7
7
  tracked?: boolean;
8
8
  showClose?: boolean;
9
9
  keyword: string;
10
+ badgeText?: string;
10
11
  }
11
12
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaTrackButtonProps>, {
12
13
  variant: string;
@@ -5,4 +5,5 @@ export default meta;
5
5
  declare type Story = StoryObj<typeof MaTrackButton>;
6
6
  export declare const Default: Story;
7
7
  export declare const Closable: Story;
8
+ export declare const WithBadge: Story;
8
9
  export declare const ButtonGroups: StoryFn<typeof meta>;