@mobileaction/action-kit 1.45.1 → 1.45.2

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 tr } from "./index-C5SNRk2G.js";
1
+ import { g as tr } from "./index-BlFaxM2B.js";
2
2
  function ir(ne, Ze) {
3
3
  for (var S = 0; S < Ze.length; S++) {
4
4
  const Y = Ze[S];
@@ -1,4 +1,4 @@
1
- import { g as st } from "./index-C5SNRk2G.js";
1
+ import { g as st } from "./index-BlFaxM2B.js";
2
2
  function at(te, pe) {
3
3
  for (var K = 0; K < pe.length; K++) {
4
4
  const _ = pe[K];
@@ -1,5 +1,5 @@
1
1
  import { AppIconPlatform, AppIconSize } from '@/components/app-icon/types';
2
- import { MaTooltipProps } from '@/components/tooltip/index.vue';
2
+ import { MaTooltip2Props } from '@/components/tooltip-2/index.vue';
3
3
  export interface MaAppIconProps {
4
4
  appIcon: string;
5
5
  appName?: string;
@@ -9,7 +9,7 @@ export interface MaAppIconProps {
9
9
  rounded?: boolean;
10
10
  size?: AppIconSize;
11
11
  showTooltip?: boolean;
12
- tooltipProps?: MaTooltipProps;
12
+ tooltipProps?: MaTooltip2Props;
13
13
  fallback?: string;
14
14
  shadow?: boolean;
15
15
  appStoreIcon?: string;
@@ -1,6 +1,6 @@
1
- import { MaTooltipProps } from '@/components/tooltip/index.vue';
1
+ import { MaTooltip2Props } from '@/components/tooltip-2/index.vue';
2
2
  export interface MaEllipsisProps {
3
- tooltipProps?: MaTooltipProps;
3
+ tooltipProps?: MaTooltip2Props;
4
4
  }
5
5
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<MaEllipsisProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>, {
6
6
  default?(_: {}): any;
@@ -1,6 +1,6 @@
1
- import { MaIconButtonType, MaIconButtonSize, MaIconButtonVariant } from "./types";
1
+ import { MaIconButtonType, MaIconButtonSize, MaIconButtonVariant } from './types';
2
2
  import { ButtonTarget } from '@/components/button/types';
3
- import { MaTooltipProps } from '../tooltip/index.vue';
3
+ import { MaTooltip2Props } from '../tooltip-2/index.vue';
4
4
  export interface MaIconButtonProps {
5
5
  type?: MaIconButtonType;
6
6
  icon: string;
@@ -12,7 +12,7 @@ export interface MaIconButtonProps {
12
12
  active?: boolean;
13
13
  rounded?: boolean;
14
14
  variant?: MaIconButtonVariant;
15
- tooltipProps?: MaTooltipProps;
15
+ tooltipProps?: MaTooltip2Props;
16
16
  disabled?: boolean;
17
17
  loading?: boolean;
18
18
  }
@@ -1,9 +1,9 @@
1
- import { MaProgressCircleSize } from "../types";
2
- import { MaTooltipProps } from '@/components/tooltip/index.vue';
1
+ import { MaProgressCircleSize } from '../types';
2
+ import { MaTooltip2Props } from '@/components/tooltip-2/index.vue';
3
3
  export interface MaProgressItemProps {
4
4
  percent: number;
5
5
  showTooltip?: boolean;
6
- tooltipProps?: MaTooltipProps;
6
+ tooltipProps?: MaTooltip2Props;
7
7
  icon?: string;
8
8
  label?: string;
9
9
  showPercent?: boolean;
@@ -1,9 +1,9 @@
1
1
  import { MaProgressCircleSize } from '../types';
2
- import { MaTooltipProps } from '@/components/tooltip/index.vue';
2
+ import { MaTooltip2Props } from '@/components/tooltip-2/index.vue';
3
3
  export interface MaProgressItemProps {
4
4
  percent: number;
5
5
  showTooltip?: boolean;
6
- tooltipProps?: MaTooltipProps;
6
+ tooltipProps?: MaTooltip2Props;
7
7
  icon?: string;
8
8
  label?: string;
9
9
  showPercent?: boolean;
@@ -1,9 +1,9 @@
1
- import { MaTooltipProps } from '@/components/tooltip/index.vue';
1
+ import { MaTooltip2Props } from '@/components/tooltip-2/index.vue';
2
2
  import { MaProgressCircleSize } from '../types';
3
3
  export interface MaProgressItemProps {
4
4
  percent: number;
5
5
  showTooltip?: boolean;
6
- tooltipProps?: MaTooltipProps;
6
+ tooltipProps?: MaTooltip2Props;
7
7
  icon?: string;
8
8
  label?: string;
9
9
  showPercent?: boolean;
@@ -16,10 +16,10 @@ declare function __VLS_template(): {
16
16
  customLabel?(_: {}): any;
17
17
  };
18
18
  refs: {};
19
- rootEl: HTMLDivElement;
19
+ rootEl: any;
20
20
  };
21
21
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
- declare const __VLS_component: import("vue").DefineComponent<MaProgressItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaProgressItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
22
+ declare const __VLS_component: import("vue").DefineComponent<MaProgressItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaProgressItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
23
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
24
  export default _default;
25
25
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,9 +1,9 @@
1
- import { MaTooltipProps } from '@/components/tooltip/index.vue';
1
+ import { MaTooltip2Props } from '@/components/tooltip-2/index.vue';
2
2
  import { MaProgressCircleSize } from '../types';
3
3
  export interface MaProgressItemProps {
4
4
  percent: number;
5
5
  showTooltip?: boolean;
6
- tooltipProps?: MaTooltipProps;
6
+ tooltipProps?: MaTooltip2Props;
7
7
  icon?: string;
8
8
  label?: string;
9
9
  showPercent?: boolean;
@@ -1,11 +1,11 @@
1
1
  import { MaProgressType, MaProgressColor, MaProgressCircleSize, MaProgressPercentAlignment } from './types';
2
- import { MaTooltipProps } from '../tooltip/index.vue';
2
+ import { MaTooltip2Props } from '../tooltip-2/index.vue';
3
3
  export interface MaProgressProps {
4
4
  type?: MaProgressType;
5
5
  percent: number;
6
6
  color?: MaProgressColor;
7
7
  showTooltip?: boolean;
8
- tooltipProps?: MaTooltipProps;
8
+ tooltipProps?: MaTooltip2Props;
9
9
  icon?: string;
10
10
  label?: string;
11
11
  showPercent?: boolean;
@@ -1,6 +1,6 @@
1
1
  import { Popover2Placement, Popover2TriggerType, Tooltip2Types } from '@/index';
2
2
  import { MaPopover2Props } from '../popover-2/index.vue';
3
- export interface Tooltip2Props {
3
+ export interface MaTooltip2Props {
4
4
  placement?: Popover2Placement;
5
5
  type?: Tooltip2Types;
6
6
  icon?: string;
@@ -27,7 +27,7 @@ declare function __VLS_template(): {
27
27
  rootEl: any;
28
28
  };
29
29
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
30
- declare const __VLS_component: import("vue").DefineComponent<Tooltip2Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Tooltip2Props> & Readonly<{}>, {
30
+ declare const __VLS_component: import("vue").DefineComponent<MaTooltip2Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaTooltip2Props> & Readonly<{}>, {
31
31
  type: Tooltip2Types;
32
32
  placement: Popover2Placement;
33
33
  trigger: Popover2TriggerType[];
@@ -1,6 +1,6 @@
1
- import { MaWatchlistButtonType, MaWatchlistButtonSize } from "./types";
1
+ import { MaWatchlistButtonType, MaWatchlistButtonSize } from './types';
2
2
  import { ButtonTarget } from '@/components/button/types';
3
- import { MaTooltipProps } from '../tooltip/index.vue';
3
+ import { MaTooltip2Props } from '../tooltip-2/index.vue';
4
4
  export interface MaWatchlistButtonProps {
5
5
  type?: MaWatchlistButtonType;
6
6
  icon?: string;
@@ -10,7 +10,7 @@ export interface MaWatchlistButtonProps {
10
10
  target?: ButtonTarget;
11
11
  size?: MaWatchlistButtonSize;
12
12
  active?: boolean;
13
- tooltipProps?: MaTooltipProps;
13
+ tooltipProps?: MaTooltip2Props;
14
14
  disabled?: boolean;
15
15
  loading?: boolean;
16
16
  }
@@ -1,4 +1,4 @@
1
- import { g as ua } from "./index-C5SNRk2G.js";
1
+ import { g as ua } from "./index-BlFaxM2B.js";
2
2
  function ca(Dt, te) {
3
3
  for (var H = 0; H < te.length; H++) {
4
4
  const et = te[H];