@ -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",
@ -42,7 +42,6 @@ BI.TextButton = BI.inherit(BI.BasicButton, {
value: o.value,
py: o.py,
keyword: o.keyword,
title: null,
});
},
@ -62,7 +62,6 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
height: o.height,
}],
};
@ -56,7 +56,6 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
}, {
type: "bi.icon_label",
@ -55,7 +55,6 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
@ -52,7 +52,6 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
@ -53,7 +53,6 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
@ -46,7 +46,6 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
@ -39,7 +39,6 @@ BI.TextItem = BI.inherit(BI.BasicButton, {
@ -50,7 +50,6 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, {
@ -50,7 +50,6 @@ BI.IconTextNode = BI.inherit(BI.NodeButton, {
@ -42,7 +42,6 @@ BI.TextIconNode = BI.inherit(BI.NodeButton, {
@ -38,7 +38,6 @@ BI.TextNode = BI.inherit(BI.NodeButton, {