@hostlink/nuxt-light 1.54.6 → 1.55.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +120 -120
- package/dist/module.json +1 -1
- package/dist/runtime/components/L/CustomField/Add.vue +40 -42
- package/dist/runtime/components/L/CustomField/List.vue +5 -5
- package/dist/runtime/components/L/Database/create-table-dialog.vue +33 -34
- package/dist/runtime/components/L/Fieldset.vue +8 -11
- package/dist/runtime/components/L/ForgetPasswordDialog.vue +26 -27
- package/dist/runtime/components/L/Revision.vue +89 -93
- package/dist/runtime/components/L/Storage.vue +7 -7
- package/dist/runtime/components/L/System/Setting/authentication.d.vue.ts +1 -5
- package/dist/runtime/components/L/System/Setting/authentication.vue +16 -16
- package/dist/runtime/components/L/System/Setting/authentication.vue.d.ts +1 -5
- package/dist/runtime/components/L/System/Setting/developer.vue +10 -11
- package/dist/runtime/components/L/System/Setting/forget-password.vue +9 -9
- package/dist/runtime/components/L/System/Setting/general.vue +9 -9
- package/dist/runtime/components/L/System/Setting/mail.d.vue.ts +1 -5
- package/dist/runtime/components/L/System/Setting/mail.vue +28 -32
- package/dist/runtime/components/L/System/Setting/mail.vue.d.ts +1 -5
- package/dist/runtime/components/L/System/Setting/modules.d.vue.ts +1 -5
- package/dist/runtime/components/L/System/Setting/modules.vue +6 -6
- package/dist/runtime/components/L/System/Setting/modules.vue.d.ts +1 -5
- package/dist/runtime/components/L/System/Setting/security.d.vue.ts +1 -5
- package/dist/runtime/components/L/System/Setting/security.vue +38 -41
- package/dist/runtime/components/L/System/Setting/security.vue.d.ts +1 -5
- package/dist/runtime/components/L/User/eventlog.vue +5 -5
- package/dist/runtime/components/L/User/overview.vue +19 -19
- package/dist/runtime/components/L/User/userlog.vue +1 -1
- package/dist/runtime/components/L/ValidationInput.vue +14 -14
- package/dist/runtime/components/MyTest.vue +3 -3
- package/dist/runtime/components/l-action-btn.vue +4 -4
- package/dist/runtime/components/l-add-btn.vue +3 -3
- package/dist/runtime/components/l-alert.vue +8 -8
- package/dist/runtime/components/l-app-main.d.vue.ts +1 -5
- package/dist/runtime/components/l-app-main.vue +170 -171
- package/dist/runtime/components/l-app-main.vue.d.ts +1 -5
- package/dist/runtime/components/l-app.vue +27 -27
- package/dist/runtime/components/l-audit-card.vue +8 -8
- package/dist/runtime/components/l-back-btn.vue +6 -6
- package/dist/runtime/components/l-banner.d.vue.ts +1 -1
- package/dist/runtime/components/l-banner.vue +10 -10
- package/dist/runtime/components/l-banner.vue.d.ts +1 -1
- package/dist/runtime/components/l-bar.vue +3 -3
- package/dist/runtime/components/l-btn.vue +4 -4
- package/dist/runtime/components/l-card.d.vue.ts +1 -9
- package/dist/runtime/components/l-card.vue +31 -31
- package/dist/runtime/components/l-card.vue.d.ts +1 -9
- package/dist/runtime/components/l-checkbox.vue +3 -3
- package/dist/runtime/components/l-col.vue +5 -5
- package/dist/runtime/components/l-customizer.d.vue.ts +2 -2
- package/dist/runtime/components/l-customizer.vue +95 -96
- package/dist/runtime/components/l-customizer.vue.d.ts +2 -2
- package/dist/runtime/components/l-date-picker.d.vue.ts +1 -1
- package/dist/runtime/components/l-date-picker.vue +17 -17
- package/dist/runtime/components/l-date-picker.vue.d.ts +1 -1
- package/dist/runtime/components/l-delete-btn.vue +1 -1
- package/dist/runtime/components/l-dialog-database-field-add.vue +25 -26
- package/dist/runtime/components/l-drag-drop-container.vue +5 -5
- package/dist/runtime/components/l-drag-drop-group.vue +1 -1
- package/dist/runtime/components/l-drag-drop.vue +6 -6
- package/dist/runtime/components/l-edit-btn.vue +2 -2
- package/dist/runtime/components/l-editor.d.vue.ts +1 -5
- package/dist/runtime/components/l-editor.vue +41 -41
- package/dist/runtime/components/l-editor.vue.d.ts +1 -5
- package/dist/runtime/components/l-facebook-button.vue +2 -2
- package/dist/runtime/components/l-fav-menu.vue +14 -14
- package/dist/runtime/components/l-field.vue +3 -3
- package/dist/runtime/components/l-file-manager-labels.vue +11 -11
- package/dist/runtime/components/l-file-manager-move.vue +67 -67
- package/dist/runtime/components/l-file-manager-preview.vue +22 -22
- package/dist/runtime/components/l-file-manager.vue +243 -248
- package/dist/runtime/components/l-file-upload.d.vue.ts +1 -1
- package/dist/runtime/components/l-file-upload.vue +25 -25
- package/dist/runtime/components/l-file-upload.vue.d.ts +1 -1
- package/dist/runtime/components/l-file.d.vue.ts +1 -5
- package/dist/runtime/components/l-file.vue +8 -8
- package/dist/runtime/components/l-file.vue.d.ts +1 -5
- package/dist/runtime/components/l-form-dialog.vue +27 -27
- package/dist/runtime/components/l-form.d.vue.ts +1 -33
- package/dist/runtime/components/l-form.vue +11 -11
- package/dist/runtime/components/l-form.vue.d.ts +1 -33
- package/dist/runtime/components/l-group-select.vue +22 -22
- package/dist/runtime/components/l-icon-picker.vue +35 -38
- package/dist/runtime/components/l-input-select.vue +4 -4
- package/dist/runtime/components/l-input-xlsx.vue +30 -31
- package/dist/runtime/components/l-input.d.vue.ts +1 -1
- package/dist/runtime/components/l-input.vue +23 -23
- package/dist/runtime/components/l-input.vue.d.ts +1 -1
- package/dist/runtime/components/l-item.vue +18 -18
- package/dist/runtime/components/l-link.vue +3 -3
- package/dist/runtime/components/l-list.vue +12 -12
- package/dist/runtime/components/l-login.d.vue.ts +1 -5
- package/dist/runtime/components/l-login.vue +57 -57
- package/dist/runtime/components/l-login.vue.d.ts +1 -5
- package/dist/runtime/components/l-menu.vue +33 -34
- package/dist/runtime/components/l-microsoft-button.d.vue.ts +1 -11
- package/dist/runtime/components/l-microsoft-button.vue +68 -68
- package/dist/runtime/components/l-microsoft-button.vue.d.ts +1 -11
- package/dist/runtime/components/l-page.vue +21 -21
- package/dist/runtime/components/l-repeater.d.vue.ts +36 -0
- package/dist/runtime/components/l-repeater.vue +153 -0
- package/dist/runtime/components/l-repeater.vue.d.ts +36 -0
- package/dist/runtime/components/l-row.vue +5 -5
- package/dist/runtime/components/l-save-btn.vue +2 -2
- package/dist/runtime/components/l-select.vue +1 -1
- package/dist/runtime/components/l-small-box.vue +9 -9
- package/dist/runtime/components/l-statistic.vue +9 -9
- package/dist/runtime/components/l-tab.vue +10 -10
- package/dist/runtime/components/l-table.d.vue.ts +1 -1
- package/dist/runtime/components/l-table.vue +176 -190
- package/dist/runtime/components/l-table.vue.d.ts +1 -1
- package/dist/runtime/components/l-tabs.vue +9 -9
- package/dist/runtime/components/l-test2.vue +3 -3
- package/dist/runtime/components/l-time-picker.d.vue.ts +1 -1
- package/dist/runtime/components/l-time-picker.vue +18 -18
- package/dist/runtime/components/l-time-picker.vue.d.ts +1 -1
- package/dist/runtime/components/l-view-btn.vue +2 -2
- package/dist/runtime/components/user-list.vue +3 -3
- package/dist/runtime/composables/mytest.js +2 -2
- package/dist/runtime/composables/tc2sc.js +85 -85
- package/dist/runtime/formkit/Checkbox.d.vue.ts +0 -1
- package/dist/runtime/formkit/Checkbox.vue +6 -6
- package/dist/runtime/formkit/Checkbox.vue.d.ts +0 -1
- package/dist/runtime/formkit/DatePicker.d.vue.ts +0 -1
- package/dist/runtime/formkit/DatePicker.vue +11 -11
- package/dist/runtime/formkit/DatePicker.vue.d.ts +0 -1
- package/dist/runtime/formkit/Editor.vue +7 -7
- package/dist/runtime/formkit/File.d.vue.ts +0 -1
- package/dist/runtime/formkit/File.vue +6 -6
- package/dist/runtime/formkit/File.vue.d.ts +0 -1
- package/dist/runtime/formkit/FilePicker.d.vue.ts +0 -1
- package/dist/runtime/formkit/FilePicker.vue +6 -6
- package/dist/runtime/formkit/FilePicker.vue.d.ts +0 -1
- package/dist/runtime/formkit/FileUpload.d.vue.ts +0 -1
- package/dist/runtime/formkit/FileUpload.vue +6 -6
- package/dist/runtime/formkit/FileUpload.vue.d.ts +0 -1
- package/dist/runtime/formkit/Form.d.vue.ts +1 -3
- package/dist/runtime/formkit/Form.vue +15 -13
- package/dist/runtime/formkit/Form.vue.d.ts +1 -3
- package/dist/runtime/formkit/GroupSelect.d.vue.ts +0 -1
- package/dist/runtime/formkit/GroupSelect.vue +7 -7
- package/dist/runtime/formkit/GroupSelect.vue.d.ts +0 -1
- package/dist/runtime/formkit/Input.d.vue.ts +1 -1
- package/dist/runtime/formkit/Input.vue +11 -11
- package/dist/runtime/formkit/Input.vue.d.ts +1 -1
- package/dist/runtime/formkit/InputSelect.d.vue.ts +1 -1
- package/dist/runtime/formkit/InputSelect.vue +7 -7
- package/dist/runtime/formkit/InputSelect.vue.d.ts +1 -1
- package/dist/runtime/formkit/InputXlsx.vue +4 -4
- package/dist/runtime/formkit/OptionGroup.vue +5 -5
- package/dist/runtime/formkit/Radio.vue +4 -4
- package/dist/runtime/formkit/Repeater.d.vue.ts +1 -1
- package/dist/runtime/formkit/Repeater.vue +49 -37
- package/dist/runtime/formkit/Repeater.vue.d.ts +1 -1
- package/dist/runtime/formkit/Select.d.vue.ts +0 -1
- package/dist/runtime/formkit/Select.vue +6 -6
- package/dist/runtime/formkit/Select.vue.d.ts +0 -1
- package/dist/runtime/formkit/Textarea.d.vue.ts +1 -1
- package/dist/runtime/formkit/Textarea.vue +11 -11
- package/dist/runtime/formkit/Textarea.vue.d.ts +1 -1
- package/dist/runtime/formkit/TimePicker.d.vue.ts +0 -1
- package/dist/runtime/formkit/TimePicker.vue +10 -10
- package/dist/runtime/formkit/TimePicker.vue.d.ts +0 -1
- package/dist/runtime/formkit/Toggle.vue +3 -3
- package/dist/runtime/formkit/index.js +1 -1
- package/dist/runtime/index.d.ts +39 -39
- package/dist/runtime/locales/en.json +9 -9
- package/dist/runtime/locales/zh-hk.json +213 -213
- package/dist/runtime/pages/CustomField/[custom_field_id]/edit.vue +33 -38
- package/dist/runtime/pages/CustomField/index.vue +12 -14
- package/dist/runtime/pages/EventLog/_eventlog_id/view.vue +36 -36
- package/dist/runtime/pages/EventLog/index.vue +7 -7
- package/dist/runtime/pages/FileManager/index.vue +4 -4
- package/dist/runtime/pages/MailLog/index.vue +18 -18
- package/dist/runtime/pages/Permission/add.vue +13 -13
- package/dist/runtime/pages/Permission/all.vue +63 -68
- package/dist/runtime/pages/Permission/export.vue +9 -10
- package/dist/runtime/pages/Permission/index.vue +4 -4
- package/dist/runtime/pages/Role/_name/update-child.vue +4 -4
- package/dist/runtime/pages/Role/add.vue +7 -7
- package/dist/runtime/pages/Role/add2.vue +30 -30
- package/dist/runtime/pages/Role/index.vue +41 -33
- package/dist/runtime/pages/System/database/backup.vue +72 -72
- package/dist/runtime/pages/System/database/check.vue +72 -72
- package/dist/runtime/pages/System/database/event.vue +51 -51
- package/dist/runtime/pages/System/database/process.vue +21 -21
- package/dist/runtime/pages/System/database/restore.vue +110 -110
- package/dist/runtime/pages/System/database/table.vue +67 -69
- package/dist/runtime/pages/System/fs.vue +99 -99
- package/dist/runtime/pages/System/index.vue +16 -18
- package/dist/runtime/pages/System/mailtest.vue +12 -12
- package/dist/runtime/pages/System/menu/index.vue +142 -144
- package/dist/runtime/pages/System/package.vue +11 -11
- package/dist/runtime/pages/System/phpinfo.vue +3 -3
- package/dist/runtime/pages/System/setting.vue +28 -30
- package/dist/runtime/pages/System/test.vue +12 -12
- package/dist/runtime/pages/System/view_as.vue +21 -22
- package/dist/runtime/pages/SystemValue/_systemvalue_id/edit.vue +6 -6
- package/dist/runtime/pages/SystemValue/add.vue +7 -7
- package/dist/runtime/pages/SystemValue/index.vue +4 -4
- package/dist/runtime/pages/Translate/index.vue +38 -38
- package/dist/runtime/pages/User/_user_id/change-password.vue +17 -18
- package/dist/runtime/pages/User/_user_id/edit.vue +28 -28
- package/dist/runtime/pages/User/_user_id/update-role.vue +7 -8
- package/dist/runtime/pages/User/_user_id/view.vue +27 -30
- package/dist/runtime/pages/User/add.vue +35 -35
- package/dist/runtime/pages/User/index.vue +11 -11
- package/dist/runtime/pages/User/profile.vue +45 -46
- package/dist/runtime/pages/User/setting/bio-auth.vue +22 -22
- package/dist/runtime/pages/User/setting/favorite.vue +61 -62
- package/dist/runtime/pages/User/setting/index.vue +6 -6
- package/dist/runtime/pages/User/setting/information.vue +6 -6
- package/dist/runtime/pages/User/setting/menu.vue +165 -165
- package/dist/runtime/pages/User/setting/open_id.vue +161 -161
- package/dist/runtime/pages/User/setting/password.vue +19 -19
- package/dist/runtime/pages/User/setting/style.vue +104 -106
- package/dist/runtime/pages/User/setting/two-factor-auth.vue +176 -176
- package/dist/runtime/pages/User/setting.vue +32 -32
- package/dist/runtime/pages/UserLog/index.vue +4 -4
- package/package.json +63 -63
|
@@ -98,97 +98,93 @@ const getDiffHtml = (diffs) => {
|
|
|
98
98
|
</script>
|
|
99
99
|
|
|
100
100
|
<template>
|
|
101
|
-
<div>
|
|
102
|
-
|
|
103
|
-
<q-dialog v-model="showDialog" full-height full-width>
|
|
104
|
-
<q-card>
|
|
105
|
-
<q-toolbar>
|
|
106
|
-
<l-btn label="Restore" icon="sym_o_restore" permission="revision.restore" @click="onRestore"
|
|
107
|
-
:disabled="!isAllowRestore" />
|
|
108
|
-
|
|
109
|
-
<q-checkbox label="Show changed only" v-model="showOnlyDelta"></q-checkbox>
|
|
110
|
-
|
|
111
|
-
<q-btn-toggle class="q-mx-md" v-model="outputFormat" toggle-color="primary" :options="[
|
|
112
|
-
{ label: 'side-by-side', value: 'side-by-side' }, { label: 'line-by-line', value: 'line-by-line' }
|
|
113
|
-
]" />
|
|
114
|
-
<q-space />
|
|
115
|
-
<q-btn flat round dense icon="close" @click="showDialog = false" />
|
|
116
|
-
</q-toolbar>
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
</th>
|
|
133
|
-
<th>
|
|
134
|
-
<th>
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
</q-list>
|
|
192
|
-
</l-card>
|
|
193
|
-
</div>
|
|
101
|
+
<div>
|
|
102
|
+
|
|
103
|
+
<q-dialog v-model="showDialog" full-height full-width>
|
|
104
|
+
<q-card>
|
|
105
|
+
<q-toolbar>
|
|
106
|
+
<l-btn label="Restore" icon="sym_o_restore" permission="revision.restore" @click="onRestore"
|
|
107
|
+
:disabled="!isAllowRestore" />
|
|
108
|
+
|
|
109
|
+
<q-checkbox label="Show changed only" v-model="showOnlyDelta"></q-checkbox>
|
|
110
|
+
|
|
111
|
+
<q-btn-toggle class="q-mx-md" v-model="outputFormat" toggle-color="primary" :options="[
|
|
112
|
+
{ label: 'side-by-side', value: 'side-by-side' }, { label: 'line-by-line', value: 'line-by-line' }
|
|
113
|
+
]" />
|
|
114
|
+
<q-space />
|
|
115
|
+
<q-btn flat round dense icon="close" @click="showDialog = false" />
|
|
116
|
+
</q-toolbar>
|
|
117
|
+
|
|
118
|
+
<div class="q-pa-md">
|
|
119
|
+
|
|
120
|
+
<div class="text-h6 q-mb-md">
|
|
121
|
+
Revision by: {{ selectedRevision.revisionBy }} <br>
|
|
122
|
+
Created at: {{ selectedRevision.createdTime }}
|
|
123
|
+
|
|
124
|
+
</div>
|
|
125
|
+
|
|
126
|
+
<q-markup-table dense separator="cell" flat bordered>
|
|
127
|
+
<thead>
|
|
128
|
+
<tr>
|
|
129
|
+
<th width="48px">
|
|
130
|
+
<q-checkbox @click="onToggleAll" v-model="isCheckedAll" :></q-checkbox>
|
|
131
|
+
</th>
|
|
132
|
+
<th>Field</th>
|
|
133
|
+
<th>Value</th>
|
|
134
|
+
<th>Changed</th>
|
|
135
|
+
</tr>
|
|
136
|
+
</thead>
|
|
137
|
+
<tbody>
|
|
138
|
+
<template v-for="(value, key) in getFilteredContent" :key="key">
|
|
139
|
+
|
|
140
|
+
<tr>
|
|
141
|
+
|
|
142
|
+
<td><q-checkbox v-model="restore_fields" :val="key"></q-checkbox>
|
|
143
|
+
</td>
|
|
144
|
+
<td :class="{ 'bg-yellow-3': selectedRevision.delta[key] != undefined }">{{ key }}
|
|
145
|
+
</td>
|
|
146
|
+
<td>
|
|
147
|
+
<pre>{{ value }}</pre>
|
|
148
|
+
</td>
|
|
149
|
+
<td>
|
|
150
|
+
<pre>{{ selectedRevision.delta[key] }}</pre>
|
|
151
|
+
</td>
|
|
152
|
+
|
|
153
|
+
</tr>
|
|
154
|
+
|
|
155
|
+
<tr v-if="getDiffHtml(selectedRevision.diff[key])">
|
|
156
|
+
<td colspan="4">
|
|
157
|
+
<div v-html="getDiffHtml(selectedRevision.diff[key])"></div>
|
|
158
|
+
</td>
|
|
159
|
+
</tr>
|
|
160
|
+
</template>
|
|
161
|
+
</tbody>
|
|
162
|
+
|
|
163
|
+
</q-markup-table>
|
|
164
|
+
|
|
165
|
+
</div>
|
|
166
|
+
|
|
167
|
+
</q-card>
|
|
168
|
+
</q-dialog>
|
|
169
|
+
|
|
170
|
+
<l-card>
|
|
171
|
+
<q-list>
|
|
172
|
+
<q-expansion-item :label="`Revisions: ${num_of_revisions}`" icon="sym_o_history" expand-separator>
|
|
173
|
+
|
|
174
|
+
<q-list>
|
|
175
|
+
<q-item v-for="revision in revisionsByModel" :key="revision.revision_id"
|
|
176
|
+
@click="onClick(revision)" clickable>
|
|
177
|
+
<q-item-section>
|
|
178
|
+
<q-item-label>Revision by: {{ revision.revisionBy }}</q-item-label>
|
|
179
|
+
<q-item-label caption>{{ revision.createdTime }}</q-item-label>
|
|
180
|
+
|
|
181
|
+
</q-item-section>
|
|
182
|
+
</q-item>
|
|
183
|
+
</q-list>
|
|
184
|
+
|
|
185
|
+
</q-expansion-item>
|
|
186
|
+
|
|
187
|
+
</q-list>
|
|
188
|
+
</l-card>
|
|
189
|
+
</div>
|
|
194
190
|
</template>
|
|
@@ -23,11 +23,11 @@ const progressColor = computed(() => {
|
|
|
23
23
|
</script>
|
|
24
24
|
|
|
25
25
|
<template>
|
|
26
|
-
<q-card>
|
|
27
|
-
<q-card-section>
|
|
28
|
-
{{ $t("Storage") }}
|
|
29
|
-
<q-linear-progress rounded size="20px" :value="usagePercent" :color="progressColor" class="q-mt-sm" />
|
|
30
|
-
{{ $t('storage_usage', [humanStorageSize(storage.freeSpace), humanStorageSize(storage.totalSpace)]) }}
|
|
31
|
-
</q-card-section>
|
|
32
|
-
</q-card>
|
|
26
|
+
<q-card>
|
|
27
|
+
<q-card-section>
|
|
28
|
+
{{ $t("Storage") }}
|
|
29
|
+
<q-linear-progress rounded size="20px" :value="usagePercent" :color="progressColor" class="q-mt-sm" />
|
|
30
|
+
{{ $t('storage_usage', [humanStorageSize(storage.freeSpace), humanStorageSize(storage.totalSpace)]) }}
|
|
31
|
+
</q-card-section>
|
|
32
|
+
</q-card>
|
|
33
33
|
</template>
|
|
@@ -5,10 +5,6 @@ export interface LSystemSettingAuthenticationProps {
|
|
|
5
5
|
authentication_microsoft_client_id: string;
|
|
6
6
|
authentication_microsoft_tenant_id: string;
|
|
7
7
|
}
|
|
8
|
-
declare const __VLS_export: 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
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingAuthenticationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
9
|
declare const _default: typeof __VLS_export;
|
|
14
10
|
export default _default;
|
|
@@ -19,20 +19,20 @@ const onSubmit = async (d) => {
|
|
|
19
19
|
</script>
|
|
20
20
|
|
|
21
21
|
<template>
|
|
22
|
-
<form-kit type="l-form" :bordered="false" @submit="onSubmit" :value="$props">
|
|
23
|
-
|
|
24
|
-
<form-kit label="Password based" type="l-checkbox" name="authentication_password_based" true-value="1"
|
|
25
|
-
false-value="0" />
|
|
26
|
-
|
|
27
|
-
<div class="col-12">
|
|
28
|
-
<q-separator />
|
|
29
|
-
</div>
|
|
30
|
-
|
|
31
|
-
<form-kit label="Google Client ID" type="l-input" name="authentication_google_client_id" />
|
|
32
|
-
|
|
33
|
-
<form-kit label="Facebook App ID" type="l-input" name="authentication_facebook_app_id" />
|
|
34
|
-
|
|
35
|
-
<form-kit label="Microsoft Client ID" type="l-input" name="authentication_microsoft_client_id" />
|
|
36
|
-
<form-kit label="Microsoft Tenant ID" type="l-input" name="authentication_microsoft_tenant_id" />
|
|
37
|
-
</form-kit>
|
|
22
|
+
<form-kit type="l-form" :bordered="false" @submit="onSubmit" :value="$props">
|
|
23
|
+
|
|
24
|
+
<form-kit label="Password based" type="l-checkbox" name="authentication_password_based" true-value="1"
|
|
25
|
+
false-value="0" />
|
|
26
|
+
|
|
27
|
+
<div class="col-12">
|
|
28
|
+
<q-separator />
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
<form-kit label="Google Client ID" type="l-input" name="authentication_google_client_id" />
|
|
32
|
+
|
|
33
|
+
<form-kit label="Facebook App ID" type="l-input" name="authentication_facebook_app_id" />
|
|
34
|
+
|
|
35
|
+
<form-kit label="Microsoft Client ID" type="l-input" name="authentication_microsoft_client_id" />
|
|
36
|
+
<form-kit label="Microsoft Tenant ID" type="l-input" name="authentication_microsoft_tenant_id" />
|
|
37
|
+
</form-kit>
|
|
38
38
|
</template>
|
|
@@ -5,10 +5,6 @@ export interface LSystemSettingAuthenticationProps {
|
|
|
5
5
|
authentication_microsoft_client_id: string;
|
|
6
6
|
authentication_microsoft_tenant_id: string;
|
|
7
7
|
}
|
|
8
|
-
declare const __VLS_export: 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
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingAuthenticationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
9
|
declare const _default: typeof __VLS_export;
|
|
14
10
|
export default _default;
|
|
@@ -18,18 +18,17 @@ const onSubmit = async (d) => {
|
|
|
18
18
|
<FormKit type="l-form" :bordered="false" :value="{
|
|
19
19
|
mode: processedMode,
|
|
20
20
|
custom_field_models: processedCustomFieldModels
|
|
21
|
-
}" @submit="onSubmit">
|
|
22
|
-
|
|
23
|
-
<form-kit type="l-select" name="custom_field_models" label="Custom Field Model" use-input use-chips multiple
|
|
24
|
-
hide-dropdown-icon input-debounce="0" new-value-mode="add-unique" />
|
|
25
|
-
|
|
21
|
+
}" @submit="onSubmit">
|
|
22
|
+
|
|
23
|
+
<form-kit type="l-select" name="custom_field_models" label="Custom Field Model" use-input use-chips multiple
|
|
24
|
+
hide-dropdown-icon input-debounce="0" new-value-mode="add-unique" />
|
|
25
|
+
|
|
26
26
|
<FormKit label="Mode" type="l-select" :options="[
|
|
27
27
|
{ label: 'Production', value: 'prod' },
|
|
28
28
|
{ label: 'Development', value: 'dev' }
|
|
29
|
-
]" name="mode" validation="required">
|
|
30
|
-
|
|
31
|
-
</FormKit>
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
</FormKit>
|
|
29
|
+
]" name="mode" validation="required">
|
|
30
|
+
|
|
31
|
+
</FormKit>
|
|
32
|
+
|
|
33
|
+
</FormKit>
|
|
35
34
|
</template>
|
|
@@ -18,13 +18,13 @@ const onSubmit = async (d) => {
|
|
|
18
18
|
forget_password_enabled: processedEnabled,
|
|
19
19
|
forget_password_subject: processedSubject,
|
|
20
20
|
forget_password_template: processedTemplate
|
|
21
|
-
}" @submit="onSubmit">
|
|
22
|
-
<form-kit type="l-checkbox" label="Forget Password Enabled" name="forget_password_enabled" true-value="1"
|
|
23
|
-
false-value="0" />
|
|
24
|
-
|
|
25
|
-
<form-kit type="l-input" label="Forget Password Subject" name="forget_password_subject" />
|
|
26
|
-
<form-kit type="l-input" label="Forget Password Template" name="forget_password_template"
|
|
27
|
-
input-type="textarea" />
|
|
28
|
-
|
|
29
|
-
</form-kit>
|
|
21
|
+
}" @submit="onSubmit">
|
|
22
|
+
<form-kit type="l-checkbox" label="Forget Password Enabled" name="forget_password_enabled" true-value="1"
|
|
23
|
+
false-value="0" />
|
|
24
|
+
|
|
25
|
+
<form-kit type="l-input" label="Forget Password Subject" name="forget_password_subject" />
|
|
26
|
+
<form-kit type="l-input" label="Forget Password Template" name="forget_password_template"
|
|
27
|
+
input-type="textarea" />
|
|
28
|
+
|
|
29
|
+
</form-kit>
|
|
30
30
|
</template>
|
|
@@ -18,13 +18,13 @@ const onSubmit = async (d, form) => {
|
|
|
18
18
|
company_logo: props.company_logo,
|
|
19
19
|
copyright_name: props.copyright_name,
|
|
20
20
|
copyright_year: props.copyright_year
|
|
21
|
-
}" @submit="onSubmit">
|
|
22
|
-
|
|
23
|
-
<FormKit type="l-input" label="Company" name="company" validation="required"></FormKit>
|
|
24
|
-
<FormKit type="l-input" label="Company logo" name="company_logo"></FormKit>
|
|
25
|
-
|
|
26
|
-
<FormKit label="Copyright name" type="l-input" name="copyright_name" validation="required" />
|
|
27
|
-
<FormKit label="Copyright year" type="l-input" name="copyright_year" validation="required" />
|
|
28
|
-
|
|
29
|
-
</FormKit>
|
|
21
|
+
}" @submit="onSubmit">
|
|
22
|
+
|
|
23
|
+
<FormKit type="l-input" label="Company" name="company" validation="required"></FormKit>
|
|
24
|
+
<FormKit type="l-input" label="Company logo" name="company_logo"></FormKit>
|
|
25
|
+
|
|
26
|
+
<FormKit label="Copyright name" type="l-input" name="copyright_name" validation="required" />
|
|
27
|
+
<FormKit label="Copyright year" type="l-input" name="copyright_year" validation="required" />
|
|
28
|
+
|
|
29
|
+
</FormKit>
|
|
30
30
|
</template>
|
|
@@ -10,10 +10,6 @@ type __VLS_Props = {
|
|
|
10
10
|
mail_reply_to: string;
|
|
11
11
|
mail_reply_to_name: string;
|
|
12
12
|
};
|
|
13
|
-
declare const __VLS_export: 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
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
14
|
declare const _default: typeof __VLS_export;
|
|
19
15
|
export default _default;
|
|
@@ -21,8 +21,8 @@ const onLoginGmail = () => {
|
|
|
21
21
|
</script>
|
|
22
22
|
|
|
23
23
|
<template>
|
|
24
|
-
<FormKit type="l-form" :bordered="false" :value="$props" @submit="$emit('submit', $event)" #default="{ value }">
|
|
25
|
-
|
|
24
|
+
<FormKit type="l-form" :bordered="false" :value="$props" @submit="$emit('submit', $event)" #default="{ value }">
|
|
25
|
+
|
|
26
26
|
<FormKit type="l-select" label="Mail Driver" name="mail_driver" :options="[
|
|
27
27
|
{
|
|
28
28
|
label: 'Mail',
|
|
@@ -32,38 +32,34 @@ const onLoginGmail = () => {
|
|
|
32
32
|
{ label: 'Sendmail', value: 'sendmail' },
|
|
33
33
|
{ label: 'Qmail', value: 'qmail' },
|
|
34
34
|
{ label: 'Gmail', value: 'gmail' }
|
|
35
|
-
]" validation="required"></FormKit>
|
|
36
|
-
|
|
37
|
-
<template v-if="value.mail_driver === 'gmail'">
|
|
38
|
-
<l-btn label="Login" @click="onLoginGmail" icon="sym_o_login" />
|
|
39
|
-
</template>
|
|
40
|
-
|
|
41
|
-
<template v-else>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
<FormKit type="l-input" label="From
|
|
45
|
-
<FormKit type="l-input" label="
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
<FormKit type="l-input" label="SMTP
|
|
52
|
-
<FormKit type="l-input" label="SMTP
|
|
53
|
-
<FormKit type="l-input" label="SMTP
|
|
54
|
-
|
|
55
|
-
|
|
35
|
+
]" validation="required"></FormKit>
|
|
36
|
+
|
|
37
|
+
<template v-if="value.mail_driver === 'gmail'">
|
|
38
|
+
<l-btn label="Login" @click="onLoginGmail" icon="sym_o_login" />
|
|
39
|
+
</template>
|
|
40
|
+
|
|
41
|
+
<template v-else>
|
|
42
|
+
|
|
43
|
+
<FormKit type="l-input" label="From Address" name="mail_from" validation="email"></FormKit>
|
|
44
|
+
<FormKit type="l-input" label="From Name" name="mail_from_name"></FormKit>
|
|
45
|
+
<FormKit type="l-input" label="Reply To Address" name="mail_reply_to" validation="email">
|
|
46
|
+
</FormKit>
|
|
47
|
+
<FormKit type="l-input" label="Reply To Name" name="mail_reply_to_name"></FormKit>
|
|
48
|
+
|
|
49
|
+
<template v-if="value.mail_driver === 'smtp'">
|
|
50
|
+
<FormKit type="l-input" label="SMTP Host" name="mail_host"></FormKit>
|
|
51
|
+
<FormKit type="l-input" label="SMTP Port" name="mail_port"></FormKit>
|
|
52
|
+
<FormKit type="l-input" label="SMTP Username" name="mail_username"></FormKit>
|
|
53
|
+
<FormKit type="l-input" label="SMTP Password" name="mail_password"></FormKit>
|
|
54
|
+
|
|
56
55
|
<FormKit type="l-select" label="SMTP Encryption" name="mail_encryption" :options="[
|
|
57
56
|
{ label: 'None', value: '' },
|
|
58
57
|
{ label: 'SSL', value: 'ssl' },
|
|
59
58
|
{ label: 'TLS', value: 'tls' }
|
|
60
|
-
]"></FormKit>
|
|
61
|
-
</template>
|
|
62
|
-
|
|
63
|
-
</template>
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
</FormKit>
|
|
59
|
+
]"></FormKit>
|
|
60
|
+
</template>
|
|
61
|
+
|
|
62
|
+
</template>
|
|
63
|
+
|
|
64
|
+
</FormKit>
|
|
69
65
|
</template>
|
|
@@ -10,10 +10,6 @@ type __VLS_Props = {
|
|
|
10
10
|
mail_reply_to: string;
|
|
11
11
|
mail_reply_to_name: string;
|
|
12
12
|
};
|
|
13
|
-
declare const __VLS_export: 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
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
14
|
declare const _default: typeof __VLS_export;
|
|
19
15
|
export default _default;
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
file_manager: string;
|
|
3
3
|
};
|
|
4
|
-
declare const __VLS_export: 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>;
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
5
|
declare const _default: typeof __VLS_export;
|
|
10
6
|
export default _default;
|
|
@@ -6,10 +6,10 @@ defineProps({
|
|
|
6
6
|
</script>
|
|
7
7
|
|
|
8
8
|
<template>
|
|
9
|
-
<form-kit type="l-form" :bordered="false" :value="$props" @submit="$emit('submit', $event)">
|
|
10
|
-
<l-field :label="$t('File Manager')" stack-label hide-bottom-space class="col-6">
|
|
11
|
-
<form-kit type="l-checkbox" label="Show" name="file_manager" true-value="1" false-value="0" />
|
|
12
|
-
</l-field>
|
|
13
|
-
|
|
14
|
-
</form-kit>
|
|
9
|
+
<form-kit type="l-form" :bordered="false" :value="$props" @submit="$emit('submit', $event)">
|
|
10
|
+
<l-field :label="$t('File Manager')" stack-label hide-bottom-space class="col-6">
|
|
11
|
+
<form-kit type="l-checkbox" label="Show" name="file_manager" true-value="1" false-value="0" />
|
|
12
|
+
</l-field>
|
|
13
|
+
|
|
14
|
+
</form-kit>
|
|
15
15
|
</template>
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
file_manager: string;
|
|
3
3
|
};
|
|
4
|
-
declare const __VLS_export: 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>;
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
5
|
declare const _default: typeof __VLS_export;
|
|
10
6
|
export default _default;
|
|
@@ -12,10 +12,6 @@ export type LSystemSettingSecurityProps = {
|
|
|
12
12
|
password_expiration_duration: string;
|
|
13
13
|
concurrent_login_disabled: string;
|
|
14
14
|
};
|
|
15
|
-
declare const __VLS_export: 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
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingSecurityProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
16
|
declare const _default: typeof __VLS_export;
|
|
21
17
|
export default _default;
|
|
@@ -17,45 +17,42 @@ defineProps({
|
|
|
17
17
|
</script>
|
|
18
18
|
|
|
19
19
|
<template>
|
|
20
|
-
<FormKit type="l-form" :bordered="false" :value="$props" @submit="$emit('submit', $event)">
|
|
21
|
-
<l-field label="Password policy" stack-label>
|
|
22
|
-
<FormKit type="l-checkbox" label="Upper Case" name="password_contains_uppercase" true-value="1"
|
|
23
|
-
false-value="0" />
|
|
24
|
-
<FormKit type="l-checkbox" label="Lower Case" name="password_contains_lowercase" true-value="1"
|
|
25
|
-
false-value="0" />
|
|
26
|
-
<FormKit type="l-checkbox" label="Number" name="password_contains_numeric" true-value="1" false-value="0" />
|
|
27
|
-
<FormKit type="l-checkbox" label="Special Character" name="password_contains_symbol" true-value="1"
|
|
28
|
-
false-value="0" />
|
|
29
|
-
</l-field>
|
|
30
|
-
|
|
31
|
-
<FormKit type="l-input" label="Password min Length" name="password_min_length" validation="required|number">
|
|
32
|
-
</FormKit>
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
<form-kit label="Password expiration
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
false-value="0"></form-kit>
|
|
59
|
-
|
|
60
|
-
</FormKit>
|
|
20
|
+
<FormKit type="l-form" :bordered="false" :value="$props" @submit="$emit('submit', $event)">
|
|
21
|
+
<l-field label="Password policy" stack-label>
|
|
22
|
+
<FormKit type="l-checkbox" label="Upper Case" name="password_contains_uppercase" true-value="1"
|
|
23
|
+
false-value="0" />
|
|
24
|
+
<FormKit type="l-checkbox" label="Lower Case" name="password_contains_lowercase" true-value="1"
|
|
25
|
+
false-value="0" />
|
|
26
|
+
<FormKit type="l-checkbox" label="Number" name="password_contains_numeric" true-value="1" false-value="0" />
|
|
27
|
+
<FormKit type="l-checkbox" label="Special Character" name="password_contains_symbol" true-value="1"
|
|
28
|
+
false-value="0" />
|
|
29
|
+
</l-field>
|
|
30
|
+
|
|
31
|
+
<FormKit type="l-input" label="Password min Length" name="password_min_length" validation="required|number">
|
|
32
|
+
</FormKit>
|
|
33
|
+
|
|
34
|
+
<FormKit type="l-checkbox" name="two_factor_authentication" true-value="1" false-value="0"
|
|
35
|
+
label="Two factor authentication" />
|
|
36
|
+
|
|
37
|
+
<FormKit label="Auth lockout duration" type="l-input" name="auth_lockout_duration"
|
|
38
|
+
hint="The number of minutes the user is locked out after the maximum number of failed login attempts. Default is 15 minutes."
|
|
39
|
+
validation="required" />
|
|
40
|
+
|
|
41
|
+
<FormKit label="Auth lockout attempts" type="l-input" name="auth_lockout_attempts"
|
|
42
|
+
hint="The number of failed login attempts before the user is locked out. Default is 5 attempts."
|
|
43
|
+
validation="required" />
|
|
44
|
+
|
|
45
|
+
<FormKit label="Access token expiration" type="l-input" name="access_token_expire"
|
|
46
|
+
hint="The access token expiration time in seconds. Default is 28800 seconds (8 hours)."
|
|
47
|
+
validation="required" />
|
|
48
|
+
|
|
49
|
+
<form-kit label="Password expiration" true-value="1" false-value="0" name="password_expiration"
|
|
50
|
+
type="l-checkbox"></form-kit>
|
|
51
|
+
<form-kit label="Password expiration duration" name="password_expiration_duration" type="l-input"
|
|
52
|
+
hint="The number of days before the password expires. Default is 90 days." validation="required"></form-kit>
|
|
53
|
+
|
|
54
|
+
<form-kit label="Concurrent login disabled" type="l-checkbox" name="concurrent_login_disabled" true-value="1"
|
|
55
|
+
false-value="0"></form-kit>
|
|
56
|
+
|
|
57
|
+
</FormKit>
|
|
61
58
|
</template>
|
|
@@ -12,10 +12,6 @@ export type LSystemSettingSecurityProps = {
|
|
|
12
12
|
password_expiration_duration: string;
|
|
13
13
|
concurrent_login_disabled: string;
|
|
14
14
|
};
|
|
15
|
-
declare const __VLS_export: 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
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingSecurityProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
16
|
declare const _default: typeof __VLS_export;
|
|
21
17
|
export default _default;
|