moment-timezone-picker
Advanced tools
Comparing version 4.0.0 to 5.0.0
import { AfterViewInit, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core'; | ||
import { ControlValueAccessor, FormBuilder, FormGroup } from '@angular/forms'; | ||
import * as i0 from "@angular/core"; | ||
export declare class TZone { | ||
@@ -67,2 +68,4 @@ name: string; | ||
writeValue(zone: string | TZone): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MomentTimezonePickerComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<MomentTimezonePickerComponent, "ng-moment-timezone-picker", never, { "getUserZone": "getUserZone"; "customPlaceholderText": "customPlaceholderText"; "customNotFoundText": "customNotFoundText"; "clearable": "clearable"; "virtualScroll": "virtualScroll"; "disabled": "disabled"; "config": "config"; }, {}, never, never>; | ||
} |
@@ -0,2 +1,9 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./moment-timezone-picker.component"; | ||
import * as i2 from "@ng-select/ng-select"; | ||
import * as i3 from "@angular/forms"; | ||
export declare class MomentTimezonePickerModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MomentTimezonePickerModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<MomentTimezonePickerModule, [typeof i1.MomentTimezonePickerComponent], [typeof i2.NgSelectModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule], [typeof i1.MomentTimezonePickerComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<MomentTimezonePickerModule>; | ||
} |
@@ -0,3 +1,6 @@ | ||
import * as i0 from "@angular/core"; | ||
export declare class MomentTimezonePickerService { | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MomentTimezonePickerService, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<MomentTimezonePickerService>; | ||
} |
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
/// <amd-module name="moment-timezone-picker" /> | ||
export * from './public_api'; |
{ | ||
"name": "moment-timezone-picker", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "A simple angular moment timezone picker", | ||
@@ -9,3 +9,3 @@ "license": "MIT", | ||
"angular", | ||
"angular 8", | ||
"angular 13", | ||
"ng", | ||
@@ -20,18 +20,30 @@ "ng2", | ||
"peerDependencies": { | ||
"@angular/common": "~12.2.0", | ||
"@angular/core": "~12.2.0" | ||
"@angular/common": "~13.0.0", | ||
"@angular/core": "~13.0.0" | ||
}, | ||
"dependencies": { | ||
"@ng-select/ng-select": "^7.2.0", | ||
"moment-timezone": "^0.5.33", | ||
"tslib": "^2.2.0" | ||
"@ng-select/ng-select": "^8.3.0", | ||
"moment-timezone": "^0.5.34", | ||
"tslib": "^2.3.0" | ||
}, | ||
"main": "bundles/moment-timezone-picker.umd.js", | ||
"module": "fesm2015/moment-timezone-picker.js", | ||
"es2015": "fesm2015/moment-timezone-picker.js", | ||
"esm2015": "esm2015/moment-timezone-picker.js", | ||
"fesm2015": "fesm2015/moment-timezone-picker.js", | ||
"module": "fesm2015/moment-timezone-picker.mjs", | ||
"es2020": "fesm2020/moment-timezone-picker.mjs", | ||
"esm2020": "esm2020/moment-timezone-picker.mjs", | ||
"fesm2020": "fesm2020/moment-timezone-picker.mjs", | ||
"fesm2015": "fesm2015/moment-timezone-picker.mjs", | ||
"typings": "moment-timezone-picker.d.ts", | ||
"metadata": "moment-timezone-picker.metadata.json", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./moment-timezone-picker.d.ts", | ||
"esm2020": "./esm2020/moment-timezone-picker.mjs", | ||
"es2020": "./fesm2020/moment-timezone-picker.mjs", | ||
"es2015": "./fesm2015/moment-timezone-picker.mjs", | ||
"node": "./fesm2015/moment-timezone-picker.mjs", | ||
"default": "./fesm2020/moment-timezone-picker.mjs" | ||
} | ||
}, | ||
"sideEffects": false | ||
} |
export * from './lib/moment-timezone-picker.service'; | ||
export * from './lib/moment-timezone-picker.component'; | ||
export * from './lib/moment-timezone-picker.module'; |
@@ -15,2 +15,3 @@ # MomentTimezonePicker | ||
| --- | --- | | ||
| 13 | 5.x.x | | ||
| 12 | 4.x.x | | ||
@@ -17,0 +18,0 @@ | 11 | 3.x.x | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95554
852
122
17
1
+ Added@angular/common@13.0.313.4.0(transitive)
+ Added@angular/core@13.0.313.4.0(transitive)
+ Added@angular/forms@13.4.0(transitive)
+ Added@angular/platform-browser@13.4.0(transitive)
+ Added@ng-select/ng-select@8.3.0(transitive)
- Removed@angular/common@12.2.17(transitive)
- Removed@angular/core@12.2.17(transitive)
- Removed@angular/forms@12.2.17(transitive)
- Removed@angular/platform-browser@12.2.17(transitive)
- Removed@ng-select/ng-select@7.4.0(transitive)
Updated@ng-select/ng-select@^8.3.0
Updatedmoment-timezone@^0.5.34
Updatedtslib@^2.3.0