@hostlink/nuxt-light 1.27.8 → 1.28.1

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 (276) hide show
  1. package/dist/module.d.mts +2 -1
  2. package/dist/module.json +3 -3
  3. package/dist/module.mjs +40 -42
  4. package/dist/runtime/components/L/CustomField/Add.vue +41 -52
  5. package/dist/runtime/components/L/CustomField/Add.vue.d.ts +2 -0
  6. package/dist/runtime/components/L/CustomField/List.vue +26 -30
  7. package/dist/runtime/components/L/CustomField/List.vue.d.ts +2 -0
  8. package/dist/runtime/components/L/Database/create-table-dialog.vue +22 -38
  9. package/dist/runtime/components/L/Database/create-table-dialog.vue.d.ts +2 -0
  10. package/dist/runtime/components/L/Fieldset.vue +19 -23
  11. package/dist/runtime/components/L/Fieldset.vue.d.ts +2 -0
  12. package/dist/runtime/components/L/ForgetPasswordDialog.vue +39 -41
  13. package/dist/runtime/components/L/ForgetPasswordDialog.vue.d.ts +2 -0
  14. package/dist/runtime/components/L/Revision.vue +101 -137
  15. package/dist/runtime/components/L/Revision.vue.d.ts +2 -0
  16. package/dist/runtime/components/L/Storage.vue +26 -30
  17. package/dist/runtime/components/L/Storage.vue.d.ts +2 -0
  18. package/dist/runtime/components/L/System/Setting/authentication.vue +22 -44
  19. package/dist/runtime/components/L/System/Setting/authentication.vue.d.ts +2 -0
  20. package/dist/runtime/components/L/System/Setting/developer.vue +43 -59
  21. package/dist/runtime/components/L/System/Setting/developer.vue.d.ts +2 -0
  22. package/dist/runtime/components/L/System/Setting/forget-password.vue +42 -58
  23. package/dist/runtime/components/L/System/Setting/forget-password.vue.d.ts +2 -0
  24. package/dist/runtime/components/L/System/Setting/general.vue +29 -41
  25. package/dist/runtime/components/L/System/Setting/general.vue.d.ts +2 -0
  26. package/dist/runtime/components/L/System/Setting/mail.vue +39 -42
  27. package/dist/runtime/components/L/System/Setting/mail.vue.d.ts +2 -0
  28. package/dist/runtime/components/L/System/Setting/modules.vue +9 -9
  29. package/dist/runtime/components/L/System/Setting/modules.vue.d.ts +2 -0
  30. package/dist/runtime/components/L/System/Setting/security.vue +20 -39
  31. package/dist/runtime/components/L/System/Setting/security.vue.d.ts +2 -0
  32. package/dist/runtime/components/L/User/eventlog.vue +26 -26
  33. package/dist/runtime/components/L/User/eventlog.vue.d.ts +2 -0
  34. package/dist/runtime/components/L/User/overview.vue +25 -27
  35. package/dist/runtime/components/L/User/overview.vue.d.ts +2 -0
  36. package/dist/runtime/components/L/User/userlog.vue +22 -28
  37. package/dist/runtime/components/L/User/userlog.vue.d.ts +2 -0
  38. package/dist/runtime/components/L/ValidationInput.vue +68 -91
  39. package/dist/runtime/components/L/ValidationInput.vue.d.ts +2 -0
  40. package/dist/runtime/components/MyTest.vue +8 -7
  41. package/dist/runtime/components/MyTest.vue.d.ts +2 -0
  42. package/dist/runtime/components/l-add-btn.vue +13 -12
  43. package/dist/runtime/components/l-add-btn.vue.d.ts +2 -0
  44. package/dist/runtime/components/l-alert.vue +25 -29
  45. package/dist/runtime/components/l-alert.vue.d.ts +2 -0
  46. package/dist/runtime/components/l-app-main.vue +226 -294
  47. package/dist/runtime/components/l-app-main.vue.d.ts +2 -0
  48. package/dist/runtime/components/l-app.vue +76 -89
  49. package/dist/runtime/components/l-app.vue.d.ts +2 -0
  50. package/dist/runtime/components/l-audit-card.vue +8 -14
  51. package/dist/runtime/components/l-audit-card.vue.d.ts +2 -0
  52. package/dist/runtime/components/l-back-btn.vue.d.ts +2 -0
  53. package/dist/runtime/components/l-banner.vue +28 -34
  54. package/dist/runtime/components/l-banner.vue.d.ts +2 -0
  55. package/dist/runtime/components/l-bar.vue +21 -25
  56. package/dist/runtime/components/l-bar.vue.d.ts +2 -0
  57. package/dist/runtime/components/l-btn.vue +62 -37
  58. package/dist/runtime/components/l-btn.vue.d.ts +2 -0
  59. package/dist/runtime/components/l-card.vue +90 -141
  60. package/dist/runtime/components/l-card.vue.d.ts +2 -0
  61. package/dist/runtime/components/l-checkbox.vue +30 -7
  62. package/dist/runtime/components/l-checkbox.vue.d.ts +2 -0
  63. package/dist/runtime/components/l-col.vue +21 -29
  64. package/dist/runtime/components/l-col.vue.d.ts +2 -0
  65. package/dist/runtime/components/l-customizer.vue +84 -100
  66. package/dist/runtime/components/l-customizer.vue.d.ts +2 -0
  67. package/dist/runtime/components/l-date-picker.vue +101 -147
  68. package/dist/runtime/components/l-date-picker.vue.d.ts +2 -0
  69. package/dist/runtime/components/l-delete-btn.vue +22 -27
  70. package/dist/runtime/components/l-delete-btn.vue.d.ts +2 -0
  71. package/dist/runtime/components/l-dialog-database-field-add.vue +19 -36
  72. package/dist/runtime/components/l-dialog-database-field-add.vue.d.ts +2 -0
  73. package/dist/runtime/components/l-drag-drop-container.vue +44 -62
  74. package/dist/runtime/components/l-drag-drop-container.vue.d.ts +2 -0
  75. package/dist/runtime/components/l-drag-drop-group.vue +49 -70
  76. package/dist/runtime/components/l-drag-drop-group.vue.d.ts +2 -0
  77. package/dist/runtime/components/l-drag-drop.vue +33 -44
  78. package/dist/runtime/components/l-drag-drop.vue.d.ts +2 -0
  79. package/dist/runtime/components/l-edit-btn.vue.d.ts +2 -0
  80. package/dist/runtime/components/l-editor.vue +185 -172
  81. package/dist/runtime/components/l-editor.vue.d.ts +2 -0
  82. package/dist/runtime/components/l-facebook-button.vue +18 -26
  83. package/dist/runtime/components/l-facebook-button.vue.d.ts +2 -0
  84. package/dist/runtime/components/l-fav-menu.vue +19 -24
  85. package/dist/runtime/components/l-fav-menu.vue.d.ts +2 -0
  86. package/dist/runtime/components/l-field.vue +49 -18
  87. package/dist/runtime/components/l-field.vue.d.ts +2 -0
  88. package/dist/runtime/components/l-file-manager-labels.vue +46 -48
  89. package/dist/runtime/components/l-file-manager-labels.vue.d.ts +2 -0
  90. package/dist/runtime/components/l-file-manager-move.vue +53 -68
  91. package/dist/runtime/components/l-file-manager-move.vue.d.ts +2 -0
  92. package/dist/runtime/components/l-file-manager-preview.vue +46 -81
  93. package/dist/runtime/components/l-file-manager-preview.vue.d.ts +2 -0
  94. package/dist/runtime/components/l-file-manager.vue +498 -640
  95. package/dist/runtime/components/l-file-manager.vue.d.ts +2 -0
  96. package/dist/runtime/components/l-file-upload.vue +80 -109
  97. package/dist/runtime/components/l-file-upload.vue.d.ts +2 -0
  98. package/dist/runtime/components/l-file.vue +37 -61
  99. package/dist/runtime/components/l-file.vue.d.ts +2 -0
  100. package/dist/runtime/components/l-form-dialog.vue +71 -83
  101. package/dist/runtime/components/l-form-dialog.vue.d.ts +2 -0
  102. package/dist/runtime/components/l-form.vue +82 -96
  103. package/dist/runtime/components/l-form.vue.d.ts +2 -0
  104. package/dist/runtime/components/l-group-select.vue +59 -94
  105. package/dist/runtime/components/l-group-select.vue.d.ts +2 -0
  106. package/dist/runtime/components/l-icon-picker.vue +3265 -3274
  107. package/dist/runtime/components/l-icon-picker.vue.d.ts +2 -0
  108. package/dist/runtime/components/l-input-xlsx.vue +30 -38
  109. package/dist/runtime/components/l-input-xlsx.vue.d.ts +2 -0
  110. package/dist/runtime/components/l-input.vue +141 -127
  111. package/dist/runtime/components/l-input.vue.d.ts +2 -0
  112. package/dist/runtime/components/l-item.vue +30 -21
  113. package/dist/runtime/components/l-item.vue.d.ts +2 -0
  114. package/dist/runtime/components/l-link.vue +16 -15
  115. package/dist/runtime/components/l-link.vue.d.ts +2 -0
  116. package/dist/runtime/components/l-list.vue +27 -35
  117. package/dist/runtime/components/l-list.vue.d.ts +2 -0
  118. package/dist/runtime/components/l-login.vue +246 -287
  119. package/dist/runtime/components/l-login.vue.d.ts +2 -0
  120. package/dist/runtime/components/l-menu.vue +45 -54
  121. package/dist/runtime/components/l-menu.vue.d.ts +2 -0
  122. package/dist/runtime/components/l-microsoft-button.vue +42 -52
  123. package/dist/runtime/components/l-microsoft-button.vue.d.ts +2 -0
  124. package/dist/runtime/components/l-page.vue +48 -67
  125. package/dist/runtime/components/l-page.vue.d.ts +2 -0
  126. package/dist/runtime/components/l-row.vue +8 -13
  127. package/dist/runtime/components/l-row.vue.d.ts +2 -0
  128. package/dist/runtime/components/l-save-btn.vue.d.ts +2 -0
  129. package/dist/runtime/components/l-select.vue +150 -76
  130. package/dist/runtime/components/l-select.vue.d.ts +2 -0
  131. package/dist/runtime/components/l-small-box.vue +18 -31
  132. package/dist/runtime/components/l-small-box.vue.d.ts +2 -0
  133. package/dist/runtime/components/l-statistic.vue +17 -23
  134. package/dist/runtime/components/l-statistic.vue.d.ts +2 -0
  135. package/dist/runtime/components/l-tab.vue +20 -15
  136. package/dist/runtime/components/l-tab.vue.d.ts +2 -0
  137. package/dist/runtime/components/l-table.vue +444 -560
  138. package/dist/runtime/components/l-table.vue.d.ts +2 -0
  139. package/dist/runtime/components/l-tabs.vue +34 -16
  140. package/dist/runtime/components/l-tabs.vue.d.ts +2 -0
  141. package/dist/runtime/components/l-test2.vue +10 -9
  142. package/dist/runtime/components/l-test2.vue.d.ts +2 -0
  143. package/dist/runtime/components/l-time-picker.vue +53 -68
  144. package/dist/runtime/components/l-time-picker.vue.d.ts +2 -0
  145. package/dist/runtime/components/l-view-btn.vue.d.ts +2 -0
  146. package/dist/runtime/composables/mytest.d.ts +2 -0
  147. package/dist/runtime/composables/mytest.js +3 -0
  148. package/dist/runtime/formkit/Checkbox.vue +15 -18
  149. package/dist/runtime/formkit/Checkbox.vue.d.ts +2 -0
  150. package/dist/runtime/formkit/DatePicker.vue +15 -18
  151. package/dist/runtime/formkit/DatePicker.vue.d.ts +2 -0
  152. package/dist/runtime/formkit/Editor.vue +15 -18
  153. package/dist/runtime/formkit/Editor.vue.d.ts +2 -0
  154. package/dist/runtime/formkit/File.vue +30 -37
  155. package/dist/runtime/formkit/File.vue.d.ts +2 -0
  156. package/dist/runtime/formkit/FilePicker.vue +22 -25
  157. package/dist/runtime/formkit/FilePicker.vue.d.ts +2 -0
  158. package/dist/runtime/formkit/FileUpload.vue +22 -25
  159. package/dist/runtime/formkit/FileUpload.vue.d.ts +2 -0
  160. package/dist/runtime/formkit/Form.vue +79 -100
  161. package/dist/runtime/formkit/Form.vue.d.ts +2 -0
  162. package/dist/runtime/formkit/GroupSelect.vue +21 -27
  163. package/dist/runtime/formkit/GroupSelect.vue.d.ts +2 -0
  164. package/dist/runtime/formkit/Input.vue +53 -61
  165. package/dist/runtime/formkit/Input.vue.d.ts +2 -0
  166. package/dist/runtime/formkit/InputXlsx.vue +15 -18
  167. package/dist/runtime/formkit/InputXlsx.vue.d.ts +2 -0
  168. package/dist/runtime/formkit/OptionGroup.vue +20 -26
  169. package/dist/runtime/formkit/OptionGroup.vue.d.ts +2 -0
  170. package/dist/runtime/formkit/Radio.vue +15 -18
  171. package/dist/runtime/formkit/Radio.vue.d.ts +2 -0
  172. package/dist/runtime/formkit/Repeater.vue +62 -76
  173. package/dist/runtime/formkit/Repeater.vue.d.ts +2 -0
  174. package/dist/runtime/formkit/Select.vue +21 -29
  175. package/dist/runtime/formkit/Select.vue.d.ts +2 -0
  176. package/dist/runtime/formkit/TimePicker.vue +15 -19
  177. package/dist/runtime/formkit/TimePicker.vue.d.ts +2 -0
  178. package/dist/runtime/formkit/Toggle.vue +13 -16
  179. package/dist/runtime/formkit/Toggle.vue.d.ts +2 -0
  180. package/dist/runtime/light.d.ts +1129 -6
  181. package/dist/runtime/pages/CustomField/[custom_field_id]/edit.vue +24 -26
  182. package/dist/runtime/pages/CustomField/[custom_field_id]/edit.vue.d.ts +2 -0
  183. package/dist/runtime/pages/CustomField/index.vue +22 -29
  184. package/dist/runtime/pages/CustomField/index.vue.d.ts +2 -0
  185. package/dist/runtime/pages/EventLog/_eventlog_id/view.vue +8 -8
  186. package/dist/runtime/pages/EventLog/_eventlog_id/view.vue.d.ts +2 -0
  187. package/dist/runtime/pages/EventLog/index.vue +7 -6
  188. package/dist/runtime/pages/EventLog/index.vue.d.ts +2 -0
  189. package/dist/runtime/pages/FileManager/index.vue.d.ts +2 -0
  190. package/dist/runtime/pages/MailLog/index.vue +7 -6
  191. package/dist/runtime/pages/MailLog/index.vue.d.ts +2 -0
  192. package/dist/runtime/pages/Permission/add.vue +26 -29
  193. package/dist/runtime/pages/Permission/add.vue.d.ts +2 -0
  194. package/dist/runtime/pages/Permission/all.vue +57 -73
  195. package/dist/runtime/pages/Permission/all.vue.d.ts +2 -0
  196. package/dist/runtime/pages/Permission/export.vue +49 -62
  197. package/dist/runtime/pages/Permission/export.vue.d.ts +2 -0
  198. package/dist/runtime/pages/Permission/index.vue +19 -20
  199. package/dist/runtime/pages/Permission/index.vue.d.ts +2 -0
  200. package/dist/runtime/pages/Role/_name/update-child.vue +12 -14
  201. package/dist/runtime/pages/Role/_name/update-child.vue.d.ts +2 -0
  202. package/dist/runtime/pages/Role/add.vue +13 -15
  203. package/dist/runtime/pages/Role/add.vue.d.ts +2 -0
  204. package/dist/runtime/pages/Role/add2.vue +27 -38
  205. package/dist/runtime/pages/Role/add2.vue.d.ts +2 -0
  206. package/dist/runtime/pages/Role/index.vue +100 -127
  207. package/dist/runtime/pages/Role/index.vue.d.ts +2 -0
  208. package/dist/runtime/pages/System/database/backup.vue +28 -36
  209. package/dist/runtime/pages/System/database/backup.vue.d.ts +2 -0
  210. package/dist/runtime/pages/System/database/process.vue +33 -43
  211. package/dist/runtime/pages/System/database/process.vue.d.ts +2 -0
  212. package/dist/runtime/pages/System/database/table.vue +168 -205
  213. package/dist/runtime/pages/System/database/table.vue.d.ts +2 -0
  214. package/dist/runtime/pages/System/fs.vue +95 -107
  215. package/dist/runtime/pages/System/fs.vue.d.ts +2 -0
  216. package/dist/runtime/pages/System/index.vue +30 -31
  217. package/dist/runtime/pages/System/index.vue.d.ts +2 -0
  218. package/dist/runtime/pages/System/mailtest.vue +29 -35
  219. package/dist/runtime/pages/System/mailtest.vue.d.ts +2 -0
  220. package/dist/runtime/pages/System/menu/index.vue +175 -223
  221. package/dist/runtime/pages/System/menu/index.vue.d.ts +2 -0
  222. package/dist/runtime/pages/System/package.vue +21 -21
  223. package/dist/runtime/pages/System/package.vue.d.ts +2 -0
  224. package/dist/runtime/pages/System/phpinfo.vue +11 -10
  225. package/dist/runtime/pages/System/phpinfo.vue.d.ts +2 -0
  226. package/dist/runtime/pages/System/setting.vue +42 -59
  227. package/dist/runtime/pages/System/setting.vue.d.ts +2 -0
  228. package/dist/runtime/pages/System/test.vue.d.ts +2 -0
  229. package/dist/runtime/pages/System/view_as.vue +65 -68
  230. package/dist/runtime/pages/System/view_as.vue.d.ts +2 -0
  231. package/dist/runtime/pages/SystemValue/_systemvalue_id/edit.vue +7 -7
  232. package/dist/runtime/pages/SystemValue/_systemvalue_id/edit.vue.d.ts +2 -0
  233. package/dist/runtime/pages/SystemValue/add.vue.d.ts +2 -0
  234. package/dist/runtime/pages/SystemValue/index.vue +7 -6
  235. package/dist/runtime/pages/SystemValue/index.vue.d.ts +2 -0
  236. package/dist/runtime/pages/Translate/index.vue +81 -100
  237. package/dist/runtime/pages/Translate/index.vue.d.ts +2 -0
  238. package/dist/runtime/pages/User/_user_id/change-password.vue +38 -45
  239. package/dist/runtime/pages/User/_user_id/change-password.vue.d.ts +2 -0
  240. package/dist/runtime/pages/User/_user_id/edit.vue +35 -26
  241. package/dist/runtime/pages/User/_user_id/edit.vue.d.ts +2 -0
  242. package/dist/runtime/pages/User/_user_id/update-role.vue +33 -43
  243. package/dist/runtime/pages/User/_user_id/update-role.vue.d.ts +2 -0
  244. package/dist/runtime/pages/User/_user_id/view.vue +35 -37
  245. package/dist/runtime/pages/User/_user_id/view.vue.d.ts +2 -0
  246. package/dist/runtime/pages/User/add.vue +52 -60
  247. package/dist/runtime/pages/User/add.vue.d.ts +2 -0
  248. package/dist/runtime/pages/User/index.vue +23 -32
  249. package/dist/runtime/pages/User/index.vue.d.ts +2 -0
  250. package/dist/runtime/pages/User/profile.vue +52 -58
  251. package/dist/runtime/pages/User/profile.vue.d.ts +2 -0
  252. package/dist/runtime/pages/User/setting/bio-auth.vue +85 -95
  253. package/dist/runtime/pages/User/setting/bio-auth.vue.d.ts +2 -0
  254. package/dist/runtime/pages/User/setting/index.vue +27 -28
  255. package/dist/runtime/pages/User/setting/index.vue.d.ts +2 -0
  256. package/dist/runtime/pages/User/setting/information.vue +28 -27
  257. package/dist/runtime/pages/User/setting/information.vue.d.ts +2 -0
  258. package/dist/runtime/pages/User/setting/my_favorite.vue +29 -35
  259. package/dist/runtime/pages/User/setting/my_favorite.vue.d.ts +2 -0
  260. package/dist/runtime/pages/User/setting/open_id.vue +140 -165
  261. package/dist/runtime/pages/User/setting/open_id.vue.d.ts +2 -0
  262. package/dist/runtime/pages/User/setting/password.vue +37 -44
  263. package/dist/runtime/pages/User/setting/password.vue.d.ts +2 -0
  264. package/dist/runtime/pages/User/setting/style.vue +84 -102
  265. package/dist/runtime/pages/User/setting/style.vue.d.ts +2 -0
  266. package/dist/runtime/pages/User/setting/two-factor-auth.vue +51 -61
  267. package/dist/runtime/pages/User/setting/two-factor-auth.vue.d.ts +2 -0
  268. package/dist/runtime/pages/User/setting.vue +9 -9
  269. package/dist/runtime/pages/User/setting.vue.d.ts +2 -0
  270. package/dist/runtime/pages/UserLog/index.vue +7 -6
  271. package/dist/runtime/pages/UserLog/index.vue.d.ts +2 -0
  272. package/dist/types.d.mts +3 -1
  273. package/package.json +9 -11
  274. package/dist/module.cjs +0 -5
  275. package/dist/module.d.ts +0 -7
  276. package/dist/types.d.ts +0 -1
