@mobileaction/action-kit 1.15.0 → 1.15.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
- "version": "1.15.0",
3
+ "version": "1.15.01",
4
4
  "main": "dist/action-kit.js",
5
5
  "module": "dist/action-kit.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -1,88 +0,0 @@
1
- import type { PropType as __PropType } from 'vue';
2
- import { MaWatchlistButtonType, MaWatchlistButtonSize } from "../types";
3
- import { ButtonTarget } from '../../../components/button/types';
4
- export interface MaIconButtonProps {
5
- type?: MaWatchlistButtonType;
6
- icon: string;
7
- href?: string;
8
- target?: ButtonTarget;
9
- size: MaWatchlistButtonSize;
10
- active?: boolean;
11
- activeIcon?: string;
12
- rounded?: boolean;
13
- }
14
- declare const _sfc_main: import("vue").DefineComponent<{
15
- type: {
16
- type: __PropType<"default" | "dashed">;
17
- required: false;
18
- default: string;
19
- };
20
- icon: {
21
- type: __PropType<string>;
22
- required: true;
23
- };
24
- href: {
25
- type: __PropType<string>;
26
- required: false;
27
- };
28
- target: {
29
- type: __PropType<"_blank" | "_self" | "_top" | "_parent">;
30
- required: false;
31
- };
32
- size: {
33
- type: __PropType<"xs" | "sm" | "md" | "lg">;
34
- required: true;
35
- };
36
- active: {
37
- type: __PropType<boolean>;
38
- required: false;
39
- default: boolean;
40
- };
41
- activeIcon: {
42
- type: __PropType<string>;
43
- required: false;
44
- };
45
- rounded: {
46
- type: __PropType<boolean>;
47
- required: false;
48
- };
49
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
50
- type: {
51
- type: __PropType<"default" | "dashed">;
52
- required: false;
53
- default: string;
54
- };
55
- icon: {
56
- type: __PropType<string>;
57
- required: true;
58
- };
59
- href: {
60
- type: __PropType<string>;
61
- required: false;
62
- };
63
- target: {
64
- type: __PropType<"_blank" | "_self" | "_top" | "_parent">;
65
- required: false;
66
- };
67
- size: {
68
- type: __PropType<"xs" | "sm" | "md" | "lg">;
69
- required: true;
70
- };
71
- active: {
72
- type: __PropType<boolean>;
73
- required: false;
74
- default: boolean;
75
- };
76
- activeIcon: {
77
- type: __PropType<string>;
78
- required: false;
79
- };
80
- rounded: {
81
- type: __PropType<boolean>;
82
- required: false;
83
- };
84
- }>>, {
85
- type: "default" | "dashed";
86
- active: boolean;
87
- }>;
88
- export default _sfc_main;
@@ -1,101 +0,0 @@
1
- import type { PropType as __PropType } from 'vue';
2
- import { MaWatchlistButtonType, MaWatchlistButtonSize } from "./types";
3
- import { ButtonTarget } from '../../components/button/types';
4
- import { MaTooltipProps } from '../tooltip/index.vue';
5
- export interface MaWatchlistButtonProps {
6
- type?: MaWatchlistButtonType;
7
- icon?: string;
8
- activeIcon?: string;
9
- tooltipText?: string;
10
- href?: string;
11
- target?: ButtonTarget;
12
- size?: MaWatchlistButtonSize;
13
- active?: boolean;
14
- tooltipProps?: MaTooltipProps;
15
- }
16
- declare const _sfc_main: import("vue").DefineComponent<{
17
- type: {
18
- type: __PropType<"default" | "dashed">;
19
- required: false;
20
- default: string;
21
- };
22
- icon: {
23
- type: __PropType<string>;
24
- required: false;
25
- };
26
- activeIcon: {
27
- type: __PropType<string>;
28
- required: false;
29
- };
30
- tooltipText: {
31
- type: __PropType<string>;
32
- required: false;
33
- };
34
- href: {
35
- type: __PropType<string>;
36
- required: false;
37
- };
38
- target: {
39
- type: __PropType<"_blank" | "_self" | "_top" | "_parent">;
40
- required: false;
41
- };
42
- size: {
43
- type: __PropType<"xs" | "sm" | "md" | "lg">;
44
- required: false;
45
- default: string;
46
- };
47
- active: {
48
- type: __PropType<boolean>;
49
- required: false;
50
- default: boolean;
51
- };
52
- tooltipProps: {
53
- type: __PropType<MaTooltipProps>;
54
- required: false;
55
- };
56
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
57
- type: {
58
- type: __PropType<"default" | "dashed">;
59
- required: false;
60
- default: string;
61
- };
62
- icon: {
63
- type: __PropType<string>;
64
- required: false;
65
- };
66
- activeIcon: {
67
- type: __PropType<string>;
68
- required: false;
69
- };
70
- tooltipText: {
71
- type: __PropType<string>;
72
- required: false;
73
- };
74
- href: {
75
- type: __PropType<string>;
76
- required: false;
77
- };
78
- target: {
79
- type: __PropType<"_blank" | "_self" | "_top" | "_parent">;
80
- required: false;
81
- };
82
- size: {
83
- type: __PropType<"xs" | "sm" | "md" | "lg">;
84
- required: false;
85
- default: string;
86
- };
87
- active: {
88
- type: __PropType<boolean>;
89
- required: false;
90
- default: boolean;
91
- };
92
- tooltipProps: {
93
- type: __PropType<MaTooltipProps>;
94
- required: false;
95
- };
96
- }>>, {
97
- type: "default" | "dashed";
98
- size: "xs" | "sm" | "md" | "lg";
99
- active: boolean;
100
- }>;
101
- export default _sfc_main;
@@ -1,4 +0,0 @@
1
- export declare const MaWatchlistButtonTypes: readonly ["default", "dashed"];
2
- export declare const MaWatchlistButtonSizes: readonly ["xs", "sm", "md", "lg"];
3
- export type MaWatchlistButtonType = (typeof MaWatchlistButtonTypes)[number];
4
- export type MaWatchlistButtonSize = (typeof MaWatchlistButtonSizes)[number];
@@ -1,50 +0,0 @@
1
- import { MaWatchlistButtonType, MaWatchlistButtonSize } from "./types";
2
- import { ButtonTarget } from '@/components/button/types';
3
- import { MaTooltipProps } from '../tooltip/index.vue';
4
- export interface MaWatchlistButtonProps {
5
- type?: MaWatchlistButtonType;
6
- icon?: string;
7
- activeIcon?: string;
8
- tooltipText?: string;
9
- href?: string;
10
- target?: ButtonTarget;
11
- size?: MaWatchlistButtonSize;
12
- active?: boolean;
13
- tooltipProps?: MaTooltipProps;
14
- }
15
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaWatchlistButtonProps>, {
16
- type: string;
17
- size: string;
18
- active: boolean;
19
- }>, {}, 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<MaWatchlistButtonProps>, {
20
- type: string;
21
- size: string;
22
- active: boolean;
23
- }>>>, {
24
- size: "xs" | "sm" | "md" | "lg";
25
- type: "default" | "dashed";
26
- active: boolean;
27
- }>, {
28
- tooltip: (_: {}) => any;
29
- default: (_: {}) => any;
30
- }>;
31
- export default _default;
32
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
- declare type __VLS_TypePropsToRuntimeProps<T> = {
34
- [K in keyof T]-?: {} extends Pick<T, K> ? {
35
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
36
- } : {
37
- type: import('vue').PropType<T[K]>;
38
- required: true;
39
- };
40
- };
41
- declare type __VLS_WithDefaults<P, D> = {
42
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
43
- default: D[K];
44
- } : P[K];
45
- };
46
- declare type __VLS_WithTemplateSlots<T, S> = T & {
47
- new (): {
48
- $slots: S;
49
- };
50
- };
@@ -1,5 +0,0 @@
1
- import type { Meta, StoryFn } from '@storybook/vue3';
2
- import MaWatchlistButton from '../index.vue';
3
- export declare const baseConfig: Meta<typeof MaWatchlistButton>;
4
- export declare const Template: StoryFn;
5
- export declare const TemplateDashed: StoryFn;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/vue3';
2
- import type MaIconButton from '../index.vue';
3
- declare const meta: Meta<typeof MaIconButton>;
4
- export default meta;
5
- declare type Story = StoryObj<typeof MaIconButton>;
6
- export declare const Default: Story;
@@ -1,11 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/vue3';
2
- import type MaIconButton from '../index.vue';
3
- declare const meta: Meta<typeof MaIconButton>;
4
- export default meta;
5
- declare type Story = StoryObj<typeof MaIconButton>;
6
- export declare const Settings: Story;
7
- export declare const SettingsActive: Story;
8
- export declare const Delete: Story;
9
- export declare const DeleteActive: Story;
10
- export declare const Integrate: Story;
11
- export declare const IntegrateActive: Story;
@@ -1,4 +0,0 @@
1
- export declare const MaWatchlistButtonTypes: readonly ["default", "dashed"];
2
- export declare const MaWatchlistButtonSizes: readonly ["xs", "sm", "md", "lg"];
3
- export declare type MaWatchlistButtonType = (typeof MaWatchlistButtonTypes)[number];
4
- export declare type MaWatchlistButtonSize = (typeof MaWatchlistButtonSizes)[number];