@mobileaction/action-kit 1.58.16 → 1.58.17

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.
@@ -1,4 +1,4 @@
1
- import { g as Wt } from "./index-D6l4XNH0.js";
1
+ import { g as Wt } from "./index-CNFkcCm6.js";
2
2
  function Ht(L, q) {
3
3
  for (var M = 0; M < q.length; M++) {
4
4
  const P = q[M];
@@ -1,4 +1,4 @@
1
- import { g as Ct } from "./index-D6l4XNH0.js";
1
+ import { g as Ct } from "./index-CNFkcCm6.js";
2
2
  function _t(W, R) {
3
3
  for (var X = 0; X < R.length; X++) {
4
4
  const F = R[X];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
3
  "type": "module",
4
- "version": "1.58.16",
4
+ "version": "1.58.17",
5
5
  "description": "UI Component library for Mobile Action.",
6
6
  "author": "MobileAction",
7
7
  "license": "MIT",
@@ -1,12 +0,0 @@
1
- declare var __VLS_7: string | number, __VLS_8: {};
2
- type __VLS_Slots = {} & {
3
- [K in NonNullable<typeof __VLS_7>]?: (props: typeof __VLS_8) => any;
4
- };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
- export default _default;
8
- type __VLS_WithSlots<T, S> = T & {
9
- new (): {
10
- $slots: S;
11
- };
12
- };
@@ -1,26 +0,0 @@
1
- import type { ImageProps } from 'ant-design-vue';
2
- export interface MaImageProps extends /* @vue-ignore */ ImageProps {
3
- src?: string;
4
- width?: number;
5
- height?: number;
6
- fallback?: string;
7
- alt?: string;
8
- }
9
- declare var __VLS_11: string | number, __VLS_12: {};
10
- type __VLS_Slots = {} & {
11
- [K in NonNullable<typeof __VLS_11>]?: (props: typeof __VLS_12) => any;
12
- };
13
- declare const __VLS_component: import("vue").DefineComponent<MaImageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
- error: (...args: any[]) => void;
15
- }, string, import("vue").PublicProps, Readonly<MaImageProps> & Readonly<{
16
- onError?: (...args: any[]) => any;
17
- }>, {
18
- fallback: string;
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
- export default _default;
22
- type __VLS_WithSlots<T, S> = T & {
23
- new (): {
24
- $slots: S;
25
- };
26
- };
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryFn } from '@storybook/vue3';
2
- import MaImage from '../index.vue';
3
- export declare const baseConfig: Meta<typeof MaImage>;
4
- export declare const Template: StoryFn;
5
- export declare const TemplateGroup: StoryFn;
6
- export declare const TemplatePreview: StoryFn;
@@ -1,8 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/vue3';
2
- import type MaImage from '../index.vue';
3
- declare const meta: Meta<typeof MaImage>;
4
- export default meta;
5
- type Story = StoryObj<typeof MaImage>;
6
- export declare const Default: Story;
7
- export declare const Group: Story;
8
- export declare const Preview: Story;
@@ -1,55 +0,0 @@
1
- import type { PopconfirmPlacement } from '@/components/popconfirm/types';
2
- import type { MaButtonProps } from '@/components/button/types';
3
- import type { MaPopoverProps } from '../popover/index.vue';
4
- export interface MaPopconfirmProps {
5
- placement?: PopconfirmPlacement;
6
- title?: string;
7
- description: string;
8
- okText?: string;
9
- cancelText?: string;
10
- visible?: boolean;
11
- icon?: string;
12
- popoverProps?: MaPopoverProps;
13
- okButtonProps?: MaButtonProps;
14
- cancelButtonProps?: MaButtonProps;
15
- showCancel?: boolean;
16
- showArrow?: boolean;
17
- okButtonLoading?: boolean;
18
- cancelButtonLoading?: boolean;
19
- showIcon?: boolean;
20
- }
21
- declare var __VLS_5: {}, __VLS_17: {}, __VLS_26: {}, __VLS_28: {};
22
- type __VLS_Slots = {} & {
23
- icon?: (props: typeof __VLS_5) => any;
24
- } & {
25
- cancelButton?: (props: typeof __VLS_17) => any;
26
- } & {
27
- okButton?: (props: typeof __VLS_26) => any;
28
- } & {
29
- default?: (props: typeof __VLS_28) => any;
30
- };
31
- declare const __VLS_component: import("vue").DefineComponent<MaPopconfirmProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
- cancel: (...args: any[]) => void;
33
- "update:visible": (...args: any[]) => void;
34
- visibleChange: (...args: any[]) => void;
35
- confirm: (...args: any[]) => void;
36
- }, string, import("vue").PublicProps, Readonly<MaPopconfirmProps> & Readonly<{
37
- onCancel?: (...args: any[]) => any;
38
- "onUpdate:visible"?: (...args: any[]) => any;
39
- onVisibleChange?: (...args: any[]) => any;
40
- onConfirm?: (...args: any[]) => any;
41
- }>, {
42
- icon: string;
43
- visible: boolean;
44
- showIcon: boolean;
45
- placement: PopconfirmPlacement;
46
- showArrow: boolean;
47
- showCancel: boolean;
48
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
49
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
50
- export default _default;
51
- type __VLS_WithSlots<T, S> = T & {
52
- new (): {
53
- $slots: S;
54
- };
55
- };
@@ -1,9 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/vue3';
2
- import MaPopconfirm from '@/components/popconfirm/index.vue';
3
- declare const meta: Meta<typeof MaPopconfirm>;
4
- export default meta;
5
- type Story = StoryObj<typeof MaPopconfirm>;
6
- export declare const Default: Story;
7
- export declare const WithIcon: Story;
8
- export declare const WithPlacement: Story;
9
- export declare const WithCustomButtons: Story;
@@ -1,2 +0,0 @@
1
- export declare const PopconfirmPlacements: readonly ["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"];
2
- export type PopconfirmPlacement = (typeof PopconfirmPlacements)[number];