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,125 @@
|
|
|
1
|
+
|
|
2
|
+
/**
|
|
3
|
+
* Lists
|
|
4
|
+
* --------------------------------------------------
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
.list {
|
|
8
|
+
position: relative;
|
|
9
|
+
padding-top: $item-border-width;
|
|
10
|
+
padding-bottom: $item-border-width;
|
|
11
|
+
padding-left: 0; // reset padding because ul and ol
|
|
12
|
+
margin-bottom: 20px;
|
|
13
|
+
}
|
|
14
|
+
.list:last-child {
|
|
15
|
+
margin-bottom: 0px;
|
|
16
|
+
&.card{
|
|
17
|
+
margin-bottom:40px;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* List Header
|
|
24
|
+
* --------------------------------------------------
|
|
25
|
+
*/
|
|
26
|
+
|
|
27
|
+
.list-header {
|
|
28
|
+
margin-top: $list-header-margin-top;
|
|
29
|
+
padding: $list-header-padding;
|
|
30
|
+
background-color: $list-header-bg;
|
|
31
|
+
color: $list-header-color;
|
|
32
|
+
font-weight: bold;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// when its a card make sure it doesn't duplicate top and bottom borders
|
|
36
|
+
.card.list .list-item {
|
|
37
|
+
padding-right: 1px;
|
|
38
|
+
padding-left: 1px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Cards and Inset Lists
|
|
44
|
+
* --------------------------------------------------
|
|
45
|
+
* A card and list-inset are close to the same thing, except a card as a box shadow.
|
|
46
|
+
*/
|
|
47
|
+
|
|
48
|
+
.card,
|
|
49
|
+
.list-inset {
|
|
50
|
+
overflow: hidden;
|
|
51
|
+
margin: ($content-padding * 2) $content-padding;
|
|
52
|
+
border-radius: $card-border-radius;
|
|
53
|
+
background-color: $card-body-bg;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.card {
|
|
57
|
+
padding-top: $item-border-width;
|
|
58
|
+
padding-bottom: $item-border-width;
|
|
59
|
+
box-shadow: $card-box-shadow;
|
|
60
|
+
|
|
61
|
+
.item {
|
|
62
|
+
border-left: 0;
|
|
63
|
+
border-right: 0;
|
|
64
|
+
}
|
|
65
|
+
.item:first-child {
|
|
66
|
+
border-top: 0;
|
|
67
|
+
}
|
|
68
|
+
.item:last-child {
|
|
69
|
+
border-bottom: 0;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.padding {
|
|
74
|
+
.card, .list-inset {
|
|
75
|
+
margin-left: 0;
|
|
76
|
+
margin-right: 0;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.card .item,
|
|
81
|
+
.list-inset .item,
|
|
82
|
+
.padding > .list .item
|
|
83
|
+
{
|
|
84
|
+
&:first-child {
|
|
85
|
+
border-top-left-radius: $card-border-radius;
|
|
86
|
+
border-top-right-radius: $card-border-radius;
|
|
87
|
+
|
|
88
|
+
.item-content {
|
|
89
|
+
border-top-left-radius: $card-border-radius;
|
|
90
|
+
border-top-right-radius: $card-border-radius;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
&:last-child {
|
|
94
|
+
border-bottom-right-radius: $card-border-radius;
|
|
95
|
+
border-bottom-left-radius: $card-border-radius;
|
|
96
|
+
|
|
97
|
+
.item-content {
|
|
98
|
+
border-bottom-right-radius: $card-border-radius;
|
|
99
|
+
border-bottom-left-radius: $card-border-radius;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.card .item:last-child,
|
|
105
|
+
.list-inset .item:last-child {
|
|
106
|
+
margin-bottom: $item-border-width * -1;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.card .item,
|
|
110
|
+
.list-inset .item,
|
|
111
|
+
.padding > .list .item,
|
|
112
|
+
.padding-horizontal > .list .item {
|
|
113
|
+
margin-right: 0;
|
|
114
|
+
margin-left: 0;
|
|
115
|
+
|
|
116
|
+
&.item-input input {
|
|
117
|
+
padding-right: 44px;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
.padding-left > .list .item {
|
|
121
|
+
margin-left: 0;
|
|
122
|
+
}
|
|
123
|
+
.padding-right > .list .item {
|
|
124
|
+
margin-right: 0;
|
|
125
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
|
|
2
|
+
/**
|
|
3
|
+
* Loading
|
|
4
|
+
* --------------------------------------------------
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
.loading-container {
|
|
8
|
+
position: absolute;
|
|
9
|
+
left: 0;
|
|
10
|
+
top: 0;
|
|
11
|
+
right: 0;
|
|
12
|
+
bottom: 0;
|
|
13
|
+
|
|
14
|
+
z-index: $z-index-loading;
|
|
15
|
+
|
|
16
|
+
@include display-flex();
|
|
17
|
+
@include justify-content(center);
|
|
18
|
+
@include align-items(center);
|
|
19
|
+
|
|
20
|
+
@include transition(0.2s opacity linear);
|
|
21
|
+
visibility: hidden;
|
|
22
|
+
opacity: 0;
|
|
23
|
+
|
|
24
|
+
&:not(.visible) .icon,
|
|
25
|
+
&:not(.visible) .spinner{
|
|
26
|
+
display: none;
|
|
27
|
+
}
|
|
28
|
+
&.visible {
|
|
29
|
+
visibility: visible;
|
|
30
|
+
}
|
|
31
|
+
&.active {
|
|
32
|
+
opacity: 1;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.loading {
|
|
36
|
+
padding: $loading-padding;
|
|
37
|
+
|
|
38
|
+
border-radius: $loading-border-radius;
|
|
39
|
+
background-color: $loading-bg-color;
|
|
40
|
+
|
|
41
|
+
color: $loading-text-color;
|
|
42
|
+
|
|
43
|
+
text-align: center;
|
|
44
|
+
text-overflow: ellipsis;
|
|
45
|
+
font-size: $loading-font-size;
|
|
46
|
+
|
|
47
|
+
h1, h2, h3, h4, h5, h6 {
|
|
48
|
+
color: $loading-text-color;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
|
|
2
|
+
/**
|
|
3
|
+
* Menus
|
|
4
|
+
* --------------------------------------------------
|
|
5
|
+
* Side panel structure
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
.menu {
|
|
9
|
+
position: absolute;
|
|
10
|
+
top: 0;
|
|
11
|
+
bottom: 0;
|
|
12
|
+
z-index: $z-index-menu;
|
|
13
|
+
overflow: hidden;
|
|
14
|
+
|
|
15
|
+
min-height: 100%;
|
|
16
|
+
max-height: 100%;
|
|
17
|
+
width: $menu-width;
|
|
18
|
+
|
|
19
|
+
background-color: $menu-bg;
|
|
20
|
+
|
|
21
|
+
.scroll-content {
|
|
22
|
+
z-index: $z-index-menu-scroll-content;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.bar-header {
|
|
26
|
+
z-index: $z-index-menu-bar-header;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.menu-content {
|
|
31
|
+
@include transform(none);
|
|
32
|
+
box-shadow: $menu-side-shadow;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.menu-open .menu-content .pane,
|
|
36
|
+
.menu-open .menu-content .scroll-content {
|
|
37
|
+
pointer-events: none;
|
|
38
|
+
}
|
|
39
|
+
.menu-open .menu-content .scroll-content .scroll {
|
|
40
|
+
pointer-events: none;
|
|
41
|
+
}
|
|
42
|
+
.menu-open .menu-content .scroll-content:not(.overflow-scroll) {
|
|
43
|
+
overflow: hidden;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.grade-b .menu-content,
|
|
47
|
+
.grade-c .menu-content {
|
|
48
|
+
@include box-sizing(content-box);
|
|
49
|
+
right: -1px;
|
|
50
|
+
left: -1px;
|
|
51
|
+
border-right: 1px solid #ccc;
|
|
52
|
+
border-left: 1px solid #ccc;
|
|
53
|
+
box-shadow: none;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.menu-left {
|
|
57
|
+
left: 0;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.menu-right {
|
|
61
|
+
right: 0;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.aside-open.aside-resizing .menu-right {
|
|
65
|
+
display: none;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.menu-animated {
|
|
69
|
+
@include transition-transform($menu-animation-speed ease);
|
|
70
|
+
}
|
|
@@ -0,0 +1,642 @@
|
|
|
1
|
+
|
|
2
|
+
// Button Mixins
|
|
3
|
+
// --------------------------------------------------
|
|
4
|
+
|
|
5
|
+
@mixin button-style($bg-color, $border-color, $active-bg-color, $active-border-color, $color) {
|
|
6
|
+
border-color: $border-color;
|
|
7
|
+
background-color: $bg-color;
|
|
8
|
+
color: $color;
|
|
9
|
+
|
|
10
|
+
// Give desktop users something to play with
|
|
11
|
+
&:hover {
|
|
12
|
+
color: $color;
|
|
13
|
+
text-decoration: none;
|
|
14
|
+
}
|
|
15
|
+
&.active,
|
|
16
|
+
&.activated {
|
|
17
|
+
@if $active-border-color != ""{
|
|
18
|
+
border-color: $active-border-color;
|
|
19
|
+
}
|
|
20
|
+
background-color: $active-bg-color;
|
|
21
|
+
//box-shadow: inset 0 1px 4px rgba(0,0,0,0.1);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@mixin button-clear($color, $font-size:"") {
|
|
26
|
+
&.button-clear {
|
|
27
|
+
border-color: transparent;
|
|
28
|
+
background: none;
|
|
29
|
+
box-shadow: none;
|
|
30
|
+
color: $color;
|
|
31
|
+
|
|
32
|
+
@if $font-size != "" {
|
|
33
|
+
font-size: $font-size;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
&.button-icon {
|
|
37
|
+
border-color: transparent;
|
|
38
|
+
background: none;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
@mixin button-outline($color, $text-color:"") {
|
|
43
|
+
&.button-outline {
|
|
44
|
+
border-color: $color;
|
|
45
|
+
background: transparent;
|
|
46
|
+
@if $text-color == "" {
|
|
47
|
+
$text-color: $color;
|
|
48
|
+
}
|
|
49
|
+
color: $text-color;
|
|
50
|
+
&.active,
|
|
51
|
+
&.activated {
|
|
52
|
+
background-color: $color;
|
|
53
|
+
box-shadow: none;
|
|
54
|
+
color: #fff;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
// Bar Mixins
|
|
61
|
+
// --------------------------------------------------
|
|
62
|
+
|
|
63
|
+
@mixin bar-style($bg-color, $border-color, $color) {
|
|
64
|
+
border-color: $border-color;
|
|
65
|
+
background-color: $bg-color;
|
|
66
|
+
background-image: linear-gradient(0deg, $border-color, $border-color 50%, transparent 50%);
|
|
67
|
+
color: $color;
|
|
68
|
+
|
|
69
|
+
.title {
|
|
70
|
+
color: $color;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
// Tab Mixins
|
|
76
|
+
// --------------------------------------------------
|
|
77
|
+
|
|
78
|
+
@mixin tab-style($bg-color, $border-color, $color) {
|
|
79
|
+
border-color: $border-color;
|
|
80
|
+
background-color: $bg-color;
|
|
81
|
+
background-image: linear-gradient(0deg, $border-color, $border-color 50%, transparent 50%);
|
|
82
|
+
color: $color;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
@mixin tab-badge-style($bg-color, $color) {
|
|
86
|
+
.tab-item .badge {
|
|
87
|
+
background-color: $bg-color;
|
|
88
|
+
color: $color;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
// Item Mixins
|
|
94
|
+
// --------------------------------------------------
|
|
95
|
+
|
|
96
|
+
@mixin item-style($bg-color, $border-color, $color) {
|
|
97
|
+
border-color: $border-color;
|
|
98
|
+
background-color: $bg-color;
|
|
99
|
+
color: $color;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
@mixin item-active-style($active-bg-color, $active-border-color) {
|
|
103
|
+
border-color: $active-border-color;
|
|
104
|
+
background-color: $active-bg-color;
|
|
105
|
+
&.item-complex > .item-content {
|
|
106
|
+
border-color: $active-border-color;
|
|
107
|
+
background-color: $active-bg-color;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
// Badge Mixins
|
|
113
|
+
// --------------------------------------------------
|
|
114
|
+
|
|
115
|
+
@mixin badge-style($bg-color, $color) {
|
|
116
|
+
background-color: $bg-color;
|
|
117
|
+
color: $color;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
// Range Mixins
|
|
122
|
+
// --------------------------------------------------
|
|
123
|
+
|
|
124
|
+
@mixin range-style($track-bg-color) {
|
|
125
|
+
&::-webkit-slider-thumb:before {
|
|
126
|
+
background: $track-bg-color;
|
|
127
|
+
}
|
|
128
|
+
&::-ms-fill-lower{
|
|
129
|
+
background: $track-bg-color;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
// Checkbox Mixins
|
|
135
|
+
// --------------------------------------------------
|
|
136
|
+
|
|
137
|
+
@mixin checkbox-style($off-border-color, $on-bg-color, $on-border-color) {
|
|
138
|
+
& input:before,
|
|
139
|
+
& .checkbox-icon:before {
|
|
140
|
+
border-color: $off-border-color;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
// what the background looks like when its checked
|
|
144
|
+
& input:checked:before,
|
|
145
|
+
& input:checked + .checkbox-icon:before {
|
|
146
|
+
background: $on-bg-color;
|
|
147
|
+
border-color: $on-border-color;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
// Toggle Mixins
|
|
153
|
+
// --------------------------------------------------
|
|
154
|
+
|
|
155
|
+
@mixin toggle-style($on-border-color, $on-bg-color) {
|
|
156
|
+
// the track when the toggle is "on"
|
|
157
|
+
& input:checked + .track {
|
|
158
|
+
border-color: $on-border-color;
|
|
159
|
+
background-color: $on-bg-color;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
@mixin toggle-small-style($on-bg-color) {
|
|
163
|
+
// the track when the toggle is "on"
|
|
164
|
+
& input:checked + .track {
|
|
165
|
+
background-color: rgba($on-bg-color, .5);
|
|
166
|
+
}
|
|
167
|
+
& input:checked + .track .handle {
|
|
168
|
+
background-color: $on-bg-color;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
// Clearfix
|
|
174
|
+
// --------------------------------------------------
|
|
175
|
+
|
|
176
|
+
@mixin clearfix {
|
|
177
|
+
*zoom: 1;
|
|
178
|
+
&:before,
|
|
179
|
+
&:after {
|
|
180
|
+
display: table;
|
|
181
|
+
content: "";
|
|
182
|
+
line-height: 0;
|
|
183
|
+
}
|
|
184
|
+
&:after {
|
|
185
|
+
clear: both;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
// Placeholder text
|
|
191
|
+
// --------------------------------------------------
|
|
192
|
+
|
|
193
|
+
@mixin placeholder($color: $input-color-placeholder, $text-indent: 0) {
|
|
194
|
+
&::-moz-placeholder { // Firefox 19+
|
|
195
|
+
color: $color;
|
|
196
|
+
}
|
|
197
|
+
&:-ms-input-placeholder {
|
|
198
|
+
color: $color;
|
|
199
|
+
}
|
|
200
|
+
&::-webkit-input-placeholder {
|
|
201
|
+
color: $color;
|
|
202
|
+
// Safari placeholder margin issue
|
|
203
|
+
text-indent: $text-indent;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
// Text Mixins
|
|
209
|
+
// --------------------------------------------------
|
|
210
|
+
|
|
211
|
+
@mixin text-size-adjust($value: none) {
|
|
212
|
+
-webkit-text-size-adjust: $value;
|
|
213
|
+
-moz-text-size-adjust: $value;
|
|
214
|
+
text-size-adjust: $value;
|
|
215
|
+
}
|
|
216
|
+
@mixin tap-highlight-transparent() {
|
|
217
|
+
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
|
218
|
+
-webkit-tap-highlight-color: transparent; // For some Androids
|
|
219
|
+
}
|
|
220
|
+
@mixin touch-callout($value: none) {
|
|
221
|
+
-webkit-touch-callout: $value;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
// Font Mixins
|
|
226
|
+
// --------------------------------------------------
|
|
227
|
+
|
|
228
|
+
@mixin font-family-serif() {
|
|
229
|
+
font-family: $serif-font-family;
|
|
230
|
+
}
|
|
231
|
+
@mixin font-family-sans-serif() {
|
|
232
|
+
font-family: $sans-font-family;
|
|
233
|
+
}
|
|
234
|
+
@mixin font-family-monospace() {
|
|
235
|
+
font-family: $mono-font-family;
|
|
236
|
+
}
|
|
237
|
+
@mixin font-shorthand($size: $base-font-size, $weight: normal, $line-height: $base-line-height) {
|
|
238
|
+
font-weight: $weight;
|
|
239
|
+
font-size: $size;
|
|
240
|
+
line-height: $line-height;
|
|
241
|
+
}
|
|
242
|
+
@mixin font-serif($size: $base-font-size, $weight: normal, $line-height: $base-line-height) {
|
|
243
|
+
@include font-family-serif();
|
|
244
|
+
@include font-shorthand($size, $weight, $line-height);
|
|
245
|
+
}
|
|
246
|
+
@mixin font-sans-serif($size: $base-font-size, $weight: normal, $line-height: $base-line-height) {
|
|
247
|
+
@include font-family-sans-serif();
|
|
248
|
+
@include font-shorthand($size, $weight, $line-height);
|
|
249
|
+
}
|
|
250
|
+
@mixin font-monospace($size: $base-font-size, $weight: normal, $line-height: $base-line-height) {
|
|
251
|
+
@include font-family-monospace();
|
|
252
|
+
@include font-shorthand($size, $weight, $line-height);
|
|
253
|
+
}
|
|
254
|
+
@mixin font-smoothing($font-smoothing) {
|
|
255
|
+
-webkit-font-smoothing: $font-smoothing;
|
|
256
|
+
font-smoothing: $font-smoothing;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
// Appearance
|
|
261
|
+
// --------------------------------------------------
|
|
262
|
+
|
|
263
|
+
@mixin appearance($val) {
|
|
264
|
+
-webkit-appearance: $val;
|
|
265
|
+
-moz-appearance: $val;
|
|
266
|
+
appearance: $val;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
// Border Radius Mixins
|
|
271
|
+
// --------------------------------------------------
|
|
272
|
+
|
|
273
|
+
@mixin border-radius($radius) {
|
|
274
|
+
-webkit-border-radius: $radius;
|
|
275
|
+
border-radius: $radius;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
// Single Corner Border Radius
|
|
279
|
+
@mixin border-top-left-radius($radius) {
|
|
280
|
+
-webkit-border-top-left-radius: $radius;
|
|
281
|
+
border-top-left-radius: $radius;
|
|
282
|
+
}
|
|
283
|
+
@mixin border-top-right-radius($radius) {
|
|
284
|
+
-webkit-border-top-right-radius: $radius;
|
|
285
|
+
border-top-right-radius: $radius;
|
|
286
|
+
}
|
|
287
|
+
@mixin border-bottom-right-radius($radius) {
|
|
288
|
+
-webkit-border-bottom-right-radius: $radius;
|
|
289
|
+
border-bottom-right-radius: $radius;
|
|
290
|
+
}
|
|
291
|
+
@mixin border-bottom-left-radius($radius) {
|
|
292
|
+
-webkit-border-bottom-left-radius: $radius;
|
|
293
|
+
border-bottom-left-radius: $radius;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
// Single Side Border Radius
|
|
297
|
+
@mixin border-top-radius($radius) {
|
|
298
|
+
@include border-top-right-radius($radius);
|
|
299
|
+
@include border-top-left-radius($radius);
|
|
300
|
+
}
|
|
301
|
+
@mixin border-right-radius($radius) {
|
|
302
|
+
@include border-top-right-radius($radius);
|
|
303
|
+
@include border-bottom-right-radius($radius);
|
|
304
|
+
}
|
|
305
|
+
@mixin border-bottom-radius($radius) {
|
|
306
|
+
@include border-bottom-right-radius($radius);
|
|
307
|
+
@include border-bottom-left-radius($radius);
|
|
308
|
+
}
|
|
309
|
+
@mixin border-left-radius($radius) {
|
|
310
|
+
@include border-top-left-radius($radius);
|
|
311
|
+
@include border-bottom-left-radius($radius);
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
// Box shadows
|
|
316
|
+
// --------------------------------------------------
|
|
317
|
+
|
|
318
|
+
@mixin box-shadow($shadow...) {
|
|
319
|
+
-webkit-box-shadow: $shadow;
|
|
320
|
+
box-shadow: $shadow;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
// Transition Mixins
|
|
325
|
+
// --------------------------------------------------
|
|
326
|
+
|
|
327
|
+
@mixin transition($transition...) {
|
|
328
|
+
-webkit-transition: $transition;
|
|
329
|
+
transition: $transition;
|
|
330
|
+
}
|
|
331
|
+
@mixin transition-delay($transition-delay) {
|
|
332
|
+
-webkit-transition-delay: $transition-delay;
|
|
333
|
+
transition-delay: $transition-delay;
|
|
334
|
+
}
|
|
335
|
+
@mixin transition-duration($transition-duration) {
|
|
336
|
+
-webkit-transition-duration: $transition-duration;
|
|
337
|
+
transition-duration: $transition-duration;
|
|
338
|
+
}
|
|
339
|
+
@mixin transition-timing-function($transition-timing) {
|
|
340
|
+
-webkit-transition-timing-function: $transition-timing;
|
|
341
|
+
transition-timing-function: $transition-timing;
|
|
342
|
+
}
|
|
343
|
+
@mixin transition-property($property) {
|
|
344
|
+
-webkit-transition-property: $property;
|
|
345
|
+
transition-property: $property;
|
|
346
|
+
}
|
|
347
|
+
@mixin transition-transform($properties...) {
|
|
348
|
+
// special case cuz of transform vendor prefixes
|
|
349
|
+
-webkit-transition: -webkit-transform $properties;
|
|
350
|
+
transition: transform $properties;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
// Animation Mixins
|
|
355
|
+
// --------------------------------------------------
|
|
356
|
+
|
|
357
|
+
@mixin animation($animation) {
|
|
358
|
+
-webkit-animation: $animation;
|
|
359
|
+
animation: $animation;
|
|
360
|
+
}
|
|
361
|
+
@mixin animation-duration($duration) {
|
|
362
|
+
-webkit-animation-duration: $duration;
|
|
363
|
+
animation-duration: $duration;
|
|
364
|
+
}
|
|
365
|
+
@mixin animation-direction($direction) {
|
|
366
|
+
-webkit-animation-direction: $direction;
|
|
367
|
+
animation-direction: $direction;
|
|
368
|
+
}
|
|
369
|
+
@mixin animation-timing-function($animation-timing) {
|
|
370
|
+
-webkit-animation-timing-function: $animation-timing;
|
|
371
|
+
animation-timing-function: $animation-timing;
|
|
372
|
+
}
|
|
373
|
+
@mixin animation-fill-mode($fill-mode) {
|
|
374
|
+
-webkit-animation-fill-mode: $fill-mode;
|
|
375
|
+
animation-fill-mode: $fill-mode;
|
|
376
|
+
}
|
|
377
|
+
@mixin animation-name($name...) {
|
|
378
|
+
-webkit-animation-name: $name;
|
|
379
|
+
animation-name: $name;
|
|
380
|
+
}
|
|
381
|
+
@mixin animation-iteration-count($count) {
|
|
382
|
+
-webkit-animation-iteration-count: $count;
|
|
383
|
+
animation-iteration-count: $count;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
// Transformation Mixins
|
|
388
|
+
// --------------------------------------------------
|
|
389
|
+
|
|
390
|
+
@mixin rotate($degrees) {
|
|
391
|
+
@include transform( rotate($degrees) );
|
|
392
|
+
}
|
|
393
|
+
@mixin scale($ratio) {
|
|
394
|
+
@include transform( scale($ratio) );
|
|
395
|
+
}
|
|
396
|
+
@mixin translate($x, $y) {
|
|
397
|
+
@include transform( translate($x, $y) );
|
|
398
|
+
}
|
|
399
|
+
@mixin skew($x, $y) {
|
|
400
|
+
@include transform( skew($x, $y) );
|
|
401
|
+
-webkit-backface-visibility: hidden;
|
|
402
|
+
}
|
|
403
|
+
@mixin translate3d($x, $y, $z) {
|
|
404
|
+
@include transform( translate3d($x, $y, $z) );
|
|
405
|
+
}
|
|
406
|
+
@mixin translateZ($z) {
|
|
407
|
+
@include transform( translateZ($z) );
|
|
408
|
+
}
|
|
409
|
+
@mixin transform($val) {
|
|
410
|
+
-webkit-transform: $val;
|
|
411
|
+
transform: $val;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
@mixin transform-origin($left, $top) {
|
|
415
|
+
-webkit-transform-origin: $left $top;
|
|
416
|
+
transform-origin: $left $top;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
// Backface visibility
|
|
421
|
+
// --------------------------------------------------
|
|
422
|
+
// Prevent browsers from flickering when using CSS 3D transforms.
|
|
423
|
+
// Default value is `visible`, but can be changed to `hidden
|
|
424
|
+
|
|
425
|
+
@mixin backface-visibility($visibility){
|
|
426
|
+
-webkit-backface-visibility: $visibility;
|
|
427
|
+
backface-visibility: $visibility;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
// Background clipping
|
|
432
|
+
// --------------------------------------------------
|
|
433
|
+
|
|
434
|
+
@mixin background-clip($clip) {
|
|
435
|
+
-webkit-background-clip: $clip;
|
|
436
|
+
background-clip: $clip;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
// Background sizing
|
|
441
|
+
// --------------------------------------------------
|
|
442
|
+
|
|
443
|
+
@mixin background-size($size) {
|
|
444
|
+
-webkit-background-size: $size;
|
|
445
|
+
background-size: $size;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
// Box sizing
|
|
450
|
+
// --------------------------------------------------
|
|
451
|
+
|
|
452
|
+
@mixin box-sizing($boxmodel) {
|
|
453
|
+
-webkit-box-sizing: $boxmodel;
|
|
454
|
+
-moz-box-sizing: $boxmodel;
|
|
455
|
+
box-sizing: $boxmodel;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
// User select
|
|
460
|
+
// --------------------------------------------------
|
|
461
|
+
|
|
462
|
+
@mixin user-select($select) {
|
|
463
|
+
-webkit-user-select: $select;
|
|
464
|
+
-moz-user-select: $select;
|
|
465
|
+
-ms-user-select: $select;
|
|
466
|
+
user-select: $select;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
// Content Columns
|
|
471
|
+
// --------------------------------------------------
|
|
472
|
+
|
|
473
|
+
@mixin content-columns($columnCount, $columnGap: $grid-gutter-width) {
|
|
474
|
+
-webkit-column-count: $columnCount;
|
|
475
|
+
-moz-column-count: $columnCount;
|
|
476
|
+
column-count: $columnCount;
|
|
477
|
+
-webkit-column-gap: $columnGap;
|
|
478
|
+
-moz-column-gap: $columnGap;
|
|
479
|
+
column-gap: $columnGap;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
// Flexbox Mixins
|
|
484
|
+
// --------------------------------------------------
|
|
485
|
+
// http://philipwalton.github.io/solved-by-flexbox/
|
|
486
|
+
// https://github.com/philipwalton/solved-by-flexbox
|
|
487
|
+
|
|
488
|
+
@mixin display-flex {
|
|
489
|
+
display: -webkit-box;
|
|
490
|
+
display: -webkit-flex;
|
|
491
|
+
display: -moz-box;
|
|
492
|
+
display: -moz-flex;
|
|
493
|
+
display: -ms-flexbox;
|
|
494
|
+
display: flex;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
@mixin display-inline-flex {
|
|
498
|
+
display: -webkit-inline-box;
|
|
499
|
+
display: -webkit-inline-flex;
|
|
500
|
+
display: -moz-inline-flex;
|
|
501
|
+
display: -ms-inline-flexbox;
|
|
502
|
+
display: inline-flex;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
@mixin flex-direction($value: row) {
|
|
506
|
+
@if $value == row-reverse {
|
|
507
|
+
-webkit-box-direction: reverse;
|
|
508
|
+
-webkit-box-orient: horizontal;
|
|
509
|
+
} @else if $value == column {
|
|
510
|
+
-webkit-box-direction: normal;
|
|
511
|
+
-webkit-box-orient: vertical;
|
|
512
|
+
} @else if $value == column-reverse {
|
|
513
|
+
-webkit-box-direction: reverse;
|
|
514
|
+
-webkit-box-orient: vertical;
|
|
515
|
+
} @else {
|
|
516
|
+
-webkit-box-direction: normal;
|
|
517
|
+
-webkit-box-orient: horizontal;
|
|
518
|
+
}
|
|
519
|
+
-webkit-flex-direction: $value;
|
|
520
|
+
-moz-flex-direction: $value;
|
|
521
|
+
-ms-flex-direction: $value;
|
|
522
|
+
flex-direction: $value;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
@mixin flex-wrap($value: nowrap) {
|
|
526
|
+
// No Webkit Box fallback.
|
|
527
|
+
-webkit-flex-wrap: $value;
|
|
528
|
+
-moz-flex-wrap: $value;
|
|
529
|
+
@if $value == nowrap {
|
|
530
|
+
-ms-flex-wrap: none;
|
|
531
|
+
} @else {
|
|
532
|
+
-ms-flex-wrap: $value;
|
|
533
|
+
}
|
|
534
|
+
flex-wrap: $value;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
@mixin flex($fg: 1, $fs: null, $fb: null) {
|
|
538
|
+
-webkit-box-flex: $fg;
|
|
539
|
+
-webkit-flex: $fg $fs $fb;
|
|
540
|
+
-moz-box-flex: $fg;
|
|
541
|
+
-moz-flex: $fg $fs $fb;
|
|
542
|
+
-ms-flex: $fg $fs $fb;
|
|
543
|
+
flex: $fg $fs $fb;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
@mixin flex-flow($values: (row nowrap)) {
|
|
547
|
+
// No Webkit Box fallback.
|
|
548
|
+
-webkit-flex-flow: $values;
|
|
549
|
+
-moz-flex-flow: $values;
|
|
550
|
+
-ms-flex-flow: $values;
|
|
551
|
+
flex-flow: $values;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
@mixin align-items($value: stretch) {
|
|
555
|
+
@if $value == flex-start {
|
|
556
|
+
-webkit-box-align: start;
|
|
557
|
+
-ms-flex-align: start;
|
|
558
|
+
} @else if $value == flex-end {
|
|
559
|
+
-webkit-box-align: end;
|
|
560
|
+
-ms-flex-align: end;
|
|
561
|
+
} @else {
|
|
562
|
+
-webkit-box-align: $value;
|
|
563
|
+
-ms-flex-align: $value;
|
|
564
|
+
}
|
|
565
|
+
-webkit-align-items: $value;
|
|
566
|
+
-moz-align-items: $value;
|
|
567
|
+
align-items: $value;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
@mixin align-self($value: auto) {
|
|
571
|
+
-webkit-align-self: $value;
|
|
572
|
+
-moz-align-self: $value;
|
|
573
|
+
@if $value == flex-start {
|
|
574
|
+
-ms-flex-item-align: start;
|
|
575
|
+
} @else if $value == flex-end {
|
|
576
|
+
-ms-flex-item-align: end;
|
|
577
|
+
} @else {
|
|
578
|
+
-ms-flex-item-align: $value;
|
|
579
|
+
}
|
|
580
|
+
align-self: $value;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
@mixin align-content($value: stretch) {
|
|
584
|
+
-webkit-align-content: $value;
|
|
585
|
+
-moz-align-content: $value;
|
|
586
|
+
@if $value == flex-start {
|
|
587
|
+
-ms-flex-line-pack: start;
|
|
588
|
+
} @else if $value == flex-end {
|
|
589
|
+
-ms-flex-line-pack: end;
|
|
590
|
+
} @else {
|
|
591
|
+
-ms-flex-line-pack: $value;
|
|
592
|
+
}
|
|
593
|
+
align-content: $value;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
@mixin justify-content($value: stretch) {
|
|
597
|
+
@if $value == flex-start {
|
|
598
|
+
-webkit-box-pack: start;
|
|
599
|
+
-ms-flex-pack: start;
|
|
600
|
+
} @else if $value == flex-end {
|
|
601
|
+
-webkit-box-pack: end;
|
|
602
|
+
-ms-flex-pack: end;
|
|
603
|
+
} @else if $value == space-between {
|
|
604
|
+
-webkit-box-pack: justify;
|
|
605
|
+
-ms-flex-pack: justify;
|
|
606
|
+
} @else {
|
|
607
|
+
-webkit-box-pack: $value;
|
|
608
|
+
-ms-flex-pack: $value;
|
|
609
|
+
}
|
|
610
|
+
-webkit-justify-content: $value;
|
|
611
|
+
-moz-justify-content: $value;
|
|
612
|
+
justify-content: $value;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
@mixin flex-order($n) {
|
|
616
|
+
-webkit-order: $n;
|
|
617
|
+
-ms-flex-order: $n;
|
|
618
|
+
order: $n;
|
|
619
|
+
-webkit-box-ordinal-group: $n;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
@mixin responsive-grid-break($selector, $max-width) {
|
|
623
|
+
@media (max-width: $max-width) {
|
|
624
|
+
#{$selector} {
|
|
625
|
+
-webkit-box-direction: normal;
|
|
626
|
+
-moz-box-direction: normal;
|
|
627
|
+
-webkit-box-orient: vertical;
|
|
628
|
+
-moz-box-orient: vertical;
|
|
629
|
+
-webkit-flex-direction: column;
|
|
630
|
+
-ms-flex-direction: column;
|
|
631
|
+
flex-direction: column;
|
|
632
|
+
|
|
633
|
+
.col, .col-10, .col-20, .col-25, .col-33, .col-34, .col-50, .col-66, .col-67, .col-75, .col-80, .col-90 {
|
|
634
|
+
@include flex(1);
|
|
635
|
+
margin-bottom: ($grid-padding-width * 3) / 2;
|
|
636
|
+
margin-left: 0;
|
|
637
|
+
max-width: 100%;
|
|
638
|
+
width: 100%;
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
}
|