@diasro/ucsd-its-frontend 0.1.9 → 0.2.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.
Files changed (78) hide show
  1. package/dist/App.vue.d.ts +2 -0
  2. package/dist/assets/ucsd-its-frontend.css +1 -1
  3. package/dist/config/ucsd.config.d.ts +18 -0
  4. package/dist/lib/CommonRoutes.d.ts +7 -0
  5. package/dist/{UcsdPlugin.d.ts → lib/UcsdPlugin.d.ts} +2 -2
  6. package/dist/{components → lib/components}/TileButton.vue.d.ts +21 -15
  7. package/dist/lib/components/authorization/Login.vue.d.ts +2 -0
  8. package/dist/lib/components/authorization/LoginSuccess.vue.d.ts +2 -0
  9. package/dist/lib/components/authorization/Logout.vue.d.ts +2 -0
  10. package/dist/lib/components/authorization/LogoutSuccess.vue.d.ts +2 -0
  11. package/dist/lib/components/authorization/Unauthorized.vue.d.ts +2 -0
  12. package/dist/lib/components/commons/ChangeHistory.vue.d.ts +58 -0
  13. package/dist/lib/components/commons/ProgressDialog.vue.d.ts +2 -0
  14. package/dist/{composables → lib/composables}/layout.d.ts +2 -2
  15. package/dist/{composables → lib/composables}/utils/ucsdAppUtils.d.ts +6 -3
  16. package/dist/lib/index.d.ts +31 -0
  17. package/dist/lib/layouts/AppLayout.vue.d.ts +2 -0
  18. package/dist/lib/layouts/DefaultLayout.vue.d.ts +35 -0
  19. package/dist/lib/layouts/FixedLayout.vue.d.ts +35 -0
  20. package/dist/lib/layouts/FloatingLayout.vue.d.ts +17 -0
  21. package/dist/lib/layouts/TopLayout.vue.d.ts +35 -0
  22. package/dist/lib/layouts/UcsdFooter.vue.d.ts +2 -0
  23. package/dist/lib/layouts/UcsdHeader.vue.d.ts +39 -0
  24. package/dist/lib/layouts/UserPanel.vue.d.ts +2 -0
  25. package/dist/lib/layouts/menu/FloatMenu.vue.d.ts +2 -0
  26. package/dist/{layouts → lib/layouts}/menu/RailMenu.vue.d.ts +6 -4
  27. package/dist/lib/layouts/menu/SettingsMenu.vue.d.ts +2 -0
  28. package/dist/lib/layouts/menu/TopMenu.vue.d.ts +2 -0
  29. package/dist/lib/shared.config.d.ts +2 -0
  30. package/dist/{stores → lib/stores}/its-app.d.ts +64 -69
  31. package/dist/{stores → lib/stores}/its-audit.d.ts +127 -15
  32. package/dist/{stores → lib/stores}/its-auth.d.ts +14 -14
  33. package/dist/lib/types/FieldMeta.d.ts +12 -0
  34. package/dist/{types → lib/types}/UcsdConfig.d.ts +3 -1
  35. package/dist/main.d.ts +6 -0
  36. package/dist/pages/DashBoard.vue.d.ts +2 -0
  37. package/dist/pages/FixedPage.vue.d.ts +2 -0
  38. package/dist/pages/HomePage.vue.d.ts +2 -0
  39. package/dist/pages/TreeDemo.vue.d.ts +2 -0
  40. package/dist/pages/admin/AdminPage.vue.d.ts +2 -0
  41. package/dist/pages/customer/CustomerHome.vue.d.ts +2 -0
  42. package/dist/pages/customer/CustomerSearch.vue.d.ts +2 -0
  43. package/dist/pages/customer/SimpleForm.vue.d.ts +602 -0
  44. package/dist/pages/invoices/InvoiceHome.vue.d.ts +2 -0
  45. package/dist/plugins/index.d.ts +2 -0
  46. package/dist/plugins/vuetify.d.ts +85 -0
  47. package/dist/router/index.d.ts +2 -0
  48. package/dist/router/routes.d.ts +3 -0
  49. package/dist/stores/app.d.ts +48 -0
  50. package/dist/stores/index.d.ts +2 -0
  51. package/dist/ucsd-its-frontend.js +6486 -6048
  52. package/dist/ucsd-its-frontend.umd.cjs +279 -286
  53. package/package.json +3 -4
  54. package/dist/CommonRoutes.d.ts +0 -7
  55. package/dist/components/authorization/Login.vue.d.ts +0 -2
  56. package/dist/components/authorization/LoginSuccess.vue.d.ts +0 -2
  57. package/dist/components/authorization/Logout.vue.d.ts +0 -2
  58. package/dist/components/authorization/LogoutSuccess.vue.d.ts +0 -2
  59. package/dist/components/authorization/Unauthorized.vue.d.ts +0 -2
  60. package/dist/components/commons/ChangeHistory.vue.d.ts +0 -54
  61. package/dist/components/commons/ProgressDialog.vue.d.ts +0 -2
  62. package/dist/composables/auditLog.d.ts +0 -25
  63. package/dist/index.d.ts +0 -32
  64. package/dist/layouts/AppLayout.vue.d.ts +0 -2
  65. package/dist/layouts/DefaultLayout.vue.d.ts +0 -20
  66. package/dist/layouts/FixedLayout.vue.d.ts +0 -20
  67. package/dist/layouts/FloatingLayout.vue.d.ts +0 -2
  68. package/dist/layouts/TopLayout.vue.d.ts +0 -20
  69. package/dist/layouts/UcsdFooter.vue.d.ts +0 -2
  70. package/dist/layouts/UcsdHeader.vue.d.ts +0 -23
  71. package/dist/layouts/UserPanel.vue.d.ts +0 -2
  72. package/dist/layouts/menu/FloatMenu.vue.d.ts +0 -2
  73. package/dist/layouts/menu/SettingsMenu.vue.d.ts +0 -2
  74. package/dist/layouts/menu/TopMenu.vue.d.ts +0 -2
  75. /package/dist/{types → lib/types}/ApiError.d.ts +0 -0
  76. /package/dist/{types → lib/types}/LoginUser.d.ts +0 -0
  77. /package/dist/{types → lib/types}/TileRecord.d.ts +0 -0
  78. /package/dist/{types → lib/types}/audit.d.ts +0 -0
