ng-pli-commons 1.0.147-dev.0 → 1.0.148-dev.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.
|
@@ -5822,11 +5822,9 @@ class FileService {
|
|
|
5822
5822
|
*/
|
|
5823
5823
|
upload(filePath, file) {
|
|
5824
5824
|
let subject = new BehaviorSubject(undefined);
|
|
5825
|
-
console.log('upload', filePath, file);
|
|
5826
5825
|
this.angularFireStorage
|
|
5827
5826
|
.upload(filePath, file)
|
|
5828
5827
|
.then((result) => {
|
|
5829
|
-
console.log('upload result', result);
|
|
5830
5828
|
result.ref.getDownloadURL().then(function (url) {
|
|
5831
5829
|
subject.next(url);
|
|
5832
5830
|
});
|
|
@@ -16759,31 +16757,31 @@ class CustomValidator {
|
|
|
16759
16757
|
/* tslint:disable */
|
|
16760
16758
|
const VERSION = {
|
|
16761
16759
|
"dirty": true,
|
|
16762
|
-
"raw": "v1.0.
|
|
16763
|
-
"hash": "
|
|
16760
|
+
"raw": "v1.0.148-dev.0-0-gb9add339-dirty",
|
|
16761
|
+
"hash": "gb9add339",
|
|
16764
16762
|
"distance": 0,
|
|
16765
|
-
"tag": "v1.0.
|
|
16763
|
+
"tag": "v1.0.148-dev.0",
|
|
16766
16764
|
"semver": {
|
|
16767
16765
|
"options": {
|
|
16768
16766
|
"loose": false,
|
|
16769
16767
|
"includePrerelease": false
|
|
16770
16768
|
},
|
|
16771
16769
|
"loose": false,
|
|
16772
|
-
"raw": "v1.0.
|
|
16770
|
+
"raw": "v1.0.148-dev.0",
|
|
16773
16771
|
"major": 1,
|
|
16774
16772
|
"minor": 0,
|
|
16775
|
-
"patch":
|
|
16773
|
+
"patch": 148,
|
|
16776
16774
|
"prerelease": [
|
|
16777
16775
|
"dev",
|
|
16778
16776
|
0
|
|
16779
16777
|
],
|
|
16780
16778
|
"build": [],
|
|
16781
|
-
"version": "1.0.
|
|
16779
|
+
"version": "1.0.148-dev.0"
|
|
16782
16780
|
},
|
|
16783
|
-
"suffix": "0-
|
|
16784
|
-
"semverString": "1.0.
|
|
16785
|
-
"version": "1.0.
|
|
16786
|
-
"buildTimestamp": "2026-08-15T03:
|
|
16781
|
+
"suffix": "0-gb9add339-dirty",
|
|
16782
|
+
"semverString": "1.0.148-dev.0",
|
|
16783
|
+
"version": "1.0.148-dev.0",
|
|
16784
|
+
"buildTimestamp": "2026-08-15T03:26:11.113Z"
|
|
16787
16785
|
};
|
|
16788
16786
|
/* tslint:enable */
|
|
16789
16787
|
|