(parts: DateParts)
| 160 | } |
| 161 | |
| 162 | #format(parts: DateParts): string { |
| 163 | return this.#segments.map((s) => parts[s.type]).join(this.#separator); |
| 164 | } |
| 165 | |
| 166 | #refresh() { |
| 167 | this._setUserInput(this.#format(this.#segmentValues)); |
no outgoing calls
no test coverage detected