@hostlink/nuxt-light 1.53.1 → 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 +2 -2
- 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.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 +8 -12
- 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.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
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineNuxtModule, createResolver, extendPages, addComponentsDir, addImportsDir, resolveFiles, addPluginTemplate, addPlugin } from '@nuxt/kit';
|
|
1
|
+
import { defineNuxtModule, createResolver, extendPages, addImports, addComponentsDir, addImportsDir, resolveFiles, addPluginTemplate, addPlugin } from '@nuxt/kit';
|
|
2
2
|
|
|
3
3
|
const routes = [
|
|
4
4
|
{
|
|
@@ -264,7 +264,7 @@ const routes = [
|
|
|
264
264
|
}
|
|
265
265
|
];
|
|
266
266
|
|
|
267
|
-
const module = defineNuxtModule({
|
|
267
|
+
const module$1 = defineNuxtModule({
|
|
268
268
|
meta: {
|
|
269
269
|
name: "light",
|
|
270
270
|
configKey: "light"
|
|
@@ -356,6 +356,12 @@ const module = defineNuxtModule({
|
|
|
356
356
|
rel: "stylesheet",
|
|
357
357
|
href: "https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+HK&family=Noto+Sans+TC"
|
|
358
358
|
});
|
|
359
|
+
addImports({ name: "isGranted", from: "@hostlink/light" });
|
|
360
|
+
addImports({ name: "getGrantedRights", from: "@hostlink/light" });
|
|
361
|
+
addImports({ name: "list", from: "@hostlink/light" });
|
|
362
|
+
addImports({ name: "query", as: "q", from: "@hostlink/light" });
|
|
363
|
+
addImports({ name: "mutation", from: "@hostlink/light" });
|
|
364
|
+
addImports({ name: "query", from: "@hostlink/light" });
|
|
359
365
|
await addComponentsDir({
|
|
360
366
|
path: resolver.resolve("./runtime/components")
|
|
361
367
|
});
|
|
@@ -386,4 +392,4 @@ export default defineNuxtPlugin({
|
|
|
386
392
|
}
|
|
387
393
|
});
|
|
388
394
|
|
|
389
|
-
export { module as default };
|
|
395
|
+
export { module$1 as default };
|
|
@@ -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 __VLS_emit;
|
|
5
|
+
$props: Partial<typeof __VLS_props>;
|
|
3
6
|
models: unknown[];
|
|
4
|
-
$props: {
|
|
5
|
-
readonly models?: unknown[] | 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 __VLS_emit: (event: "hide" | "ok", ...args: any[]) => void;
|
|
9
|
+
declare const __VLS_props: {
|
|
10
|
+
readonly models: unknown[];
|
|
11
|
+
};
|
|
@@ -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 __VLS_emit;
|
|
5
|
+
$props: Partial<typeof __VLS_props>;
|
|
3
6
|
models: unknown[];
|
|
4
|
-
$props: {
|
|
5
|
-
readonly models?: unknown[] | 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 __VLS_emit: (event: "hide" | "ok", ...args: any[]) => void;
|
|
9
|
+
declare const __VLS_props: {
|
|
10
|
+
readonly models: unknown[];
|
|
11
|
+
};
|
|
@@ -5,9 +5,6 @@ export interface LCustomFieldListProps extends QListProps {
|
|
|
5
5
|
[key: string]: any;
|
|
6
6
|
};
|
|
7
7
|
}
|
|
8
|
-
declare const
|
|
9
|
-
|
|
10
|
-
bordered: boolean;
|
|
11
|
-
separator: boolean;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<LCustomFieldListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LCustomFieldListProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
13
10
|
export default _default;
|
|
@@ -5,9 +5,6 @@ export interface LCustomFieldListProps extends QListProps {
|
|
|
5
5
|
[key: string]: any;
|
|
6
6
|
};
|
|
7
7
|
}
|
|
8
|
-
declare const
|
|
9
|
-
|
|
10
|
-
bordered: boolean;
|
|
11
|
-
separator: boolean;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<LCustomFieldListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LCustomFieldListProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
13
10
|
export default _default;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
$emit: (event: "ok" | "hide", ...args: any[]) => void;
|
|
3
|
-
$props: {};
|
|
4
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
5
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {
|
|
4
|
+
$emit: typeof __VLS_emit;
|
|
5
|
+
$props: Partial<typeof props>;
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
declare const __VLS_emit: (event: "hide" | "ok", ...args: any[]) => void;
|
|
8
|
+
declare const props: {};
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
$emit: (event: "ok" | "hide", ...args: any[]) => void;
|
|
3
|
-
$props: {};
|
|
4
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
5
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {
|
|
4
|
+
$emit: typeof __VLS_emit;
|
|
5
|
+
$props: Partial<typeof props>;
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
declare const __VLS_emit: (event: "hide" | "ok", ...args: any[]) => void;
|
|
8
|
+
declare const props: {};
|
|
@@ -1,16 +1,18 @@
|
|
|
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
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {
|
|
8
|
+
$props: Partial<typeof props>;
|
|
7
9
|
label: string;
|
|
8
10
|
gutter: string;
|
|
9
|
-
$props: {
|
|
10
|
-
readonly label?: string | undefined;
|
|
11
|
-
readonly gutter?: string | undefined;
|
|
12
|
-
};
|
|
13
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
12
|
type __VLS_Slots = {
|
|
15
13
|
default?: ((props: {}) => any) | undefined;
|
|
16
14
|
};
|
|
15
|
+
declare const props: {
|
|
16
|
+
readonly label: string;
|
|
17
|
+
readonly gutter: string;
|
|
18
|
+
};
|
|
@@ -1,16 +1,18 @@
|
|
|
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
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {
|
|
8
|
+
$props: Partial<typeof props>;
|
|
7
9
|
label: string;
|
|
8
10
|
gutter: string;
|
|
9
|
-
$props: {
|
|
10
|
-
readonly label?: string | undefined;
|
|
11
|
-
readonly gutter?: string | undefined;
|
|
12
|
-
};
|
|
13
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
12
|
type __VLS_Slots = {
|
|
15
13
|
default?: ((props: {}) => any) | undefined;
|
|
16
14
|
};
|
|
15
|
+
declare const props: {
|
|
16
|
+
readonly label: string;
|
|
17
|
+
readonly gutter: string;
|
|
18
|
+
};
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { ref } from "vue";
|
|
3
3
|
import { useQuasar, useDialogPluginComponent } from "quasar";
|
|
4
|
-
import {
|
|
4
|
+
import { getApiClient } from "@hostlink/light";
|
|
5
|
+
const api = getApiClient();
|
|
5
6
|
import { useI18n } from "vue-i18n";
|
|
6
7
|
const { t } = useI18n();
|
|
7
8
|
const $q = useQuasar();
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -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
|
modelId: string;
|
|
3
6
|
modelClass: string;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly modelId?: string | undefined;
|
|
6
|
-
readonly modelClass?: string | 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 modelId: string;
|
|
10
|
+
readonly modelClass: string;
|
|
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
|
modelId: string;
|
|
3
6
|
modelClass: string;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly modelId?: string | undefined;
|
|
6
|
-
readonly modelClass?: string | 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 modelId: string;
|
|
10
|
+
readonly modelClass: string;
|
|
11
|
+
};
|
|
@@ -1,7 +1,9 @@
|
|
|
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
|
storage: Record<string, any>;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly storage?: Record<string, any> | undefined;
|
|
5
|
-
};
|
|
6
6
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
|
|
7
|
+
declare const props: {
|
|
8
|
+
readonly storage: Record<string, any>;
|
|
9
|
+
};
|
|
@@ -1,7 +1,9 @@
|
|
|
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
|
storage: Record<string, any>;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly storage?: Record<string, any> | undefined;
|
|
5
|
-
};
|
|
6
6
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
|
|
7
|
+
declare const props: {
|
|
8
|
+
readonly storage: Record<string, any>;
|
|
9
|
+
};
|
|
@@ -5,15 +5,10 @@ export interface LSystemSettingAuthenticationProps {
|
|
|
5
5
|
authentication_microsoft_client_id: string;
|
|
6
6
|
authentication_microsoft_tenant_id: string;
|
|
7
7
|
}
|
|
8
|
-
declare const
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingAuthenticationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
submit: (...args: any[]) => void;
|
|
10
10
|
}, string, import("vue").PublicProps, Readonly<LSystemSettingAuthenticationProps> & Readonly<{
|
|
11
11
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
12
|
-
}>, {
|
|
13
|
-
|
|
14
|
-
authentication_google_client_id: string;
|
|
15
|
-
authentication_facebook_app_id: string;
|
|
16
|
-
authentication_microsoft_client_id: string;
|
|
17
|
-
authentication_microsoft_tenant_id: string;
|
|
18
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
19
14
|
export default _default;
|
|
@@ -5,15 +5,10 @@ export interface LSystemSettingAuthenticationProps {
|
|
|
5
5
|
authentication_microsoft_client_id: string;
|
|
6
6
|
authentication_microsoft_tenant_id: string;
|
|
7
7
|
}
|
|
8
|
-
declare const
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingAuthenticationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
submit: (...args: any[]) => void;
|
|
10
10
|
}, string, import("vue").PublicProps, Readonly<LSystemSettingAuthenticationProps> & Readonly<{
|
|
11
11
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
12
|
-
}>, {
|
|
13
|
-
|
|
14
|
-
authentication_google_client_id: string;
|
|
15
|
-
authentication_facebook_app_id: string;
|
|
16
|
-
authentication_microsoft_client_id: string;
|
|
17
|
-
authentication_microsoft_tenant_id: string;
|
|
18
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
19
14
|
export default _default;
|
|
@@ -2,12 +2,10 @@ export interface LSystemSettingDeveloperProps {
|
|
|
2
2
|
mode: string;
|
|
3
3
|
custom_field_models: string;
|
|
4
4
|
}
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingDeveloperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
6
|
submit: (data: Record<string, any>) => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<LSystemSettingDeveloperProps> & Readonly<{
|
|
8
8
|
onSubmit?: ((data: Record<string, any>) => any) | undefined;
|
|
9
|
-
}>, {
|
|
10
|
-
|
|
11
|
-
custom_field_models: string;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
13
11
|
export default _default;
|
|
@@ -2,12 +2,10 @@ export interface LSystemSettingDeveloperProps {
|
|
|
2
2
|
mode: string;
|
|
3
3
|
custom_field_models: string;
|
|
4
4
|
}
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingDeveloperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
6
|
submit: (data: Record<string, any>) => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<LSystemSettingDeveloperProps> & Readonly<{
|
|
8
8
|
onSubmit?: ((data: Record<string, any>) => any) | undefined;
|
|
9
|
-
}>, {
|
|
10
|
-
|
|
11
|
-
custom_field_models: string;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
13
11
|
export default _default;
|
|
@@ -3,13 +3,10 @@ export type LSystemSettingForgetPasswordProps = {
|
|
|
3
3
|
forget_password_subject?: string;
|
|
4
4
|
forget_password_template?: string;
|
|
5
5
|
};
|
|
6
|
-
declare const
|
|
6
|
+
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingForgetPasswordProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
7
|
submit: (data: Record<string, any>) => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<LSystemSettingForgetPasswordProps> & Readonly<{
|
|
9
9
|
onSubmit?: ((data: Record<string, any>) => any) | undefined;
|
|
10
|
-
}>, {
|
|
11
|
-
|
|
12
|
-
forget_password_subject: string;
|
|
13
|
-
forget_password_template: string;
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
15
12
|
export default _default;
|
|
@@ -3,13 +3,10 @@ export type LSystemSettingForgetPasswordProps = {
|
|
|
3
3
|
forget_password_subject?: string;
|
|
4
4
|
forget_password_template?: string;
|
|
5
5
|
};
|
|
6
|
-
declare const
|
|
6
|
+
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingForgetPasswordProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
7
|
submit: (data: Record<string, any>) => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<LSystemSettingForgetPasswordProps> & Readonly<{
|
|
9
9
|
onSubmit?: ((data: Record<string, any>) => any) | undefined;
|
|
10
|
-
}>, {
|
|
11
|
-
|
|
12
|
-
forget_password_subject: string;
|
|
13
|
-
forget_password_template: string;
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
15
12
|
export default _default;
|
|
@@ -4,14 +4,10 @@ interface Props {
|
|
|
4
4
|
copyright_name?: string;
|
|
5
5
|
copyright_year?: string;
|
|
6
6
|
}
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
8
|
submit: (data: Record<string, any>) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
10
|
onSubmit?: ((data: Record<string, any>) => any) | undefined;
|
|
11
|
-
}>, {
|
|
12
|
-
|
|
13
|
-
company_logo: string;
|
|
14
|
-
copyright_name: string;
|
|
15
|
-
copyright_year: string;
|
|
16
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
17
13
|
export default _default;
|
|
@@ -4,14 +4,10 @@ interface Props {
|
|
|
4
4
|
copyright_name?: string;
|
|
5
5
|
copyright_year?: string;
|
|
6
6
|
}
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
8
|
submit: (data: Record<string, any>) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
10
|
onSubmit?: ((data: Record<string, any>) => any) | undefined;
|
|
11
|
-
}>, {
|
|
12
|
-
|
|
13
|
-
company_logo: string;
|
|
14
|
-
copyright_name: string;
|
|
15
|
-
copyright_year: string;
|
|
16
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
17
13
|
export default _default;
|
|
@@ -10,11 +10,10 @@ type __VLS_Props = {
|
|
|
10
10
|
mail_reply_to: string;
|
|
11
11
|
mail_reply_to_name: string;
|
|
12
12
|
};
|
|
13
|
-
declare const
|
|
13
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
14
|
submit: (...args: any[]) => void;
|
|
15
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
16
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
}>, {
|
|
18
|
-
|
|
19
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
20
19
|
export default _default;
|
|
@@ -10,11 +10,10 @@ type __VLS_Props = {
|
|
|
10
10
|
mail_reply_to: string;
|
|
11
11
|
mail_reply_to_name: string;
|
|
12
12
|
};
|
|
13
|
-
declare const
|
|
13
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
14
|
submit: (...args: any[]) => void;
|
|
15
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
16
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
}>, {
|
|
18
|
-
|
|
19
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
20
19
|
export default _default;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
file_manager: string;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
5
|
submit: (...args: any[]) => void;
|
|
6
6
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
7
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
8
8
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
9
10
|
export default _default;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
file_manager: string;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
5
|
submit: (...args: any[]) => void;
|
|
6
6
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
7
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
8
8
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
9
10
|
export default _default;
|
|
@@ -12,22 +12,10 @@ export type LSystemSettingSecurityProps = {
|
|
|
12
12
|
password_expiration_duration: string;
|
|
13
13
|
concurrent_login_disabled: string;
|
|
14
14
|
};
|
|
15
|
-
declare const
|
|
15
|
+
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingSecurityProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
16
|
submit: (...args: any[]) => void;
|
|
17
17
|
}, string, import("vue").PublicProps, Readonly<LSystemSettingSecurityProps> & Readonly<{
|
|
18
18
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
19
|
-
}>, {
|
|
20
|
-
|
|
21
|
-
password_contains_lowercase: string;
|
|
22
|
-
password_contains_numeric: string;
|
|
23
|
-
password_contains_symbol: string;
|
|
24
|
-
password_min_length: string;
|
|
25
|
-
two_factor_authentication: string;
|
|
26
|
-
auth_lockout_duration: string;
|
|
27
|
-
auth_lockout_attempts: string;
|
|
28
|
-
access_token_expire: string;
|
|
29
|
-
password_expiration: string;
|
|
30
|
-
password_expiration_duration: string;
|
|
31
|
-
concurrent_login_disabled: string;
|
|
32
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
33
21
|
export default _default;
|
|
@@ -12,22 +12,10 @@ export type LSystemSettingSecurityProps = {
|
|
|
12
12
|
password_expiration_duration: string;
|
|
13
13
|
concurrent_login_disabled: string;
|
|
14
14
|
};
|
|
15
|
-
declare const
|
|
15
|
+
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingSecurityProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
16
|
submit: (...args: any[]) => void;
|
|
17
17
|
}, string, import("vue").PublicProps, Readonly<LSystemSettingSecurityProps> & Readonly<{
|
|
18
18
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
19
|
-
}>, {
|
|
20
|
-
|
|
21
|
-
password_contains_lowercase: string;
|
|
22
|
-
password_contains_numeric: string;
|
|
23
|
-
password_contains_symbol: string;
|
|
24
|
-
password_min_length: string;
|
|
25
|
-
two_factor_authentication: string;
|
|
26
|
-
auth_lockout_duration: string;
|
|
27
|
-
auth_lockout_attempts: string;
|
|
28
|
-
access_token_expire: string;
|
|
29
|
-
password_expiration: string;
|
|
30
|
-
password_expiration_duration: string;
|
|
31
|
-
concurrent_login_disabled: string;
|
|
32
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
33
21
|
export default _default;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{
|
|
2
2
|
id?: any;
|
|
3
3
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
4
4
|
id?: any;
|
|
5
5
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{
|
|
2
2
|
id?: any;
|
|
3
3
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
4
4
|
id?: any;
|
|
5
5
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
id: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: true;
|
|
@@ -9,4 +9,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
12
13
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
id: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: true;
|
|
@@ -9,4 +9,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
12
13
|
export default _default;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
id: StringConstructor;
|
|
3
3
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4
4
|
id: StringConstructor;
|
|
5
5
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
id: StringConstructor;
|
|
3
3
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4
4
|
id: StringConstructor;
|
|
5
5
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|