@@ -0,0 +1,602 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
2
+ form: import('vue').CreateComponentPublicInstanceWithMixins<{
3
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
4
+ disabled: boolean;
5
+ fastFail: boolean;
6
+ readonly: boolean;
7
+ modelValue: boolean | null;
8
+ validateOn: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit");
9
+ } & {
10
+ class?: any;
11
+ } & {
12
+ $children?: {
13
+ default?: ((arg: {
14
+ errors: import('vue').Ref<{
15
+ id: string | number;
16
+ errorMessages: string[];
17
+ }[], import('vuetify/lib/composables/form').FieldValidationResult[] | {
18
+ id: string | number;
19
+ errorMessages: string[];
20
+ }[]>;
21
+ isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
22
+ isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
23
+ isValidating: import('vue').ShallowRef<boolean, boolean>;
24
+ isValid: import('vue').Ref<boolean | null, boolean | null> & {
25
+ readonly externalValue: boolean | null;
26
+ };
27
+ items: import('vue').Ref<{
28
+ id: string | number;
29
+ validate: () => Promise<string[]>;
30
+ reset: () => Promise<void>;
31
+ resetValidation: () => Promise<void>;
32
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
33
+ isValid: boolean | null;
34
+ errorMessages: string[];
35
+ }[], import('vuetify/lib/composables/form').FormField[] | {
36
+ id: string | number;
37
+ validate: () => Promise<string[]>;
38
+ reset: () => Promise<void>;
39
+ resetValidation: () => Promise<void>;
40
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
41
+ isValid: boolean | null;
42
+ errorMessages: string[];
43
+ }[]>;
44
+ validate: () => Promise<{
45
+ valid: boolean;
46
+ errors: {
47
+ id: string | number;
48
+ errorMessages: string[];
49
+ }[];
50
+ }>;
51
+ reset: () => void;
52
+ resetValidation: () => void;
53
+ }) => import('vue').VNodeChild) | undefined;
54
+ } | {
55
+ $stable?: boolean | undefined;
56
+ } | ((arg: {
57
+ errors: import('vue').Ref<{
58
+ id: string | number;
59
+ errorMessages: string[];
60
+ }[], import('vuetify/lib/composables/form').FieldValidationResult[] | {
61
+ id: string | number;
62
+ errorMessages: string[];
63
+ }[]>;
64
+ isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
65
+ isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
66
+ isValidating: import('vue').ShallowRef<boolean, boolean>;
67
+ isValid: import('vue').Ref<boolean | null, boolean | null> & {
68
+ readonly externalValue: boolean | null;
69
+ };
70
+ items: import('vue').Ref<{
71
+ id: string | number;
72
+ validate: () => Promise<string[]>;
73
+ reset: () => Promise<void>;
74
+ resetValidation: () => Promise<void>;
75
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
76
+ isValid: boolean | null;
77
+ errorMessages: string[];
78
+ }[], import('vuetify/lib/composables/form').FormField[] | {
79
+ id: string | number;
80
+ validate: () => Promise<string[]>;
81
+ reset: () => Promise<void>;
82
+ resetValidation: () => Promise<void>;
83
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
84
+ isValid: boolean | null;
85
+ errorMessages: string[];
86
+ }[]>;
87
+ validate: () => Promise<{
88
+ valid: boolean;
89
+ errors: {
90
+ id: string | number;
91
+ errorMessages: string[];
92
+ }[];
93
+ }>;
94
+ reset: () => void;
95
+ resetValidation: () => void;
96
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
97
+ "v-slots"?: {
98
+ default?: false | ((arg: {
99
+ errors: import('vue').Ref<{
100
+ id: string | number;
101
+ errorMessages: string[];
102
+ }[], import('vuetify/lib/composables/form').FieldValidationResult[] | {
103
+ id: string | number;
104
+ errorMessages: string[];
105
+ }[]>;
106
+ isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
107
+ isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
108
+ isValidating: import('vue').ShallowRef<boolean, boolean>;
109
+ isValid: import('vue').Ref<boolean | null, boolean | null> & {
110
+ readonly externalValue: boolean | null;
111
+ };
112
+ items: import('vue').Ref<{
113
+ id: string | number;
114
+ validate: () => Promise<string[]>;
115
+ reset: () => Promise<void>;
116
+ resetValidation: () => Promise<void>;
117
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
118
+ isValid: boolean | null;
119
+ errorMessages: string[];
120
+ }[], import('vuetify/lib/composables/form').FormField[] | {
121
+ id: string | number;
122
+ validate: () => Promise<string[]>;
123
+ reset: () => Promise<void>;
124
+ resetValidation: () => Promise<void>;
125
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
126
+ isValid: boolean | null;
127
+ errorMessages: string[];
128
+ }[]>;
129
+ validate: () => Promise<{
130
+ valid: boolean;
131
+ errors: {
132
+ id: string | number;
133
+ errorMessages: string[];
134
+ }[];
135
+ }>;
136
+ reset: () => void;
137
+ resetValidation: () => void;
138
+ }) => import('vue').VNodeChild) | undefined;
139
+ } | undefined;
140
+ } & {
141
+ "v-slot:default"?: false | ((arg: {
142
+ errors: import('vue').Ref<{
143
+ id: string | number;
144
+ errorMessages: string[];
145
+ }[], import('vuetify/lib/composables/form').FieldValidationResult[] | {
146
+ id: string | number;
147
+ errorMessages: string[];
148
+ }[]>;
149
+ isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
150
+ isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
151
+ isValidating: import('vue').ShallowRef<boolean, boolean>;
152
+ isValid: import('vue').Ref<boolean | null, boolean | null> & {
153
+ readonly externalValue: boolean | null;
154
+ };
155
+ items: import('vue').Ref<{
156
+ id: string | number;
157
+ validate: () => Promise<string[]>;
158
+ reset: () => Promise<void>;
159
+ resetValidation: () => Promise<void>;
160
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
161
+ isValid: boolean | null;
162
+ errorMessages: string[];
163
+ }[], import('vuetify/lib/composables/form').FormField[] | {
164
+ id: string | number;
165
+ validate: () => Promise<string[]>;
166
+ reset: () => Promise<void>;
167
+ resetValidation: () => Promise<void>;
168
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
169
+ isValid: boolean | null;
170
+ errorMessages: string[];
171
+ }[]>;
172
+ validate: () => Promise<{
173
+ valid: boolean;
174
+ errors: {
175
+ id: string | number;
176
+ errorMessages: string[];
177
+ }[];
178
+ }>;
179
+ reset: () => void;
180
+ resetValidation: () => void;
181
+ }) => import('vue').VNodeChild) | undefined;
182
+ } & {
183
+ onSubmit?: ((e: import('vuetify/lib/types').SubmitEventPromise) => any) | undefined;
184
+ "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
185
+ }, {
186
+ errors: import('vue').Ref<{
187
+ id: string | number;
188
+ errorMessages: string[];
189
+ }[], import('vuetify/lib/composables/form').FieldValidationResult[] | {
190
+ id: string | number;
191
+ errorMessages: string[];
192
+ }[]>;
193
+ isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
194
+ isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
195
+ isValidating: import('vue').ShallowRef<boolean, boolean>;
196
+ isValid: import('vue').Ref<boolean | null, boolean | null> & {
197
+ readonly externalValue: boolean | null;
198
+ };
199
+ items: import('vue').Ref<{
200
+ id: string | number;
201
+ validate: () => Promise<string[]>;
202
+ reset: () => Promise<void>;
203
+ resetValidation: () => Promise<void>;
204
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
205
+ isValid: boolean | null;
206
+ errorMessages: string[];
207
+ }[], import('vuetify/lib/composables/form').FormField[] | {
208
+ id: string | number;
209
+ validate: () => Promise<string[]>;
210
+ reset: () => Promise<void>;
211
+ resetValidation: () => Promise<void>;
212
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
213
+ isValid: boolean | null;
214
+ errorMessages: string[];
215
+ }[]>;
216
+ validate: () => Promise<{
217
+ valid: boolean;
218
+ errors: {
219
+ id: string | number;
220
+ errorMessages: string[];
221
+ }[];
222
+ }>;
223
+ reset: () => void;
224
+ resetValidation: () => void;
225
+ } & HTMLFormElement & {
226
+ _allExposed: {
227
+ errors: import('vue').Ref<{
228
+ id: string | number;
229
+ errorMessages: string[];
230
+ }[], import('vuetify/lib/composables/form').FieldValidationResult[] | {
231
+ id: string | number;
232
+ errorMessages: string[];
233
+ }[]>;
234
+ isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
235
+ isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
236
+ isValidating: import('vue').ShallowRef<boolean, boolean>;
237
+ isValid: import('vue').Ref<boolean | null, boolean | null> & {
238
+ readonly externalValue: boolean | null;
239
+ };
240
+ items: import('vue').Ref<{
241
+ id: string | number;
242
+ validate: () => Promise<string[]>;
243
+ reset: () => Promise<void>;
244
+ resetValidation: () => Promise<void>;
245
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
246
+ isValid: boolean | null;
247
+ errorMessages: string[];
248
+ }[], import('vuetify/lib/composables/form').FormField[] | {
249
+ id: string | number;
250
+ validate: () => Promise<string[]>;
251
+ reset: () => Promise<void>;
252
+ resetValidation: () => Promise<void>;
253
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
254
+ isValid: boolean | null;
255
+ errorMessages: string[];
256
+ }[]>;
257
+ validate: () => Promise<{
258
+ valid: boolean;
259
+ errors: {
260
+ id: string | number;
261
+ errorMessages: string[];
262
+ }[];
263
+ }>;
264
+ reset: () => void;
265
+ resetValidation: () => void;
266
+ };
267
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
268
+ "update:modelValue": (val: boolean | null) => true;
269
+ submit: (e: import('vuetify/lib/types').SubmitEventPromise) => true;
270
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
271
+ style: import('vue').StyleValue;
272
+ disabled: boolean;
273
+ fastFail: boolean;
274
+ readonly: boolean;
275
+ modelValue: boolean | null;
276
+ validateOn: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
277
+ }, true, {}, import('vue').SlotsType<Partial<{
278
+ default: (arg: {
279
+ errors: import('vue').Ref<{
280
+ id: string | number;
281
+ errorMessages: string[];
282
+ }[], import('vuetify/lib/composables/form').FieldValidationResult[] | {
283
+ id: string | number;
284
+ errorMessages: string[];
285
+ }[]>;
286
+ isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
287
+ isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
288
+ isValidating: import('vue').ShallowRef<boolean, boolean>;
289
+ isValid: import('vue').Ref<boolean | null, boolean | null> & {
290
+ readonly externalValue: boolean | null;
291
+ };
292
+ items: import('vue').Ref<{
293
+ id: string | number;
294
+ validate: () => Promise<string[]>;
295
+ reset: () => Promise<void>;
296
+ resetValidation: () => Promise<void>;
297
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
298
+ isValid: boolean | null;
299
+ errorMessages: string[];
300
+ }[], import('vuetify/lib/composables/form').FormField[] | {
301
+ id: string | number;
302
+ validate: () => Promise<string[]>;
303
+ reset: () => Promise<void>;
304
+ resetValidation: () => Promise<void>;
305
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
306
+ isValid: boolean | null;
307
+ errorMessages: string[];
308
+ }[]>;
309
+ validate: () => Promise<{
310
+ valid: boolean;
311
+ errors: {
312
+ id: string | number;
313
+ errorMessages: string[];
314
+ }[];
315
+ }>;
316
+ reset: () => void;
317
+ resetValidation: () => void;
318
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
319
+ [key: string]: any;
320
+ }>[];
321
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
322
+ P: {};
323
+ B: {};
324
+ D: {};
325
+ C: {};
326
+ M: {};
327
+ Defaults: {};
328
+ }, {
329
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
330
+ disabled: boolean;
331
+ fastFail: boolean;
332
+ readonly: boolean;
333
+ modelValue: boolean | null;
334
+ validateOn: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit");
335
+ } & {
336
+ class?: any;
337
+ } & {
338
+ $children?: {
339
+ default?: ((arg: {
340
+ errors: import('vue').Ref<{
341
+ id: string | number;
342
+ errorMessages: string[];
343
+ }[], import('vuetify/lib/composables/form').FieldValidationResult[] | {
344
+ id: string | number;
345
+ errorMessages: string[];
346
+ }[]>;
347
+ isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
348
+ isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
349
+ isValidating: import('vue').ShallowRef<boolean, boolean>;
350
+ isValid: import('vue').Ref<boolean | null, boolean | null> & {
351
+ readonly externalValue: boolean | null;
352
+ };
353
+ items: import('vue').Ref<{
354
+ id: string | number;
355
+ validate: () => Promise<string[]>;
356
+ reset: () => Promise<void>;
357
+ resetValidation: () => Promise<void>;
358
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
359
+ isValid: boolean | null;
360
+ errorMessages: string[];
361
+ }[], import('vuetify/lib/composables/form').FormField[] | {
362
+ id: string | number;
363
+ validate: () => Promise<string[]>;
364
+ reset: () => Promise<void>;
365
+ resetValidation: () => Promise<void>;
366
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
367
+ isValid: boolean | null;
368
+ errorMessages: string[];
369
+ }[]>;
370
+ validate: () => Promise<{
371
+ valid: boolean;
372
+ errors: {
373
+ id: string | number;
374
+ errorMessages: string[];
375
+ }[];
376
+ }>;
377
+ reset: () => void;
378
+ resetValidation: () => void;
379
+ }) => import('vue').VNodeChild) | undefined;
380
+ } | {
381
+ $stable?: boolean | undefined;
382
+ } | ((arg: {
383
+ errors: import('vue').Ref<{
384
+ id: string | number;
385
+ errorMessages: string[];
386
+ }[], import('vuetify/lib/composables/form').FieldValidationResult[] | {
387
+ id: string | number;
388
+ errorMessages: string[];
389
+ }[]>;
390
+ isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
391
+ isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
392
+ isValidating: import('vue').ShallowRef<boolean, boolean>;
393
+ isValid: import('vue').Ref<boolean | null, boolean | null> & {
394
+ readonly externalValue: boolean | null;
395
+ };
396
+ items: import('vue').Ref<{
397
+ id: string | number;
398
+ validate: () => Promise<string[]>;
399
+ reset: () => Promise<void>;
400
+ resetValidation: () => Promise<void>;
401
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
402
+ isValid: boolean | null;
403
+ errorMessages: string[];
404
+ }[], import('vuetify/lib/composables/form').FormField[] | {
405
+ id: string | number;
406
+ validate: () => Promise<string[]>;
407
+ reset: () => Promise<void>;
408
+ resetValidation: () => Promise<void>;
409
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
410
+ isValid: boolean | null;
411
+ errorMessages: string[];
412
+ }[]>;
413
+ validate: () => Promise<{
414
+ valid: boolean;
415
+ errors: {
416
+ id: string | number;
417
+ errorMessages: string[];
418
+ }[];
419
+ }>;
420
+ reset: () => void;
421
+ resetValidation: () => void;
422
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
423
+ "v-slots"?: {
424
+ default?: false | ((arg: {
425
+ errors: import('vue').Ref<{
426
+ id: string | number;
427
+ errorMessages: string[];
428
+ }[], import('vuetify/lib/composables/form').FieldValidationResult[] | {
429
+ id: string | number;
430
+ errorMessages: string[];
431
+ }[]>;
432
+ isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
433
+ isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
434
+ isValidating: import('vue').ShallowRef<boolean, boolean>;
435
+ isValid: import('vue').Ref<boolean | null, boolean | null> & {
436
+ readonly externalValue: boolean | null;
437
+ };
438
+ items: import('vue').Ref<{
439
+ id: string | number;
440
+ validate: () => Promise<string[]>;
441
+ reset: () => Promise<void>;
442
+ resetValidation: () => Promise<void>;
443
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
444
+ isValid: boolean | null;
445
+ errorMessages: string[];
446
+ }[], import('vuetify/lib/composables/form').FormField[] | {
447
+ id: string | number;
448
+ validate: () => Promise<string[]>;
449
+ reset: () => Promise<void>;
450
+ resetValidation: () => Promise<void>;
451
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
452
+ isValid: boolean | null;
453
+ errorMessages: string[];
454
+ }[]>;
455
+ validate: () => Promise<{
456
+ valid: boolean;
457
+ errors: {
458
+ id: string | number;
459
+ errorMessages: string[];
460
+ }[];
461
+ }>;
462
+ reset: () => void;
463
+ resetValidation: () => void;
464
+ }) => import('vue').VNodeChild) | undefined;
465
+ } | undefined;
466
+ } & {
467
+ "v-slot:default"?: false | ((arg: {
468
+ errors: import('vue').Ref<{
469
+ id: string | number;
470
+ errorMessages: string[];
471
+ }[], import('vuetify/lib/composables/form').FieldValidationResult[] | {
472
+ id: string | number;
473
+ errorMessages: string[];
474
+ }[]>;
475
+ isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
476
+ isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
477
+ isValidating: import('vue').ShallowRef<boolean, boolean>;
478
+ isValid: import('vue').Ref<boolean | null, boolean | null> & {
479
+ readonly externalValue: boolean | null;
480
+ };
481
+ items: import('vue').Ref<{
482
+ id: string | number;
483
+ validate: () => Promise<string[]>;
484
+ reset: () => Promise<void>;
485
+ resetValidation: () => Promise<void>;
486
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
487
+ isValid: boolean | null;
488
+ errorMessages: string[];
489
+ }[], import('vuetify/lib/composables/form').FormField[] | {
490
+ id: string | number;
491
+ validate: () => Promise<string[]>;
492
+ reset: () => Promise<void>;
493
+ resetValidation: () => Promise<void>;
494
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
495
+ isValid: boolean | null;
496
+ errorMessages: string[];
497
+ }[]>;
498
+ validate: () => Promise<{
499
+ valid: boolean;
500
+ errors: {
501
+ id: string | number;
502
+ errorMessages: string[];
503
+ }[];
504
+ }>;
505
+ reset: () => void;
506
+ resetValidation: () => void;
507
+ }) => import('vue').VNodeChild) | undefined;
508
+ } & {
509
+ onSubmit?: ((e: import('vuetify/lib/types').SubmitEventPromise) => any) | undefined;
510
+ "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
511
+ }, {
512
+ errors: import('vue').Ref<{
513
+ id: string | number;
514
+ errorMessages: string[];
515
+ }[], import('vuetify/lib/composables/form').FieldValidationResult[] | {
516
+ id: string | number;
517
+ errorMessages: string[];
518
+ }[]>;
519
+ isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
520
+ isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
521
+ isValidating: import('vue').ShallowRef<boolean, boolean>;
522
+ isValid: import('vue').Ref<boolean | null, boolean | null> & {
523
+ readonly externalValue: boolean | null;
524
+ };
525
+ items: import('vue').Ref<{
526
+ id: string | number;
527
+ validate: () => Promise<string[]>;
528
+ reset: () => Promise<void>;
529
+ resetValidation: () => Promise<void>;
530
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
531
+ isValid: boolean | null;
532
+ errorMessages: string[];
533
+ }[], import('vuetify/lib/composables/form').FormField[] | {
534
+ id: string | number;
535
+ validate: () => Promise<string[]>;
536
+ reset: () => Promise<void>;
537
+ resetValidation: () => Promise<void>;
538
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
539
+ isValid: boolean | null;
540
+ errorMessages: string[];
541
+ }[]>;
542
+ validate: () => Promise<{
543
+ valid: boolean;
544
+ errors: {
545
+ id: string | number;
546
+ errorMessages: string[];
547
+ }[];
548
+ }>;
549
+ reset: () => void;
550
+ resetValidation: () => void;
551
+ } & HTMLFormElement & {
552
+ _allExposed: {
553
+ errors: import('vue').Ref<{
554
+ id: string | number;
555
+ errorMessages: string[];
556
+ }[], import('vuetify/lib/composables/form').FieldValidationResult[] | {
557
+ id: string | number;
558
+ errorMessages: string[];
559
+ }[]>;
560
+ isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
561
+ isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
562
+ isValidating: import('vue').ShallowRef<boolean, boolean>;
563
+ isValid: import('vue').Ref<boolean | null, boolean | null> & {
564
+ readonly externalValue: boolean | null;
565
+ };
566
+ items: import('vue').Ref<{
567
+ id: string | number;
568
+ validate: () => Promise<string[]>;
569
+ reset: () => Promise<void>;
570
+ resetValidation: () => Promise<void>;
571
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
572
+ isValid: boolean | null;
573
+ errorMessages: string[];
574
+ }[], import('vuetify/lib/composables/form').FormField[] | {
575
+ id: string | number;
576
+ validate: () => Promise<string[]>;
577
+ reset: () => Promise<void>;
578
+ resetValidation: () => Promise<void>;
579
+ vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
580
+ isValid: boolean | null;
581
+ errorMessages: string[];
582
+ }[]>;
583
+ validate: () => Promise<{
584
+ valid: boolean;
585
+ errors: {
586
+ id: string | number;
587
+ errorMessages: string[];
588
+ }[];
589
+ }>;
590
+ reset: () => void;
591
+ resetValidation: () => void;
592
+ };
593
+ }, {}, {}, {}, {
594
+ style: import('vue').StyleValue;
595
+ disabled: boolean;
596
+ fastFail: boolean;
597
+ readonly: boolean;
598
+ modelValue: boolean | null;
599
+ validateOn: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
600
+ }> | null;
601
+ }, any>;
602
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { App } from 'vue';
2
+ export declare function registerPlugins(app: App): void;