cronapp-framework-mobile-js 2.9.2 → 2.9.3-SP.1
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-checkbox.components.json +2 -0
- package/components/crn-component.components.json +18 -3
- package/components/crn-item-select.components.json +4 -1
- package/components/crn-toggle.components.json +2 -0
- package/components/templates/list.thumbnail.template.html +2 -2
- package/css/themes/custom/lumen/custom-lumen.css +84 -25
- package/css/themes/custom/paper/custom-paper.css +59 -0
- package/css/themes/custom/readable/custom-readable.css +61 -2
- package/css/themes/custom/sandstone/custom-sandstone.css +60 -1
- package/css/themes/custom/simplex/custom-simplex.css +78 -20
- package/css/themes/custom/slate/crn-ion-segment-slate.css +4 -4
- package/css/themes/custom/slate/custom-slate.css +56 -11
- package/css/themes/custom/spacelab/bar-spacelab.css +20 -10
- package/css/themes/custom/spacelab/custom-spacelab.css +77 -32
- package/css/themes/custom/superhero/custom-superhero.css +52 -1
- package/css/themes/custom/theme-general/theme-general.css +1 -1
- package/css/themes/custom/united/custom-united.css +53 -6
- package/css/themes/custom/yeti/custom-yeti.css +45 -0
- 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/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/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/dist/components/templates/list.thumbnail.template.html +1 -1
- package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
- package/dist/css/themes/custom/paper/custom-paper.css +1 -1
- package/dist/css/themes/custom/readable/custom-readable.css +1 -1
- package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
- package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
- package/dist/css/themes/custom/slate/crn-ion-segment-slate.css +1 -1
- package/dist/css/themes/custom/slate/custom-slate.css +1 -1
- package/dist/css/themes/custom/spacelab/bar-spacelab.css +1 -1
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/custom/united/custom-united.css +1 -1
- package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
- package/dist/js/app.authentication.js +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/controllers.authentication.js +1 -1
- package/dist/js/directives.js +1 -1
- package/js/app.authentication.js +0 -2
- package/js/app.js +0 -2
- package/js/controllers.authentication.js +36 -7
- package/js/customStateProvider.js +0 -2
- package/js/directives.js +61 -23
- 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
- /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/{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
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Accessibility.Button.Aria.Label.Add": "",
|
|
3
|
+
"Accessibility.Button.Aria.Label.NavIcon": "",
|
|
4
|
+
"Accessibility.Login.Logo.Alt": "",
|
|
5
|
+
"directives.language-select.Language": "Idioma",
|
|
6
|
+
"Login.view.Login": "Entrar",
|
|
7
|
+
"Home.view.Admin": "Admin",
|
|
8
|
+
"Home.view.Cidade": "Cidade",
|
|
9
|
+
"Home.view.Logout": "Sair",
|
|
10
|
+
"Home.view.Home": "Pagina inicial",
|
|
11
|
+
"Admin.view.Picture": "Imagem",
|
|
12
|
+
"Admin.view.Name": "Nome",
|
|
13
|
+
"Admin.view.Access Denied": "Acesso Negado",
|
|
14
|
+
"Admin.view.Exclude": "Excluir",
|
|
15
|
+
"Admin.view.Priority": "Prioridade",
|
|
16
|
+
"Admin.view.Verb": "Verbo",
|
|
17
|
+
"Admin.view.Enabled": "Habilitado",
|
|
18
|
+
"Admin.view.Path": "Caminho",
|
|
19
|
+
"Admin.view.Passwrod": "Palavra-passe",
|
|
20
|
+
"Admin.view.Load More": "Carregar mais",
|
|
21
|
+
"Permission.view.Path": "Caminho",
|
|
22
|
+
"Permission.view.Verb": "Verbo",
|
|
23
|
+
"Permission.view.Load More": "Carregar mais",
|
|
24
|
+
"Permission.view.Remove": "Remover",
|
|
25
|
+
"Permission.view.Edit": "Editar",
|
|
26
|
+
"Permission.view.Select Person": "Selecione uma pessoa",
|
|
27
|
+
"Roles.view.Name": "Nome",
|
|
28
|
+
"Roles.view.Remove": "Remover",
|
|
29
|
+
"Roles.view.Load More": "Carregar mais",
|
|
30
|
+
"Users.view.Load More": "Carregar mais",
|
|
31
|
+
"Users.view.Picture": "Imagem",
|
|
32
|
+
"Users.view.Edit": "Editar",
|
|
33
|
+
"Users.view.Login": "Login",
|
|
34
|
+
"Users.view.Name": "Nome",
|
|
35
|
+
"Users.view.Remove": "Remover",
|
|
36
|
+
"Forbidden": "Proibido",
|
|
37
|
+
"Admin.view.User": "Utilizador",
|
|
38
|
+
"Roles.view.Edit": "Editar",
|
|
39
|
+
"Users.view.Select Person": "Seleccione pessoa",
|
|
40
|
+
"Admin.view.Permission": "Permissão",
|
|
41
|
+
"Admin.view.Role": "Função",
|
|
42
|
+
"Admin.view.Roles": "Funções",
|
|
43
|
+
"Admin.view.UserRole": "Função De Usuário",
|
|
44
|
+
"Admin.view.UserRoles": "Funções De Usuário",
|
|
45
|
+
"Home.view.Permission": "Permissão",
|
|
46
|
+
"Home.view.Roles": "Funções",
|
|
47
|
+
"Home.view.Users": "Usuários",
|
|
48
|
+
"Page Not Found": "Página Não Encontrada",
|
|
49
|
+
"PageNotFound": "Página Não Encontrada",
|
|
50
|
+
"Permission.view.Actions": "Ações",
|
|
51
|
+
"Permission.view.Add New Permission": "Adicione nova autorização",
|
|
52
|
+
"Permission.view.Permission": "Permissão",
|
|
53
|
+
"Permission.view.Role": "Função",
|
|
54
|
+
"Roles.view.Actions": "Ações",
|
|
55
|
+
"Roles.view.Add New Role": "Adicionar uma nova função",
|
|
56
|
+
"Roles.view.Roles": "Funções",
|
|
57
|
+
"Users.view.Actions": "Ações",
|
|
58
|
+
"Users.view.Add A New User": "Adicionar um novo usuário",
|
|
59
|
+
"Users.view.RemoverUsuario": "Tem certeza de que deseja remover este usuário?",
|
|
60
|
+
"Users.view.Roles": "Funções",
|
|
61
|
+
"Users.view.Users": "Usuários",
|
|
62
|
+
"Users.view.Senha": "Senha",
|
|
63
|
+
"Users.view.Confirmacao": "Confirmação",
|
|
64
|
+
"Users.view.ConfirmeSuaSenha": "Confirme sua senha",
|
|
65
|
+
"Home.view.Perfil": "Perfil",
|
|
66
|
+
"Perfil.view.Perfil": "Perfil",
|
|
67
|
+
"Perfil.view.Idioma": "Idioma",
|
|
68
|
+
"Permission.view.Priority": "Prioridade",
|
|
69
|
+
"Permission.view.Exclude": "Exceção",
|
|
70
|
+
"General.RemoveData": "Deseja remover?",
|
|
71
|
+
"General.ErrorNotSpecified": "Erro não especificado",
|
|
72
|
+
"Login.view.invalidPassword": "Usuário ou senha inválidos!",
|
|
73
|
+
"LoginViewInvalidpassword": "Usuário ou senha inválidos!",
|
|
74
|
+
"Home.view.passwordChanged": "Senha alterada com sucesso!",
|
|
75
|
+
"Home.view.InvalidPassword": "Password inválido!",
|
|
76
|
+
"Home.view.ChangePassword": "Mudar Senha",
|
|
77
|
+
"HomeViewPasswordchanged":"Mudar Senha",
|
|
78
|
+
"Home.view.Password": "Password",
|
|
79
|
+
"Login.view.Username": "Usuário",
|
|
80
|
+
"Login.view.Password": "Senha",
|
|
81
|
+
"Home.view.Old Password": "Senha Anterior",
|
|
82
|
+
"Home.view.New Password": "Nova Senha",
|
|
83
|
+
"Home.view.Confirmation": "Confirmação",
|
|
84
|
+
"Home.view.Close": "Fechar",
|
|
85
|
+
"template.crud.search": "Pesquisar",
|
|
86
|
+
"template.crud.actions": "Ações",
|
|
87
|
+
"template.crud.load_more": "Carregar mais",
|
|
88
|
+
"template.crud.new": "Novo",
|
|
89
|
+
"Search.view.Search": "Procurar",
|
|
90
|
+
"Contactlist.view.ContactList": "Lista de Contato",
|
|
91
|
+
"Login.view.LogIn": "Logar",
|
|
92
|
+
"Login.view.Close": "Fechar",
|
|
93
|
+
"Contact.view.CellPhone": "Celular",
|
|
94
|
+
"Contact.view.OthersPhoneNumber": "Outros Telefones",
|
|
95
|
+
"Contact.view.HomeAddress": "Endereço",
|
|
96
|
+
"Contact.view.CardInformation": "Cartão de Informação",
|
|
97
|
+
"Contact.view.Contact": "Contato",
|
|
98
|
+
"Login.view.Host": "Servidor",
|
|
99
|
+
"Home.view.Sair": "Sair",
|
|
100
|
+
"Users.view.Salvar": "Salvar",
|
|
101
|
+
"Users.view.Cancel": "Voltar",
|
|
102
|
+
"Roles.view.Salvar": "Salvar",
|
|
103
|
+
"Roles.view.Voltar": "Voltar",
|
|
104
|
+
"Permission.view.Salvar": "Salvar",
|
|
105
|
+
"Permission.view.Voltar": "Voltar",
|
|
106
|
+
"primary": "",
|
|
107
|
+
"error": "Erro",
|
|
108
|
+
"success": "",
|
|
109
|
+
"info": "",
|
|
110
|
+
"warning": "",
|
|
111
|
+
"keyboardDecimalChar": ",",
|
|
112
|
+
"FieldIsInvalid": "Campo '{0}' é inválido!",
|
|
113
|
+
"FieldIsRequired": "Campo '{0}' é requerido!",
|
|
114
|
+
"Upload.title": "Envio de arquivos",
|
|
115
|
+
"Upload.sending": "Enviando...",
|
|
116
|
+
"Upload.oneFile": "Selecione ou arraste um arquivo",
|
|
117
|
+
"Upload.multipleFile": "Selecione ou arraste um ou mais arquivos",
|
|
118
|
+
"Upload.errorValidation": "Seleção inválida: Tamanho máximo %s e Tipos permitidos: %s",
|
|
119
|
+
"Cancel": "Cancelar",
|
|
120
|
+
"OpenCamera": "Abrir a câmera",
|
|
121
|
+
"download": "Baixar",
|
|
122
|
+
"Admin.server.out": "Erro ao contactar o servidor",
|
|
123
|
+
"ParamForReport": "Parâmetro(s) para o relatório",
|
|
124
|
+
"template.crud.clickToAddFile": "Clique para adicionar um arquivo",
|
|
125
|
+
"template.crud.clickToAddImage": "Clique para adicionar uma imagem"
|
|
126
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_2"><path class="st0" d="M11 8h2c.55 0 1-.45 1-1s-.45-1-1-1h-1V5c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1z"/><circle class="st0" cx="1" cy="11" r="1"/><path class="st0" d="M21 20h-5v-3c0-.55-.45-1-1-1s-1 .45-1 1v5h-3c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1h4c.55 0 1-.45 1-1s-.45-1-1-1z"/><circle class="st0" cx="11" cy="19" r="1"/><path class="st0" d="M23 10c-.55 0-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1zM10 12h1c.55 0 1-.45 1-1s-.45-1-1-1H9c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-3zM12 13c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1z"/><circle class="st0" cx="15" cy="9" r="1"/><path class="st0" d="M4 11v1H3c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM1 8h6c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v6c0 .55.45 1 1 1zm1-5c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v2c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V3zM23 0h-6c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 5c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v2zM7 16H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zm-1 5c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1h2c.55 0 1 .45 1 1v2z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_2"><path class="st0" d="M10.26 12.1l-1.49 1.49-2.48 2.48a.996.996 0 0 0 0 1.41l.22.22c.39.39 1.03.39 1.41 0l9.76-9.76a.996.996 0 0 0 0-1.41l-.22-.22a.996.996 0 0 0-1.41 0l-2.46 2.46-1.49 1.49-1.84 1.84z"/><path class="st0" d="M10.52 16.52c-.09.5-.32.98-.7 1.36l-3.37 3.37c-.48.48-1.12.75-1.8.75-.68 0-1.32-.26-1.8-.74l-.11-.11c-.99-.99-.99-2.61 0-3.6l3.37-3.37c.37-.37.84-.61 1.36-.7l1.81-1.81c-.45-.14-.9-.23-1.37-.23-1.17 0-2.33.44-3.21 1.33l-3.37 3.37a4.557 4.557 0 0 0 0 6.43l.11.11c.88.88 2.04 1.32 3.21 1.32s2.33-.44 3.21-1.33l3.37-3.37c1.24-1.24 1.59-3.02 1.1-4.58l-1.81 1.8zM22.67 1.43l-.11-.11A4.517 4.517 0 0 0 19.35 0c-1.17 0-2.33.44-3.21 1.33L12.76 4.7c-1.24 1.24-1.59 3.02-1.1 4.58l1.81-1.81c.09-.5.32-.98.7-1.36l3.37-3.37A2.61 2.61 0 0 1 19.35 2c.68 0 1.32.26 1.8.74l.11.11c.99.99.99 2.61 0 3.6l-3.37 3.37c-.37.37-.84.61-1.36.7l-1.81 1.81c.45.14.9.23 1.37.23 1.17 0 2.33-.44 3.21-1.33l3.37-3.37c1.77-1.76 1.77-4.66 0-6.43z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><rect class="cls-1" y="8" width="12" height="8" rx="2"/><path class="cls-1" d="M21.51 15a.72.72 0 0 0-.29-.06.72.72 0 0 0-.29.06.78.78 0 0 0-.24.16.72.72 0 0 0-.22.53v-.5a.75.75 0 0 0-.46-.69.72.72 0 0 0-.29-.06.76.76 0 0 0-.75.75v-.5a.75.75 0 0 0-.75-.75.75.75 0 0 0-.75.75v-3a.76.76 0 0 0-.75-.75.75.75 0 0 0-.69.46.68.68 0 0 0-.06.29v5.24l-.72-.71a.74.74 0 0 0-1.06 0 .75.75 0 0 0 0 1.06l1.63 1.63.53.53a1.48 1.48 0 0 0 1.11.51h3a1.51 1.51 0 0 0 1.5-1.5V15.7a.76.76 0 0 0-.22-.53.78.78 0 0 0-.23-.17z"/><path class="cls-1" d="M22 8h-6a2 2 0 0 0-2 2v4a2 2 0 0 0 .31 1.06 1.84 1.84 0 0 1 .41-.05H15V11.7a1.75 1.75 0 0 1 3.5 0V13a1.68 1.68 0 0 1 1 .5 1.14 1.14 0 0 1 .26 0A1.75 1.75 0 0 1 21 14a1.14 1.14 0 0 1 .26 0A1.75 1.75 0 0 1 23 15.7a2 2 0 0 0 1-1.7v-4a2 2 0 0 0-2-2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_2"><path class="st0" d="M18.5 14c-.83 0-1.5.67-1.5 1.5v-1c0-.83-.67-1.5-1.5-1.5s-1.5.68-1.5 1.5v-1c0-.83-.67-1.5-1.5-1.5s-1.5.68-1.5 1.5v-6c0-.82-.67-1.5-1.5-1.5S8 6.68 8 7.5v10.49l-1.44-1.44a1.49 1.49 0 0 0-2.12 0 1.49 1.49 0 0 0 0 2.12l3.26 3.26L8.77 23l.01-.01C9.33 23.6 10.12 24 11 24h6c1.65 0 3-1.35 3-3v-5.5c0-.82-.67-1.5-1.5-1.5z"/><path class="st0" d="M20 2H4C1.8 2 0 3.8 0 6v2c0 2.2 1.8 4 4 4h2V7.5C6 5.57 7.57 4 9.5 4S13 5.57 13 7.5v2.54c.77.11 1.46.47 1.99 1a3.464 3.464 0 0 1 2.95.96H20c2.2 0 4-1.8 4-4V6c0-2.2-1.8-4-4-4z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M20 4H4a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4zM10 15a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1zm11 0h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm0-4h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_2"><circle class="st0" cx="8" cy="21" r="1"/><circle class="st0" cx="12" cy="21" r="1"/><circle class="st0" cx="16" cy="21" r="1"/><path class="st0" d="M20 2H4C1.79 2 0 3.79 0 6v8c0 2.21 1.79 4 4 4h16c2.21 0 4-1.79 4-4V6c0-2.21-1.79-4-4-4zM6 11.83h-.03c-.04.24-.13.47-.31.66-.46.46-1.2.46-1.66 0l-1.66-1.66a1.17 1.17 0 0 1 0-1.66L4 7.51a1.17 1.17 0 0 1 2 .83v3.49zm15.66-1L20 12.49c-.46.46-1.2.46-1.66 0-.18-.18-.27-.42-.31-.66H18V8.34a1.17 1.17 0 0 1 2-.83l1.66 1.66c.45.46.45 1.2 0 1.66z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><path class="st0" d="M23 22h-3v-7c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v7h-2V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v19H8V9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v13H2V1c0-.55-.45-1-1-1S0 .45 0 1v22c0 .55.45 1 1 1h22c.55 0 1-.45 1-1s-.45-1-1-1z" id="Camada_2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><path class="st0" d="M12 0C5.37 0 0 5.37 0 12s5.37 12 12 12 12-5.37 12-12S18.63 0 12 0zm6.71 8.71l-8.01 8a.993.993 0 0 1-1.41 0l-4-3.99a.996.996 0 0 1 0-1.41.996.996 0 0 1 1.41 0l3.3 3.28 7.3-7.3a.996.996 0 0 1 1.41 0c.39.39.39 1.03 0 1.42z" id="Camada_1"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><rect class="cls-1" x="1" y="1" width="4" height="4" rx="1"/><rect class="cls-1" x="1" y="19" width="4" height="4" rx="1"/><rect class="cls-1" x="1" y="13" width="4" height="4" rx="1"/><rect class="cls-1" x="1" y="7" width="4" height="4" rx="1"/><rect class="cls-1" x="7" y="1" width="4" height="4" rx="1"/><rect class="cls-1" x="7" y="19" width="4" height="4" rx="1"/><rect class="cls-1" x="13" y="1" width="4" height="4" rx="1"/><rect class="cls-1" x="13" y="19" width="4" height="4" rx="1"/><rect class="cls-1" x="19" y="1" width="4" height="4" rx="1"/><rect class="cls-1" x="19" y="19" width="4" height="4" rx="1"/><rect class="cls-1" x="19" y="13" width="4" height="4" rx="1"/><rect class="cls-1" x="19" y="7" width="4" height="4" rx="1"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_2"><path class="st0" d="M19.56 8.44a1.49 1.49 0 0 0-2.12 0L15 10.88l-2.44-2.44a1.49 1.49 0 0 0-2.12 0 1.49 1.49 0 0 0 0 2.12L12.88 13l-2.44 2.44a1.49 1.49 0 0 0 0 2.12c.59.59 1.54.59 2.12 0L15 15.12l2.44 2.44c.59.59 1.54.59 2.12 0 .59-.59.59-1.54 0-2.12L17.12 13l2.44-2.44c.59-.59.59-1.53 0-2.12zM8 8.49C8 8.22 7.78 8 7.5 8h-3c-.28 0-.5.22-.5.49V9c0 .28.22.5.5.5h3c.28 0 .5-.22.5-.49v-.52z"/><path class="st0" d="M20 2h-3c-.55 0-1 .45-1 1s.45 1 1 1h3c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h6v1.4c0 .49.51.77.87.48l2.91-2.4c.29-.24.29-.72 0-.96L10.87.12C10.51-.17 10 .11 10 .6V2H4C1.8 2 0 3.8 0 6v14c0 2.2 1.8 4 4 4h16c2.2 0 4-1.8 4-4V6c0-2.2-1.8-4-4-4z"/><path class="st0" d="M7.49 10H4.51c-.28 0-.51.23-.51.51v4.29c0 .39.12.78.34 1.11l1.24 1.86c.2.3.65.3.85 0l1.24-1.86c.21-.32.33-.71.33-1.1v-4.29c0-.29-.23-.52-.51-.52z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_2"><path class="st0" d="M23.33 10.43C20.72 11.38 16.63 12 12 12S3.28 11.38.67 10.43a.5.5 0 0 0-.67.47v2.93c0 .21.12.39.31.47C2.9 15.33 7.17 16 12 16c4.83 0 9.1-.67 11.69-1.69.19-.08.31-.26.31-.47V10.9a.5.5 0 0 0-.67-.47zM23.33 16.43C20.72 17.38 16.63 18 12 18S3.28 17.38.67 16.43a.5.5 0 0 0-.67.47v2.93c0 .21.12.39.31.47C2.9 21.33 7.17 22 12 22c4.83 0 9.1-.67 11.69-1.69.19-.08.31-.26.31-.47V16.9a.5.5 0 0 0-.67-.47zM23.69 3.69C21.1 2.67 16.83 2 12 2S2.9 2.67.31 3.69c-.19.08-.31.27-.31.47v3.68c0 .2.12.39.31.47C2.9 9.33 7.17 10 12 10s9.1-.67 11.69-1.69c.19-.08.31-.27.31-.47V4.16c0-.2-.12-.39-.31-.47z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M18 7.2a5.9 5.9 0 0 0-.59.06A7.19 7.19 0 0 0 5.2 9.64h-.4a4.8 4.8 0 0 0 0 9.6H18a6 6 0 0 0 0-12zm-4 5.3h-.5v3a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-3H10a1 1 0 0 1-.71-1.71l2-2a1 1 0 0 1 1.42 0l2 2A1 1 0 0 1 14 12.5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_2"><circle class="st0" cx="7" cy="7" r="3"/><path class="st0" d="M24.22 16.25h-2.93c-.28 0-.44-.22-.36-.48l.58-2.02.71-2.5h-4l-.14.48-.86 3.02-1 3.5h2.25c.27 0 .47.22.44.5l-.69 5.5 6-8z"/><path class="st0" d="M14.81 19.31c-.45-.6-.59-1.36-.38-2.09l1.73-6.04c.32-1.12 1.4-1.93 2.56-1.93h1.54l-.96-.96a.996.996 0 0 0-1.41 0l-7.42 7.42-3.4-3.4a.996.996 0 0 0-1.41 0L2 15.96V4c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2v5.28c.65.07 1.23.39 1.63.91.18.24.3.51.37.79V4c0-2.2-1.8-4-4-4H4C1.8 0 0 1.8 0 4v16c0 2.2 1.8 4 4 4h12.29c-.01-.16-.02-.31.01-.49l.41-3.26c-.77 0-1.46-.35-1.9-.94z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_2"><path class="st0" d="M5 20c-.55 0-1-.45-1-1s.45-1 1-1h9.35c-.01-.26 0-.52.08-.78l.35-1.22H5c-.55 0-1-.45-1-1s.45-1 1-1h10.35l.81-2.82c.13-.46.39-.86.73-1.18H4c-2.2 0-4 1.8-4 4v6c0 2.2 1.8 4 4 4h12.29c-.01-.16-.02-.31.01-.49l.41-3.26c-.38 0-.74-.09-1.07-.25H5zM4 8h16c2.2 0 4-1.8 4-4s-1.8-4-4-4H4C1.8 0 0 1.8 0 4s1.8 4 4 4zm10.69-5.66c.18-.18.42-.27.66-.31V2h3.48a1.17 1.17 0 0 1 .83 2L18 5.66c-.46.46-1.2.46-1.66 0L14.69 4a1.17 1.17 0 0 1 0-1.66z"/><path class="st0" d="M23.72 16.25h-2.43c-.27 0-.44-.22-.36-.48l1.15-4.04c.08-.26-.09-.48-.36-.48h-3c-.28 0-.56.22-.64.48l-1.73 6.04c-.08.26.09.48.36.48h1.75c.27 0 .47.22.44.5l-.63 5.01c-.03.27.07.32.24.1l5.4-7.2c.17-.23.08-.41-.19-.41z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M12.87 1l3 6a1 1 0 0 0 .73.53l6.61 1a1 1 0 0 1 .53 1.66l-4.77 4.66a1 1 0 0 0-.28.86l1.12 6.58a1 1 0 0 1-1.41 1l-5.95-3.09a1 1 0 0 0-.9 0l-5.91 3.11a1 1 0 0 1-1.41-1l1.12-6.61a1 1 0 0 0-.28-.86L.3 10.18a1 1 0 0 1 .53-1.66l6.61-1A1 1 0 0 0 8.17 7l3-6a1 1 0 0 1 1.7 0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><path class="st0" d="M20 0H4C1.8 0 0 1.8 0 4v16c0 2.2 1.8 4 4 4h16c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zM9.71 20.29c.39.39.39 1.03 0 1.42-.39.39-1.03.39-1.42 0L7 20.42l-1.29 1.29c-.39.39-1.03.39-1.42 0-.39-.39-.39-1.03 0-1.42L5.58 19l-1.29-1.29c-.39-.39-.39-1.03 0-1.42.39-.39 1.03-.39 1.42 0L7 17.58l1.29-1.29c.39-.39 1.03-.39 1.42 0 .39.39.39 1.03 0 1.42L8.42 19l1.29 1.29zm10-2.58l-3.96 3.98-.01.01a.996.996 0 0 1-1.41 0c-.02-.02-.03-.05-.05-.08l-1.98-1.96a.984.984 0 0 1 0-1.4c.39-.38 1.02-.38 1.41 0l1.33 1.31 3.27-3.29a.996.996 0 0 1 1.41 0c.38.4.38 1.04-.01 1.43zM20 13c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v2zm0-6c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v2z" id="Camada_2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><path class="st0" d="M20 0H4C1.8 0 0 1.8 0 4v16c0 2.2 1.8 4 4 4h16c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zm0 11c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v6z" id="Camada_2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><path class="st0" d="M11.37.32c.35-.43.91-.43 1.26 0l1.63 2.02c.34.42 1.06.66 1.59.51l2.5-.67c.53-.14.99.19 1.02.74l.13 2.59c.03.55.47 1.16.99 1.36l2.42.93c.51.2.69.73.39 1.2l-1.41 2.17c-.3.46-.3 1.22 0 1.68l1.41 2.17c.3.46.13 1-.39 1.2l-2.42.93c-.51.2-.96.81-.99 1.36l-.13 2.59c-.03.55-.49.88-1.02.74l-2.5-.67c-.53-.14-1.25.09-1.59.52l-1.63 2.02c-.35.43-.91.43-1.26 0l-1.63-2.02c-.34-.45-1.06-.69-1.59-.54l-2.5.67c-.53.14-.99-.19-1.02-.74l-.13-2.59c-.03-.55-.47-1.16-.99-1.36l-2.42-.93C.58 16 .4 15.47.7 15l1.41-2.17c.3-.46.3-1.22 0-1.68L.7 8.99c-.3-.46-.13-1 .39-1.2l2.42-.93c.51-.2.96-.81.99-1.36l.13-2.59c.03-.55.49-.88 1.02-.74l2.5.67c.53.16 1.25-.08 1.59-.5L11.37.32z" id="Camada_2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_2"><path class="st0" d="M20 0H4C1.8 0 0 1.8 0 4v16c0 2.2 1.8 4 4 4h16c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zM4 2h16c1.1 0 2 .9 2 2v7l-2.71-2.71a.996.996 0 0 0-1.41 0l-7.42 7.42-3.4-3.4a.996.996 0 0 0-1.41 0L2 15.96V4c0-1.1.9-2 2-2z"/><circle class="st0" cx="7" cy="7" r="3"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M20 0H4a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4zm.67 16.67a1.33 1.33 0 0 1 .94 2.27l-2.67 2.67a1.33 1.33 0 0 1-1.88 0l-2.67-2.67a1.33 1.33 0 0 1 .94-2.27H16V7.33h-.67a1.33 1.33 0 0 1-.94-2.27l2.67-2.67a1.33 1.33 0 0 1 1.88 0l2.67 2.67a1.33 1.33 0 0 1-.94 2.27H20v9.34z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M15 8H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h13zM22 8h-1v8h1a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2z"/><path class="cls-1" d="M21 18h-1.5a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H21a1 1 0 0 0 0-2h-6a1 1 0 0 0 0 2h1.5a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-.5.5H15a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2zM1 6h10a1 1 0 0 0 0-2H1a1 1 0 0 0 0 2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M21 18h-1.5a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H21a1 1 0 0 0 0-2h-6a1 1 0 0 0 0 2h1.5a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-.5.5H15a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2z"/><path class="cls-1" d="M15 8H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h13zm-3 5a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1zM22 8h-1v8h1a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M20 0H4a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4zm0 19a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M20 10H4a4 4 0 0 0-4 4v6a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-6a4 4 0 0 0-4-4zM8 19.3a.71.71 0 0 1-.7.7H2.7a.7.7 0 0 1-.7-.7v-.5a2.81 2.81 0 0 1 1.7-2.57 1.91 1.91 0 0 1-.58-1.35 1.88 1.88 0 1 1 3.17 1.35A2.8 2.8 0 0 1 8 18.8zm13 .7H11a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2zm0-4H11a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2zM4 8h16a4 4 0 0 0 0-8H4a4 4 0 0 0 0 8zm7-5h10a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2zM5 3a1 1 0 1 1-1 1 1 1 0 0 1 1-1z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><path class="st0" d="M4 20h16c2.2 0 4-1.8 4-4V8c0-2.2-1.8-4-4-4H4C1.8 4 0 5.8 0 8v8c0 2.2 1.8 4 4 4zm.39-8.94l2.67-2.67a1.33 1.33 0 0 1 2.27.94V10H19c.55 0 1 .45 1 1v2c0 .55-.45 1-1 1H9.34v.67a1.338 1.338 0 0 1-2.28.94l-2.67-2.67C4.15 12.7 4 12.37 4 12s.15-.7.39-.94z" id="Camada_1"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M20 2H4a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4v3.43a.56.56 0 0 0 1 .4L8.8 18H20a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4zM6 12a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm6 0a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm6 0a2 2 0 1 1 2-2 2 2 0 0 1-2 2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M20 0H4a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4zm0 17a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1zm.71-10.29l.58.58c.39.39.26.71-.29.71H3c-.55 0-.68-.32-.29-.71l.58-.58a1 1 0 0 0 0-1.42l-.58-.58C2.32 4.32 2.45 4 3 4h18c.55 0 .68.32.29.71l-.58.58a1 1 0 0 0 0 1.42z"/><rect class="cls-1" x="6" y="12" width="12" height="4" rx="1"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M20 0H4a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4zM8 19.3a.71.71 0 0 1-.7.7H2.7a.7.7 0 0 1-.7-.7v-.5a2.81 2.81 0 0 1 1.7-2.57 1.91 1.91 0 0 1-.58-1.35 1.88 1.88 0 1 1 3.17 1.35A2.8 2.8 0 0 1 8 18.8zm0-10a.71.71 0 0 1-.7.7H2.7a.7.7 0 0 1-.7-.7v-.5a2.81 2.81 0 0 1 1.7-2.57 1.91 1.91 0 0 1-.58-1.36 1.88 1.88 0 0 1 3.75 0 1.83 1.83 0 0 1-.58 1.35A2.82 2.82 0 0 1 8 8.8zM21 20H11a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2zm0-4H11a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2zm0-6H11a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2zm0-4H11a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M20 0H4a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4zM9.64 17.49l-.16.1A1.35 1.35 0 0 0 8.87 19l.05.18c.15.54-.16.85-.69.7L8 19.87a1.35 1.35 0 0 0-1.45.6l-.1.17c-.27.48-.71.48-1 0l-.09-.17a1.36 1.36 0 0 0-1.36-.6l-.18.05c-.53.15-.85-.16-.7-.7v-.18a1.33 1.33 0 0 0-.6-1.45l-.17-.1c-.48-.27-.48-.71 0-1l.17-.1A1.33 1.33 0 0 0 3.13 15v-.19c-.15-.53.17-.84.7-.69l.18.05a1.36 1.36 0 0 0 1.46-.6l.09-.17c.27-.48.71-.48 1 0l.1.17a1.35 1.35 0 0 0 1.45.6l.19-.05c.53-.15.84.16.69.69l-.12.19a1.35 1.35 0 0 0 .61 1.45l.16.1c.48.23.48.67 0 .94zm0-10l-.16.1A1.35 1.35 0 0 0 8.87 9l.05.19c.15.53-.16.84-.69.69L8 9.87a1.35 1.35 0 0 0-1.45.61l-.1.16c-.27.48-.71.48-1 0l-.09-.16A1.37 1.37 0 0 0 4 9.87l-.18.05c-.53.15-.85-.16-.7-.69v-.19a1.33 1.33 0 0 0-.6-1.45l-.17-.1c-.48-.27-.48-.71 0-1l.17-.09A1.35 1.35 0 0 0 3.13 5v-.18c-.15-.53.17-.85.7-.7h.18a1.35 1.35 0 0 0 1.46-.6l.09-.17c.27-.48.71-.48 1 0l.1.17A1.33 1.33 0 0 0 8 4.13h.19c.53-.15.84.17.69.7L8.87 5a1.37 1.37 0 0 0 .61 1.46l.16.09c.48.23.48.67 0 .94zM21 20h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm0-4h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm0-6h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm0-4h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M20 4H4a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4zM10 16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1a4 4 0 0 1 2.35-3.63 2.5 2.5 0 1 1 3.3 0A4 4 0 0 1 10 15zm11-1h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm0-4h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M20 4H4a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4zm-8.36 8.49l-.59.33a1.35 1.35 0 0 0-.6 1.46l.18.65c.14.53-.17.84-.7.7l-.65-.18a1.35 1.35 0 0 0-1.46.6l-.33.59c-.27.48-.71.48-1 0l-.33-.59a1.35 1.35 0 0 0-1.46-.6l-.65.18c-.53.14-.84-.17-.7-.7l.18-.65A1.35 1.35 0 0 0 3 12.82l-.59-.33c-.48-.27-.48-.71 0-1l.59-.31a1.35 1.35 0 0 0 .6-1.46l-.18-.65c-.14-.53.17-.84.7-.7l.65.18A1.35 1.35 0 0 0 6.18 8l.33-.59c.27-.48.71-.48 1 0l.31.59a1.35 1.35 0 0 0 1.46.6l.65-.18c.53-.14.84.17.7.7l-.18.65a1.35 1.35 0 0 0 .6 1.46l.59.33c.48.22.48.66 0 .93zM21 15h-6a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2zm0-4h-6a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M20 4H4a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4zM7 17a5 5 0 1 1 5-5 5 5 0 0 1-5 5zm14-2h-6a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2zm0-4h-6a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M20 4H4a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4zM5 13a1 1 0 1 1 1-1 1 1 0 0 1-1 1zm15-1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1 1 1 0 0 1 1-1h10a1 1 0 0 1 1 1z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><path class="st0" d="M4 24h16c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4H4C1.8 0 0 1.8 0 4v16c0 2.2 1.8 4 4 4zm16-6c0 .55-.45 1-1 1H9.34v.67a1.338 1.338 0 0 1-2.28.94l-2.67-2.67C4.15 17.7 4 17.37 4 17s.15-.7.39-.94l2.67-2.67a1.33 1.33 0 0 1 2.27.94V15H19c.55 0 1 .45 1 1v2zM4.39 6.06l2.67-2.67a1.33 1.33 0 0 1 2.27.94V5H19c.55 0 1 .45 1 1v2c0 .55-.45 1-1 1H9.33v.67a1.33 1.33 0 0 1-2.27.94L4.39 7.94C4.15 7.7 4 7.37 4 7s.15-.7.39-.94z" id="Camada_1"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><path class="st0" d="M20 0H4C1.8 0 0 1.8 0 4v16c0 2.2 1.8 4 4 4h16c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zM8 19c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v4zM8 9c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v4zm13 11H11c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H11c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1zm0-6H11c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H11c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1z" id="Camada_2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><path class="st0" d="M20 0H4C1.8 0 0 1.8 0 4v16c0 2.2 1.8 4 4 4h16c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zm-1 19H5c-.55 0-1-.45-1-1s.45-1 1-1h14c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H5c-.55 0-1-.45-1-1s.45-1 1-1h14c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H5c-.55 0-1-.45-1-1s.45-1 1-1h14c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H5c-.55 0-1-.45-1-1s.45-1 1-1h14c.55 0 1 .45 1 1s-.45 1-1 1z" id="Camada_1"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M18 6v-.46V6zM6 5.59v0zM18 6A6 6 0 0 0 6 6c0 3.31 6 12 6 12s6-8.69 6-12zm-8 0a2 2 0 1 1 2 2 2 2 0 0 1-2-2zM12 20c-4.42 0-8 .9-8 2s3.58 2 8 2 8-.9 8-2-3.58-2-8-2zm0 2.5c-1.66 0-3-.22-3-.5s1.34-.5 3-.5 3 .22 3 .5-1.34.5-3 .5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M20 10H4a4 4 0 0 0-4 4v6a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-6a4 4 0 0 0-4-4zm-1 10H5a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2zm0-4H5a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2zM4 8h16a4 4 0 0 0 0-8H4a4 4 0 0 0 0 8zm10.69-5.66a1.16 1.16 0 0 1 .65-.34h3.49a1.16 1.16 0 0 1 .83.34 1.19 1.19 0 0 1 0 1.66L18 5.66a1.19 1.19 0 0 1-1.66 0L14.69 4a1.17 1.17 0 0 1 0-1.66z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M20 0H4a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4zm-7 19H5a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm6-6H5a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2zm0-6H5a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#cac9c9}</style><path class="st0" d="M22 0h-7.01C13.9 0 13 .9 13 2v2c0 .28-.23.5-.5.5h-.28c-.27 0-.65-.17-.83-.38 0 0-.34-.39-.83-.53-.02-.01-.04-.01-.07-.02-.54-.14-1.14-.14-1.93.66-.3.3-.53.7-.56 1.12-.08 1.17.85 2.15 2 2.15.17 0 .34-.03.5-.07.02-.01.04-.01.07-.02.49-.15.83-.53.83-.53.18-.21.55-.38.83-.38h.28A.5.5 0 0 1 13 7v2.01c0 1.1.9 1.99 1.99 1.99.09 0 .13-.22.09-.49 0 0-.24-1.52 1.01-2.86.61-.65 1.43-1.13 2.32-1.15a3.505 3.505 0 0 1 3.55 4.02c-.07.26-.05.48.04.48 1.1 0 2-.9 2-1.99V2c0-1.1-.9-2-2-2z"/><path class="st0" d="M2 11h2c.28 0 .5.23.5.5v.28c0 .27-.17.65-.38.83 0 0-.39.34-.53.83-.01.02-.01.04-.02.07-.14.55-.14 1.15.66 1.94.3.3.7.53 1.12.56 1.17.07 2.15-.86 2.15-2.01 0-.17-.03-.34-.07-.5-.01-.02-.01-.04-.02-.07-.15-.49-.53-.83-.53-.83-.21-.18-.38-.55-.38-.83v-.27c0-.27.22-.5.5-.5h2.01C10.1 11 11 10.1 11 9.01c0-.09-.22-.13-.49-.09 0 0-1.52.24-2.86-1.01C7 7.3 6.52 6.48 6.5 5.59a3.505 3.505 0 0 1 4.02-3.55c.26.07.48.05.48-.04 0-1.1-.9-2-1.99-2H2C.9 0 0 .9 0 2v7.01C0 10.1.9 11 2 11z"/><path class="st0" d="M13.43 20.41c.02.01.04.01.07.02.55.14 1.15.14 1.94-.66.3-.3.53-.7.56-1.12.08-1.17-.84-2.15-1.99-2.15-.17 0-.34.03-.5.07-.02.01-.04.01-.07.02-.49.15-.83.53-.83.53-.18.21-.55.38-.83.38h-.28c-.27 0-.5-.23-.5-.5v-2.01C11 13.9 10.1 13 9.01 13c-.09 0-.13.22-.09.49 0 0 .24 1.52-1.01 2.86-.61.65-1.43 1.13-2.32 1.15a3.505 3.505 0 0 1-3.55-4.02c.07-.26.05-.48-.04-.48-1.1 0-2 .9-2 1.99V22c0 1.1.9 2 2 2h7.01c1.1 0 1.99-.9 1.99-2v-2c0-.27.23-.5.5-.5h.28c.27 0 .65.17.83.38 0 0 .33.38.82.53z"/><path class="st0" d="M22 13h-2c-.27 0-.5-.23-.5-.5v-.28c0-.27.17-.65.38-.83 0 0 .39-.34.53-.83.01-.02.01-.04.02-.07.14-.55.14-1.15-.66-1.94-.3-.3-.7-.53-1.12-.56-1.17-.07-2.15.86-2.15 2.01 0 .17.03.34.07.5.01.02.01.04.02.07.15.49.53.83.53.83.21.18.38.55.38.83v.28c0 .27-.23.5-.5.5h-2.01C13.9 13 13 13.9 13 14.99c0 .09.22.13.49.09 0 0 1.52-.24 2.86 1.01.65.61 1.12 1.42 1.14 2.31a3.493 3.493 0 0 1-4.01 3.56c-.26-.07-.48-.05-.48.04 0 1.1.9 2 1.99 2H22c1.1 0 2-.9 2-2v-7.01c0-1.09-.9-1.99-2-1.99z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_1"><path class="st0" d="M22 3H2C.9 3 0 3.9 0 5v4c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM12 7.04c0 .53-.43.96-.96.96H4.96A.96.96 0 0 1 4 7.04v-.08c0-.53.43-.96.96-.96h6.08c.53 0 .96.43.96.96v.08zm7.79-.84l-2.6 2.6c-.23.23-.58.25-.85.09-.05-.03-.1-.05-.14-.09l-1.6-1.6a.706.706 0 0 1 0-.99c.27-.27.72-.27.99 0l1.1 1.1 2.1-2.1c.27-.27.72-.27.99 0s.29.71.01.99zM22 13H2c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zm-10 4.04c0 .53-.43.96-.96.96H4.96a.96.96 0 0 1-.96-.96v-.08c0-.53.43-.96.96-.96h6.08c.53 0 .96.43.96.96v.08z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_2"><path class="st0" d="M12 0C5.37 0 0 5.37 0 12s5.37 12 12 12 12-5.37 12-12S18.63 0 12 0zm0 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/><circle class="st0" cx="12" cy="12" r="4"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M22 10h-4.35a6 6 0 0 0-11.3 0H2a2 2 0 0 0 0 4h4.35a6 6 0 0 0 11.3 0H22a2 2 0 0 0 0-4zm-10 4a2 2 0 1 1 2-2 2 2 0 0 1-2 2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><path class="st0" d="M12.87 1.08l2.95 5.99c.14.29.42.49.73.53l6.61.96c.8.12 1.12 1.1.54 1.66l-4.78 4.66c-.23.22-.33.55-.28.86l1.13 6.58c.14.8-.7 1.4-1.41 1.03l-5.91-3.11a.976.976 0 0 0-.91 0l-5.91 3.11c-.71.38-1.55-.23-1.41-1.03l1.13-6.58a.973.973 0 0 0-.28-.86L.3 10.22c-.58-.56-.26-1.54.54-1.66l6.6-.96c.32-.05.59-.25.73-.53l2.95-5.99c.36-.72 1.4-.72 1.75 0z" id="Camada_2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M20 10H4a4 4 0 0 0-4 4v6a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-6a4 4 0 0 0-4-4zm-1 10H5a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2zm0-4H5a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2zM4 8h16a4 4 0 0 0 0-8H4a4 4 0 0 0 0 8zm10.69-5.66a1.16 1.16 0 0 1 .65-.34h3.49a1.16 1.16 0 0 1 .83.34 1.19 1.19 0 0 1 0 1.66L18 5.66a1.19 1.19 0 0 1-1.66 0L14.69 4a1.17 1.17 0 0 1 0-1.66z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M2 4h20a2 2 0 0 0 0-4H2a2 2 0 0 0 0 4zM22 20H2a2 2 0 0 0 0 4h20a2 2 0 0 0 0-4zM14 10a1 1 0 0 0 .71-1.71l-2-2a1 1 0 0 0-1.42 0l-2 2A1 1 0 0 0 10 10h.5v4H10a1 1 0 0 0-.71 1.71l2 2a1 1 0 0 0 1.42 0l2-2A1 1 0 0 0 14 14h-.5v-4z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_2"><path class="st0" d="M20 0H4C1.8 0 0 1.8 0 4v6c0 2.2 1.8 4 4 4h16c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zM20 16H4c-2.2 0-4 1.8-4 4s1.8 4 4 4h16c2.2 0 4-1.8 4-4s-1.8-4-4-4zM9.26 20.42c-.41.23-.64.79-.51 1.24.12.45-.14.72-.59.59s-1.01.11-1.24.51c-.23.41-.61.41-.84 0-.23-.41-.79-.64-1.24-.51s-.72-.14-.59-.59c.12-.45-.11-1.01-.51-1.24-.41-.23-.41-.61 0-.84s.64-.79.51-1.24c-.12-.45.14-.72.59-.59s1.01-.11 1.24-.51c.23-.41.61-.41.84 0 .23.41.79.64 1.24.51s.72.14.59.59c-.12.45.11 1.01.51 1.24s.41.61 0 .84zm11 0c-.41.23-.64.79-.51 1.24.12.45-.14.72-.59.59s-1.01.11-1.24.51c-.23.41-.61.41-.84 0-.23-.41-.79-.64-1.24-.51s-.72-.14-.59-.59c.12-.45-.11-1.01-.51-1.24-.41-.23-.41-.61 0-.84s.64-.79.51-1.24c-.12-.45.14-.72.59-.59s1.01-.11 1.24-.51c.23-.41.61-.41.84 0 .23.41.79.64 1.24.51s.72.14.59.59c-.12.45.11 1.01.51 1.24s.41.61 0 .84z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_1_1_"><path class="st0" d="M4 8h16c2.2 0 4-1.8 4-4s-1.8-4-4-4H4C1.8 0 0 1.8 0 4s1.8 4 4 4zm11-6h5c1.1 0 2 .9 2 2s-.9 2-2 2h-5c-1.1 0-2-.9-2-2s.9-2 2-2zM4 2h5c1.1 0 2 .9 2 2s-.9 2-2 2H4c-1.1 0-2-.9-2-2s.9-2 2-2zM4 24h16c2.2 0 4-1.8 4-4v-6c0-2.2-1.8-4-4-4H4c-2.2 0-4 1.8-4 4v6c0 2.2 1.8 4 4 4z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_2"><path class="st0" d="M16 6H8c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1z"/><path class="st0" d="M20 0H4C1.8 0 0 1.8 0 4v16c0 2.2 1.8 4 4 4h16c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zm.45 8.89l1.11 2.21c.24.5-.01.9-.56.9H3c-.55 0-.8-.4-.55-.89L3.56 8.9c.25-.49.25-1.3 0-1.79L2.45 4.89C2.2 4.4 2.45 4 3 4h18c.55 0 .8.4.55.89L20.44 7.1c-.24.5-.24 1.3.01 1.79z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><path class="st0" d="M20 0H4C1.8 0 0 1.8 0 4v16c0 2.2 1.8 4 4 4h16c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zm-6.5 18H15c.55 0 1 .45 1 1s-.45 1-1 1H9c-.55 0-1-.45-1-1s.45-1 1-1h1.5c.28 0 .5-.22.5-.5v-11c0-.28-.22-.5-.5-.5H9c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1h-1.5c-.28 0-.5.22-.5.5v11c0 .28.22.5.5.5z" id="Camada_2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_2"><path class="st0" d="M9.01 8H2c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h7.01V8zM22 8h-7.01v8H22c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2z"/><path class="st0" d="M15 18h-1.5c-.28 0-.5-.22-.5-.5v-11c0-.28.22-.5.5-.5H15c.55 0 1-.45 1-1s-.45-1-1-1H9c-.55 0-1 .45-1 1s.45 1 1 1h1.5c.28 0 .5.22.5.5v11c0 .28-.22.5-.5.5H9c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_2"><path class="st0" d="M3.01 16V8H2c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h1.01zM10 8H8.99v8H10c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2z"/><path class="st0" d="M9 18H7.5c-.28 0-.5-.22-.5-.5v-11c0-.28.22-.5.5-.5H9c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1h1.5c.28 0 .5.22.5.5v11c0 .28-.22.5-.5.5H3c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zM21.75 15.17a.732.732 0 0 0-.53-.22c-.41 0-.75.34-.75.75v-.5c0-.21-.08-.39-.22-.53s-.32-.22-.53-.22c-.31 0-.58.19-.69.46-.04.09-.06.19-.06.29v-.5c0-.21-.08-.39-.22-.53s-.32-.22-.53-.22c-.1 0-.2.02-.29.06-.27.11-.46.38-.46.69v-3c0-.21-.08-.39-.22-.53s-.32-.22-.53-.22c-.31 0-.58.19-.69.46-.04.09-.06.19-.06.29v5.25l-.72-.72a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.63 1.63.53.53c.28.31.67.5 1.11.5h3c.83 0 1.5-.68 1.5-1.5V15.7c0-.17-.07-.33-.17-.45a.201.201 0 0 0-.04-.08z"/><path class="st0" d="M22 8h-6c-1.1 0-2 .9-2 2v4c0 .39.12.75.31 1.06.13-.03.27-.05.41-.05.08 0 .17.01.25.02V11.7c0-.97.79-1.75 1.75-1.75s1.75.79 1.75 1.75v1.27c.39.06.73.24.99.5a1.72 1.72 0 0 1 1.5.5 1.752 1.752 0 0 1 2.01 1.73v.04c.61-.35 1.03-.99 1.03-1.74v-4c0-1.1-.9-2-2-2z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#c9c9c9}</style><g id="Camada_2"><path class="st0" d="M15.01 16V8H14c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h1.01zM22 8h-1.01v8H22c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2z"/><path class="st0" d="M21 18h-1.5c-.28 0-.5-.22-.5-.5v-11c0-.28.22-.5.5-.5H21c.55 0 1-.45 1-1s-.45-1-1-1h-6c-.55 0-1 .45-1 1s.45 1 1 1h1.5c.28 0 .5.22.5.5v11c0 .28-.22.5-.5.5H15c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zM9.63 11.51l-.59-.33c-.48-.27-.75-.93-.6-1.46l.18-.65c.15-.53-.17-.84-.7-.7l-.64.18c-.53.15-1.19-.12-1.46-.6l-.33-.59c-.27-.48-.71-.48-.99 0l-.33.59c-.27.48-.92.75-1.45.6l-.65-.18c-.53-.15-.84.17-.7.7l.18.65c.15.53-.12 1.19-.6 1.46l-.59.33c-.48.27-.48.71 0 .99l.59.33c.48.27.75.93.6 1.46l-.18.65c-.15.53.17.84.7.7l.65-.18c.53-.15 1.19.12 1.46.6l.33.59c.27.48.71.48.99 0l.33-.59c.27-.48.93-.75 1.46-.6l.65.18c.53.15.84-.17.7-.7l-.18-.65c-.15-.53.12-1.19.6-1.46l.59-.33c.46-.28.46-.72-.02-.99z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M18 6H6a6 6 0 0 0 0 12h12a6 6 0 0 0 0-12zM6 16a4 4 0 1 1 4-4 4 4 0 0 1-4 4z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9}</style></defs><path class="cls-1" d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0zm3.64 12.36l-4.78 4.78a.5.5 0 0 1-.86-.36V7.22a.5.5 0 0 1 .86-.36l4.78 4.78a.51.51 0 0 1 0 .72z"/></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1133.86 849.86"><defs><style>.cls-1{fill:#616160}</style></defs><title>svg-charts</title><path class="cls-1" d="M1106.45 705.91a24.74 24.74 0 0 1 7.48 18.16v85.47a25.54 25.54 0 0 1-25.64 25.64H45.57a24.74 24.74 0 0 1-18.16-7.48 24.72 24.72 0 0 1-7.48-18.16V40.32a24.7 24.7 0 0 1 7.48-18.16 24.7 24.7 0 0 1 18.16-7.48H131a24.7 24.7 0 0 1 18.16 7.48 24.7 24.7 0 0 1 7.48 18.16v658.11h931.61a24.72 24.72 0 0 1 18.2 7.48zM635.3 339.46L453.68 95.88q-8.55-10.69-22.43-9.62T411 98L225.05 407.84v222.21h820.51l-192.31-401.7q-4.28-10.68-16-13.89t-20.3 5.34v-2.13z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><style>.st0{fill:#323232}.st1{fill:#fbfbfb}</style><path class="st0" d="M9.3 79.5c-4.7-1.5-8-4.3-9.3-9.1V9.7C2.9 2.6 5.8.5 13.3.5h52.8C74.4.5 77.6 2.9 80 10.8v58.6c-1.2 5.7-4.6 9.1-10.4 10.2-20.1 0-40.2-.1-60.3-.1z"/><path class="st1" d="M39.6 67.4c-4.8 0-9.5.1-14.3 0-5.6-.1-9.1-3.4-9-8.7 0-8 3.9-14.5 8.8-20.4 2-2.4 4.9-2.1 7.5-.6 4.7 2.6 9.4 2.5 14.1.1 4.3-2.2 7.4-.9 9.9 3 3.3 5 6.1 10.1 6.8 16.1.8 6.7-2.7 10.6-9.5 10.7-4.8-.2-9.5-.2-14.3-.2z"/><path class="st1" d="M50.4 24.6c0 6.8-4.5 11.8-10.6 11.7-5.8-.1-10.2-5-10.3-11.6-.1-6.6 4.6-12 10.4-12.1 5.8.1 10.5 5.4 10.5 12z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
angular.module("MyApp").directive("ngTranslateLanguageSelect",["LocaleService",function(a){"use strict";return{restrict:"A",replace:!0,template:"<div class=\"language-select\" ng-if=\"visible\"><label><select ng-init=\"currentLocaleDisplayName = localesDisplayNames[0]\"ng-model=\"currentLocaleDisplayName\" ng-options=\"localesDisplayName for localesDisplayName in localesDisplayNames\" ng-change=\"changeLanguage(currentLocaleDisplayName)\">aria-label=\"Language Selector\"</select></label></div>",controller:["$scope",function(b){b.currentLocaleDisplayName=a.getLocaleDisplayName(),b.localesDisplayNames=a.getLocalesDisplayNames(),b.visible=b.localesDisplayNames&&1<b.localesDisplayNames.length,b.changeLanguage=function(b){a.setLocaleByDisplayName(b)}}]}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
angular.module("MyApp").service("LocaleService",["$translate","LOCALES","$rootScope","tmhDynamicLocale",function(a,b,c,d){"use strict";var e=b.locales,f=Object.keys(e);f&&0!==f.length||console.error("There are no _LOCALES provided");var g=[];f.forEach(function(a){g.push(e[a])});var h=a.proposedLanguage(),i=function(a){return-1!==f.indexOf(a)},j=function(b){return i(b)?void(h=b,a.use(b)):void console.error("Locale name \""+b+"\" is invalid")};return c.$on("$translateChangeSuccess",function(a,b){document.documentElement.setAttribute("lang",b.language),d.set(b.language.toLowerCase().replace(/_/g,"-"))}),{getLocaleDisplayName:function(){return e[h]},setLocaleByDisplayName:function(a){j(f[g.indexOf(a)])},getLocalesDisplayNames:function(){return g}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var cronappModules=["ionic","ui.router","ngResource","ngSanitize","custom.controllers","custom.services","ui.bootstrap","report.services","datasourcejs","pascalprecht.translate","tmh.dynamicLocale","ui-notification","ngFileUpload","angularMoment","upload.services","ngAria","ngCookies"];window.customModules&&(cronappModules=cronappModules.concat(window.customModules)),window.paceOptions={document:!0,eventLag:!0,restartOnPushState:!0,restartOnRequestAfter:!0,ajax:{trackMethods:["PUT","POST","GET"]}};var app=function(){return angular.module("MyApp",cronappModules).constant("LOCALES",{locales:{pt_br:"Portugues (Brasil)",en_us:"English"},preferredLocale:"pt_br"}).run(["$ionicPlatform",function(a){a.ready(function(){setTimeout(function(){navigator.splashscreen&&navigator.splashscreen.hide()},100),window.cordova&&window.cordova.plugins&&window.cordova.plugins.Keyboard&&(cordova.plugins.Keyboard.hideKeyboardAccessoryBar(!0),cordova.plugins.Keyboard.disableScroll(!0)),window.StatusBar&&StatusBar.styleDefault(),ionic.Platform.is("ios")&&window.addEventListener("orientationchange",function(){var a=document.body.style.marginTop;document.body.style.marginTop="1px",setTimeout(function(){document.body.style.marginTop=a},100)},!1)})}]).config(["$httpProvider","$compileProvider",function(a,b){b.imgSrcSanitizationWhitelist(/^\s*(https?|ftp|file|blob|ionic):|data:image/);a.interceptors.push(["$q","$rootScope","$injector",function(a,b,c){return{request:function(a){var b=JSON.parse(localStorage.getItem("_u"));return b&&b.token&&(a.headers["X-AUTH-TOKEN"]=b.token,window.uToken=b.token),a},responseError:function(b){if(500===b.status){let a=c.get("$state"),b=c.get("$http"),d=c.get("Notification");window.refreshToken(d,b,()=>{},b=>{404!==b.status&&(localStorage.removeItem("_u"),a.go("login"))})}return a.reject(b)}}}])}]).config(["$stateProvider","$urlRouterProvider","$ionicConfigProvider",function(a,b,c){c.navBar.alignTitle("center"),c.tabs.position("bottom"),ionic.Platform.isIOS()&&c.scrolling.jsScrolling(!1)}]).config(["$stateProvider","$urlRouterProvider","NotificationProvider",function(a,b,c){c.setOptions({delay:5e3,startTop:20,startRight:10,verticalSpacing:20,horizontalSpacing:20,positionX:"right",positionY:"top"}),window.customStateProvider?window.customStateProvider(a):a.state("main",{url:"",cache:!1,controller:"InitialController",templateUrl:function(){return navigator.app,""}}).state("login",{url:"/app/login",cache:!1,controller:"LoginController",templateUrl:"views/login.view.html"}).state("publicRoot",{url:"/public/{name:.*}",cache:!1,controller:"PageController",templateUrl:function(a){return"views/public/"+a.name+".view.html"}}).state("public",{url:"/app/public",cache:!1,controller:"PublicMenuController",templateUrl:"node_modules/cronapp-framework-mobile-js/components/templates/publicMenu.template.html"}).state("public.pages",{url:"/{name:.*}",cache:!1,views:{menuContent:{controller:"PageController",templateUrl:function(a){return"views/public/"+a.name+".view.html"}}}}).state("app",{url:"/app/logged",cache:!1,controller:"MenuController",templateUrl:"node_modules/cronapp-framework-mobile-js/components/templates/menu.template.html"}).state("app.home",{url:"/home",cache:!1,views:{menuContent:{controller:"PageController",templateUrl:"views/logged/home.view.html"}},resolve:{data:["$translate",function(a){a.refresh()}]}}).state("app.pages",{url:"/{name:.*}",cache:!1,views:{menuContent:{controller:"PageController",templateUrl:function(a){return"views/logged/"+a.name+".view.html"}}}}).state("404",{url:"/error/404",cache:!1,controller:"PageController",templateUrl:function(){return"views/error/404.view.html"}}).state("403",{url:"/error/403",cache:!1,controller:"PageController",templateUrl:function(){return"views/error/403.view.html"}}),b.otherwise("/error/404")}]).config(["$translateProvider","tmhDynamicLocaleProvider",function(a,b){a.uniformLanguageTag("bcp47"),a.useLoader("customTranslateLoader",{files:[{prefix:"i18n/locale_",suffix:".json"},{prefix:"node_modules/cronapp-framework-mobile-js/i18n/locale_",suffix:".json"}]}),a.registerAvailableLanguageKeys(window.translations.localesKeys,window.translations.localesRef);var c=(window.navigator.userLanguage||window.navigator.language).replace("-","_").toLowerCase();a.use(c),a.useSanitizeValueStrategy("escaped"),b.localeLocationPattern("node_modules/angular-i18n/angular-locale_{{locale}}.js")}]).config(["$sceProvider",function(a){a.enabled(!1)}]).directive("crnValue",["$parse",function(a){return{restrict:"A",require:"^ngModel",link:function(b,c,d,e){var f;f=d.value?d.value:a(d.crnValue)(b),c.attr("data-evaluated",JSON.stringify(f)),c.bind("click",function(){b.$apply(function(){e.$setViewValue(f),$(c).data("changed",!0)}.bind(c))}),b.$watch(function(){return e.$modelValue},function(a,b){if(a!==b){var d=c.attr("data-evaluated"),e=$(c).data("changed");$(c).data("changed",!1),e||(a&&JSON.stringify(""+a)==d?$(c)[0].children[0].checked=!0:$(c)[0].children[0].checked=!1)}})}}}]).decorator("$xhrFactory",["$delegate","$injector",function(a,b){return function(c,d){var e=a(c,d),f=b.get("$http"),g=f.pendingRequests[f.pendingRequests.length-1];return angular.isFunction(g.onProgress)&&e.upload.addEventListener("progress",g.onProgress),e}}]).run(["$rootScope","$state","$stateParams","$timeout","$injector",function(a,b,c,d,e){a.$state=b,a.$stateParams=c,a.$on("$stateChangeError",function(){if(6<=arguments.length){var a=arguments[5];(404===a.status||403===a.status||401===a.status)&&(localStorage.removeItem("_u"),b.go("login").catch(function(){b.go("404")}))}else b.go("404")}),a.$on("$stateChangeSuccess",function(c,f){let g=e.get("$http"),h=e.get("Notification");app.isPublicRoute(f)||window.refreshToken(h,g,()=>{},a=>{404!==a.status&&(localStorage.removeItem("_u"),b.go("login"))}),d(()=>{let b=$("ion-view ion-header-bar .title").last().text(),c=window.location.hash?window.location.hash.split("/"):"",d=c?c[c.length-1]:"",e=window.camelCaseToSentenceCase(window.toCamelCase(d));a.ionViewTitle=b||e||f.name}),setTimeout(function(){$($(".icon.ion-plus-round").parent()).off("click"),$($(".icon.ion-plus-round").parent()).on("click",function(){$("[required]").removeClass("input-validation-error"),$("input:invalid").removeClass("input-validation-error")}),$($(".icon.ion-checkmark").parent()).off("click"),$($(".icon.ion-checkmark").parent()).on("click",function(){$("[required].ng-invalid-required, [required].ng-invalid, [required].ng-empty").addClass("input-validation-error"),$("input:invalid").addClass("input-validation-error")}),$("input").off("keydown"),$("input").on("keydown",function(){$(this).removeClass("input-validation-error")})},300)}),setInterval(()=>$("ion-nav-view[name=\"menuContent\"] .button.button-clear.hide").removeClass("hide"),300)}])}(window);app.userEvents={},app.config={},app.config.datasourceApiVersion=2,app.config.defaultRoute="/app",app.publicRoutes=["publicRoot","public","public.pages","main"],app.isPublicRoute=a=>app.publicRoutes.includes(a.name),app.bindScope=function(a,b){var c={};for(var d in b)c[d]="string"==typeof b[d]||"boolean"==typeof b[d]?b[d]:"function"==typeof b[d]?b[d].bind(a):app.bindScope(a,b[d]);return c},app.registerEventsCronapi=function(a,b,c,d){for(var e in app.userEvents)a[e]=app.userEvents[e].bind(a);a.vars={},a.$evt=$evt||void 0;try{cronapi&&(a.cronapi=app.bindScope(a,cronapi),a.cronapi.$scope=a,a.cronapi.$scope.$ionicModal=c,a.cronapi.$scope.$ionicLoading=d,a.safeApply=safeApply,b&&(a.cronapi.$translate=b))}catch(a){console.info("Not loaded cronapi functions"),console.info(a)}try{blockly&&(blockly.cronapi=cronapi,a.blockly=app.bindScope(a,blockly))}catch(a){console.info("Not loaded blockly functions"),console.info(a)}},app.copyContext=function(a,b,c){if(a)for(var d in a)b[d]?b[d+c]=a[d]:b[d]=a[d]},app.factory("customTranslateLoader",["$http","$q",function(a,b){return function(c){if(!c||!angular.isArray(c.files)&&(!angular.isString(c.prefix)||!angular.isString(c.suffix)))throw new Error("Couldn't load static files, no files and prefix or suffix specified!");c.files||(c.files=[{prefix:c.prefix,suffix:c.suffix}]);for(var d=function(d){if(!d||!angular.isString(d.prefix)||!angular.isString(d.suffix))throw new Error("Couldn't load static file, no prefix or suffix specified!");var e=b.defer();return a(angular.extend({url:[d.prefix,c.key,d.suffix].join(""),method:"GET",params:""},c.$http)).success(function(a){e.resolve(a)}).error(function(){e.resolve({})}),e.promise},e=b.defer(),f=[],g=c.files.length,h=0;h<g;h++)f.push(d({prefix:c.files[h].prefix,key:c.key,suffix:c.files[h].suffix}));return b.all(f).then(function(a){for(var b=a.length,c={},d=0;d<b;d++)for(var f in a[d])c[f]=a[d][f];e.resolve(c)},function(a){e.reject(a)}),e.promise}}]),window.safeApply=function(a){var b=this.$root.$$phase;"$apply"==b||"$digest"==b?a&&"function"==typeof a&&a():this.$apply(a)},window.toCamelCase=function(a){return a.toLowerCase().replace(/[-_\.]+/g," ").replace(/[^\w\s]/g,"").replace(/ (.)/g,function(a){return a.toUpperCase()}).replace(/ /g,"")},window.camelCaseToSentenceCase=function(a){let b=a.replace(/([A-Z])/g," $1");return b.charAt(0).toUpperCase()+b.slice(1)},window.refreshToken=function(a,b,c,d){window.hostApp?b({method:"GET",url:window.hostApp+"auth/refresh"}).success(function(e){console.log("revive :",new Date(e.expires)),localStorage.setItem("_u",JSON.stringify(e)),setTimeout(function(){window.refreshToken(a,b,c,d)},1800000),c()}).error(function(a){d(a)}):a.error("HostApp is required to refresh token!")};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var cronappModules=["ionic","ui.router","ngResource","ngSanitize","custom.controllers","custom.services","report.services","datasourcejs","pascalprecht.translate","tmh.dynamicLocale","ui-notification","ngFileUpload","angularMoment"];window.customModules&&(cronappModules=cronappModules.concat(window.customModules));var app=function(){return angular.module("MyApp",cronappModules).constant("LOCALES",{locales:{pt_br:"Portugues (Brasil)",en_us:"English"},preferredLocale:"pt_br"}).run(["$ionicPlatform",function(a){a.ready(function(){setTimeout(function(){navigator.splashscreen&&navigator.splashscreen.hide()},100),window.cordova&&window.cordova.plugins&&window.cordova.plugins.Keyboard&&(cordova.plugins.Keyboard.hideKeyboardAccessoryBar(!0),cordova.plugins.Keyboard.disableScroll(!0)),window.StatusBar&&StatusBar.styleDefault()})}]).config(["$httpProvider",function(a){a.interceptors.push(["$q","$rootScope",function(){return{request:function(a){var b=JSON.parse(sessionStorage.getItem("_u"));return b&&b.token&&(a.headers["X-AUTH-TOKEN"]=b.token),a}}}])}]).config(["$stateProvider","$urlRouterProvider","$ionicConfigProvider",function(a,b,c){c.navBar.alignTitle("center"),ionic.Platform.isIOS()&&c.scrolling.jsScrolling(!1)}]).config(["$stateProvider","$urlRouterProvider","NotificationProvider",function(a,b,c){c.setOptions({delay:5e3,startTop:20,startRight:10,verticalSpacing:20,horizontalSpacing:20,positionX:"right",positionY:"top"}),window.customStateProvider?window.customStateProvider(a):a.state("index",{url:"",controller:"HomeController",templateUrl:"views/home.view.html"}).state("main",{url:"/",controller:"HomeController",templateUrl:"views/home.view.html"}).state("home",{url:"/home",controller:"HomeController",templateUrl:"views/home.view.html"}).state("pages",{url:"/app/{name:.*}",cache:!1,controller:"PageController",templateUrl:function(a){return"views/"+a.name+".view.html"}}).state("404",{url:"/error/404",controller:"PageController",templateUrl:function(){return"views/error/404.view.html"}}).state("403",{url:"/error/403",controller:"PageController",templateUrl:function(){return"views/error/403.view.html"}}),b.otherwise("/error/404")}]).config(["$translateProvider","tmhDynamicLocaleProvider",function(a,b){a.useMissingTranslationHandlerLog(),a.useStaticFilesLoader({prefix:"i18n/locale_",suffix:".json"}),a.registerAvailableLanguageKeys(["pt_br","en_us"],{"en*":"en_us","pt*":"pt_br","*":"pt_br"});var c=(window.navigator.userLanguage||window.navigator.language||"pt_br").replace("-","_");a.use(c.toLowerCase()),a.useSanitizeValueStrategy("escaped"),b.localeLocationPattern("node_modules/angular-i18n/angular-locale_{{locale}}.js")}]).directive("crnValue",["$parse",function(a){return{restrict:"A",require:"^ngModel",link:function(b,c,d,e){var f;f=d.value?d.value:a(d.crnValue)(b),c.attr("data-evaluated",JSON.stringify(f)),c.bind("click",function(){b.$apply(function(){e.$setViewValue(f)}.bind(c))})}}}]).decorator("$xhrFactory",["$delegate","$injector",function(a,b){return function(c,d){var e=a(c,d),f=b.get("$http"),g=f.pendingRequests[f.pendingRequests.length-1];return angular.isFunction(g.onProgress)&&e.upload.addEventListener("progress",g.onProgress),e}}]).controller("PageController",["$scope","$stateParams","Notification","$location","$http","$rootScope","$ionicModal","$translate",function(a,b,c,d,e,f,g,h){for(var i in app.registerEventsCronapi(a,h,g),f.http=e,a.Notification=c,app.userEvents)a[i]=app.userEvents[i].bind(a);a.params=b,a.$http=e;var j=d.search();for(var k in j)j.hasOwnProperty(k)&&(a.params[k]=j[k]);registerComponentScripts();try{var l=$controller("AfterPageController",{$scope:a});app.copyContext(l,this,"AfterPageController")}catch(a){}}]).run(["$rootScope","$state",function(a,b){a.$on("$stateChangeError",function(){if(6<=arguments.length){var a=arguments[5];(404===a.status||403===a.status)&&b.go(a.status.toString())}else b.go("404")}),a.$on("$stateChangeSuccess",function(){setTimeout(function(){$($(".icon.ion-plus-round").parent()).off("click"),$($(".icon.ion-plus-round").parent()).on("click",function(){$("[required]").removeClass("input-validation-error"),$("input:invalid").removeClass("input-validation-error")}),$($(".icon.ion-checkmark").parent()).off("click"),$($(".icon.ion-checkmark").parent()).on("click",function(){$("[required].ng-invalid-required, [required].ng-invalid, [required].ng-empty").addClass("input-validation-error"),$("input:invalid").addClass("input-validation-error")}),$("input").off("keydown"),$("input").on("keydown",function(){$(this).removeClass("input-validation-error")})},300)}),setInterval(()=>$("ion-nav-view[name=\"menuContent\"] .button.button-clear.hide").removeClass("hide"),300)}])}(window);app.userEvents={},app.config={},app.config.datasourceApiVersion=2,app.config.defaultRoute="/app",app.bindScope=function(a,b){var c={};for(var d in b)c[d]="string"==typeof b[d]||"boolean"==typeof b[d]?b[d]:"function"==typeof b[d]?b[d].bind(a):app.bindScope(a,b[d]);return c},app.registerEventsCronapi=function(a,b,c){for(var d in app.userEvents)a[d]=app.userEvents[d].bind(a);a.vars={},a.$evt=$evt;try{cronapi&&(a.cronapi=app.bindScope(a,cronapi),a.cronapi.$scope=a,a.cronapi.$scope.$ionicModal=c,a.safeApply=safeApply,b&&(a.cronapi.$translate=b))}catch(a){console.info("Not loaded cronapi functions"),console.info(a)}try{blockly&&(blockly.cronapi=cronapi,a.blockly=app.bindScope(a,blockly))}catch(a){console.info("Not loaded blockly functions"),console.info(a)}},window.safeApply=function(a){var b=this.$root.$$phase;"$apply"==b||"$digest"==b?a&&"function"==typeof a&&a():this.$apply(a)};var registerComponentScripts=function(){$(".carousel-indicators li").on("click",function(){var a="#"+$(this).parent().parent().parent().attr("id"),b=$(a+" .carousel-indicators li").index(this);$(a+" #carousel-example-generic").carousel(b)})};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(){angular.module("custom.controllers",[]),app.controller("LoginController",["$scope","$http","$location","$rootScope","$window","$state","$translate","Notification","ReportService","$ionicLoading","$timeout","$stateParams","$ionicModal","$cookies",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){function o(b){"undefined"!=typeof Storage&&localStorage.setItem("_u",JSON.stringify(b)),f.go("app.home"),a.blockly&&a.blockly.events&&a.blockly.events.onLogin&&a.blockly.events.onLogin instanceof Function&&a.blockly.events.onLogin()}function p(a){let b;if(null!==a&&a.message){let c=JSON.parse(a.message);b=c.exception}else b="string"==typeof a?a:g.instant("General.ErrorNotSpecified");h.error(b)}d.refreshToken=window.refreshToken,app.registerEventsCronapi(a,g,m,j),d.http=b,a.Notification=h,a.params=l,d.getReport=function(a,b,c){i.openReport(a,b,c)};let q=c.search();for(let o in q)q.hasOwnProperty(o)&&(a.params[o]=q[o]);for(let o in app.userEvents)app.userEvents.hasOwnProperty(o)&&(a[o]=app.userEvents[o].bind(a));if(a.redirectToLogin=function(){localStorage.setItem("redir_mob",!0),e.location.href="/login"},a.autoLogin=function(){localStorage.getItem("_u")&&JSON.parse(localStorage.getItem("_u")).token&&window.refreshToken(h,b,function(){f.go("app.home")},function(){localStorage.removeItem("_u")})},a.autoLogin(),n.get("_u")){if(!localStorage.getItem("_u")){var r=decodeURIComponent(n.get("_u"));localStorage.setItem("_u",r)}f.go("app.home")}a.user={username:"",password:""},a.message={},a.login=function(c,d,e){a.message.error=void 0;let f={username:c?c:a.user.username,password:d?d:a.user.password},g={"Content-Type":"application/x-www-form-urlencoded"};e&&(g["X-AUTH-TOKEN"]=e),window.hostApp?b({method:"POST",url:window.hostApp+"auth",data:$.param(f),headers:g}).success(o).error(p):h.error("HostApp is required!")},d.infiniteReached=function(){};try{let b=$controller("AfterLoginController",{$scope:a});app.copyContext(b,this,"AfterLoginController")}catch(a){}k(function(){a.blockly&&a.blockly.events&&a.blockly.events.afterLoginRender&&a.blockly.events.afterLoginRender instanceof Function&&a.blockly.events.afterLoginRender()})}]),app.controller("HomeController",["$scope","$http","$rootScope","$state","$timeout","$translate","Notification","$ionicHistory","$ionicModal","$ionicLoading","$stateParams","$location","$controller","UploadService","ReportService",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){app.registerEventsCronapi(a,f,i,j),c.http=b,c.Notification=g,c.UploadService=n,a.params=k,c.getReport=function(a,b,c){o.openReport(a,b,c)};let p=l.search();for(let q in p)p.hasOwnProperty(q)&&(a.params[q]=p[q]);for(let p in app.userEvents)app.userEvents.hasOwnProperty(p)&&(a[p]=app.userEvents[p].bind(a));c.session=localStorage._u?JSON.parse(localStorage._u):null,c.session?c.session.token&&window.refreshToken(g,b,function(){},c.logout):!a.ignoreAuth&&("undefined"!=typeof Storage&&sessionStorage.removeItem("_u"),d.go("login"));try{var q=m("AfterHomeController",{$scope:a});app.copyContext(q,this,"AfterHomeController")}catch(a){}e(function(){a.blockly&&a.blockly.events&&a.blockly.events.afterHomeRender&&a.blockly.events.afterHomeRender instanceof Function&&a.blockly.events.afterHomeRender()})}]),app.controller("PublicController",["$controller","$scope",function(a,b){b.ignoreAuth=!0,angular.extend(this,a("HomeController",{$scope:b}))}]),app.controller("MenuController",["$scope","$http","$rootScope","$state","$timeout","$translate","Notification","$ionicHistory","$ionicModal","$ionicLoading","$cookies",function(a,b,c,d,e,f,g,h,i,j,k){for(let l in app.registerEventsCronapi(a,f,i,j),c.http=b,a.Notification=g,a.isExtendedFromPublic||(a.folder="logged"),app.userEvents)a[l]=app.userEvents[l].bind(a);a.ignoreAuth||(a.openChangePassword=function(){a.modal.modelEl?a.modal.show():b({url:"views/logged/_changepassword.view.html"}).then(function(b){a.modal=i.fromTemplate($(b.data).last().text(),{scope:a,animation:"slide-in-up"}),a.modal.show()})},a.closeChangePassword=function(){a.modal.hide()},c.logout=function(){const a=a=>{if(c.session={},k.remove("_u",{path:"/"}),"undefined"!=typeof Storage&&localStorage.removeItem("_u"),a&&a.logoutUri){const b=cordova.InAppBrowser.open(a.logoutUri,"_blank","location=no,footer=yes,zoom=no,enableViewportScale=yes,hidenavigationbuttons=yes,clearcache=yes"),c=e=>{e.url===a.appBaseUrl&&(b.removeEventListener("loadstart",c),b.close(),d.go("login"))};b.addEventListener("loadstart",c)}else d.go("login")};b({method:"GET",url:window.hostApp+"logout",headers:{"Content-Type":"application/json"}}).success(a).error(a)}),a.http({method:"GET",url:"views/"+a.folder+"/menu.view.html"}).then(function(b){0<$(b.data).find("ion-nav-bar").length?(a.isOldMenu=!0,0<$(document).find("ion-header-bar").length&&$(document).find("ion-nav-bar").show()):a.isOldMenu=!1})}]),app.controller("PublicMenuController",["$controller","$scope",function(a,b){b.folder="public",b.isExtendedFromPublic=!0,angular.extend(this,a("MenuController",{$scope:b}))}]),app.controller("chatController",["$scope","$state","$ionicPopup","$ionicScrollDelegate","$timeout","$interval","$ionicModal","$translate","$rootScope","$http","Notification",function(a,b,c,d,f,g,h,i,j,k,l){for(let e in app.registerEventsCronapi(a,i,h,$ionicLoading),j.http=k,a.Notification=l,app.userEvents)a[e]=app.userEvents[e].bind(a);let m,n,o,p=JSON.parse(localStorage._u).user.username,q=d.$getByHandle("userMessageScroll");a.enter=function(){f(function(){m=document.body.querySelector(".homeView .bar-footer"),n=document.body.querySelector(".homeView .scroll-content"),o=angular.element(m.querySelector("textarea"))},0)},a.isEnter=function(a){13===a.keyCode?f(function(){a.stopPropagation(),$("#sendButton").trigger("click")},0):null},a.refreshScroll=function(b,c){f(function(){b=b||a.scrollDown,q.resize(),b&&q.scrollBottom(!0),a.checkScroll()},c||1e3)},a.scrollDown=!0,a.checkScroll=function(){return f(function(){let b=q.getScrollPosition().top,c=q.getScrollView().__maxScrollTop;a.scrollDown=b>=c,a.$apply()},0),!0}}]),app.controller("PageController",["$scope","$stateParams","Notification","$location","$http","$rootScope","$translate","$ionicModal","$ionicLoading","$timeout","UploadService","ReportService",function(a,b,c,d,e,f,g,h,i,j,k,l){app.registerEventsCronapi(a,g,h,i),f.http=e,f.Notification=c,a.params=b,f.$http=e,f.UploadService=k,a.listCanSwipe=!0,f.getReport=function(a,b,c){l.openReport(a,b,c)};let m=d.search();for(let n in m)m.hasOwnProperty(n)&&(a.params[n]=m[n]);if(f.session=void 0===localStorage.getItem("_u")?null:JSON.parse(localStorage.getItem("_u")),a.registerComponentScripts=function(){$(".carousel-indicators li").on("click",function(){let a="#"+$(this).parent().parent().parent().attr("id"),b=$(a+" .carousel-indicators li").index(this);$(a+" #carousel-example-generic").carousel(b)})},a.registerComponentScripts(),a.isOldMenu){let b=a.params.name||"home";a.http({method:"GET",url:"views/logged/"+b+".view.html"}).then(function(a){0<$(a.data).find("ion-header-bar").length?$(document).find("ion-nav-bar").hide():0<$(document).find("ion-header-bar").length&&$(document).find("ion-nav-bar").show()})}try{let b=$controller("AfterPageController",{$scope:a});app.copyContext(b,this,"AfterPageController")}catch(a){}j(function(){a.blockly&&a.blockly.events&&a.blockly.events.afterPageRender&&a.blockly.events.afterPageRender instanceof Function&&a.blockly.events.afterPageRender()})}]),app.controller("InitialController",["$scope","$stateParams","$http","Notification","$location","$rootScope","$translate","$ionicModal","$ionicLoading","$ionicPlatform","$controller","$timeout","UploadService","$ionicHistory",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){j.registerBackButtonAction(function(a){let b=n.viewHistory();b.histories&&b.histories&&Object.keys(b.histories).length&&("app.home"===b.currentView.stateName?(a.preventDefault(),a.stopPropagation(),navigator.app.exitApp()):window.history.back())},101),app.registerEventsCronapi(a,g,h,i),f.http=c,f.Notification=d,f.UploadService=m,a.params=b,a.$http=c;let o=e.search();for(let p in o)o.hasOwnProperty(p)&&(a.params[p]=o[p]);a.blockly.js.blockly.auth.Home.change();try{let b=k("AfterHomeController",{$scope:a});app.copyContext(b,this,"AfterHomeController")}catch(a){}l(function(){a.blockly&&a.blockly.events&&a.blockly.events.afterHomeRender&&a.blockly.events.afterHomeRender instanceof Function&&a.blockly.events.afterHomeRender()})}])})(app),window.safeApply=function(a){let b=this.$root.$$phase;"$apply"===b||"$digest"===b?a&&"function"==typeof a&&a():this.$apply(a)};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(){angular.module("custom.controllers",[]),app.controller("HomeController",["$scope","$http","$rootScope","$state","$translate","Notification","ReportService","$ionicModal",function(a,b,c,d,e,f,g,h){for(var i in c.http=b,app.registerEventsCronapi(a,e,h),a.Notification=f,c.getReport=function(a,b){g.openReport(a,b)},app.userEvents)app.userEvents.hasOwnProperty(i)&&(a[i]=app.userEvents[i].bind(a));a.message={};try{var j=$controller("AfterHomeController",{$scope:a});app.copyContext(j,this,"AfterHomeController")}catch(a){}try{a.blockly.events.afterHomeRender&&a.blockly.events.afterHomeRender()}catch(a){}}]),app.controller("chatController",["$scope","$state","$ionicPopup","$ionicScrollDelegate","$timeout","$interval","$ionicModal","$translate","$rootScope","$http","Notification",function(a,b,c,d,f,g,h,i,j,k,l){for(var m in app.registerEventsCronapi(a,i),j.http=k,a.Notification=l,app.userEvents)app.userEvents.hasOwnProperty(m)&&(a[m]=app.userEvents[m].bind(a));var e,n,o,p=d.$getByHandle("userMessageScroll");a.enter=function(){f(function(){e=document.body.querySelector(".homeView .bar-footer"),n=document.body.querySelector(".homeView .scroll-content"),o=angular.element(e.querySelector("textarea"))},0)},a.isEnter=function(a){13===a.keyCode?f(function(){a.stopPropagation(),$("#sendButton").trigger("click")},0):null},a.refreshScroll=function(b,c){f(function(){b=b||a.scrollDown,p.resize(),b&&p.scrollBottom(!0),a.checkScroll()},c||1e3)},a.scrollDown=!0,a.checkScroll=function(){return f(function(){var b=p.getScrollPosition().top,c=p.getScrollView().__maxScrollTop;a.scrollDown=b>=c,a.$apply()},0),!0}}])})(app);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
app.controller("AfterLoginController",["$scope",function(){}]),app.controller("AfterHomeController",["$scope",function(){}]),app.controller("AfterPageController",["$scope",function(){}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
window.customModules=[];
|
|
File without changes
|