@hostlink/nuxt-light 1.28.0 → 1.28.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/L/CustomField/Add.vue.d.ts +7 -1
  3. package/dist/runtime/components/L/CustomField/List.vue.d.ts +12 -1
  4. package/dist/runtime/components/L/Database/create-table-dialog.vue.d.ts +4 -1
  5. package/dist/runtime/components/L/Fieldset.vue.d.ts +15 -1
  6. package/dist/runtime/components/L/ForgetPasswordDialog.vue.d.ts +1 -1
  7. package/dist/runtime/components/L/Revision.vue.d.ts +8 -1
  8. package/dist/runtime/components/L/Storage.vue.d.ts +6 -1
  9. package/dist/runtime/components/L/System/Setting/authentication.vue.d.ts +18 -1
  10. package/dist/runtime/components/L/System/Setting/developer.vue.d.ts +12 -1
  11. package/dist/runtime/components/L/System/Setting/forget-password.vue.d.ts +13 -1
  12. package/dist/runtime/components/L/System/Setting/general.vue.d.ts +23 -1
  13. package/dist/runtime/components/L/System/Setting/mail.vue.d.ts +19 -1
  14. package/dist/runtime/components/L/System/Setting/modules.vue.d.ts +8 -1
  15. package/dist/runtime/components/L/System/Setting/security.vue.d.ts +32 -1
  16. package/dist/runtime/components/L/User/eventlog.vue.d.ts +5 -1
  17. package/dist/runtime/components/L/User/overview.vue.d.ts +11 -1
  18. package/dist/runtime/components/L/User/userlog.vue.d.ts +5 -1
  19. package/dist/runtime/components/L/ValidationInput.vue.d.ts +6 -1
  20. package/dist/runtime/components/MyTest.vue.d.ts +6 -1
  21. package/dist/runtime/components/l-add-btn.vue.d.ts +10 -1
  22. package/dist/runtime/components/l-alert.vue.d.ts +13 -1
  23. package/dist/runtime/components/l-app-main.vue.d.ts +700 -1
  24. package/dist/runtime/components/l-app.vue.d.ts +8 -1
  25. package/dist/runtime/components/l-audit-card.vue.d.ts +23 -1
  26. package/dist/runtime/components/l-back-btn.vue.d.ts +1 -1
  27. package/dist/runtime/components/l-banner.vue.d.ts +33 -1
  28. package/dist/runtime/components/l-bar.vue.d.ts +29 -1
  29. package/dist/runtime/components/l-btn.vue.d.ts +72 -1
  30. package/dist/runtime/components/l-card.vue.d.ts +82 -1
  31. package/dist/runtime/components/l-checkbox.vue.d.ts +14 -1
  32. package/dist/runtime/components/l-col.vue.d.ts +35 -1
  33. package/dist/runtime/components/l-customizer.vue.d.ts +19 -1
  34. package/dist/runtime/components/l-date-picker.vue.d.ts +87 -1
  35. package/dist/runtime/components/l-delete-btn.vue.d.ts +7 -1
  36. package/dist/runtime/components/l-dialog-database-field-add.vue.d.ts +4 -1
  37. package/dist/runtime/components/l-drag-drop-container.vue.d.ts +6 -1
  38. package/dist/runtime/components/l-drag-drop-group.vue.d.ts +13 -1
  39. package/dist/runtime/components/l-drag-drop.vue.d.ts +12 -1
  40. package/dist/runtime/components/l-edit-btn.vue.d.ts +1 -1
  41. package/dist/runtime/components/l-editor.vue.d.ts +14 -1
  42. package/dist/runtime/components/l-facebook-button.vue.d.ts +3 -1
  43. package/dist/runtime/components/l-fav-menu.vue.d.ts +8 -1
  44. package/dist/runtime/components/l-field.vue.d.ts +34 -1
  45. package/dist/runtime/components/l-file-manager-labels.vue.d.ts +3 -1
  46. package/dist/runtime/components/l-file-manager-move.vue.d.ts +7 -1
  47. package/dist/runtime/components/l-file-manager-preview.vue.d.ts +8 -1
  48. package/dist/runtime/components/l-file-manager.vue.d.ts +15 -1
  49. package/dist/runtime/components/l-file-upload.vue.d.ts +129 -1
  50. package/dist/runtime/components/l-file.vue.d.ts +24 -1
  51. package/dist/runtime/components/l-form-dialog.vue.d.ts +24 -1
  52. package/dist/runtime/components/l-form.vue.d.ts +146 -1
  53. package/dist/runtime/components/l-group-select.vue.d.ts +10 -1
  54. package/dist/runtime/components/l-icon-picker.vue.d.ts +19 -1
  55. package/dist/runtime/components/l-input-xlsx.vue.d.ts +9 -1
  56. package/dist/runtime/components/l-input.vue +3 -5
  57. package/dist/runtime/components/l-input.vue.d.ts +50 -1
  58. package/dist/runtime/components/l-item.vue.d.ts +33 -1
  59. package/dist/runtime/components/l-link.vue.d.ts +15 -1
  60. package/dist/runtime/components/l-list.vue.d.ts +29 -1
  61. package/dist/runtime/components/l-login.vue.d.ts +16 -1
  62. package/dist/runtime/components/l-menu.vue.d.ts +8 -1
  63. package/dist/runtime/components/l-microsoft-button.vue.d.ts +17 -1
  64. package/dist/runtime/components/l-page.vue.d.ts +44 -1
  65. package/dist/runtime/components/l-row.vue.d.ts +20 -1
  66. package/dist/runtime/components/l-save-btn.vue.d.ts +1 -1
  67. package/dist/runtime/components/l-select.vue.d.ts +16 -1
  68. package/dist/runtime/components/l-small-box.vue.d.ts +12 -1
  69. package/dist/runtime/components/l-statistic.vue.d.ts +8 -1
  70. package/dist/runtime/components/l-tab.vue.d.ts +17 -1
  71. package/dist/runtime/components/l-table.vue.d.ts +234 -1
  72. package/dist/runtime/components/l-tabs.vue.d.ts +33 -1
  73. package/dist/runtime/components/l-test2.vue.d.ts +1 -1
  74. package/dist/runtime/components/l-time-picker.vue.d.ts +55 -1
  75. package/dist/runtime/components/l-view-btn.vue.d.ts +1 -1
  76. package/dist/runtime/formkit/Checkbox.vue.d.ts +14 -1
  77. package/dist/runtime/formkit/DatePicker.vue.d.ts +14 -1
  78. package/dist/runtime/formkit/Editor.vue.d.ts +13 -1
  79. package/dist/runtime/formkit/File.vue.d.ts +14 -1
  80. package/dist/runtime/formkit/FilePicker.vue.d.ts +14 -1
  81. package/dist/runtime/formkit/FileUpload.vue.d.ts +14 -1
  82. package/dist/runtime/formkit/Form.vue.d.ts +44 -1
  83. package/dist/runtime/formkit/GroupSelect.vue.d.ts +14 -1
  84. package/dist/runtime/formkit/Input.vue.d.ts +43 -1
  85. package/dist/runtime/formkit/InputXlsx.vue.d.ts +13 -1
  86. package/dist/runtime/formkit/OptionGroup.vue.d.ts +6 -1
  87. package/dist/runtime/formkit/Radio.vue.d.ts +13 -1
  88. package/dist/runtime/formkit/Repeater.vue.d.ts +17 -1
  89. package/dist/runtime/formkit/Select.vue.d.ts +14 -1
  90. package/dist/runtime/formkit/TimePicker.vue.d.ts +14 -1
  91. package/dist/runtime/formkit/Toggle.vue.d.ts +24 -1
  92. package/dist/runtime/light.d.ts +46 -46
  93. package/dist/runtime/pages/CustomField/[custom_field_id]/edit.vue.d.ts +1 -1
  94. package/dist/runtime/pages/CustomField/index.vue.d.ts +1 -1
  95. package/dist/runtime/pages/EventLog/_eventlog_id/view.vue.d.ts +1 -1
  96. package/dist/runtime/pages/EventLog/index.vue.d.ts +1 -1
  97. package/dist/runtime/pages/FileManager/index.vue.d.ts +1 -1
  98. package/dist/runtime/pages/MailLog/index.vue.d.ts +1 -1
  99. package/dist/runtime/pages/Permission/add.vue.d.ts +1 -1
  100. package/dist/runtime/pages/Permission/all.vue.d.ts +1 -1
  101. package/dist/runtime/pages/Permission/export.vue.d.ts +1 -1
  102. package/dist/runtime/pages/Permission/index.vue.d.ts +1 -1
  103. package/dist/runtime/pages/Role/_name/update-child.vue.d.ts +1 -1
  104. package/dist/runtime/pages/Role/add.vue.d.ts +1 -1
  105. package/dist/runtime/pages/Role/add2.vue.d.ts +1 -1
  106. package/dist/runtime/pages/Role/index.vue.d.ts +1 -1
  107. package/dist/runtime/pages/System/database/backup.vue.d.ts +1 -1
  108. package/dist/runtime/pages/System/database/process.vue.d.ts +1 -1
  109. package/dist/runtime/pages/System/database/table.vue.d.ts +1 -1
  110. package/dist/runtime/pages/System/fs.vue.d.ts +1 -1
  111. package/dist/runtime/pages/System/index.vue.d.ts +1 -1
  112. package/dist/runtime/pages/System/mailtest.vue.d.ts +1 -1
  113. package/dist/runtime/pages/System/menu/index.vue.d.ts +1 -1
  114. package/dist/runtime/pages/System/package.vue.d.ts +1 -1
  115. package/dist/runtime/pages/System/phpinfo.vue.d.ts +1 -1
  116. package/dist/runtime/pages/System/setting.vue.d.ts +1 -1
  117. package/dist/runtime/pages/System/test.vue.d.ts +1 -1
  118. package/dist/runtime/pages/System/view_as.vue.d.ts +1 -1
  119. package/dist/runtime/pages/SystemValue/_systemvalue_id/edit.vue.d.ts +1 -1
  120. package/dist/runtime/pages/SystemValue/add.vue.d.ts +1 -1
  121. package/dist/runtime/pages/SystemValue/index.vue.d.ts +1 -1
  122. package/dist/runtime/pages/Translate/index.vue.d.ts +1 -1
  123. package/dist/runtime/pages/User/_user_id/change-password.vue.d.ts +1 -1
  124. package/dist/runtime/pages/User/_user_id/edit.vue.d.ts +1 -1
  125. package/dist/runtime/pages/User/_user_id/update-role.vue.d.ts +1 -1
  126. package/dist/runtime/pages/User/_user_id/view.vue.d.ts +1 -1
  127. package/dist/runtime/pages/User/add.vue.d.ts +1 -1
  128. package/dist/runtime/pages/User/index.vue.d.ts +1 -1
  129. package/dist/runtime/pages/User/profile.vue.d.ts +1 -1
  130. package/dist/runtime/pages/User/setting/bio-auth.vue.d.ts +1 -1
  131. package/dist/runtime/pages/User/setting/index.vue.d.ts +1 -1
  132. package/dist/runtime/pages/User/setting/information.vue.d.ts +1 -1
  133. package/dist/runtime/pages/User/setting/my_favorite.vue.d.ts +1 -1
  134. package/dist/runtime/pages/User/setting/open_id.vue.d.ts +1 -1
  135. package/dist/runtime/pages/User/setting/password.vue.d.ts +1 -1
  136. package/dist/runtime/pages/User/setting/style.vue.d.ts +1 -1
  137. package/dist/runtime/pages/User/setting/two-factor-auth.vue.d.ts +1 -1
  138. package/dist/runtime/pages/User/setting.vue.d.ts +1 -1
  139. package/dist/runtime/pages/UserLog/index.vue.d.ts +1 -1
  140. package/package.json +5 -3
@@ -1,2 +1,14 @@
1
- declare const _default: {};
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
2
  export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ context?: Record<string, any> | undefined;
8
+ $props: {
9
+ readonly context?: Record<string, any> | undefined;
10
+ };
11
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ type __VLS_Slots = {
13
+ default?: ((props: {}) => any) | undefined;
14
+ };
@@ -1,2 +1,7 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ context?: Record<string, any> | undefined;
3
+ $props: {
4
+ readonly context?: Record<string, any> | undefined;
5
+ };
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
7
  export default _default;
@@ -1,2 +1,14 @@
1
- declare const _default: {};
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
2
  export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ context?: Record<string, any> | undefined;
8
+ $props: {
9
+ readonly context?: Record<string, any> | undefined;
10
+ };
11
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ type __VLS_Slots = {
13
+ default?: ((props: {}) => any) | undefined;
14
+ };
@@ -1,2 +1,18 @@
1
- declare const _default: {};
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
2
  export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ context?: Record<string, any> | undefined;
8
+ $props: {
9
+ readonly context?: Record<string, any> | undefined;
10
+ };
11
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ type __VLS_Slots = {
13
+ default?: ((props: {
14
+ value: any;
15
+ index: number;
16
+ node: any;
17
+ }) => any) | undefined;
18
+ };
@@ -1,2 +1,15 @@
1
- declare const _default: {};
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
2
  export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ context?: Record<string, any> | undefined;
8
+ $props: {
9
+ readonly context?: Record<string, any> | undefined;
10
+ };
11
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ type __VLS_Slots = {
13
+ [x: string]: ((props: any) => any) | undefined;
14
+ [x: number]: ((props: any) => any) | undefined;
15
+ };
@@ -1,2 +1,15 @@
1
- declare const _default: {};
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
2
  export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ context?: Record<string, any> | undefined;
8
+ $props: {
9
+ readonly context?: Record<string, any> | undefined;
10
+ };
11
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ type __VLS_Slots = {
13
+ [x: string]: ((props: any) => any) | undefined;
14
+ [x: number]: ((props: any) => any) | undefined;
15
+ };
@@ -1,2 +1,25 @@
1
- declare const _default: {};
1
+ declare const value: import("vue").WritableComputedRef<any, any>;
2
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
3
+ declare var __VLS_6: {};
4
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
5
+ default?: (props: typeof __VLS_6) => any;
6
+ }>;
7
+ declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ context: ObjectConstructor;
9
+ }>, {
10
+ value: typeof value;
11
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
+ context: ObjectConstructor;
13
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
15
+ context: ObjectConstructor;
16
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
+ context: ObjectConstructor;
18
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
19
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
20
  export default _default;
21
+ type __VLS_WithSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
24
+ };
25
+ };
@@ -225,18 +225,18 @@ declare const light: {
225
225
  isoName: string;
226
226
  nativeName: string;
227
227
  label: {
228
+ cancel: string;
229
+ close: string;
230
+ reset: string;
228
231
  select: string;
232
+ filter: string;
229
233
  clear: string;
230
- set: string;
231
234
  search: string;
235
+ set: string;
232
236
  remove: string;
233
237
  ok: string;
234
- cancel: string;
235
- close: string;
236
- reset: string;
237
238
  update: string;
238
239
  create: string;
239
- filter: string;
240
240
  refresh: string;
241
241
  expand: (label?: string | undefined) => string;
242
242
  collapse: (label?: string | undefined) => string;
@@ -256,21 +256,24 @@ declare const light: {
256
256
  }) => string) | undefined;
