Skip to content
This repository was archived by the owner on Mar 2, 2018. It is now read-only.

Commit 1726464

Browse files
committed
0.16.1
1 parent 48fae3c commit 1726464

18 files changed

+106
-88
lines changed

app/build/app.js

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build/app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/datetime-picker.component.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/datetime-picker.component.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/datetime-picker.component.metadata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/datetime-picker.directive.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export declare class NguiDatetimePickerDirective implements OnInit, OnChanges {
2222
showCloseLayer: boolean;
2323
showWeekNumbers: boolean;
2424
formControlName: string;
25-
draggable: boolean;
25+
isDraggable: boolean;
2626
ngModel: any;
2727
ngModelChange: EventEmitter<{}>;
2828
valueChanged$: EventEmitter<{}>;
@@ -34,13 +34,15 @@ export declare class NguiDatetimePickerDirective implements OnInit, OnChanges {
3434
private sub;
3535
inputEl: HTMLInputElement;
3636
clickedDatetimePicker: boolean;
37+
userModifyingValue: boolean;
3738
constructor(resolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, parent: ControlContainer);
3839
/**
3940
* convert defaultValue, minDate, maxDate, minHour, and maxHour to proper types
4041
*/
4142
normalizeInput(): void;
4243
ngOnInit(): void;
4344
ngAfterViewInit(): void;
45+
handleKeyDown: (event: any) => void;
4446
ngOnChanges(changes: SimpleChanges): void;
4547
updateDatepicker(): void;
4648
setInputElDateValue(date: any): void;

dist/datetime-picker.directive.js

Lines changed: 19 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)