cronapp-framework-mobile-js 2.9.2-SP.2 → 2.9.2-SP.4
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/deprecated/components/crn-QRCode.components.json +54 -0
- package/deprecated/components/crn-anchor.components.json +89 -0
- package/deprecated/components/crn-button-bar.components.json +64 -0
- package/deprecated/components/crn-button.components.json +316 -0
- package/deprecated/components/crn-card.components.json +95 -0
- package/deprecated/components/crn-chart.components.json +57 -0
- package/deprecated/components/crn-chat.components.json +8 -0
- package/deprecated/components/crn-checkbox.components.json +184 -0
- package/deprecated/components/crn-complex-search.components.json +43 -0
- package/deprecated/components/crn-container.components.json +21 -0
- package/deprecated/components/crn-cron-crud.components.json +21 -0
- package/deprecated/components/crn-datasource.components.json +181 -0
- package/deprecated/components/crn-dynamic-file.components.json +85 -0
- package/deprecated/components/crn-dynamic-image.components.json +153 -0
- package/deprecated/components/crn-dynamic-select.components.json +111 -0
- package/deprecated/components/crn-evaluation.components.json +64 -0
- package/deprecated/components/crn-filter-button.components.json +305 -0
- package/deprecated/components/crn-form-template.components.json +11 -0
- package/deprecated/components/crn-header-button.components.json +63 -0
- package/deprecated/components/crn-heading.components.json +109 -0
- package/deprecated/components/crn-icon.components.json +258 -0
- package/deprecated/components/crn-image.components.json +121 -0
- package/deprecated/components/crn-infinite-scroll.components.json +32 -0
- package/deprecated/components/crn-input-button.components.json +205 -0
- package/deprecated/components/crn-input-floating.components.json +196 -0
- package/deprecated/components/crn-input-icon.components.json +187 -0
- package/deprecated/components/crn-input-inline.components.json +198 -0
- package/deprecated/components/crn-input.components.json +185 -0
- package/deprecated/components/crn-ion-content.components.json +24 -0
- package/deprecated/components/crn-ion-footer-bar.components.json +351 -0
- package/deprecated/components/crn-ion-header-bar.components.json +211 -0
- package/deprecated/components/crn-ion-list.components.json +152 -0
- package/deprecated/components/crn-ion-nav-buttons.components.json +63 -0
- package/deprecated/components/crn-ion-segment-item.components.json +65 -0
- package/deprecated/components/crn-ion-segment.components.json +974 -0
- package/deprecated/components/crn-ion-tab-item.components.json +50 -0
- package/deprecated/components/crn-ion-tab.components.json +138 -0
- package/deprecated/components/crn-item-options.components.json +26 -0
- package/deprecated/components/crn-item-select.components.json +69 -0
- package/deprecated/components/crn-item-swipe.components.json +62 -0
- package/deprecated/components/crn-kendo-chat.components.json +88 -0
- package/deprecated/components/crn-label.components.json +113 -0
- package/deprecated/components/crn-list-avatar.components.json +260 -0
- package/deprecated/components/crn-list-icon.components.json +249 -0
- package/deprecated/components/crn-list-item-avatar.components.json +236 -0
- package/deprecated/components/crn-list-item-icon.components.json +242 -0
- package/deprecated/components/crn-list-item-thumbnail.components.json +226 -0
- package/deprecated/components/crn-list-item.components.json +160 -0
- package/deprecated/components/crn-list-simple.components.json +180 -0
- package/deprecated/components/crn-list-swipe.components.json +105 -0
- package/deprecated/components/crn-list-thumbnail.components.json +248 -0
- package/deprecated/components/crn-list.components.json +75 -0
- package/deprecated/components/crn-map.components.json +55 -0
- package/deprecated/components/crn-mobile-menu.components.json +32 -0
- package/deprecated/components/crn-multiselect.components.json +110 -0
- package/deprecated/components/crn-navbar.components.json +106 -0
- package/deprecated/components/crn-option-button.components.json +72 -0
- package/deprecated/components/crn-paragraph.components.json +110 -0
- package/deprecated/components/crn-radio.components.json +90 -0
- package/deprecated/components/crn-radioOption.components.json +23 -0
- package/deprecated/components/crn-range.components.json +106 -0
- package/deprecated/components/crn-rating.components.json +189 -0
- package/deprecated/components/crn-search.components.json +210 -0
- package/deprecated/components/crn-select-options.components.json +17 -0
- package/deprecated/components/crn-select.components.json +93 -0
- package/deprecated/components/crn-slider-item.components.json +236 -0
- package/deprecated/components/crn-slider.components.json +105 -0
- package/deprecated/components/crn-spacer.components.json +21 -0
- package/deprecated/components/crn-start.components.json +10 -0
- package/deprecated/components/crn-tabs-icon-only-item.components.json +85 -0
- package/deprecated/components/crn-tabs-icon-only.components.json +382 -0
- package/deprecated/components/crn-tabs.components.json +36 -0
- package/deprecated/components/crn-textarea.components.json +109 -0
- package/deprecated/components/crn-toggle.components.json +161 -0
- package/deprecated/components/crn-video.components.json +67 -0
- package/deprecated/components/css/app.css +78 -0
- package/deprecated/components/css/background-color.css +121 -0
- package/deprecated/components/css/chatStyle.css +221 -0
- package/deprecated/components/css/color-default.css +83 -0
- package/deprecated/components/css/crn-ion-segment.css +786 -0
- package/deprecated/components/css/icon-size.css +15 -0
- package/deprecated/components/css/multiselect-editor.css +119 -0
- package/deprecated/components/css/tabs-color.css +248 -0
- package/deprecated/components/js/format.min.js +2 -0
- package/deprecated/components/js/jquery.inputmask.bundle.js +3883 -0
- package/deprecated/components/js/jquery.mask.min.js +19 -0
- package/deprecated/components/js/pouchdb.cordova-sqlite.js +5540 -0
- package/deprecated/components/js/qrcode.js +1319 -0
- package/deprecated/components/reports/BOOLEAN.parameter.html +10 -0
- package/deprecated/components/reports/DATE.parameter.html +4 -0
- package/deprecated/components/reports/DOUBLE.parameter.html +4 -0
- package/deprecated/components/reports/FLOAT.parameter.html +4 -0
- package/deprecated/components/reports/INTEGER.parameter.html +4 -0
- package/deprecated/components/reports/LONG.parameter.html +5 -0
- package/deprecated/components/reports/STRING.parameter.html +5 -0
- package/deprecated/components/reports/reports.parameters.html +20 -0
- package/deprecated/components/templates/advanced.list.designtime.html +33 -0
- package/deprecated/components/templates/advanced.list.template.html +1 -0
- package/deprecated/components/templates/anchor.template.html +1 -0
- package/deprecated/components/templates/button-bar.template.html +5 -0
- package/deprecated/components/templates/button-report.template.html +1 -0
- package/deprecated/components/templates/button.template.html +4 -0
- package/deprecated/components/templates/card.template.html +7 -0
- package/deprecated/components/templates/chat.template.html +39 -0
- package/deprecated/components/templates/checkbox.template.html +8 -0
- package/deprecated/components/templates/combobox.designtime.html +12 -0
- package/deprecated/components/templates/combobox.template.html +8 -0
- package/deprecated/components/templates/complexsearch.template.html +7 -0
- package/deprecated/components/templates/crn-ion-segment-item.template.html +6 -0
- package/deprecated/components/templates/crn-ion-segment.template.html +27 -0
- package/deprecated/components/templates/cron-crud.template.html +7 -0
- package/deprecated/components/templates/cron-mobile-menu.designtime.html +10 -0
- package/deprecated/components/templates/div.horizontal.template.html +27 -0
- package/deprecated/components/templates/div.vertical.template.html +11 -0
- package/deprecated/components/templates/dynamic-combobox.template.html +6 -0
- package/deprecated/components/templates/dynamicfile.template.html +8 -0
- package/deprecated/components/templates/dynamicimage.designtime.html +10 -0
- package/deprecated/components/templates/dynamicimage.template.html +9 -0
- package/deprecated/components/templates/evaluation.designtime.html +7 -0
- package/deprecated/components/templates/evaluation.template.html +1 -0
- package/deprecated/components/templates/filterbutton.template.html +3 -0
- package/deprecated/components/templates/floattextinput.designtime.html +4 -0
- package/deprecated/components/templates/floattextinput.template.html +4 -0
- package/deprecated/components/templates/form.template.html +5 -0
- package/deprecated/components/templates/header.template.html +3 -0
- package/deprecated/components/templates/icontextinput.template.html +4 -0
- package/deprecated/components/templates/image.template.html +18 -0
- package/deprecated/components/templates/inlinetextinput.template.html +4 -0
- package/deprecated/components/templates/ion-footer-bar.template.html +15 -0
- package/deprecated/components/templates/ion-header-bar.template.html +13 -0
- package/deprecated/components/templates/ion-tab-item.designtime.html +5 -0
- package/deprecated/components/templates/ion-tab.template.html +8 -0
- package/deprecated/components/templates/item.avatar.template.html +5 -0
- package/deprecated/components/templates/item.icon.template.html +4 -0
- package/deprecated/components/templates/item.options.template.html +14 -0
- package/deprecated/components/templates/item.slider.template.html +4 -0
- package/deprecated/components/templates/item.swipe.template.html +14 -0
- package/deprecated/components/templates/item.template.html +5 -0
- package/deprecated/components/templates/item.thumbnail.template.html +5 -0
- package/deprecated/components/templates/kendo-chat.designtime.html +20 -0
- package/deprecated/components/templates/kendo-chat.template.html +75 -0
- package/deprecated/components/templates/list.avatar.template.html +7 -0
- package/deprecated/components/templates/list.icon.template.html +6 -0
- package/deprecated/components/templates/list.swipe.template.html +16 -0
- package/deprecated/components/templates/list.template.html +5 -0
- package/deprecated/components/templates/list.thumbnail.template.html +7 -0
- package/deprecated/components/templates/maps.designtime.html +1 -0
- package/deprecated/components/templates/maps.template.html +1 -0
- package/deprecated/components/templates/menu.template.html +21 -0
- package/deprecated/components/templates/multiselect.template.html +5 -0
- package/deprecated/components/templates/nav.bar.template.html +5 -0
- package/deprecated/components/templates/publicMenu.template.html +14 -0
- package/deprecated/components/templates/radiogroup-dynamic.template.html +15 -0
- package/deprecated/components/templates/radiogroup.template.html +21 -0
- package/deprecated/components/templates/range.template.html +5 -0
- package/deprecated/components/templates/rating.template.html +9 -0
- package/deprecated/components/templates/search.template.html +6 -0
- package/deprecated/components/templates/slider.template.html +20 -0
- package/deprecated/components/templates/tabs-icon-only.template.html +16 -0
- package/deprecated/components/templates/tabs.template.html +5 -0
- package/deprecated/components/templates/textarea.template.html +1 -0
- package/deprecated/components/templates/textinput.template.html +3 -0
- package/deprecated/components/templates/textinputbutton.template.html +12 -0
- package/deprecated/components/templates/title.template.html +1 -0
- package/deprecated/components/templates/toggle-dynamic.template.html +11 -0
- package/deprecated/components/templates/toggle.template.html +9 -0
- package/deprecated/components/templates/video.designtime.html +2 -0
- package/deprecated/components/templates/video.template.html +1 -0
- package/deprecated/components/templates/views/public/home.view.html +16 -0
- package/deprecated/components/templates/views/public/menu.view.html +20 -0
- package/deprecated/components/upload/upload.html +41 -0
- package/{css/themes/deprecated/material.min.css → deprecated/css/app.css} +26 -38
- package/{css/themes/deprecated → deprecated/css}/custom-ionic.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/checkbox.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/col.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/dynamicImage.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/import_groupingOfCss.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/login.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/qrCodeCronapp.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/upload-image.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/old/modal.css +0 -0
- package/deprecated/css/themes/custom/material/custom-material.css +12 -0
- package/deprecated/css/themes/material.min.css +4 -0
- package/deprecated/dist/components/css/app.css +1 -0
- package/deprecated/dist/components/css/background-color.css +1 -0
- package/deprecated/dist/components/css/chatStyle.css +1 -0
- package/deprecated/dist/components/css/color-default.css +1 -0
- package/deprecated/dist/components/css/crn-ion-segment.css +1 -0
- package/deprecated/dist/components/css/icon-size.css +1 -0
- package/deprecated/dist/components/css/multiselect-editor.css +1 -0
- package/deprecated/dist/components/css/tabs-color.css +1 -0
- package/deprecated/dist/components/js/format.min.js +1 -0
- package/deprecated/dist/components/js/jquery.inputmask.bundle.js +3 -0
- package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
- package/deprecated/dist/components/js/pouchdb.cordova-sqlite.js +2 -0
- package/deprecated/dist/components/js/qrcode.js +1 -0
- package/deprecated/dist/components/templates/advanced.list.designtime.html +1 -0
- package/deprecated/dist/components/templates/advanced.list.template.html +1 -0
- package/deprecated/dist/components/templates/anchor.template.html +1 -0
- package/deprecated/dist/components/templates/button-bar.template.html +1 -0
- package/deprecated/dist/components/templates/button-report.template.html +1 -0
- package/deprecated/dist/components/templates/button.template.html +1 -0
- package/deprecated/dist/components/templates/card.template.html +1 -0
- package/deprecated/dist/components/templates/chat.template.html +1 -0
- package/deprecated/dist/components/templates/checkbox.template.html +1 -0
- package/deprecated/dist/components/templates/combobox.designtime.html +1 -0
- package/deprecated/dist/components/templates/combobox.template.html +1 -0
- package/deprecated/dist/components/templates/complexsearch.template.html +1 -0
- package/deprecated/dist/components/templates/crn-ion-segment-item.template.html +1 -0
- package/deprecated/dist/components/templates/crn-ion-segment.template.html +1 -0
- package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
- package/deprecated/dist/components/templates/cron-mobile-menu.designtime.html +1 -0
- package/deprecated/dist/components/templates/div.horizontal.template.html +1 -0
- package/deprecated/dist/components/templates/div.vertical.template.html +1 -0
- package/deprecated/dist/components/templates/dynamic-combobox.template.html +1 -0
- package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
- package/deprecated/dist/components/templates/dynamicimage.designtime.html +1 -0
- package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
- package/deprecated/dist/components/templates/evaluation.designtime.html +1 -0
- package/deprecated/dist/components/templates/evaluation.template.html +1 -0
- package/deprecated/dist/components/templates/filterbutton.template.html +1 -0
- package/deprecated/dist/components/templates/floattextinput.designtime.html +1 -0
- package/deprecated/dist/components/templates/floattextinput.template.html +1 -0
- package/deprecated/dist/components/templates/form.template.html +1 -0
- package/deprecated/dist/components/templates/header.template.html +1 -0
- package/deprecated/dist/components/templates/iconinput.template.html +1 -0
- package/deprecated/dist/components/templates/icontextinput.template.html +1 -0
- package/deprecated/dist/components/templates/image.template.html +1 -0
- package/deprecated/dist/components/templates/inlinetextinput.template.html +1 -0
- package/deprecated/dist/components/templates/ion-footer-bar.template.html +1 -0
- package/deprecated/dist/components/templates/ion-header-bar.template.html +1 -0
- package/deprecated/dist/components/templates/ion-tab-item.designtime.html +1 -0
- package/deprecated/dist/components/templates/ion-tab.designtime.html +1 -0
- package/deprecated/dist/components/templates/ion-tab.template.html +1 -0
- package/deprecated/dist/components/templates/item.avatar.template.html +1 -0
- package/deprecated/dist/components/templates/item.icon.template.html +1 -0
- package/deprecated/dist/components/templates/item.options.template.html +1 -0
- package/deprecated/dist/components/templates/item.slider.template.html +1 -0
- package/deprecated/dist/components/templates/item.swipe.template.html +1 -0
- package/deprecated/dist/components/templates/item.template.html +1 -0
- package/deprecated/dist/components/templates/item.thumbnail.template.html +1 -0
- package/deprecated/dist/components/templates/kendo-chat.designtime.html +1 -0
- package/deprecated/dist/components/templates/kendo-chat.template.html +1 -0
- package/deprecated/dist/components/templates/list.avatar.template.html +1 -0
- package/deprecated/dist/components/templates/list.icon.template.html +1 -0
- package/deprecated/dist/components/templates/list.swipe.template.html +1 -0
- package/deprecated/dist/components/templates/list.template.html +1 -0
- package/deprecated/dist/components/templates/list.thumbnail.template.html +1 -0
- package/deprecated/dist/components/templates/maps.designtime.html +1 -0
- package/deprecated/dist/components/templates/maps.template.html +1 -0
- package/deprecated/dist/components/templates/menu.template.html +1 -0
- package/deprecated/dist/components/templates/multiselect.template.html +1 -0
- package/deprecated/dist/components/templates/nav.bar.template.html +1 -0
- package/deprecated/dist/components/templates/publicMenu.template.html +1 -0
- package/deprecated/dist/components/templates/radiogroup-dynamic.template.html +1 -0
- package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
- package/deprecated/dist/components/templates/range.template.html +1 -0
- package/deprecated/dist/components/templates/rating.template.html +1 -0
- package/deprecated/dist/components/templates/search.template.html +1 -0
- package/deprecated/dist/components/templates/slider.template.html +1 -0
- package/deprecated/dist/components/templates/tabs-icon-only.template.html +1 -0
- package/deprecated/dist/components/templates/tabs.template.html +1 -0
- package/deprecated/dist/components/templates/textarea.template.html +1 -0
- package/deprecated/dist/components/templates/textinput.template.html +1 -0
- package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
- package/deprecated/dist/components/templates/title.template.html +1 -0
- package/deprecated/dist/components/templates/toggle-dynamic.template.html +1 -0
- package/deprecated/dist/components/templates/toggle.template.html +1 -0
- package/deprecated/dist/components/templates/video.designtime.html +1 -0
- package/deprecated/dist/components/templates/video.template.html +1 -0
- package/deprecated/dist/components/templates/views/public/home.view.html +1 -0
- package/deprecated/dist/components/templates/views/public/menu.view.html +1 -0
- package/deprecated/dist/css/app.css +1 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/cronos.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/custom-ionic.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/checkbox.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/col.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/dynamicImage.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/import_groupingOfCss.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/login.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/qrCodeCronapp.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/upload-image.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/old/modal.css +0 -0
- package/deprecated/dist/i18n/locale_en_us.json +126 -0
- package/deprecated/dist/i18n/locale_pt_br.json +126 -0
- package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-button-bar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-card.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-evaluation.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-input-floating.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-input-inline.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-ion-footer-bar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-ion-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-item-swipe.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-kendo-chat.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-label.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-avatar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-icon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-item-avatar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-item-icon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-item.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-swipe.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-thumbnail.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-map.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-multiselect.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-paragraph.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-plugin.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-radio.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-range.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-select.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-spacer.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-tabs-icon-only.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-toggle.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-video.svg +1 -0
- package/deprecated/dist/img/placehold-100x100.png +0 -0
- package/deprecated/dist/img/placehold-300x200.png +0 -0
- package/deprecated/dist/img/placehold-900x500.png +0 -0
- package/deprecated/dist/img/qr-code.png +0 -0
- package/deprecated/dist/img/svg-charts.svg +1 -0
- package/deprecated/dist/img/user.svg +1 -0
- package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
- package/deprecated/dist/js/LocaleService.js +1 -0
- package/deprecated/dist/js/app.authentication.js +1 -0
- package/deprecated/dist/js/app.js +1 -0
- package/deprecated/dist/js/controllers.authentication.js +1 -0
- package/deprecated/dist/js/controllers.js +1 -0
- package/deprecated/dist/js/custom.controllers.js +1 -0
- package/deprecated/dist/js/customModules.js +1 -0
- package/deprecated/dist/js/customStateProvider.js +0 -0
- package/deprecated/dist/js/directives.js +17 -0
- package/deprecated/dist/js/filters.js +1 -0
- package/deprecated/dist/js/local-dateformat.directive.js +1 -0
- package/deprecated/dist/js/reports/parameters.controller.js +1 -0
- package/deprecated/dist/js/reports/reports.service.js +1 -0
- package/deprecated/dist/js/services.js +1 -0
- package/deprecated/dist/js/upload.service.js +1 -0
- package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
- package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
- package/deprecated/img/cron-icon/crn-button-bar.svg +1 -0
- package/deprecated/img/cron-icon/crn-button.svg +24 -0
- package/deprecated/img/cron-icon/crn-card.svg +1 -0
- package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
- package/deprecated/img/cron-icon/crn-chart.svg +19 -0
- package/deprecated/img/cron-icon/crn-checkbox.svg +15 -0
- package/deprecated/img/cron-icon/crn-container.svg +1 -0
- package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
- package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
- package/deprecated/img/cron-icon/crn-dynamic-file.svg +1 -0
- package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
- package/deprecated/img/cron-icon/crn-evaluation.svg +1 -0
- package/deprecated/img/cron-icon/crn-form.svg +24 -0
- package/deprecated/img/cron-icon/crn-header.svg +18 -0
- package/deprecated/img/cron-icon/crn-icon.svg +23 -0
- package/deprecated/img/cron-icon/crn-image.svg +20 -0
- package/deprecated/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/deprecated/img/cron-icon/crn-input-floating.svg +1 -0
- package/deprecated/img/cron-icon/crn-input-inline.svg +1 -0
- package/deprecated/img/cron-icon/crn-ion-footer-bar.svg +1 -0
- package/deprecated/img/cron-icon/crn-ion-list.svg +1 -0
- package/deprecated/img/cron-icon/crn-item-swipe.svg +15 -0
- package/deprecated/img/cron-icon/crn-kendo-chat.svg +1 -0
- package/deprecated/img/cron-icon/crn-label.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-avatar.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-icon.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-item-avatar.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-item-icon.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-item.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-swipe.svg +17 -0
- package/deprecated/img/cron-icon/crn-list-thumbnail.svg +17 -0
- package/deprecated/img/cron-icon/crn-list.svg +16 -0
- package/deprecated/img/cron-icon/crn-map.svg +1 -0
- package/deprecated/img/cron-icon/crn-multiselect.svg +1 -0
- package/deprecated/img/cron-icon/crn-paragraph.svg +1 -0
- package/deprecated/img/cron-icon/crn-plugin.svg +44 -0
- package/deprecated/img/cron-icon/crn-radio.svg +21 -0
- package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
- package/deprecated/img/cron-icon/crn-range.svg +1 -0
- package/deprecated/img/cron-icon/crn-rating.svg +20 -0
- package/deprecated/img/cron-icon/crn-select.svg +1 -0
- package/deprecated/img/cron-icon/crn-spacer.svg +1 -0
- package/deprecated/img/cron-icon/crn-tabs-icon-only.svg +24 -0
- package/deprecated/img/cron-icon/crn-tabs.svg +17 -0
- package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
- package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
- package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
- package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
- package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
- package/deprecated/img/cron-icon/crn-toggle.svg +1 -0
- package/deprecated/img/cron-icon/crn-video.svg +1 -0
- package/deprecated/img/placehold-100x100.png +0 -0
- package/deprecated/img/placehold-300x200.png +0 -0
- package/deprecated/img/placehold-900x500.png +0 -0
- package/deprecated/img/qr-code.png +0 -0
- package/deprecated/img/svg-charts.svg +1 -0
- package/deprecated/img/user.svg +18 -0
- package/package.json +1 -1
- package/postupdate.json +10 -0
- package/css/themes/deprecated/cronos.css +0 -55
- package/dist/css/themes/deprecated/material.min.css +0 -1
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "crn-video",
|
|
3
|
+
"text_pt_BR": "Vídeo",
|
|
4
|
+
"text_en_US": "Video",
|
|
5
|
+
"image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-video.svg",
|
|
6
|
+
"description": "Exibição de vídeo",
|
|
7
|
+
"description_en_US": "Video display",
|
|
8
|
+
"category": [
|
|
9
|
+
"LAYOUTS"
|
|
10
|
+
],
|
|
11
|
+
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/video.template.html",
|
|
12
|
+
"designTimeHTMLURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/video.designtime.html",
|
|
13
|
+
"designTimeSelector": "cron-video",
|
|
14
|
+
"designTimeDynamic": true,
|
|
15
|
+
"forceGroup": true,
|
|
16
|
+
"wrapper": true,
|
|
17
|
+
"properties": {
|
|
18
|
+
"id": {
|
|
19
|
+
"order": 1
|
|
20
|
+
},
|
|
21
|
+
"class": {
|
|
22
|
+
"order": 9999
|
|
23
|
+
},
|
|
24
|
+
"src": {
|
|
25
|
+
"displayName_pt_BR": "Link incorporado",
|
|
26
|
+
"displayName_en_US": "Embedded link",
|
|
27
|
+
"order": 1
|
|
28
|
+
},
|
|
29
|
+
"width": {
|
|
30
|
+
"displayName_pt_BR": "Largura do vídeo",
|
|
31
|
+
"displayName_en_US": "Video width",
|
|
32
|
+
"order": 2
|
|
33
|
+
},
|
|
34
|
+
"height": {
|
|
35
|
+
"displayName_pt_BR": "Altura do vídeo",
|
|
36
|
+
"displayName_en_US": "Video height",
|
|
37
|
+
"order": 3
|
|
38
|
+
},
|
|
39
|
+
"title": {
|
|
40
|
+
"displayName_pt_BR": "Título do vídeo",
|
|
41
|
+
"displayName_en_US": "Video title",
|
|
42
|
+
"order": 3
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"childrenProperties": [
|
|
46
|
+
{
|
|
47
|
+
"name": "src",
|
|
48
|
+
"selector": "cron-video",
|
|
49
|
+
"type": "text"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "width",
|
|
53
|
+
"selector": "cron-video",
|
|
54
|
+
"type": "text"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "height",
|
|
58
|
+
"selector": "cron-video",
|
|
59
|
+
"type": "text"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "title",
|
|
63
|
+
"selector": "cron-video",
|
|
64
|
+
"type": "text"
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
@import "tabs-color.css";
|
|
2
|
+
@import 'background-color.css';
|
|
3
|
+
@import 'icon-size.css';
|
|
4
|
+
@import 'crn-ion-segment.css';
|
|
5
|
+
|
|
6
|
+
:root {
|
|
7
|
+
--assertive: #ef473a;
|
|
8
|
+
--balanced: #33cd5f;
|
|
9
|
+
--energized: #ffc900;
|
|
10
|
+
--light: #ffffff;
|
|
11
|
+
--stable: #f8f8f8;
|
|
12
|
+
--calm: #11c1f3;
|
|
13
|
+
--positive: #387ef5;
|
|
14
|
+
--royal: #886aea;
|
|
15
|
+
--dark: #444444;
|
|
16
|
+
|
|
17
|
+
--white: #ffffff;
|
|
18
|
+
--gray: #333333;
|
|
19
|
+
--black: #000000;
|
|
20
|
+
--blue: #0247FE;
|
|
21
|
+
--light-blue: #85A5FF;
|
|
22
|
+
--dark-blue: #00217A;
|
|
23
|
+
--purple: #3D01A4;
|
|
24
|
+
--light-purple: #B285FF;
|
|
25
|
+
--dark-purple: #2D007A;
|
|
26
|
+
--red: #FE2712;
|
|
27
|
+
--light-red: #FE8F84;
|
|
28
|
+
--dark-red: #7A0B00;
|
|
29
|
+
--orange: #FB9B02;
|
|
30
|
+
--light-orange: #FFD085;
|
|
31
|
+
--dark-orange: #7A4B00;
|
|
32
|
+
--yellow: #FFFF33;
|
|
33
|
+
--light-yellow: #FFFF85;
|
|
34
|
+
--dark-yellow: #7A7A00;
|
|
35
|
+
--green: #66B032;
|
|
36
|
+
--light-green: #B7FF85;
|
|
37
|
+
--dark-green: #337A00;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.font-size-100 {
|
|
41
|
+
font-size: 100%;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.font-size-200 {
|
|
45
|
+
font-size: 200%;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.font-size-300 {
|
|
49
|
+
font-size: 300%;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.font-size-400 {
|
|
53
|
+
font-size: 400%;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.font-size-500 {
|
|
57
|
+
font-size: 500%;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.font-size-600 {
|
|
61
|
+
font-size: 600%;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.font-size-700 {
|
|
65
|
+
font-size: 700%;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.top-13 {
|
|
69
|
+
top: 13%;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.top-50 {
|
|
73
|
+
top: 50%;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.top-78 {
|
|
77
|
+
top: 78%;
|
|
78
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
.tabs-striped.background-white .tabs {
|
|
2
|
+
background-color: var(--white);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.tabs-striped.background-gray .tabs {
|
|
6
|
+
background-color: var(--gray);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.tabs-striped.background-black .tabs {
|
|
10
|
+
background-color: var(--black);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.tabs-striped.background-blue .tabs {
|
|
14
|
+
background-color: var(--blue);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.tabs-striped.background-light-blue .tabs {
|
|
18
|
+
background-color: var(--light-blue);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.tabs-striped.background-dark-blue .tabs {
|
|
22
|
+
background-color: var(--dark-blue);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.tabs-striped.background-purple .tabs {
|
|
26
|
+
background-color: var(--purple);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.tabs-striped.background-light-purple .tabs {
|
|
30
|
+
background-color: var(--light-purple);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.tabs-striped.background-dark-purple .tabs {
|
|
34
|
+
background-color: var(--dark-purple);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.tabs-striped.background-red .tabs {
|
|
38
|
+
background-color: var(--red);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.tabs-striped.background-light-red .tabs {
|
|
42
|
+
background-color: var(--light-red);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.tabs-striped.background-dark-red .tabs {
|
|
46
|
+
background-color: var(--dark-red);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.tabs-striped.background-orange .tabs {
|
|
50
|
+
background-color: var(--orange);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.tabs-striped.background-light-orange .tabs {
|
|
54
|
+
background-color: var(--light-orange);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.tabs-striped.background-dark-orange .tabs {
|
|
58
|
+
background-color: var(--dark-orange);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.tabs-striped.background-yellow .tabs {
|
|
62
|
+
background-color: var(--yellow);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.tabs-striped.background-light-yellow .tabs {
|
|
66
|
+
background-color: var(--light-yellow);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.tabs-striped.background-dark-yellow .tabs {
|
|
70
|
+
background-color: var(--dark-yellow);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.tabs-striped.background-green .tabs {
|
|
74
|
+
background-color: var(--green);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.tabs-striped.background-light-green .tabs {
|
|
78
|
+
background-color: var(--light-green);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.tabs-striped.background-dark-green .tabs {
|
|
82
|
+
background-color: var(--dark-green);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/* Cores primárias */
|
|
86
|
+
|
|
87
|
+
.tabs-striped.background-assertive .tabs {
|
|
88
|
+
background-color: var(--assertive);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.tabs-striped.background-balanced .tabs {
|
|
92
|
+
background-color: var(--balanced);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.tabs-striped.background-energized .tabs {
|
|
96
|
+
background-color: var(--energized);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.tabs-striped.background-light .tabs {
|
|
100
|
+
background-color: var(--light);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.tabs-striped.background-stable .tabs {
|
|
104
|
+
background-color: var(--stable);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.tabs-striped.background-calm .tabs {
|
|
108
|
+
background-color: var(--calm);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.tabs-striped.background-positive .tabs {
|
|
112
|
+
background-color: var(--positive);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.tabs-striped.background-royal .tabs {
|
|
116
|
+
background-color: var(--royal);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.tabs-striped.background-dark .tabs {
|
|
120
|
+
background-color: var(--dark);
|
|
121
|
+
}
|
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
@media (min-width: 680px) {
|
|
2
|
+
.bigModal {
|
|
3
|
+
top: 0px !important;
|
|
4
|
+
bottom: 0 !important;
|
|
5
|
+
left: 0 !important;
|
|
6
|
+
right: 0 !important;
|
|
7
|
+
width: 100% !important; }
|
|
8
|
+
.platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) > * {
|
|
9
|
+
margin-top: 20px; }
|
|
10
|
+
.platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) {
|
|
11
|
+
height: 64px; }
|
|
12
|
+
.platform-ios.platform-cordova .modal-wrapper .modal .has-header, .platform-ios.platform-cordova .modal-wrapper .modal .bar-subheader {
|
|
13
|
+
top: 64px; } }
|
|
14
|
+
|
|
15
|
+
@media (max-width: 679px) {
|
|
16
|
+
.active .modal-backdrop-bg {
|
|
17
|
+
opacity: .5; }
|
|
18
|
+
.modal-backdrop-bg {
|
|
19
|
+
transition: opacity 300ms ease-in-out;
|
|
20
|
+
background-color: #000;
|
|
21
|
+
opacity: 0; } }
|
|
22
|
+
|
|
23
|
+
.center-content {
|
|
24
|
+
display: table !important;
|
|
25
|
+
width: 100% !important;
|
|
26
|
+
height: 100% !important; }
|
|
27
|
+
.center-content .scroll {
|
|
28
|
+
display: table-cell;
|
|
29
|
+
vertical-align: middle;
|
|
30
|
+
text-align: center; }
|
|
31
|
+
|
|
32
|
+
.center {
|
|
33
|
+
display: -ms-flexbox;
|
|
34
|
+
display: flex;
|
|
35
|
+
-ms-flex-direction: column;
|
|
36
|
+
flex-direction: column;
|
|
37
|
+
-ms-flex-pack: center;
|
|
38
|
+
justify-content: center;
|
|
39
|
+
-ms-flex-align: center;
|
|
40
|
+
align-items: center; }
|
|
41
|
+
|
|
42
|
+
.animate-item {
|
|
43
|
+
animation: fadeInLeft 1s; }
|
|
44
|
+
|
|
45
|
+
.user-messages-top-icon {
|
|
46
|
+
font-size: 28px;
|
|
47
|
+
display: inline-block;
|
|
48
|
+
vertical-align: middle;
|
|
49
|
+
position: relative;
|
|
50
|
+
top: -3px;
|
|
51
|
+
right: 5px;
|
|
52
|
+
left: 0px; }
|
|
53
|
+
|
|
54
|
+
.msg-header-username {
|
|
55
|
+
display: inline-block;
|
|
56
|
+
vertical-align: middle;
|
|
57
|
+
position: relative;
|
|
58
|
+
top: -3px;
|
|
59
|
+
left: 5px; }
|
|
60
|
+
|
|
61
|
+
/* loading */
|
|
62
|
+
.loader-center {
|
|
63
|
+
height: 100%;
|
|
64
|
+
display: -ms-flexbox;
|
|
65
|
+
display: flex;
|
|
66
|
+
-ms-flex-direction: row;
|
|
67
|
+
flex-direction: row;
|
|
68
|
+
-ms-flex-wrap: nowrap;
|
|
69
|
+
flex-wrap: nowrap;
|
|
70
|
+
-ms-flex-pack: center;
|
|
71
|
+
justify-content: center;
|
|
72
|
+
-ms-flex-line-pack: stretch;
|
|
73
|
+
align-content: stretch;
|
|
74
|
+
-ms-flex-align: center;
|
|
75
|
+
align-items: center; }
|
|
76
|
+
|
|
77
|
+
.loader .ion-load-c {
|
|
78
|
+
font-size: 64px; }
|
|
79
|
+
|
|
80
|
+
.ion-load-c:before {
|
|
81
|
+
animation: spinLoad 1s infinite linear; }
|
|
82
|
+
|
|
83
|
+
/* jura-regular - latin */
|
|
84
|
+
@font-face {
|
|
85
|
+
font-family: 'Jura';
|
|
86
|
+
font-style: normal;
|
|
87
|
+
font-weight: 400;
|
|
88
|
+
src: url("../fonts/jura/jura-v7-latin-regular.eot");
|
|
89
|
+
/* IE9 Compat Modes */
|
|
90
|
+
src: local("Jura Regular"), local("Jura-Regular"), url("../fonts/jura/jura-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/jura/jura-v7-latin-regular.woff2") format("woff2"), url("../fonts/jura/jura-v7-latin-regular.woff") format("woff"), url("../fonts/jura/jura-v7-latin-regular.ttf") format("truetype"), url("../fonts/jura/jura-v7-latin-regular.svg#Jura") format("svg");
|
|
91
|
+
/* Legacy iOS */ }
|
|
92
|
+
|
|
93
|
+
.fullScreenImagesView {
|
|
94
|
+
width: 100% !important;
|
|
95
|
+
height: 100%;
|
|
96
|
+
top: 0 !important;
|
|
97
|
+
left: 0 !important;
|
|
98
|
+
background: transparent !important; }
|
|
99
|
+
.fullScreenImagesView .fullscreen-image {
|
|
100
|
+
max-width: 100%;
|
|
101
|
+
max-height: 100%;
|
|
102
|
+
bottom: 0;
|
|
103
|
+
left: 0;
|
|
104
|
+
margin: auto;
|
|
105
|
+
overflow: auto;
|
|
106
|
+
position: fixed;
|
|
107
|
+
right: 0;
|
|
108
|
+
top: 0; }
|
|
109
|
+
.fullScreenImagesView .slider {
|
|
110
|
+
width: 100%;
|
|
111
|
+
height: 100%; }
|
|
112
|
+
.fullScreenImagesView .ionic-scroll .scroll {
|
|
113
|
+
height: 100%; }
|
|
114
|
+
|
|
115
|
+
.homeView {
|
|
116
|
+
/* allows the bar-footer to be elastic /*
|
|
117
|
+
/* optionally set a max-height */
|
|
118
|
+
/* maxlength on the textarea will prevent /*
|
|
119
|
+
/* it from getting too large also */
|
|
120
|
+
/* fixes an ios bug bear */
|
|
121
|
+
/* add this to keep your footer buttons down
|
|
122
|
+
at the bottom as the textarea resizes */ }
|
|
123
|
+
.homeView .bar-footer {
|
|
124
|
+
overflow: visible !important; }
|
|
125
|
+
.homeView .bar-footer textarea {
|
|
126
|
+
resize: none;
|
|
127
|
+
height: 25px;
|
|
128
|
+
width: 100%; }
|
|
129
|
+
.homeView button.ion-android-send {
|
|
130
|
+
padding-top: 2px; }
|
|
131
|
+
.homeView .footer-btn-wrap {
|
|
132
|
+
position: relative;
|
|
133
|
+
height: 100%;
|
|
134
|
+
width: 50px;
|
|
135
|
+
top: 7px; }
|
|
136
|
+
.homeView button.photo {
|
|
137
|
+
position: absolute;
|
|
138
|
+
bottom: 0px;
|
|
139
|
+
left: -43px; }
|
|
140
|
+
.homeView .scrollDownBtn {
|
|
141
|
+
right: -10px;
|
|
142
|
+
bottom: 60px; }
|
|
143
|
+
.homeView .scrollDownBtn:before {
|
|
144
|
+
background-color: white;
|
|
145
|
+
border-radius: 100%; }
|
|
146
|
+
.homeView .footer-btn {
|
|
147
|
+
position: absolute !important;
|
|
148
|
+
bottom: 0; }
|
|
149
|
+
.homeView img.profile-pic {
|
|
150
|
+
width: 40px;
|
|
151
|
+
height: 40px;
|
|
152
|
+
border-radius: 50%;
|
|
153
|
+
position: absolute;
|
|
154
|
+
bottom: 10px; }
|
|
155
|
+
.homeView img.profile-pic.left {
|
|
156
|
+
left: 10px; }
|
|
157
|
+
.homeView img.profile-pic.right {
|
|
158
|
+
right: 10px; }
|
|
159
|
+
.homeView .ion-email {
|
|
160
|
+
float: right;
|
|
161
|
+
font-size: 32px;
|
|
162
|
+
vertical-align: middle; }
|
|
163
|
+
.homeView .message {
|
|
164
|
+
font-size: 14px; }
|
|
165
|
+
.homeView .message-detail {
|
|
166
|
+
white-space: nowrap;
|
|
167
|
+
font-size: 14px; }
|
|
168
|
+
.homeView .bar.item-input-inset .item-input-wrapper input {
|
|
169
|
+
width: 100% !important; }
|
|
170
|
+
.homeView .message-wrapper {
|
|
171
|
+
position: relative; }
|
|
172
|
+
.homeView .message-wrapper:last-child {
|
|
173
|
+
margin-bottom: 10px; }
|
|
174
|
+
.homeView .chat-bubble {
|
|
175
|
+
border-radius: 5px;
|
|
176
|
+
display: inline-block;
|
|
177
|
+
padding: 10px 18px;
|
|
178
|
+
position: relative;
|
|
179
|
+
margin: 10px;
|
|
180
|
+
max-width: 80%; }
|
|
181
|
+
.homeView .chat-bubble:before {
|
|
182
|
+
content: "\00a0";
|
|
183
|
+
display: block;
|
|
184
|
+
height: 16px;
|
|
185
|
+
width: 9px;
|
|
186
|
+
position: absolute;
|
|
187
|
+
bottom: -7.5px; }
|
|
188
|
+
.homeView .chat-bubble img {
|
|
189
|
+
max-width: 100%;
|
|
190
|
+
max-height: 300px; }
|
|
191
|
+
.homeView .chat-bubble.left {
|
|
192
|
+
background-color: #e6e5eb;
|
|
193
|
+
float: left;
|
|
194
|
+
margin-left: 55px; }
|
|
195
|
+
.homeView .chat-bubble.left:before {
|
|
196
|
+
background-color: #e6e5eb;
|
|
197
|
+
left: 10px;
|
|
198
|
+
transform: rotate(70deg) skew(5deg); }
|
|
199
|
+
.homeView .chat-bubble.right {
|
|
200
|
+
background-color: #e42012;
|
|
201
|
+
color: #fff;
|
|
202
|
+
float: right;
|
|
203
|
+
margin-right: 55px; }
|
|
204
|
+
.homeView .chat-bubble.right:before {
|
|
205
|
+
background-color: #e42012;
|
|
206
|
+
right: 10px;
|
|
207
|
+
transform: rotate(118deg) skew(-5deg); }
|
|
208
|
+
.homeView .chat-bubble.right a.autolinker {
|
|
209
|
+
color: #fff;
|
|
210
|
+
font-weight: bold; }
|
|
211
|
+
.homeView input, .homeView textarea, .homeView .item-input, .homeView .item-input-wrapper {
|
|
212
|
+
background-color: #f4f4f4 !important; }
|
|
213
|
+
.homeView .bold {
|
|
214
|
+
font-weight: bold; }
|
|
215
|
+
.homeView .cf {
|
|
216
|
+
clear: both !important; }
|
|
217
|
+
.homeView a.autolinker {
|
|
218
|
+
color: #3b88c3;
|
|
219
|
+
text-decoration: none; }
|
|
220
|
+
|
|
221
|
+
/*# sourceMappingURL=style.css.map */
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
.color-white {
|
|
2
|
+
color: var(--white);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.color-gray {
|
|
6
|
+
color: var(--gray);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.color-black {
|
|
10
|
+
color: var(--black);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.color-blue {
|
|
14
|
+
color: var(--blue);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.color-light-blue {
|
|
18
|
+
color: var(--light-blue);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.color-dark-blue {
|
|
22
|
+
color: var(--dark-blue);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.color-purple {
|
|
26
|
+
color: var(--purple);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.color-light-purple {
|
|
30
|
+
color: var(--light-purple);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.color-dark-purple {
|
|
34
|
+
color: var(--dark-purple);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.color-red {
|
|
38
|
+
color: var(--red);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.color-light-red {
|
|
42
|
+
color: var(--light-red);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.color-dark-red {
|
|
46
|
+
color: var(--dark-red);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.color-orange {
|
|
50
|
+
color: var(--orange);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.color-light-orange {
|
|
54
|
+
color: var(--light-orange);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.color-dark-orange {
|
|
58
|
+
color: var(--dark-orange);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.color-yellow {
|
|
62
|
+
color: var(--yellow);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.color-light-yellow {
|
|
66
|
+
color: var(--light-yellow);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.color-dark-yellow {
|
|
70
|
+
color: var(--dark-yellow);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.color-green {
|
|
74
|
+
color: var(--green);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.color-light-green {
|
|
78
|
+
color: var(--light-green);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.color-dark-green {
|
|
82
|
+
color: var(--dark-green);
|
|
83
|
+
}
|