ngx-hana-nameserver-history-viewer 1.1.9-2.beta → 1.1.9-5.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 +2 -4
- package/fesm2015/ngx-hana-nameserver-history-viewer.mjs +3 -5
- package/fesm2015/ngx-hana-nameserver-history-viewer.mjs.map +1 -1
- package/fesm2020/ngx-hana-nameserver-history-viewer.mjs +3 -5
- package/fesm2020/ngx-hana-nameserver-history-viewer.mjs.map +1 -1
- package/package.json +7 -7
|
@@ -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,6 @@ 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$4 = momentImported;
|
|
516
514
|
/**
|
|
517
515
|
* get the time range for all ports
|
|
518
516
|
*/
|
|
@@ -763,7 +761,7 @@ function blobToFile(theBlob, fileName) {
|
|
|
763
761
|
}
|
|
764
762
|
|
|
765
763
|
// workaround for fixing following error when doing packagr: Cannot call a namespace ('moment')
|
|
766
|
-
const moment$3 =
|
|
764
|
+
const moment$3 = moment$4;
|
|
767
765
|
class TimezoneSelectorService {
|
|
768
766
|
/**
|
|
769
767
|
* get the default timezone
|
|
@@ -808,7 +806,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
808
806
|
}] });
|
|
809
807
|
|
|
810
808
|
// workaround for fixing following error when doing packagr: Cannot call a namespace ('moment')
|
|
811
|
-
const moment$2 =
|
|
809
|
+
const moment$2 = moment$4;
|
|
812
810
|
class TimezoneSelectorComponent {
|
|
813
811
|
constructor(service) {
|
|
814
812
|
this.service = service;
|