@bitblit/ngx-acute-common 5.0.515-alpha → 5.0.517-alpha
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/lib/esm2022/acute-common.module.d.ts +2 -0
- package/lib/{components → esm2022/components}/dialogs/block-ui/block-ui.component.d.ts +2 -2
- package/lib/{index.d.ts → esm2022/index.d.ts} +2 -1
- package/lib/esm2022/ngx-acute-common.mjs +547 -0
- package/lib/esm2022/ngx-acute-common.mjs.map +1 -0
- package/package.json +5 -10
- package/lib/my-angular-library.cjs.js +0 -7
- package/lib/my-angular-library.cjs.js.map +0 -1
- package/lib/my-angular-library.esm.js +0 -7
- package/lib/my-angular-library.esm.js.map +0 -1
- package/lib/my-angular-library.umd.js +0 -7
- package/lib/my-angular-library.umd.js.map +0 -1
- /package/lib/{build → esm2022/build}/ngx-acute-common-info.d.ts +0 -0
- /package/lib/{components → esm2022/components}/dialogs/alert/alert.component.d.ts +0 -0
- /package/lib/{model → esm2022/model}/google-analytics-config.d.ts +0 -0
- /package/lib/{pipes → esm2022/pipes}/capitalize.pipe.d.ts +0 -0
- /package/lib/{pipes → esm2022/pipes}/dollar-formatted.pipe.d.ts +0 -0
- /package/lib/{pipes → esm2022/pipes}/map-values.pipe.d.ts +0 -0
- /package/lib/{pipes → esm2022/pipes}/number-with-commas.pipe.d.ts +0 -0
- /package/lib/{pipes → esm2022/pipes}/order-by.pipe.d.ts +0 -0
- /package/lib/{pipes → esm2022/pipes}/percent-formatted.pipe.d.ts +0 -0
- /package/lib/{pipes → esm2022/pipes}/plural.pipe.d.ts +0 -0
- /package/lib/{pipes → esm2022/pipes}/round.pipe.d.ts +0 -0
- /package/lib/{pipes → esm2022/pipes}/time-ago-formatted.pipe.d.ts +0 -0
- /package/lib/{pipes → esm2022/pipes}/timing.pipe.d.ts +0 -0
- /package/lib/{services → esm2022/services}/google-analytics.service.d.ts +0 -0
- /package/lib/{services → esm2022/services}/graphql-query.service.d.ts +0 -0
- /package/lib/{services → esm2022/services}/local-storage.service.d.ts +0 -0
- /package/lib/{services → esm2022/services}/window-ref.service.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ngx-acute-common",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.517-alpha",
|
|
4
4
|
"description": "Library for using angular",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"browser": "lib/my-angular-library.umd.js",
|
|
8
|
-
"types": "lib/index.d.ts",
|
|
5
|
+
"module": "lib/esm2022/ngx-acute-common.mjs",
|
|
6
|
+
"types": "lib/esm2022/index.d.ts",
|
|
9
7
|
"files": [
|
|
10
8
|
"lib/**",
|
|
11
9
|
"bin/**"
|
|
@@ -34,7 +32,7 @@
|
|
|
34
32
|
"@angular/platform-browser": "18.2.8",
|
|
35
33
|
"@angular/platform-browser-dynamic": "18.2.8",
|
|
36
34
|
"@angular/router": "18.2.8",
|
|
37
|
-
"@bitblit/ratchet-common": "5.0.
|
|
35
|
+
"@bitblit/ratchet-common": "5.0.517-alpha",
|
|
38
36
|
"primeflex": "3.3.1",
|
|
39
37
|
"primeicons": "7.0.0",
|
|
40
38
|
"primeng": "17.18.11",
|
|
@@ -50,14 +48,11 @@
|
|
|
50
48
|
"@angular/platform-browser": "^18.2.8",
|
|
51
49
|
"@angular/platform-browser-dynamic": "^18.2.8",
|
|
52
50
|
"@angular/router": "^18.2.8",
|
|
53
|
-
"@bitblit/ratchet-common": "5.0.
|
|
51
|
+
"@bitblit/ratchet-common": "5.0.517-alpha",
|
|
54
52
|
"primeflex": "3.3.1",
|
|
55
53
|
"primeicons": "7.0.0",
|
|
56
54
|
"primeng": "17.18.11",
|
|
57
55
|
"rxjs": "7.8.1",
|
|
58
56
|
"zone.js": "0.14.10"
|
|
59
|
-
},
|
|
60
|
-
"devDependencies": {
|
|
61
|
-
"@angular/compiler-cli": "^18.2.8"
|
|
62
57
|
}
|
|
63
58
|
}
|