Peter Emad

Results 10 issues of Peter Emad

### Describe the feature it will be good to hava the ability to disable the tooltips based on certain condition.. for now i use big nubmer for the delay option...

Added two new methods to Router `route().queryParams` to get only the query paramters parsed with the qs `route().routeParams` to get only the actual route params without query params i didn't...

i think we could use this type `RouteParams = KnownRouteParamsObject` to achieve this

#### Description currently route().params method get all route params .. including the laravel route params in some situations, we need to access only route query params #### Alternatives the only...

is there any plan to add this feature ?

help wanted
feature request

if project has translation with new laravel version (+v9) ..then we will have to move the files to the `resources/lang` instead of `lang/` so it will be easy if the...

### Environment ```bash Developement/Production OS: Windows 10 19043.1110 Node version: 16.0.0 Package manager: [email protected] Radix Vue version: 1.0.0 Vue version: 3.0.0 Nuxt version: 3.0.0 Nuxt mode: universal Nuxt target: server...

bug

### Describe the feature adding the ability to modelValue type to be number ,boolean, or object not just string for the components (RadiodGroup, ToggleGroup, CheckboxGroup) ### Additional information - [...

v2

i didn't find way to pass {numberingSystem:'arab'} , it's a valid option to intl.DateTimeFormatOptions but i can include it in locale string like this `ar-u-nu-arab` this throw `invalid locale tag...

would be nice to provide bi-directional duration formatting and parsing .. the behavior would be similar to `Intl.DurationFormat` ( still experimental )