tdesign-vue
Version:
506 lines (502 loc) • 19.5 kB
JavaScript
/**
* tdesign v1.11.2
* (c) 2025 tdesign
* @license MIT
*/
import _defineProperty from '@babel/runtime/helpers/defineProperty';
import { defineComponent, computed, watch } from '@vue/composition-api';
import dayjs from 'dayjs';
import { CalendarIcon } from 'tdesign-icons-vue';
import { isDate } from 'lodash-es';
import { usePrefixClass } from '../hooks/useConfig.js';
import { useGlobalIcon } from '../hooks/useGlobalIcon.js';
import useSingle from './hooks/useSingle.js';
import { getDefaultFormat, formatDate, parseToDayjs, formatTime } from '../_common/js/date-picker/format.js';
import { covertToDate, subtractMonth, addMonth, extractTimeObj, isSame } from '../_common/js/date-picker/utils.js';
import datePickerProps from './props.js';
import { SelectInput } from '../select-input/index.js';
import TSinglePanel from './panel/SinglePanel.js';
import { useFormDisabled } from '../hooks/useFormDisabled.js';
import { useConfig } from '../config-provider/useConfig.js';
import './hooks/useSingleValue.js';
import '@babel/runtime/helpers/slicedToArray';
import '../hooks/useVModel.js';
import '../_chunks/dep-eb45b5e0.js';
import '../_common/js/log/log.js';
import '@babel/runtime/helpers/objectDestructuringEmpty';
import '@babel/runtime/helpers/extends';
import '../_chunks/dep-ee1469da.js';
import '../select-input/select-input.js';
import '../_chunks/dep-653f218a.js';
import '../popup/index.js';
import '../popup/popup.js';
import '@babel/runtime/helpers/typeof';
import '@popperjs/core';
import '../utils/dom.js';
import 'vue';
import 'raf';
import '../utils/easing.js';
import '../utils/render-tnode.js';
import '@babel/runtime/helpers/readOnlyError';
import '../utils/helper.js';
import '@babel/runtime/helpers/objectWithoutProperties';
import '../_common/js/utils/setStyle.js';
import '../popup/props.js';
import '../popup/container.js';
import '../config-provider/config-receiver.js';
import '../config-provider/context.js';
import '../_common/js/global-config/default-config.js';
import '../_common/js/global-config/locale/zh_CN.js';
import '../_chunks/dep-84fc5ae7.js';
import '../utils/mixins.js';
import '../utils/event.js';
import '../popup/utils.js';
import '../utils/map-props.js';
import '../utils/withInstall.js';
import '../popup/plugin.js';
import '../select-input/props.js';
import '../select-input/useSingle.js';
import '../input/index.js';
import '../input/input.js';
import '@babel/runtime/helpers/toConsumableArray';
import '../_common/js/utils/helper.js';
import '../input/props.js';
import '../input/input-group.js';
import '../loading/index.js';
import '../loading/directive.js';
import '../loading/plugin.js';
import '../loading/loading.js';
import '../loading/icon/gradient.js';
import '../_common/js/loading/circle-adapter.js';
import '../utils/transfer-dom.js';
import '../loading/props.js';
import '../config.js';
import '../hooks/tnode.js';
import '../hooks/render-tnode.js';
import '../hooks/useDefaultValue.js';
import '../select-input/useMultiple.js';
import '../tag-input/index.js';
import '../tag-input/tag-input.js';
import '../tag-input/props.js';
import '../tag-input/hooks/useTagScroll.js';
import '../tag-input/useTagList.js';
import '../tag/index.js';
import '../tag/tag.js';
import 'tinycolor2';
import '../tag/props.js';
import '../tag/check-tag.js';
import '../tag/check-tag-props.js';
import '../_common/js/common.js';
import '../tag/check-tag-group.js';
import '../tag/check-tag-group-props.js';
import '../tag-input/hooks/useHover.js';
import '../tag-input/hooks/useDragSorter.js';
import '../select-input/useOverlayInnerStyle.js';
import './panel/PanelContent.js';
import './base/Header.js';
import '../pagination/index.js';
import '../pagination/pagination.js';
import '../input-number/index.js';
import '../input-number/input-number.js';
import '../button/index.js';
import '../button/button.js';
import '../button/props.js';
import '../utils/ripple.js';
import '../input-number/props.js';
import '../input-number/useInputNumber.js';
import '../hooks/useCommonClassName.js';
import '../_common/js/input-number/number.js';
import '../_common/js/input-number/large-number.js';
import '../select/index.js';
import '../select/select.js';
import '../select/props.js';
import '../common-components/fake-arrow.js';
import '../select/option.js';
import '../select/option-props.js';
import '../checkbox/index.js';
import '../checkbox/group.js';
import '../checkbox/checkbox.js';
import '../checkbox/props.js';
import '../checkbox/constants.js';
import '../checkbox/store.js';
import '@babel/runtime/helpers/classCallCheck';
import '@babel/runtime/helpers/createClass';
import '../checkbox/hooks/useKeyboardEvent.js';
import '../hooks/useElementLazyRender.js';
import '../_common/js/utils/observe.js';
import '../checkbox/checkbox-group-props.js';
import '../hooks/slots.js';
import '../hooks/useLazyLoad.js';
import '../select/util.js';
import '../select/select-panel.js';
import '../select/optionGroup.js';
import '../select/option-group-props.js';
import '../hooks/useVirtualScroll.js';
import '../select/hooks/useSelectOptions.js';
import '../input-adornment/index.js';
import '../input-adornment/input-adornment.js';
import '../input-adornment/props.js';
import '../pagination/props.js';
import '../pagination/pagination-mini.js';
import '../pagination/pagination-mini-props.js';
import './base/Table.js';
import './base/Cell.js';
import '../time-picker/panel/time-picker-panel.js';
import '../_common/js/time-picker/const.js';
import '../time-picker/panel/props.js';
import '../time-picker/props.js';
import '../time-picker/panel/single-panel.js';
import '../_common/js/time-picker/utils.js';
import './panel/ExtraContent.js';
import './base/Footer.js';
import './hooks/useTableData.js';
import './hooks/useDisableDate.js';
import './utils.js';
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var _DatePicker = defineComponent({
name: "TDatePicker",
props: datePickerProps,
setup: function setup(props2, _ref) {
var emit = _ref.emit;
var COMPONENT_NAME = usePrefixClass("date-picker");
var _useGlobalIcon = useGlobalIcon({
CalendarIcon: CalendarIcon
}),
CalendarIcon$1 = _useGlobalIcon.CalendarIcon;
var _useConfig = useConfig("datePicker"),
global = _useConfig.global;
var _useSingle = useSingle(props2, {
emit: emit
}),
inputValue = _useSingle.inputValue,
popupVisible = _useSingle.popupVisible,
datePickerInputProps = _useSingle.inputProps,
datePickerPopupProps = _useSingle.popupProps,
isHoverCell = _useSingle.isHoverCell,
cacheValue = _useSingle.cacheValue,
value = _useSingle.value,
year = _useSingle.year,
month = _useSingle.month,
time = _useSingle.time,
inputRef = _useSingle.inputRef,
onChange = _useSingle.onChange;
var formatRef = computed(function () {
return getDefaultFormat({
mode: props2.mode,
format: props2.format,
valueType: props2.valueType,
enableTimePicker: props2.multiple ? false : props2.enableTimePicker
});
});
var _useFormDisabled = useFormDisabled(),
formDisabled = _useFormDisabled.formDisabled;
var isDisabled = computed(function () {
return formDisabled.value || props2.disabled;
});
watch(popupVisible, function (visible) {
var _formatRef$value;
if (props2.multiple) return;
var dateValue = value.value && !isDate(value.value) && !["week", "quarter"].includes(props2.mode) ? covertToDate(value.value, (_formatRef$value = formatRef.value) === null || _formatRef$value === void 0 ? void 0 : _formatRef$value.valueType) : value.value;
cacheValue.value = formatDate(dateValue, {
format: formatRef.value.format
});
inputValue.value = formatDate(dateValue, {
format: formatRef.value.format
});
if (visible) {
year.value = parseToDayjs(value.value, formatRef.value.format).year();
month.value = parseToDayjs(value.value, formatRef.value.format).month();
time.value = formatTime(value.value, formatRef.value.format, formatRef.value.timeFormat, props2.defaultTime);
} else {
isHoverCell.value = false;
}
});
function onCellMouseEnter(date) {
if (props2.multiple) return;
isHoverCell.value = true;
inputValue.value = formatDate(date, {
format: formatRef.value.format
});
}
function onCellMouseLeave() {
if (props2.multiple) return;
isHoverCell.value = false;
inputValue.value = formatDate(cacheValue.value, {
format: formatRef.value.format
});
}
function onCellClick(date) {
var _props2$onPick;
isHoverCell.value = false;
if (props2.mode === "date") {
year.value = date.getFullYear();
month.value = date.getMonth();
}
if (props2.enableTimePicker) {
cacheValue.value = formatDate(date, {
format: formatRef.value.format
});
} else {
if (props2.multiple) {
var newDate = processDate(date);
onChange === null || onChange === void 0 || onChange(newDate, {
dayjsValue: parseToDayjs(date, formatRef.value.format),
trigger: "pick"
});
return;
}
onChange === null || onChange === void 0 || onChange(formatDate(date, {
format: formatRef.value.format,
targetFormat: formatRef.value.valueType
}), {
dayjsValue: parseToDayjs(date, formatRef.value.format),
trigger: "pick"
});
popupVisible.value = false;
}
(_props2$onPick = props2.onPick) === null || _props2$onPick === void 0 || _props2$onPick.call(props2, date);
emit("pick", date);
}
function onJumperClick(_ref2) {
var trigger = _ref2.trigger;
var monthCountMap = {
date: 1,
week: 1,
month: 12,
quarter: 12,
year: 120
};
var monthCount = monthCountMap[props2.mode] || 0;
var current = new Date(year.value, month.value);
var next = null;
if (trigger === "prev") {
next = subtractMonth(current, monthCount);
} else if (trigger === "current") {
next = new Date();
} else if (trigger === "next") {
next = addMonth(current, monthCount);
}
var nextYear = next.getFullYear();
var nextMonth = next.getMonth();
year.value = nextYear;
month.value = nextMonth;
}
function onTimePickerChange(val) {
var _props2$onPick2;
time.value = val;
var _extractTimeObj = extractTimeObj(val),
hours = _extractTimeObj.hours,
minutes = _extractTimeObj.minutes,
seconds = _extractTimeObj.seconds,
milliseconds = _extractTimeObj.milliseconds,
meridiem = _extractTimeObj.meridiem;
var nextHours = hours;
if (/am/i.test(meridiem) && nextHours === 12) nextHours -= 12;
if (/pm/i.test(meridiem) && nextHours < 12) nextHours += 12;
var currentDate = !dayjs(inputValue.value, formatRef.value.format).isValid() ? dayjs() : dayjs(inputValue.value, formatRef.value.format);
var nextDate = currentDate.hour(nextHours).minute(minutes).second(seconds).millisecond(milliseconds).toDate();
inputValue.value = formatDate(nextDate, {
format: formatRef.value.format
});
cacheValue.value = formatDate(nextDate, {
format: formatRef.value.format
});
(_props2$onPick2 = props2.onPick) === null || _props2$onPick2 === void 0 || _props2$onPick2.call(props2, nextDate);
}
function onConfirmClick(_ref3) {
var e = _ref3.e;
var nextValue = formatDate(inputValue.value, {
format: formatRef.value.format
});
if (nextValue) {
var _props2$onConfirm;
props2 === null || props2 === void 0 || (_props2$onConfirm = props2.onConfirm) === null || _props2$onConfirm === void 0 || _props2$onConfirm.call(props2, {
date: dayjs(nextValue).toDate(),
e: e
});
emit("confirm", {
date: dayjs(nextValue).toDate(),
e: e
});
onChange === null || onChange === void 0 || onChange(formatDate(inputValue.value, {
format: formatRef.value.format,
targetFormat: formatRef.value.valueType
}), {
dayjsValue: parseToDayjs(inputValue.value, formatRef.value.format),
trigger: "confirm"
});
} else {
inputValue.value = formatDate(value.value, {
format: formatRef.value.format
});
}
popupVisible.value = false;
}
function onPresetClick(presetValue, context) {
var _props2$onPresetClick;
var presetVal = typeof presetValue === "function" ? presetValue() : presetValue;
onChange === null || onChange === void 0 || onChange(formatDate(presetVal, {
format: formatRef.value.format,
targetFormat: formatRef.value.valueType
}), {
dayjsValue: parseToDayjs(presetVal, formatRef.value.format),
trigger: "preset"
});
(_props2$onPresetClick = props2.onPresetClick) === null || _props2$onPresetClick === void 0 || _props2$onPresetClick.call(props2, context);
emit("preset-click", context);
popupVisible.value = false;
}
function onYearChange(nextYear) {
year.value = nextYear;
}
function onMonthChange(nextMonth) {
month.value = nextMonth;
}
function processDate(date) {
var val = value.value;
var isSameDate = val.some(function (val2) {
return isSame(dayjs(val2).toDate(), date);
});
var currentDate;
if (!isSameDate) {
currentDate = val.concat(formatDate(date, {
format: formatRef.value.format,
targetFormat: formatRef.value.valueType
}));
} else {
currentDate = val.filter(function (val2) {
return formatDate(val2, {
format: formatRef.value.format,
targetFormat: formatRef.value.valueType
}) !== formatDate(date, {
format: formatRef.value.format,
targetFormat: formatRef.value.valueType
});
});
}
return currentDate.sort(function (a, b) {
return dayjs(a).valueOf() - dayjs(b).valueOf();
});
}
var onTagRemoveClick = function onTagRemoveClick(ctx) {
var removeDate = dayjs(ctx.item).toDate();
var newDate = processDate(removeDate);
onChange === null || onChange === void 0 || onChange(newDate, {
dayjsValue: parseToDayjs(removeDate, formatRef.value.format),
trigger: "tag-remove"
});
};
var onTagClearClick = function onTagClearClick(_ref4) {
var e = _ref4.e;
e.stopPropagation();
popupVisible.value = false;
onChange === null || onChange === void 0 || onChange([], {
dayjsValue: dayjs(),
trigger: "clear"
});
};
var panelProps = computed(function () {
return {
value: cacheValue.value,
year: year.value,
month: month.value,
format: formatRef.value.format,
mode: props2.mode,
presets: props2.presets,
time: props2.multiple ? "" : time.value,
disableDate: props2.disableDate,
disableTime: props2.disableTime,
firstDayOfWeek: props2.firstDayOfWeek,
timePickerProps: props2.timePickerProps,
enableTimePicker: props2.multiple ? false : props2.enableTimePicker,
presetsPlacement: props2.presetsPlacement,
popupVisible: popupVisible.value,
multiple: props2.multiple,
onCellClick: onCellClick,
onCellMouseEnter: onCellMouseEnter,
onCellMouseLeave: onCellMouseLeave,
onJumperClick: onJumperClick,
onConfirmClick: onConfirmClick,
onPresetClick: onPresetClick,
onYearChange: onYearChange,
onMonthChange: onMonthChange,
onTimePickerChange: onTimePickerChange,
onPanelClick: function onPanelClick() {
var _inputRef$value, _inputRef$value$focus;
return (_inputRef$value = inputRef.value) === null || _inputRef$value === void 0 || (_inputRef$value$focus = _inputRef$value.focus) === null || _inputRef$value$focus === void 0 ? void 0 : _inputRef$value$focus.call(_inputRef$value);
}
};
});
return {
COMPONENT_NAME: COMPONENT_NAME,
inputValue: inputValue,
datePickerPopupProps: datePickerPopupProps,
datePickerInputProps: datePickerInputProps,
popupVisible: popupVisible,
panelProps: panelProps,
isDisabled: isDisabled,
onTagRemoveClick: onTagRemoveClick,
onTagClearClick: onTagClearClick,
CalendarIcon: CalendarIcon$1,
global: global
};
},
render: function render() {
var _this = this,
_this$placeholder;
var h = arguments[0];
var COMPONENT_NAME = this.COMPONENT_NAME,
inputValue = this.inputValue,
datePickerPopupProps = this.datePickerPopupProps,
datePickerInputProps = this.datePickerInputProps,
popupVisible = this.popupVisible,
panelProps = this.panelProps,
isDisabled = this.isDisabled,
onTagRemoveClick = this.onTagRemoveClick,
onTagClearClick = this.onTagClearClick,
CalendarIcon = this.CalendarIcon;
var renderSuffixIcon = function renderSuffixIcon() {
if (_this.suffixIcon) return _this.suffixIcon;
if (_this.$scopedSlots.suffixIcon) return _this.$scopedSlots.suffixIcon;
if (_this.$scopedSlots["suffix-icon"]) return _this.$scopedSlots["suffix-icon"];
return function () {
return h(CalendarIcon);
};
};
return h("div", {
"class": COMPONENT_NAME
}, [h(SelectInput, {
"attrs": {
"disabled": isDisabled,
"readonly": this.readonly,
"value": inputValue,
"inputValue": this.multiple ? "" : inputValue,
"label": this.label,
"status": this.status,
"tips": this.tips,
"popupProps": datePickerPopupProps,
"inputProps": _objectSpread({}, datePickerInputProps),
"popupVisible": popupVisible,
"clearable": this.clearable,
"allowInput": this.allowInput && !this.readonly,
"panel": function panel() {
return h(TSinglePanel, {
"props": _objectSpread({}, panelProps)
});
},
"multiple": this.multiple,
"placeholder": (_this$placeholder = this.placeholder) !== null && _this$placeholder !== void 0 ? _this$placeholder : this.global.placeholder[this.mode],
"suffixIcon": renderSuffixIcon(),
"tagInputProps": {
onRemove: onTagRemoveClick
}
},
"on": {
"clear": onTagClearClick
}
})]);
}
});
export { _DatePicker as default };
//# sourceMappingURL=DatePicker.js.map