rxweb
rxweb copied to clipboard
Tons of extensively featured packages for Angular, VUE and React Projects
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...
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...
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...
### 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...
## Problem I have created new Angular 13 project using Yarn package manager, and added rxweb translation packages Created rxWebModule  and included in AppModule  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...