@mobileaction/action-kit 1.42.11 → 1.42.12-beta.0

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.
Files changed (69) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/action-kit.mjs +7875 -8304
  3. package/dist/src/components/avatar/stories/default.stories.d.ts +1 -2
  4. package/dist/src/components/button/link-button/stories/link.stories.d.ts +1 -1
  5. package/dist/src/components/button/social-button/stories/social.stories.d.ts +3 -3
  6. package/dist/src/components/button/stories/constants.d.ts +2 -3
  7. package/dist/src/components/cascader/stories/default.stories.d.ts +4789 -13
  8. package/dist/src/components/content-scroller/stories/default.stories.d.ts +1 -1
  9. package/dist/src/components/country-radio/stories/default.stories.d.ts +1 -1
  10. package/dist/src/components/ellipsis/stories/default.stories.d.ts +1 -1
  11. package/dist/src/components/image-2/stories/default.stories.d.ts +7 -6
  12. package/dist/src/components/input/stories/amount.stories.d.ts +2 -2
  13. package/dist/src/components/input/stories/credit-card.stories.d.ts +2 -2
  14. package/dist/src/components/input/stories/default.stories.d.ts +2 -2
  15. package/dist/src/components/input/stories/email.stories.d.ts +2 -2
  16. package/dist/src/components/input/stories/password.stories.d.ts +2 -2
  17. package/dist/src/components/input/stories/textarea.stories.d.ts +2 -2
  18. package/dist/src/components/input/stories/url.stories.d.ts +2 -2
  19. package/dist/src/components/input/stories/user-info.stories.d.ts +6 -6
  20. package/dist/src/components/input-number/stories/default.stories.d.ts +609 -10
  21. package/dist/src/components/modal/stories/default.stories.d.ts +1 -1
  22. package/dist/src/components/modal/stories/functions.stories.d.ts +1 -1
  23. package/dist/src/components/numeric-input/stories/default.stories.d.ts +1 -1
  24. package/dist/src/components/pagination/stories/default.stories.d.ts +1 -1
  25. package/dist/src/components/popconfirm/stories/default.stories.d.ts +5 -2
  26. package/dist/src/components/popover-2/stories/default.stories.d.ts +3 -3
  27. package/dist/src/components/radio/stories/default.stories.d.ts +1 -1
  28. package/dist/src/components/radio-card/stories/default.stories.d.ts +1 -1
  29. package/dist/src/components/rate/stories/default.stories.d.ts +2 -1
  30. package/dist/src/components/side-menu-2/menu-button/stories/default.stories.d.ts +2 -2
  31. package/dist/src/components/slider/stories/default.stories.d.ts +3 -1
  32. package/dist/src/components/spin/stories/container.stories.d.ts +1 -1
  33. package/dist/src/components/spin/stories/default.stories.d.ts +1 -1
  34. package/dist/src/components/step-items/stories/default.stories.d.ts +3 -3
  35. package/dist/src/components/step-items/stories/step-item.stories.d.ts +2 -1
  36. package/dist/src/components/toggle/stories/default.stories.d.ts +5 -3
  37. package/dist/src/index.d.ts +0 -1
  38. package/dist/style.css +1 -1
  39. package/package.json +2 -2
  40. package/dist/src/components/avatar/stories/constants.d.ts +0 -10
  41. package/dist/src/components/button/link-button/stories/constants.d.ts +0 -4
  42. package/dist/src/components/button/social-button/stories/constants.d.ts +0 -5
  43. package/dist/src/components/cascader/stories/constants.d.ts +0 -7
  44. package/dist/src/components/collapse/stories/constants.d.ts +0 -74
  45. package/dist/src/components/content-scroller/stories/constants.d.ts +0 -53
  46. package/dist/src/components/country-radio/stories/constants.d.ts +0 -5
  47. package/dist/src/components/country-select/stories/constants.d.ts +0 -4
  48. package/dist/src/components/image-2/stories/constants.d.ts +0 -8
  49. package/dist/src/components/input/stories/constants.d.ts +0 -5
  50. package/dist/src/components/input-number/stories/constants.d.ts +0 -8
  51. package/dist/src/components/input-number/stories/with-select.stories.d.ts +0 -8
  52. package/dist/src/components/keyword-group-selection/components/kwGroupForm.vue.d.ts +0 -11
  53. package/dist/src/components/keyword-group-selection/components/kwGroupItem.vue.d.ts +0 -20
  54. package/dist/src/components/keyword-group-selection/composables/index.d.ts +0 -10
  55. package/dist/src/components/keyword-group-selection/index.vue.d.ts +0 -58
  56. package/dist/src/components/keyword-group-selection/stories/constants.d.ts +0 -5
  57. package/dist/src/components/keyword-group-selection/stories/default.stories.d.ts +0 -8
  58. package/dist/src/components/keyword-group-selection/types.d.ts +0 -19
  59. package/dist/src/components/pagination/stories/constants.d.ts +0 -263
  60. package/dist/src/components/popconfirm/stories/constants.d.ts +0 -79
  61. package/dist/src/components/popover-2/stories/constants.d.ts +0 -84
  62. package/dist/src/components/radio/stories/constants.d.ts +0 -5
  63. package/dist/src/components/radio-card/stories/constants.d.ts +0 -4
  64. package/dist/src/components/rate/stories/constants.d.ts +0 -4
  65. package/dist/src/components/side-menu-2/menu-button/stories/constants.d.ts +0 -4
  66. package/dist/src/components/slider/stories/constants.d.ts +0 -71
  67. package/dist/src/components/step-items/stories/constants.d.ts +0 -6
  68. package/dist/src/components/toggle/stories/constants.d.ts +0 -4
  69. /package/dist/src/components/menu/stories/{default.stories1.d.ts → default.stories.d.ts} +0 -0
