@hostlink/nuxt-light 1.28.1 → 1.28.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 (139) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/L/CustomField/Add.vue.d.ts +7 -1
  3. package/dist/runtime/components/L/CustomField/List.vue.d.ts +12 -1
  4. package/dist/runtime/components/L/Database/create-table-dialog.vue.d.ts +4 -1
  5. package/dist/runtime/components/L/Fieldset.vue.d.ts +15 -1
  6. package/dist/runtime/components/L/ForgetPasswordDialog.vue.d.ts +1 -1
  7. package/dist/runtime/components/L/Revision.vue.d.ts +8 -1
  8. package/dist/runtime/components/L/Storage.vue.d.ts +6 -1
  9. package/dist/runtime/components/L/System/Setting/authentication.vue.d.ts +18 -1
  10. package/dist/runtime/components/L/System/Setting/developer.vue.d.ts +12 -1
  11. package/dist/runtime/components/L/System/Setting/forget-password.vue.d.ts +13 -1
  12. package/dist/runtime/components/L/System/Setting/general.vue.d.ts +23 -1
  13. package/dist/runtime/components/L/System/Setting/mail.vue.d.ts +19 -1
  14. package/dist/runtime/components/L/System/Setting/modules.vue.d.ts +8 -1
  15. package/dist/runtime/components/L/System/Setting/security.vue.d.ts +32 -1
  16. package/dist/runtime/components/L/User/eventlog.vue.d.ts +5 -1
  17. package/dist/runtime/components/L/User/overview.vue.d.ts +11 -1
  18. package/dist/runtime/components/L/User/userlog.vue.d.ts +5 -1
  19. package/dist/runtime/components/L/ValidationInput.vue.d.ts +6 -1
  20. package/dist/runtime/components/MyTest.vue.d.ts +6 -1
  21. package/dist/runtime/components/l-add-btn.vue.d.ts +10 -1
  22. package/dist/runtime/components/l-alert.vue.d.ts +13 -1
  23. package/dist/runtime/components/l-app-main.vue.d.ts +700 -1
  24. package/dist/runtime/components/l-app.vue.d.ts +8 -1
  25. package/dist/runtime/components/l-audit-card.vue.d.ts +23 -1
  26. package/dist/runtime/components/l-back-btn.vue.d.ts +1 -1
  27. package/dist/runtime/components/l-banner.vue.d.ts +33 -1
  28. package/dist/runtime/components/l-bar.vue.d.ts +29 -1
  29. package/dist/runtime/components/l-btn.vue.d.ts +72 -1
  30. package/dist/runtime/components/l-card.vue.d.ts +82 -1
  31. package/dist/runtime/components/l-checkbox.vue.d.ts +14 -1
  32. package/dist/runtime/components/l-col.vue.d.ts +35 -1
  33. package/dist/runtime/components/l-customizer.vue.d.ts +19 -1
  34. package/dist/runtime/components/l-date-picker.vue.d.ts +87 -1
  35. package/dist/runtime/components/l-delete-btn.vue.d.ts +7 -1
  36. package/dist/runtime/components/l-dialog-database-field-add.vue.d.ts +4 -1
  37. package/dist/runtime/components/l-drag-drop-container.vue.d.ts +6 -1
  38. package/dist/runtime/components/l-drag-drop-group.vue.d.ts +13 -1
  39. package/dist/runtime/components/l-drag-drop.vue.d.ts +12 -1
  40. package/dist/runtime/components/l-edit-btn.vue.d.ts +1 -1
  41. package/dist/runtime/components/l-editor.vue.d.ts +14 -1
  42. package/dist/runtime/components/l-facebook-button.vue.d.ts +3 -1
  43. package/dist/runtime/components/l-fav-menu.vue.d.ts +8 -1
  44. package/dist/runtime/components/l-field.vue.d.ts +34 -1
  45. package/dist/runtime/components/l-file-manager-labels.vue.d.ts +3 -1
  46. package/dist/runtime/components/l-file-manager-move.vue.d.ts +7 -1
  47. package/dist/runtime/components/l-file-manager-preview.vue.d.ts +8 -1
  48. package/dist/runtime/components/l-file-manager.vue.d.ts +15 -1
  49. package/dist/runtime/components/l-file-upload.vue.d.ts +129 -1
  50. package/dist/runtime/components/l-file.vue.d.ts +24 -1
  51. package/dist/runtime/components/l-form-dialog.vue.d.ts +24 -1
  52. package/dist/runtime/components/l-form.vue.d.ts +146 -1
  53. package/dist/runtime/components/l-group-select.vue.d.ts +10 -1
  54. package/dist/runtime/components/l-icon-picker.vue.d.ts +19 -1
  55. package/dist/runtime/components/l-input-xlsx.vue.d.ts +9 -1
  56. package/dist/runtime/components/l-input.vue.d.ts +50 -1
  57. package/dist/runtime/components/l-item.vue.d.ts +33 -1
  58. package/dist/runtime/components/l-link.vue.d.ts +15 -1
  59. package/dist/runtime/components/l-list.vue.d.ts +29 -1
  60. package/dist/runtime/components/l-login.vue.d.ts +16 -1
  61. package/dist/runtime/components/l-menu.vue.d.ts +8 -1
  62. package/dist/runtime/components/l-microsoft-button.vue.d.ts +17 -1
  63. package/dist/runtime/components/l-page.vue.d.ts +44 -1
  64. package/dist/runtime/components/l-row.vue.d.ts +20 -1
  65. package/dist/runtime/components/l-save-btn.vue.d.ts +1 -1
  66. package/dist/runtime/components/l-select.vue.d.ts +16 -1
  67. package/dist/runtime/components/l-small-box.vue.d.ts +12 -1
  68. package/dist/runtime/components/l-statistic.vue.d.ts +8 -1
  69. package/dist/runtime/components/l-tab.vue.d.ts +17 -1
  70. package/dist/runtime/components/l-table.vue.d.ts +234 -1
  71. package/dist/runtime/components/l-tabs.vue.d.ts +33 -1
  72. package/dist/runtime/components/l-test2.vue.d.ts +1 -1
  73. package/dist/runtime/components/l-time-picker.vue.d.ts +55 -1
  74. package/dist/runtime/components/l-view-btn.vue.d.ts +1 -1
  75. package/dist/runtime/formkit/Checkbox.vue.d.ts +14 -1
  76. package/dist/runtime/formkit/DatePicker.vue.d.ts +14 -1
  77. package/dist/runtime/formkit/Editor.vue.d.ts +13 -1
  78. package/dist/runtime/formkit/File.vue.d.ts +14 -1
  79. package/dist/runtime/formkit/FilePicker.vue.d.ts +14 -1
  80. package/dist/runtime/formkit/FileUpload.vue.d.ts +14 -1
  81. package/dist/runtime/formkit/Form.vue.d.ts +44 -1
  82. package/dist/runtime/formkit/GroupSelect.vue.d.ts +14 -1
  83. package/dist/runtime/formkit/Input.vue.d.ts +43 -1
  84. package/dist/runtime/formkit/InputXlsx.vue.d.ts +13 -1
  85. package/dist/runtime/formkit/OptionGroup.vue.d.ts +6 -1
  86. package/dist/runtime/formkit/Radio.vue.d.ts +13 -1
  87. package/dist/runtime/formkit/Repeater.vue.d.ts +17 -1
  88. package/dist/runtime/formkit/Select.vue.d.ts +14 -1
  89. package/dist/runtime/formkit/TimePicker.vue.d.ts +14 -1
  90. package/dist/runtime/formkit/Toggle.vue.d.ts +24 -1
  91. package/dist/runtime/light.d.ts +46 -46
  92. package/dist/runtime/pages/CustomField/[custom_field_id]/edit.vue.d.ts +1 -1
  93. package/dist/runtime/pages/CustomField/index.vue.d.ts +1 -1
  94. package/dist/runtime/pages/EventLog/_eventlog_id/view.vue.d.ts +1 -1
  95. package/dist/runtime/pages/EventLog/index.vue.d.ts +1 -1
  96. package/dist/runtime/pages/FileManager/index.vue.d.ts +1 -1
  97. package/dist/runtime/pages/MailLog/index.vue.d.ts +1 -1
  98. package/dist/runtime/pages/Permission/add.vue.d.ts +1 -1
  99. package/dist/runtime/pages/Permission/all.vue.d.ts +1 -1
  100. package/dist/runtime/pages/Permission/export.vue.d.ts +1 -1
  101. package/dist/runtime/pages/Permission/index.vue.d.ts +1 -1
  102. package/dist/runtime/pages/Role/_name/update-child.vue.d.ts +1 -1
  103. package/dist/runtime/pages/Role/add.vue.d.ts +1 -1
  104. package/dist/runtime/pages/Role/add2.vue.d.ts +1 -1
  105. package/dist/runtime/pages/Role/index.vue.d.ts +1 -1
  106. package/dist/runtime/pages/System/database/backup.vue.d.ts +1 -1
  107. package/dist/runtime/pages/System/database/process.vue.d.ts +1 -1
  108. package/dist/runtime/pages/System/database/table.vue.d.ts +1 -1
  109. package/dist/runtime/pages/System/fs.vue.d.ts +1 -1
  110. package/dist/runtime/pages/System/index.vue.d.ts +1 -1
  111. package/dist/runtime/pages/System/mailtest.vue.d.ts +1 -1
  112. package/dist/runtime/pages/System/menu/index.vue.d.ts +1 -1
  113. package/dist/runtime/pages/System/package.vue.d.ts +1 -1
  114. package/dist/runtime/pages/System/phpinfo.vue.d.ts +1 -1
  115. package/dist/runtime/pages/System/setting.vue.d.ts +1 -1
  116. package/dist/runtime/pages/System/test.vue.d.ts +1 -1
  117. package/dist/runtime/pages/System/view_as.vue.d.ts +1 -1
  118. package/dist/runtime/pages/SystemValue/_systemvalue_id/edit.vue.d.ts +1 -1
  119. package/dist/runtime/pages/SystemValue/add.vue.d.ts +1 -1
  120. package/dist/runtime/pages/SystemValue/index.vue.d.ts +1 -1
  121. package/dist/runtime/pages/Translate/index.vue.d.ts +1 -1
  122. package/dist/runtime/pages/User/_user_id/change-password.vue.d.ts +1 -1
  123. package/dist/runtime/pages/User/_user_id/edit.vue.d.ts +1 -1
  124. package/dist/runtime/pages/User/_user_id/update-role.vue.d.ts +1 -1
  125. package/dist/runtime/pages/User/_user_id/view.vue.d.ts +1 -1
  126. package/dist/runtime/pages/User/add.vue.d.ts +1 -1
  127. package/dist/runtime/pages/User/index.vue.d.ts +1 -1
  128. package/dist/runtime/pages/User/profile.vue.d.ts +1 -1
  129. package/dist/runtime/pages/User/setting/bio-auth.vue.d.ts +1 -1
  130. package/dist/runtime/pages/User/setting/index.vue.d.ts +1 -1
  131. package/dist/runtime/pages/User/setting/information.vue.d.ts +1 -1
  132. package/dist/runtime/pages/User/setting/my_favorite.vue.d.ts +1 -1
  133. package/dist/runtime/pages/User/setting/open_id.vue.d.ts +1 -1
  134. package/dist/runtime/pages/User/setting/password.vue.d.ts +1 -1
  135. package/dist/runtime/pages/User/setting/style.vue.d.ts +1 -1
  136. package/dist/runtime/pages/User/setting/two-factor-auth.vue.d.ts +1 -1
  137. package/dist/runtime/pages/User/setting.vue.d.ts +1 -1
  138. package/dist/runtime/pages/UserLog/index.vue.d.ts +1 -1
  139. package/package.json +5 -3
