ngx-hana-nameserver-history-viewer 1.1.9-1.beta → 1.1.9-4.beta
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/esm2020/src/nameserver-history-viewer/utils/time-util.mjs +4 -4
- package/fesm2015/ngx-hana-nameserver-history-viewer.mjs +5 -5
- package/fesm2015/ngx-hana-nameserver-history-viewer.mjs.map +1 -1
- package/fesm2020/ngx-hana-nameserver-history-viewer.mjs +5 -5
- package/fesm2020/ngx-hana-nameserver-history-viewer.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ import * as i2$1 from '@angular/forms';
|
|
|
6
6
|
import { FormsModule } from '@angular/forms';
|
|
7
7
|
import * as i1$1 from '@danielmoncada/angular-datetime-picker';
|
|
8
8
|
import { OwlDateTimeModule, OwlNativeDateTimeModule } from '@danielmoncada/angular-datetime-picker';
|
|
9
|
-
import * as
|
|
9
|
+
import * as moment$4 from 'moment-timezone';
|
|
10
10
|
import * as i2 from 'ngx-dropdown-list';
|
|
11
11
|
import { DropdownListModule } from 'ngx-dropdown-list';
|
|
12
12
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
@@ -511,8 +511,8 @@ function setChartHeight(nsAll, nsContent) {
|
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
|
|
514
|
-
// workaround for fixing following error when doing packagr: Cannot call a namespace ('moment')
|
|
515
|
-
const moment
|
|
514
|
+
// // workaround for fixing following error when doing packagr: Cannot call a namespace ('moment')
|
|
515
|
+
// const moment = momentImported;
|
|
516
516
|
/**
|
|
517
517
|
* get the time range for all ports
|
|
518
518
|
*/
|
|
@@ -763,7 +763,7 @@ function blobToFile(theBlob, fileName) {
|
|
|
763
763
|
}
|
|
764
764
|
|
|
765
765
|
// workaround for fixing following error when doing packagr: Cannot call a namespace ('moment')
|
|
766
|
-
const moment$3 =
|
|
766
|
+
const moment$3 = moment$4;
|
|
767
767
|
class TimezoneSelectorService {
|
|
768
768
|
/**
|
|
769
769
|
* get the default timezone
|
|
@@ -808,7 +808,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
808
808
|
}] });
|
|
809
809
|
|
|
810
810
|
// workaround for fixing following error when doing packagr: Cannot call a namespace ('moment')
|
|
811
|
-
const moment$2 =
|
|
811
|
+
const moment$2 = moment$4;
|
|
812
812
|
class TimezoneSelectorComponent {
|
|
813
813
|
constructor(service) {
|
|
814
814
|
this.service = service;
|