-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
45 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,21 @@ | ||
/** Load variables from DefinePlugin */ | ||
declare const ENV_VERSION: string; | ||
declare const ENV_COMMITHASH: string; | ||
declare const ENV_DATE: string; | ||
declare const ENV_BRANCH: string; | ||
|
||
export class App { | ||
protected appInfo = { | ||
version: ENV_VERSION, | ||
commitHash: ENV_COMMITHASH, | ||
date: ENV_DATE, | ||
branch: ENV_BRANCH | ||
}; | ||
|
||
protected message: string; | ||
protected date: Date; | ||
|
||
constructor() { | ||
this.message = 'Hello World!'; | ||
this.message = 'au-datetime-picker example'; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -560,15 +560,12 @@ atob@~1.1.0: | |
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/atob/-/atob-1.1.3.tgz#95f13629b12c3a51a5d215abdce2aa9f32f80773" | ||
|
||
[email protected].0-development: | ||
version "0.0.0-development" | ||
resolved "https://registry.yarnpkg.com/au-datetime-picker/-/au-datetime-picker-0.0.0-development.tgz#2a680987bf10b5c51c8a692ae6cef6b477c3e009" | ||
[email protected].8: | ||
version "0.0.8" | ||
resolved "https://registry.yarnpkg.com/au-datetime-picker/-/au-datetime-picker-0.0.8.tgz#91c36500ed6331d5ff643b2ee7f39461090d3cd9" | ||
dependencies: | ||
aurelia-bootstrap-datetimepicker "^1.1.1" | ||
aurelia-framework "^1.1.5" | ||
aurelia-pal "^1.7.0" | ||
date-fns "^2.0.0-alpha.7" | ||
popper.js "^1.14.1" | ||
aurelia-bootstrap-datetimepicker "^1.1.0" | ||
eonasdan-bootstrap-datetimepicker "^4.17.47" | ||
|
||
aurelia-animator-css@^1.0.2: | ||
version "1.0.4" | ||
|
@@ -587,6 +584,15 @@ aurelia-binding@^1.0.0, aurelia-binding@^1.3.0, aurelia-binding@^1.5.0: | |
aurelia-pal "^1.0.0" | ||
aurelia-task-queue "^1.0.0" | ||
|
||
aurelia-bootstrap-datetimepicker@^1.1.0: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/aurelia-bootstrap-datetimepicker/-/aurelia-bootstrap-datetimepicker-1.1.2.tgz#3731c0cd7a2d0471b1b77a4ba63f8ba389e271d6" | ||
dependencies: | ||
bootstrap "^3.3.7" | ||
eonasdan-bootstrap-datetimepicker "^4.17.47" | ||
jquery "^3.1.1" | ||
moment "^2.18.1" | ||
|
||
aurelia-bootstrap-datetimepicker@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/aurelia-bootstrap-datetimepicker/-/aurelia-bootstrap-datetimepicker-1.1.1.tgz#6e294e0a6f3282747dfe7142e323b96a1987fb05" | ||
|
@@ -724,7 +730,7 @@ aurelia-pal-browser@^1.0.0: | |
dependencies: | ||
aurelia-pal "^1.4.0" | ||
|
||
aurelia-pal@^1.0.0, aurelia-pal@^1.1.1, aurelia-pal@^1.3.0, aurelia-pal@^1.4.0, aurelia-pal@^1.7.0: | ||
aurelia-pal@^1.0.0, aurelia-pal@^1.1.1, aurelia-pal@^1.3.0, aurelia-pal@^1.4.0: | ||
version "1.7.0" | ||
resolved "https://registry.yarnpkg.com/aurelia-pal/-/aurelia-pal-1.7.0.tgz#443fd75c72a0b3e1daa3181f655ea770a579dd88" | ||
|
||
|