From c74fcd37a74de11006ae11777a86e1a2c1fd1a56 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 19 Nov 2013 12:43:29 +0100 Subject: [PATCH] install pickadate.js --- Resources/public/js/lib_pickadate.js-3.3.0/legacy.js | 10 ++++++++++ .../public/js/lib_pickadate.js-3.3.0/picker.date.js | 5 +++++ Resources/public/js/lib_pickadate.js-3.3.0/picker.js | 7 +++++++ .../public/js/lib_pickadate.js-3.3.0/picker.time.js | 5 +++++ .../js/lib_pickadate.js-3.3.0/themes/classic.css | 4 ++++ .../js/lib_pickadate.js-3.3.0/themes/classic.date.css | 1 + .../js/lib_pickadate.js-3.3.0/themes/classic.time.css | 1 + .../js/lib_pickadate.js-3.3.0/themes/default.css | 4 ++++ .../js/lib_pickadate.js-3.3.0/themes/default.date.css | 1 + .../js/lib_pickadate.js-3.3.0/themes/default.time.css | 1 + .../public/js/lib_pickadate.js-3.3.0/themes/rtl.css | 3 +++ .../js/lib_pickadate.js-3.3.0/translations/ar.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/bg_BG.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/bs_BA.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/ca_ES.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/cs_CZ.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/da_DK.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/de_DE.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/el_GR.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/es_ES.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/et_EE.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/eu_ES.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/fi_FI.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/fr_FR.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/he_IL.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/hr_HR.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/hu_HU.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/id_ID.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/it_IT.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/ja_JP.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/ko_KR.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/nl_NL.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/no_NO.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/pl_PL.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/pt_BR.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/pt_PT.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/ro_RO.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/ru_RU.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/sk_SK.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/sv_SE.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/th_TH.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/tr_TR.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/uk_UA.js | 1 + .../js/lib_pickadate.js-3.3.0/translations/zh_CN.js | 1 + 44 files changed, 75 insertions(+) create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/legacy.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/picker.date.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/picker.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/picker.time.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/themes/classic.css create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/themes/classic.date.css create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/themes/classic.time.css create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/themes/default.css create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/themes/default.date.css create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/themes/default.time.css create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/themes/rtl.css create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/ar.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/bg_BG.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/bs_BA.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/ca_ES.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/cs_CZ.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/da_DK.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/de_DE.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/el_GR.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/es_ES.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/et_EE.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/eu_ES.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/fi_FI.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/fr_FR.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/he_IL.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/hr_HR.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/hu_HU.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/id_ID.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/it_IT.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/ja_JP.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/ko_KR.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/nl_NL.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/no_NO.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/pl_PL.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/pt_BR.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/pt_PT.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/ro_RO.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/ru_RU.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/sk_SK.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/sv_SE.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/th_TH.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/tr_TR.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/uk_UA.js create mode 100755 Resources/public/js/lib_pickadate.js-3.3.0/translations/zh_CN.js diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/legacy.js b/Resources/public/js/lib_pickadate.js-3.3.0/legacy.js new file mode 100755 index 000000000..a5c8fa522 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/legacy.js @@ -0,0 +1,10 @@ +/*! + * Legacy browser support + */ +[].map||(Array.prototype.map=function(a,b){for(var c=this,d=c.length,e=new Array(d),f=0;d>f;f++)f in c&&(e[f]=a.call(b,c[f],f,c));return e}),[].filter||(Array.prototype.filter=function(a){if(null==this)throw new TypeError;var b=Object(this),c=b.length>>>0;if("function"!=typeof a)throw new TypeError;for(var d=[],e=arguments[1],f=0;c>f;f++)if(f in b){var g=b[f];a.call(e,g,f,b)&&d.push(g)}return d}),[].indexOf||(Array.prototype.indexOf=function(a){if(null==this)throw new TypeError;var b=Object(this),c=b.length>>>0;if(0===c)return-1;var d=0;if(arguments.length>1&&(d=Number(arguments[1]),d!=d?d=0:0!==d&&1/0!=d&&d!=-1/0&&(d=(d>0||-1)*Math.floor(Math.abs(d)))),d>=c)return-1;for(var e=d>=0?d:Math.max(c-Math.abs(d),0);c>e;e++)if(e in b&&b[e]===a)return e;return-1});/*! + * Cross-Browser Split 1.1.1 + * Copyright 2007-2012 Steven Levithan + * Available under the MIT License + * http://blog.stevenlevithan.com/archives/cross-browser-split + */ +var nativeSplit=String.prototype.split,compliantExecNpcg=void 0===/()??/.exec("")[1];String.prototype.split=function(a,b){var c=this;if("[object RegExp]"!==Object.prototype.toString.call(a))return nativeSplit.call(c,a,b);var d,e,f,g,h=[],i=(a.ignoreCase?"i":"")+(a.multiline?"m":"")+(a.extended?"x":"")+(a.sticky?"y":""),j=0;for(a=new RegExp(a.source,i+"g"),c+="",compliantExecNpcg||(d=new RegExp("^"+a.source+"$(?!\\s)",i)),b=void 0===b?-1>>>0:b>>>0;(e=a.exec(c))&&(f=e.index+e[0].length,!(f>j&&(h.push(c.slice(j,e.index)),!compliantExecNpcg&&e.length>1&&e[0].replace(d,function(){for(var a=1;a1&&e.index=b)));)a.lastIndex===e.index&&a.lastIndex++;return j===c.length?(g||!a.test(""))&&h.push(""):h.push(c.slice(j)),h.length>b?h.slice(0,b):h}; \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/picker.date.js b/Resources/public/js/lib_pickadate.js-3.3.0/picker.date.js new file mode 100755 index 000000000..4e5c400e4 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/picker.date.js @@ -0,0 +1,5 @@ +/*! + * Date picker for pickadate.js v3.3.0 + * http://amsul.github.io/pickadate.js/date.htm + */ +!function(a){"function"==typeof define&&define.amd?define(["picker","jquery"],a):a(Picker,jQuery)}(function(a,b){function c(a,b){var c=this,d=a.$node[0].value,e=a.$node.data("value"),f=e||d,g=e?b.formatSubmit:b.format,h=function(){return"rtl"===getComputedStyle(a.$root[0]).direction};c.settings=b,c.queue={min:"measure create",max:"measure create",now:"now create",select:"parse create validate",highlight:"navigate create validate",view:"create validate viewset",disable:"flipItem",enable:"flipItem"},c.item={},c.item.disable=(b.disable||[]).slice(0),c.item.enable=-function(a){return a[0]===!0?a.shift():-1}(c.item.disable),c.set("min",b.min).set("max",b.max).set("now").set("select",f||c.item.now,{format:g,data:function(a){return f&&(a.indexOf("mm")>-1||a.indexOf("m")>-1)}(c.formats.toArray(g))}),c.key={40:7,38:-7,39:function(){return h()?-1:1},37:function(){return h()?1:-1},go:function(a){c.set("highlight",[c.item.highlight.year,c.item.highlight.month,c.item.highlight.date+a],{interval:a}),this.render()}},a.on("render",function(){a.$root.find("."+b.klass.selectMonth).on("change",function(){a.set("highlight",[a.get("view").year,this.value,a.get("highlight").date]),a.$root.find("."+b.klass.selectMonth).trigger("focus")}),a.$root.find("."+b.klass.selectYear).on("change",function(){a.set("highlight",[this.value,a.get("view").month,a.get("highlight").date]),a.$root.find("."+b.klass.selectYear).trigger("focus")})}).on("open",function(){a.$root.find("button, select").attr("disabled",!1)}).on("close",function(){a.$root.find("button, select").attr("disabled",!0)})}var d=7,e=6;c.prototype.set=function(a,b,c){var d=this;return d.item["enable"==a?"disable":"flip"==a?"enable":a]=d.queue[a].split(" ").map(function(e){return b=d[e](a,b,c)}).pop(),"select"==a?d.set("highlight",d.item.select,c):"highlight"==a?d.set("view",d.item.highlight,c):("flip"==a||"min"==a||"max"==a||"disable"==a||"enable"==a)&&d.item.select&&d.item.highlight&&d.set("select",d.item.select,c).set("highlight",d.item.highlight,c),d},c.prototype.get=function(a){return this.item[a]},c.prototype.create=function(c,d,e){var f,g=this;return d=void 0===d?c:d,d==-1/0||1/0==d?f=d:a._.isObject(d)&&a._.isInteger(d.pick)?d=d.obj:b.isArray(d)?(d=new Date(d[0],d[1],d[2]),d=a._.isDate(d)?d:g.create().obj):d=a._.isInteger(d)||a._.isDate(d)?g.normalize(new Date(d),e):g.now(c,d,e),{year:f||d.getFullYear(),month:f||d.getMonth(),date:f||d.getDate(),day:f||d.getDay(),obj:f||d,pick:f||d.getTime()}},c.prototype.now=function(a,b,c){return b=new Date,c&&c.rel&&b.setDate(b.getDate()+c.rel),this.normalize(b,c)},c.prototype.navigate=function(b,c,d){if(a._.isObject(c)){for(var e=new Date(c.year,c.month+(d&&d.nav?d.nav:0),1),f=e.getFullYear(),g=e.getMonth(),h=c.date;a._.isDate(e)&&new Date(f,g,h).getMonth()!==g;)h-=1;c=[f,g,h]}return c},c.prototype.normalize=function(a){return a.setHours(0,0,0,0),a},c.prototype.measure=function(b,c){var d=this;return c?a._.isInteger(c)&&(c=d.now(b,c,{rel:c})):c="min"==b?-1/0:1/0,c},c.prototype.viewset=function(a,b){return this.create([b.year,b.month,1])},c.prototype.validate=function(c,d,e){var f,g,h,i,j=this,k=d,l=e&&e.interval?e.interval:1,m=-1===j.item.enable,n=j.item.min,o=j.item.max,p=m&&j.item.disable.filter(function(c){if(b.isArray(c)){var e=j.create(c).pick;ed.pick&&(g=!0)}return a._.isInteger(c)}).length;if(!e.nav&&(!m&&j.disabled(d)||m&&j.disabled(d)&&(p||f||g)||d.pick<=n.pick||d.pick>=o.pick))for(m&&!p&&(!g&&l>0||!f&&0>l)&&(l*=-1);j.disabled(d)&&(Math.abs(l)>1&&(d.monthk.month)&&(d=k,l=Math.abs(l)/l),d.pick<=n.pick?(h=!0,l=1):d.pick>=o.pick&&(i=!0,l=-1),!h||!i);)d=j.create([d.year,d.month,d.date+l]);return d},c.prototype.disabled=function(c){var d=this,e=!!d.item.disable.filter(function(e){return a._.isInteger(e)?c.day===(d.settings.firstDay?e:e-1)%7:b.isArray(e)||a._.isDate(e)?c.pick===d.create(e).pick:void 0}).length;return-1===d.item.enable?!e:e||c.pickd.item.max.pick},c.prototype.parse=function(c,d,e){var f=this,g={};if(!d||a._.isInteger(d)||b.isArray(d)||a._.isDate(d)||a._.isObject(d)&&a._.isInteger(d.pick))return d;if(!e||!e.format)throw"Need a formatting option to parse this..";return f.formats.toArray(e.format).map(function(b){var c=f.formats[b],e=c?a._.trigger(c,f,[d,g]):b.replace(/^!/,"").length;c&&(g[b]=d.substr(0,e)),d=d.substr(e)}),[g.yyyy||g.yy,+(g.mm||g.m)-(e.data?1:0),g.dd||g.d]},c.prototype.formats=function(){function b(a,b,c){var d=a.match(/\w+/)[0];return c.mm||c.m||(c.m=b.indexOf(d)),d.length}function c(a){return a.match(/\w+/)[0].length}return{d:function(b,c){return b?a._.digits(b):c.date},dd:function(b,c){return b?2:a._.lead(c.date)},ddd:function(a,b){return a?c(a):this.settings.weekdaysShort[b.day]},dddd:function(a,b){return a?c(a):this.settings.weekdaysFull[b.day]},m:function(b,c){return b?a._.digits(b):c.month+1},mm:function(b,c){return b?2:a._.lead(c.month+1)},mmm:function(a,c){var d=this.settings.monthsShort;return a?b(a,d,c):d[c.month]},mmmm:function(a,c){var d=this.settings.monthsFull;return a?b(a,d,c):d[c.month]},yy:function(a,b){return a?2:(""+b.year).slice(2)},yyyy:function(a,b){return a?4:b.year},toArray:function(a){return a.split(/(d{1,4}|m{1,4}|y{4}|yy|!.)/g)},toString:function(b,c){var d=this;return d.formats.toArray(b).map(function(b){return a._.trigger(d.formats[b],d,[0,c])||b.replace(/^!/,"")}).join("")}}}(),c.prototype.flipItem=function(a,c){var d=this,e=d.item.disable,f=-1===d.item.enable;return"flip"==c?d.item.enable=f?1:-1:"enable"==a&&c===!0||"disable"==a&&c===!1?(d.item.enable=1,e=[]):"enable"==a&&c===!1||"disable"==a&&c===!0?(d.item.enable=-1,e=[]):b.isArray(c)&&(!f&&"enable"==a||f&&"disable"==a?e=d.removeDisabled(e,c):(!f&&"disable"==a||f&&"enable"==a)&&(e=d.addDisabled(e,c))),e},c.prototype.addDisabled=function(a,b){var c=this;return b.map(function(b){c.filterDisabled(a,b).length||a.push(b)}),a},c.prototype.removeDisabled=function(a,b){var c=this;return b.map(function(b){a=c.filterDisabled(a,b,1)}),a},c.prototype.filterDisabled=function(c,d,e){var f=this,g=b.isArray(d)||a._.isDate(d),h=g&&f.create(d).pick;return c.filter(function(c){var i=g&&(b.isArray(c)||a._.isDate(c))?h===f.create(c).pick:d===c;return e?!i:i})},c.prototype.nodes=function(b){var c=this,f=c.settings,g=c.item.now,h=c.item.select,i=c.item.highlight,j=c.item.view,k=c.item.disable,l=c.item.min,m=c.item.max,n=function(b){return f.firstDay&&b.push(b.shift()),a._.node("thead",a._.group({min:0,max:d-1,i:1,node:"th",item:function(a){return[b[a],f.klass.weekdays]}}))}((f.showWeekdaysFull?f.weekdaysFull:f.weekdaysShort).slice(0)),o=function(b){return a._.node("div"," ",f.klass["nav"+(b?"Next":"Prev")]+(b&&j.year>=m.year&&j.month>=m.month||!b&&j.year<=l.year&&j.month<=l.month?" "+f.klass.navDisabled:""),"data-nav="+(b||-1))},p=function(c){return f.selectMonths?a._.node("select",a._.group({min:0,max:11,i:1,node:"option",item:function(a){return[c[a],0,"value="+a+(j.month==a?" selected":"")+(j.year==l.year&&am.month?" disabled":"")]}}),f.klass.selectMonth,b?"":"disabled"):a._.node("div",c[j.month],f.klass.month)},q=function(){var c=j.year,d=f.selectYears===!0?5:~~(f.selectYears/2);if(d){var e=l.year,g=m.year,h=c-d,i=c+d;if(e>h&&(i+=e-h,h=e),i>g){var k=h-e,n=i-g;h-=k>n?n:k,i=g}return a._.node("select",a._.group({min:h,max:i,i:1,node:"option",item:function(a){return[a,0,"value="+a+(c==a?" selected":"")]}}),f.klass.selectYear,b?"":"disabled")}return a._.node("div",c,f.klass.year)};return a._.node("div",o()+o(1)+p(f.showMonthsShort?f.monthsShort:f.monthsFull)+q(),f.klass.header)+a._.node("table",n+a._.node("tbody",a._.group({min:0,max:e-1,i:1,node:"tr",item:function(b){var e=f.firstDay&&0===c.create([j.year,j.month,1]).day?-7:0;return[a._.group({min:d*b-j.day+e+1,max:function(){return this.min+d-1},i:1,node:"td",item:function(b){return b=c.create([j.year,j.month,b+(f.firstDay?1:0)]),[a._.node("div",b.date,function(a){return a.push(j.month==b.month?f.klass.infocus:f.klass.outfocus),g.pick==b.pick&&a.push(f.klass.now),h&&h.pick==b.pick&&a.push(f.klass.selected),i&&i.pick==b.pick&&a.push(f.klass.highlighted),(k&&c.disabled(b)||b.pickm.pick)&&a.push(f.klass.disabled),a.join(" ")}([f.klass.day]),"data-pick="+b.pick)]}})]}})),f.klass.table)+a._.node("div",a._.node("button",f.today,f.klass.buttonToday,"type=button data-pick="+g.pick+(b?"":" disabled"))+a._.node("button",f.clear,f.klass.buttonClear,"type=button data-clear=1"+(b?"":" disabled")),f.klass.footer)},c.defaults=function(a){return{monthsFull:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],weekdaysFull:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],today:"Today",clear:"Clear",format:"d mmmm, yyyy",klass:{table:a+"table",header:a+"header",navPrev:a+"nav--prev",navNext:a+"nav--next",navDisabled:a+"nav--disabled",month:a+"month",year:a+"year",selectMonth:a+"select--month",selectYear:a+"select--year",weekdays:a+"weekday",day:a+"day",disabled:a+"day--disabled",selected:a+"day--selected",highlighted:a+"day--highlighted",now:a+"day--today",infocus:a+"day--infocus",outfocus:a+"day--outfocus",footer:a+"footer",buttonClear:a+"button--clear",buttonToday:a+"button--today"}}}(a.klasses().picker+"__"),a.extend("pickadate",c)}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/picker.js b/Resources/public/js/lib_pickadate.js-3.3.0/picker.js new file mode 100755 index 000000000..619f56176 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/picker.js @@ -0,0 +1,7 @@ +/*! + * pickadate.js v3.3.0, 2013/10/13 + * By Amsul, http://amsul.ca + * Hosted on http://amsul.github.io/pickadate.js + * Licensed under MIT + */ +!function(a){"function"==typeof define&&define.amd?define("picker",["jquery"],a):this.Picker=a(jQuery)}(function(a){function b(d,e,f,g){function h(){return b._.node("div",b._.node("div",b._.node("div",b._.node("div",o.component.nodes(j.open),l.box),l.wrap),l.frame),l.holder)}function i(a){a.stopPropagation(),"focus"==a.type&&o.$root.addClass(l.focused),o.open()}if(!d)return b;var j={id:Math.abs(~~(1e9*Math.random()))},k=f?a.extend(!0,{},f.defaults,g):g||{},l=a.extend({},b.klasses(),k.klass),m=a(d),n=function(){return this.start()},o=n.prototype={constructor:n,$node:m,start:function(){return j&&j.start?o:(j.methods={},j.start=!0,j.open=!1,j.type=d.type,d.autofocus=d==document.activeElement,d.type="text",d.readOnly=!0,o.component=new f(o,k),o.$root=a(b._.node("div",h(),l.picker)).on({focusin:function(a){o.$root.removeClass(l.focused),a.stopPropagation()},"mousedown click":function(a){a.target!=o.$root.children()[0]&&a.stopPropagation()}}).on("click","[data-pick], [data-nav], [data-clear]",function(){var c=a(this),e=c.data(),f=c.hasClass(l.navDisabled)||c.hasClass(l.disabled),g=document.activeElement;g=g&&(g.type||g.href),(f||!a.contains(o.$root[0],g))&&d.focus(),e.nav&&!f?o.set("highlight",o.component.item.highlight,{nav:e.nav}):b._.isInteger(e.pick)&&!f?o.set("select",e.pick).close(!0):e.clear&&o.clear().close(!0)}),k.formatSubmit&&(o._hidden=a('")[0]),m.addClass(l.input).on("focus.P"+j.id+" click.P"+j.id,i).on("change.P"+j.id,function(){o._hidden&&(o._hidden.value=d.value?b._.trigger(o.component.formats.toString,o.component,[k.formatSubmit,o.component.item.select]):"")}).on("keydown.P"+j.id,function(a){var b=a.keyCode,c=/^(8|46)$/.test(b);return 27==b?(o.close(),!1):((32==b||c||!j.open&&o.component.key[b])&&(a.preventDefault(),a.stopPropagation(),c?o.clear().close():o.open()),void 0)}).val(m.data("value")?b._.trigger(o.component.formats.toString,o.component,[k.format,o.component.item.select]):d.value).after(o._hidden).data(e,o),k.container?a(k.container).append(o.$root):m.after(o.$root),o.on({start:o.component.onStart,render:o.component.onRender,stop:o.component.onStop,open:o.component.onOpen,close:o.component.onClose,set:o.component.onSet}).on({start:k.onStart,render:k.onRender,stop:k.onStop,open:k.onOpen,close:k.onClose,set:k.onSet}),d.autofocus&&o.open(),o.trigger("start").trigger("render"))},render:function(a){return a?o.$root.html(h()):o.$root.find("."+l.box).html(o.component.nodes(j.open)),o.trigger("render")},stop:function(){return j.start?(o.close(),o._hidden&&o._hidden.parentNode.removeChild(o._hidden),o.$root.remove(),m.removeClass(l.input).off(".P"+j.id).removeData(e),d.type=j.type,d.readOnly=!1,o.trigger("stop"),j.methods={},j.start=!1,o):o},open:function(e){return j.open?o:(m.addClass(l.active),o.$root.addClass(l.opened),e!==!1&&(j.open=!0,m.trigger("focus"),c.on("click.P"+j.id+" focusin.P"+j.id,function(a){a.target!=d&&a.target!=document&&o.close()}).on("keydown.P"+j.id,function(c){var e=c.keyCode,f=o.component.key[e],g=c.target;27==e?o.close(!0):g!=d||!f&&13!=e?a.contains(o.$root[0],g)&&13==e&&(c.preventDefault(),g.click()):(c.preventDefault(),f?b._.trigger(o.component.key.go,o,[b._.trigger(f)]):o.$root.find("."+l.highlighted).hasClass(l.disabled)||o.set("select",o.component.item.highlight).close())})),o.trigger("open"))},close:function(a){return a&&(m.off("focus.P"+j.id).trigger("focus"),setTimeout(function(){m.on("focus.P"+j.id,i)},0)),m.removeClass(l.active),o.$root.removeClass(l.opened+" "+l.focused),j.open&&(j.open=!1,c.off(".P"+j.id)),o.trigger("close")},clear:function(){return o.set("clear")},set:function(a,c,d){var e,f,g=b._.isObject(a),h=g?a:{};if(a){g||(h[a]=c);for(e in h)f=h[e],o.component.item[e]&&o.component.set(e,f,d||{}),("select"==e||"clear"==e)&&m.val("clear"==e?"":b._.trigger(o.component.formats.toString,o.component,[k.format,o.component.get(e)])).trigger("change");o.render()}return o.trigger("set",h)},get:function(a,c){return a=a||"value",null!=j[a]?j[a]:"value"==a?d.value:o.component.item[a]?"string"==typeof c?b._.trigger(o.component.formats.toString,o.component,[c,o.component.get(a)]):o.component.get(a):void 0},on:function(a,c){var d,e,f=b._.isObject(a),g=f?a:{};if(a){f||(g[a]=c);for(d in g)e=g[d],j.methods[d]=j.methods[d]||[],j.methods[d].push(e)}return o},trigger:function(a,c){var d=j.methods[a];return d&&d.map(function(a){b._.trigger(a,o,[c])}),o}};return new n}var c=a(document);return b.klasses=function(a){return a=a||"picker",{picker:a,opened:a+"--opened",focused:a+"--focused",input:a+"__input",active:a+"__input--active",holder:a+"__holder",frame:a+"__frame",wrap:a+"__wrap",box:a+"__box"}},b._={group:function(a){for(var c,d="",e=b._.trigger(a.min,a);e<=b._.trigger(a.max,a,[e]);e+=a.i)c=b._.trigger(a.item,a,[e]),d+=b._.node(a.node,c[0],c[1],c[2]);return d},node:function(b,c,d,e){return c?(c=a.isArray(c)?c.join(""):c,d=d?' class="'+d+'"':"",e=e?" "+e:"","<"+b+d+e+">"+c+""):""},lead:function(a){return(10>a?"0":"")+a},trigger:function(a,b,c){return"function"==typeof a?a.apply(b,c||[]):a},digits:function(a){return/\d/.test(a[1])?2:1},isObject:function(a){return{}.toString.call(a).indexOf("Object")>-1},isDate:function(a){return{}.toString.call(a).indexOf("Date")>-1&&this.isInteger(a.getDate())},isInteger:function(a){return{}.toString.call(a).indexOf("Number")>-1&&0===a%1}},b.extend=function(c,d){a.fn[c]=function(e,f){var g=this.data(c);return"picker"==e?g:g&&"string"==typeof e?(b._.trigger(g[e],g,[f]),this):this.each(function(){var f=a(this);f.data(c)||new b(this,c,d,e)})},a.fn[c].defaults=d.defaults},b}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/picker.time.js b/Resources/public/js/lib_pickadate.js-3.3.0/picker.time.js new file mode 100755 index 000000000..342817e6c --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/picker.time.js @@ -0,0 +1,5 @@ +/*! + * Time picker for pickadate.js v3.3.0 + * http://amsul.github.io/pickadate.js/time.htm + */ +!function(a){"function"==typeof define&&define.amd?define(["picker","jquery"],a):a(Picker,jQuery)}(function(a,b){function c(a,b){var c=this,d=a.$node.data("value");c.settings=b,c.queue={interval:"i",min:"measure create",max:"measure create",now:"now create",select:"parse create validate",highlight:"create validate",view:"create validate",disable:"flipItem",enable:"flipItem"},c.item={},c.item.interval=b.interval||30,c.item.disable=(b.disable||[]).slice(0),c.item.enable=-function(a){return a[0]===!0?a.shift():-1}(c.item.disable),c.set("min",b.min).set("max",b.max).set("now").set("select",d||a.$node[0].value||c.item.min,{format:d?b.formatSubmit:b.format}),c.key={40:1,38:-1,39:1,37:-1,go:function(a){c.set("highlight",c.item.highlight.pick+a*c.item.interval,{interval:a*c.item.interval}),this.render()}},a.on("render",function(){var c=a.$root.children(),d=c.find("."+b.klass.viewset);d.length&&(c[0].scrollTop+=d.position().top-2*d[0].clientHeight)}).on("open",function(){a.$root.find("button").attr("disable",!1)}).on("close",function(){a.$root.find("button").attr("disable",!0)})}var d=24,e=60,f=12,g=d*e;c.prototype.set=function(a,b,c){var d=this;return d.item["enable"==a?"disable":"flip"==a?"enable":a]=d.queue[a].split(" ").map(function(e){return b=d[e](a,b,c)}).pop(),"select"==a?d.set("highlight",d.item.select,c):"highlight"==a?d.set("view",d.item.highlight,c):"interval"==a?d.set("min",d.item.min,c).set("max",d.item.max,c):("flip"==a||"min"==a||"max"==a||"disable"==a||"enable"==a)&&d.item.select&&d.item.highlight&&("min"==a&&d.set("max",d.item.max,c),d.set("select",d.item.select,c).set("highlight",d.item.highlight,c)),d},c.prototype.get=function(a){return this.item[a]},c.prototype.create=function(c,f,h){var i=this;return f=void 0===f?c:f,a._.isObject(f)&&a._.isInteger(f.pick)?f=f.pick:b.isArray(f)?f=+f[0]*e+ +f[1]:a._.isInteger(f)||(f=i.now(c,f,h)),"max"==c&&fc&&0===f?2:1:c=1,c*this.item.interval+f},c.prototype.normalize=function(a,b){var c=this.item.min,d=this.item.interval,e="min"!=a||c?(b-c.pick)%d:0;return b-(e+(0>b?d:0))},c.prototype.measure=function(b,c,f){var g=this;return c?c===!0||a._.isInteger(c)?c=g.now(b,c,f):a._.isObject(c)&&a._.isInteger(c.pick)&&(c=g.normalize(b,c.pick,f)):c="min"==b?[0,0]:[d-1,e-1],c},c.prototype.validate=function(a,b,c){var d=this,e=c&&c.interval?c.interval:d.item.interval;return d.disabled(b)&&(b=d.shift(b,e)),b=d.scope(b),d.disabled(b)&&(b=d.shift(b,-1*e)),b},c.prototype.disabled=function(c){var d=this,e=d.item.disable.filter(function(e){return a._.isInteger(e)?c.hour==e:b.isArray(e)?c.pick==d.create(e).pick:void 0}).length;return-1===d.item.enable?!e:e},c.prototype.shift=function(a,b){var c=this,d=c.item.min.pick,e=c.item.max.pick;for(b=b||c.item.interval;c.disabled(a)&&(a=c.create(a.pick+=b),!(a.pick<=d||a.pick>=e)););return a},c.prototype.scope=function(a){var b=this.item.min.pick,c=this.item.max.pick;return this.create(a.pick>c?c:a.pickb.time%g?"a.m.":"p.m."},A:function(a,b){return a?2:g/2>b.time%g?"AM":"PM"},toArray:function(a){return a.split(/(h{1,2}|H{1,2}|i|a|A|!.)/g)},toString:function(b,c){var d=this;return d.formats.toArray(b).map(function(b){return a._.trigger(d.formats[b],d,[0,c])||b.replace(/^!/,"")}).join("")}},c.prototype.flipItem=function(a,c){var d=this,e=d.item.disable,f=-1===d.item.enable;return"flip"==c?d.item.enable=f?1:-1:"enable"==a&&c===!0||"disable"==a&&c===!1?(d.item.enable=1,e=[]):"enable"==a&&c===!1||"disable"==a&&c===!0?(d.item.enable=-1,e=[]):b.isArray(c)&&(!f&&"enable"==a||f&&"disable"==a?e=d.removeDisabled(e,c):(!f&&"disable"==a||f&&"enable"==a)&&(e=d.addDisabled(e,c))),e},c.prototype.addDisabled=function(a,b){var c=this;return b===!1?a=[]:b.map(function(b){c.filterDisabled(a,b).length||a.push(b)}),a},c.prototype.removeDisabled=function(a,b){var c=this;return b.map(function(b){a=c.filterDisabled(a,b,1)}),a},c.prototype.filterDisabled=function(a,c,d){var e=b.isArray(c);return a.filter(function(a){var f=!e&&c===a||e&&b.isArray(a)&&c.toString()===a.toString();return d?!f:f})},c.prototype.i=function(b,c){return a._.isInteger(c)&&c>0?c:this.item.interval},c.prototype.nodes=function(b){var c=this,d=c.settings,e=c.item.select,f=c.item.highlight,g=c.item.view,h=c.item.disable;return a._.node("ul",a._.group({min:c.item.min.pick,max:c.item.max.pick,i:c.item.interval,node:"li",item:function(b){return b=c.create(b),[a._.trigger(c.formats.toString,c,[a._.trigger(d.formatLabel,c,[b])||d.format,b]),function(a,i){return e&&e.pick==i&&a.push(d.klass.selected),f&&f.pick==i&&a.push(d.klass.highlighted),g&&g.pick==i&&a.push(d.klass.viewset),h&&c.disabled(b)&&a.push(d.klass.disabled),a.join(" ")}([d.klass.listItem],b.pick),"data-pick="+b.pick]}})+a._.node("li",a._.node("button",d.clear,d.klass.buttonClear,"type=button data-clear=1"+(b?"":" disable"))),d.klass.list)},c.defaults=function(a){return{clear:"Clear",format:"h:i A",interval:30,klass:{picker:a+" "+a+"--time",holder:a+"__holder",list:a+"__list",listItem:a+"__list-item",disabled:a+"__list-item--disabled",selected:a+"__list-item--selected",highlighted:a+"__list-item--highlighted",viewset:a+"__list-item--viewset",now:a+"__list-item--now",buttonClear:a+"__button--clear"}}}(a.klasses().picker),a.extend("pickatime",c)}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/themes/classic.css b/Resources/public/js/lib_pickadate.js-3.3.0/themes/classic.css new file mode 100755 index 000000000..9b6dd60fe --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/themes/classic.css @@ -0,0 +1,4 @@ +.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;position:absolute;z-index:10000}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}/*! + * Classic picker styling for pickadate.js + * Demo: http://amsul.github.io/pickadate.js + */.picker{width:100%}.picker__holder{position:absolute;background:#fff;border:1px solid #aaa;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-width:176px;max-width:466px;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;max-height:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transform:translateY(-1em) perspective(600px) rotateX(10deg);-moz-transform:translateY(-1em) perspective(600px) rotateX(10deg);transform:translateY(-1em) perspective(600px) rotateX(10deg);-webkit-transition:all .15s ease-out,max-height 0 .15s;-moz-transition:all .15s ease-out,max-height 0 .15s;transition:all .15s ease-out,max-height 0 .15s}.picker--opened .picker__holder{max-height:25em;-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1;-webkit-transform:translateY(0) perspective(600px) rotateX(0);-moz-transform:translateY(0) perspective(600px) rotateX(0);transform:translateY(0) perspective(600px) rotateX(0);-webkit-transition:all .15s ease-out,max-height 0;-moz-transition:all .15s ease-out,max-height 0;transition:all .15s ease-out,max-height 0;-webkit-box-shadow:0 6px 18px 1px rgba(0,0,0,.12);-moz-box-shadow:0 6px 18px 1px rgba(0,0,0,.12);box-shadow:0 6px 18px 1px rgba(0,0,0,.12)} \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/themes/classic.date.css b/Resources/public/js/lib_pickadate.js-3.3.0/themes/classic.date.css new file mode 100755 index 000000000..ada78a1cf --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/themes/classic.date.css @@ -0,0 +1 @@ +.picker__box{padding:0 1em}.picker__header{text-align:center;position:relative;margin-top:.75em}.picker__month,.picker__year{font-weight:500;display:inline-block;margin-left:.25em;margin-right:.25em}.picker__year{color:#999;font-size:.8em;font-style:italic}.picker__select--month,.picker__select--year{font-size:.8em;border:1px solid #b7b7b7;height:2.5em;padding:.5em .25em;margin-left:.25em;margin-right:.25em;margin-top:-.5em}.picker__select--month{width:35%}.picker__select--year{width:22.5%}.picker__select--month:focus,.picker__select--year:focus{border-color:#0089ec}.picker__nav--prev,.picker__nav--next{position:absolute;top:-.33em;padding:.5em 1.33em;width:1em;height:1em}.picker__nav--prev{left:-1em;padding-right:1.5em}.picker__nav--next{right:-1em;padding-left:1.5em}.picker__nav--prev:before,.picker__nav--next:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.75em solid #000;width:0;height:0;display:block;margin:0 auto}.picker__nav--next:before{border-right:0;border-left:.75em solid #000}.picker__nav--prev:hover,.picker__nav--next:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__nav--disabled,.picker__nav--disabled:hover,.picker__nav--disabled:before,.picker__nav--disabled:before:hover{cursor:default;background:0;border-right-color:#f5f5f5;border-left-color:#f5f5f5}.picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:.75em;margin-bottom:.5em}@media (min-height:33.875em){.picker__table{margin-bottom:.75em}}.picker__table td{margin:0;padding:0}.picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#999;font-weight:500}@media (min-height:33.875em){.picker__weekday{padding-bottom:.5em}}.picker__day{padding:.3125em 0;font-weight:200;border:1px solid transparent}.picker__day--today{color:#0089ec;position:relative}.picker__day--today:before{content:" ";position:absolute;top:2px;right:2px;width:0;height:0;border-top:.5em solid #0059bc;border-left:.5em solid transparent}.picker__day--selected,.picker__day--selected:hover{border-color:#0089ec}.picker__day--highlighted{background:#b1dcfb}.picker__day--disabled:before{border-top-color:#aaa}.picker__day--outfocus{color:#ddd}.picker__day--infocus:hover,.picker__day--outfocus:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__day--highlighted:hover,.picker--focused .picker__day--highlighted{background:#0089ec;color:#fff}.picker__day--disabled,.picker__day--disabled:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbb}.picker__footer{text-align:center}.picker__button--today,.picker__button--clear{border:1px solid #fff;background:#fff;font-size:.8em;padding:.66em 0;font-weight:700;width:50%;display:inline-block;vertical-align:bottom}.picker__button--today:hover,.picker__button--clear:hover{cursor:pointer;color:#000;background:#b1dcfb;border-bottom-color:#b1dcfb}.picker__button--today:focus,.picker__button--clear:focus{background:#b1dcfb;border-color:#0089ec;outline:0}.picker__button--today:before,.picker__button--clear:before{position:relative;display:inline-block;height:0}.picker__button--today:before{content:" ";margin-right:.45em;top:-.05em;width:0;border-top:.66em solid #0059bc;border-left:.66em solid transparent}.picker__button--clear:before{content:"\D7";margin-right:.35em;top:-.1em;color:#e20;vertical-align:top;font-size:1.1em} \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/themes/classic.time.css b/Resources/public/js/lib_pickadate.js-3.3.0/themes/classic.time.css new file mode 100755 index 000000000..7bf383618 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/themes/classic.time.css @@ -0,0 +1 @@ +.picker__list{list-style:none;padding:.75em 0 4.2em;margin:0}.picker__list-item{border-bottom:1px solid #ddd;border-top:1px solid #ddd;margin-bottom:-1px;position:relative;background:#fff;padding:.75em 1.25em}@media (min-height:46.75em){.picker__list-item{padding:.5em 1em}}.picker__list-item:hover{cursor:pointer;color:#000;background:#b1dcfb;border-color:#0089ec;z-index:10}.picker__list-item--selected,.picker__list-item--selected:hover{border-color:#0089ec;z-index:10}.picker__list-item--highlighted{background:#b1dcfb}.picker__list-item--highlighted:hover,.picker--focused .picker__list-item--highlighted{background:#0089ec;color:#fff}.picker__list-item--disabled,.picker__list-item--disabled:hover,.picker--focused .picker__list-item--disabled{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default;border-color:#ddd;z-index:auto}.picker--time .picker__button--clear{display:block;width:80%;margin:1em auto 0;padding:1em 1.25em;background:0;border:0;font-weight:500;font-size:.67em;text-align:center;text-transform:uppercase;color:#666}.picker--time .picker__button--clear:hover,.picker--time .picker__button--clear:focus{color:#000;background:#b1dcfb;background:#e20;border-color:#e20;cursor:pointer;color:#fff;outline:0}.picker--time .picker__button--clear:before{top:-.25em;color:#666;font-size:1.25em;font-weight:700}.picker--time .picker__button--clear:hover:before,.picker--time .picker__button--clear:focus:before{color:#fff}.picker--time{min-width:256px;max-width:320px}.picker--time .picker__holder{background:#f2f2f2}@media (min-height:40.125em){.picker--time .picker__holder{font-size:.875em}}.picker--time .picker__box{padding:0} \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/themes/default.css b/Resources/public/js/lib_pickadate.js-3.3.0/themes/default.css new file mode 100755 index 000000000..bbbe24340 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/themes/default.css @@ -0,0 +1,4 @@ +.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;position:absolute;z-index:10000}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}/*! + * Default mobile-first, responsive styling for pickadate.js + * Demo: http://amsul.github.io/pickadate.js + */.picker__holder,.picker__frame{bottom:0;left:0;right:0;top:100%}.picker__holder{position:fixed;-webkit-transition:background .15s ease-out,top 0s .15s;-moz-transition:background .15s ease-out,top 0s .15s;transition:background .15s ease-out,top 0s .15s}.picker__frame{position:absolute;margin:0 auto;min-width:256px;max-width:666px;width:100%;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}@media (min-height:33.875em){.picker__frame{overflow:visible;top:auto;bottom:-100%;max-height:80%}}@media (min-height:40.125em){.picker__frame{margin-bottom:7.5%}}.picker__wrap{display:table;width:100%;height:100%}@media (min-height:33.875em){.picker__wrap{display:block}}.picker__box{background:#fff;display:table-cell;vertical-align:middle}@media (min-height:26.5em){.picker__box{font-size:1.25em}}@media (min-height:33.875em){.picker__box{display:block;font-size:1.33em;border:1px solid #777;border-top-color:#898989;border-bottom-width:0;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;-webkit-box-shadow:0 12px 36px 16px rgba(0,0,0,.24);-moz-box-shadow:0 12px 36px 16px rgba(0,0,0,.24);box-shadow:0 12px 36px 16px rgba(0,0,0,.24)}}@media (min-height:40.125em){.picker__box{font-size:1.5em;border-bottom-width:1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}}.picker--opened .picker__holder{top:0;background:transparent;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";zoom:1;background:rgba(0,0,0,.32);-webkit-transition:background .15s ease-out;-moz-transition:background .15s ease-out;transition:background .15s ease-out}.picker--opened .picker__frame{top:0;-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1}@media (min-height:33.875em){.picker--opened .picker__frame{top:auto;bottom:0}} \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/themes/default.date.css b/Resources/public/js/lib_pickadate.js-3.3.0/themes/default.date.css new file mode 100755 index 000000000..ada78a1cf --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/themes/default.date.css @@ -0,0 +1 @@ +.picker__box{padding:0 1em}.picker__header{text-align:center;position:relative;margin-top:.75em}.picker__month,.picker__year{font-weight:500;display:inline-block;margin-left:.25em;margin-right:.25em}.picker__year{color:#999;font-size:.8em;font-style:italic}.picker__select--month,.picker__select--year{font-size:.8em;border:1px solid #b7b7b7;height:2.5em;padding:.5em .25em;margin-left:.25em;margin-right:.25em;margin-top:-.5em}.picker__select--month{width:35%}.picker__select--year{width:22.5%}.picker__select--month:focus,.picker__select--year:focus{border-color:#0089ec}.picker__nav--prev,.picker__nav--next{position:absolute;top:-.33em;padding:.5em 1.33em;width:1em;height:1em}.picker__nav--prev{left:-1em;padding-right:1.5em}.picker__nav--next{right:-1em;padding-left:1.5em}.picker__nav--prev:before,.picker__nav--next:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.75em solid #000;width:0;height:0;display:block;margin:0 auto}.picker__nav--next:before{border-right:0;border-left:.75em solid #000}.picker__nav--prev:hover,.picker__nav--next:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__nav--disabled,.picker__nav--disabled:hover,.picker__nav--disabled:before,.picker__nav--disabled:before:hover{cursor:default;background:0;border-right-color:#f5f5f5;border-left-color:#f5f5f5}.picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:.75em;margin-bottom:.5em}@media (min-height:33.875em){.picker__table{margin-bottom:.75em}}.picker__table td{margin:0;padding:0}.picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#999;font-weight:500}@media (min-height:33.875em){.picker__weekday{padding-bottom:.5em}}.picker__day{padding:.3125em 0;font-weight:200;border:1px solid transparent}.picker__day--today{color:#0089ec;position:relative}.picker__day--today:before{content:" ";position:absolute;top:2px;right:2px;width:0;height:0;border-top:.5em solid #0059bc;border-left:.5em solid transparent}.picker__day--selected,.picker__day--selected:hover{border-color:#0089ec}.picker__day--highlighted{background:#b1dcfb}.picker__day--disabled:before{border-top-color:#aaa}.picker__day--outfocus{color:#ddd}.picker__day--infocus:hover,.picker__day--outfocus:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__day--highlighted:hover,.picker--focused .picker__day--highlighted{background:#0089ec;color:#fff}.picker__day--disabled,.picker__day--disabled:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbb}.picker__footer{text-align:center}.picker__button--today,.picker__button--clear{border:1px solid #fff;background:#fff;font-size:.8em;padding:.66em 0;font-weight:700;width:50%;display:inline-block;vertical-align:bottom}.picker__button--today:hover,.picker__button--clear:hover{cursor:pointer;color:#000;background:#b1dcfb;border-bottom-color:#b1dcfb}.picker__button--today:focus,.picker__button--clear:focus{background:#b1dcfb;border-color:#0089ec;outline:0}.picker__button--today:before,.picker__button--clear:before{position:relative;display:inline-block;height:0}.picker__button--today:before{content:" ";margin-right:.45em;top:-.05em;width:0;border-top:.66em solid #0059bc;border-left:.66em solid transparent}.picker__button--clear:before{content:"\D7";margin-right:.35em;top:-.1em;color:#e20;vertical-align:top;font-size:1.1em} \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/themes/default.time.css b/Resources/public/js/lib_pickadate.js-3.3.0/themes/default.time.css new file mode 100755 index 000000000..199357741 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/themes/default.time.css @@ -0,0 +1 @@ +.picker__list{list-style:none;padding:.75em 0 4.2em;margin:0}.picker__list-item{border-bottom:1px solid #ddd;border-top:1px solid #ddd;margin-bottom:-1px;position:relative;background:#fff;padding:.75em 1.25em}@media (min-height:46.75em){.picker__list-item{padding:.5em 1em}}.picker__list-item:hover{cursor:pointer;color:#000;background:#b1dcfb;border-color:#0089ec;z-index:10}.picker__list-item--selected,.picker__list-item--selected:hover{border-color:#0089ec;z-index:10}.picker__list-item--highlighted{background:#b1dcfb}.picker__list-item--highlighted:hover,.picker--focused .picker__list-item--highlighted{background:#0089ec;color:#fff}.picker__list-item--disabled,.picker__list-item--disabled:hover,.picker--focused .picker__list-item--disabled{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default;border-color:#ddd;z-index:auto}.picker--time .picker__button--clear{display:block;width:80%;margin:1em auto 0;padding:1em 1.25em;background:0;border:0;font-weight:500;font-size:.67em;text-align:center;text-transform:uppercase;color:#666}.picker--time .picker__button--clear:hover,.picker--time .picker__button--clear:focus{color:#000;background:#b1dcfb;background:#e20;border-color:#e20;cursor:pointer;color:#fff;outline:0}.picker--time .picker__button--clear:before{top:-.25em;color:#666;font-size:1.25em;font-weight:700}.picker--time .picker__button--clear:hover:before,.picker--time .picker__button--clear:focus:before{color:#fff}.picker--time .picker__frame{min-width:256px;max-width:320px}.picker--time .picker__box{font-size:1em;background:#f2f2f2;padding:0}@media (min-height:40.125em){.picker--time .picker__box{margin-bottom:5em}} \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/themes/rtl.css b/Resources/public/js/lib_pickadate.js-3.3.0/themes/rtl.css new file mode 100755 index 000000000..0b9d69fbe --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/themes/rtl.css @@ -0,0 +1,3 @@ +/*! + * Styling for RTL (right-to-left) languages using pickadate.js + */.picker{direction:rtl}.picker__nav--next{right:auto;left:-1em}.picker__nav--prev{left:auto;right:-1em}.picker__nav--next:before{border-left:0;border-right:.75em solid #000}.picker__nav--prev:before{border-right:0;border-left:.75em solid #000} \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/ar.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/ar.js new file mode 100755 index 000000000..9c14cfb22 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/ar.js @@ -0,0 +1 @@ +$.extend($.fn.pickadate.defaults,{monthsFull:["يناير","فبراير","مارس","ابريل","مايو","يونيو","يوليو","اغسطس","سبتمبر","اكتوبر","نوفمبر","ديسمبر"],monthsShort:["يناير","فبراير","مارس","ابريل","مايو","يونيو","يوليو","اغسطس","سبتمبر","اكتوبر","نوفمبر","ديسمبر"],weekdaysFull:["الاحد","الاثنين","الثلاثاء","الاربعاء","الخميس","الجمعة","السبت"],weekdaysShort:["الاحد","الاثنين","الثلاثاء","الاربعاء","الخميس","الجمعة","السبت"],today:"اليوم",clear:"مسح",format:"yyyy mmmm dd",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/bg_BG.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/bg_BG.js new file mode 100755 index 000000000..ca1d2f13f --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/bg_BG.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["януари","февруари","март","април","май","юни","юли","август","септември","октомври","ноември","декември"],monthsShort:["янр","фев","мар","апр","май","юни","юли","авг","сеп","окт","ное","дек"],weekdaysFull:["неделя","понеделник","вторник","сряда","четвъртък","петък","събота"],weekdaysShort:["нд","пн","вт","ср","чт","пт","сб"],today:"днес",clear:"изтривам",firstDay:1,format:"d mmmm yyyy г.",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/bs_BA.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/bs_BA.js new file mode 100755 index 000000000..7cbf3a1d4 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/bs_BA.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["januar","februar","mart","april","maj","juni","juli","august","septembar","oktobar","novembar","decembar"],monthsShort:["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"],weekdaysFull:["nedjelja","ponedjeljak","utorak","srijeda","cetvrtak","petak","subota"],weekdaysShort:["ne","po","ut","sr","če","pe","su"],today:"danas",clear:"izbrisati",firstDay:1,format:"dd. mmmm yyyy.",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/ca_ES.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/ca_ES.js new file mode 100755 index 000000000..583126b75 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/ca_ES.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["Gener","Febrer","Març","Abril","Maig","juny","Juliol","Agost","Setembre","Octubre","Novembre","Desembre"],monthsShort:["Gen","Feb","Mar","Abr","Mai","Jun","Jul","Ago","Set","Oct","Nov","Des"],weekdaysFull:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],weekdaysShort:["diu","dil","dim","dmc","dij","div","dis"],today:"avui",clear:"esborrar",firstDay:1,format:"dddd d !de mmmm !de yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/cs_CZ.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/cs_CZ.js new file mode 100755 index 000000000..1a67bfcf9 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/cs_CZ.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec"],monthsShort:["led","úno","bře","dub","kvě","čer","čvc","srp","zář","říj","lis","pro"],weekdaysFull:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],weekdaysShort:["ne","po","út","st","čt","pá","so"],today:"dnes",clear:"vymazat",firstDay:1,format:"d. mmmm yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/da_DK.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/da_DK.js new file mode 100755 index 000000000..adc6d38e3 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/da_DK.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"],monthsShort:["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"],weekdaysFull:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],weekdaysShort:["søn","man","tir","ons","tor","fre","lør"],today:"i dag",clear:"slet",firstDay:1,format:"d. mmmm yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/de_DE.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/de_DE.js new file mode 100755 index 000000000..aa961d8c4 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/de_DE.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthsShort:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],weekdaysFull:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],weekdaysShort:["So","Mo","Di","Mi","Do","Fr","Sa"],today:"Heute",clear:"Löschen",firstDay:1,format:"dddd, dd. mmmm yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/el_GR.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/el_GR.js new file mode 100755 index 000000000..022810978 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/el_GR.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["Ιανουάριος","Φεβρουάριος","Μάρτιος","Απρίλιος","Μάιος","Ιούνιος","Ιούλιος","Αύγουστος","Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος"],monthsShort:["Ιαν","Φεβ","Μαρ","Απρ","Μαι","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"],weekdaysFull:["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],weekdaysShort:["Κυρ","Δευ","Τρι","Τετ","Πεμ","Παρ","Σαβ"],today:"σήμερα",clear:"Διαγραφή",firstDay:1,format:"d mmmm yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/es_ES.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/es_ES.js new file mode 100755 index 000000000..a9bf2196a --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/es_ES.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],monthsShort:["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],weekdaysFull:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],weekdaysShort:["dom","lun","mar","mié","jue","vie","sab"],today:"hoy",clear:"borrar",firstDay:1,format:"dddd d !de mmmm !de yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/et_EE.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/et_EE.js new file mode 100755 index 000000000..30226abbf --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/et_EE.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["jaanuar","veebruar","märts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"],monthsShort:["jaan","veebr","märts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"],weekdaysFull:["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"],weekdaysShort:["püh","esm","tei","kol","nel","ree","lau"],today:"täna",clear:"kustutama",firstDay:1,format:"d. mmmm yyyy. a",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/eu_ES.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/eu_ES.js new file mode 100755 index 000000000..5407040b0 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/eu_ES.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["urtarrila","otsaila","martxoa","apirila","maiatza","ekaina","uztaila","abuztua","iraila","urria","azaroa","abendua"],monthsShort:["urt","ots","mar","api","mai","eka","uzt","abu","ira","urr","aza","abe"],weekdaysFull:["igandea","astelehena","asteartea","asteazkena","osteguna","ostirala","larunbata"],weekdaysShort:["ig.","al.","ar.","az.","og.","or.","lr."],today:"gaur",clear:"garbitu",firstDay:1,format:"dddd, yyyy(e)ko mmmmren da",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/fi_FI.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/fi_FI.js new file mode 100755 index 000000000..d55e1bba8 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/fi_FI.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"],monthsShort:["tammi","helmi","maalis","huhti","touko","kesä","heinä","elo","syys","loka","marras","joulu"],weekdaysFull:["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"],weekdaysShort:["su","ma","ti","ke","to","pe","la"],today:"tänään",clear:"tyhjennä",firstDay:1,format:"d.m.yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/fr_FR.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/fr_FR.js new file mode 100755 index 000000000..ef7be9e21 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/fr_FR.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],monthsShort:["jan","fev","mar","avr","mai","juin","juil","aou","sep","oct","nov","dec"],weekdaysFull:["dimanche","lundi","mardy","mercredi","jeudi","vendredi","samedi"],weekdaysShort:["dim","lun","mar","mer","jeu","ven","sam"],today:"aujourd'hui",clear:"effacer",firstDay:1,format:"dd mmmm yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/he_IL.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/he_IL.js new file mode 100755 index 000000000..6d0398640 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/he_IL.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"],monthsShort:["ינו","פבר","מרץ","אפר","מאי","יונ","יול","אוג","ספט","אוק","נוב","דצמ"],weekdaysFull:["יום ראשון","יום שני","יום שלישי","יום רביעי","יום חמישי","יום ששי","יום שבת"],weekdaysShort:["א","ב","ג","ד","ה","ו","ש"],today:"היום",clear:"למחוק",format:"yyyy mmmmב d dddd",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/hr_HR.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/hr_HR.js new file mode 100755 index 000000000..9115d13a2 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/hr_HR.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["sijećanj","veljača","ožujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac"],monthsShort:["sij","velj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],weekdaysFull:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],weekdaysShort:["ned","pon","uto","sri","čet","pet","sub"],today:"danas",clear:"izbrisati",firstDay:1,format:"d. mmmm yyyy.",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/hu_HU.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/hu_HU.js new file mode 100755 index 000000000..0f5a390dc --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/hu_HU.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["január","február","március","aprilis","május","június","július","augusztus","szeptember","október","november","december"],monthsShort:["jan","febr","márc","apr","máj","jún","júl","aug","szept","okt","nov","dec"],weekdaysFull:["vasámap","hétfö","kedd","szerda","csütörtök","péntek","szombat"],weekdaysShort:["V","H","K","SZ","CS","P","SZ"],today:"ma",clear:"töröl",firstDay:1,format:"yyyy. mmmm dd.",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/id_ID.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/id_ID.js new file mode 100755 index 000000000..3cf2e6b13 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/id_ID.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"],weekdaysFull:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],weekdaysShort:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],today:"hari ini",clear:"menghapus",firstDay:1,format:"d mmmm yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/it_IT.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/it_IT.js new file mode 100755 index 000000000..eed901611 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/it_IT.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"],monthsShort:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],weekdaysFull:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],weekdaysShort:["dom","lun","mar","mer","gio","ven","sab"],today:"oggi",clear:"cancellare",firstDay:1,format:"dddd d mmmm yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/ja_JP.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/ja_JP.js new file mode 100755 index 000000000..86d508dfd --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/ja_JP.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],monthsShort:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],weekdaysFull:["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],weekdaysShort:["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],today:"今日",clear:"消去",firstDay:1,format:"yyyy mm dd",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/ko_KR.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/ko_KR.js new file mode 100755 index 000000000..76eaa8417 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/ko_KR.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],monthsShort:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],weekdaysFull:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],weekdaysShort:["일","월","화","수","목","금","토"],today:"오늘",clear:"취소",firstDay:1,format:"yyyy 년 mm 월 dd 일",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/nl_NL.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/nl_NL.js new file mode 100755 index 000000000..59e68822b --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/nl_NL.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],monthsShort:["jan","feb","maa","apr","mei","jun","jul","aug","sep","okt","nov","dec"],weekdaysFull:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],weekdaysShort:["zo","ma","di","wo","do","vr","za"],today:"vandaag",clear:"verwijderen",firstDay:1,format:"dddd d mmmm yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/no_NO.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/no_NO.js new file mode 100755 index 000000000..bdcf2628e --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/no_NO.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],monthsShort:["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"],weekdaysFull:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],weekdaysShort:["søn","man","tir","ons","tor","fre","lør"],today:"i dag",clear:"nullstill",firstDay:1,format:"dd. mmm. yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/pl_PL.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/pl_PL.js new file mode 100755 index 000000000..aacfc0484 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/pl_PL.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"],monthsShort:["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],weekdaysFull:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"],weekdaysShort:["N","Pn","Wt","Śr","Cz","Pt","So"],today:"dzisiaj",clear:"usunąć",firstDay:1,format:"d mmmm yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/pt_BR.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/pt_BR.js new file mode 100755 index 000000000..cab79348b --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/pt_BR.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"],monthsShort:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],weekdaysFull:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],weekdaysShort:["dom","seg","ter","qua","qui","sex","sab"],today:"hoje",clear:"excluir",format:"dddd, d !de mmmm !de yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/pt_PT.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/pt_PT.js new file mode 100755 index 000000000..5485df370 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/pt_PT.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"],monthsShort:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],weekdaysFull:["domingo","segunda","terça","quarta","quinta","sexta","sábado"],weekdaysShort:["dom","seg","ter","qua","qui","sex","sab"],today:"hoje",clear:"excluir",format:"d !de mmmm !de yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/ro_RO.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/ro_RO.js new file mode 100755 index 000000000..3a53e7f9b --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/ro_RO.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"],monthsShort:["ian","feb","mar","apr","mai","iun","iul","aug","sep","oct","noi","dec"],weekdaysFull:["duminică","luni","marţi","miercuri","joi","vineri","sâmbătă"],weekdaysShort:["D","L","Ma","Mi","J","V","S"],today:"azi",clear:"șterge",firstDay:1,format:"dd mmmm yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/ru_RU.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/ru_RU.js new file mode 100755 index 000000000..0b16e0bb5 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/ru_RU.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["Января","Февраля","Марта","Апреля","Мая","Июня","Июля","Августа","Сентября","Октября","Ноября","Декабря"],monthsShort:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],weekdaysFull:["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],weekdaysShort:["вс","пн","вт","ср","чт","пт","сб"],today:"сегодня",clear:"удалить",firstDay:1,format:"d mmmm yyyy г.",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/sk_SK.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/sk_SK.js new file mode 100755 index 000000000..f867b08e6 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/sk_SK.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["január","február","marec","apríl","máj","jún","júl","august","september","október","november","december"],monthsShort:["I","II","III","IV","V","VI","VII","VIII","IX","X","XI","XII"],weekdaysFull:["nedeļľa","pondelok","utorok","streda","š̌švrtok","piatok","sobota"],weekdaysShort:["Ne","Po","Ut","St","Št","Pi","So"],today:"dnes",clear:"vymazať",firstDay:1,format:"d. mmmm yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/sv_SE.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/sv_SE.js new file mode 100755 index 000000000..e537bb18b --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/sv_SE.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"],monthsShort:["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"],weekdaysFull:["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],weekdaysShort:["sön","mån","tis","ons","tor","fre","lör"],today:"i dag",clear:"bort",firstDay:1,format:"d/m yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/th_TH.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/th_TH.js new file mode 100755 index 000000000..72f2e7d8e --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/th_TH.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],monthsShort:["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],weekdaysFull:["อาทติย","จันทร","องัคาร","พุธ","พฤหสั บดี","ศกุร","เสาร"],weekdaysShort:["อ.","จ.","อ.","พ.","พฤ.","ศ.","ส."],today:"วันนี้",clear:"ลบ",format:"d mmmm yyyy",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/tr_TR.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/tr_TR.js new file mode 100755 index 000000000..f957781e4 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/tr_TR.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],monthsShort:["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],weekdaysFull:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],weekdaysShort:["Pzr","Pzt","Sal","Çrş","Prş","Cum","Cmt"],today:"bugün",clear:"sil",firstDay:1,format:"dd mmmm yyyy dddd",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/uk_UA.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/uk_UA.js new file mode 100755 index 000000000..874e474c0 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/uk_UA.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["січень","лютий","березень","квітень","травень","червень","липень","серпень","вересень","жовтень","листопад","грудень"],monthsShort:["січ","лют","бер","кві","тра","чер","лип","сер","вер","жов","лис","гру"],weekdaysFull:["неділя","понеділок","вівторок","середа","четвер","п‘ятниця","субота"],weekdaysShort:["нд","пн","вт","ср","чт","пт","сб"],today:"сьогодні",clear:"викреслити",firstDay:1,format:"dd mmmm yyyy p.",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file diff --git a/Resources/public/js/lib_pickadate.js-3.3.0/translations/zh_CN.js b/Resources/public/js/lib_pickadate.js-3.3.0/translations/zh_CN.js new file mode 100755 index 000000000..2eb9ceac6 --- /dev/null +++ b/Resources/public/js/lib_pickadate.js-3.3.0/translations/zh_CN.js @@ -0,0 +1 @@ +jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["一","二","三","四","五","六","七","八","九","十","十一","十二"],weekdaysFull:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],weekdaysShort:["日","一","二","三","四","五","六"],today:"今日",clear:"删",firstDay:1,format:"yyyy 年 mm 月 dd 日",formatSubmit:"yyyy/mm/dd"}); \ No newline at end of file