Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cdk): add tuiToArray #7489

Merged
merged 2 commits into from
May 21, 2024
Merged

feat(cdk): add tuiToArray #7489

merged 2 commits into from
May 21, 2024

Conversation

splincode
Copy link
Member

No description provided.

Copy link
Contributor

sweep-ai bot commented May 20, 2024

Sweep: PR Review

projects/addon-doc/components/documentation/documentation.module.ts

The changes introduce the TuiToArrayPipe to the TuiDocDocumentationModule by adding the necessary import statement and including it in the imports array of the @NgModule decorator.


projects/addon-doc/components/documentation/documentation.template.html

The change ensures that propertiesConnectors is explicitly converted to an array before applying the tuiFilter pipe, which may prevent potential runtime errors.

Sweep Found These Issues


projects/cdk/pipes/to-array/index.ts

The change re-exports all exports from the to-array.pipe module in the index.ts file.


projects/cdk/pipes/to-array/ng-package.json

A new entry file configuration for the library is added to the ng-package.json.


projects/cdk/pipes/to-array/to-array.pipe.ts

Introduced a new standalone Angular pipe TuiToArrayPipe that converts Map, QueryList, or Set to an array.

Sweep Found These Issues


Copy link

lumberjack-bot bot commented May 20, 2024

Pull request was closed ✔️

All saved screenshots (for current PR) were deleted 🗑️

Copy link
Contributor

github-actions bot commented May 20, 2024

Visit the preview URL for this PR (updated for commit 3369a1c):

https://taiga-ui--pr7489-splincode-feat-to-ar-61fr2p8y.web.app

(expires Tue, 21 May 2024 09:58:33 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 4b5ece1e114386f6a105425ef799091475b249eb

Copy link

bundlemon bot commented May 20, 2024

BundleMon

Files updated (1)
Status Path Size Limits
demo/browser/main.(hash).js
308.11KB (+62B +0.02%) +10%
Unchanged files (4)
Status Path Size Limits
demo/browser/vendor.(hash).js
205.45KB +10%
demo/browser/runtime.(hash).js
38.31KB +10%
demo/browser/styles.(hash).css
13.85KB +10%
demo/browser/polyfills.(hash).js
11.21KB +10%

Total files change +66B +0.01%

Groups updated (1)
Status Path Size Limits
demo/browser/*..js
2.31MB (+37B 0%) -

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

@nsbarsukov nsbarsukov merged commit 7ca84db into main May 21, 2024
26 of 27 checks passed
@nsbarsukov nsbarsukov deleted the splincode/feat/to-array branch May 21, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants