brainloper-ui 16.0.0 → 17.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/src/app/modules/brainloper-ui/brainloper-ui.module.mjs +15 -7
- package/esm2022/src/app/modules/brainloper-ui/components/bread-crumb/bread-crumb.component.mjs +5 -5
- package/esm2022/src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component.mjs +5 -5
- package/esm2022/src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component.mjs +6 -6
- package/esm2022/src/app/modules/brainloper-ui/components/carousel/carousel.component.mjs +5 -5
- package/esm2022/src/app/modules/brainloper-ui/components/combos/combos.component.mjs +5 -5
- package/esm2022/src/app/modules/brainloper-ui/components/data-table/data-table.component.mjs +5 -5
- package/esm2022/src/app/modules/brainloper-ui/components/data-table/table-modal/table-modal.component.mjs +6 -6
- package/esm2022/src/app/modules/brainloper-ui/components/file-input/file-input.component.mjs +5 -5
- package/esm2022/src/app/modules/brainloper-ui/components/filters/filters.component.mjs +5 -5
- package/esm2022/src/app/modules/brainloper-ui/components/report/template-fuel/template-fuel.component.mjs +6 -6
- package/esm2022/src/app/modules/brainloper-ui/components/report/template-ot/template-ot.component.mjs +6 -6
- package/esm2022/src/app/modules/brainloper-ui/components/select-filter/select-filter.component.mjs +6 -6
- package/esm2022/src/app/modules/directives/carousel-item.directive.mjs +5 -5
- package/esm2022/src/app/modules/services/crypto.service.mjs +5 -5
- package/esm2022/src/app/modules/services/export-data.service.mjs +5 -5
- package/esm2022/src/app/modules/services/file-forms.service.mjs +5 -5
- package/esm2022/src/app/modules/services/fuel-order-pdf.service.mjs +5 -5
- package/esm2022/src/app/modules/services/functions.service.mjs +5 -5
- package/esm2022/src/app/modules/services/generate-pdf.service.mjs +5 -5
- package/esm2022/src/app/modules/services/http.service.mjs +5 -5
- package/esm2022/src/app/modules/services/loading/loading.component.mjs +5 -5
- package/esm2022/src/app/modules/services/local-storage.service.mjs +5 -5
- package/esm2022/src/app/modules/services/message.service.mjs +5 -5
- package/esm2022/src/app/modules/services/purchase-order-pdf.service.mjs +5 -5
- package/esm2022/src/app/modules/services/session.service.mjs +5 -5
- package/esm2022/src/app/modules/services/work-order-pdf.service.mjs +5 -5
- package/fesm2022/brainloper-ui.mjs +125 -117
- package/fesm2022/brainloper-ui.mjs.map +1 -1
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brainloper-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "17.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@angular/animations": "^
|
|
7
|
-
"@angular/cdk": "^
|
|
8
|
-
"@angular/common": "^
|
|
9
|
-
"@angular/core": "^
|
|
10
|
-
"@angular/forms": "^
|
|
11
|
-
"@angular/localize": "^
|
|
12
|
-
"@angular/material": "^
|
|
13
|
-
"@angular/platform-browser": "^
|
|
14
|
-
"@angular/platform-browser-dynamic": "^
|
|
15
|
-
"@angular/router": "^
|
|
6
|
+
"@angular/animations": "^17.3.12",
|
|
7
|
+
"@angular/cdk": "^17.3.10",
|
|
8
|
+
"@angular/common": "^17.3.12",
|
|
9
|
+
"@angular/core": "^17.3.12",
|
|
10
|
+
"@angular/forms": "^17.3.12",
|
|
11
|
+
"@angular/localize": "^17.3.12",
|
|
12
|
+
"@angular/material": "^17.3.10",
|
|
13
|
+
"@angular/platform-browser": "^17.3.12",
|
|
14
|
+
"@angular/platform-browser-dynamic": "^17.3.12",
|
|
15
|
+
"@angular/router": "^17.3.12",
|
|
16
16
|
"@edgarzon93/brainloper-shared": "^1.1.5",
|
|
17
|
-
"@ng-bootstrap/ng-bootstrap": "^
|
|
17
|
+
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
|
|
18
18
|
"bootstrap": "^5.3.3",
|
|
19
19
|
"compressorjs": "^1.1.1",
|
|
20
20
|
"crypto-js": "^4.0.0",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"rxjs": "~6.5.4",
|
|
31
31
|
"sweetalert2": "^11.12.3",
|
|
32
32
|
"tslib": "^2.0.0",
|
|
33
|
-
"zone.js": "
|
|
33
|
+
"zone.js": "^0.14.10"
|
|
34
34
|
},
|
|
35
35
|
"module": "fesm2022/brainloper-ui.mjs",
|
|
36
36
|
"typings": "index.d.ts",
|