Skip to content

Commit

Permalink
chore(all): build
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBalaganskiy committed Aug 28, 2018
1 parent 35ce944 commit dcebcc6
Show file tree
Hide file tree
Showing 30 changed files with 110 additions and 115 deletions.
2 changes: 1 addition & 1 deletion dist/amd/datepicker/datepicker.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export declare class MdDatePicker {
setValue(newValue: Date): void;
calendarIcon: any;
attached(): void;
done: () => void;
done: (e: any) => void;
bind(): void;
detached(): void;
open(): void;
Expand Down
27 changes: 11 additions & 16 deletions dist/amd/datepicker/datepicker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/amd/datepicker/datepicker.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion dist/amd/switch/switch.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ export declare class MdSwitch {
constructor(element: Element);
checkbox: HTMLInputElement;
checked: boolean;
checkedChanged(newValue: any): void;
checkedChanged(newValue: boolean): void;
disabled: boolean;
disabledChanged(): void;
readonly: boolean;
labelOff: string;
labelOn: string;
Expand Down
9 changes: 6 additions & 3 deletions dist/amd/switch/switch.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dcebcc6

Please sign in to comment.