feature: expandable rows

add: comments
This commit is contained in:
2024-02-01 17:29:30 +08:00
parent 24b5a22595
commit 5d199a2bfb
5 changed files with 574 additions and 111 deletions

View File

@ -261,7 +261,7 @@ export class DateSelector {
* @static
* @param {HTMLElement} [dom=document.body] 父元素
* @param {Function} [trigger] 日期设置事件触发函数
* @param {Date} trigger.[this]] - 上下文为触发设置日期的 `DateSelector` 实例
* @param {Date} trigger.{this} - 上下文为触发设置日期的 `DateSelector` 实例
* @param {Date} trigger.date - 修改后的日期值
* @example <caption>HTML</caption>
* <input id="dateFrom" data-type="date" data-min="1980-01-01"/>