@mobileaction/action-kit 1.42.11 → 1.42.12-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/CHANGELOG.md +8 -0
- package/dist/action-kit.mjs +8271 -8598
- package/dist/src/components/avatar/stories/default.stories.d.ts +1 -2
- package/dist/src/components/button/link-button/stories/link.stories.d.ts +1 -1
- package/dist/src/components/button/social-button/stories/social.stories.d.ts +3 -3
- package/dist/src/components/button/stories/constants.d.ts +2 -3
- package/dist/src/components/cascader/stories/default.stories.d.ts +4789 -13
- package/dist/src/components/content-scroller/stories/default.stories.d.ts +1 -1
- package/dist/src/components/country-radio/stories/default.stories.d.ts +1 -1
- package/dist/src/components/ellipsis/stories/default.stories.d.ts +1 -1
- package/dist/src/components/image-2/stories/default.stories.d.ts +7 -6
- package/dist/src/components/input/stories/amount.stories.d.ts +2 -2
- package/dist/src/components/input/stories/credit-card.stories.d.ts +2 -2
- package/dist/src/components/input/stories/default.stories.d.ts +2 -2
- package/dist/src/components/input/stories/email.stories.d.ts +2 -2
- package/dist/src/components/input/stories/password.stories.d.ts +2 -2
- package/dist/src/components/input/stories/textarea.stories.d.ts +2 -2
- package/dist/src/components/input/stories/url.stories.d.ts +2 -2
- package/dist/src/components/input/stories/user-info.stories.d.ts +6 -6
- package/dist/src/components/input-number/stories/default.stories.d.ts +609 -10
- package/dist/src/components/modal/stories/default.stories.d.ts +1 -1
- package/dist/src/components/modal/stories/functions.stories.d.ts +1 -1
- package/dist/src/components/numeric-input/stories/default.stories.d.ts +1 -1
- package/dist/src/components/pagination/stories/default.stories.d.ts +1 -1
- package/dist/src/components/popconfirm/stories/default.stories.d.ts +5 -2
- package/dist/src/components/popconfirm-2/index.vue.d.ts +56 -0
- package/dist/src/components/popconfirm-2/stories/default.stories.d.ts +6 -0
- package/dist/src/components/popconfirm-2/types.d.ts +4 -0
- package/dist/src/components/popover-2/stories/default.stories.d.ts +3 -3
- package/dist/src/components/radio/stories/default.stories.d.ts +1 -1
- package/dist/src/components/radio-card/stories/default.stories.d.ts +1 -1
- package/dist/src/components/rate/stories/default.stories.d.ts +2 -1
- package/dist/src/components/side-menu-2/menu-button/stories/default.stories.d.ts +2 -2
- package/dist/src/components/slider/stories/default.stories.d.ts +3 -1
- package/dist/src/components/spin/stories/container.stories.d.ts +1 -1
- package/dist/src/components/spin/stories/default.stories.d.ts +1 -1
- package/dist/src/components/step-items/stories/default.stories.d.ts +3 -3
- package/dist/src/components/step-items/stories/step-item.stories.d.ts +2 -1
- package/dist/src/components/toggle/stories/default.stories.d.ts +5 -3
- package/dist/src/index.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/src/components/avatar/stories/constants.d.ts +0 -10
- package/dist/src/components/button/link-button/stories/constants.d.ts +0 -4
- package/dist/src/components/button/social-button/stories/constants.d.ts +0 -5
- package/dist/src/components/cascader/stories/constants.d.ts +0 -7
- package/dist/src/components/collapse/stories/constants.d.ts +0 -74
- package/dist/src/components/content-scroller/stories/constants.d.ts +0 -53
- package/dist/src/components/country-radio/stories/constants.d.ts +0 -5
- package/dist/src/components/country-select/stories/constants.d.ts +0 -4
- package/dist/src/components/image-2/stories/constants.d.ts +0 -8
- package/dist/src/components/input/stories/constants.d.ts +0 -5
- package/dist/src/components/input-number/stories/constants.d.ts +0 -8
- package/dist/src/components/input-number/stories/with-select.stories.d.ts +0 -8
- package/dist/src/components/keyword-group-selection/components/kwGroupForm.vue.d.ts +0 -11
- package/dist/src/components/keyword-group-selection/components/kwGroupItem.vue.d.ts +0 -20
- package/dist/src/components/keyword-group-selection/composables/index.d.ts +0 -10
- package/dist/src/components/keyword-group-selection/index.vue.d.ts +0 -58
- package/dist/src/components/keyword-group-selection/stories/constants.d.ts +0 -5
- package/dist/src/components/keyword-group-selection/stories/default.stories.d.ts +0 -8
- package/dist/src/components/keyword-group-selection/types.d.ts +0 -19
- package/dist/src/components/pagination/stories/constants.d.ts +0 -263
- package/dist/src/components/popconfirm/stories/constants.d.ts +0 -79
- package/dist/src/components/popover-2/stories/constants.d.ts +0 -84
- package/dist/src/components/radio/stories/constants.d.ts +0 -5
- package/dist/src/components/radio-card/stories/constants.d.ts +0 -4
- package/dist/src/components/rate/stories/constants.d.ts +0 -4
- package/dist/src/components/side-menu-2/menu-button/stories/constants.d.ts +0 -4
- package/dist/src/components/slider/stories/constants.d.ts +0 -71
- package/dist/src/components/step-items/stories/constants.d.ts +0 -6
- package/dist/src/components/toggle/stories/constants.d.ts +0 -4
- /package/dist/src/components/menu/stories/{default.stories1.d.ts → default.stories.d.ts} +0 -0
|
@@ -3,5 +3,4 @@ import MaAvatar from '@/components/avatar/index.vue';
|
|
|
3
3
|
declare const meta: Meta<typeof MaAvatar>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof MaAvatar>;
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const ProfilePhotoWithText: Story;
|
|
6
|
+
export declare const Default: Story;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
-
import
|
|
3
|
-
declare const meta: Meta<typeof
|
|
2
|
+
import MaSocialButton from '../index.vue';
|
|
3
|
+
declare const meta: Meta<typeof MaSocialButton>;
|
|
4
4
|
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof
|
|
5
|
+
type Story = StoryObj<typeof MaSocialButton>;
|
|
6
6
|
export declare const Apple: Story;
|
|
7
7
|
export declare const Google: Story;
|
|
8
8
|
export declare const X: Story;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { Meta,
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
2
|
import MaButton from '../index.vue';
|
|
3
3
|
export declare const baseConfig: Meta<typeof MaButton>;
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const TemplateOnlyIcon: StoryFn;
|
|
4
|
+
export declare const StoryTemplate: StoryObj<typeof MaButton>;
|