From 07b6d16873df61c2ce5f2421f47f853c6034717c Mon Sep 17 00:00:00 2001 From: caribouflex Date: Thu, 15 Feb 2018 21:46:11 -0500 Subject: [PATCH] Creation of new file to separate the calendar in multiple views. --- bower.json | 6 +- caribou-calendar.html | 440 ++++++++++++++++++++++++++++++++ caribou-datepicker-overlay.html | 43 ++++ caribou-datepicker.html | 417 ++---------------------------- caribou-month.html | 341 +++++++++++++++++++++++++ caribou-year.html | 139 ++++++++++ 6 files changed, 986 insertions(+), 400 deletions(-) create mode 100644 caribou-calendar.html create mode 100644 caribou-datepicker-overlay.html create mode 100644 caribou-month.html create mode 100644 caribou-year.html diff --git a/bower.json b/bower.json index 84a46f0..86b9b50 100644 --- a/bower.json +++ b/bower.json @@ -7,7 +7,9 @@ "paper-button": "PolymerElements/paper-button#^2.0.0", "paper-input": "PolymerElements/paper-input#^2.1.1", "paper-icon-button": "PolymerElements/paper-icon-button#^2.1.0", - "iron-iconset-svg": "PolymerElements/iron-iconset-svg#^2.1.0" + "iron-iconset-svg": "PolymerElements/iron-iconset-svg#^2.1.0", + "iron-dropdown": "PolymerElements/iron-dropdown#^2.1.0", + "web-animations-js": "^2.3.1" }, "devDependencies": { "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0", @@ -17,4 +19,4 @@ "resolutions": { "polymer": "^2.0.0" } -} \ No newline at end of file +} diff --git a/caribou-calendar.html b/caribou-calendar.html new file mode 100644 index 0000000..ce76158 --- /dev/null +++ b/caribou-calendar.html @@ -0,0 +1,440 @@ + + + + + + + + \ No newline at end of file diff --git a/caribou-datepicker-overlay.html b/caribou-datepicker-overlay.html new file mode 100644 index 0000000..3e7b8d2 --- /dev/null +++ b/caribou-datepicker-overlay.html @@ -0,0 +1,43 @@ + + + + + + + + \ No newline at end of file diff --git a/caribou-datepicker.html b/caribou-datepicker.html index f88f5bf..99dca2c 100644 --- a/caribou-datepicker.html +++ b/caribou-datepicker.html @@ -3,8 +3,12 @@ + + + + + \ No newline at end of file diff --git a/caribou-year.html b/caribou-year.html new file mode 100644 index 0000000..ee80a35 --- /dev/null +++ b/caribou-year.html @@ -0,0 +1,139 @@ + + + + + + + + \ No newline at end of file