| 1 | # Flatpickr Vendor DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own vendored Flatpickr date and time picker assets. |
| 6 | |
| 7 | ## Ownership |
| 8 | |
| 9 | - `flatpickr.min.js` owns picker runtime behavior. |
| 10 | - `flatpickr.min.css` owns picker vendor styling. |
| 11 | |
| 12 | ## Local Contracts |
| 13 | |
| 14 | - Do not hand-edit minified vendor files for application behavior. |
| 15 | - Keep scheduler and date-input imports synchronized with file paths. |
| 16 | |
| 17 | ## Work Guidance |
| 18 | |
| 19 | - Replace from a clean upstream release when updating. |
| 20 | |
| 21 | ## Verification |
| 22 | |
| 23 | - Smoke-test scheduler or date/time inputs after changes. |
| 24 | |
| 25 | ## Child DOX Index |
| 26 | |
| 27 | No child DOX files. |