Skip to content

Comments

feat(NcSelectUsers): export NcSelectUsersModel type#8130

Merged
susnux merged 1 commit intomainfrom
fix/user-select-type
Feb 3, 2026
Merged

feat(NcSelectUsers): export NcSelectUsersModel type#8130
susnux merged 1 commit intomainfrom
fix/user-select-type

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Jan 28, 2026

☑️ Resolves

So that you can make use of the type inside apps, otherwise its pretty cumbersome to get it.
type IUserData = InstanceType<typeof NcSelectUsers>['$props']['options'][number]

🏁 Checklist

  • ⛑️ Tests are included or are not applicable
  • 📘 Component documentation has been extended, updated or is not applicable
  • 2️⃣ Backport to stable8 for maintained Vue 2 version or not applicable

@susnux susnux requested review from Antreesy, ShGKme and artonge January 28, 2026 17:34
@susnux susnux added bug Something isn't working 3. to review Waiting for reviews labels Jan 28, 2026
@susnux susnux added this to the 9.4.1 milestone Jan 28, 2026
@susnux
Copy link
Contributor Author

susnux commented Jan 28, 2026

/backport to stable8

@codecov
Copy link

codecov bot commented Jan 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.77%. Comparing base (54c7810) to head (fa5fe4e).
⚠️ Report is 33 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8130   +/-   ##
=======================================
  Coverage   52.77%   52.77%           
=======================================
  Files         103      103           
  Lines        3348     3348           
  Branches      976      977    +1     
=======================================
  Hits         1767     1767           
  Misses       1333     1333           
  Partials      248      248           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ShGKme

This comment was marked as resolved.

@ShGKme ShGKme added enhancement New feature or request and removed bug Something isn't working labels Jan 28, 2026
@ShGKme ShGKme changed the title fix(NcUserSelect): export IUserData type feat(NcUserSelect): export IUserData type Jan 28, 2026
@ShGKme
Copy link
Contributor

ShGKme commented Jan 28, 2026

Renamed to be a feature (it adds public API, reverting it is a breaking change).

@susnux

This comment was marked as resolved.

@ShGKme

This comment was marked as resolved.

@ShGKme

This comment was marked as resolved.

@ShGKme

This comment was marked as resolved.

@susnux susnux force-pushed the fix/user-select-type branch from b80940b to 5e197ad Compare February 3, 2026 00:01
@susnux

This comment was marked as resolved.

@susnux susnux modified the milestones: 9.4.1, 9.5.0 Feb 3, 2026
@susnux susnux force-pushed the fix/user-select-type branch from 5e197ad to fa5fe4e Compare February 3, 2026 00:06
@susnux susnux requested a review from ShGKme February 3, 2026 00:06
@susnux susnux changed the title feat(NcUserSelect): export IUserData type feat(NcSelectUsers): export NcSelectUsersModel type Feb 3, 2026
@susnux susnux merged commit d5d6a67 into main Feb 3, 2026
27 checks passed
@susnux susnux deleted the fix/user-select-type branch February 3, 2026 12:45
@artonge artonge mentioned this pull request Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants