rxweb icon indicating copy to clipboard operation
rxweb copied to clipboard

Tons of extensively featured packages for Angular, VUE and React Projects

Results 93 rxweb issues
Sort by recently updated
recently updated
newest added

Bumps [jszip](https://github.com/Stuk/jszip) from 3.6.0 to 3.9.1. Changelog Sourced from jszip's changelog. v3.9.1 2022-04-06 Fix recursive definition of InputFileFormat introduced in 3.9.0. v3.9.0 2022-04-04 Update types JSZip#loadAsync to accept a promise...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [moment](https://github.com/moment/moment) from 2.26.0 to 2.29.2. Changelog Sourced from moment's changelog. 2.29.2 See full changelog Release Apr 3 2022 Address https://github.com/advisories/GHSA-8hfj-j24r-96c4 2.29.1 See full changelog Release Oct 6, 2020 Updated...

dependencies

### Description I´m sorry in advance if this isn´t inline with the main purpose with this package but.. I´ve been looking for a package that could create a more complex...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

## Problem I have created new Angular 13 project using Yarn package manager, and added rxweb translation packages Created rxWebModule ![image](https://user-images.githubusercontent.com/6230353/158811214-00858269-aec2-4bfa-9d09-8961f1a99522.png) and included in AppModule ![image](https://user-images.githubusercontent.com/6230353/158811337-dd896f1b-067b-4ba6-937f-cfd49e9abf98.png) These are the i18N...

I found that linq.ts -> expressionParser() function has a bug with boolean expressions that don't use operators. This conditional expression in @disable decorator does not work propery: `@disable({conditionalExpression: function ()...

### Description I am using the mask decorator for a date property. The default placeholder character for the mask is \'\_\' is there a way to change that to a...

The following example of @disable decorator in a model class is not working, because in conditional expression it checks a function instead of a direct property: ``` export class User...

Why decorator minLenght doesnt work the same way regular minlenght does? The decorator sets "minLenght" error on a field where regular minlenght sets "minlenght" error. And the decorator doesnt set...