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,260 @@
|
|
|
1
|
+
|
|
2
|
+
.login-bg {
|
|
3
|
+
background: -webkit-linear-gradient(45deg,#2767e6 0,#34b3f7 76%,#34b3f7 95%);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
.login-mobile input[type="email"]::-webkit-input-placeholder,.login-mobile input[type="text"]::-webkit-input-placeholder,.login-mobile input[type="password"]::-webkit-input-placeholder {
|
|
8
|
+
color: #c4ebff;
|
|
9
|
+
background-color: transparent;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
.menu-view .bar.bar-positive, .login-bg .bar.bar-positive {
|
|
14
|
+
border-color: #1d4f9e;
|
|
15
|
+
background-color: #1d4f9e;
|
|
16
|
+
background-image: linear-gradient(0deg, #1d4f9e, #1d4f9e 50%, transparent 50%);
|
|
17
|
+
color: #fff;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.menu-view .item h2, .login-bg .item h2 {
|
|
21
|
+
margin: 0 0 2px 0;
|
|
22
|
+
font-size: 14px;
|
|
23
|
+
font-weight: normal;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
.menu-view .item h3, .login-bg .item h3 {
|
|
28
|
+
margin: 0 0 2px 0;
|
|
29
|
+
font-size: 13px;
|
|
30
|
+
font-weight: normal;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.menu-view .item-icon-left .icon, .login-bg .item-icon-left .icon {
|
|
34
|
+
left: 20px;
|
|
35
|
+
border-radius: 100%;
|
|
36
|
+
border: 1px solid ;
|
|
37
|
+
width: 35px;
|
|
38
|
+
height: 35px;
|
|
39
|
+
top: 6px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.menu-view .item-icon-left, .login-bg .item-icon-left, ul.nav > a > div, ul.nav > li > a > div, div.nav > a > div {
|
|
43
|
+
padding-left: 26px;
|
|
44
|
+
margin-left: 20px;
|
|
45
|
+
min-height: auto;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
div.nav > a.item-avatar-left > div.item-content {
|
|
49
|
+
padding: 16px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.menu-view [nav-bar-transition="ios"] [nav-bar="active"] .bar, [nav-bar-transition="ios"] [nav-bar="entering"] .bar, .login-bg [nav-bar-transition="ios"] [nav-bar="active"] .bar, [nav-bar-transition="ios"] [nav-bar="entering"] .bar {
|
|
53
|
+
color:#ffffff;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.menu-view .button .icon:before, .button.icon:before, .button.icon-left:before, .button.icon-right:before, .login-bg .button .icon:before, .button.icon:before, .button.icon-left:before, .button.icon-right:before {
|
|
57
|
+
display: inline-block;
|
|
58
|
+
padding: 0 0 1px 0;
|
|
59
|
+
vertical-align: inherit;
|
|
60
|
+
font-size: 24px;
|
|
61
|
+
line-height: 41px;
|
|
62
|
+
pointer-events: none;
|
|
63
|
+
color: #fff;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.menu-view .bar .title, .login-bg .bar .title {
|
|
67
|
+
display: block;
|
|
68
|
+
position: absolute;
|
|
69
|
+
top: 0;
|
|
70
|
+
right: 0;
|
|
71
|
+
left: 0;
|
|
72
|
+
z-index: 0;
|
|
73
|
+
overflow: hidden;
|
|
74
|
+
margin: 0 10px;
|
|
75
|
+
min-width: 30px;
|
|
76
|
+
height: 43px;
|
|
77
|
+
text-align: center;
|
|
78
|
+
text-overflow: ellipsis;
|
|
79
|
+
white-space: nowrap;
|
|
80
|
+
font-size: 17px;
|
|
81
|
+
font-weight: 500;
|
|
82
|
+
line-height: 44px;
|
|
83
|
+
color: #ffffff;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.menu-view label.item.item-input, .login-bg label.item.item-input {
|
|
87
|
+
border-top: 0;
|
|
88
|
+
display: block;
|
|
89
|
+
border-left: 0;
|
|
90
|
+
border-right: 0;
|
|
91
|
+
border-radius: 0;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.menu-view fieldset, .login-bg fieldset {
|
|
95
|
+
margin: 0 2px;
|
|
96
|
+
padding: 0.35em 0.625em 0.75em;
|
|
97
|
+
border: 0px solid #c0c0c0;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.menu-view .bar-header button i, .login-bg .bar-header button i {
|
|
101
|
+
font-size:10px;
|
|
102
|
+
color:#000;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.menu-view .bar-header .header-item .right-buttons .button i::before, .bar-header .header-item .left-buttons .button i::before , .login-bg .bar-header .header-item .right-buttons .button i::before, .bar-header .header-item .left-buttons .button i::before {
|
|
106
|
+
font-size:20px;
|
|
107
|
+
color:#fff;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.menu-view .user-avatar, .login-bg .user-avatar {
|
|
111
|
+
float: left;
|
|
112
|
+
font-size: 52px;
|
|
113
|
+
color: #fff;
|
|
114
|
+
width: 45px;
|
|
115
|
+
height: auto;
|
|
116
|
+
padding: 0px;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.menu-view .input-default input, .login-bg .input-default input {
|
|
120
|
+
border-bottom: 1px solid #aaaaaa;
|
|
121
|
+
transition: 400ms;
|
|
122
|
+
color: #c4ebff;
|
|
123
|
+
margin-top: 5px;
|
|
124
|
+
margin-bottom: 15px;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.menu-view .input-default input:focus, .login-bg .input-default input:focus {
|
|
128
|
+
border-bottom: 1px solid #122153;
|
|
129
|
+
transition:400ms;
|
|
130
|
+
color: #122153;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.menu-view .input-default .item-input i , .login-bg .input-default .item-input i {
|
|
134
|
+
border-radius: 100%;
|
|
135
|
+
border: 1px solid #aaaaaa;
|
|
136
|
+
padding: 6px 7px 6px 7px;
|
|
137
|
+
font-size: 10px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.menu-view .item-input, .login-bg .item-input {
|
|
141
|
+
padding: 6px 0 5px 0px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.menu-view .item , .login-bg .item {
|
|
145
|
+
border-color: transparent;
|
|
146
|
+
background-color: transparent;
|
|
147
|
+
color: #444;
|
|
148
|
+
position: relative;
|
|
149
|
+
z-index: 2;
|
|
150
|
+
display: block;
|
|
151
|
+
margin: -1px;
|
|
152
|
+
padding: 0px;
|
|
153
|
+
border-width: 1px;
|
|
154
|
+
border-style: solid;
|
|
155
|
+
font-size: 16px;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.login-bg .item{
|
|
159
|
+
display: -webkit-box;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.login-bg input:-webkit-autofill {
|
|
163
|
+
-webkit-box-shadow: 0 0 0px 1000px #c4ebff5e inset!important;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
.login-mobile .button.button-positive {
|
|
169
|
+
border-color: #1d4f9e;
|
|
170
|
+
background-color: transparent;
|
|
171
|
+
color: #fff;
|
|
172
|
+
border-radius: 2px;
|
|
173
|
+
transition: 400ms;
|
|
174
|
+
margin-top: 20px !important;
|
|
175
|
+
width: 94%;
|
|
176
|
+
margin: 0 auto;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.login-mobile .button.button-block, .button.button-full {
|
|
180
|
+
padding: 0;
|
|
181
|
+
border: 1px solid #ffffff!important;
|
|
182
|
+
text-transform: uppercase;
|
|
183
|
+
letter-spacing: 6px;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.logo {
|
|
187
|
+
width: 250px;
|
|
188
|
+
margin-bottom: 0;
|
|
189
|
+
-webkit-filter: saturate(0) brightness(100);
|
|
190
|
+
filter: saturate(0) brightness(100);
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.login-mobile {
|
|
194
|
+
padding: 19px 30px;
|
|
195
|
+
border-radius: 10px;
|
|
196
|
+
background: transparent;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.login-mobile label {
|
|
200
|
+
background: transparent;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.login-mobile label input {
|
|
204
|
+
background: transparent;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.login-mobile input {
|
|
208
|
+
border-bottom: 1px solid #ffffff!important;
|
|
209
|
+
transition: 700ms;
|
|
210
|
+
color: #c4ebff;
|
|
211
|
+
background-color: transparent!important;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.login-mobile input:focus {
|
|
215
|
+
border-bottom: 1px solid #2b71c0 !important;
|
|
216
|
+
transition: 700ms;
|
|
217
|
+
background-color: transparent!important;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.login-mobile .item-input {
|
|
221
|
+
padding-bottom: 16px;
|
|
222
|
+
margin-bottom: 10px;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.login-mobile label {
|
|
226
|
+
border:0;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.menu-view .button.button-positive, .login-bg .button.button-positive {
|
|
230
|
+
border-color: #ffffff;
|
|
231
|
+
background-color: #ffffff;
|
|
232
|
+
color: #1d4f9e;
|
|
233
|
+
border-radius: 7px;
|
|
234
|
+
transition: 400ms;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.login-mobile .placeholder-icon:first-child {
|
|
238
|
+
padding-right: 0;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.login-mobile .placeholder-icon {
|
|
242
|
+
color: #fff;
|
|
243
|
+
font-size: 16px;
|
|
244
|
+
border-radius: 100%;
|
|
245
|
+
border: 1px solid #fff;
|
|
246
|
+
text-align: center;
|
|
247
|
+
padding: 11px 5px 0px 0px;
|
|
248
|
+
margin-right: 7px;
|
|
249
|
+
width: 40px;
|
|
250
|
+
height: 40px;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.login-mobile label.item.item-input {
|
|
254
|
+
padding: 10px;
|
|
255
|
+
border: 0px solid #d7d7d7;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.login-bg label.item.item-input {
|
|
259
|
+
padding: 10px;
|
|
260
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.qrCodeCronapp {
|
|
2
|
+
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAANcElEQVR4Xu3dW3YjSQ4DUPX+Fz1zvADHjVMQFZEy+pcCHyCQTNlV1f+9Xq//vb77v/+GxxN/qv/t+GH6Z9P/LE8Lmu1gPrsEmnYg/lT/2/Epv0fxNUhO/7cLPDV4zvDBDDVITn4NknN4bYYaJF9NDZJzeG2GGiRfTQ2Sc3hthhokX00NknN4bYYaJF9NDZJzeG2GHYPopxinh3u6QKf5Ez+qr/0rv/CqPx1f9l+D+PdAWvDtAlF/EuDT59d8NQgYkoCeLhDNJwE9fX7NV4PUINLIMl6DgD4RFLH/BrCekOr/NP4NFCxTaD7Vn+ZP9afjvSC9IJHGapBekK9+xegFWQu8F6QXpBdkwcC4QdInlLb3p0/86/XS/OJP+zmdX/1pPsU1Xw0iBg/HJRAtWO3fnl/9aT7FxV8NIgYPxyUQLVjt355f/Wk+xcVfDSIGD8clEC1Y7d+eX/1pPsXFXw0iBg/HJRAtWO3fnl/9aT7FxV8NIgYPxyUQLVjt355f/Wk+xcVfDSIGD8clEC1Y7d+eX/1pPsXFXw0iBg/HJRAtWO3fnl/9aT7FxV8NAgavXpC2/4a4BKQS4k/5hVd9xaP67/j7IFcPuPGLttv7lwDSuASk/OJP+YVXfcWj+jWI/8KUFqB4tCAlf0Nc/amEBK78wqu+4lH9GqQGkYAkQAlc+YVXfcWj+jVIDSIBSYASuPILr/qKR/VrkBpEApIAJXDlF171FY/q1yA1iAQkAUrgyi+86ise1a9BahAJSAKUwJVfeNVXPKpfg4heG0gLcIXsExKY+rsdn7Hjv0/TXxSGDKcCCssTnvZ3O54E4APRA6IXxPSnAnKF7BNpf7fjM3Z6Qfh/yNITRAtIBaT8aTzt73Z8yo/231eskOFUQGF5wtP+bseTgL5irRlIF6wFTOdXfcXT/m7Ha37Fe0HCJ4gITgWk/Gk87e92fMpPDVKDLBmIBPKGPw2d1n+8QdIBUvz0E1D9TQtA+dVfys/p/Kqfxse/pKcNpvhUAMKrPwl4Or/6U331fzq/6qfxGgQMSkBagAQ2nV/9qb76P51f9dN4DVKDRN9RJMBpA6p+Gq9BapAaZMFADVKD1CA1yO8M6B1brwg64afzqz/Np/5P51f9NN4L0gvSCzJ5QVKHnsbrCZk+YYs/veHB+jt/3H2w/EdS1yBrmqcN/pElTxWpQfK/MTgtsKcbfEq7H8lbg9Qg0wb/iJCnitQgNUgNsnBXDVKD1CA1yPIATwvk6d8h0v6n3n4+krcXpBdk+gHxESFPFdHTYaruk/JKQOksp3eg+U73l/Ib4f/08JvMSUCbaX792OkdaL7T/aX8Rvg/PfwmcxLQZpoaJCXqBL4GMes1iDn62k/UIF5tDWKOvvYTNYhXW4OYo6/9RA3i1dYg5uhrP1GDeLU1iDn62k884ReFMvG0gLX8tL9pvPpXXPxO93+0fg0ieTh+u0A8wfoTRwX6OvwnHWqQVD7h/3/iA/+0ZzphDZIyOIxPn9DD7b3S/qbx6fw1SMrgMD4V0HB7NQgIfrTB+oqV2yc18DQ+nfDRAk+/w9QgqXz6HWTa4EcNWoPUIGLgqEDTC5Di32GQ9AmiBSm/8IrfLgD1n/Kj+dP6yp/2r/6i+jXI4Z+zbzzhJIBUYBJQWl/50/7VX1S/BqlBJCAJUAJXfuFVX/Gofg1Sg0hAEqAErvzCq77iUf0apAaRgCRACVz5hVd9xaP6NUgNIgFJgBK48guv+opH9WuQGkQCkgAlcOUXXvUVj+rXIDWIBCQBSuDKL7zqKx7V32kuKqDu3/BjTpXYmVE5VvGn85PMfgNW+9V+ljMo+Q9YBXZyJAJLl5D2p/pP50fz3R7XfrWfGmR4w1qAFqj2lF/4b4+L34g/Je8Fsby0gB2OT15YT3j3J8Sv9tMLMrxfLUALVHvKL/y3x8VvxJ+S94JYXlrADse9IOb5t0+IX+2nF+Tfud9CagFaoIoov/DfHhe/EX9K3gtieWkBOxz3gpjnay+IWpdAhE/jqQDT+ile/E3Pp/qaT/0pv/Cqn8aX/b2jORGQDiD8O2ZQjcm4+JueT/U1u/pTfuFVP43XICmDw/jTAlJ9jS+BK7/wqp/Ga5CUwWH8aQGpvsaXwJVfeNVP4zVIyuAw/rSAVF/jS+DKL7zqp/EaJGVwGH9aQKqv8SVw5Rde9dN4DZIyOIw/LSDV1/gSuPILr/ppvAZJGRzGnxaQ6mt8CVz5hVf9NE6DaIC0gZSA6f7S+YTX/NPzqb76n+5P9dX/aH8/xUcLbPzz/iJouj/VT+NHF/wF/B/lrwZJ5W/80QXXIF7Q6hM1SMbfDroG2WHp988c5a8GyZa3gz664F6QnRWt3Tn9ji+BaILp/lQ/jWv+6flUX/NN96f66n+0v14QrSePH11wL0i2wBok428HXYPssPTg7yDTC07zp3itT/mFT+N6hUj7U371r/rKfzV+54KkA9xOcNqf8Gk8FZjqK7/wqT6uxtcgWr//H4TOkH1CApbAVF35hVd95b8aX4No/TWIGLpa4Bt/UmTZfw2i9dcgYqgGAUM6obcTnPYnfBoXvxKo6iu/8Kqv/Ffje0G0/l4QMXS1wPuKZQHrCZYKQPg0rv4lUNVXfuFVX/mvxr/jgojAlKDT+VVfcc0vvAQkvOorv/CqPx0f7b8GmV5f/vdtJABNIIErv/CqPx0f7b8GmV5fDTLNcA0S/hRNBE4vMH0Cp/2rvvILP82f8o/23wsi+vN4KjAJQB2qvvILr/rT8dH+a5Dp9fUVa5rhGqSvWJHGdAFGBRZ1vgce7b8XZG8JyackUOWWAIRXfeUXXvWn46P9v8Mg0wSKgHQB0/2rv3Q+9X86v/qb5kf5l/3VIPl3BC1A8dMCVn8SuPoXXvWVX3jFa5DwO4wITuOpACTA0/nVn/hL+1f+GqQGkUaWcQlcAhZezSm/8IrXIDWINFKD/MZAv4P0O4jcowugJ7zwqq/8wiveC9ILIo30gvSC/K6B9AkXqe8D/7Bb+gQWP8ovvPhTfuEVP35B0gFPE6z6mm8aLwE8PT7N75KfT3wH0YBaoAQm/HR95Vf/KV7zPz2e8iN8DRIqZFrgWqDqh+NdD0/5Eb4GCSUggWoB0/hwvOvh0/zWIKEEpgWeCiAc73p4yo/wNUgogRokJDCES+DpfmqQcEHpAqbx4XjXw2sQrEgC04ZFsPCqr/zTePX/9Pg0v7wgTycw7T8V8HR95ZeAhP/r89cg4YVKBZgKVPi0vxpkwXBKrpb3hPhfF8hfn78XpBdkyUAN0gtSgSwYqEFqkBqkBvm3t/1+B/FfmJrmSE9wbTbtT/XT/Opf9YUf7W80uSa7JK4FTXOk+qIp7U/10/zqX/WFH+3vJ3naoAY4HReBml/46fnUn+qrf+V/Ol788KdYIigqcAF4esHTI6b7mZ5f/Z2uH+2nF8QXVAuOFrABlgCVQv0r/9Px4qcX5PLfg2iBErDwTxd42r/4qUFqkNEfc8vAqcBTfA0CBlKChY8WsAGWAJVC/Sv/0/HipxekF6QX5F9d0i/p/ZLeC7Jwz45BdGL/1ZzvwqULTvtI6z8dP82f8kufEb81iOh3PFrAxi9qRwXwhvpmaP0J8af8o/zUIKLfcS14dIFvEHjavxmqQVKOIvztC65BapBI4Cm4BlkzOG3Q6f0p/+h8fcUS/Y6nBn063gz1gqQcRfhUYFHxC74DpPOn+Gn+lL8XBAzdvuDRBV5gUAlYce1P+FF+3/GKlQ54lIANgaX9CZ/ylwpE/Z2OH52vBvFv0iUQLVD4GmT2hwzifxmvQWqQSEAfAOsBlD5gapDwO4w0oAUKny5Y9dP86n86fnS+XpBekGmBp/lrEDCYEpTitWDlFz59wqt+ml/9T8ePztcL0gsyLfA0fw3SCxJp6KiAos73wEfn6wXJL4jWrAULr1ek0/nT/oQXP6PxGqQGkUBlwGn8qAGUvAapQaYFnhpMGh6N1yA1SA2ysFgNUoPUIDXI8gpLIOkJ1yuG8qu/0/nT/oQXP6PxXpBeEAlUBpzGjxpAyWuQGmRa4KnBpOHReA1igzx6wRvq0XwbKUY/IgOruOZb5q9BahAJSAKcjtcgl/9REwkoXeC0wJRf8wk/HU/51Xy9INigFhARPK2eN+TXfG8oEaXQfpRc89UgNciSAQlIApyO1yB9xZrWWA2yYKAXpBekBqlBfmdArxA64Sn+6HnYKK75NlKMfkT7UXHNN35B1OB0XARGBL1erxSv+ZVfeM0vfBpX/9P9qb7mq0Euf8UaXbDU8Ya4+q9B3kBykkILSBeY4jWb8guv+YVP4+p/uj/V13y9IL0g0kgUl0BrkIjeHKwFpAtM8ZpQ+YXX/MKncfU/3Z/qa75ekF4QaSSKS6A1SERvDtYC0gWmeE2o/MJrfuHTuPqf7k/1NV8vSC+INBLFJdCvN0jE3gXgdIEpPqVA9dP80/hpg4z2/0P+owfYYEcC0/wpfqPF5UdUP80/jRe/0/Wj/DWIHxAS6LQAVD8SwAfA0/yMjlCD1CCjAnv6G0oNUoPUIAsGapAapAapQZYa0DuyvgMInwpQ9dP80/hpfkb77wXpBRkV2NO/g/wfGvc4hJk67W4AAAAASUVORK5CYII=") no-repeat;
|
|
3
|
+
min-height: 200px !important;
|
|
4
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
.upload-image-component {
|
|
2
|
+
padding: 8px;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.upload-image-component {
|
|
6
|
+
max-height: 128px;
|
|
7
|
+
max-width: 128px;
|
|
8
|
+
background-color: #ccc;
|
|
9
|
+
display: table;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.upload-image-component .remove {
|
|
13
|
+
position: absolute;
|
|
14
|
+
margin-top: -8px;
|
|
15
|
+
margin-left: -18px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.upload-image-component .remove span {
|
|
19
|
+
margin-top: 3px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.upload-image-component-attribute {
|
|
23
|
+
width: 100%;
|
|
24
|
+
background-color: #ccc;
|
|
25
|
+
display: table;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.upload-image-component-attribute .remove {
|
|
29
|
+
position: absolute;
|
|
30
|
+
margin-top: -8px;
|
|
31
|
+
margin-left: -18px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.upload-image-component-attribute .remove span {
|
|
35
|
+
margin-top: 3px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.start-camera-button {
|
|
39
|
+
position: absolute;
|
|
40
|
+
margin-left: -17px;
|
|
41
|
+
margin-top: -8px;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.start-camera-button-attribute {
|
|
45
|
+
right: 1px;
|
|
46
|
+
bottom: 1px;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.remove-image-button {
|
|
50
|
+
position: absolute;
|
|
51
|
+
right: 0px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.action-button-border{
|
|
55
|
+
white-space: initial;
|
|
56
|
+
text-align: center;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.camera-container {
|
|
60
|
+
position: fixed;
|
|
61
|
+
z-index: 999998;
|
|
62
|
+
top: 50%;
|
|
63
|
+
left: 50%;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
/* Discontinuated bootstrap 3 modal class, if used, broken ionic modal. */
|
|
2
|
+
.modal {
|
|
3
|
+
position: fixed;
|
|
4
|
+
top: 0;
|
|
5
|
+
right: 0;
|
|
6
|
+
bottom: 0;
|
|
7
|
+
left: 0;
|
|
8
|
+
z-index: 1050;
|
|
9
|
+
display: none;
|
|
10
|
+
overflow: hidden;
|
|
11
|
+
-webkit-overflow-scrolling: touch;
|
|
12
|
+
outline: 0;
|
|
13
|
+
}
|
|
14
|
+
.modal.fade .modal-dialog {
|
|
15
|
+
-webkit-transition: -webkit-transform .3s ease-out;
|
|
16
|
+
-o-transition: -o-transform .3s ease-out;
|
|
17
|
+
transition: transform .3s ease-out;
|
|
18
|
+
-webkit-transform: translate(0, -25%);
|
|
19
|
+
-ms-transform: translate(0, -25%);
|
|
20
|
+
-o-transform: translate(0, -25%);
|
|
21
|
+
transform: translate(0, -25%);
|
|
22
|
+
}
|
|
23
|
+
.modal.in .modal-dialog {
|
|
24
|
+
-webkit-transform: translate(0, 0);
|
|
25
|
+
-ms-transform: translate(0, 0);
|
|
26
|
+
-o-transform: translate(0, 0);
|
|
27
|
+
transform: translate(0, 0);
|
|
28
|
+
}
|
|
29
|
+
.modal-open .modal {
|
|
30
|
+
overflow-x: hidden;
|
|
31
|
+
overflow-y: auto;
|
|
32
|
+
}
|
|
33
|
+
.modal-dialog {
|
|
34
|
+
position: relative;
|
|
35
|
+
width: auto;
|
|
36
|
+
margin: 10px;
|
|
37
|
+
}
|
|
38
|
+
.modal-content {
|
|
39
|
+
position: relative;
|
|
40
|
+
background-color: #fff;
|
|
41
|
+
-webkit-background-clip: padding-box;
|
|
42
|
+
background-clip: padding-box;
|
|
43
|
+
border: 1px solid #999;
|
|
44
|
+
border: 1px solid rgba(0, 0, 0, .2);
|
|
45
|
+
border-radius: 6px;
|
|
46
|
+
outline: 0;
|
|
47
|
+
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
|
|
48
|
+
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
|
|
49
|
+
}
|
|
50
|
+
.modal-backdrop {
|
|
51
|
+
position: fixed;
|
|
52
|
+
top: 0;
|
|
53
|
+
right: 0;
|
|
54
|
+
bottom: 0;
|
|
55
|
+
left: 0;
|
|
56
|
+
z-index: 1040;
|
|
57
|
+
background-color: #000;
|
|
58
|
+
}
|
|
59
|
+
.modal-backdrop.fade {
|
|
60
|
+
filter: alpha(opacity=0);
|
|
61
|
+
opacity: 0;
|
|
62
|
+
}
|
|
63
|
+
.modal-backdrop.in {
|
|
64
|
+
filter: alpha(opacity=50);
|
|
65
|
+
opacity: .5;
|
|
66
|
+
}
|
|
67
|
+
.modal-header {
|
|
68
|
+
min-height: 16.42857143px;
|
|
69
|
+
padding: 15px;
|
|
70
|
+
border-bottom: 1px solid #e5e5e5;
|
|
71
|
+
}
|
|
72
|
+
.modal-header .close {
|
|
73
|
+
margin-top: -2px;
|
|
74
|
+
}
|
|
75
|
+
.modal-title {
|
|
76
|
+
margin: 0;
|
|
77
|
+
line-height: 1.42857143;
|
|
78
|
+
}
|
|
79
|
+
.modal-body {
|
|
80
|
+
position: relative;
|
|
81
|
+
padding: 15px;
|
|
82
|
+
}
|
|
83
|
+
.modal-footer {
|
|
84
|
+
padding: 15px;
|
|
85
|
+
text-align: right;
|
|
86
|
+
border-top: 1px solid #e5e5e5;
|
|
87
|
+
}
|
|
88
|
+
.modal-footer .btn + .btn {
|
|
89
|
+
margin-bottom: 0;
|
|
90
|
+
margin-left: 5px;
|
|
91
|
+
}
|
|
92
|
+
.modal-footer .btn-group .btn + .btn {
|
|
93
|
+
margin-left: -1px;
|
|
94
|
+
}
|
|
95
|
+
.modal-footer .btn-block + .btn-block {
|
|
96
|
+
margin-left: 0;
|
|
97
|
+
}
|
|
98
|
+
.modal-scrollbar-measure {
|
|
99
|
+
position: absolute;
|
|
100
|
+
top: -9999px;
|
|
101
|
+
width: 50px;
|
|
102
|
+
height: 50px;
|
|
103
|
+
overflow: scroll;
|
|
104
|
+
}
|
|
105
|
+
@media (min-width: 768px) {
|
|
106
|
+
.modal-dialog {
|
|
107
|
+
width: 600px;
|
|
108
|
+
margin: 30px auto;
|
|
109
|
+
}
|
|
110
|
+
.modal-content {
|
|
111
|
+
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
|
|
112
|
+
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
|
|
113
|
+
}
|
|
114
|
+
.modal-sm {
|
|
115
|
+
width: 300px;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
@media (min-width: 992px) {
|
|
119
|
+
.modal-lg {
|
|
120
|
+
width: 900px;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
.modal-footer:before,
|
|
124
|
+
.modal-footer:after {
|
|
125
|
+
display: table;
|
|
126
|
+
content: " ";
|
|
127
|
+
}
|
|
128
|
+
.modal-open {
|
|
129
|
+
overflow: hidden;
|
|
130
|
+
}
|
|
131
|
+
.modal-footer:after {
|
|
132
|
+
clear: both;
|
|
133
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* Cabeçalho */
|
|
2
|
+
.bar.bar-default {
|
|
3
|
+
border-color: #1659ca;
|
|
4
|
+
background-color: #2b71e8;
|
|
5
|
+
background-image: linear-gradient(0deg, #1659ca, #1659ca 50%, transparent 50%);
|
|
6
|
+
color: #fff;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.bar.bar-default .button .icon,
|
|
10
|
+
.bar.bar-default .title {
|
|
11
|
+
color: #fff;;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "tabs-color.css";@import 'background-color.css';@import 'icon-size.css';@import 'crn-ion-segment.css';:root{--assertive:#ef473a;--balanced:#33cd5f;--energized:#ffc900;--light:#fff;--stable:#f8f8f8;--calm:#11c1f3;--positive:#387ef5;--royal:#886aea;--dark:#444;--white:#fff;--gray:#333;--black:#000;--blue:#0247fe;--light-blue:#85a5ff;--dark-blue:#00217a;--purple:#3d01a4;--light-purple:#b285ff;--dark-purple:#2d007a;--red:#fe2712;--light-red:#fe8f84;--dark-red:#7a0b00;--orange:#fb9b02;--light-orange:#ffd085;--dark-orange:#7a4b00;--yellow:#ff3;--light-yellow:#ffff85;--dark-yellow:#7a7a00;--green:#66b032;--light-green:#b7ff85;--dark-green:#337a00}.font-size-100{font-size:100%}.font-size-200{font-size:200%}.font-size-300{font-size:300%}.font-size-400{font-size:400%}.font-size-500{font-size:500%}.font-size-600{font-size:600%}.font-size-700{font-size:700%}.top-13{top:13%}.top-50{top:50%}.top-78{top:78%}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.tabs-striped.background-white .tabs{background-color:var(--white)}.tabs-striped.background-gray .tabs{background-color:var(--gray)}.tabs-striped.background-black .tabs{background-color:var(--black)}.tabs-striped.background-blue .tabs{background-color:var(--blue)}.tabs-striped.background-light-blue .tabs{background-color:var(--light-blue)}.tabs-striped.background-dark-blue .tabs{background-color:var(--dark-blue)}.tabs-striped.background-purple .tabs{background-color:var(--purple)}.tabs-striped.background-light-purple .tabs{background-color:var(--light-purple)}.tabs-striped.background-dark-purple .tabs{background-color:var(--dark-purple)}.tabs-striped.background-red .tabs{background-color:var(--red)}.tabs-striped.background-light-red .tabs{background-color:var(--light-red)}.tabs-striped.background-dark-red .tabs{background-color:var(--dark-red)}.tabs-striped.background-orange .tabs{background-color:var(--orange)}.tabs-striped.background-light-orange .tabs{background-color:var(--light-orange)}.tabs-striped.background-dark-orange .tabs{background-color:var(--dark-orange)}.tabs-striped.background-yellow .tabs{background-color:var(--yellow)}.tabs-striped.background-light-yellow .tabs{background-color:var(--light-yellow)}.tabs-striped.background-dark-yellow .tabs{background-color:var(--dark-yellow)}.tabs-striped.background-green .tabs{background-color:var(--green)}.tabs-striped.background-light-green .tabs{background-color:var(--light-green)}.tabs-striped.background-dark-green .tabs{background-color:var(--dark-green)}.tabs-striped.background-assertive .tabs{background-color:var(--assertive)}.tabs-striped.background-balanced .tabs{background-color:var(--balanced)}.tabs-striped.background-energized .tabs{background-color:var(--energized)}.tabs-striped.background-light .tabs{background-color:var(--light)}.tabs-striped.background-stable .tabs{background-color:var(--stable)}.tabs-striped.background-calm .tabs{background-color:var(--calm)}.tabs-striped.background-positive .tabs{background-color:var(--positive)}.tabs-striped.background-royal .tabs{background-color:var(--royal)}.tabs-striped.background-dark .tabs{background-color:var(--dark)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@media(min-width:680px){.bigModal{top:0 !important;bottom:0 !important;left:0 !important;right:0 !important;width:100% !important}.platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader)>*{margin-top:20px}.platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader){height:64px}.platform-ios.platform-cordova .modal-wrapper .modal .has-header,.platform-ios.platform-cordova .modal-wrapper .modal .bar-subheader{top:64px}}@media(max-width:679px){.active .modal-backdrop-bg{opacity:.5}.modal-backdrop-bg{transition:opacity 300ms ease-in-out;background-color:#000;opacity:0}}.center-content{display:table !important;width:100% !important;height:100% !important}.center-content .scroll{display:table-cell;vertical-align:middle;text-align:center}.center{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.animate-item{animation:fadeInLeft 1s}.user-messages-top-icon{font-size:28px;display:inline-block;vertical-align:middle;position:relative;top:-3px;right:5px;left:0}.msg-header-username{display:inline-block;vertical-align:middle;position:relative;top:-3px;left:5px}.loader-center{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:center;align-items:center}.loader .ion-load-c{font-size:64px}.ion-load-c:before{animation:spinLoad 1s infinite linear}@font-face{font-family:'Jura';font-style:normal;font-weight:400;src:url("../fonts/jura/jura-v7-latin-regular.eot");src:local("Jura Regular"),local("Jura-Regular"),url("../fonts/jura/jura-v7-latin-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/jura/jura-v7-latin-regular.woff2") format("woff2"),url("../fonts/jura/jura-v7-latin-regular.woff") format("woff"),url("../fonts/jura/jura-v7-latin-regular.ttf") format("truetype"),url("../fonts/jura/jura-v7-latin-regular.svg#Jura") format("svg")}.fullScreenImagesView{width:100% !important;height:100%;top:0 !important;left:0 !important;background:transparent !important}.fullScreenImagesView .fullscreen-image{max-width:100%;max-height:100%;bottom:0;left:0;margin:auto;overflow:auto;position:fixed;right:0;top:0}.fullScreenImagesView .slider{width:100%;height:100%}.fullScreenImagesView .ionic-scroll .scroll{height:100%}.homeView .bar-footer{overflow:visible !important}.homeView .bar-footer textarea{resize:none;height:25px;width:100%}.homeView button.ion-android-send{padding-top:2px}.homeView .footer-btn-wrap{position:relative;height:100%;width:50px;top:7px}.homeView button.photo{position:absolute;bottom:0;left:-43px}.homeView .scrollDownBtn{right:-10px;bottom:60px}.homeView .scrollDownBtn:before{background-color:white;border-radius:100%}.homeView .footer-btn{position:absolute !important;bottom:0}.homeView img.profile-pic{width:40px;height:40px;border-radius:50%;position:absolute;bottom:10px}.homeView img.profile-pic.left{left:10px}.homeView img.profile-pic.right{right:10px}.homeView .ion-email{float:right;font-size:32px;vertical-align:middle}.homeView .message{font-size:14px}.homeView .message-detail{white-space:nowrap;font-size:14px}.homeView .bar.item-input-inset .item-input-wrapper input{width:100% !important}.homeView .message-wrapper{position:relative}.homeView .message-wrapper:last-child{margin-bottom:10px}.homeView .chat-bubble{border-radius:5px;display:inline-block;padding:10px 18px;position:relative;margin:10px;max-width:80%}.homeView .chat-bubble:before{content:"\00a0";display:block;height:16px;width:9px;position:absolute;bottom:-7.5px}.homeView .chat-bubble img{max-width:100%;max-height:300px}.homeView .chat-bubble.left{background-color:#e6e5eb;float:left;margin-left:55px}.homeView .chat-bubble.left:before{background-color:#e6e5eb;left:10px;transform:rotate(70deg) skew(5deg)}.homeView .chat-bubble.right{background-color:#e42012;color:#fff;float:right;margin-right:55px}.homeView .chat-bubble.right:before{background-color:#e42012;right:10px;transform:rotate(118deg) skew(-5deg)}.homeView .chat-bubble.right a.autolinker{color:#fff;font-weight:bold}.homeView input,.homeView textarea,.homeView .item-input,.homeView .item-input-wrapper{background-color:#f4f4f4 !important}.homeView .bold{font-weight:bold}.homeView .cf{clear:both !important}.homeView a.autolinker{color:#3b88c3;text-decoration:none}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.color-white{color:var(--white)}.color-gray{color:var(--gray)}.color-black{color:var(--black)}.color-blue{color:var(--blue)}.color-light-blue{color:var(--light-blue)}.color-dark-blue{color:var(--dark-blue)}.color-purple{color:var(--purple)}.color-light-purple{color:var(--light-purple)}.color-dark-purple{color:var(--dark-purple)}.color-red{color:var(--red)}.color-light-red{color:var(--light-red)}.color-dark-red{color:var(--dark-red)}.color-orange{color:var(--orange)}.color-light-orange{color:var(--light-orange)}.color-dark-orange{color:var(--dark-orange)}.color-yellow{color:var(--yellow)}.color-light-yellow{color:var(--light-yellow)}.color-dark-yellow{color:var(--dark-yellow)}.color-green{color:var(--green)}.color-light-green{color:var(--light-green)}.color-dark-green{color:var(--dark-green)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.crn-ion-segment-light ul,.crn-ion-segment-modern ul,.crn-ion-segment-classic ul{display:flex;align-items:center;justify-content:center;gap:4px;border-radius:18px;margin:0 auto;padding:2.5px}.crn-ion-segment-light ul li,.crn-ion-segment-modern ul li,.crn-ion-segment-classic ul li{background-color:transparent;border:0;border-radius:16px;cursor:pointer;font-size:11px;text-align:center;line-height:21px;padding-top:2px;min-width:93px;width:-webkit-fill-available;height:98%}.crn-ion-segment-light ul li a,.crn-ion-segment-modern ul li a,.crn-ion-segment-classic ul li a{display:flex;align-items:center;justify-content:center;width:100%}.crn-ion-segment-light ul{min-height:54px}.crn-ion-segment-classic ul.icon-orientation-below,.crn-ion-segment-modern ul.icon-orientation-below,.crn-ion-segment-classic ul.icon-orientation-above,.crn-ion-segment-modern ul.icon-orientation-above{min-height:54px;height:100%}.crn-ion-segment-light ul li a,.crn-ion-segment-modern ul li a,.crn-ion-segment-classic ul li a{height:100%}.crn-ion-segment-modern ul.icon-orientation-left,.crn-ion-segment-classic ul.icon-orientation-left .crn-ion-segment-modern ul.icon-orientation-right,.crn-ion-segment-classic ul.icon-orientation-right{min-height:auto}.crn-ion-segment-light ul li a:hover,.crn-ion-segment-modern ul li a:hover,.crn-ion-segment-classic ul li a:hover{cursor:pointer}.crn-ion-segment-light ul li a i,.crn-ion-segment-modern ul li a i,.crn-ion-segment-classic ul li a i{margin-bottom:3px}.crn-ion-segment-light ul li.active a,.crn-ion-segment-modern ul li.active a,.crn-ion-segment-classic ul li.active a{background-color:transparent}.crn-ion-segment-light ul li.active{font-weight:600}.crn-ion-segment-modern ul li.active,.crn-ion-segment-classic ul li.active{box-shadow:rgb(0 16 46 / 15%) 0 2px 3px}.crn-ion-segment-light ul li,.crn-ion-segment-modern ul li{border-radius:6px}.crn-ion-segment-light ul,.crn-ion-segment-modern ul{border-radius:0}.crn-ion-segment-classic ul.tabs-template-compact{width:79%}.crn-ion-segment-light ul.tabs-template-full,.crn-ion-segment-modern ul.tabs-template-full{width:100%}.icon-orientation-above li a{flex-direction:column;gap:0}.icon-orientation-below li a{flex-direction:column-reverse;gap:0}.icon-orientation-right li a{flex-direction:row-reverse;gap:5px}.icon-orientation-left li a{flex-direction:row;gap:5px}div.crn-ion-segment-light.icon-theme-light-assertive li a,.ion-segment-assertive li a{color:var(--assertive);opacity:.64}div.crn-ion-segment-light.icon-theme-light-assertive li.active a,.ion-segment-assertive li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-balanced li a,.ion-segment-balanced li a{color:var(--balanced);opacity:.64}div.crn-ion-segment-light.icon-theme-light-balanced li.active a,.ion-segment-balanced li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-energized li a,.ion-segment-energized li a{color:var(--energized);opacity:.64}div.crn-ion-segment-light.icon-theme-light-energized li.active a,.ion-segment-energized li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light li a,.ion-segment-light li a{color:var(--light);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light li.active a,.ion-segment-light li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-stable li a,.ion-segment-stable li a{color:var(--stable);opacity:.64}div.crn-ion-segment-light.icon-theme-light-stable li.active a,.ion-segment-stable li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-calm li a,.ion-segment-calm li a{color:var(--calm);opacity:.64}div.crn-ion-segment-light.icon-theme-light-calm li.active a,.ion-segment-calm li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-positive li a,.ion-segment-positive li a{color:var(--positive);opacity:.64}div.crn-ion-segment-light.icon-theme-light-positive li.active a,.ion-segment-positive li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-royal li a,.ion-segment-royal li a{color:var(--royal);opacity:.64}div.crn-ion-segment-light.icon-theme-light-royal li.active a,.ion-segment-royal li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark li a,.ion-segment-dark li a{color:var(--dark);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark li.active a,.ion-segment-dark li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-white li a,.ion-segment-white li a{color:var(--white);opacity:.64}div.crn-ion-segment-light.icon-theme-light-white li.active a,.ion-segment-white li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-gray li a,.ion-segment-gray li a{color:var(--gray);opacity:.64}div.crn-ion-segment-light.icon-theme-light-gray li.active a,.ion-segment-gray li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-black li a,.ion-segment-black li a{color:var(--black);opacity:.64}div.crn-ion-segment-light.icon-theme-light-black li.active a,.ion-segment-black li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-blue li a,.ion-segment-blue li a{color:var(--blue);opacity:.64}div.crn-ion-segment-light.icon-theme-light-blue li.active a,.ion-segment-blue li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-blue li a,.ion-segment-light-blue li a{color:var(--light-blue);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-blue li.active a,.ion-segment-light-blue li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-blue li a,.ion-segment-dark-blue li a{color:var(--dark-blue);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-blue li.active a,.ion-segment-dark-blue li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-purple li a,.ion-segment-purple li a{color:var(--purple);opacity:.64}div.crn-ion-segment-light.icon-theme-light-purple li.active a,.ion-segment-purple li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-purple li a,.ion-segment-light-purple li a{color:var(--light-purple);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-purple li.active a,.ion-segment-light-purple li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-purple li a,.ion-segment-dark-purple li a{color:var(--dark-purple);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-purple li.active a,.ion-segment-dark-purple li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-red li a,.ion-segment-red li a{color:var(--red);opacity:.64}div.crn-ion-segment-light.icon-theme-light-red li.active a,.ion-segment-red li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-red li a,.ion-segment-light-red li a{color:var(--light-red);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-red li.active a,.ion-segment-light-red li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-red li a,.ion-segment-dark-red li a{color:var(--dark-red);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-red li.active a,.ion-segment-dark-red li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-orange li a,.ion-segment-orange li a{color:var(--orange);opacity:.64}div.crn-ion-segment-light.icon-theme-light-orange li.active a,.ion-segment-orange li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-red li a,.ion-segment-light-orange li a{color:var(--light-orange);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-red li.active a,.ion-segment-light-orange li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-red li a,.ion-segment-dark-orange li a{color:var(--dark-orange);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-red li.active a,.ion-segment-dark-orange li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-yellow li a,.ion-segment-yellow li a{color:var(--yellow);opacity:.64}div.crn-ion-segment-light.icon-theme-light-yellow li.active a,.ion-segment-yellow li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-yellow li a,.ion-segment-light-yellow li a{color:var(--light-yellow);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-yellow li.active a,.ion-segment-light-yellow li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-yellow li a,.ion-segment-dark-yellow li a{color:var(--dark-yellow);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-yellow li.active a,.ion-segment-dark-yellow li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-green li a,.ion-segment-green li a{color:var(--green);opacity:.64}div.crn-ion-segment-light.icon-theme-light-green li.active a,.ion-segment-green li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-green li a,.ion-segment-light-green li a{color:var(--light-green);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-green li.active a,.ion-segment-light-green li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-green li a,.ion-segment-dark-green li a{color:var(--dark-green);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-green li.active a,.ion-segment-dark-green li.active a{opacity:1}.font-size-100 i{font-size:100%}.font-size-200 i{font-size:200%}.font-size-300 i{font-size:300%}.font-size-400 i{font-size:400%}.font-size-500 i{font-size:500%}.font-size-600 i{font-size:600%}.font-size-700 i{font-size:700%}.background-assertive{background-color:#ef473a47}.background-balanced{background-color:#33cd5f47}.background-energized{background-color:#ffc90047}.background-light{background-color:#ffffff47}.background-stable{background-color:#f8f8f847}.background-calm{background-color:#11c1f347}.background-positive{background-color:#387ef547}.background-royal{background-color:#886aea47}.background-dark{background-color:#44444447}.background-white{background-color:#ffffff47}.background-gray{background-color:#33333347}.background-black{background-color:#00000047}.background-blue{background-color:#0247FE47}.background-light-blue{background-color:#85A5FF47}.background-dark-blue{background-color:#00217A47}.background-purple{background-color:#3D01A447}.background-light-purple{background-color:#B285FF47}.background-dark-purple{background-color:#2D007A47}.background-red{background-color:#FE271247}.background-light-red{background-color:#FE8F8447}.background-dark-red{background-color:#7A0B0047}.background-orange{background-color:#FB9B0247}.background-light-orange{background-color:#FFD08547}.background-dark-orange{background-color:#7A4B0047}.background-yellow{background-color:#FFFF3347}.background-light-yellow{background-color:#FFFF8547}.background-dark-yellow{background-color:#7A7A0047}.background-green{background-color:#66B03247}.background-light-green{background-color:#B7FF8547}.background-dark-green{background-color:#337A0047}div.crn-ion-segment-classic ul.active-background-assertive li.active,div.crn-ion-segment-modern ul.active-background-assertive li.active{background-color:var(--assertive)}div.crn-ion-segment-classic ul.active-background-balanced li.active,div.crn-ion-segment-modern ul.active-background-balanced li.active{background-color:var(--balanced)}div.crn-ion-segment-classic ul.active-background-energized li.active,div.crn-ion-segment-modern ul.active-background-energized li.active{background-color:var(--energized)}div.crn-ion-segment-classic ul.active-background-light li.active,div.crn-ion-segment-modern ul.active-background-light li.active{background-color:var(--light)}div.crn-ion-segment-classic ul.active-background-stable li.active,div.crn-ion-segment-modern ul.active-background-stable li.active{background-color:var(--stable)}div.crn-ion-segment-classic ul.active-background-calm li.active,div.crn-ion-segment-modern ul.active-background-calm li.active{background-color:var(--calm)}div.crn-ion-segment-classic ul.active-background-positive li.active,div.crn-ion-segment-modern ul.active-background-positive li.active{background-color:var(--positive)}div.crn-ion-segment-classic ul.active-background-royal li.active,div.crn-ion-segment-modern ul.active-background-royal li.active{background-color:var(--royal)}div.crn-ion-segment-classic ul.active-background-dark li.active,div.crn-ion-segment-modern ul.active-background-dark li.active{background-color:var(--dark)}div.crn-ion-segment-classic ul.active-background-white li.active,div.crn-ion-segment-modern ul.active-background-white li.active{background-color:var(--white)}div.crn-ion-segment-classic ul.active-background-gray li.active,div.crn-ion-segment-modern ul.active-background-gray li.active{background-color:var(--gray)}div.crn-ion-segment-classic ul.active-background-black li.active,div.crn-ion-segment-modern ul.active-background-black li.active{background-color:var(--black)}div.crn-ion-segment-classic ul.active-background-blue li.active,div.crn-ion-segment-modern ul.active-background-blue li.active{background-color:var(--blue)}div.crn-ion-segment-classic ul.active-background-light-blue li.active,div.crn-ion-segment-modern ul.active-background-light-blue li.active{background-color:var(--light-blue)}div.crn-ion-segment-classic ul.active-background-dark-blue li.active,div.crn-ion-segment-modern ul.active-background-dark-blue li.active{background-color:var(--dark-blue)}div.crn-ion-segment-classic ul.active-background-purple li.active,div.crn-ion-segment-modern ul.active-background-purple li.active{background-color:var(--purple)}div.crn-ion-segment-classic ul.active-background-light-purple li.active,div.crn-ion-segment-modern ul.active-background-light-purple li.active{background-color:var(--light-purple)}div.crn-ion-segment-classic ul.active-background-dark-purple li.active,div.crn-ion-segment-modern ul.active-background-dark-purple li.active{background-color:var(--dark-purple)}div.crn-ion-segment-classic ul.active-background-red li.active,div.crn-ion-segment-modern ul.active-background-red li.active{background-color:var(--red)}div.crn-ion-segment-classic ul.active-background-light-red li.active,div.crn-ion-segment-modern ul.active-background-light-red li.active{background-color:var(--light-red)}div.crn-ion-segment-classic ul.active-background-dark-red li.active,div.crn-ion-segment-modern ul.active-background-dark-red li.active{background-color:var(--dark-red)}div.crn-ion-segment-classic ul.active-background-orange li.active,div.crn-ion-segment-modern ul.active-background-orange li.active{background-color:var(--orange)}div.crn-ion-segment-classic ul.active-background-light-orange li.active,div.crn-ion-segment-modern ul.active-background-light-orange li.active{background-color:var(--light-orange)}div.crn-ion-segment-classic ul.active-background-dark-orange li.active,div.crn-ion-segment-modern ul.active-background-dark-orange li.active{background-color:var(--dark-orange)}div.crn-ion-segment-classic ul.active-background-yellow li.active,div.crn-ion-segment-modern ul.active-background-yellow li.active{background-color:var(--yellow)}div.crn-ion-segment-classic ul.active-background-light-yellow li.active,div.crn-ion-segment-modern ul.active-background-light-yellow li.active{background-color:var(--light-yellow)}div.crn-ion-segment-classic ul.active-background-dark-yellow li.active,div.crn-ion-segment-modern ul.active-background-dark-yellow li.active{background-color:var(--dark-yellow)}div.crn-ion-segment-classic ul.active-background-green li.active,div.crn-ion-segment-modern ul.active-background-green li.active{background-color:var(--green)}div.crn-ion-segment-classic ul.active-background-light-green li.active,div.crn-ion-segment-modern ul.active-background-light-green li.active{background-color:var(--light-green)}div.crn-ion-segment-classic ul.active-background-dark-green li.active,div.crn-ion-segment-modern ul.active-background-dark-green li.active{background-color:var(--dark-green)}.crn-ion-segment-light ul{padding-bottom:0}div.crn-ion-segment-light ul li.active{border-bottom:1px solid;border-radius:0;box-shadow:none;background-color:transparent}div.crn-ion-segment-light.icon-theme-light-white li.active{border-color:var(--white)}div.crn-ion-segment-light.icon-theme-light-gray li.active{border-color:var(--gray)}div.crn-ion-segment-light.icon-theme-light-black li.active{border-color:var(--black)}div.crn-ion-segment-light.icon-theme-light-blue li.active{border-color:var(--blue)}div.crn-ion-segment-light.icon-theme-light-light-blue li.active{border-color:var(--light-blue)}div.crn-ion-segment-light.icon-theme-light-dark-blue li.active{border-color:var(--dark-blue)}div.crn-ion-segment-light.icon-theme-light-purple li.active{border-color:var(--purple)}div.crn-ion-segment-light.icon-theme-light-light-purple li.active{border-color:var(--light-purple)}div.crn-ion-segment-light.icon-theme-light-dark-purple li.active{border-color:var(--dark-purple)}div.crn-ion-segment-light.icon-theme-light-red li.active{border-color:var(--red)}div.crn-ion-segment-light.icon-theme-light-light-red li.active{border-color:var(--light-red)}div.crn-ion-segment-light.icon-theme-light-dark-red li.active{border-color:var(--dark-red)}div.crn-ion-segment-light.icon-theme-light-orange li.active{border-color:var(--orange)}div.crn-ion-segment-light.icon-theme-light-light-orange li.active{border-color:var(--light-orange)}div.crn-ion-segment-light.icon-theme-light-dark-orange li.active{border-color:var(--dark-orange)}div.crn-ion-segment-light.icon-theme-light-yellow li.active{border-color:var(--yellow)}div.crn-ion-segment-light.icon-theme-light-light-yellow li.active{border-color:var(--light-yellow)}div.crn-ion-segment-light.icon-theme-light-dark-yellow li.active{border-color:var(--dark-yellow)}div.crn-ion-segment-light.icon-theme-light-green li.active{border-color:var(--green)}div.crn-ion-segment-light.icon-theme-light-light-green li.active{border-color:var(--light-green)}div.crn-ion-segment-light.icon-theme-light-dark-green li.active{border-color:var(--dark-green)}div.crn-ion-segment-light.icon-theme-light-assertive li.active{border-color:var(--assertive)}div.crn-ion-segment-light.icon-theme-light-balanced li.active{border-color:var(--balanced)}div.crn-ion-segment-light.icon-theme-light-energized li.active{border-color:var(--energized)}div.crn-ion-segment-light.icon-theme-light-light li.active{border-color:var(--light)}div.crn-ion-segment-light.icon-theme-light-stable li.active{border-color:var(--stable)}div.crn-ion-segment-light.icon-theme-light-calm li.active{border-color:var(--calm)}div.crn-ion-segment-light.icon-theme-light-positive li.active{border-color:var(--positive)}div.crn-ion-segment-light.icon-theme-light-royal li.active{border-color:var(--royal)}div.crn-ion-segment-light.icon-theme-light-dark li.active{border-color:var(--dark)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.tabs-striped.icon-size-small .tab-item i{font-size:20px}.tabs-striped.icon-size-medium .tab-item i{font-size:27px}.tabs-striped.icon-size-large .tab-item i{font-size:32px}.tabs-striped.icon-size-extra-large .tab-item i{font-size:41px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ui-select:not([multiple]) ui-select-match{display:block;height:26px;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #aaa;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;border-radius:4px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,#fff));background-image:-webkit-linear-gradient(center bottom,#eee 0,#fff 50%);background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff',endColorstr = '#eeeeee',GradientType = 0);background-image:linear-gradient(top,#fff 0,#eee 50%)}ui-select:not([multiple]) ui-select-match:after{content:" ";display:inline-block;width:18px;height:100%;position:absolute;right:0;top:0;border-left:1px solid #aaa;border-radius:0 4px 4px 0;background-clip:padding-box;background:#ccc;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAwklEQVQ4T73Suw3CMBAG4P/cpoBNcBtfkxFgAsIGbMIIwAQwginitB4lFG5zyEigoDyUh4RL2/+n8/kICxctzGM5wMwewGZmJZaMMRURreYAIvKMgAZgpyIxDCB79yBN061S6jalirqud2VZ3r9NNMbkRHQeg4jIwTl3iXd/foGZjwBOQ0gz3ALiBjNHed+DXIuiyJtnnXPQg7TCnRV89OZ8iMjDOZd1VdU7iVrrdZIkNoZCCJn3vpoEjPmNwSf8DXgB3Rg//TfNQlEAAAAASUVORK5CYII=');background-position:center;background-repeat:no-repeat;background-size:8px 8px}ui-select[multiple]{display:block;border:1px solid #aaa;cursor:text;overflow:hidden;background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(top,#eee 1%,#fff 15%);background-image:-moz-linear-gradient(top,#eee 1%,#fff 15%);background-image:linear-gradient(top,#eee 1%,#fff 15%);height:auto}ui-select[multiple] ui-select-match{display:block;padding:3px 5px 3px 5px;margin:3px 5px 3px 5px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #aaa;font-size:12px;border-radius:3px;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%)}ui-select[multiple] ui-select-match::before{content:"x";margin-right:5px;color:#999}ui-select-choices{display:block;border:1px solid #5897fb;outline:0;padding:3px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}ui-select-choices.invisible{display:none}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.tabs-striped.tabs-icon-white .tab-item{color:var(--white);opacity:.5}.tabs-striped.tabs-icon-white .tab-item.active,.tabs-striped.tabs-icon-white .tab-item.activated{color:var(--white);border-color:var(--white);opacity:1}.tabs-striped.tabs-icon-gray .tab-item{color:var(--gray);opacity:.5}.tabs-striped.tabs-icon-gray .tab-item.active,.tabs-striped.tabs-icon-gray .tab-item.activated{color:var(--gray);border-color:var(--gray);opacity:1}.tabs-striped.tabs-icon-black .tab-item{color:var(--black);opacity:.5}.tabs-striped.tabs-icon-black .tab-item.active,.tabs-striped.tabs-icon-black .tab-item.activated{color:var(--black);border-color:var(--black);opacity:1}.tabs-striped.tabs-icon-blue .tab-item{color:var(--blue);opacity:.5}.tabs-striped.tabs-icon-blue .tab-item.active,.tabs-striped.tabs-icon-blue .tab-item.activated{color:var(--blue);border-color:var(--blue);opacity:1}.tabs-striped.tabs-icon-light-blue .tab-item{color:var(--light-blue);opacity:.5}.tabs-striped.tabs-icon-light-blue .tab-item.active,.tabs-striped.tabs-icon-light-blue .tab-item.activated{color:var(--light-blue);border-color:var(--light-blue);opacity:1}.tabs-striped.tabs-icon-dark-blue .tab-item{color:var(--dark-blue);opacity:.5}.tabs-striped.tabs-icon-dark-blue .tab-item.active,.tabs-striped.tabs-icon-dark-blue .tab-item.activated{color:var(--dark-blue);border-color:var(--dark-blue);opacity:1}.tabs-striped.tabs-icon-purple .tab-item{color:var(--purple);opacity:.5}.tabs-striped.tabs-icon-purple .tab-item.active,.tabs-striped.tabs-icon-purple .tab-item.activated{color:var(--purple);border-color:var(--purple);opacity:1}.tabs-striped.tabs-icon-light-purple .tab-item{color:var(--light-purple);opacity:.5}.tabs-striped.tabs-icon-light-purple .tab-item.active,.tabs-striped.tabs-icon-light-purple .tab-item.activated{color:var(--light-purple);border-color:var(--light-purple);opacity:1}.tabs-striped.tabs-icon-dark-purple .tab-item{color:var(--dark-purple);opacity:.5}.tabs-striped.tabs-icon-dark-purple .tab-item.active,.tabs-striped.tabs-icon-dark-purple .tab-item.activated{color:var(--dark-purple);border-color:var(--dark-purple);opacity:1}.tabs-striped.tabs-icon-red .tab-item{color:var(--red);opacity:.5}.tabs-striped.tabs-icon-red .tab-item.active,.tabs-striped.tabs-icon-red .tab-item.activated{color:var(--red);border-color:var(--red);opacity:1}.tabs-striped.tabs-icon-light-red .tab-item{color:var(--light-red);opacity:.5}.tabs-striped.tabs-icon-light-red .tab-item.active,.tabs-striped.tabs-icon-light-red .tab-item.activated{color:var(--light-red);border-color:var(--light-red);opacity:1}.tabs-striped.tabs-icon-dark-red .tab-item{color:var(--dark-red);opacity:.5}.tabs-striped.tabs-icon-dark-red .tab-item.active,.tabs-striped.tabs-icon-dark-red .tab-item.activated{color:var(--dark-red);border-color:var(--dark-red);opacity:1}.tabs-striped.tabs-icon-orange .tab-item{color:var(--orange);opacity:.5}.tabs-striped.tabs-icon-orange .tab-item.active,.tabs-striped.tabs-icon-orange .tab-item.activated{color:var(--orange);border-color:var(--orange);opacity:1}.tabs-striped.tabs-icon-light-orange .tab-item{color:var(--light-orange);opacity:.5}.tabs-striped.tabs-icon-light-orange .tab-item.active,.tabs-striped.tabs-icon-light-orange .tab-item.activated{color:var(--light-orange);border-color:var(--light-orange);opacity:1}.tabs-striped.tabs-icon-dark-orange .tab-item{color:var(--dark-orange);opacity:.5}.tabs-striped.tabs-icon-dark-orange .tab-item.active,.tabs-striped.tabs-icon-dark-orange .tab-item.activated{color:var(--dark-orange);border-color:var(--dark-orange);opacity:1}.tabs-striped.tabs-icon-yellow .tab-item{color:var(--yellow);opacity:.5}.tabs-striped.tabs-icon-yellow .tab-item.active,.tabs-striped.tabs-icon-yellow .tab-item.activated{color:var(--yellow);border-color:var(--yellow);opacity:1}.tabs-striped.tabs-icon-light-yellow .tab-item{color:var(--light-yellow);opacity:.5}.tabs-striped.tabs-icon-light-yellow .tab-item.active,.tabs-striped.tabs-icon-light-yellow .tab-item.activated{color:var(--light-yellow);border-color:var(--light-yellow);opacity:1}.tabs-striped.tabs-icon-dark-yellow .tab-item{color:var(--dark-yellow);opacity:.5}.tabs-striped.tabs-icon-dark-yellow .tab-item.active,.tabs-striped.tabs-icon-dark-yellow .tab-item.activated{color:var(--dark-yellow);border-color:var(--dark-yellow);opacity:1}.tabs-striped.tabs-icon-green .tab-item{color:var(--green);opacity:.5}.tabs-striped.tabs-icon-green .tab-item.active,.tabs-striped.tabs-icon-green .tab-item.activated{color:var(--green);border-color:var(--green);opacity:1}.tabs-striped.tabs-icon-light-green .tab-item{color:var(--light-green);opacity:.5}.tabs-striped.tabs-icon-light-green .tab-item.active,.tabs-striped.tabs-icon-light-green .tab-item.activated{color:var(--light-green);border-color:var(--light-green);opacity:1}.tabs-striped.tabs-icon-dark-green .tab-item{color:var(--dark-green);opacity:.5}.tabs-striped.tabs-icon-dark-green .tab-item.active,.tabs-striped.tabs-icon-dark-green .tab-item.activated{color:var(--dark-green);border-color:var(--dark-green);opacity:1}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(t,e){"function"==typeof define&&define.amd?define([],e):"object"==typeof module?module.exports=e():t.format=e()}(this,function(){return function(t,e){"use strict";if(!t||isNaN(+e))return e;var n,i,s,r,l,o,f,h,g,u,c=t.length,d=t.search(/[0-9\-\+#]/),a=d>0?t.substring(0,d):"",p=t.split("").reverse().join(""),b=p.search(/[0-9\-\+#]/),m=c-b,x=t.substring(m,m+1),j=m+("."===x||","===x?1:0),v=b>0?t.substring(j,c):"";if(t=t.substring(d,j),e="-"===t.charAt(0)?-e:+e,n=e<0?e=-e:0,i=t.match(/[^\d\-\+#]/g),s=i&&i[i.length-1]||".",r=i&&i[1]&&i[0]||",",t=t.split(s),e=e.toFixed(t[1]&&t[1].length),e=+e+"",o=t[1]&&t[1].lastIndexOf("0"),h=e.split("."),(!h[1]||h[1]&&h[1].length<=o)&&(e=(+e).toFixed(o+1)),g=t[0].split(r),t[0]=g.join(""),(l=t[0]&&t[0].indexOf("0"))>-1)for(;h[0].length<t[0].length-l;)h[0]="0"+h[0];else 0==+h[0]&&(h[0]="");if(e=e.split("."),e[0]=h[0],f=g[1]&&g[g.length-1].length){for(u=e[0],p="",m=u.length%f,c=u.length,j=0;j<c;j++)p+=u.charAt(j),!((j-m+1)%f)&&j<c-f&&(p+=r);e[0]=p}return e[1]=t[1]&&e[1]?s+e[1]:"",i=e.join(""),"0"!==i&&""!==i||(n=!1),a+(n?"-":"")+i+v}});
|