@ -1,6 +1,6 @@
{
"name": "fineui",
"version": "2.0.20211107204304",
"version": "2.0.20211108191350",
"description": "fineui",
"main": "dist/fineui.min.js",
"types": "dist/lib/index.d.ts",
@ -250,10 +250,10 @@ BI.DynamicDateCombo = BI.inherit(BI.Single, {
self.comboWrapper = _ref;
}
},
top: 1,
top: 0,
left: 1,
left: 0,
right: 1,
right: 0,
bottom: 1
bottom: 0
}]
};
@ -259,10 +259,10 @@ BI.DynamicDateTimeCombo = BI.inherit(BI.Single, {
@ -141,10 +141,10 @@ BI.DynamicYearCombo = BI.inherit(BI.Widget, {
width: o.height - 2
}, this.combo]
});
this._checkDynamicValue(o.value);
@ -145,10 +145,10 @@ BI.DynamicYearMonthCombo = BI.inherit(BI.Single, {
@ -145,10 +145,10 @@ BI.DynamicYearQuarterCombo = BI.inherit(BI.Widget, {
@ -10,6 +10,7 @@ export declare class IconTextItem extends BasicButton {
dynamic: boolean;
iconWrapperWidth?: number;
iconCls?: string;
iconHeight?: number;
iconWidth?: number;
textHgap?: number;