cronapp-framework-mobile-js 2.9.1 → 2.9.2
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/components/crn-button.components.json +42 -21
- package/components/crn-checkbox.components.json +20 -10
- package/components/crn-filter-button.components.json +21 -11
- package/components/crn-input-button.components.json +20 -10
- package/components/crn-ion-footer-bar.components.json +40 -20
- package/components/crn-ion-segment.components.json +20 -10
- package/components/crn-list-swipe.components.json +1 -1
- package/components/crn-signature-pad.components.json +2 -3
- package/components/crn-toggle.components.json +20 -10
- package/components/css/crn-ion-segment.css +3 -9
- package/components/templates/item.avatar.template.html +1 -1
- package/components/templates/item.swipe.template.html +3 -3
- package/components/templates/item.thumbnail.template.html +1 -1
- package/components/templates/list.avatar.template.html +1 -1
- package/components/templates/list.swipe.template.html +3 -3
- package/components/templates/list.thumbnail.template.html +1 -1
- package/{deprecated/components/templates/menu.template.html → components/templates/public.menu.template.html} +3 -3
- package/css/app_2.9.css +15 -2
- package/css/themes/custom/aquamarine/bar-aquamarine.css +7 -7
- package/css/themes/custom/aquamarine/button-aquamarine.css +51 -0
- package/css/themes/custom/aquamarine/custom-aquamarine.css +145 -83
- package/css/themes/custom/cerulean/button-cerulean.css +60 -9
- package/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +8 -0
- package/css/themes/custom/cerulean/custom-cerulean.css +123 -63
- package/css/themes/custom/cosmo/custom-cosmo.css +59 -0
- package/css/themes/custom/cyborg/custom-cyborg.css +59 -0
- package/css/themes/custom/darkly/custom-darkly.css +88 -17
- package/css/themes/custom/dsgov/button-dsgov.css +96 -15
- package/css/themes/custom/dsgov/custom-dsgov.css +104 -45
- package/css/themes/custom/flatly/custom-flatly.css +60 -1
- package/css/themes/custom/fuse/button-fuse.css +91 -12
- package/css/themes/custom/fuse/custom-fuse.css +112 -29
- package/css/themes/custom/journal/custom-journal.css +68 -11
- package/css/themes/custom/material/custom-material.css +176 -87
- package/css/themes/custom/theme-general/button.css +30 -30
- package/css/themes/deprecated/cronos.css +55 -0
- package/{deprecated/css → css/themes/deprecated}/custom-ionic.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/checkbox.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/col.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/dynamicImage.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/import_groupingOfCss.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/login.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/qrCodeCronapp.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/upload-image.css +0 -0
- package/{deprecated/css/app.css → css/themes/deprecated/material.min.css} +38 -26
- package/{deprecated/css → css/themes/deprecated}/old/modal.css +0 -0
- package/css/themes/theme.editor.view.html +3 -11
- package/dist/components/css/crn-ion-segment.css +1 -1
- package/dist/components/templates/item.avatar.template.html +1 -1
- package/dist/components/templates/item.swipe.template.html +1 -1
- package/dist/components/templates/item.thumbnail.template.html +1 -1
- package/dist/components/templates/list.avatar.template.html +1 -1
- package/dist/components/templates/list.swipe.template.html +1 -1
- package/dist/components/templates/list.thumbnail.template.html +1 -1
- package/{deprecated/dist/components/templates/menu.template.html → dist/components/templates/public.menu.template.html} +1 -1
- package/dist/css/app_2.9.css +1 -1
- package/dist/css/themes/custom/aquamarine/bar-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/button-fuse.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/{deprecated/dist/css → dist/css/themes/deprecated}/cronos.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/custom-ionic.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/checkbox.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/col.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/dynamicImage.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/import_groupingOfCss.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/login.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/qrCodeCronapp.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/upload-image.css +0 -0
- package/dist/css/themes/deprecated/material.min.css +1 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/old/modal.css +0 -0
- package/dist/css/themes/theme.editor.view.html +1 -1
- package/dist/js/app.authentication.js +1 -1
- package/dist/js/directives.js +2 -2
- package/js/app.authentication.js +1 -1
- package/js/directives.js +114 -56
- package/lib/ionic/js/ionic.bundle.js +17 -2
- package/package.json +1 -1
- package/deprecated/components/crn-QRCode.components.json +0 -54
- package/deprecated/components/crn-anchor.components.json +0 -89
- package/deprecated/components/crn-button-bar.components.json +0 -64
- package/deprecated/components/crn-button.components.json +0 -316
- package/deprecated/components/crn-card.components.json +0 -95
- package/deprecated/components/crn-chart.components.json +0 -57
- package/deprecated/components/crn-chat.components.json +0 -8
- package/deprecated/components/crn-checkbox.components.json +0 -184
- package/deprecated/components/crn-complex-search.components.json +0 -43
- package/deprecated/components/crn-container.components.json +0 -21
- package/deprecated/components/crn-cron-crud.components.json +0 -21
- package/deprecated/components/crn-datasource.components.json +0 -181
- package/deprecated/components/crn-dynamic-file.components.json +0 -85
- package/deprecated/components/crn-dynamic-image.components.json +0 -153
- package/deprecated/components/crn-dynamic-select.components.json +0 -111
- package/deprecated/components/crn-evaluation.components.json +0 -64
- package/deprecated/components/crn-filter-button.components.json +0 -305
- package/deprecated/components/crn-form-template.components.json +0 -11
- package/deprecated/components/crn-header-button.components.json +0 -63
- package/deprecated/components/crn-heading.components.json +0 -109
- package/deprecated/components/crn-icon.components.json +0 -258
- package/deprecated/components/crn-image.components.json +0 -121
- package/deprecated/components/crn-infinite-scroll.components.json +0 -32
- package/deprecated/components/crn-input-button.components.json +0 -205
- package/deprecated/components/crn-input-floating.components.json +0 -196
- package/deprecated/components/crn-input-icon.components.json +0 -187
- package/deprecated/components/crn-input-inline.components.json +0 -198
- package/deprecated/components/crn-input.components.json +0 -185
- package/deprecated/components/crn-ion-content.components.json +0 -24
- package/deprecated/components/crn-ion-footer-bar.components.json +0 -351
- package/deprecated/components/crn-ion-header-bar.components.json +0 -211
- package/deprecated/components/crn-ion-list.components.json +0 -152
- package/deprecated/components/crn-ion-nav-buttons.components.json +0 -63
- package/deprecated/components/crn-ion-segment-item.components.json +0 -65
- package/deprecated/components/crn-ion-segment.components.json +0 -974
- package/deprecated/components/crn-ion-tab-item.components.json +0 -50
- package/deprecated/components/crn-ion-tab.components.json +0 -138
- package/deprecated/components/crn-item-options.components.json +0 -26
- package/deprecated/components/crn-item-select.components.json +0 -69
- package/deprecated/components/crn-item-swipe.components.json +0 -62
- package/deprecated/components/crn-kendo-chat.components.json +0 -88
- package/deprecated/components/crn-label.components.json +0 -113
- package/deprecated/components/crn-list-avatar.components.json +0 -260
- package/deprecated/components/crn-list-icon.components.json +0 -249
- package/deprecated/components/crn-list-item-avatar.components.json +0 -236
- package/deprecated/components/crn-list-item-icon.components.json +0 -242
- package/deprecated/components/crn-list-item-thumbnail.components.json +0 -226
- package/deprecated/components/crn-list-item.components.json +0 -160
- package/deprecated/components/crn-list-simple.components.json +0 -180
- package/deprecated/components/crn-list-swipe.components.json +0 -105
- package/deprecated/components/crn-list-thumbnail.components.json +0 -248
- package/deprecated/components/crn-list.components.json +0 -75
- package/deprecated/components/crn-map.components.json +0 -55
- package/deprecated/components/crn-mobile-menu.components.json +0 -32
- package/deprecated/components/crn-multiselect.components.json +0 -110
- package/deprecated/components/crn-navbar.components.json +0 -106
- package/deprecated/components/crn-option-button.components.json +0 -72
- package/deprecated/components/crn-paragraph.components.json +0 -110
- package/deprecated/components/crn-radio.components.json +0 -90
- package/deprecated/components/crn-radioOption.components.json +0 -23
- package/deprecated/components/crn-range.components.json +0 -106
- package/deprecated/components/crn-rating.components.json +0 -189
- package/deprecated/components/crn-search.components.json +0 -210
- package/deprecated/components/crn-select-options.components.json +0 -17
- package/deprecated/components/crn-select.components.json +0 -93
- package/deprecated/components/crn-slider-item.components.json +0 -236
- package/deprecated/components/crn-slider.components.json +0 -105
- package/deprecated/components/crn-spacer.components.json +0 -21
- package/deprecated/components/crn-start.components.json +0 -10
- package/deprecated/components/crn-tabs-icon-only-item.components.json +0 -85
- package/deprecated/components/crn-tabs-icon-only.components.json +0 -382
- package/deprecated/components/crn-tabs.components.json +0 -36
- package/deprecated/components/crn-textarea.components.json +0 -109
- package/deprecated/components/crn-toggle.components.json +0 -161
- package/deprecated/components/crn-video.components.json +0 -67
- package/deprecated/components/css/app.css +0 -78
- package/deprecated/components/css/background-color.css +0 -121
- package/deprecated/components/css/chatStyle.css +0 -221
- package/deprecated/components/css/color-default.css +0 -83
- package/deprecated/components/css/crn-ion-segment.css +0 -786
- package/deprecated/components/css/icon-size.css +0 -15
- package/deprecated/components/css/multiselect-editor.css +0 -119
- package/deprecated/components/css/tabs-color.css +0 -248
- package/deprecated/components/js/format.min.js +0 -2
- package/deprecated/components/js/jquery.inputmask.bundle.js +0 -3883
- package/deprecated/components/js/jquery.mask.min.js +0 -19
- package/deprecated/components/js/pouchdb.cordova-sqlite.js +0 -5540
- package/deprecated/components/js/qrcode.js +0 -1319
- package/deprecated/components/reports/BOOLEAN.parameter.html +0 -10
- package/deprecated/components/reports/DATE.parameter.html +0 -4
- package/deprecated/components/reports/DOUBLE.parameter.html +0 -4
- package/deprecated/components/reports/FLOAT.parameter.html +0 -4
- package/deprecated/components/reports/INTEGER.parameter.html +0 -4
- package/deprecated/components/reports/LONG.parameter.html +0 -5
- package/deprecated/components/reports/STRING.parameter.html +0 -5
- package/deprecated/components/reports/reports.parameters.html +0 -20
- package/deprecated/components/templates/advanced.list.designtime.html +0 -33
- package/deprecated/components/templates/advanced.list.template.html +0 -1
- package/deprecated/components/templates/anchor.template.html +0 -1
- package/deprecated/components/templates/button-bar.template.html +0 -5
- package/deprecated/components/templates/button-report.template.html +0 -1
- package/deprecated/components/templates/button.template.html +0 -4
- package/deprecated/components/templates/card.template.html +0 -7
- package/deprecated/components/templates/chat.template.html +0 -39
- package/deprecated/components/templates/checkbox.template.html +0 -8
- package/deprecated/components/templates/combobox.designtime.html +0 -12
- package/deprecated/components/templates/combobox.template.html +0 -8
- package/deprecated/components/templates/complexsearch.template.html +0 -7
- package/deprecated/components/templates/crn-ion-segment-item.template.html +0 -6
- package/deprecated/components/templates/crn-ion-segment.template.html +0 -27
- package/deprecated/components/templates/cron-crud.template.html +0 -7
- package/deprecated/components/templates/cron-mobile-menu.designtime.html +0 -10
- package/deprecated/components/templates/div.horizontal.template.html +0 -27
- package/deprecated/components/templates/div.vertical.template.html +0 -11
- package/deprecated/components/templates/dynamic-combobox.template.html +0 -6
- package/deprecated/components/templates/dynamicfile.template.html +0 -8
- package/deprecated/components/templates/dynamicimage.designtime.html +0 -10
- package/deprecated/components/templates/dynamicimage.template.html +0 -9
- package/deprecated/components/templates/evaluation.designtime.html +0 -7
- package/deprecated/components/templates/evaluation.template.html +0 -1
- package/deprecated/components/templates/filterbutton.template.html +0 -3
- package/deprecated/components/templates/floattextinput.designtime.html +0 -4
- package/deprecated/components/templates/floattextinput.template.html +0 -4
- package/deprecated/components/templates/form.template.html +0 -5
- package/deprecated/components/templates/header.template.html +0 -3
- package/deprecated/components/templates/icontextinput.template.html +0 -4
- package/deprecated/components/templates/image.template.html +0 -18
- package/deprecated/components/templates/inlinetextinput.template.html +0 -4
- package/deprecated/components/templates/ion-footer-bar.template.html +0 -15
- package/deprecated/components/templates/ion-header-bar.template.html +0 -13
- package/deprecated/components/templates/ion-tab-item.designtime.html +0 -5
- package/deprecated/components/templates/ion-tab.template.html +0 -8
- package/deprecated/components/templates/item.avatar.template.html +0 -5
- package/deprecated/components/templates/item.icon.template.html +0 -4
- package/deprecated/components/templates/item.options.template.html +0 -14
- package/deprecated/components/templates/item.slider.template.html +0 -4
- package/deprecated/components/templates/item.swipe.template.html +0 -14
- package/deprecated/components/templates/item.template.html +0 -5
- package/deprecated/components/templates/item.thumbnail.template.html +0 -5
- package/deprecated/components/templates/kendo-chat.designtime.html +0 -20
- package/deprecated/components/templates/kendo-chat.template.html +0 -75
- package/deprecated/components/templates/list.avatar.template.html +0 -7
- package/deprecated/components/templates/list.icon.template.html +0 -6
- package/deprecated/components/templates/list.swipe.template.html +0 -16
- package/deprecated/components/templates/list.template.html +0 -5
- package/deprecated/components/templates/list.thumbnail.template.html +0 -7
- package/deprecated/components/templates/maps.designtime.html +0 -1
- package/deprecated/components/templates/maps.template.html +0 -1
- package/deprecated/components/templates/multiselect.template.html +0 -5
- package/deprecated/components/templates/nav.bar.template.html +0 -5
- package/deprecated/components/templates/publicMenu.template.html +0 -14
- package/deprecated/components/templates/radiogroup-dynamic.template.html +0 -15
- package/deprecated/components/templates/radiogroup.template.html +0 -21
- package/deprecated/components/templates/range.template.html +0 -5
- package/deprecated/components/templates/rating.template.html +0 -9
- package/deprecated/components/templates/search.template.html +0 -6
- package/deprecated/components/templates/slider.template.html +0 -20
- package/deprecated/components/templates/tabs-icon-only.template.html +0 -16
- package/deprecated/components/templates/tabs.template.html +0 -5
- package/deprecated/components/templates/textarea.template.html +0 -1
- package/deprecated/components/templates/textinput.template.html +0 -3
- package/deprecated/components/templates/textinputbutton.template.html +0 -12
- package/deprecated/components/templates/title.template.html +0 -1
- package/deprecated/components/templates/toggle-dynamic.template.html +0 -11
- package/deprecated/components/templates/toggle.template.html +0 -9
- package/deprecated/components/templates/video.designtime.html +0 -2
- package/deprecated/components/templates/video.template.html +0 -1
- package/deprecated/components/templates/views/public/home.view.html +0 -16
- package/deprecated/components/templates/views/public/menu.view.html +0 -20
- package/deprecated/components/upload/upload.html +0 -41
- package/deprecated/css/themes/custom/material/custom-material.css +0 -12
- package/deprecated/css/themes/material.min.css +0 -4
- package/deprecated/dist/components/css/app.css +0 -1
- package/deprecated/dist/components/css/background-color.css +0 -1
- package/deprecated/dist/components/css/chatStyle.css +0 -1
- package/deprecated/dist/components/css/color-default.css +0 -1
- package/deprecated/dist/components/css/crn-ion-segment.css +0 -1
- package/deprecated/dist/components/css/icon-size.css +0 -1
- package/deprecated/dist/components/css/multiselect-editor.css +0 -1
- package/deprecated/dist/components/css/tabs-color.css +0 -1
- package/deprecated/dist/components/js/format.min.js +0 -1
- package/deprecated/dist/components/js/jquery.inputmask.bundle.js +0 -3
- package/deprecated/dist/components/js/jquery.mask.min.js +0 -1
- package/deprecated/dist/components/js/pouchdb.cordova-sqlite.js +0 -2
- package/deprecated/dist/components/js/qrcode.js +0 -1
- package/deprecated/dist/components/templates/advanced.list.designtime.html +0 -1
- package/deprecated/dist/components/templates/advanced.list.template.html +0 -1
- package/deprecated/dist/components/templates/anchor.template.html +0 -1
- package/deprecated/dist/components/templates/button-bar.template.html +0 -1
- package/deprecated/dist/components/templates/button-report.template.html +0 -1
- package/deprecated/dist/components/templates/button.template.html +0 -1
- package/deprecated/dist/components/templates/card.template.html +0 -1
- package/deprecated/dist/components/templates/chat.template.html +0 -1
- package/deprecated/dist/components/templates/checkbox.template.html +0 -1
- package/deprecated/dist/components/templates/combobox.designtime.html +0 -1
- package/deprecated/dist/components/templates/combobox.template.html +0 -1
- package/deprecated/dist/components/templates/complexsearch.template.html +0 -1
- package/deprecated/dist/components/templates/crn-ion-segment-item.template.html +0 -1
- package/deprecated/dist/components/templates/crn-ion-segment.template.html +0 -1
- package/deprecated/dist/components/templates/cron-crud.template.html +0 -1
- package/deprecated/dist/components/templates/cron-mobile-menu.designtime.html +0 -1
- package/deprecated/dist/components/templates/div.horizontal.template.html +0 -1
- package/deprecated/dist/components/templates/div.vertical.template.html +0 -1
- package/deprecated/dist/components/templates/dynamic-combobox.template.html +0 -1
- package/deprecated/dist/components/templates/dynamicfile.template.html +0 -1
- package/deprecated/dist/components/templates/dynamicimage.designtime.html +0 -1
- package/deprecated/dist/components/templates/dynamicimage.template.html +0 -1
- package/deprecated/dist/components/templates/evaluation.designtime.html +0 -1
- package/deprecated/dist/components/templates/evaluation.template.html +0 -1
- package/deprecated/dist/components/templates/filterbutton.template.html +0 -1
- package/deprecated/dist/components/templates/floattextinput.designtime.html +0 -1
- package/deprecated/dist/components/templates/floattextinput.template.html +0 -1
- package/deprecated/dist/components/templates/form.template.html +0 -1
- package/deprecated/dist/components/templates/header.template.html +0 -1
- package/deprecated/dist/components/templates/iconinput.template.html +0 -1
- package/deprecated/dist/components/templates/icontextinput.template.html +0 -1
- package/deprecated/dist/components/templates/image.template.html +0 -1
- package/deprecated/dist/components/templates/inlinetextinput.template.html +0 -1
- package/deprecated/dist/components/templates/ion-footer-bar.template.html +0 -1
- package/deprecated/dist/components/templates/ion-header-bar.template.html +0 -1
- package/deprecated/dist/components/templates/ion-tab-item.designtime.html +0 -1
- package/deprecated/dist/components/templates/ion-tab.designtime.html +0 -1
- package/deprecated/dist/components/templates/ion-tab.template.html +0 -1
- package/deprecated/dist/components/templates/item.avatar.template.html +0 -1
- package/deprecated/dist/components/templates/item.icon.template.html +0 -1
- package/deprecated/dist/components/templates/item.options.template.html +0 -1
- package/deprecated/dist/components/templates/item.slider.template.html +0 -1
- package/deprecated/dist/components/templates/item.swipe.template.html +0 -1
- package/deprecated/dist/components/templates/item.template.html +0 -1
- package/deprecated/dist/components/templates/item.thumbnail.template.html +0 -1
- package/deprecated/dist/components/templates/kendo-chat.designtime.html +0 -1
- package/deprecated/dist/components/templates/kendo-chat.template.html +0 -1
- package/deprecated/dist/components/templates/list.avatar.template.html +0 -1
- package/deprecated/dist/components/templates/list.icon.template.html +0 -1
- package/deprecated/dist/components/templates/list.swipe.template.html +0 -1
- package/deprecated/dist/components/templates/list.template.html +0 -1
- package/deprecated/dist/components/templates/list.thumbnail.template.html +0 -1
- package/deprecated/dist/components/templates/maps.designtime.html +0 -1
- package/deprecated/dist/components/templates/maps.template.html +0 -1
- package/deprecated/dist/components/templates/multiselect.template.html +0 -1
- package/deprecated/dist/components/templates/nav.bar.template.html +0 -1
- package/deprecated/dist/components/templates/publicMenu.template.html +0 -1
- package/deprecated/dist/components/templates/radiogroup-dynamic.template.html +0 -1
- package/deprecated/dist/components/templates/radiogroup.template.html +0 -1
- package/deprecated/dist/components/templates/range.template.html +0 -1
- package/deprecated/dist/components/templates/rating.template.html +0 -1
- package/deprecated/dist/components/templates/search.template.html +0 -1
- package/deprecated/dist/components/templates/slider.template.html +0 -1
- package/deprecated/dist/components/templates/tabs-icon-only.template.html +0 -1
- package/deprecated/dist/components/templates/tabs.template.html +0 -1
- package/deprecated/dist/components/templates/textarea.template.html +0 -1
- package/deprecated/dist/components/templates/textinput.template.html +0 -1
- package/deprecated/dist/components/templates/textinputbutton.template.html +0 -1
- package/deprecated/dist/components/templates/title.template.html +0 -1
- package/deprecated/dist/components/templates/toggle-dynamic.template.html +0 -1
- package/deprecated/dist/components/templates/toggle.template.html +0 -1
- package/deprecated/dist/components/templates/video.designtime.html +0 -1
- package/deprecated/dist/components/templates/video.template.html +0 -1
- package/deprecated/dist/components/templates/views/public/home.view.html +0 -1
- package/deprecated/dist/components/templates/views/public/menu.view.html +0 -1
- package/deprecated/dist/css/app.css +0 -1
- package/deprecated/dist/i18n/locale_en_us.json +0 -126
- package/deprecated/dist/i18n/locale_pt_br.json +0 -126
- package/deprecated/dist/img/cron-icon/crn-QRCode.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-anchor.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-button-bar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-button.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-card.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-carousel.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-chart.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-checkbox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-datasource.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-evaluation.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-form.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-header.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-image.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-infinite-scroll.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-input-floating.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-input-inline.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-ion-footer-bar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-ion-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-item-swipe.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-kendo-chat.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-label.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-avatar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item-avatar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item-thumbnail.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-swipe.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-thumbnail.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-map.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-multiselect.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-paragraph.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-plugin.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-radio.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-range.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-rating.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-select.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-spacer.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-tabs-icon-only.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-tabs.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-text-component.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textarea.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinput.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-toggle.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-video.svg +0 -1
- 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 +0 -1
- package/deprecated/dist/img/user.svg +0 -1
- package/deprecated/dist/js/LanguageSelectDirective.js +0 -1
- package/deprecated/dist/js/LocaleService.js +0 -1
- package/deprecated/dist/js/app.authentication.js +0 -1
- package/deprecated/dist/js/app.js +0 -1
- package/deprecated/dist/js/controllers.authentication.js +0 -1
- package/deprecated/dist/js/controllers.js +0 -1
- package/deprecated/dist/js/custom.controllers.js +0 -1
- package/deprecated/dist/js/customModules.js +0 -1
- package/deprecated/dist/js/customStateProvider.js +0 -0
- package/deprecated/dist/js/directives.js +0 -17
- package/deprecated/dist/js/filters.js +0 -1
- package/deprecated/dist/js/local-dateformat.directive.js +0 -1
- package/deprecated/dist/js/reports/parameters.controller.js +0 -1
- package/deprecated/dist/js/reports/reports.service.js +0 -1
- package/deprecated/dist/js/services.js +0 -1
- package/deprecated/dist/js/upload.service.js +0 -1
- package/deprecated/img/cron-icon/crn-QRCode.svg +0 -38
- package/deprecated/img/cron-icon/crn-anchor.svg +0 -29
- package/deprecated/img/cron-icon/crn-button-bar.svg +0 -1
- package/deprecated/img/cron-icon/crn-button.svg +0 -24
- package/deprecated/img/cron-icon/crn-card.svg +0 -1
- package/deprecated/img/cron-icon/crn-carousel.svg +0 -26
- package/deprecated/img/cron-icon/crn-chart.svg +0 -19
- package/deprecated/img/cron-icon/crn-checkbox.svg +0 -15
- package/deprecated/img/cron-icon/crn-container.svg +0 -1
- package/deprecated/img/cron-icon/crn-cron-crud.svg +0 -28
- package/deprecated/img/cron-icon/crn-datasource.svg +0 -27
- package/deprecated/img/cron-icon/crn-dynamic-file.svg +0 -1
- package/deprecated/img/cron-icon/crn-dynamic-image.svg +0 -25
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -27
- package/deprecated/img/cron-icon/crn-evaluation.svg +0 -1
- package/deprecated/img/cron-icon/crn-form.svg +0 -24
- package/deprecated/img/cron-icon/crn-header.svg +0 -18
- package/deprecated/img/cron-icon/crn-icon.svg +0 -23
- package/deprecated/img/cron-icon/crn-image.svg +0 -20
- package/deprecated/img/cron-icon/crn-infinite-scroll.svg +0 -1
- package/deprecated/img/cron-icon/crn-input-floating.svg +0 -1
- package/deprecated/img/cron-icon/crn-input-inline.svg +0 -1
- package/deprecated/img/cron-icon/crn-ion-footer-bar.svg +0 -1
- package/deprecated/img/cron-icon/crn-ion-list.svg +0 -1
- package/deprecated/img/cron-icon/crn-item-swipe.svg +0 -15
- package/deprecated/img/cron-icon/crn-kendo-chat.svg +0 -1
- package/deprecated/img/cron-icon/crn-label.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-avatar.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-icon.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item-avatar.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item-icon.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item-thumbnail.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-swipe.svg +0 -17
- package/deprecated/img/cron-icon/crn-list-thumbnail.svg +0 -17
- package/deprecated/img/cron-icon/crn-list.svg +0 -16
- package/deprecated/img/cron-icon/crn-map.svg +0 -1
- package/deprecated/img/cron-icon/crn-multiselect.svg +0 -1
- package/deprecated/img/cron-icon/crn-paragraph.svg +0 -1
- package/deprecated/img/cron-icon/crn-plugin.svg +0 -44
- package/deprecated/img/cron-icon/crn-radio.svg +0 -21
- package/deprecated/img/cron-icon/crn-radiogroup.svg +0 -25
- package/deprecated/img/cron-icon/crn-range.svg +0 -1
- package/deprecated/img/cron-icon/crn-rating.svg +0 -20
- package/deprecated/img/cron-icon/crn-select.svg +0 -1
- package/deprecated/img/cron-icon/crn-spacer.svg +0 -1
- package/deprecated/img/cron-icon/crn-tabs-icon-only.svg +0 -24
- package/deprecated/img/cron-icon/crn-tabs.svg +0 -17
- package/deprecated/img/cron-icon/crn-text-component.svg +0 -22
- package/deprecated/img/cron-icon/crn-textarea.svg +0 -22
- package/deprecated/img/cron-icon/crn-textinput.svg +0 -23
- package/deprecated/img/cron-icon/crn-textinputbutton.svg +0 -33
- package/deprecated/img/cron-icon/crn-textinputicon.svg +0 -29
- package/deprecated/img/cron-icon/crn-toggle.svg +0 -1
- package/deprecated/img/cron-icon/crn-video.svg +0 -1
- 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 +0 -1
- package/deprecated/img/user.svg +0 -18
|
@@ -1,67 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,78 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,121 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,221 +0,0 @@
|
|
|
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 */
|
|
@@ -1,83 +0,0 @@
|
|
|
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
|
-
}
|