From f0c75e1edff0ff3e242f0274bac7526fe7a81c58 Mon Sep 17 00:00:00 2001 From: data Date: Mon, 10 Oct 2022 22:46:22 +0800 Subject: [PATCH 01/11] auto upgrade version to 2.0.20221010224608 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81b4875ce..bf9f99a71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fineui", - "version": "2.0.20221010154537", + "version": "2.0.20221010224608", "description": "fineui", "main": "dist/fineui_without_conflict.min.js", "types": "dist/lib/index.d.ts", From fb33b968bde4bfb89ec52c38888baec6d6e64086 Mon Sep 17 00:00:00 2001 From: "Cauchy.Ke" Date: Tue, 11 Oct 2022 16:01:53 +0800 Subject: [PATCH 02/11] =?UTF-8?q?Revert=20"chore:=20single=E7=B1=BB?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E5=AD=90label=E7=9A=84title?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E4=B8=BAnull"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e73f4aff043f3a58f8c9885c7e2a5f1e7d15aa61. --- src/base/single/button/buttons/button.text.js | 2 +- src/base/single/button/listitem/blankiconicontextitem.js | 2 +- src/base/single/button/listitem/blankicontexticonitem.js | 2 +- src/base/single/button/listitem/blankicontextitem.js | 2 +- src/base/single/button/listitem/icontexticonitem.js | 2 +- src/base/single/button/listitem/icontextitem.js | 2 +- src/base/single/button/listitem/texticonitem.js | 2 +- src/base/single/button/listitem/textitem.js | 2 +- src/base/single/button/node/icontexticonnode.js | 2 +- src/base/single/button/node/icontextnode.js | 2 +- src/base/single/button/node/texticonnode.js | 2 +- src/base/single/button/node/textnode.js | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/base/single/button/buttons/button.text.js b/src/base/single/button/buttons/button.text.js index 15bdde250..1562e4c66 100644 --- a/src/base/single/button/buttons/button.text.js +++ b/src/base/single/button/buttons/button.text.js @@ -42,7 +42,7 @@ BI.TextButton = BI.inherit(BI.BasicButton, { value: o.value, py: o.py, keyword: o.keyword, - title: null, + title: o.title, }); }, diff --git a/src/base/single/button/listitem/blankiconicontextitem.js b/src/base/single/button/listitem/blankiconicontextitem.js index 580c96d11..e60eb9bd7 100644 --- a/src/base/single/button/listitem/blankiconicontextitem.js +++ b/src/base/single/button/listitem/blankiconicontextitem.js @@ -62,7 +62,7 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, { value: o.value, keyword: o.keyword, height: o.height, - title: null, + title: o.title, }, }], }; diff --git a/src/base/single/button/listitem/blankicontexticonitem.js b/src/base/single/button/listitem/blankicontexticonitem.js index d8be21237..0365e2179 100644 --- a/src/base/single/button/listitem/blankicontexticonitem.js +++ b/src/base/single/button/listitem/blankicontexticonitem.js @@ -56,7 +56,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, { value: o.value, keyword: o.keyword, height: o.height, - title: null, + title: o.title, }, }, { type: "bi.icon_label", diff --git a/src/base/single/button/listitem/blankicontextitem.js b/src/base/single/button/listitem/blankicontextitem.js index e51e31ed2..c6b81eba9 100644 --- a/src/base/single/button/listitem/blankicontextitem.js +++ b/src/base/single/button/listitem/blankicontextitem.js @@ -55,7 +55,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, { value: o.value, keyword: o.keyword, height: o.height, - title: null, + title: o.title, }, }], }; diff --git a/src/base/single/button/listitem/icontexticonitem.js b/src/base/single/button/listitem/icontexticonitem.js index fb510ea9c..e0eeea1ef 100644 --- a/src/base/single/button/listitem/icontexticonitem.js +++ b/src/base/single/button/listitem/icontexticonitem.js @@ -52,7 +52,7 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, { value: o.value, keyword: o.keyword, height: o.height, - title: null, + title: o.title, }, }, { type: "bi.icon_label", diff --git a/src/base/single/button/listitem/icontextitem.js b/src/base/single/button/listitem/icontextitem.js index 6e7fbc454..598fb6024 100644 --- a/src/base/single/button/listitem/icontextitem.js +++ b/src/base/single/button/listitem/icontextitem.js @@ -53,7 +53,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, { value: o.value, keyword: o.keyword, height: o.height, - title: null, + title: o.title, }, }], }; diff --git a/src/base/single/button/listitem/texticonitem.js b/src/base/single/button/listitem/texticonitem.js index 50cf665ae..a7817182c 100644 --- a/src/base/single/button/listitem/texticonitem.js +++ b/src/base/single/button/listitem/texticonitem.js @@ -46,7 +46,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, { value: o.value, keyword: o.keyword, height: o.height, - title: null, + title: o.title, }, }, { type: "bi.icon_label", diff --git a/src/base/single/button/listitem/textitem.js b/src/base/single/button/listitem/textitem.js index 1362160d5..e95058de2 100644 --- a/src/base/single/button/listitem/textitem.js +++ b/src/base/single/button/listitem/textitem.js @@ -39,7 +39,7 @@ BI.TextItem = BI.inherit(BI.BasicButton, { value: o.value, keyword: o.keyword, py: o.py, - title: null, + title: o.title, }); }, diff --git a/src/base/single/button/node/icontexticonnode.js b/src/base/single/button/node/icontexticonnode.js index 0131405b0..b0b5088ed 100644 --- a/src/base/single/button/node/icontexticonnode.js +++ b/src/base/single/button/node/icontexticonnode.js @@ -50,7 +50,7 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, { value: o.value, keyword: o.keyword, height: o.height, - title: null, + title: o.title, }, }, { type: "bi.icon_label", diff --git a/src/base/single/button/node/icontextnode.js b/src/base/single/button/node/icontextnode.js index 0f0599a71..f7d62926b 100644 --- a/src/base/single/button/node/icontextnode.js +++ b/src/base/single/button/node/icontextnode.js @@ -50,7 +50,7 @@ BI.IconTextNode = BI.inherit(BI.NodeButton, { value: o.value, keyword: o.keyword, height: o.height, - title: null, + title: o.title, }, }], }; diff --git a/src/base/single/button/node/texticonnode.js b/src/base/single/button/node/texticonnode.js index e70077f03..f4402ff2c 100644 --- a/src/base/single/button/node/texticonnode.js +++ b/src/base/single/button/node/texticonnode.js @@ -42,7 +42,7 @@ BI.TextIconNode = BI.inherit(BI.NodeButton, { value: o.value, keyword: o.keyword, height: o.height, - title: null, + title: o.title, }, }, { type: "bi.icon_label", diff --git a/src/base/single/button/node/textnode.js b/src/base/single/button/node/textnode.js index bb5762f72..8f58af764 100644 --- a/src/base/single/button/node/textnode.js +++ b/src/base/single/button/node/textnode.js @@ -38,7 +38,7 @@ BI.TextNode = BI.inherit(BI.NodeButton, { value: o.value, keyword: o.keyword, py: o.py, - title: null, + title: o.title, }); }, From 307fe30f02bda4322cb5f3ccf33864cc988a4578 Mon Sep 17 00:00:00 2001 From: "Cauchy.Ke" Date: Tue, 11 Oct 2022 16:02:53 +0800 Subject: [PATCH 03/11] =?UTF-8?q?Revert=20"chore:=20title=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E9=9C=80=E8=A6=81=E4=BC=A0=E7=BB=99=E5=AD=90label"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 5390bdd6e05bddd60749be96b2069a573d2920b2. --- src/base/single/button/buttons/button.text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/single/button/buttons/button.text.js b/src/base/single/button/buttons/button.text.js index 1562e4c66..15bdde250 100644 --- a/src/base/single/button/buttons/button.text.js +++ b/src/base/single/button/buttons/button.text.js @@ -42,7 +42,7 @@ BI.TextButton = BI.inherit(BI.BasicButton, { value: o.value, py: o.py, keyword: o.keyword, - title: o.title, + title: null, }); }, From 130b0d356efb9bee3a44b7ec0ae2a7214389aac5 Mon Sep 17 00:00:00 2001 From: "Cauchy.Ke" Date: Tue, 11 Oct 2022 16:03:21 +0800 Subject: [PATCH 04/11] =?UTF-8?q?Revert=20"chore:=20title=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E9=9C=80=E8=A6=81=E4=BC=A0=E7=BB=99=E5=AD=90label"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 421da7058c9ac7ecfb5c3b52d08d31439db151ae. --- src/base/single/button/buttons/button.text.js | 1 - src/base/single/button/listitem/blankiconicontextitem.js | 1 - src/base/single/button/listitem/blankicontexticonitem.js | 1 - src/base/single/button/listitem/blankicontextitem.js | 1 - src/base/single/button/listitem/icontexticonitem.js | 1 - src/base/single/button/listitem/icontextitem.js | 1 - src/base/single/button/listitem/texticonitem.js | 1 - src/base/single/button/listitem/textitem.js | 1 - src/base/single/button/node/icontexticonnode.js | 1 - src/base/single/button/node/icontextnode.js | 1 - src/base/single/button/node/texticonnode.js | 1 - src/base/single/button/node/textnode.js | 1 - 12 files changed, 12 deletions(-) diff --git a/src/base/single/button/buttons/button.text.js b/src/base/single/button/buttons/button.text.js index 15bdde250..38470c291 100644 --- a/src/base/single/button/buttons/button.text.js +++ b/src/base/single/button/buttons/button.text.js @@ -42,7 +42,6 @@ BI.TextButton = BI.inherit(BI.BasicButton, { value: o.value, py: o.py, keyword: o.keyword, - title: null, }); }, diff --git a/src/base/single/button/listitem/blankiconicontextitem.js b/src/base/single/button/listitem/blankiconicontextitem.js index e60eb9bd7..1f6419008 100644 --- a/src/base/single/button/listitem/blankiconicontextitem.js +++ b/src/base/single/button/listitem/blankiconicontextitem.js @@ -62,7 +62,6 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, { value: o.value, keyword: o.keyword, height: o.height, - title: o.title, }, }], }; diff --git a/src/base/single/button/listitem/blankicontexticonitem.js b/src/base/single/button/listitem/blankicontexticonitem.js index 0365e2179..34dc9e7d8 100644 --- a/src/base/single/button/listitem/blankicontexticonitem.js +++ b/src/base/single/button/listitem/blankicontexticonitem.js @@ -56,7 +56,6 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, { value: o.value, keyword: o.keyword, height: o.height, - title: o.title, }, }, { type: "bi.icon_label", diff --git a/src/base/single/button/listitem/blankicontextitem.js b/src/base/single/button/listitem/blankicontextitem.js index c6b81eba9..08f13d22d 100644 --- a/src/base/single/button/listitem/blankicontextitem.js +++ b/src/base/single/button/listitem/blankicontextitem.js @@ -55,7 +55,6 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, { value: o.value, keyword: o.keyword, height: o.height, - title: o.title, }, }], }; diff --git a/src/base/single/button/listitem/icontexticonitem.js b/src/base/single/button/listitem/icontexticonitem.js index e0eeea1ef..425f47d90 100644 --- a/src/base/single/button/listitem/icontexticonitem.js +++ b/src/base/single/button/listitem/icontexticonitem.js @@ -52,7 +52,6 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, { value: o.value, keyword: o.keyword, height: o.height, - title: o.title, }, }, { type: "bi.icon_label", diff --git a/src/base/single/button/listitem/icontextitem.js b/src/base/single/button/listitem/icontextitem.js index 598fb6024..8fff16335 100644 --- a/src/base/single/button/listitem/icontextitem.js +++ b/src/base/single/button/listitem/icontextitem.js @@ -53,7 +53,6 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, { value: o.value, keyword: o.keyword, height: o.height, - title: o.title, }, }], }; diff --git a/src/base/single/button/listitem/texticonitem.js b/src/base/single/button/listitem/texticonitem.js index a7817182c..a0ece74e6 100644 --- a/src/base/single/button/listitem/texticonitem.js +++ b/src/base/single/button/listitem/texticonitem.js @@ -46,7 +46,6 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, { value: o.value, keyword: o.keyword, height: o.height, - title: o.title, }, }, { type: "bi.icon_label", diff --git a/src/base/single/button/listitem/textitem.js b/src/base/single/button/listitem/textitem.js index e95058de2..c4c810295 100644 --- a/src/base/single/button/listitem/textitem.js +++ b/src/base/single/button/listitem/textitem.js @@ -39,7 +39,6 @@ BI.TextItem = BI.inherit(BI.BasicButton, { value: o.value, keyword: o.keyword, py: o.py, - title: o.title, }); }, diff --git a/src/base/single/button/node/icontexticonnode.js b/src/base/single/button/node/icontexticonnode.js index b0b5088ed..7569490eb 100644 --- a/src/base/single/button/node/icontexticonnode.js +++ b/src/base/single/button/node/icontexticonnode.js @@ -50,7 +50,6 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, { value: o.value, keyword: o.keyword, height: o.height, - title: o.title, }, }, { type: "bi.icon_label", diff --git a/src/base/single/button/node/icontextnode.js b/src/base/single/button/node/icontextnode.js index f7d62926b..16383cc7d 100644 --- a/src/base/single/button/node/icontextnode.js +++ b/src/base/single/button/node/icontextnode.js @@ -50,7 +50,6 @@ BI.IconTextNode = BI.inherit(BI.NodeButton, { value: o.value, keyword: o.keyword, height: o.height, - title: o.title, }, }], }; diff --git a/src/base/single/button/node/texticonnode.js b/src/base/single/button/node/texticonnode.js index f4402ff2c..01167b009 100644 --- a/src/base/single/button/node/texticonnode.js +++ b/src/base/single/button/node/texticonnode.js @@ -42,7 +42,6 @@ BI.TextIconNode = BI.inherit(BI.NodeButton, { value: o.value, keyword: o.keyword, height: o.height, - title: o.title, }, }, { type: "bi.icon_label", diff --git a/src/base/single/button/node/textnode.js b/src/base/single/button/node/textnode.js index 8f58af764..6ecaa3fbf 100644 --- a/src/base/single/button/node/textnode.js +++ b/src/base/single/button/node/textnode.js @@ -38,7 +38,6 @@ BI.TextNode = BI.inherit(BI.NodeButton, { value: o.value, keyword: o.keyword, py: o.py, - title: o.title, }); }, From 8da01caf0dd53fe588e953f2de9127fe14ba272d Mon Sep 17 00:00:00 2001 From: data Date: Tue, 11 Oct 2022 16:25:30 +0800 Subject: [PATCH 05/11] auto upgrade version to 2.0.20221011162514 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf9f99a71..d0ce52b91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fineui", - "version": "2.0.20221010224608", + "version": "2.0.20221011162514", "description": "fineui", "main": "dist/fineui_without_conflict.min.js", "types": "dist/lib/index.d.ts", From b39fb04b51b2002cb9962480cc1979ddbd86937a Mon Sep 17 00:00:00 2001 From: zsmj Date: Tue, 11 Oct 2022 18:29:12 +0800 Subject: [PATCH 06/11] =?UTF-8?q?=E6=97=A0JIRA=20fix:=20=E4=B8=A5=E6=A0=BC?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/2.base.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/2.base.js b/src/core/2.base.js index 36291cee2..cc00f828c 100644 --- a/src/core/2.base.js +++ b/src/core/2.base.js @@ -389,7 +389,7 @@ } for (var i = 0, len = array.length; i < len; i++) { if (BI.isArray(array[i])) { - res.push(arguments.callee(array[i], value)); + res.push(BI.makeArrayByArray(array[i], value)); } else { res.push(BI.deepClone(value)); } @@ -987,7 +987,7 @@ * @param DD 日 * @param minDate '1900-01-01' * @param maxDate '2099-12-31' - * @returns {Array} 若无效返回无效状态 + * @returns {Array} 若无效返回无效状态,数组第一位为无效属性,第二位缺省为超下限,1为超上限 */ checkDateVoid: function (YY, MM, DD, minDate, maxDate) { var back = []; From 68fea82122e3893870a83ef82ac515c84a7ecf1d Mon Sep 17 00:00:00 2001 From: data Date: Tue, 11 Oct 2022 18:56:24 +0800 Subject: [PATCH 07/11] auto upgrade version to 2.0.20221011185610 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0ce52b91..09e861d84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fineui", - "version": "2.0.20221011162514", + "version": "2.0.20221011185610", "description": "fineui", "main": "dist/fineui_without_conflict.min.js", "types": "dist/lib/index.d.ts", From 9a511d9d84783567fcf18719c3a67445a40ab91a Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Tue, 11 Oct 2022 20:47:25 +0800 Subject: [PATCH 08/11] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20?= =?UTF-8?q?=E5=9B=BE=E6=A0=87key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/lib/font.less | 1 + src/less/resource/font.less | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/less/lib/font.less b/src/less/lib/font.less index deb495daa..f37ec8615 100644 --- a/src/less/lib/font.less +++ b/src/less/lib/font.less @@ -23,6 +23,7 @@ @font-arrow-left: "e1bc"; @font-arrow-right: "e1bd"; +@font-arrow-bottom: "e1a4"; @font-up-triangle: "e1c6"; @font-down-triangle: "e1c9"; diff --git a/src/less/resource/font.less b/src/less/resource/font.less index fedc1b902..d65940802 100644 --- a/src/less/resource/font.less +++ b/src/less/resource/font.less @@ -66,7 +66,7 @@ //实心下拉三角 .font-hover(solid-triangle-left-font, @font-solid-left); .font-hover(solid-triangle-top-font, @font-solid-top); -.font-hover(solid-triangle-bottom-font, @font-solid-bottom); +.font-hover(solid-triangle-bottom-font, @font-arrow-bottom); //实心展开三角 .font(expander-right-font, @font-solid-right); .font(expander-down-font, @font-solid-bottom); From 043c49eae68ebf788f37a6499e7979468b71988e Mon Sep 17 00:00:00 2001 From: data Date: Tue, 11 Oct 2022 21:17:02 +0800 Subject: [PATCH 09/11] auto upgrade version to 2.0.20221011211642 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09e861d84..42590607f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fineui", - "version": "2.0.20221011185610", + "version": "2.0.20221011211642", "description": "fineui", "main": "dist/fineui_without_conflict.min.js", "types": "dist/lib/index.d.ts", From c8987ddf8fdffde039f4df173620ab049b553d4d Mon Sep 17 00:00:00 2001 From: zsmj Date: Wed, 12 Oct 2022 11:38:40 +0800 Subject: [PATCH 10/11] =?UTF-8?q?=E6=97=A0JIRA=20fix:=20text=5Fvalue=5Fcom?= =?UTF-8?q?bo=5Fpopup=20=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/combo/textvaluecombo/popup.textvalue.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/case/combo/textvaluecombo/popup.textvalue.js b/src/case/combo/textvaluecombo/popup.textvalue.js index 9ea5eaa58..3f50089af 100644 --- a/src/case/combo/textvaluecombo/popup.textvalue.js +++ b/src/case/combo/textvaluecombo/popup.textvalue.js @@ -8,7 +8,7 @@ BI.TextValueComboPopup = BI.inherit(BI.Pane, { render () { var o = this.options, self = this; - if (o.chooseType === BI.ButtonGroup.CHOOSE_TYPE_SINGLE) { + if (o.chooseType !== BI.ButtonGroup.CHOOSE_TYPE_MULTI) { return { type: "bi.vertical", vgap: 5, @@ -99,7 +99,7 @@ BI.TextValueComboPopup = BI.inherit(BI.Pane, { var o = this.options; return BI.map(items, function (i, item) { return BI.extend({ - type: o.chooseType === BI.ButtonGroup.CHOOSE_TYPE_SINGLE ? "bi.single_select_item" : "bi.multi_select_item", + type: o.chooseType !== BI.ButtonGroup.CHOOSE_TYPE_MULTI ? "bi.single_select_item" : "bi.multi_select_item", iconWrapperWidth: 36, textAlign: o.textAlign, title: item.title || item.text @@ -113,7 +113,7 @@ BI.TextValueComboPopup = BI.inherit(BI.Pane, { }, getValue: function () { - if (this.options.chooseType === BI.ButtonGroup.CHOOSE_TYPE_SINGLE) { + if (this.options.chooseType !== BI.ButtonGroup.CHOOSE_TYPE_MULTI) { return this.popup.getValue(); } var val = this.popup.getValue(); @@ -125,7 +125,7 @@ BI.TextValueComboPopup = BI.inherit(BI.Pane, { }, setValue: function (v) { - if (this.options.chooseType === BI.ButtonGroup.CHOOSE_TYPE_SINGLE) { + if (this.options.chooseType !== BI.ButtonGroup.CHOOSE_TYPE_MULTI) { return this.popup.setValue(v); } this.popup.setValue({ From 4d3747a8e14d9dd35a49f0c2f6150a1e6785542c Mon Sep 17 00:00:00 2001 From: data Date: Wed, 12 Oct 2022 14:46:54 +0800 Subject: [PATCH 11/11] auto upgrade version to 2.0.20221012144638 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42590607f..2037b6c14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fineui", - "version": "2.0.20221011211642", + "version": "2.0.20221012144638", "description": "fineui", "main": "dist/fineui_without_conflict.min.js", "types": "dist/lib/index.d.ts",