@@ -1,5 +1,4 @@
1
- import type { QVueGlobals, QDialogOptions, QNotifyCreateOptions, QNotifyUpdateOptions } from 'quasar';
2
- import type { I18n } from 'vue-i18n';
1
+ import type { QDialogOptions, QNotifyCreateOptions, QNotifyUpdateOptions } from 'quasar';
3
2
  import type { App } from "vue";
4
3
  declare module 'vue' {
5
4
  interface ComponentCustomProperties {
@@ -20,8 +19,570 @@ declare const light: {
20
19
  styles: any;
21
20
  version: string;
22
21
  errors: Array<Error>;
23
- $q: QVueGlobals | null;
24
- $i18n: I18n | null;
22
+ $q: {
23
+ addressbarColor: {
24
+ set: (hexColor: string) => void;
25
+ };
26
+ fullscreen: {
27
+ isCapable: boolean;
28
+ isActive: boolean;
29
+ activeEl: Element | null;
30
+ request: (target?: Element) => Promise<void>;
31
+ exit: () => Promise<void>;
32
+ toggle: (target?: Element) => Promise<void>;
33
+ };
34
+ appVisible: boolean;
35
+ bottomSheet: (opts: {
36
+ class?: import("quasar").VueClassProp;
37
+ style?: import("quasar").VueStyleProp;
38
+ title?: string;
39
+ message?: string;
40
+ actions?: {
41
+ [key: string]: any;
42
+ classes?: import("quasar").VueClassProp;
43
+ style?: import("quasar").VueStyleProp;
44
+ icon?: string;
45
+ img?: string;
46
+ avatar?: string;
47
+ label?: string | number;
48
+ }[] | undefined;
49
+ grid?: boolean;
50
+ dark?: boolean | null;
51
+ seamless?: boolean;
52
+ persistent?: boolean;
53
+ }) => import("quasar").DialogChainObject;
54
+ cookies: {
55
+ get: import("quasar").CookiesGetMethodType;
56
+ getAll: () => any;
57
+ set: (name: string, value: string, options?: {
58
+ expires?: number | string | Date;
59
+ path?: string;
60
+ domain?: string;
61
+ sameSite?: "Lax" | "Strict" | "None";
62
+ httpOnly?: boolean;
63
+ secure?: boolean;
64
+ other?: string;
65
+ }) => void;
66
+ has: (name: string) => boolean;
67
+ remove: (name: string, options?: {
68
+ path?: string;
69
+ domain?: string;
70
+ }) => void;
71
+ parseSSR: (ssrContext: any) => import("quasar").Cookies;
72
+ };
73
+ dark: {
74
+ isActive: boolean;
75
+ mode: boolean | "auto";
76
+ set: (status: boolean | "auto") => void;
77
+ toggle: () => void;
78
+ };
79
+ dialog: (opts: QDialogOptions) => import("quasar").DialogChainObject;
80
+ loading: {
81
+ isActive: boolean;
82
+ show: (opts?: import("quasar").QLoadingShowOptions) => (props?: import("quasar").QLoadingUpdateOptions) => void;
83
+ hide: (group?: string) => void;
84
+ setDefaults: (opts: {
85
+ delay?: number;
86
+ message?: string;
87
+ group?: string;
88
+ spinnerSize?: number;
89
+ spinnerColor?: import("quasar").NamedColor;
90
+ messageColor?: import("quasar").NamedColor;
91
+ backgroundColor?: import("quasar").NamedColor;
92
+ spinner?: import("vue").Component;
93
+ customClass?: string;
94
+ }) => void;
95
+ };
96
+ loadingBar: {
97
+ isActive: boolean;
98
+ start: (speed?: number) => void;
99
+ stop: () => void;
100
+ increment: (amount?: number) => void;
101
+ setDefaults: (props: import("quasar").QLoadingBarOptions) => void;
102
+ };
103
+ notify: (opts: QNotifyCreateOptions | string) => (props?: QNotifyUpdateOptions) => void;
104
+ platform: {
105
+ userAgent: string;
106
+ is: {
107
+ name: string;
108
+ platform: string;
109
+ version?: string | undefined;
110
+ versionNumber?: number | undefined;
111
+ mobile: boolean;
112
+ desktop: boolean;
113
+ cordova: boolean;
114
+ capacitor: boolean;
115
+ nativeMobile: boolean;
116
+ nativeMobileWrapper?: "cordova" | "capacitor" | undefined;
117
+ electron: boolean;
118
+ bex: boolean;
119
+ linux: boolean;
120
+ mac: boolean;
121
+ win: boolean;
122
+ cros: boolean;
123
+ chrome: boolean;
124
+ firefox: boolean;
125
+ opera: boolean;
126
+ safari: boolean;
127
+ vivaldi: boolean;
128
+ edge: boolean;
129
+ edgeChromium: boolean;
130
+ ie: boolean;
131
+ webkit: boolean;
132
+ android: boolean;
133
+ ios: boolean;
134
+ ipad: boolean;
135
+ iphone: boolean;
136
+ ipod: boolean;
137
+ kindle: boolean;
138
+ winphone: boolean;
139
+ blackberry: boolean;
140
+ playbook: boolean;
141
+ silk: boolean;
142
+ };
143
+ has: {
144
+ touch: boolean;
145
+ webStorage: boolean;
146
+ };
147
+ within: {
148
+ iframe: boolean;
149
+ };
150
+ parseSSR: (ssrContext: any) => import("quasar").Platform;
151
+ };
152
+ screen: {
153
+ width: number;
154
+ height: number;
155
+ name: "xs" | "sm" | "md" | "lg" | "xl";
156
+ sizes: {
157
+ sm: number;
158
+ md: number;
159
+ lg: number;
160
+ xl: number;
161
+ };
162
+ lt: {
163
+ sm: boolean;
164
+ md: boolean;
165
+ lg: boolean;
166
+ xl: boolean;
167
+ };
168
+ gt: {
169
+ xs: boolean;
170
+ sm: boolean;
171
+ md: boolean;
172
+ lg: boolean;
173
+ };
174
+ xs: boolean;
175
+ sm: boolean;
176
+ md: boolean;
177
+ lg: boolean;
178
+ xl: boolean;
179
+ setSizes: (breakpoints: {
180
+ sm?: number;
181
+ md?: number;
182
+ lg?: number;
183
+ xl?: number;
184
+ }) => void;
185
+ setDebounce: (amount: number) => void;
186
+ };
187
+ localStorage: {
188
+ hasItem: (key: string) => boolean;
189
+ getLength: () => number;
190
+ getItem: import("quasar").WebStorageGetItemMethodType;
191
+ getIndex: import("quasar").WebStorageGetIndexMethodType;
192
+ getKey: import("quasar").WebStorageGetKeyMethodType;
193
+ getAll: () => any;
194
+ getAllKeys: import("quasar").WebStorageGetAllKeysMethodType;
195
+ setItem: (key: string, value: number | boolean | Date | RegExp | ((...params: readonly any[]) => any) | any | readonly any[] | string | null) => void;
196
+ removeItem: (key: string) => void;
197
+ clear: () => void;
198
+ isEmpty: () => boolean;
199
+ has: (key: string) => boolean;
200
+ set: (key: string, value: number | boolean | Date | RegExp | ((...params: readonly any[]) => any) | any | readonly any[] | string | null) => void;
201
+ remove: (key: string) => void;
202
+ };
203
+ sessionStorage: {
204
+ hasItem: (key: string) => boolean;
205
+ getLength: () => number;
206
+ getItem: import("quasar").WebStorageGetItemMethodType;
207
+ getIndex: import("quasar").WebStorageGetIndexMethodType;
208
+ getKey: import("quasar").WebStorageGetKeyMethodType;
209
+ getAll: () => any;
210
+ getAllKeys: import("quasar").WebStorageGetAllKeysMethodType;
211
+ setItem: (key: string, value: number | boolean | Date | RegExp | ((...params: readonly any[]) => any) | any | readonly any[] | string | null) => void;
212
+ removeItem: (key: string) => void;
213
+ clear: () => void;
214
+ isEmpty: () => boolean;
215
+ has: (key: string) => boolean;
216
+ set: (key: string, value: number | boolean | Date | RegExp | ((...params: readonly any[]) => any) | any | readonly any[] | string | null) => void;
217
+ remove: (key: string) => void;
218
+ };
219
+ iconMapFn: import("quasar").GlobalQuasarIconMapFn;
220
+ version: string;
221
+ lang: {
222
+ set: (lang: import("quasar").QuasarLanguage) => void;
223
+ getLocale: () => string | undefined;
224
+ rtl: boolean;
225
+ isoName: string;
226
+ nativeName: string;
227
+ label: {
228
+ select: string;
229
+ clear: string;
230
+ set: string;
231
+ search: string;
232
+ remove: string;
233
+ ok: string;
234
+ cancel: string;
235
+ close: string;
236
+ reset: string;
237
+ update: string;
238
+ create: string;
239
+ filter: string;
240
+ refresh: string;
241
+ expand: (label?: string | undefined) => string;
242
+ collapse: (label?: string | undefined) => string;
243
+ };
244
+ date: {
245
+ days: [string, string, string, string, string, string, string];
246
+ daysShort: [string, string, string, string, string, string, string];
247
+ months: [string, string, string, string, string, string, string, string, string, string, string, string];
248
+ monthsShort: [string, string, string, string, string, string, string, string, string, string, string, string];
249
+ firstDayOfWeek: number;
250
+ format24h: boolean;
251
+ pluralDay: string;
252
+ headerTitle?: ((date: Date, model: {
253
+ year: number;
254
+ month: number;
255
+ day: number;
256
+ }) => string) | undefined;
257
+ };
258
+ table: {
259
+ loading: string;
260
+ noData: string;
261
+ noResults: string;
262
+ recordsPerPage: string;
263
+ allRows: string;
264
+ columns: string;
265
+ selectedRecords: (rows: number) => string;
266
+ pagination: (start: number, end: number, total: number) => string;
267
+ };
268
+ editor: {
269
+ left: string;
270
+ right: string;
271
+ center: string;
272
+ bold: string;
273
+ align: string;
274
+ url: string;
275
+ italic: string;
276
+ strikethrough: string;
277
+ underline: string;
278
+ unorderedList: string;
279
+ orderedList: string;
280
+ subscript: string;
281
+ superscript: string;
282
+ hyperlink: string;
283
+ toggleFullscreen: string;
284
+ quote: string;
285
+ justify: string;
286
+ print: string;
287
+ outdent: string;
288
+ indent: string;
289
+ removeFormat: string;
290
+ formatting: string;
291
+ fontSize: string;
292
+ hr: string;
293
+ undo: string;
294
+ redo: string;
295
+ heading1: string;
296
+ heading2: string;
297
+ heading3: string;
298
+ heading4: string;
299
+ heading5: string;
300
+ heading6: string;
301
+ paragraph: string;
302
+ code: string;
303
+ size1: string;
304
+ size2: string;
305
+ size3: string;
306
+ size4: string;
307
+ size5: string;
308
+ size6: string;
309
+ size7: string;
310
+ defaultFont: string;
311
+ viewSource: string;
312
+ };
313
+ tree: {
314
+ noResults: string;
315
+ noNodes: string;
316
+ };
317
+ };
318
+ iconSet: {
319
+ set: (iconSet: import("quasar").QuasarIconSet) => void;
320
+ name: string;
321
+ type: {
322
+ positive: string;
323
+ negative: string;
324
+ info: string;
325
+ warning: string;
326
+ };
327
+ arrow: {
328
+ left: string;
329
+ right: string;
330
+ up: string;
331
+ down: string;
332
+ dropdown: string;
333
+ };
334
+ chevron: {
335
+ left: string;
336
+ right: string;
337
+ };
338
+ colorPicker: {
339
+ spectrum: string;
340
+ tune: string;
341
+ palette: string;
342
+ };
343
+ pullToRefresh: {
344
+ icon: string;
345
+ };
346
+ carousel: {
347
+ left: string;
348
+ right: string;
349
+ up: string;
350
+ down: string;
351
+ navigationIcon: string;
352
+ };
353
+ chip: {
354
+ remove: string;
355
+ selected: string;
356
+ };
357
+ datetime: {
358
+ arrowLeft: string;
359
+ arrowRight: string;
360
+ now: string;
361
+ today: string;
362
+ };
363
+ editor: {
364
+ size: string;
365
+ left: string;
366
+ right: string;
367
+ center: string;
368
+ bold: string;
369
+ align: string;
370
+ italic: string;
371
+ strikethrough: string;
372
+ underline: string;
373
+ unorderedList: string;
374
+ orderedList: string;
375
+ subscript: string;
376
+ superscript: string;
377
+ hyperlink: string;
378
+ toggleFullscreen: string;
379
+ quote: string;
380
+ justify: string;
381
+ print: string;
382
+ outdent: string;
383
+ indent: string;
384
+ removeFormat: string;
385
+ formatting: string;
386
+ fontSize: string;
387
+ hr: string;
388
+ undo: string;
389
+ redo: string;
390
+ code: string;
391
+ viewSource: string;
392
+ heading: string;
393
+ font: string;
394
+ heading1?: string | undefined;
395
+ heading2?: string | undefined;
396
+ heading3?: string | undefined;
397
+ heading4?: string | undefined;
398
+ heading5?: string | undefined;
399
+ heading6?: string | undefined;
400
+ size1?: string | undefined;
401
+ size2?: string | undefined;
402
+ size3?: string | undefined;
403
+ size4?: string | undefined;
404
+ size5?: string | undefined;
405
+ size6?: string | undefined;
406
+ size7?: string | undefined;
407
+ };
408
+ expansionItem: {
409
+ icon: string;
410
+ denseIcon: string;
411
+ };
412
+ fab: {
413
+ icon: string;
414
+ activeIcon: string;
415
+ };
416
+ field: {
417
+ clear: string;
418
+ error: string;
419
+ };
420
+ pagination: {
421
+ first: string;
422
+ prev: string;
423
+ next: string;
424
+ last: string;
425
+ };
426
+ rating: {
427
+ icon: string;
428
+ };
429
+ stepper: {
430
+ error: string;
431
+ done: string;
432
+ active: string;
433
+ };
434
+ tabs: {
435
+ left: string;
436
+ right: string;
437
+ up: string;
438
+ down: string;
439
+ };
440
+ table: {
441
+ warning: string;
442
+ arrowUp: string;
443
+ firstPage: string;
444
+ prevPage: string;
445
+ nextPage: string;
446
+ lastPage: string;
447
+ };
448
+ tree: {
449
+ icon: string;
450
+ };
451
+ uploader: {
452
+ clear: string;
453
+ done: string;
454
+ add: string;
455
+ upload: string;
456
+ removeQueue: string;
457
+ removeUploaded: string;
458
+ };
459
+ };
460
+ } | null;
461
+ $i18n: {
462
+ readonly mode: import("vue-i18n").I18nMode;
463
+ readonly global: {
464
+ id: number;
465
+ locale: string;
466
+ fallbackLocale: import("@intlify/core-base").FallbackLocales<string>;
467
+ inheritLocale: boolean;
468
+ readonly availableLocales: string[];
469
+ readonly messages: {};
470
+ readonly datetimeFormats: {};
471
+ readonly numberFormats: {};
472
+ readonly modifiers: import("vue-i18n").LinkedModifiers<import("vue-i18n").VueMessageType>;
473
+ readonly pluralRules: import("@intlify/core-base").PluralizationRules;
474
+ readonly isGlobal: boolean;
475
+ missingWarn: boolean | RegExp;
476
+ fallbackWarn: boolean | RegExp;
477
+ fallbackRoot: boolean;
478
+ fallbackFormat: boolean;
479
+ warnHtmlMessage: boolean;
480
+ escapeParameter: boolean;
481
+ t: import("vue-i18n").ComposerTranslation<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
482
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
483
+ }>, never, never, never>;
484
+ rt: import("vue-i18n").ComposerResolveLocaleMessageTranslation<string>;
485
+ d: import("vue-i18n").ComposerDateTimeFormatting<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
486
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
487
+ }>, never, never, never>;
488
+ n: import("vue-i18n").ComposerNumberFormatting<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
489
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
490
+ }>, never, never, never>;
491
+ te: <Str extends string, Key extends never = never>(key: Str | Key, locale?: string | undefined) => boolean;
492
+ tm: <Key extends string, ResourceKeys extends never = never, Locale extends never = never, Target = import("@intlify/core-base").RemoveIndexSignature<{
493
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
494
+ }>, Return = ResourceKeys extends import("@intlify/core-base").ResourcePath<Target> ? import("@intlify/core-base").ResourceValue<Target, ResourceKeys> : Record<string, any>>(key: Key | ResourceKeys) => Return;
495
+ 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<{
496
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
497
+ }> : MessageSchema>(locale: LocaleSchema | Locale) => Return;
498
+ 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<{
499
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
500
+ }> : MessageSchema, Message extends MessageType = MessageType>(locale: LocaleSchema | Locale, message: Message) => void;
501
+ 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;
502
+ 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<{
503
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
504
+ }> : DateTimeSchema>(locale: LocaleSchema | Locale) => Return;
505
+ 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<{
506
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
507
+ }> : DateTimeSchema, Formats extends FormatsType = FormatsType>(locale: LocaleSchema | Locale, format: Formats) => void;
508
+ 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;
509
+ 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<{
510
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
511
+ }> : NumberSchema>(locale: LocaleSchema | Locale) => Return;
512
+ 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<{
513
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
514
+ }> : NumberSchema, Formats extends FormatsType = FormatsType>(locale: LocaleSchema | Locale, format: Formats) => void;
515
+ 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;
516
+ getPostTranslationHandler: () => import("vue-i18n").PostTranslationHandler<import("vue-i18n").VueMessageType> | null;
517
+ setPostTranslationHandler: (handler: import("vue-i18n").PostTranslationHandler<import("vue-i18n").VueMessageType> | null) => void;
518
+ getMissingHandler: () => import("vue-i18n").MissingHandler | null;
519
+ setMissingHandler: (handler: import("vue-i18n").MissingHandler | null) => void;
520
+ } | {
521
+ id: number;
522
+ locale: string;
523
+ fallbackLocale: import("@intlify/core-base").FallbackLocales<string>;
524
+ readonly availableLocales: string[];
525
+ readonly messages: {};
526
+ readonly datetimeFormats: {};
527
+ readonly numberFormats: {};
528
+ readonly modifiers: import("vue-i18n").LinkedModifiers<import("vue-i18n").VueMessageType>;
529
+ formatter: {
530
+ interpolate: (message: string, values: any, path: string) => Array<any> | null;
531
+ };
532
+ missing: import("vue-i18n").MissingHandler | null;
533
+ postTranslation: import("vue-i18n").PostTranslationHandler<import("vue-i18n").VueMessageType> | null;
534
+ silentTranslationWarn: boolean | RegExp;
535
+ silentFallbackWarn: boolean | RegExp;
536
+ formatFallbackMessages: boolean;
537
+ sync: boolean;
538
+ warnHtmlInMessage: import("vue-i18n").WarnHtmlInMessageLevel;
539
+ escapeParameterHtml: boolean;
540
+ preserveDirectiveContent: boolean;
541
+ pluralizationRules: import("@intlify/core-base").PluralizationRules;
542
+ t: import("vue-i18n").VueI18nTranslation<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
543
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
544
+ }>, never, never, never>;
545
+ rt: import("vue-i18n").VueI18nResolveLocaleMessageTranslation<string>;
546
+ tc: import("vue-i18n").VueI18nTranslationChoice<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
547
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
548
+ }>, never, never, never>;
549
+ te: <Str extends string, Key extends never = never>(key: Str | Key, locale?: string | undefined) => boolean;
550
+ tm: <Key extends string, ResourceKeys extends never = never, Locale extends never = never, Target = import("@intlify/core-base").RemoveIndexSignature<{
551
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
552
+ }>, Return = ResourceKeys extends import("@intlify/core-base").ResourcePath<Target> ? import("@intlify/core-base").ResourceValue<Target, ResourceKeys> : Record<string, any>>(key: Key | ResourceKeys) => Return;
553
+ 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<{
554
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
555
+ }> : MessageSchema>(locale: LocaleSchema | Locale) => Return;
556
+ 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<{
557
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
558
+ }> : MessageSchema, Message extends MessageType = MessageType>(locale: LocaleSchema | Locale, message: Message) => void;
559
+ 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;
560
+ d: import("vue-i18n").VueI18nDateTimeFormatting<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
561
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
562
+ }>, never, never, never>;
563
+ 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<{
564
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
565
+ }> : DateTimeSchema>(locale: LocaleSchema | Locale) => Return;
566
+ 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<{
567
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
568
+ }> : DateTimeSchema, Formats extends FormatsType = FormatsType>(locale: LocaleSchema | Locale, format: Formats) => void;
569
+ 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;
570
+ n: import("vue-i18n").VueI18nNumberFormatting<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
571
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
572
+ }>, never, never, never>;
573
+ 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<{
574
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
575
+ }> : NumberSchema>(locale: LocaleSchema | Locale) => Return;
576
+ 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<{
577
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
578
+ }> : NumberSchema, Formats extends FormatsType = FormatsType>(locale: LocaleSchema | Locale, format: Formats) => void;
579
+ 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;
580
+ getChoiceIndex: (choice: import("vue-i18n").Choice, choicesLength: number) => number;
581
+ };
582
+ readonly allowComposition: boolean;
583
+ install: (app: App, ...options: unknown[]) => void;
584
+ dispose: () => void;
585
+ } | null;
25
586
  company: string;
