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

repeater.d.ts don't have all methods of Repeater class #6704

Closed
webleaf opened this issue Dec 14, 2018 · 4 comments
Closed

repeater.d.ts don't have all methods of Repeater class #6704

webleaf opened this issue Dec 14, 2018 · 4 comments

Comments

@webleaf
Copy link

webleaf commented Dec 14, 2018

I want extend Repeater, but not all methods of Repeater class are defined. I need all of them.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@vakrilov
Copy link
Contributor

Hey @webleaf,
Repeater is one of the oldest components and we haven't touched its definitions for a long time.

Are you willing to open a PR with a concrete suggestion of the APIs you need exposed in order to extend the Repeater class. Probably some of the methods can be made protected and exposed in the d.ts file.
You can check the CONTRIBUTING.md for more info on how to open a PR.

@surdu
Copy link
Contributor

surdu commented Oct 10, 2019

I'm looking though the Repeater class but I'm not seeing any method that should be in the definition. Maybe eachChildView ?

@Sumer312
Copy link

Sumer312 commented Feb 7, 2023

Hi, can I take on this issue ?

@rigor789
Copy link
Member

rigor789 commented Sep 7, 2023

Repeater no longer has a manually authored .d.ts file, the generated file should always contain everything authored in the .ts file.

https://github.com/NativeScript/NativeScript/tree/main/packages/core/ui/repeater

@rigor789 rigor789 closed this as completed Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants