@hostlink/nuxt-light 1.28.1 → 1.28.3

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 (144) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/module.mjs +2 -4
  3. package/dist/runtime/components/L/CustomField/Add.vue.d.ts +7 -1
  4. package/dist/runtime/components/L/CustomField/List.vue.d.ts +12 -1
  5. package/dist/runtime/components/L/Database/create-table-dialog.vue.d.ts +4 -1
  6. package/dist/runtime/components/L/Fieldset.vue.d.ts +15 -1
  7. package/dist/runtime/components/L/ForgetPasswordDialog.vue.d.ts +1 -1
  8. package/dist/runtime/components/L/Revision.vue.d.ts +8 -1
  9. package/dist/runtime/components/L/Storage.vue.d.ts +6 -1
  10. package/dist/runtime/components/L/System/Setting/authentication.vue.d.ts +18 -1
  11. package/dist/runtime/components/L/System/Setting/developer.vue.d.ts +12 -1
  12. package/dist/runtime/components/L/System/Setting/forget-password.vue.d.ts +13 -1
  13. package/dist/runtime/components/L/System/Setting/general.vue.d.ts +23 -1
  14. package/dist/runtime/components/L/System/Setting/mail.vue.d.ts +19 -1
  15. package/dist/runtime/components/L/System/Setting/modules.vue.d.ts +8 -1
  16. package/dist/runtime/components/L/System/Setting/security.vue.d.ts +32 -1
  17. package/dist/runtime/components/L/User/eventlog.vue.d.ts +5 -1
  18. package/dist/runtime/components/L/User/overview.vue.d.ts +11 -1
  19. package/dist/runtime/components/L/User/userlog.vue.d.ts +5 -1
  20. package/dist/runtime/components/L/ValidationInput.vue.d.ts +6 -1
  21. package/dist/runtime/components/MyTest.vue.d.ts +6 -1
  22. package/dist/runtime/components/l-add-btn.vue.d.ts +10 -1
  23. package/dist/runtime/components/l-alert.vue.d.ts +13 -1
  24. package/dist/runtime/components/l-app-main.vue.d.ts +700 -1
  25. package/dist/runtime/components/l-app.vue.d.ts +8 -1
  26. package/dist/runtime/components/l-audit-card.vue.d.ts +23 -1
  27. package/dist/runtime/components/l-back-btn.vue.d.ts +1 -1
  28. package/dist/runtime/components/l-banner.vue.d.ts +33 -1
  29. package/dist/runtime/components/l-bar.vue.d.ts +29 -1
  30. package/dist/runtime/components/l-btn.vue.d.ts +72 -1
  31. package/dist/runtime/components/l-card.vue.d.ts +82 -1
  32. package/dist/runtime/components/l-checkbox.vue.d.ts +14 -1
  33. package/dist/runtime/components/l-col.vue.d.ts +35 -1
  34. package/dist/runtime/components/l-customizer.vue.d.ts +19 -1
  35. package/dist/runtime/components/l-date-picker.vue +1 -1
  36. package/dist/runtime/components/l-date-picker.vue.d.ts +83 -1
  37. package/dist/runtime/components/l-delete-btn.vue.d.ts +7 -1
  38. package/dist/runtime/components/l-dialog-database-field-add.vue.d.ts +4 -1
  39. package/dist/runtime/components/l-drag-drop-container.vue.d.ts +6 -1
  40. package/dist/runtime/components/l-drag-drop-group.vue.d.ts +13 -1
  41. package/dist/runtime/components/l-drag-drop.vue.d.ts +12 -1
  42. package/dist/runtime/components/l-edit-btn.vue.d.ts +1 -1
  43. package/dist/runtime/components/l-editor.vue.d.ts +14 -1
  44. package/dist/runtime/components/l-facebook-button.vue.d.ts +3 -1
  45. package/dist/runtime/components/l-fav-menu.vue.d.ts +8 -1
  46. package/dist/runtime/components/l-field.vue.d.ts +34 -1
  47. package/dist/runtime/components/l-file-manager-labels.vue.d.ts +3 -1
  48. package/dist/runtime/components/l-file-manager-move.vue.d.ts +7 -1
  49. package/dist/runtime/components/l-file-manager-preview.vue.d.ts +8 -1
  50. package/dist/runtime/components/l-file-manager.vue.d.ts +15 -1
  51. package/dist/runtime/components/l-file-upload.vue.d.ts +129 -1
  52. package/dist/runtime/components/l-file.vue.d.ts +24 -1
  53. package/dist/runtime/components/l-form-dialog.vue.d.ts +24 -1
  54. package/dist/runtime/components/l-form.vue.d.ts +146 -1
  55. package/dist/runtime/components/l-group-select.vue.d.ts +10 -1
  56. package/dist/runtime/components/l-icon-picker.vue.d.ts +19 -1
  57. package/dist/runtime/components/l-input-xlsx.vue.d.ts +9 -1
  58. package/dist/runtime/components/l-input.vue.d.ts +50 -1
  59. package/dist/runtime/components/l-item.vue.d.ts +33 -1
  60. package/dist/runtime/components/l-link.vue.d.ts +15 -1
  61. package/dist/runtime/components/l-list.vue.d.ts +29 -1
  62. package/dist/runtime/components/l-login.vue.d.ts +16 -1
  63. package/dist/runtime/components/l-menu.vue.d.ts +8 -1
  64. package/dist/runtime/components/l-microsoft-button.vue.d.ts +17 -1
  65. package/dist/runtime/components/l-page.vue.d.ts +44 -1
  66. package/dist/runtime/components/l-row.vue.d.ts +20 -1
  67. package/dist/runtime/components/l-save-btn.vue.d.ts +1 -1
  68. package/dist/runtime/components/l-select.vue.d.ts +16 -1
  69. package/dist/runtime/components/l-small-box.vue.d.ts +12 -1
  70. package/dist/runtime/components/l-statistic.vue.d.ts +8 -1
  71. package/dist/runtime/components/l-tab.vue.d.ts +17 -1
  72. package/dist/runtime/components/l-table.vue +10 -10
  73. package/dist/runtime/components/l-table.vue.d.ts +234 -1
  74. package/dist/runtime/components/l-tabs.vue +5 -5
  75. package/dist/runtime/components/l-tabs.vue.d.ts +33 -1
  76. package/dist/runtime/components/l-test2.vue.d.ts +1 -1
  77. package/dist/runtime/components/l-time-picker.vue +1 -1
  78. package/dist/runtime/components/l-time-picker.vue.d.ts +55 -1
  79. package/dist/runtime/components/l-view-btn.vue.d.ts +1 -1
  80. package/dist/runtime/formkit/Checkbox.vue.d.ts +14 -1
  81. package/dist/runtime/formkit/DatePicker.vue.d.ts +14 -1
  82. package/dist/runtime/formkit/Editor.vue.d.ts +13 -1
  83. package/dist/runtime/formkit/File.vue.d.ts +14 -1
  84. package/dist/runtime/formkit/FilePicker.vue.d.ts +14 -1
  85. package/dist/runtime/formkit/FileUpload.vue.d.ts +14 -1
  86. package/dist/runtime/formkit/Form.vue.d.ts +44 -1
  87. package/dist/runtime/formkit/GroupSelect.vue.d.ts +14 -1
  88. package/dist/runtime/formkit/Input.vue.d.ts +43 -1
  89. package/dist/runtime/formkit/InputXlsx.vue.d.ts +13 -1
  90. package/dist/runtime/formkit/OptionGroup.vue.d.ts +6 -1
  91. package/dist/runtime/formkit/Radio.vue.d.ts +13 -1
  92. package/dist/runtime/formkit/Repeater.vue.d.ts +17 -1
  93. package/dist/runtime/formkit/Select.vue.d.ts +14 -1
  94. package/dist/runtime/formkit/TimePicker.vue.d.ts +14 -1
  95. package/dist/runtime/formkit/Toggle.vue.d.ts +24 -1
  96. package/dist/runtime/light.d.ts +46 -46
  97. package/dist/runtime/pages/CustomField/[custom_field_id]/edit.vue.d.ts +1 -1
  98. package/dist/runtime/pages/CustomField/index.vue.d.ts +1 -1
  99. package/dist/runtime/pages/EventLog/_eventlog_id/view.vue.d.ts +1 -1
  100. package/dist/runtime/pages/EventLog/index.vue.d.ts +1 -1
  101. package/dist/runtime/pages/FileManager/index.vue.d.ts +1 -1
  102. package/dist/runtime/pages/MailLog/index.vue.d.ts +1 -1
  103. package/dist/runtime/pages/Permission/add.vue.d.ts +1 -1
  104. package/dist/runtime/pages/Permission/all.vue.d.ts +1 -1
  105. package/dist/runtime/pages/Permission/export.vue.d.ts +1 -1
  106. package/dist/runtime/pages/Permission/index.vue.d.ts +1 -1
  107. package/dist/runtime/pages/Role/_name/update-child.vue.d.ts +1 -1
  108. package/dist/runtime/pages/Role/add.vue.d.ts +1 -1
  109. package/dist/runtime/pages/Role/add2.vue.d.ts +1 -1
  110. package/dist/runtime/pages/Role/index.vue.d.ts +1 -1
  111. package/dist/runtime/pages/System/database/backup.vue.d.ts +1 -1
  112. package/dist/runtime/pages/System/database/process.vue.d.ts +1 -1
  113. package/dist/runtime/pages/System/database/table.vue.d.ts +1 -1
  114. package/dist/runtime/pages/System/fs.vue.d.ts +1 -1
  115. package/dist/runtime/pages/System/index.vue.d.ts +1 -1
  116. package/dist/runtime/pages/System/mailtest.vue.d.ts +1 -1
  117. package/dist/runtime/pages/System/menu/index.vue.d.ts +1 -1
  118. package/dist/runtime/pages/System/package.vue.d.ts +1 -1
  119. package/dist/runtime/pages/System/phpinfo.vue.d.ts +1 -1
  120. package/dist/runtime/pages/System/setting.vue.d.ts +1 -1
  121. package/dist/runtime/pages/System/test.vue.d.ts +1 -1
  122. package/dist/runtime/pages/System/view_as.vue.d.ts +1 -1
  123. package/dist/runtime/pages/SystemValue/_systemvalue_id/edit.vue.d.ts +1 -1
  124. package/dist/runtime/pages/SystemValue/add.vue.d.ts +1 -1
  125. package/dist/runtime/pages/SystemValue/index.vue.d.ts +1 -1
  126. package/dist/runtime/pages/Translate/index.vue.d.ts +1 -1
  127. package/dist/runtime/pages/User/_user_id/change-password.vue.d.ts +1 -1
  128. package/dist/runtime/pages/User/_user_id/edit.vue.d.ts +1 -1
  129. package/dist/runtime/pages/User/_user_id/update-role.vue.d.ts +1 -1
  130. package/dist/runtime/pages/User/_user_id/view.vue.d.ts +1 -1
  131. package/dist/runtime/pages/User/add.vue.d.ts +1 -1
  132. package/dist/runtime/pages/User/index.vue.d.ts +1 -1
  133. package/dist/runtime/pages/User/profile.vue.d.ts +1 -1
  134. package/dist/runtime/pages/User/setting/bio-auth.vue.d.ts +1 -1
  135. package/dist/runtime/pages/User/setting/index.vue.d.ts +1 -1
  136. package/dist/runtime/pages/User/setting/information.vue.d.ts +1 -1
  137. package/dist/runtime/pages/User/setting/my_favorite.vue.d.ts +1 -1
  138. package/dist/runtime/pages/User/setting/open_id.vue.d.ts +1 -1
  139. package/dist/runtime/pages/User/setting/password.vue.d.ts +1 -1
  140. package/dist/runtime/pages/User/setting/style.vue.d.ts +1 -1
  141. package/dist/runtime/pages/User/setting/two-factor-auth.vue.d.ts +1 -1
  142. package/dist/runtime/pages/User/setting.vue.d.ts +1 -1
  143. package/dist/runtime/pages/UserLog/index.vue.d.ts +1 -1
  144. package/package.json +5 -3
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "1.28.1",
3
+ "version": "1.28.3",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": {
6
6
  "type": "git",
@@ -49,10 +49,12 @@
49
49
  "@nuxt/devtools": "latest",
50
50
  "@nuxt/eslint-config": "^0.2.0",
51
51
  "@nuxt/schema": "^3.16.2",
52
- "@nuxt/test-utils": "^3.7.0",
52
+ "@nuxt/test-utils": "^3.17.2",
53
53
  "@types/node": "^22.5.0",
54
54
  "changelogen": "^0.5.4",
55
55
  "eslint": "^8.46.0",
56
- "nuxt": "^3.16.2"
56
+ "nuxt": "^3.16.2",
57
+ "typescript": "^5.8.3",
58
+ "vue-tsc": "^2.2.8"
57
59
  }
58
60
  }