26
587
  companyLogo: string;
27
588
  color: string;
@@ -65,8 +626,570 @@ export declare const useLight: () => {
65
626
  styles: any;
66
627
  version: string;
67
628
  errors: Array<Error>;
68
- $q: QVueGlobals | null;
69
- $i18n: I18n | null;
629
+ $q: {
630
+ addressbarColor: {
631
+ set: (hexColor: string) => void;
632
+ };
633
+ fullscreen: {
634
+ isCapable: boolean;
635
+ isActive: boolean;
636
+ activeEl: Element | null;
637
+ request: (target?: Element) => Promise<void>;
638
+ exit: () => Promise<void>;
639
+ toggle: (target?: Element) => Promise<void>;
640
+ };
641
+ appVisible: boolean;
642
+ bottomSheet: (opts: {
643
+ class?: import("quasar").VueClassProp;
644
+ style?: import("quasar").VueStyleProp;
645
+ title?: string;
646
+ message?: string;
647
+ actions?: {
648
+ [key: string]: any;
649
+ classes?: import("quasar").VueClassProp;
650
+ style?: import("quasar").VueStyleProp;
651
+ icon?: string;
652
+ img?: string;
653
+ avatar?: string;
654
+ label?: string | number;
655
+ }[] | undefined;
656
+ grid?: boolean;
657
+ dark?: boolean | null;
658
+ seamless?: boolean;
659
+ persistent?: boolean;
660
+ }) => import("quasar").DialogChainObject;
661
+ cookies: {
662
+ get: import("quasar").CookiesGetMethodType;
663
+ getAll: () => any;
664
+ set: (name: string, value: string, options?: {
665
+ expires?: number | string | Date;
666
+ path?: string;
667
+ domain?: string;
668
+ sameSite?: "Lax" | "Strict" | "None";
669
+ httpOnly?: boolean;
670
+ secure?: boolean;
671
+ other?: string;
672
+ }) => void;
673
+ has: (name: string) => boolean;
674
+ remove: (name: string, options?: {
675
+ path?: string;
676
+ domain?: string;
677
+ }) => void;
678
+ parseSSR: (ssrContext: any) => import("quasar").Cookies;
679
+ };
680
+ dark: {
681
+ isActive: boolean;
682
+ mode: boolean | "auto";
683
+ set: (status: boolean | "auto") => void;
684
+ toggle: () => void;
685
+ };
686
+ dialog: (opts: QDialogOptions) => import("quasar").DialogChainObject;
687
+ loading: {
688
+ isActive: boolean;
689
+ show: (opts?: import("quasar").QLoadingShowOptions) => (props?: import("quasar").QLoadingUpdateOptions) => void;
690
+ hide: (group?: string) => void;
691
+ setDefaults: (opts: {
692
+ delay?: number;
693
+ message?: string;
694
+ group?: string;
695
+ spinnerSize?: number;
696
+ spinnerColor?: import("quasar").NamedColor;
697
+ messageColor?: import("quasar").NamedColor;
698
+ backgroundColor?: import("quasar").NamedColor;
699
+ spinner?: import("vue").Component;
700
+ customClass?: string;
701
+ }) => void;
702
+ };
703
+ loadingBar: {
704
+ isActive: boolean;
705
+ start: (speed?: number) => void;
706
+ stop: () => void;
707
+ increment: (amount?: number) => void;
708
+ setDefaults: (props: import("quasar").QLoadingBarOptions) => void;
709
+ };
710
+ notify: (opts: QNotifyCreateOptions | string) => (props?: QNotifyUpdateOptions) => void;
711
+ platform: {
712
+ userAgent: string;
713
+ is: {
714
+ name: string;
715
+ platform: string;
716
+ version?: string | undefined;
717
+ versionNumber?: number | undefined;
718
+ mobile: boolean;
719
+ desktop: boolean;
720
+ cordova: boolean;
721
+ capacitor: boolean;
722
+ nativeMobile: boolean;
723
+ nativeMobileWrapper?: "cordova" | "capacitor" | undefined;
724
+ electron: boolean;
725
+ bex: boolean;
726
+ linux: boolean;
727
+ mac: boolean;
728
+ win: boolean;
729
+ cros: boolean;
730
+ chrome: boolean;
731
+ firefox: boolean;
732
+ opera: boolean;
733
+ safari: boolean;
734
+ vivaldi: boolean;
735
+ edge: boolean;
736
+ edgeChromium: boolean;
737
+ ie: boolean;
738
+ webkit: boolean;
739
+ android: boolean;
740
+ ios: boolean;
741
+ ipad: boolean;
742
+ iphone: boolean;
743
+ ipod: boolean;
744
+ kindle: boolean;
745
+ winphone: boolean;
746
+ blackberry: boolean;
747
+ playbook: boolean;
748
+ silk: boolean;
749
+ };
750
+ has: {
751
+ touch: boolean;
752
+ webStorage: boolean;
753
+ };
754
+ within: {
755
+ iframe: boolean;
756
+ };
757
+ parseSSR: (ssrContext: any) => import("quasar").Platform;
758
+ };
759
+ screen: {
760
+ width: number;
761
+ height: number;
762
+ name: "xs" | "sm" | "md" | "lg" | "xl";
763
+ sizes: {
764
+ sm: number;
765
+ md: number;
766
+ lg: number;
767
+ xl: number;
768
+ };
769
+ lt: {
770
+ sm: boolean;
771
+ md: boolean;
772
+ lg: boolean;
773
+ xl: boolean;
774
+ };
775
+ gt: {
776
+ xs: boolean;
777
+ sm: boolean;
778
+ md: boolean;
779
+ lg: boolean;
780
+ };
781
+ xs: boolean;
782
+ sm: boolean;
783
+ md: boolean;
784
+ lg: boolean;
785
+ xl: boolean;
786
+ setSizes: (breakpoints: {
787
+ sm?: number;
788
+ md?: number;
789
+ lg?: number;
790
+ xl?: number;
791
+ }) => void;
792
+ setDebounce: (amount: number) => void;
793
+ };
794
+ localStorage: {
795
+ hasItem: (key: string) => boolean;
796
+ getLength: () => number;
797
+ getItem: import("quasar").WebStorageGetItemMethodType;
798
+ getIndex: import("quasar").WebStorageGetIndexMethodType;
799
+ getKey: import("quasar").WebStorageGetKeyMethodType;
800
+ getAll: () => any;
801
+ getAllKeys: import("quasar").WebStorageGetAllKeysMethodType;
802
+ setItem: (key: string, value: number | boolean | Date | RegExp | ((...params: readonly any[]) => any) | any | readonly any[] | string | null) => void;
803
+ removeItem: (key: string) => void;
804
+ clear: () => void;
805
+ isEmpty: () => boolean;
806
+ has: (key: string) => boolean;
807
+ set: (key: string, value: number | boolean | Date | RegExp | ((...params: readonly any[]) => any) | any | readonly any[] | string | null) => void;
808
+ remove: (key: string) => void;
809
+ };
810
+ sessionStorage: {
811
+ hasItem: (key: string) => boolean;
812
+ getLength: () => number;
813
+ getItem: import("quasar").WebStorageGetItemMethodType;
814
+ getIndex: import("quasar").WebStorageGetIndexMethodType;
815
+ getKey: import("quasar").WebStorageGetKeyMethodType;
816
+ getAll: () => any;
817
+ getAllKeys: import("quasar").WebStorageGetAllKeysMethodType;
818
+ setItem: (key: string, value: number | boolean | Date | RegExp | ((...params: readonly any[]) => any) | any | readonly any[] | string | null) => void;
819
+ removeItem: (key: string) => void;
820
+ clear: () => void;
821
+ isEmpty: () => boolean;
822
+ has: (key: string) => boolean;
823
+ set: (key: string, value: number | boolean | Date | RegExp | ((...params: readonly any[]) => any) | any | readonly any[] | string | null) => void;
824
+ remove: (key: string) => void;
825
+ };
826
+ iconMapFn: import("quasar").GlobalQuasarIconMapFn;
827
+ version: string;
828
+ lang: {
829
+ set: (lang: import("quasar").QuasarLanguage) => void;
830
+ getLocale: () => string | undefined;
831
+ rtl: boolean;
832
+ isoName: string;
833
+ nativeName: string;
834
+ label: {
835
+ select: string;
836
+ clear: string;
837
+ set: string;
838
+ search: string;
839
+ remove: string;
840
+ ok: string;
841
+ cancel: string;
842
+ close: string;
843
+ reset: string;
844
+ update: string;
845
+ create: string;
846
+ filter: string;
847
+ refresh: string;
848
+ expand: (label?: string | undefined) => string;
849
+ collapse: (label?: string | undefined) => string;
850
+ };
851
+ date: {
852
+ days: [string, string, string, string, string, string, string];
853
+ daysShort: [string, string, string, string, string, string, string];
854
+ months: [string, string, string, string, string, string, string, string, string, string, string, string];
855
+ monthsShort: [string, string, string, string, string, string, string, string, string, string, string, string];
856
+ firstDayOfWeek: number;
857
+ format24h: boolean;
858
+ pluralDay: string;
859
+ headerTitle?: ((date: Date, model: {
860
+ year: number;
861
+ month: number;
862
+ day: number;
863
+ }) => string) | undefined;
864
+ };
865
+ table: {
866
+ loading: string;
867
+ noData: string;
868
+ noResults: string;
869
+ recordsPerPage: string;
870
+ allRows: string;
871
+ columns: string;
872
+ selectedRecords: (rows: number) => string;
873
+ pagination: (start: number, end: number, total: number) => string;
874
+ };
875
+ editor: {
876
+ left: string;
877
+ right: string;
878
+ center: string;
879
+ bold: string;
880
+ align: string;
881
+ url: string;
882
+ italic: string;
883
+ strikethrough: string;
884
+ underline: string;
885
+ unorderedList: string;
886
+ orderedList: string;
887
+ subscript: string;
888
+ superscript: string;
889
+ hyperlink: string;
890
+ toggleFullscreen: string;
891
+ quote: string;
892
+ justify: string;
893
+ print: string;
894
+ outdent: string;
895
+ indent: string;
896
+ removeFormat: string;
897
+ formatting: string;
898
+ fontSize: string;
899
+ hr: string;
900
+ undo: string;
901
+ redo: string;
902
+ heading1: string;
903
+ heading2: string;
904
+ heading3: string;
905
+ heading4: string;
906
+ heading5: string;
907
+ heading6: string;
908
+ paragraph: string;
909
+ code: string;
910
+ size1: string;
911
+ size2: string;
912
+ size3: string;
913
+ size4: string;
914
+ size5: string;
915
+ size6: string;
916
+ size7: string;
917
+ defaultFont: string;
918
+ viewSource: string;
919
+ };
920
+ tree: {
921
+ noResults: string;
922
+ noNodes: string;
923
+ };
924
+ };
925
+ iconSet: {
926
+ set: (iconSet: import("quasar").QuasarIconSet) => void;
927
+ name: string;
928
+ type: {
929
+ positive: string;
930
+ negative: string;
931
+ info: string;
932
+ warning: string;
933
+ };
934
+ arrow: {
935
+ left: string;
936
+ right: string;
937
+ up: string;
938
+ down: string;
939
+ dropdown: string;
940
+ };
941
+ chevron: {
942
+ left: string;
943
+ right: string;
944
+ };
945
+ colorPicker: {
946
+ spectrum: string;
947
+ tune: string;
948
+ palette: string;
949
+ };
950
+ pullToRefresh: {
951
+ icon: string;
952
+ };
953
+ carousel: {
954
+ left: string;
955
+ right: string;
956
+ up: string;
957
+ down: string;
958
+ navigationIcon: string;
959
+ };
960
+ chip: {
961
+ remove: string;
962
+ selected: string;
963
+ };
964
+ datetime: {
965
+ arrowLeft: string;
966
+ arrowRight: string;
967
+ now: string;
968
+ today: string;
969
+ };
970
+ editor: {
971
+ size: string;
972
+ left: string;
973
+ right: string;
974
+ center: string;
975
+ bold: string;
976
+ align: string;
977
+ italic: string;
978
+ strikethrough: string;
979
+ underline: string;
980
+ unorderedList: string;
981
+ orderedList: string;
982
+ subscript: string;
983
+ superscript: string;
984
+ hyperlink: string;
985
+ toggleFullscreen: string;
986
+ quote: string;
987
+ justify: string;
988
+ print: string;
989
+ outdent: string;
990
+ indent: string;
991
+ removeFormat: string;
992
+ formatting: string;
993
+ fontSize: string;
994
+ hr: string;
995
+ undo: string;
996
+ redo: string;
997
+ code: string;
998
+ viewSource: string;
999
+ heading: string;
1000
+ font: string;
1001
+ heading1?: string | undefined;
1002
+ heading2?: string | undefined;
1003
+ heading3?: string | undefined;
1004
+ heading4?: string | undefined;
1005
+ heading5?: string | undefined;
1006
+ heading6?: string | undefined;
1007
+ size1?: string | undefined;
1008
+ size2?: string | undefined;
1009
+ size3?: string | undefined;
1010
+ size4?: string | undefined;
1011
+ size5?: string | undefined;
1012
+ size6?: string | undefined;
1013
+ size7?: string | undefined;
1014
+ };
1015
+ expansionItem: {
1016
+ icon: string;
1017
+ denseIcon: string;
1018
+ };
1019
+ fab: {
1020
+ icon: string;
1021
+ activeIcon: string;
1022
+ };
1023
+ field: {
1024
+ clear: string;
1025
+ error: string;
1026
+ };
1027
+ pagination: {
1028
+ first: string;
1029
+ prev: string;
1030
+ next: string;
1031
+ last: string;
1032
+ };
1033
+ rating: {
1034
+ icon: string;
1035
+ };
1036
+ stepper: {
1037
+ error: string;
1038
+ done: string;
1039
+ active: string;
1040
+ };
1041
+ tabs: {
1042
+ left: string;
1043
+ right: string;
1044
+ up: string;
1045
+ down: string;
1046
+ };
1047
+ table: {
1048
+ warning: string;
1049
+ arrowUp: string;
1050
+ firstPage: string;
1051
+ prevPage: string;
1052
+ nextPage: string;
1053
+ lastPage: string;
1054
+ };
1055
+ tree: {
1056
+ icon: string;
1057
+ };
1058
+ uploader: {
1059
+ clear: string;
1060
+ done: string;
1061
+ add: string;
1062
+ upload: string;
1063
+ removeQueue: string;
1064
+ removeUploaded: string;
1065
+ };
1066
+ };
1067
+ } | null;
1068
+ $i18n: {
1069
+ readonly mode: import("vue-i18n").I18nMode;
1070
+ readonly global: {
1071
+ id: number;
1072
+ locale: string;
1073
+ fallbackLocale: import("@intlify/core-base").FallbackLocales<string>;
1074
+ inheritLocale: boolean;
1075
+ readonly availableLocales: string[];
1076
+ readonly messages: {};
1077
+ readonly datetimeFormats: {};
1078
+ readonly numberFormats: {};
1079
+ readonly modifiers: import("vue-i18n").LinkedModifiers<import("vue-i18n").VueMessageType>;
1080
+ readonly pluralRules: import("@intlify/core-base").PluralizationRules;
1081
+ readonly isGlobal: boolean;
1082
+ missingWarn: boolean | RegExp;
1083
+ fallbackWarn: boolean | RegExp;
1084
+ fallbackRoot: boolean;
1085
+ fallbackFormat: boolean;
1086
+ warnHtmlMessage: boolean;
1087
+ escapeParameter: boolean;
1088
+ t: import("vue-i18n").ComposerTranslation<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
1089
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
1090
+ }>, never, never, never>;
1091
+ rt: import("vue-i18n").ComposerResolveLocaleMessageTranslation<string>;
1092
+ d: import("vue-i18n").ComposerDateTimeFormatting<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
1093
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
1094
+ }>, never, never, never>;
1095
+ n: import("vue-i18n").ComposerNumberFormatting<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
1096
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
1097
+ }>, never, never, never>;
1098
+ te: <Str extends string, Key extends never = never>(key: Str | Key, locale?: string | undefined) => boolean;
1099
+ tm: <Key extends string, ResourceKeys extends never = never, Locale extends never = never, Target = import("@intlify/core-base").RemoveIndexSignature<{
1100
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
1101
+ }>, Return = ResourceKeys extends import("@intlify/core-base").ResourcePath<Target> ? import("@intlify/core-base").ResourceValue<Target, ResourceKeys> : Record<string, any>>(key: Key | ResourceKeys) => Return;
1102
+ 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<{
1103
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
1104
+ }> : MessageSchema>(locale: LocaleSchema | Locale) => Return;
1105
+ 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<{
1106
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
1107
+ }> : MessageSchema, Message extends MessageType = MessageType>(locale: LocaleSchema | Locale, message: Message) => void;
1108
+ 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;
1109
+ 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<{
1110
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
1111
+ }> : DateTimeSchema>(locale: LocaleSchema | Locale) => Return;
1112
+ 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<{
1113
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
1114
+ }> : DateTimeSchema, Formats extends FormatsType = FormatsType>(locale: LocaleSchema | Locale, format: Formats) => void;
1115
+ 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;
1116
+ 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<{
1117
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
1118
+ }> : NumberSchema>(locale: LocaleSchema | Locale) => Return;
1119
+ 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<{
1120
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
1121
+ }> : NumberSchema, Formats extends FormatsType = FormatsType>(locale: LocaleSchema | Locale, format: Formats) => void;
1122
+ 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;
1123
+ getPostTranslationHandler: () => import("vue-i18n").PostTranslationHandler<import("vue-i18n").VueMessageType> | null;
1124
+ setPostTranslationHandler: (handler: import("vue-i18n").PostTranslationHandler<import("vue-i18n").VueMessageType> | null) => void;
1125
+ getMissingHandler: () => import("vue-i18n").MissingHandler | null;
1126
+ setMissingHandler: (handler: import("vue-i18n").MissingHandler | null) => void;
1127
+ } | {
1128
+ id: number;
1129
+ locale: string;
1130
+ fallbackLocale: import("@intlify/core-base").FallbackLocales<string>;
1131
+ readonly availableLocales: string[];
1132
+ readonly messages: {};
1133
+ readonly datetimeFormats: {};
1134
+ readonly numberFormats: {};
1135
+ readonly modifiers: import("vue-i18n").LinkedModifiers<import("vue-i18n").VueMessageType>;
1136
+ formatter: {
1137
+ interpolate: (message: string, values: any, path: string) => Array<any> | null;
1138
+ };
1139
+ missing: import("vue-i18n").MissingHandler | null;
1140
+ postTranslation: import("vue-i18n").PostTranslationHandler<import("vue-i18n").VueMessageType> | null;
1141
+ silentTranslationWarn: boolean | RegExp;
1142
+ silentFallbackWarn: boolean | RegExp;
1143
+ formatFallbackMessages: boolean;
1144
+ sync: boolean;
1145
+ warnHtmlInMessage: import("vue-i18n").WarnHtmlInMessageLevel;
1146
+ escapeParameterHtml: boolean;
1147
+ preserveDirectiveContent: boolean;
1148
+ pluralizationRules: import("@intlify/core-base").PluralizationRules;
1149
+ t: import("vue-i18n").VueI18nTranslation<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
1150
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
1151
+ }>, never, never, never>;
1152
+ rt: import("vue-i18n").VueI18nResolveLocaleMessageTranslation<string>;
1153
+ tc: import("vue-i18n").VueI18nTranslationChoice<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
1154
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
1155
+ }>, never, never, never>;
1156
+ te: <Str extends string, Key extends never = never>(key: Str | Key, locale?: string | undefined) => boolean;
1157
+ tm: <Key extends string, ResourceKeys extends never = never, Locale extends never = never, Target = import("@intlify/core-base").RemoveIndexSignature<{
1158
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
1159
+ }>, Return = ResourceKeys extends import("@intlify/core-base").ResourcePath<Target> ? import("@intlify/core-base").ResourceValue<Target, ResourceKeys> : Record<string, any>>(key: Key | ResourceKeys) => Return;
1160
+ 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<{
1161
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
1162
+ }> : MessageSchema>(locale: LocaleSchema | Locale) => Return;
1163
+ 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<{
1164
+ [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
1165
+ }> : MessageSchema, Message extends MessageType = MessageType>(locale: LocaleSchema | Locale, message: Message) => void;
1166
+ 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;
1167
+ d: import("vue-i18n").VueI18nDateTimeFormatting<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
1168
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
1169
+ }>, never, never, never>;
1170
+ 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<{
1171
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
1172
+ }> : DateTimeSchema>(locale: LocaleSchema | Locale) => Return;
1173
+ 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<{
1174
+ [x: string]: import("@intlify/core-base").DateTimeFormatOptions;
1175
+ }> : DateTimeSchema, Formats extends FormatsType = FormatsType>(locale: LocaleSchema | Locale, format: Formats) => void;
1176
+ 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;
1177
+ n: import("vue-i18n").VueI18nNumberFormatting<{}, string, import("@intlify/core-base").RemoveIndexSignature<{
1178
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
1179
+ }>, never, never, never>;
1180
+ 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<{
1181
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
1182
+ }> : NumberSchema>(locale: LocaleSchema | Locale) => Return;
1183
+ 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<{
1184
+ [x: string]: import("@intlify/core-base").NumberFormatOptions;
1185
+ }> : NumberSchema, Formats extends FormatsType = FormatsType>(locale: LocaleSchema | Locale, format: Formats) => void;
1186
+ 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;
1187
+ getChoiceIndex: (choice: import("vue-i18n").Choice, choicesLength: number) => number;
1188
+ };
1189
+ readonly allowComposition: boolean;
1190
+ install: (app: App, ...options: unknown[]) => void;
1191
+ dispose: () => void;
1192
+ } | null;
70
1193
  company: string;
71
1194
  companyLogo: string;
72
1195
  color: string;