├── README.md ├── assets ├── extra-libs │ ├── DataTables │ │ ├── DataTables-1.10.16 │ │ │ ├── css │ │ │ │ ├── dataTables.bootstrap.css │ │ │ │ ├── dataTables.bootstrap.min.css │ │ │ │ ├── dataTables.bootstrap4.css │ │ │ │ ├── dataTables.bootstrap4.min.css │ │ │ │ ├── dataTables.foundation.css │ │ │ │ ├── dataTables.foundation.min.css │ │ │ │ ├── dataTables.jqueryui.css │ │ │ │ ├── dataTables.jqueryui.min.css │ │ │ │ ├── dataTables.semanticui.css │ │ │ │ ├── dataTables.semanticui.min.css │ │ │ │ ├── jquery.dataTables.css │ │ │ │ └── jquery.dataTables.min.css │ │ │ ├── images │ │ │ │ ├── sort_asc.png │ │ │ │ ├── sort_asc_disabled.png │ │ │ │ ├── sort_both.png │ │ │ │ ├── sort_desc.png │ │ │ │ └── sort_desc_disabled.png │ │ │ └── js │ │ │ │ ├── dataTables.bootstrap.js │ │ │ │ ├── dataTables.bootstrap.min.js │ │ │ │ ├── dataTables.bootstrap4.js │ │ │ │ ├── dataTables.bootstrap4.min.js │ │ │ │ ├── dataTables.foundation.js │ │ │ │ ├── dataTables.foundation.min.js │ │ │ │ ├── dataTables.jqueryui.js │ │ │ │ ├── dataTables.jqueryui.min.js │ │ │ │ ├── dataTables.semanticui.js │ │ │ │ ├── dataTables.semanticui.min.js │ │ │ │ ├── jquery.dataTables.js │ │ │ │ └── jquery.dataTables.min.js │ │ ├── datatables.css │ │ ├── datatables.js │ │ ├── datatables.min.css │ │ └── datatables.min.js │ ├── calendar │ │ └── calendar.css │ ├── gritter │ │ ├── jquery.gritter.css │ │ └── jquery.gritter.min.js │ ├── multicheck │ │ ├── datatable-checkbox-init.js │ │ ├── jquery.multicheck.js │ │ └── multicheck.css │ └── sparkline │ │ └── sparkline.js ├── images │ ├── background │ │ ├── error-bg.jpg │ │ ├── img4.jpg │ │ ├── img5.jpg │ │ └── img6.jpg │ ├── big │ │ ├── Thumbs.db │ │ ├── img1.jpg │ │ ├── img2.jpg │ │ ├── img3.jpg │ │ ├── img4.jpg │ │ ├── img5.jpg │ │ └── img6.jpg │ ├── custom-select.png │ ├── favicon.png │ ├── free-demo.jpg │ ├── logo-icon.png │ ├── logo-text.png │ ├── logo.png │ └── users │ │ ├── 1-old.jpg │ │ ├── 1.jpg │ │ ├── 1.png │ │ ├── 2.jpg │ │ ├── 2.png │ │ ├── 3.jpg │ │ ├── 3.png │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ ├── 8.jpg │ │ ├── agent.jpg │ │ ├── agent2.jpg │ │ ├── d1.jpg │ │ ├── d2.jpg │ │ ├── d3.jpg │ │ ├── d4.jpg │ │ ├── d5.jpg │ │ └── profile.png └── libs │ ├── bootstrap-datepicker │ └── dist │ │ ├── css │ │ ├── bootstrap-datepicker.min.css │ │ ├── bootstrap-datepicker.standalone.min.css │ │ ├── bootstrap-datepicker3.min.css │ │ └── bootstrap-datepicker3.standalone.min.css │ │ ├── js │ │ └── bootstrap-datepicker.min.js │ │ └── locales │ │ ├── bootstrap-datepicker-en-CA.min.js │ │ ├── bootstrap-datepicker.ar-tn.min.js │ │ ├── bootstrap-datepicker.ar.min.js │ │ ├── bootstrap-datepicker.az.min.js │ │ ├── bootstrap-datepicker.bg.min.js │ │ ├── bootstrap-datepicker.bn.min.js │ │ ├── bootstrap-datepicker.br.min.js │ │ ├── bootstrap-datepicker.bs.min.js │ │ ├── bootstrap-datepicker.ca.min.js │ │ ├── bootstrap-datepicker.cs.min.js │ │ ├── bootstrap-datepicker.cy.min.js │ │ ├── bootstrap-datepicker.da.min.js │ │ ├── bootstrap-datepicker.de.min.js │ │ ├── bootstrap-datepicker.el.min.js │ │ ├── bootstrap-datepicker.en-AU.min.js │ │ ├── bootstrap-datepicker.en-CA.min.js │ │ ├── bootstrap-datepicker.en-GB.min.js │ │ ├── bootstrap-datepicker.en-IE.min.js │ │ ├── bootstrap-datepicker.en-NZ.min.js │ │ ├── bootstrap-datepicker.en-ZA.min.js │ │ ├── bootstrap-datepicker.eo.min.js │ │ ├── bootstrap-datepicker.es.min.js │ │ ├── bootstrap-datepicker.et.min.js │ │ ├── bootstrap-datepicker.eu.min.js │ │ ├── bootstrap-datepicker.fa.min.js │ │ ├── bootstrap-datepicker.fi.min.js │ │ ├── bootstrap-datepicker.fo.min.js │ │ ├── bootstrap-datepicker.fr-CH.min.js │ │ ├── bootstrap-datepicker.fr.min.js │ │ ├── bootstrap-datepicker.gl.min.js │ │ ├── bootstrap-datepicker.he.min.js │ │ ├── bootstrap-datepicker.hi.min.js │ │ ├── bootstrap-datepicker.hr.min.js │ │ ├── bootstrap-datepicker.hu.min.js │ │ ├── bootstrap-datepicker.hy.min.js │ │ ├── bootstrap-datepicker.id.min.js │ │ ├── bootstrap-datepicker.is.min.js │ │ ├── bootstrap-datepicker.it-CH.min.js │ │ ├── bootstrap-datepicker.it.min.js │ │ ├── bootstrap-datepicker.ja.min.js │ │ ├── bootstrap-datepicker.ka.min.js │ │ ├── bootstrap-datepicker.kh.min.js │ │ ├── bootstrap-datepicker.kk.min.js │ │ ├── bootstrap-datepicker.km.min.js │ │ ├── bootstrap-datepicker.ko.min.js │ │ ├── bootstrap-datepicker.kr.min.js │ │ ├── bootstrap-datepicker.lt.min.js │ │ ├── bootstrap-datepicker.lv.min.js │ │ ├── bootstrap-datepicker.me.min.js │ │ ├── bootstrap-datepicker.mk.min.js │ │ ├── bootstrap-datepicker.mn.min.js │ │ ├── bootstrap-datepicker.ms.min.js │ │ ├── bootstrap-datepicker.nl-BE.min.js │ │ ├── bootstrap-datepicker.nl.min.js │ │ ├── bootstrap-datepicker.no.min.js │ │ ├── bootstrap-datepicker.oc.min.js │ │ ├── bootstrap-datepicker.pl.min.js │ │ ├── bootstrap-datepicker.pt-BR.min.js │ │ ├── bootstrap-datepicker.pt.min.js │ │ ├── bootstrap-datepicker.ro.min.js │ │ ├── bootstrap-datepicker.rs-latin.min.js │ │ ├── bootstrap-datepicker.rs.min.js │ │ ├── bootstrap-datepicker.ru.min.js │ │ ├── bootstrap-datepicker.si.min.js │ │ ├── bootstrap-datepicker.sk.min.js │ │ ├── bootstrap-datepicker.sl.min.js │ │ ├── bootstrap-datepicker.sq.min.js │ │ ├── bootstrap-datepicker.sr-latin.min.js │ │ ├── bootstrap-datepicker.sr.min.js │ │ ├── bootstrap-datepicker.sv.min.js │ │ ├── bootstrap-datepicker.sw.min.js │ │ ├── bootstrap-datepicker.ta.min.js │ │ ├── bootstrap-datepicker.tg.min.js │ │ ├── bootstrap-datepicker.th.min.js │ │ ├── bootstrap-datepicker.tk.min.js │ │ ├── bootstrap-datepicker.tr.min.js │ │ ├── bootstrap-datepicker.uk.min.js │ │ ├── bootstrap-datepicker.uz-cyrl.min.js │ │ ├── bootstrap-datepicker.uz-latn.min.js │ │ ├── bootstrap-datepicker.vi.min.js │ │ ├── bootstrap-datepicker.zh-CN.min.js │ │ └── bootstrap-datepicker.zh-TW.min.js │ ├── bootstrap │ └── dist │ │ ├── css │ │ ├── bootstrap-grid.css │ │ ├── bootstrap-grid.css.map │ │ ├── bootstrap-grid.min.css │ │ ├── bootstrap-grid.min.css.map │ │ ├── bootstrap-grid.rtl.css │ │ ├── bootstrap-grid.rtl.css.map │ │ ├── bootstrap-grid.rtl.min.css │ │ ├── bootstrap-grid.rtl.min.css.map │ │ ├── bootstrap-reboot.css │ │ ├── bootstrap-reboot.css.map │ │ ├── bootstrap-reboot.min.css │ │ ├── bootstrap-reboot.min.css.map │ │ ├── bootstrap-reboot.rtl.css │ │ ├── bootstrap-reboot.rtl.css.map │ │ ├── bootstrap-reboot.rtl.min.css │ │ ├── bootstrap-reboot.rtl.min.css.map │ │ ├── bootstrap-utilities.css │ │ ├── bootstrap-utilities.css.map │ │ ├── bootstrap-utilities.min.css │ │ ├── bootstrap-utilities.min.css.map │ │ ├── bootstrap-utilities.rtl.css │ │ ├── bootstrap-utilities.rtl.css.map │ │ ├── bootstrap-utilities.rtl.min.css │ │ ├── bootstrap-utilities.rtl.min.css.map │ │ ├── bootstrap.css │ │ ├── bootstrap.css.map │ │ ├── bootstrap.min.css │ │ ├── bootstrap.min.css.map │ │ ├── bootstrap.rtl.css │ │ ├── bootstrap.rtl.css.map │ │ ├── bootstrap.rtl.min.css │ │ └── bootstrap.rtl.min.css.map │ │ └── js │ │ ├── bootstrap.bundle.js │ │ ├── bootstrap.bundle.js.map │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.bundle.min.js.map │ │ ├── bootstrap.esm.js │ │ ├── bootstrap.esm.js.map │ │ ├── bootstrap.esm.min.js │ │ ├── bootstrap.esm.min.js.map │ │ ├── bootstrap.js │ │ ├── bootstrap.js.map │ │ ├── bootstrap.min.js │ │ └── bootstrap.min.js.map │ ├── chart │ ├── chart.js │ ├── excanvas.min.js │ ├── jquery.flot.min.js │ ├── jquery.flot.pie.min.js │ ├── jquery.flot.resize.min.js │ ├── jquery.peity.min.js │ ├── jquery.ui.custom.js │ ├── matrix.charts.js │ ├── matrix.dashboard.js │ ├── matrix.interface.js │ └── turning-series.js │ ├── datatables.net-bs4 │ ├── css │ │ └── dataTables.bootstrap4.css │ └── js │ │ └── dataTables.bootstrap4.js │ ├── datatables │ ├── license.txt │ └── media │ │ ├── css │ │ └── jquery.dataTables.min.css │ │ ├── images │ │ ├── Sorting icons.psd │ │ ├── favicon.ico │ │ ├── sort_asc.png │ │ ├── sort_asc_disabled.png │ │ ├── sort_both.png │ │ ├── sort_desc.png │ │ └── sort_desc_disabled.png │ │ └── js │ │ └── jquery.dataTables.min.js │ ├── flot.tooltip │ ├── .bower.json │ ├── bower.json │ └── js │ │ ├── excanvas.min.js │ │ ├── jquery.flot.js │ │ ├── jquery.flot.tooltip.js │ │ ├── jquery.flot.tooltip.min.js │ │ └── jquery.flot.tooltip.source.js │ ├── flot │ ├── .bower.json │ ├── .gitignore │ ├── .travis.yml │ ├── API.md │ ├── CONTRIBUTING.md │ ├── FAQ.md │ ├── LICENSE.txt │ ├── Makefile │ ├── NEWS.md │ ├── PLUGINS.md │ ├── README.md │ ├── component.json │ ├── css │ │ └── float-chart.css │ ├── examples │ │ ├── ajax │ │ │ ├── data-eu-gdp-growth-1.json │ │ │ ├── data-eu-gdp-growth-2.json │ │ │ ├── data-eu-gdp-growth-3.json │ │ │ ├── data-eu-gdp-growth-4.json │ │ │ ├── data-eu-gdp-growth-5.json │ │ │ ├── data-eu-gdp-growth.json │ │ │ ├── data-japan-gdp-growth.json │ │ │ ├── data-usa-gdp-growth.json │ │ │ └── index.html │ │ ├── annotating │ │ │ └── index.html │ │ ├── axes-interacting │ │ │ └── index.html │ │ ├── axes-multiple │ │ │ └── index.html │ │ ├── axes-time-zones │ │ │ ├── date.js │ │ │ ├── index.html │ │ │ └── tz │ │ │ │ ├── africa │ │ │ │ ├── antarctica │ │ │ │ ├── asia │ │ │ │ ├── australasia │ │ │ │ ├── backward │ │ │ │ ├── etcetera │ │ │ │ ├── europe │ │ │ │ ├── factory │ │ │ │ ├── iso3166.tab │ │ │ │ ├── leapseconds │ │ │ │ ├── northamerica │ │ │ │ ├── pacificnew │ │ │ │ ├── solar87 │ │ │ │ ├── solar88 │ │ │ │ ├── solar89 │ │ │ │ ├── southamerica │ │ │ │ ├── systemv │ │ │ │ ├── yearistype.sh │ │ │ │ └── zone.tab │ │ ├── axes-time │ │ │ └── index.html │ │ ├── background.png │ │ ├── basic-options │ │ │ └── index.html │ │ ├── basic-usage │ │ │ └── index.html │ │ ├── canvas │ │ │ └── index.html │ │ ├── categories │ │ │ └── index.html │ │ ├── examples.css │ │ ├── image │ │ │ ├── hs-2004-27-a-large-web.jpg │ │ │ └── index.html │ │ ├── index.html │ │ ├── interacting │ │ │ └── index.html │ │ ├── navigate │ │ │ ├── arrow-down.gif │ │ │ ├── arrow-left.gif │ │ │ ├── arrow-right.gif │ │ │ ├── arrow-up.gif │ │ │ └── index.html │ │ ├── percentiles │ │ │ └── index.html │ │ ├── realtime │ │ │ └── index.html │ │ ├── resize │ │ │ └── index.html │ │ ├── selection │ │ │ └── index.html │ │ ├── series-errorbars │ │ │ └── index.html │ │ ├── series-pie │ │ │ └── index.html │ │ ├── series-toggle │ │ │ └── index.html │ │ ├── series-types │ │ │ └── index.html │ │ ├── shared │ │ │ └── jquery-ui │ │ │ │ └── jquery-ui.min.css │ │ ├── stacking │ │ │ └── index.html │ │ ├── symbols │ │ │ └── index.html │ │ ├── threshold │ │ │ └── index.html │ │ ├── tracking │ │ │ └── index.html │ │ ├── visitors │ │ │ └── index.html │ │ └── zooming │ │ │ └── index.html │ ├── excanvas.js │ ├── excanvas.min.js │ ├── flot.jquery.json │ ├── jquery.colorhelpers.js │ ├── jquery.flot.canvas.js │ ├── jquery.flot.categories.js │ ├── jquery.flot.crosshair.js │ ├── jquery.flot.errorbars.js │ ├── jquery.flot.fillbetween.js │ ├── jquery.flot.image.js │ ├── jquery.flot.js │ ├── jquery.flot.navigate.js │ ├── jquery.flot.pie.js │ ├── jquery.flot.resize.js │ ├── jquery.flot.selection.js │ ├── jquery.flot.stack.js │ ├── jquery.flot.symbol.js │ ├── jquery.flot.threshold.js │ ├── jquery.flot.time.js │ ├── jquery.js │ └── package.json │ ├── fullcalendar │ └── dist │ │ ├── fullcalendar.min.css │ │ ├── fullcalendar.min.js │ │ ├── fullcalendar.print.min.css │ │ ├── gcal.min.js │ │ ├── locale-all.js │ │ └── locale │ │ ├── af.js │ │ ├── ar-dz.js │ │ ├── ar-kw.js │ │ ├── ar-ly.js │ │ ├── ar-ma.js │ │ ├── ar-sa.js │ │ ├── ar-tn.js │ │ ├── ar.js │ │ ├── bg.js │ │ ├── bs.js │ │ ├── ca.js │ │ ├── cs.js │ │ ├── da.js │ │ ├── de-at.js │ │ ├── de-ch.js │ │ ├── de.js │ │ ├── el.js │ │ ├── en-au.js │ │ ├── en-ca.js │ │ ├── en-gb.js │ │ ├── en-ie.js │ │ ├── en-nz.js │ │ ├── es-do.js │ │ ├── es-us.js │ │ ├── es.js │ │ ├── et.js │ │ ├── eu.js │ │ ├── fa.js │ │ ├── fi.js │ │ ├── fr-ca.js │ │ ├── fr-ch.js │ │ ├── fr.js │ │ ├── gl.js │ │ ├── he.js │ │ ├── hi.js │ │ ├── hr.js │ │ ├── hu.js │ │ ├── id.js │ │ ├── is.js │ │ ├── it.js │ │ ├── ja.js │ │ ├── ka.js │ │ ├── kk.js │ │ ├── ko.js │ │ ├── lb.js │ │ ├── lt.js │ │ ├── lv.js │ │ ├── mk.js │ │ ├── ms-my.js │ │ ├── ms.js │ │ ├── nb.js │ │ ├── nl-be.js │ │ ├── nl.js │ │ ├── nn.js │ │ ├── pl.js │ │ ├── pt-br.js │ │ ├── pt.js │ │ ├── ro.js │ │ ├── ru.js │ │ ├── sk.js │ │ ├── sl.js │ │ ├── sq.js │ │ ├── sr-cyrl.js │ │ ├── sr.js │ │ ├── sv.js │ │ ├── th.js │ │ ├── tr.js │ │ ├── uk.js │ │ ├── vi.js │ │ ├── zh-cn.js │ │ └── zh-tw.js │ ├── inputmask │ └── dist │ │ ├── inputmask │ │ ├── bindings │ │ │ └── inputmask.binding.js │ │ ├── dependencyLibs │ │ │ ├── inputmask.dependencyLib.jqlite.js │ │ │ ├── inputmask.dependencyLib.jquery.js │ │ │ └── inputmask.dependencyLib.js │ │ ├── global │ │ │ ├── document.js │ │ │ └── window.js │ │ ├── inputmask.date.extensions.js │ │ ├── inputmask.extensions.js │ │ ├── inputmask.js │ │ ├── inputmask.numeric.extensions.js │ │ ├── inputmask.phone.extensions.js │ │ ├── inputmask.regex.extensions.js │ │ ├── jquery.inputmask.js │ │ └── phone-codes │ │ │ ├── phone-be.js │ │ │ ├── phone-nl.js │ │ │ ├── phone-ru.js │ │ │ ├── phone-uk.js │ │ │ └── phone.js │ │ ├── jquery.inputmask.bundle.js │ │ └── min │ │ ├── inputmask │ │ ├── bindings │ │ │ └── inputmask.binding.min.js │ │ ├── dependencyLibs │ │ │ ├── inputmask.dependencyLib.jqlite.min.js │ │ │ ├── inputmask.dependencyLib.jquery.min.js │ │ │ └── inputmask.dependencyLib.min.js │ │ ├── global │ │ │ ├── document.min.js │ │ │ └── window.min.js │ │ ├── inputmask.date.extensions.min.js │ │ ├── inputmask.extensions.min.js │ │ ├── inputmask.min.js │ │ ├── inputmask.numeric.extensions.min.js │ │ ├── inputmask.phone.extensions.min.js │ │ ├── inputmask.regex.extensions.min.js │ │ ├── jquery.inputmask.min.js │ │ └── phone-codes │ │ │ ├── phone-be.min.js │ │ │ ├── phone-nl.min.js │ │ │ ├── phone-ru.min.js │ │ │ ├── phone-uk.min.js │ │ │ └── phone.min.js │ │ └── jquery.inputmask.bundle.min.js │ ├── jquery-asColor │ ├── LICENSE │ ├── README.md │ ├── dist │ │ ├── jquery-asColor.es.js │ │ ├── jquery-asColor.js │ │ ├── jquery-asColor.min.js │ │ └── jquery-asColor.min.js.map │ ├── package.json │ └── src │ │ ├── asColor.js │ │ ├── colorStrings.js │ │ ├── converter.js │ │ ├── defaults.js │ │ ├── info.js │ │ ├── main.js │ │ ├── names.js │ │ └── util.js │ ├── jquery-asColorPicker │ └── dist │ │ ├── css │ │ └── asColorPicker.min.css │ │ ├── images │ │ ├── alpha.png │ │ ├── hue.png │ │ ├── saturation.png │ │ └── transparent.png │ │ ├── jquery-asColorPicker.es.js │ │ └── jquery-asColorPicker.min.js │ ├── jquery-asGradient │ ├── LICENSE │ ├── README.md │ ├── dist │ │ ├── jquery-asGradient.es.js │ │ ├── jquery-asGradient.js │ │ ├── jquery-asGradient.min.js │ │ └── jquery-asGradient.min.js.map │ ├── package.json │ └── src │ │ ├── asGradient.js │ │ ├── colorStop.js │ │ ├── defaults.js │ │ ├── gradientString.js │ │ ├── gradientTypes.js │ │ ├── info.js │ │ ├── keywordAngleMap.js │ │ ├── main.js │ │ ├── regExpStrings.js │ │ └── util.js │ ├── jquery-minicolors │ ├── component.json │ ├── index.html │ ├── jquery.minicolors.css │ ├── jquery.minicolors.min.js │ ├── jquery.minicolors.png │ └── without-bootstrap.html │ ├── jquery-steps │ ├── LICENSE.txt │ ├── build │ │ ├── jQuery.Steps.1.1.0.nupkg │ │ ├── jquery.steps-1.1.0.zip │ │ └── jquery.steps.min.js │ ├── jquery.steps.css │ ├── lib │ │ ├── jquery-1.10.2.min.js │ │ ├── jquery-1.11.1.min.js │ │ ├── jquery-1.9.1.min.js │ │ ├── jquery.cookie-1.3.1.js │ │ └── modernizr-2.6.2.min.js │ ├── nuget │ │ ├── NuGet.exe │ │ └── jQuery.Steps.nuspec │ ├── steps.css │ └── steps.jquery.json │ ├── jquery-validation │ └── dist │ │ ├── additional-methods.js │ │ ├── jquery.validate.min.js │ │ └── localization │ │ ├── messages_ar.js │ │ ├── messages_az.js │ │ ├── messages_bg.js │ │ ├── messages_bn_BD.js │ │ ├── messages_ca.js │ │ ├── messages_cs.js │ │ ├── messages_da.js │ │ ├── messages_de.js │ │ ├── messages_el.js │ │ ├── messages_es.js │ │ ├── messages_es_AR.js │ │ ├── messages_es_PE.js │ │ ├── messages_et.js │ │ ├── messages_eu.js │ │ ├── messages_fa.js │ │ ├── messages_fi.js │ │ ├── messages_fr.js │ │ ├── messages_ge.js │ │ ├── messages_gl.js │ │ ├── messages_he.js │ │ ├── messages_hr.js │ │ ├── messages_hu.js │ │ ├── messages_hy_AM.js │ │ ├── messages_id.js │ │ ├── messages_is.js │ │ ├── messages_it.js │ │ ├── messages_ja.js │ │ ├── messages_ka.js │ │ ├── messages_kk.js │ │ ├── messages_ko.js │ │ ├── messages_lt.js │ │ ├── messages_lv.js │ │ ├── messages_mk.js │ │ ├── messages_my.js │ │ ├── messages_nl.js │ │ ├── messages_no.js │ │ ├── messages_pl.js │ │ ├── messages_pt_BR.js │ │ ├── messages_pt_PT.js │ │ ├── messages_ro.js │ │ ├── messages_ru.js │ │ ├── messages_sd.js │ │ ├── messages_si.js │ │ ├── messages_sk.js │ │ ├── messages_sl.js │ │ ├── messages_sr.js │ │ ├── messages_sr_lat.js │ │ ├── messages_sv.js │ │ ├── messages_th.js │ │ ├── messages_tj.js │ │ ├── messages_tr.js │ │ ├── messages_uk.js │ │ ├── messages_ur.js │ │ ├── messages_vi.js │ │ ├── messages_zh.js │ │ ├── messages_zh_TW.js │ │ ├── methods_de.js │ │ ├── methods_es_CL.js │ │ ├── methods_fi.js │ │ ├── methods_nl.js │ │ └── methods_pt.js │ ├── jquery.flot.tooltip │ └── js │ │ ├── jquery.flot.tooltip.min.js │ │ └── jquery.flot.tooltip.source.js │ ├── jquery │ └── dist │ │ ├── core.js │ │ ├── jquery.min.js │ │ └── jquery.slim.min.js │ ├── magnific-popup │ ├── animation.css │ ├── dist │ │ ├── jquery.magnific-popup.min.js │ │ └── magnific-popup.css │ └── meg.init.js │ ├── moment │ ├── ender.js │ ├── locale │ │ ├── af.js │ │ ├── ar-dz.js │ │ ├── ar-kw.js │ │ ├── ar-ly.js │ │ ├── ar-ma.js │ │ ├── ar-sa.js │ │ ├── ar-tn.js │ │ ├── ar.js │ │ ├── az.js │ │ ├── be.js │ │ ├── bg.js │ │ ├── bm.js │ │ ├── bn.js │ │ ├── bo.js │ │ ├── br.js │ │ ├── bs.js │ │ ├── ca.js │ │ ├── cs.js │ │ ├── cv.js │ │ ├── cy.js │ │ ├── da.js │ │ ├── de-at.js │ │ ├── de-ch.js │ │ ├── de.js │ │ ├── dv.js │ │ ├── el.js │ │ ├── en-au.js │ │ ├── en-ca.js │ │ ├── en-gb.js │ │ ├── en-ie.js │ │ ├── en-il.js │ │ ├── en-nz.js │ │ ├── eo.js │ │ ├── es-do.js │ │ ├── es-us.js │ │ ├── es.js │ │ ├── et.js │ │ ├── eu.js │ │ ├── fa.js │ │ ├── fi.js │ │ ├── fo.js │ │ ├── fr-ca.js │ │ ├── fr-ch.js │ │ ├── fr.js │ │ ├── fy.js │ │ ├── gd.js │ │ ├── gl.js │ │ ├── gom-latn.js │ │ ├── gu.js │ │ ├── he.js │ │ ├── hi.js │ │ ├── hr.js │ │ ├── hu.js │ │ ├── hy-am.js │ │ ├── id.js │ │ ├── is.js │ │ ├── it.js │ │ ├── ja.js │ │ ├── jv.js │ │ ├── ka.js │ │ ├── kk.js │ │ ├── km.js │ │ ├── kn.js │ │ ├── ko.js │ │ ├── ky.js │ │ ├── lb.js │ │ ├── lo.js │ │ ├── lt.js │ │ ├── lv.js │ │ ├── me.js │ │ ├── mi.js │ │ ├── mk.js │ │ ├── ml.js │ │ ├── mn.js │ │ ├── mr.js │ │ ├── ms-my.js │ │ ├── ms.js │ │ ├── mt.js │ │ ├── my.js │ │ ├── nb.js │ │ ├── ne.js │ │ ├── nl-be.js │ │ ├── nl.js │ │ ├── nn.js │ │ ├── pa-in.js │ │ ├── pl.js │ │ ├── pt-br.js │ │ ├── pt.js │ │ ├── ro.js │ │ ├── ru.js │ │ ├── sd.js │ │ ├── se.js │ │ ├── si.js │ │ ├── sk.js │ │ ├── sl.js │ │ ├── sq.js │ │ ├── sr-cyrl.js │ │ ├── sr.js │ │ ├── ss.js │ │ ├── sv.js │ │ ├── sw.js │ │ ├── ta.js │ │ ├── te.js │ │ ├── tet.js │ │ ├── tg.js │ │ ├── th.js │ │ ├── tl-ph.js │ │ ├── tlh.js │ │ ├── tr.js │ │ ├── tzl.js │ │ ├── tzm-latn.js │ │ ├── tzm.js │ │ ├── ug-cn.js │ │ ├── uk.js │ │ ├── ur.js │ │ ├── uz-latn.js │ │ ├── uz.js │ │ ├── vi.js │ │ ├── x-pseudo.js │ │ ├── yo.js │ │ ├── zh-cn.js │ │ ├── zh-hk.js │ │ └── zh-tw.js │ ├── min │ │ ├── locales.min.js │ │ ├── moment-with-locales.min.js │ │ └── moment.min.js │ ├── moment.js │ └── package.js │ ├── perfect-scrollbar │ └── dist │ │ ├── css │ │ └── perfect-scrollbar.min.css │ │ ├── js │ │ ├── perfect-scrollbar.jquery.min.js │ │ └── perfect-scrollbar.min.js │ │ ├── perfect-scrollbar.common.js │ │ ├── perfect-scrollbar.esm.js │ │ ├── perfect-scrollbar.jquery.min.js │ │ └── perfect-scrollbar.min.js │ ├── popper.js │ └── dist │ │ ├── esm │ │ ├── popper-utils.min.js │ │ └── popper.min.js │ │ ├── popper-utils.min.js │ │ ├── popper.min.js │ │ └── umd │ │ ├── popper-utils.min.js │ │ └── popper.min.js │ ├── quill │ └── dist │ │ ├── quill.bubble.css │ │ ├── quill.core.css │ │ ├── quill.core.js │ │ ├── quill.min.js │ │ └── quill.snow.css │ ├── select2 │ └── dist │ │ ├── css │ │ └── select2.min.css │ │ └── js │ │ ├── i18n │ │ ├── af.js │ │ ├── ar.js │ │ ├── az.js │ │ ├── bg.js │ │ ├── bs.js │ │ ├── build.txt │ │ ├── ca.js │ │ ├── cs.js │ │ ├── da.js │ │ ├── de.js │ │ ├── dsb.js │ │ ├── el.js │ │ ├── en.js │ │ ├── es.js │ │ ├── et.js │ │ ├── eu.js │ │ ├── fa.js │ │ ├── fi.js │ │ ├── fr.js │ │ ├── gl.js │ │ ├── he.js │ │ ├── hi.js │ │ ├── hr.js │ │ ├── hsb.js │ │ ├── hu.js │ │ ├── hy.js │ │ ├── id.js │ │ ├── is.js │ │ ├── it.js │ │ ├── ja.js │ │ ├── km.js │ │ ├── ko.js │ │ ├── lt.js │ │ ├── lv.js │ │ ├── mk.js │ │ ├── ms.js │ │ ├── nb.js │ │ ├── nl.js │ │ ├── pl.js │ │ ├── ps.js │ │ ├── pt-BR.js │ │ ├── pt.js │ │ ├── ro.js │ │ ├── ru.js │ │ ├── sk.js │ │ ├── sl.js │ │ ├── sr-Cyrl.js │ │ ├── sr.js │ │ ├── sv.js │ │ ├── th.js │ │ ├── tk.js │ │ ├── tr.js │ │ ├── uk.js │ │ ├── vi.js │ │ ├── zh-CN.js │ │ └── zh-TW.js │ │ ├── select2.full.min.js │ │ └── select2.min.js │ └── toastr │ ├── build │ ├── toastr.min.css │ └── toastr.min.js │ ├── toastr-icon.png │ └── toastr.js ├── dist ├── css │ ├── icons │ │ ├── font-awesome │ │ │ ├── css │ │ │ │ ├── fa-brands.css │ │ │ │ ├── fa-brands.min.css │ │ │ │ ├── fa-regular.css │ │ │ │ ├── fa-regular.min.css │ │ │ │ ├── fa-solid.css │ │ │ │ ├── fa-solid.min.css │ │ │ │ ├── fontawesome-all.css │ │ │ │ ├── fontawesome-all.min.css │ │ │ │ ├── fontawesome.css │ │ │ │ └── fontawesome.min.css │ │ │ ├── less │ │ │ │ ├── _animated.less │ │ │ │ ├── _bordered-pulled.less │ │ │ │ ├── _core.less │ │ │ │ ├── _fixed-width.less │ │ │ │ ├── _icons.less │ │ │ │ ├── _larger.less │ │ │ │ ├── _list.less │ │ │ │ ├── _mixins.less │ │ │ │ ├── _rotated-flipped.less │ │ │ │ ├── _screen-reader.less │ │ │ │ ├── _stacked.less │ │ │ │ ├── _variables.less │ │ │ │ ├── fa-brands.less │ │ │ │ ├── fa-regular.less │ │ │ │ ├── fa-solid.less │ │ │ │ └── fontawesome.less │ │ │ ├── scss │ │ │ │ ├── _animated.scss │ │ │ │ ├── _bordered-pulled.scss │ │ │ │ ├── _core.scss │ │ │ │ ├── _fixed-width.scss │ │ │ │ ├── _icons.scss │ │ │ │ ├── _larger.scss │ │ │ │ ├── _list.scss │ │ │ │ ├── _mixins.scss │ │ │ │ ├── _rotated-flipped.scss │ │ │ │ ├── _screen-reader.scss │ │ │ │ ├── _stacked.scss │ │ │ │ ├── _variables.scss │ │ │ │ ├── fa-brands.scss │ │ │ │ ├── fa-regular.scss │ │ │ │ ├── fa-solid.scss │ │ │ │ └── fontawesome.scss │ │ │ └── webfonts │ │ │ │ ├── fa-brands-400.eot │ │ │ │ ├── fa-brands-400.svg │ │ │ │ ├── fa-brands-400.ttf │ │ │ │ ├── fa-brands-400.woff │ │ │ │ ├── fa-brands-400.woff2 │ │ │ │ ├── fa-regular-400.eot │ │ │ │ ├── fa-regular-400.svg │ │ │ │ ├── fa-regular-400.ttf │ │ │ │ ├── fa-regular-400.woff │ │ │ │ ├── fa-regular-400.woff2 │ │ │ │ ├── fa-solid-900.eot │ │ │ │ ├── fa-solid-900.svg │ │ │ │ ├── fa-solid-900.ttf │ │ │ │ ├── fa-solid-900.woff │ │ │ │ └── fa-solid-900.woff2 │ │ ├── material-design-iconic-font │ │ │ ├── css │ │ │ │ ├── material-design-iconic-font.css │ │ │ │ ├── material-design-iconic-font.min.css │ │ │ │ ├── materialdesignicons.min.css │ │ │ │ └── materialdesignicons.min.css.map │ │ │ └── fonts │ │ │ │ ├── Material-Design-Iconic-Font.eot │ │ │ │ ├── Material-Design-Iconic-Font.svg │ │ │ │ ├── Material-Design-Iconic-Font.ttf │ │ │ │ ├── Material-Design-Iconic-Font.woff │ │ │ │ ├── Material-Design-Iconic-Font.woff2 │ │ │ │ ├── materialdesignicons-webfont.eot │ │ │ │ ├── materialdesignicons-webfont.svg │ │ │ │ ├── materialdesignicons-webfont.ttf │ │ │ │ ├── materialdesignicons-webfont.woff │ │ │ │ └── materialdesignicons-webfont.woff2 │ │ ├── themify-icons │ │ │ ├── fonts │ │ │ │ ├── themify.eot │ │ │ │ ├── themify.svg │ │ │ │ ├── themify.ttf │ │ │ │ └── themify.woff │ │ │ ├── ie7 │ │ │ │ ├── ie7.css │ │ │ │ └── ie7.js │ │ │ ├── themify-icons.css │ │ │ └── themify-icons.less │ │ └── weather-icons │ │ │ ├── css │ │ │ ├── weather-icons-core.css │ │ │ ├── weather-icons-variables.css │ │ │ ├── weather-icons-wind.css │ │ │ ├── weather-icons-wind.min.css │ │ │ ├── weather-icons.css │ │ │ └── weather-icons.min.css │ │ │ ├── fonts │ │ │ ├── weathericons-regular-webfont.eot │ │ │ ├── weathericons-regular-webfont.svg │ │ │ ├── weathericons-regular-webfont.ttf │ │ │ ├── weathericons-regular-webfont.woff │ │ │ └── weathericons-regular-webfont.woff2 │ │ │ ├── less │ │ │ ├── css │ │ │ │ ├── variables-beaufort.css │ │ │ │ ├── variables-day.css │ │ │ │ ├── variables-direction.css │ │ │ │ ├── variables-misc.css │ │ │ │ ├── variables-moon.css │ │ │ │ ├── variables-neutral.css │ │ │ │ ├── variables-night.css │ │ │ │ ├── variables-time.css │ │ │ │ └── variables-wind-names.css │ │ │ ├── icon-classes │ │ │ │ ├── classes-beaufort.less │ │ │ │ ├── classes-day.less │ │ │ │ ├── classes-direction.less │ │ │ │ ├── classes-misc.less │ │ │ │ ├── classes-moon-aliases.less │ │ │ │ ├── classes-moon.less │ │ │ │ ├── classes-neutral.less │ │ │ │ ├── classes-night.less │ │ │ │ ├── classes-time.less │ │ │ │ ├── classes-wind-aliases.less │ │ │ │ ├── classes-wind-degrees.less │ │ │ │ └── classes-wind.less │ │ │ ├── icon-variables │ │ │ │ ├── variables-beaufort.less │ │ │ │ ├── variables-day.less │ │ │ │ ├── variables-direction.less │ │ │ │ ├── variables-misc.less │ │ │ │ ├── variables-moon.less │ │ │ │ ├── variables-neutral.less │ │ │ │ ├── variables-night.less │ │ │ │ ├── variables-time.less │ │ │ │ └── variables-wind-names.less │ │ │ ├── mappings │ │ │ │ ├── wi-forecast-io.less │ │ │ │ ├── wi-owm.less │ │ │ │ ├── wi-wmo4680.less │ │ │ │ └── wi-yahoo.less │ │ │ ├── weather-icons-classes.less │ │ │ ├── weather-icons-core.less │ │ │ ├── weather-icons-variables.less │ │ │ ├── weather-icons-wind.less │ │ │ ├── weather-icons-wind.min.less │ │ │ ├── weather-icons.less │ │ │ └── weather-icons.min.less │ │ │ └── sass │ │ │ ├── icon-classes │ │ │ ├── classes-beaufort.scss │ │ │ ├── classes-day.scss │ │ │ ├── classes-direction.scss │ │ │ ├── classes-misc.scss │ │ │ ├── classes-moon-aliases.scss │ │ │ ├── classes-moon.scss │ │ │ ├── classes-neutral.scss │ │ │ ├── classes-night.scss │ │ │ ├── classes-time.scss │ │ │ ├── classes-wind-aliases.scss │ │ │ ├── classes-wind-degrees.scss │ │ │ └── classes-wind.scss │ │ │ ├── icon-variables │ │ │ ├── variables-beaufort.scss │ │ │ ├── variables-day.scss │ │ │ ├── variables-direction.scss │ │ │ ├── variables-misc.scss │ │ │ ├── variables-moon.scss │ │ │ ├── variables-neutral.scss │ │ │ ├── variables-night.scss │ │ │ ├── variables-time.scss │ │ │ └── variables-wind-names.scss │ │ │ ├── mappings │ │ │ ├── wi-forecast-io.scss │ │ │ ├── wi-owm.scss │ │ │ ├── wi-wmo4680.scss │ │ │ └── wi-yahoo.scss │ │ │ ├── weather-icons-classes.scss │ │ │ ├── weather-icons-core.scss │ │ │ ├── weather-icons-variables.scss │ │ │ ├── weather-icons-wind.min.scss │ │ │ ├── weather-icons-wind.scss │ │ │ ├── weather-icons.min.scss │ │ │ └── weather-icons.scss │ ├── materialdesignicons.min.css.map │ ├── style.css │ └── style.min.css └── js │ ├── app-style-switcher.js │ ├── custom.js │ ├── custom.min.js │ ├── jquery-ui.min.js │ ├── jquery.ui.touch-punch-improved.js │ ├── pages │ ├── calendar │ │ └── cal-init.js │ ├── chart │ │ ├── chart-init.js │ │ └── chart-page-init.js │ ├── dashboards │ │ └── dashboard1.js │ ├── maps │ │ └── map-google.init.js │ ├── mask │ │ └── mask.init.js │ └── sparkline │ │ └── jquery.charts-sparkline.js │ ├── sidebarmenu.js │ └── waves.js ├── html ├── authentication-login.html ├── authentication-register.html ├── charts.html ├── error-403.html ├── error-404.html ├── error-405.html ├── error-500.html ├── form-basic.html ├── form-wizard.html ├── grid.html ├── icon-fontawesome.html ├── icon-material.html ├── index.html ├── index2.html ├── pages-buttons.html ├── pages-calendar.html ├── pages-chat.html ├── pages-elements.html ├── pages-gallery.html ├── pages-invoice.html ├── tables.html └── widgets.html ├── matrix-lp.html └── src └── scss ├── _landingpage.scss ├── bootstrap ├── _accordion.scss ├── _alert.scss ├── _badge.scss ├── _breadcrumb.scss ├── _button-group.scss ├── _buttons.scss ├── _card.scss ├── _carousel.scss ├── _close.scss ├── _containers.scss ├── _dropdown.scss ├── _forms.scss ├── _functions.scss ├── _grid.scss ├── _helpers.scss ├── _images.scss ├── _list-group.scss ├── _mixins.scss ├── _modal.scss ├── _nav.scss ├── _navbar.scss ├── _pagination.scss ├── _popover.scss ├── _progress.scss ├── _reboot.scss ├── _root.scss ├── _spinners.scss ├── _tables.scss ├── _toasts.scss ├── _tooltip.scss ├── _transitions.scss ├── _type.scss ├── _utilities.scss ├── _variables.scss ├── bootstrap-grid.scss ├── bootstrap-reboot.scss ├── bootstrap-utilities.scss ├── bootstrap.scss ├── forms │ ├── _floating-labels.scss │ ├── _form-check.scss │ ├── _form-control.scss │ ├── _form-range.scss │ ├── _form-select.scss │ ├── _form-text.scss │ ├── _input-group.scss │ ├── _labels.scss │ └── _validation.scss ├── helpers │ ├── _clearfix.scss │ ├── _colored-links.scss │ ├── _position.scss │ ├── _ratio.scss │ ├── _stretched-link.scss │ ├── _text-truncation.scss │ └── _visually-hidden.scss ├── mixins │ ├── _alert.scss │ ├── _border-radius.scss │ ├── _box-shadow.scss │ ├── _breakpoints.scss │ ├── _buttons.scss │ ├── _caret.scss │ ├── _clearfix.scss │ ├── _container.scss │ ├── _deprecate.scss │ ├── _forms.scss │ ├── _gradients.scss │ ├── _grid.scss │ ├── _image.scss │ ├── _list-group.scss │ ├── _lists.scss │ ├── _pagination.scss │ ├── _reset-text.scss │ ├── _resize.scss │ ├── _table-variants.scss │ ├── _text-truncate.scss │ ├── _transition.scss │ ├── _utilities.scss │ └── _visually-hidden.scss ├── utilities │ └── _api.scss └── vendor │ └── _rfs.scss ├── components.scss ├── core ├── animation │ └── animation.scss ├── breadcrumb │ └── breadcrumb.scss ├── buttons │ └── buttons.scss ├── core.scss ├── extra │ └── extra.scss ├── layout │ └── layout.scss ├── loader │ └── spinner.scss ├── perfect-scrollbar │ └── perfect-scrollbar.scss ├── scafholdings │ └── scafholding.scss ├── sidebar │ └── sidebar.scss ├── tables │ └── table-pages.scss ├── topbar │ ├── header.scss │ └── notify.scss └── wave-effects │ └── wave-effects.scss ├── custom.scss ├── mixins └── padding-margin.scss ├── pages.scss ├── pages └── dashboards │ └── dashboard1.scss ├── responsive.scss ├── style.scss ├── theme-colors └── theme-colors.scss ├── variable.scss └── widgets ├── chat-widgets.scss ├── comments.scss ├── feeds.scss ├── gal-card.scss ├── profile.scss ├── steamline.scss ├── task.scss └── widgets.scss /assets/extra-libs/DataTables/DataTables-1.10.16/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/extra-libs/DataTables/DataTables-1.10.16/images/sort_asc.png -------------------------------------------------------------------------------- /assets/extra-libs/DataTables/DataTables-1.10.16/images/sort_asc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/extra-libs/DataTables/DataTables-1.10.16/images/sort_asc_disabled.png -------------------------------------------------------------------------------- /assets/extra-libs/DataTables/DataTables-1.10.16/images/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/extra-libs/DataTables/DataTables-1.10.16/images/sort_both.png -------------------------------------------------------------------------------- /assets/extra-libs/DataTables/DataTables-1.10.16/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/extra-libs/DataTables/DataTables-1.10.16/images/sort_desc.png -------------------------------------------------------------------------------- /assets/extra-libs/DataTables/DataTables-1.10.16/images/sort_desc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/extra-libs/DataTables/DataTables-1.10.16/images/sort_desc_disabled.png -------------------------------------------------------------------------------- /assets/extra-libs/multicheck/datatable-checkbox-init.js: -------------------------------------------------------------------------------- 1 | $(function () { 2 | //multicheckbox check for static table no padding 3 | $("#mainCheckbox").multicheck($(".listCheckbox")); 4 | 5 | //multicheckbox check for static table with padding 6 | $("#mainCheckbox1").multicheck($(".listCheckbox1")); 7 | 8 | /*var _gaq = _gaq || []; 9 | _gaq.push(['_setAccount', 'UA-36251023-1']); 10 | _gaq.push(['_setDomainName', 'jqueryscript.net']); 11 | _gaq.push(['_trackPageview']); 12 | 13 | (function() { 14 | var ga = document.createElement('script'); 15 | ga.type = 'text/javascript'; 16 | ga.async = true; 17 | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; 18 | var s = document.getElementsByTagName('script')[0]; 19 | s.parentNode.insertBefore(ga, s); 20 | })();*/ 21 | }); 22 | -------------------------------------------------------------------------------- /assets/images/background/error-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/background/error-bg.jpg -------------------------------------------------------------------------------- /assets/images/background/img4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/background/img4.jpg -------------------------------------------------------------------------------- /assets/images/background/img5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/background/img5.jpg -------------------------------------------------------------------------------- /assets/images/background/img6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/background/img6.jpg -------------------------------------------------------------------------------- /assets/images/big/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/big/Thumbs.db -------------------------------------------------------------------------------- /assets/images/big/img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/big/img1.jpg -------------------------------------------------------------------------------- /assets/images/big/img2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/big/img2.jpg -------------------------------------------------------------------------------- /assets/images/big/img3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/big/img3.jpg -------------------------------------------------------------------------------- /assets/images/big/img4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/big/img4.jpg -------------------------------------------------------------------------------- /assets/images/big/img5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/big/img5.jpg -------------------------------------------------------------------------------- /assets/images/big/img6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/big/img6.jpg -------------------------------------------------------------------------------- /assets/images/custom-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/custom-select.png -------------------------------------------------------------------------------- /assets/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/favicon.png -------------------------------------------------------------------------------- /assets/images/free-demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/free-demo.jpg -------------------------------------------------------------------------------- /assets/images/logo-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/logo-icon.png -------------------------------------------------------------------------------- /assets/images/logo-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/logo-text.png -------------------------------------------------------------------------------- /assets/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/logo.png -------------------------------------------------------------------------------- /assets/images/users/1-old.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/1-old.jpg -------------------------------------------------------------------------------- /assets/images/users/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/1.jpg -------------------------------------------------------------------------------- /assets/images/users/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/1.png -------------------------------------------------------------------------------- /assets/images/users/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/2.jpg -------------------------------------------------------------------------------- /assets/images/users/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/2.png -------------------------------------------------------------------------------- /assets/images/users/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/3.jpg -------------------------------------------------------------------------------- /assets/images/users/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/3.png -------------------------------------------------------------------------------- /assets/images/users/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/4.jpg -------------------------------------------------------------------------------- /assets/images/users/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/5.jpg -------------------------------------------------------------------------------- /assets/images/users/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/6.jpg -------------------------------------------------------------------------------- /assets/images/users/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/7.jpg -------------------------------------------------------------------------------- /assets/images/users/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/8.jpg -------------------------------------------------------------------------------- /assets/images/users/agent.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/agent.jpg -------------------------------------------------------------------------------- /assets/images/users/agent2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/agent2.jpg -------------------------------------------------------------------------------- /assets/images/users/d1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/d1.jpg -------------------------------------------------------------------------------- /assets/images/users/d2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/d2.jpg -------------------------------------------------------------------------------- /assets/images/users/d3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/d3.jpg -------------------------------------------------------------------------------- /assets/images/users/d4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/d4.jpg -------------------------------------------------------------------------------- /assets/images/users/d5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/d5.jpg -------------------------------------------------------------------------------- /assets/images/users/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/images/users/profile.png -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.az.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.az = { 3 | days: [ 4 | "Bazar", 5 | "Bazar ertəsi", 6 | "Çərşənbə axşamı", 7 | "Çərşənbə", 8 | "Cümə axşamı", 9 | "Cümə", 10 | "Şənbə", 11 | ], 12 | daysShort: ["B.", "B.e", "Ç.a", "Ç.", "C.a", "C.", "Ş."], 13 | daysMin: ["B.", "B.e", "Ç.a", "Ç.", "C.a", "C.", "Ş."], 14 | months: [ 15 | "Yanvar", 16 | "Fevral", 17 | "Mart", 18 | "Aprel", 19 | "May", 20 | "İyun", 21 | "İyul", 22 | "Avqust", 23 | "Sentyabr", 24 | "Oktyabr", 25 | "Noyabr", 26 | "Dekabr", 27 | ], 28 | monthsShort: [ 29 | "Yan", 30 | "Fev", 31 | "Mar", 32 | "Apr", 33 | "May", 34 | "İyun", 35 | "İyul", 36 | "Avq", 37 | "Sen", 38 | "Okt", 39 | "Noy", 40 | "Dek", 41 | ], 42 | today: "Bu gün", 43 | weekStart: 1, 44 | }; 45 | })(jQuery); 46 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.bg.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.bg = { 3 | days: [ 4 | "Неделя", 5 | "Понеделник", 6 | "Вторник", 7 | "Сряда", 8 | "Четвъртък", 9 | "Петък", 10 | "Събота", 11 | ], 12 | daysShort: ["Нед", "Пон", "Вто", "Сря", "Чет", "Пет", "Съб"], 13 | daysMin: ["Н", "П", "В", "С", "Ч", "П", "С"], 14 | months: [ 15 | "Януари", 16 | "Февруари", 17 | "Март", 18 | "Април", 19 | "Май", 20 | "Юни", 21 | "Юли", 22 | "Август", 23 | "Септември", 24 | "Октомври", 25 | "Ноември", 26 | "Декември", 27 | ], 28 | monthsShort: [ 29 | "Ян", 30 | "Фев", 31 | "Мар", 32 | "Апр", 33 | "Май", 34 | "Юни", 35 | "Юли", 36 | "Авг", 37 | "Сеп", 38 | "Окт", 39 | "Ное", 40 | "Дек", 41 | ], 42 | today: "днес", 43 | }; 44 | })(jQuery); 45 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.br.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.br = { 3 | days: ["Sul", "Lun", "Meurzh", "Merc'her", "Yaou", "Gwener", "Sadorn"], 4 | daysShort: ["Sul", "Lun", "Meu.", "Mer.", "Yao.", "Gwe.", "Sad."], 5 | daysMin: ["Su", "L", "Meu", "Mer", "Y", "G", "Sa"], 6 | months: [ 7 | "Genver", 8 | "C'hwevrer", 9 | "Meurzh", 10 | "Ebrel", 11 | "Mae", 12 | "Mezheven", 13 | "Gouere", 14 | "Eost", 15 | "Gwengolo", 16 | "Here", 17 | "Du", 18 | "Kerzu", 19 | ], 20 | monthsShort: [ 21 | "Genv.", 22 | "C'hw.", 23 | "Meur.", 24 | "Ebre.", 25 | "Mae", 26 | "Mezh.", 27 | "Goue.", 28 | "Eost", 29 | "Gwen.", 30 | "Here", 31 | "Du", 32 | "Kerz.", 33 | ], 34 | today: "Hiziv", 35 | monthsTitle: "Miz", 36 | clear: "Dilemel", 37 | weekStart: 1, 38 | format: "dd/mm/yyyy", 39 | }; 40 | })(jQuery); 41 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.bs.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.bs = { 3 | days: [ 4 | "Nedjelja", 5 | "Ponedjeljak", 6 | "Utorak", 7 | "Srijeda", 8 | "Četvrtak", 9 | "Petak", 10 | "Subota", 11 | ], 12 | daysShort: ["Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub"], 13 | daysMin: ["N", "Po", "U", "Sr", "Č", "Pe", "Su"], 14 | months: [ 15 | "Januar", 16 | "Februar", 17 | "Mart", 18 | "April", 19 | "Maj", 20 | "Juni", 21 | "Juli", 22 | "August", 23 | "Septembar", 24 | "Oktobar", 25 | "Novembar", 26 | "Decembar", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "Maj", 34 | "Jun", 35 | "Jul", 36 | "Aug", 37 | "Sep", 38 | "Okt", 39 | "Nov", 40 | "Dec", 41 | ], 42 | today: "Danas", 43 | weekStart: 1, 44 | format: "dd.mm.yyyy", 45 | }; 46 | })(jQuery); 47 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.ca.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.ca = { 3 | days: [ 4 | "Diumenge", 5 | "Dilluns", 6 | "Dimarts", 7 | "Dimecres", 8 | "Dijous", 9 | "Divendres", 10 | "Dissabte", 11 | ], 12 | daysShort: ["Diu", "Dil", "Dmt", "Dmc", "Dij", "Div", "Dis"], 13 | daysMin: ["dg", "dl", "dt", "dc", "dj", "dv", "ds"], 14 | months: [ 15 | "Gener", 16 | "Febrer", 17 | "Març", 18 | "Abril", 19 | "Maig", 20 | "Juny", 21 | "Juliol", 22 | "Agost", 23 | "Setembre", 24 | "Octubre", 25 | "Novembre", 26 | "Desembre", 27 | ], 28 | monthsShort: [ 29 | "Gen", 30 | "Feb", 31 | "Mar", 32 | "Abr", 33 | "Mai", 34 | "Jun", 35 | "Jul", 36 | "Ago", 37 | "Set", 38 | "Oct", 39 | "Nov", 40 | "Des", 41 | ], 42 | today: "Avui", 43 | monthsTitle: "Mesos", 44 | clear: "Esborrar", 45 | weekStart: 1, 46 | format: "dd/mm/yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.cs.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.cs = { 3 | days: [ 4 | "Neděle", 5 | "Pondělí", 6 | "Úterý", 7 | "Středa", 8 | "Čtvrtek", 9 | "Pátek", 10 | "Sobota", 11 | ], 12 | daysShort: ["Ned", "Pon", "Úte", "Stř", "Čtv", "Pát", "Sob"], 13 | daysMin: ["Ne", "Po", "Út", "St", "Čt", "Pá", "So"], 14 | months: [ 15 | "Leden", 16 | "Únor", 17 | "Březen", 18 | "Duben", 19 | "Květen", 20 | "Červen", 21 | "Červenec", 22 | "Srpen", 23 | "Září", 24 | "Říjen", 25 | "Listopad", 26 | "Prosinec", 27 | ], 28 | monthsShort: [ 29 | "Led", 30 | "Úno", 31 | "Bře", 32 | "Dub", 33 | "Kvě", 34 | "Čer", 35 | "Čnc", 36 | "Srp", 37 | "Zář", 38 | "Říj", 39 | "Lis", 40 | "Pro", 41 | ], 42 | today: "Dnes", 43 | clear: "Vymazat", 44 | monthsTitle: "Měsíc", 45 | weekStart: 1, 46 | format: "dd.mm.yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.cy.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.cy = { 3 | days: ["Sul", "Llun", "Mawrth", "Mercher", "Iau", "Gwener", "Sadwrn"], 4 | daysShort: ["Sul", "Llu", "Maw", "Mer", "Iau", "Gwe", "Sad"], 5 | daysMin: ["Su", "Ll", "Ma", "Me", "Ia", "Gwe", "Sa"], 6 | months: [ 7 | "Ionawr", 8 | "Chewfror", 9 | "Mawrth", 10 | "Ebrill", 11 | "Mai", 12 | "Mehefin", 13 | "Gorfennaf", 14 | "Awst", 15 | "Medi", 16 | "Hydref", 17 | "Tachwedd", 18 | "Rhagfyr", 19 | ], 20 | monthsShort: [ 21 | "Ion", 22 | "Chw", 23 | "Maw", 24 | "Ebr", 25 | "Mai", 26 | "Meh", 27 | "Gor", 28 | "Aws", 29 | "Med", 30 | "Hyd", 31 | "Tach", 32 | "Rha", 33 | ], 34 | today: "Heddiw", 35 | }; 36 | })(jQuery); 37 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.da.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.da = { 3 | days: [ 4 | "Søndag", 5 | "Mandag", 6 | "Tirsdag", 7 | "Onsdag", 8 | "Torsdag", 9 | "Fredag", 10 | "Lørdag", 11 | ], 12 | daysShort: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør"], 13 | daysMin: ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø"], 14 | months: [ 15 | "Januar", 16 | "Februar", 17 | "Marts", 18 | "April", 19 | "Maj", 20 | "Juni", 21 | "Juli", 22 | "August", 23 | "September", 24 | "Oktober", 25 | "November", 26 | "December", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "Maj", 34 | "Jun", 35 | "Jul", 36 | "Aug", 37 | "Sep", 38 | "Okt", 39 | "Nov", 40 | "Dec", 41 | ], 42 | today: "I Dag", 43 | weekStart: 1, 44 | clear: "Nulstil", 45 | format: "dd/mm/yyyy", 46 | monthsTitle: "Måneder", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.de.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.de = { 3 | days: [ 4 | "Sonntag", 5 | "Montag", 6 | "Dienstag", 7 | "Mittwoch", 8 | "Donnerstag", 9 | "Freitag", 10 | "Samstag", 11 | ], 12 | daysShort: ["Son", "Mon", "Die", "Mit", "Don", "Fre", "Sam"], 13 | daysMin: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"], 14 | months: [ 15 | "Januar", 16 | "Februar", 17 | "März", 18 | "April", 19 | "Mai", 20 | "Juni", 21 | "Juli", 22 | "August", 23 | "September", 24 | "Oktober", 25 | "November", 26 | "Dezember", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mär", 32 | "Apr", 33 | "Mai", 34 | "Jun", 35 | "Jul", 36 | "Aug", 37 | "Sep", 38 | "Okt", 39 | "Nov", 40 | "Dez", 41 | ], 42 | today: "Heute", 43 | monthsTitle: "Monate", 44 | clear: "Löschen", 45 | weekStart: 1, 46 | format: "dd.mm.yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.el.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.el = { 3 | days: [ 4 | "Κυριακή", 5 | "Δευτέρα", 6 | "Τρίτη", 7 | "Τετάρτη", 8 | "Πέμπτη", 9 | "Παρασκευή", 10 | "Σάββατο", 11 | ], 12 | daysShort: ["Κυρ", "Δευ", "Τρι", "Τετ", "Πεμ", "Παρ", "Σαβ"], 13 | daysMin: ["Κυ", "Δε", "Τρ", "Τε", "Πε", "Πα", "Σα"], 14 | months: [ 15 | "Ιανουάριος", 16 | "Φεβρουάριος", 17 | "Μάρτιος", 18 | "Απρίλιος", 19 | "Μάιος", 20 | "Ιούνιος", 21 | "Ιούλιος", 22 | "Αύγουστος", 23 | "Σεπτέμβριος", 24 | "Οκτώβριος", 25 | "Νοέμβριος", 26 | "Δεκέμβριος", 27 | ], 28 | monthsShort: [ 29 | "Ιαν", 30 | "Φεβ", 31 | "Μαρ", 32 | "Απρ", 33 | "Μάι", 34 | "Ιουν", 35 | "Ιουλ", 36 | "Αυγ", 37 | "Σεπ", 38 | "Οκτ", 39 | "Νοε", 40 | "Δεκ", 41 | ], 42 | today: "Σήμερα", 43 | clear: "Καθαρισμός", 44 | weekStart: 1, 45 | format: "d/m/yyyy", 46 | }; 47 | })(jQuery); 48 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.en-AU.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates["en-AU"] = { 3 | days: [ 4 | "Sunday", 5 | "Monday", 6 | "Tuesday", 7 | "Wednesday", 8 | "Thursday", 9 | "Friday", 10 | "Saturday", 11 | ], 12 | daysShort: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 13 | daysMin: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], 14 | months: [ 15 | "January", 16 | "February", 17 | "March", 18 | "April", 19 | "May", 20 | "June", 21 | "July", 22 | "August", 23 | "September", 24 | "October", 25 | "November", 26 | "December", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "May", 34 | "Jun", 35 | "Jul", 36 | "Aug", 37 | "Sep", 38 | "Oct", 39 | "Nov", 40 | "Dec", 41 | ], 42 | today: "Today", 43 | monthsTitle: "Months", 44 | clear: "Clear", 45 | weekStart: 1, 46 | format: "d/mm/yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.en-CA.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates["en-CA"] = { 3 | days: [ 4 | "Sunday", 5 | "Monday", 6 | "Tuesday", 7 | "Wednesday", 8 | "Thursday", 9 | "Friday", 10 | "Saturday", 11 | ], 12 | daysShort: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 13 | daysMin: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], 14 | months: [ 15 | "January", 16 | "February", 17 | "March", 18 | "April", 19 | "May", 20 | "June", 21 | "July", 22 | "August", 23 | "September", 24 | "October", 25 | "November", 26 | "December", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "May", 34 | "Jun", 35 | "Jul", 36 | "Aug", 37 | "Sep", 38 | "Oct", 39 | "Nov", 40 | "Dec", 41 | ], 42 | today: "Today", 43 | monthsTitle: "Months", 44 | clear: "Clear", 45 | weekStart: 0, 46 | format: "yyyy-mm-dd", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.en-GB.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates["en-GB"] = { 3 | days: [ 4 | "Sunday", 5 | "Monday", 6 | "Tuesday", 7 | "Wednesday", 8 | "Thursday", 9 | "Friday", 10 | "Saturday", 11 | ], 12 | daysShort: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 13 | daysMin: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], 14 | months: [ 15 | "January", 16 | "February", 17 | "March", 18 | "April", 19 | "May", 20 | "June", 21 | "July", 22 | "August", 23 | "September", 24 | "October", 25 | "November", 26 | "December", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "May", 34 | "Jun", 35 | "Jul", 36 | "Aug", 37 | "Sep", 38 | "Oct", 39 | "Nov", 40 | "Dec", 41 | ], 42 | today: "Today", 43 | monthsTitle: "Months", 44 | clear: "Clear", 45 | weekStart: 1, 46 | format: "dd/mm/yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.en-IE.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates["en-IE"] = { 3 | days: [ 4 | "Sunday", 5 | "Monday", 6 | "Tuesday", 7 | "Wednesday", 8 | "Thursday", 9 | "Friday", 10 | "Saturday", 11 | ], 12 | daysShort: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 13 | daysMin: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], 14 | months: [ 15 | "January", 16 | "February", 17 | "March", 18 | "April", 19 | "May", 20 | "June", 21 | "July", 22 | "August", 23 | "September", 24 | "October", 25 | "November", 26 | "December", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "May", 34 | "Jun", 35 | "Jul", 36 | "Aug", 37 | "Sep", 38 | "Oct", 39 | "Nov", 40 | "Dec", 41 | ], 42 | today: "Today", 43 | monthsTitle: "Months", 44 | clear: "Clear", 45 | weekStart: 1, 46 | format: "dd/mm/yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.en-NZ.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates["en-NZ"] = { 3 | days: [ 4 | "Sunday", 5 | "Monday", 6 | "Tuesday", 7 | "Wednesday", 8 | "Thursday", 9 | "Friday", 10 | "Saturday", 11 | ], 12 | daysShort: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 13 | daysMin: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], 14 | months: [ 15 | "January", 16 | "February", 17 | "March", 18 | "April", 19 | "May", 20 | "June", 21 | "July", 22 | "August", 23 | "September", 24 | "October", 25 | "November", 26 | "December", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "May", 34 | "Jun", 35 | "Jul", 36 | "Aug", 37 | "Sep", 38 | "Oct", 39 | "Nov", 40 | "Dec", 41 | ], 42 | today: "Today", 43 | monthsTitle: "Months", 44 | clear: "Clear", 45 | weekStart: 1, 46 | format: "d/mm/yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.en-ZA.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates["en-ZA"] = { 3 | days: [ 4 | "Sunday", 5 | "Monday", 6 | "Tuesday", 7 | "Wednesday", 8 | "Thursday", 9 | "Friday", 10 | "Saturday", 11 | ], 12 | daysShort: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 13 | daysMin: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], 14 | months: [ 15 | "January", 16 | "February", 17 | "March", 18 | "April", 19 | "May", 20 | "June", 21 | "July", 22 | "August", 23 | "September", 24 | "October", 25 | "November", 26 | "December", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "May", 34 | "Jun", 35 | "Jul", 36 | "Aug", 37 | "Sep", 38 | "Oct", 39 | "Nov", 40 | "Dec", 41 | ], 42 | today: "Today", 43 | monthsTitle: "Months", 44 | clear: "Clear", 45 | weekStart: 1, 46 | format: "yyyy/mm/d", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.eo.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.eo = { 3 | days: [ 4 | "dimanĉo", 5 | "lundo", 6 | "mardo", 7 | "merkredo", 8 | "ĵaŭdo", 9 | "vendredo", 10 | "sabato", 11 | ], 12 | daysShort: ["dim.", "lun.", "mar.", "mer.", "ĵaŭ.", "ven.", "sam."], 13 | daysMin: ["d", "l", "ma", "me", "ĵ", "v", "s"], 14 | months: [ 15 | "januaro", 16 | "februaro", 17 | "marto", 18 | "aprilo", 19 | "majo", 20 | "junio", 21 | "julio", 22 | "aŭgusto", 23 | "septembro", 24 | "oktobro", 25 | "novembro", 26 | "decembro", 27 | ], 28 | monthsShort: [ 29 | "jan.", 30 | "feb.", 31 | "mar.", 32 | "apr.", 33 | "majo", 34 | "jun.", 35 | "jul.", 36 | "aŭg.", 37 | "sep.", 38 | "okt.", 39 | "nov.", 40 | "dec.", 41 | ], 42 | today: "Hodiaŭ", 43 | clear: "Nuligi", 44 | weekStart: 1, 45 | format: "yyyy-mm-dd", 46 | }; 47 | })(jQuery); 48 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.es.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.es = { 3 | days: [ 4 | "Domingo", 5 | "Lunes", 6 | "Martes", 7 | "Miércoles", 8 | "Jueves", 9 | "Viernes", 10 | "Sábado", 11 | ], 12 | daysShort: ["Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb"], 13 | daysMin: ["Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa"], 14 | months: [ 15 | "Enero", 16 | "Febrero", 17 | "Marzo", 18 | "Abril", 19 | "Mayo", 20 | "Junio", 21 | "Julio", 22 | "Agosto", 23 | "Septiembre", 24 | "Octubre", 25 | "Noviembre", 26 | "Diciembre", 27 | ], 28 | monthsShort: [ 29 | "Ene", 30 | "Feb", 31 | "Mar", 32 | "Abr", 33 | "May", 34 | "Jun", 35 | "Jul", 36 | "Ago", 37 | "Sep", 38 | "Oct", 39 | "Nov", 40 | "Dic", 41 | ], 42 | today: "Hoy", 43 | monthsTitle: "Meses", 44 | clear: "Borrar", 45 | weekStart: 1, 46 | format: "dd/mm/yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.eu.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.eu = { 3 | days: [ 4 | "Igandea", 5 | "Astelehena", 6 | "Asteartea", 7 | "Asteazkena", 8 | "Osteguna", 9 | "Ostirala", 10 | "Larunbata", 11 | ], 12 | daysShort: ["Ig", "Al", "Ar", "Az", "Og", "Ol", "Lr"], 13 | daysMin: ["Ig", "Al", "Ar", "Az", "Og", "Ol", "Lr"], 14 | months: [ 15 | "Urtarrila", 16 | "Otsaila", 17 | "Martxoa", 18 | "Apirila", 19 | "Maiatza", 20 | "Ekaina", 21 | "Uztaila", 22 | "Abuztua", 23 | "Iraila", 24 | "Urria", 25 | "Azaroa", 26 | "Abendua", 27 | ], 28 | monthsShort: [ 29 | "Urt", 30 | "Ots", 31 | "Mar", 32 | "Api", 33 | "Mai", 34 | "Eka", 35 | "Uzt", 36 | "Abu", 37 | "Ira", 38 | "Urr", 39 | "Aza", 40 | "Abe", 41 | ], 42 | today: "Gaur", 43 | monthsTitle: "Hilabeteak", 44 | clear: "Ezabatu", 45 | weekStart: 1, 46 | format: "yyyy/mm/dd", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.fa.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.fa = { 3 | days: [ 4 | "یکشنبه", 5 | "دوشنبه", 6 | "سهشنبه", 7 | "چهارشنبه", 8 | "پنجشنبه", 9 | "جمعه", 10 | "شنبه", 11 | "یکشنبه", 12 | ], 13 | daysShort: ["یک", "دو", "سه", "چهار", "پنج", "جمعه", "شنبه", "یک"], 14 | daysMin: ["ی", "د", "س", "چ", "پ", "ج", "ش", "ی"], 15 | months: [ 16 | "ژانویه", 17 | "فوریه", 18 | "مارس", 19 | "آوریل", 20 | "مه", 21 | "ژوئن", 22 | "ژوئیه", 23 | "اوت", 24 | "سپتامبر", 25 | "اکتبر", 26 | "نوامبر", 27 | "دسامبر", 28 | ], 29 | monthsShort: [ 30 | "ژان", 31 | "فور", 32 | "مار", 33 | "آور", 34 | "مه", 35 | "ژون", 36 | "ژوی", 37 | "اوت", 38 | "سپت", 39 | "اکت", 40 | "نوا", 41 | "دسا", 42 | ], 43 | today: "امروز", 44 | clear: "پاک کن", 45 | weekStart: 1, 46 | format: "yyyy/mm/dd", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.fi.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.fi = { 3 | days: [ 4 | "sunnuntai", 5 | "maanantai", 6 | "tiistai", 7 | "keskiviikko", 8 | "torstai", 9 | "perjantai", 10 | "lauantai", 11 | ], 12 | daysShort: ["sun", "maa", "tii", "kes", "tor", "per", "lau"], 13 | daysMin: ["su", "ma", "ti", "ke", "to", "pe", "la"], 14 | months: [ 15 | "tammikuu", 16 | "helmikuu", 17 | "maaliskuu", 18 | "huhtikuu", 19 | "toukokuu", 20 | "kesäkuu", 21 | "heinäkuu", 22 | "elokuu", 23 | "syyskuu", 24 | "lokakuu", 25 | "marraskuu", 26 | "joulukuu", 27 | ], 28 | monthsShort: [ 29 | "tam", 30 | "hel", 31 | "maa", 32 | "huh", 33 | "tou", 34 | "kes", 35 | "hei", 36 | "elo", 37 | "syy", 38 | "lok", 39 | "mar", 40 | "jou", 41 | ], 42 | today: "tänään", 43 | clear: "Tyhjennä", 44 | weekStart: 1, 45 | format: "d.m.yyyy", 46 | }; 47 | })(jQuery); 48 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.fo.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.fo = { 3 | days: [ 4 | "Sunnudagur", 5 | "Mánadagur", 6 | "Týsdagur", 7 | "Mikudagur", 8 | "Hósdagur", 9 | "Fríggjadagur", 10 | "Leygardagur", 11 | ], 12 | daysShort: ["Sun", "Mán", "Týs", "Mik", "Hós", "Frí", "Ley"], 13 | daysMin: ["Su", "Má", "Tý", "Mi", "Hó", "Fr", "Le"], 14 | months: [ 15 | "Januar", 16 | "Februar", 17 | "Marts", 18 | "Apríl", 19 | "Mei", 20 | "Juni", 21 | "Juli", 22 | "August", 23 | "Septembur", 24 | "Oktobur", 25 | "Novembur", 26 | "Desembur", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "Mei", 34 | "Jun", 35 | "Jul", 36 | "Aug", 37 | "Sep", 38 | "Okt", 39 | "Nov", 40 | "Des", 41 | ], 42 | today: "Í Dag", 43 | clear: "Reinsa", 44 | }; 45 | })(jQuery); 46 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.fr-CH.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.fr = { 3 | days: [ 4 | "Dimanche", 5 | "Lundi", 6 | "Mardi", 7 | "Mercredi", 8 | "Jeudi", 9 | "Vendredi", 10 | "Samedi", 11 | ], 12 | daysShort: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"], 13 | daysMin: ["D", "L", "Ma", "Me", "J", "V", "S"], 14 | months: [ 15 | "Janvier", 16 | "Février", 17 | "Mars", 18 | "Avril", 19 | "Mai", 20 | "Juin", 21 | "Juillet", 22 | "Août", 23 | "Septembre", 24 | "Octobre", 25 | "Novembre", 26 | "Décembre", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Fév", 31 | "Mar", 32 | "Avr", 33 | "Mai", 34 | "Jui", 35 | "Jul", 36 | "Aou", 37 | "Sep", 38 | "Oct", 39 | "Nov", 40 | "Déc", 41 | ], 42 | today: "Aujourd'hui", 43 | monthsTitle: "Mois", 44 | clear: "Effacer", 45 | weekStart: 1, 46 | format: "dd.mm.yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.fr.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.fr = { 3 | days: [ 4 | "dimanche", 5 | "lundi", 6 | "mardi", 7 | "mercredi", 8 | "jeudi", 9 | "vendredi", 10 | "samedi", 11 | ], 12 | daysShort: ["dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam."], 13 | daysMin: ["d", "l", "ma", "me", "j", "v", "s"], 14 | months: [ 15 | "janvier", 16 | "février", 17 | "mars", 18 | "avril", 19 | "mai", 20 | "juin", 21 | "juillet", 22 | "août", 23 | "septembre", 24 | "octobre", 25 | "novembre", 26 | "décembre", 27 | ], 28 | monthsShort: [ 29 | "janv.", 30 | "févr.", 31 | "mars", 32 | "avril", 33 | "mai", 34 | "juin", 35 | "juil.", 36 | "août", 37 | "sept.", 38 | "oct.", 39 | "nov.", 40 | "déc.", 41 | ], 42 | today: "Aujourd'hui", 43 | monthsTitle: "Mois", 44 | clear: "Effacer", 45 | weekStart: 1, 46 | format: "dd/mm/yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.gl.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.gl = { 3 | days: [ 4 | "Domingo", 5 | "Luns", 6 | "Martes", 7 | "Mércores", 8 | "Xoves", 9 | "Venres", 10 | "Sábado", 11 | ], 12 | daysShort: ["Dom", "Lun", "Mar", "Mér", "Xov", "Ven", "Sáb"], 13 | daysMin: ["Do", "Lu", "Ma", "Me", "Xo", "Ve", "Sa"], 14 | months: [ 15 | "Xaneiro", 16 | "Febreiro", 17 | "Marzo", 18 | "Abril", 19 | "Maio", 20 | "Xuño", 21 | "Xullo", 22 | "Agosto", 23 | "Setembro", 24 | "Outubro", 25 | "Novembro", 26 | "Decembro", 27 | ], 28 | monthsShort: [ 29 | "Xan", 30 | "Feb", 31 | "Mar", 32 | "Abr", 33 | "Mai", 34 | "Xun", 35 | "Xul", 36 | "Ago", 37 | "Sep", 38 | "Out", 39 | "Nov", 40 | "Dec", 41 | ], 42 | today: "Hoxe", 43 | clear: "Limpar", 44 | weekStart: 1, 45 | format: "dd/mm/yyyy", 46 | }; 47 | })(jQuery); 48 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.he.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.he = { 3 | days: ["ראשון", "שני", "שלישי", "רביעי", "חמישי", "שישי", "שבת", "ראשון"], 4 | daysShort: ["א", "ב", "ג", "ד", "ה", "ו", "ש", "א"], 5 | daysMin: ["א", "ב", "ג", "ד", "ה", "ו", "ש", "א"], 6 | months: [ 7 | "ינואר", 8 | "פברואר", 9 | "מרץ", 10 | "אפריל", 11 | "מאי", 12 | "יוני", 13 | "יולי", 14 | "אוגוסט", 15 | "ספטמבר", 16 | "אוקטובר", 17 | "נובמבר", 18 | "דצמבר", 19 | ], 20 | monthsShort: [ 21 | "ינו", 22 | "פבר", 23 | "מרץ", 24 | "אפר", 25 | "מאי", 26 | "יונ", 27 | "יול", 28 | "אוג", 29 | "ספט", 30 | "אוק", 31 | "נוב", 32 | "דצמ", 33 | ], 34 | today: "היום", 35 | rtl: !0, 36 | }; 37 | })(jQuery); 38 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.hi.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.hi = { 3 | days: [ 4 | "रविवार", 5 | "सोमवार", 6 | "मंगलवार", 7 | "बुधवार", 8 | "गुरुवार", 9 | "शुक्रवार", 10 | "शनिवार", 11 | ], 12 | daysShort: ["सूर्य", "सोम", "मंगल", "बुध", "गुरु", "शुक्र", "शनि"], 13 | daysMin: ["र", "सो", "मं", "बु", "गु", "शु", "श"], 14 | months: [ 15 | "जनवरी", 16 | "फ़रवरी", 17 | "मार्च", 18 | "अप्रैल", 19 | "मई", 20 | "जून", 21 | "जुलाई", 22 | "अगस्त", 23 | "सितम्बर", 24 | "अक्टूबर", 25 | "नवंबर", 26 | "दिसम्बर", 27 | ], 28 | monthsShort: [ 29 | "जन", 30 | "फ़रवरी", 31 | "मार्च", 32 | "अप्रैल", 33 | "मई", 34 | "जून", 35 | "जुलाई", 36 | "अगस्त", 37 | "सितं", 38 | "अक्टूबर", 39 | "नवं", 40 | "दिसम्बर", 41 | ], 42 | today: "आज", 43 | monthsTitle: "महीने", 44 | clear: "साफ", 45 | weekStart: 1, 46 | format: "dd / mm / yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.hr.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.hr = { 3 | days: [ 4 | "Nedjelja", 5 | "Ponedjeljak", 6 | "Utorak", 7 | "Srijeda", 8 | "Četvrtak", 9 | "Petak", 10 | "Subota", 11 | ], 12 | daysShort: ["Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub"], 13 | daysMin: ["Ne", "Po", "Ut", "Sr", "Če", "Pe", "Su"], 14 | months: [ 15 | "Siječanj", 16 | "Veljača", 17 | "Ožujak", 18 | "Travanj", 19 | "Svibanj", 20 | "Lipanj", 21 | "Srpanj", 22 | "Kolovoz", 23 | "Rujan", 24 | "Listopad", 25 | "Studeni", 26 | "Prosinac", 27 | ], 28 | monthsShort: [ 29 | "Sij", 30 | "Velj", 31 | "Ožu", 32 | "Tra", 33 | "Svi", 34 | "Lip", 35 | "Srp", 36 | "Kol", 37 | "Ruj", 38 | "Lis", 39 | "Stu", 40 | "Pro", 41 | ], 42 | today: "Danas", 43 | }; 44 | })(jQuery); 45 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.hu.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.hu = { 3 | days: [ 4 | "vasárnap", 5 | "hétfő", 6 | "kedd", 7 | "szerda", 8 | "csütörtök", 9 | "péntek", 10 | "szombat", 11 | ], 12 | daysShort: ["vas", "hét", "ked", "sze", "csü", "pén", "szo"], 13 | daysMin: ["V", "H", "K", "Sze", "Cs", "P", "Szo"], 14 | months: [ 15 | "január", 16 | "február", 17 | "március", 18 | "április", 19 | "május", 20 | "június", 21 | "július", 22 | "augusztus", 23 | "szeptember", 24 | "október", 25 | "november", 26 | "december", 27 | ], 28 | monthsShort: [ 29 | "jan", 30 | "feb", 31 | "már", 32 | "ápr", 33 | "máj", 34 | "jún", 35 | "júl", 36 | "aug", 37 | "sze", 38 | "okt", 39 | "nov", 40 | "dec", 41 | ], 42 | today: "ma", 43 | weekStart: 1, 44 | clear: "töröl", 45 | titleFormat: "yyyy. MM", 46 | format: "yyyy.mm.dd", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.hy.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.hy = { 3 | days: [ 4 | "Կիրակի", 5 | "Երկուշաբթի", 6 | "Երեքշաբթի", 7 | "Չորեքշաբթի", 8 | "Հինգշաբթի", 9 | "Ուրբաթ", 10 | "Շաբաթ", 11 | ], 12 | daysShort: ["Կիր", "Երկ", "Երե", "Չոր", "Հին", "Ուրբ", "Շաբ"], 13 | daysMin: ["Կի", "Եկ", "Եք", "Չո", "Հի", "Ու", "Շա"], 14 | months: [ 15 | "Հունվար", 16 | "Փետրվար", 17 | "Մարտ", 18 | "Ապրիլ", 19 | "Մայիս", 20 | "Հունիս", 21 | "Հուլիս", 22 | "Օգոստոս", 23 | "Սեպտեմբեր", 24 | "Հոկտեմբեր", 25 | "Նոյեմբեր", 26 | "Դեկտեմբեր", 27 | ], 28 | monthsShort: [ 29 | "Հնվ", 30 | "Փետ", 31 | "Մար", 32 | "Ապր", 33 | "Մայ", 34 | "Հուն", 35 | "Հուլ", 36 | "Օգս", 37 | "Սեպ", 38 | "Հոկ", 39 | "Նոյ", 40 | "Դեկ", 41 | ], 42 | today: "Այսօր", 43 | clear: "Ջնջել", 44 | format: "dd.mm.yyyy", 45 | weekStart: 1, 46 | monthsTitle: "Ամիսնէր", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.id.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.id = { 3 | days: ["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu"], 4 | daysShort: ["Mgu", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab"], 5 | daysMin: ["Mg", "Sn", "Sl", "Ra", "Ka", "Ju", "Sa"], 6 | months: [ 7 | "Januari", 8 | "Februari", 9 | "Maret", 10 | "April", 11 | "Mei", 12 | "Juni", 13 | "Juli", 14 | "Agustus", 15 | "September", 16 | "Oktober", 17 | "November", 18 | "Desember", 19 | ], 20 | monthsShort: [ 21 | "Jan", 22 | "Feb", 23 | "Mar", 24 | "Apr", 25 | "Mei", 26 | "Jun", 27 | "Jul", 28 | "Ags", 29 | "Sep", 30 | "Okt", 31 | "Nov", 32 | "Des", 33 | ], 34 | today: "Hari Ini", 35 | clear: "Kosongkan", 36 | }; 37 | })(jQuery); 38 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.is.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.is = { 3 | days: [ 4 | "Sunnudagur", 5 | "Mánudagur", 6 | "Þriðjudagur", 7 | "Miðvikudagur", 8 | "Fimmtudagur", 9 | "Föstudagur", 10 | "Laugardagur", 11 | ], 12 | daysShort: ["Sun", "Mán", "Þri", "Mið", "Fim", "Fös", "Lau"], 13 | daysMin: ["Su", "Má", "Þr", "Mi", "Fi", "Fö", "La"], 14 | months: [ 15 | "Janúar", 16 | "Febrúar", 17 | "Mars", 18 | "Apríl", 19 | "Maí", 20 | "Júní", 21 | "Júlí", 22 | "Ágúst", 23 | "September", 24 | "Október", 25 | "Nóvember", 26 | "Desember", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "Maí", 34 | "Jún", 35 | "Júl", 36 | "Ágú", 37 | "Sep", 38 | "Okt", 39 | "Nóv", 40 | "Des", 41 | ], 42 | today: "Í Dag", 43 | }; 44 | })(jQuery); 45 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.it-CH.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.it = { 3 | days: [ 4 | "Domenica", 5 | "Lunedì", 6 | "Martedì", 7 | "Mercoledì", 8 | "Giovedì", 9 | "Venerdì", 10 | "Sabato", 11 | ], 12 | daysShort: ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab"], 13 | daysMin: ["Do", "Lu", "Ma", "Me", "Gi", "Ve", "Sa"], 14 | months: [ 15 | "Gennaio", 16 | "Febbraio", 17 | "Marzo", 18 | "Aprile", 19 | "Maggio", 20 | "Giugno", 21 | "Luglio", 22 | "Agosto", 23 | "Settembre", 24 | "Ottobre", 25 | "Novembre", 26 | "Dicembre", 27 | ], 28 | monthsShort: [ 29 | "Gen", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "Mag", 34 | "Giu", 35 | "Lug", 36 | "Ago", 37 | "Set", 38 | "Ott", 39 | "Nov", 40 | "Dic", 41 | ], 42 | today: "Oggi", 43 | clear: "Cancella", 44 | weekStart: 1, 45 | format: "dd.mm.yyyy", 46 | }; 47 | })(jQuery); 48 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.it.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.it = { 3 | days: [ 4 | "Domenica", 5 | "Lunedì", 6 | "Martedì", 7 | "Mercoledì", 8 | "Giovedì", 9 | "Venerdì", 10 | "Sabato", 11 | ], 12 | daysShort: ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab"], 13 | daysMin: ["Do", "Lu", "Ma", "Me", "Gi", "Ve", "Sa"], 14 | months: [ 15 | "Gennaio", 16 | "Febbraio", 17 | "Marzo", 18 | "Aprile", 19 | "Maggio", 20 | "Giugno", 21 | "Luglio", 22 | "Agosto", 23 | "Settembre", 24 | "Ottobre", 25 | "Novembre", 26 | "Dicembre", 27 | ], 28 | monthsShort: [ 29 | "Gen", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "Mag", 34 | "Giu", 35 | "Lug", 36 | "Ago", 37 | "Set", 38 | "Ott", 39 | "Nov", 40 | "Dic", 41 | ], 42 | today: "Oggi", 43 | monthsTitle: "Mesi", 44 | clear: "Cancella", 45 | weekStart: 1, 46 | format: "dd/mm/yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.ja.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.ja = { 3 | days: ["日曜", "月曜", "火曜", "水曜", "木曜", "金曜", "土曜"], 4 | daysShort: ["日", "月", "火", "水", "木", "金", "土"], 5 | daysMin: ["日", "月", "火", "水", "木", "金", "土"], 6 | months: [ 7 | "1月", 8 | "2月", 9 | "3月", 10 | "4月", 11 | "5月", 12 | "6月", 13 | "7月", 14 | "8月", 15 | "9月", 16 | "10月", 17 | "11月", 18 | "12月", 19 | ], 20 | monthsShort: [ 21 | "1月", 22 | "2月", 23 | "3月", 24 | "4月", 25 | "5月", 26 | "6月", 27 | "7月", 28 | "8月", 29 | "9月", 30 | "10月", 31 | "11月", 32 | "12月", 33 | ], 34 | today: "今日", 35 | format: "yyyy/mm/dd", 36 | titleFormat: "yyyy年mm月", 37 | clear: "クリア", 38 | }; 39 | })(jQuery); 40 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.ka.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.ka = { 3 | days: [ 4 | "კვირა", 5 | "ორშაბათი", 6 | "სამშაბათი", 7 | "ოთხშაბათი", 8 | "ხუთშაბათი", 9 | "პარასკევი", 10 | "შაბათი", 11 | ], 12 | daysShort: ["კვი", "ორშ", "სამ", "ოთხ", "ხუთ", "პარ", "შაბ"], 13 | daysMin: ["კვ", "ორ", "სა", "ოთ", "ხუ", "პა", "შა"], 14 | months: [ 15 | "იანვარი", 16 | "თებერვალი", 17 | "მარტი", 18 | "აპრილი", 19 | "მაისი", 20 | "ივნისი", 21 | "ივლისი", 22 | "აგვისტო", 23 | "სექტემბერი", 24 | "ოქტომბერი", 25 | "ნოემბერი", 26 | "დეკემბერი", 27 | ], 28 | monthsShort: [ 29 | "იან", 30 | "თებ", 31 | "მარ", 32 | "აპრ", 33 | "მაი", 34 | "ივნ", 35 | "ივლ", 36 | "აგვ", 37 | "სექ", 38 | "ოქტ", 39 | "ნოე", 40 | "დეკ", 41 | ], 42 | today: "დღეს", 43 | clear: "გასუფთავება", 44 | weekStart: 1, 45 | format: "dd.mm.yyyy", 46 | }; 47 | })(jQuery); 48 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.kh.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | (a.fn.datepicker.dates.kh = { 3 | days: ["អាទិត្យ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រហស្បតិ៍", "សុក្រ", "សៅរ៍"], 4 | daysShort: ["អា.ទិ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រ.ហ", "សុក្រ", "សៅរ៍"], 5 | daysMin: ["អា.ទិ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រ.ហ", "សុក្រ", "សៅរ៍"], 6 | months: [ 7 | "មករា", 8 | "កុម្ភះ", 9 | "មិនា", 10 | "មេសា", 11 | "ឧសភា", 12 | "មិថុនា", 13 | "កក្កដា", 14 | "សីហា", 15 | "កញ្ញា", 16 | "តុលា", 17 | "វិច្ឆិកា", 18 | "ធ្នូ", 19 | ], 20 | monthsShort: [ 21 | "មករា", 22 | "កុម្ភះ", 23 | "មិនា", 24 | "មេសា", 25 | "ឧសភា", 26 | "មិថុនា", 27 | "កក្កដា", 28 | "សីហា", 29 | "កញ្ញា", 30 | "តុលា", 31 | "វិច្ឆិកា", 32 | "ធ្នូ", 33 | ], 34 | today: "ថ្ងៃនេះ", 35 | clear: "សំអាត", 36 | }), 37 | a.fn.datepicker.deprecated( 38 | 'The language code "kh" is deprecated and will be removed in 2.0. For Khmer support use "km" instead.' 39 | ); 40 | })(jQuery); 41 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.kk.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.kk = { 3 | days: [ 4 | "Жексенбі", 5 | "Дүйсенбі", 6 | "Сейсенбі", 7 | "Сәрсенбі", 8 | "Бейсенбі", 9 | "Жұма", 10 | "Сенбі", 11 | ], 12 | daysShort: ["Жек", "Дүй", "Сей", "Сәр", "Бей", "Жұм", "Сен"], 13 | daysMin: ["Жк", "Дс", "Сс", "Ср", "Бс", "Жм", "Сн"], 14 | months: [ 15 | "Қаңтар", 16 | "Ақпан", 17 | "Наурыз", 18 | "Сәуір", 19 | "Мамыр", 20 | "Маусым", 21 | "Шілде", 22 | "Тамыз", 23 | "Қыркүйек", 24 | "Қазан", 25 | "Қараша", 26 | "Желтоқсан", 27 | ], 28 | monthsShort: [ 29 | "Қаң", 30 | "Ақп", 31 | "Нау", 32 | "Сәу", 33 | "Мам", 34 | "Мау", 35 | "Шіл", 36 | "Там", 37 | "Қыр", 38 | "Қаз", 39 | "Қар", 40 | "Жел", 41 | ], 42 | today: "Бүгін", 43 | weekStart: 1, 44 | }; 45 | })(jQuery); 46 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.km.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.km = { 3 | days: ["អាទិត្យ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រហស្បតិ៍", "សុក្រ", "សៅរ៍"], 4 | daysShort: ["អា.ទិ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រ.ហ", "សុក្រ", "សៅរ៍"], 5 | daysMin: ["អា.ទិ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រ.ហ", "សុក្រ", "សៅរ៍"], 6 | months: [ 7 | "មករា", 8 | "កុម្ភះ", 9 | "មិនា", 10 | "មេសា", 11 | "ឧសភា", 12 | "មិថុនា", 13 | "កក្កដា", 14 | "សីហា", 15 | "កញ្ញា", 16 | "តុលា", 17 | "វិច្ឆិកា", 18 | "ធ្នូ", 19 | ], 20 | monthsShort: [ 21 | "មករា", 22 | "កុម្ភះ", 23 | "មិនា", 24 | "មេសា", 25 | "ឧសភា", 26 | "មិថុនា", 27 | "កក្កដា", 28 | "សីហា", 29 | "កញ្ញា", 30 | "តុលា", 31 | "វិច្ឆិកា", 32 | "ធ្នូ", 33 | ], 34 | today: "ថ្ងៃនេះ", 35 | clear: "សំអាត", 36 | }; 37 | })(jQuery); 38 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.ko.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.ko = { 3 | days: [ 4 | "일요일", 5 | "월요일", 6 | "화요일", 7 | "수요일", 8 | "목요일", 9 | "금요일", 10 | "토요일", 11 | ], 12 | daysShort: ["일", "월", "화", "수", "목", "금", "토"], 13 | daysMin: ["일", "월", "화", "수", "목", "금", "토"], 14 | months: [ 15 | "1월", 16 | "2월", 17 | "3월", 18 | "4월", 19 | "5월", 20 | "6월", 21 | "7월", 22 | "8월", 23 | "9월", 24 | "10월", 25 | "11월", 26 | "12월", 27 | ], 28 | monthsShort: [ 29 | "1월", 30 | "2월", 31 | "3월", 32 | "4월", 33 | "5월", 34 | "6월", 35 | "7월", 36 | "8월", 37 | "9월", 38 | "10월", 39 | "11월", 40 | "12월", 41 | ], 42 | today: "오늘", 43 | clear: "삭제", 44 | format: "yyyy-mm-dd", 45 | titleFormat: "yyyy년mm월", 46 | weekStart: 0, 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.kr.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | (a.fn.datepicker.dates.kr = { 3 | days: [ 4 | "일요일", 5 | "월요일", 6 | "화요일", 7 | "수요일", 8 | "목요일", 9 | "금요일", 10 | "토요일", 11 | ], 12 | daysShort: ["일", "월", "화", "수", "목", "금", "토"], 13 | daysMin: ["일", "월", "화", "수", "목", "금", "토"], 14 | months: [ 15 | "1월", 16 | "2월", 17 | "3월", 18 | "4월", 19 | "5월", 20 | "6월", 21 | "7월", 22 | "8월", 23 | "9월", 24 | "10월", 25 | "11월", 26 | "12월", 27 | ], 28 | monthsShort: [ 29 | "1월", 30 | "2월", 31 | "3월", 32 | "4월", 33 | "5월", 34 | "6월", 35 | "7월", 36 | "8월", 37 | "9월", 38 | "10월", 39 | "11월", 40 | "12월", 41 | ], 42 | }), 43 | a.fn.datepicker.deprecated( 44 | 'The language code "kr" is deprecated and will be removed in 2.0. For korean support use "ko" instead.' 45 | ); 46 | })(jQuery); 47 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.lv.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.lv = { 3 | days: [ 4 | "Svētdiena", 5 | "Pirmdiena", 6 | "Otrdiena", 7 | "Trešdiena", 8 | "Ceturtdiena", 9 | "Piektdiena", 10 | "Sestdiena", 11 | ], 12 | daysShort: ["Sv", "P", "O", "T", "C", "Pk", "S"], 13 | daysMin: ["Sv", "Pr", "Ot", "Tr", "Ce", "Pk", "Se"], 14 | months: [ 15 | "Janvāris", 16 | "Februāris", 17 | "Marts", 18 | "Aprīlis", 19 | "Maijs", 20 | "Jūnijs", 21 | "Jūlijs", 22 | "Augusts", 23 | "Septembris", 24 | "Oktobris", 25 | "Novembris", 26 | "Decembris", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "Mai", 34 | "Jūn", 35 | "Jūl", 36 | "Aug", 37 | "Sep", 38 | "Okt", 39 | "Nov", 40 | "Dec", 41 | ], 42 | monthsTitle: "Mēneši", 43 | today: "Šodien", 44 | clear: "Nodzēst", 45 | weekStart: 1, 46 | }; 47 | })(jQuery); 48 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.me.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.me = { 3 | days: [ 4 | "Nedjelja", 5 | "Ponedjeljak", 6 | "Utorak", 7 | "Srijeda", 8 | "Četvrtak", 9 | "Petak", 10 | "Subota", 11 | ], 12 | daysShort: ["Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub"], 13 | daysMin: ["Ne", "Po", "Ut", "Sr", "Če", "Pe", "Su"], 14 | months: [ 15 | "Januar", 16 | "Februar", 17 | "Mart", 18 | "April", 19 | "Maj", 20 | "Jun", 21 | "Jul", 22 | "Avgust", 23 | "Septembar", 24 | "Oktobar", 25 | "Novembar", 26 | "Decembar", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "Maj", 34 | "Jun", 35 | "Jul", 36 | "Avg", 37 | "Sep", 38 | "Okt", 39 | "Nov", 40 | "Dec", 41 | ], 42 | today: "Danas", 43 | weekStart: 1, 44 | clear: "Izbriši", 45 | format: "dd.mm.yyyy", 46 | }; 47 | })(jQuery); 48 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.mk.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.mk = { 3 | days: [ 4 | "Недела", 5 | "Понеделник", 6 | "Вторник", 7 | "Среда", 8 | "Четврток", 9 | "Петок", 10 | "Сабота", 11 | ], 12 | daysShort: ["Нед", "Пон", "Вто", "Сре", "Чет", "Пет", "Саб"], 13 | daysMin: ["Не", "По", "Вт", "Ср", "Че", "Пе", "Са"], 14 | months: [ 15 | "Јануари", 16 | "Февруари", 17 | "Март", 18 | "Април", 19 | "Мај", 20 | "Јуни", 21 | "Јули", 22 | "Август", 23 | "Септември", 24 | "Октомври", 25 | "Ноември", 26 | "Декември", 27 | ], 28 | monthsShort: [ 29 | "Јан", 30 | "Фев", 31 | "Мар", 32 | "Апр", 33 | "Мај", 34 | "Јун", 35 | "Јул", 36 | "Авг", 37 | "Сеп", 38 | "Окт", 39 | "Ное", 40 | "Дек", 41 | ], 42 | today: "Денес", 43 | format: "dd.mm.yyyy", 44 | }; 45 | })(jQuery); 46 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.mn.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.mn = { 3 | days: ["Ням", "Даваа", "Мягмар", "Лхагва", "Пүрэв", "Баасан", "Бямба"], 4 | daysShort: ["Ням", "Дав", "Мяг", "Лха", "Пүр", "Баа", "Бям"], 5 | daysMin: ["Ня", "Да", "Мя", "Лх", "Пү", "Ба", "Бя"], 6 | months: [ 7 | "Хулгана", 8 | "Үхэр", 9 | "Бар", 10 | "Туулай", 11 | "Луу", 12 | "Могой", 13 | "Морь", 14 | "Хонь", 15 | "Бич", 16 | "Тахиа", 17 | "Нохой", 18 | "Гахай", 19 | ], 20 | monthsShort: [ 21 | "Хул", 22 | "Үхэ", 23 | "Бар", 24 | "Туу", 25 | "Луу", 26 | "Мог", 27 | "Мор", 28 | "Хон", 29 | "Бич", 30 | "Тах", 31 | "Нох", 32 | "Гах", 33 | ], 34 | today: "Өнөөдөр", 35 | clear: "Тодорхой", 36 | format: "yyyy.mm.dd", 37 | weekStart: 1, 38 | }; 39 | })(jQuery); 40 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.ms.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.ms = { 3 | days: ["Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu"], 4 | daysShort: ["Aha", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab"], 5 | daysMin: ["Ah", "Is", "Se", "Ra", "Kh", "Ju", "Sa"], 6 | months: [ 7 | "Januari", 8 | "Februari", 9 | "Mac", 10 | "April", 11 | "Mei", 12 | "Jun", 13 | "Julai", 14 | "Ogos", 15 | "September", 16 | "Oktober", 17 | "November", 18 | "Disember", 19 | ], 20 | monthsShort: [ 21 | "Jan", 22 | "Feb", 23 | "Mar", 24 | "Apr", 25 | "Mei", 26 | "Jun", 27 | "Jul", 28 | "Ogo", 29 | "Sep", 30 | "Okt", 31 | "Nov", 32 | "Dis", 33 | ], 34 | today: "Hari Ini", 35 | clear: "Bersihkan", 36 | }; 37 | })(jQuery); 38 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.nl-BE.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates["nl-BE"] = { 3 | days: [ 4 | "zondag", 5 | "maandag", 6 | "dinsdag", 7 | "woensdag", 8 | "donderdag", 9 | "vrijdag", 10 | "zaterdag", 11 | ], 12 | daysShort: ["zo", "ma", "di", "wo", "do", "vr", "za"], 13 | daysMin: ["zo", "ma", "di", "wo", "do", "vr", "za"], 14 | months: [ 15 | "januari", 16 | "februari", 17 | "maart", 18 | "april", 19 | "mei", 20 | "juni", 21 | "juli", 22 | "augustus", 23 | "september", 24 | "oktober", 25 | "november", 26 | "december", 27 | ], 28 | monthsShort: [ 29 | "jan", 30 | "feb", 31 | "mrt", 32 | "apr", 33 | "mei", 34 | "jun", 35 | "jul", 36 | "aug", 37 | "sep", 38 | "okt", 39 | "nov", 40 | "dec", 41 | ], 42 | today: "Vandaag", 43 | monthsTitle: "Maanden", 44 | clear: "Leegmaken", 45 | weekStart: 1, 46 | format: "dd/mm/yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.nl.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.nl = { 3 | days: [ 4 | "zondag", 5 | "maandag", 6 | "dinsdag", 7 | "woensdag", 8 | "donderdag", 9 | "vrijdag", 10 | "zaterdag", 11 | ], 12 | daysShort: ["zo", "ma", "di", "wo", "do", "vr", "za"], 13 | daysMin: ["zo", "ma", "di", "wo", "do", "vr", "za"], 14 | months: [ 15 | "januari", 16 | "februari", 17 | "maart", 18 | "april", 19 | "mei", 20 | "juni", 21 | "juli", 22 | "augustus", 23 | "september", 24 | "oktober", 25 | "november", 26 | "december", 27 | ], 28 | monthsShort: [ 29 | "jan", 30 | "feb", 31 | "mrt", 32 | "apr", 33 | "mei", 34 | "jun", 35 | "jul", 36 | "aug", 37 | "sep", 38 | "okt", 39 | "nov", 40 | "dec", 41 | ], 42 | today: "Vandaag", 43 | monthsTitle: "Maanden", 44 | clear: "Wissen", 45 | weekStart: 1, 46 | format: "dd-mm-yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.no.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.no = { 3 | days: [ 4 | "søndag", 5 | "mandag", 6 | "tirsdag", 7 | "onsdag", 8 | "torsdag", 9 | "fredag", 10 | "lørdag", 11 | ], 12 | daysShort: ["søn", "man", "tir", "ons", "tor", "fre", "lør"], 13 | daysMin: ["sø", "ma", "ti", "on", "to", "fr", "lø"], 14 | months: [ 15 | "januar", 16 | "februar", 17 | "mars", 18 | "april", 19 | "mai", 20 | "juni", 21 | "juli", 22 | "august", 23 | "september", 24 | "oktober", 25 | "vovember", 26 | "desember", 27 | ], 28 | monthsShort: [ 29 | "jan", 30 | "feb", 31 | "mar", 32 | "apr", 33 | "mai", 34 | "jun", 35 | "jul", 36 | "aug", 37 | "sep", 38 | "okt", 39 | "nov", 40 | "des", 41 | ], 42 | today: "i dag", 43 | monthsTitle: "Måneder", 44 | clear: "Nullstill", 45 | weekStart: 1, 46 | format: "dd.mm.yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.oc.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.oc = { 3 | days: [ 4 | "Dimenge", 5 | "Diluns", 6 | "Dimars", 7 | "Dimècres", 8 | "Dijòus", 9 | "Divendres", 10 | "Dissabte", 11 | ], 12 | daysShort: ["Dim", "Dil", "Dmr", "Dmc", "Dij", "Div", "Dis"], 13 | daysMin: ["dg", "dl", "dr", "dc", "dj", "dv", "ds"], 14 | months: [ 15 | "Genièr", 16 | "Febrièr", 17 | "Març", 18 | "Abrial", 19 | "Mai", 20 | "Junh", 21 | "Julhet", 22 | "Agost", 23 | "Setembre", 24 | "Octobre", 25 | "Novembre", 26 | "Decembre", 27 | ], 28 | monthsShort: [ 29 | "Gen", 30 | "Feb", 31 | "Mar", 32 | "Abr", 33 | "Mai", 34 | "Jun", 35 | "Jul", 36 | "Ago", 37 | "Set", 38 | "Oct", 39 | "Nov", 40 | "Dec", 41 | ], 42 | today: "Uèi", 43 | monthsTitle: "Meses", 44 | clear: "Escafar", 45 | weekStart: 1, 46 | format: "dd/mm/yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.pl.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.pl = { 3 | days: [ 4 | "Niedziela", 5 | "Poniedziałek", 6 | "Wtorek", 7 | "Środa", 8 | "Czwartek", 9 | "Piątek", 10 | "Sobota", 11 | ], 12 | daysShort: ["Niedz.", "Pon.", "Wt.", "Śr.", "Czw.", "Piąt.", "Sob."], 13 | daysMin: ["Ndz.", "Pn.", "Wt.", "Śr.", "Czw.", "Pt.", "Sob."], 14 | months: [ 15 | "Styczeń", 16 | "Luty", 17 | "Marzec", 18 | "Kwiecień", 19 | "Maj", 20 | "Czerwiec", 21 | "Lipiec", 22 | "Sierpień", 23 | "Wrzesień", 24 | "Październik", 25 | "Listopad", 26 | "Grudzień", 27 | ], 28 | monthsShort: [ 29 | "Sty.", 30 | "Lut.", 31 | "Mar.", 32 | "Kwi.", 33 | "Maj", 34 | "Cze.", 35 | "Lip.", 36 | "Sie.", 37 | "Wrz.", 38 | "Paź.", 39 | "Lis.", 40 | "Gru.", 41 | ], 42 | today: "Dzisiaj", 43 | weekStart: 1, 44 | clear: "Wyczyść", 45 | format: "dd.mm.yyyy", 46 | }; 47 | })(jQuery); 48 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.pt-BR.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates["pt-BR"] = { 3 | days: [ 4 | "Domingo", 5 | "Segunda", 6 | "Terça", 7 | "Quarta", 8 | "Quinta", 9 | "Sexta", 10 | "Sábado", 11 | ], 12 | daysShort: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb"], 13 | daysMin: ["Do", "Se", "Te", "Qu", "Qu", "Se", "Sa"], 14 | months: [ 15 | "Janeiro", 16 | "Fevereiro", 17 | "Março", 18 | "Abril", 19 | "Maio", 20 | "Junho", 21 | "Julho", 22 | "Agosto", 23 | "Setembro", 24 | "Outubro", 25 | "Novembro", 26 | "Dezembro", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Fev", 31 | "Mar", 32 | "Abr", 33 | "Mai", 34 | "Jun", 35 | "Jul", 36 | "Ago", 37 | "Set", 38 | "Out", 39 | "Nov", 40 | "Dez", 41 | ], 42 | today: "Hoje", 43 | monthsTitle: "Meses", 44 | clear: "Limpar", 45 | format: "dd/mm/yyyy", 46 | }; 47 | })(jQuery); 48 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.pt.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.pt = { 3 | days: [ 4 | "Domingo", 5 | "Segunda", 6 | "Terça", 7 | "Quarta", 8 | "Quinta", 9 | "Sexta", 10 | "Sábado", 11 | ], 12 | daysShort: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb"], 13 | daysMin: ["Do", "Se", "Te", "Qu", "Qu", "Se", "Sa"], 14 | months: [ 15 | "Janeiro", 16 | "Fevereiro", 17 | "Março", 18 | "Abril", 19 | "Maio", 20 | "Junho", 21 | "Julho", 22 | "Agosto", 23 | "Setembro", 24 | "Outubro", 25 | "Novembro", 26 | "Dezembro", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Fev", 31 | "Mar", 32 | "Abr", 33 | "Mai", 34 | "Jun", 35 | "Jul", 36 | "Ago", 37 | "Set", 38 | "Out", 39 | "Nov", 40 | "Dez", 41 | ], 42 | today: "Hoje", 43 | monthsTitle: "Meses", 44 | clear: "Limpar", 45 | format: "dd/mm/yyyy", 46 | }; 47 | })(jQuery); 48 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.ro.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.ro = { 3 | days: ["Duminică", "Luni", "Marţi", "Miercuri", "Joi", "Vineri", "Sâmbătă"], 4 | daysShort: ["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm"], 5 | daysMin: ["Du", "Lu", "Ma", "Mi", "Jo", "Vi", "Sâ"], 6 | months: [ 7 | "Ianuarie", 8 | "Februarie", 9 | "Martie", 10 | "Aprilie", 11 | "Mai", 12 | "Iunie", 13 | "Iulie", 14 | "August", 15 | "Septembrie", 16 | "Octombrie", 17 | "Noiembrie", 18 | "Decembrie", 19 | ], 20 | monthsShort: [ 21 | "Ian", 22 | "Feb", 23 | "Mar", 24 | "Apr", 25 | "Mai", 26 | "Iun", 27 | "Iul", 28 | "Aug", 29 | "Sep", 30 | "Oct", 31 | "Nov", 32 | "Dec", 33 | ], 34 | today: "Astăzi", 35 | clear: "Șterge", 36 | weekStart: 1, 37 | format: "dd/mm/yyyy", 38 | }; 39 | })(jQuery); 40 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.ru.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.ru = { 3 | days: [ 4 | "Воскресенье", 5 | "Понедельник", 6 | "Вторник", 7 | "Среда", 8 | "Четверг", 9 | "Пятница", 10 | "Суббота", 11 | ], 12 | daysShort: ["Вск", "Пнд", "Втр", "Срд", "Чтв", "Птн", "Суб"], 13 | daysMin: ["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"], 14 | months: [ 15 | "Январь", 16 | "Февраль", 17 | "Март", 18 | "Апрель", 19 | "Май", 20 | "Июнь", 21 | "Июль", 22 | "Август", 23 | "Сентябрь", 24 | "Октябрь", 25 | "Ноябрь", 26 | "Декабрь", 27 | ], 28 | monthsShort: [ 29 | "Янв", 30 | "Фев", 31 | "Мар", 32 | "Апр", 33 | "Май", 34 | "Июн", 35 | "Июл", 36 | "Авг", 37 | "Сен", 38 | "Окт", 39 | "Ноя", 40 | "Дек", 41 | ], 42 | today: "Сегодня", 43 | clear: "Очистить", 44 | format: "dd.mm.yyyy", 45 | weekStart: 1, 46 | monthsTitle: "Месяцы", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.si.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.si = { 3 | days: [ 4 | "ඉරිදා", 5 | "සඳුදා", 6 | "අඟහරුවාදා", 7 | "බදාදා", 8 | "බ්රහස්පතින්දා", 9 | "සිකුරාදා", 10 | "සෙනසුරාදා", 11 | ], 12 | daysShort: ["ඉරි", "සඳු", "අඟ", "බදා", "බ්රහ", "සිකු", "සෙන"], 13 | daysMin: ["ඉ", "ස", "අ", "බ", "බ්ර", "සි", "සෙ"], 14 | months: [ 15 | "ජනවාරි", 16 | "පෙබරවාරි", 17 | "මාර්තු", 18 | "අප්රේල්", 19 | "මැයි", 20 | "ජුනි", 21 | "ජූලි", 22 | "අගෝස්තු", 23 | "සැප්තැම්බර්", 24 | "ඔක්තෝබර්", 25 | "නොවැම්බර්", 26 | "දෙසැම්බර්", 27 | ], 28 | monthsShort: [ 29 | "ජන", 30 | "පෙබ", 31 | "මාර්", 32 | "අප්රේ", 33 | "මැයි", 34 | "ජුනි", 35 | "ජූලි", 36 | "අගෝ", 37 | "සැප්", 38 | "ඔක්", 39 | "නොවැ", 40 | "දෙසැ", 41 | ], 42 | today: "අද", 43 | monthsTitle: "මාස", 44 | clear: "මකන්න", 45 | weekStart: 0, 46 | format: "yyyy-mm-dd", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.sk.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.sk = { 3 | days: [ 4 | "Nedeľa", 5 | "Pondelok", 6 | "Utorok", 7 | "Streda", 8 | "Štvrtok", 9 | "Piatok", 10 | "Sobota", 11 | ], 12 | daysShort: ["Ned", "Pon", "Uto", "Str", "Štv", "Pia", "Sob"], 13 | daysMin: ["Ne", "Po", "Ut", "St", "Št", "Pia", "So"], 14 | months: [ 15 | "Január", 16 | "Február", 17 | "Marec", 18 | "Apríl", 19 | "Máj", 20 | "Jún", 21 | "Júl", 22 | "August", 23 | "September", 24 | "Október", 25 | "November", 26 | "December", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "Máj", 34 | "Jún", 35 | "Júl", 36 | "Aug", 37 | "Sep", 38 | "Okt", 39 | "Nov", 40 | "Dec", 41 | ], 42 | today: "Dnes", 43 | clear: "Vymazať", 44 | weekStart: 1, 45 | format: "d.m.yyyy", 46 | }; 47 | })(jQuery); 48 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.sl.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.sl = { 3 | days: [ 4 | "Nedelja", 5 | "Ponedeljek", 6 | "Torek", 7 | "Sreda", 8 | "Četrtek", 9 | "Petek", 10 | "Sobota", 11 | ], 12 | daysShort: ["Ned", "Pon", "Tor", "Sre", "Čet", "Pet", "Sob"], 13 | daysMin: ["Ne", "Po", "To", "Sr", "Če", "Pe", "So"], 14 | months: [ 15 | "Januar", 16 | "Februar", 17 | "Marec", 18 | "April", 19 | "Maj", 20 | "Junij", 21 | "Julij", 22 | "Avgust", 23 | "September", 24 | "Oktober", 25 | "November", 26 | "December", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "Maj", 34 | "Jun", 35 | "Jul", 36 | "Avg", 37 | "Sep", 38 | "Okt", 39 | "Nov", 40 | "Dec", 41 | ], 42 | today: "Danes", 43 | weekStart: 1, 44 | }; 45 | })(jQuery); 46 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.sq.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.sq = { 3 | days: [ 4 | "E Diel", 5 | "E Hënë", 6 | "E Martē", 7 | "E Mërkurë", 8 | "E Enjte", 9 | "E Premte", 10 | "E Shtunë", 11 | ], 12 | daysShort: ["Die", "Hën", "Mar", "Mër", "Enj", "Pre", "Shtu"], 13 | daysMin: ["Di", "Hë", "Ma", "Më", "En", "Pr", "Sht"], 14 | months: [ 15 | "Janar", 16 | "Shkurt", 17 | "Mars", 18 | "Prill", 19 | "Maj", 20 | "Qershor", 21 | "Korrik", 22 | "Gusht", 23 | "Shtator", 24 | "Tetor", 25 | "Nëntor", 26 | "Dhjetor", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Shk", 31 | "Mar", 32 | "Pri", 33 | "Maj", 34 | "Qer", 35 | "Korr", 36 | "Gu", 37 | "Sht", 38 | "Tet", 39 | "Nën", 40 | "Dhjet", 41 | ], 42 | today: "Sot", 43 | }; 44 | })(jQuery); 45 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.sr-latin.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates["sr-latin"] = { 3 | days: [ 4 | "Nedelja", 5 | "Ponedeljak", 6 | "Utorak", 7 | "Sreda", 8 | "Četvrtak", 9 | "Petak", 10 | "Subota", 11 | ], 12 | daysShort: ["Ned", "Pon", "Uto", "Sre", "Čet", "Pet", "Sub"], 13 | daysMin: ["N", "Po", "U", "Sr", "Č", "Pe", "Su"], 14 | months: [ 15 | "Januar", 16 | "Februar", 17 | "Mart", 18 | "April", 19 | "Maj", 20 | "Jun", 21 | "Jul", 22 | "Avgust", 23 | "Septembar", 24 | "Oktobar", 25 | "Novembar", 26 | "Decembar", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mar", 32 | "Apr", 33 | "Maj", 34 | "Jun", 35 | "Jul", 36 | "Avg", 37 | "Sep", 38 | "Okt", 39 | "Nov", 40 | "Dec", 41 | ], 42 | today: "Danas", 43 | weekStart: 1, 44 | format: "dd.mm.yyyy", 45 | }; 46 | })(jQuery); 47 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.sr.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.sr = { 3 | days: [ 4 | "Недеља", 5 | "Понедељак", 6 | "Уторак", 7 | "Среда", 8 | "Четвртак", 9 | "Петак", 10 | "Субота", 11 | ], 12 | daysShort: ["Нед", "Пон", "Уто", "Сре", "Чет", "Пет", "Суб"], 13 | daysMin: ["Н", "По", "У", "Ср", "Ч", "Пе", "Су"], 14 | months: [ 15 | "Јануар", 16 | "Фебруар", 17 | "Март", 18 | "Април", 19 | "Мај", 20 | "Јун", 21 | "Јул", 22 | "Август", 23 | "Септембар", 24 | "Октобар", 25 | "Новембар", 26 | "Децембар", 27 | ], 28 | monthsShort: [ 29 | "Јан", 30 | "Феб", 31 | "Мар", 32 | "Апр", 33 | "Мај", 34 | "Јун", 35 | "Јул", 36 | "Авг", 37 | "Сеп", 38 | "Окт", 39 | "Нов", 40 | "Дец", 41 | ], 42 | today: "Данас", 43 | weekStart: 1, 44 | format: "dd.mm.yyyy", 45 | }; 46 | })(jQuery); 47 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.sv.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.sv = { 3 | days: [ 4 | "söndag", 5 | "måndag", 6 | "tisdag", 7 | "onsdag", 8 | "torsdag", 9 | "fredag", 10 | "lördag", 11 | ], 12 | daysShort: ["sön", "mån", "tis", "ons", "tor", "fre", "lör"], 13 | daysMin: ["sö", "må", "ti", "on", "to", "fr", "lö"], 14 | months: [ 15 | "januari", 16 | "februari", 17 | "mars", 18 | "april", 19 | "maj", 20 | "juni", 21 | "juli", 22 | "augusti", 23 | "september", 24 | "oktober", 25 | "november", 26 | "december", 27 | ], 28 | monthsShort: [ 29 | "jan", 30 | "feb", 31 | "mar", 32 | "apr", 33 | "maj", 34 | "jun", 35 | "jul", 36 | "aug", 37 | "sep", 38 | "okt", 39 | "nov", 40 | "dec", 41 | ], 42 | today: "Idag", 43 | format: "yyyy-mm-dd", 44 | weekStart: 1, 45 | clear: "Rensa", 46 | }; 47 | })(jQuery); 48 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.sw.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.sw = { 3 | days: [ 4 | "Jumapili", 5 | "Jumatatu", 6 | "Jumanne", 7 | "Jumatano", 8 | "Alhamisi", 9 | "Ijumaa", 10 | "Jumamosi", 11 | ], 12 | daysShort: ["J2", "J3", "J4", "J5", "Alh", "Ij", "J1"], 13 | daysMin: ["2", "3", "4", "5", "A", "I", "1"], 14 | months: [ 15 | "Januari", 16 | "Februari", 17 | "Machi", 18 | "Aprili", 19 | "Mei", 20 | "Juni", 21 | "Julai", 22 | "Agosti", 23 | "Septemba", 24 | "Oktoba", 25 | "Novemba", 26 | "Desemba", 27 | ], 28 | monthsShort: [ 29 | "Jan", 30 | "Feb", 31 | "Mac", 32 | "Apr", 33 | "Mei", 34 | "Jun", 35 | "Jul", 36 | "Ago", 37 | "Sep", 38 | "Okt", 39 | "Nov", 40 | "Des", 41 | ], 42 | today: "Leo", 43 | }; 44 | })(jQuery); 45 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.ta.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.ta = { 3 | days: [ 4 | "ஞாயிறு", 5 | "திங்கள்", 6 | "செவ்வாய்", 7 | "புதன்", 8 | "வியாழன்", 9 | "வெள்ளி", 10 | "சனி", 11 | ], 12 | daysShort: ["ஞாயி", "திங்", "செவ்", "புத", "வியா", "வெள்", "சனி"], 13 | daysMin: ["ஞா", "தி", "செ", "பு", "வி", "வெ", "ச"], 14 | months: [ 15 | "ஜனவரி", 16 | "பிப்ரவரி", 17 | "மார்ச்", 18 | "ஏப்ரல்", 19 | "மே", 20 | "ஜூன்", 21 | "ஜூலை", 22 | "ஆகஸ்டு", 23 | "செப்டம்பர்", 24 | "அக்டோபர்", 25 | "நவம்பர்", 26 | "டிசம்பர்", 27 | ], 28 | monthsShort: [ 29 | "ஜன", 30 | "பிப்", 31 | "மார்", 32 | "ஏப்", 33 | "மே", 34 | "ஜூன்", 35 | "ஜூலை", 36 | "ஆக", 37 | "செப்", 38 | "அக்", 39 | "நவ", 40 | "டிச", 41 | ], 42 | today: "இன்று", 43 | monthsTitle: "மாதங்கள்", 44 | clear: "நீக்கு", 45 | weekStart: 1, 46 | format: "dd/mm/yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.tg.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.tg = { 3 | days: [ 4 | "Якшанбе", 5 | "Душанбе", 6 | "Сешанбе", 7 | "Чоршанбе", 8 | "Панҷшанбе", 9 | "Ҷумъа", 10 | "Шанбе", 11 | ], 12 | daysShort: ["Яшб", "Дшб", "Сшб", "Чшб", "Пшб", "Ҷум", "Шнб"], 13 | daysMin: ["Яш", "Дш", "Сш", "Чш", "Пш", "Ҷм", "Шб"], 14 | months: [ 15 | "Январ", 16 | "Феврал", 17 | "Март", 18 | "Апрел", 19 | "Май", 20 | "Июн", 21 | "Июл", 22 | "Август", 23 | "Сентябр", 24 | "Октябр", 25 | "Ноябр", 26 | "Декабр", 27 | ], 28 | monthsShort: [ 29 | "Янв", 30 | "Фев", 31 | "Мар", 32 | "Апр", 33 | "Май", 34 | "Июн", 35 | "Июл", 36 | "Авг", 37 | "Сен", 38 | "Окт", 39 | "Ноя", 40 | "Дек", 41 | ], 42 | today: "Имрӯз", 43 | monthsTitle: "Моҳҳо", 44 | clear: "Тоза намудан", 45 | weekStart: 1, 46 | format: "dd.mm.yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.th.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.th = { 3 | days: [ 4 | "อาทิตย์", 5 | "จันทร์", 6 | "อังคาร", 7 | "พุธ", 8 | "พฤหัส", 9 | "ศุกร์", 10 | "เสาร์", 11 | "อาทิตย์", 12 | ], 13 | daysShort: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"], 14 | daysMin: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"], 15 | months: [ 16 | "มกราคม", 17 | "กุมภาพันธ์", 18 | "มีนาคม", 19 | "เมษายน", 20 | "พฤษภาคม", 21 | "มิถุนายน", 22 | "กรกฎาคม", 23 | "สิงหาคม", 24 | "กันยายน", 25 | "ตุลาคม", 26 | "พฤศจิกายน", 27 | "ธันวาคม", 28 | ], 29 | monthsShort: [ 30 | "ม.ค.", 31 | "ก.พ.", 32 | "มี.ค.", 33 | "เม.ย.", 34 | "พ.ค.", 35 | "มิ.ย.", 36 | "ก.ค.", 37 | "ส.ค.", 38 | "ก.ย.", 39 | "ต.ค.", 40 | "พ.ย.", 41 | "ธ.ค.", 42 | ], 43 | today: "วันนี้", 44 | }; 45 | })(jQuery); 46 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.tk.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.tk = { 3 | days: [ 4 | "Ýekşenbe", 5 | "Duşenbe", 6 | "Sişenbe", 7 | "Çarşenbe", 8 | "Penşenbe", 9 | "Anna", 10 | "Şenbe", 11 | ], 12 | daysShort: ["Ýek", "Duş", "Siş", "Çar", "Pen", "Ann", "Şen"], 13 | daysMin: ["Ýe", "Du", "Si", "Ça", "Pe", "An", "Şe"], 14 | months: [ 15 | "Ýanwar", 16 | "Fewral", 17 | "Mart", 18 | "Aprel", 19 | "Maý", 20 | "Iýun", 21 | "Iýul", 22 | "Awgust", 23 | "Sentýabr", 24 | "Oktýabr", 25 | "Noýabr", 26 | "Dekabr", 27 | ], 28 | monthsShort: [ 29 | "Ýan", 30 | "Few", 31 | "Mar", 32 | "Apr", 33 | "Maý", 34 | "Iýn", 35 | "Iýl", 36 | "Awg", 37 | "Sen", 38 | "Okt", 39 | "Noý", 40 | "Dek", 41 | ], 42 | today: "Bu gün", 43 | monthsTitle: "Aýlar", 44 | clear: "Aýyr", 45 | weekStart: 1, 46 | format: "dd.mm.yyyy", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.tr.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.tr = { 3 | days: [ 4 | "Pazar", 5 | "Pazartesi", 6 | "Salı", 7 | "Çarşamba", 8 | "Perşembe", 9 | "Cuma", 10 | "Cumartesi", 11 | ], 12 | daysShort: ["Pz", "Pzt", "Sal", "Çrş", "Prş", "Cu", "Cts"], 13 | daysMin: ["Pz", "Pzt", "Sa", "Çr", "Pr", "Cu", "Ct"], 14 | months: [ 15 | "Ocak", 16 | "Şubat", 17 | "Mart", 18 | "Nisan", 19 | "Mayıs", 20 | "Haziran", 21 | "Temmuz", 22 | "Ağustos", 23 | "Eylül", 24 | "Ekim", 25 | "Kasım", 26 | "Aralık", 27 | ], 28 | monthsShort: [ 29 | "Oca", 30 | "Şub", 31 | "Mar", 32 | "Nis", 33 | "May", 34 | "Haz", 35 | "Tem", 36 | "Ağu", 37 | "Eyl", 38 | "Eki", 39 | "Kas", 40 | "Ara", 41 | ], 42 | today: "Bugün", 43 | clear: "Temizle", 44 | weekStart: 1, 45 | format: "dd.mm.yyyy", 46 | }; 47 | })(jQuery); 48 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.uk.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.uk = { 3 | days: [ 4 | "Неділя", 5 | "Понеділок", 6 | "Вівторок", 7 | "Середа", 8 | "Четвер", 9 | "П'ятниця", 10 | "Субота", 11 | ], 12 | daysShort: ["Нед", "Пнд", "Втр", "Срд", "Чтв", "Птн", "Суб"], 13 | daysMin: ["Нд", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"], 14 | months: [ 15 | "Cічень", 16 | "Лютий", 17 | "Березень", 18 | "Квітень", 19 | "Травень", 20 | "Червень", 21 | "Липень", 22 | "Серпень", 23 | "Вересень", 24 | "Жовтень", 25 | "Листопад", 26 | "Грудень", 27 | ], 28 | monthsShort: [ 29 | "Січ", 30 | "Лют", 31 | "Бер", 32 | "Кві", 33 | "Тра", 34 | "Чер", 35 | "Лип", 36 | "Сер", 37 | "Вер", 38 | "Жов", 39 | "Лис", 40 | "Гру", 41 | ], 42 | today: "Сьогодні", 43 | clear: "Очистити", 44 | format: "dd.mm.yyyy", 45 | weekStart: 1, 46 | }; 47 | })(jQuery); 48 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.uz-cyrl.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates["uz-cyrl"] = { 3 | days: [ 4 | "Якшанба", 5 | "Душанба", 6 | "Сешанба", 7 | "Чоршанба", 8 | "Пайшанба", 9 | "Жума", 10 | "Шанба", 11 | ], 12 | daysShort: ["Якш", "Ду", "Се", "Чор", "Пай", "Жу", "Ша"], 13 | daysMin: ["Як", "Ду", "Се", "Чо", "Па", "Жу", "Ша"], 14 | months: [ 15 | "Январь", 16 | "Февраль", 17 | "Март", 18 | "Апрель", 19 | "Май", 20 | "Июнь", 21 | "Июль", 22 | "Август", 23 | "Сентябрь", 24 | "Октябрь", 25 | "Ноябрь", 26 | "Декабрь", 27 | ], 28 | monthsShort: [ 29 | "Янв", 30 | "Фев", 31 | "Мар", 32 | "Апр", 33 | "Май", 34 | "Июн", 35 | "Июл", 36 | "Авг", 37 | "Сен", 38 | "Окт", 39 | "Ноя", 40 | "Дек", 41 | ], 42 | today: "Бугун", 43 | clear: "Ўчириш", 44 | format: "dd.mm.yyyy", 45 | weekStart: 1, 46 | monthsTitle: "Ойлар", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.uz-latn.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates["uz-latn"] = { 3 | days: [ 4 | "Yakshanba", 5 | "Dushanba", 6 | "Seshanba", 7 | "Chorshanba", 8 | "Payshanba", 9 | "Juma", 10 | "Shanba", 11 | ], 12 | daysShort: ["Yak", "Du", "Se", "Chor", "Pay", "Ju", "Sha"], 13 | daysMin: ["Ya", "Du", "Se", "Cho", "Pa", "Ju", "Sha"], 14 | months: [ 15 | "Yanvar", 16 | "Fevral", 17 | "Mart", 18 | "Aprel", 19 | "May", 20 | "Iyun", 21 | "Iyul", 22 | "Avgust", 23 | "Sentabr", 24 | "Oktabr", 25 | "Noyabr", 26 | "Dekabr", 27 | ], 28 | monthsShort: [ 29 | "Yan", 30 | "Fev", 31 | "Mar", 32 | "Apr", 33 | "May", 34 | "Iyn", 35 | "Iyl", 36 | "Avg", 37 | "Sen", 38 | "Okt", 39 | "Noy", 40 | "Dek", 41 | ], 42 | today: "Bugun", 43 | clear: "O'chirish", 44 | format: "dd.mm.yyyy", 45 | weekStart: 1, 46 | monthsTitle: "Oylar", 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.vi.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates.vi = { 3 | days: [ 4 | "Chủ nhật", 5 | "Thứ hai", 6 | "Thứ ba", 7 | "Thứ tư", 8 | "Thứ năm", 9 | "Thứ sáu", 10 | "Thứ bảy", 11 | ], 12 | daysShort: ["CN", "Thứ 2", "Thứ 3", "Thứ 4", "Thứ 5", "Thứ 6", "Thứ 7"], 13 | daysMin: ["CN", "T2", "T3", "T4", "T5", "T6", "T7"], 14 | months: [ 15 | "Tháng 1", 16 | "Tháng 2", 17 | "Tháng 3", 18 | "Tháng 4", 19 | "Tháng 5", 20 | "Tháng 6", 21 | "Tháng 7", 22 | "Tháng 8", 23 | "Tháng 9", 24 | "Tháng 10", 25 | "Tháng 11", 26 | "Tháng 12", 27 | ], 28 | monthsShort: [ 29 | "Th1", 30 | "Th2", 31 | "Th3", 32 | "Th4", 33 | "Th5", 34 | "Th6", 35 | "Th7", 36 | "Th8", 37 | "Th9", 38 | "Th10", 39 | "Th11", 40 | "Th12", 41 | ], 42 | today: "Hôm nay", 43 | clear: "Xóa", 44 | format: "dd/mm/yyyy", 45 | }; 46 | })(jQuery); 47 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.zh-CN.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates["zh-CN"] = { 3 | days: [ 4 | "星期日", 5 | "星期一", 6 | "星期二", 7 | "星期三", 8 | "星期四", 9 | "星期五", 10 | "星期六", 11 | ], 12 | daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六"], 13 | daysMin: ["日", "一", "二", "三", "四", "五", "六"], 14 | months: [ 15 | "一月", 16 | "二月", 17 | "三月", 18 | "四月", 19 | "五月", 20 | "六月", 21 | "七月", 22 | "八月", 23 | "九月", 24 | "十月", 25 | "十一月", 26 | "十二月", 27 | ], 28 | monthsShort: [ 29 | "1月", 30 | "2月", 31 | "3月", 32 | "4月", 33 | "5月", 34 | "6月", 35 | "7月", 36 | "8月", 37 | "9月", 38 | "10月", 39 | "11月", 40 | "12月", 41 | ], 42 | today: "今日", 43 | clear: "清除", 44 | format: "yyyy年mm月dd日", 45 | titleFormat: "yyyy年mm月", 46 | weekStart: 1, 47 | }; 48 | })(jQuery); 49 | -------------------------------------------------------------------------------- /assets/libs/bootstrap-datepicker/dist/locales/bootstrap-datepicker.zh-TW.min.js: -------------------------------------------------------------------------------- 1 | !(function (a) { 2 | a.fn.datepicker.dates["zh-TW"] = { 3 | days: [ 4 | "星期日", 5 | "星期一", 6 | "星期二", 7 | "星期三", 8 | "星期四", 9 | "星期五", 10 | "星期六", 11 | ], 12 | daysShort: ["週日", "週一", "週二", "週三", "週四", "週五", "週六"], 13 | daysMin: ["日", "一", "二", "三", "四", "五", "六"], 14 | months: [ 15 | "一月", 16 | "二月", 17 | "三月", 18 | "四月", 19 | "五月", 20 | "六月", 21 | "七月", 22 | "八月", 23 | "九月", 24 | "十月", 25 | "十一月", 26 | "十二月", 27 | ], 28 | monthsShort: [ 29 | "1月", 30 | "2月", 31 | "3月", 32 | "4月", 33 | "5月", 34 | "6月", 35 | "7月", 36 | "8月", 37 | "9月", 38 | "10月", 39 | "11月", 40 | "12月", 41 | ], 42 | today: "今天", 43 | format: "yyyy年mm月dd日", 44 | weekStart: 1, 45 | clear: "清除", 46 | }; 47 | })(jQuery); 48 | -------------------------------------------------------------------------------- /assets/libs/chart/matrix.interface.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function () { 2 | // === jQuery Peity === // 3 | $.fn.peity.defaults.line = { 4 | strokeWidth: 1, 5 | delimeter: ",", 6 | height: 24, 7 | max: null, 8 | min: 0, 9 | width: 50, 10 | }; 11 | $.fn.peity.defaults.bar = { 12 | delimeter: ",", 13 | height: 24, 14 | max: null, 15 | min: 0, 16 | width: 50, 17 | }; 18 | $(".peity_line_good span").peity("line", { 19 | colour: "#488c13", 20 | strokeColour: "#459D1C", 21 | }); 22 | $(".peity_line_bad span").peity("line", { 23 | colour: "#da4b0f", 24 | strokeColour: "#BA1E20", 25 | }); 26 | $(".peity_line_neutral span").peity("line", { 27 | colour: "#CCCCCC", 28 | strokeColour: "#757575", 29 | }); 30 | $(".peity_bar_good span").peity("bar", { 31 | colour: "#459D1C", 32 | }); 33 | $(".peity_bar_bad span").peity("bar", { 34 | colour: "#BA1E20", 35 | }); 36 | $(".peity_bar_neutral span").peity("bar", { 37 | colour: "#757575", 38 | }); 39 | }); 40 | -------------------------------------------------------------------------------- /assets/libs/datatables/media/images/Sorting icons.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/datatables/media/images/Sorting icons.psd -------------------------------------------------------------------------------- /assets/libs/datatables/media/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/datatables/media/images/favicon.ico -------------------------------------------------------------------------------- /assets/libs/datatables/media/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/datatables/media/images/sort_asc.png -------------------------------------------------------------------------------- /assets/libs/datatables/media/images/sort_asc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/datatables/media/images/sort_asc_disabled.png -------------------------------------------------------------------------------- /assets/libs/datatables/media/images/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/datatables/media/images/sort_both.png -------------------------------------------------------------------------------- /assets/libs/datatables/media/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/datatables/media/images/sort_desc.png -------------------------------------------------------------------------------- /assets/libs/datatables/media/images/sort_desc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/datatables/media/images/sort_desc_disabled.png -------------------------------------------------------------------------------- /assets/libs/flot.tooltip/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "flot.tooltip", 3 | "version": "0.8.5", 4 | "license": "MIT", 5 | "main": "js/jquery.flot.tooltip.js", 6 | "ignore": [ 7 | ".gitignore", 8 | "Gruntfile.js", 9 | "README.md", 10 | "package.json", 11 | "examples", 12 | "js/old" 13 | ], 14 | "homepage": "https://github.com/krzysu/flot.tooltip", 15 | "_release": "0.8.5", 16 | "_resolution": { 17 | "type": "version", 18 | "tag": "0.8.5", 19 | "commit": "e2dbb407ffcf5ece0f2e6ab922b0192b8a6d168e" 20 | }, 21 | "_source": "git://github.com/krzysu/flot.tooltip.git", 22 | "_target": "~0.8.4", 23 | "_originalSource": "flot.tooltip" 24 | } 25 | -------------------------------------------------------------------------------- /assets/libs/flot.tooltip/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "flot.tooltip", 3 | "version": "0.8.5", 4 | "license": "MIT", 5 | "main": "js/jquery.flot.tooltip.js", 6 | "ignore": [ 7 | ".gitignore", 8 | "Gruntfile.js", 9 | "README.md", 10 | "package.json", 11 | "examples", 12 | "js/old" 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /assets/libs/flot/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Flot", 3 | "version": "0.8.3", 4 | "main": "jquery.flot.js", 5 | "dependencies": { 6 | "jquery": ">= 1.2.6" 7 | }, 8 | "homepage": "https://github.com/flot/flot", 9 | "_release": "0.8.3", 10 | "_resolution": { 11 | "type": "version", 12 | "tag": "v0.8.3", 13 | "commit": "453b017cc5acfd75e252b93e8635f57f4196d45d" 14 | }, 15 | "_source": "git://github.com/flot/flot.git", 16 | "_target": "~0.8.3", 17 | "_originalSource": "flot", 18 | "_direct": true 19 | } 20 | -------------------------------------------------------------------------------- /assets/libs/flot/.gitignore: -------------------------------------------------------------------------------- 1 | *.min.js 2 | !excanvas.min.js 3 | node_modules/ 4 | -------------------------------------------------------------------------------- /assets/libs/flot/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.8 4 | -------------------------------------------------------------------------------- /assets/libs/flot/Makefile: -------------------------------------------------------------------------------- 1 | # Makefile for generating minified files 2 | 3 | .PHONY: all 4 | 5 | # we cheat and process all .js files instead of an exhaustive list 6 | all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js))) 7 | 8 | %.min.js: %.js 9 | yui-compressor $< -o $@ 10 | 11 | test: 12 | ./node_modules/.bin/jshint *jquery.flot.js 13 | -------------------------------------------------------------------------------- /assets/libs/flot/component.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Flot", 3 | "version": "0.8.3", 4 | "main": "jquery.flot.js", 5 | "dependencies": { 6 | "jquery": ">= 1.2.6" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /assets/libs/flot/css/float-chart.css: -------------------------------------------------------------------------------- 1 | /* 2 | Template Name: Admin Template 3 | Author: Wrappixel 4 | 5 | File: scss 6 | */ 7 | @import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700"); 8 | /*Theme Colors*/ 9 | /** 10 | * Table Of Content 11 | * 12 | * 1. Color system 13 | * 2. Options 14 | * 3. Body 15 | * 4. Typography 16 | * 5. Breadcrumbs 17 | * 6. Cards 18 | * 7. Dropdowns 19 | * 8. Buttons 20 | * 9. Typography 21 | * 10. Progress bars 22 | * 11. Tables 23 | * 12. Forms 24 | * 14. Component 25 | */ 26 | /*============================================================== 27 | flot chart 28 | ============================================================== */ 29 | .flot-chart { 30 | display: block; 31 | height: 300px; } 32 | 33 | .flot-chart-content { 34 | width: 100%; 35 | height: 100%; } 36 | 37 | -------------------------------------------------------------------------------- /assets/libs/flot/examples/ajax/data-eu-gdp-growth-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Europe (EU27)", 3 | "data": [ 4 | [1999, 3.0], 5 | [2000, 3.9] 6 | ] 7 | } 8 | -------------------------------------------------------------------------------- /assets/libs/flot/examples/ajax/data-eu-gdp-growth-2.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Europe (EU27)", 3 | "data": [ 4 | [1999, 3.0], 5 | [2000, 3.9], 6 | [2001, 2.0], 7 | [2002, 1.2] 8 | ] 9 | } 10 | -------------------------------------------------------------------------------- /assets/libs/flot/examples/ajax/data-eu-gdp-growth-3.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Europe (EU27)", 3 | "data": [ 4 | [1999, 3.0], 5 | [2000, 3.9], 6 | [2001, 2.0], 7 | [2002, 1.2], 8 | [2003, 1.3], 9 | [2004, 2.5] 10 | ] 11 | } 12 | -------------------------------------------------------------------------------- /assets/libs/flot/examples/ajax/data-eu-gdp-growth-4.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Europe (EU27)", 3 | "data": [ 4 | [1999, 3.0], 5 | [2000, 3.9], 6 | [2001, 2.0], 7 | [2002, 1.2], 8 | [2003, 1.3], 9 | [2004, 2.5], 10 | [2005, 2.0], 11 | [2006, 3.1] 12 | ] 13 | } 14 | -------------------------------------------------------------------------------- /assets/libs/flot/examples/ajax/data-eu-gdp-growth-5.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Europe (EU27)", 3 | "data": [ 4 | [1999, 3.0], 5 | [2000, 3.9], 6 | [2001, 2.0], 7 | [2002, 1.2], 8 | [2003, 1.3], 9 | [2004, 2.5], 10 | [2005, 2.0], 11 | [2006, 3.1], 12 | [2007, 2.9], 13 | [2008, 0.9] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /assets/libs/flot/examples/ajax/data-eu-gdp-growth.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Europe (EU27)", 3 | "data": [ 4 | [1999, 3.0], 5 | [2000, 3.9], 6 | [2001, 2.0], 7 | [2002, 1.2], 8 | [2003, 1.3], 9 | [2004, 2.5], 10 | [2005, 2.0], 11 | [2006, 3.1], 12 | [2007, 2.9], 13 | [2008, 0.9] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /assets/libs/flot/examples/ajax/data-japan-gdp-growth.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Japan", 3 | "data": [ 4 | [1999, -0.1], 5 | [2000, 2.9], 6 | [2001, 0.2], 7 | [2002, 0.3], 8 | [2003, 1.4], 9 | [2004, 2.7], 10 | [2005, 1.9], 11 | [2006, 2.0], 12 | [2007, 2.3], 13 | [2008, -0.7] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /assets/libs/flot/examples/ajax/data-usa-gdp-growth.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "USA", 3 | "data": [ 4 | [1999, 4.4], 5 | [2000, 3.7], 6 | [2001, 0.8], 7 | [2002, 1.6], 8 | [2003, 2.5], 9 | [2004, 3.6], 10 | [2005, 2.9], 11 | [2006, 2.8], 12 | [2007, 2.0], 13 | [2008, 1.1] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /assets/libs/flot/examples/axes-time-zones/tz/factory: -------------------------------------------------------------------------------- 1 | #
2 | # This file is in the public domain, so clarified as of 3 | # 2009-05-17 by Arthur David Olson. 4 | 5 | # For companies who don't want to put time zone specification in 6 | # their installation procedures. When users run date, they'll get the message. 7 | # Also useful for the "comp.sources" version. 8 | 9 | # Zone NAME GMTOFF RULES FORMAT 10 | Zone Factory 0 - "Local time zone must be set--see zic manual page" 11 | -------------------------------------------------------------------------------- /assets/libs/flot/examples/axes-time-zones/tz/southamerica: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/flot/examples/axes-time-zones/tz/southamerica -------------------------------------------------------------------------------- /assets/libs/flot/examples/axes-time-zones/tz/yearistype.sh: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | 3 | : 'This file is in the public domain, so clarified as of' 4 | : '2006-07-17 by Arthur David Olson.' 5 | 6 | case $#-$1 in 7 | 2-|2-0*|2-*[!0-9]*) 8 | echo "$0: wild year - $1" >&2 9 | exit 1 ;; 10 | esac 11 | 12 | case $#-$2 in 13 | 2-even) 14 | case $1 in 15 | *[24680]) exit 0 ;; 16 | *) exit 1 ;; 17 | esac ;; 18 | 2-nonpres|2-nonuspres) 19 | case $1 in 20 | *[02468][048]|*[13579][26]) exit 1 ;; 21 | *) exit 0 ;; 22 | esac ;; 23 | 2-odd) 24 | case $1 in 25 | *[13579]) exit 0 ;; 26 | *) exit 1 ;; 27 | esac ;; 28 | 2-uspres) 29 | case $1 in 30 | *[02468][048]|*[13579][26]) exit 0 ;; 31 | *) exit 1 ;; 32 | esac ;; 33 | 2-*) 34 | echo "$0: wild type - $2" >&2 ;; 35 | esac 36 | 37 | echo "$0: usage is $0 year even|odd|uspres|nonpres|nonuspres" >&2 38 | exit 1 39 | -------------------------------------------------------------------------------- /assets/libs/flot/examples/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/flot/examples/background.png -------------------------------------------------------------------------------- /assets/libs/flot/examples/image/hs-2004-27-a-large-web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/flot/examples/image/hs-2004-27-a-large-web.jpg -------------------------------------------------------------------------------- /assets/libs/flot/examples/navigate/arrow-down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/flot/examples/navigate/arrow-down.gif -------------------------------------------------------------------------------- /assets/libs/flot/examples/navigate/arrow-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/flot/examples/navigate/arrow-left.gif -------------------------------------------------------------------------------- /assets/libs/flot/examples/navigate/arrow-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/flot/examples/navigate/arrow-right.gif -------------------------------------------------------------------------------- /assets/libs/flot/examples/navigate/arrow-up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/flot/examples/navigate/arrow-up.gif -------------------------------------------------------------------------------- /assets/libs/flot/flot.jquery.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "flot", 3 | "version": "0.8.3", 4 | "title": "Flot", 5 | "author": { 6 | "name": "Ole Laursen", 7 | "url": "https://github.com/OleLaursen" 8 | }, 9 | "licenses": [ 10 | { 11 | "type": "MIT", 12 | "url": "http://github.com/flot/flot/blob/master/LICENSE.txt" 13 | } 14 | ], 15 | "dependencies": { 16 | "jquery": ">=1.2.6" 17 | }, 18 | "description": "Flot is a pure JavaScript plotting library for jQuery, with a focus on simple usage, attractive looks and interactive features.", 19 | "keywords": ["plot", "chart", "graph", "visualization", "canvas", "graphics"], 20 | "homepage": "http://www.flotcharts.org", 21 | "docs": "http://github.com/flot/flot/blob/master/API.md", 22 | "demo": "http://www.flotcharts.org/flot/examples/", 23 | "bugs": "http://github.com/flot/flot/issues", 24 | "maintainers": [ 25 | { 26 | "name": "David Schnur", 27 | "email": "dnschnur@gmail.com", 28 | "url": "http://github.com/dnschnur" 29 | } 30 | ] 31 | } 32 | -------------------------------------------------------------------------------- /assets/libs/flot/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Flot", 3 | "version": "0.8.3", 4 | "main": "jquery.flot.js", 5 | "scripts": { 6 | "test": "make test" 7 | }, 8 | "devDependencies": { 9 | "jshint": "0.9.1" 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /assets/libs/inputmask/dist/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * dependencyLibs/inputmask.dependencyLib.jquery.js 3 | * https://github.com/RobinHerbots/Inputmask 4 | * Copyright (c) 2010 - 2017 Robin Herbots 5 | * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) 6 | * Version: 3.3.11 7 | */ 8 | 9 | !(function (factory) { 10 | "function" == typeof define && define.amd 11 | ? define(["jquery"], factory) 12 | : "object" == typeof exports 13 | ? (module.exports = factory(require("jquery"))) 14 | : (window.dependencyLib = factory(jQuery)); 15 | })(function ($) { 16 | return $; 17 | }); 18 | -------------------------------------------------------------------------------- /assets/libs/inputmask/dist/inputmask/global/document.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * global/document.js 3 | * https://github.com/RobinHerbots/Inputmask 4 | * Copyright (c) 2010 - 2017 Robin Herbots 5 | * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) 6 | * Version: 3.3.11 7 | */ 8 | 9 | "function" == typeof define && define.amd 10 | ? define(function () { 11 | return document; 12 | }) 13 | : "object" == typeof exports && (module.exports = document); 14 | -------------------------------------------------------------------------------- /assets/libs/inputmask/dist/inputmask/global/window.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * global/window.js 3 | * https://github.com/RobinHerbots/Inputmask 4 | * Copyright (c) 2010 - 2017 Robin Herbots 5 | * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) 6 | * Version: 3.3.11 7 | */ 8 | 9 | "function" == typeof define && define.amd 10 | ? define(function () { 11 | return window; 12 | }) 13 | : "object" == typeof exports && (module.exports = window); 14 | -------------------------------------------------------------------------------- /assets/libs/inputmask/dist/min/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * dependencyLibs/inputmask.dependencyLib.jquery.min.js 3 | * https://github.com/RobinHerbots/Inputmask 4 | * Copyright (c) 2010 - 2017 Robin Herbots 5 | * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) 6 | * Version: 3.3.11 7 | */ 8 | 9 | !(function (e) { 10 | "function" == typeof define && define.amd 11 | ? define(["jquery"], e) 12 | : "object" == typeof exports 13 | ? (module.exports = e(require("jquery"))) 14 | : (window.dependencyLib = e(jQuery)); 15 | })(function (e) { 16 | return e; 17 | }); 18 | -------------------------------------------------------------------------------- /assets/libs/inputmask/dist/min/inputmask/global/document.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * global/document.min.js 3 | * https://github.com/RobinHerbots/Inputmask 4 | * Copyright (c) 2010 - 2017 Robin Herbots 5 | * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) 6 | * Version: 3.3.11 7 | */ 8 | 9 | "function" == typeof define && define.amd 10 | ? define(function () { 11 | return document; 12 | }) 13 | : "object" == typeof exports && (module.exports = document); 14 | -------------------------------------------------------------------------------- /assets/libs/inputmask/dist/min/inputmask/global/window.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * global/window.min.js 3 | * https://github.com/RobinHerbots/Inputmask 4 | * Copyright (c) 2010 - 2017 Robin Herbots 5 | * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) 6 | * Version: 3.3.11 7 | */ 8 | 9 | "function" == typeof define && define.amd 10 | ? define(function () { 11 | return window; 12 | }) 13 | : "object" == typeof exports && (module.exports = window); 14 | -------------------------------------------------------------------------------- /assets/libs/jquery-asColor/src/defaults.js: -------------------------------------------------------------------------------- 1 | export default { 2 | format: false, 3 | shortenHex: false, 4 | hexUseName: false, 5 | reduceAlpha: false, 6 | alphaConvert: { 7 | // or false will disable convert 8 | RGB: "RGBA", 9 | HSL: "HSLA", 10 | HEX: "RGBA", 11 | NAMESPACE: "RGBA", 12 | }, 13 | nameDegradation: "HEX", 14 | invalidValue: "", 15 | zeroAlphaAsTransparent: true, 16 | }; 17 | -------------------------------------------------------------------------------- /assets/libs/jquery-asColor/src/info.js: -------------------------------------------------------------------------------- 1 | export default { 2 | version: "0.3.6", 3 | }; 4 | -------------------------------------------------------------------------------- /assets/libs/jquery-asColor/src/main.js: -------------------------------------------------------------------------------- 1 | import $ from "jquery"; 2 | import AsColor from "./asColor"; 3 | import info from "./info"; 4 | import Converter from "./converter"; 5 | 6 | const OtherAsColor = $.asColor; 7 | 8 | const jQueryAsColor = function (...args) { 9 | return new AsColor(...args); 10 | }; 11 | 12 | $.asColor = jQueryAsColor; 13 | $.asColor.Constructor = AsColor; 14 | 15 | $.extend( 16 | $.asColor, 17 | { 18 | matchString: AsColor.matchString, 19 | setDefaults: AsColor.setDefaults, 20 | noConflict: function () { 21 | $.asColor = OtherAsColor; 22 | return jQueryAsColor; 23 | }, 24 | }, 25 | Converter, 26 | info 27 | ); 28 | 29 | export default $.asColor; 30 | -------------------------------------------------------------------------------- /assets/libs/jquery-asColorPicker/dist/images/alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/jquery-asColorPicker/dist/images/alpha.png -------------------------------------------------------------------------------- /assets/libs/jquery-asColorPicker/dist/images/hue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/jquery-asColorPicker/dist/images/hue.png -------------------------------------------------------------------------------- /assets/libs/jquery-asColorPicker/dist/images/saturation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/jquery-asColorPicker/dist/images/saturation.png -------------------------------------------------------------------------------- /assets/libs/jquery-asColorPicker/dist/images/transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/jquery-asColorPicker/dist/images/transparent.png -------------------------------------------------------------------------------- /assets/libs/jquery-asGradient/src/colorStop.js: -------------------------------------------------------------------------------- 1 | import Color from "jquery-asColor"; 2 | import GradientString from "./gradientString"; 3 | 4 | export default class ColorStop { 5 | constructor(color, position, gradient) { 6 | this.color = Color(color, gradient.options.color); 7 | this.position = GradientString.parsePosition(position); 8 | this.id = ++gradient._stopIdCount; 9 | this.gradient = gradient; 10 | } 11 | 12 | setPosition(string) { 13 | const position = GradientString.parsePosition(string); 14 | if (this.position !== position) { 15 | this.position = position; 16 | this.gradient.reorder(); 17 | } 18 | } 19 | 20 | setColor(string) { 21 | this.color.fromString(string); 22 | } 23 | 24 | remove() { 25 | this.gradient.removeById(this.id); 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /assets/libs/jquery-asGradient/src/defaults.js: -------------------------------------------------------------------------------- 1 | export default { 2 | prefixes: ["-webkit-", "-moz-", "-ms-", "-o-"], 3 | forceStandard: true, 4 | angleUseKeyword: true, 5 | emptyString: "", 6 | degradationFormat: false, 7 | cleanPosition: true, 8 | color: { 9 | format: false, // rgb, rgba, hsl, hsla, hex 10 | hexUseName: false, 11 | reduceAlpha: true, 12 | shortenHex: true, 13 | zeroAlphaAsTransparent: false, 14 | invalidValue: { 15 | r: 0, 16 | g: 0, 17 | b: 0, 18 | a: 1, 19 | }, 20 | }, 21 | }; 22 | -------------------------------------------------------------------------------- /assets/libs/jquery-asGradient/src/info.js: -------------------------------------------------------------------------------- 1 | export default { 2 | version: "0.3.3", 3 | }; 4 | -------------------------------------------------------------------------------- /assets/libs/jquery-asGradient/src/keywordAngleMap.js: -------------------------------------------------------------------------------- 1 | export default { 2 | "to top": 0, 3 | "to right": 90, 4 | "to bottom": 180, 5 | "to left": 270, 6 | "to right top": 45, 7 | "to top right": 45, 8 | "to bottom right": 135, 9 | "to right bottom": 135, 10 | "to left bottom": 225, 11 | "to bottom left": 225, 12 | "to top left": 315, 13 | "to left top": 315, 14 | }; 15 | -------------------------------------------------------------------------------- /assets/libs/jquery-asGradient/src/main.js: -------------------------------------------------------------------------------- 1 | import $ from "jquery"; 2 | import AsGradient from "./asGradient"; 3 | import info from "./info"; 4 | import GradientString from "./gradientString"; 5 | 6 | const OtherAsGradient = $.asGradient; 7 | 8 | const jQueryAsGradient = function (...args) { 9 | return new AsGradient(...args); 10 | }; 11 | 12 | $.asGradient = jQueryAsGradient; 13 | $.asGradient.Constructor = AsGradient; 14 | 15 | $.extend( 16 | $.asGradient, 17 | { 18 | setDefaults: AsGradient.setDefaults, 19 | noConflict: function () { 20 | $.asGradient = OtherAsGradient; 21 | return jQueryAsGradient; 22 | }, 23 | }, 24 | GradientString, 25 | info 26 | ); 27 | 28 | export default $.asGradient; 29 | -------------------------------------------------------------------------------- /assets/libs/jquery-asGradient/src/regExpStrings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/jquery-asGradient/src/regExpStrings.js -------------------------------------------------------------------------------- /assets/libs/jquery-minicolors/component.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "jquery-minicolors", 3 | "version": "2.2.6", 4 | "description": "jQuery MiniColors Plugin", 5 | "homepage": "", 6 | "main": ["./jquery.minicolors.js", "./jquery.minicolors.css"], 7 | "dependencies": { 8 | "jquery": ">= 1.7.x" 9 | }, 10 | "keywords": ["jquery", "colorpicker"], 11 | "author": { 12 | "name": "Cory LaViska", 13 | "web": "http://www.abeautifulsite.net/" 14 | }, 15 | "license": ["http://www.opensource.org/licenses/mit-license.php"] 16 | } 17 | -------------------------------------------------------------------------------- /assets/libs/jquery-minicolors/jquery.minicolors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/jquery-minicolors/jquery.minicolors.png -------------------------------------------------------------------------------- /assets/libs/jquery-steps/build/jQuery.Steps.1.1.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/jquery-steps/build/jQuery.Steps.1.1.0.nupkg -------------------------------------------------------------------------------- /assets/libs/jquery-steps/build/jquery.steps-1.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/jquery-steps/build/jquery.steps-1.1.0.zip -------------------------------------------------------------------------------- /assets/libs/jquery-steps/nuget/NuGet.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/jquery-steps/nuget/NuGet.exe -------------------------------------------------------------------------------- /assets/libs/jquery-steps/steps.jquery.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "steps", 3 | "title": "jQuery Steps", 4 | "description": "A powerful jQuery wizard plugin that supports accessibility and HTML5.", 5 | "keywords": [ 6 | "wizard", 7 | "navigation", 8 | "forms", 9 | "UI", 10 | "component", 11 | "HTML5", 12 | "accessibility", 13 | "validation", 14 | "tabs", 15 | "steps" 16 | ], 17 | "version": "1.1.0", 18 | "author": { 19 | "name": "Rafael Staib", 20 | "email": "me@rafaelstaib.com", 21 | "url": "http://www.rafaelstaib.com" 22 | }, 23 | "licenses": [ 24 | { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } 25 | ], 26 | "bugs": "https://github.com/rstaib/jquery-steps/issues", 27 | "homepage": "http://www.jquery-steps.com", 28 | "docs": "https://github.com/rstaib/jquery-steps/wiki", 29 | "download": "http://www.jquery-steps.com", 30 | "demo": "http://www.jquery-steps.com/Examples", 31 | "dependencies": { 32 | "jquery": ">=1.9.0" 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /assets/libs/jquery-validation/dist/localization/methods_de.js: -------------------------------------------------------------------------------- 1 | (function (factory) { 2 | if (typeof define === "function" && define.amd) { 3 | define(["jquery", "../jquery.validate"], factory); 4 | } else if (typeof module === "object" && module.exports) { 5 | module.exports = factory(require("jquery")); 6 | } else { 7 | factory(jQuery); 8 | } 9 | })(function ($) { 10 | /* 11 | * Localized default methods for the jQuery validation plugin. 12 | * Locale: DE 13 | */ 14 | $.extend($.validator.methods, { 15 | date: function (value, element) { 16 | return this.optional(element) || /^\d\d?\.\d\d?\.\d\d\d?\d?$/.test(value); 17 | }, 18 | number: function (value, element) { 19 | return ( 20 | this.optional(element) || 21 | /^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(value) 22 | ); 23 | }, 24 | }); 25 | return $; 26 | }); 27 | -------------------------------------------------------------------------------- /assets/libs/jquery-validation/dist/localization/methods_es_CL.js: -------------------------------------------------------------------------------- 1 | (function (factory) { 2 | if (typeof define === "function" && define.amd) { 3 | define(["jquery", "../jquery.validate"], factory); 4 | } else if (typeof module === "object" && module.exports) { 5 | module.exports = factory(require("jquery")); 6 | } else { 7 | factory(jQuery); 8 | } 9 | })(function ($) { 10 | /* 11 | * Localized default methods for the jQuery validation plugin. 12 | * Locale: ES_CL 13 | */ 14 | $.extend($.validator.methods, { 15 | date: function (value, element) { 16 | return this.optional(element) || /^\d\d?\-\d\d?\-\d\d\d?\d?$/.test(value); 17 | }, 18 | number: function (value, element) { 19 | return ( 20 | this.optional(element) || 21 | /^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(value) 22 | ); 23 | }, 24 | }); 25 | return $; 26 | }); 27 | -------------------------------------------------------------------------------- /assets/libs/jquery-validation/dist/localization/methods_fi.js: -------------------------------------------------------------------------------- 1 | (function (factory) { 2 | if (typeof define === "function" && define.amd) { 3 | define(["jquery", "../jquery.validate"], factory); 4 | } else if (typeof module === "object" && module.exports) { 5 | module.exports = factory(require("jquery")); 6 | } else { 7 | factory(jQuery); 8 | } 9 | })(function ($) { 10 | /* 11 | * Localized default methods for the jQuery validation plugin. 12 | * Locale: FI 13 | */ 14 | $.extend($.validator.methods, { 15 | date: function (value, element) { 16 | return this.optional(element) || /^\d{1,2}\.\d{1,2}\.\d{4}$/.test(value); 17 | }, 18 | number: function (value, element) { 19 | return this.optional(element) || /^-?(?:\d+)(?:,\d+)?$/.test(value); 20 | }, 21 | }); 22 | return $; 23 | }); 24 | -------------------------------------------------------------------------------- /assets/libs/jquery-validation/dist/localization/methods_nl.js: -------------------------------------------------------------------------------- 1 | (function (factory) { 2 | if (typeof define === "function" && define.amd) { 3 | define(["jquery", "../jquery.validate"], factory); 4 | } else if (typeof module === "object" && module.exports) { 5 | module.exports = factory(require("jquery")); 6 | } else { 7 | factory(jQuery); 8 | } 9 | })(function ($) { 10 | /* 11 | * Localized default methods for the jQuery validation plugin. 12 | * Locale: NL 13 | */ 14 | $.extend($.validator.methods, { 15 | date: function (value, element) { 16 | return ( 17 | this.optional(element) || 18 | /^\d\d?[\.\/\-]\d\d?[\.\/\-]\d\d\d?\d?$/.test(value) 19 | ); 20 | }, 21 | number: function (value, element) { 22 | return ( 23 | this.optional(element) || 24 | /^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(value) 25 | ); 26 | }, 27 | }); 28 | return $; 29 | }); 30 | -------------------------------------------------------------------------------- /assets/libs/jquery-validation/dist/localization/methods_pt.js: -------------------------------------------------------------------------------- 1 | (function (factory) { 2 | if (typeof define === "function" && define.amd) { 3 | define(["jquery", "../jquery.validate"], factory); 4 | } else if (typeof module === "object" && module.exports) { 5 | module.exports = factory(require("jquery")); 6 | } else { 7 | factory(jQuery); 8 | } 9 | })(function ($) { 10 | /* 11 | * Localized default methods for the jQuery validation plugin. 12 | * Locale: PT_BR 13 | */ 14 | $.extend($.validator.methods, { 15 | date: function (value, element) { 16 | return this.optional(element) || /^\d\d?\/\d\d?\/\d\d\d?\d?$/.test(value); 17 | }, 18 | }); 19 | return $; 20 | }); 21 | -------------------------------------------------------------------------------- /assets/libs/moment/ender.js: -------------------------------------------------------------------------------- 1 | $.ender({ moment: require("moment") }); 2 | -------------------------------------------------------------------------------- /assets/libs/moment/package.js: -------------------------------------------------------------------------------- 1 | var profile = { 2 | resourceTags: { 3 | ignore: function (filename, mid) { 4 | // only include moment/moment 5 | return mid != "moment/moment"; 6 | }, 7 | amd: function (filename, mid) { 8 | return /\.js$/.test(filename); 9 | }, 10 | }, 11 | }; 12 | -------------------------------------------------------------------------------- /assets/libs/toastr/toastr-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/assets/libs/toastr/toastr-icon.png -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/css/fa-brands.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | @font-face { 6 | font-family: 'Font Awesome 5 Brands'; 7 | font-style: normal; 8 | font-weight: normal; 9 | src: url("../webfonts/fa-brands-400.eot"); 10 | src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); } 11 | 12 | .fab { 13 | font-family: 'Font Awesome 5 Brands'; } 14 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/css/fa-brands.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | @font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands} -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/css/fa-regular.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | @font-face { 6 | font-family: 'Font Awesome 5 Free'; 7 | font-style: normal; 8 | font-weight: 400; 9 | src: url("../webfonts/fa-regular-400.eot"); 10 | src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); } 11 | 12 | .far { 13 | font-family: 'Font Awesome 5 Free'; 14 | font-weight: 400; } 15 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/css/fa-regular.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | @font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:Font Awesome\ 5 Free;font-weight:400} -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/css/fa-solid.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | @font-face { 6 | font-family: 'Font Awesome 5 Free'; 7 | font-style: normal; 8 | font-weight: 900; 9 | src: url("../webfonts/fa-solid-900.eot"); 10 | src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); } 11 | 12 | .fa, 13 | .fas { 14 | font-family: 'Font Awesome 5 Free'; 15 | font-weight: 900; } 16 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/css/fa-solid.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | @font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:Font Awesome\ 5 Free;font-weight:900} -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/less/_animated.less: -------------------------------------------------------------------------------- 1 | // Animated Icons 2 | // -------------------------- 3 | 4 | .@{fa-css-prefix}-spin { 5 | animation: fa-spin 2s infinite linear; 6 | } 7 | 8 | .@{fa-css-prefix}-pulse { 9 | animation: fa-spin 1s infinite steps(8); 10 | } 11 | 12 | @keyframes fa-spin { 13 | 0% { 14 | transform: rotate(0deg); 15 | } 16 | 100% { 17 | transform: rotate(360deg); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/less/_bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | border-radius: .1em; 6 | border: solid .08em @fa-border-color; 7 | padding: .2em .25em .15em; 8 | } 9 | 10 | .@{fa-css-prefix}-pull-left { float: left; } 11 | .@{fa-css-prefix}-pull-right { float: right; } 12 | 13 | .@{fa-css-prefix}, .fas, .far, .fal, .fab { 14 | &.@{fa-css-prefix}-pull-left { margin-right: .3em; } 15 | &.@{fa-css-prefix}-pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/less/_core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}, .fas, .far, .fal, .fab { 5 | -moz-osx-font-smoothing: grayscale; 6 | -webkit-font-smoothing: antialiased; 7 | display: inline-block; 8 | font-style: normal; 9 | font-variant: normal; 10 | text-rendering: auto; 11 | line-height: 1; 12 | } 13 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/less/_fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | text-align: center; 5 | width: (20em / 16); 6 | } 7 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/less/_larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | .larger(@factor) when (@factor > 0) { 5 | .larger((@factor - 1)); 6 | 7 | .@{fa-css-prefix}-@{factor}x { 8 | font-size: (@factor * 1em); 9 | } 10 | } 11 | 12 | /* makes the font 33% larger relative to the icon container */ 13 | .@{fa-css-prefix}-lg { 14 | font-size: (4em / 3); 15 | line-height: (3em / 4); 16 | vertical-align: -.0667em; 17 | } 18 | 19 | .@{fa-css-prefix}-xs { 20 | font-size: .75em; 21 | } 22 | 23 | .@{fa-css-prefix}-sm { 24 | font-size: .875em; 25 | } 26 | 27 | .larger(10); 28 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/less/_list.less: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-ul { 5 | list-style-type: none; 6 | margin-left: @fa-li-width * 5/4; 7 | padding-left: 0; 8 | 9 | > li { position: relative; } 10 | } 11 | 12 | .@{fa-css-prefix}-li { 13 | left: -@fa-li-width; 14 | position: absolute; 15 | text-align: center; 16 | width: @fa-li-width; 17 | line-height: inherit; 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/less/_rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | .@{fa-css-prefix}-flip-horizontal.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(-1, -1, 2); } 11 | 12 | // Hook for IE8-9 13 | // ------------------------- 14 | 15 | :root { 16 | .@{fa-css-prefix}-rotate-90, 17 | .@{fa-css-prefix}-rotate-180, 18 | .@{fa-css-prefix}-rotate-270, 19 | .@{fa-css-prefix}-flip-horizontal, 20 | .@{fa-css-prefix}-flip-vertical { 21 | filter: none; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/less/_screen-reader.less: -------------------------------------------------------------------------------- 1 | // Screen Readers 2 | // ------------------------- 3 | 4 | .sr-only { .sr-only(); } 5 | .sr-only-focusable { .sr-only-focusable(); } 6 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/less/_stacked.less: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-stack { 5 | display: inline-block; 6 | height: 2em; 7 | line-height: 2em; 8 | position: relative; 9 | vertical-align: middle; 10 | width: 2em; 11 | } 12 | 13 | .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { 14 | left: 0; 15 | position: absolute; 16 | text-align: center; 17 | width: 100%; 18 | } 19 | 20 | .@{fa-css-prefix}-stack-1x { line-height: inherit; } 21 | .@{fa-css-prefix}-stack-2x { font-size: 2em; } 22 | .@{fa-css-prefix}-inverse { color: @fa-inverse; } 23 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/less/fa-brands.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | @import "_variables.less"; 6 | 7 | @font-face { 8 | font-family: 'Font Awesome 5 Brands'; 9 | font-style: normal; 10 | font-weight: normal; 11 | src: url('@{fa-font-path}/fa-brands-400.eot'); 12 | src: url('@{fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'), 13 | url('@{fa-font-path}/fa-brands-400.woff2') format('woff2'), 14 | url('@{fa-font-path}/fa-brands-400.woff') format('woff'), 15 | url('@{fa-font-path}/fa-brands-400.ttf') format('truetype'), 16 | url('@{fa-font-path}/fa-brands-400.svg#fontawesome') format('svg'); 17 | } 18 | 19 | .fab { 20 | font-family: 'Font Awesome 5 Brands'; 21 | } 22 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/less/fa-regular.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | @import "_variables.less"; 6 | 7 | @font-face { 8 | font-family: 'Font Awesome 5 Free'; 9 | font-style: normal; 10 | font-weight: 400; 11 | src: url('@{fa-font-path}/fa-regular-400.eot'); 12 | src: url('@{fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'), 13 | url('@{fa-font-path}/fa-regular-400.woff2') format('woff2'), 14 | url('@{fa-font-path}/fa-regular-400.woff') format('woff'), 15 | url('@{fa-font-path}/fa-regular-400.ttf') format('truetype'), 16 | url('@{fa-font-path}/fa-regular-400.svg#fontawesome') format('svg'); 17 | } 18 | 19 | .far { 20 | font-family: 'Font Awesome 5 Free'; 21 | font-weight: 400; 22 | } 23 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/less/fa-solid.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | @import "_variables.less"; 6 | 7 | @font-face { 8 | font-family: 'Font Awesome 5 Free'; 9 | font-style: normal; 10 | font-weight: 900; 11 | src: url('@{fa-font-path}/fa-solid-900.eot'); 12 | src: url('@{fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'), 13 | url('@{fa-font-path}/fa-solid-900.woff2') format('woff2'), 14 | url('@{fa-font-path}/fa-solid-900.woff') format('woff'), 15 | url('@{fa-font-path}/fa-solid-900.ttf') format('truetype'), 16 | url('@{fa-font-path}/fa-solid-900.svg#fontawesome') format('svg'); 17 | } 18 | 19 | .fa, 20 | .fas { 21 | font-family: 'Font Awesome 5 Free'; 22 | font-weight: 900; 23 | } 24 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/less/fontawesome.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | @import "_variables.less"; 6 | @import "_mixins.less"; 7 | @import "_core.less"; 8 | @import "_larger.less"; 9 | @import "_fixed-width.less"; 10 | @import "_list.less"; 11 | @import "_bordered-pulled.less"; 12 | @import "_animated.less"; 13 | @import "_rotated-flipped.less"; 14 | @import "_stacked.less"; 15 | @import "_icons.less"; 16 | @import "_screen-reader.less"; 17 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/scss/_animated.scss: -------------------------------------------------------------------------------- 1 | // Animated Icons 2 | // -------------------------- 3 | 4 | .#{$fa-css-prefix}-spin { 5 | animation: fa-spin 2s infinite linear; 6 | } 7 | 8 | .#{$fa-css-prefix}-pulse { 9 | animation: fa-spin 1s infinite steps(8); 10 | } 11 | 12 | @keyframes fa-spin { 13 | 0% { 14 | transform: rotate(0deg); 15 | } 16 | 17 | 100% { 18 | transform: rotate(360deg); 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | border: solid 0.08em $fa-border-color; 6 | border-radius: 0.1em; 7 | padding: 0.2em 0.25em 0.15em; 8 | } 9 | 10 | .#{$fa-css-prefix}-pull-left { 11 | float: left; 12 | } 13 | .#{$fa-css-prefix}-pull-right { 14 | float: right; 15 | } 16 | 17 | .#{$fa-css-prefix}, 18 | .fas, 19 | .far, 20 | .fal, 21 | .fab { 22 | &.#{$fa-css-prefix}-pull-left { 23 | margin-right: 0.3em; 24 | } 25 | &.#{$fa-css-prefix}-pull-right { 26 | margin-left: 0.3em; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}, 5 | .fas, 6 | .far, 7 | .fal, 8 | .fab { 9 | -moz-osx-font-smoothing: grayscale; 10 | -webkit-font-smoothing: antialiased; 11 | display: inline-block; 12 | font-style: normal; 13 | font-variant: normal; 14 | text-rendering: auto; 15 | line-height: 1; 16 | } 17 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | text-align: center; 5 | width: (20em / 16); 6 | } 7 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/scss/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | // makes the font 33% larger relative to the icon container 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -0.0667em; 9 | } 10 | 11 | .#{$fa-css-prefix}-xs { 12 | font-size: 0.75em; 13 | } 14 | 15 | .#{$fa-css-prefix}-sm { 16 | font-size: 0.875em; 17 | } 18 | 19 | @for $i from 1 through 10 { 20 | .#{$fa-css-prefix}-#{$i}x { 21 | font-size: $i * 1em; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/scss/_list.scss: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-ul { 5 | list-style-type: none; 6 | margin-left: $fa-li-width * 5/4; 7 | padding-left: 0; 8 | 9 | > li { 10 | position: relative; 11 | } 12 | } 13 | 14 | .#{$fa-css-prefix}-li { 15 | left: -$fa-li-width; 16 | position: absolute; 17 | text-align: center; 18 | width: $fa-li-width; 19 | line-height: inherit; 20 | } 21 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-rotate-90 { 5 | @include fa-icon-rotate(90deg, 1); 6 | } 7 | .#{$fa-css-prefix}-rotate-180 { 8 | @include fa-icon-rotate(180deg, 2); 9 | } 10 | .#{$fa-css-prefix}-rotate-270 { 11 | @include fa-icon-rotate(270deg, 3); 12 | } 13 | 14 | .#{$fa-css-prefix}-flip-horizontal { 15 | @include fa-icon-flip(-1, 1, 0); 16 | } 17 | .#{$fa-css-prefix}-flip-vertical { 18 | @include fa-icon-flip(1, -1, 2); 19 | } 20 | .#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical { 21 | @include fa-icon-flip(-1, -1, 2); 22 | } 23 | 24 | // Hook for IE8-9 25 | // ------------------------- 26 | 27 | :root { 28 | .#{$fa-css-prefix}-rotate-90, 29 | .#{$fa-css-prefix}-rotate-180, 30 | .#{$fa-css-prefix}-rotate-270, 31 | .#{$fa-css-prefix}-flip-horizontal, 32 | .#{$fa-css-prefix}-flip-vertical { 33 | filter: none; 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/scss/_screen-reader.scss: -------------------------------------------------------------------------------- 1 | // Screen Readers 2 | // ------------------------- 3 | 4 | .sr-only { 5 | @include sr-only; 6 | } 7 | .sr-only-focusable { 8 | @include sr-only-focusable; 9 | } 10 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/scss/_stacked.scss: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-stack { 5 | display: inline-block; 6 | height: 2em; 7 | line-height: 2em; 8 | position: relative; 9 | vertical-align: middle; 10 | width: 2em; 11 | } 12 | 13 | .#{$fa-css-prefix}-stack-1x, 14 | .#{$fa-css-prefix}-stack-2x { 15 | left: 0; 16 | position: absolute; 17 | text-align: center; 18 | width: 100%; 19 | } 20 | 21 | .#{$fa-css-prefix}-stack-1x { 22 | line-height: inherit; 23 | } 24 | 25 | .#{$fa-css-prefix}-stack-2x { 26 | font-size: 2em; 27 | } 28 | 29 | .#{$fa-css-prefix}-inverse { 30 | color: $fa-inverse; 31 | } 32 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/scss/fa-brands.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | @import "variables"; 6 | 7 | @font-face { 8 | font-family: "Font Awesome 5 Brands"; 9 | font-style: normal; 10 | font-weight: normal; 11 | src: url("#{$fa-font-path}/fa-brands-400.eot"); 12 | src: url("#{$fa-font-path}/fa-brands-400.eot?#iefix") 13 | format("embedded-opentype"), 14 | url("#{$fa-font-path}/fa-brands-400.woff2") format("woff2"), 15 | url("#{$fa-font-path}/fa-brands-400.woff") format("woff"), 16 | url("#{$fa-font-path}/fa-brands-400.ttf") format("truetype"), 17 | url("#{$fa-font-path}/fa-brands-400.svg#fontawesome") format("svg"); 18 | } 19 | 20 | .fab { 21 | font-family: "Font Awesome 5 Brands"; 22 | } 23 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/scss/fa-regular.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | @import "variables"; 6 | 7 | @font-face { 8 | font-family: "Font Awesome 5 Free"; 9 | font-style: normal; 10 | font-weight: 400; 11 | src: url("#{$fa-font-path}/fa-regular-400.eot"); 12 | src: url("#{$fa-font-path}/fa-regular-400.eot?#iefix") 13 | format("embedded-opentype"), 14 | url("#{$fa-font-path}/fa-regular-400.woff2") format("woff2"), 15 | url("#{$fa-font-path}/fa-regular-400.woff") format("woff"), 16 | url("#{$fa-font-path}/fa-regular-400.ttf") format("truetype"), 17 | url("#{$fa-font-path}/fa-regular-400.svg#fontawesome") format("svg"); 18 | } 19 | 20 | .far { 21 | font-family: "Font Awesome 5 Free"; 22 | font-weight: 400; 23 | } 24 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/scss/fa-solid.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | @import "variables"; 6 | 7 | @font-face { 8 | font-family: "Font Awesome 5 Free"; 9 | font-style: normal; 10 | font-weight: 900; 11 | src: url("#{$fa-font-path}/fa-solid-900.eot"); 12 | src: url("#{$fa-font-path}/fa-solid-900.eot?#iefix") 13 | format("embedded-opentype"), 14 | url("#{$fa-font-path}/fa-solid-900.woff2") format("woff2"), 15 | url("#{$fa-font-path}/fa-solid-900.woff") format("woff"), 16 | url("#{$fa-font-path}/fa-solid-900.ttf") format("truetype"), 17 | url("#{$fa-font-path}/fa-solid-900.svg#fontawesome") format("svg"); 18 | } 19 | 20 | .fa, 21 | .fas { 22 | font-family: "Font Awesome 5 Free"; 23 | font-weight: 900; 24 | } 25 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/scss/fontawesome.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | @import "variables"; 6 | @import "mixins"; 7 | @import "core"; 8 | @import "larger"; 9 | @import "fixed-width"; 10 | @import "list"; 11 | @import "bordered-pulled"; 12 | @import "animated"; 13 | @import "rotated-flipped"; 14 | @import "stacked"; 15 | @import "icons"; 16 | @import "screen-reader"; 17 | -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/font-awesome/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/font-awesome/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/font-awesome/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/font-awesome/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/webfonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/font-awesome/webfonts/fa-regular-400.eot -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/font-awesome/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/webfonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/font-awesome/webfonts/fa-regular-400.woff -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/font-awesome/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/webfonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/font-awesome/webfonts/fa-solid-900.eot -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/font-awesome/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/font-awesome/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /dist/css/icons/font-awesome/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/font-awesome/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /dist/css/icons/material-design-iconic-font/css/materialdesignicons.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/material-design-iconic-font/css/materialdesignicons.min.css.map -------------------------------------------------------------------------------- /dist/css/icons/material-design-iconic-font/fonts/Material-Design-Iconic-Font.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/material-design-iconic-font/fonts/Material-Design-Iconic-Font.eot -------------------------------------------------------------------------------- /dist/css/icons/material-design-iconic-font/fonts/Material-Design-Iconic-Font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/material-design-iconic-font/fonts/Material-Design-Iconic-Font.ttf -------------------------------------------------------------------------------- /dist/css/icons/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff -------------------------------------------------------------------------------- /dist/css/icons/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff2 -------------------------------------------------------------------------------- /dist/css/icons/material-design-iconic-font/fonts/materialdesignicons-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/material-design-iconic-font/fonts/materialdesignicons-webfont.eot -------------------------------------------------------------------------------- /dist/css/icons/material-design-iconic-font/fonts/materialdesignicons-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/material-design-iconic-font/fonts/materialdesignicons-webfont.ttf -------------------------------------------------------------------------------- /dist/css/icons/material-design-iconic-font/fonts/materialdesignicons-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/material-design-iconic-font/fonts/materialdesignicons-webfont.woff -------------------------------------------------------------------------------- /dist/css/icons/material-design-iconic-font/fonts/materialdesignicons-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/material-design-iconic-font/fonts/materialdesignicons-webfont.woff2 -------------------------------------------------------------------------------- /dist/css/icons/themify-icons/fonts/themify.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/themify-icons/fonts/themify.eot -------------------------------------------------------------------------------- /dist/css/icons/themify-icons/fonts/themify.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/themify-icons/fonts/themify.ttf -------------------------------------------------------------------------------- /dist/css/icons/themify-icons/fonts/themify.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/themify-icons/fonts/themify.woff -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/css/weather-icons-variables.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/weather-icons/css/weather-icons-variables.css -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/fonts/weathericons-regular-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/weather-icons/fonts/weathericons-regular-webfont.eot -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/fonts/weathericons-regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/weather-icons/fonts/weathericons-regular-webfont.ttf -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/fonts/weathericons-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/weather-icons/fonts/weathericons-regular-webfont.woff -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/fonts/weathericons-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/weather-icons/fonts/weathericons-regular-webfont.woff2 -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/css/variables-beaufort.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/weather-icons/less/css/variables-beaufort.css -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/css/variables-day.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/weather-icons/less/css/variables-day.css -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/css/variables-direction.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/weather-icons/less/css/variables-direction.css -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/css/variables-misc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/weather-icons/less/css/variables-misc.css -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/css/variables-moon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/weather-icons/less/css/variables-moon.css -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/css/variables-neutral.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/weather-icons/less/css/variables-neutral.css -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/css/variables-night.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/weather-icons/less/css/variables-night.css -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/css/variables-time.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/weather-icons/less/css/variables-time.css -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/css/variables-wind-names.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/icons/weather-icons/less/css/variables-wind-names.css -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/icon-classes/classes-beaufort.less: -------------------------------------------------------------------------------- 1 | .wi-wind-beaufort-0:before {content: @wind-beaufort-0;} 2 | .wi-wind-beaufort-1:before {content: @wind-beaufort-1;} 3 | .wi-wind-beaufort-2:before {content: @wind-beaufort-2;} 4 | .wi-wind-beaufort-3:before {content: @wind-beaufort-3;} 5 | .wi-wind-beaufort-4:before {content: @wind-beaufort-4;} 6 | .wi-wind-beaufort-5:before {content: @wind-beaufort-5;} 7 | .wi-wind-beaufort-6:before {content: @wind-beaufort-6;} 8 | .wi-wind-beaufort-7:before {content: @wind-beaufort-7;} 9 | .wi-wind-beaufort-8:before {content: @wind-beaufort-8;} 10 | .wi-wind-beaufort-9:before {content: @wind-beaufort-9;} 11 | .wi-wind-beaufort-10:before {content: @wind-beaufort-10;} 12 | .wi-wind-beaufort-11:before {content: @wind-beaufort-11;} 13 | .wi-wind-beaufort-12:before {content: @wind-beaufort-12;} -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/icon-classes/classes-direction.less: -------------------------------------------------------------------------------- 1 | .wi-direction-up:before {content: @direction-up;} 2 | .wi-direction-up-right:before {content: @direction-up-right;} 3 | .wi-direction-right:before {content: @direction-right;} 4 | .wi-direction-down-right:before {content: @direction-down-right;} 5 | .wi-direction-down:before {content: @direction-down;} 6 | .wi-direction-down-left:before {content: @direction-down-left;} 7 | .wi-direction-left:before {content: @direction-left;} 8 | .wi-direction-up-left:before {content: @direction-up-left;} -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/icon-classes/classes-time.less: -------------------------------------------------------------------------------- 1 | .wi-time-1:before {content: @time-1;} 2 | .wi-time-2:before {content: @time-2;} 3 | .wi-time-3:before {content: @time-3;} 4 | .wi-time-4:before {content: @time-4;} 5 | .wi-time-5:before {content: @time-5;} 6 | .wi-time-6:before {content: @time-6;} 7 | .wi-time-7:before {content: @time-7;} 8 | .wi-time-8:before {content: @time-8;} 9 | .wi-time-9:before {content: @time-9;} 10 | .wi-time-10:before {content: @time-10;} 11 | .wi-time-11:before {content: @time-11;} 12 | .wi-time-12:before {content: @time-12;} -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/icon-classes/classes-wind.less: -------------------------------------------------------------------------------- 1 | // Wind Variables 2.0 2 | 3 | @wind: "\f0b1"; 4 | 5 | .@{wi-css-prefix}-wind:before { content: @wind; } 6 | .wind-rotate(@degrees) { 7 | -webkit-transform: rotate(@degrees); 8 | -moz-transform: rotate(@degrees); 9 | -ms-transform: rotate(@degrees); 10 | -o-transform: rotate(@degrees); 11 | transform: rotate(@degrees); 12 | } 13 | 14 | @import "classes-wind-degrees.less"; -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/icon-variables/variables-beaufort.less: -------------------------------------------------------------------------------- 1 | @wind-beaufort-0: "\f0b7"; 2 | @wind-beaufort-1: "\f0b8"; 3 | @wind-beaufort-2: "\f0b9"; 4 | @wind-beaufort-3: "\f0ba"; 5 | @wind-beaufort-4: "\f0bb"; 6 | @wind-beaufort-5: "\f0bc"; 7 | @wind-beaufort-6: "\f0bd"; 8 | @wind-beaufort-7: "\f0be"; 9 | @wind-beaufort-8: "\f0bf"; 10 | @wind-beaufort-9: "\f0c0"; 11 | @wind-beaufort-10: "\f0c1"; 12 | @wind-beaufort-11: "\f0c2"; 13 | @wind-beaufort-12: "\f0c3"; -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/icon-variables/variables-day.less: -------------------------------------------------------------------------------- 1 | @day-sunny: "\f00d"; 2 | @day-cloudy: "\f002"; 3 | @day-cloudy-gusts: "\f000"; 4 | @day-cloudy-windy: "\f001"; 5 | @day-fog: "\f003"; 6 | @day-hail: "\f004"; 7 | @day-haze: "\f0b6"; 8 | @day-lightning: "\f005"; 9 | @day-rain: "\f008"; 10 | @day-rain-mix: "\f006"; 11 | @day-rain-wind: "\f007"; 12 | @day-showers: "\f009"; 13 | @day-sleet: "\f0b2"; 14 | @day-sleet-storm: "\f068"; 15 | @day-snow: "\f00a"; 16 | @day-snow-thunderstorm: "\f06b"; 17 | @day-snow-wind: "\f065"; 18 | @day-sprinkle: "\f00b"; 19 | @day-storm-showers: "\f00e"; 20 | @day-sunny-overcast: "\f00c"; 21 | @day-thunderstorm: "\f010"; 22 | @day-windy: "\f085"; 23 | @solar-eclipse: "\f06e"; 24 | @hot: "\f072"; 25 | @day-cloudy-high: "\f07d"; 26 | @day-light-wind: "\f0c4"; -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/icon-variables/variables-direction.less: -------------------------------------------------------------------------------- 1 | @direction-up: "\f058"; 2 | @direction-up-right: "\f057"; 3 | @direction-right: "\f04d"; 4 | @direction-down-right: "\f088"; 5 | @direction-down: "\f044"; 6 | @direction-down-left: "\f043"; 7 | @direction-left: "\f048"; 8 | @direction-up-left: "\f087"; -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/icon-variables/variables-misc.less: -------------------------------------------------------------------------------- 1 | @alien: "\f075"; 2 | @celsius: "\f03c"; 3 | @fahrenheit: "\f045"; 4 | @degrees: "\f042"; 5 | @thermometer: "\f055"; 6 | @thermometer-exterior: "\f053"; 7 | @thermometer-internal: "\f054"; 8 | @cloud-down: "\f03d"; 9 | @cloud-up: "\f040"; 10 | @cloud-refresh: "\f03e"; 11 | @horizon: "\f047"; 12 | @horizon-alt: "\f046"; 13 | @sunrise: "\f051"; 14 | @sunset: "\f052"; 15 | @moonrise: "\f0c9"; 16 | @moonset: "\f0ca"; 17 | @refresh: "\f04c"; 18 | @refresh-alt: "\f04b"; 19 | @umbrella: "\f084"; 20 | @barometer: "\f079"; 21 | @humidity: "\f07a"; 22 | @na: "\f07b"; 23 | @train: "\f0cb"; -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/icon-variables/variables-neutral.less: -------------------------------------------------------------------------------- 1 | @cloud: "\f041"; 2 | @cloudy: "\f013"; 3 | @cloudy-gusts: "\f011"; 4 | @cloudy-windy: "\f012"; 5 | @fog: "\f014"; 6 | @hail: "\f015"; 7 | @rain: "\f019"; 8 | @rain-mix: "\f017"; 9 | @rain-wind: "\f018"; 10 | @showers: "\f01a"; 11 | @sleet: "\f0b5"; 12 | @snow: "\f01b"; 13 | @sprinkle: "\f01c"; 14 | @storm-showers: "\f01d"; 15 | @thunderstorm: "\f01e"; 16 | @snow-wind: "\f064"; 17 | @snow: "\f01b"; 18 | @smog: "\f074"; 19 | @smoke: "\f062"; 20 | @lightning: "\f016"; 21 | @raindrops: "\f04e"; 22 | @raindrop: "\f078"; 23 | @dust: "\f063"; 24 | @snowflake-cold: "\f076"; 25 | @windy: "\f021"; 26 | @strong-wind: "\f050"; 27 | @sandstorm: "\f082"; 28 | @earthquake: "\f0c6"; 29 | @fire: "\f0c7"; 30 | @flood: "\f07c"; 31 | @meteor: "\f071"; 32 | @tsunami: "\f0c5"; 33 | @volcano: "\f0c8"; 34 | @hurricane: "\f073"; 35 | @tornado: "\f056"; 36 | @small-craft-advisory: "\f0cc"; 37 | @gale-warning: "\f0cd"; 38 | @storm-warning: "\f0ce"; 39 | @hurricane-warning: "\f0cf"; 40 | @wind-direction: "\f0b1"; -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/icon-variables/variables-time.less: -------------------------------------------------------------------------------- 1 | @time-1: "\f08a"; 2 | @time-2: "\f08b"; 3 | @time-3: "\f08c"; 4 | @time-4: "\f08d"; 5 | @time-5: "\f08e"; 6 | @time-6: "\f08f"; 7 | @time-7: "\f090"; 8 | @time-8: "\f091"; 9 | @time-9: "\f092"; 10 | @time-10: "\f093"; 11 | @time-11: "\f094"; 12 | @time-12: "\f089"; -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/icon-variables/variables-wind-names.less: -------------------------------------------------------------------------------- 1 | @n: "\f0b1"; 2 | @nne: "\f0b1"; 3 | @ne: "\f0b1"; 4 | @ene: "\f0b1"; 5 | @e: "\f0b1"; 6 | @ese: "\f0b1"; 7 | @se: "\f0b1"; 8 | @sse: "\f0b1"; 9 | @s: "\f0b1"; 10 | @ssw: "\f0b1"; 11 | @sw: "\f0b1"; 12 | @wsw: "\f0b1"; 13 | @w: "\f0b1"; 14 | @wnw: "\f0b1"; 15 | @nw: "\f0b1"; 16 | @nnw: "\f0b1"; 17 | @n: "\f0b1"; 18 | @nne: "\f0b1"; 19 | @ne: "\f0b1"; 20 | @ene: "\f0b1"; 21 | @e: "\f0b1"; 22 | @ese: "\f0b1"; 23 | @se: "\f0b1"; 24 | @sse: "\f0b1"; 25 | @s: "\f0b1"; 26 | @ssw: "\f0b1"; 27 | @sw: "\f0b1"; 28 | @wsw: "\f0b1"; 29 | @w: "\f0b1"; 30 | @wnw: "\f0b1"; 31 | @nw: "\f0b1"; 32 | @nnw: "\f0b1"; -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/weather-icons-classes.less: -------------------------------------------------------------------------------- 1 | @import "icon-classes/classes-day.less"; 2 | @import "icon-classes/classes-night.less"; 3 | @import "icon-classes/classes-neutral.less"; 4 | @import "icon-classes/classes-misc.less"; 5 | @import "icon-classes/classes-moon.less"; 6 | @import "icon-classes/classes-moon-aliases.less"; 7 | @import "icon-classes/classes-time.less"; 8 | @import "icon-classes/classes-direction.less"; 9 | @import "icon-classes/classes-beaufort.less"; 10 | -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/weather-icons-variables.less: -------------------------------------------------------------------------------- 1 | @import "icon-variables/variables-beaufort.less"; 2 | @import "icon-variables/variables-time.less"; 3 | @import "icon-variables/variables-moon.less"; 4 | @import "icon-variables/variables-direction.less"; 5 | @import "icon-variables/variables-day.less"; 6 | @import "icon-variables/variables-night.less"; 7 | @import "icon-variables/variables-neutral.less"; 8 | @import "icon-variables/variables-misc.less"; 9 | 10 | -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/weather-icons-wind.less: -------------------------------------------------------------------------------- 1 | @import "weather-icons-core.less"; 2 | @import "icon-variables/variables-wind-names.less"; 3 | @import "icon-classes/classes-wind.less"; 4 | @import "icon-classes/classes-wind-degrees.less"; 5 | @import "icon-classes/classes-wind-aliases.less"; -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/less/weather-icons-wind.min.less: -------------------------------------------------------------------------------- 1 | @import "weather-icons-core.less"; 2 | @import "icon-variables/variables-wind-names.less"; 3 | @import "icon-classes/classes-wind.less"; 4 | @import "icon-classes/classes-wind-degrees.less"; 5 | @import "icon-classes/classes-wind-aliases.less"; -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/sass/icon-classes/classes-beaufort.scss: -------------------------------------------------------------------------------- 1 | .wi-wind-beaufort-0:before { 2 | content: $wind-beaufort-0; 3 | } 4 | .wi-wind-beaufort-1:before { 5 | content: $wind-beaufort-1; 6 | } 7 | .wi-wind-beaufort-2:before { 8 | content: $wind-beaufort-2; 9 | } 10 | .wi-wind-beaufort-3:before { 11 | content: $wind-beaufort-3; 12 | } 13 | .wi-wind-beaufort-4:before { 14 | content: $wind-beaufort-4; 15 | } 16 | .wi-wind-beaufort-5:before { 17 | content: $wind-beaufort-5; 18 | } 19 | .wi-wind-beaufort-6:before { 20 | content: $wind-beaufort-6; 21 | } 22 | .wi-wind-beaufort-7:before { 23 | content: $wind-beaufort-7; 24 | } 25 | .wi-wind-beaufort-8:before { 26 | content: $wind-beaufort-8; 27 | } 28 | .wi-wind-beaufort-9:before { 29 | content: $wind-beaufort-9; 30 | } 31 | .wi-wind-beaufort-10:before { 32 | content: $wind-beaufort-10; 33 | } 34 | .wi-wind-beaufort-11:before { 35 | content: $wind-beaufort-11; 36 | } 37 | .wi-wind-beaufort-12:before { 38 | content: $wind-beaufort-12; 39 | } 40 | -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/sass/icon-classes/classes-direction.scss: -------------------------------------------------------------------------------- 1 | .wi-direction-up:before { 2 | content: $direction-up; 3 | } 4 | .wi-direction-up-right:before { 5 | content: $direction-up-right; 6 | } 7 | .wi-direction-right:before { 8 | content: $direction-right; 9 | } 10 | .wi-direction-down-right:before { 11 | content: $direction-down-right; 12 | } 13 | .wi-direction-down:before { 14 | content: $direction-down; 15 | } 16 | .wi-direction-down-left:before { 17 | content: $direction-down-left; 18 | } 19 | .wi-direction-left:before { 20 | content: $direction-left; 21 | } 22 | .wi-direction-up-left:before { 23 | content: $direction-up-left; 24 | } 25 | -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/sass/icon-classes/classes-time.scss: -------------------------------------------------------------------------------- 1 | .wi-time-1:before { 2 | content: $time-1; 3 | } 4 | .wi-time-2:before { 5 | content: $time-2; 6 | } 7 | .wi-time-3:before { 8 | content: $time-3; 9 | } 10 | .wi-time-4:before { 11 | content: $time-4; 12 | } 13 | .wi-time-5:before { 14 | content: $time-5; 15 | } 16 | .wi-time-6:before { 17 | content: $time-6; 18 | } 19 | .wi-time-7:before { 20 | content: $time-7; 21 | } 22 | .wi-time-8:before { 23 | content: $time-8; 24 | } 25 | .wi-time-9:before { 26 | content: $time-9; 27 | } 28 | .wi-time-10:before { 29 | content: $time-10; 30 | } 31 | .wi-time-11:before { 32 | content: $time-11; 33 | } 34 | .wi-time-12:before { 35 | content: $time-12; 36 | } 37 | -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/sass/icon-classes/classes-wind.scss: -------------------------------------------------------------------------------- 1 | // Wind Variables 2.0 2 | 3 | $wind: "\f0b1"; 4 | 5 | .#{$wi-css-prefix}-wind:before { 6 | content: $wind; 7 | } 8 | 9 | @mixin wind-rotate($val: 0deg) { 10 | -webkit-transform: rotate($val); 11 | -moz-transform: rotate($val); 12 | -ms-transform: rotate($val); 13 | -o-transform: rotate($val); 14 | transform: rotate($val); 15 | } 16 | 17 | @import "classes-wind-degrees.scss"; 18 | -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/sass/icon-variables/variables-beaufort.scss: -------------------------------------------------------------------------------- 1 | $wind-beaufort-0: "\f0b7"; 2 | $wind-beaufort-1: "\f0b8"; 3 | $wind-beaufort-2: "\f0b9"; 4 | $wind-beaufort-3: "\f0ba"; 5 | $wind-beaufort-4: "\f0bb"; 6 | $wind-beaufort-5: "\f0bc"; 7 | $wind-beaufort-6: "\f0bd"; 8 | $wind-beaufort-7: "\f0be"; 9 | $wind-beaufort-8: "\f0bf"; 10 | $wind-beaufort-9: "\f0c0"; 11 | $wind-beaufort-10: "\f0c1"; 12 | $wind-beaufort-11: "\f0c2"; 13 | $wind-beaufort-12: "\f0c3"; 14 | -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/sass/icon-variables/variables-day.scss: -------------------------------------------------------------------------------- 1 | $day-sunny: "\f00d"; 2 | $day-cloudy: "\f002"; 3 | $day-cloudy-gusts: "\f000"; 4 | $day-cloudy-windy: "\f001"; 5 | $day-fog: "\f003"; 6 | $day-hail: "\f004"; 7 | $day-haze: "\f0b6"; 8 | $day-lightning: "\f005"; 9 | $day-rain: "\f008"; 10 | $day-rain-mix: "\f006"; 11 | $day-rain-wind: "\f007"; 12 | $day-showers: "\f009"; 13 | $day-sleet: "\f0b2"; 14 | $day-sleet-storm: "\f068"; 15 | $day-snow: "\f00a"; 16 | $day-snow-thunderstorm: "\f06b"; 17 | $day-snow-wind: "\f065"; 18 | $day-sprinkle: "\f00b"; 19 | $day-storm-showers: "\f00e"; 20 | $day-sunny-overcast: "\f00c"; 21 | $day-thunderstorm: "\f010"; 22 | $day-windy: "\f085"; 23 | $solar-eclipse: "\f06e"; 24 | $hot: "\f072"; 25 | $day-cloudy-high: "\f07d"; 26 | $day-light-wind: "\f0c4"; 27 | -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/sass/icon-variables/variables-direction.scss: -------------------------------------------------------------------------------- 1 | $direction-up: "\f058"; 2 | $direction-up-right: "\f057"; 3 | $direction-right: "\f04d"; 4 | $direction-down-right: "\f088"; 5 | $direction-down: "\f044"; 6 | $direction-down-left: "\f043"; 7 | $direction-left: "\f048"; 8 | $direction-up-left: "\f087"; 9 | -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/sass/icon-variables/variables-misc.scss: -------------------------------------------------------------------------------- 1 | $alien: "\f075"; 2 | $celsius: "\f03c"; 3 | $fahrenheit: "\f045"; 4 | $degrees: "\f042"; 5 | $thermometer: "\f055"; 6 | $thermometer-exterior: "\f053"; 7 | $thermometer-internal: "\f054"; 8 | $cloud-down: "\f03d"; 9 | $cloud-up: "\f040"; 10 | $cloud-refresh: "\f03e"; 11 | $horizon: "\f047"; 12 | $horizon-alt: "\f046"; 13 | $sunrise: "\f051"; 14 | $sunset: "\f052"; 15 | $moonrise: "\f0c9"; 16 | $moonset: "\f0ca"; 17 | $refresh: "\f04c"; 18 | $refresh-alt: "\f04b"; 19 | $umbrella: "\f084"; 20 | $barometer: "\f079"; 21 | $humidity: "\f07a"; 22 | $na: "\f07b"; 23 | $train: "\f0cb"; 24 | -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/sass/icon-variables/variables-neutral.scss: -------------------------------------------------------------------------------- 1 | $cloud: "\f041"; 2 | $cloudy: "\f013"; 3 | $cloudy-gusts: "\f011"; 4 | $cloudy-windy: "\f012"; 5 | $fog: "\f014"; 6 | $hail: "\f015"; 7 | $rain: "\f019"; 8 | $rain-mix: "\f017"; 9 | $rain-wind: "\f018"; 10 | $showers: "\f01a"; 11 | $sleet: "\f0b5"; 12 | $snow: "\f01b"; 13 | $sprinkle: "\f01c"; 14 | $storm-showers: "\f01d"; 15 | $thunderstorm: "\f01e"; 16 | $snow-wind: "\f064"; 17 | $snow: "\f01b"; 18 | $smog: "\f074"; 19 | $smoke: "\f062"; 20 | $lightning: "\f016"; 21 | $raindrops: "\f04e"; 22 | $raindrop: "\f078"; 23 | $dust: "\f063"; 24 | $snowflake-cold: "\f076"; 25 | $windy: "\f021"; 26 | $strong-wind: "\f050"; 27 | $sandstorm: "\f082"; 28 | $earthquake: "\f0c6"; 29 | $fire: "\f0c7"; 30 | $flood: "\f07c"; 31 | $meteor: "\f071"; 32 | $tsunami: "\f0c5"; 33 | $volcano: "\f0c8"; 34 | $hurricane: "\f073"; 35 | $tornado: "\f056"; 36 | $small-craft-advisory: "\f0cc"; 37 | $gale-warning: "\f0cd"; 38 | $storm-warning: "\f0ce"; 39 | $hurricane-warning: "\f0cf"; 40 | $wind-direction: "\f0b1"; 41 | -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/sass/icon-variables/variables-time.scss: -------------------------------------------------------------------------------- 1 | $time-1: "\f08a"; 2 | $time-2: "\f08b"; 3 | $time-3: "\f08c"; 4 | $time-4: "\f08d"; 5 | $time-5: "\f08e"; 6 | $time-6: "\f08f"; 7 | $time-7: "\f090"; 8 | $time-8: "\f091"; 9 | $time-9: "\f092"; 10 | $time-10: "\f093"; 11 | $time-11: "\f094"; 12 | $time-12: "\f089"; 13 | -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/sass/icon-variables/variables-wind-names.scss: -------------------------------------------------------------------------------- 1 | $n: "\f0b1"; 2 | $nne: "\f0b1"; 3 | $ne: "\f0b1"; 4 | $ene: "\f0b1"; 5 | $e: "\f0b1"; 6 | $ese: "\f0b1"; 7 | $se: "\f0b1"; 8 | $sse: "\f0b1"; 9 | $s: "\f0b1"; 10 | $ssw: "\f0b1"; 11 | $sw: "\f0b1"; 12 | $wsw: "\f0b1"; 13 | $w: "\f0b1"; 14 | $wnw: "\f0b1"; 15 | $nw: "\f0b1"; 16 | $nnw: "\f0b1"; 17 | $n: "\f0b1"; 18 | $nne: "\f0b1"; 19 | $ne: "\f0b1"; 20 | $ene: "\f0b1"; 21 | $e: "\f0b1"; 22 | $ese: "\f0b1"; 23 | $se: "\f0b1"; 24 | $sse: "\f0b1"; 25 | $s: "\f0b1"; 26 | $ssw: "\f0b1"; 27 | $sw: "\f0b1"; 28 | $wsw: "\f0b1"; 29 | $w: "\f0b1"; 30 | $wnw: "\f0b1"; 31 | $nw: "\f0b1"; 32 | $nnw: "\f0b1"; 33 | -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/sass/weather-icons-classes.scss: -------------------------------------------------------------------------------- 1 | @import "icon-classes/classes-day.scss"; 2 | @import "icon-classes/classes-night.scss"; 3 | @import "icon-classes/classes-neutral.scss"; 4 | @import "icon-classes/classes-misc.scss"; 5 | @import "icon-classes/classes-moon.scss"; 6 | @import "icon-classes/classes-moon-aliases.scss"; 7 | @import "icon-classes/classes-time.scss"; 8 | @import "icon-classes/classes-direction.scss"; 9 | @import "icon-classes/classes-beaufort.scss"; 10 | -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/sass/weather-icons-variables.scss: -------------------------------------------------------------------------------- 1 | @import "icon-variables/variables-beaufort.scss"; 2 | @import "icon-variables/variables-time.scss"; 3 | @import "icon-variables/variables-moon.scss"; 4 | @import "icon-variables/variables-direction.scss"; 5 | @import "icon-variables/variables-day.scss"; 6 | @import "icon-variables/variables-night.scss"; 7 | @import "icon-variables/variables-neutral.scss"; 8 | @import "icon-variables/variables-misc.scss"; 9 | -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/sass/weather-icons-wind.min.scss: -------------------------------------------------------------------------------- 1 | @import "weather-icons-core.scss"; 2 | @import "icon-variables/variables-wind-names.scss"; 3 | @import "icon-classes/classes-wind.scss"; 4 | @import "icon-classes/classes-wind-degrees.scss"; 5 | @import "icon-classes/classes-wind-aliases.scss"; 6 | -------------------------------------------------------------------------------- /dist/css/icons/weather-icons/sass/weather-icons-wind.scss: -------------------------------------------------------------------------------- 1 | @import "weather-icons-core.scss"; 2 | @import "icon-variables/variables-wind-names.scss"; 3 | @import "icon-classes/classes-wind.scss"; 4 | @import "icon-classes/classes-wind-degrees.scss"; 5 | @import "icon-classes/classes-wind-aliases.scss"; 6 | -------------------------------------------------------------------------------- /dist/css/materialdesignicons.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrappixel/matrix-admin-bt5/52b5535d1f7bf559a8efc382d56381c8f618a2d0/dist/css/materialdesignicons.min.css.map -------------------------------------------------------------------------------- /src/scss/bootstrap/_badge.scss: -------------------------------------------------------------------------------- 1 | // Base class 2 | // 3 | // Requires one of the contextual, color modifier classes for `color` and 4 | // `background-color`. 5 | 6 | .badge { 7 | display: inline-block; 8 | padding: $badge-padding-y $badge-padding-x; 9 | @include font-size($badge-font-size); 10 | font-weight: $badge-font-weight; 11 | line-height: 1; 12 | color: $badge-color; 13 | text-align: center; 14 | white-space: nowrap; 15 | vertical-align: baseline; 16 | @include border-radius($badge-border-radius); 17 | @include gradient-bg(); 18 | 19 | // Empty badges collapse automatically 20 | &:empty { 21 | display: none; 22 | } 23 | } 24 | 25 | // Quick fix for badges in buttons 26 | .btn .badge { 27 | position: relative; 28 | top: -1px; 29 | } 30 | -------------------------------------------------------------------------------- /src/scss/bootstrap/_forms.scss: -------------------------------------------------------------------------------- 1 | @import "forms/labels"; 2 | @import "forms/form-text"; 3 | @import "forms/form-control"; 4 | @import "forms/form-select"; 5 | @import "forms/form-check"; 6 | @import "forms/form-range"; 7 | @import "forms/floating-labels"; 8 | @import "forms/input-group"; 9 | @import "forms/validation"; 10 | -------------------------------------------------------------------------------- /src/scss/bootstrap/_grid.scss: -------------------------------------------------------------------------------- 1 | // Row 2 | // 3 | // Rows contain your columns. 4 | 5 | @if $enable-grid-classes { 6 | .row { 7 | @include make-row(); 8 | 9 | > * { 10 | @include make-col-ready(); 11 | } 12 | } 13 | } 14 | 15 | // Columns 16 | // 17 | // Common styles for small and large grid columns 18 | 19 | @if $enable-grid-classes { 20 | @include make-grid-columns(); 21 | } 22 | -------------------------------------------------------------------------------- /src/scss/bootstrap/_helpers.scss: -------------------------------------------------------------------------------- 1 | @import "helpers/clearfix"; 2 | @import "helpers/colored-links"; 3 | @import "helpers/ratio"; 4 | @import "helpers/position"; 5 | @import "helpers/visually-hidden"; 6 | @import "helpers/stretched-link"; 7 | @import "helpers/text-truncation"; 8 | -------------------------------------------------------------------------------- /src/scss/bootstrap/_mixins.scss: -------------------------------------------------------------------------------- 1 | // Toggles 2 | // 3 | // Used in conjunction with global variables to enable certain theme features. 4 | 5 | // Vendor 6 | @import "vendor/rfs"; 7 | 8 | // Deprecate 9 | @import "mixins/deprecate"; 10 | 11 | // Helpers 12 | @import "mixins/breakpoints"; 13 | @import "mixins/image"; 14 | @import "mixins/resize"; 15 | @import "mixins/visually-hidden"; 16 | @import "mixins/reset-text"; 17 | @import "mixins/text-truncate"; 18 | 19 | // Utilities 20 | @import "mixins/utilities"; 21 | 22 | // Components 23 | @import "mixins/alert"; 24 | @import "mixins/buttons"; 25 | @import "mixins/caret"; 26 | @import "mixins/pagination"; 27 | @import "mixins/lists"; 28 | @import "mixins/list-group"; 29 | @import "mixins/forms"; 30 | @import "mixins/table-variants"; 31 | 32 | // Skins 33 | @import "mixins/border-radius"; 34 | @import "mixins/box-shadow"; 35 | @import "mixins/gradients"; 36 | @import "mixins/transition"; 37 | 38 | // Layout 39 | @import "mixins/clearfix"; 40 | @import "mixins/container"; 41 | @import "mixins/grid"; 42 | -------------------------------------------------------------------------------- /src/scss/bootstrap/_root.scss: -------------------------------------------------------------------------------- 1 | :root { 2 | // Custom variable values only support SassScript inside `#{}`. 3 | @each $color, $value in $colors { 4 | --#{$variable-prefix}#{$color}: #{$value}; 5 | } 6 | 7 | @each $color, $value in $theme-colors { 8 | --#{$variable-prefix}#{$color}: #{$value}; 9 | } 10 | 11 | // Use `inspect` for lists so that quoted items keep the quotes. 12 | // See https://github.com/sass/sass/issues/2383#issuecomment-336349172 13 | --#{$variable-prefix}font-sans-serif: #{inspect($font-family-sans-serif)}; 14 | --#{$variable-prefix}font-monospace: #{inspect($font-family-monospace)}; 15 | --#{$variable-prefix}gradient: #{$gradient}; 16 | } 17 | -------------------------------------------------------------------------------- /src/scss/bootstrap/_transitions.scss: -------------------------------------------------------------------------------- 1 | .fade { 2 | @include transition($transition-fade); 3 | 4 | &:not(.show) { 5 | opacity: 0; 6 | } 7 | } 8 | 9 | .collapse { 10 | &:not(.show) { 11 | display: none; 12 | } 13 | } 14 | 15 | .collapsing { 16 | height: 0; 17 | overflow: hidden; 18 | @include transition($transition-collapse); 19 | } 20 | -------------------------------------------------------------------------------- /src/scss/bootstrap/bootstrap-reboot.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v5.0.0-beta1 (https://getbootstrap.com/) 3 | * Copyright 2011-2020 The Bootstrap Authors 4 | * Copyright 2011-2020 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */ 8 | 9 | @import "functions"; 10 | @import "variables"; 11 | // Prevent the usage of custom properties since we don't add them to `:root` in reboot 12 | $font-family-base: $font-family-sans-serif; // stylelint-disable-line scss/dollar-variable-default 13 | $font-family-code: $font-family-monospace; // stylelint-disable-line scss/dollar-variable-default 14 | @import "mixins"; 15 | @import "reboot"; 16 | -------------------------------------------------------------------------------- /src/scss/bootstrap/bootstrap-utilities.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Utilities v5.0.0-beta1 (https://getbootstrap.com/) 3 | * Copyright 2011-2020 The Bootstrap Authors 4 | * Copyright 2011-2020 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) 6 | */ 7 | 8 | // Configuration 9 | 10 | @import "functions"; 11 | @import "variables"; 12 | @import "mixins"; 13 | @import "utilities"; 14 | 15 | // Utilities 16 | 17 | @import "utilities/api"; 18 | -------------------------------------------------------------------------------- /src/scss/bootstrap/forms/_form-text.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Form text 3 | // 4 | 5 | .form-text { 6 | margin-top: $form-text-margin-top; 7 | @include font-size($form-text-font-size); 8 | font-style: $form-text-font-style; 9 | font-weight: $form-text-font-weight; 10 | color: $form-text-color; 11 | } 12 | -------------------------------------------------------------------------------- /src/scss/bootstrap/forms/_validation.scss: -------------------------------------------------------------------------------- 1 | // Form validation 2 | // 3 | // Provide feedback to users when form field values are valid or invalid. Works 4 | // primarily for client-side validation via scoped `:invalid` and `:valid` 5 | // pseudo-classes but also includes `.is-invalid` and `.is-valid` classes for 6 | // server-side validation. 7 | 8 | // scss-docs-start form-validation-states-loop 9 | @each $state, $data in $form-validation-states { 10 | @include form-validation-state( 11 | $state, 12 | map-get($data, color), 13 | map-get($data, icon) 14 | ); 15 | } 16 | // scss-docs-end form-validation-states-loop 17 | -------------------------------------------------------------------------------- /src/scss/bootstrap/helpers/_clearfix.scss: -------------------------------------------------------------------------------- 1 | .clearfix { 2 | @include clearfix(); 3 | } 4 | -------------------------------------------------------------------------------- /src/scss/bootstrap/helpers/_colored-links.scss: -------------------------------------------------------------------------------- 1 | @each $color, $value in $theme-colors { 2 | .link-#{$color} { 3 | color: $value; 4 | 5 | @if $link-shade-percentage != 0 { 6 | &:hover, 7 | &:focus { 8 | color: if( 9 | color-contrast($value) == $color-contrast-light, 10 | shade-color($value, $link-shade-percentage), 11 | tint-color($value, $link-shade-percentage) 12 | ); 13 | } 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /src/scss/bootstrap/helpers/_position.scss: -------------------------------------------------------------------------------- 1 | // Shorthand 2 | 3 | .fixed-top { 4 | position: fixed; 5 | top: 0; 6 | right: 0; 7 | left: 0; 8 | z-index: $zindex-fixed; 9 | } 10 | 11 | .fixed-bottom { 12 | position: fixed; 13 | right: 0; 14 | bottom: 0; 15 | left: 0; 16 | z-index: $zindex-fixed; 17 | } 18 | 19 | // Responsive sticky top 20 | @each $breakpoint in map-keys($grid-breakpoints) { 21 | @include media-breakpoint-up($breakpoint) { 22 | $infix: breakpoint-infix($breakpoint, $grid-breakpoints); 23 | 24 | .sticky#{$infix}-top { 25 | position: sticky; 26 | top: 0; 27 | z-index: $zindex-sticky; 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /src/scss/bootstrap/helpers/_ratio.scss: -------------------------------------------------------------------------------- 1 | // Credit: Nicolas Gallagher and SUIT CSS. 2 | 3 | .ratio { 4 | position: relative; 5 | width: 100%; 6 | 7 | &::before { 8 | display: block; 9 | padding-top: var(--aspect-ratio); 10 | content: ""; 11 | } 12 | 13 | > * { 14 | position: absolute; 15 | top: 0; 16 | left: 0; 17 | width: 100%; 18 | height: 100%; 19 | } 20 | } 21 | 22 | @each $key, $ratio in $aspect-ratios { 23 | .ratio-#{$key} { 24 | --aspect-ratio: #{$ratio}; 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /src/scss/bootstrap/helpers/_stretched-link.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Stretched link 3 | // 4 | 5 | .stretched-link { 6 | &::#{$stretched-link-pseudo-element} { 7 | position: absolute; 8 | top: 0; 9 | right: 0; 10 | bottom: 0; 11 | left: 0; 12 | z-index: $stretched-link-z-index; 13 | content: ""; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /src/scss/bootstrap/helpers/_text-truncation.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Text truncation 3 | // 4 | 5 | .text-truncate { 6 | @include text-truncate(); 7 | } 8 | -------------------------------------------------------------------------------- /src/scss/bootstrap/helpers/_visually-hidden.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Visually hidden 3 | // 4 | 5 | .visually-hidden, 6 | .visually-hidden-focusable:not(:focus) { 7 | @include visually-hidden(); 8 | } 9 | -------------------------------------------------------------------------------- /src/scss/bootstrap/mixins/_alert.scss: -------------------------------------------------------------------------------- 1 | @mixin alert-variant($background, $border, $color) { 2 | color: $color; 3 | @include gradient-bg($background); 4 | border-color: $border; 5 | 6 | .alert-link { 7 | color: shade-color($color, 20%); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /src/scss/bootstrap/mixins/_box-shadow.scss: -------------------------------------------------------------------------------- 1 | @mixin box-shadow($shadow...) { 2 | @if $enable-shadows { 3 | $result: (); 4 | 5 | @each $value in $shadow { 6 | @if $value != null { 7 | $result: append($result, $value, "comma"); 8 | } 9 | @if $value == none and length($shadow) > 1 { 10 | @warn "The keyword 'none' must be used as a single argument."; 11 | } 12 | } 13 | 14 | @if (length($result) > 0) { 15 | box-shadow: $result; 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /src/scss/bootstrap/mixins/_clearfix.scss: -------------------------------------------------------------------------------- 1 | // scss-docs-start clearfix 2 | @mixin clearfix() { 3 | &::after { 4 | display: block; 5 | clear: both; 6 | content: ""; 7 | } 8 | } 9 | // scss-docs-end clearfix 10 | -------------------------------------------------------------------------------- /src/scss/bootstrap/mixins/_container.scss: -------------------------------------------------------------------------------- 1 | // Container mixins 2 | 3 | @mixin make-container($gutter: $container-padding-x) { 4 | width: 100%; 5 | padding-right: var(--#{$variable-prefix}gutter-x, #{$gutter}); 6 | padding-left: var(--#{$variable-prefix}gutter-x, #{$gutter}); 7 | margin-right: auto; 8 | margin-left: auto; 9 | } 10 | -------------------------------------------------------------------------------- /src/scss/bootstrap/mixins/_deprecate.scss: -------------------------------------------------------------------------------- 1 | // Deprecate mixin 2 | // 3 | // This mixin can be used to deprecate mixins or functions. 4 | // `$enable-deprecation-messages` is a global variable, `$ignore-warning` is a variable that can be passed to 5 | // some deprecated mixins to suppress the warning (for example if the mixin is still be used in the current version of Bootstrap) 6 | @mixin deprecate( 7 | $name, 8 | $deprecate-version, 9 | $remove-version, 10 | $ignore-warning: false 11 | ) { 12 | @if ($enable-deprecation-messages != false and $ignore-warning != true) { 13 | @warn "#{$name} has been deprecated as of #{$deprecate-version}. It will be removed entirely in #{$remove-version}."; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /src/scss/bootstrap/mixins/_image.scss: -------------------------------------------------------------------------------- 1 | // Image Mixins 2 | // - Responsive image 3 | // - Retina image 4 | 5 | // Responsive image 6 | // 7 | // Keep images from scaling beyond the width of their parents. 8 | 9 | @mixin img-fluid { 10 | // Part 1: Set a maximum relative to the parent 11 | max-width: 100%; 12 | // Part 2: Override the height to auto, otherwise images will be stretched 13 | // when setting a width and height attribute on the img element. 14 | height: auto; 15 | } 16 | -------------------------------------------------------------------------------- /src/scss/bootstrap/mixins/_list-group.scss: -------------------------------------------------------------------------------- 1 | // List Groups 2 | 3 | @mixin list-group-item-variant($state, $background, $color) { 4 | .list-group-item-#{$state} { 5 | color: $color; 6 | background-color: $background; 7 | 8 | &.list-group-item-action { 9 | &:hover, 10 | &:focus { 11 | color: $color; 12 | background-color: shade-color($background, 10%); 13 | } 14 | 15 | &.active { 16 | color: $white; 17 | background-color: $color; 18 | border-color: $color; 19 | } 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /src/scss/bootstrap/mixins/_lists.scss: -------------------------------------------------------------------------------- 1 | // Lists 2 | 3 | // Unstyled keeps list items block level, just removes default browser padding and list-style 4 | @mixin list-unstyled { 5 | padding-left: 0; 6 | list-style: none; 7 | } 8 | -------------------------------------------------------------------------------- /src/scss/bootstrap/mixins/_pagination.scss: -------------------------------------------------------------------------------- 1 | // Pagination 2 | 3 | @mixin pagination-size($padding-y, $padding-x, $font-size, $border-radius) { 4 | .page-link { 5 | padding: $padding-y $padding-x; 6 | @include font-size($font-size); 7 | } 8 | 9 | .page-item { 10 | @if $pagination-margin-start == (-$pagination-border-width) { 11 | &:first-child { 12 | .page-link { 13 | @include border-start-radius($border-radius); 14 | } 15 | } 16 | 17 | &:last-child { 18 | .page-link { 19 | @include border-end-radius($border-radius); 20 | } 21 | } 22 | } @else { 23 | //Add border-radius to all pageLinks in case they have left margin 24 | .page-link { 25 | @include border-radius($border-radius); 26 | } 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /src/scss/bootstrap/mixins/_reset-text.scss: -------------------------------------------------------------------------------- 1 | @mixin reset-text { 2 | font-family: $font-family-base; 3 | // We deliberately do NOT reset font-size or overflow-wrap / word-wrap. 4 | font-style: normal; 5 | font-weight: $font-weight-normal; 6 | line-height: $line-height-base; 7 | text-align: left; // Fallback for where `start` is not supported 8 | text-align: start; 9 | text-decoration: none; 10 | text-shadow: none; 11 | text-transform: none; 12 | letter-spacing: normal; 13 | word-break: normal; 14 | word-spacing: normal; 15 | white-space: normal; 16 | line-break: auto; 17 | } 18 | -------------------------------------------------------------------------------- /src/scss/bootstrap/mixins/_resize.scss: -------------------------------------------------------------------------------- 1 | // Resize anything 2 | 3 | @mixin resizable($direction) { 4 | overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible` 5 | resize: $direction; // Options: horizontal, vertical, both 6 | } 7 | -------------------------------------------------------------------------------- /src/scss/bootstrap/mixins/_table-variants.scss: -------------------------------------------------------------------------------- 1 | // scss-docs-start table-variant 2 | @mixin table-variant($state, $background) { 3 | .table-#{$state} { 4 | $color: color-contrast(opaque($body-bg, $background)); 5 | $hover-bg: mix($color, $background, percentage($table-hover-bg-factor)); 6 | $striped-bg: mix($color, $background, percentage($table-striped-bg-factor)); 7 | $active-bg: mix($color, $background, percentage($table-active-bg-factor)); 8 | 9 | --#{$variable-prefix}table-bg: #{$background}; 10 | --#{$variable-prefix}table-striped-bg: #{$striped-bg}; 11 | --#{$variable-prefix}table-striped-color: #{color-contrast($striped-bg)}; 12 | --#{$variable-prefix}table-active-bg: #{$active-bg}; 13 | --#{$variable-prefix}table-active-color: #{color-contrast($active-bg)}; 14 | --#{$variable-prefix}table-hover-bg: #{$hover-bg}; 15 | --#{$variable-prefix}table-hover-color: #{color-contrast($hover-bg)}; 16 | 17 | color: $color; 18 | border-color: mix($color, $background, percentage($table-border-factor)); 19 | } 20 | } 21 | // scss-docs-end table-variant 22 | -------------------------------------------------------------------------------- /src/scss/bootstrap/mixins/_text-truncate.scss: -------------------------------------------------------------------------------- 1 | // Text truncate 2 | // Requires inline-block or block for proper styling 3 | 4 | @mixin text-truncate() { 5 | overflow: hidden; 6 | text-overflow: ellipsis; 7 | white-space: nowrap; 8 | } 9 | -------------------------------------------------------------------------------- /src/scss/bootstrap/mixins/_transition.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable property-disallowed-list 2 | @mixin transition($transition...) { 3 | @if length($transition) == 0 { 4 | $transition: $transition-base; 5 | } 6 | 7 | @if length($transition) > 1 { 8 | @each $value in $transition { 9 | @if $value == null or $value == none { 10 | @warn "The keyword 'none' or 'null' must be used as a single argument."; 11 | } 12 | } 13 | } 14 | 15 | @if $enable-transitions { 16 | @if nth($transition, 1) != null { 17 | transition: $transition; 18 | } 19 | 20 | @if $enable-reduced-motion and 21 | nth($transition, 1) != 22 | null and 23 | nth($transition, 1) != 24 | none 25 | { 26 | @media (prefers-reduced-motion: reduce) { 27 | transition: none; 28 | } 29 | } 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /src/scss/bootstrap/mixins/_visually-hidden.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Hide content visually while keeping it accessible to assistive technologies 4 | // 5 | // See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/ 6 | // See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/ 7 | 8 | @mixin visually-hidden() { 9 | position: absolute !important; 10 | width: 1px !important; 11 | height: 1px !important; 12 | padding: 0 !important; 13 | margin: -1px !important; // Fix for https://github.com/twbs/bootstrap/issues/25686 14 | overflow: hidden !important; 15 | clip: rect(0, 0, 0, 0) !important; 16 | white-space: nowrap !important; 17 | border: 0 !important; 18 | } 19 | 20 | // Use to only display content when it's focused. 21 | // 22 | // Useful for "Skip to main content" links; see https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 23 | 24 | @mixin visually-hidden-focusable() { 25 | &:not(:focus) { 26 | @include visually-hidden(); 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /src/scss/components.scss: -------------------------------------------------------------------------------- 1 | // All the custom components imports here 2 | @import "mixins/padding-margin"; 3 | //Theme colors 4 | @import "theme-colors/theme-colors"; 5 | 6 | // core 7 | @import "core/core"; 8 | -------------------------------------------------------------------------------- /src/scss/core/breadcrumb/breadcrumb.scss: -------------------------------------------------------------------------------- 1 | /******************* 2 | Breadcrumb and page title 3 | *******************/ 4 | 5 | .page-breadcrumb { 6 | padding: 20px 20px 0 20px; 7 | .page-title { 8 | margin-bottom: 0px; 9 | } 10 | .breadcrumb { 11 | padding: 0px; 12 | margin: 0px; 13 | background: transparent; 14 | font-size: 12px; 15 | .breadcrumb-item + .breadcrumb-item::before { 16 | content: "\e649"; 17 | font-family: themify; 18 | color: $gray-400; 19 | font-size: 11px; 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /src/scss/core/core.scss: -------------------------------------------------------------------------------- 1 | @import "layout/layout"; 2 | 3 | @import "scafholdings/scafholding"; 4 | // Header 5 | @import "loader/spinner"; 6 | // Header 7 | @import "topbar/header"; 8 | 9 | //table pages 10 | @import "tables/table-pages"; 11 | // breadcrumb 12 | @import "breadcrumb/breadcrumb"; 13 | 14 | // sidebar 15 | @import "sidebar/sidebar"; 16 | 17 | //wave effects 18 | @import "wave-effects/wave-effects"; 19 | 20 | //wave effects 21 | @import "buttons/buttons"; 22 | 23 | //Animation effects 24 | @import "animation/animation"; 25 | 26 | //perfect-scrollbar 27 | @import "perfect-scrollbar/perfect-scrollbar"; 28 | 29 | //extra 30 | @import "extra/extra"; 31 | -------------------------------------------------------------------------------- /src/scss/core/tables/table-pages.scss: -------------------------------------------------------------------------------- 1 | /* 2 | Template Name: Admin Template 3 | Author: Wrappixel 4 | 5 | File: scss 6 | */ 7 | 8 | /******************* 9 | Table Cell 10 | *******************/ 11 | 12 | .table-box { 13 | display: table; 14 | width: 100%; 15 | } 16 | 17 | .cell { 18 | display: table-cell; 19 | vertical-align: middle; 20 | } 21 | 22 | .table thead th, 23 | .table th { 24 | font-weight: 500; 25 | } 26 | 27 | .nowrap { 28 | white-space: nowrap; 29 | } 30 | 31 | .lite-padding td { 32 | padding: 5px; 33 | } 34 | 35 | .v-middle { 36 | td, 37 | th { 38 | vertical-align: middle; 39 | } 40 | } 41 | 42 | /******************* 43 | Table td vertical middle 44 | *******************/ 45 | 46 | .vm.table td, 47 | .vm.table th { 48 | vertical-align: middle; 49 | } 50 | 51 | .no-th-brd.table th { 52 | border: 0px; 53 | } 54 | 55 | .table.no-border { 56 | tbody { 57 | td { 58 | border: 0px; 59 | } 60 | } 61 | } 62 | -------------------------------------------------------------------------------- /src/scss/custom.scss: -------------------------------------------------------------------------------- 1 | // In this scss you can overwrite all our scss, we suggested you to add your scss into this, so whenever the update comes it will not affect your code. 2 | -------------------------------------------------------------------------------- /src/scss/mixins/padding-margin.scss: -------------------------------------------------------------------------------- 1 | /******************* 2 | Padding margin property 3 | *******************/ 4 | 5 | $vertical-property-map: ( 6 | m-t-: margin-top, 7 | m-b-: margin-bottom, 8 | m-r-: margin-right, 9 | m-l-: margin-left, 10 | p-t-: padding-top, 11 | p-b-: padding-bottom, 12 | p-r-: padding-right, 13 | p-l-: padding-left, 14 | p-: padding, 15 | m-: margin, 16 | ); 17 | $sizes-list: 5 10 15 20 25 30 40; 18 | @each $size in $sizes-list { 19 | $val: $size + 0px; 20 | @each $keyword, $property in $vertical-property-map { 21 | html[dir="ltr"] body .#{$keyword}#{$size} { 22 | #{$property}: $val; 23 | } 24 | } 25 | } 26 | 27 | /** * Zero */ 28 | 29 | $zero-property-map: ( 30 | m-0: margin, 31 | m-t: margin-top, 32 | m-r: margin-right, 33 | m-b: margin-bottom, 34 | m-l: margin-left, 35 | p-0: padding, 36 | p-t: padding-top, 37 | p-r: padding-right, 38 | p-b: padding-bottom, 39 | p-l: padding-left, 40 | ); 41 | @each $keyword, $property in $zero-property-map { 42 | html[dir="ltr"] body .#{$keyword}-0 { 43 | #{$property}: 0; 44 | } 45 | } 46 | -------------------------------------------------------------------------------- /src/scss/pages.scss: -------------------------------------------------------------------------------- 1 | @import "pages/dashboards/dashboard1"; 2 | -------------------------------------------------------------------------------- /src/scss/pages/dashboards/dashboard1.scss: -------------------------------------------------------------------------------- 1 | @import "../../variable"; 2 | /******************* 3 | Campaign 4 | *******************/ 5 | .campaign { 6 | position: relative; 7 | height: 250px; 8 | .ct-series-a .ct-area { 9 | fill-opacity: 0.2; 10 | fill: url(#gradient); 11 | } 12 | .ct-series-a .ct-line, 13 | .ct-series-a .ct-point { 14 | stroke: $cyan; 15 | stroke-width: 2px; 16 | } 17 | .ct-series-b .ct-area { 18 | fill: $primary; 19 | fill-opacity: 0.1; 20 | } 21 | .ct-series-b .ct-line, 22 | .ct-series-b .ct-point { 23 | stroke: $primary; 24 | stroke-width: 2px; 25 | } 26 | .ct-series-a .ct-point, 27 | .ct-series-b .ct-point { 28 | stroke-width: 6px; 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /src/scss/style.scss: -------------------------------------------------------------------------------- 1 | /* 2 | Template Name: Admin Template 3 | Author: Niravjoshi / Wrappixel 4 | File: scss 5 | */ 6 | 7 | //(Required file) 8 | @import "variable"; 9 | 10 | // Import Bootstrap source files (Required file) 11 | @import "bootstrap/bootstrap"; 12 | 13 | //This is for the components (Required file) 14 | @import "components"; 15 | 16 | //This is for the pages (if you are not using some pages you can remove that style from pages folder) 17 | @import "pages"; 18 | 19 | //This is for the widgets (Required file) 20 | @import "widgets/widgets"; 21 | 22 | //This is for the responsive (Required file) 23 | @import "responsive"; 24 | 25 | //In This scss you can write your scss 26 | @import "custom"; 27 | @import "landingpage"; 28 | 29 | //This is for the icons (Required file) 30 | @import "icons/font-awesome/css/fontawesome-all.css"; 31 | @import "icons/themify-icons/themify-icons.css"; 32 | @import "icons/material-design-iconic-font/css/materialdesignicons.min.css"; 33 | -------------------------------------------------------------------------------- /src/scss/theme-colors/theme-colors.scss: -------------------------------------------------------------------------------- 1 | // Theme colors 2 | #main-wrapper { 3 | /*This is for the logo bg*/ 4 | .topbar .top-navbar .navbar-header { 5 | &[data-logobg="skin5"] { 6 | background: $skin5; 7 | } 8 | } 9 | .topbar .navbar-collapse, 10 | .topbar { 11 | &[data-navbarbg="skin5"] { 12 | background: $skin5; 13 | } 14 | } 15 | /*This is for the sidebar bg*/ 16 | .left-sidebar { 17 | &[data-sidebarbg="skin5"], 18 | &[data-sidebarbg="skin5"] ul { 19 | background: $skin5; 20 | .create-btn { 21 | background: $cyan; 22 | } 23 | } 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /src/scss/widgets/comments.scss: -------------------------------------------------------------------------------- 1 | /*******************/ 2 | /*Comment widgets*/ 3 | /*******************/ 4 | 5 | .comment-widgets { 6 | position: relative; 7 | margin-bottom: 10px; 8 | .comment-row { 9 | border-bottom: 1px solid transparent; 10 | padding: 14px; 11 | display: flex; 12 | margin: 10px 0; 13 | &:last-child { 14 | border-bottom: 0px; 15 | } 16 | &:hover, 17 | &.active { 18 | background: $transparent-dark-bg; 19 | } 20 | } 21 | } 22 | 23 | .comment-text { 24 | padding-left: 15px; 25 | p { 26 | max-height: 65px; 27 | width: 100%; 28 | overflow: hidden; 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /src/scss/widgets/feeds.scss: -------------------------------------------------------------------------------- 1 | .feed-widget { 2 | .feed-body { 3 | .feed-item { 4 | padding: 12px 0; 5 | display: flex; 6 | align-items: center; 7 | &:hover { 8 | background: $gray-100; 9 | } 10 | > .feed-icon { 11 | width: 40px; 12 | height: 40px; 13 | margin-right: 10px; 14 | display: inline-block; 15 | text-align: center; 16 | vertical-align: middle; 17 | border-radius: 100%; 18 | color: $white; 19 | i { 20 | line-height: 40px; 21 | } 22 | } 23 | } 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /src/scss/widgets/profile.scss: -------------------------------------------------------------------------------- 1 | .profiletimeline { 2 | position: relative; 3 | padding-left: 40px; 4 | margin: 40px 10px 0 30px; 5 | border-left: 1px solid $border-color; 6 | .sl-left { 7 | float: $lft; 8 | margin-left: -60px; 9 | z-index: 1; 10 | margin-right: 15px; 11 | img { 12 | max-width: 40px; 13 | } 14 | } 15 | } 16 | 17 | .profiletimeline .sl-item { 18 | margin-top: 8px; 19 | margin-bottom: 30px; 20 | } 21 | 22 | .profiletimeline .sl-date { 23 | font-size: 12px; 24 | color: $text-muted; 25 | } 26 | -------------------------------------------------------------------------------- /src/scss/widgets/task.scss: -------------------------------------------------------------------------------- 1 | .todo-widget { 2 | .todo-list { 3 | .todo-item { 4 | border: 0px; 5 | margin-bottom: 0px; 6 | padding: 20px 15px 15px 0px; 7 | .custom-checkbox { 8 | width: 100%; 9 | .todo-label { 10 | font-weight: 400; 11 | width: 100%; 12 | } 13 | } 14 | .assignedto { 15 | padding: 0 0 0 25px; 16 | margin: 0px; 17 | .assignee { 18 | padding: 0px; 19 | display: inline-block; 20 | border: 0px; 21 | margin-right: 2px; 22 | .assignee-img { 23 | width: 30px; 24 | border-radius: 100%; 25 | } 26 | } 27 | } 28 | .item-date { 29 | padding-left: 25px; 30 | font-size: 12px; 31 | margin-top: 5px; 32 | display: inline-block; 33 | color: $text-muted; 34 | } 35 | } 36 | } 37 | } 38 | 39 | .list-task .task-done { 40 | .todo-desc, 41 | .badge { 42 | text-decoration: line-through; 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /src/scss/widgets/widgets.scss: -------------------------------------------------------------------------------- 1 | /* 2 | Template Name: Admin Template 3 | Author: Wrappixel 4 | 5 | File: scss 6 | */ 7 | 8 | @import "comments"; 9 | @import "steamline"; 10 | @import "feeds"; 11 | @import "profile"; 12 | @import "task"; 13 | @import "gal-card"; 14 | @import "chat-widgets"; 15 | --------------------------------------------------------------------------------