@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/bundles/gipisistemas-ng-core.umd.js +51 -4
- package/bundles/gipisistemas-ng-core.umd.js.map +1 -1
- package/bundles/gipisistemas-ng-core.umd.min.js +9 -9
- package/bundles/gipisistemas-ng-core.umd.min.js.map +1 -1
- package/esm2015/gipi-components.js +2 -1
- package/esm2015/shared/gipi-components/qr-code/qr-code.component.js +46 -0
- package/esm2015/shared/shared.module.js +5 -1
- package/esm5/gipi-components.js +2 -1
- package/esm5/shared/gipi-components/qr-code/qr-code.component.js +47 -0
- package/esm5/shared/shared.module.js +5 -1
- package/fesm2015/gipisistemas-ng-core.js +47 -1
- package/fesm2015/gipisistemas-ng-core.js.map +1 -1
- package/fesm5/gipisistemas-ng-core.js +48 -1
- package/fesm5/gipisistemas-ng-core.js.map +1 -1
- package/gipi-components.d.ts +1 -0
- package/gipisistemas-ng-core.metadata.json +1 -1
- package/package.json +3 -2
- package/shared/gipi-components/qr-code/qr-code.component.d.ts +8 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gipisistemas/ng-core",
|
3
|
-
"version": "1.1.
|
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",
|