@hostlink/nuxt-light 1.53.0 → 1.54.0
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.
- package/dist/module.json +1 -1
- package/dist/module.mjs +9 -3
- package/dist/runtime/components/L/CustomField/Add.d.vue.ts +9 -6
- package/dist/runtime/components/L/CustomField/Add.vue.d.ts +9 -6
- package/dist/runtime/components/L/CustomField/List.d.vue.ts +2 -5
- package/dist/runtime/components/L/CustomField/List.vue.d.ts +2 -5
- package/dist/runtime/components/L/Database/create-table-dialog.d.vue.ts +7 -4
- package/dist/runtime/components/L/Database/create-table-dialog.vue.d.ts +7 -4
- package/dist/runtime/components/L/Fieldset.d.vue.ts +8 -6
- package/dist/runtime/components/L/Fieldset.vue.d.ts +8 -6
- package/dist/runtime/components/L/ForgetPasswordDialog.d.vue.ts +2 -1
- package/dist/runtime/components/L/ForgetPasswordDialog.vue +2 -1
- package/dist/runtime/components/L/ForgetPasswordDialog.vue.d.ts +2 -1
- package/dist/runtime/components/L/Revision.d.vue.ts +8 -6
- package/dist/runtime/components/L/Revision.vue.d.ts +8 -6
- package/dist/runtime/components/L/Storage.d.vue.ts +7 -5
- package/dist/runtime/components/L/Storage.vue.d.ts +7 -5
- package/dist/runtime/components/L/System/Setting/authentication.d.vue.ts +3 -8
- package/dist/runtime/components/L/System/Setting/authentication.vue.d.ts +3 -8
- package/dist/runtime/components/L/System/Setting/developer.d.vue.ts +3 -5
- package/dist/runtime/components/L/System/Setting/developer.vue.d.ts +3 -5
- package/dist/runtime/components/L/System/Setting/forget-password.d.vue.ts +3 -6
- package/dist/runtime/components/L/System/Setting/forget-password.vue.d.ts +3 -6
- package/dist/runtime/components/L/System/Setting/general.d.vue.ts +3 -7
- package/dist/runtime/components/L/System/Setting/general.vue.d.ts +3 -7
- package/dist/runtime/components/L/System/Setting/mail.d.vue.ts +3 -4
- package/dist/runtime/components/L/System/Setting/mail.vue.d.ts +3 -4
- package/dist/runtime/components/L/System/Setting/modules.d.vue.ts +2 -1
- package/dist/runtime/components/L/System/Setting/modules.vue.d.ts +2 -1
- package/dist/runtime/components/L/System/Setting/security.d.vue.ts +3 -15
- package/dist/runtime/components/L/System/Setting/security.vue.d.ts +3 -15
- package/dist/runtime/components/L/User/eventlog.d.vue.ts +2 -1
- package/dist/runtime/components/L/User/eventlog.vue.d.ts +2 -1
- package/dist/runtime/components/L/User/overview.d.vue.ts +2 -1
- package/dist/runtime/components/L/User/overview.vue.d.ts +2 -1
- package/dist/runtime/components/L/User/userlog.d.vue.ts +2 -1
- package/dist/runtime/components/L/User/userlog.vue.d.ts +2 -1
- package/dist/runtime/components/L/ValidationInput.d.vue.ts +7 -5
- package/dist/runtime/components/L/ValidationInput.vue.d.ts +7 -5
- package/dist/runtime/components/MyTest.d.vue.ts +7 -5
- package/dist/runtime/components/MyTest.vue.d.ts +7 -5
- package/dist/runtime/components/l-action-btn.d.vue.ts +5 -4
- package/dist/runtime/components/l-action-btn.vue.d.ts +5 -4
- package/dist/runtime/components/l-add-btn.d.vue.ts +9 -7
- package/dist/runtime/components/l-add-btn.vue.d.ts +9 -7
- package/dist/runtime/components/l-alert.d.vue.ts +7 -5
- package/dist/runtime/components/l-alert.vue.d.ts +7 -5
- package/dist/runtime/components/l-app-main.d.vue.ts +8 -7
- package/dist/runtime/components/l-app-main.vue +5 -5
- package/dist/runtime/components/l-app-main.vue.d.ts +8 -7
- package/dist/runtime/components/l-app.d.vue.ts +3 -2
- package/dist/runtime/components/l-app.vue.d.ts +3 -2
- package/dist/runtime/components/l-audit-card.d.vue.ts +4 -3
- package/dist/runtime/components/l-audit-card.vue.d.ts +4 -3
- package/dist/runtime/components/l-back-btn.d.vue.ts +2 -1
- package/dist/runtime/components/l-back-btn.vue.d.ts +2 -1
- package/dist/runtime/components/l-banner.d.vue.ts +5 -7
- package/dist/runtime/components/l-banner.vue.d.ts +5 -7
- package/dist/runtime/components/l-bar.d.vue.ts +5 -7
- package/dist/runtime/components/l-bar.vue.d.ts +5 -7
- package/dist/runtime/components/l-btn.d.vue.ts +3 -7
- package/dist/runtime/components/l-btn.vue.d.ts +3 -7
- package/dist/runtime/components/l-card.d.vue.ts +9 -11
- package/dist/runtime/components/l-card.vue.d.ts +9 -11
- package/dist/runtime/components/l-checkbox.d.vue.ts +5 -6
- package/dist/runtime/components/l-checkbox.vue.d.ts +5 -6
- package/dist/runtime/components/l-col.d.vue.ts +3 -7
- package/dist/runtime/components/l-col.vue.d.ts +3 -7
- package/dist/runtime/components/l-customizer.d.vue.ts +17 -14
- package/dist/runtime/components/l-customizer.vue.d.ts +17 -14
- package/dist/runtime/components/l-date-picker.d.vue.ts +8 -19
- package/dist/runtime/components/l-date-picker.vue.d.ts +8 -19
- package/dist/runtime/components/l-delete-btn.d.vue.ts +9 -6
- package/dist/runtime/components/l-delete-btn.vue.d.ts +9 -6
- package/dist/runtime/components/l-dialog-database-field-add.d.vue.ts +7 -4
- package/dist/runtime/components/l-dialog-database-field-add.vue.d.ts +7 -4
- package/dist/runtime/components/l-drag-drop-container.d.vue.ts +7 -5
- package/dist/runtime/components/l-drag-drop-container.vue.d.ts +7 -5
- package/dist/runtime/components/l-drag-drop-group.d.vue.ts +3 -2
- package/dist/runtime/components/l-drag-drop-group.vue.d.ts +3 -2
- package/dist/runtime/components/l-drag-drop.d.vue.ts +4 -2
- package/dist/runtime/components/l-drag-drop.vue.d.ts +4 -2
- package/dist/runtime/components/l-edit-btn.d.vue.ts +2 -1
- package/dist/runtime/components/l-edit-btn.vue.d.ts +2 -1
- package/dist/runtime/components/l-editor.d.vue.ts +3 -8
- package/dist/runtime/components/l-editor.vue.d.ts +3 -8
- package/dist/runtime/components/l-facebook-button.d.vue.ts +5 -3
- package/dist/runtime/components/l-facebook-button.vue.d.ts +5 -3
- package/dist/runtime/components/l-fav-menu.d.vue.ts +9 -7
- package/dist/runtime/components/l-fav-menu.vue.d.ts +9 -7
- package/dist/runtime/components/l-field.d.vue.ts +5 -14
- package/dist/runtime/components/l-field.vue +1 -1
- package/dist/runtime/components/l-field.vue.d.ts +5 -14
- package/dist/runtime/components/l-file-manager-labels.d.vue.ts +5 -3
- package/dist/runtime/components/l-file-manager-labels.vue.d.ts +5 -3
- package/dist/runtime/components/l-file-manager-move.d.vue.ts +9 -6
- package/dist/runtime/components/l-file-manager-move.vue +2 -1
- package/dist/runtime/components/l-file-manager-move.vue.d.ts +9 -6
- package/dist/runtime/components/l-file-manager-preview.d.vue.ts +8 -6
- package/dist/runtime/components/l-file-manager-preview.vue +2 -1
- package/dist/runtime/components/l-file-manager-preview.vue.d.ts +8 -6
- package/dist/runtime/components/l-file-manager.d.vue.ts +14 -11
- package/dist/runtime/components/l-file-manager.vue +10 -13
- package/dist/runtime/components/l-file-manager.vue.d.ts +14 -11
- package/dist/runtime/components/l-file-upload.d.vue.ts +8 -17
- package/dist/runtime/components/l-file-upload.vue.d.ts +8 -17
- package/dist/runtime/components/l-file.d.vue.ts +3 -10
- package/dist/runtime/components/l-file.vue.d.ts +3 -10
- package/dist/runtime/components/l-form-dialog.d.vue.ts +14 -11
- package/dist/runtime/components/l-form-dialog.vue.d.ts +14 -11
- package/dist/runtime/components/l-form.d.vue.ts +5 -4
- package/dist/runtime/components/l-form.vue.d.ts +5 -4
- package/dist/runtime/components/l-group-select.d.vue.ts +9 -7
- package/dist/runtime/components/l-group-select.vue.d.ts +9 -7
- package/dist/runtime/components/l-icon-picker.d.vue.ts +2 -7
- package/dist/runtime/components/l-icon-picker.vue.d.ts +2 -7
- package/dist/runtime/components/l-input-select.d.vue.ts +6 -16
- package/dist/runtime/components/l-input-select.vue.d.ts +6 -16
- package/dist/runtime/components/l-input-xlsx.d.vue.ts +4 -3
- package/dist/runtime/components/l-input-xlsx.vue.d.ts +4 -3
- package/dist/runtime/components/l-input.d.vue.ts +8 -16
- package/dist/runtime/components/l-input.vue.d.ts +8 -16
- package/dist/runtime/components/l-item.d.vue.ts +7 -10
- package/dist/runtime/components/l-item.vue.d.ts +7 -10
- package/dist/runtime/components/l-link.d.vue.ts +8 -6
- package/dist/runtime/components/l-link.vue.d.ts +8 -6
- package/dist/runtime/components/l-list.d.vue.ts +5 -8
- package/dist/runtime/components/l-list.vue.d.ts +5 -8
- package/dist/runtime/components/l-login.d.vue.ts +2 -1
- package/dist/runtime/components/l-login.vue +5 -3
- package/dist/runtime/components/l-login.vue.d.ts +2 -1
- package/dist/runtime/components/l-menu.d.vue.ts +9 -7
- package/dist/runtime/components/l-menu.vue.d.ts +9 -7
- package/dist/runtime/components/l-microsoft-button.d.vue.ts +2 -1
- package/dist/runtime/components/l-microsoft-button.vue.d.ts +2 -1
- package/dist/runtime/components/l-page.d.vue.ts +6 -10
- package/dist/runtime/components/l-page.vue.d.ts +6 -10
- package/dist/runtime/components/l-row.d.vue.ts +3 -4
- package/dist/runtime/components/l-row.vue.d.ts +3 -4
- package/dist/runtime/components/l-save-btn.d.vue.ts +2 -1
- package/dist/runtime/components/l-save-btn.vue.d.ts +2 -1
- package/dist/runtime/components/l-select.d.vue.ts +2 -17
- package/dist/runtime/components/l-select.vue.d.ts +2 -17
- package/dist/runtime/components/l-small-box.d.vue.ts +2 -6
- package/dist/runtime/components/l-small-box.vue.d.ts +2 -6
- package/dist/runtime/components/l-statistic.d.vue.ts +8 -6
- package/dist/runtime/components/l-statistic.vue.d.ts +8 -6
- package/dist/runtime/components/l-tab.d.vue.ts +5 -4
- package/dist/runtime/components/l-tab.vue.d.ts +5 -4
- package/dist/runtime/components/l-table.d.vue.ts +10 -30
- package/dist/runtime/components/l-table.vue.d.ts +10 -30
- package/dist/runtime/components/l-tabs.d.vue.ts +9 -10
- package/dist/runtime/components/l-tabs.vue.d.ts +9 -10
- package/dist/runtime/components/l-test2.d.vue.ts +2 -1
- package/dist/runtime/components/l-test2.vue.d.ts +2 -1
- package/dist/runtime/components/l-time-picker.d.vue.ts +8 -11
- package/dist/runtime/components/l-time-picker.vue.d.ts +8 -11
- package/dist/runtime/components/l-view-btn.d.vue.ts +2 -1
- package/dist/runtime/components/l-view-btn.vue.d.ts +2 -1
- package/dist/runtime/components/user-list.d.vue.ts +7 -5
- package/dist/runtime/components/user-list.vue.d.ts +7 -5
- package/dist/runtime/composables/collect.d.ts +1 -2
- package/dist/runtime/composables/collect.js +3 -2
- package/dist/runtime/composables/defineLightModel.js +2 -2
- package/dist/runtime/composables/f.d.ts +3 -0
- package/dist/runtime/composables/getCurrentUser.d.ts +1 -2
- package/dist/runtime/composables/getCurrentUser.js +4 -9
- package/dist/runtime/composables/getGQLFields.js +2 -2
- package/dist/runtime/composables/getModelField.js +2 -2
- package/dist/runtime/composables/getObject.d.ts +3 -0
- package/dist/runtime/composables/m.js +16 -2
- package/dist/runtime/composables/model.d.ts +2 -2
- package/dist/runtime/composables/model.js +2 -2
- package/dist/runtime/composables/sv.js +2 -2
- package/dist/runtime/composables/toJson.d.ts +3 -0
- package/dist/runtime/composables/useEntityId.d.ts +2 -0
- package/dist/runtime/composables/useEntityId.js +11 -0
- package/dist/runtime/composables/useLight.d.ts +14 -14
- package/dist/runtime/composables/useLight.js +1 -1
- package/dist/runtime/composables/{list.d.ts → useList.d.ts} +1 -2
- package/dist/runtime/composables/useList.js +37 -0
- package/dist/runtime/composables/useObject.d.ts +2 -1
- package/dist/runtime/composables/useObject.js +23 -38
- package/dist/runtime/composables/useRoles.js +1 -1
- package/dist/runtime/composables/useWebAuthn.d.ts +2 -4
- package/dist/runtime/composables/useWebAuthn.js +2 -3
- package/dist/runtime/formkit/Checkbox.d.vue.ts +7 -5
- package/dist/runtime/formkit/Checkbox.vue.d.ts +7 -5
- package/dist/runtime/formkit/DatePicker.d.vue.ts +7 -5
- package/dist/runtime/formkit/DatePicker.vue.d.ts +7 -5
- package/dist/runtime/formkit/Editor.d.vue.ts +7 -5
- package/dist/runtime/formkit/Editor.vue.d.ts +7 -5
- package/dist/runtime/formkit/File.d.vue.ts +7 -5
- package/dist/runtime/formkit/File.vue.d.ts +7 -5
- package/dist/runtime/formkit/FilePicker.d.vue.ts +7 -5
- package/dist/runtime/formkit/FilePicker.vue.d.ts +7 -5
- package/dist/runtime/formkit/FileUpload.d.vue.ts +7 -5
- package/dist/runtime/formkit/FileUpload.vue.d.ts +7 -5
- package/dist/runtime/formkit/Form.d.vue.ts +5 -4
- package/dist/runtime/formkit/Form.vue.d.ts +5 -4
- package/dist/runtime/formkit/GroupSelect.d.vue.ts +7 -5
- package/dist/runtime/formkit/GroupSelect.vue.d.ts +7 -5
- package/dist/runtime/formkit/Input.d.vue.ts +5 -4
- package/dist/runtime/formkit/Input.vue.d.ts +5 -4
- package/dist/runtime/formkit/InputSelect.d.vue.ts +5 -4
- package/dist/runtime/formkit/InputSelect.vue.d.ts +5 -4
- package/dist/runtime/formkit/InputXlsx.d.vue.ts +7 -5
- package/dist/runtime/formkit/InputXlsx.vue.d.ts +7 -5
- package/dist/runtime/formkit/OptionGroup.d.vue.ts +7 -5
- package/dist/runtime/formkit/OptionGroup.vue.d.ts +7 -5
- package/dist/runtime/formkit/Radio.d.vue.ts +7 -5
- package/dist/runtime/formkit/Radio.vue.d.ts +7 -5
- package/dist/runtime/formkit/Repeater.d.vue.ts +7 -5
- package/dist/runtime/formkit/Repeater.vue +39 -12
- package/dist/runtime/formkit/Repeater.vue.d.ts +7 -5
- package/dist/runtime/formkit/Select.d.vue.ts +7 -5
- package/dist/runtime/formkit/Select.vue.d.ts +7 -5
- package/dist/runtime/formkit/Textarea.d.vue.ts +5 -4
- package/dist/runtime/formkit/Textarea.vue.d.ts +5 -4
- package/dist/runtime/formkit/TimePicker.d.vue.ts +7 -5
- package/dist/runtime/formkit/TimePicker.vue.d.ts +7 -5
- package/dist/runtime/formkit/Toggle.d.vue.ts +5 -4
- package/dist/runtime/formkit/Toggle.vue.d.ts +5 -4
- package/dist/runtime/pages/CustomField/[custom_field_id]/edit.d.vue.ts +2 -1
- package/dist/runtime/pages/CustomField/[custom_field_id]/edit.vue +14 -2
- package/dist/runtime/pages/CustomField/[custom_field_id]/edit.vue.d.ts +2 -1
- package/dist/runtime/pages/CustomField/index.d.vue.ts +2 -1
- package/dist/runtime/pages/CustomField/index.vue.d.ts +2 -1
- package/dist/runtime/pages/EventLog/_eventlog_id/view.d.vue.ts +2 -1
- package/dist/runtime/pages/EventLog/_eventlog_id/view.vue +13 -3
- package/dist/runtime/pages/EventLog/_eventlog_id/view.vue.d.ts +2 -1
- package/dist/runtime/pages/EventLog/index.d.vue.ts +2 -1
- package/dist/runtime/pages/EventLog/index.vue.d.ts +2 -1
- package/dist/runtime/pages/FileManager/index.d.vue.ts +2 -1
- package/dist/runtime/pages/FileManager/index.vue.d.ts +2 -1
- package/dist/runtime/pages/MailLog/index.d.vue.ts +2 -1
- package/dist/runtime/pages/MailLog/index.vue.d.ts +2 -1
- package/dist/runtime/pages/Permission/add.d.vue.ts +2 -1
- package/dist/runtime/pages/Permission/add.vue +3 -2
- package/dist/runtime/pages/Permission/add.vue.d.ts +2 -1
- package/dist/runtime/pages/Permission/all.d.vue.ts +2 -1
- package/dist/runtime/pages/Permission/all.vue +2 -2
- package/dist/runtime/pages/Permission/all.vue.d.ts +2 -1
- package/dist/runtime/pages/Permission/export.d.vue.ts +2 -1
- package/dist/runtime/pages/Permission/export.vue +2 -2
- package/dist/runtime/pages/Permission/export.vue.d.ts +2 -1
- package/dist/runtime/pages/Permission/index.d.vue.ts +2 -1
- package/dist/runtime/pages/Permission/index.vue.d.ts +2 -1
- package/dist/runtime/pages/Role/_name/update-child.d.vue.ts +2 -1
- package/dist/runtime/pages/Role/_name/update-child.vue.d.ts +2 -1
- package/dist/runtime/pages/Role/add.d.vue.ts +2 -1
- package/dist/runtime/pages/Role/add.vue +7 -3
- package/dist/runtime/pages/Role/add.vue.d.ts +2 -1
- package/dist/runtime/pages/Role/add2.d.vue.ts +2 -1
- package/dist/runtime/pages/Role/add2.vue +2 -2
- package/dist/runtime/pages/Role/add2.vue.d.ts +2 -1
- package/dist/runtime/pages/Role/index.d.vue.ts +2 -1
- package/dist/runtime/pages/Role/index.vue.d.ts +2 -1
- package/dist/runtime/pages/System/database/backup.d.vue.ts +2 -1
- package/dist/runtime/pages/System/database/backup.vue.d.ts +2 -1
- package/dist/runtime/pages/System/database/check.d.vue.ts +2 -1
- package/dist/runtime/pages/System/database/check.vue.d.ts +2 -1
- package/dist/runtime/pages/System/database/event.d.vue.ts +2 -1
- package/dist/runtime/pages/System/database/event.vue.d.ts +2 -1
- package/dist/runtime/pages/System/database/process.d.vue.ts +2 -1
- package/dist/runtime/pages/System/database/process.vue.d.ts +2 -1
- package/dist/runtime/pages/System/database/restore.d.vue.ts +2 -1
- package/dist/runtime/pages/System/database/restore.vue.d.ts +2 -1
- package/dist/runtime/pages/System/database/table.d.vue.ts +2 -1
- package/dist/runtime/pages/System/database/table.vue +2 -2
- package/dist/runtime/pages/System/database/table.vue.d.ts +2 -1
- package/dist/runtime/pages/System/fs.d.vue.ts +2 -1
- package/dist/runtime/pages/System/fs.vue.d.ts +2 -1
- package/dist/runtime/pages/System/index.d.vue.ts +2 -1
- package/dist/runtime/pages/System/index.vue.d.ts +2 -1
- package/dist/runtime/pages/System/mailtest.d.vue.ts +2 -1
- package/dist/runtime/pages/System/mailtest.vue.d.ts +2 -1
- package/dist/runtime/pages/System/menu/index.d.vue.ts +2 -1
- package/dist/runtime/pages/System/menu/index.vue.d.ts +2 -1
- package/dist/runtime/pages/System/package.d.vue.ts +2 -1
- package/dist/runtime/pages/System/package.vue.d.ts +2 -1
- package/dist/runtime/pages/System/phpinfo.d.vue.ts +2 -1
- package/dist/runtime/pages/System/phpinfo.vue.d.ts +2 -1
- package/dist/runtime/pages/System/setting.d.vue.ts +2 -1
- package/dist/runtime/pages/System/setting.vue +1 -1
- package/dist/runtime/pages/System/setting.vue.d.ts +2 -1
- package/dist/runtime/pages/System/test.d.vue.ts +2 -1
- package/dist/runtime/pages/System/test.vue.d.ts +2 -1
- package/dist/runtime/pages/System/view_as.d.vue.ts +2 -1
- package/dist/runtime/pages/System/view_as.vue.d.ts +2 -1
- package/dist/runtime/pages/SystemValue/_systemvalue_id/edit.d.vue.ts +2 -1
- package/dist/runtime/pages/SystemValue/_systemvalue_id/edit.vue +7 -4
- package/dist/runtime/pages/SystemValue/_systemvalue_id/edit.vue.d.ts +2 -1
- package/dist/runtime/pages/SystemValue/add.d.vue.ts +2 -1
- package/dist/runtime/pages/SystemValue/add.vue.d.ts +2 -1
- package/dist/runtime/pages/SystemValue/index.d.vue.ts +2 -1
- package/dist/runtime/pages/SystemValue/index.vue.d.ts +2 -1
- package/dist/runtime/pages/Translate/index.d.vue.ts +2 -1
- package/dist/runtime/pages/Translate/index.vue +10 -6
- package/dist/runtime/pages/Translate/index.vue.d.ts +2 -1
- package/dist/runtime/pages/User/_user_id/change-password.d.vue.ts +2 -1
- package/dist/runtime/pages/User/_user_id/change-password.vue.d.ts +2 -1
- package/dist/runtime/pages/User/_user_id/edit.d.vue.ts +2 -1
- package/dist/runtime/pages/User/_user_id/edit.vue +19 -18
- package/dist/runtime/pages/User/_user_id/edit.vue.d.ts +2 -1
- package/dist/runtime/pages/User/_user_id/update-role.d.vue.ts +2 -1
- package/dist/runtime/pages/User/_user_id/update-role.vue +8 -5
- package/dist/runtime/pages/User/_user_id/update-role.vue.d.ts +2 -1
- package/dist/runtime/pages/User/_user_id/view.d.vue.ts +2 -1
- package/dist/runtime/pages/User/_user_id/view.vue +4 -10
- package/dist/runtime/pages/User/_user_id/view.vue.d.ts +2 -1
- package/dist/runtime/pages/User/add.d.vue.ts +2 -1
- package/dist/runtime/pages/User/add.vue.d.ts +2 -1
- package/dist/runtime/pages/User/index.d.vue.ts +2 -1
- package/dist/runtime/pages/User/index.vue.d.ts +2 -1
- package/dist/runtime/pages/User/profile.d.vue.ts +2 -1
- package/dist/runtime/pages/User/profile.vue.d.ts +2 -1
- package/dist/runtime/pages/User/setting/bio-auth.d.vue.ts +2 -1
- package/dist/runtime/pages/User/setting/bio-auth.vue +21 -32
- package/dist/runtime/pages/User/setting/bio-auth.vue.d.ts +2 -1
- package/dist/runtime/pages/User/setting/favorite.d.vue.ts +2 -1
- package/dist/runtime/pages/User/setting/favorite.vue.d.ts +2 -1
- package/dist/runtime/pages/User/setting/index.d.vue.ts +2 -1
- package/dist/runtime/pages/User/setting/index.vue.d.ts +2 -1
- package/dist/runtime/pages/User/setting/information.d.vue.ts +2 -1
- package/dist/runtime/pages/User/setting/information.vue.d.ts +2 -1
- package/dist/runtime/pages/User/setting/menu.d.vue.ts +2 -1
- package/dist/runtime/pages/User/setting/menu.vue.d.ts +2 -1
- package/dist/runtime/pages/User/setting/open_id.d.vue.ts +2 -1
- package/dist/runtime/pages/User/setting/open_id.vue +5 -2
- package/dist/runtime/pages/User/setting/open_id.vue.d.ts +2 -1
- package/dist/runtime/pages/User/setting/password.d.vue.ts +2 -1
- package/dist/runtime/pages/User/setting/password.vue +6 -3
- package/dist/runtime/pages/User/setting/password.vue.d.ts +2 -1
- package/dist/runtime/pages/User/setting/style.d.vue.ts +2 -1
- package/dist/runtime/pages/User/setting/style.vue.d.ts +2 -1
- package/dist/runtime/pages/User/setting/two-factor-auth.d.vue.ts +2 -1
- package/dist/runtime/pages/User/setting/two-factor-auth.vue.d.ts +2 -1
- package/dist/runtime/pages/User/setting.d.vue.ts +2 -1
- package/dist/runtime/pages/User/setting.vue.d.ts +2 -1
- package/dist/runtime/pages/UserLog/index.d.vue.ts +2 -1
- package/dist/runtime/pages/UserLog/index.vue.d.ts +2 -1
- package/dist/runtime/plugin.d.ts +1 -1
- package/dist/runtime/plugin.js +17 -14
- package/package.json +8 -8
- package/dist/runtime/composables/api.d.ts +0 -2
- package/dist/runtime/composables/api.js +0 -2
- package/dist/runtime/composables/isGranted.d.ts +0 -1
- package/dist/runtime/composables/isGranted.js +0 -13
- package/dist/runtime/composables/list.js +0 -4
- package/dist/runtime/composables/q.d.ts +0 -1
- package/dist/runtime/composables/q.js +0 -26
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {
|
|
4
|
+
$emit: typeof emit;
|
|
5
|
+
$props: Partial<typeof props>;
|
|
3
6
|
driveIndex?: number | undefined;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly driveIndex?: number | undefined;
|
|
6
|
-
};
|
|
7
7
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
-
|
|
8
|
+
declare const emit: (event: "selected", ...args: any[]) => void;
|
|
9
|
+
declare const props: {
|
|
10
|
+
readonly driveIndex?: number | undefined;
|
|
11
|
+
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {
|
|
4
|
+
$props: Partial<typeof props>;
|
|
2
5
|
path: string;
|
|
3
6
|
driveIndex: number;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly path?: string | undefined;
|
|
6
|
-
readonly driveIndex?: number | undefined;
|
|
7
|
-
};
|
|
8
7
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
|
|
8
|
+
declare const props: {
|
|
9
|
+
readonly path: string;
|
|
10
|
+
readonly driveIndex: number;
|
|
11
|
+
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { format, useQuasar } from "quasar";
|
|
3
3
|
import { computed } from "vue";
|
|
4
|
-
import {
|
|
4
|
+
import { getApiClient } from "@hostlink/light";
|
|
5
|
+
const api = getApiClient();
|
|
5
6
|
const { humanStorageSize } = format;
|
|
6
7
|
const quasar = useQuasar();
|
|
7
8
|
const props = defineProps({
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {
|
|
4
|
+
$props: Partial<typeof props>;
|
|
2
5
|
path: string;
|
|
3
6
|
driveIndex: number;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly path?: string | undefined;
|
|
6
|
-
readonly driveIndex?: number | undefined;
|
|
7
|
-
};
|
|
8
7
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
|
|
8
|
+
declare const props: {
|
|
9
|
+
readonly path: string;
|
|
10
|
+
readonly driveIndex: number;
|
|
11
|
+
};
|
|
@@ -1,16 +1,19 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {
|
|
4
|
+
$emit: typeof emit;
|
|
5
|
+
$props: Partial<typeof props>;
|
|
4
6
|
height: string;
|
|
5
7
|
multiple: boolean;
|
|
8
|
+
base: string;
|
|
6
9
|
closeable: boolean;
|
|
7
10
|
defaultAction: string;
|
|
8
|
-
$props: {
|
|
9
|
-
readonly base?: string | undefined;
|
|
10
|
-
readonly height?: string | undefined;
|
|
11
|
-
readonly multiple?: boolean | undefined;
|
|
12
|
-
readonly closeable?: boolean | undefined;
|
|
13
|
-
readonly defaultAction?: string | undefined;
|
|
14
|
-
};
|
|
15
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
-
|
|
12
|
+
declare const emit: (event: "close" | "input", ...args: any[]) => void;
|
|
13
|
+
declare const props: {
|
|
14
|
+
readonly height: string;
|
|
15
|
+
readonly multiple: boolean;
|
|
16
|
+
readonly base: string;
|
|
17
|
+
readonly closeable: boolean;
|
|
18
|
+
readonly defaultAction: string;
|
|
19
|
+
};
|
|
@@ -1,22 +1,17 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { useI18n } from "vue-i18n";
|
|
3
|
-
import { ref, watch, computed
|
|
3
|
+
import { ref, watch, computed } from "vue";
|
|
4
4
|
import { useQuasar, format } from "quasar";
|
|
5
|
-
import { q, m, useLight
|
|
5
|
+
import { q, m, useLight } from "#imports";
|
|
6
|
+
import { getApiClient } from "@hostlink/light";
|
|
7
|
+
const api = getApiClient();
|
|
8
|
+
import { getDrive, listDrives } from "@hostlink/light";
|
|
6
9
|
const { humanStorageSize } = format;
|
|
7
10
|
const light = useLight();
|
|
8
11
|
const i18n = useI18n();
|
|
9
12
|
const $q = useQuasar();
|
|
10
|
-
const $light = useLight();
|
|
11
13
|
const emit = defineEmits(["input", "close"]);
|
|
12
|
-
const
|
|
13
|
-
app: {
|
|
14
|
-
drives: {
|
|
15
|
-
index: true,
|
|
16
|
-
name: true
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
});
|
|
14
|
+
const drives = await listDrives();
|
|
20
15
|
const folders = ref([]);
|
|
21
16
|
const files = ref([]);
|
|
22
17
|
const nodes = drives.map((drive2) => {
|
|
@@ -362,6 +357,7 @@ const submitSearch = (e) => {
|
|
|
362
357
|
loadItems();
|
|
363
358
|
};
|
|
364
359
|
const onDownloadRow = async (row) => {
|
|
360
|
+
getDrive(row.driveIndex).files.readAsBase64(row.path);
|
|
365
361
|
const app = await q({
|
|
366
362
|
app: {
|
|
367
363
|
drive: {
|
|
@@ -562,6 +558,7 @@ selectedNodePath.value = drives[0].index.toString();
|
|
|
562
558
|
|
|
563
559
|
<q-page-container :style="{ height }">
|
|
564
560
|
|
|
561
|
+
|
|
565
562
|
<q-dialog v-model="showPreviewImgDialog" full-width full-height auto-close>
|
|
566
563
|
<q-card>
|
|
567
564
|
<q-card-section>
|
|
@@ -603,7 +600,7 @@ selectedNodePath.value = drives[0].index.toString();
|
|
|
603
600
|
{{ $t('Delete') }}
|
|
604
601
|
</q-tooltip>
|
|
605
602
|
</q-btn>
|
|
606
|
-
<q-btn flat round :icon="grid ? '
|
|
603
|
+
<q-btn flat round :icon="grid ? 'sym_o_view_list' : 'sym_o_grid_view'" @click="grid = !grid">
|
|
607
604
|
<q-tooltip>
|
|
608
605
|
{{ grid ? $t('List view') : $t('Grid view') }}
|
|
609
606
|
</q-tooltip>
|
|
@@ -664,7 +661,7 @@ selectedNodePath.value = drives[0].index.toString();
|
|
|
664
661
|
<q-table flat :columns="columns" :rows="items" @row-dblclick="onDblclickRow" @row-click="onClickRow"
|
|
665
662
|
:pagination="pagination" row-key="path" selection="multiple" v-model:selected="selected" dense
|
|
666
663
|
:loading="loading" :loading-label="$t('Loading...')" :no-data-label="$t('No data available')"
|
|
667
|
-
separator="horizontal" :rows-per-page-options="[0]">
|
|
664
|
+
separator="horizontal" :rows-per-page-options="[0]" color="primary">
|
|
668
665
|
<template #body-cell-icon="props">
|
|
669
666
|
<q-td auto-width>
|
|
670
667
|
<q-icon name="sym_o_folder" v-if="props.value == 'folder'" size="sm" />
|
|
@@ -1,16 +1,19 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {
|
|
4
|
+
$emit: typeof emit;
|
|
5
|
+
$props: Partial<typeof props>;
|
|
4
6
|
height: string;
|
|
5
7
|
multiple: boolean;
|
|
8
|
+
base: string;
|
|
6
9
|
closeable: boolean;
|
|
7
10
|
defaultAction: string;
|
|
8
|
-
$props: {
|
|
9
|
-
readonly base?: string | undefined;
|
|
10
|
-
readonly height?: string | undefined;
|
|
11
|
-
readonly multiple?: boolean | undefined;
|
|
12
|
-
readonly closeable?: boolean | undefined;
|
|
13
|
-
readonly defaultAction?: string | undefined;
|
|
14
|
-
};
|
|
15
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
-
|
|
12
|
+
declare const emit: (event: "close" | "input", ...args: any[]) => void;
|
|
13
|
+
declare const props: {
|
|
14
|
+
readonly height: string;
|
|
15
|
+
readonly multiple: boolean;
|
|
16
|
+
readonly base: string;
|
|
17
|
+
readonly closeable: boolean;
|
|
18
|
+
readonly defaultAction: string;
|
|
19
|
+
};
|
|
@@ -13,30 +13,21 @@ export interface LFileProps {
|
|
|
13
13
|
color?: string;
|
|
14
14
|
}
|
|
15
15
|
type __VLS_Props = LFileProps;
|
|
16
|
-
type
|
|
16
|
+
type __VLS_ModelProps = {
|
|
17
17
|
modelValue?: any;
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
20
|
+
declare var __VLS_67: string | number, __VLS_68: any;
|
|
20
21
|
type __VLS_Slots = {} & {
|
|
21
|
-
[K in NonNullable<typeof
|
|
22
|
+
[K in NonNullable<typeof __VLS_67>]?: (props: typeof __VLS_68) => any;
|
|
22
23
|
};
|
|
23
|
-
declare const
|
|
24
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
25
|
"update:modelValue": (value: any) => any;
|
|
25
26
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
26
27
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
27
|
-
}>, {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
square: boolean;
|
|
31
|
-
dense: boolean;
|
|
32
|
-
outlined: boolean;
|
|
33
|
-
filled: boolean;
|
|
34
|
-
stackLabel: boolean;
|
|
35
|
-
standout: boolean;
|
|
36
|
-
accept: string;
|
|
37
|
-
driveIndex: number;
|
|
38
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
39
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
28
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
40
31
|
export default _default;
|
|
41
32
|
type __VLS_WithSlots<T, S> = T & {
|
|
42
33
|
new (): {
|
|
@@ -13,30 +13,21 @@ export interface LFileProps {
|
|
|
13
13
|
color?: string;
|
|
14
14
|
}
|
|
15
15
|
type __VLS_Props = LFileProps;
|
|
16
|
-
type
|
|
16
|
+
type __VLS_ModelProps = {
|
|
17
17
|
modelValue?: any;
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
20
|
+
declare var __VLS_67: string | number, __VLS_68: any;
|
|
20
21
|
type __VLS_Slots = {} & {
|
|
21
|
-
[K in NonNullable<typeof
|
|
22
|
+
[K in NonNullable<typeof __VLS_67>]?: (props: typeof __VLS_68) => any;
|
|
22
23
|
};
|
|
23
|
-
declare const
|
|
24
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
25
|
"update:modelValue": (value: any) => any;
|
|
25
26
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
26
27
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
27
|
-
}>, {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
square: boolean;
|
|
31
|
-
dense: boolean;
|
|
32
|
-
outlined: boolean;
|
|
33
|
-
filled: boolean;
|
|
34
|
-
stackLabel: boolean;
|
|
35
|
-
standout: boolean;
|
|
36
|
-
accept: string;
|
|
37
|
-
driveIndex: number;
|
|
38
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
39
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
28
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
40
31
|
export default _default;
|
|
41
32
|
type __VLS_WithSlots<T, S> = T & {
|
|
42
33
|
new (): {
|
|
@@ -9,17 +9,10 @@ export interface LFileProps {
|
|
|
9
9
|
square?: boolean;
|
|
10
10
|
stackLabel?: boolean;
|
|
11
11
|
}
|
|
12
|
-
declare const
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<LFileProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
13
|
"update:modelValue": (...args: any[]) => void;
|
|
14
14
|
}, string, import("vue").PublicProps, Readonly<LFileProps> & Readonly<{
|
|
15
15
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
16
|
-
}>, {
|
|
17
|
-
|
|
18
|
-
square: boolean;
|
|
19
|
-
dense: boolean;
|
|
20
|
-
outlined: boolean;
|
|
21
|
-
filled: boolean;
|
|
22
|
-
stackLabel: boolean;
|
|
23
|
-
standout: boolean;
|
|
24
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
25
18
|
export default _default;
|
|
@@ -9,17 +9,10 @@ export interface LFileProps {
|
|
|
9
9
|
square?: boolean;
|
|
10
10
|
stackLabel?: boolean;
|
|
11
11
|
}
|
|
12
|
-
declare const
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<LFileProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
13
|
"update:modelValue": (...args: any[]) => void;
|
|
14
14
|
}, string, import("vue").PublicProps, Readonly<LFileProps> & Readonly<{
|
|
15
15
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
16
|
-
}>, {
|
|
17
|
-
|
|
18
|
-
square: boolean;
|
|
19
|
-
dense: boolean;
|
|
20
|
-
outlined: boolean;
|
|
21
|
-
filled: boolean;
|
|
22
|
-
stackLabel: boolean;
|
|
23
|
-
standout: boolean;
|
|
24
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
25
18
|
export default _default;
|
|
@@ -1,25 +1,28 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
-
$emit:
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {
|
|
8
|
+
$emit: typeof emits;
|
|
9
|
+
$props: Partial<typeof props>;
|
|
8
10
|
cancel: Function;
|
|
9
11
|
value: Record<string, any>;
|
|
10
12
|
width: string;
|
|
11
13
|
title: string;
|
|
12
14
|
save: Function;
|
|
13
15
|
showNotification: boolean;
|
|
14
|
-
$props: {
|
|
15
|
-
readonly cancel?: Function | undefined;
|
|
16
|
-
readonly value?: Record<string, any> | undefined;
|
|
17
|
-
readonly width?: string | undefined;
|
|
18
|
-
readonly title?: string | undefined;
|
|
19
|
-
readonly save?: Function | undefined;
|
|
20
|
-
readonly showNotification?: boolean | undefined;
|
|
21
|
-
};
|
|
22
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
17
|
type __VLS_Slots = {
|
|
24
18
|
default?: ((props: any) => any) | undefined;
|
|
25
19
|
};
|
|
20
|
+
declare const emits: (event: "submit", ...args: any[]) => void;
|
|
21
|
+
declare const props: {
|
|
22
|
+
readonly cancel: Function;
|
|
23
|
+
readonly value: Record<string, any>;
|
|
24
|
+
readonly width: string;
|
|
25
|
+
readonly title: string;
|
|
26
|
+
readonly save: Function;
|
|
27
|
+
readonly showNotification: boolean;
|
|
28
|
+
};
|
|
@@ -1,25 +1,28 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
-
$emit:
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {
|
|
8
|
+
$emit: typeof emits;
|
|
9
|
+
$props: Partial<typeof props>;
|
|
8
10
|
cancel: Function;
|
|
9
11
|
value: Record<string, any>;
|
|
10
12
|
width: string;
|
|
11
13
|
title: string;
|
|
12
14
|
save: Function;
|
|
13
15
|
showNotification: boolean;
|
|
14
|
-
$props: {
|
|
15
|
-
readonly cancel?: Function | undefined;
|
|
16
|
-
readonly value?: Record<string, any> | undefined;
|
|
17
|
-
readonly width?: string | undefined;
|
|
18
|
-
readonly title?: string | undefined;
|
|
19
|
-
readonly save?: Function | undefined;
|
|
20
|
-
readonly showNotification?: boolean | undefined;
|
|
21
|
-
};
|
|
22
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
17
|
type __VLS_Slots = {
|
|
24
18
|
default?: ((props: any) => any) | undefined;
|
|
25
19
|
};
|
|
20
|
+
declare const emits: (event: "submit", ...args: any[]) => void;
|
|
21
|
+
declare const props: {
|
|
22
|
+
readonly cancel: Function;
|
|
23
|
+
readonly value: Record<string, any>;
|
|
24
|
+
readonly width: string;
|
|
25
|
+
readonly title: string;
|
|
26
|
+
readonly save: Function;
|
|
27
|
+
readonly showNotification: boolean;
|
|
28
|
+
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var __VLS_23: {};
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
|
-
default?: (props: typeof
|
|
3
|
+
default?: (props: typeof __VLS_23) => any;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
modelValue: {
|
|
7
7
|
type: ObjectConstructor;
|
|
8
8
|
};
|
|
@@ -65,7 +65,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
65
65
|
submitIcon: string;
|
|
66
66
|
noRedirect: boolean;
|
|
67
67
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
68
|
-
declare const
|
|
68
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
69
|
+
declare const _default: typeof __VLS_export;
|
|
69
70
|
export default _default;
|
|
70
71
|
type __VLS_WithSlots<T, S> = T & {
|
|
71
72
|
new (): {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var __VLS_23: {};
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
|
-
default?: (props: typeof
|
|
3
|
+
default?: (props: typeof __VLS_23) => any;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
modelValue: {
|
|
7
7
|
type: ObjectConstructor;
|
|
8
8
|
};
|
|
@@ -65,7 +65,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
65
65
|
submitIcon: string;
|
|
66
66
|
noRedirect: boolean;
|
|
67
67
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
68
|
-
declare const
|
|
68
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
69
|
+
declare const _default: typeof __VLS_export;
|
|
69
70
|
export default _default;
|
|
70
71
|
type __VLS_WithSlots<T, S> = T & {
|
|
71
72
|
new (): {
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {
|
|
4
|
+
$props: Partial<typeof props>;
|
|
2
5
|
options: unknown[];
|
|
3
6
|
emitValue: boolean;
|
|
4
7
|
mapOptions: boolean;
|
|
5
|
-
$props: {
|
|
6
|
-
readonly options?: unknown[] | undefined;
|
|
7
|
-
readonly emitValue?: boolean | undefined;
|
|
8
|
-
readonly mapOptions?: boolean | undefined;
|
|
9
|
-
};
|
|
10
8
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
|
|
9
|
+
declare const props: {
|
|
10
|
+
readonly options: unknown[];
|
|
11
|
+
readonly emitValue: boolean;
|
|
12
|
+
readonly mapOptions: boolean;
|
|
13
|
+
};
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {
|
|
4
|
+
$props: Partial<typeof props>;
|
|
2
5
|
options: unknown[];
|
|
3
6
|
emitValue: boolean;
|
|
4
7
|
mapOptions: boolean;
|
|
5
|
-
$props: {
|
|
6
|
-
readonly options?: unknown[] | undefined;
|
|
7
|
-
readonly emitValue?: boolean | undefined;
|
|
8
|
-
readonly mapOptions?: boolean | undefined;
|
|
9
|
-
};
|
|
10
8
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
|
|
9
|
+
declare const props: {
|
|
10
|
+
readonly options: unknown[];
|
|
11
|
+
readonly emitValue: boolean;
|
|
12
|
+
readonly mapOptions: boolean;
|
|
13
|
+
};
|
|
@@ -1,20 +1,15 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
dense: BooleanConstructor;
|
|
3
3
|
color: StringConstructor;
|
|
4
|
-
modelValue: {
|
|
5
|
-
type: import("vue").PropType<string>;
|
|
6
|
-
};
|
|
7
4
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
5
|
"update:modelValue": (value: string) => any;
|
|
9
6
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
7
|
dense: BooleanConstructor;
|
|
11
8
|
color: StringConstructor;
|
|
12
|
-
modelValue: {
|
|
13
|
-
type: import("vue").PropType<string>;
|
|
14
|
-
};
|
|
15
9
|
}>> & Readonly<{
|
|
16
10
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
17
11
|
}>, {
|
|
18
12
|
dense: boolean;
|
|
19
13
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
20
15
|
export default _default;
|
|
@@ -1,20 +1,15 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
dense: BooleanConstructor;
|
|
3
3
|
color: StringConstructor;
|
|
4
|
-
modelValue: {
|
|
5
|
-
type: import("vue").PropType<string>;
|
|
6
|
-
};
|
|
7
4
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
5
|
"update:modelValue": (value: string) => any;
|
|
9
6
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
7
|
dense: BooleanConstructor;
|
|
11
8
|
color: StringConstructor;
|
|
12
|
-
modelValue: {
|
|
13
|
-
type: import("vue").PropType<string>;
|
|
14
|
-
};
|
|
15
9
|
}>> & Readonly<{
|
|
16
10
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
17
11
|
}>, {
|
|
18
12
|
dense: boolean;
|
|
19
13
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
20
15
|
export default _default;
|
|
@@ -2,31 +2,21 @@ import type { QSelectProps } from 'quasar';
|
|
|
2
2
|
export interface LInputSelectProps extends QSelectProps {
|
|
3
3
|
}
|
|
4
4
|
type __VLS_Props = LInputSelectProps;
|
|
5
|
-
type
|
|
5
|
+
type __VLS_ModelProps = {
|
|
6
6
|
modelValue?: string | null;
|
|
7
7
|
};
|
|
8
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
8
9
|
declare var __VLS_11: {};
|
|
9
10
|
type __VLS_Slots = {} & {
|
|
10
11
|
default?: (props: typeof __VLS_11) => any;
|
|
11
12
|
};
|
|
12
|
-
declare const
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
14
|
"update:modelValue": (value: string | null | undefined) => any;
|
|
14
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
16
|
"onUpdate:modelValue"?: ((value: string | null | undefined) => any) | undefined;
|
|
16
|
-
}>, {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
square: boolean;
|
|
20
|
-
dense: boolean;
|
|
21
|
-
outlined: boolean;
|
|
22
|
-
filled: boolean;
|
|
23
|
-
stackLabel: boolean;
|
|
24
|
-
standout: string | boolean;
|
|
25
|
-
hideBottomSpace: boolean;
|
|
26
|
-
inputDebounce: string | number;
|
|
27
|
-
optionsDark: boolean | null;
|
|
28
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
30
20
|
export default _default;
|
|
31
21
|
type __VLS_WithSlots<T, S> = T & {
|
|
32
22
|
new (): {
|
|
@@ -2,31 +2,21 @@ import type { QSelectProps } from 'quasar';
|
|
|
2
2
|
export interface LInputSelectProps extends QSelectProps {
|
|
3
3
|
}
|
|
4
4
|
type __VLS_Props = LInputSelectProps;
|
|
5
|
-
type
|
|
5
|
+
type __VLS_ModelProps = {
|
|
6
6
|
modelValue?: string | null;
|
|
7
7
|
};
|
|
8
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
8
9
|
declare var __VLS_11: {};
|
|
9
10
|
type __VLS_Slots = {} & {
|
|
10
11
|
default?: (props: typeof __VLS_11) => any;
|
|
11
12
|
};
|
|
12
|
-
declare const
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
14
|
"update:modelValue": (value: string | null | undefined) => any;
|
|
14
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
16
|
"onUpdate:modelValue"?: ((value: string | null | undefined) => any) | undefined;
|
|
16
|
-
}>, {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
square: boolean;
|
|
20
|
-
dense: boolean;
|
|
21
|
-
outlined: boolean;
|
|
22
|
-
filled: boolean;
|
|
23
|
-
stackLabel: boolean;
|
|
24
|
-
standout: string | boolean;
|
|
25
|
-
hideBottomSpace: boolean;
|
|
26
|
-
inputDebounce: string | number;
|
|
27
|
-
optionsDark: boolean | null;
|
|
28
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
30
20
|
export default _default;
|
|
31
21
|
type __VLS_WithSlots<T, S> = T & {
|
|
32
22
|
new (): {
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
declare const modelValue: import("vue").ModelRef<unknown[], string, unknown[], unknown[]>;
|
|
2
|
-
type
|
|
2
|
+
type __VLS_ModelProps = {
|
|
3
3
|
modelValue?: typeof modelValue['value'];
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
6
|
"update:modelValue": (value: unknown[]) => any;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
8
8
|
"onUpdate:modelValue"?: ((value: unknown[]) => any) | undefined;
|
|
9
9
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
10
11
|
export default _default;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
declare const modelValue: import("vue").ModelRef<unknown[], string, unknown[], unknown[]>;
|
|
2
|
-
type
|
|
2
|
+
type __VLS_ModelProps = {
|
|
3
3
|
modelValue?: typeof modelValue['value'];
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
6
|
"update:modelValue": (value: unknown[]) => any;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
8
8
|
"onUpdate:modelValue"?: ((value: unknown[]) => any) | undefined;
|
|
9
9
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
10
11
|
export default _default;
|