@byteluck-fe/model-driven-controls 6.2.0-jeecg-2 → 6.2.0-jeecg-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -93,7 +93,6 @@ var DatePickerProperty = /*#__PURE__*/ function(BaseControlProperty) {
|
|
|
93
93
|
_define_property(_this, "allowDateRange", void 0 // 允许选中多个日期范围
|
|
94
94
|
), _define_property(_this, "filterWeekend", void 0 // 是否过滤周末
|
|
95
95
|
), _define_property(_this, "isInternational", void 0 //是否国际化
|
|
96
|
-
), _define_property(_this, "isCustomDateFormat", void 0 //是否使用自定义日期类型
|
|
97
96
|
);
|
|
98
97
|
var _props_dateType;
|
|
99
98
|
_this.dateType = (_props_dateType = props === null || props === void 0 ? void 0 : props.dateType) !== null && _props_dateType !== void 0 ? _props_dateType : DateType.DATE;
|
|
@@ -123,8 +122,6 @@ var DatePickerProperty = /*#__PURE__*/ function(BaseControlProperty) {
|
|
|
123
122
|
_this.filterWeekend = (_props_filterWeekend = props === null || props === void 0 ? void 0 : props.filterWeekend) !== null && _props_filterWeekend !== void 0 ? _props_filterWeekend : false;
|
|
124
123
|
var _props_isInternational;
|
|
125
124
|
_this.isInternational = (_props_isInternational = props === null || props === void 0 ? void 0 : props.isInternational) !== null && _props_isInternational !== void 0 ? _props_isInternational : false;
|
|
126
|
-
var _props_isCustomDateFormat;
|
|
127
|
-
_this.isCustomDateFormat = (_props_isCustomDateFormat = props === null || props === void 0 ? void 0 : props.isCustomDateFormat) !== null && _props_isCustomDateFormat !== void 0 ? _props_isCustomDateFormat : false;
|
|
128
125
|
return _this;
|
|
129
126
|
}
|
|
130
127
|
return DatePickerProperty;
|