@@ -1,2 +1,701 @@
1
- declare const _default: {};
1
+ declare const $q: import("quasar").QVueGlobals;
2
+ declare const appVersion: {};
3
+ declare const tt: any;
4
+ declare let app: any;
5
+ declare let my: any;
6
+ declare const light: {
7
+ devMode: boolean;
8
+ styles: any;
9
+ version: string;
10
+ errors: Array<Error>;
11
+ $q: {
12
+ addressbarColor: {
13
+ set: (hexColor: string) => void;
14
+ };
15
+ fullscreen: {
16
+ isCapable: boolean;
17
+ isActive: boolean;
18
+ activeEl: Element | null;
19
+ request: (target?: Element) => Promise<void>;
20
+ exit: () => Promise<void>;
21
+ toggle: (target?: Element) => Promise<void>;
22
+ };
23
+ appVisible: boolean;
24
+ bottomSheet: (opts: {
25
+ class?: import("quasar").VueClassProp;
26
+ style?: import("quasar").VueStyleProp;
27
+ title?: string;
28
+ message?: string;
29
+ actions?: {
30
+ [key: string]: any;
31
+ classes?: import("quasar").VueClassProp;
32
+ style?: import("quasar").VueStyleProp;
33
+ icon?: string;
34
+ img?: string;
35
+ avatar?: string;
36
+ label?: string | number;
37
+ }[] | undefined;
38
+ grid?: boolean;
39
+ dark?: boolean | null;
40
+ seamless?: boolean;
41
+ persistent?: boolean;
42
+ }) => import("quasar").DialogChainObject;
43
+ cookies: {
44
+ get: import("quasar").CookiesGetMethodType;
45
+ getAll: () => any;
46
+ set: (name: string, value: string, options?: {
47
+ expires?: number | string | Date;
48
+ path?: string;
49
+ domain?: string;
50
+ sameSite?: "Lax" | "Strict" | "None";
51
+ httpOnly?: boolean;
52
+ secure?: boolean;
53
+ other?: string;
54
+ }) => void;
55
+ has: (name: string) => boolean;
56
+ remove: (name: string, options?: {
57
+ path?: string;
58
+ domain?: string;
59
+ }) => void;
60
+ parseSSR: (ssrContext: any) => import("quasar").Cookies;
61
+ };
62
+ dark: {
63
+ isActive: boolean;
64
+ mode: boolean | "auto";
65
+ set: (status: boolean | "auto") => void;
66
+ toggle: () => void;
67
+ };
68
+ dialog: (opts: import("quasar").QDialogOptions) => import("quasar").DialogChainObject;
69
+ loading: {
70
+ isActive: boolean;
71
+ show: (opts?: import("quasar").QLoadingShowOptions) => (props?: import("quasar").QLoadingUpdateOptions) => void;
72
+ hide: (group?: string) => void;
73
+ setDefaults: (opts: {
74
+ delay?: number;
75
+ message?: string;
76
+ group?: string;
77
+ spinnerSize?: number;
78
+ spinnerColor?: import("quasar").NamedColor;
79
+ messageColor?: import("quasar").NamedColor;
80
+ backgroundColor?: import("quasar").NamedColor;
81
+ spinner?: import("vue").Component;
82
+ customClass?: string;
83
+ }) => void;
84
+ };
85
+ loadingBar: {
86
+ isActive: boolean;
87
+ start: (speed?: number) => void;
88
+ stop: () => void;
89
+ increment: (amount?: number) => void;
90
+ setDefaults: (props: import("quasar").QLoadingBarOptions) => void;
91
+ };
92
+ notify: (opts: import("quasar").QNotifyCreateOptions | string) => (props?: import("quasar").QNotifyUpdateOptions) => void;
93
+ platform: {
94
+ userAgent: string;
95
+ is: {
96
+ name: string;
97
+ platform: string;
98
+ version?: string | undefined;
99
+ versionNumber?: number | undefined;
100
+ mobile: boolean;
101
+ desktop: boolean;
102
+ cordova: boolean;
103
+ capacitor: boolean;
104
+ nativeMobile: boolean;
105
+ nativeMobileWrapper?: "cordova" | "capacitor" | undefined;
106
+ electron: boolean;
107
+ bex: boolean;
108
+ linux: boolean;
109
+ mac: boolean;
110
+ win: boolean;
111
+ cros: boolean;
112
+ chrome: boolean;
113
+ firefox: boolean;
114
+ opera: boolean;
115
+ safari: boolean;
116
+ vivaldi: boolean;
117
+ edge: boolean;
118
+ edgeChromium: boolean;
119
+ ie: boolean;
120
+ webkit: boolean;
121
+ android: boolean;
122
+ ios: boolean;
123
+ ipad: boolean;
124
+ iphone: boolean;
125
+ ipod: boolean;
126
+ kindle: boolean;
127
+ winphone: boolean;
128
+ blackberry: boolean;
129
+ playbook: boolean;
130
+ silk: boolean;
131
+ };
132
+ has: {
133
+ touch: boolean;
134
+ webStorage: boolean;
135
+ };
136
+ within: {
137
+ iframe: boolean;
138
+ };
139
+ parseSSR: (ssrContext: any) => import("quasar").Platform;
140
+ };
141
+ screen: {
142
+ width: number;
143
+ height: number;
144
+ name: "xs" | "sm" | "md" | "lg" | "xl";
145
+ sizes: {
146
+ sm: number;
147
+ md: number;
148
+ lg: number;
149
+ xl: number;
150
+ };
151
+ lt: {
152
+ sm: boolean;
153
+ md: boolean;
154
+ lg: boolean;
155
+ xl: boolean;
156
+ };
157
+ gt: {
158
+ xs: boolean;
159
+ sm: boolean;
160
+ md: boolean;
161
+ lg: boolean;
162
+ };
163
+ xs: boolean;
164
+ sm: boolean;
165
+ md: boolean;
166
+ lg: boolean;
167
+ xl: boolean;
168
+ setSizes: (breakpoints: {
169
+ sm?: number;
170
+ md?: number;
171
+ lg?: number;
172
+ xl?: number;
173
+ }) => void;
174
+ setDebounce: (amount: number) => void;
175
+ };
176
+ localStorage: {
177
+ hasItem: (key: string) => boolean;
178
+ getLength: () => number;
179
+ getItem: import("quasar").WebStorageGetItemMethodType;
180
+ getIndex: import("quasar").WebStorageGetIndexMethodType;
181
+ getKey: import("quasar").WebStorageGetKeyMethodType;
182
+ getAll: () => any;
183
+ getAllKeys: import("quasar").WebStorageGetAllKeysMethodType;
184
+ setItem: (key: string, value: number | boolean | Date | RegExp | ((...params: readonly any[]) => any) | any | readonly any[] | string | null) => void;
185
+ removeItem: (key: string) => void;
186
+ clear: () => void;
187
+ isEmpty: () => boolean;
188
+ has: (key: string) => boolean;
189
+ set: (key: string, value: number | boolean | Date | RegExp | ((...params: readonly any[]) => any) | any | readonly any[] | string | null) => void;
190
+ remove: (key: string) => void;
191
+ };
192
+ sessionStorage: {
193
+ hasItem: (key: string) => boolean;
194
+ getLength: () => number;
195
+ getItem: import("quasar").WebStorageGetItemMethodType;
196
+ getIndex: import("quasar").WebStorageGetIndexMethodType;
197
+ getKey: import("quasar").WebStorageGetKeyMethodType;
198
+ getAll: () => any;
199
+ getAllKeys: import("quasar").WebStorageGetAllKeysMethodType;
200
+ setItem: (key: string, value: number | boolean | Date | RegExp | ((...params: readonly any[]) => any) | any | readonly any[] | string | null) => void;
201
+ removeItem: (key: string) => void;
202
+ clear: () => void;
203
+ isEmpty: () => boolean;
204
+ has: (key: string) => boolean;
205
+ set: (key: string, value: number | boolean | Date | RegExp | ((...params: readonly any[]) => any) | any | readonly any[] | string | null) => void;
206
+ remove: (key: string) => void;
207
+ };
208
+ iconMapFn: import("quasar").GlobalQuasarIconMapFn;
209
+ version: string;
210
+ lang: {
211
+ set: (lang: import("quasar").QuasarLanguage) => void;
212
+ getLocale: () => string | undefined;
213
+ rtl: boolean;
214
+ isoName: string;
215
+ nativeName: string;
216
+ label: {
217
+ cancel: string;
218
+ close: string;
219
+ reset: string;
220
+ select: string;
221
+ filter: string;
222
+ clear: string;
223
+ search: string;
224
+ set: string;
225
+ remove: string;
226
+ ok: string;
227
+ update: string;
228
+ create: string;
229
+ refresh: string;
230
+ expand: (label?: string | undefined) => string;
231
+ collapse: (label?: string | undefined) => string;
232
+ };
233
+ date: {
234
+ days: [string, string, string, string, string, string, string];
235
+ daysShort: [string, string, string, string, string, string, string];
236
+ months: [string, string, string, string, string, string, string, string, string, string, string, string];
237
+ monthsShort: [string, string, string, string, string, string, string, string, string, string, string, string];
238
+ firstDayOfWeek: number;
239
+ format24h: boolean;
240
+ pluralDay: string;
241
+ headerTitle?: ((date: Date, model: {
242
+ year: number;
243
+ month: number;
244
+ day: number;
245
+ }) => string) | undefined;
246
+ };
247
+ table: {
248
+ columns: string;
249
+ loading: string;
250
+ noData: string;
251
+ noResults: string;
252
+ recordsPerPage: string;
253
+ allRows: string;
254
+ selectedRecords: (rows: number) => string;
255
+ pagination: (start: number, end: number, total: number) => string;
256
+ };
257
+ editor: {
258
+ align: string;
259
+ fontSize: string;
260
+ left: string;
261
+ right: string;
262
+ bold: string;
263
+ center: string;
264
+ code: string;
265
+ hr: string;
266
+ url: string;
267
+ italic: string;
268
+ strikethrough: string;
269
+ underline: string;
270
+ unorderedList: string;
271
+ orderedList: string;
272
+ subscript: string;
273
+ superscript: string;
274
+ hyperlink: string;
275
+ toggleFullscreen: string;
276
+ quote: string;
277
+ justify: string;
278
+ print: string;
279
+ outdent: string;
280
+ indent: string;
281
+ removeFormat: string;
282
+ formatting: string;
283
+ undo: string;
284
+ redo: string;
285
+ heading1: string;
286
+ heading2: string;
287
+ heading3: string;
288
+ heading4: string;
289
+ heading5: string;
290
+ heading6: string;
291
+ paragraph: string;
292
+ size1: string;
293
+ size2: string;
294
+ size3: string;
295
+ size4: string;
296
+ size5: string;
297
+ size6: string;
298
+ size7: string;
299
+ defaultFont: string;
300
+ viewSource: string;
301
+ };
302
+ tree: {
303
+ noResults: string;
304
+ noNodes: string;
305
+ };
306
+ };
307
+ iconSet: {
308
+ set: (iconSet: import("quasar").QuasarIconSet) => void;
309
+ name: string;
310
+ type: {
311
+ info: string;
312
+ warning: string;
313
+ negative: string;
314
+ positive: string;
315
+ };
316
+ arrow: {
317
+ left: string;
318
+ right: string;
319
+ up: string;
320
+ down: string;
321
+ dropdown: string;
322
+ };
323
+ chevron: {
324
+ left: string;
325
+ right: string;
326
+ };
327
+ colorPicker: {
328
+ spectrum: string;
329
+ tune: string;
330
+ palette: string;
331
+ };
332
+ pullToRefresh: {
333
+ icon: string;
334
+ };
335
+ carousel: {
336
+ left: string;
337
+ right: string;
338
+ up: string;
339
+ down: string;
340
+ navigationIcon: string;
341
+ };
342
+ chip: {
343
+ selected: string;
344
+ remove: string;
345
+ };
346
+ datetime: {
347
+ arrowLeft: string;
348
+ arrowRight: string;
349
+ now: string;
350
+ today: string;
351
+ };
352
+ editor: {
353
+ align: string;
354
+ font: string;
355
+ fontSize: string;
356
+ left: string;
357
+ right: string;
358
+ bold: string;
359
+ size: string;
360
+ center: string;
361
+ code: string;
362
+ hr: string;
363
+ italic: string;
364
+ strikethrough: string;
365
+ underline: string;
366
+ unorderedList: string;
367
+ orderedList: string;
368
+ subscript: string;
369
+ superscript: string;
370
+ hyperlink: string;
371
+ toggleFullscreen: string;
372
+ quote: string;
373
+ justify: string;
374
+ print: string;
375
+ outdent: string;
376
+ indent: string;
377
+ removeFormat: string;
378
+ formatting: string;
379
+ undo: string;
380
+ redo: string;
381
+ viewSource: string;
382
+ heading: string;
383
+ heading1?: string | undefined;
384
+ heading2?: string | undefined;
385
+ heading3?: string | undefined;
386
+ heading4?: string | undefined;
387
+ heading5?: string | undefined;
388
+ heading6?: string | undefined;
389
+ size1?: string | undefined;
390
+ size2?: string | undefined;
391
+ size3?: string | undefined;
392
+ size4?: string | undefined;
393
+ size5?: string | undefined;
394
+ size6?: string | undefined;
395
+ size7?: string | undefined;
396
+ };
397
+ expansionItem: {
398
+ icon: string;
399
+ denseIcon: string;
400
+ };
401
+ fab: {
402
+ icon: string;
403
+ activeIcon: string;
404
+ };
405
+ field: {
406
+ error: string;
407
+ clear: string;
408
+ };
409
+ pagination: {
410
+ first: string;
411
+ prev: string;
412
+ next: string;
413
+ last: string;
414
+ };
415
+ rating: {
416
+ icon: string;
417
+ };
418
+ stepper: {
419
+ error: string;
420
+ done: string;
421
+ active: string;
422
+ };
423
+ tabs: {
424
+ left: string;
425
+ right: string;
426
+ up: string;
427
+ down: string;
428
+ };
429
+ table: {
430
+ warning: string;
431
+ arrowUp: string;
432
+ firstPage: string;
433
+ prevPage: string;
434
+ nextPage: string;
435
+ lastPage: string;
436
+ };
437
+ tree: {
438
+ icon: string;
439
+ };
440
+ uploader: {
441
+ done: string;
442
+ clear: string;
443
+ add: string;
444
+ upload: string;
445
+ removeQueue: string;
446
+ removeUploaded: string;
447
+ };
448
+ };
449
+ } | null;
450
+ $i18n: {
451
+ readonly mode: import("vue-i18n").I18nMode;
452
+ readonly global: {
453
+ id: number;
454
+ locale: string;
455
+ fallbackLocale: import("@intlify/core-base").FallbackLocales<string>;
456
+ inheritLocale: boolean;
457
+ readonly availableLocales: string[];
458
+ readonly messages: {};
459
+ readonly datetimeFormats: {};
460
+ readonly numberFormats: {};
461
+ readonly modifiers: import("vue-i18n").LinkedModifiers<import("vue-i18n").VueMessageType>;
462
+ readonly pluralRules: import("@intlify/core-base").PluralizationRules;
463
+ readonly isGlobal: boolean;
464
+ missingWarn: boolean | RegExp;
465
+ fallbackWarn: boolean | RegExp;
466
+ fallbackRoot: boolean;
467
+ fallbackFormat: boolean;
468
+ warnHtmlMessage: boolean;
469
+ escapeParameter: boolean;
470
+ t: import("vue-i18n").ComposerTranslation<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
471
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
472
+ }>, never, never, never>;
473
+ rt: import("vue-i18n").ComposerResolveLocaleMessageTranslation<string>;
474
+ d: import("vue-i18n").ComposerDateTimeFormatting<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
475
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
476
+ }>, never, never, never>;
477
+ n: import("vue-i18n").ComposerNumberFormatting<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
478
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
479
+ }>, never, never, never>;
480
+ te: <Str extends string, Key extends never = never>(key: Str | Key, locale?: string | undefined) => boolean;
481
+ tm: <Key extends string, ResourceKeys extends never = never, Locale extends never = never, Target = import("@intlify/core-base").RemoveIndexSignature<{
482
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
483
+ }>, Return = ResourceKeys extends import("@intlify/core-base").ResourcePath<Target> ? import("@intlify/core-base").ResourceValue<Target, ResourceKeys> : Record<string, any>>(key: Key | ResourceKeys) => Return;
484
+ getLocaleMessage: <MessageSchema extends import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType> = never, LocaleSchema extends string = string, Locale extends never = never, Return = import("vue-i18n").IsNever<MessageSchema> extends true ? import("@intlify/core-base").RemoveIndexSignature<{
485
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
486
+ }> : MessageSchema>(locale: LocaleSchema | Locale) => Return;
487
+ setLocaleMessage: <MessageSchema extends import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType> = never, LocaleSchema extends string = string, Locale extends never = never, MessageType = import("vue-i18n").IsNever<MessageSchema> extends true ? import("@intlify/core-base").RemoveIndexSignature<{
488
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
489
+ }> : MessageSchema, Message extends MessageType = MessageType>(locale: LocaleSchema | Locale, message: Message) => void;
490
+ mergeLocaleMessage: <MessageSchema extends import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType> = never, LocaleSchema extends string = string, Locale extends never = never, Message = import("vue-i18n").IsNever<MessageSchema> extends true ? Record<string, any> : MessageSchema>(locale: LocaleSchema | Locale, message: Message) => void;
491
+ getDateTimeFormat: <DateTimeSchema extends Record<string, any> = never, LocaleSchema extends string = string, Locale extends never = never, Return = import("vue-i18n").IsNever<DateTimeSchema> extends true ? import("@intlify/core-base").RemoveIndexSignature<{
492
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
493
+ }> : DateTimeSchema>(locale: LocaleSchema | Locale) => Return;
494
+ setDateTimeFormat: <DateTimeSchema extends Record<string, any> = never, LocaleSchema extends string = string, Locale extends never = never, FormatsType = import("vue-i18n").IsNever<DateTimeSchema> extends true ? import("@intlify/core-base").RemoveIndexSignature<{
495
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
496
+ }> : DateTimeSchema, Formats extends FormatsType = FormatsType>(locale: LocaleSchema | Locale, format: Formats) => void;
497
+ mergeDateTimeFormat: <DateTimeSchema extends Record<string, any> = never, LocaleSchema extends string = string, Locale extends never = never, Formats = import("vue-i18n").IsNever<DateTimeSchema> extends true ? Record<string, any> : DateTimeSchema>(locale: LocaleSchema | Locale, format: Formats) => void;
498
+ getNumberFormat: <NumberSchema extends Record<string, any> = never, LocaleSchema extends string = string, Locale extends never = never, Return = import("vue-i18n").IsNever<NumberSchema> extends true ? import("@intlify/core-base").RemoveIndexSignature<{
499
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
500
+ }> : NumberSchema>(locale: LocaleSchema | Locale) => Return;
501
+ setNumberFormat: <NumberSchema extends Record<string, any> = never, LocaleSchema extends string = string, Locale extends never = never, FormatsType = import("vue-i18n").IsNever<NumberSchema> extends true ? import("@intlify/core-base").RemoveIndexSignature<{
502
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
503
+ }> : NumberSchema, Formats extends FormatsType = FormatsType>(locale: LocaleSchema | Locale, format: Formats) => void;
504
+ mergeNumberFormat: <NumberSchema extends Record<string, any> = never, LocaleSchema extends string = string, Locale extends never = never, Formats = import("vue-i18n").IsNever<NumberSchema> extends true ? Record<string, any> : NumberSchema>(locale: LocaleSchema | Locale, format: Formats) => void;
505
+ getPostTranslationHandler: () => import("vue-i18n").PostTranslationHandler<import("vue-i18n").VueMessageType> | null;
506
+ setPostTranslationHandler: (handler: import("vue-i18n").PostTranslationHandler<import("vue-i18n").VueMessageType> | null) => void;
507
+ getMissingHandler: () => import("vue-i18n").MissingHandler | null;
508
+ setMissingHandler: (handler: import("vue-i18n").MissingHandler | null) => void;
509
+ } | {
510
+ id: number;
511
+ locale: string;
512
+ fallbackLocale: import("@intlify/core-base").FallbackLocales<string>;
513
+ readonly availableLocales: string[];
514
+ readonly messages: {};
515
+ readonly datetimeFormats: {};
516
+ readonly numberFormats: {};
517
+ readonly modifiers: import("vue-i18n").LinkedModifiers<import("vue-i18n").VueMessageType>;
518
+ formatter: {
519
+ interpolate: (message: string, values: any, path: string) => Array<any> | null;
520
+ };
521
+ missing: import("vue-i18n").MissingHandler | null;
522
+ postTranslation: import("vue-i18n").PostTranslationHandler<import("vue-i18n").VueMessageType> | null;
523
+ silentTranslationWarn: boolean | RegExp;
524
+ silentFallbackWarn: boolean | RegExp;
525
+ formatFallbackMessages: boolean;
526
+ sync: boolean;
527
+ warnHtmlInMessage: import("vue-i18n").WarnHtmlInMessageLevel;
528
+ escapeParameterHtml: boolean;
529
+ preserveDirectiveContent: boolean;
530
+ pluralizationRules: import("@intlify/core-base").PluralizationRules;
531
+ t: import("vue-i18n").VueI18nTranslation<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
532
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
533
+ }>, never, never, never>;
534
+ rt: import("vue-i18n").VueI18nResolveLocaleMessageTranslation<string>;
535
+ tc: import("vue-i18n").VueI18nTranslationChoice<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
536
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
537
+ }>, never, never, never>;
538
+ te: <Str extends string, Key extends never = never>(key: Str | Key, locale?: string | undefined) => boolean;
539
+ tm: <Key extends string, ResourceKeys extends never = never, Locale extends never = never, Target = import("@intlify/core-base").RemoveIndexSignature<{
540
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
541
+ }>, Return = ResourceKeys extends import("@intlify/core-base").ResourcePath<Target> ? import("@intlify/core-base").ResourceValue<Target, ResourceKeys> : Record<string, any>>(key: Key | ResourceKeys) => Return;
542
+ getLocaleMessage: <MessageSchema extends import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType> = never, LocaleSchema extends string = string, Locale extends never = never, Return = import("vue-i18n").IsNever<MessageSchema> extends true ? import("@intlify/core-base").RemoveIndexSignature<{
543
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
544
+ }> : MessageSchema>(locale: LocaleSchema | Locale) => Return;
545
+ setLocaleMessage: <MessageSchema extends import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType> = never, LocaleSchema extends string = string, Locale extends never = never, MessageType = import("vue-i18n").IsNever<MessageSchema> extends true ? import("@intlify/core-base").RemoveIndexSignature<{
546
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
547
+ }> : MessageSchema, Message extends MessageType = MessageType>(locale: LocaleSchema | Locale, message: Message) => void;
548
+ mergeLocaleMessage: <MessageSchema extends import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType> = never, LocaleSchema extends string = string, Locale extends never = never, Message = import("vue-i18n").IsNever<MessageSchema> extends true ? Record<string, any> : MessageSchema>(locale: LocaleSchema | Locale, message: Message) => void;
549
+ d: import("vue-i18n").VueI18nDateTimeFormatting<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
550
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
551
+ }>, never, never, never>;
552
+ getDateTimeFormat: <DateTimeSchema extends Record<string, any> = never, LocaleSchema extends string = string, Locale extends never = never, Return = import("vue-i18n").IsNever<DateTimeSchema> extends true ? import("@intlify/core-base").RemoveIndexSignature<{
553
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
554
+ }> : DateTimeSchema>(locale: LocaleSchema | Locale) => Return;
555
+ setDateTimeFormat: <DateTimeSchema extends Record<string, any> = never, LocaleSchema extends string = string, Locale extends never = never, FormatsType = import("vue-i18n").IsNever<DateTimeSchema> extends true ? import("@intlify/core-base").RemoveIndexSignature<{
556
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
557
+ }> : DateTimeSchema, Formats extends FormatsType = FormatsType>(locale: LocaleSchema | Locale, format: Formats) => void;
558
+ mergeDateTimeFormat: <DateTimeSchema extends Record<string, any> = never, LocaleSchema extends string = string, Locale extends never = never, Formats = import("vue-i18n").IsNever<DateTimeSchema> extends true ? Record<string, any> : DateTimeSchema>(locale: LocaleSchema | Locale, format: Formats) => void;
559
+ n: import("vue-i18n").VueI18nNumberFormatting<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
560
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
561
+ }>, never, never, never>;
562
+ getNumberFormat: <NumberSchema extends Record<string, any> = never, LocaleSchema extends string = string, Locale extends never = never, Return = import("vue-i18n").IsNever<NumberSchema> extends true ? import("@intlify/core-base").RemoveIndexSignature<{
563
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
564
+ }> : NumberSchema>(locale: LocaleSchema | Locale) => Return;
565
+ setNumberFormat: <NumberSchema extends Record<string, any> = never, LocaleSchema extends string = string, Locale extends never = never, FormatsType = import("vue-i18n").IsNever<NumberSchema> extends true ? import("@intlify/core-base").RemoveIndexSignature<{
566
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
567
+ }> : NumberSchema, Formats extends FormatsType = FormatsType>(locale: LocaleSchema | Locale, format: Formats) => void;
568
+ mergeNumberFormat: <NumberSchema extends Record<string, any> = never, LocaleSchema extends string = string, Locale extends never = never, Formats = import("vue-i18n").IsNever<NumberSchema> extends true ? Record<string, any> : NumberSchema>(locale: LocaleSchema | Locale, format: Formats) => void;
569
+ getChoiceIndex: (choice: import("vue-i18n").Choice, choicesLength: number) => number;
570
+ };
571
+ readonly allowComposition: boolean;
572
+ install: (app: import("vue").App, ...options: unknown[]) => void;
573
+ dispose: () => void;
574
+ } | null;
575
+ company: string;
576
+ companyLogo: string;
577
+ color: string;
578
+ theme: string;
579
+ isAdmin: boolean;
580
+ permissions: string[];
581
+ myFavorites: any[];
582
+ $t: any;
583
+ notify: (opts: import("quasar").QNotifyCreateOptions | string) => (props?: import("quasar").QNotifyUpdateOptions) => void;
584
+ dialog: (opts: import("quasar").QDialogOptions) => import("quasar").DialogChainObject;
585
+ users: {
586
+ create: (user: import("../light.js").User) => Promise<import("../light.js").User>;
587
+ del: (user_id: number) => Promise<any>;
588
+ update: (id: number, user: import("../light.js").User) => Promise<any>;
589
+ list: (args: any) => Promise<any>;
590
+ };
591
+ roles: {
592
+ list: () => Promise<any>;
593
+ };
594
+ getColorValue: () => string;
595
+ setMyFavorites: (favorites: Array<any>) => void;
596
+ reloadMyFavorites: () => Promise<void>;
597
+ getMyFavorites: () => any[];
598
+ isDarkMode: () => boolean;
599
+ addError: (err: Error) => void;
600
+ removeError: (error: Error) => void;
601
+ setStyle: (name: string, value: any) => Promise<void>;
602
+ setCurrentRoute: (to: any) => void;
603
+ getID: () => number | null;
604
+ init: (styles: any) => void;
605
+ isGranted: (right?: string) => boolean;
606
+ setPermissions: (permissions: Array<string>) => void;
607
+ getInputProps: (props: any) => any;
608
+ getButtonProps: (props: any) => any;
609
+ };
610
+ declare const myFavorites: import("vue").ComputedRef<any[]>;
611
+ declare const myFavoritesCount: import("vue").ComputedRef<number>;
612
+ declare let system: any;
613
+ declare const menus: import("vue").Ref<any, any>;
614
+ declare const leftDrawerOpen: import("vue").Ref<boolean, boolean>;
615
+ declare const rightDrawerOpen: import("vue").Ref<boolean, boolean>;
616
+ declare const toggleLeftDrawer: () => void;
617
+ declare const toggleRightDrawer: () => void;
618
+ declare let showViewAs: boolean;
619
+ declare const layoutView: import("vue").ComputedRef<string>;
620
+ declare const style: {
621
+ miniState: any;
622
+ dense: any;
623
+ footer: any;
624
+ menuOverlayHeader: any;
625
+ };
626
+ declare const isMouseOnDrawer: import("vue").Ref<boolean, boolean>;
627
+ declare const isMini: import("vue").ComputedRef<boolean>;
628
+ declare const menuDark: import("vue").ComputedRef<boolean>;
629
+ declare const languages: any;
630
+ declare const onChangeLocale: (locale: any) => Promise<void>;
631
+ declare const exitViewAs: () => Promise<void>;
632
+ declare const storageColor: import("vue").ComputedRef<"warning" | "negative" | undefined>;
633
+ declare const containerClass: import("vue").ComputedRef<{
634
+ 'bg-grey-2'?: undefined;
635
+ } | {
636
+ 'bg-grey-2': boolean;
637
+ }>;
638
+ declare const containerStyle: import("vue").ComputedRef<{
639
+ color?: undefined;
640
+ } | {
641
+ color: string;
642
+ }>;
643
+ declare const onToggleFav: () => Promise<void>;
644
+ declare const isFav: import("vue").ComputedRef<any>;
645
+ declare const menuWidth: import("vue").Ref<any, any>;
646
+ declare const c1: import("vue").ComputedRef<string>;
647
+ declare const onLogout: () => Promise<void>;
648
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
649
+ declare var __VLS_247: {};
650
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
651
+ header?: (props: typeof __VLS_247) => any;
652
+ }>;
653
+ declare const __VLS_self: import("vue").DefineComponent<{}, {
654
+ $q: typeof $q;
655
+ appVersion: typeof appVersion;
656
+ tt: typeof tt;
657
+ app: typeof app;
658
+ my: typeof my;
659
+ light: typeof light;
660
+ myFavorites: typeof myFavorites;
661
+ myFavoritesCount: typeof myFavoritesCount;
662
+ system: typeof system;
663
+ menus: typeof menus;
664
+ leftDrawerOpen: typeof leftDrawerOpen;
665
+ rightDrawerOpen: typeof rightDrawerOpen;
666
+ toggleLeftDrawer: typeof toggleLeftDrawer;
667
+ toggleRightDrawer: typeof toggleRightDrawer;
668
+ showViewAs: typeof showViewAs;
669
+ layoutView: typeof layoutView;
670
+ style: typeof style;
671
+ isMouseOnDrawer: typeof isMouseOnDrawer;
672
+ isMini: typeof isMini;
673
+ menuDark: typeof menuDark;
674
+ languages: typeof languages;
675
+ onChangeLocale: typeof onChangeLocale;
676
+ exitViewAs: typeof exitViewAs;
677
+ storageColor: typeof storageColor;
678
+ containerClass: typeof containerClass;
679
+ containerStyle: typeof containerStyle;
680
+ onToggleFav: typeof onToggleFav;
681
+ isFav: typeof isFav;
682
+ menuWidth: typeof menuWidth;
683
+ c1: typeof c1;
684
+ onLogout: typeof onLogout;
685
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
686
+ logout: (...args: any[]) => void;
687
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
688
+ onLogout?: ((...args: any[]) => any) | undefined;
689
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
690
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
691
+ logout: (...args: any[]) => void;
692
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
693
+ onLogout?: ((...args: any[]) => any) | undefined;
694
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
695
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
696
  export default _default;
697
+ type __VLS_WithSlots<T, S> = T & {
698
+ new (): {
699
+ $slots: S;
700
+ };
701
+ };