cronapp-framework-mobile-js 2.8.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +1 -0
- package/components/crn-QRCode.components.json +54 -0
- package/components/crn-anchor.components.json +89 -0
- package/components/crn-button-bar.components.json +64 -0
- package/components/crn-button.components.json +316 -0
- package/components/crn-card.components.json +95 -0
- package/components/crn-chart.components.json +56 -0
- package/components/crn-chat.components.json +8 -0
- package/components/crn-checkbox.components.json +184 -0
- package/components/crn-complex-search.components.json +43 -0
- package/components/crn-container.components.json +21 -0
- package/components/crn-cron-crud.components.json +21 -0
- package/components/crn-datasource.components.json +181 -0
- package/components/crn-dynamic-file.components.json +85 -0
- package/components/crn-dynamic-image.components.json +151 -0
- package/components/crn-dynamic-select.components.json +111 -0
- package/components/crn-evaluation.components.json +64 -0
- package/components/crn-filter-button.components.json +305 -0
- package/components/crn-form-template.components.json +11 -0
- package/components/crn-header-button.components.json +63 -0
- package/components/crn-heading.components.json +109 -0
- package/components/crn-icon.components.json +249 -0
- package/components/crn-image.components.json +121 -0
- package/components/crn-infinite-scroll.components.json +32 -0
- package/components/crn-input-button.components.json +189 -0
- package/components/crn-input-floating.components.json +179 -0
- package/components/crn-input-icon.components.json +171 -0
- package/components/crn-input-inline.components.json +182 -0
- package/components/crn-input.components.json +169 -0
- package/components/crn-ion-content.components.json +24 -0
- package/components/crn-ion-footer-bar.components.json +351 -0
- package/components/crn-ion-header-bar.components.json +211 -0
- package/components/crn-ion-list.components.json +163 -0
- package/components/crn-ion-nav-buttons.components.json +63 -0
- package/components/crn-ion-segment-item.components.json +65 -0
- package/components/crn-ion-segment.components.json +974 -0
- package/components/crn-ion-tab-item.components.json +50 -0
- package/components/crn-ion-tab.components.json +138 -0
- package/components/crn-item-options.components.json +26 -0
- package/components/crn-item-select.components.json +69 -0
- package/components/crn-item-swipe.components.json +62 -0
- package/components/crn-kendo-chat.components.json +88 -0
- package/components/crn-label.components.json +113 -0
- package/components/crn-list-avatar.components.json +260 -0
- package/components/crn-list-icon.components.json +249 -0
- package/components/crn-list-item-avatar.components.json +236 -0
- package/components/crn-list-item-icon.components.json +260 -0
- package/components/crn-list-item-thumbnail.components.json +226 -0
- package/components/crn-list-item.components.json +160 -0
- package/components/crn-list-simple.components.json +180 -0
- package/components/crn-list-swipe.components.json +105 -0
- package/components/crn-list-thumbnail.components.json +248 -0
- package/components/crn-list.components.json +75 -0
- package/components/crn-map.components.json +55 -0
- package/components/crn-mobile-menu.components.json +32 -0
- package/components/crn-multiselect.components.json +110 -0
- package/components/crn-navbar.components.json +105 -0
- package/components/crn-option-button.components.json +72 -0
- package/components/crn-paragraph.components.json +110 -0
- package/components/crn-radio.components.json +90 -0
- package/components/crn-radioOption.components.json +23 -0
- package/components/crn-range.components.json +106 -0
- package/components/crn-rating.components.json +189 -0
- package/components/crn-search.components.json +210 -0
- package/components/crn-select-options.components.json +17 -0
- package/components/crn-select.components.json +93 -0
- package/components/crn-slider-item.components.json +137 -0
- package/components/crn-slider.components.json +105 -0
- package/components/crn-spacer.components.json +21 -0
- package/components/crn-start.components.json +10 -0
- package/components/crn-tabs-icon-only-item.components.json +85 -0
- package/components/crn-tabs-icon-only.components.json +382 -0
- package/components/crn-tabs.components.json +36 -0
- package/components/crn-textarea.components.json +96 -0
- package/components/crn-toggle.components.json +161 -0
- package/components/crn-video.components.json +67 -0
- package/components/css/app.css +66 -0
- package/components/css/background-color.css +121 -0
- package/components/css/chatStyle.css +221 -0
- package/components/css/color-default.css +83 -0
- package/components/css/crn-ion-segment.css +786 -0
- package/components/css/icon-size.css +15 -0
- package/components/css/multiselect-editor.css +119 -0
- package/components/css/tabs-color.css +248 -0
- package/components/js/format.min.js +2 -0
- package/components/js/jquery.inputmask.bundle.js +3883 -0
- package/components/js/jquery.mask.min.js +19 -0
- package/components/js/pouchdb.cordova-sqlite.js +5540 -0
- package/components/js/qrcode.js +1319 -0
- package/components/reports/BOOLEAN.parameter.html +10 -0
- package/components/reports/DATE.parameter.html +4 -0
- package/components/reports/DOUBLE.parameter.html +4 -0
- package/components/reports/FLOAT.parameter.html +4 -0
- package/components/reports/INTEGER.parameter.html +4 -0
- package/components/reports/LONG.parameter.html +5 -0
- package/components/reports/STRING.parameter.html +5 -0
- package/components/reports/reports.parameters.html +20 -0
- package/components/templates/advanced.list.designtime.html +57 -0
- package/components/templates/advanced.list.template.html +1 -0
- package/components/templates/anchor.template.html +1 -0
- package/components/templates/button-bar.template.html +5 -0
- package/components/templates/button-report.template.html +1 -0
- package/components/templates/button.template.html +4 -0
- package/components/templates/card.template.html +7 -0
- package/components/templates/chat.template.html +39 -0
- package/components/templates/checkbox.template.html +9 -0
- package/components/templates/combobox.designtime.html +12 -0
- package/components/templates/combobox.template.html +8 -0
- package/components/templates/complexsearch.template.html +7 -0
- package/components/templates/crn-ion-segment-item.template.html +6 -0
- package/components/templates/crn-ion-segment.template.html +27 -0
- package/components/templates/cron-crud.template.html +7 -0
- package/components/templates/cron-mobile-menu.designtime.html +10 -0
- package/components/templates/div.horizontal.template.html +27 -0
- package/components/templates/div.vertical.template.html +11 -0
- package/components/templates/dynamic-combobox.template.html +6 -0
- package/components/templates/dynamicfile.template.html +8 -0
- package/components/templates/dynamicimage.designtime.html +11 -0
- package/components/templates/dynamicimage.template.html +9 -0
- package/components/templates/evaluation.designtime.html +7 -0
- package/components/templates/evaluation.template.html +1 -0
- package/components/templates/filterbutton.template.html +3 -0
- package/components/templates/floattextinput.designtime.html +4 -0
- package/components/templates/floattextinput.template.html +4 -0
- package/components/templates/form.template.html +5 -0
- package/components/templates/header.template.html +3 -0
- package/components/templates/icontextinput.template.html +4 -0
- package/components/templates/image.template.html +18 -0
- package/components/templates/inlinetextinput.template.html +4 -0
- package/components/templates/ion-footer-bar.template.html +9 -0
- package/components/templates/ion-header-bar.template.html +13 -0
- package/components/templates/ion-tab-item.designtime.html +5 -0
- package/components/templates/ion-tab.template.html +8 -0
- package/components/templates/item.avatar.template.html +5 -0
- package/components/templates/item.icon.template.html +4 -0
- package/components/templates/item.options.template.html +14 -0
- package/components/templates/item.slider.template.html +4 -0
- package/components/templates/item.swipe.template.html +14 -0
- package/components/templates/item.template.html +5 -0
- package/components/templates/item.thumbnail.template.html +5 -0
- package/components/templates/kendo-chat.designtime.html +20 -0
- package/components/templates/kendo-chat.template.html +75 -0
- package/components/templates/list.avatar.template.html +7 -0
- package/components/templates/list.icon.template.html +6 -0
- package/components/templates/list.swipe.template.html +16 -0
- package/components/templates/list.template.html +5 -0
- package/components/templates/list.thumbnail.template.html +7 -0
- package/components/templates/maps.designtime.html +1 -0
- package/components/templates/maps.template.html +1 -0
- package/components/templates/menu.template.html +21 -0
- package/components/templates/multiselect.template.html +5 -0
- package/components/templates/nav.bar.template.html +5 -0
- package/components/templates/publicMenu.template.html +14 -0
- package/components/templates/radiogroup-dynamic.template.html +15 -0
- package/components/templates/radiogroup.template.html +21 -0
- package/components/templates/range.template.html +5 -0
- package/components/templates/rating.template.html +9 -0
- package/components/templates/search.template.html +6 -0
- package/components/templates/slider.template.html +24 -0
- package/components/templates/tabs-icon-only.template.html +16 -0
- package/components/templates/tabs.template.html +5 -0
- package/components/templates/textarea.template.html +1 -0
- package/components/templates/textinput.template.html +3 -0
- package/components/templates/textinputbutton.template.html +12 -0
- package/components/templates/title.template.html +1 -0
- package/components/templates/toggle-dynamic.template.html +11 -0
- package/components/templates/toggle.template.html +9 -0
- package/components/templates/video.designtime.html +2 -0
- package/components/templates/video.template.html +1 -0
- package/components/templates/views/public/home.view.html +16 -0
- package/components/templates/views/public/menu.view.html +20 -0
- package/components/upload/upload.html +41 -0
- package/cronapp-framework-mobile-js.iml +9 -0
- package/css/app.css +306 -0
- package/css/cronos.css +55 -0
- package/css/custom-ionic.css +195 -0
- package/css/groupingOfCss/checkbox.css +75 -0
- package/css/groupingOfCss/col.css +728 -0
- package/css/groupingOfCss/dynamicImage.css +24 -0
- package/css/groupingOfCss/import_groupingOfCss.css +6 -0
- package/css/groupingOfCss/login.css +260 -0
- package/css/groupingOfCss/qrCodeCronapp.css +4 -0
- package/css/groupingOfCss/upload-image.css +68 -0
- package/css/old/modal.css +133 -0
- package/dist/components/css/app.css +1 -0
- package/dist/components/css/background-color.css +1 -0
- package/dist/components/css/chatStyle.css +1 -0
- package/dist/components/css/color-default.css +1 -0
- package/dist/components/css/crn-ion-segment.css +1 -0
- package/dist/components/css/icon-size.css +1 -0
- package/dist/components/css/multiselect-editor.css +1 -0
- package/dist/components/css/tabs-color.css +1 -0
- package/dist/components/js/format.min.js +1 -0
- package/dist/components/js/jquery.inputmask.bundle.js +3 -0
- package/dist/components/js/jquery.mask.min.js +1 -0
- package/dist/components/js/pouchdb.cordova-sqlite.js +2 -0
- package/dist/components/js/qrcode.js +1 -0
- package/dist/components/templates/advanced.list.designtime.html +1 -0
- package/dist/components/templates/advanced.list.template.html +1 -0
- package/dist/components/templates/anchor.template.html +1 -0
- package/dist/components/templates/button-bar.template.html +1 -0
- package/dist/components/templates/button-report.template.html +1 -0
- package/dist/components/templates/button.template.html +1 -0
- package/dist/components/templates/card.template.html +1 -0
- package/dist/components/templates/chat.template.html +1 -0
- package/dist/components/templates/checkbox.template.html +1 -0
- package/dist/components/templates/combobox.designtime.html +1 -0
- package/dist/components/templates/combobox.template.html +1 -0
- package/dist/components/templates/complexsearch.template.html +1 -0
- package/dist/components/templates/crn-ion-segment-item.template.html +1 -0
- package/dist/components/templates/crn-ion-segment.template.html +1 -0
- package/dist/components/templates/cron-crud.template.html +1 -0
- package/dist/components/templates/cron-mobile-menu.designtime.html +1 -0
- package/dist/components/templates/div.horizontal.template.html +1 -0
- package/dist/components/templates/div.vertical.template.html +1 -0
- package/dist/components/templates/dynamic-combobox.template.html +1 -0
- package/dist/components/templates/dynamicfile.template.html +1 -0
- package/dist/components/templates/dynamicimage.designtime.html +1 -0
- package/dist/components/templates/dynamicimage.template.html +1 -0
- package/dist/components/templates/evaluation.designtime.html +1 -0
- package/dist/components/templates/evaluation.template.html +1 -0
- package/dist/components/templates/filterbutton.template.html +1 -0
- package/dist/components/templates/floattextinput.designtime.html +1 -0
- package/dist/components/templates/floattextinput.template.html +1 -0
- package/dist/components/templates/form.template.html +1 -0
- package/dist/components/templates/header.template.html +1 -0
- package/dist/components/templates/iconinput.template.html +1 -0
- package/dist/components/templates/icontextinput.template.html +1 -0
- package/dist/components/templates/image.template.html +1 -0
- package/dist/components/templates/inlinetextinput.template.html +1 -0
- package/dist/components/templates/ion-footer-bar.template.html +1 -0
- package/dist/components/templates/ion-header-bar.template.html +1 -0
- package/dist/components/templates/ion-tab-item.designtime.html +1 -0
- package/dist/components/templates/ion-tab.designtime.html +1 -0
- package/dist/components/templates/ion-tab.template.html +1 -0
- package/dist/components/templates/item.avatar.template.html +1 -0
- package/dist/components/templates/item.icon.template.html +1 -0
- package/dist/components/templates/item.options.template.html +1 -0
- package/dist/components/templates/item.slider.template.html +1 -0
- package/dist/components/templates/item.swipe.template.html +1 -0
- package/dist/components/templates/item.template.html +1 -0
- package/dist/components/templates/item.thumbnail.template.html +1 -0
- package/dist/components/templates/kendo-chat.designtime.html +1 -0
- package/dist/components/templates/kendo-chat.template.html +1 -0
- package/dist/components/templates/list.avatar.template.html +1 -0
- package/dist/components/templates/list.icon.template.html +1 -0
- package/dist/components/templates/list.swipe.template.html +1 -0
- package/dist/components/templates/list.template.html +1 -0
- package/dist/components/templates/list.thumbnail.template.html +1 -0
- package/dist/components/templates/maps.designtime.html +1 -0
- package/dist/components/templates/maps.template.html +1 -0
- package/dist/components/templates/menu.template.html +1 -0
- package/dist/components/templates/multiselect.template.html +1 -0
- package/dist/components/templates/nav.bar.template.html +1 -0
- package/dist/components/templates/publicMenu.template.html +1 -0
- package/dist/components/templates/radiogroup-dynamic.template.html +1 -0
- package/dist/components/templates/radiogroup.template.html +1 -0
- package/dist/components/templates/range.template.html +1 -0
- package/dist/components/templates/rating.template.html +1 -0
- package/dist/components/templates/search.template.html +1 -0
- package/dist/components/templates/slider.template.html +1 -0
- package/dist/components/templates/tabs-icon-only.template.html +1 -0
- package/dist/components/templates/tabs.template.html +1 -0
- package/dist/components/templates/textarea.template.html +1 -0
- package/dist/components/templates/textinput.template.html +1 -0
- package/dist/components/templates/textinputbutton.template.html +1 -0
- package/dist/components/templates/title.template.html +1 -0
- package/dist/components/templates/toggle-dynamic.template.html +1 -0
- package/dist/components/templates/toggle.template.html +1 -0
- package/dist/components/templates/video.designtime.html +1 -0
- package/dist/components/templates/video.template.html +1 -0
- package/dist/components/templates/views/public/home.view.html +1 -0
- package/dist/components/templates/views/public/menu.view.html +1 -0
- package/dist/css/app.css +1 -0
- package/dist/css/cronos.css +1 -0
- package/dist/css/custom-ionic.css +1 -0
- package/dist/css/groupingOfCss/checkbox.css +1 -0
- package/dist/css/groupingOfCss/col.css +1 -0
- package/dist/css/groupingOfCss/dynamicImage.css +1 -0
- package/dist/css/groupingOfCss/import_groupingOfCss.css +1 -0
- package/dist/css/groupingOfCss/login.css +1 -0
- package/dist/css/groupingOfCss/qrCodeCronapp.css +1 -0
- package/dist/css/groupingOfCss/upload-image.css +1 -0
- package/dist/css/old/modal.css +1 -0
- package/dist/i18n/locale_en_us.json +126 -0
- package/dist/i18n/locale_pt_br.json +126 -0
- package/dist/img/cron-icon/crn-QRCode.svg +1 -0
- package/dist/img/cron-icon/crn-anchor.svg +1 -0
- package/dist/img/cron-icon/crn-button-bar.svg +1 -0
- package/dist/img/cron-icon/crn-button.svg +1 -0
- package/dist/img/cron-icon/crn-card.svg +1 -0
- package/dist/img/cron-icon/crn-carousel.svg +1 -0
- package/dist/img/cron-icon/crn-chart.svg +1 -0
- package/dist/img/cron-icon/crn-checkbox.svg +1 -0
- package/dist/img/cron-icon/crn-container.svg +1 -0
- package/dist/img/cron-icon/crn-cron-crud.svg +1 -0
- package/dist/img/cron-icon/crn-datasource.svg +1 -0
- package/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
- package/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
- package/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
- package/dist/img/cron-icon/crn-evaluation.svg +1 -0
- package/dist/img/cron-icon/crn-form.svg +1 -0
- package/dist/img/cron-icon/crn-header.svg +1 -0
- package/dist/img/cron-icon/crn-icon.svg +1 -0
- package/dist/img/cron-icon/crn-image.svg +1 -0
- package/dist/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/dist/img/cron-icon/crn-input-floating.svg +1 -0
- package/dist/img/cron-icon/crn-input-inline.svg +1 -0
- package/dist/img/cron-icon/crn-ion-footer-bar.svg +1 -0
- package/dist/img/cron-icon/crn-ion-list.svg +1 -0
- package/dist/img/cron-icon/crn-item-swipe.svg +1 -0
- package/dist/img/cron-icon/crn-kendo-chat.svg +1 -0
- package/dist/img/cron-icon/crn-label.svg +1 -0
- package/dist/img/cron-icon/crn-list-avatar.svg +1 -0
- package/dist/img/cron-icon/crn-list-icon.svg +1 -0
- package/dist/img/cron-icon/crn-list-item-avatar.svg +1 -0
- package/dist/img/cron-icon/crn-list-item-icon.svg +1 -0
- package/dist/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
- package/dist/img/cron-icon/crn-list-item.svg +1 -0
- package/dist/img/cron-icon/crn-list-swipe.svg +1 -0
- package/dist/img/cron-icon/crn-list-thumbnail.svg +1 -0
- package/dist/img/cron-icon/crn-list.svg +1 -0
- package/dist/img/cron-icon/crn-map.svg +1 -0
- package/dist/img/cron-icon/crn-multiselect.svg +1 -0
- package/dist/img/cron-icon/crn-paragraph.svg +1 -0
- package/dist/img/cron-icon/crn-plugin.svg +1 -0
- package/dist/img/cron-icon/crn-radio.svg +1 -0
- package/dist/img/cron-icon/crn-radiogroup.svg +1 -0
- package/dist/img/cron-icon/crn-range.svg +1 -0
- package/dist/img/cron-icon/crn-rating.svg +1 -0
- package/dist/img/cron-icon/crn-select.svg +1 -0
- package/dist/img/cron-icon/crn-spacer.svg +1 -0
- package/dist/img/cron-icon/crn-tabs-icon-only.svg +1 -0
- package/dist/img/cron-icon/crn-tabs.svg +1 -0
- package/dist/img/cron-icon/crn-text-component.svg +1 -0
- package/dist/img/cron-icon/crn-textarea.svg +1 -0
- package/dist/img/cron-icon/crn-textinput.svg +1 -0
- package/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
- package/dist/img/cron-icon/crn-textinputicon.svg +1 -0
- package/dist/img/cron-icon/crn-toggle.svg +1 -0
- package/dist/img/cron-icon/crn-video.svg +1 -0
- package/dist/img/placehold-100x100.png +0 -0
- package/dist/img/placehold-900x500.png +0 -0
- package/dist/img/qr-code.png +0 -0
- package/dist/img/svg-charts.svg +1 -0
- package/dist/img/user.svg +1 -0
- package/dist/js/LanguageSelectDirective.js +1 -0
- package/dist/js/LocaleService.js +1 -0
- package/dist/js/app.authentication.js +1 -0
- package/dist/js/app.js +1 -0
- package/dist/js/controllers.authentication.js +1 -0
- package/dist/js/controllers.js +1 -0
- package/dist/js/custom.controllers.js +1 -0
- package/dist/js/customModules.js +1 -0
- package/dist/js/customStateProvider.js +0 -0
- package/dist/js/directives.js +1 -0
- package/dist/js/filters.js +1 -0
- package/dist/js/local-dateformat.directive.js +1 -0
- package/dist/js/reports/parameters.controller.js +1 -0
- package/dist/js/reports/reports.service.js +1 -0
- package/dist/js/services.js +1 -0
- package/dist/js/upload.service.js +1 -0
- package/gulpfile.js +73 -0
- package/i18n/locale_en_us.json +126 -0
- package/i18n/locale_pt_br.json +126 -0
- package/img/cron-icon/crn-QRCode.svg +38 -0
- package/img/cron-icon/crn-anchor.svg +29 -0
- package/img/cron-icon/crn-button-bar.svg +1 -0
- package/img/cron-icon/crn-button.svg +24 -0
- package/img/cron-icon/crn-card.svg +1 -0
- package/img/cron-icon/crn-carousel.svg +26 -0
- package/img/cron-icon/crn-chart.svg +19 -0
- package/img/cron-icon/crn-checkbox.svg +15 -0
- package/img/cron-icon/crn-container.svg +1 -0
- package/img/cron-icon/crn-cron-crud.svg +28 -0
- package/img/cron-icon/crn-datasource.svg +27 -0
- package/img/cron-icon/crn-dynamic-file.svg +1 -0
- package/img/cron-icon/crn-dynamic-image.svg +25 -0
- package/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
- package/img/cron-icon/crn-evaluation.svg +1 -0
- package/img/cron-icon/crn-form.svg +24 -0
- package/img/cron-icon/crn-header.svg +18 -0
- package/img/cron-icon/crn-icon.svg +23 -0
- package/img/cron-icon/crn-image.svg +20 -0
- package/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/img/cron-icon/crn-input-floating.svg +1 -0
- package/img/cron-icon/crn-input-inline.svg +1 -0
- package/img/cron-icon/crn-ion-footer-bar.svg +1 -0
- package/img/cron-icon/crn-ion-list.svg +1 -0
- package/img/cron-icon/crn-item-swipe.svg +15 -0
- package/img/cron-icon/crn-kendo-chat.svg +1 -0
- package/img/cron-icon/crn-label.svg +1 -0
- package/img/cron-icon/crn-list-avatar.svg +1 -0
- package/img/cron-icon/crn-list-icon.svg +1 -0
- package/img/cron-icon/crn-list-item-avatar.svg +1 -0
- package/img/cron-icon/crn-list-item-icon.svg +1 -0
- package/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
- package/img/cron-icon/crn-list-item.svg +1 -0
- package/img/cron-icon/crn-list-swipe.svg +17 -0
- package/img/cron-icon/crn-list-thumbnail.svg +17 -0
- package/img/cron-icon/crn-list.svg +16 -0
- package/img/cron-icon/crn-map.svg +1 -0
- package/img/cron-icon/crn-multiselect.svg +1 -0
- package/img/cron-icon/crn-paragraph.svg +1 -0
- package/img/cron-icon/crn-plugin.svg +44 -0
- package/img/cron-icon/crn-radio.svg +21 -0
- package/img/cron-icon/crn-radiogroup.svg +25 -0
- package/img/cron-icon/crn-range.svg +1 -0
- package/img/cron-icon/crn-rating.svg +20 -0
- package/img/cron-icon/crn-select.svg +1 -0
- package/img/cron-icon/crn-spacer.svg +1 -0
- package/img/cron-icon/crn-tabs-icon-only.svg +24 -0
- package/img/cron-icon/crn-tabs.svg +17 -0
- package/img/cron-icon/crn-text-component.svg +22 -0
- package/img/cron-icon/crn-textarea.svg +22 -0
- package/img/cron-icon/crn-textinput.svg +23 -0
- package/img/cron-icon/crn-textinputbutton.svg +33 -0
- package/img/cron-icon/crn-textinputicon.svg +29 -0
- package/img/cron-icon/crn-toggle.svg +1 -0
- package/img/cron-icon/crn-video.svg +1 -0
- package/img/placehold-100x100.png +0 -0
- package/img/placehold-900x500.png +0 -0
- package/img/qr-code.png +0 -0
- package/img/svg-charts.svg +1 -0
- package/img/user.svg +18 -0
- package/js/LanguageSelectDirective.js +30 -0
- package/js/LocaleService.js +59 -0
- package/js/app.authentication.js +594 -0
- package/js/app.js +349 -0
- package/js/controllers.authentication.js +540 -0
- package/js/controllers.js +90 -0
- package/js/custom.controllers.js +11 -0
- package/js/customModules.js +1 -0
- package/js/customStateProvider.js +107 -0
- package/js/directives.js +2426 -0
- package/js/filters.js +47 -0
- package/js/local-dateformat.directive.js +15 -0
- package/js/reports/parameters.controller.js +86 -0
- package/js/reports/reports.service.js +466 -0
- package/js/services.js +5 -0
- package/js/upload.service.js +165 -0
- package/lib/ionic/css/ionic.css +9802 -0
- package/lib/ionic/css/ionic.min.css +23 -0
- package/lib/ionic/fonts/ionicons.eot +0 -0
- package/lib/ionic/fonts/ionicons.svg +2230 -0
- package/lib/ionic/fonts/ionicons.ttf +0 -0
- package/lib/ionic/fonts/ionicons.woff +0 -0
- package/lib/ionic/js/angular/angular-animate.js +4115 -0
- package/lib/ionic/js/angular/angular-animate.min.js +56 -0
- package/lib/ionic/js/angular/angular-resource.js +768 -0
- package/lib/ionic/js/angular/angular-resource.min.js +15 -0
- package/lib/ionic/js/angular/angular-sanitize.js +717 -0
- package/lib/ionic/js/angular/angular-sanitize.min.js +15 -0
- package/lib/ionic/js/angular/angular.js +30714 -0
- package/lib/ionic/js/angular/angular.min.js +311 -0
- package/lib/ionic/js/angular-ui/angular-ui-router.js +4232 -0
- package/lib/ionic/js/angular-ui/angular-ui-router.min.js +7 -0
- package/lib/ionic/js/ionic-angular.js +14391 -0
- package/lib/ionic/js/ionic-angular.min.js +18 -0
- package/lib/ionic/js/ionic.bundle.js +67590 -0
- package/lib/ionic/js/ionic.bundle.min.js +472 -0
- package/lib/ionic/js/ionic.js +13356 -0
- package/lib/ionic/js/ionic.min.js +20 -0
- package/lib/ionic/scss/_action-sheet.scss +170 -0
- package/lib/ionic/scss/_animations.scss +48 -0
- package/lib/ionic/scss/_backdrop.scss +24 -0
- package/lib/ionic/scss/_badge.scss +62 -0
- package/lib/ionic/scss/_bar.scss +417 -0
- package/lib/ionic/scss/_button-bar.scss +92 -0
- package/lib/ionic/scss/_button.scss +252 -0
- package/lib/ionic/scss/_checkbox.scss +180 -0
- package/lib/ionic/scss/_form.scss +327 -0
- package/lib/ionic/scss/_grid.scss +159 -0
- package/lib/ionic/scss/_items.scss +825 -0
- package/lib/ionic/scss/_list.scss +125 -0
- package/lib/ionic/scss/_loading.scss +51 -0
- package/lib/ionic/scss/_menu.scss +70 -0
- package/lib/ionic/scss/_mixins.scss +642 -0
- package/lib/ionic/scss/_modal.scss +102 -0
- package/lib/ionic/scss/_platform.scss +77 -0
- package/lib/ionic/scss/_popover.scss +168 -0
- package/lib/ionic/scss/_popup.scss +110 -0
- package/lib/ionic/scss/_progress.scss +11 -0
- package/lib/ionic/scss/_radio.scss +47 -0
- package/lib/ionic/scss/_range.scss +160 -0
- package/lib/ionic/scss/_refresher.scss +113 -0
- package/lib/ionic/scss/_reset.scss +365 -0
- package/lib/ionic/scss/_scaffolding.scss +291 -0
- package/lib/ionic/scss/_select.scss +142 -0
- package/lib/ionic/scss/_slide-box.scss +71 -0
- package/lib/ionic/scss/_slides.scss +529 -0
- package/lib/ionic/scss/_spinner.scss +100 -0
- package/lib/ionic/scss/_tabs.scss +542 -0
- package/lib/ionic/scss/_toggle.scss +198 -0
- package/lib/ionic/scss/_transitions.scss +188 -0
- package/lib/ionic/scss/_type.scss +166 -0
- package/lib/ionic/scss/_util.scss +296 -0
- package/lib/ionic/scss/_variables.scss +764 -0
- package/lib/ionic/scss/ionic.scss +54 -0
- package/lib/ionic/scss/ionicons/_ionicons-font.scss +28 -0
- package/lib/ionic/scss/ionicons/_ionicons-icons.scss +1473 -0
- package/lib/ionic/scss/ionicons/_ionicons-variables.scss +741 -0
- package/lib/ionic/scss/ionicons/ionicons.scss +16 -0
- package/lib/ionic/version.json +6 -0
- package/lib/kendo/kendo.all.min.js +125 -0
- package/lib/kendo/kendo.default-v2.min.css +10 -0
- package/lib/notification-mobile.js +57 -0
- package/package.json +62 -0
- package/postupdate.json +407 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
|
|
2
|
+
/**
|
|
3
|
+
* Radio Button Inputs
|
|
4
|
+
* --------------------------------------------------
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
.item-radio {
|
|
8
|
+
padding: 0;
|
|
9
|
+
|
|
10
|
+
&:hover {
|
|
11
|
+
cursor: pointer;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.item-radio .item-content {
|
|
16
|
+
/* give some room to the right for the checkmark icon */
|
|
17
|
+
padding-right: $item-padding * 4;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.item-radio .radio-icon {
|
|
21
|
+
/* checkmark icon will be hidden by default */
|
|
22
|
+
position: absolute;
|
|
23
|
+
top: 0;
|
|
24
|
+
right: 0;
|
|
25
|
+
z-index: $z-index-item-radio;
|
|
26
|
+
visibility: hidden;
|
|
27
|
+
padding: $item-padding - 2;
|
|
28
|
+
height: 100%;
|
|
29
|
+
font-size: 24px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.item-radio input {
|
|
33
|
+
/* hide any radio button inputs elements (the ugly circles) */
|
|
34
|
+
position: absolute;
|
|
35
|
+
left: -9999px;
|
|
36
|
+
|
|
37
|
+
&:checked + .radio-content .item-content {
|
|
38
|
+
/* style the item content when its checked */
|
|
39
|
+
background: #f7f7f7;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&:checked + .radio-content .radio-icon {
|
|
43
|
+
/* show the checkmark icon when its checked */
|
|
44
|
+
visibility: visible;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
|
|
2
|
+
/**
|
|
3
|
+
* Range
|
|
4
|
+
* --------------------------------------------------
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
.range input{
|
|
8
|
+
display: inline-block;
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
margin-top: 5px;
|
|
11
|
+
margin-bottom: 5px;
|
|
12
|
+
padding-right: 2px;
|
|
13
|
+
padding-left: 1px;
|
|
14
|
+
width: auto;
|
|
15
|
+
height: $range-slider-height + 15;
|
|
16
|
+
outline: none;
|
|
17
|
+
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, $range-default-track-bg), color-stop(100%, $range-default-track-bg));
|
|
18
|
+
background: linear-gradient(to right, $range-default-track-bg 0%, $range-default-track-bg 100%);
|
|
19
|
+
background-position: center;
|
|
20
|
+
background-size: 99% $range-track-height;
|
|
21
|
+
background-repeat: no-repeat;
|
|
22
|
+
-webkit-appearance: none;
|
|
23
|
+
|
|
24
|
+
&::-moz-focus-outer {
|
|
25
|
+
/* hide the focus outline in Firefox */
|
|
26
|
+
border: 0;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&::-webkit-slider-thumb {
|
|
30
|
+
position: relative;
|
|
31
|
+
width: $range-slider-width;
|
|
32
|
+
height: $range-slider-height;
|
|
33
|
+
border-radius: $range-slider-border-radius;
|
|
34
|
+
background-color: $toggle-handle-off-bg-color;
|
|
35
|
+
box-shadow: $range-slider-box-shadow;
|
|
36
|
+
cursor: pointer;
|
|
37
|
+
-webkit-appearance: none;
|
|
38
|
+
border: 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&::-webkit-slider-thumb:before{
|
|
42
|
+
/* what creates the colorful line on the left side of the slider */
|
|
43
|
+
position: absolute;
|
|
44
|
+
top: ($range-slider-height / 2) - ($range-track-height / 2);
|
|
45
|
+
left: -2001px;
|
|
46
|
+
width: 2000px;
|
|
47
|
+
height: $range-track-height;
|
|
48
|
+
background: $dark;
|
|
49
|
+
content: ' ';
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&::-webkit-slider-thumb:after {
|
|
53
|
+
/* create a larger (but hidden) hit area */
|
|
54
|
+
position: absolute;
|
|
55
|
+
top: -15px;
|
|
56
|
+
left: -15px;
|
|
57
|
+
padding: 30px;
|
|
58
|
+
content: ' ';
|
|
59
|
+
//background: red;
|
|
60
|
+
//opacity: .5;
|
|
61
|
+
}
|
|
62
|
+
&::-ms-fill-lower{
|
|
63
|
+
height: $range-track-height;
|
|
64
|
+
background:$dark;
|
|
65
|
+
}
|
|
66
|
+
/*
|
|
67
|
+
&::-ms-track{
|
|
68
|
+
background: transparent;
|
|
69
|
+
border-color: transparent;
|
|
70
|
+
border-width: 11px 0 16px;
|
|
71
|
+
color:transparent;
|
|
72
|
+
margin-top:20px;
|
|
73
|
+
}
|
|
74
|
+
&::-ms-thumb {
|
|
75
|
+
width: $range-slider-width;
|
|
76
|
+
height: $range-slider-height;
|
|
77
|
+
border-radius: $range-slider-border-radius;
|
|
78
|
+
background-color: $toggle-handle-off-bg-color;
|
|
79
|
+
border-color:$toggle-handle-off-bg-color;
|
|
80
|
+
box-shadow: $range-slider-box-shadow;
|
|
81
|
+
margin-left:1px;
|
|
82
|
+
margin-right:1px;
|
|
83
|
+
outline:none;
|
|
84
|
+
}
|
|
85
|
+
&::-ms-fill-upper {
|
|
86
|
+
height: $range-track-height;
|
|
87
|
+
background:$range-default-track-bg;
|
|
88
|
+
}
|
|
89
|
+
*/
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.range {
|
|
93
|
+
@include display-flex();
|
|
94
|
+
@include align-items(center);
|
|
95
|
+
padding: 2px 11px;
|
|
96
|
+
|
|
97
|
+
&.range-light {
|
|
98
|
+
input { @include range-style($range-light-track-bg); }
|
|
99
|
+
}
|
|
100
|
+
&.range-stable {
|
|
101
|
+
input { @include range-style($range-stable-track-bg); }
|
|
102
|
+
}
|
|
103
|
+
&.range-positive {
|
|
104
|
+
input { @include range-style($range-positive-track-bg); }
|
|
105
|
+
}
|
|
106
|
+
&.range-calm {
|
|
107
|
+
input { @include range-style($range-calm-track-bg); }
|
|
108
|
+
}
|
|
109
|
+
&.range-balanced {
|
|
110
|
+
input { @include range-style($range-balanced-track-bg); }
|
|
111
|
+
}
|
|
112
|
+
&.range-assertive {
|
|
113
|
+
input { @include range-style($range-assertive-track-bg); }
|
|
114
|
+
}
|
|
115
|
+
&.range-energized {
|
|
116
|
+
input { @include range-style($range-energized-track-bg); }
|
|
117
|
+
}
|
|
118
|
+
&.range-royal {
|
|
119
|
+
input { @include range-style($range-royal-track-bg); }
|
|
120
|
+
}
|
|
121
|
+
&.range-dark {
|
|
122
|
+
input { @include range-style($range-dark-track-bg); }
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.range .icon {
|
|
127
|
+
@include flex(0);
|
|
128
|
+
display: block;
|
|
129
|
+
min-width: $range-icon-size;
|
|
130
|
+
text-align: center;
|
|
131
|
+
font-size: $range-icon-size;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.range input {
|
|
135
|
+
@include flex(1);
|
|
136
|
+
display: block;
|
|
137
|
+
margin-right: 10px;
|
|
138
|
+
margin-left: 10px;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.range-label {
|
|
142
|
+
@include flex(0, 0, auto);
|
|
143
|
+
display: block;
|
|
144
|
+
white-space: nowrap;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.range-label:first-child {
|
|
148
|
+
padding-left: 5px;
|
|
149
|
+
}
|
|
150
|
+
.range input + .range-label {
|
|
151
|
+
padding-right: 5px;
|
|
152
|
+
padding-left: 0;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
// WP range height must be auto
|
|
156
|
+
.platform-windowsphone{
|
|
157
|
+
.range input{
|
|
158
|
+
height:auto;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
|
|
2
|
+
// Scroll refresher (for pull to refresh)
|
|
3
|
+
.scroll-refresher {
|
|
4
|
+
position: absolute;
|
|
5
|
+
top: -60px;
|
|
6
|
+
right: 0;
|
|
7
|
+
left: 0;
|
|
8
|
+
overflow: hidden;
|
|
9
|
+
margin: auto;
|
|
10
|
+
height: 60px;
|
|
11
|
+
.ionic-refresher-content {
|
|
12
|
+
position: absolute;
|
|
13
|
+
bottom: 15px;
|
|
14
|
+
left: 0;
|
|
15
|
+
width: 100%;
|
|
16
|
+
color: $scroll-refresh-icon-color;
|
|
17
|
+
text-align: center;
|
|
18
|
+
|
|
19
|
+
font-size: 30px;
|
|
20
|
+
|
|
21
|
+
.text-refreshing,
|
|
22
|
+
.text-pulling {
|
|
23
|
+
font-size: 16px;
|
|
24
|
+
line-height: 16px;
|
|
25
|
+
}
|
|
26
|
+
&.ionic-refresher-with-text {
|
|
27
|
+
bottom: 10px;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.icon-refreshing,
|
|
32
|
+
.icon-pulling {
|
|
33
|
+
width: 100%;
|
|
34
|
+
-webkit-backface-visibility: hidden;
|
|
35
|
+
backface-visibility: hidden;
|
|
36
|
+
-webkit-transform-style: preserve-3d;
|
|
37
|
+
transform-style: preserve-3d;
|
|
38
|
+
}
|
|
39
|
+
.icon-pulling {
|
|
40
|
+
@include animation-name(refresh-spin-back);
|
|
41
|
+
@include animation-duration(200ms);
|
|
42
|
+
@include animation-timing-function(linear);
|
|
43
|
+
@include animation-fill-mode(none);
|
|
44
|
+
-webkit-transform: translate3d(0,0,0) rotate(0deg);
|
|
45
|
+
transform: translate3d(0,0,0) rotate(0deg);
|
|
46
|
+
}
|
|
47
|
+
.icon-refreshing,
|
|
48
|
+
.text-refreshing {
|
|
49
|
+
display: none;
|
|
50
|
+
}
|
|
51
|
+
.icon-refreshing {
|
|
52
|
+
@include animation-duration(1.5s);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&.active {
|
|
56
|
+
.icon-pulling:not(.pulling-rotation-disabled) {
|
|
57
|
+
@include animation-name(refresh-spin);
|
|
58
|
+
-webkit-transform: translate3d(0,0,0) rotate(-180deg);
|
|
59
|
+
transform: translate3d(0,0,0) rotate(-180deg);
|
|
60
|
+
}
|
|
61
|
+
&.refreshing {
|
|
62
|
+
@include transition(-webkit-transform .2s);
|
|
63
|
+
@include transition(transform .2s);
|
|
64
|
+
-webkit-transform: scale(1,1);
|
|
65
|
+
transform: scale(1,1);
|
|
66
|
+
|
|
67
|
+
.icon-pulling,
|
|
68
|
+
.text-pulling {
|
|
69
|
+
display: none;
|
|
70
|
+
}
|
|
71
|
+
.icon-refreshing,
|
|
72
|
+
.text-refreshing {
|
|
73
|
+
display: block;
|
|
74
|
+
}
|
|
75
|
+
&.refreshing-tail {
|
|
76
|
+
-webkit-transform: scale(0,0);
|
|
77
|
+
transform: scale(0,0);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
.overflow-scroll > .scroll{
|
|
83
|
+
&.overscroll{
|
|
84
|
+
position:fixed;
|
|
85
|
+
right: 0;
|
|
86
|
+
left: 0;
|
|
87
|
+
}
|
|
88
|
+
-webkit-overflow-scrolling:touch;
|
|
89
|
+
width:100%;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.overflow-scroll.padding > .scroll.overscroll{
|
|
93
|
+
padding: 10px;
|
|
94
|
+
}
|
|
95
|
+
@-webkit-keyframes refresh-spin {
|
|
96
|
+
0% { -webkit-transform: translate3d(0,0,0) rotate(0); }
|
|
97
|
+
100% { -webkit-transform: translate3d(0,0,0) rotate(180deg); }
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
@keyframes refresh-spin {
|
|
101
|
+
0% { transform: translate3d(0,0,0) rotate(0); }
|
|
102
|
+
100% { transform: translate3d(0,0,0) rotate(180deg); }
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
@-webkit-keyframes refresh-spin-back {
|
|
106
|
+
0% { -webkit-transform: translate3d(0,0,0) rotate(180deg); }
|
|
107
|
+
100% { -webkit-transform: translate3d(0,0,0) rotate(0); }
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@keyframes refresh-spin-back {
|
|
111
|
+
0% { transform: translate3d(0,0,0) rotate(180deg); }
|
|
112
|
+
100% { transform: translate3d(0,0,0) rotate(0); }
|
|
113
|
+
}
|
|
@@ -0,0 +1,365 @@
|
|
|
1
|
+
|
|
2
|
+
/**
|
|
3
|
+
* Resets
|
|
4
|
+
* --------------------------------------------------
|
|
5
|
+
* Adapted from normalize.css and some reset.css. We don't care even one
|
|
6
|
+
* bit about old IE, so we don't need any hacks for that in here.
|
|
7
|
+
*
|
|
8
|
+
* There are probably other things we could remove here, as well.
|
|
9
|
+
*
|
|
10
|
+
* normalize.css v2.1.2 | MIT License | git.io/normalize
|
|
11
|
+
|
|
12
|
+
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
|
|
13
|
+
* http://cssreset.com
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
html, body, div, span, applet, object, iframe,
|
|
17
|
+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
18
|
+
a, abbr, acronym, address, big, cite, code,
|
|
19
|
+
del, dfn, em, img, ins, kbd, q, s, samp,
|
|
20
|
+
small, strike, strong, sub, sup, tt, var,
|
|
21
|
+
b, i, u, center,
|
|
22
|
+
dl, dt, dd, ol, ul, li,
|
|
23
|
+
fieldset, form, label, legend,
|
|
24
|
+
table, caption, tbody, tfoot, thead, tr, th, td,
|
|
25
|
+
article, aside, canvas, details, embed, fieldset,
|
|
26
|
+
figure, figcaption, footer, header, hgroup,
|
|
27
|
+
menu, nav, output, ruby, section, summary,
|
|
28
|
+
time, mark, audio, video {
|
|
29
|
+
margin: 0;
|
|
30
|
+
padding: 0;
|
|
31
|
+
border: 0;
|
|
32
|
+
vertical-align: baseline;
|
|
33
|
+
font: inherit;
|
|
34
|
+
font-size: 100%;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
ol, ul {
|
|
38
|
+
list-style: none;
|
|
39
|
+
}
|
|
40
|
+
blockquote, q {
|
|
41
|
+
quotes: none;
|
|
42
|
+
}
|
|
43
|
+
blockquote:before, blockquote:after,
|
|
44
|
+
q:before, q:after {
|
|
45
|
+
content: '';
|
|
46
|
+
content: none;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Prevent modern browsers from displaying `audio` without controls.
|
|
51
|
+
* Remove excess height in iOS 5 devices.
|
|
52
|
+
*/
|
|
53
|
+
|
|
54
|
+
audio:not([controls]) {
|
|
55
|
+
display: none;
|
|
56
|
+
height: 0;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Hide the `template` element in IE, Safari, and Firefox < 22.
|
|
61
|
+
*/
|
|
62
|
+
|
|
63
|
+
[hidden],
|
|
64
|
+
template {
|
|
65
|
+
display: none;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
script {
|
|
69
|
+
display: none !important;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
/* ==========================================================================
|
|
73
|
+
Base
|
|
74
|
+
========================================================================== */
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* 1. Set default font family to sans-serif.
|
|
78
|
+
* 2. Prevent iOS text size adjust after orientation change, without disabling
|
|
79
|
+
* user zoom.
|
|
80
|
+
*/
|
|
81
|
+
|
|
82
|
+
html {
|
|
83
|
+
@include user-select(none);
|
|
84
|
+
font-family: sans-serif; /* 1 */
|
|
85
|
+
-webkit-text-size-adjust: 100%;
|
|
86
|
+
-ms-text-size-adjust: 100%; /* 2 */
|
|
87
|
+
-webkit-text-size-adjust: 100%; /* 2 */
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Remove default margin.
|
|
92
|
+
*/
|
|
93
|
+
|
|
94
|
+
body {
|
|
95
|
+
margin: 0;
|
|
96
|
+
line-height: 1;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* Remove default outlines.
|
|
102
|
+
*/
|
|
103
|
+
a,
|
|
104
|
+
button,
|
|
105
|
+
:focus,
|
|
106
|
+
a:focus,
|
|
107
|
+
button:focus,
|
|
108
|
+
a:active,
|
|
109
|
+
a:hover {
|
|
110
|
+
outline: 0;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/* *
|
|
114
|
+
* Remove tap highlight color
|
|
115
|
+
*/
|
|
116
|
+
|
|
117
|
+
a {
|
|
118
|
+
-webkit-user-drag: none;
|
|
119
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
120
|
+
-webkit-tap-highlight-color: transparent;
|
|
121
|
+
|
|
122
|
+
&[href]:hover {
|
|
123
|
+
cursor: pointer;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/* ==========================================================================
|
|
128
|
+
Typography
|
|
129
|
+
========================================================================== */
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
|
|
134
|
+
*/
|
|
135
|
+
|
|
136
|
+
b,
|
|
137
|
+
strong {
|
|
138
|
+
font-weight: bold;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* Address styling not present in Safari 5 and Chrome.
|
|
143
|
+
*/
|
|
144
|
+
|
|
145
|
+
dfn {
|
|
146
|
+
font-style: italic;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Address differences between Firefox and other browsers.
|
|
151
|
+
*/
|
|
152
|
+
|
|
153
|
+
hr {
|
|
154
|
+
-moz-box-sizing: content-box;
|
|
155
|
+
box-sizing: content-box;
|
|
156
|
+
height: 0;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* Correct font family set oddly in Safari 5 and Chrome.
|
|
162
|
+
*/
|
|
163
|
+
|
|
164
|
+
code,
|
|
165
|
+
kbd,
|
|
166
|
+
pre,
|
|
167
|
+
samp {
|
|
168
|
+
font-size: 1em;
|
|
169
|
+
font-family: monospace, serif;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* Improve readability of pre-formatted text in all browsers.
|
|
174
|
+
*/
|
|
175
|
+
|
|
176
|
+
pre {
|
|
177
|
+
white-space: pre-wrap;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* Set consistent quote types.
|
|
182
|
+
*/
|
|
183
|
+
|
|
184
|
+
q {
|
|
185
|
+
quotes: "\201C" "\201D" "\2018" "\2019";
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* Address inconsistent and variable font size in all browsers.
|
|
190
|
+
*/
|
|
191
|
+
|
|
192
|
+
small {
|
|
193
|
+
font-size: 80%;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
|
198
|
+
*/
|
|
199
|
+
|
|
200
|
+
sub,
|
|
201
|
+
sup {
|
|
202
|
+
position: relative;
|
|
203
|
+
vertical-align: baseline;
|
|
204
|
+
font-size: 75%;
|
|
205
|
+
line-height: 0;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
sup {
|
|
209
|
+
top: -0.5em;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
sub {
|
|
213
|
+
bottom: -0.25em;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* Define consistent border, margin, and padding.
|
|
218
|
+
*/
|
|
219
|
+
|
|
220
|
+
fieldset {
|
|
221
|
+
margin: 0 2px;
|
|
222
|
+
padding: 0.35em 0.625em 0.75em;
|
|
223
|
+
border: 1px solid #c0c0c0;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* 1. Correct `color` not being inherited in IE 8/9.
|
|
228
|
+
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
|
229
|
+
*/
|
|
230
|
+
|
|
231
|
+
legend {
|
|
232
|
+
padding: 0; /* 2 */
|
|
233
|
+
border: 0; /* 1 */
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* 1. Correct font family not being inherited in all browsers.
|
|
238
|
+
* 2. Correct font size not being inherited in all browsers.
|
|
239
|
+
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
|
|
240
|
+
* 4. Remove any default :focus styles
|
|
241
|
+
* 5. Make sure webkit font smoothing is being inherited
|
|
242
|
+
* 6. Remove default gradient in Android Firefox / FirefoxOS
|
|
243
|
+
*/
|
|
244
|
+
|
|
245
|
+
button,
|
|
246
|
+
input,
|
|
247
|
+
select,
|
|
248
|
+
textarea {
|
|
249
|
+
margin: 0; /* 3 */
|
|
250
|
+
font-size: 100%; /* 2 */
|
|
251
|
+
font-family: inherit; /* 1 */
|
|
252
|
+
outline-offset: 0; /* 4 */
|
|
253
|
+
outline-style: none; /* 4 */
|
|
254
|
+
outline-width: 0; /* 4 */
|
|
255
|
+
-webkit-font-smoothing: inherit; /* 5 */
|
|
256
|
+
background-image: none; /* 6 */
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* Address Firefox 4+ setting `line-height` on `input` using `importnt` in
|
|
261
|
+
* the UA stylesheet.
|
|
262
|
+
*/
|
|
263
|
+
|
|
264
|
+
button,
|
|
265
|
+
input {
|
|
266
|
+
line-height: normal;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
|
271
|
+
* All other form control elements do not inherit `text-transform` values.
|
|
272
|
+
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
|
|
273
|
+
* Correct `select` style inheritance in Firefox 4+ and Opera.
|
|
274
|
+
*/
|
|
275
|
+
|
|
276
|
+
button,
|
|
277
|
+
select {
|
|
278
|
+
text-transform: none;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
|
283
|
+
* and `video` controls.
|
|
284
|
+
* 2. Correct inability to style clickable `input` types in iOS.
|
|
285
|
+
* 3. Improve usability and consistency of cursor style between image-type
|
|
286
|
+
* `input` and others.
|
|
287
|
+
*/
|
|
288
|
+
|
|
289
|
+
button,
|
|
290
|
+
html input[type="button"], /* 1 */
|
|
291
|
+
input[type="reset"],
|
|
292
|
+
input[type="submit"] {
|
|
293
|
+
cursor: pointer; /* 3 */
|
|
294
|
+
-webkit-appearance: button; /* 2 */
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* Re-set default cursor for disabled elements.
|
|
299
|
+
*/
|
|
300
|
+
|
|
301
|
+
button[disabled],
|
|
302
|
+
html input[disabled] {
|
|
303
|
+
cursor: default;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
|
|
308
|
+
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
|
|
309
|
+
* (include `-moz` to future-proof).
|
|
310
|
+
*/
|
|
311
|
+
|
|
312
|
+
input[type="search"] {
|
|
313
|
+
-webkit-box-sizing: content-box; /* 2 */
|
|
314
|
+
-moz-box-sizing: content-box;
|
|
315
|
+
box-sizing: content-box;
|
|
316
|
+
-webkit-appearance: textfield; /* 1 */
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
/**
|
|
320
|
+
* Remove inner padding and search cancel button in Safari 5 and Chrome
|
|
321
|
+
* on OS X.
|
|
322
|
+
*/
|
|
323
|
+
|
|
324
|
+
input[type="search"]::-webkit-search-cancel-button,
|
|
325
|
+
input[type="search"]::-webkit-search-decoration {
|
|
326
|
+
-webkit-appearance: none;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
/**
|
|
330
|
+
* Remove inner padding and border in Firefox 4+.
|
|
331
|
+
*/
|
|
332
|
+
|
|
333
|
+
button::-moz-focus-inner,
|
|
334
|
+
input::-moz-focus-inner {
|
|
335
|
+
padding: 0;
|
|
336
|
+
border: 0;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
/**
|
|
340
|
+
* 1. Remove default vertical scrollbar in IE 8/9.
|
|
341
|
+
* 2. Improve readability and alignment in all browsers.
|
|
342
|
+
*/
|
|
343
|
+
|
|
344
|
+
textarea {
|
|
345
|
+
overflow: auto; /* 1 */
|
|
346
|
+
vertical-align: top; /* 2 */
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
img {
|
|
351
|
+
-webkit-user-drag: none;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
/* ==========================================================================
|
|
355
|
+
Tables
|
|
356
|
+
========================================================================== */
|
|
357
|
+
|
|
358
|
+
/**
|
|
359
|
+
* Remove most spacing between table cells.
|
|
360
|
+
*/
|
|
361
|
+
|
|
362
|
+
table {
|
|
363
|
+
border-spacing: 0;
|
|
364
|
+
border-collapse: collapse;
|
|
365
|
+
}
|