@mobileaction/action-kit 1.15.1 → 1.15.11

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 (27) hide show
  1. package/dist/action-kit.js +1 -1
  2. package/dist/action-kit.mjs +52 -52
  3. package/dist/components/keyword-group-selection/index.vue.d.ts +12 -0
  4. package/dist/components/watchlist-button/components/button.vue.d.ts +88 -0
  5. package/dist/components/watchlist-button/index.vue.d.ts +101 -0
  6. package/dist/components/watchlist-button/types.d.ts +4 -0
  7. package/dist/{index-f7fb73bf.mjs → index-36f8175a.mjs} +3192 -3099
  8. package/dist/index-cda1632b.js +56 -0
  9. package/dist/index.d.ts +1 -1
  10. package/dist/{lottie_light-698cd07c.mjs → lottie_light-42dfbb0d.mjs} +1 -1
  11. package/dist/{lottie_light-64d53144.js → lottie_light-aa86b0f6.js} +1 -1
  12. package/dist/src/components/keyword-group-selection/index.vue.d.ts +4 -0
  13. package/dist/src/components/{pagination/index.vue.d.ts → watchlist-button/components/button.vue.d.ts} +24 -22
  14. package/dist/src/components/watchlist-button/index.vue.d.ts +50 -0
  15. package/dist/src/components/watchlist-button/stories/constants.d.ts +5 -0
  16. package/dist/src/components/watchlist-button/stories/dashed.stories.d.ts +6 -0
  17. package/dist/src/components/watchlist-button/stories/default.stories.d.ts +11 -0
  18. package/dist/src/components/watchlist-button/types.d.ts +4 -0
  19. package/dist/src/index.d.ts +1 -1
  20. package/dist/style.css +1 -1
  21. package/package.json +2 -2
  22. package/dist/components/pagination/index.vue.d.ts +0 -69
  23. package/dist/components/pagination/types.d.ts +0 -2
  24. package/dist/index-478f9143.js +0 -56
  25. package/dist/src/components/pagination/stories/constants.d.ts +0 -6
  26. package/dist/src/components/pagination/stories/default.stories.d.ts +0 -6
  27. package/dist/src/components/pagination/types.d.ts +0 -2
@@ -1,6 +0,0 @@
1
- import { Meta, StoryFn } from "@storybook/vue3";
2
- import MaPagination from "@/components/pagination/index.vue";
3
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
- export default _default;
5
- export declare const baseConfig: Meta<typeof MaPagination>;
6
- export declare const Template: StoryFn;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/vue3';
2
- import type MaPagination from '../index.vue';
3
- declare const meta: Meta<typeof MaPagination>;
4
- export default meta;
5
- declare type Story = StoryObj<typeof MaPagination>;
6
- export declare const Default: Story;
@@ -1,2 +0,0 @@
1
- export declare const MaPaginationTypes: readonly ["divided", "compact"];
2
- export declare type MaPaginationType = (typeof MaPaginationTypes)[number];