瀏覽代碼

chore(assets): Recompile assets + lint fix

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
nextcloud-command 5 天之前
父節點
當前提交
3aab8bd8c4

+ 1 - 1
apps/files/src/actions/downloadAction.ts

@@ -112,7 +112,7 @@ export const action = new FileAction({
 		return nodes.every(isDownloadable)
 	},
 
-	async exec(node: Node, view: View, dir: string) {
+	async exec(node: Node) {
 		if (node.type === FileType.Folder) {
 			downloadNodes([node])
 			return null

+ 1 - 1
apps/files/src/store/files.ts

@@ -70,7 +70,7 @@ export const useFilesStore = function(...args) {
 			 *
 			 * @param service The service (files view)
 			 * @param path The path relative within the service
-			 * @returns Array of cached nodes within the path
+			 * @return Array of cached nodes within the path
 			 */
 			getNodesByPath(service: string, path?: string): Node[] {
 				const pathsStore = usePathsStore()

+ 1 - 1
apps/files/src/views/FilesList.vue

@@ -422,7 +422,7 @@ export default defineComponent({
 
 		showCustomEmptyView() {
 			return !this.loading && this.isEmptyDir && this.currentView?.emptyView !== undefined
-		}
+		},
 	},
 
 	watch: {

+ 6 - 0
apps/files_external/src/actions/enterCredentialsAction.ts

@@ -23,6 +23,12 @@ type CredentialResponse = {
 	password?: string,
 }
 
+/**
+ *
+ * @param node
+ * @param login
+ * @param password
+ */
 async function setCredentials(node: Node, login: string, password: string): Promise<null|true> {
 	const configResponse = await axios.put(generateUrl('apps/files_external/userglobalstorages/{id}', node.attributes), {
 		backendOptions: { user: login, password },

+ 1 - 1
apps/files_sharing/src/models/Share.ts

@@ -314,7 +314,7 @@ export default class Share {
 
 	/**
 	 * Get the shared item id
-		 */
+	 */
 	get fileSource(): number {
 		return this._share.file_source
 	}

+ 1 - 0
apps/files_sharing/src/utils/GeneratePassword.ts

@@ -16,6 +16,7 @@ const passwordSet = 'abcdefgijkmnopqrstwxyzABCDEFGHJKLMNPQRSTWXYZ23456789'
  * Generate a valid policy password or
  * request a valid password if password_policy
  * is enabled
+ * @param verbose
  */
 export default async function(verbose = false): Promise<string> {
 	// password policy is enabled, let's request a pass

+ 5 - 5
apps/settings/src/components/AppStoreSidebar/AppDetailsTab.vue

@@ -343,16 +343,16 @@ export default {
 				.sort((a, b) => a.name.localeCompare(b.name))
 		},
 	},
-	mounted() {
-		if (this.app.groups.length > 0) {
-			this.groupCheckedAppsData = true
-		}
-	},
 	watch: {
 		'app.id'() {
 			this.removeData = false
 		},
 	},
+	mounted() {
+		if (this.app.groups.length > 0) {
+			this.groupCheckedAppsData = true
+		}
+	},
 	methods: {
 		toggleRemoveData() {
 			this.removeData = !this.removeData

文件差異過大導致無法顯示
+ 0 - 0
dist/5153-5153.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/9725-9725.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/files-init.js


文件差異過大導致無法顯示
+ 0 - 0
dist/files-init.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/files-main.js


文件差異過大導致無法顯示
+ 0 - 0
dist/files-main.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/files_external-init.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/settings-apps-view-4529.js


文件差異過大導致無法顯示
+ 0 - 0
dist/settings-apps-view-4529.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/settings-vue-settings-apps-users-management.js


文件差異過大導致無法顯示
+ 0 - 0
dist/settings-vue-settings-apps-users-management.js.map


部分文件因文件數量過多而無法顯示