@bitblit/ngx-acute-common 6.0.142-alpha → 6.0.143-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/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +6 -6
package/lib/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
export * from './constants';
|
|
1
2
|
export * from './build/ngx-acute-common-info';
|
|
2
3
|
export * from './components/log-display/log-display.component';
|
|
3
4
|
export * from './components/dialogs/alert/alert.component';
|
|
4
5
|
export * from './components/process-monitor-simple-modal-display/process-monitor-simple-modal-display.component';
|
|
5
6
|
export * from './components/process-monitor-simple-display/process-monitor-simple-display.component';
|
|
6
|
-
export * from './constants';
|
|
7
7
|
export * from './acute-common-type-guards';
|
|
8
8
|
export * from './model/google-analytics-config';
|
|
9
9
|
export * from './pipes/capitalize.pipe';
|
package/lib/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
export * from './constants';
|
|
1
2
|
export * from './build/ngx-acute-common-info';
|
|
2
3
|
export * from './components/log-display/log-display.component';
|
|
3
4
|
export * from './components/dialogs/alert/alert.component';
|
|
4
5
|
export * from './components/process-monitor-simple-modal-display/process-monitor-simple-modal-display.component';
|
|
5
6
|
export * from './components/process-monitor-simple-display/process-monitor-simple-display.component';
|
|
6
|
-
export * from './constants';
|
|
7
7
|
export * from './acute-common-type-guards';
|
|
8
8
|
export * from './model/google-analytics-config';
|
|
9
9
|
export * from './pipes/capitalize.pipe';
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAE9C,cAAc,gDAAgD,CAAC;AAE/D,cAAc,4CAA4C,CAAC;AAE3D,cAAc,kGAAkG,CAAC;AACjH,cAAc,sFAAsF,CAAC;AAErG,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAE5B,cAAc,+BAA+B,CAAC;AAE9C,cAAc,gDAAgD,CAAC;AAE/D,cAAc,4CAA4C,CAAC;AAE3D,cAAc,kGAAkG,CAAC;AACjH,cAAc,sFAAsF,CAAC;AAErG,cAAc,4BAA4B,CAAC;AAE3C,cAAc,iCAAiC,CAAC;AAEhD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,oCAAoC,CAAC;AAEnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,kCAAkC,CAAC;AACjD,cAAc,kDAAkD,CAAC;AACjE,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAE9C,cAAc,gDAAgD,CAAC;AAC/D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,yDAAyD,CAAC;AACxE,cAAc,oDAAoD,CAAC;AACnE,cAAc,kDAAkD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ngx-acute-common",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.143-alpha",
|
|
4
4
|
"description": "Library for using angular",
|
|
5
5
|
"module": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@angular/platform-browser": "20.3.9",
|
|
49
49
|
"@angular/platform-browser-dynamic": "20.3.9",
|
|
50
50
|
"@angular/router": "20.3.9",
|
|
51
|
-
"@bitblit/ratchet-common": "6.0.
|
|
52
|
-
"@bitblit/ratchet-graphql": "6.0.
|
|
51
|
+
"@bitblit/ratchet-common": "6.0.143-alpha",
|
|
52
|
+
"@bitblit/ratchet-graphql": "6.0.143-alpha",
|
|
53
53
|
"primeflex": "4.0.0",
|
|
54
54
|
"primeicons": "7.0.0",
|
|
55
55
|
"primeng": "20.3.0",
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"@angular/platform-browser": "^20.3.9",
|
|
67
67
|
"@angular/platform-browser-dynamic": "^20.3.9",
|
|
68
68
|
"@angular/router": "^20.3.9",
|
|
69
|
-
"@bitblit/ratchet-common": "6.0.
|
|
70
|
-
"@bitblit/ratchet-graphql": "6.0.
|
|
69
|
+
"@bitblit/ratchet-common": "6.0.143-alpha",
|
|
70
|
+
"@bitblit/ratchet-graphql": "6.0.143-alpha",
|
|
71
71
|
"primeflex": "4.0.0",
|
|
72
72
|
"primeicons": "7.0.0",
|
|
73
73
|
"primeng": "20.3.0",
|
|
@@ -76,6 +76,6 @@
|
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@angular/compiler-cli": "20.3.9",
|
|
79
|
-
"@bitblit/ratchet-node-only": "6.0.
|
|
79
|
+
"@bitblit/ratchet-node-only": "6.0.143-alpha"
|
|
80
80
|
}
|
|
81
81
|
}
|