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.
@@ -0,0 +1,366 @@
1
+ import { SSL } from '../../types/config';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, ExtractPropTypes, PropType } from 'vue';
3
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
4
+ tableRef: any;
5
+ formModalRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
6
+ onRefresh?: ((...args: any[]) => any) | undefined;
7
+ }>, {
8
+ open: (need?: Array<string>) => void;
9
+ modify: (post?: Record<string, any> | undefined, need?: string[] | undefined, url?: string | undefined, callback?: Function | undefined) => void;
10
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11
+ refresh: (...args: any[]) => void;
12
+ }, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
13
+ form: unknown;
14
+ }, any, ComponentProvideOptions, {
15
+ P: {};
16
+ B: {};
17
+ D: {};
18
+ C: {};
19
+ M: {};
20
+ Defaults: {};
21
+ }, Readonly<{}> & Readonly<{
22
+ onRefresh?: ((...args: any[]) => any) | undefined;
23
+ }>, {
24
+ open: (need?: Array<string>) => void;
25
+ modify: (post?: Record<string, any> | undefined, need?: string[] | undefined, url?: string | undefined, callback?: Function | undefined) => void;
26
+ }, {}, {}, {}, {}> | null;
27
+ domainTableDrawerRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
28
+ open: () => void;
29
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
30
+ tableRef: any;
31
+ formModalRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
32
+ onRefresh?: ((...args: any[]) => any) | undefined;
33
+ }>, {
34
+ open: (need?: Array<string>) => void;
35
+ modify: (post?: Record<string, any> | undefined, need?: string[] | undefined, url?: string | undefined, callback?: Function | undefined) => void;
36
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
37
+ refresh: (...args: any[]) => void;
38
+ }, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
39
+ form: unknown;
40
+ }, any, ComponentProvideOptions, {
41
+ P: {};
42
+ B: {};
43
+ D: {};
44
+ C: {};
45
+ M: {};
46
+ Defaults: {};
47
+ }, Readonly<{}> & Readonly<{
48
+ onRefresh?: ((...args: any[]) => any) | undefined;
49
+ }>, {
50
+ open: (need?: Array<string>) => void;
51
+ modify: (post?: Record<string, any> | undefined, need?: string[] | undefined, url?: string | undefined, callback?: Function | undefined) => void;
52
+ }, {}, {}, {}, {}> | null;
53
+ sslFormModalRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
54
+ onRefresh?: ((...args: any[]) => any) | undefined;
55
+ }>, {
56
+ open: (need?: Array<string>) => void;
57
+ modify: (post?: Record<string, any> | undefined, need?: string[] | undefined, url?: string | undefined, callback?: Function | undefined) => void;
58
+ formData: {
59
+ id: number;
60
+ domain_id: number | undefined;
61
+ client: string;
62
+ site_id: number | undefined;
63
+ name: string;
64
+ path: string;
65
+ email: string;
66
+ encryption: string;
67
+ renewal_days: number;
68
+ renew_at: string;
69
+ status: number;
70
+ checked: boolean;
71
+ remark: string;
72
+ created_at: string;
73
+ updated_at: string;
74
+ provider: {
75
+ id: number;
76
+ name: string;
77
+ en_name: string;
78
+ translate: string;
79
+ };
80
+ domain: {
81
+ id: number;
82
+ name: string;
83
+ expired_at: string;
84
+ expired_text: string;
85
+ provider: {
86
+ id: number;
87
+ name: string;
88
+ en_name: string;
89
+ translate: string;
90
+ };
91
+ };
92
+ site: {
93
+ id: number;
94
+ domain_id: number;
95
+ prefix: string;
96
+ name: string;
97
+ en_name: string;
98
+ translate: string;
99
+ dns: string;
100
+ git: string;
101
+ };
102
+ };
103
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
104
+ refresh: (...args: any[]) => void;
105
+ }, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
106
+ form: unknown;
107
+ }, any, ComponentProvideOptions, {
108
+ P: {};
109
+ B: {};
110
+ D: {};
111
+ C: {};
112
+ M: {};
113
+ Defaults: {};
114
+ }, Readonly<{}> & Readonly<{
115
+ onRefresh?: ((...args: any[]) => any) | undefined;
116
+ }>, {
117
+ open: (need?: Array<string>) => void;
118
+ modify: (post?: Record<string, any> | undefined, need?: string[] | undefined, url?: string | undefined, callback?: Function | undefined) => void;
119
+ formData: {
120
+ id: number;
121
+ domain_id: number | undefined;
122
+ client: string;
123
+ site_id: number | undefined;
124
+ name: string;
125
+ path: string;
126
+ email: string;
127
+ encryption: string;
128
+ renewal_days: number;
129
+ renew_at: string;
130
+ status: number;
131
+ checked: boolean;
132
+ remark: string;
133
+ created_at: string;
134
+ updated_at: string;
135
+ provider: {
136
+ id: number;
137
+ name: string;
138
+ en_name: string;
139
+ translate: string;
140
+ };
141
+ domain: {
142
+ id: number;
143
+ name: string;
144
+ expired_at: string;
145
+ expired_text: string;
146
+ provider: {
147
+ id: number;
148
+ name: string;
149
+ en_name: string;
150
+ translate: string;
151
+ };
152
+ };
153
+ site: {
154
+ id: number;
155
+ domain_id: number;
156
+ prefix: string;
157
+ name: string;
158
+ en_name: string;
159
+ translate: string;
160
+ dns: string;
161
+ git: string;
162
+ };
163
+ };
164
+ }, {}, {}, {}, {}> | null;
165
+ providerTableDrawerRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
166
+ open: () => void;
167
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
168
+ tableRef: any;
169
+ formModalRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
170
+ onRefresh?: ((...args: any[]) => any) | undefined;
171
+ }>, {
172
+ open: (need?: Array<string>) => void;
173
+ modify: (post?: Record<string, any> | undefined, need?: string[] | undefined, url?: string | undefined, callback?: Function | undefined) => void;
174
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
175
+ refresh: (...args: any[]) => void;
176
+ }, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
177
+ form: unknown;
178
+ }, any, ComponentProvideOptions, {
179
+ P: {};
180
+ B: {};
181
+ D: {};
182
+ C: {};
183
+ M: {};
184
+ Defaults: {};
185
+ }, Readonly<{}> & Readonly<{
186
+ onRefresh?: ((...args: any[]) => any) | undefined;
187
+ }>, {
188
+ open: (need?: Array<string>) => void;
189
+ modify: (post?: Record<string, any> | undefined, need?: string[] | undefined, url?: string | undefined, callback?: Function | undefined) => void;
190
+ }, {}, {}, {}, {}> | null;
191
+ }, any, ComponentProvideOptions, {
192
+ P: {};
193
+ B: {};
194
+ D: {};
195
+ C: {};
196
+ M: {};
197
+ Defaults: {};
198
+ }, Readonly<{}> & Readonly<{}>, {
199
+ open: () => void;
200
+ }, {}, {}, {}, {}> | null;
201
+ }, any, ComponentProvideOptions, {
202
+ P: {};
203
+ B: {};
204
+ D: {};
205
+ C: {};
206
+ M: {};
207
+ Defaults: {};
208
+ }, Readonly<{}> & Readonly<{}>, {
209
+ open: () => void;
210
+ }, {}, {}, {}, {}> | null;
211
+ sslTableDrawerRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
212
+ open: () => void;
213
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
214
+ tableRef: any;
215
+ formModalRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
216
+ onRefresh?: ((...args: any[]) => any) | undefined;
217
+ }>, {
218
+ open: (need?: Array<string>) => void;
219
+ modify: (post?: Record<string, any> | undefined, need?: string[] | undefined, url?: string | undefined, callback?: Function | undefined) => void;
220
+ formData: {
221
+ id: number;
222
+ domain_id: number | undefined;
223
+ client: string;
224
+ site_id: number | undefined;
225
+ name: string;
226
+ path: string;
227
+ email: string;
228
+ encryption: string;
229
+ renewal_days: number;
230
+ renew_at: string;
231
+ status: number;
232
+ checked: boolean;
233
+ remark: string;
234
+ created_at: string;
235
+ updated_at: string;
236
+ provider: {
237
+ id: number;
238
+ name: string;
239
+ en_name: string;
240
+ translate: string;
241
+ };
242
+ domain: {
243
+ id: number;
244
+ name: string;
245
+ expired_at: string;
246
+ expired_text: string;
247
+ provider: {
248
+ id: number;
249
+ name: string;
250
+ en_name: string;
251
+ translate: string;
252
+ };
253
+ };
254
+ site: {
255
+ id: number;
256
+ domain_id: number;
257
+ prefix: string;
258
+ name: string;
259
+ en_name: string;
260
+ translate: string;
261
+ dns: string;
262
+ git: string;
263
+ };
264
+ };
265
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
266
+ refresh: (...args: any[]) => void;
267
+ }, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
268
+ form: unknown;
269
+ }, any, ComponentProvideOptions, {
270
+ P: {};
271
+ B: {};
272
+ D: {};
273
+ C: {};
274
+ M: {};
275
+ Defaults: {};
276
+ }, Readonly<{}> & Readonly<{
277
+ onRefresh?: ((...args: any[]) => any) | undefined;
278
+ }>, {
279
+ open: (need?: Array<string>) => void;
280
+ modify: (post?: Record<string, any> | undefined, need?: string[] | undefined, url?: string | undefined, callback?: Function | undefined) => void;
281
+ formData: {
282
+ id: number;
283
+ domain_id: number | undefined;
284
+ client: string;
285
+ site_id: number | undefined;
286
+ name: string;
287
+ path: string;
288
+ email: string;
289
+ encryption: string;
290
+ renewal_days: number;
291
+ renew_at: string;
292
+ status: number;
293
+ checked: boolean;
294
+ remark: string;
295
+ created_at: string;
296
+ updated_at: string;
297
+ provider: {
298
+ id: number;
299
+ name: string;
300
+ en_name: string;
301
+ translate: string;
302
+ };
303
+ domain: {
304
+ id: number;
305
+ name: string;
306
+ expired_at: string;
307
+ expired_text: string;
308
+ provider: {
309
+ id: number;
310
+ name: string;
311
+ en_name: string;
312
+ translate: string;
313
+ };
314
+ };
315
+ site: {
316
+ id: number;
317
+ domain_id: number;
318
+ prefix: string;
319
+ name: string;
320
+ en_name: string;
321
+ translate: string;
322
+ dns: string;
323
+ git: string;
324
+ };
325
+ };
326
+ }, {}, {}, {}, {}> | null;
327
+ }, any, ComponentProvideOptions, {
328
+ P: {};
329
+ B: {};
330
+ D: {};
331
+ C: {};
332
+ M: {};
333
+ Defaults: {};
334
+ }, Readonly<{}> & Readonly<{}>, {
335
+ open: () => void;
336
+ }, {}, {}, {}, {}> | null;
337
+ sslLogTableDrawerRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
338
+ ssl: {
339
+ type: PropType<SSL>;
340
+ default: () => {};
341
+ };
342
+ }>> & Readonly<{}>, {
343
+ open: () => void;
344
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
345
+ ssl: SSL;
346
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
347
+ tableRef: any;
348
+ }, any, ComponentProvideOptions, {
349
+ P: {};
350
+ B: {};
351
+ D: {};
352
+ C: {};
353
+ M: {};
354
+ Defaults: {};
355
+ }, Readonly< ExtractPropTypes<{
356
+ ssl: {
357
+ type: PropType<SSL>;
358
+ default: () => {};
359
+ };
360
+ }>> & Readonly<{}>, {
361
+ open: () => void;
362
+ }, {}, {}, {}, {
363
+ ssl: SSL;
364
+ }> | null;
365
+ }, any>;
366
+ export default _default;
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const __VERSION__ = "0.0.68'
1
+ export const __VERSION__ = "0.0.69'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auto-vue-basic",
3
- "version": "0.0.69",
3
+ "version": "0.0.70",
4
4
  "type": "module",
5
5
  "main": "./dist/auto-vue-basic.umd.js",
6
6
  "module": "./dist/auto-vue-basic.es.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@element-plus/icons-vue": "^2.3.1",
24
- "auto-vue-manual": ">=0.2.64",
24
+ "auto-vue-manual": ">=0.2.69",
25
25
  "axios": "^1.7.9",
26
26
  "element-plus": "^2.9.3",
27
27
  "mitt": "^3.0.1",
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@element-plus/icons-vue": "^2.3.1",
61
- "auto-vue-manual": ">=0.2.64",
61
+ "auto-vue-manual": ">=0.2.69",
62
62
  "element-plus": "^2.9.3",
63
63
  "sass": "^1.77.6",
64
64
  "sass-loader": "^16.0.4",