@toife/vue 2.1.6 → 2.2.0
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/dist/components/action/action.type.d.ts +17 -0
- package/dist/components/action/action.vue.d.ts +14 -0
- package/dist/components/action/factory.d.ts +3 -0
- package/dist/components/action/index.d.ts +2 -0
- package/dist/components/alert/alert.type.d.ts +16 -0
- package/dist/components/alert/alert.vue.d.ts +14 -0
- package/dist/components/alert/factory.d.ts +3 -0
- package/dist/components/alert/index.d.ts +2 -0
- package/dist/components/app/app.type.d.ts +1 -0
- package/dist/components/app/app.vue.d.ts +3 -0
- package/dist/components/app/index.d.ts +1 -0
- package/dist/components/avatar/avatar.type.d.ts +4 -0
- package/dist/components/{t-divider.vue.d.ts → avatar/avatar.vue.d.ts} +5 -6
- package/dist/components/avatar/index.d.ts +1 -0
- package/dist/components/back-button/back-button.type.d.ts +4 -0
- package/dist/components/back-button/back-button.vue.d.ts +3 -0
- package/dist/components/back-button/index.d.ts +1 -0
- package/dist/components/button/button.type.d.ts +10 -0
- package/dist/components/button/button.vue.d.ts +12 -0
- package/dist/components/button/index.d.ts +1 -0
- package/dist/components/cable/cable.type.d.ts +4 -0
- package/dist/components/cable/cable.vue.d.ts +6 -0
- package/dist/components/cable/index.d.ts +1 -0
- package/dist/components/card/card.type.d.ts +3 -0
- package/dist/components/card/card.vue.d.ts +5 -0
- package/dist/components/card/index.d.ts +1 -0
- package/dist/components/checkbox/checkbox.type.d.ts +12 -0
- package/dist/components/checkbox/checkbox.vue.d.ts +14 -0
- package/dist/components/checkbox/index.d.ts +1 -0
- package/dist/components/collapse/collapse.type.d.ts +6 -0
- package/dist/components/collapse/collapse.vue.d.ts +7 -0
- package/dist/components/collapse/index.d.ts +1 -0
- package/dist/components/content/content.type.d.ts +1 -0
- package/dist/components/content/content.vue.d.ts +3 -0
- package/dist/components/content/index.d.ts +1 -0
- package/dist/components/divider/divider.type.d.ts +3 -0
- package/dist/components/divider/divider.vue.d.ts +5 -0
- package/dist/components/divider/index.d.ts +1 -0
- package/dist/components/flex/flex.type.d.ts +4 -0
- package/dist/components/flex/flex.vue.d.ts +6 -0
- package/dist/components/flex/index.d.ts +1 -0
- package/dist/components/gesture-indicator/gesture-indicator.type.d.ts +3 -0
- package/dist/components/gesture-indicator/gesture-indicator.vue.d.ts +5 -0
- package/dist/components/gesture-indicator/index.d.ts +1 -0
- package/dist/components/grid/grid.type.d.ts +4 -0
- package/dist/components/grid/grid.vue.d.ts +6 -0
- package/dist/components/grid/index.d.ts +1 -0
- package/dist/components/icon-spinner/icon-spinner.type.d.ts +4 -0
- package/dist/components/icon-spinner/icon-spinner.vue.d.ts +6 -0
- package/dist/components/icon-spinner/index.d.ts +1 -0
- package/dist/components/image/image.type.d.ts +4 -0
- package/dist/components/image/image.vue.d.ts +3 -0
- package/dist/components/image/index.d.ts +1 -0
- package/dist/components/index.d.ts +36 -0
- package/dist/components/input/index.d.ts +1 -0
- package/dist/components/input/input.type.d.ts +15 -0
- package/dist/components/input/input.vue.d.ts +16 -0
- package/dist/components/keyboard-space/index.d.ts +2 -0
- package/dist/components/keyboard-space/keyboard-space.type.d.ts +1 -0
- package/dist/components/keyboard-space/keyboard-space.vue.d.ts +3 -0
- package/dist/components/loading/factory.d.ts +4 -0
- package/dist/components/loading/index.d.ts +2 -0
- package/dist/components/loading/loading.type.d.ts +6 -0
- package/dist/components/loading/loading.vue.d.ts +12 -0
- package/dist/components/present/factory.d.ts +1 -0
- package/dist/components/present/index.d.ts +2 -0
- package/dist/components/present/present.type.d.ts +13 -0
- package/dist/components/present/present.vue.d.ts +17 -0
- package/dist/components/refresher/index.d.ts +1 -0
- package/dist/components/refresher/refresher.type.d.ts +11 -0
- package/dist/components/refresher/refresher.vue.d.ts +17 -0
- package/dist/components/richtext/index.d.ts +1 -0
- package/dist/components/richtext/richtext.type.d.ts +1 -0
- package/dist/components/richtext/richtext.vue.d.ts +3 -0
- package/dist/components/ripple/index.d.ts +1 -0
- package/dist/components/ripple/ripple.type.d.ts +3 -0
- package/dist/components/{t-ripple.vue.d.ts → ripple/ripple.vue.d.ts} +3 -5
- package/dist/components/screen/index.d.ts +1 -0
- package/dist/components/screen/screen.type.d.ts +1 -0
- package/dist/components/screen/screen.vue.d.ts +3 -0
- package/dist/{controllers/screen.d.ts → components/screen-router/factory.d.ts} +1 -2
- package/dist/components/screen-router/index.d.ts +2 -0
- package/dist/components/screen-router/screen-router.type.d.ts +8 -0
- package/dist/components/screen-router/screen-router.vue.d.ts +9 -0
- package/dist/components/sheet/index.d.ts +1 -0
- package/dist/components/sheet/sheet.type.d.ts +18 -0
- package/dist/components/sheet/sheet.vue.d.ts +18 -0
- package/dist/components/skeleton/index.d.ts +1 -0
- package/dist/components/skeleton/skeleton.type.d.ts +6 -0
- package/dist/components/skeleton/skeleton.vue.d.ts +8 -0
- package/dist/components/switch/index.d.ts +1 -0
- package/dist/components/switch/switch.type.d.ts +7 -0
- package/dist/components/switch/switch.vue.d.ts +9 -0
- package/dist/components/tab/index.d.ts +1 -0
- package/dist/components/tab/tab.type.d.ts +4 -0
- package/dist/components/tab/tab.vue.d.ts +5 -0
- package/dist/components/tabs/index.d.ts +1 -0
- package/dist/components/tabs/tabs.type.d.ts +13 -0
- package/dist/components/tabs/tabs.vue.d.ts +15 -0
- package/dist/components/text/index.d.ts +1 -0
- package/dist/components/text/text.type.d.ts +4 -0
- package/dist/components/text/text.vue.d.ts +6 -0
- package/dist/components/textarea/index.d.ts +1 -0
- package/dist/components/textarea/textarea.type.d.ts +1 -0
- package/dist/components/textarea/textarea.vue.d.ts +3 -0
- package/dist/components/toast/factory.d.ts +3 -0
- package/dist/components/toast/index.d.ts +2 -0
- package/dist/components/toast/toast.type.d.ts +11 -0
- package/dist/components/toast/toast.vue.d.ts +16 -0
- package/dist/components/toggle-password/index.d.ts +1 -0
- package/dist/components/toggle-password/toggle-password.type.d.ts +6 -0
- package/dist/components/toggle-password/toggle-password.vue.d.ts +9 -0
- package/dist/components/toolbar/index.d.ts +1 -0
- package/dist/components/toolbar/toolbar.type.d.ts +5 -0
- package/dist/components/toolbar/toolbar.vue.d.ts +7 -0
- package/dist/factory.d.ts +4 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +4 -5
- package/dist/index.es.js +1566 -1231
- package/dist/index.umd.js +1 -1
- package/dist/type.d.ts +3 -0
- package/dist/utils/events.d.ts +1 -0
- package/dist/utils/index.d.ts +1 -0
- package/package.json +1 -1
- package/dist/components/t-action.vue.d.ts +0 -29
- package/dist/components/t-alert.vue.d.ts +0 -35
- package/dist/components/t-app.vue.d.ts +0 -17
- package/dist/components/t-avatar.vue.d.ts +0 -24
- package/dist/components/t-back-button.vue.d.ts +0 -21
- package/dist/components/t-button.vue.d.ts +0 -36
- package/dist/components/t-cable.vue.d.ts +0 -24
- package/dist/components/t-card.vue.d.ts +0 -22
- package/dist/components/t-checkbox.vue.d.ts +0 -38
- package/dist/components/t-collapse.vue.d.ts +0 -32
- package/dist/components/t-content.vue.d.ts +0 -17
- package/dist/components/t-flex.vue.d.ts +0 -24
- package/dist/components/t-gesture-indicator.vue.d.ts +0 -7
- package/dist/components/t-grid.vue.d.ts +0 -24
- package/dist/components/t-icon-spinner.vue.d.ts +0 -23
- package/dist/components/t-image.vue.d.ts +0 -6
- package/dist/components/t-input.vue.d.ts +0 -47
- package/dist/components/t-keyboard-space.vue.d.ts +0 -2
- package/dist/components/t-loading.vue.d.ts +0 -29
- package/dist/components/t-present.vue.d.ts +0 -47
- package/dist/components/t-refresher.vue.d.ts +0 -43
- package/dist/components/t-rich-text.vue.d.ts +0 -2
- package/dist/components/t-screen-router.vue.d.ts +0 -15
- package/dist/components/t-screen.vue.d.ts +0 -17
- package/dist/components/t-sheet.vue.d.ts +0 -251
- package/dist/components/t-skeleton.vue.d.ts +0 -13
- package/dist/components/t-switch.vue.d.ts +0 -12
- package/dist/components/t-tab.vue.d.ts +0 -23
- package/dist/components/t-tabs.vue.d.ts +0 -43
- package/dist/components/t-text.vue.d.ts +0 -24
- package/dist/components/t-textarea.vue.d.ts +0 -2
- package/dist/components/t-toast.vue.d.ts +0 -38
- package/dist/components/t-toggle-password.vue.d.ts +0 -31
- package/dist/components/t-toolbar.vue.d.ts +0 -26
- package/dist/controllers/action.d.ts +0 -4
- package/dist/controllers/alert.d.ts +0 -4
- package/dist/controllers/index.d.ts +0 -8
- package/dist/controllers/loading.d.ts +0 -5
- package/dist/controllers/present.d.ts +0 -4
- package/dist/controllers/toast.d.ts +0 -4
- package/dist/utils/defaultEvent.d.ts +0 -2
- /package/dist/{controllers/keyboard.d.ts → components/keyboard-space/factory.d.ts} +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export type ActionButton = {
|
|
2
|
+
text?: string;
|
|
3
|
+
color?: string;
|
|
4
|
+
size?: string;
|
|
5
|
+
variant?: string;
|
|
6
|
+
handler?: () => void;
|
|
7
|
+
data?: unknown;
|
|
8
|
+
key?: string | number;
|
|
9
|
+
};
|
|
10
|
+
export type ActionProps = {
|
|
11
|
+
actions?: ActionButton[][];
|
|
12
|
+
visible?: boolean;
|
|
13
|
+
dismiss?: Array<string>;
|
|
14
|
+
};
|
|
15
|
+
export type ActionEmit = {
|
|
16
|
+
(e: 'dismiss', type: string, data?: unknown): void;
|
|
17
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ActionButton, ActionProps } from './action.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<ActionProps, {
|
|
3
|
+
open: () => void;
|
|
4
|
+
close: () => void;
|
|
5
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
6
|
+
dismiss: (type: string, data?: unknown) => any;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<ActionProps> & Readonly<{
|
|
8
|
+
onDismiss?: ((type: string, data?: unknown) => any) | undefined;
|
|
9
|
+
}>, {
|
|
10
|
+
dismiss: Array<string>;
|
|
11
|
+
visible: boolean;
|
|
12
|
+
actions: ActionButton[][];
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export type AlertButton = {
|
|
2
|
+
text?: string;
|
|
3
|
+
color?: string;
|
|
4
|
+
variant?: string;
|
|
5
|
+
handler?: () => void;
|
|
6
|
+
data?: unknown;
|
|
7
|
+
};
|
|
8
|
+
export type AlertProps = {
|
|
9
|
+
title?: string;
|
|
10
|
+
message?: string;
|
|
11
|
+
actions?: AlertButton[];
|
|
12
|
+
dismiss?: Array<string>;
|
|
13
|
+
};
|
|
14
|
+
export type AlertEmit = {
|
|
15
|
+
(e: 'dismiss', type: string, data?: unknown): void;
|
|
16
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AlertButton, AlertProps } from './alert.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<AlertProps, {
|
|
3
|
+
open: () => void;
|
|
4
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
5
|
+
dismiss: (type: string, data?: unknown) => any;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<AlertProps> & Readonly<{
|
|
7
|
+
onDismiss?: ((type: string, data?: unknown) => any) | undefined;
|
|
8
|
+
}>, {
|
|
9
|
+
dismiss: Array<string>;
|
|
10
|
+
actions: AlertButton[];
|
|
11
|
+
title: string;
|
|
12
|
+
message: string;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type AppProps = {};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { AppProps } from './app.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<AppProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AppProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as App } from './app.vue';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1
|
+
import { AvatarProps } from './avatar.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<AvatarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AvatarProps> & Readonly<{}>, {
|
|
3
|
+
size: any;
|
|
4
|
+
square: boolean;
|
|
5
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
6
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Avatar } from './avatar.vue';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { BackButtonProps } from './back-button.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<BackButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BackButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as BackButton } from './back-button.vue';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ButtonProps } from './button.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<ButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
|
|
3
|
+
size: string;
|
|
4
|
+
color: any;
|
|
5
|
+
rounded: boolean;
|
|
6
|
+
block: boolean;
|
|
7
|
+
loading: boolean;
|
|
8
|
+
loadingType: string;
|
|
9
|
+
variant: string;
|
|
10
|
+
activeBackground: boolean;
|
|
11
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Button } from './button.vue';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { CableProps } from './cable.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<CableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CableProps> & Readonly<{}>, {
|
|
3
|
+
placement: string;
|
|
4
|
+
keyboard: boolean;
|
|
5
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Cable } from './cable.vue';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { CardProps } from './card.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<CardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CardProps> & Readonly<{}>, {
|
|
3
|
+
color: any;
|
|
4
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Card } from './card.vue';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CheckboxProps } from './checkbox.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<CheckboxProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
"update:modelValue": (value: any) => any;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<CheckboxProps> & Readonly<{
|
|
5
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
type: string;
|
|
8
|
+
color: string;
|
|
9
|
+
label: string;
|
|
10
|
+
modelValue: any;
|
|
11
|
+
multiple: boolean;
|
|
12
|
+
value: any;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Checkbox } from './checkbox.vue';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CollapseProps } from './collapse.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<CollapseProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
change: (value: boolean) => any;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<CollapseProps> & Readonly<{
|
|
5
|
+
onChange?: ((value: boolean) => any) | undefined;
|
|
6
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Collapse } from './collapse.vue';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ContentProps = {};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ContentProps } from './content.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<ContentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Content } from './content.vue';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DividerProps } from './divider.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<DividerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DividerProps> & Readonly<{}>, {
|
|
3
|
+
direction: string;
|
|
4
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Divider } from './divider.vue';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { FlexProps } from './flex.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<FlexProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<FlexProps> & Readonly<{}>, {
|
|
3
|
+
direction: any;
|
|
4
|
+
gap: any;
|
|
5
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Flex } from './flex.vue';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { GestureIndicatorProps } from './gesture-indicator.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<GestureIndicatorProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<GestureIndicatorProps> & Readonly<{}>, {
|
|
3
|
+
placement: string;
|
|
4
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as GestureIndicator } from './gesture-indicator.vue';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { GridProps } from './grid.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<GridProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<GridProps> & Readonly<{}>, {
|
|
3
|
+
template: any;
|
|
4
|
+
gap: any;
|
|
5
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Grid } from './grid.vue';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconSpinnerProps } from './icon-spinner.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<IconSpinnerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IconSpinnerProps> & Readonly<{}>, {
|
|
3
|
+
size: string;
|
|
4
|
+
color: string;
|
|
5
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as IconSpinner } from './icon-spinner.vue';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ImageProps } from './image.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<ImageProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ImageProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Image } from './image.vue';
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export * from './app';
|
|
2
|
+
export * from './action';
|
|
3
|
+
export * from './alert';
|
|
4
|
+
export * from './avatar';
|
|
5
|
+
export * from './back-button';
|
|
6
|
+
export * from './button';
|
|
7
|
+
export * from './cable';
|
|
8
|
+
export * from './card';
|
|
9
|
+
export * from './checkbox';
|
|
10
|
+
export * from './collapse';
|
|
11
|
+
export * from './content';
|
|
12
|
+
export * from './divider';
|
|
13
|
+
export * from './flex';
|
|
14
|
+
export * from './gesture-indicator';
|
|
15
|
+
export * from './grid';
|
|
16
|
+
export * from './icon-spinner';
|
|
17
|
+
export * from './image';
|
|
18
|
+
export * from './input';
|
|
19
|
+
export * from './keyboard-space';
|
|
20
|
+
export * from './loading';
|
|
21
|
+
export * from './present';
|
|
22
|
+
export * from './refresher';
|
|
23
|
+
export * from './richtext';
|
|
24
|
+
export * from './ripple';
|
|
25
|
+
export * from './screen';
|
|
26
|
+
export * from './screen-router';
|
|
27
|
+
export * from './sheet';
|
|
28
|
+
export * from './skeleton';
|
|
29
|
+
export * from './switch';
|
|
30
|
+
export * from './tab';
|
|
31
|
+
export * from './tabs';
|
|
32
|
+
export * from './text';
|
|
33
|
+
export * from './textarea';
|
|
34
|
+
export * from './toast';
|
|
35
|
+
export * from './toggle-password';
|
|
36
|
+
export * from './toolbar';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Input } from './input.vue';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export type InputProps = {
|
|
2
|
+
size?: string;
|
|
3
|
+
rounded?: boolean;
|
|
4
|
+
label?: string;
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
type?: string;
|
|
7
|
+
help?: string;
|
|
8
|
+
error?: string;
|
|
9
|
+
modelValue?: any;
|
|
10
|
+
variant?: any;
|
|
11
|
+
readonly?: boolean;
|
|
12
|
+
};
|
|
13
|
+
export type InputEmit = {
|
|
14
|
+
(e: 'update:modelValue', value: any): void;
|
|
15
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { InputProps } from './input.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<InputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
"update:modelValue": (value: any) => any;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<InputProps> & Readonly<{
|
|
5
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
size: string;
|
|
8
|
+
type: string;
|
|
9
|
+
rounded: boolean;
|
|
10
|
+
variant: any;
|
|
11
|
+
label: string;
|
|
12
|
+
modelValue: any;
|
|
13
|
+
placeholder: string;
|
|
14
|
+
readonly: boolean;
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type KeyboardSpaceProps = {};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { KeyboardSpaceProps } from './keyboard-space.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<KeyboardSpaceProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<KeyboardSpaceProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { LoadingProps } from './loading.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<LoadingProps, {
|
|
3
|
+
open: () => void;
|
|
4
|
+
close: () => void;
|
|
5
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
6
|
+
dismiss: () => any;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<LoadingProps> & Readonly<{
|
|
8
|
+
onDismiss?: (() => any) | undefined;
|
|
9
|
+
}>, {
|
|
10
|
+
type: string;
|
|
11
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getNewPresentIndex: () => number;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export type PresentProps = {
|
|
2
|
+
keepalive?: boolean;
|
|
3
|
+
visible?: boolean;
|
|
4
|
+
backdrop?: boolean;
|
|
5
|
+
placement?: string;
|
|
6
|
+
style?: any;
|
|
7
|
+
class?: any;
|
|
8
|
+
bounce?: any;
|
|
9
|
+
duration?: number;
|
|
10
|
+
};
|
|
11
|
+
export type PresentEmit = {
|
|
12
|
+
(e: 'dismiss', type: string): void;
|
|
13
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { PresentProps } from './present.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<PresentProps, {
|
|
3
|
+
render: (value: any) => void;
|
|
4
|
+
open: () => void;
|
|
5
|
+
close: () => void;
|
|
6
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
7
|
+
dismiss: (type: string) => any;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<PresentProps> & Readonly<{
|
|
9
|
+
onDismiss?: ((type: string) => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
keepalive: boolean;
|
|
12
|
+
visible: boolean;
|
|
13
|
+
backdrop: boolean;
|
|
14
|
+
placement: string;
|
|
15
|
+
duration: number;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Refresher } from './refresher.vue';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type RefresherProps = {
|
|
2
|
+
threshold?: number;
|
|
3
|
+
safe?: boolean;
|
|
4
|
+
variant?: string;
|
|
5
|
+
};
|
|
6
|
+
export type RefresherEmit = {
|
|
7
|
+
(e: 'refresh', close: () => void): void;
|
|
8
|
+
(e: 'move', offset: number): void;
|
|
9
|
+
(e: 'cancel'): void;
|
|
10
|
+
(e: 'start'): void;
|
|
11
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { RefresherProps } from './refresher.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<RefresherProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
cancel: () => any;
|
|
4
|
+
refresh: (close: () => void) => any;
|
|
5
|
+
move: (offset: number) => any;
|
|
6
|
+
start: () => any;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<RefresherProps> & Readonly<{
|
|
8
|
+
onCancel?: (() => any) | undefined;
|
|
9
|
+
onRefresh?: ((close: () => void) => any) | undefined;
|
|
10
|
+
onMove?: ((offset: number) => any) | undefined;
|
|
11
|
+
onStart?: (() => any) | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
variant: string;
|
|
14
|
+
threshold: number;
|
|
15
|
+
safe: boolean;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Richtext } from './richtext.vue';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type RichtextProps = {};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { RichtextProps } from './richtext.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<RichtextProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<RichtextProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Ripple } from './ripple.vue';
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
};
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
1
|
+
import { RippleProps } from './ripple.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<RippleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<RippleProps> & Readonly<{}>, {
|
|
5
3
|
color: any;
|
|
6
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
4
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
5
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Screen } from './screen.vue';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ScreenProps = {};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ScreenProps } from './screen.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<ScreenProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ScreenProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
export declare const useScreenRouter: () => {
|
|
2
2
|
isBusy: import('vue').Ref<boolean, boolean>;
|
|
3
3
|
isSwipeable: import('vue').ComputedRef<any>;
|
|
4
4
|
reset: (variant: any) => void;
|
|
@@ -17,4 +17,3 @@ declare const _default: {
|
|
|
17
17
|
lastScreen: import('vue').ComputedRef<any>;
|
|
18
18
|
nextScreen: import('vue').ComputedRef<any>;
|
|
19
19
|
};
|
|
20
|
-
export default _default;
|