@gipisistemas/ng-core 1.1.14 → 1.1.15

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gipisistemas/ng-core",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~8.2.3",
6
6
  "@angular/core": "~8.2.3",
@@ -13,7 +13,8 @@
13
13
  "ngx-mask": "^9.1.2",
14
14
  "ngx-infinite-scroll": "^9.0.0",
15
15
  "moment": "^2.27.0",
16
- "@brazilian-utils/brazilian-utils": "^1.0.0-rc.12"
16
+ "@brazilian-utils/brazilian-utils": "^1.0.0-rc.12",
17
+ "angularx-qrcode": "^2.1.4"
17
18
  },
18
19
  "private": false,
19
20
  "main": "bundles/gipisistemas-ng-core.umd.js",
@@ -0,0 +1,8 @@
1
+ export declare class GIPIQrCodeComponent {
2
+ qrdata: string;
3
+ allowEmptyString: boolean;
4
+ level: 'L' | 'M' | 'Q' | 'H';
5
+ scale: number;
6
+ margin: 0 | 4 | 10 | 25;
7
+ width: number;
8
+ }