@ -7,6 +7,14 @@ import { DynamicDatePopup } from "./dynamicdate.popup";
export class DynamicDateCombo extends Single {
static xtype = "bi.dynamic_date_combo"
constants = {
popupHeight: 259,
popupWidth: 270,
comboAdjustHeight: 1,
border: 1,
iconWidth: 24,
}
props = {
baseCls: "bi-dynamic-date-combo",
height: 24,
@ -8,6 +8,10 @@ import { DynamicDateHelper } from "./dynamicdate.caculate";
export class DynamicDatePopup extends Widget {
static xtype = "bi.dynamic_date_popup"
tabHeight: 40,
baseCls: "bi-dynamic-date-popup",
width: 272,
@ -11,6 +11,14 @@ export class DynamicDateTimeCombo extends Single {
static Static = 1
static Dynamic = 2
baseCls: "bi-dynamic-date--time-combo",
@ -8,6 +8,11 @@ import { DynamicDateTimeCombo } from "./dynamicdatetime.combo";
export class DynamicDateTimePopup extends Widget {
static xtype = "bi.dynamic_date_time_popup"
buttonHeight: 24,
baseCls: "bi-dynamic-date-time-popup",