@hostlink/nuxt-light 1.28.1 → 1.28.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (144) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/module.mjs +2 -4
  3. package/dist/runtime/components/L/CustomField/Add.vue.d.ts +7 -1
  4. package/dist/runtime/components/L/CustomField/List.vue.d.ts +12 -1
  5. package/dist/runtime/components/L/Database/create-table-dialog.vue.d.ts +4 -1
  6. package/dist/runtime/components/L/Fieldset.vue.d.ts +15 -1
  7. package/dist/runtime/components/L/ForgetPasswordDialog.vue.d.ts +1 -1
  8. package/dist/runtime/components/L/Revision.vue.d.ts +8 -1
  9. package/dist/runtime/components/L/Storage.vue.d.ts +6 -1
  10. package/dist/runtime/components/L/System/Setting/authentication.vue.d.ts +18 -1
  11. package/dist/runtime/components/L/System/Setting/developer.vue.d.ts +12 -1
  12. package/dist/runtime/components/L/System/Setting/forget-password.vue.d.ts +13 -1
  13. package/dist/runtime/components/L/System/Setting/general.vue.d.ts +23 -1
  14. package/dist/runtime/components/L/System/Setting/mail.vue.d.ts +19 -1
  15. package/dist/runtime/components/L/System/Setting/modules.vue.d.ts +8 -1
  16. package/dist/runtime/components/L/System/Setting/security.vue.d.ts +32 -1
  17. package/dist/runtime/components/L/User/eventlog.vue.d.ts +5 -1
  18. package/dist/runtime/components/L/User/overview.vue.d.ts +11 -1
  19. package/dist/runtime/components/L/User/userlog.vue.d.ts +5 -1
  20. package/dist/runtime/components/L/ValidationInput.vue.d.ts +6 -1
  21. package/dist/runtime/components/MyTest.vue.d.ts +6 -1
  22. package/dist/runtime/components/l-add-btn.vue.d.ts +10 -1
  23. package/dist/runtime/components/l-alert.vue.d.ts +13 -1
  24. package/dist/runtime/components/l-app-main.vue.d.ts +700 -1
  25. package/dist/runtime/components/l-app.vue.d.ts +8 -1
  26. package/dist/runtime/components/l-audit-card.vue.d.ts +23 -1
  27. package/dist/runtime/components/l-back-btn.vue.d.ts +1 -1
  28. package/dist/runtime/components/l-banner.vue.d.ts +33 -1
  29. package/dist/runtime/components/l-bar.vue.d.ts +29 -1
  30. package/dist/runtime/components/l-btn.vue.d.ts +72 -1
  31. package/dist/runtime/components/l-card.vue.d.ts +82 -1
  32. package/dist/runtime/components/l-checkbox.vue.d.ts +14 -1
  33. package/dist/runtime/components/l-col.vue.d.ts +35 -1
  34. package/dist/runtime/components/l-customizer.vue.d.ts +19 -1
  35. package/dist/runtime/components/l-date-picker.vue +1 -1
  36. package/dist/runtime/components/l-date-picker.vue.d.ts +83 -1
  37. package/dist/runtime/components/l-delete-btn.vue.d.ts +7 -1
  38. package/dist/runtime/components/l-dialog-database-field-add.vue.d.ts +4 -1
  39. package/dist/runtime/components/l-drag-drop-container.vue.d.ts +6 -1
  40. package/dist/runtime/components/l-drag-drop-group.vue.d.ts +13 -1
  41. package/dist/runtime/components/l-drag-drop.vue.d.ts +12 -1
  42. package/dist/runtime/components/l-edit-btn.vue.d.ts +1 -1
  43. package/dist/runtime/components/l-editor.vue.d.ts +14 -1
  44. package/dist/runtime/components/l-facebook-button.vue.d.ts +3 -1
  45. package/dist/runtime/components/l-fav-menu.vue.d.ts +8 -1
  46. package/dist/runtime/components/l-field.vue.d.ts +34 -1
  47. package/dist/runtime/components/l-file-manager-labels.vue.d.ts +3 -1
  48. package/dist/runtime/components/l-file-manager-move.vue.d.ts +7 -1
  49. package/dist/runtime/components/l-file-manager-preview.vue.d.ts +8 -1
  50. package/dist/runtime/components/l-file-manager.vue.d.ts +15 -1
  51. package/dist/runtime/components/l-file-upload.vue.d.ts +129 -1
  52. package/dist/runtime/components/l-file.vue.d.ts +24 -1
  53. package/dist/runtime/components/l-form-dialog.vue.d.ts +24 -1
  54. package/dist/runtime/components/l-form.vue.d.ts +146 -1
  55. package/dist/runtime/components/l-group-select.vue.d.ts +10 -1
  56. package/dist/runtime/components/l-icon-picker.vue.d.ts +19 -1
  57. package/dist/runtime/components/l-input-xlsx.vue.d.ts +9 -1
  58. package/dist/runtime/components/l-input.vue.d.ts +50 -1
  59. package/dist/runtime/components/l-item.vue.d.ts +33 -1
  60. package/dist/runtime/components/l-link.vue.d.ts +15 -1
  61. package/dist/runtime/components/l-list.vue.d.ts +29 -1
  62. package/dist/runtime/components/l-login.vue.d.ts +16 -1
  63. package/dist/runtime/components/l-menu.vue.d.ts +8 -1
  64. package/dist/runtime/components/l-microsoft-button.vue.d.ts +17 -1
  65. package/dist/runtime/components/l-page.vue.d.ts +44 -1
  66. package/dist/runtime/components/l-row.vue.d.ts +20 -1
  67. package/dist/runtime/components/l-save-btn.vue.d.ts +1 -1
  68. package/dist/runtime/components/l-select.vue.d.ts +16 -1
  69. package/dist/runtime/components/l-small-box.vue.d.ts +12 -1
  70. package/dist/runtime/components/l-statistic.vue.d.ts +8 -1
  71. package/dist/runtime/components/l-tab.vue.d.ts +17 -1
  72. package/dist/runtime/components/l-table.vue +10 -10
  73. package/dist/runtime/components/l-table.vue.d.ts +234 -1
  74. package/dist/runtime/components/l-tabs.vue +5 -5
  75. package/dist/runtime/components/l-tabs.vue.d.ts +33 -1
  76. package/dist/runtime/components/l-test2.vue.d.ts +1 -1
  77. package/dist/runtime/components/l-time-picker.vue +1 -1
  78. package/dist/runtime/components/l-time-picker.vue.d.ts +55 -1
  79. package/dist/runtime/components/l-view-btn.vue.d.ts +1 -1
  80. package/dist/runtime/formkit/Checkbox.vue.d.ts +14 -1
  81. package/dist/runtime/formkit/DatePicker.vue.d.ts +14 -1
  82. package/dist/runtime/formkit/Editor.vue.d.ts +13 -1
  83. package/dist/runtime/formkit/File.vue.d.ts +14 -1
  84. package/dist/runtime/formkit/FilePicker.vue.d.ts +14 -1
  85. package/dist/runtime/formkit/FileUpload.vue.d.ts +14 -1
  86. package/dist/runtime/formkit/Form.vue.d.ts +44 -1
  87. package/dist/runtime/formkit/GroupSelect.vue.d.ts +14 -1
  88. package/dist/runtime/formkit/Input.vue.d.ts +43 -1
  89. package/dist/runtime/formkit/InputXlsx.vue.d.ts +13 -1
  90. package/dist/runtime/formkit/OptionGroup.vue.d.ts +6 -1
  91. package/dist/runtime/formkit/Radio.vue.d.ts +13 -1
  92. package/dist/runtime/formkit/Repeater.vue.d.ts +17 -1
  93. package/dist/runtime/formkit/Select.vue.d.ts +14 -1
  94. package/dist/runtime/formkit/TimePicker.vue.d.ts +14 -1
  95. package/dist/runtime/formkit/Toggle.vue.d.ts +24 -1
  96. package/dist/runtime/light.d.ts +46 -46
  97. package/dist/runtime/pages/CustomField/[custom_field_id]/edit.vue.d.ts +1 -1
  98. package/dist/runtime/pages/CustomField/index.vue.d.ts +1 -1
  99. package/dist/runtime/pages/EventLog/_eventlog_id/view.vue.d.ts +1 -1
  100. package/dist/runtime/pages/EventLog/index.vue.d.ts +1 -1
  101. package/dist/runtime/pages/FileManager/index.vue.d.ts +1 -1
  102. package/dist/runtime/pages/MailLog/index.vue.d.ts +1 -1
  103. package/dist/runtime/pages/Permission/add.vue.d.ts +1 -1
  104. package/dist/runtime/pages/Permission/all.vue.d.ts +1 -1
  105. package/dist/runtime/pages/Permission/export.vue.d.ts +1 -1
  106. package/dist/runtime/pages/Permission/index.vue.d.ts +1 -1
  107. package/dist/runtime/pages/Role/_name/update-child.vue.d.ts +1 -1
  108. package/dist/runtime/pages/Role/add.vue.d.ts +1 -1
  109. package/dist/runtime/pages/Role/add2.vue.d.ts +1 -1
  110. package/dist/runtime/pages/Role/index.vue.d.ts +1 -1
  111. package/dist/runtime/pages/System/database/backup.vue.d.ts +1 -1
  112. package/dist/runtime/pages/System/database/process.vue.d.ts +1 -1
  113. package/dist/runtime/pages/System/database/table.vue.d.ts +1 -1
  114. package/dist/runtime/pages/System/fs.vue.d.ts +1 -1
  115. package/dist/runtime/pages/System/index.vue.d.ts +1 -1
  116. package/dist/runtime/pages/System/mailtest.vue.d.ts +1 -1
  117. package/dist/runtime/pages/System/menu/index.vue.d.ts +1 -1
  118. package/dist/runtime/pages/System/package.vue.d.ts +1 -1
  119. package/dist/runtime/pages/System/phpinfo.vue.d.ts +1 -1
  120. package/dist/runtime/pages/System/setting.vue.d.ts +1 -1
  121. package/dist/runtime/pages/System/test.vue.d.ts +1 -1
  122. package/dist/runtime/pages/System/view_as.vue.d.ts +1 -1
  123. package/dist/runtime/pages/SystemValue/_systemvalue_id/edit.vue.d.ts +1 -1
  124. package/dist/runtime/pages/SystemValue/add.vue.d.ts +1 -1
  125. package/dist/runtime/pages/SystemValue/index.vue.d.ts +1 -1
  126. package/dist/runtime/pages/Translate/index.vue.d.ts +1 -1
  127. package/dist/runtime/pages/User/_user_id/change-password.vue.d.ts +1 -1
  128. package/dist/runtime/pages/User/_user_id/edit.vue.d.ts +1 -1
  129. package/dist/runtime/pages/User/_user_id/update-role.vue.d.ts +1 -1
  130. package/dist/runtime/pages/User/_user_id/view.vue.d.ts +1 -1
  131. package/dist/runtime/pages/User/add.vue.d.ts +1 -1
  132. package/dist/runtime/pages/User/index.vue.d.ts +1 -1
  133. package/dist/runtime/pages/User/profile.vue.d.ts +1 -1
  134. package/dist/runtime/pages/User/setting/bio-auth.vue.d.ts +1 -1
  135. package/dist/runtime/pages/User/setting/index.vue.d.ts +1 -1
  136. package/dist/runtime/pages/User/setting/information.vue.d.ts +1 -1
  137. package/dist/runtime/pages/User/setting/my_favorite.vue.d.ts +1 -1
  138. package/dist/runtime/pages/User/setting/open_id.vue.d.ts +1 -1
  139. package/dist/runtime/pages/User/setting/password.vue.d.ts +1 -1
  140. package/dist/runtime/pages/User/setting/style.vue.d.ts +1 -1
  141. package/dist/runtime/pages/User/setting/two-factor-auth.vue.d.ts +1 -1
  142. package/dist/runtime/pages/User/setting.vue.d.ts +1 -1
  143. package/dist/runtime/pages/UserLog/index.vue.d.ts +1 -1
  144. package/package.json +5 -3
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "1.28.1",
4
+ "version": "1.28.3",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
7
7
  "unbuild": "3.5.0"
