From 824c78df4d82a3a55c2003526484763c59ba9e2b Mon Sep 17 00:00:00 2001 From: PatrioX Date: Thu, 30 Dec 2021 10:36:07 +0800 Subject: [PATCH 1/4] =?UTF-8?q?REPORT-64886=20fineui=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/widget/editor/editor.multifile.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript/widget/editor/editor.multifile.ts b/typescript/widget/editor/editor.multifile.ts index 905d423e6..ca8514328 100644 --- a/typescript/widget/editor/editor.multifile.ts +++ b/typescript/widget/editor/editor.multifile.ts @@ -16,6 +16,7 @@ export declare class MultifileEditor extends Widget { attach_id: string; attach_type: string; filename: string; + errorMsg: string; }[]; upload(): void; From a54967568f0f6f0341b2d67139aa075a4430c00f Mon Sep 17 00:00:00 2001 From: PatrioX Date: Thu, 30 Dec 2021 11:00:16 +0800 Subject: [PATCH 2/4] =?UTF-8?q?master=20=E4=BF=AE=E6=94=B9=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E7=BA=A6=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/widget/editor/editor.multifile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/widget/editor/editor.multifile.ts b/typescript/widget/editor/editor.multifile.ts index ca8514328..2df620377 100644 --- a/typescript/widget/editor/editor.multifile.ts +++ b/typescript/widget/editor/editor.multifile.ts @@ -16,7 +16,7 @@ export declare class MultifileEditor extends Widget { attach_id: string; attach_type: string; filename: string; - errorMsg: string; + [key: string]: any; }[]; upload(): void; From 4afe2287b12e563c3433bacfe65b2bf52e0d39d2 Mon Sep 17 00:00:00 2001 From: data Date: Thu, 30 Dec 2021 11:13:10 +0800 Subject: [PATCH 3/4] auto upgrade version to 2.0.20211230111257 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 202d13bd9..47891a8c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fineui", - "version": "2.0.20211228095201", + "version": "2.0.20211230111257", "description": "fineui", "main": "dist/fineui.min.js", "types": "dist/lib/index.d.ts", From 0f9667ec22576b282b1d2fad2722d0af4c2af79a Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Thu, 30 Dec 2021 11:41:30 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/fix/fix.proxy.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/fix/fix.proxy.js b/dist/fix/fix.proxy.js index ad14e65ab..f332da88b 100644 --- a/dist/fix/fix.proxy.js +++ b/dist/fix/fix.proxy.js @@ -1835,9 +1835,9 @@ var job = function job() { // 这里去掉的原因是,新增属性没有生效也会触发变化监听 - // if (!runner.active) { - // return; - // } + if (!runner.effect.active) { + return; + } if (cb) { // watch(source, cb) var newValue = runner();