cronapp-framework-mobile-js 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +1 -0
- package/components/crn-QRCode.components.json +55 -0
- package/components/crn-anchor.components.json +290 -0
- package/components/crn-button-bar.components.json +64 -0
- package/components/crn-button.components.json +339 -0
- package/components/crn-card.components.json +95 -0
- package/components/crn-chart.components.json +57 -0
- package/components/crn-chat.components.json +8 -0
- package/components/crn-checkbox.components.json +330 -0
- package/components/crn-complex-search.components.json +43 -0
- package/components/crn-component.components.json +58 -0
- package/components/crn-container.components.json +21 -0
- package/components/crn-cron-crud.components.json +21 -0
- package/components/crn-datasource.components.json +188 -0
- package/components/crn-dynamic-file.components.json +142 -0
- package/components/crn-dynamic-image.components.json +156 -0
- package/components/crn-dynamic-select.components.json +111 -0
- package/components/crn-enterprise-combobox.components.json +162 -0
- package/components/crn-evaluation.components.json +64 -0
- package/components/crn-filter-button.components.json +327 -0
- package/components/crn-form-template.components.json +11 -0
- package/components/crn-frame.components.json +59 -0
- package/components/crn-header-button.components.json +63 -0
- package/components/crn-heading.components.json +109 -0
- package/components/crn-icon.components.json +305 -0
- package/components/crn-image.components.json +124 -0
- package/components/crn-infinite-scroll.components.json +29 -0
- package/components/crn-input-button.components.json +294 -0
- package/components/crn-input-floating.components.json +198 -0
- package/components/crn-input-icon.components.json +389 -0
- package/components/crn-input-inline.components.json +198 -0
- package/components/crn-input.components.json +185 -0
- package/components/crn-ion-content.components.json +24 -0
- package/components/crn-ion-footer-bar.components.json +515 -0
- package/components/crn-ion-header-bar.components.json +343 -0
- package/components/crn-ion-list.components.json +152 -0
- package/components/crn-ion-nav-buttons.components.json +63 -0
- package/components/crn-ion-segment-item.components.json +68 -0
- package/components/crn-ion-segment.components.json +1009 -0
- package/components/crn-ion-tab-item.components.json +50 -0
- package/components/crn-ion-tab.components.json +270 -0
- package/components/crn-item-options.components.json +26 -0
- package/components/crn-item-select.components.json +72 -0
- package/components/crn-item-swipe.components.json +62 -0
- package/components/crn-kendo-chat.components.json +88 -0
- package/components/crn-label.components.json +123 -0
- package/components/crn-list-avatar.components.json +266 -0
- package/components/crn-list-icon.components.json +255 -0
- package/components/crn-list-item-avatar.components.json +242 -0
- package/components/crn-list-item-icon.components.json +248 -0
- package/components/crn-list-item-thumbnail.components.json +232 -0
- package/components/crn-list-item.components.json +166 -0
- package/components/crn-list-simple.components.json +186 -0
- package/components/crn-list-swipe.components.json +105 -0
- package/components/crn-list-thumbnail.components.json +254 -0
- package/components/crn-list.components.json +75 -0
- package/components/crn-map.components.json +55 -0
- package/components/crn-mobile-menu.components.json +32 -0
- package/components/crn-multiselect.components.json +110 -0
- package/components/crn-navbar.components.json +107 -0
- package/components/crn-option-button.components.json +83 -0
- package/components/crn-paragraph.components.json +120 -0
- package/components/crn-radio.components.json +90 -0
- package/components/crn-radioOption.components.json +23 -0
- package/components/crn-range.components.json +310 -0
- package/components/crn-rating.components.json +226 -0
- package/components/crn-search.components.json +210 -0
- package/components/crn-select-options.components.json +17 -0
- package/components/crn-select.components.json +93 -0
- package/components/crn-signature-pad.components.json +35 -0
- package/components/crn-slider-item.components.json +251 -0
- package/components/crn-slider.components.json +106 -0
- package/components/crn-spacer.components.json +21 -0
- package/components/crn-start.components.json +13 -0
- package/components/crn-tabs-icon-only-item.components.json +85 -0
- package/components/crn-tabs-icon-only.components.json +508 -0
- package/components/crn-tabs.components.json +36 -0
- package/components/crn-textarea.components.json +109 -0
- package/components/crn-toggle.components.json +305 -0
- package/components/crn-video.components.json +67 -0
- package/components/css/app.css +140 -0
- package/components/css/background-color.css +125 -0
- package/components/css/chatStyle.css +221 -0
- package/components/css/color-default.css +279 -0
- package/components/css/crn-ion-footer-bar.css +77 -0
- package/components/css/crn-ion-segment.css +961 -0
- package/components/css/icon-size.css +15 -0
- package/components/css/multiselect-editor.css +102 -0
- package/components/css/tabs-color.css +413 -0
- package/components/js/format.min.js +2 -0
- package/components/js/jquery.inputmask.bundle.js +3883 -0
- package/components/js/jquery.mask.min.js +19 -0
- package/components/js/pouchdb.cordova-sqlite.js +5540 -0
- package/components/js/qrcode.js +1319 -0
- package/components/reports/BOOLEAN.parameter.html +10 -0
- package/components/reports/DATE.parameter.html +4 -0
- package/components/reports/DOUBLE.parameter.html +4 -0
- package/components/reports/FLOAT.parameter.html +4 -0
- package/components/reports/INTEGER.parameter.html +4 -0
- package/components/reports/LONG.parameter.html +5 -0
- package/components/reports/STRING.parameter.html +5 -0
- package/components/reports/reports.parameters.html +20 -0
- package/components/templates/advanced.list.designtime.html +46 -0
- package/components/templates/advanced.list.template.html +1 -0
- package/components/templates/anchor.template.html +1 -0
- package/components/templates/button-bar.template.html +5 -0
- package/components/templates/button-report.template.html +1 -0
- package/components/templates/button.template.html +4 -0
- package/components/templates/card.template.html +7 -0
- package/components/templates/chat.template.html +39 -0
- package/components/templates/checkbox.template.html +8 -0
- package/components/templates/combobox.designtime.html +12 -0
- package/components/templates/combobox.template.html +8 -0
- package/components/templates/complexsearch.template.html +7 -0
- package/components/templates/crn-frame.designtime.html +11 -0
- package/components/templates/crn-frame.template.html +2 -0
- package/components/templates/crn-ion-segment-item.template.html +6 -0
- package/components/templates/crn-ion-segment.template.html +32 -0
- package/components/templates/crn-signature-pad.designtime.html +5 -0
- package/components/templates/crn-signature-pad.template.html +1 -0
- package/components/templates/cron-combobox.designtime.html +6 -0
- package/components/templates/cron-combobox.template.html +5 -0
- package/components/templates/cron-crud.template.html +7 -0
- package/components/templates/cron-mobile-menu.designtime.html +10 -0
- package/components/templates/div.horizontal.template.html +27 -0
- package/components/templates/div.vertical.template.html +11 -0
- package/components/templates/dynamic-combobox.template.html +6 -0
- package/components/templates/dynamicfile.designtime.html +5 -0
- package/components/templates/dynamicfile.template.html +8 -0
- package/components/templates/dynamicimage.designtime.html +8 -0
- package/components/templates/dynamicimage.template.html +9 -0
- package/components/templates/evaluation.designtime.html +7 -0
- package/components/templates/evaluation.template.html +1 -0
- package/components/templates/filterbutton.template.html +3 -0
- package/components/templates/floattextinput.designtime.html +4 -0
- package/components/templates/floattextinput.template.html +4 -0
- package/components/templates/form.template.html +5 -0
- package/components/templates/header.template.html +3 -0
- package/components/templates/icontextinput.template.html +4 -0
- package/components/templates/image.template.html +18 -0
- package/components/templates/inlinetextinput.template.html +4 -0
- package/components/templates/ion-footer-bar.template.html +15 -0
- package/components/templates/ion-header-bar.template.html +13 -0
- package/components/templates/ion-tab-item.designtime.html +5 -0
- package/components/templates/ion-tab.template.html +8 -0
- package/components/templates/item.avatar.template.html +5 -0
- package/components/templates/item.icon.template.html +4 -0
- package/components/templates/item.options.template.html +14 -0
- package/components/templates/item.slider.template.html +4 -0
- package/components/templates/item.swipe.template.html +14 -0
- package/components/templates/item.template.html +5 -0
- package/components/templates/item.thumbnail.template.html +5 -0
- package/components/templates/kendo-chat.designtime.html +20 -0
- package/components/templates/kendo-chat.template.html +75 -0
- package/components/templates/list.avatar.template.html +7 -0
- package/components/templates/list.icon.template.html +6 -0
- package/components/templates/list.swipe.template.html +16 -0
- package/components/templates/list.template.html +5 -0
- package/components/templates/list.thumbnail.template.html +7 -0
- package/components/templates/maps.designtime.html +1 -0
- package/components/templates/maps.template.html +1 -0
- package/components/templates/menu.template.html +21 -0
- package/components/templates/multiselect.template.html +5 -0
- package/components/templates/nav.bar.template.html +5 -0
- package/components/templates/public.menu.template.html +21 -0
- package/components/templates/publicMenu.template.html +14 -0
- package/components/templates/radiogroup-dynamic.template.html +15 -0
- package/components/templates/radiogroup.template.html +21 -0
- package/components/templates/range.template.html +5 -0
- package/components/templates/rating.template.html +9 -0
- package/components/templates/search.template.html +6 -0
- package/components/templates/slider.template.html +20 -0
- package/components/templates/tabs-icon-only.template.html +16 -0
- package/components/templates/tabs.template.html +5 -0
- package/components/templates/textarea.template.html +1 -0
- package/components/templates/textinput.template.html +3 -0
- package/components/templates/textinputbutton.template.html +12 -0
- package/components/templates/title.template.html +1 -0
- package/components/templates/toggle-dynamic.template.html +11 -0
- package/components/templates/toggle.template.html +9 -0
- package/components/templates/video.designtime.html +2 -0
- package/components/templates/video.template.html +1 -0
- package/components/templates/views/public/home.view.html +16 -0
- package/components/templates/views/public/menu.view.html +20 -0
- package/components/upload/upload.html +41 -0
- package/css/app.css +0 -0
- package/css/app_2.9.css +426 -0
- package/css/cronos.css +63 -0
- package/css/fonts/SourceSansPro/SourceSansPro-Black.otf +0 -0
- package/css/fonts/SourceSansPro/SourceSansPro-BlackIt.otf +0 -0
- package/css/fonts/SourceSansPro/SourceSansPro-Bold.otf +0 -0
- package/css/fonts/SourceSansPro/SourceSansPro-BoldIt.otf +0 -0
- package/css/fonts/SourceSansPro/SourceSansPro-ExtraLight.otf +0 -0
- package/css/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.otf +0 -0
- package/css/fonts/SourceSansPro/SourceSansPro-It.otf +0 -0
- package/css/fonts/SourceSansPro/SourceSansPro-Light.otf +0 -0
- package/css/fonts/SourceSansPro/SourceSansPro-LightIt.otf +0 -0
- package/css/fonts/SourceSansPro/SourceSansPro-Regular.otf +0 -0
- package/css/fonts/SourceSansPro/SourceSansPro-Semibold.otf +0 -0
- package/css/fonts/SourceSansPro/SourceSansPro-SemiboldIt.otf +0 -0
- package/css/fonts/SourceSansPro/SourceSansPro.css +83 -0
- package/css/fonts/WorkSans/WorkSans-Black.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-BlackItalic.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-Bold.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-BoldItalic.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-ExtraBold.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-ExtraBoldItalic.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-ExtraLight.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-ExtraLightItalic.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-Italic.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-Light.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-LightItalic.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-Medium.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-MediumItalic.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-Regular.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-SemiBold.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-SemiBoldItalic.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-Thin.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans-ThinItalic.ttf +0 -0
- package/css/fonts/WorkSans/WorkSans.css +97 -0
- package/css/fonts/arial-narrow/arial-narrow-bold-italic.ttf +0 -0
- package/css/fonts/arial-narrow/arial-narrow-bold.ttf +0 -0
- package/css/fonts/arial-narrow/arial-narrow-italic.ttf +0 -0
- package/css/fonts/arial-narrow/arial-narrow.css +27 -0
- package/css/fonts/arial-narrow/arial-narrow.ttf +0 -0
- package/css/fonts/calibri/calibri-bold-italic.ttf +0 -0
- package/css/fonts/calibri/calibri-bold.ttf +0 -0
- package/css/fonts/calibri/calibri-italic.ttf +0 -0
- package/css/fonts/calibri/calibri-light-italic.ttf +0 -0
- package/css/fonts/calibri/calibri-light.ttf +0 -0
- package/css/fonts/calibri/calibri-regular.ttf +0 -0
- package/css/fonts/calibri/calibri.css +41 -0
- package/css/fonts/georgia/georgia.css +27 -0
- package/css/fonts/georgia/georgia_bold.ttf +0 -0
- package/css/fonts/georgia/georgia_bold_italic.ttf +0 -0
- package/css/fonts/georgia/georgia_italic.ttf +0 -0
- package/css/fonts/georgia/georgia_regular.ttf +0 -0
- package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.eot +0 -0
- package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.svg +288 -0
- package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.ttf +0 -0
- package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.woff +0 -0
- package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.woff2 +0 -0
- package/css/fonts/helvetica-neue/HelveticaNeue.css +125 -0
- package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Bd.otf +0 -0
- package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BdIt.otf +0 -0
- package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Blk.otf +0 -0
- package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BlkIt.otf +0 -0
- package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Hv.otf +0 -0
- package/css/fonts/helvetica-neue/HelveticaNeueLTPro-HvIt.otf +0 -0
- package/css/fonts/helvetica-neue/HelveticaNeueLTPro-It.otf +0 -0
- package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Lt.otf +0 -0
- package/css/fonts/helvetica-neue/HelveticaNeueLTPro-LtIt.otf +0 -0
- package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Md.otf +0 -0
- package/css/fonts/helvetica-neue/HelveticaNeueLTPro-MdIt.otf +0 -0
- package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Roman.otf +0 -0
- package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Th.otf +0 -0
- package/css/fonts/helvetica-neue/HelveticaNeueLTPro-ThIt.otf +0 -0
- package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLt.otf +0 -0
- package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLtIt.otf +0 -0
- package/css/fonts/inter/Inter-Black.otf +0 -0
- package/css/fonts/inter/Inter-BlackItalic.otf +0 -0
- package/css/fonts/inter/Inter-Bold.otf +0 -0
- package/css/fonts/inter/Inter-BoldItalic.otf +0 -0
- package/css/fonts/inter/Inter-ExtraBold.otf +0 -0
- package/css/fonts/inter/Inter-ExtraBoldItalic.otf +0 -0
- package/css/fonts/inter/Inter-ExtraLightItalic.otf +0 -0
- package/css/fonts/inter/Inter-Italic.otf +0 -0
- package/css/fonts/inter/Inter-Light.otf +0 -0
- package/css/fonts/inter/Inter-LightItalic.otf +0 -0
- package/css/fonts/inter/Inter-Medium.otf +0 -0
- package/css/fonts/inter/Inter-MediumItalic.otf +0 -0
- package/css/fonts/inter/Inter-Regular.otf +0 -0
- package/css/fonts/inter/Inter-SemiBold.otf +0 -0
- package/css/fonts/inter/Inter-SemiBoldItalic.otf +0 -0
- package/css/fonts/inter/Inter-Thin.otf +0 -0
- package/css/fonts/inter/Inter-ThinItalic.otf +0 -0
- package/css/fonts/inter/inter.css +104 -0
- package/css/fonts/lato/Lato-Black.ttf +0 -0
- package/css/fonts/lato/Lato-BlackItalic.ttf +0 -0
- package/css/fonts/lato/Lato-Bold.ttf +0 -0
- package/css/fonts/lato/Lato-BoldItalic.ttf +0 -0
- package/css/fonts/lato/Lato-Hairline.ttf +0 -0
- package/css/fonts/lato/Lato-HairlineItalic.ttf +0 -0
- package/css/fonts/lato/Lato-Heavy.ttf +0 -0
- package/css/fonts/lato/Lato-HeavyItalic.ttf +0 -0
- package/css/fonts/lato/Lato-Italic.ttf +0 -0
- package/css/fonts/lato/Lato-Light.ttf +0 -0
- package/css/fonts/lato/Lato-LightItalic.ttf +0 -0
- package/css/fonts/lato/Lato-Medium.ttf +0 -0
- package/css/fonts/lato/Lato-MediumItalic.ttf +0 -0
- package/css/fonts/lato/Lato-Regular.ttf +0 -0
- package/css/fonts/lato/Lato-Semibold.ttf +0 -0
- package/css/fonts/lato/Lato-SemiboldItalic.ttf +0 -0
- package/css/fonts/lato/Lato-Thin.ttf +0 -0
- package/css/fonts/lato/Lato-ThinItalic.ttf +0 -0
- package/css/fonts/lato/lato.css +125 -0
- package/css/fonts/material-icons/font-material-icon.css +22 -0
- package/css/fonts/material-icons/material-icons.woff2 +0 -0
- package/css/fonts/news-cycle/NewsCycle-Bold.ttf +0 -0
- package/css/fonts/news-cycle/NewsCycle-Regular.ttf +0 -0
- package/css/fonts/news-cycle/NewsCycle.css +13 -0
- package/css/fonts/nunito/nunito.css +270 -0
- package/css/fonts/open-sans/OpenSans-Bold.ttf +0 -0
- package/css/fonts/open-sans/OpenSans-BoldItalic.ttf +0 -0
- package/css/fonts/open-sans/OpenSans-ExtraBold.ttf +0 -0
- package/css/fonts/open-sans/OpenSans-ExtraBoldItalic.ttf +0 -0
- package/css/fonts/open-sans/OpenSans-Italic.ttf +0 -0
- package/css/fonts/open-sans/OpenSans-Light.ttf +0 -0
- package/css/fonts/open-sans/OpenSans-LightItalic.ttf +0 -0
- package/css/fonts/open-sans/OpenSans-Regular.ttf +0 -0
- package/css/fonts/open-sans/OpenSans-Semibold.ttf +0 -0
- package/css/fonts/open-sans/OpenSans-SemiboldItalic.ttf +0 -0
- package/css/fonts/open-sans/OpenSans.css +69 -0
- package/css/fonts/raleway/Raleway-Black.ttf +0 -0
- package/css/fonts/raleway/Raleway-BlackItalic.ttf +0 -0
- package/css/fonts/raleway/Raleway-Bold.ttf +0 -0
- package/css/fonts/raleway/Raleway-BoldItalic.ttf +0 -0
- package/css/fonts/raleway/Raleway-ExtraBold.ttf +0 -0
- package/css/fonts/raleway/Raleway-ExtraBoldItalic.ttf +0 -0
- package/css/fonts/raleway/Raleway-ExtraLight.ttf +0 -0
- package/css/fonts/raleway/Raleway-ExtraLightItalic.ttf +0 -0
- package/css/fonts/raleway/Raleway-Italic.ttf +0 -0
- package/css/fonts/raleway/Raleway-Light.ttf +0 -0
- package/css/fonts/raleway/Raleway-LightItalic.ttf +0 -0
- package/css/fonts/raleway/Raleway-Medium.ttf +0 -0
- package/css/fonts/raleway/Raleway-MediumItalic.ttf +0 -0
- package/css/fonts/raleway/Raleway-Regular.ttf +0 -0
- package/css/fonts/raleway/Raleway-SemiBold.ttf +0 -0
- package/css/fonts/raleway/Raleway-SemiBoldItalic.ttf +0 -0
- package/css/fonts/raleway/Raleway-Thin.ttf +0 -0
- package/css/fonts/raleway/Raleway-ThinItalic.ttf +0 -0
- package/css/fonts/raleway/raleway.css +111 -0
- package/css/fonts/rawline/rawline-100.ttf +0 -0
- package/css/fonts/rawline/rawline-100i.ttf +0 -0
- package/css/fonts/rawline/rawline-200.ttf +0 -0
- package/css/fonts/rawline/rawline-200i.ttf +0 -0
- package/css/fonts/rawline/rawline-300.ttf +0 -0
- package/css/fonts/rawline/rawline-300i.ttf +0 -0
- package/css/fonts/rawline/rawline-400.ttf +0 -0
- package/css/fonts/rawline/rawline-400i.ttf +0 -0
- package/css/fonts/rawline/rawline-500.ttf +0 -0
- package/css/fonts/rawline/rawline-500i.ttf +0 -0
- package/css/fonts/rawline/rawline-600.ttf +0 -0
- package/css/fonts/rawline/rawline-600i.ttf +0 -0
- package/css/fonts/rawline/rawline-700.ttf +0 -0
- package/css/fonts/rawline/rawline-700i.ttf +0 -0
- package/css/fonts/rawline/rawline-800.ttf +0 -0
- package/css/fonts/rawline/rawline-800i.ttf +0 -0
- package/css/fonts/rawline/rawline-900.ttf +0 -0
- package/css/fonts/rawline/rawline-900i.ttf +0 -0
- package/css/fonts/rawline/rawline.css +111 -0
- package/css/fonts/roboto/Roboto-Black.ttf +0 -0
- package/css/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
- package/css/fonts/roboto/Roboto-Bold.ttf +0 -0
- package/css/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
- package/css/fonts/roboto/Roboto-Italic.ttf +0 -0
- package/css/fonts/roboto/Roboto-Light.ttf +0 -0
- package/css/fonts/roboto/Roboto-LightItalic.ttf +0 -0
- package/css/fonts/roboto/Roboto-Medium.ttf +0 -0
- package/css/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
- package/css/fonts/roboto/Roboto-Regular.ttf +0 -0
- package/css/fonts/roboto/Roboto-Thin.ttf +0 -0
- package/css/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
- package/css/fonts/roboto/roboto.css +83 -0
- package/css/fonts/times-new-roman/Times-New-Roman.css +27 -0
- package/css/fonts/times-new-roman/times-new-roman-bold-italic.ttf +0 -0
- package/css/fonts/times-new-roman/times-new-roman-italic.ttf +0 -0
- package/css/fonts/times-new-roman/times-new-roman.ttf +0 -0
- package/css/fonts/times-new-roman/times-new-romanbold.ttf +0 -0
- package/css/fonts/ubuntu/Ubuntu-B.ttf +0 -0
- package/css/fonts/ubuntu/Ubuntu-BI.ttf +0 -0
- package/css/fonts/ubuntu/Ubuntu-C.ttf +0 -0
- package/css/fonts/ubuntu/Ubuntu-L.ttf +0 -0
- package/css/fonts/ubuntu/Ubuntu-LI.ttf +0 -0
- package/css/fonts/ubuntu/Ubuntu-M.ttf +0 -0
- package/css/fonts/ubuntu/Ubuntu-MI.ttf +0 -0
- package/css/fonts/ubuntu/Ubuntu-R.ttf +0 -0
- package/css/fonts/ubuntu/Ubuntu-RI.ttf +0 -0
- package/css/fonts/ubuntu/Ubuntu.css +55 -0
- package/css/groupingOfCss/checkbox.css +75 -0
- package/css/groupingOfCss/col.css +728 -0
- package/css/groupingOfCss/dynamicImage.css +24 -0
- package/css/groupingOfCss/import_groupingOfCss.css +5 -0
- package/css/groupingOfCss/qrCodeCronapp.css +4 -0
- package/css/groupingOfCss/upload-image.css +68 -0
- package/css/old/modal.css +156 -0
- package/css/themes/aquamarine.min.css +5 -0
- package/css/themes/cerulean.min.css +5 -0
- package/css/themes/cosmo.min.css +5 -0
- package/css/themes/custom/aquamarine/bar-aquamarine.css +138 -0
- package/css/themes/custom/aquamarine/button-aquamarine.css +306 -0
- package/css/themes/custom/aquamarine/crn-ion-segment-aquamarine.css +60 -0
- package/css/themes/custom/aquamarine/custom-aquamarine.css +842 -0
- package/css/themes/custom/aquamarine/img/arrow-gray.svg +3 -0
- package/css/themes/custom/aquamarine/img/arrow-white.svg +3 -0
- package/css/themes/custom/cerulean/button-cerulean.css +528 -0
- package/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +68 -0
- package/css/themes/custom/cerulean/custom-cerulean.css +697 -0
- package/css/themes/custom/cosmo/custom-cosmo.css +662 -0
- package/css/themes/custom/cyborg/custom-cyborg.css +773 -0
- package/css/themes/custom/darkly/custom-darkly.css +758 -0
- package/css/themes/custom/dsgov/button-dsgov.css +252 -0
- package/css/themes/custom/dsgov/custom-dsgov.css +932 -0
- package/css/themes/custom/flatly/custom-flatly.css +636 -0
- package/css/themes/custom/fuse/button-fuse.css +362 -0
- package/css/themes/custom/fuse/custom-fuse.css +777 -0
- package/css/themes/custom/journal/custom-journal.css +642 -0
- package/css/themes/custom/krypton/custom-krypton.css +1696 -0
- package/css/themes/custom/lumen/button-lumen.css +81 -0
- package/css/themes/custom/lumen/crn-ion-header-bar.css +59 -0
- package/css/themes/custom/lumen/custom-lumen.css +687 -0
- package/css/themes/custom/material/custom-material.css +635 -0
- package/css/themes/custom/material-round/custom-material-round.css +1761 -0
- package/css/themes/custom/materialui/custom-materialui.css +265 -0
- package/css/themes/custom/materialui/font/Roboto-Black.woff +0 -0
- package/css/themes/custom/materialui/font/Roboto-Black.woff2 +0 -0
- package/css/themes/custom/materialui/font/Roboto-BlackItalic.woff +0 -0
- package/css/themes/custom/materialui/font/Roboto-BlackItalic.woff2 +0 -0
- package/css/themes/custom/materialui/font/Roboto-Bold.woff +0 -0
- package/css/themes/custom/materialui/font/Roboto-Bold.woff2 +0 -0
- package/css/themes/custom/materialui/font/Roboto-BoldItalic.woff +0 -0
- package/css/themes/custom/materialui/font/Roboto-BoldItalic.woff2 +0 -0
- package/css/themes/custom/materialui/font/Roboto-Italic.woff +0 -0
- package/css/themes/custom/materialui/font/Roboto-Italic.woff2 +0 -0
- package/css/themes/custom/materialui/font/Roboto-Light.woff +0 -0
- package/css/themes/custom/materialui/font/Roboto-Light.woff2 +0 -0
- package/css/themes/custom/materialui/font/Roboto-LightItalic.woff +0 -0
- package/css/themes/custom/materialui/font/Roboto-LightItalic.woff2 +0 -0
- package/css/themes/custom/materialui/font/Roboto-Medium.woff +0 -0
- package/css/themes/custom/materialui/font/Roboto-Medium.woff2 +0 -0
- package/css/themes/custom/materialui/font/Roboto-MediumItalic.woff +0 -0
- package/css/themes/custom/materialui/font/Roboto-MediumItalic.woff2 +0 -0
- package/css/themes/custom/materialui/font/Roboto-Regular.woff +0 -0
- package/css/themes/custom/materialui/font/Roboto-Regular.woff2 +0 -0
- package/css/themes/custom/materialui/font/Roboto-Thin.woff +0 -0
- package/css/themes/custom/materialui/font/Roboto-Thin.woff2 +0 -0
- package/css/themes/custom/materialui/font/Roboto-ThinItalic.woff +0 -0
- package/css/themes/custom/materialui/font/Roboto-ThinItalic.woff2 +0 -0
- package/css/themes/custom/materialui/font/fonts.css +108 -0
- package/css/themes/custom/materialui/img/arrow-gray.svg +11 -0
- package/css/themes/custom/materialui/img/arrow-white.svg +11 -0
- package/css/themes/custom/nature/custom-nature.css +1710 -0
- package/css/themes/custom/paper/button-paper.css +5 -0
- package/css/themes/custom/paper/custom-paper.css +676 -0
- package/css/themes/custom/readable/button-readable.css +82 -0
- package/css/themes/custom/readable/crn-ion-segment-readable.css +143 -0
- package/css/themes/custom/readable/custom-readable.css +641 -0
- package/css/themes/custom/sandstone/custom-sandstone.css +615 -0
- package/css/themes/custom/simplex/button-simplex.css +472 -0
- package/css/themes/custom/simplex/crn-ion-segment-simplex.css +60 -0
- package/css/themes/custom/simplex/custom-simplex.css +625 -0
- package/css/themes/custom/slate/button-slate.css +477 -0
- package/css/themes/custom/slate/crn-ion-segment-slate.css +102 -0
- package/css/themes/custom/slate/custom-slate.css +635 -0
- package/css/themes/custom/spacelab/bar-spacelab.css +143 -0
- package/css/themes/custom/spacelab/button-spacelab.css +471 -0
- package/css/themes/custom/spacelab/crn-ion-segment-spacelab.css +60 -0
- package/css/themes/custom/spacelab/custom-spacelab.css +653 -0
- package/css/themes/custom/superhero/custom-superhero.css +637 -0
- package/css/themes/custom/theme-general/button.css +526 -0
- package/css/themes/custom/theme-general/checkbox.css +546 -0
- package/css/themes/custom/theme-general/crn-ion-header-bar.css +418 -0
- package/css/themes/custom/theme-general/crn-ion-segment.css +234 -0
- package/css/themes/custom/theme-general/icon.css +39 -0
- package/css/themes/custom/theme-general/input.css +50 -0
- package/css/themes/custom/theme-general/login.css +317 -0
- package/css/themes/custom/theme-general/modal.css +135 -0
- package/css/themes/custom/theme-general/range.css +79 -0
- package/css/themes/custom/theme-general/reset-password.css +62 -0
- package/css/themes/custom/theme-general/signup.css +39 -0
- package/css/themes/custom/theme-general/theme-general.css +263 -0
- package/css/themes/custom/theme-general/toggle.css +190 -0
- package/css/themes/custom/united/custom-united.css +627 -0
- package/css/themes/custom/yeti/button-yeti.css +86 -0
- package/css/themes/custom/yeti/custom-yeti.css +622 -0
- package/css/themes/cyborg.min.css +5 -0
- package/css/themes/darkly.min.css +5 -0
- package/css/themes/dsgov.min.css +5 -0
- package/css/themes/flatly.min.css +5 -0
- package/css/themes/fuse.min.css +5 -0
- package/css/themes/journal.min.css +5 -0
- package/css/themes/krypton.min.css +5 -0
- package/css/themes/lumen.min.css +5 -0
- package/css/themes/material-round.min.css +5 -0
- package/css/themes/material.min.css +5 -0
- package/css/themes/materialui.min.css +5 -0
- package/css/themes/nature.min.css +5 -0
- package/css/themes/paper.min.css +5 -0
- package/css/themes/readable.min.css +5 -0
- package/css/themes/sandstone.min.css +5 -0
- package/css/themes/simplex.min.css +5 -0
- package/css/themes/slate.min.css +5 -0
- package/css/themes/spacelab.min.css +5 -0
- package/css/themes/superhero.min.css +5 -0
- package/css/themes/theme.editor.view.html +890 -0
- package/css/themes/united.min.css +5 -0
- package/css/themes/yeti.min.css +5 -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/deprecated/css/app.css +392 -0
- package/deprecated/css/custom-ionic.css +195 -0
- package/deprecated/css/groupingOfCss/checkbox.css +75 -0
- package/deprecated/css/groupingOfCss/col.css +728 -0
- package/deprecated/css/groupingOfCss/dynamicImage.css +24 -0
- package/deprecated/css/groupingOfCss/import_groupingOfCss.css +6 -0
- package/deprecated/css/groupingOfCss/login.css +260 -0
- package/deprecated/css/groupingOfCss/qrCodeCronapp.css +4 -0
- package/deprecated/css/groupingOfCss/upload-image.css +68 -0
- package/deprecated/css/old/modal.css +133 -0
- package/deprecated/css/themes/custom/material/custom-material.css +12 -0
- package/deprecated/css/themes/material.min.css +4 -0
- package/deprecated/dist/components/css/app.css +1 -0
- package/deprecated/dist/components/css/background-color.css +1 -0
- package/deprecated/dist/components/css/chatStyle.css +1 -0
- package/deprecated/dist/components/css/color-default.css +1 -0
- package/deprecated/dist/components/css/crn-ion-segment.css +1 -0
- package/deprecated/dist/components/css/icon-size.css +1 -0
- package/deprecated/dist/components/css/multiselect-editor.css +1 -0
- package/deprecated/dist/components/css/tabs-color.css +1 -0
- package/deprecated/dist/components/js/format.min.js +1 -0
- package/deprecated/dist/components/js/jquery.inputmask.bundle.js +3 -0
- package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
- package/deprecated/dist/components/js/pouchdb.cordova-sqlite.js +2 -0
- package/deprecated/dist/components/js/qrcode.js +1 -0
- package/deprecated/dist/components/templates/advanced.list.designtime.html +1 -0
- package/deprecated/dist/components/templates/advanced.list.template.html +1 -0
- package/deprecated/dist/components/templates/anchor.template.html +1 -0
- package/deprecated/dist/components/templates/button-bar.template.html +1 -0
- package/deprecated/dist/components/templates/button-report.template.html +1 -0
- package/deprecated/dist/components/templates/button.template.html +1 -0
- package/deprecated/dist/components/templates/card.template.html +1 -0
- package/deprecated/dist/components/templates/chat.template.html +1 -0
- package/deprecated/dist/components/templates/checkbox.template.html +1 -0
- package/deprecated/dist/components/templates/combobox.designtime.html +1 -0
- package/deprecated/dist/components/templates/combobox.template.html +1 -0
- package/deprecated/dist/components/templates/complexsearch.template.html +1 -0
- package/deprecated/dist/components/templates/crn-ion-segment-item.template.html +1 -0
- package/deprecated/dist/components/templates/crn-ion-segment.template.html +1 -0
- package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
- package/deprecated/dist/components/templates/cron-mobile-menu.designtime.html +1 -0
- package/deprecated/dist/components/templates/div.horizontal.template.html +1 -0
- package/deprecated/dist/components/templates/div.vertical.template.html +1 -0
- package/deprecated/dist/components/templates/dynamic-combobox.template.html +1 -0
- package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
- package/deprecated/dist/components/templates/dynamicimage.designtime.html +1 -0
- package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
- package/deprecated/dist/components/templates/evaluation.designtime.html +1 -0
- package/deprecated/dist/components/templates/evaluation.template.html +1 -0
- package/deprecated/dist/components/templates/filterbutton.template.html +1 -0
- package/deprecated/dist/components/templates/floattextinput.designtime.html +1 -0
- package/deprecated/dist/components/templates/floattextinput.template.html +1 -0
- package/deprecated/dist/components/templates/form.template.html +1 -0
- package/deprecated/dist/components/templates/header.template.html +1 -0
- package/deprecated/dist/components/templates/iconinput.template.html +1 -0
- package/deprecated/dist/components/templates/icontextinput.template.html +1 -0
- package/deprecated/dist/components/templates/image.template.html +1 -0
- package/deprecated/dist/components/templates/inlinetextinput.template.html +1 -0
- package/deprecated/dist/components/templates/ion-footer-bar.template.html +1 -0
- package/deprecated/dist/components/templates/ion-header-bar.template.html +1 -0
- package/deprecated/dist/components/templates/ion-tab-item.designtime.html +1 -0
- package/deprecated/dist/components/templates/ion-tab.designtime.html +1 -0
- package/deprecated/dist/components/templates/ion-tab.template.html +1 -0
- package/deprecated/dist/components/templates/item.avatar.template.html +1 -0
- package/deprecated/dist/components/templates/item.icon.template.html +1 -0
- package/deprecated/dist/components/templates/item.options.template.html +1 -0
- package/deprecated/dist/components/templates/item.slider.template.html +1 -0
- package/deprecated/dist/components/templates/item.swipe.template.html +1 -0
- package/deprecated/dist/components/templates/item.template.html +1 -0
- package/deprecated/dist/components/templates/item.thumbnail.template.html +1 -0
- package/deprecated/dist/components/templates/kendo-chat.designtime.html +1 -0
- package/deprecated/dist/components/templates/kendo-chat.template.html +1 -0
- package/deprecated/dist/components/templates/list.avatar.template.html +1 -0
- package/deprecated/dist/components/templates/list.icon.template.html +1 -0
- package/deprecated/dist/components/templates/list.swipe.template.html +1 -0
- package/deprecated/dist/components/templates/list.template.html +1 -0
- package/deprecated/dist/components/templates/list.thumbnail.template.html +1 -0
- package/deprecated/dist/components/templates/maps.designtime.html +1 -0
- package/deprecated/dist/components/templates/maps.template.html +1 -0
- package/deprecated/dist/components/templates/menu.template.html +1 -0
- package/deprecated/dist/components/templates/multiselect.template.html +1 -0
- package/deprecated/dist/components/templates/nav.bar.template.html +1 -0
- package/deprecated/dist/components/templates/publicMenu.template.html +1 -0
- package/deprecated/dist/components/templates/radiogroup-dynamic.template.html +1 -0
- package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
- package/deprecated/dist/components/templates/range.template.html +1 -0
- package/deprecated/dist/components/templates/rating.template.html +1 -0
- package/deprecated/dist/components/templates/search.template.html +1 -0
- package/deprecated/dist/components/templates/slider.template.html +1 -0
- package/deprecated/dist/components/templates/tabs-icon-only.template.html +1 -0
- package/deprecated/dist/components/templates/tabs.template.html +1 -0
- package/deprecated/dist/components/templates/textarea.template.html +1 -0
- package/deprecated/dist/components/templates/textinput.template.html +1 -0
- package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
- package/deprecated/dist/components/templates/title.template.html +1 -0
- package/deprecated/dist/components/templates/toggle-dynamic.template.html +1 -0
- package/deprecated/dist/components/templates/toggle.template.html +1 -0
- package/deprecated/dist/components/templates/video.designtime.html +1 -0
- package/deprecated/dist/components/templates/video.template.html +1 -0
- package/deprecated/dist/components/templates/views/public/home.view.html +1 -0
- package/deprecated/dist/components/templates/views/public/menu.view.html +1 -0
- package/deprecated/dist/css/app.css +1 -0
- package/deprecated/dist/css/cronos.css +1 -0
- package/deprecated/dist/css/custom-ionic.css +1 -0
- package/deprecated/dist/css/groupingOfCss/checkbox.css +1 -0
- package/deprecated/dist/css/groupingOfCss/col.css +1 -0
- package/deprecated/dist/css/groupingOfCss/dynamicImage.css +1 -0
- package/deprecated/dist/css/groupingOfCss/import_groupingOfCss.css +1 -0
- package/deprecated/dist/css/groupingOfCss/login.css +1 -0
- package/deprecated/dist/css/groupingOfCss/qrCodeCronapp.css +1 -0
- package/deprecated/dist/css/groupingOfCss/upload-image.css +1 -0
- package/deprecated/dist/css/old/modal.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/css/app.css +1 -0
- package/dist/components/css/background-color.css +1 -0
- package/dist/components/css/chatStyle.css +1 -0
- package/dist/components/css/color-default.css +1 -0
- package/dist/components/css/crn-ion-footer-bar.css +1 -0
- package/dist/components/css/crn-ion-segment.css +1 -0
- package/dist/components/css/icon-size.css +1 -0
- package/dist/components/css/multiselect-editor.css +1 -0
- package/dist/components/css/tabs-color.css +1 -0
- package/dist/components/js/format.min.js +1 -0
- package/dist/components/js/jquery.inputmask.bundle.js +1 -0
- package/dist/components/js/jquery.mask.min.js +1 -0
- package/dist/components/js/pouchdb.cordova-sqlite.js +1 -0
- package/dist/components/js/qrcode.js +1 -0
- package/dist/components/templates/advanced.list.designtime.html +17 -0
- package/dist/components/templates/advanced.list.template.html +1 -0
- package/dist/components/templates/anchor.template.html +1 -0
- package/dist/components/templates/button-bar.template.html +1 -0
- package/dist/components/templates/button-report.template.html +1 -0
- package/dist/components/templates/button.template.html +1 -0
- package/dist/components/templates/card.template.html +1 -0
- package/dist/components/templates/chat.template.html +1 -0
- package/dist/components/templates/checkbox.template.html +1 -0
- package/dist/components/templates/combobox.designtime.html +1 -0
- package/dist/components/templates/combobox.template.html +1 -0
- package/dist/components/templates/complexsearch.template.html +1 -0
- package/dist/components/templates/crn-frame.designtime.html +6 -0
- package/dist/components/templates/crn-frame.template.html +1 -0
- package/dist/components/templates/crn-ion-segment-item.template.html +1 -0
- package/dist/components/templates/crn-ion-segment.template.html +1 -0
- package/dist/components/templates/crn-signature-pad.designtime.html +1 -0
- package/dist/components/templates/crn-signature-pad.template.html +1 -0
- package/dist/components/templates/cron-combobox.designtime.html +1 -0
- package/dist/components/templates/cron-combobox.template.html +1 -0
- package/dist/components/templates/cron-crud.template.html +1 -0
- package/dist/components/templates/cron-mobile-menu.designtime.html +1 -0
- package/dist/components/templates/div.horizontal.template.html +1 -0
- package/dist/components/templates/div.vertical.template.html +1 -0
- package/dist/components/templates/dynamic-combobox.template.html +1 -0
- package/dist/components/templates/dynamicfile.designtime.html +1 -0
- package/dist/components/templates/dynamicfile.template.html +1 -0
- package/dist/components/templates/dynamicimage.designtime.html +1 -0
- package/dist/components/templates/dynamicimage.template.html +1 -0
- package/dist/components/templates/evaluation.designtime.html +1 -0
- package/dist/components/templates/evaluation.template.html +1 -0
- package/dist/components/templates/filterbutton.template.html +1 -0
- package/dist/components/templates/floattextinput.designtime.html +1 -0
- package/dist/components/templates/floattextinput.template.html +1 -0
- package/dist/components/templates/form.template.html +1 -0
- package/dist/components/templates/header.template.html +1 -0
- package/dist/components/templates/icontextinput.template.html +1 -0
- package/dist/components/templates/image.template.html +1 -0
- package/dist/components/templates/inlinetextinput.template.html +1 -0
- package/dist/components/templates/ion-footer-bar.template.html +1 -0
- package/dist/components/templates/ion-header-bar.template.html +1 -0
- package/dist/components/templates/ion-tab-item.designtime.html +1 -0
- package/dist/components/templates/ion-tab.template.html +1 -0
- package/dist/components/templates/item.avatar.template.html +1 -0
- package/dist/components/templates/item.icon.template.html +1 -0
- package/dist/components/templates/item.options.template.html +1 -0
- package/dist/components/templates/item.slider.template.html +1 -0
- package/dist/components/templates/item.swipe.template.html +1 -0
- package/dist/components/templates/item.template.html +1 -0
- package/dist/components/templates/item.thumbnail.template.html +1 -0
- package/dist/components/templates/kendo-chat.designtime.html +1 -0
- package/dist/components/templates/kendo-chat.template.html +1 -0
- package/dist/components/templates/list.avatar.template.html +1 -0
- package/dist/components/templates/list.icon.template.html +1 -0
- package/dist/components/templates/list.swipe.template.html +1 -0
- package/dist/components/templates/list.template.html +1 -0
- package/dist/components/templates/list.thumbnail.template.html +1 -0
- package/dist/components/templates/maps.designtime.html +1 -0
- package/dist/components/templates/maps.template.html +1 -0
- package/dist/components/templates/menu.template.html +1 -0
- package/dist/components/templates/multiselect.template.html +1 -0
- package/dist/components/templates/nav.bar.template.html +1 -0
- package/dist/components/templates/public.menu.template.html +1 -0
- package/dist/components/templates/publicMenu.template.html +1 -0
- package/dist/components/templates/radiogroup-dynamic.template.html +1 -0
- package/dist/components/templates/radiogroup.template.html +1 -0
- package/dist/components/templates/range.template.html +1 -0
- package/dist/components/templates/rating.template.html +1 -0
- package/dist/components/templates/search.template.html +1 -0
- package/dist/components/templates/slider.template.html +1 -0
- package/dist/components/templates/tabs-icon-only.template.html +1 -0
- package/dist/components/templates/tabs.template.html +1 -0
- package/dist/components/templates/textarea.template.html +1 -0
- package/dist/components/templates/textinput.template.html +1 -0
- package/dist/components/templates/textinputbutton.template.html +1 -0
- package/dist/components/templates/title.template.html +1 -0
- package/dist/components/templates/toggle-dynamic.template.html +1 -0
- package/dist/components/templates/toggle.template.html +1 -0
- package/dist/components/templates/video.designtime.html +1 -0
- package/dist/components/templates/video.template.html +1 -0
- package/dist/components/templates/views/public/home.view.html +1 -0
- package/dist/components/templates/views/public/menu.view.html +1 -0
- package/dist/css/app.css +0 -0
- package/dist/css/app_2.9.css +1 -0
- package/dist/css/cronos.css +1 -0
- package/dist/css/groupingOfCss/checkbox.css +1 -0
- package/dist/css/groupingOfCss/col.css +1 -0
- package/dist/css/groupingOfCss/dynamicImage.css +1 -0
- package/dist/css/groupingOfCss/import_groupingOfCss.css +1 -0
- package/dist/css/groupingOfCss/qrCodeCronapp.css +1 -0
- package/dist/css/groupingOfCss/upload-image.css +1 -0
- package/dist/css/old/modal.css +1 -0
- package/dist/css/themes/aquamarine.min.css +1 -0
- package/dist/css/themes/cerulean.min.css +1 -0
- package/dist/css/themes/cosmo.min.css +1 -0
- package/dist/css/themes/custom/aquamarine/bar-aquamarine.css +1 -0
- package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -0
- package/dist/css/themes/custom/aquamarine/crn-ion-segment-aquamarine.css +1 -0
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -0
- package/dist/css/themes/custom/aquamarine/img/arrow-gray.svg +1 -0
- package/dist/css/themes/custom/aquamarine/img/arrow-white.svg +1 -0
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -0
- package/dist/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +1 -0
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -0
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -0
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -0
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -0
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -0
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -0
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -0
- package/dist/css/themes/custom/fuse/button-fuse.css +1 -0
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -0
- package/dist/css/themes/custom/journal/custom-journal.css +1 -0
- package/dist/css/themes/custom/krypton/custom-krypton.css +1 -0
- package/dist/css/themes/custom/lumen/button-lumen.css +1 -0
- package/dist/css/themes/custom/lumen/crn-ion-header-bar.css +1 -0
- package/dist/css/themes/custom/lumen/custom-lumen.css +1 -0
- package/dist/css/themes/custom/material/custom-material.css +1 -0
- package/dist/css/themes/custom/material-round/custom-material-round.css +1 -0
- package/dist/css/themes/custom/materialui/custom-materialui.css +1 -0
- package/dist/css/themes/custom/materialui/font/Roboto-Black.woff +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-Black.woff2 +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-BlackItalic.woff +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-BlackItalic.woff2 +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-Bold.woff +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-Bold.woff2 +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-BoldItalic.woff +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-BoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-Italic.woff +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-Italic.woff2 +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-Light.woff +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-Light.woff2 +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-LightItalic.woff +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-LightItalic.woff2 +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-Medium.woff +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-Medium.woff2 +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-MediumItalic.woff +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-MediumItalic.woff2 +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-Regular.woff +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-Regular.woff2 +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-Thin.woff +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-Thin.woff2 +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-ThinItalic.woff +0 -0
- package/dist/css/themes/custom/materialui/font/Roboto-ThinItalic.woff2 +0 -0
- package/dist/css/themes/custom/materialui/font/fonts.css +1 -0
- package/dist/css/themes/custom/materialui/img/arrow-gray.svg +1 -0
- package/dist/css/themes/custom/materialui/img/arrow-white.svg +1 -0
- package/dist/css/themes/custom/nature/custom-nature.css +1 -0
- package/dist/css/themes/custom/paper/button-paper.css +1 -0
- package/dist/css/themes/custom/paper/custom-paper.css +1 -0
- package/dist/css/themes/custom/readable/button-readable.css +1 -0
- package/dist/css/themes/custom/readable/crn-ion-segment-readable.css +1 -0
- package/dist/css/themes/custom/readable/custom-readable.css +1 -0
- package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -0
- package/dist/css/themes/custom/simplex/button-simplex.css +1 -0
- package/dist/css/themes/custom/simplex/crn-ion-segment-simplex.css +1 -0
- package/dist/css/themes/custom/simplex/custom-simplex.css +1 -0
- package/dist/css/themes/custom/slate/button-slate.css +1 -0
- package/dist/css/themes/custom/slate/crn-ion-segment-slate.css +1 -0
- package/dist/css/themes/custom/slate/custom-slate.css +1 -0
- package/dist/css/themes/custom/spacelab/bar-spacelab.css +1 -0
- package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -0
- package/dist/css/themes/custom/spacelab/crn-ion-segment-spacelab.css +1 -0
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -0
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -0
- package/dist/css/themes/custom/theme-general/button.css +1 -0
- package/dist/css/themes/custom/theme-general/checkbox.css +1 -0
- package/dist/css/themes/custom/theme-general/crn-ion-header-bar.css +1 -0
- package/dist/css/themes/custom/theme-general/crn-ion-segment.css +1 -0
- package/dist/css/themes/custom/theme-general/icon.css +1 -0
- package/dist/css/themes/custom/theme-general/input.css +1 -0
- package/dist/css/themes/custom/theme-general/login.css +1 -0
- package/dist/css/themes/custom/theme-general/modal.css +1 -0
- package/dist/css/themes/custom/theme-general/range.css +1 -0
- package/dist/css/themes/custom/theme-general/reset-password.css +1 -0
- package/dist/css/themes/custom/theme-general/signup.css +1 -0
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -0
- package/dist/css/themes/custom/theme-general/toggle.css +1 -0
- package/dist/css/themes/custom/united/custom-united.css +1 -0
- package/dist/css/themes/custom/yeti/button-yeti.css +1 -0
- package/dist/css/themes/custom/yeti/custom-yeti.css +1 -0
- package/dist/css/themes/cyborg.min.css +1 -0
- package/dist/css/themes/darkly.min.css +1 -0
- package/dist/css/themes/dsgov.min.css +1 -0
- package/dist/css/themes/flatly.min.css +1 -0
- package/dist/css/themes/fuse.min.css +1 -0
- package/dist/css/themes/journal.min.css +1 -0
- package/dist/css/themes/krypton.min.css +1 -0
- package/dist/css/themes/lumen.min.css +1 -0
- package/dist/css/themes/material-round.min.css +1 -0
- package/dist/css/themes/material.min.css +1 -0
- package/dist/css/themes/materialui.min.css +1 -0
- package/dist/css/themes/nature.min.css +1 -0
- package/dist/css/themes/paper.min.css +1 -0
- package/dist/css/themes/readable.min.css +1 -0
- package/dist/css/themes/sandstone.min.css +1 -0
- package/dist/css/themes/simplex.min.css +1 -0
- package/dist/css/themes/slate.min.css +1 -0
- package/dist/css/themes/spacelab.min.css +1 -0
- package/dist/css/themes/superhero.min.css +1 -0
- package/dist/css/themes/theme.editor.view.html +1 -0
- package/dist/css/themes/united.min.css +1 -0
- package/dist/css/themes/yeti.min.css +1 -0
- package/dist/i18n/locale_en_us.json +132 -0
- package/dist/i18n/locale_pt_br.json +132 -0
- package/dist/js/LanguageSelectDirective.js +1 -0
- package/dist/js/LocaleService.js +1 -0
- package/dist/js/app.authentication.js +1 -0
- package/dist/js/app.js +1 -0
- package/dist/js/controllers.authentication.js +1 -0
- package/dist/js/controllers.js +1 -0
- package/dist/js/custom.controllers.js +1 -0
- package/dist/js/customModules.js +1 -0
- package/dist/js/customStateProvider.js +105 -0
- package/dist/js/directives.js +1 -0
- package/dist/js/filters.js +1 -0
- package/dist/js/local-dateformat.directive.js +1 -0
- package/dist/js/reports/parameters.controller.js +1 -0
- package/dist/js/reports/reports.service.js +1 -0
- package/dist/js/services.js +1 -0
- package/dist/js/upload.service.js +1 -0
- package/gulpfile.js +58 -0
- package/i18n/locale_en_us.json +132 -0
- package/i18n/locale_pt_br.json +132 -0
- package/img/cron-icon/crn-QRCode.svg +38 -0
- package/img/cron-icon/crn-anchor.svg +29 -0
- package/img/cron-icon/crn-button-bar.svg +1 -0
- package/img/cron-icon/crn-button.svg +24 -0
- package/img/cron-icon/crn-card.svg +1 -0
- package/img/cron-icon/crn-carousel.svg +26 -0
- package/img/cron-icon/crn-chart.svg +19 -0
- package/img/cron-icon/crn-checkbox.svg +15 -0
- package/img/cron-icon/crn-component.svg +22 -0
- package/img/cron-icon/crn-container.svg +1 -0
- package/img/cron-icon/crn-cron-crud.svg +28 -0
- package/img/cron-icon/crn-datasource.svg +27 -0
- package/img/cron-icon/crn-dynamic-file.svg +1 -0
- package/img/cron-icon/crn-dynamic-image.svg +25 -0
- package/img/cron-icon/crn-enterprise-combobox.svg +24 -0
- package/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
- package/img/cron-icon/crn-evaluation.svg +1 -0
- package/img/cron-icon/crn-form.svg +24 -0
- package/img/cron-icon/crn-frame.svg +30 -0
- package/img/cron-icon/crn-header.svg +18 -0
- package/img/cron-icon/crn-icon.svg +23 -0
- package/img/cron-icon/crn-image.svg +20 -0
- package/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/img/cron-icon/crn-input-floating.svg +1 -0
- package/img/cron-icon/crn-input-inline.svg +1 -0
- package/img/cron-icon/crn-ion-footer-bar.svg +1 -0
- package/img/cron-icon/crn-ion-list.svg +1 -0
- package/img/cron-icon/crn-item-swipe.svg +15 -0
- package/img/cron-icon/crn-kendo-chat.svg +1 -0
- package/img/cron-icon/crn-label.svg +1 -0
- package/img/cron-icon/crn-list-avatar.svg +1 -0
- package/img/cron-icon/crn-list-icon.svg +1 -0
- package/img/cron-icon/crn-list-item-avatar.svg +1 -0
- package/img/cron-icon/crn-list-item-icon.svg +1 -0
- package/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
- package/img/cron-icon/crn-list-item.svg +1 -0
- package/img/cron-icon/crn-list-swipe.svg +17 -0
- package/img/cron-icon/crn-list-thumbnail.svg +17 -0
- package/img/cron-icon/crn-list.svg +16 -0
- package/img/cron-icon/crn-map.svg +1 -0
- package/img/cron-icon/crn-multiselect.svg +1 -0
- package/img/cron-icon/crn-paragraph.svg +1 -0
- package/img/cron-icon/crn-plugin.svg +44 -0
- package/img/cron-icon/crn-radio.svg +21 -0
- package/img/cron-icon/crn-radiogroup.svg +25 -0
- package/img/cron-icon/crn-range.svg +1 -0
- package/img/cron-icon/crn-rating.svg +20 -0
- package/img/cron-icon/crn-select.svg +1 -0
- package/img/cron-icon/crn-signature-pad.svg +27 -0
- package/img/cron-icon/crn-spacer.svg +1 -0
- package/img/cron-icon/crn-tabs-icon-only.svg +24 -0
- package/img/cron-icon/crn-tabs.svg +17 -0
- package/img/cron-icon/crn-text-component.svg +22 -0
- package/img/cron-icon/crn-textarea.svg +22 -0
- package/img/cron-icon/crn-textinput.svg +23 -0
- package/img/cron-icon/crn-textinputbutton.svg +33 -0
- package/img/cron-icon/crn-textinputicon.svg +29 -0
- package/img/cron-icon/crn-toggle.svg +1 -0
- package/img/cron-icon/crn-video.svg +1 -0
- package/img/logo.svg +1 -0
- package/img/placehold-100x100.png +0 -0
- package/img/placehold-300x200.png +0 -0
- package/img/placehold-900x500.png +0 -0
- package/img/qr-code.png +0 -0
- package/img/svg-charts.svg +1 -0
- package/img/user.svg +18 -0
- package/img/web.png +0 -0
- package/js/LanguageSelectDirective.js +30 -0
- package/js/LocaleService.js +59 -0
- package/js/app.authentication.js +620 -0
- package/js/app.js +349 -0
- package/js/controllers.authentication.js +717 -0
- package/js/controllers.js +90 -0
- package/js/custom.controllers.js +11 -0
- package/js/customModules.js +1 -0
- package/js/customStateProvider.js +105 -0
- package/js/directives.js +2955 -0
- package/js/filters.js +47 -0
- package/js/local-dateformat.directive.js +15 -0
- package/js/reports/parameters.controller.js +86 -0
- package/js/reports/reports.service.js +446 -0
- package/js/services.js +5 -0
- package/js/upload.service.js +168 -0
- package/lib/kendo/kendo.all.min.js +125 -0
- package/lib/kendo/kendo.default-v2.min.css +10 -0
- package/lib/notification-mobile.js +57 -0
- package/package.json +48 -0
- package/postupdate.json +539 -0
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
/* ==== FONTS ====*/
|
|
2
|
+
@import url("font/fonts.css");
|
|
3
|
+
|
|
4
|
+
/* ==== VARIABLES ==== */
|
|
5
|
+
:root {
|
|
6
|
+
|
|
7
|
+
/* Font */
|
|
8
|
+
--fontFamily: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
|
|
9
|
+
--textColor: #111;
|
|
10
|
+
|
|
11
|
+
--textSmallSize: 12px;
|
|
12
|
+
--textNormalSize: 14px;
|
|
13
|
+
--textMediumSize: 16px;
|
|
14
|
+
--textBigSize: 18px;
|
|
15
|
+
--textExtraBigSize: 23px;
|
|
16
|
+
|
|
17
|
+
--textColor10: #d6d6d6;
|
|
18
|
+
--textColor20: #aeaeae;
|
|
19
|
+
--textColor30: #7c7c7c;
|
|
20
|
+
--textColor40: #111111;
|
|
21
|
+
--textColor50: #0f0f0f;
|
|
22
|
+
--textColor60: #0c0c0c;
|
|
23
|
+
--textColor70: #090909;
|
|
24
|
+
|
|
25
|
+
/* Menus - Sizes and Distances */
|
|
26
|
+
--menuVerticalWidth: 270px;
|
|
27
|
+
--menuSideSize: 20px;
|
|
28
|
+
--menuItemBarSize: 6px;
|
|
29
|
+
--menuElementOverallPadding: 10px;
|
|
30
|
+
--menuItemPaddingSize: calc(var(--menuElementOverallPadding) + 5px);
|
|
31
|
+
--menuItemIconWidth: 25px;
|
|
32
|
+
|
|
33
|
+
/* Background */
|
|
34
|
+
--backgroundColor10: #ffffff;
|
|
35
|
+
--backgroundColor20: #ffffff;
|
|
36
|
+
--backgroundColor30: #ffffff;
|
|
37
|
+
--backgroundColor40: #ffffff;
|
|
38
|
+
--backgroundColor50: #dfdfdf;
|
|
39
|
+
--backgroundColor60: #bbbbbb;
|
|
40
|
+
--backgroundColor70: #8c8c8c;
|
|
41
|
+
|
|
42
|
+
/* Background Login */
|
|
43
|
+
--backgroundLogin10: #ffffff;
|
|
44
|
+
--backgroundLogin20: #ffffff;
|
|
45
|
+
--backgroundLogin30: #ffffff;
|
|
46
|
+
--backgroundLogin40: #ffffff;
|
|
47
|
+
--backgroundLogin50: #dfdfdf;
|
|
48
|
+
--backgroundLogin60: #bbbbbb;
|
|
49
|
+
--backgroundLogin70: #8c8c8c;
|
|
50
|
+
|
|
51
|
+
/* Distances */
|
|
52
|
+
--distanceNone: 0;
|
|
53
|
+
--distanceSmallest: 5px;
|
|
54
|
+
--distanceExtraSmall: 10px;
|
|
55
|
+
--distanceSmall: 15px;
|
|
56
|
+
--distanceMedium: 20px;
|
|
57
|
+
--distanceBig: 30px;
|
|
58
|
+
--distanceGiant: 40px;
|
|
59
|
+
--distanceTitan: 60px;
|
|
60
|
+
|
|
61
|
+
/* Border Radius */
|
|
62
|
+
--borderRadiusNone: 0;
|
|
63
|
+
--borderRadiusSmallest: 5px;
|
|
64
|
+
--borderRadiusExtraSmall: 10px;
|
|
65
|
+
--borderRadiusSmall: 15px;
|
|
66
|
+
--borderRadiusBig: 30px;
|
|
67
|
+
--borderRadiusGiant: 40px;
|
|
68
|
+
--borderRadiusTitan: 60px;
|
|
69
|
+
--borderRadiusFull: 99999px;
|
|
70
|
+
|
|
71
|
+
/* Color - Theme default */
|
|
72
|
+
--colorDefault10: #d8d9e3;
|
|
73
|
+
--colorDefault20: #b3b5ca;
|
|
74
|
+
--colorDefault30: #8689af;
|
|
75
|
+
--colorDefault40: #3b448e;
|
|
76
|
+
--colorDefault50: #343c7c;
|
|
77
|
+
--colorDefault60: #2b3268;
|
|
78
|
+
--colorDefault70: #20254e;
|
|
79
|
+
|
|
80
|
+
--textColorDefault10: #8c8c8c;
|
|
81
|
+
--textColorDefault20: #bbbbbb;
|
|
82
|
+
--textColorDefault30: #dfdfdf;
|
|
83
|
+
--textColorDefault40: #ffffff;
|
|
84
|
+
--textColorDefault50: #ffffff;
|
|
85
|
+
--textColorDefault60: #ffffff;
|
|
86
|
+
--textColorDefault70: #ffffff;
|
|
87
|
+
|
|
88
|
+
/* Color - Primary (web) - Positive (mobile) */
|
|
89
|
+
--colorPrimary10: #d8e0fc;
|
|
90
|
+
--colorPrimary20: #b2c5fa;
|
|
91
|
+
--colorPrimary30: #85a5f7;
|
|
92
|
+
--colorPrimary40: #387ef5;
|
|
93
|
+
--colorPrimary50: #316ed7;
|
|
94
|
+
--colorPrimary60: #295cb3;
|
|
95
|
+
--colorPrimary70: #1f4586;
|
|
96
|
+
|
|
97
|
+
--textColorPrimary10: #8c8c8c;
|
|
98
|
+
--textColorPrimary20: #bbbbbb;
|
|
99
|
+
--textColorPrimary30: #dfdfdf;
|
|
100
|
+
--textColorPrimary40: #ffffff;
|
|
101
|
+
--textColorPrimary50: #ffffff;
|
|
102
|
+
--textColorPrimary60: #ffffff;
|
|
103
|
+
--textColorPrimary70: #ffffff;
|
|
104
|
+
|
|
105
|
+
/* Color - Success (web) - Balanced (mobile) */
|
|
106
|
+
--colorSuccess10: #d7f1dc;
|
|
107
|
+
--colorSuccess20: #b2e6bb;
|
|
108
|
+
--colorSuccess30: #83da95;
|
|
109
|
+
--colorSuccess40: #33cd5f;
|
|
110
|
+
--colorSuccess50: #2db353;
|
|
111
|
+
--colorSuccess60: #259646;
|
|
112
|
+
--colorSuccess70: #1c7034;
|
|
113
|
+
|
|
114
|
+
--textColorSuccess10: #8c8c8c;
|
|
115
|
+
--textColorSuccess20: #bbbbbb;
|
|
116
|
+
--textColorSuccess30: #dfdfdf;
|
|
117
|
+
--textColorSuccess40: #ffffff;
|
|
118
|
+
--textColorSuccess50: #ffffff;
|
|
119
|
+
--textColorSuccess60: #ffffff;
|
|
120
|
+
--textColorSuccess70: #ffffff;
|
|
121
|
+
|
|
122
|
+
/* Color - Warning (web) - energized (mobile) */
|
|
123
|
+
--colorWarning10: #fff0d5;
|
|
124
|
+
--colorWarning20: #ffe4ae;
|
|
125
|
+
--colorWarning30: #ffd77b;
|
|
126
|
+
--colorWarning40: #ffc900;
|
|
127
|
+
--colorWarning50: #dfb000;
|
|
128
|
+
--colorWarning60: #bb9300;
|
|
129
|
+
--colorWarning70: #8c6e00;
|
|
130
|
+
|
|
131
|
+
--textColorWarning10: #8c8c8c;
|
|
132
|
+
--textColorWarning20: #bbbbbb;
|
|
133
|
+
--textColorWarning30: #dfdfdf;
|
|
134
|
+
--textColorWarning40: #ffffff;
|
|
135
|
+
--textColorWarning50: #ffffff;
|
|
136
|
+
--textColorWarning60: #ffffff;
|
|
137
|
+
--textColorWarning70: #ffffff;
|
|
138
|
+
|
|
139
|
+
/* Color - Danger (web) - assertive (mobile) */
|
|
140
|
+
--colorDanger10: #fad9d8;
|
|
141
|
+
--colorDanger20: #f7b5b3;
|
|
142
|
+
--colorDanger30: #f38a85;
|
|
143
|
+
--colorDanger40: #ef473a;
|
|
144
|
+
--colorDanger50: #d13e33;
|
|
145
|
+
--colorDanger60: #af342a;
|
|
146
|
+
--colorDanger70: #832720;
|
|
147
|
+
|
|
148
|
+
--textColorDanger10: #8c8c8c;
|
|
149
|
+
--textColorDanger20: #bbbbbb;
|
|
150
|
+
--textColorDanger30: #dfdfdf;
|
|
151
|
+
--textColorDanger40: #ffffff;
|
|
152
|
+
--textColorDanger50: #ffffff;
|
|
153
|
+
--textColorDanger60: #ffffff;
|
|
154
|
+
--textColorDanger70: #ffffff;
|
|
155
|
+
|
|
156
|
+
/* Color - Royal (mobile) */
|
|
157
|
+
--colorRoyal10: #e2ddf9;
|
|
158
|
+
--colorRoyal20: #c8bef4;
|
|
159
|
+
--colorRoyal30: #ab9aef;
|
|
160
|
+
--colorRoyal40: #886aea;
|
|
161
|
+
--colorRoyal50: #775dcd;
|
|
162
|
+
--colorRoyal60: #644eab;
|
|
163
|
+
--colorRoyal70: #4a3a80;
|
|
164
|
+
|
|
165
|
+
--textColorRoyal10: #8c8c8c;
|
|
166
|
+
--textColorRoyal20: #bbbbbb;
|
|
167
|
+
--textColorRoyal30: #dfdfdf;
|
|
168
|
+
--textColorRoyal40: #ffffff;
|
|
169
|
+
--textColorRoyal50: #ffffff;
|
|
170
|
+
--textColorRoyal60: #ffffff;
|
|
171
|
+
--textColorRoyal70: #ffffff;
|
|
172
|
+
|
|
173
|
+
/* Color - Calm (mobile) */
|
|
174
|
+
--colorCalm10: #d6eefb;
|
|
175
|
+
--colorCalm20: #aee0f9;
|
|
176
|
+
--colorCalm30: #7cd1f6;
|
|
177
|
+
--colorCalm40: #11c1f3;
|
|
178
|
+
--colorCalm50: #0fa9d5;
|
|
179
|
+
--colorCalm60: #0c8db2;
|
|
180
|
+
--colorCalm70: #096a85;
|
|
181
|
+
|
|
182
|
+
--textColorCalm10: #8c8c8c;
|
|
183
|
+
--textColorCalm20: #bbbbbb;
|
|
184
|
+
--textColorCalm30: #dfdfdf;
|
|
185
|
+
--textColorCalm40: #ffffff;
|
|
186
|
+
--textColorCalm50: #ffffff;
|
|
187
|
+
--textColorCalm60: #ffffff;
|
|
188
|
+
--textColorCalm70: #ffffff;
|
|
189
|
+
|
|
190
|
+
/* Color - Light (mobile) */
|
|
191
|
+
--colorLight10: #ffffff;
|
|
192
|
+
--colorLight20: #ffffff;
|
|
193
|
+
--colorLight30: #ffffff;
|
|
194
|
+
--colorLight40: #ffffff;
|
|
195
|
+
--colorLight50: #dfdfdf;
|
|
196
|
+
--colorLight60: #bbbbbb;
|
|
197
|
+
--colorLight70: #8c8c8c;
|
|
198
|
+
|
|
199
|
+
--textColorLight10: #252525;
|
|
200
|
+
--textColorLight20: #323232;
|
|
201
|
+
--textColorLight30: #3c3c3c;
|
|
202
|
+
--textColorLight40: #444444;
|
|
203
|
+
--textColorLight50: #3c3c3c;
|
|
204
|
+
--textColorLight60: #b5b5b5;
|
|
205
|
+
--textColorLight70: #d9d9d9;
|
|
206
|
+
|
|
207
|
+
/* Color - Stable (mobile) */
|
|
208
|
+
--colorStable10: #fdfdfd;
|
|
209
|
+
--colorStable20: #fbfbfb;
|
|
210
|
+
--colorStable30: #fafafa;
|
|
211
|
+
--colorStable40: #f8f8f8;
|
|
212
|
+
--colorStable50: #d9d9d9;
|
|
213
|
+
--colorStable60: #b6b6b6;
|
|
214
|
+
--colorStable70: #888888;
|
|
215
|
+
|
|
216
|
+
--textColorStable10: #252525;
|
|
217
|
+
--textColorStable20: #323232;
|
|
218
|
+
--textColorStable30: #3c3c3c;
|
|
219
|
+
--textColorStable40: #444444;
|
|
220
|
+
--textColorStable50: #898989;
|
|
221
|
+
--textColorStable60: #b5b5b5;
|
|
222
|
+
--textColorStable70: #d9d9d9;
|
|
223
|
+
|
|
224
|
+
/* Color - Dark (mobile) */
|
|
225
|
+
--colorDark10: #d9d9d9;
|
|
226
|
+
--colorDark20: #b5b5b5;
|
|
227
|
+
--colorDark30: #898989;
|
|
228
|
+
--colorDark40: #444444;
|
|
229
|
+
--colorDark50: #3c3c3c;
|
|
230
|
+
--colorDark60: #323232;
|
|
231
|
+
--colorDark70: #252525;
|
|
232
|
+
|
|
233
|
+
--textColorDark10: #8c8c8c;
|
|
234
|
+
--textColorDark20: #bbbbbb;
|
|
235
|
+
--textColorDark30: #dfdfdf;
|
|
236
|
+
--textColorDark40: #ffffff;
|
|
237
|
+
--textColorDark50: #ffffff;
|
|
238
|
+
--textColorDark60: #ffffff;
|
|
239
|
+
--textColorDark70: #ffffff;
|
|
240
|
+
|
|
241
|
+
/* Color - Neutral (web e mobile) */
|
|
242
|
+
--colorNeutral00: #FFFFFF;
|
|
243
|
+
--colorNeutral10: #F1F1F1;
|
|
244
|
+
--colorNeutral20: #E3E3E3;
|
|
245
|
+
--colorNeutral30: #D5D5D5;
|
|
246
|
+
--colorNeutral40: #C7C7C7;
|
|
247
|
+
--colorNeutral50: #B9B9B9;
|
|
248
|
+
--colorNeutral60: #ACACAC;
|
|
249
|
+
--colorNeutral70: #9E9E9E;
|
|
250
|
+
--colorNeutral80: #909090;
|
|
251
|
+
--colorNeutral90: #828282;
|
|
252
|
+
--colorNeutral100: #747474;
|
|
253
|
+
--colorNeutral110: #666666;
|
|
254
|
+
--colorNeutral120: #5D5D5D;
|
|
255
|
+
--colorNeutral130: #535353;
|
|
256
|
+
--colorNeutral140: #4A4A4A;
|
|
257
|
+
--colorNeutral150: #414141;
|
|
258
|
+
--colorNeutral160: #383838;
|
|
259
|
+
--colorNeutral170: #2E2E2E;
|
|
260
|
+
--colorNeutral180: #252525;
|
|
261
|
+
--colorNeutral190: #1C1C1C;
|
|
262
|
+
--colorNeutral200: #131313;
|
|
263
|
+
--colorNeutral210: #090909;
|
|
264
|
+
--colorNeutral220: #000000;
|
|
265
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'Roboto';
|
|
3
|
+
src: url('Roboto-Bold.woff2') format('woff2'),
|
|
4
|
+
url('Roboto-Bold.woff') format('woff');
|
|
5
|
+
font-weight: bold;
|
|
6
|
+
font-style: normal;
|
|
7
|
+
font-display: swap;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@font-face {
|
|
11
|
+
font-family: 'Roboto';
|
|
12
|
+
src: url('Roboto-Black.woff2') format('woff2'),
|
|
13
|
+
url('Roboto-Black.woff') format('woff');
|
|
14
|
+
font-weight: 900;
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-display: swap;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@font-face {
|
|
20
|
+
font-family: 'Roboto';
|
|
21
|
+
src: url('Roboto-BlackItalic.woff2') format('woff2'),
|
|
22
|
+
url('Roboto-BlackItalic.woff') format('woff');
|
|
23
|
+
font-weight: 900;
|
|
24
|
+
font-style: italic;
|
|
25
|
+
font-display: swap;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@font-face {
|
|
29
|
+
font-family: 'Roboto';
|
|
30
|
+
src: url('Roboto-BoldItalic.woff2') format('woff2'),
|
|
31
|
+
url('Roboto-BoldItalic.woff') format('woff');
|
|
32
|
+
font-weight: bold;
|
|
33
|
+
font-style: italic;
|
|
34
|
+
font-display: swap;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: 'Roboto';
|
|
39
|
+
src: url('Roboto-Italic.woff2') format('woff2'),
|
|
40
|
+
url('Roboto-Italic.woff') format('woff');
|
|
41
|
+
font-weight: normal;
|
|
42
|
+
font-style: italic;
|
|
43
|
+
font-display: swap;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'Roboto';
|
|
48
|
+
src: url('Roboto-Light.woff2') format('woff2'),
|
|
49
|
+
url('Roboto-Light.woff') format('woff');
|
|
50
|
+
font-weight: 300;
|
|
51
|
+
font-style: normal;
|
|
52
|
+
font-display: swap;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
@font-face {
|
|
56
|
+
font-family: 'Roboto';
|
|
57
|
+
src: url('Roboto-LightItalic.woff2') format('woff2'),
|
|
58
|
+
url('Roboto-LightItalic.woff') format('woff');
|
|
59
|
+
font-weight: 300;
|
|
60
|
+
font-style: italic;
|
|
61
|
+
font-display: swap;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@font-face {
|
|
65
|
+
font-family: 'Roboto';
|
|
66
|
+
src: url('Roboto-Medium.woff2') format('woff2'),
|
|
67
|
+
url('Roboto-Medium.woff') format('woff');
|
|
68
|
+
font-weight: 500;
|
|
69
|
+
font-style: normal;
|
|
70
|
+
font-display: swap;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@font-face {
|
|
74
|
+
font-family: 'Roboto';
|
|
75
|
+
src: url('Roboto-MediumItalic.woff2') format('woff2'),
|
|
76
|
+
url('Roboto-MediumItalic.woff') format('woff');
|
|
77
|
+
font-weight: 500;
|
|
78
|
+
font-style: italic;
|
|
79
|
+
font-display: swap;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
@font-face {
|
|
83
|
+
font-family: 'Roboto';
|
|
84
|
+
src: url('Roboto-Regular.woff2') format('woff2'),
|
|
85
|
+
url('Roboto-Regular.woff') format('woff');
|
|
86
|
+
font-weight: normal;
|
|
87
|
+
font-style: normal;
|
|
88
|
+
font-display: swap;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
@font-face {
|
|
92
|
+
font-family: 'Roboto';
|
|
93
|
+
src: url('Roboto-ThinItalic.woff2') format('woff2'),
|
|
94
|
+
url('Roboto-ThinItalic.woff') format('woff');
|
|
95
|
+
font-weight: 100;
|
|
96
|
+
font-style: italic;
|
|
97
|
+
font-display: swap;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
@font-face {
|
|
101
|
+
font-family: 'Roboto';
|
|
102
|
+
src: url('Roboto-Thin.woff2') format('woff2'),
|
|
103
|
+
url('Roboto-Thin.woff') format('woff');
|
|
104
|
+
font-weight: 100;
|
|
105
|
+
font-style: normal;
|
|
106
|
+
font-display: swap;
|
|
107
|
+
}
|
|
108
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 24 10.1" style="enable-background:new 0 0 24 10.1;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#666666;}
|
|
7
|
+
</style>
|
|
8
|
+
<g>
|
|
9
|
+
<polygon class="st0" points="12.6,8.2 4.7,0 20.5,0 "/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 24 10.1" style="enable-background:new 0 0 24 10.1;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#FFFFFF;}
|
|
7
|
+
</style>
|
|
8
|
+
<g>
|
|
9
|
+
<polygon class="st0" points="12.6,8.2 4.7,0 20.5,0 "/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|