locomotivecms 3.0.1 → 3.1.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +5 -2
- data/app/api/locomotive/api.rb +4 -0
- data/app/api/locomotive/api/entities/site_entity.rb +8 -0
- data/app/api/locomotive/api/forms/site_form.rb +1 -1
- data/app/api/locomotive/api/helpers/params_helper.rb +14 -3
- data/app/api/locomotive/api/middlewares/logger_middleware.rb +1 -3
- data/app/api/locomotive/api/resources/current_site_resource.rb +3 -1
- data/app/api/locomotive/api/resources/page_resource.rb +2 -2
- data/app/api/locomotive/api/resources/site_resource.rb +4 -0
- data/app/assets/images/locomotive/blank.png +0 -0
- data/app/assets/images/locomotive/icons/flags/bf.png +0 -0
- data/app/assets/images/locomotive/icons/flags/bg.png +0 -0
- data/app/assets/images/locomotive/icons/flags/cs.png +0 -0
- data/app/assets/images/locomotive/icons/flags/de.png +0 -0
- data/app/assets/images/locomotive/icons/flags/en.png +0 -0
- data/app/assets/images/locomotive/icons/flags/es.png +0 -0
- data/app/assets/images/locomotive/icons/flags/et.png +0 -0
- data/app/assets/images/locomotive/icons/flags/fr.png +0 -0
- data/app/assets/images/locomotive/icons/flags/it.png +0 -0
- data/app/assets/images/locomotive/icons/flags/ja.png +0 -0
- data/app/assets/images/locomotive/icons/flags/lt.png +0 -0
- data/app/assets/images/locomotive/icons/flags/mg.png +0 -0
- data/app/assets/images/locomotive/icons/flags/nb.png +0 -0
- data/app/assets/images/locomotive/icons/flags/nl.png +0 -0
- data/app/assets/images/locomotive/icons/flags/pl.png +0 -0
- data/app/assets/images/locomotive/icons/flags/pt-BR.png +0 -0
- data/app/assets/images/locomotive/icons/flags/pt.png +0 -0
- data/app/assets/images/locomotive/icons/flags/ru.png +0 -0
- data/app/assets/images/locomotive/icons/flags/sk.png +0 -0
- data/app/assets/images/locomotive/icons/flags/sr.png +0 -0
- data/app/assets/images/locomotive/icons/flags/sv.png +0 -0
- data/app/assets/images/locomotive/icons/flags/zh-CN.png +0 -0
- data/app/assets/javascripts/locomotive.js +3 -1
- data/app/assets/javascripts/locomotive/utils/core_ext.js +10 -0
- data/app/assets/javascripts/locomotive/utils/wysihtml5.js.coffee +0 -16
- data/app/assets/javascripts/locomotive/views/application_view.js.coffee +20 -3
- data/app/assets/javascripts/locomotive/views/current_site/edit_view.js.coffee +7 -0
- data/app/assets/javascripts/locomotive/views/current_site_metafields/index_view.js.coffee +7 -0
- data/app/assets/javascripts/locomotive/views/editable_elements/edit_view.js.coffee +2 -2
- data/app/assets/javascripts/locomotive/views/editable_elements/iframe_view.js.coffee +10 -0
- data/app/assets/javascripts/locomotive/views/editable_elements/index_view.js.coffee +11 -6
- data/app/assets/javascripts/locomotive/views/editable_elements/text_highlighter_view.js.coffee +6 -1
- data/app/assets/javascripts/locomotive/views/inputs/file_view.js.coffee +1 -8
- data/app/assets/javascripts/locomotive/views/inputs/image_view.js.coffee +84 -0
- data/app/assets/javascripts/locomotive/views/inputs/rte/edit_table_view.js.coffee +2 -0
- data/app/assets/javascripts/locomotive/views/inputs/rte/file_view.js.coffee +5 -3
- data/app/assets/javascripts/locomotive/views/inputs/rte/image_view.js.coffee +14 -0
- data/app/assets/javascripts/locomotive/views/inputs/rte/link_view.js.coffee +9 -3
- data/app/assets/javascripts/locomotive/views/inputs/rte/table_view.js.coffee +7 -2
- data/app/assets/javascripts/locomotive/views/inputs/rte_view.js.coffee.erb +19 -6
- data/app/assets/javascripts/locomotive/views/inputs/simple_image_view.js.coffee +17 -40
- data/app/assets/javascripts/locomotive/views/shared/drawer_view.js.coffee +8 -6
- data/app/assets/javascripts/locomotive/views/shared/form_view.js.coffee +30 -8
- data/app/assets/javascripts/locomotive/views/shared/sidebar_view.js.coffee +31 -2
- data/app/assets/stylesheets/locomotive/account.scss +14 -10
- data/app/assets/stylesheets/locomotive/application.scss +101 -24
- data/app/assets/stylesheets/locomotive/live_editing_error.scss +48 -4
- data/app/assets/stylesheets/locomotive/live_editing_iframe.scss +0 -2
- data/app/assets/stylesheets/locomotive/new/_actionbar.scss +83 -0
- data/app/assets/stylesheets/locomotive/{account → new}/_brand.scss +0 -0
- data/app/assets/stylesheets/locomotive/new/_content.scss +65 -0
- data/app/assets/stylesheets/locomotive/new/_drawer.scss +53 -0
- data/app/assets/stylesheets/locomotive/new/_files.scss +124 -0
- data/app/assets/stylesheets/locomotive/{account → new}/_forms.scss +0 -0
- data/app/assets/stylesheets/locomotive/{account → new}/_keyframes.scss +0 -0
- data/app/assets/stylesheets/locomotive/{account → new}/_navigation.scss +85 -0
- data/app/assets/stylesheets/locomotive/{account → new}/_navs.scss +0 -0
- data/app/assets/stylesheets/locomotive/{account → new}/_notify.scss +0 -0
- data/app/assets/stylesheets/locomotive/{account → new}/_public.scss +0 -0
- data/app/assets/stylesheets/locomotive/new/_sidebar.scss +177 -0
- data/app/assets/stylesheets/locomotive/new/_transitions.scss +96 -0
- data/app/assets/stylesheets/locomotive/{account → new}/_type.scss +0 -0
- data/app/assets/stylesheets/locomotive/{account → new}/_variables.scss +0 -0
- data/app/assets/stylesheets/locomotive/{components → old}/_activity_feed.scss +0 -0
- data/app/assets/stylesheets/locomotive/{base → old}/_buttons.scss +0 -0
- data/app/assets/stylesheets/locomotive/{components → old}/_content_assets.scss +49 -48
- data/app/assets/stylesheets/locomotive/{components → old}/_dashboard.scss +0 -0
- data/app/assets/stylesheets/locomotive/{components → old}/_developers.scss +0 -0
- data/app/assets/stylesheets/locomotive/{components → old}/_list.scss +15 -21
- data/app/assets/stylesheets/locomotive/old/_live_editing.scss +37 -0
- data/app/assets/stylesheets/locomotive/{components → old}/_main.scss +4 -14
- data/app/assets/stylesheets/locomotive/{base → old}/_nav.scss +0 -0
- data/app/assets/stylesheets/locomotive/old/_scrollable.scss +11 -0
- data/app/assets/stylesheets/locomotive/{components/misc/_nav.scss → old/_search_bars.scss} +8 -14
- data/app/assets/stylesheets/locomotive/{components → old}/_translations.scss +0 -0
- data/app/assets/stylesheets/locomotive/{globals → old}/_variables.scss +47 -12
- data/app/assets/stylesheets/locomotive/{base → old}/form/_array_input.scss +20 -27
- data/app/assets/stylesheets/locomotive/{base → old}/form/_base.scss +1 -0
- data/app/assets/stylesheets/locomotive/{base → old}/form/_code.scss +0 -0
- data/app/assets/stylesheets/locomotive/{base → old}/form/_color_input.scss +0 -0
- data/app/assets/stylesheets/locomotive/{base → old}/form/_document_picker.scss +0 -0
- data/app/assets/stylesheets/locomotive/{base → old}/form/_file_input.scss +14 -20
- data/app/assets/stylesheets/locomotive/{base → old}/form/_link.scss +0 -0
- data/app/assets/stylesheets/locomotive/{base → old}/form/_markdown.scss +0 -0
- data/app/assets/stylesheets/locomotive/{base → old}/form/_popover.scss +0 -0
- data/app/assets/stylesheets/locomotive/{base → old}/form/_rte.scss +8 -0
- data/app/assets/stylesheets/locomotive/{base → old}/form/_select2.scss +35 -0
- data/app/assets/stylesheets/locomotive/{base → old}/form/_tags.scss +0 -0
- data/app/assets/stylesheets/locomotive/{base → old}/form/_toggle.scss +4 -10
- data/app/controllers/locomotive/content_entries_controller.rb +1 -1
- data/app/controllers/locomotive/current_site_metafields_controller.rb +34 -0
- data/app/controllers/locomotive/custom_fields/select_options_controller.rb +4 -0
- data/app/controllers/locomotive/pages_controller.rb +1 -1
- data/app/helpers/locomotive/base_helper.rb +13 -0
- data/app/helpers/locomotive/current_site_metafields_helper.rb +126 -0
- data/app/helpers/locomotive/my_account_helper.rb +1 -1
- data/app/helpers/locomotive/shared/pages_helper.rb +4 -0
- data/app/helpers/locomotive/sites_helper.rb +9 -11
- data/app/inputs/locomotive/file_input.rb +3 -3
- data/app/inputs/locomotive/image_input.rb +97 -0
- data/app/inputs/locomotive/rte_input.rb +2 -1
- data/app/inputs/locomotive/simple_image_input.rb +5 -68
- data/app/models/locomotive/concerns/site/metafields.rb +96 -0
- data/app/models/locomotive/editable_text.rb +2 -1
- data/app/models/locomotive/site.rb +1 -0
- data/app/policies/locomotive/page_policy.rb +6 -0
- data/app/services/locomotive/content_entry_service.rb +3 -0
- data/app/services/locomotive/site_metafields_service.rb +39 -0
- data/app/views/locomotive/current_site/edit.html.slim +3 -0
- data/app/views/locomotive/current_site_metafields/form/_panes.html.slim +19 -0
- data/app/views/locomotive/current_site_metafields/form/_tabs.html.slim +6 -0
- data/app/views/locomotive/current_site_metafields/index.html.slim +26 -0
- data/app/views/locomotive/editable_elements/_form.html.slim +1 -1
- data/app/views/locomotive/layouts/application.html.slim +22 -19
- data/app/views/locomotive/layouts/live_editing.html.slim +19 -30
- data/app/views/locomotive/pages/form/_main.html.slim +3 -0
- data/app/views/locomotive/shared/_account_navigation.slim +9 -2
- data/app/views/locomotive/shared/_head.html.slim +4 -0
- data/app/views/locomotive/shared/_locale_picker_link.html.slim +1 -1
- data/app/views/locomotive/shared/_navigation.html.slim +30 -0
- data/app/views/locomotive/shared/_sidebar.html.slim +42 -26
- data/app/views/locomotive/shared/rte/_toolbar.html.slim +76 -68
- data/app/views/locomotive/shared/sidebar/_content_types.html.slim +11 -11
- data/app/views/locomotive/shared/sidebar/_link.html.slim +0 -3
- data/app/views/locomotive/shared/sidebar/_page.html.slim +8 -13
- data/app/views/locomotive/shared/sidebar/_pages.html.slim +4 -7
- data/app/views/locomotive/sites/index.html.slim +0 -1
- data/config/locales/carrierwave.cs.yml +4 -0
- data/config/locales/carrierwave.de.yml +4 -0
- data/config/locales/cs.yml +318 -0
- data/config/locales/de.yml +318 -0
- data/config/locales/default.cs.yml +13 -0
- data/config/locales/default.de.yml +13 -0
- data/config/locales/default.fr.yml +13 -1
- data/config/locales/devise.cs.yml +61 -0
- data/config/locales/devise.de.yml +61 -0
- data/config/locales/devise.fr.yml +61 -1
- data/config/locales/el.yml +0 -2
- data/config/locales/en.yml +9 -0
- data/config/locales/flash.cs.yml +79 -0
- data/config/locales/flash.de.yml +79 -0
- data/config/locales/flash.en.yml +4 -0
- data/config/locales/flash.fr.yml +82 -1
- data/config/locales/fr.yml +323 -0
- data/config/locales/inputs.cs.yml +19 -0
- data/config/locales/inputs.de.yml +19 -0
- data/config/locales/inputs.fr.yml +19 -1
- data/config/locales/mongoid.cs.yml +47 -0
- data/config/locales/mongoid.de.yml +38 -0
- data/config/locales/mongoid.fr.yml +35 -0
- data/config/locales/simple_form.cs.yml +152 -0
- data/config/locales/simple_form.de.yml +36 -0
- data/config/locales/simple_form.el.yml +0 -1
- data/config/locales/simple_form.fr.yml +153 -1
- data/config/routes.rb +4 -0
- data/lib/generators/locomotive/install/templates/locomotive.rb +2 -2
- data/lib/locomotive/configuration.rb +1 -1
- data/lib/locomotive/dependencies.rb +1 -0
- data/lib/locomotive/engine.rb +0 -1
- data/lib/locomotive/middlewares/site.rb +1 -1
- data/lib/locomotive/mongoid/patches.rb +8 -0
- data/lib/locomotive/steam/middlewares/page_editing.rb +1 -1
- data/lib/locomotive/version.rb +1 -1
- data/spec/dummy/config/initializers/locomotive.rb +1 -1
- data/spec/models/locomotive/concerns/site/metafields_spec.rb +121 -0
- data/spec/requests/locomotive/steam/cache_spec.rb +1 -1
- data/vendor/assets/components/locomotive/eonasdan-bootstrap-datetimepicker/bootstrap-datetimepicker.css +5 -0
- data/vendor/assets/components/locomotive/eonasdan-bootstrap-datetimepicker/bootstrap-datetimepicker.js +9 -0
- data/vendor/assets/components/locomotive/moment-timezone/moment-timezone.js +7 -0
- data/vendor/assets/components/locomotive/moment/moment.js +3606 -0
- data/vendor/assets/components/locomotive/select2/select2.js +0 -3
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/CONTRIBUTING.md +38 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/Gruntfile.js +191 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/LICENSE +21 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/README.md +37 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/bower.json +35 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker-standalone.css +103 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css +373 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css +5 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js +9 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/component.json +9 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/composer.json +28 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/docs/ChangeLog.md +222 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/docs/ContributorsGuide.md +126 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/docs/Events.md +96 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/docs/Extras.md +95 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/docs/FAQ.md +22 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/docs/Functions.md +670 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/docs/Installing.md +161 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/docs/Options.md +473 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/docs/Version 4 Changelog.md +6 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/docs/Version 4 Contributors guide.md +6 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/docs/index.md +592 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/mkdocs.yml +17 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/package.json +43 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/src/js/bootstrap-datetimepicker.js +2552 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/src/less/_bootstrap-datetimepicker.less +352 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/src/less/bootstrap-datetimepicker-build.less +17 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/src/nuget/Bootstrap.v3.Datetimepicker.CSS.nuspec +34 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/src/nuget/Bootstrap.v3.Datetimepicker.nuspec +34 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/src/nuget/NuGet.exe +0 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/src/nuget/install.ps1 +2 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/src/sass/_bootstrap-datetimepicker.scss +343 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/src/sass/bootstrap-datetimepicker-build.scss +16 -0
- data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/tasks/bump_version.js +88 -0
- data/vendor/assets/components/locomotive_sources/moment-timezone/LICENSE +20 -0
- data/vendor/assets/components/locomotive_sources/moment-timezone/README.md +36 -0
- data/vendor/assets/components/locomotive_sources/moment-timezone/bower.json +18 -0
- data/vendor/assets/components/locomotive_sources/moment-timezone/builds/moment-timezone-with-data-2010-2020.js +1189 -0
- data/vendor/assets/components/locomotive_sources/moment-timezone/builds/moment-timezone-with-data-2010-2020.min.js +7 -0
- data/vendor/assets/components/locomotive_sources/moment-timezone/builds/moment-timezone-with-data.js +1189 -0
- data/vendor/assets/components/locomotive_sources/moment-timezone/builds/moment-timezone-with-data.min.js +7 -0
- data/vendor/assets/components/locomotive_sources/moment-timezone/builds/moment-timezone.min.js +6 -0
- data/vendor/assets/components/locomotive_sources/moment-timezone/changelog.md +101 -0
- data/vendor/assets/components/locomotive_sources/moment-timezone/composer.json +43 -0
- data/vendor/assets/components/locomotive_sources/moment-timezone/data/meta/latest.json +5012 -0
- data/vendor/assets/components/locomotive_sources/moment-timezone/data/packed/latest.json +590 -0
- data/vendor/assets/components/locomotive_sources/moment-timezone/data/unpacked/latest.json +124081 -0
- data/vendor/assets/components/locomotive_sources/moment-timezone/moment-timezone-utils.js +316 -0
- data/vendor/assets/components/locomotive_sources/moment-timezone/moment-timezone.js +599 -0
- data/vendor/assets/components/locomotive_sources/moment/CHANGELOG.md +496 -0
- data/vendor/assets/components/locomotive_sources/moment/LICENSE +22 -0
- data/vendor/assets/components/locomotive_sources/moment/README.md +58 -0
- data/vendor/assets/components/locomotive_sources/moment/bower.json +22 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/af.js +73 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/ar-ma.js +59 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/ar-sa.js +103 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/ar-tn.js +57 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/ar.js +136 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/az.js +104 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/be.js +134 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/bg.js +90 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/bn.js +113 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/bo.js +110 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/br.js +107 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/bs.js +141 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/ca.js +79 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/cs.js +171 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/cv.js +63 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/cy.js +79 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/da.js +60 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/de-at.js +77 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/de.js +76 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/dv.js +99 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/el.js +98 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/en-au.js +66 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/en-ca.js +63 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/en-gb.js +67 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/en-ie.js +67 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/en-nz.js +66 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/eo.js +73 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/es.js +79 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/et.js +80 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/eu.js +64 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/fa.js +105 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/fi.js +107 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/fo.js +60 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/fr-ca.js +58 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/fr-ch.js +62 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/fr.js +62 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/fy.js +71 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/gd.js +76 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/gl.js +75 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/he.js +82 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/hi.js +123 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/hr.js +143 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/hu.js +109 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/hy-am.js +95 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/id.js +83 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/is.js +127 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/it.js +70 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/ja.js +65 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/jv.js +83 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/ka.js +89 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/kk.js +87 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/km.js +58 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/ko.js +68 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/lb.js +134 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/lo.js +69 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/lt.js +115 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/lv.js +96 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/me.js +109 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/mk.js +90 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/ml.js +71 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/mr.js +158 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/ms-my.js +82 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/ms.js +82 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/my.js +93 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/nb.js +61 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/ne.js +121 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/nl.js +71 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/nn.js +60 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/pl.js +105 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/pt-br.js +60 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/pt.js +64 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/ro.js +74 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/ru.js +166 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/se.js +61 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/si.js +66 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/sk.js +150 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/sl.js +160 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/sq.js +69 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/sr-cyrl.js +108 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/sr.js +108 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/sv.js +67 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/sw.js +58 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/ta.js +129 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/te.js +88 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/th.js +65 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/tl-ph.js +62 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/tlh.js +119 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/tr.js +90 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/tzl.js +87 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/tzm-latn.js +58 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/tzm.js +58 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/uk.js +146 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/uz.js +58 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/vi.js +66 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/zh-cn.js +127 -0
- data/vendor/assets/components/locomotive_sources/moment/locale/zh-tw.js +101 -0
- data/vendor/assets/components/locomotive_sources/moment/min/locales.js +7548 -0
- data/vendor/assets/components/locomotive_sources/moment/min/locales.min.js +72 -0
- data/vendor/assets/components/locomotive_sources/moment/min/moment-with-locales.js +11144 -0
- data/vendor/assets/components/locomotive_sources/moment/min/moment-with-locales.min.js +74 -0
- data/vendor/assets/components/locomotive_sources/moment/min/moment.min.js +7 -0
- data/vendor/assets/components/locomotive_sources/moment/min/tests.js +46196 -0
- data/vendor/assets/components/locomotive_sources/moment/moment.js +3606 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/create/check-overflow.js +34 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/create/date-from-array.js +21 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/create/from-anything.js +101 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/create/from-array.js +136 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/create/from-object.js +16 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/create/from-string-and-array.js +50 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/create/from-string-and-format.js +104 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/create/from-string.js +120 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/create/local.js +5 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/create/parsing-flags.js +22 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/create/utc.js +5 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/create/valid.js +37 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/duration/abs.js +18 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/duration/add-subtract.js +21 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/duration/as.js +55 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/duration/bubble.js +61 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/duration/constructor.js +41 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/duration/create.js +117 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/duration/duration.js +12 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/duration/get.js +25 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/duration/humanize.js +64 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/duration/iso-string.js +52 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/duration/prototype.js +48 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/format/format.js +92 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/locale/calendar.js +15 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/locale/constructor.js +2 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/locale/en.js +15 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/locale/formats.js +23 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/locale/invalid.js +5 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/locale/lists.js +48 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/locale/locale.js +35 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/locale/locales.js +118 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/locale/ordinal.js +7 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/locale/pre-post-format.js +3 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/locale/prototype.js +76 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/locale/relative.js +29 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/locale/set.js +16 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/add-subtract.js +52 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/calendar.js +21 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/clone.js +5 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/compare.js +57 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/constructor.js +74 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/creation-data.js +9 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/diff.js +61 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/format.js +28 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/from.js +17 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/get-set.js +43 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/locale.js +34 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/min-max.js +63 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/moment.js +28 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/now.js +3 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/prototype.js +149 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/start-end-of.js +52 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/to-type.js +34 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/to.js +17 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/moment/valid.js +15 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/parse/regex.js +54 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/parse/token.js +32 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/aliases.js +29 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/constants.js +9 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/day-of-month.js +32 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/day-of-week.js +162 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/day-of-year.js +32 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/hour.js +129 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/millisecond.js +64 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/minute.js +24 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/month.js +209 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/offset.js +219 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/quarter.js +27 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/second.js +24 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/timestamp.js +20 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/timezone.js +16 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/units.js +20 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/week-calendar-utils.js +65 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/week-year.js +101 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/week.js +61 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/units/year.js +70 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/utils/abs-ceil.js +7 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/utils/abs-floor.js +7 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/utils/compare-arrays.js +16 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/utils/defaults.js +10 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/utils/deprecate.js +33 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/utils/extend.js +19 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/utils/has-own-prop.js +3 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/utils/hooks.js +13 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/utils/is-array.js +3 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/utils/is-date.js +3 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/utils/is-function.js +3 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/utils/is-undefined.js +3 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/utils/map.js +7 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/utils/to-int.js +12 -0
- data/vendor/assets/components/locomotive_sources/moment/src/lib/utils/zero-fill.js +7 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/af.js +63 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/ar-ma.js +50 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/ar-sa.js +94 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/ar-tn.js +48 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/ar.js +127 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/az.js +95 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/be.js +125 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/bg.js +81 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/bn.js +104 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/bo.js +101 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/br.js +98 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/bs.js +132 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/ca.js +70 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/cs.js +162 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/cv.js +53 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/cy.js +70 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/da.js +51 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/de-at.js +67 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/de.js +66 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/dv.js +89 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/el.js +86 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/en-au.js +57 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/en-ca.js +54 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/en-gb.js +58 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/en-ie.js +58 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/en-nz.js +56 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/eo.js +64 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/es.js +70 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/et.js +71 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/eu.js +55 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/fa.js +96 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/fi.js +98 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/fo.js +51 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/fr-ca.js +49 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/fr-ch.js +53 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/fr.js +53 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/fy.js +62 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/gd.js +67 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/gl.js +66 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/he.js +73 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/hi.js +114 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/hr.js +134 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/hu.js +100 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/hy-am.js +86 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/id.js +74 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/is.js +118 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/it.js +61 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/ja.js +56 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/jv.js +73 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/ka.js +80 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/kk.js +77 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/km.js +49 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/ko.js +59 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/lb.js +125 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/lo.js +60 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/lt.js +106 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/lv.js +87 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/me.js +99 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/mk.js +81 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/ml.js +62 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/mr.js +149 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/ms-my.js +73 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/ms.js +73 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/my.js +84 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/nb.js +52 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/ne.js +112 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/nl.js +62 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/nn.js +51 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/pl.js +95 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/pt-br.js +51 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/pt.js +55 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/ro.js +65 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/ru.js +156 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/se.js +51 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/si.js +56 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/sk.js +141 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/sl.js +150 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/sq.js +60 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/sr-cyrl.js +99 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/sr.js +99 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/sv.js +58 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/sw.js +49 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/ta.js +120 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/te.js +78 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/th.js +56 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/tl-ph.js +53 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/tlh.js +109 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/tr.js +81 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/tzl.js +78 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/tzm-latn.js +49 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/tzm.js +49 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/uk.js +137 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/uz.js +49 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/vi.js +57 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/zh-cn.js +118 -0
- data/vendor/assets/components/locomotive_sources/moment/src/locale/zh-tw.js +91 -0
- data/vendor/assets/components/locomotive_sources/moment/src/moment.js +71 -0
- data/vendor/assets/components/locomotive_sources/moment/templates/amd-named.js +7 -0
- data/vendor/assets/components/locomotive_sources/moment/templates/amd.js +7 -0
- data/vendor/assets/components/locomotive_sources/moment/templates/default.js +5 -0
- data/vendor/assets/components/locomotive_sources/moment/templates/globals.js +5 -0
- data/vendor/assets/components/locomotive_sources/moment/templates/locale-header.js +6 -0
- data/vendor/assets/components/locomotive_sources/moment/templates/test-header.js +6 -0
- data/vendor/assets/javascripts/locomotive/vendor.js +1 -2
- data/vendor/assets/stylesheets/locomotive/wysihtml5_editor.css +1 -1
- metadata +458 -100
- data/app/assets/stylesheets/locomotive/account/_files.scss +0 -125
- data/app/assets/stylesheets/locomotive/base/_all.scss +0 -6
- data/app/assets/stylesheets/locomotive/base/_fonts.scss +0 -27
- data/app/assets/stylesheets/locomotive/base/_form.scss +0 -18
- data/app/assets/stylesheets/locomotive/base/_iframe.scss +0 -4
- data/app/assets/stylesheets/locomotive/base/_typography.scss +0 -6
- data/app/assets/stylesheets/locomotive/base/form/_api_key.scss +0 -24
- data/app/assets/stylesheets/locomotive/base/form/_date.scss +0 -11
- data/app/assets/stylesheets/locomotive/components/_drawer.scss +0 -24
- data/app/assets/stylesheets/locomotive/components/_header.scss +0 -3
- data/app/assets/stylesheets/locomotive/components/_live_editing.scss +0 -95
- data/app/assets/stylesheets/locomotive/components/_misc.scss +0 -3
- data/app/assets/stylesheets/locomotive/components/_sidebar.scss +0 -5
- data/app/assets/stylesheets/locomotive/components/_sites.scss +0 -130
- data/app/assets/stylesheets/locomotive/components/_transitions.scss +0 -149
- data/app/assets/stylesheets/locomotive/components/header/_account.scss +0 -63
- data/app/assets/stylesheets/locomotive/components/header/_base.scss +0 -91
- data/app/assets/stylesheets/locomotive/components/header/_responsive.scss +0 -34
- data/app/assets/stylesheets/locomotive/components/misc/_modal.scss +0 -13
- data/app/assets/stylesheets/locomotive/components/misc/_notify.scss +0 -25
- data/app/assets/stylesheets/locomotive/components/sidebar/_base.scss +0 -58
- data/app/assets/stylesheets/locomotive/components/sidebar/_content_types.scss +0 -30
- data/app/assets/stylesheets/locomotive/components/sidebar/_link.scss +0 -36
- data/app/assets/stylesheets/locomotive/components/sidebar/_my_account.scss +0 -21
- data/app/assets/stylesheets/locomotive/components/sidebar/_pages_tree.scss +0 -108
- data/app/assets/stylesheets/locomotive/globals/_mixins.scss +0 -34
- data/app/assets/stylesheets/locomotive/layouts/_live_editing.scss +0 -33
- data/app/assets/stylesheets/locomotive/layouts/_main.scss +0 -62
- data/app/assets/stylesheets/locomotive/layouts/_not_logged_in.scss +0 -33
- data/app/assets/stylesheets/locomotive/layouts/_responsive.scss +0 -12
- data/app/views/locomotive/shared/_header.html.slim +0 -30
- data/app/views/locomotive/shared/_sidebar_without_site.html.slim +0 -5
- data/app/views/locomotive/shared/header/_account.html.slim +0 -4
- data/app/views/locomotive/shared/header/_account_menu.html.slim +0 -5
- data/app/views/locomotive/shared/header/_brand.html.slim +0 -3
- data/app/views/locomotive/shared/header/_site.html.slim +0 -8
- data/app/views/locomotive/shared/sidebar/_my_account.html.slim +0 -8
- data/vendor/assets/javascripts/locomotive/bootstrap-datetimepicker.js +0 -1395
- data/vendor/assets/javascripts/locomotive/moment.js +0 -2808
- data/vendor/assets/stylesheets/locomotive/bootstrap-datetimepicker.css +0 -235
@@ -1737,9 +1737,6 @@ S2.define('select2/selection/allowClear',[
|
|
1737
1737
|
|
1738
1738
|
var $clear = this.$selection.find('.select2-selection__clear');
|
1739
1739
|
|
1740
|
-
console.log($clear);
|
1741
|
-
console.log($clear.length);
|
1742
|
-
|
1743
1740
|
// Ignore the event if nothing has been selected
|
1744
1741
|
if ($clear.length === 0) {
|
1745
1742
|
return;
|
data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/CONTRIBUTING.md
ADDED
@@ -0,0 +1,38 @@
|
|
1
|
+
Submitting Issues
|
2
|
+
=================
|
3
|
+
|
4
|
+
If you are submitting a bug, please test and/or fork [this jsfiddle](http://jsfiddle.net/Eonasdan/0Ltv25o8/) demonstrating the issue. Code issues and fringe case bugs that do not include a jsfiddle (or similar) will be closed.
|
5
|
+
|
6
|
+
Issues that are submitted without a description (title only) will be closed with no further explanation.
|
7
|
+
|
8
|
+
Contributing code
|
9
|
+
=================
|
10
|
+
|
11
|
+
To contribute, fork the library and install grunt and dependencies. You need [node](http://nodejs.org/); use [nvm](https://github.com/creationix/nvm) or [nenv](https://github.com/ryuone/nenv) to install it.
|
12
|
+
|
13
|
+
```bash
|
14
|
+
git clone https://github.com/Eonasdan/bootstrap-datetimepicker.git
|
15
|
+
cd bootstrap-datetimepicker
|
16
|
+
npm install -g grunt-cli
|
17
|
+
npm install
|
18
|
+
git checkout development # all patches against development branch, please!
|
19
|
+
grunt # this runs tests and jshint
|
20
|
+
```
|
21
|
+
|
22
|
+
Very important notes
|
23
|
+
====================
|
24
|
+
|
25
|
+
* **Pull requests to the `master` branch will be closed.** Please submit all pull requests to the `development` branch.
|
26
|
+
* **Do not include the minified files in your pull request.** Don't worry, we'll build them when we cut a release.
|
27
|
+
* Pull requests that do not include a description (title only) and the following will be closed:
|
28
|
+
* What the change does
|
29
|
+
* A use case (for new features or enhancements)
|
30
|
+
|
31
|
+
Grunt tasks
|
32
|
+
===========
|
33
|
+
|
34
|
+
We use Grunt for managing the build. Here are some useful Grunt tasks:
|
35
|
+
|
36
|
+
* `grunt` The default task lints the code and runs the tests. You should make sure you do this before submitting a PR.
|
37
|
+
* `grunt build` Compiles the less stylesheet and minifies the javascript source in build directory.
|
38
|
+
* `grunt build:travis` Compliles and runs the jasmine/travis tests. **All PR's MUST pass tests in place**
|
data/vendor/assets/components/locomotive_sources/eonasdan-bootstrap-datetimepicker/Gruntfile.js
ADDED
@@ -0,0 +1,191 @@
|
|
1
|
+
module.exports = function (grunt) {
|
2
|
+
'use strict';
|
3
|
+
grunt.initConfig({
|
4
|
+
pkg: grunt.file.readJSON('package.json'),
|
5
|
+
|
6
|
+
uglify : {
|
7
|
+
target: {
|
8
|
+
files: {
|
9
|
+
'build/js/bootstrap-datetimepicker.min.js' : 'src/js/bootstrap-datetimepicker.js'
|
10
|
+
}
|
11
|
+
},
|
12
|
+
options: {
|
13
|
+
mangle: true,
|
14
|
+
compress: {
|
15
|
+
dead_code: false // jshint ignore:line
|
16
|
+
},
|
17
|
+
output: {
|
18
|
+
ascii_only: true // jshint ignore:line
|
19
|
+
},
|
20
|
+
report: 'min',
|
21
|
+
preserveComments: 'some'
|
22
|
+
}
|
23
|
+
},
|
24
|
+
|
25
|
+
jshint: {
|
26
|
+
all: [
|
27
|
+
'Gruntfile.js', 'src/js/*.js', 'test/*.js'
|
28
|
+
],
|
29
|
+
options: {
|
30
|
+
'browser' : true,
|
31
|
+
'node' : true,
|
32
|
+
'jquery' : true,
|
33
|
+
'boss' : false,
|
34
|
+
'curly' : true,
|
35
|
+
'debug' : false,
|
36
|
+
'devel' : false,
|
37
|
+
'eqeqeq' : true,
|
38
|
+
'bitwise' : true,
|
39
|
+
'eqnull' : true,
|
40
|
+
'evil' : false,
|
41
|
+
'forin' : true,
|
42
|
+
'immed' : false,
|
43
|
+
'laxbreak' : false,
|
44
|
+
'newcap' : true,
|
45
|
+
'noarg' : true,
|
46
|
+
'noempty' : false,
|
47
|
+
'nonew' : false,
|
48
|
+
'onevar' : true,
|
49
|
+
'plusplus' : false,
|
50
|
+
'regexp' : false,
|
51
|
+
'undef' : true,
|
52
|
+
'sub' : true,
|
53
|
+
'strict' : true,
|
54
|
+
'unused' : true,
|
55
|
+
'white' : true,
|
56
|
+
'es3' : true,
|
57
|
+
'camelcase' : true,
|
58
|
+
'quotmark' : 'single',
|
59
|
+
'globals': {
|
60
|
+
'define': false,
|
61
|
+
'moment': false,
|
62
|
+
// Jasmine
|
63
|
+
'jasmine': false,
|
64
|
+
'describe': false,
|
65
|
+
'xdescribe': false,
|
66
|
+
'expect': false,
|
67
|
+
'it': false,
|
68
|
+
'xit': false,
|
69
|
+
'spyOn': false,
|
70
|
+
'beforeEach': false,
|
71
|
+
'afterEach': false
|
72
|
+
}
|
73
|
+
}
|
74
|
+
},
|
75
|
+
|
76
|
+
jscs: {
|
77
|
+
all: [
|
78
|
+
'Gruntfile.js', 'src/js/*.js', 'test/*.js'
|
79
|
+
],
|
80
|
+
options: {
|
81
|
+
config: '.jscs.json'
|
82
|
+
}
|
83
|
+
},
|
84
|
+
|
85
|
+
less: {
|
86
|
+
production: {
|
87
|
+
options: {
|
88
|
+
cleancss: true,
|
89
|
+
compress: true,
|
90
|
+
paths: 'node_modules'
|
91
|
+
},
|
92
|
+
files: {
|
93
|
+
'build/css/bootstrap-datetimepicker.min.css': 'src/less/bootstrap-datetimepicker-build.less'
|
94
|
+
}
|
95
|
+
},
|
96
|
+
development: {
|
97
|
+
options: {
|
98
|
+
paths: 'node_modules'
|
99
|
+
},
|
100
|
+
files: {
|
101
|
+
'build/css/bootstrap-datetimepicker.css': 'src/less/bootstrap-datetimepicker-build.less'
|
102
|
+
}
|
103
|
+
}
|
104
|
+
},
|
105
|
+
|
106
|
+
jasmine: {
|
107
|
+
customTemplate: {
|
108
|
+
src: 'src/js/*.js',
|
109
|
+
options: {
|
110
|
+
specs: 'test/*Spec.js',
|
111
|
+
helpers: 'test/*Helper.js',
|
112
|
+
styles: [
|
113
|
+
'node_modules/bootstrap/dist/css/bootstrap.min.css',
|
114
|
+
'build/css/bootstrap-datetimepicker.min.css'
|
115
|
+
],
|
116
|
+
vendor: [
|
117
|
+
'node_modules/jquery/dist/jquery.min.js',
|
118
|
+
'node_modules/moment/min/moment-with-locales.min.js',
|
119
|
+
'node_modules/bootstrap/dist/js/bootstrap.min.js'
|
120
|
+
],
|
121
|
+
display: 'none',
|
122
|
+
summary: 'true'
|
123
|
+
}
|
124
|
+
}
|
125
|
+
},
|
126
|
+
|
127
|
+
nugetpack: {
|
128
|
+
less: {
|
129
|
+
src: 'src/nuget/Bootstrap.v3.Datetimepicker.nuspec',
|
130
|
+
dest: 'build/nuget',
|
131
|
+
options: {
|
132
|
+
version: '<%= pkg.version %>'
|
133
|
+
}
|
134
|
+
},
|
135
|
+
css: {
|
136
|
+
src: 'src/nuget/Bootstrap.v3.Datetimepicker.CSS.nuspec',
|
137
|
+
dest: 'build/nuget',
|
138
|
+
options: {
|
139
|
+
version: '<%= pkg.version %>'
|
140
|
+
}
|
141
|
+
}
|
142
|
+
}
|
143
|
+
});
|
144
|
+
|
145
|
+
grunt.loadTasks('tasks');
|
146
|
+
|
147
|
+
grunt.loadNpmTasks('grunt-contrib-jasmine');
|
148
|
+
grunt.loadNpmTasks('grunt-nuget');
|
149
|
+
|
150
|
+
// These plugins provide necessary tasks.
|
151
|
+
require('load-grunt-tasks')(grunt);
|
152
|
+
|
153
|
+
// Default task.
|
154
|
+
grunt.registerTask('default', ['jshint', 'jscs', 'less', 'jasmine']);
|
155
|
+
|
156
|
+
// travis build task
|
157
|
+
grunt.registerTask('build:travis', [
|
158
|
+
// code style
|
159
|
+
'jshint', 'jscs',
|
160
|
+
// build
|
161
|
+
'uglify', 'less',
|
162
|
+
// tests
|
163
|
+
'jasmine'
|
164
|
+
]);
|
165
|
+
|
166
|
+
// Task to be run when building
|
167
|
+
grunt.registerTask('build', [
|
168
|
+
'jshint', 'jscs', 'uglify', 'less'
|
169
|
+
]);
|
170
|
+
|
171
|
+
grunt.registerTask('test', ['jshint', 'jscs', 'uglify', 'less', 'jasmine']);
|
172
|
+
|
173
|
+
grunt.registerTask('docs', 'Generate docs', function () {
|
174
|
+
grunt.util.spawn({
|
175
|
+
cmd: 'mkdocs',
|
176
|
+
args: ['build', '--clean']
|
177
|
+
});
|
178
|
+
});
|
179
|
+
|
180
|
+
grunt.registerTask('release', function (version) {
|
181
|
+
if (!version || version.split('.').length !== 3) {
|
182
|
+
grunt.fail.fatal('malformed version. Use grunt release:1.2.3');
|
183
|
+
}
|
184
|
+
|
185
|
+
grunt.task.run([
|
186
|
+
'bump_version:' + version,
|
187
|
+
'build:travis',
|
188
|
+
'docs'
|
189
|
+
]);
|
190
|
+
});
|
191
|
+
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2015 Jonathan Peterson (@Eonasdan)
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# Bootstrap 3 Date/Time Picker
|
2
|
+
![GitHub version](https://badge.fury.io/gh/Eonasdan%2Fbootstrap-datetimepicker.png) ![Travis](https://travis-ci.org/Eonasdan/bootstrap-datetimepicker.svg?branch=development) [![Stories in Ready](https://badge.waffle.io/Eonasdan/bootstrap-datetimepicker.png?label=ready&title=Ready)](https://waffle.io/Eonasdan/bootstrap-datetimepicker)
|
3
|
+
|
4
|
+
![DateTimePicker](http://i.imgur.com/nfnvh5g.png)
|
5
|
+
|
6
|
+
## [View the manual and demos](http://eonasdan.github.io/bootstrap-datetimepicker/)
|
7
|
+
|
8
|
+
# v4.17.37
|
9
|
+
|
10
|
+
Is the current stable release. The latest and greatest changes are available from the [development branch](https://github.com/Eonasdan/bootstrap-datetimepicker/tree/development)
|
11
|
+
|
12
|
+
# Version 5
|
13
|
+
|
14
|
+
IMPORANT! The Nuget packages will be depreciated in this release. Moving forward, Asp.Net/Nuget will **NOT** be delivering content packages like this one and you will need to use bower. See [this issue for more]( https://github.com/Eonasdan/bootstrap-datetimepicker/issues/1128)
|
15
|
+
|
16
|
+
v5 is [in planning](https://github.com/Eonasdan/bootstrap-datetimepicker/issues/841). We welcome your suggestions.
|
17
|
+
|
18
|
+
A major update is a great time to make be able to make breaking changes.
|
19
|
+
|
20
|
+
## Submitting Issues
|
21
|
+
If you have issues, please check the following first:
|
22
|
+
* Have you read the docs?
|
23
|
+
* Do you have the latest version of momentjs?
|
24
|
+
* Do you have the latest version of jQuery?
|
25
|
+
* Please test and/or fork [this jsfiddle](http://jsfiddle.net/Eonasdan/0Ltv25o8/) with an example of your issue before you post an issue here.
|
26
|
+
* Please indicate which version of the picker you are using (this can be found at the top of any included file)
|
27
|
+
|
28
|
+
## Where do you use this?
|
29
|
+
I'd love to know if your public site is using this plugin and list your logo on the documentation site. Please email me `me at eonasdan dot com`.
|
30
|
+
|
31
|
+
##Priority support is available at an hourly rate.
|
32
|
+
|
33
|
+
If you have an urgent request, bug or need installation help, please contact me at `me at eonasdan dot com` for a quote.
|
34
|
+
|
35
|
+
## [Installation instructions](http://eonasdan.github.io/bootstrap-datetimepicker/Installing/)
|
36
|
+
|
37
|
+
## [Change Log](http://eonasdan.github.io/bootstrap-datetimepicker/Changelog/)
|
@@ -0,0 +1,35 @@
|
|
1
|
+
{
|
2
|
+
"name": "eonasdan-bootstrap-datetimepicker",
|
3
|
+
"version": "4.17.37",
|
4
|
+
"main": [
|
5
|
+
"build/css/bootstrap-datetimepicker.min.css",
|
6
|
+
"build/js/bootstrap-datetimepicker.min.js"
|
7
|
+
],
|
8
|
+
"dependencies": {
|
9
|
+
"jquery": ">=1.8.3",
|
10
|
+
"moment": ">=2.9.0",
|
11
|
+
"moment-timezone": ">=0.4.0"
|
12
|
+
},
|
13
|
+
"homepage": "https://github.com/Eonasdan/bootstrap-datetimepicker",
|
14
|
+
"authors": [
|
15
|
+
"Eonasdan"
|
16
|
+
],
|
17
|
+
"description": "bootstrap3 datetimepicker",
|
18
|
+
"keywords": [
|
19
|
+
"twitter-bootstrap",
|
20
|
+
"bootstrap",
|
21
|
+
"datepicker",
|
22
|
+
"datetimepicker",
|
23
|
+
"timepicker",
|
24
|
+
"moment"
|
25
|
+
],
|
26
|
+
"license": "MIT",
|
27
|
+
"private": false,
|
28
|
+
"ignore": [
|
29
|
+
"**/.*",
|
30
|
+
"node_modules",
|
31
|
+
"bower_components",
|
32
|
+
"test",
|
33
|
+
"tests"
|
34
|
+
]
|
35
|
+
}
|
@@ -0,0 +1,103 @@
|
|
1
|
+
/*!
|
2
|
+
* Datetimepicker for Bootstrap 3
|
3
|
+
* version : 4.17.37
|
4
|
+
* https://github.com/Eonasdan/bootstrap-datetimepicker/
|
5
|
+
*/
|
6
|
+
@font-face {
|
7
|
+
font-family: 'Glyphicons Halflings';
|
8
|
+
src: url('../fonts/glyphicons-halflings-regular.eot');
|
9
|
+
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
10
|
+
}
|
11
|
+
|
12
|
+
.glyphicon {
|
13
|
+
position: relative;
|
14
|
+
top: 1px;
|
15
|
+
display: inline-block;
|
16
|
+
font-family: 'Glyphicons Halflings';
|
17
|
+
font-style: normal;
|
18
|
+
font-weight: normal;
|
19
|
+
line-height: 1;
|
20
|
+
-webkit-font-smoothing: antialiased;
|
21
|
+
-moz-osx-font-smoothing: grayscale;
|
22
|
+
}
|
23
|
+
|
24
|
+
.glyphicon-time:before {
|
25
|
+
content: "\e023";
|
26
|
+
}
|
27
|
+
|
28
|
+
.glyphicon-chevron-left:before {
|
29
|
+
content: "\e079";
|
30
|
+
}
|
31
|
+
|
32
|
+
.glyphicon-chevron-right:before {
|
33
|
+
content: "\e080";
|
34
|
+
}
|
35
|
+
|
36
|
+
.glyphicon-chevron-up:before {
|
37
|
+
content: "\e113";
|
38
|
+
}
|
39
|
+
|
40
|
+
.glyphicon-chevron-down:before {
|
41
|
+
content: "\e114";
|
42
|
+
}
|
43
|
+
|
44
|
+
.glyphicon-calendar:before {
|
45
|
+
content: "\e109";
|
46
|
+
}
|
47
|
+
|
48
|
+
.btn {
|
49
|
+
display: inline-block;
|
50
|
+
padding: 6px 12px;
|
51
|
+
margin-bottom: 0;
|
52
|
+
font-size: 14px;
|
53
|
+
font-weight: normal;
|
54
|
+
line-height: 1.42857143;
|
55
|
+
text-align: center;
|
56
|
+
white-space: nowrap;
|
57
|
+
vertical-align: middle;
|
58
|
+
-ms-touch-action: manipulation;
|
59
|
+
touch-action: manipulation;
|
60
|
+
cursor: pointer;
|
61
|
+
-webkit-user-select: none;
|
62
|
+
-moz-user-select: none;
|
63
|
+
-ms-user-select: none;
|
64
|
+
user-select: none;
|
65
|
+
background-image: none;
|
66
|
+
border: 1px solid transparent;
|
67
|
+
border-radius: 4px;
|
68
|
+
}
|
69
|
+
|
70
|
+
.collapse {
|
71
|
+
display: none;
|
72
|
+
}
|
73
|
+
|
74
|
+
.collapse.in {
|
75
|
+
display: block;
|
76
|
+
}
|
77
|
+
|
78
|
+
.dropdown-menu {
|
79
|
+
position: absolute;
|
80
|
+
left: 0;
|
81
|
+
z-index: 1000;
|
82
|
+
display: none;
|
83
|
+
float: left;
|
84
|
+
min-width: 160px;
|
85
|
+
padding: 5px 0;
|
86
|
+
margin: 2px 0 0;
|
87
|
+
font-size: 14px;
|
88
|
+
text-align: left;
|
89
|
+
list-style: none;
|
90
|
+
background-color: #fff;
|
91
|
+
-webkit-background-clip: padding-box;
|
92
|
+
background-clip: padding-box;
|
93
|
+
border: 1px solid #ccc;
|
94
|
+
border: 1px solid rgba(0, 0, 0, .15);
|
95
|
+
border-radius: 4px;
|
96
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
|
97
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
|
98
|
+
}
|
99
|
+
|
100
|
+
.list-unstyled {
|
101
|
+
padding-left: 0;
|
102
|
+
list-style: none;
|
103
|
+
}
|
@@ -0,0 +1,373 @@
|
|
1
|
+
/*!
|
2
|
+
* Datetimepicker for Bootstrap 3
|
3
|
+
* version : 4.17.37
|
4
|
+
* https://github.com/Eonasdan/bootstrap-datetimepicker/
|
5
|
+
*/
|
6
|
+
.bootstrap-datetimepicker-widget {
|
7
|
+
list-style: none;
|
8
|
+
}
|
9
|
+
.bootstrap-datetimepicker-widget.dropdown-menu {
|
10
|
+
margin: 2px 0;
|
11
|
+
padding: 4px;
|
12
|
+
width: 19em;
|
13
|
+
}
|
14
|
+
@media (min-width: 768px) {
|
15
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
16
|
+
width: 38em;
|
17
|
+
}
|
18
|
+
}
|
19
|
+
@media (min-width: 992px) {
|
20
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
21
|
+
width: 38em;
|
22
|
+
}
|
23
|
+
}
|
24
|
+
@media (min-width: 1200px) {
|
25
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
26
|
+
width: 38em;
|
27
|
+
}
|
28
|
+
}
|
29
|
+
.bootstrap-datetimepicker-widget.dropdown-menu:before,
|
30
|
+
.bootstrap-datetimepicker-widget.dropdown-menu:after {
|
31
|
+
content: '';
|
32
|
+
display: inline-block;
|
33
|
+
position: absolute;
|
34
|
+
}
|
35
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
|
36
|
+
border-left: 7px solid transparent;
|
37
|
+
border-right: 7px solid transparent;
|
38
|
+
border-bottom: 7px solid #cccccc;
|
39
|
+
border-bottom-color: rgba(0, 0, 0, 0.2);
|
40
|
+
top: -7px;
|
41
|
+
left: 7px;
|
42
|
+
}
|
43
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
|
44
|
+
border-left: 6px solid transparent;
|
45
|
+
border-right: 6px solid transparent;
|
46
|
+
border-bottom: 6px solid white;
|
47
|
+
top: -6px;
|
48
|
+
left: 8px;
|
49
|
+
}
|
50
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
|
51
|
+
border-left: 7px solid transparent;
|
52
|
+
border-right: 7px solid transparent;
|
53
|
+
border-top: 7px solid #cccccc;
|
54
|
+
border-top-color: rgba(0, 0, 0, 0.2);
|
55
|
+
bottom: -7px;
|
56
|
+
left: 6px;
|
57
|
+
}
|
58
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
|
59
|
+
border-left: 6px solid transparent;
|
60
|
+
border-right: 6px solid transparent;
|
61
|
+
border-top: 6px solid white;
|
62
|
+
bottom: -6px;
|
63
|
+
left: 7px;
|
64
|
+
}
|
65
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
|
66
|
+
left: auto;
|
67
|
+
right: 6px;
|
68
|
+
}
|
69
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
|
70
|
+
left: auto;
|
71
|
+
right: 7px;
|
72
|
+
}
|
73
|
+
.bootstrap-datetimepicker-widget .list-unstyled {
|
74
|
+
margin: 0;
|
75
|
+
}
|
76
|
+
.bootstrap-datetimepicker-widget a[data-action] {
|
77
|
+
padding: 6px 0;
|
78
|
+
}
|
79
|
+
.bootstrap-datetimepicker-widget a[data-action]:active {
|
80
|
+
box-shadow: none;
|
81
|
+
}
|
82
|
+
.bootstrap-datetimepicker-widget .timepicker-hour,
|
83
|
+
.bootstrap-datetimepicker-widget .timepicker-minute,
|
84
|
+
.bootstrap-datetimepicker-widget .timepicker-second {
|
85
|
+
width: 54px;
|
86
|
+
font-weight: bold;
|
87
|
+
font-size: 1.2em;
|
88
|
+
margin: 0;
|
89
|
+
}
|
90
|
+
.bootstrap-datetimepicker-widget button[data-action] {
|
91
|
+
padding: 6px;
|
92
|
+
}
|
93
|
+
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
|
94
|
+
position: absolute;
|
95
|
+
width: 1px;
|
96
|
+
height: 1px;
|
97
|
+
margin: -1px;
|
98
|
+
padding: 0;
|
99
|
+
overflow: hidden;
|
100
|
+
clip: rect(0, 0, 0, 0);
|
101
|
+
border: 0;
|
102
|
+
content: "Increment Hours";
|
103
|
+
}
|
104
|
+
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
|
105
|
+
position: absolute;
|
106
|
+
width: 1px;
|
107
|
+
height: 1px;
|
108
|
+
margin: -1px;
|
109
|
+
padding: 0;
|
110
|
+
overflow: hidden;
|
111
|
+
clip: rect(0, 0, 0, 0);
|
112
|
+
border: 0;
|
113
|
+
content: "Increment Minutes";
|
114
|
+
}
|
115
|
+
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
|
116
|
+
position: absolute;
|
117
|
+
width: 1px;
|
118
|
+
height: 1px;
|
119
|
+
margin: -1px;
|
120
|
+
padding: 0;
|
121
|
+
overflow: hidden;
|
122
|
+
clip: rect(0, 0, 0, 0);
|
123
|
+
border: 0;
|
124
|
+
content: "Decrement Hours";
|
125
|
+
}
|
126
|
+
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
|
127
|
+
position: absolute;
|
128
|
+
width: 1px;
|
129
|
+
height: 1px;
|
130
|
+
margin: -1px;
|
131
|
+
padding: 0;
|
132
|
+
overflow: hidden;
|
133
|
+
clip: rect(0, 0, 0, 0);
|
134
|
+
border: 0;
|
135
|
+
content: "Decrement Minutes";
|
136
|
+
}
|
137
|
+
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
|
138
|
+
position: absolute;
|
139
|
+
width: 1px;
|
140
|
+
height: 1px;
|
141
|
+
margin: -1px;
|
142
|
+
padding: 0;
|
143
|
+
overflow: hidden;
|
144
|
+
clip: rect(0, 0, 0, 0);
|
145
|
+
border: 0;
|
146
|
+
content: "Show Hours";
|
147
|
+
}
|
148
|
+
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
|
149
|
+
position: absolute;
|
150
|
+
width: 1px;
|
151
|
+
height: 1px;
|
152
|
+
margin: -1px;
|
153
|
+
padding: 0;
|
154
|
+
overflow: hidden;
|
155
|
+
clip: rect(0, 0, 0, 0);
|
156
|
+
border: 0;
|
157
|
+
content: "Show Minutes";
|
158
|
+
}
|
159
|
+
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
|
160
|
+
position: absolute;
|
161
|
+
width: 1px;
|
162
|
+
height: 1px;
|
163
|
+
margin: -1px;
|
164
|
+
padding: 0;
|
165
|
+
overflow: hidden;
|
166
|
+
clip: rect(0, 0, 0, 0);
|
167
|
+
border: 0;
|
168
|
+
content: "Toggle AM/PM";
|
169
|
+
}
|
170
|
+
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
|
171
|
+
position: absolute;
|
172
|
+
width: 1px;
|
173
|
+
height: 1px;
|
174
|
+
margin: -1px;
|
175
|
+
padding: 0;
|
176
|
+
overflow: hidden;
|
177
|
+
clip: rect(0, 0, 0, 0);
|
178
|
+
border: 0;
|
179
|
+
content: "Clear the picker";
|
180
|
+
}
|
181
|
+
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
|
182
|
+
position: absolute;
|
183
|
+
width: 1px;
|
184
|
+
height: 1px;
|
185
|
+
margin: -1px;
|
186
|
+
padding: 0;
|
187
|
+
overflow: hidden;
|
188
|
+
clip: rect(0, 0, 0, 0);
|
189
|
+
border: 0;
|
190
|
+
content: "Set the date to today";
|
191
|
+
}
|
192
|
+
.bootstrap-datetimepicker-widget .picker-switch {
|
193
|
+
text-align: center;
|
194
|
+
}
|
195
|
+
.bootstrap-datetimepicker-widget .picker-switch::after {
|
196
|
+
position: absolute;
|
197
|
+
width: 1px;
|
198
|
+
height: 1px;
|
199
|
+
margin: -1px;
|
200
|
+
padding: 0;
|
201
|
+
overflow: hidden;
|
202
|
+
clip: rect(0, 0, 0, 0);
|
203
|
+
border: 0;
|
204
|
+
content: "Toggle Date and Time Screens";
|
205
|
+
}
|
206
|
+
.bootstrap-datetimepicker-widget .picker-switch td {
|
207
|
+
padding: 0;
|
208
|
+
margin: 0;
|
209
|
+
height: auto;
|
210
|
+
width: auto;
|
211
|
+
line-height: inherit;
|
212
|
+
}
|
213
|
+
.bootstrap-datetimepicker-widget .picker-switch td span {
|
214
|
+
line-height: 2.5;
|
215
|
+
height: 2.5em;
|
216
|
+
width: 100%;
|
217
|
+
}
|
218
|
+
.bootstrap-datetimepicker-widget table {
|
219
|
+
width: 100%;
|
220
|
+
margin: 0;
|
221
|
+
}
|
222
|
+
.bootstrap-datetimepicker-widget table td,
|
223
|
+
.bootstrap-datetimepicker-widget table th {
|
224
|
+
text-align: center;
|
225
|
+
border-radius: 4px;
|
226
|
+
}
|
227
|
+
.bootstrap-datetimepicker-widget table th {
|
228
|
+
height: 20px;
|
229
|
+
line-height: 20px;
|
230
|
+
width: 20px;
|
231
|
+
}
|
232
|
+
.bootstrap-datetimepicker-widget table th.picker-switch {
|
233
|
+
width: 145px;
|
234
|
+
}
|
235
|
+
.bootstrap-datetimepicker-widget table th.disabled,
|
236
|
+
.bootstrap-datetimepicker-widget table th.disabled:hover {
|
237
|
+
background: none;
|
238
|
+
color: #777777;
|
239
|
+
cursor: not-allowed;
|
240
|
+
}
|
241
|
+
.bootstrap-datetimepicker-widget table th.prev::after {
|
242
|
+
position: absolute;
|
243
|
+
width: 1px;
|
244
|
+
height: 1px;
|
245
|
+
margin: -1px;
|
246
|
+
padding: 0;
|
247
|
+
overflow: hidden;
|
248
|
+
clip: rect(0, 0, 0, 0);
|
249
|
+
border: 0;
|
250
|
+
content: "Previous Month";
|
251
|
+
}
|
252
|
+
.bootstrap-datetimepicker-widget table th.next::after {
|
253
|
+
position: absolute;
|
254
|
+
width: 1px;
|
255
|
+
height: 1px;
|
256
|
+
margin: -1px;
|
257
|
+
padding: 0;
|
258
|
+
overflow: hidden;
|
259
|
+
clip: rect(0, 0, 0, 0);
|
260
|
+
border: 0;
|
261
|
+
content: "Next Month";
|
262
|
+
}
|
263
|
+
.bootstrap-datetimepicker-widget table thead tr:first-child th {
|
264
|
+
cursor: pointer;
|
265
|
+
}
|
266
|
+
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
|
267
|
+
background: #eeeeee;
|
268
|
+
}
|
269
|
+
.bootstrap-datetimepicker-widget table td {
|
270
|
+
height: 54px;
|
271
|
+
line-height: 54px;
|
272
|
+
width: 54px;
|
273
|
+
}
|
274
|
+
.bootstrap-datetimepicker-widget table td.cw {
|
275
|
+
font-size: .8em;
|
276
|
+
height: 20px;
|
277
|
+
line-height: 20px;
|
278
|
+
color: #777777;
|
279
|
+
}
|
280
|
+
.bootstrap-datetimepicker-widget table td.day {
|
281
|
+
height: 20px;
|
282
|
+
line-height: 20px;
|
283
|
+
width: 20px;
|
284
|
+
}
|
285
|
+
.bootstrap-datetimepicker-widget table td.day:hover,
|
286
|
+
.bootstrap-datetimepicker-widget table td.hour:hover,
|
287
|
+
.bootstrap-datetimepicker-widget table td.minute:hover,
|
288
|
+
.bootstrap-datetimepicker-widget table td.second:hover {
|
289
|
+
background: #eeeeee;
|
290
|
+
cursor: pointer;
|
291
|
+
}
|
292
|
+
.bootstrap-datetimepicker-widget table td.old,
|
293
|
+
.bootstrap-datetimepicker-widget table td.new {
|
294
|
+
color: #777777;
|
295
|
+
}
|
296
|
+
.bootstrap-datetimepicker-widget table td.today {
|
297
|
+
position: relative;
|
298
|
+
}
|
299
|
+
.bootstrap-datetimepicker-widget table td.today:before {
|
300
|
+
content: '';
|
301
|
+
display: inline-block;
|
302
|
+
border: solid transparent;
|
303
|
+
border-width: 0 0 7px 7px;
|
304
|
+
border-bottom-color: #337ab7;
|
305
|
+
border-top-color: rgba(0, 0, 0, 0.2);
|
306
|
+
position: absolute;
|
307
|
+
bottom: 4px;
|
308
|
+
right: 4px;
|
309
|
+
}
|
310
|
+
.bootstrap-datetimepicker-widget table td.active,
|
311
|
+
.bootstrap-datetimepicker-widget table td.active:hover {
|
312
|
+
background-color: #337ab7;
|
313
|
+
color: #ffffff;
|
314
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
315
|
+
}
|
316
|
+
.bootstrap-datetimepicker-widget table td.active.today:before {
|
317
|
+
border-bottom-color: #fff;
|
318
|
+
}
|
319
|
+
.bootstrap-datetimepicker-widget table td.disabled,
|
320
|
+
.bootstrap-datetimepicker-widget table td.disabled:hover {
|
321
|
+
background: none;
|
322
|
+
color: #777777;
|
323
|
+
cursor: not-allowed;
|
324
|
+
}
|
325
|
+
.bootstrap-datetimepicker-widget table td span {
|
326
|
+
display: inline-block;
|
327
|
+
width: 54px;
|
328
|
+
height: 54px;
|
329
|
+
line-height: 54px;
|
330
|
+
margin: 2px 1.5px;
|
331
|
+
cursor: pointer;
|
332
|
+
border-radius: 4px;
|
333
|
+
}
|
334
|
+
.bootstrap-datetimepicker-widget table td span:hover {
|
335
|
+
background: #eeeeee;
|
336
|
+
}
|
337
|
+
.bootstrap-datetimepicker-widget table td span.active {
|
338
|
+
background-color: #337ab7;
|
339
|
+
color: #ffffff;
|
340
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
341
|
+
}
|
342
|
+
.bootstrap-datetimepicker-widget table td span.old {
|
343
|
+
color: #777777;
|
344
|
+
}
|
345
|
+
.bootstrap-datetimepicker-widget table td span.disabled,
|
346
|
+
.bootstrap-datetimepicker-widget table td span.disabled:hover {
|
347
|
+
background: none;
|
348
|
+
color: #777777;
|
349
|
+
cursor: not-allowed;
|
350
|
+
}
|
351
|
+
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
|
352
|
+
height: 27px;
|
353
|
+
line-height: 27px;
|
354
|
+
}
|
355
|
+
.bootstrap-datetimepicker-widget.wider {
|
356
|
+
width: 21em;
|
357
|
+
}
|
358
|
+
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
|
359
|
+
line-height: 1.8em !important;
|
360
|
+
}
|
361
|
+
.input-group.date .input-group-addon {
|
362
|
+
cursor: pointer;
|
363
|
+
}
|
364
|
+
.sr-only {
|
365
|
+
position: absolute;
|
366
|
+
width: 1px;
|
367
|
+
height: 1px;
|
368
|
+
margin: -1px;
|
369
|
+
padding: 0;
|
370
|
+
overflow: hidden;
|
371
|
+
clip: rect(0, 0, 0, 0);
|
372
|
+
border: 0;
|
373
|
+
}
|