257
257
  };
258
258
  table: {
259
+ columns: string;
259
260
  loading: string;
260
261
  noData: string;
261
262
  noResults: string;
262
263
  recordsPerPage: string;
263
264
  allRows: string;
264
- columns: string;
265
265
  selectedRecords: (rows: number) => string;
266
266
  pagination: (start: number, end: number, total: number) => string;
267
267
  };
268
268
  editor: {
269
+ align: string;
270
+ fontSize: string;
269
271
  left: string;
270
272
  right: string;
271
- center: string;
272
273
  bold: string;
273
- align: string;
274
+ center: string;
275
+ code: string;
276
+ hr: string;
274
277
  url: string;
275
278
  italic: string;
276
279
  strikethrough: string;
@@ -288,8 +291,6 @@ declare const light: {
288
291
  indent: string;
289
292
  removeFormat: string;
290
293
  formatting: string;
291
- fontSize: string;
292
- hr: string;
293
294
  undo: string;
294
295
  redo: string;
295
296
  heading1: string;
@@ -299,7 +300,6 @@ declare const light: {
299
300
  heading5: string;
300
301
  heading6: string;
301
302
  paragraph: string;
302
- code: string;
303
303
  size1: string;
304
304
  size2: string;
305
305
  size3: string;
@@ -319,10 +319,10 @@ declare const light: {
319
319
  set: (iconSet: import("quasar").QuasarIconSet) => void;
320
320
  name: string;
321
321
  type: {
322
- positive: string;
323
- negative: string;
324
322
  info: string;
325
323
  warning: string;
324
+ negative: string;
325
+ positive: string;
326
326
  };
327
327
  arrow: {
328
328
  left: string;
@@ -351,8 +351,8 @@ declare const light: {
351
351
  navigationIcon: string;
352
352
  };
353
353
  chip: {
354
- remove: string;
355
354
  selected: string;
355
+ remove: string;
356
356
  };
357
357
  datetime: {
358
358
  arrowLeft: string;
@@ -361,12 +361,16 @@ declare const light: {
361
361
  today: string;
362
362
  };
363
363
  editor: {
364
- size: string;
364
+ align: string;
365
+ font: string;
366
+ fontSize: string;
365
367
  left: string;
366
368
  right: string;
367
- center: string;
368
369
  bold: string;
369
- align: string;
370
+ size: string;
371
+ center: string;
372
+ code: string;
373
+ hr: string;
370
374
  italic: string;
371
375
  strikethrough: string;
372
376
  underline: string;
@@ -383,14 +387,10 @@ declare const light: {
383
387
  indent: string;
384
388
  removeFormat: string;
385
389
  formatting: string;
386
- fontSize: string;
387
- hr: string;
388
390
  undo: string;
389
391
  redo: string;
390
- code: string;
391
392
  viewSource: string;
392
393
  heading: string;
393
- font: string;
394
394
  heading1?: string | undefined;
395
395
  heading2?: string | undefined;
396
396
  heading3?: string | undefined;
@@ -414,8 +414,8 @@ declare const light: {
414
414
  activeIcon: string;
415
415
  };
416
416
  field: {
417
- clear: string;
418
417
  error: string;
418
+ clear: string;
419
419
  };
420
420
  pagination: {
421
421
  first: string;
@@ -449,8 +449,8 @@ declare const light: {
449
449
  icon: string;
450
450
  };
451
451
  uploader: {
452
- clear: string;
453
452
  done: string;
453
+ clear: string;
454
454
  add: string;
455
455
  upload: string;
456
456
  removeQueue: string;
@@ -832,18 +832,18 @@ export declare const useLight: () => {
832
832
  isoName: string;
833
833
  nativeName: string;
834
834
  label: {
835
+ cancel: string;
836
+ close: string;
837
+ reset: string;
835
838
  select: string;
839
+ filter: string;
836
840
  clear: string;
837
- set: string;
838
841
  search: string;
842
+ set: string;
839
843
  remove: string;
840
844
  ok: string;
841
- cancel: string;
842
- close: string;
843
- reset: string;
844
845
  update: string;
845
846
  create: string;
846
- filter: string;
847
847
  refresh: string;
848
848
  expand: (label?: string | undefined) => string;
849
849
  collapse: (label?: string | undefined) => string;
@@ -863,21 +863,24 @@ export declare const useLight: () => {
863
863
  }) => string) | undefined;
864
864
  };
865
865
  table: {
866
+ columns: string;
866
867
  loading: string;
867
868
  noData: string;
868
869
  noResults: string;
869
870
  recordsPerPage: string;
870
871
  allRows: string;
871
- columns: string;
872
872
  selectedRecords: (rows: number) => string;
873
873
  pagination: (start: number, end: number, total: number) => string;
874
874
  };
875
875
  editor: {
876
+ align: string;
877
+ fontSize: string;
876
878
  left: string;
877
879
  right: string;
878
- center: string;
879
880
  bold: string;
880
- align: string;
881
+ center: string;
882
+ code: string;
883
+ hr: string;
881
884
  url: string;
882
885
  italic: string;
883
886
  strikethrough: string;
@@ -895,8 +898,6 @@ export declare const useLight: () => {
895
898
  indent: string;
896
899
  removeFormat: string;
897
900
  formatting: string;
898
- fontSize: string;
899
- hr: string;
900
901
  undo: string;
901
902
  redo: string;
902
903
  heading1: string;
@@ -906,7 +907,6 @@ export declare const useLight: () => {
906
907
  heading5: string;
907
908
  heading6: string;
908
909
  paragraph: string;
909
- code: string;
910
910
  size1: string;
911
911
  size2: string;
912
912
  size3: string;
@@ -926,10 +926,10 @@ export declare const useLight: () => {
926
926
  set: (iconSet: import("quasar").QuasarIconSet) => void;
927
927
  name: string;
928
928
  type: {
929
- positive: string;
930
- negative: string;
931
929
  info: string;
932
930
  warning: string;
931
+ negative: string;
932
+ positive: string;
933
933
  };
934
934
  arrow: {
935
935
  left: string;
@@ -958,8 +958,8 @@ export declare const useLight: () => {
958
958
  navigationIcon: string;
959
959
  };
960
960
  chip: {
961
- remove: string;
962
961
  selected: string;
962
+ remove: string;
963
963
  };
964
964
  datetime: {
965
965
  arrowLeft: string;
@@ -968,12 +968,16 @@ export declare const useLight: () => {
968
968
  today: string;
969
969
  };
970
970
  editor: {
971
- size: string;
971
+ align: string;
972
+ font: string;
973
+ fontSize: string;
972
974
  left: string;
973
975
  right: string;
974
- center: string;
975
976
  bold: string;
976
- align: string;
977
+ size: string;
978
+ center: string;
979
+ code: string;
980
+ hr: string;
977
981
  italic: string;
978
982
  strikethrough: string;
979
983
  underline: string;
@@ -990,14 +994,10 @@ export declare const useLight: () => {
990
994
  indent: string;
991
995
  removeFormat: string;
992
996
  formatting: string;
993
- fontSize: string;
994
- hr: string;
995
997
  undo: string;
996
998
  redo: string;
997
- code: string;
998
999
  viewSource: string;
999
1000
  heading: string;
1000
- font: string;
1001
1001
  heading1?: string | undefined;
1002
1002
  heading2?: string | undefined;
1003
1003
  heading3?: string | undefined;
@@ -1021,8 +1021,8 @@ export declare const useLight: () => {
1021
1021
  activeIcon: string;
1022
1022
  };
1023
1023
  field: {
1024
- clear: string;
1025
1024
  error: string;
1025
+ clear: string;
1026
1026
  };
1027
1027
  pagination: {
1028
1028
  first: string;
@@ -1056,8 +1056,8 @@ export declare const useLight: () => {
1056
1056
  icon: string;
1057
1057
  };
1058
1058
  uploader: {
1059
- clear: string;
1060
1059
  done: string;
1060
+ clear: string;
1061
1061
  add: string;
1062
1062
  upload: string;
1063
1063
  removeQueue: string;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;