@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.
Files changed (72) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/action-kit.mjs +8271 -8598
  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/popconfirm-2/index.vue.d.ts +56 -0
  27. package/dist/src/components/popconfirm-2/stories/default.stories.d.ts +6 -0
  28. package/dist/src/components/popconfirm-2/types.d.ts +4 -0
  29. package/dist/src/components/popover-2/stories/default.stories.d.ts +3 -3
  30. package/dist/src/components/radio/stories/default.stories.d.ts +1 -1
  31. package/dist/src/components/radio-card/stories/default.stories.d.ts +1 -1
  32. package/dist/src/components/rate/stories/default.stories.d.ts +2 -1
  33. package/dist/src/components/side-menu-2/menu-button/stories/default.stories.d.ts +2 -2
  34. package/dist/src/components/slider/stories/default.stories.d.ts +3 -1
  35. package/dist/src/components/spin/stories/container.stories.d.ts +1 -1
  36. package/dist/src/components/spin/stories/default.stories.d.ts +1 -1
  37. package/dist/src/components/step-items/stories/default.stories.d.ts +3 -3
  38. package/dist/src/components/step-items/stories/step-item.stories.d.ts +2 -1
  39. package/dist/src/components/toggle/stories/default.stories.d.ts +5 -3
  40. package/dist/src/index.d.ts +1 -1
  41. package/dist/style.css +1 -1
  42. package/package.json +2 -2
  43. package/dist/src/components/avatar/stories/constants.d.ts +0 -10
  44. package/dist/src/components/button/link-button/stories/constants.d.ts +0 -4
  45. package/dist/src/components/button/social-button/stories/constants.d.ts +0 -5
  46. package/dist/src/components/cascader/stories/constants.d.ts +0 -7
  47. package/dist/src/components/collapse/stories/constants.d.ts +0 -74
  48. package/dist/src/components/content-scroller/stories/constants.d.ts +0 -53
  49. package/dist/src/components/country-radio/stories/constants.d.ts +0 -5
  50. package/dist/src/components/country-select/stories/constants.d.ts +0 -4
  51. package/dist/src/components/image-2/stories/constants.d.ts +0 -8
  52. package/dist/src/components/input/stories/constants.d.ts +0 -5
  53. package/dist/src/components/input-number/stories/constants.d.ts +0 -8
  54. package/dist/src/components/input-number/stories/with-select.stories.d.ts +0 -8
  55. package/dist/src/components/keyword-group-selection/components/kwGroupForm.vue.d.ts +0 -11
  56. package/dist/src/components/keyword-group-selection/components/kwGroupItem.vue.d.ts +0 -20
  57. package/dist/src/components/keyword-group-selection/composables/index.d.ts +0 -10
  58. package/dist/src/components/keyword-group-selection/index.vue.d.ts +0 -58
  59. package/dist/src/components/keyword-group-selection/stories/constants.d.ts +0 -5
  60. package/dist/src/components/keyword-group-selection/stories/default.stories.d.ts +0 -8
  61. package/dist/src/components/keyword-group-selection/types.d.ts +0 -19
  62. package/dist/src/components/pagination/stories/constants.d.ts +0 -263
  63. package/dist/src/components/popconfirm/stories/constants.d.ts +0 -79
  64. package/dist/src/components/popover-2/stories/constants.d.ts +0 -84
  65. package/dist/src/components/radio/stories/constants.d.ts +0 -5
  66. package/dist/src/components/radio-card/stories/constants.d.ts +0 -4
  67. package/dist/src/components/rate/stories/constants.d.ts +0 -4
  68. package/dist/src/components/side-menu-2/menu-button/stories/constants.d.ts +0 -4
  69. package/dist/src/components/slider/stories/constants.d.ts +0 -71
  70. package/dist/src/components/step-items/stories/constants.d.ts +0 -6
  71. package/dist/src/components/toggle/stories/constants.d.ts +0 -4
  72. /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 ProfilePhoto: Story;
7
- export declare const ProfilePhotoWithText: Story;
6
+ export declare const Default: Story;
@@ -1,5 +1,5 @@
1
1
  import type { Meta, StoryObj } from '@storybook/vue3';
2
- import type MaLinkButton from '../index.vue';
2
+ import MaLinkButton from '../index.vue';
3
3
  declare const meta: Meta<typeof MaLinkButton>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof MaLinkButton>;
@@ -1,8 +1,8 @@
1
1
  import type { Meta, StoryObj } from '@storybook/vue3';
2
- import type MaButton from '../index.vue';
3
- declare const meta: Meta<typeof MaButton>;
2
+ import MaSocialButton from '../index.vue';
3
+ declare const meta: Meta<typeof MaSocialButton>;
4
4
  export default meta;
5
- type Story = StoryObj<typeof MaButton>;
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, StoryFn } from '@storybook/vue3';
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 Template: StoryFn;
5
- export declare const TemplateOnlyIcon: StoryFn;
4
+ export declare const StoryTemplate: StoryObj<typeof MaButton>;