@@ -1,79 +0,0 @@
1
- import { Meta, StoryFn } from '@storybook/vue3';
2
- import MaPopconfirm from '@/components/popconfirm/index.vue';
3
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
4
- MaPopconfirm: {
5
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("@/components/popconfirm/index.vue").MaPopconfirmProps> & Readonly<{
6
- onCancel?: (...args: any[]) => any;
7
- "onUpdate:visible"?: (...args: any[]) => any;
8
- onVisibleChange?: (...args: any[]) => any;
9
- onConfirm?: (...args: any[]) => any;
10
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
- cancel: (...args: any[]) => void;
12
- "update:visible": (...args: any[]) => void;
13
- visibleChange: (...args: any[]) => void;
14
- confirm: (...args: any[]) => void;
15
- }, import("vue").PublicProps, {
16
- icon: string;
17
- placement: import("@/components/popconfirm/types").PopconfirmPlacement;
18
- visible: boolean;
19
- showArrow: boolean;
20
- showIcon: boolean;
21
- okText: string;
22
- cancelText: string;
23
- showCancel: boolean;
24
- }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
25
- P: {};
26
- B: {};
27
- D: {};
28
- C: {};
29
- M: {};
30
- Defaults: {};
31
- }, Readonly<import("@/components/popconfirm/index.vue").MaPopconfirmProps> & Readonly<{
32
- onCancel?: (...args: any[]) => any;
33
- "onUpdate:visible"?: (...args: any[]) => any;
34
- onVisibleChange?: (...args: any[]) => any;
35
- onConfirm?: (...args: any[]) => any;
36
- }>, {}, {}, {}, {}, {
37
- icon: string;
38
- placement: import("@/components/popconfirm/types").PopconfirmPlacement;
39
- visible: boolean;
40
- showArrow: boolean;
41
- showIcon: boolean;
42
- okText: string;
43
- cancelText: string;
44
- showCancel: boolean;
45
- }>;
46
- __isFragment?: never;
47
- __isTeleport?: never;
48
- __isSuspense?: never;
49
- } & import("vue").ComponentOptionsBase<Readonly<import("@/components/popconfirm/index.vue").MaPopconfirmProps> & Readonly<{
50
- onCancel?: (...args: any[]) => any;
51
- "onUpdate:visible"?: (...args: any[]) => any;
52
- onVisibleChange?: (...args: any[]) => any;
53
- onConfirm?: (...args: any[]) => any;
54
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
55
- cancel: (...args: any[]) => void;
56
- "update:visible": (...args: any[]) => void;
57
- visibleChange: (...args: any[]) => void;
58
- confirm: (...args: any[]) => void;
59
- }, string, {
60
- icon: string;
61
- placement: import("@/components/popconfirm/types").PopconfirmPlacement;
62
- visible: boolean;
63
- showArrow: boolean;
64
- showIcon: boolean;
65
- okText: string;
66
- cancelText: string;
67
- showCancel: boolean;
68
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
69
- $slots: {
70
- icon?(_: {}): any;
71
- cancelButton?(_: {}): any;
72
- okButton?(_: {}): any;
73
- default?(_: {}): any;
74
- };
75
- });
76
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
77
- export default _default;
78
- export declare const baseConfig: Meta<typeof MaPopconfirm>;
79
- export declare const Template: StoryFn;
@@ -1,84 +0,0 @@
1
- import type { Meta, StoryFn } from '@storybook/vue3';
2
- import MaPopover2 from '../index.vue';
3
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
4
- MaPopover2: {
5
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.vue").MaPopover2Props> & Readonly<{
6
- "onUpdate:visible"?: (...args: any[]) => any;
7
- onVisibleChange?: (...args: any[]) => any;
8
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:visible": (...args: any[]) => void;
10
- visibleChange: (...args: any[]) => void;
11
- }, import("vue").PublicProps, {
12
- disabled: boolean;
13
- placement: import("../types").Popover2Placement;
14
- trigger: import("../types").Popover2TriggerType[];
15
- overlayClassName: string;
16
- visible: boolean | undefined;
17
- autoHide: boolean;
18
- isMobile: boolean;
19
- showArrow: boolean;
20
- noPadding: boolean;
21
- popupContainer: HTMLElement | null | string;
22
- noAutoFocus: boolean;
23
- hideDelay: number;
24
- showDelay: number;
25
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
26
- P: {};
27
- B: {};
28
- D: {};
29
- C: {};
30
- M: {};
31
- Defaults: {};
32
- }, Readonly<import("../index.vue").MaPopover2Props> & Readonly<{
33
- "onUpdate:visible"?: (...args: any[]) => any;
34
- onVisibleChange?: (...args: any[]) => any;
35
- }>, {}, {}, {}, {}, {
36
- disabled: boolean;
37
- placement: import("../types").Popover2Placement;
38
- trigger: import("../types").Popover2TriggerType[];
39
- overlayClassName: string;
40
- visible: boolean | undefined;
41
- autoHide: boolean;
42
- isMobile: boolean;
43
- showArrow: boolean;
44
- noPadding: boolean;
45
- popupContainer: HTMLElement | null | string;
46
- noAutoFocus: boolean;
47
- hideDelay: number;
48
- showDelay: number;
49
- }>;
50
- __isFragment?: never;
51
- __isTeleport?: never;
52
- __isSuspense?: never;
53
- } & import("vue").ComponentOptionsBase<Readonly<import("../index.vue").MaPopover2Props> & Readonly<{
54
- "onUpdate:visible"?: (...args: any[]) => any;
55
- onVisibleChange?: (...args: any[]) => any;
56
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
57
- "update:visible": (...args: any[]) => void;
58
- visibleChange: (...args: any[]) => void;
59
- }, string, {
60
- disabled: boolean;
61
- placement: import("../types").Popover2Placement;
62
- trigger: import("../types").Popover2TriggerType[];
63
- overlayClassName: string;
64
- visible: boolean | undefined;
65
- autoHide: boolean;
66
- isMobile: boolean;
67
- showArrow: boolean;
68
- noPadding: boolean;
69
- popupContainer: HTMLElement | null | string;
70
- noAutoFocus: boolean;
71
- hideDelay: number;
72
- showDelay: number;
73
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
74
- $slots: {
75
- default?(_: {}): any;
76
- overlay?(_: {}): any;
77
- };
78
- });
79
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
80
- export default _default;
81
- export declare const popover2BaseConfig: Meta<typeof MaPopover2>;
82
- export declare const popover2Template: StoryFn;
83
- export declare const popover2PlacementsTemplate: StoryFn;
84
- export declare const popover2FooterTemplate: StoryFn;
@@ -1,5 +0,0 @@
1
- import type { Meta, StoryFn } from '@storybook/vue3';
2
- import { MaRadio } from '@/index';
3
- export declare const baseConfig: Meta<typeof MaRadio>;
4
- export declare const Template: StoryFn;
5
- export declare const TemplateSingle: StoryFn;
@@ -1,4 +0,0 @@
1
- import type { Meta, StoryFn } from '@storybook/vue3';
2
- import MaRadioCard from '../index.vue';
3
- export declare const baseConfig: Meta<typeof MaRadioCard>;
4
- export declare const Template: StoryFn;
@@ -1,4 +0,0 @@
1
- import type { Meta, StoryFn } from '@storybook/vue3';
2
- import MaRate from '../index.vue';
3
- export declare const baseConfig: Meta<typeof MaRate>;
4
- export declare const Template: StoryFn;
@@ -1,4 +0,0 @@
1
- import type { Meta, StoryFn } from '@storybook/vue3';
2
- import MaSideMenuButton2 from '../index.vue';
3
- export declare const baseConfig: Meta<typeof MaSideMenuButton2>;
4
- export declare const Template: StoryFn;
@@ -1,71 +0,0 @@
1
- import { Meta, StoryFn } from "@storybook/vue3";
2
- import MaSlider from "@/components/slider/index.vue";
3
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
4
- MaSlider: {
5
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("@/components/slider/index.vue").MaSliderProps> & Readonly<{
6
- onChange?: (...args: any[]) => any;
7
- "onUpdate:value"?: (...args: any[]) => any;
8
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- change: (...args: any[]) => void;
10
- "update:value": (...args: any[]) => void;
11
- }, import("vue").PublicProps, {
12
- disabled: boolean;
13
- step: number;
14
- vertical: boolean;
15
- range: boolean;
16
- min: number;
17
- max: number;
18
- dots: boolean;
19
- autoFocus: boolean;
20
- included: boolean;
21
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
22
- P: {};
23
- B: {};
24
- D: {};
25
- C: {};
26
- M: {};
27
- Defaults: {};
28
- }, Readonly<import("@/components/slider/index.vue").MaSliderProps> & Readonly<{
29
- onChange?: (...args: any[]) => any;
30
- "onUpdate:value"?: (...args: any[]) => any;
31
- }>, {}, {}, {}, {}, {
32
- disabled: boolean;
33
- step: number;
34
- vertical: boolean;
35
- range: boolean;
36
- min: number;
37
- max: number;
38
- dots: boolean;
39
- autoFocus: boolean;
40
- included: boolean;
41
- }>;
42
- __isFragment?: never;
43
- __isTeleport?: never;
44
- __isSuspense?: never;
45
- } & import("vue").ComponentOptionsBase<Readonly<import("@/components/slider/index.vue").MaSliderProps> & Readonly<{
46
- onChange?: (...args: any[]) => any;
47
- "onUpdate:value"?: (...args: any[]) => any;
48
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
49
- change: (...args: any[]) => void;
50
- "update:value": (...args: any[]) => void;
51
- }, string, {
52
- disabled: boolean;
53
- step: number;
54
- vertical: boolean;
55
- range: boolean;
56
- min: number;
57
- max: number;
58
- dots: boolean;
59
- autoFocus: boolean;
60
- included: boolean;
61
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
62
- $slots: {
63
- mark?(_: any): any;
64
- };
65
- });
66
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
67
- export default _default;
68
- export declare const baseConfig: Meta<typeof MaSlider>;
69
- export declare const Template: StoryFn;
70
- export declare const TemplateRange: StoryFn;
71
- export declare const TemplateSlot: StoryFn;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryFn } from '@storybook/vue3';
2
- import { MaStepItems, MaStepItem } from '@/index';
3
- export declare const baseConfig: Meta<typeof MaStepItems>;
4
- export declare const stepItemConfig: Meta<typeof MaStepItem>;
5
- export declare const Template: StoryFn;
6
- export declare const TemplateStepItem: StoryFn;
@@ -1,4 +0,0 @@
1
- import type { Meta, StoryFn } from '@storybook/vue3';
2
- import MaToggle from '../index.vue';
3
- export declare const baseConfig: Meta<typeof MaToggle>;
4
- export declare const Template: StoryFn;