@mobileaction/action-kit 1.38.2 → 1.38.4

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.38.2",
3
+ "version": "1.38.4",
4
4
  "type": "module",
5
5
  "main": "dist/action-kit.mjs",
6
6
  "module": "dist/action-kit.mjs",
@@ -121,4 +121,4 @@
121
121
  "url": "https://github.com/mobileaction/action-kit/issues"
122
122
  },
123
123
  "homepage": "https://mobileaction.github.io/action-kit"
124
- }
124
+ }
@@ -1,29 +0,0 @@
1
- import { openBlock as r, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- viewBox: "0 0 16 16",
4
- fill: "none",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- function l(s, e) {
8
- return r(), t("svg", n, e[0] || (e[0] = [
9
- o("path", {
10
- d: "M3.33398 3.3335L12.6667 12.6662",
11
- stroke: "currentColor",
12
- "stroke-width": "1.63636",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round"
15
- }, null, -1),
16
- o("path", {
17
- d: "M3.33282 12.6662L12.6655 3.3335",
18
- stroke: "currentColor",
19
- "stroke-width": "1.63636",
20
- "stroke-linecap": "round",
21
- "stroke-linejoin": "round"
22
- }, null, -1)
23
- ]));
24
- }
25
- const i = { render: l };
26
- export {
27
- i as default,
28
- l as render
29
- };
@@ -1,2 +0,0 @@
1
- import { Ref } from "vue";
2
- export declare function useBodyOverflow(visibleStatus: Ref<boolean>): void;
@@ -1,91 +0,0 @@
1
- import { Meta, StoryFn } from '@storybook/vue3';
2
- import MaDrawer from '@/components/drawer/index.vue';
3
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
4
- MaButton: {
5
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("@/components/button/index.vue").MaButtonProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
6
- size: import("../../..").ButtonSize;
7
- variant: import("../../..").ButtonVariant;
8
- shape: import("../../..").ButtonShape;
9
- disabled: boolean;
10
- loading: boolean;
11
- htmlType: import("../../..").ButtonHtmlType;
12
- color: import("../../..").ButtonColor;
13
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
14
- P: {};
15
- B: {};
16
- D: {};
17
- C: {};
18
- M: {};
19
- Defaults: {};
20
- }, Readonly<import("@/components/button/index.vue").MaButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
21
- size: import("../../..").ButtonSize;
22
- variant: import("../../..").ButtonVariant;
23
- shape: import("../../..").ButtonShape;
24
- disabled: boolean;
25
- loading: boolean;
26
- htmlType: import("../../..").ButtonHtmlType;
27
- color: import("../../..").ButtonColor;
28
- }>;
29
- __isFragment?: never;
30
- __isTeleport?: never;
31
- __isSuspense?: never;
32
- } & import("vue").ComponentOptionsBase<Readonly<import("@/components/button/index.vue").MaButtonProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
33
- size: import("../../..").ButtonSize;
34
- variant: import("../../..").ButtonVariant;
35
- shape: import("../../..").ButtonShape;
36
- disabled: boolean;
37
- loading: boolean;
38
- htmlType: import("../../..").ButtonHtmlType;
39
- color: import("../../..").ButtonColor;
40
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
41
- $slots: {
42
- default?(_: {}): any;
43
- };
44
- });
45
- MaDrawer: {
46
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("@/components/drawer/index.vue").MaDrawerProps> & Readonly<{
47
- "onUpdate:visible"?: (...args: any[]) => any;
48
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
49
- "update:visible": (...args: any[]) => void;
50
- }, import("vue").PublicProps, {
51
- placement: string;
52
- closable: boolean;
53
- visible: boolean;
54
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
55
- P: {};
56
- B: {};
57
- D: {};
58
- C: {};
59
- M: {};
60
- Defaults: {};
61
- }, Readonly<import("@/components/drawer/index.vue").MaDrawerProps> & Readonly<{
62
- "onUpdate:visible"?: (...args: any[]) => any;
63
- }>, {}, {}, {}, {}, {
64
- placement: string;
65
- closable: boolean;
66
- visible: boolean;
67
- }>;
68
- __isFragment?: never;
69
- __isTeleport?: never;
70
- __isSuspense?: never;
71
- } & import("vue").ComponentOptionsBase<Readonly<import("@/components/drawer/index.vue").MaDrawerProps> & Readonly<{
72
- "onUpdate:visible"?: (...args: any[]) => any;
73
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
74
- "update:visible": (...args: any[]) => void;
75
- }, string, {
76
- placement: string;
77
- closable: boolean;
78
- visible: boolean;
79
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
80
- $slots: {
81
- header?(_: {}): any;
82
- content?(_: {}): any;
83
- footer?(_: {}): any;
84
- };
85
- });
86
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
87
- export default _default;
88
- export declare const baseConfig: Meta<typeof MaDrawer>;
89
- export declare const Template: StoryFn;
90
- export declare const TemplateSlot: StoryFn;
91
- export declare const TemplateWithScroll: StoryFn;
@@ -1,8 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/vue3';
2
- import type MaDrawer from '../index.vue';
3
- declare const meta: Meta<typeof MaDrawer>;
4
- export default meta;
5
- type Story = StoryObj<typeof MaDrawer>;
6
- export declare const Default: Story;
7
- export declare const WithScroll: Story;
8
- export declare const TemplateWithSlot: Story;
@@ -1 +0,0 @@
1
- export declare const MaDrawerPlacements: readonly ["left", "right"];