• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

coreui / coreui-pro / 34541519767
95%
main: 94%

Build:
Build:
LAST BUILD BRANCH: v6-dev
DEFAULT BRANCH: main
Ran 10 Sep 2026 11:19PM UTC
Jobs 1
Files 75
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Sep 2026 11:17PM UTC coverage: 93.661% (+0.001%) from 93.66%
34541519767

push

github

web-flow
feat(pickers): one event contract for show, hide, dateChange and reset (#1237)

Three contracts the popup-based components did not share with Modal and
Dialog, or with each other:

- `show` and `hide` could not be cancelled. Popup gains `onBeforeShow` /
  `onBeforeHide` hooks that veto the change when they return false; the
  four pickers emit `show`/`hide` from them, and ComboboxBase checks
  `defaultPrevented` before touching the DOM. `hide()` on a panel that
  is not shown no longer emits anything. Popup.dispose() bypasses the
  veto — the owner is going away.
- `dateChange` / `startDateChange` / `endDateChange` carried two shapes:
  `{ date: Date }` from the field, `{ date: formatted, dateObject }` from
  the calendar, and the calendar path announced the clicked day even when
  the field refused it. Both paths now report `{ date, formattedDate }`
  read from the field after the update — `date` the validated Date or
  null, `formattedDate` that value in the shape of `selectionType`.
- SectionInput.reset() went back to `_config.date`, which update()
  overwrites, so create A → update B → reset gave B. The field now keeps
  the date it was created with, reset() emits `dateChange` when the value
  moves, and a native form reset resets the field as well.

5703 of 6388 branches covered (89.28%)

Branch coverage included in aggregate %.

42 of 42 new or added lines in 7 files covered. (100.0%)

2 existing lines in 1 file now uncovered.

10891 of 11329 relevant lines covered (96.13%)

439.92 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
76.61
-1.61% js/src/navigation.ts
Jobs
ID Job ID Ran Files Coverage
1 34541519767.1 10 Sep 2026 11:19PM UTC 75
93.66
GitHub Action Run
Source Files on build 34541519767
  • Tree
  • List 75
  • Changed 8
  • Source Changed 7
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34541519767
  • e9b587a9 on github
  • Prev Build on v6-dev (#34540688873)
  • Next Build on v6-dev (#34542591849)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc