auto-vue-basic 0.0.69 → 0.0.70
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/auto-vue-basic.es.js +1 -1
- package/dist/auto-vue-basic.umd.js +1 -1
- package/dist/types/types/index.d.ts +5 -2
- package/dist/types/views/admin/index.vue.d.ts +2 -7537
- package/dist/types/views/language/form/template.vue.d.ts +2 -7537
- package/dist/types/views/language/index.vue.d.ts +117 -0
- package/dist/types/views/language/table/I18N.vue.d.ts +2 -7537
- package/dist/types/views/log/error/index.vue.d.ts +2 -6064
- package/dist/types/views/log/request/index.vue.d.ts +2 -6066
- package/dist/types/views/log/sql/index.vue.d.ts +2 -6064
- package/dist/types/views/menu/index.vue.d.ts +2 -7537
- package/dist/types/views/role/index.vue.d.ts +2 -7537
- package/dist/types/views/site/components/DomainProviderTableDrawer.vue.d.ts +2 -6064
- package/dist/types/views/site/components/DomainTableDrawer.vue.d.ts +3 -12118
- package/dist/types/views/site/components/SSLLogTableDrawer.vue.d.ts +2 -7537
- package/dist/types/views/site/components/SSLTableDrawer.vue.d.ts +2 -6064
- package/dist/types/views/site/index.vue.d.ts +366 -0
- package/dist/version.js +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
+
tableRef: any;
|
|
4
|
+
I18nTableDrawerRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
5
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
6
|
+
onChoosed?: ((...args: any[]) => any) | undefined;
|
|
7
|
+
}>, {
|
|
8
|
+
open: () => void;
|
|
9
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
10
|
+
closed: (...args: any[]) => void;
|
|
11
|
+
choosed: (...args: any[]) => void;
|
|
12
|
+
}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
13
|
+
tableRef: any;
|
|
14
|
+
formModalRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
15
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
open: (need?: Array<string>) => void;
|
|
18
|
+
modify: (post?: Record<string, any> | undefined, need?: string[] | undefined, url?: string | undefined, callback?: Function | undefined) => void;
|
|
19
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
20
|
+
refresh: (...args: any[]) => void;
|
|
21
|
+
}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
22
|
+
form: unknown;
|
|
23
|
+
}, any, ComponentProvideOptions, {
|
|
24
|
+
P: {};
|
|
25
|
+
B: {};
|
|
26
|
+
D: {};
|
|
27
|
+
C: {};
|
|
28
|
+
M: {};
|
|
29
|
+
Defaults: {};
|
|
30
|
+
}, Readonly<{}> & Readonly<{
|
|
31
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
}>, {
|
|
33
|
+
open: (need?: Array<string>) => void;
|
|
34
|
+
modify: (post?: Record<string, any> | undefined, need?: string[] | undefined, url?: string | undefined, callback?: Function | undefined) => void;
|
|
35
|
+
}, {}, {}, {}, {}> | null;
|
|
36
|
+
}, any, ComponentProvideOptions, {
|
|
37
|
+
P: {};
|
|
38
|
+
B: {};
|
|
39
|
+
D: {};
|
|
40
|
+
C: {};
|
|
41
|
+
M: {};
|
|
42
|
+
Defaults: {};
|
|
43
|
+
}, Readonly<{}> & Readonly<{
|
|
44
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
onChoosed?: ((...args: any[]) => any) | undefined;
|
|
46
|
+
}>, {
|
|
47
|
+
open: () => void;
|
|
48
|
+
}, {}, {}, {}, {}> | null;
|
|
49
|
+
formModalRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
50
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
51
|
+
}>, {
|
|
52
|
+
open: (need?: Array<string>) => void;
|
|
53
|
+
modify: (post?: Record<string, any> | undefined, need?: string[] | undefined, url?: string | undefined, callback?: Function | undefined) => void;
|
|
54
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
55
|
+
refresh: (...args: any[]) => void;
|
|
56
|
+
}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
57
|
+
form: unknown;
|
|
58
|
+
I18nTableDrawerRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
59
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
60
|
+
onChoosed?: ((...args: any[]) => any) | undefined;
|
|
61
|
+
}>, {
|
|
62
|
+
open: () => void;
|
|
63
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
64
|
+
closed: (...args: any[]) => void;
|
|
65
|
+
choosed: (...args: any[]) => void;
|
|
66
|
+
}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
67
|
+
tableRef: any;
|
|
68
|
+
formModalRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
69
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
70
|
+
}>, {
|
|
71
|
+
open: (need?: Array<string>) => void;
|
|
72
|
+
modify: (post?: Record<string, any> | undefined, need?: string[] | undefined, url?: string | undefined, callback?: Function | undefined) => void;
|
|
73
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
74
|
+
refresh: (...args: any[]) => void;
|
|
75
|
+
}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
76
|
+
form: unknown;
|
|
77
|
+
}, any, ComponentProvideOptions, {
|
|
78
|
+
P: {};
|
|
79
|
+
B: {};
|
|
80
|
+
D: {};
|
|
81
|
+
C: {};
|
|
82
|
+
M: {};
|
|
83
|
+
Defaults: {};
|
|
84
|
+
}, Readonly<{}> & Readonly<{
|
|
85
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
}>, {
|
|
87
|
+
open: (need?: Array<string>) => void;
|
|
88
|
+
modify: (post?: Record<string, any> | undefined, need?: string[] | undefined, url?: string | undefined, callback?: Function | undefined) => void;
|
|
89
|
+
}, {}, {}, {}, {}> | null;
|
|
90
|
+
}, any, ComponentProvideOptions, {
|
|
91
|
+
P: {};
|
|
92
|
+
B: {};
|
|
93
|
+
D: {};
|
|
94
|
+
C: {};
|
|
95
|
+
M: {};
|
|
96
|
+
Defaults: {};
|
|
97
|
+
}, Readonly<{}> & Readonly<{
|
|
98
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
99
|
+
onChoosed?: ((...args: any[]) => any) | undefined;
|
|
100
|
+
}>, {
|
|
101
|
+
open: () => void;
|
|
102
|
+
}, {}, {}, {}, {}> | null;
|
|
103
|
+
}, any, ComponentProvideOptions, {
|
|
104
|
+
P: {};
|
|
105
|
+
B: {};
|
|
106
|
+
D: {};
|
|
107
|
+
C: {};
|
|
108
|
+
M: {};
|
|
109
|
+
Defaults: {};
|
|
110
|
+
}, Readonly<{}> & Readonly<{
|
|
111
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
112
|
+
}>, {
|
|
113
|
+
open: (need?: Array<string>) => void;
|
|
114
|
+
modify: (post?: Record<string, any> | undefined, need?: string[] | undefined, url?: string | undefined, callback?: Function | undefined) => void;
|
|
115
|
+
}, {}, {}, {}, {}> | null;
|
|
116
|
+
}, any>;
|
|
117
|
+
export default _default;
|