sprintify-ui 0.0.15 → 0.0.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.
- package/dist/sprintify-ui.es.js +88 -66
- package/dist/style.css +1 -1
- package/dist/types/src/components/BaseAppDialogs.vue.d.ts +2 -68
- package/dist/types/src/components/BaseAppNotifications.vue.d.ts +1 -43
- package/dist/types/src/components/BaseAvatar.vue.d.ts +20 -104
- package/dist/types/src/components/BaseBoolean.vue.d.ts +7 -59
- package/dist/types/src/components/BaseBreadcrumbs.vue.d.ts +7 -59
- package/dist/types/src/components/BaseCharacterCounter.vue.d.ts +24 -118
- package/dist/types/src/components/BaseCounter.vue.d.ts +20 -104
- package/dist/types/src/components/BaseDataTableToggleColumns.vue.d.ts +236 -898
- package/dist/types/src/components/BaseDatePicker.vue.d.ts +32 -154
- package/dist/types/src/components/BaseDateSelect.vue.d.ts +28 -138
- package/dist/types/src/components/BaseInput.vue.d.ts +43 -191
- package/dist/types/src/components/BaseLoadingCover.vue.d.ts +46 -188
- package/dist/types/src/components/BaseMediaItem.vue.d.ts +13 -83
- package/dist/types/src/components/BaseMediaPreview.vue.d.ts +12 -82
- package/dist/types/src/components/BaseMenuItem.vue.d.ts +24 -120
- package/dist/types/src/components/BaseNavbarItemContent.vue.d.ts +20 -106
- package/dist/types/src/components/BasePagination.vue.d.ts +17 -99
- package/dist/types/src/components/BaseTextarea.vue.d.ts +40 -182
- package/dist/types/src/components/BaseTextareaAutoresize.vue.d.ts +32 -159
- package/dist/types/src/svg/BaseSpinnerSmall.vue.d.ts +1 -43
- package/package.json +4 -3
- package/src/components/BaseAppDialogs.vue +2 -4
- package/src/components/BaseBelongsTo.vue +8 -0
- package/src/components/BaseDataIterator.vue +4 -4
- package/src/components/BaseDataTable.vue +20 -11
- package/src/components/BaseHasMany.vue +8 -0
- package/src/components/BaseMediaItem.vue +2 -2
- package/src/components/BaseMediaLibrary.vue +12 -6
- package/src/components/BaseSideNavigationItem.vue +2 -2
- package/src/components/BaseTabItem.vue +2 -2
- package/src/components/BaseTable.vue +1 -1
- package/src/lang/fr.json +1 -1
|
@@ -1,44 +1,2 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
new (...args: any[]): {
|
|
3
|
-
$: import("vue").ComponentInternalInstance;
|
|
4
|
-
$data: {};
|
|
5
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
6
|
-
$attrs: {
|
|
7
|
-
[x: string]: unknown;
|
|
8
|
-
};
|
|
9
|
-
$refs: {
|
|
10
|
-
[x: string]: unknown;
|
|
11
|
-
};
|
|
12
|
-
$slots: Readonly<{
|
|
13
|
-
[name: string]: import("vue").Slot | undefined;
|
|
14
|
-
}>;
|
|
15
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
16
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
17
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
18
|
-
$el: any;
|
|
19
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
20
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
21
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
22
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
23
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
24
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
25
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
26
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
27
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
28
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
29
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
30
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
33
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
34
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
35
|
-
};
|
|
36
|
-
$forceUpdate: () => void;
|
|
37
|
-
$nextTick: typeof import("vue").nextTick;
|
|
38
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
39
|
-
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
40
|
-
__isFragment?: undefined;
|
|
41
|
-
__isTeleport?: undefined;
|
|
42
|
-
__isSuspense?: undefined;
|
|
43
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1
|
+
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<{}>>, {}>;
|
|
44
2
|
export default _default;
|
|
@@ -1,107 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { User } from '@/types/User';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
new (...args: any[]): {
|
|
5
|
-
$: import("vue").ComponentInternalInstance;
|
|
6
|
-
$data: {};
|
|
7
|
-
$props: Partial<{
|
|
8
|
-
size: string;
|
|
9
|
-
showDetails: boolean;
|
|
10
|
-
detailsPosition: "left" | "right";
|
|
11
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
user: {
|
|
13
|
-
required: true;
|
|
14
|
-
type: PropType<User>;
|
|
15
|
-
};
|
|
16
|
-
size: {
|
|
17
|
-
default: string;
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
};
|
|
20
|
-
showDetails: {
|
|
21
|
-
default: boolean;
|
|
22
|
-
type: BooleanConstructor;
|
|
23
|
-
};
|
|
24
|
-
detailsPosition: {
|
|
25
|
-
default: string;
|
|
26
|
-
type: PropType<"left" | "right">;
|
|
27
|
-
};
|
|
28
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "showDetails" | "detailsPosition">;
|
|
29
|
-
$attrs: {
|
|
30
|
-
[x: string]: unknown;
|
|
31
|
-
};
|
|
32
|
-
$refs: {
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
35
|
-
$slots: Readonly<{
|
|
36
|
-
[name: string]: import("vue").Slot | undefined;
|
|
37
|
-
}>;
|
|
38
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
39
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
40
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
41
|
-
$el: any;
|
|
42
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
43
|
-
user: {
|
|
44
|
-
required: true;
|
|
45
|
-
type: PropType<User>;
|
|
46
|
-
};
|
|
47
|
-
size: {
|
|
48
|
-
default: string;
|
|
49
|
-
type: StringConstructor;
|
|
50
|
-
};
|
|
51
|
-
showDetails: {
|
|
52
|
-
default: boolean;
|
|
53
|
-
type: BooleanConstructor;
|
|
54
|
-
};
|
|
55
|
-
detailsPosition: {
|
|
56
|
-
default: string;
|
|
57
|
-
type: PropType<"left" | "right">;
|
|
58
|
-
};
|
|
59
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
60
|
-
size: string;
|
|
61
|
-
showDetails: boolean;
|
|
62
|
-
detailsPosition: "left" | "right";
|
|
63
|
-
}, {}, string> & {
|
|
64
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
65
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
66
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
67
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
68
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
69
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
70
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
71
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
72
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
73
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
74
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
75
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
76
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
77
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
78
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
79
|
-
};
|
|
80
|
-
$forceUpdate: () => void;
|
|
81
|
-
$nextTick: typeof import("vue").nextTick;
|
|
82
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
83
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
84
|
-
user: {
|
|
85
|
-
required: true;
|
|
86
|
-
type: PropType<User>;
|
|
87
|
-
};
|
|
88
|
-
size: {
|
|
89
|
-
default: string;
|
|
90
|
-
type: StringConstructor;
|
|
91
|
-
};
|
|
92
|
-
showDetails: {
|
|
93
|
-
default: boolean;
|
|
94
|
-
type: BooleanConstructor;
|
|
95
|
-
};
|
|
96
|
-
detailsPosition: {
|
|
97
|
-
default: string;
|
|
98
|
-
type: PropType<"left" | "right">;
|
|
99
|
-
};
|
|
100
|
-
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
101
|
-
__isFragment?: undefined;
|
|
102
|
-
__isTeleport?: undefined;
|
|
103
|
-
__isSuspense?: undefined;
|
|
104
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
105
4
|
user: {
|
|
106
5
|
required: true;
|
|
107
6
|
type: PropType<User>;
|
|
@@ -118,9 +17,26 @@ declare const _default: {
|
|
|
118
17
|
default: string;
|
|
119
18
|
type: PropType<"left" | "right">;
|
|
120
19
|
};
|
|
121
|
-
}
|
|
20
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
user: {
|
|
22
|
+
required: true;
|
|
23
|
+
type: PropType<User>;
|
|
24
|
+
};
|
|
25
|
+
size: {
|
|
26
|
+
default: string;
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
};
|
|
29
|
+
showDetails: {
|
|
30
|
+
default: boolean;
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
};
|
|
33
|
+
detailsPosition: {
|
|
34
|
+
default: string;
|
|
35
|
+
type: PropType<"left" | "right">;
|
|
36
|
+
};
|
|
37
|
+
}>>, {
|
|
122
38
|
size: string;
|
|
123
39
|
showDetails: boolean;
|
|
124
40
|
detailsPosition: "left" | "right";
|
|
125
|
-
}
|
|
41
|
+
}>;
|
|
126
42
|
export default _default;
|
|
@@ -1,64 +1,12 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
new (...args: any[]): {
|
|
3
|
-
$: import("vue").ComponentInternalInstance;
|
|
4
|
-
$data: {};
|
|
5
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
-
modelValue: {
|
|
7
|
-
required: true;
|
|
8
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
9
|
-
};
|
|
10
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
11
|
-
$attrs: {
|
|
12
|
-
[x: string]: unknown;
|
|
13
|
-
};
|
|
14
|
-
$refs: {
|
|
15
|
-
[x: string]: unknown;
|
|
16
|
-
};
|
|
17
|
-
$slots: Readonly<{
|
|
18
|
-
[name: string]: import("vue").Slot | undefined;
|
|
19
|
-
}>;
|
|
20
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
21
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
22
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
23
|
-
$el: any;
|
|
24
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
-
modelValue: {
|
|
26
|
-
required: true;
|
|
27
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
28
|
-
};
|
|
29
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
30
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
40
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
41
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
42
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
43
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
44
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
45
|
-
};
|
|
46
|
-
$forceUpdate: () => void;
|
|
47
|
-
$nextTick: typeof import("vue").nextTick;
|
|
48
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
49
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
50
|
-
modelValue: {
|
|
51
|
-
required: true;
|
|
52
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
53
|
-
};
|
|
54
|
-
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
55
|
-
__isFragment?: undefined;
|
|
56
|
-
__isTeleport?: undefined;
|
|
57
|
-
__isSuspense?: undefined;
|
|
58
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
59
2
|
modelValue: {
|
|
60
3
|
required: true;
|
|
61
4
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
62
5
|
};
|
|
63
|
-
}
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
modelValue: {
|
|
8
|
+
required: true;
|
|
9
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
10
|
+
};
|
|
11
|
+
}>>, {}>;
|
|
64
12
|
export default _default;
|
|
@@ -1,66 +1,14 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { Breadcrumb } from '@/types/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
new (...args: any[]): {
|
|
5
|
-
$: import("vue").ComponentInternalInstance;
|
|
6
|
-
$data: {};
|
|
7
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
breadcrumbs: {
|
|
9
|
-
required: true;
|
|
10
|
-
type: PropType<Breadcrumb[]>;
|
|
11
|
-
};
|
|
12
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
13
|
-
$attrs: {
|
|
14
|
-
[x: string]: unknown;
|
|
15
|
-
};
|
|
16
|
-
$refs: {
|
|
17
|
-
[x: string]: unknown;
|
|
18
|
-
};
|
|
19
|
-
$slots: Readonly<{
|
|
20
|
-
[name: string]: import("vue").Slot | undefined;
|
|
21
|
-
}>;
|
|
22
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
23
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
24
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
25
|
-
$el: any;
|
|
26
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
-
breadcrumbs: {
|
|
28
|
-
required: true;
|
|
29
|
-
type: PropType<Breadcrumb[]>;
|
|
30
|
-
};
|
|
31
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
32
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
40
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
41
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
42
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
43
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
44
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
45
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
46
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
47
|
-
};
|
|
48
|
-
$forceUpdate: () => void;
|
|
49
|
-
$nextTick: typeof import("vue").nextTick;
|
|
50
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
51
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
-
breadcrumbs: {
|
|
53
|
-
required: true;
|
|
54
|
-
type: PropType<Breadcrumb[]>;
|
|
55
|
-
};
|
|
56
|
-
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
57
|
-
__isFragment?: undefined;
|
|
58
|
-
__isTeleport?: undefined;
|
|
59
|
-
__isSuspense?: undefined;
|
|
60
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
61
4
|
breadcrumbs: {
|
|
62
5
|
required: true;
|
|
63
6
|
type: PropType<Breadcrumb[]>;
|
|
64
7
|
};
|
|
65
|
-
}
|
|
8
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
breadcrumbs: {
|
|
10
|
+
required: true;
|
|
11
|
+
type: PropType<Breadcrumb[]>;
|
|
12
|
+
};
|
|
13
|
+
}>>, {}>;
|
|
66
14
|
export default _default;
|
|
@@ -1,119 +1,4 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
new (...args: any[]): {
|
|
3
|
-
$: import("vue").ComponentInternalInstance;
|
|
4
|
-
$data: {};
|
|
5
|
-
$props: Partial<{
|
|
6
|
-
trim: boolean;
|
|
7
|
-
min: number;
|
|
8
|
-
max: number;
|
|
9
|
-
removeDoubleSpaces: boolean;
|
|
10
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
text: {
|
|
12
|
-
required: true;
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
};
|
|
15
|
-
min: {
|
|
16
|
-
default: undefined;
|
|
17
|
-
type: NumberConstructor;
|
|
18
|
-
};
|
|
19
|
-
max: {
|
|
20
|
-
default: undefined;
|
|
21
|
-
type: NumberConstructor;
|
|
22
|
-
};
|
|
23
|
-
trim: {
|
|
24
|
-
default: boolean;
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
};
|
|
27
|
-
removeDoubleSpaces: {
|
|
28
|
-
default: boolean;
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
};
|
|
31
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "trim" | "min" | "max" | "removeDoubleSpaces">;
|
|
32
|
-
$attrs: {
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
35
|
-
$refs: {
|
|
36
|
-
[x: string]: unknown;
|
|
37
|
-
};
|
|
38
|
-
$slots: Readonly<{
|
|
39
|
-
[name: string]: import("vue").Slot | undefined;
|
|
40
|
-
}>;
|
|
41
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
42
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
43
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
44
|
-
$el: any;
|
|
45
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
-
text: {
|
|
47
|
-
required: true;
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
};
|
|
50
|
-
min: {
|
|
51
|
-
default: undefined;
|
|
52
|
-
type: NumberConstructor;
|
|
53
|
-
};
|
|
54
|
-
max: {
|
|
55
|
-
default: undefined;
|
|
56
|
-
type: NumberConstructor;
|
|
57
|
-
};
|
|
58
|
-
trim: {
|
|
59
|
-
default: boolean;
|
|
60
|
-
type: BooleanConstructor;
|
|
61
|
-
};
|
|
62
|
-
removeDoubleSpaces: {
|
|
63
|
-
default: boolean;
|
|
64
|
-
type: BooleanConstructor;
|
|
65
|
-
};
|
|
66
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
67
|
-
trim: boolean;
|
|
68
|
-
min: number;
|
|
69
|
-
max: number;
|
|
70
|
-
removeDoubleSpaces: boolean;
|
|
71
|
-
}, {}, string> & {
|
|
72
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
73
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
74
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
75
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
76
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
77
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
78
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
79
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
80
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
81
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
82
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
83
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
84
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
85
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
86
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
87
|
-
};
|
|
88
|
-
$forceUpdate: () => void;
|
|
89
|
-
$nextTick: typeof import("vue").nextTick;
|
|
90
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
91
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
92
|
-
text: {
|
|
93
|
-
required: true;
|
|
94
|
-
type: StringConstructor;
|
|
95
|
-
};
|
|
96
|
-
min: {
|
|
97
|
-
default: undefined;
|
|
98
|
-
type: NumberConstructor;
|
|
99
|
-
};
|
|
100
|
-
max: {
|
|
101
|
-
default: undefined;
|
|
102
|
-
type: NumberConstructor;
|
|
103
|
-
};
|
|
104
|
-
trim: {
|
|
105
|
-
default: boolean;
|
|
106
|
-
type: BooleanConstructor;
|
|
107
|
-
};
|
|
108
|
-
removeDoubleSpaces: {
|
|
109
|
-
default: boolean;
|
|
110
|
-
type: BooleanConstructor;
|
|
111
|
-
};
|
|
112
|
-
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
113
|
-
__isFragment?: undefined;
|
|
114
|
-
__isTeleport?: undefined;
|
|
115
|
-
__isSuspense?: undefined;
|
|
116
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
117
2
|
text: {
|
|
118
3
|
required: true;
|
|
119
4
|
type: StringConstructor;
|
|
@@ -134,10 +19,31 @@ declare const _default: {
|
|
|
134
19
|
default: boolean;
|
|
135
20
|
type: BooleanConstructor;
|
|
136
21
|
};
|
|
137
|
-
}
|
|
22
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
text: {
|
|
24
|
+
required: true;
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
};
|
|
27
|
+
min: {
|
|
28
|
+
default: undefined;
|
|
29
|
+
type: NumberConstructor;
|
|
30
|
+
};
|
|
31
|
+
max: {
|
|
32
|
+
default: undefined;
|
|
33
|
+
type: NumberConstructor;
|
|
34
|
+
};
|
|
35
|
+
trim: {
|
|
36
|
+
default: boolean;
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
};
|
|
39
|
+
removeDoubleSpaces: {
|
|
40
|
+
default: boolean;
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
};
|
|
43
|
+
}>>, {
|
|
138
44
|
trim: boolean;
|
|
139
45
|
min: number;
|
|
140
46
|
max: number;
|
|
141
47
|
removeDoubleSpaces: boolean;
|
|
142
|
-
}
|
|
48
|
+
}>;
|
|
143
49
|
export default _default;
|
|
@@ -1,106 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
new (...args: any[]): {
|
|
4
|
-
$: import("vue").ComponentInternalInstance;
|
|
5
|
-
$data: {};
|
|
6
|
-
$props: Partial<{
|
|
7
|
-
color: "danger" | "dark" | "light" | "primary" | "white";
|
|
8
|
-
size: string;
|
|
9
|
-
maxDigit: number;
|
|
10
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
count: {
|
|
12
|
-
required: true;
|
|
13
|
-
type: NumberConstructor;
|
|
14
|
-
};
|
|
15
|
-
maxDigit: {
|
|
16
|
-
default: number;
|
|
17
|
-
type: NumberConstructor;
|
|
18
|
-
};
|
|
19
|
-
size: {
|
|
20
|
-
default: string;
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
};
|
|
23
|
-
color: {
|
|
24
|
-
default: string;
|
|
25
|
-
type: PropType<"danger" | "dark" | "light" | "primary" | "white">;
|
|
26
|
-
};
|
|
27
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "color" | "size" | "maxDigit">;
|
|
28
|
-
$attrs: {
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
31
|
-
$refs: {
|
|
32
|
-
[x: string]: unknown;
|
|
33
|
-
};
|
|
34
|
-
$slots: Readonly<{
|
|
35
|
-
[name: string]: import("vue").Slot | undefined;
|
|
36
|
-
}>;
|
|
37
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
38
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
39
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
40
|
-
$el: any;
|
|
41
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
42
|
-
count: {
|
|
43
|
-
required: true;
|
|
44
|
-
type: NumberConstructor;
|
|
45
|
-
};
|
|
46
|
-
maxDigit: {
|
|
47
|
-
default: number;
|
|
48
|
-
type: NumberConstructor;
|
|
49
|
-
};
|
|
50
|
-
size: {
|
|
51
|
-
default: string;
|
|
52
|
-
type: StringConstructor;
|
|
53
|
-
};
|
|
54
|
-
color: {
|
|
55
|
-
default: string;
|
|
56
|
-
type: PropType<"danger" | "dark" | "light" | "primary" | "white">;
|
|
57
|
-
};
|
|
58
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
59
|
-
color: "danger" | "dark" | "light" | "primary" | "white";
|
|
60
|
-
size: string;
|
|
61
|
-
maxDigit: number;
|
|
62
|
-
}, {}, string> & {
|
|
63
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
64
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
65
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
66
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
67
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
68
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
69
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
70
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
71
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
72
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
73
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
74
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
75
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
76
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
77
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
78
|
-
};
|
|
79
|
-
$forceUpdate: () => void;
|
|
80
|
-
$nextTick: typeof import("vue").nextTick;
|
|
81
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
82
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
83
|
-
count: {
|
|
84
|
-
required: true;
|
|
85
|
-
type: NumberConstructor;
|
|
86
|
-
};
|
|
87
|
-
maxDigit: {
|
|
88
|
-
default: number;
|
|
89
|
-
type: NumberConstructor;
|
|
90
|
-
};
|
|
91
|
-
size: {
|
|
92
|
-
default: string;
|
|
93
|
-
type: StringConstructor;
|
|
94
|
-
};
|
|
95
|
-
color: {
|
|
96
|
-
default: string;
|
|
97
|
-
type: PropType<"danger" | "dark" | "light" | "primary" | "white">;
|
|
98
|
-
};
|
|
99
|
-
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
100
|
-
__isFragment?: undefined;
|
|
101
|
-
__isTeleport?: undefined;
|
|
102
|
-
__isSuspense?: undefined;
|
|
103
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
104
3
|
count: {
|
|
105
4
|
required: true;
|
|
106
5
|
type: NumberConstructor;
|
|
@@ -117,9 +16,26 @@ declare const _default: {
|
|
|
117
16
|
default: string;
|
|
118
17
|
type: PropType<"danger" | "dark" | "light" | "primary" | "white">;
|
|
119
18
|
};
|
|
120
|
-
}
|
|
19
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
count: {
|
|
21
|
+
required: true;
|
|
22
|
+
type: NumberConstructor;
|
|
23
|
+
};
|
|
24
|
+
maxDigit: {
|
|
25
|
+
default: number;
|
|
26
|
+
type: NumberConstructor;
|
|
27
|
+
};
|
|
28
|
+
size: {
|
|
29
|
+
default: string;
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
};
|
|
32
|
+
color: {
|
|
33
|
+
default: string;
|
|
34
|
+
type: PropType<"danger" | "dark" | "light" | "primary" | "white">;
|
|
35
|
+
};
|
|
36
|
+
}>>, {
|
|
121
37
|
color: "danger" | "dark" | "light" | "primary" | "white";
|
|
122
38
|
size: string;
|
|
123
39
|
maxDigit: number;
|
|
124
|
-
}
|
|
40
|
+
}>;
|
|
125
41
|
export default _default;
|