@hostlink/nuxt-light 1.28.2 → 1.28.4

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 (94) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/module.mjs +78 -90
  3. package/dist/runtime/components/L/CustomField/Add.vue.d.ts +1 -1
  4. package/dist/runtime/components/L/Database/create-table-dialog.vue.d.ts +1 -1
  5. package/dist/runtime/components/l-app-main.vue.d.ts +6 -609
  6. package/dist/runtime/components/l-col.vue.d.ts +2 -2
  7. package/dist/runtime/components/l-customizer.vue.d.ts +6 -6
  8. package/dist/runtime/components/l-date-picker.vue +1 -1
  9. package/dist/runtime/components/l-date-picker.vue.d.ts +17 -21
  10. package/dist/runtime/components/l-dialog-database-field-add.vue.d.ts +1 -1
  11. package/dist/runtime/components/l-editor.vue.d.ts +1 -1
  12. package/dist/runtime/components/l-fav-menu.vue.d.ts +2 -2
  13. package/dist/runtime/components/l-field.vue.d.ts +8 -8
  14. package/dist/runtime/components/l-file-manager.vue.d.ts +4 -4
  15. package/dist/runtime/components/l-file-upload.vue.d.ts +8 -8
  16. package/dist/runtime/components/l-file.vue.d.ts +3 -3
  17. package/dist/runtime/components/l-form-dialog.vue.d.ts +2 -2
  18. package/dist/runtime/components/l-input.vue +1 -1
  19. package/dist/runtime/components/l-input.vue.d.ts +9 -9
  20. package/dist/runtime/components/l-menu.vue.d.ts +2 -2
  21. package/dist/runtime/components/l-page.vue +2 -1
  22. package/dist/runtime/components/l-page.vue.d.ts +2 -2
  23. package/dist/runtime/components/l-select.vue.d.ts +4 -4
  24. package/dist/runtime/components/l-table.vue +13 -11
  25. package/dist/runtime/components/l-table.vue.d.ts +33 -33
  26. package/dist/runtime/components/l-tabs.vue +5 -5
  27. package/dist/runtime/components/l-tabs.vue.d.ts +7 -7
  28. package/dist/runtime/components/l-time-picker.vue +1 -1
  29. package/dist/runtime/components/l-time-picker.vue.d.ts +9 -9
  30. package/dist/runtime/composables/createLight.d.ts +5 -0
  31. package/dist/runtime/composables/createLight.js +11 -0
  32. package/dist/runtime/composables/getApiBase.d.ts +2 -0
  33. package/dist/runtime/composables/getApiBase.js +5 -0
  34. package/dist/runtime/{lib → composables}/getApiUrl.js +1 -1
  35. package/dist/runtime/{lib → composables}/getGQLFields.js +1 -1
  36. package/dist/runtime/{lib → composables}/getID.js +1 -1
  37. package/dist/runtime/composables/index.d.ts +1 -0
  38. package/dist/runtime/composables/index.js +0 -0
  39. package/dist/runtime/composables/notify.d.ts +1 -0
  40. package/dist/runtime/composables/notify.js +8 -0
  41. package/dist/runtime/{lib → composables}/q.js +1 -1
  42. package/dist/runtime/{light.d.ts → composables/useLight.d.ts} +30 -34
  43. package/dist/runtime/{light.js → composables/useLight.js} +4 -12
  44. package/dist/runtime/pages/Permission/add.vue +1 -1
  45. package/dist/runtime/pages/Role/_name/update-child.vue +1 -1
  46. package/dist/runtime/pages/User/_user_id/update-role.vue +1 -1
  47. package/dist/runtime/pages/User/index.vue +1 -2
  48. package/dist/runtime/plugin.js +4 -4
  49. package/package.json +2 -2
  50. package/dist/runtime/index.js +0 -1
  51. package/dist/runtime/lib/index.d.ts +0 -25
  52. package/dist/runtime/lib/index.js +0 -35
  53. /package/dist/runtime/{lib → composables}/GQLFieldBuilder.d.ts +0 -0
  54. /package/dist/runtime/{lib → composables}/GQLFieldBuilder.js +0 -0
  55. /package/dist/runtime/{lib → composables}/SystemValue.d.ts +0 -0
  56. /package/dist/runtime/{lib → composables}/SystemValue.js +0 -0
  57. /package/dist/runtime/{lib → composables}/api.d.ts +0 -0
  58. /package/dist/runtime/{lib → composables}/api.js +0 -0
  59. /package/dist/runtime/{lib → composables}/collect.d.ts +0 -0
  60. /package/dist/runtime/{lib → composables}/collect.js +0 -0
  61. /package/dist/runtime/{lib → composables}/defineLightModel.d.ts +0 -0
  62. /package/dist/runtime/{lib → composables}/defineLightModel.js +0 -0
  63. /package/dist/runtime/{lib → composables}/f.d.ts +0 -0
  64. /package/dist/runtime/{lib → composables}/f.js +0 -0
  65. /package/dist/runtime/{lib → composables}/getApiUrl.d.ts +0 -0
  66. /package/dist/runtime/{lib → composables}/getCurrentUser.d.ts +0 -0
  67. /package/dist/runtime/{lib → composables}/getCurrentUser.js +0 -0
  68. /package/dist/runtime/{lib → composables}/getGQLFields.d.ts +0 -0
  69. /package/dist/runtime/{lib → composables}/getID.d.ts +0 -0
  70. /package/dist/runtime/{lib → composables}/getModelColumns.d.ts +0 -0
  71. /package/dist/runtime/{lib → composables}/getModelColumns.js +0 -0
  72. /package/dist/runtime/{lib → composables}/getModelField.d.ts +0 -0
  73. /package/dist/runtime/{lib → composables}/getModelField.js +0 -0
  74. /package/dist/runtime/{lib → composables}/getModelFields.d.ts +0 -0
  75. /package/dist/runtime/{lib → composables}/getModelFields.js +0 -0
  76. /package/dist/runtime/{lib → composables}/getObject.d.ts +0 -0
  77. /package/dist/runtime/{lib → composables}/getObject.js +0 -0
  78. /package/dist/runtime/{lib → composables}/isGranted.d.ts +0 -0
  79. /package/dist/runtime/{lib → composables}/isGranted.js +0 -0
  80. /package/dist/runtime/{lib → composables}/list.d.ts +0 -0
  81. /package/dist/runtime/{lib → composables}/list.js +0 -0
  82. /package/dist/runtime/{lib → composables}/m.d.ts +0 -0
  83. /package/dist/runtime/{lib → composables}/m.js +0 -0
  84. /package/dist/runtime/{lib → composables}/model.d.ts +0 -0
  85. /package/dist/runtime/{lib → composables}/model.js +0 -0
  86. /package/dist/runtime/{lib → composables}/q.d.ts +0 -0
  87. /package/dist/runtime/{lib → composables}/sv.d.ts +0 -0
  88. /package/dist/runtime/{lib → composables}/sv.js +0 -0
  89. /package/dist/runtime/{lib → composables}/t.d.ts +0 -0
  90. /package/dist/runtime/{lib → composables}/t.js +0 -0
  91. /package/dist/runtime/{lib → composables}/tc2sc.d.ts +0 -0
  92. /package/dist/runtime/{lib → composables}/tc2sc.js +0 -0
  93. /package/dist/runtime/{lib → composables}/toJson.d.ts +0 -0
  94. /package/dist/runtime/{lib → composables}/toJson.js +0 -0