package/dist/module.mjs CHANGED
@@ -275,12 +275,10 @@ const module = defineNuxtModule({
275
275
  components: {
276
276
  defaults: {
277
277
  QInput: {
278
- stackLabel: true,
279
- outlined: true
278
+ stackLabel: true
280
279
  },
281
280
  QSelect: {
282
- stackLabel: true,
283
- outlined: true
281
+ stackLabel: true
284
282
  },
285
283
  QCard: {
286
284
  flat: true,
@@ -1,2 +1,8 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $emit: (event: "hide" | "ok", ...args: any[]) => void;
3
+ models: unknown[];
4
+ $props: {
5
+ readonly models?: unknown[] | undefined;
6
+ };
7
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
8
  export default _default;
@@ -1,2 +1,13 @@
1
- declare const _default: {};
1
+ import type { QListProps } from 'quasar';
2
+ export interface LCustomFieldListProps extends QListProps {
3
+ model: String;
4
+ data: {
5
+ [key: string]: any;
6
+ };
7
+ }
8
+ declare const _default: import("vue").DefineComponent<LCustomFieldListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LCustomFieldListProps> & Readonly<{}>, {
9
+ dense: boolean;
10
+ bordered: boolean;
11
+ separator: boolean;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
13
  export default _default;
@@ -1,2 +1,5 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $emit: (event: "hide" | "ok", ...args: any[]) => void;
3
+ $props: {};
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
5
  export default _default;
@@ -1,2 +1,16 @@
1
- declare const _default: {};
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
2
  export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ label: string;
8
+ gutter: string;
9
+ $props: {
10
+ readonly label?: string | undefined;
11
+ readonly gutter?: string | undefined;
12
+ };
13
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ type __VLS_Slots = {
15
+ default?: ((props: {}) => any) | undefined;
16
+ };
@@ -1,2 +1,2 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,9 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ modelId: string;
3
+ modelClass: string;
4
+ $props: {
5
+ readonly modelId?: string | undefined;
6
+ readonly modelClass?: string | undefined;
7
+ };
8
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
9
  export default _default;
@@ -1,2 +1,7 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ storage: Record<string, any>;
3
+ $props: {
4
+ readonly storage?: Record<string, any> | undefined;
5
+ };
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
7
  export default _default;
@@ -1,2 +1,19 @@
1
- declare const _default: {};
1
+ export interface LSystemSettingAuthenticationProps {
2
+ authentication_password_based: string;
3
+ authentication_google_client_id: string;
4
+ authentication_facebook_app_id: string;
5
+ authentication_microsoft_client_id: string;
6
+ authentication_microsoft_tenant_id: string;
7
+ }
8
+ declare const _default: import("vue").DefineComponent<LSystemSettingAuthenticationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ submit: (...args: any[]) => void;
10
+ }, string, import("vue").PublicProps, Readonly<LSystemSettingAuthenticationProps> & Readonly<{
11
+ onSubmit?: ((...args: any[]) => any) | undefined;
12
+ }>, {
13
+ authentication_password_based: string;
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>;
2
19
  export default _default;
@@ -1,2 +1,13 @@
1
- declare const _default: {};
1
+ export interface LSystemSettingDeveloperProps {
2
+ mode: string;
3
+ custom_field_models: string;
4
+ }
5
+ type __VLS_PublicProps = {
6
+ modelValue: LSystemSettingDeveloperProps;
7
+ };
8
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ "update:modelValue": (value: LSystemSettingDeveloperProps) => any;
10
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
+ "onUpdate:modelValue"?: ((value: LSystemSettingDeveloperProps) => any) | undefined;
12
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
13
  export default _default;
@@ -1,2 +1,14 @@
1
- declare const _default: {};
1
+ export type LSystemSettingForgetPasswordProps = {
2
+ forget_password_enabled: string;
3
+ forget_password_subject: string;
4
+ forget_password_template: string;
5
+ };
6
+ type __VLS_PublicProps = {
7
+ modelValue: LSystemSettingForgetPasswordProps;
8
+ };
9
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "update:modelValue": (value: LSystemSettingForgetPasswordProps) => any;
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
+ "onUpdate:modelValue"?: ((value: LSystemSettingForgetPasswordProps) => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
14
  export default _default;
@@ -1,2 +1,24 @@
1
- declare const _default: {};
1
+ type __VLS_PublicProps = {
2
+ modelValue?: {
3
+ company: string;
4
+ company_logo: string;
5
+ copyright_name: string;
6
+ copyright_year: string;
7
+ };
8
+ };
9
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "update:modelValue": (value: {
11
+ company: string;
12
+ company_logo: string;
13
+ copyright_name: string;
14
+ copyright_year: string;
15
+ } | undefined) => any;
16
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
+ "onUpdate:modelValue"?: ((value: {
18
+ company: string;
19
+ company_logo: string;
20
+ copyright_name: string;
21
+ copyright_year: string;
22
+ } | undefined) => any) | undefined;
23
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
24
  export default _default;
@@ -1,2 +1,20 @@
1
- declare const _default: {};
1
+ type __VLS_Props = {
2
+ mail_driver: string;
3
+ mail_host: string;
4
+ mail_port: string;
5
+ mail_username: string;
6
+ mail_password: string;
7
+ mail_encryption: string;
8
+ mail_from: string;
9
+ mail_from_name: string;
10
+ mail_reply_to: string;
11
+ mail_reply_to_name: string;
12
+ };
13
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
+ submit: (...args: any[]) => void;
15
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
16
+ onSubmit?: ((...args: any[]) => any) | undefined;
17
+ }>, {
18
+ mail_driver: string;
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
20
  export default _default;
@@ -1,2 +1,9 @@
1
- declare const _default: {};
1
+ type __VLS_Props = {
2
+ file_manager: string;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ submit: (...args: any[]) => void;
6
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
7
+ onSubmit?: ((...args: any[]) => any) | undefined;
8
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
9
  export default _default;
@@ -1,2 +1,33 @@
1
- declare const _default: {};
1
+ export type LSystemSettingSecurityProps = {
2
+ password_contains_uppercase: string;
3
+ password_contains_lowercase: string;
4
+ password_contains_numeric: string;
5
+ password_contains_symbol: string;
6
+ password_min_length: string;
7
+ two_factor_authentication: string;
8
+ auth_lockout_duration: string;
9
+ auth_lockout_attempts: string;
10
+ access_token_expire: string;
11
+ password_expiration: string;
12
+ password_expiration_duration: string;
13
+ concurrent_login_disabled: string;
14
+ };
15
+ declare const _default: import("vue").DefineComponent<LSystemSettingSecurityProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
+ submit: (...args: any[]) => void;
17
+ }, string, import("vue").PublicProps, Readonly<LSystemSettingSecurityProps> & Readonly<{
18
+ onSubmit?: ((...args: any[]) => any) | undefined;
19
+ }>, {
20
+ password_contains_uppercase: string;
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>;
2
33
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{
2
+ id?: any;
3
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
4
+ id?: any;
5
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
6
  export default _default;
@@ -1,2 +1,12 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ id: {
3
+ type: StringConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ id: {
8
+ type: StringConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
12
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ id: StringConstructor;
3
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4
+ id: StringConstructor;
5
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
6
  export default _default;
@@ -1,2 +1,7 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type: string;
3
+ $props: {
4
+ readonly type?: string | undefined;
5
+ };
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
7
  export default _default;
@@ -1,2 +1,7 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ test?: string | undefined;
3
+ $props: {
4
+ readonly test?: string | undefined;
5
+ };
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
7
  export default _default;
@@ -1,2 +1,11 @@
1
- declare const _default: {};
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ label: string;
3
+ to?: string | undefined;
4
+ color?: string | undefined;
5
+ $props: {
6
+ readonly label?: string | undefined;
7
+ readonly to?: string | undefined;
8
+ readonly color?: string | undefined;
9
+ };
10
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
11
  export default _default;
@@ -1,2 +1,14 @@
1
- declare const _default: {};
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
2
  export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ type: string;
8
+ $props: {
9
+ readonly type?: string | undefined;
10
+ };
11
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ type __VLS_Slots = {
13
+ default?: ((props: {}) => any) | undefined;
14
+ };