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,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#C9C9C9;}
|
|
7
|
+
</style>
|
|
8
|
+
<g id="Camada_1">
|
|
9
|
+
<g>
|
|
10
|
+
<path class="st0" d="M22,3H2C0.9,3,0,3.9,0,5v4c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V5C24,3.9,23.1,3,22,3z M12,7.04
|
|
11
|
+
C12,7.57,11.57,8,11.04,8H4.96C4.43,8,4,7.57,4,7.04V6.96C4,6.43,4.43,6,4.96,6h6.08C11.57,6,12,6.43,12,6.96V7.04z M19.79,6.2
|
|
12
|
+
l-2.6,2.6c0,0,0,0,0,0c-0.23,0.23-0.58,0.25-0.85,0.09c-0.05-0.03-0.1-0.05-0.14-0.09c0,0,0,0,0,0l-1.6-1.6
|
|
13
|
+
c-0.27-0.27-0.27-0.72,0-0.99c0.27-0.27,0.72-0.27,0.99,0l1.1,1.1l2.1-2.1c0.27-0.27,0.72-0.27,0.99,0S20.07,5.92,19.79,6.2z"/>
|
|
14
|
+
<path class="st0" d="M22,13H2c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2v-4C24,13.9,23.1,13,22,13z M12,17.04
|
|
15
|
+
c0,0.53-0.43,0.96-0.96,0.96H4.96C4.43,18,4,17.57,4,17.04v-0.08C4,16.43,4.43,16,4.96,16h6.08c0.53,0,0.96,0.43,0.96,0.96V17.04z
|
|
16
|
+
"/>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
<g id="Camada_2">
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#C9C9C9;}
|
|
7
|
+
</style>
|
|
8
|
+
<g id="Camada_1">
|
|
9
|
+
</g>
|
|
10
|
+
<g id="Camada_3">
|
|
11
|
+
</g>
|
|
12
|
+
<g id="Camada_4">
|
|
13
|
+
</g>
|
|
14
|
+
<g id="Camada_2">
|
|
15
|
+
<g>
|
|
16
|
+
<g>
|
|
17
|
+
<path class="st0" d="M12,0C5.37,0,0,5.37,0,12c0,6.63,5.37,12,12,12c6.63,0,12-5.37,12-12C24,5.37,18.63,0,12,0z M12,20
|
|
18
|
+
c-4.41,0-8-3.59-8-8c0-4.41,3.59-8,8-8c4.41,0,8,3.59,8,8C20,16.41,16.41,20,12,20z"/>
|
|
19
|
+
</g>
|
|
20
|
+
<g>
|
|
21
|
+
<circle class="st0" cx="12" cy="12" r="4"/>
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
24
|
+
</g>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M22,10H17.65a6,6,0,0,0-11.3,0H2a2,2,0,0,0,0,4H6.35a6,6,0,0,0,11.3,0H22a2,2,0,0,0,0-4ZM12,14a2,2,0,1,1,2-2A2,2,0,0,1,12,14Z"/></svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#C9C9C9;}
|
|
7
|
+
</style>
|
|
8
|
+
<g id="Camada_1">
|
|
9
|
+
</g>
|
|
10
|
+
<g id="Camada_3">
|
|
11
|
+
</g>
|
|
12
|
+
<g id="Camada_4">
|
|
13
|
+
</g>
|
|
14
|
+
<g id="Camada_2">
|
|
15
|
+
<path class="st0" d="M12.87,1.08l2.95,5.99c0.14,0.29,0.42,0.49,0.73,0.53l6.61,0.96c0.8,0.12,1.12,1.1,0.54,1.66l-4.78,4.66
|
|
16
|
+
c-0.23,0.22-0.33,0.55-0.28,0.86l1.13,6.58c0.14,0.8-0.7,1.4-1.41,1.03l-5.91-3.11c-0.28-0.15-0.62-0.15-0.91,0l-5.91,3.11
|
|
17
|
+
c-0.71,0.38-1.55-0.23-1.41-1.03l1.13-6.58c0.05-0.32-0.05-0.64-0.28-0.86L0.3,10.22c-0.58-0.56-0.26-1.54,0.54-1.66L7.44,7.6
|
|
18
|
+
c0.32-0.05,0.59-0.25,0.73-0.53l2.95-5.99C11.48,0.36,12.52,0.36,12.87,1.08z"/>
|
|
19
|
+
</g>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M20,10H4a4,4,0,0,0-4,4v6a4,4,0,0,0,4,4H20a4,4,0,0,0,4-4V14A4,4,0,0,0,20,10ZM19,20H5a1,1,0,0,1,0-2H19a1,1,0,0,1,0,2Zm0-4H5a1,1,0,0,1,0-2H19a1,1,0,0,1,0,2Z"/><path class="cls-1" d="M4,8H20a4,4,0,0,0,0-8H4A4,4,0,0,0,4,8ZM14.69,2.34A1.16,1.16,0,0,1,15.34,2V2h3.49a1.16,1.16,0,0,1,.83.34,1.19,1.19,0,0,1,0,1.66L18,5.66a1.19,1.19,0,0,1-1.66,0L14.69,4A1.17,1.17,0,0,1,14.69,2.34Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M2,4H22a2,2,0,0,0,0-4H2A2,2,0,0,0,2,4Z"/><path class="cls-1" d="M22,20H2a2,2,0,0,0,0,4H22a2,2,0,0,0,0-4Z"/><path class="cls-1" d="M14,10a1,1,0,0,0,.71-1.71h0l-2-2h0a1,1,0,0,0-1.42,0h0l-2,2h0A1,1,0,0,0,10,10h.5v4H10a1,1,0,0,0-.71,1.71h0l2,2h0a1,1,0,0,0,1.42,0h0l2-2h0A1,1,0,0,0,14,14h-.5V10Z"/></svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#C9C9C9;}
|
|
7
|
+
</style>
|
|
8
|
+
<g id="Camada_1">
|
|
9
|
+
</g>
|
|
10
|
+
<g id="Camada_2">
|
|
11
|
+
<g>
|
|
12
|
+
<path class="st0" d="M20,0H4C1.8,0,0,1.8,0,4v6c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C24,1.8,22.2,0,20,0z"/>
|
|
13
|
+
<path class="st0" d="M20,16H4c-2.2,0-4,1.8-4,4s1.8,4,4,4h16c2.2,0,4-1.8,4-4S22.2,16,20,16z M9.26,20.42
|
|
14
|
+
c-0.41,0.23-0.64,0.79-0.51,1.24c0.12,0.45-0.14,0.72-0.59,0.59s-1.01,0.11-1.24,0.51c-0.23,0.41-0.61,0.41-0.84,0
|
|
15
|
+
c-0.23-0.41-0.79-0.64-1.24-0.51s-0.72-0.14-0.59-0.59c0.12-0.45-0.11-1.01-0.51-1.24c-0.41-0.23-0.41-0.61,0-0.84
|
|
16
|
+
s0.64-0.79,0.51-1.24c-0.12-0.45,0.14-0.72,0.59-0.59s1.01-0.11,1.24-0.51c0.23-0.41,0.61-0.41,0.84,0
|
|
17
|
+
c0.23,0.41,0.79,0.64,1.24,0.51s0.72,0.14,0.59,0.59c-0.12,0.45,0.11,1.01,0.51,1.24S9.67,20.19,9.26,20.42z M20.26,20.42
|
|
18
|
+
c-0.41,0.23-0.64,0.79-0.51,1.24c0.12,0.45-0.14,0.72-0.59,0.59s-1.01,0.11-1.24,0.51c-0.23,0.41-0.61,0.41-0.84,0
|
|
19
|
+
c-0.23-0.41-0.79-0.64-1.24-0.51s-0.72-0.14-0.59-0.59c0.12-0.45-0.11-1.01-0.51-1.24c-0.41-0.23-0.41-0.61,0-0.84
|
|
20
|
+
s0.64-0.79,0.51-1.24c-0.12-0.45,0.14-0.72,0.59-0.59s1.01-0.11,1.24-0.51c0.23-0.41,0.61-0.41,0.84,0
|
|
21
|
+
c0.23,0.41,0.79,0.64,1.24,0.51s0.72,0.14,0.59,0.59c-0.12,0.45,0.11,1.01,0.51,1.24S20.67,20.19,20.26,20.42z"/>
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#C9C9C9;}
|
|
7
|
+
</style>
|
|
8
|
+
<g id="Camada_1_1_">
|
|
9
|
+
<g>
|
|
10
|
+
<path class="st0" d="M4,8h16c2.2,0,4-1.8,4-4s-1.8-4-4-4H4C1.8,0,0,1.8,0,4S1.8,8,4,8z M15,2h5c1.1,0,2,0.9,2,2s-0.9,2-2,2h-5
|
|
11
|
+
c-1.1,0-2-0.9-2-2S13.9,2,15,2z M4,2h5c1.1,0,2,0.9,2,2s-0.9,2-2,2H4C2.9,6,2,5.1,2,4S2.9,2,4,2z"/>
|
|
12
|
+
<path class="st0" d="M4,24h16c2.2,0,4-1.8,4-4v-6c0-2.2-1.8-4-4-4H4c-2.2,0-4,1.8-4,4v6C0,22.2,1.8,24,4,24z"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
<g id="Camada_2_1_">
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#C9C9C9;}
|
|
7
|
+
</style>
|
|
8
|
+
<g id="Camada_1">
|
|
9
|
+
</g>
|
|
10
|
+
<g id="Camada_3">
|
|
11
|
+
</g>
|
|
12
|
+
<g id="Camada_4">
|
|
13
|
+
</g>
|
|
14
|
+
<g id="Camada_2">
|
|
15
|
+
<g>
|
|
16
|
+
<path class="st0" d="M16,6H8C7.45,6,7,6.45,7,7v2c0,0.55,0.45,1,1,1h8c0.55,0,1-0.45,1-1V7C17,6.45,16.55,6,16,6z"/>
|
|
17
|
+
<path class="st0" d="M20,0H4C1.8,0,0,1.8,0,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C24,1.8,22.2,0,20,0z M20.45,8.89l1.11,2.21
|
|
18
|
+
C21.8,11.6,21.55,12,21,12H3c-0.55,0-0.8-0.4-0.55-0.89l1.11-2.21c0.25-0.49,0.25-1.3,0-1.79L2.45,4.89C2.2,4.4,2.45,4,3,4h18
|
|
19
|
+
c0.55,0,0.8,0.4,0.55,0.89l-1.11,2.21C20.2,7.6,20.2,8.4,20.45,8.89z"/>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#C9C9C9;}
|
|
7
|
+
</style>
|
|
8
|
+
<g id="Camada_1">
|
|
9
|
+
</g>
|
|
10
|
+
<g id="Camada_3">
|
|
11
|
+
</g>
|
|
12
|
+
<g id="Camada_4">
|
|
13
|
+
</g>
|
|
14
|
+
<g id="Camada_2">
|
|
15
|
+
<g>
|
|
16
|
+
<path class="st0" d="M20,0H4C1.8,0,0,1.8,0,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C24,1.8,22.2,0,20,0z M13.5,18H15
|
|
17
|
+
c0.55,0,1,0.45,1,1c0,0.55-0.45,1-1,1H9c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1h1.5c0.28,0,0.5-0.22,0.5-0.5v-11
|
|
18
|
+
C11,6.22,10.78,6,10.5,6H9C8.45,6,8,5.55,8,5c0-0.55,0.45-1,1-1h6c0.55,0,1,0.45,1,1c0,0.55-0.45,1-1,1h-1.5
|
|
19
|
+
C13.22,6,13,6.22,13,6.5v11C13,17.78,13.22,18,13.5,18z"/>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#C9C9C9;}
|
|
7
|
+
</style>
|
|
8
|
+
<g id="Camada_1">
|
|
9
|
+
</g>
|
|
10
|
+
<g id="Camada_3">
|
|
11
|
+
</g>
|
|
12
|
+
<g id="Camada_4">
|
|
13
|
+
</g>
|
|
14
|
+
<g id="Camada_2">
|
|
15
|
+
<g>
|
|
16
|
+
<path class="st0" d="M9.01,8H2c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2h7.01V8z"/>
|
|
17
|
+
<path class="st0" d="M22,8h-7.01v8H22c1.1,0,2-0.9,2-2v-4C24,8.9,23.1,8,22,8z"/>
|
|
18
|
+
<path class="st0" d="M15,18h-1.5c-0.28,0-0.5-0.22-0.5-0.5v-11C13,6.22,13.22,6,13.5,6H15c0.55,0,1-0.45,1-1c0-0.55-0.45-1-1-1H9
|
|
19
|
+
C8.45,4,8,4.45,8,5c0,0.55,0.45,1,1,1h1.5C10.78,6,11,6.22,11,6.5v11c0,0.28-0.22,0.5-0.5,0.5H9c-0.55,0-1,0.45-1,1
|
|
20
|
+
c0,0.55,0.45,1,1,1h6c0.55,0,1-0.45,1-1C16,18.45,15.55,18,15,18z"/>
|
|
21
|
+
</g>
|
|
22
|
+
</g>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#C9C9C9;}
|
|
7
|
+
</style>
|
|
8
|
+
<g id="Camada_1">
|
|
9
|
+
</g>
|
|
10
|
+
<g id="Camada_3">
|
|
11
|
+
</g>
|
|
12
|
+
<g id="Camada_4">
|
|
13
|
+
</g>
|
|
14
|
+
<g id="Camada_2">
|
|
15
|
+
<g>
|
|
16
|
+
<path class="st0" d="M3.01,16V8H2c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2H3.01z"/>
|
|
17
|
+
<path class="st0" d="M10,8H8.99v8H10c1.1,0,2-0.9,2-2v-4C12,8.9,11.1,8,10,8z"/>
|
|
18
|
+
<path class="st0" d="M9,18H7.5C7.22,18,7,17.78,7,17.5v-11C7,6.22,7.22,6,7.5,6H9c0.55,0,1-0.45,1-1c0-0.55-0.45-1-1-1H3
|
|
19
|
+
C2.45,4,2,4.45,2,5c0,0.55,0.45,1,1,1h1.5C4.78,6,5,6.22,5,6.5v11C5,17.78,4.78,18,4.5,18H3c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1
|
|
20
|
+
h6c0.55,0,1-0.45,1-1C10,18.45,9.55,18,9,18z"/>
|
|
21
|
+
<path class="st0" d="M21.75,15.17c-0.14-0.14-0.32-0.22-0.53-0.22c-0.41,0-0.75,0.34-0.75,0.75v-0.5c0-0.21-0.08-0.39-0.22-0.53
|
|
22
|
+
s-0.32-0.22-0.53-0.22c-0.31,0-0.58,0.19-0.69,0.46c-0.04,0.09-0.06,0.19-0.06,0.29v-0.5v0c0-0.21-0.08-0.39-0.22-0.53
|
|
23
|
+
s-0.32-0.22-0.53-0.22c-0.1,0-0.2,0.02-0.29,0.06c-0.27,0.11-0.46,0.38-0.46,0.69v-3c0-0.21-0.08-0.39-0.22-0.53
|
|
24
|
+
s-0.32-0.22-0.53-0.22c-0.31,0-0.58,0.19-0.69,0.46c-0.04,0.09-0.06,0.19-0.06,0.29V16v0.95l-0.72-0.72
|
|
25
|
+
c-0.29-0.29-0.77-0.29-1.06,0c-0.29,0.29-0.29,0.77,0,1.06l1.63,1.63c0,0,0,0,0,0l0.53,0.53l0,0c0.28,0.31,0.67,0.5,1.11,0.5h3
|
|
26
|
+
c0.83,0,1.5-0.68,1.5-1.5V18.2v-0.75V16v-0.3v0c0-0.17-0.07-0.33-0.17-0.45C21.78,15.22,21.77,15.19,21.75,15.17z"/>
|
|
27
|
+
<path class="st0" d="M22,8h-6c-1.1,0-2,0.9-2,2v4c0,0.39,0.12,0.75,0.31,1.06c0.13-0.03,0.27-0.05,0.41-0.05
|
|
28
|
+
c0.08,0,0.17,0.01,0.25,0.02V11.7c0-0.97,0.79-1.75,1.75-1.75s1.75,0.79,1.75,1.75v1.27c0.39,0.06,0.73,0.24,0.99,0.5
|
|
29
|
+
c0.08-0.01,0.17-0.02,0.26-0.02c0.49,0,0.93,0.2,1.24,0.52c0.08-0.01,0.17-0.02,0.26-0.02c0.97,0,1.75,0.79,1.75,1.75v0.04
|
|
30
|
+
C23.58,15.39,24,14.75,24,14v-4C24,8.9,23.1,8,22,8z"/>
|
|
31
|
+
</g>
|
|
32
|
+
</g>
|
|
33
|
+
</svg>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#C9C9C9;}
|
|
7
|
+
</style>
|
|
8
|
+
<g id="Camada_1">
|
|
9
|
+
</g>
|
|
10
|
+
<g id="Camada_3">
|
|
11
|
+
</g>
|
|
12
|
+
<g id="Camada_4">
|
|
13
|
+
</g>
|
|
14
|
+
<g id="Camada_2">
|
|
15
|
+
<g>
|
|
16
|
+
<path class="st0" d="M15.01,16V8H14c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2H15.01z"/>
|
|
17
|
+
<path class="st0" d="M22,8h-1.01v8H22c1.1,0,2-0.9,2-2v-4C24,8.9,23.1,8,22,8z"/>
|
|
18
|
+
<path class="st0" d="M21,18h-1.5c-0.28,0-0.5-0.22-0.5-0.5v-11C19,6.22,19.22,6,19.5,6H21c0.55,0,1-0.45,1-1c0-0.55-0.45-1-1-1h-6
|
|
19
|
+
c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h1.5C16.78,6,17,6.22,17,6.5v11c0,0.28-0.22,0.5-0.5,0.5H15c-0.55,0-1,0.45-1,1
|
|
20
|
+
c0,0.55,0.45,1,1,1h6c0.55,0,1-0.45,1-1C22,18.45,21.55,18,21,18z"/>
|
|
21
|
+
<path class="st0" d="M9.63,11.51l-0.59-0.33c-0.48-0.27-0.75-0.93-0.6-1.46l0.18-0.65c0.15-0.53-0.17-0.84-0.7-0.7L7.28,8.55
|
|
22
|
+
C6.75,8.7,6.09,8.43,5.82,7.95L5.49,7.36c-0.27-0.48-0.71-0.48-0.99,0L4.17,7.95C3.9,8.43,3.25,8.7,2.72,8.55L2.07,8.37
|
|
23
|
+
c-0.53-0.15-0.84,0.17-0.7,0.7l0.18,0.65c0.15,0.53-0.12,1.19-0.6,1.46l-0.59,0.33c-0.48,0.27-0.48,0.71,0,0.99l0.59,0.33
|
|
24
|
+
c0.48,0.27,0.75,0.93,0.6,1.46l-0.18,0.65c-0.15,0.53,0.17,0.84,0.7,0.7l0.65-0.18c0.53-0.15,1.19,0.12,1.46,0.6l0.33,0.59
|
|
25
|
+
c0.27,0.48,0.71,0.48,0.99,0l0.33-0.59c0.27-0.48,0.93-0.75,1.46-0.6l0.65,0.18c0.53,0.15,0.84-0.17,0.7-0.7l-0.18-0.65
|
|
26
|
+
c-0.15-0.53,0.12-1.19,0.6-1.46l0.59-0.33C10.11,12.22,10.11,11.78,9.63,11.51z"/>
|
|
27
|
+
</g>
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M18,6H6A6,6,0,0,0,6,18H18A6,6,0,0,0,18,6ZM6,16a4,4,0,1,1,4-4A4,4,0,0,1,6,16Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#c9c9c9;}</style></defs><path class="cls-1" d="M12,0A12,12,0,1,0,24,12,12,12,0,0,0,12,0Zm3.64,12.36-4.78,4.78a.5.5,0,0,1-.86-.36V7.22a.5.5,0,0,1,.86-.36l4.78,4.78A.51.51,0,0,1,15.64,12.36Z"/></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1133.86 849.86"><defs><style>.cls-1{fill:#616160;}</style></defs><title>svg-charts</title><path class="cls-1" d="M1106.45,705.91a24.74,24.74,0,0,1,7.48,18.16v85.47a25.54,25.54,0,0,1-25.64,25.64H45.57a24.74,24.74,0,0,1-18.16-7.48,24.72,24.72,0,0,1-7.48-18.16V40.32a24.7,24.7,0,0,1,7.48-18.16,24.7,24.7,0,0,1,18.16-7.48H131a24.7,24.7,0,0,1,18.16,7.48,24.7,24.7,0,0,1,7.48,18.16V698.43h931.61A24.72,24.72,0,0,1,1106.45,705.91ZM635.3,339.46,453.68,95.88q-8.55-10.69-22.43-9.62T411,98L225.05,407.84V630.05h820.51L853.25,228.35q-4.28-10.68-16-13.89t-20.3,5.34v-2.13Z"/></svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 80 80" style="enable-background:new 0 0 80 80;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#323232;}
|
|
7
|
+
.st1{fill:#FBFBFB;}
|
|
8
|
+
</style>
|
|
9
|
+
<g>
|
|
10
|
+
<path class="st0" d="M9.3,79.5c-4.7-1.5-8-4.3-9.3-9.1C0,50.2,0,29.9,0,9.7c2.9-7.1,5.8-9.2,13.3-9.2c17.6,0,35.2,0,52.8,0
|
|
11
|
+
c8.3,0,11.5,2.4,13.9,10.3c0,19.5,0,39,0,58.6c-1.2,5.7-4.6,9.1-10.4,10.2C49.5,79.6,29.4,79.5,9.3,79.5z"/>
|
|
12
|
+
<path class="st1" d="M39.6,67.4c-4.8,0-9.5,0.1-14.3,0c-5.6-0.1-9.1-3.4-9-8.7c0-8,3.9-14.5,8.8-20.4c2-2.4,4.9-2.1,7.5-0.6
|
|
13
|
+
c4.7,2.6,9.4,2.5,14.1,0.1c4.3-2.2,7.4-0.9,9.9,3c3.3,5,6.1,10.1,6.8,16.1c0.8,6.7-2.7,10.6-9.5,10.7
|
|
14
|
+
C49.1,67.4,44.4,67.4,39.6,67.4z"/>
|
|
15
|
+
<path class="st1" d="M50.4,24.6c0,6.8-4.5,11.8-10.6,11.7c-5.8-0.1-10.2-5-10.3-11.6c-0.1-6.6,4.6-12,10.4-12.1
|
|
16
|
+
C45.7,12.7,50.4,18,50.4,24.6z"/>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "tabs-color.css";@import 'background-color.css';@import 'icon-size.css';@import 'crn-ion-segment.css';@import 'crn-ion-footer-bar.css';@import 'color-default.css';:root{--white:#fff;--white_focus_hover:#dfdfdf;--gray:#333;--gray_focus_hover:#2d2d2d;--black:#000;--black_focus_hover:#7b7b7b;--blue:#0247fe;--blue_focus_hover:#01278b;--light-blue:#85a5ff;--light-blue_focus_hover:#495a8c;--dark-blue:#00217a;--dark-blue_focus_hover:#001243;--purple:#3d01a4;--purple_focus_hover:#21015a;--light-purple:#b285ff;--light-purple_focus_hover:#61498c;--dark-purple:#2d007a;--dark-purple_focus_hover:#190043;--red:#fe2712;--red_focus_hover:#8b150a;--light-red:#fe8f84;--light-red_focus_hover:#8b4e48;--dark-red:#7a0b00;--dark-red_focus_hover:#430600;--orange:#fb9b02;--orange_focus_hover:#895501;--light-orange:#ffd085;--light-orange_focus_hover:#8c7249;--dark-orange:#7a4b00;--dark-orange_focus_hover:#432900;--yellow:#ff3;--yellow_focus_hover:#8c8c1c;--light-yellow:#ffff85;--light-yellow_focus_hover:#8c8c49;--dark-yellow:#7a7a00;--dark-yellow_focus_hover:#434300;--green:#66b032;--green_focus_hover:#38601b;--light-green:#b7ff85;--light-green_focus_hover:#648c49;--dark-green:#337a00;--dark-green_focus_hover:#1c4300}.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%}.font-size-small{font-size:var(--textSmallSize,12px)}.font-size-normal{font-size:var(--textNormalSize,14px)}.font-size-default{font-size:var(--textMediumSize,16px)}.font-size-big{font-size:var(--textBigSize,18px)}.font-size-extra-big{font-size:var(--textExtraBigSize,23px)}.icon-font-size-default{font-size:var(--iconSizeDefault,28px)}.icon-font-size-small{font-size:var(--iconSizeSmall,25px)}.icon-font-size-big{font-size:var(--iconSizeBig,31px)}.icon-font-size-extra-big{font-size:var(--iconSizeExtraBig,34px)}.slider-pager .slider-pager-page>i{font-size:calc(0.6 * var(--iconSizeSmall, 25px))}.item-floating-label .input-label{position:relative;padding:5px 0 0 0;opacity:0;top:10px;transition:opacity .15s ease-in,top .2s linear;display:flex}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.tabs-striped.background-white .tabs{background:var(--white,#fff)}.tabs-striped.background-gray .tabs{background:var(--gray,#333)}.tabs-striped.background-black .tabs{background:var(--black,#000)}.tabs-striped.background-blue .tabs{background:var(--blue,#0247fe)}.tabs-striped.background-light-blue .tabs{background:var(--light-blue,#85a5ff)}.tabs-striped.background-dark-blue .tabs{background:var(--dark-blue,#00217a)}.tabs-striped.background-purple .tabs{background:var(--purple,#3d01a4)}.tabs-striped.background-light-purple .tabs{background:var(--light-purple,#b285ff)}.tabs-striped.background-dark-purple .tabs{background:var(--dark-purple,#2d007a)}.tabs-striped.background-red .tabs{background:var(--red,#fe2712)}.tabs-striped.background-light-red .tabs{background:var(--light-red,#fe8f84)}.tabs-striped.background-dark-red .tabs{background:var(--dark-red,#7a0b00)}.tabs-striped.background-orange .tabs{background:var(--orange,#fb9b02)}.tabs-striped.background-light-orange .tabs{background:var(--light-orange,#ffd085)}.tabs-striped.background-dark-orange .tabs{background:var(--dark-orange,#7a4b00)}.tabs-striped.background-yellow .tabs{background:var(--yellow,#ff3)}.tabs-striped.background-light-yellow .tabs{background:var(--light-yellow,#ffff85)}.tabs-striped.background-dark-yellow .tabs{background:var(--dark-yellow,#7a7a00)}.tabs-striped.background-green .tabs{background:var(--green,#66b032)}.tabs-striped.background-light-green .tabs{background:var(--light-green,#b7ff85)}.tabs-striped.background-dark-green .tabs{background:var(--dark-green,#337a00)}.tabs-striped.background-default .tabs{background:var(--colorDefault40,#3b448e)}.tabs-striped.background-assertive .tabs{background:var(--colorDanger40,#ce3a36)}.tabs-striped.background-balanced .tabs{background:var(--colorSuccess40,#257d25)}.tabs-striped.background-energized .tabs{background:var(--colorWarning40,#f0ad4e)}.tabs-striped.background-light .tabs{background:var(--colorLight40,#fff)}.tabs-striped.background-stable .tabs{background:var(--colorStable40,#f8f8f8)}.tabs-striped.background-calm .tabs{background:var(--colorCalm40,#11c1f3)}.tabs-striped.background-positive .tabs{background:var(--colorPrimary40,#5665be)}.tabs-striped.background-royal .tabs{background:var(--colorRoyal40,#886aea)}.tabs-striped.background-dark .tabs{background:var(--colorDark40,#444)}
|
|
@@ -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-default{color:var(--colorDefault40,#3b448e)}.color-default:focus,.color-default:hover{color:var(--colorDefault60,#2b3268)}.color-positive{color:var(--colorPrimary40,#387ef5)}.color-positive:focus,.color-positive:hover{color:var(--colorPrimary60,#3f4a8b)}.color-balanced{color:var(--colorSuccess40,#33cd5f)}.color-balanced:focus,.color-balanced:hover{color:var(--colorSuccess60,#259646)}.color-energized{color:var(--colorWarning40,#ffc900)}.color-energized:focus,.color-energized:hover{color:var(--colorWarning60,#bb9300)}.color-assertive{color:var(--colorDanger40,#ef473a)}.color-assertive:focus,.color-assertive:hover{color:var(--colorDanger60,#af342a)}.color-royal{color:var(--colorRoyal40,#886aea)}.color-royal:focus,.color-royal:hover{color:var(--colorRoyal60,#af342a)}.color-calm{color:var(--colorCalm40,#11c1f3)}.color-calm:focus,.color-calm:hover{color:var(--colorCalm60,#0c8db2)}.color-light{color:var(--colorLight40,#fff)}.color-light:focus,.color-light:hover{color:var(--colorLight60,#bbb)}.color-stable{color:var(--colorStable40,#f8f8f8)}.color-stable:focus,.color-stable:hover{color:var(--colorStable60,#bb9300)}.color-dark{color:var(--colorDark40,#444)}.color-dark:focus,.color-dark:hover{color:var(--colorDark60,#bbb)}.color-white{color:var(--white,#fff)}.color-white:focus,.color-white:hover{color:var(--white_focus_hover,#dfdfdf)}.color-gray{color:var(--gray,#333)}.color-gray:focus,.color-gray:hover{color:var(--gray_focus_hover,#2d2d2d)}.color-black{color:var(--black,#000)}.color-black:focus,.color-black:hover{color:var(--black_focus_hover,#7b7b7b)}.color-blue{color:var(--blue,#0247fe)}.color-blue:focus,.color-blue:hover{color:var(--blue_focus_hover,#01278b)}.color-light-blue{color:var(--light-blue,#85a5ff)}.color-light-blue:focus,.color-light-blue:hover{color:var(--light-blue_focus_hover,#495a8c)}.color-dark-blue{color:var(--dark-blue,#00217a)}.color-dark-blue:focus,.color-dark-blue:hover{color:var(--dark-blue_focus_hover,#001243)}.color-purple{color:var(--purple,#3d01a4)}.color-purple:focus,.color-purple:hover{color:var(--purple_focus_hover,#21015a)}.color-light-purple{color:var(--light-purple,#b285ff)}.color-light-purple:focus,.color-light-purple:hover{color:var(--light-purple_focus_hover,#61498c)}.color-dark-purple{color:var(--dark-purple,#2d007a)}.color-dark-purple:focus,.color-dark-purple:hover{color:var(--dark-purple_focus_hover,#190043)}.color-red{color:var(--red,#fe2712)}.color-red:focus,.color-red:hover{color:var(--red_focus_hover,#8b150a)}.color-light-red{color:var(--light-red,#fe8f84)}.color-light-red:focus,.color-light-red:hover{color:var(--light-red_focus_hover,#8b4e48)}.color-dark-red{color:var(--dark-red,#7a0b00)}.color-dark-red:focus,.color-dark-red:hover{color:var(--dark-red_focus_hover,#430600)}.color-orange{color:var(--orange,#fb9b02)}.color-orange:focus,.color-orange:hover{color:var(--orange_focus_hover,#895501)}.color-light-orange{color:var(--light-orange,#ffd085)}.color-light-orange:focus,.color-light-orange:hover{color:var(--light-orange_focus_hover,#8c7249)}.color-dark-orange{color:var(--dark-orange,#7a4b00)}.color-dark-orange:focus,.color-dark-orange:hover{color:var(--dark-orange_focus_hover,#432900)}.color-yellow{color:var(--yellow,#ff3)}.color-yellow:focus,.color-yellow:hover{color:var(--yellow_focus_hover,#8c8c1c)}.color-light-yellow{color:var(--light-yellow,#ffff85)}.color-light-yellow:focus,.color-light-yellow:hover{color:var(--light-yellow_focus_hover,#8c8c49)}.color-dark-yellow{color:var(--dark-yellow,#7a7a00)}.color-dark-yellow:focus,.color-dark-yellow:hover{color:var(--dark-yellow_focus_hover,#434300)}.color-green{color:var(--green,#66b032)}.color-green:focus,.color-green:hover{color:var(--green_focus_hover,#38601b)}.color-light-green{color:var(--light-green,#b7ff85)}.color-light-green:focus,.color-light-green:hover{color:var(--light-green_focus_hover,#648c49)}.color-dark-green{color:var(--dark-green,#337a00)}.color-dark-green:focus,.color-dark-green:hover{color:var(--dark-green_focus_hover,#1c4300)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.left-button-theme-default{background:var(--colorDefault40,#3b448e)}.left-button-theme-positive{background:var(--colorPrimary40,#387ef5)}.left-button-theme-balanced{background:var(--colorSuccess40,#33cd5f)}.left-button-theme-energized{background:var(--colorWarning40,#ffc900)}.left-button-theme-assertive{background:var(--colorDanger40,#ef473a)}.left-button-theme-royal{background:var(--colorRoyal40,#886aea)}.left-button-theme-stable{background:var(--colorStable40,#f8f8f8)}.left-button-theme-light{background:var(--colorLight40,#fff)}.left-button-theme-dark{background:var(--colorDark40,#444)}.right-button-theme-default{background:var(--colorDefault40,#3b448e)}.right-button-theme-positive{background:var(--colorPrimary40,#387ef5)}.right-button-theme-balanced{background:var(--colorSuccess40,#33cd5f)}.right-button-theme-energized{background:var(--colorWarning40,#ffc900)}.right-button-theme-assertive{background:var(--colorDanger40,#ef473a)}.right-button-theme-royal{background:var(--colorRoyal40,#886aea)}.right-button-theme-stable{background:var(--colorStable40,#f8f8f8)}.right-button-theme-light{background:var(--colorLight40,#fff)}.right-button-theme-dark{background:var(--colorDark40,#444)}
|
|
@@ -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: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: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 li{line-height:47px}.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-default li a{color:var(--colorDefault40,#3b448e);opacity:.64}.ion-segment-default li a{color:var(--textColorDefault40,#3b448e);opacity:.64}div.crn-ion-segment-light .icon-theme-light-default li.active a,.ion-segment-default li.active a{opacity:1}.crn-ion-segment-modern ul li.active a,.crn-ion-segment-classic ul li.active a{color:var(--textColorDefault40,#fff)}div.crn-ion-segment-light .icon-theme-light-assertive li a{color:var(--colorDanger40,#ef473a);opacity:.64}.ion-segment-assertive li a{color:var(--textColorDanger40,#ef473a);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{color:var(--colorSuccess40,#33cd5f);opacity:.64}.ion-segment-balanced li a{color:var(--textColorSuccess40,#33cd5f);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{color:var(--colorWarning40,#ffc900);opacity:.64}.ion-segment-energized li a{color:var(--textColorWarning40,#ffc900);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{opacity:.64}.ion-segment-light li a{color:var(--textColorLight40,#fff);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{opacity:.64}.ion-segment-stable li a{color:var(--textColorStable40,#f8f8f8);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{color:var(--colorCalm40,#11c1f3);opacity:.64}.ion-segment-calm li a{color:var(--textColorCalm40,#11c1f3);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{color:var(--colorPrimary40,#387ef5);opacity:.64}.ion-segment-positive li a{color:var(--textColorPrimary40,#387ef5);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{color:var(--colorRoyal40,#886aea);opacity:.64}.ion-segment-royal li a{color:var(--textColorRoyal40,#886aea);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{color:var(--colorDark40,#444);opacity:.64}.ion-segment-dark li a{color:var(--textColorDark40,#444);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,#fff);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,#333);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,#000);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,#0247fe);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,#85a5ff);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,#00217a);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,#3d01a4);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,#b285ff);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,#2d007a);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,#fe2712);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,#fe8f84);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,#7a0b00);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,#fb9b02);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,#ffd085);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,#7a4b00);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,#ff3);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,#ffff85);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,#7a7a00);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,#66b032);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,#b7ff85);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,#337a00);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%}.bg-default{background:var(--colorDefault10,#3b448e)}.bg-assertive{background:var(--colorDanger10,#ef473a)}.bg-balanced{background:var(--colorSuccess10,#33cd5f)}.bg-energized{background:var(--colorWarning10,#ffc900)}.bg-light{background:var(--colorLight10,#fff)}.bg-stable{background:var(--colorStable10,#f8f8f8)}.bg-calm{background:var(--colorCalm10,#11c1f3)}.bg-positive{background:var(--colorPrimary10,#387ef5)}.bg-royal{background:var(--colorRoyal10,#886aea)}.bg-dark{background:var(--colorDark10,#444)}.bg-white{background:#ffffff47}.bg-gray{background:#33333347}.bg-black{background:#00000047}.bg-blue{background:#0247FE47}.bg-light-blue{background:#85A5FF47}.bg-dark-blue{background:#00217A47}.bg-purple{background:#3D01A447}.bg-light-purple{background:#B285FF47}.bg-dark-purple{background:#2D007A47}.bg-red{background:#FE271247}.bg-light-red{background:#FE8F8447}.bg-dark-red{background:#7A0B0047}.bg-orange{background:#FB9B0247}.bg-light-orange{background:#FFD08547}.bg-dark-orange{background:#7A4B0047}.bg-yellow{background:#FFFF3347}.bg-light-yellow{background:#FFFF8547}.bg-dark-yellow{background:#7A7A0047}.bg-green{background:#66B03247}.bg-light-green{background:#B7FF8547}.bg-dark-green{background:#337A0047}div.crn-ion-segment-classic ul.active-background-default li.active,div.crn-ion-segment-modern ul.active-background-default li.active{background:var(--colorDefault40,#3b448e)}div.crn-ion-segment-classic ul.active-background-assertive li.active,div.crn-ion-segment-modern ul.active-background-assertive li.active{background:var(--colorDanger40,#ef473a)}div.crn-ion-segment-classic ul.active-background-balanced li.active,div.crn-ion-segment-modern ul.active-background-balanced li.active{background:var(--colorSuccess40,#33cd5f)}div.crn-ion-segment-classic ul.active-background-energized li.active,div.crn-ion-segment-modern ul.active-background-energized li.active{background:var(--colorWarning40,#ffc900)}div.crn-ion-segment-classic ul.active-background-light li.active,div.crn-ion-segment-modern ul.active-background-light li.active{background:var(--colorLight40,#fff)}div.crn-ion-segment-classic ul.active-background-stable li.active,div.crn-ion-segment-modern ul.active-background-stable li.active{background:var(--colorStable40,#f8f8f8)}div.crn-ion-segment-classic ul.active-background-calm li.active,div.crn-ion-segment-modern ul.active-background-calm li.active{background:var(--colorCalm40,#11c1f3)}div.crn-ion-segment-classic ul.active-background-positive li.active,div.crn-ion-segment-modern ul.active-background-positive li.active{background:var(--colorPrimary40,#387ef5)}div.crn-ion-segment-classic ul.active-background-royal li.active,div.crn-ion-segment-modern ul.active-background-royal li.active{background:var(--colorRoyal40,#886aea)}div.crn-ion-segment-classic ul.active-background-dark li.active,div.crn-ion-segment-modern ul.active-background-dark li.active{background:var(--colorDark40,#444)}div.crn-ion-segment-classic ul.active-background-white li.active,div.crn-ion-segment-modern ul.active-background-white li.active{background:var(--white,#fff)}div.crn-ion-segment-classic ul.active-background-gray li.active,div.crn-ion-segment-modern ul.active-background-gray li.active{background:var(--gray,#333)}div.crn-ion-segment-classic ul.active-background-black li.active,div.crn-ion-segment-modern ul.active-background-black li.active{background:var(--black,#000)}div.crn-ion-segment-classic ul.active-background-blue li.active,div.crn-ion-segment-modern ul.active-background-blue li.active{background:var(--blue,#0247fe)}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:var(--light-blue,#85a5ff)}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:var(--dark-blue,#00217a)}div.crn-ion-segment-classic ul.active-background-purple li.active,div.crn-ion-segment-modern ul.active-background-purple li.active{background:var(--purple,#3d01a4)}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:var(--light-purple,#b285ff)}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:var(--dark-purple,#2d007a)}div.crn-ion-segment-classic ul.active-background-red li.active,div.crn-ion-segment-modern ul.active-background-red li.active{background:var(--red,#fe2712)}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:var(--light-red,#fe8f84)}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:var(--dark-red,#7a0b00)}div.crn-ion-segment-classic ul.active-background-orange li.active,div.crn-ion-segment-modern ul.active-background-orange li.active{background:var(--orange,#fb9b02)}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:var(--light-orange,#ffd085)}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:var(--dark-orange,#7a4b00)}div.crn-ion-segment-classic ul.active-background-yellow li.active,div.crn-ion-segment-modern ul.active-background-yellow li.active{background:var(--yellow,#ff3)}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:var(--light-yellow,#ffff85)}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:var(--dark-yellow,#7a7a00)}div.crn-ion-segment-classic ul.active-background-green li.active,div.crn-ion-segment-modern ul.active-background-green li.active{background:var(--green,#66b032)}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:var(--light-green,#b7ff85)}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:var(--dark-green,#337a00)}.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:transparent}div.crn-ion-segment-light .icon-theme-light-white li.active{border-color:var(--white,#fff)}div.crn-ion-segment-light .icon-theme-light-gray li.active{border-color:var(--gray,#333)}div.crn-ion-segment-light .icon-theme-light-black li.active{border-color:var(--black,#000)}div.crn-ion-segment-light .icon-theme-light-blue li.active{border-color:var(--blue,#0247fe)}div.crn-ion-segment-light .icon-theme-light-light-blue li.active{border-color:var(--light-blue,#85a5ff)}div.crn-ion-segment-light .icon-theme-light-dark-blue li.active{border-color:var(--dark-blue,#00217a)}div.crn-ion-segment-light .icon-theme-light-purple li.active{border-color:var(--purple,#3d01a4)}div.crn-ion-segment-light .icon-theme-light-light-purple li.active{border-color:var(--light-purple,#b285ff)}div.crn-ion-segment-light .icon-theme-light-dark-purple li.active{border-color:var(--dark-purple,#2d007a)}div.crn-ion-segment-light .icon-theme-light-red li.active{border-color:var(--red,#fe2712)}div.crn-ion-segment-light .icon-theme-light-light-red li.active{border-color:var(--light-red,#fe8f84)}div.crn-ion-segment-light .icon-theme-light-dark-red li.active{border-color:var(--dark-red,#7a0b00)}div.crn-ion-segment-light .icon-theme-light-orange li.active{border-color:var(--orange,#fb9b02)}div.crn-ion-segment-light .icon-theme-light-light-orange li.active{border-color:var(--light-orange,#ffd085)}div.crn-ion-segment-light .icon-theme-light-dark-orange li.active{border-color:var(--dark-orange,#7a4b00)}div.crn-ion-segment-light .icon-theme-light-yellow li.active{border-color:var(--yellow,#ff3)}div.crn-ion-segment-light .icon-theme-light-light-yellow li.active{border-color:var(--light-yellow,#ffff85)}div.crn-ion-segment-light .icon-theme-light-dark-yellow li.active{border-color:var(--dark-yellow,#7a7a00)}div.crn-ion-segment-light .icon-theme-light-green li.active{border-color:var(--green,#66b032)}div.crn-ion-segment-light .icon-theme-light-light-green li.active{border-color:var(--light-green,#b7ff85)}div.crn-ion-segment-light .icon-theme-light-dark-green li.active{border-color:var(--dark-green,#337a00)}div.crn-ion-segment-light .icon-theme-light-assertive li.active{border-color:var(--colorDanger40,#ef473a)}div.crn-ion-segment-light .icon-theme-light-balanced li.active{border-color:var(--colorSuccess40,#33cd5f)}div.crn-ion-segment-light .icon-theme-light-energized li.active{border-color:var(--colorWarning40,#ffc900)}div.crn-ion-segment-light .icon-theme-light-default li.active{border-color:var(--colorDefault40,#ffc900)}div.crn-ion-segment-light .icon-theme-light-calm li.active{border-color:var(--colorCalm40,#11c1f3)}div.crn-ion-segment-light .icon-theme-light-positive li.active{border-color:var(--colorPrimary40,#387ef5)}div.crn-ion-segment-light .icon-theme-light-royal li.active{border-color:var(--colorRoyal40,#886aea)}div.crn-ion-segment-light .icon-theme-light-dark li.active{border-color:var(--colorDark40,#444)}
|
|
@@ -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-default .tab-item{color:var(--textColorDefault40,#fff);opacity:.5}.tabs-striped.tabs-icon-default .tab-item.active,.tabs-striped.tabs-icon-default .tab-item.activated{color:var(--textColorDefault40,#fff);border-color:var(--textColorDefault40,#fff);opacity:1}.tabs-striped.tabs-icon-positive .tab-item{color:var(--textColorPrimary40,#fff);opacity:.5}.tabs-striped.tabs-icon-positive .tab-item.active,.tabs-striped.tabs-icon-positive .tab-item.activated{color:var(--textColorPrimary40,#fff);border-color:var(--textColorPrimary40,#fff);opacity:1}.tabs-striped.tabs-icon-assertive .tab-item{color:var(--textColorDanger40,#fff);opacity:.5}.tabs-striped.tabs-icon-assertive .tab-item.active,.tabs-striped.tabs-icon-assertive .tab-item.activated{color:var(--textColorDanger40,#fff);border-color:var(--textColorDanger40,#fff);opacity:1}.tabs-striped.tabs-icon-energized .tab-item{color:var(--textColorWarning40,#fff);opacity:.5}.tabs-striped.tabs-icon-energized .tab-item.active,.tabs-striped.tabs-icon-energized .tab-item.activated{color:var(--textColorWarning40,#fff);border-color:var(--textColorWarning40,#fff);opacity:1}.tabs-striped.tabs-icon-balanced .tab-item{color:var(--textColorSuccess40,#fff);opacity:.5}.tabs-striped.tabs-icon-balanced .tab-item.active,.tabs-striped.tabs-icon-balanced .tab-item.activated{color:var(--textColorSuccess40,#fff);border-color:var(--textColorSuccess40,#fff);opacity:1}.tabs-striped.tabs-icon-light .tab-item{color:var(--textColorLight40,#000);opacity:.5}.tabs-striped.tabs-icon-light .tab-item.active,.tabs-striped.tabs-icon-light .tab-item.activated{color:var(--textColorLight40,#000);border-color:var(--textColorLight40,#000);opacity:1}.tabs-striped.tabs-icon-stable .tab-item{color:var(--textColorStable40,#444);opacity:.5}.tabs-striped.tabs-icon-stable .tab-item.active,.tabs-striped.tabs-icon-stable .tab-item.activated{color:var(--textColorStable40,#444);border-color:var(--textColorStable40,#444);opacity:1}.tabs-striped.tabs-icon-calm .tab-item{color:var(--textColorCalm40,#fff);opacity:.5}.tabs-striped.tabs-icon-calm .tab-item.active,.tabs-striped.tabs-icon-calm .tab-item.activated{color:var(--textColorCalm40,#fff);border-color:var(--textColorCalm40,#fff);opacity:1}.tabs-striped.tabs-icon-royal .tab-item{color:var(--textColorRoyal40,#fff);opacity:.5}.tabs-striped.tabs-icon-royal .tab-item.active,.tabs-striped.tabs-icon-royal .tab-item.activated{color:var(--textColorRoyal40,#fff);border-color:var(--textColorRoyal40,#fff);opacity:1}.tabs-striped.tabs-icon-dark .tab-item{color:var(--textColorDark40,#fff);opacity:.5}.tabs-striped.tabs-icon-dark .tab-item.active,.tabs-striped.tabs-icon-dark .tab-item.activated{color:var(--textColorDark40,#fff);border-color:var(--textColorDark40,#fff);opacity:1}.tabs-striped.tabs-icon-white .tab-item{color:var(--colorNeutral00,#fff);opacity:.5}.tabs-striped.tabs-icon-white .tab-item.active,.tabs-striped.tabs-icon-white .tab-item.activated{color:var(--colorNeutral00,#fff);border-color:var(--colorNeutral00,#fff);opacity:1}.tabs-striped.tabs-icon-gray .tab-item{color:var(--gray,#333);opacity:.5}.tabs-striped.tabs-icon-gray .tab-item.active,.tabs-striped.tabs-icon-gray .tab-item.activated{color:var(--gray,#333);border-color:var(--gray,#333);opacity:1}.tabs-striped.tabs-icon-black .tab-item{color:var(--colorNeutral220,#000);opacity:.5}.tabs-striped.tabs-icon-black .tab-item.active,.tabs-striped.tabs-icon-black .tab-item.activated{color:var(--colorNeutral220,#000);border-color:var(--colorNeutral220,#000);opacity:1}.tabs-striped.tabs-icon-blue .tab-item{color:var(--blue,#0247fe);opacity:.5}.tabs-striped.tabs-icon-blue .tab-item.active,.tabs-striped.tabs-icon-blue .tab-item.activated{color:var(--blue,#0247fe);border-color:var(--blue,#0247fe);opacity:1}.tabs-striped.tabs-icon-light-blue .tab-item{color:var(--light-blue,#85a5ff);opacity:.5}.tabs-striped.tabs-icon-light-blue .tab-item.active,.tabs-striped.tabs-icon-light-blue .tab-item.activated{color:var(--light-blue,#85a5ff);border-color:var(--light-blue,#85a5ff);opacity:1}.tabs-striped.tabs-icon-dark-blue .tab-item{color:var(--dark-blue,#00217a);opacity:.5}.tabs-striped.tabs-icon-dark-blue .tab-item.active,.tabs-striped.tabs-icon-dark-blue .tab-item.activated{color:var(--dark-blue,#00217a);border-color:var(--dark-blue,#00217a);opacity:1}.tabs-striped.tabs-icon-purple .tab-item{color:var(--purple,#3d01a4);opacity:.5}.tabs-striped.tabs-icon-purple .tab-item.active,.tabs-striped.tabs-icon-purple .tab-item.activated{color:var(--purple,#3d01a4);border-color:var(--purple,#3d01a4);opacity:1}.tabs-striped.tabs-icon-light-purple .tab-item{color:var(--light-purple,#b285ff);opacity:.5}.tabs-striped.tabs-icon-light-purple .tab-item.active,.tabs-striped.tabs-icon-light-purple .tab-item.activated{color:var(--light-purple,#b285ff);border-color:var(--light-purple,#b285ff);opacity:1}.tabs-striped.tabs-icon-dark-purple .tab-item{color:var(--dark-purple,#2d007a);opacity:.5}.tabs-striped.tabs-icon-dark-purple .tab-item.active,.tabs-striped.tabs-icon-dark-purple .tab-item.activated{color:var(--dark-purple,#2d007a);border-color:var(--dark-purple,#2d007a);opacity:1}.tabs-striped.tabs-icon-red .tab-item{color:var(--red,#fe2712);opacity:.5}.tabs-striped.tabs-icon-red .tab-item.active,.tabs-striped.tabs-icon-red .tab-item.activated{color:var(--red,#fe2712);border-color:var(--red,#fe2712);opacity:1}.tabs-striped.tabs-icon-light-red .tab-item{color:var(--light-red,#fe8f84);opacity:.5}.tabs-striped.tabs-icon-light-red .tab-item.active,.tabs-striped.tabs-icon-light-red .tab-item.activated{color:var(--light-red,#fe8f84);border-color:var(--light-red,#fe8f84);opacity:1}.tabs-striped.tabs-icon-dark-red .tab-item{color:var(--dark-red,#7a0b00);opacity:.5}.tabs-striped.tabs-icon-dark-red .tab-item.active,.tabs-striped.tabs-icon-dark-red .tab-item.activated{color:var(--dark-red,#7a0b00);border-color:var(--dark-red,#7a0b00);opacity:1}.tabs-striped.tabs-icon-orange .tab-item{color:var(--orange,#fb9b02);opacity:.5}.tabs-striped.tabs-icon-orange .tab-item.active,.tabs-striped.tabs-icon-orange .tab-item.activated{color:var(--orange,#fb9b02);border-color:var(--orange,#fb9b02);opacity:1}.tabs-striped.tabs-icon-light-orange .tab-item{color:var(--light-orange,#ffd085);opacity:.5}.tabs-striped.tabs-icon-light-orange .tab-item.active,.tabs-striped.tabs-icon-light-orange .tab-item.activated{color:var(--light-orange,#ffd085);border-color:var(--light-orange,#ffd085);opacity:1}.tabs-striped.tabs-icon-dark-orange .tab-item{color:var(--dark-orange,#7a4b00);opacity:.5}.tabs-striped.tabs-icon-dark-orange .tab-item.active,.tabs-striped.tabs-icon-dark-orange .tab-item.activated{color:var(--dark-orange,#7a4b00);border-color:var(--dark-orange,#7a4b00);opacity:1}.tabs-striped.tabs-icon-yellow .tab-item{color:var(--yellow,#ff3);opacity:.5}.tabs-striped.tabs-icon-yellow .tab-item.active,.tabs-striped.tabs-icon-yellow .tab-item.activated{color:var(--yellow,#ff3);border-color:var(--yellow,#ff3);opacity:1}.tabs-striped.tabs-icon-light-yellow .tab-item{color:var(--light-yellow,#ffff85);opacity:.5}.tabs-striped.tabs-icon-light-yellow .tab-item.active,.tabs-striped.tabs-icon-light-yellow .tab-item.activated{color:var(--light-yellow,#ffff85);border-color:var(--light-yellow,#ffff85);opacity:1}.tabs-striped.tabs-icon-dark-yellow .tab-item{color:var(--dark-yellow,#7a7a00);opacity:.5}.tabs-striped.tabs-icon-dark-yellow .tab-item.active,.tabs-striped.tabs-icon-dark-yellow .tab-item.activated{color:var(--dark-yellow,#7a7a00);border-color:var(--dark-yellow,#7a7a00);opacity:1}.tabs-striped.tabs-icon-green .tab-item{color:var(--green,#66b032);opacity:.5}.tabs-striped.tabs-icon-green .tab-item.active,.tabs-striped.tabs-icon-green .tab-item.activated{color:var(--green,#66b032);border-color:var(--green,#66b032);opacity:1}.tabs-striped.tabs-icon-light-green .tab-item{color:var(--light-green,#b7ff85);opacity:.5}.tabs-striped.tabs-icon-light-green .tab-item.active,.tabs-striped.tabs-icon-light-green .tab-item.activated{color:var(--light-green,#b7ff85);border-color:var(--light-green,#b7ff85);opacity:1}.tabs-striped.tabs-icon-dark-green .tab-item{color:var(--dark-green,#337a00);opacity:.5}.tabs-striped.tabs-icon-dark-green .tab-item.active,.tabs-striped.tabs-icon-dark-green .tab-item.activated{color:var(--dark-green,#337a00);border-color:var(--dark-green,#337a00);opacity:1}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
((t,e)=>{"function"==typeof define&&define.amd?define([],e):"object"==typeof module?module.exports=e():t.format=e()})(this,function(){return function(t,e){if(!t||isNaN(+e))return e;var n,i,r,s,l,o=t.length,f=t.search(/[0-9\-\+#]/),h=0<f?t.substring(0,f):"",g=t.split("").reverse().join(""),u=g.search(/[0-9\-\+#]/),d=o-u,a=t.substring(d,1+d),c=d+("."===a||","===a?1:0),a=0<u?t.substring(c,o):"",u=(e="-"===(t=t.substring(f,c)).charAt(0)?-e:+e)<0?e=-e:0,p=(f=t.match(/[^\d\-\+#]/g))&&f[f.length-1]||".",b=f&&f[1]&&f[0]||",";if(t=t.split(p),e=+(e=e.toFixed(t[1]&&t[1].length))+"",s=t[1]&&t[1].lastIndexOf("0"),(!(r=e.split("."))[1]||(r[1],r[1].length<=s))&&(e=(+e).toFixed(s+1)),s=t[0].split(b),t[0]=s.join(""),-1<(n=t[0]&&t[0].indexOf("0")))for(;r[0].length<t[0].length-n;)r[0]="0"+r[0];else 0==+r[0]&&(r[0]="");if((e=e.split("."))[0]=r[0],i=s[1]&&s[s.length-1].length){for(g="",d=(l=e[0]).length%i,o=l.length,c=0;c<o;c++)g+=l.charAt(c),!((c-d+1)%i)&&c<o-i&&(g+=b);e[0]=g}return e[1]=t[1]&&e[1]?p+e[1]:"",h+((u="0"!==(f=e.join(""))&&""!==f?u:!1)?"-":"")+f+a}});
|