@@ -3,614 +3,11 @@ declare const appVersion: {};
3
3
  declare const tt: any;
4
4
  declare let app: any;
5
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>;
6
+ declare const light: any;
7
+ declare const myFavorites: import("vue").ComputedRef<any>;
8
+ declare const myFavoritesCount: import("vue").ComputedRef<any>;
612
9
  declare let system: any;
613
- declare const menus: import("vue").Ref<any, any>;
10
+ declare const menus: any;
614
11
  declare const leftDrawerOpen: import("vue").Ref<boolean, boolean>;
615
12
  declare const rightDrawerOpen: import("vue").Ref<boolean, boolean>;
616
13
  declare const toggleLeftDrawer: () => void;
@@ -642,8 +39,8 @@ declare const containerStyle: import("vue").ComputedRef<{
642
39
  }>;
643
40
  declare const onToggleFav: () => Promise<void>;
644
41
  declare const isFav: import("vue").ComputedRef<any>;
645
- declare const menuWidth: import("vue").Ref<any, any>;
646
- declare const c1: import("vue").ComputedRef<string>;
42
+ declare const menuWidth: any;
43
+ declare const c1: import("vue").ComputedRef<any>;
647
44
  declare const onLogout: () => Promise<void>;
648
45
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
649
46
  declare var __VLS_247: {};
@@ -16,14 +16,14 @@ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$
16
16
  declare const __VLS_self: import("vue").DefineComponent<LColProps, {
17
17
  classes: typeof classes;
18
18
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LColProps> & Readonly<{}>, {
19
- sm: number | string;
20
19
  xs: number | string;
20
+ sm: number | string;
21
21
  md: number | string;
22
22
  gutter: "xs" | "sm" | "md" | "lg" | "xl" | "none";
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
24
  declare const __VLS_component: import("vue").DefineComponent<LColProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LColProps> & Readonly<{}>, {
25
- sm: number | string;
26
25
  xs: number | string;
26
+ sm: number | string;
27
27
  md: number | string;
28
28
  gutter: "xs" | "sm" | "md" | "lg" | "xl" | "none";
29
29
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -1,20 +1,20 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  $emit: (event: "update:theme" | "update:menuOverlayHeader" | "update:dense" | "update:color" | "update:miniState" | "update:footer", ...args: any[]) => void;
3
3
  color: string;
4
+ miniState: boolean;
4
5
  dense: boolean;
5
- theme: string;
6
6
  footer: boolean;
7
- time: string;
8
- miniState: boolean;
9
7
  menuOverlayHeader: boolean;
8
+ time: string;
9
+ theme: string;
10
10
  $props: {
11
11
  readonly color?: string | undefined;
12
+ readonly miniState?: boolean | undefined;
12
13
  readonly dense?: boolean | undefined;
13
- readonly theme?: string | undefined;
14
14
  readonly footer?: boolean | undefined;
15
- readonly time?: string | undefined;
16
- readonly miniState?: boolean | undefined;
17
15
  readonly menuOverlayHeader?: boolean | undefined;
16
+ readonly time?: string | undefined;
17
+ readonly theme?: string | undefined;
18
18
  };
19
19
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
20
  export default _default;