()
| 164 | } |
| 165 | |
| 166 | #refresh() { |
| 167 | this._setUserInput(this.#format(this.#segmentValues)); |
| 168 | this._setValue(toDate(this.#segmentValues) ?? undefined); |
| 169 | } |
| 170 | |
| 171 | constructor(opts: DateOptions) { |
| 172 | const detected = opts.format |
no test coverage detected