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,717 @@
|
|
|
1
|
+
(function($app) {
|
|
2
|
+
angular.module('custom.controllers', []);
|
|
3
|
+
|
|
4
|
+
app.controller('LoginController', [
|
|
5
|
+
'$scope',
|
|
6
|
+
'$http',
|
|
7
|
+
'$location',
|
|
8
|
+
'$rootScope',
|
|
9
|
+
'$window',
|
|
10
|
+
'$state',
|
|
11
|
+
'$translate',
|
|
12
|
+
'Notification',
|
|
13
|
+
'ReportService',
|
|
14
|
+
'$ionicLoading',
|
|
15
|
+
'$timeout',
|
|
16
|
+
'$stateParams',
|
|
17
|
+
'$ionicModal',
|
|
18
|
+
'$cookies',
|
|
19
|
+
'SyncService',
|
|
20
|
+
function($scope, $http, $location, $rootScope, $window, $state, $translate, Notification, ReportService, $ionicLoading, $timeout, $stateParams, $ionicModal, $cookies, SyncService) {
|
|
21
|
+
|
|
22
|
+
// Make refreshToken method available on $rootScope
|
|
23
|
+
$rootScope.refreshToken = window.refreshToken;
|
|
24
|
+
|
|
25
|
+
app.registerEventsCronapi($scope, $translate,$ionicModal, $ionicLoading);
|
|
26
|
+
$rootScope.http = $http;
|
|
27
|
+
$rootScope.$http = $http;
|
|
28
|
+
$scope.Notification = Notification;
|
|
29
|
+
// save state params into scope
|
|
30
|
+
$scope.params = $stateParams;
|
|
31
|
+
|
|
32
|
+
$rootScope.getReport = function(reportName, params, config) {
|
|
33
|
+
ReportService.openReport(reportName, params, config);
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
// Query string params
|
|
37
|
+
let queryStringParams = $location.search();
|
|
38
|
+
for (let key in queryStringParams) {
|
|
39
|
+
if (queryStringParams.hasOwnProperty(key)) {
|
|
40
|
+
$scope.params[key] = queryStringParams[key];
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
for(let x in app.userEvents) {
|
|
45
|
+
if (app.userEvents.hasOwnProperty(x)) {
|
|
46
|
+
$scope[x] = app.userEvents[x].bind($scope);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
$scope.redirectToLogin = function() {
|
|
51
|
+
localStorage.setItem('redir_mob', true);
|
|
52
|
+
$scope.cronapi.social.ssoLogin();
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
$scope.biometricAuthentication = () => {
|
|
56
|
+
return String((document.querySelector('meta[name="biometric-authentication"]') || {}).content) == 'true';
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
$scope.gotoHome = async () => {
|
|
60
|
+
try {
|
|
61
|
+
if ($scope.cronapi.blockly.js.blockly.auth.Home.change) {
|
|
62
|
+
(await this.cronapi.client('blockly.js.blockly.auth.Home.change').run());
|
|
63
|
+
}
|
|
64
|
+
} catch (error) {
|
|
65
|
+
$scope.cronapi.screen.changeView("#/app/logged/home", []);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
$scope.autoLogin = function () {
|
|
70
|
+
// Verify if Biometric Authentication is enabled
|
|
71
|
+
const userInfo = localStorage.getItem('_u');
|
|
72
|
+
if (userInfo && JSON.parse(userInfo).token) {
|
|
73
|
+
if (!$scope.biometricAuthentication()) {
|
|
74
|
+
window.refreshToken(Notification, $http, function () {
|
|
75
|
+
$scope.gotoHome();
|
|
76
|
+
}, function () {
|
|
77
|
+
localStorage.removeItem('_u');
|
|
78
|
+
});
|
|
79
|
+
} else {
|
|
80
|
+
document.addEventListener("deviceready", () => {
|
|
81
|
+
if (window.Fingerprint) {
|
|
82
|
+
window.Fingerprint.isAvailable(result => {
|
|
83
|
+
window.Fingerprint.show(() => {
|
|
84
|
+
window.refreshToken(Notification, $http, () => $scope.gotoHome(), () => localStorage.removeItem('_u'));
|
|
85
|
+
}, error => {
|
|
86
|
+
if (error === 'biometric_success') {
|
|
87
|
+
window.refreshToken(Notification, $http, () => $scope.gotoHome(), () => localStorage.removeItem('_u'));
|
|
88
|
+
} else {
|
|
89
|
+
handleError({message: error.message});
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
}, error => {
|
|
93
|
+
console.error("Biometric Authentication is not available in this device");
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
}, false);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
$scope.autoLogin();
|
|
102
|
+
|
|
103
|
+
function checkSession(token) {
|
|
104
|
+
var headerValues = {};
|
|
105
|
+
|
|
106
|
+
if (token && !window.isUsingCookie()) {
|
|
107
|
+
headerValues['X-AUTH-TOKEN'] = token;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
$http({
|
|
111
|
+
method : 'GET',
|
|
112
|
+
url : window.hostApp + 'me',
|
|
113
|
+
headers : headerValues
|
|
114
|
+
}).then(handleSuccess).catch(()=> {
|
|
115
|
+
$scope.cronapi.screen.hide();
|
|
116
|
+
});
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
$scope.user = { username : "" , password : "" };
|
|
120
|
+
$scope.message = {};
|
|
121
|
+
|
|
122
|
+
$scope.login = function(username, password) {
|
|
123
|
+
$scope.cronapi.screen.showLoading();
|
|
124
|
+
$scope.message.error = undefined;
|
|
125
|
+
|
|
126
|
+
let user = {
|
|
127
|
+
username : username?username:$scope.user.username,
|
|
128
|
+
password : password?password:$scope.user.password
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
let headerValues = {
|
|
132
|
+
'Content-Type' : 'application/x-www-form-urlencoded'
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
if(window.hostApp) {
|
|
136
|
+
$http({
|
|
137
|
+
method : 'POST',
|
|
138
|
+
url : window.hostApp + (window.isUsingCookie() ? 'login' : 'auth'),
|
|
139
|
+
data: $.param(user),
|
|
140
|
+
headers: headerValues
|
|
141
|
+
}).success((data)=> {
|
|
142
|
+
if (window.isUsingCookie()) {
|
|
143
|
+
checkSession();
|
|
144
|
+
} else {
|
|
145
|
+
checkSession(data.access_token);
|
|
146
|
+
}
|
|
147
|
+
}).error(handleError);
|
|
148
|
+
|
|
149
|
+
}
|
|
150
|
+
else {
|
|
151
|
+
Notification.error("HostApp is required!");
|
|
152
|
+
}
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
$scope.loginWithToken = function(token) {
|
|
156
|
+
checkSession(token);
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
$rootScope.infiniteReached = function() {
|
|
160
|
+
//
|
|
161
|
+
};
|
|
162
|
+
|
|
163
|
+
async function handleSuccess(data, status, headers, config) {
|
|
164
|
+
$scope.cronapi.screen.hide();
|
|
165
|
+
data = getRequestData(data);
|
|
166
|
+
// Store data response on session storage
|
|
167
|
+
// The session storage will be cleaned when the browser window is closed
|
|
168
|
+
if(typeof (Storage) !== "undefined") {
|
|
169
|
+
// save the user data on localStorage
|
|
170
|
+
if (window.isUsingCookie()) {
|
|
171
|
+
delete data.token;
|
|
172
|
+
}
|
|
173
|
+
localStorage.setItem('_u', JSON.stringify(data));
|
|
174
|
+
}
|
|
175
|
+
else {
|
|
176
|
+
// Sorry! No Web Storage support.
|
|
177
|
+
// The home page may not work if it depends
|
|
178
|
+
// on the logged user data
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
await $scope.gotoHome();
|
|
182
|
+
|
|
183
|
+
// Verify if the 'onLogin' event is defined and it is a function (it can be a string pointing to a non project blockly) and run it.
|
|
184
|
+
if ($scope.blockly && $scope.blockly.events && $scope.blockly.events.onLogin && $scope.blockly.events.onLogin instanceof Function) {
|
|
185
|
+
$scope.blockly.events.onLogin();
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
function handleError(data, status, headers, config) {
|
|
190
|
+
$scope.cronapi.screen.hide();
|
|
191
|
+
let error;
|
|
192
|
+
if (data !== null && data.message) {
|
|
193
|
+
if (typeof data.message === 'string') {
|
|
194
|
+
error = data.message;
|
|
195
|
+
} else {
|
|
196
|
+
let message = JSON.parse(data.message);
|
|
197
|
+
error = message.exception
|
|
198
|
+
}
|
|
199
|
+
} else if (typeof data === 'string') {
|
|
200
|
+
error = data;
|
|
201
|
+
} else {
|
|
202
|
+
error = $translate.instant('General.ErrorNotSpecified');
|
|
203
|
+
}
|
|
204
|
+
Notification.error(error);
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
try {
|
|
208
|
+
let contextAfterLoginController = $controller('AfterLoginController', { $scope: $scope });
|
|
209
|
+
app.copyContext(contextAfterLoginController, this, 'AfterLoginController');
|
|
210
|
+
} catch(e) {}
|
|
211
|
+
|
|
212
|
+
$timeout(function () {
|
|
213
|
+
// Verify if the 'afterLoginRender' event is defined and it is a function (it can be a string pointing to a non project blockly) and run it.
|
|
214
|
+
if ($scope.blockly && $scope.blockly.events && $scope.blockly.events.afterLoginRender && $scope.blockly.events.afterLoginRender instanceof Function) {
|
|
215
|
+
$scope.blockly.events.afterLoginRender();
|
|
216
|
+
}
|
|
217
|
+
});
|
|
218
|
+
|
|
219
|
+
} ]);
|
|
220
|
+
|
|
221
|
+
app.controller('HomeController', [
|
|
222
|
+
'$scope',
|
|
223
|
+
'$http',
|
|
224
|
+
'$rootScope',
|
|
225
|
+
'$state',
|
|
226
|
+
'$timeout',
|
|
227
|
+
'$translate',
|
|
228
|
+
'Notification',
|
|
229
|
+
'$ionicHistory',
|
|
230
|
+
'$ionicModal',
|
|
231
|
+
'$ionicLoading',
|
|
232
|
+
'$stateParams',
|
|
233
|
+
'$location',
|
|
234
|
+
'$controller',
|
|
235
|
+
'UploadService',
|
|
236
|
+
'ReportService',
|
|
237
|
+
'SyncService',
|
|
238
|
+
function($scope, $http, $rootScope, $state, $timeout, $translate, Notification, $ionicHistory, $ionicModal, $ionicLoading, $stateParams, $location, $controller, UploadService, ReportService, SyncService) {
|
|
239
|
+
|
|
240
|
+
app.registerEventsCronapi($scope, $translate,$ionicModal,$ionicLoading);
|
|
241
|
+
$rootScope.http = $http;
|
|
242
|
+
$rootScope.Notification = Notification;
|
|
243
|
+
$rootScope.UploadService = UploadService;
|
|
244
|
+
|
|
245
|
+
// save state params into scope
|
|
246
|
+
$scope.params = $stateParams;
|
|
247
|
+
|
|
248
|
+
$rootScope.getReport = function(reportName, params, config) {
|
|
249
|
+
ReportService.openReport(reportName, params, config);
|
|
250
|
+
};
|
|
251
|
+
|
|
252
|
+
// Query string params
|
|
253
|
+
let queryStringParams = $location.search();
|
|
254
|
+
for (let key in queryStringParams) {
|
|
255
|
+
if (queryStringParams.hasOwnProperty(key)) {
|
|
256
|
+
$scope.params[key] = queryStringParams[key];
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
for(let x in app.userEvents) {
|
|
261
|
+
if (app.userEvents.hasOwnProperty(x)) {
|
|
262
|
+
$scope[x] = app.userEvents[x].bind($scope);
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
// When access home page we have to check
|
|
267
|
+
// if the user is authenticated and the userData
|
|
268
|
+
// was saved on the browser's sessionStorage
|
|
269
|
+
$rootScope.session = (localStorage._u) ? JSON.parse(localStorage._u) : null;
|
|
270
|
+
|
|
271
|
+
if(!$rootScope.session) {
|
|
272
|
+
|
|
273
|
+
if(!$scope.ignoreAuth){
|
|
274
|
+
if(typeof (Storage) !== "undefined") {
|
|
275
|
+
// save the user data on localStorage
|
|
276
|
+
sessionStorage.removeItem("_u");
|
|
277
|
+
}
|
|
278
|
+
$state.go("login");
|
|
279
|
+
}
|
|
280
|
+
// If there isn't a user registered on the sessionStorage
|
|
281
|
+
// we must send back to login page
|
|
282
|
+
// TODO - REVISAR login oauth2
|
|
283
|
+
}else {
|
|
284
|
+
if ($rootScope.session.token) window.refreshToken(Notification, $http, function(){}, $rootScope.logout);
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
try {
|
|
288
|
+
var contextAfterHomeController = $controller('AfterHomeController', { $scope: $scope });
|
|
289
|
+
app.copyContext(contextAfterHomeController, this, 'AfterHomeController');
|
|
290
|
+
} catch(e) {}
|
|
291
|
+
|
|
292
|
+
$timeout(function () {
|
|
293
|
+
// Verify if the 'afterHomeRender' event is defined and it is a function (it can be a string pointing to a non project blockly) and run it.
|
|
294
|
+
if ($scope.blockly && $scope.blockly.events && $scope.blockly.events.afterHomeRender && $scope.blockly.events.afterHomeRender instanceof Function) {
|
|
295
|
+
$scope.blockly.events.afterHomeRender();
|
|
296
|
+
}
|
|
297
|
+
});
|
|
298
|
+
|
|
299
|
+
} ]);
|
|
300
|
+
|
|
301
|
+
app.controller('PublicController', function($controller, $scope) {
|
|
302
|
+
$scope.ignoreAuth = true;
|
|
303
|
+
angular.extend(this, $controller('HomeController', {
|
|
304
|
+
$scope: $scope
|
|
305
|
+
}));
|
|
306
|
+
});
|
|
307
|
+
|
|
308
|
+
app.controller('SignupController' , [
|
|
309
|
+
'$scope',
|
|
310
|
+
'$translate',
|
|
311
|
+
'$ionicModal',
|
|
312
|
+
'$ionicLoading',
|
|
313
|
+
|
|
314
|
+
function($scope, $translate, $ionicModal, $ionicLoading) {
|
|
315
|
+
|
|
316
|
+
app.registerEventsCronapi($scope, $translate,$ionicModal,$ionicLoading);
|
|
317
|
+
$scope.Notification = Notification;
|
|
318
|
+
|
|
319
|
+
$scope.cronapi.screen.changeValueOfField('vars.signupEmail','');
|
|
320
|
+
$scope.cronapi.screen.changeValueOfField('vars.signupUsername','');
|
|
321
|
+
$scope.cronapi.screen.changeValueOfField('vars.signupPassword','');
|
|
322
|
+
$scope.cronapi.screen.changeValueOfField('vars.signupConfirmPassword','');
|
|
323
|
+
|
|
324
|
+
}]);
|
|
325
|
+
|
|
326
|
+
app.controller('SignupController' , [
|
|
327
|
+
'$scope',
|
|
328
|
+
'$stateParams',
|
|
329
|
+
'Notification',
|
|
330
|
+
'$location',
|
|
331
|
+
'$http',
|
|
332
|
+
'$rootScope',
|
|
333
|
+
'$translate',
|
|
334
|
+
'$ionicModal',
|
|
335
|
+
'$ionicLoading',
|
|
336
|
+
'$timeout',
|
|
337
|
+
'UploadService',
|
|
338
|
+
'ReportService',
|
|
339
|
+
function($scope, $stateParams, Notification, $location, $http, $rootScope, $translate, $ionicModal, $ionicLoading, $timeout, UploadService, ReportService) {
|
|
340
|
+
app.registerEventsCronapi($scope, $translate,$ionicModal,$ionicLoading);
|
|
341
|
+
$rootScope.http = $http;
|
|
342
|
+
$rootScope.Notification = Notification;
|
|
343
|
+
|
|
344
|
+
$scope.params = $stateParams;
|
|
345
|
+
$rootScope.$http = $http;
|
|
346
|
+
$rootScope.UploadService = UploadService;
|
|
347
|
+
$scope.listCanSwipe = true;
|
|
348
|
+
|
|
349
|
+
for (let x in app.userEvents)
|
|
350
|
+
$scope[x]= app.userEvents[x].bind($scope);
|
|
351
|
+
|
|
352
|
+
$scope.cronapi.screen.changeValueOfField('vars.signupEmail','');
|
|
353
|
+
$scope.cronapi.screen.changeValueOfField('vars.signupUsername','');
|
|
354
|
+
$scope.cronapi.screen.changeValueOfField('vars.signupPassword','');
|
|
355
|
+
$scope.cronapi.screen.changeValueOfField('vars.signupConfirmPassword','');
|
|
356
|
+
}]);
|
|
357
|
+
|
|
358
|
+
app.controller('ResetPasswordController', [
|
|
359
|
+
'$scope',
|
|
360
|
+
'$state',
|
|
361
|
+
'$http',
|
|
362
|
+
'Notification',
|
|
363
|
+
'$translate',
|
|
364
|
+
function($scope, $state, $http, Notification, $translate) {
|
|
365
|
+
$scope.resetPasswordWithOTP = function (vars) {
|
|
366
|
+
if(!vars || !vars.otp || !vars.newPassword || !vars.newPasswordConfirmation) {
|
|
367
|
+
Notification.error($translate.instant('AllFieldsRequired'));
|
|
368
|
+
return;
|
|
369
|
+
}
|
|
370
|
+
const otp = vars.otp.replaceAll(" ", "");
|
|
371
|
+
const newPassword = vars.newPassword;
|
|
372
|
+
const newPasswordConfirmation = vars.newPasswordConfirmation;
|
|
373
|
+
const otpToken = localStorage.getItem('otpToken');
|
|
374
|
+
if(!otpToken) {
|
|
375
|
+
Notification.error($translate.instant('OTPInvalid'));
|
|
376
|
+
return;
|
|
377
|
+
}
|
|
378
|
+
if(window.hostApp && newPassword === newPasswordConfirmation) {
|
|
379
|
+
$http({
|
|
380
|
+
method : 'POST',
|
|
381
|
+
url : window.hostApp + 'auth/confirm-reset-password',
|
|
382
|
+
data: $.param({password: newPassword, otp: otp }),
|
|
383
|
+
headers: {
|
|
384
|
+
'Content-Type' : 'application/x-www-form-urlencoded',
|
|
385
|
+
'X-AUTH-TOKEN' : otpToken
|
|
386
|
+
}
|
|
387
|
+
}).success(success => {
|
|
388
|
+
vars.otp = '';
|
|
389
|
+
vars.newPassword = '';
|
|
390
|
+
vars.passwordConfirmation = '';
|
|
391
|
+
|
|
392
|
+
$state.go("login").then(() => {
|
|
393
|
+
Notification.info($translate.instant('ResetPasswordSuccess'));
|
|
394
|
+
});
|
|
395
|
+
}).error(error => {
|
|
396
|
+
Notification.error(error.message);
|
|
397
|
+
console.error(error);
|
|
398
|
+
});
|
|
399
|
+
} else {
|
|
400
|
+
Notification.error($translate.instant('ResetPasswordDoesNotMatch'));
|
|
401
|
+
}
|
|
402
|
+
};
|
|
403
|
+
}]);
|
|
404
|
+
|
|
405
|
+
app.controller('MenuController', [
|
|
406
|
+
'$scope',
|
|
407
|
+
'$http',
|
|
408
|
+
'$rootScope',
|
|
409
|
+
'$state',
|
|
410
|
+
'$timeout',
|
|
411
|
+
'$translate',
|
|
412
|
+
'Notification',
|
|
413
|
+
'$ionicHistory',
|
|
414
|
+
'$ionicModal',
|
|
415
|
+
'$ionicLoading',
|
|
416
|
+
'$cookies',
|
|
417
|
+
function($scope, $http, $rootScope, $state, $timeout, $translate, Notification, $ionicHistory, $ionicModal, $ionicLoading, $cookies) {
|
|
418
|
+
|
|
419
|
+
app.registerEventsCronapi($scope, $translate,$ionicModal,$ionicLoading);
|
|
420
|
+
$rootScope.http = $http;
|
|
421
|
+
$scope.Notification = Notification;
|
|
422
|
+
if (!$scope.isExtendedFromPublic)
|
|
423
|
+
$scope.folder= 'logged';
|
|
424
|
+
|
|
425
|
+
for(let x in app.userEvents)
|
|
426
|
+
$scope[x]= app.userEvents[x].bind($scope);
|
|
427
|
+
|
|
428
|
+
if(!$scope.ignoreAuth){
|
|
429
|
+
$scope.openChangePassword = function() {
|
|
430
|
+
if($scope.modal.modelEl){
|
|
431
|
+
$scope.modal.show();
|
|
432
|
+
}else{
|
|
433
|
+
$http({url:'views/logged/_changepassword.view.html'}).then(function(data){
|
|
434
|
+
$scope.modal = $ionicModal.fromTemplate($(data.data).last().text(), {
|
|
435
|
+
scope: $scope,
|
|
436
|
+
animation: 'slide-in-up'
|
|
437
|
+
});
|
|
438
|
+
$scope.modal.show();
|
|
439
|
+
});
|
|
440
|
+
}
|
|
441
|
+
};
|
|
442
|
+
|
|
443
|
+
$scope.closeChangePassword = function() {
|
|
444
|
+
$scope.modal.hide();
|
|
445
|
+
};
|
|
446
|
+
|
|
447
|
+
$rootScope.logout = function logout() {
|
|
448
|
+
const logoutCallback = (result) => {
|
|
449
|
+
$rootScope.session = {};
|
|
450
|
+
$cookies.remove('_u', {path: '/'});
|
|
451
|
+
|
|
452
|
+
if (typeof (Storage) !== "undefined") {
|
|
453
|
+
localStorage.removeItem("_u");
|
|
454
|
+
}
|
|
455
|
+
$scope.cronapi.util.changeViewLogout();
|
|
456
|
+
};
|
|
457
|
+
|
|
458
|
+
// Realiza logout
|
|
459
|
+
$http({
|
|
460
|
+
method: 'GET',
|
|
461
|
+
url: window.hostApp + 'logout',
|
|
462
|
+
headers: {
|
|
463
|
+
'Content-Type': 'application/json'
|
|
464
|
+
}
|
|
465
|
+
}).success(logoutCallback).error(logoutCallback);
|
|
466
|
+
};
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
$scope.http({
|
|
471
|
+
method:'GET',
|
|
472
|
+
url:'views/'+$scope.folder+'/menu.view.html'
|
|
473
|
+
}).then(function onsuccess(response){
|
|
474
|
+
if($(response.data).find("ion-nav-bar").length > 0){
|
|
475
|
+
$scope.isOldMenu = true;
|
|
476
|
+
if($(document).find("ion-header-bar").length > 0){
|
|
477
|
+
$(document).find("ion-nav-bar").show();
|
|
478
|
+
}
|
|
479
|
+
}else{
|
|
480
|
+
$scope.isOldMenu = false;
|
|
481
|
+
}
|
|
482
|
+
});
|
|
483
|
+
}]);
|
|
484
|
+
|
|
485
|
+
app.controller('PublicMenuController', function($controller, $scope) {
|
|
486
|
+
$scope.folder = 'public';
|
|
487
|
+
$scope.isExtendedFromPublic = true;
|
|
488
|
+
angular.extend(this, $controller('MenuController', {
|
|
489
|
+
$scope: $scope
|
|
490
|
+
}));
|
|
491
|
+
});
|
|
492
|
+
|
|
493
|
+
app.controller('chatController', [
|
|
494
|
+
'$scope',
|
|
495
|
+
'$state',
|
|
496
|
+
'$ionicPopup',
|
|
497
|
+
'$ionicScrollDelegate',
|
|
498
|
+
'$timeout',
|
|
499
|
+
'$interval',
|
|
500
|
+
'$ionicModal',
|
|
501
|
+
'$translate',
|
|
502
|
+
'$rootScope',
|
|
503
|
+
'$http',
|
|
504
|
+
'Notification',
|
|
505
|
+
function chatController($scope, $state,$ionicPopup, $ionicScrollDelegate, $timeout, $interval, $ionicModal,$translate,$rootScope,$http,Notification ) {
|
|
506
|
+
|
|
507
|
+
app.registerEventsCronapi($scope, $translate,$ionicModal,$ionicLoading);
|
|
508
|
+
$rootScope.http = $http;
|
|
509
|
+
$scope.Notification = Notification;
|
|
510
|
+
for(let x in app.userEvents)
|
|
511
|
+
$scope[x]= app.userEvents[x].bind($scope);
|
|
512
|
+
|
|
513
|
+
let user = JSON.parse(localStorage._u).user.username;
|
|
514
|
+
let viewScroll = $ionicScrollDelegate.$getByHandle('userMessageScroll');
|
|
515
|
+
let footerBar; // gets set in $ionicView.enter
|
|
516
|
+
let scroller;
|
|
517
|
+
let txtInput; // ^^^
|
|
518
|
+
$scope.enter = function () {
|
|
519
|
+
$timeout(function () {
|
|
520
|
+
footerBar = document.body.querySelector('.homeView .bar-footer');
|
|
521
|
+
scroller = document.body.querySelector('.homeView .scroll-content');
|
|
522
|
+
txtInput = angular.element(footerBar.querySelector('textarea'));
|
|
523
|
+
}, 0);
|
|
524
|
+
};
|
|
525
|
+
$scope.isEnter = function(e){
|
|
526
|
+
(e.keyCode === 13) ? $timeout(function(){
|
|
527
|
+
e.stopPropagation();
|
|
528
|
+
$('#sendButton').trigger('click')
|
|
529
|
+
},0): null;
|
|
530
|
+
};
|
|
531
|
+
$scope.refreshScroll = function (scrollBottom, timeout) {
|
|
532
|
+
$timeout(function () {
|
|
533
|
+
scrollBottom = scrollBottom || $scope.scrollDown;
|
|
534
|
+
viewScroll.resize();
|
|
535
|
+
if (scrollBottom) {
|
|
536
|
+
viewScroll.scrollBottom(true);
|
|
537
|
+
}
|
|
538
|
+
$scope.checkScroll();
|
|
539
|
+
}, timeout || 1000);
|
|
540
|
+
};
|
|
541
|
+
$scope.scrollDown = true;
|
|
542
|
+
$scope.checkScroll = function () {
|
|
543
|
+
$timeout(function () {
|
|
544
|
+
let currentTop = viewScroll.getScrollPosition().top;
|
|
545
|
+
let maxScrollableDistanceFromTop = viewScroll.getScrollView().__maxScrollTop;
|
|
546
|
+
$scope.scrollDown = (currentTop >= maxScrollableDistanceFromTop);
|
|
547
|
+
$scope.$apply();
|
|
548
|
+
}, 0);
|
|
549
|
+
return true;
|
|
550
|
+
};
|
|
551
|
+
}
|
|
552
|
+
]);
|
|
553
|
+
|
|
554
|
+
// General controller
|
|
555
|
+
app.controller('PageController', [
|
|
556
|
+
'$scope',
|
|
557
|
+
'$stateParams',
|
|
558
|
+
'Notification',
|
|
559
|
+
'$location',
|
|
560
|
+
'$http',
|
|
561
|
+
'$rootScope',
|
|
562
|
+
'$translate',
|
|
563
|
+
'$ionicModal',
|
|
564
|
+
'$ionicLoading',
|
|
565
|
+
'$timeout',
|
|
566
|
+
'UploadService',
|
|
567
|
+
'ReportService',
|
|
568
|
+
'SyncService',
|
|
569
|
+
function($scope, $stateParams, Notification, $location, $http, $rootScope, $translate, $ionicModal, $ionicLoading, $timeout, UploadService, ReportService, SyncService) {
|
|
570
|
+
|
|
571
|
+
app.registerEventsCronapi($scope, $translate,$ionicModal, $ionicLoading);
|
|
572
|
+
|
|
573
|
+
$rootScope.http = $http;
|
|
574
|
+
$rootScope.Notification = Notification;
|
|
575
|
+
|
|
576
|
+
// save state params into scope
|
|
577
|
+
$scope.params = $stateParams;
|
|
578
|
+
$rootScope.$http = $http;
|
|
579
|
+
$rootScope.UploadService = UploadService;
|
|
580
|
+
$scope.listCanSwipe = true;
|
|
581
|
+
|
|
582
|
+
$rootScope.getReport = function(reportName, params, config) {
|
|
583
|
+
ReportService.openReport(reportName, params, config);
|
|
584
|
+
};
|
|
585
|
+
|
|
586
|
+
// Query string params
|
|
587
|
+
let queryStringParams = $location.search();
|
|
588
|
+
for (let key in queryStringParams) {
|
|
589
|
+
if (queryStringParams.hasOwnProperty(key)) {
|
|
590
|
+
$scope.params[key] = queryStringParams[key];
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
$rootScope.session = (localStorage.getItem('_u') !== undefined) ? JSON.parse(localStorage.getItem('_u')) : null;
|
|
595
|
+
|
|
596
|
+
//Components personalization jquery
|
|
597
|
+
$scope.registerComponentScripts = function() {
|
|
598
|
+
//carousel slider
|
|
599
|
+
$('.carousel-indicators li').on('click', function() {
|
|
600
|
+
let currentCarousel = '#' + $(this).parent().parent().parent().attr('id');
|
|
601
|
+
let index = $(currentCarousel + ' .carousel-indicators li').index(this);
|
|
602
|
+
$(currentCarousel + ' #carousel-example-generic').carousel(index);
|
|
603
|
+
});
|
|
604
|
+
};
|
|
605
|
+
|
|
606
|
+
$scope.registerComponentScripts();
|
|
607
|
+
|
|
608
|
+
if ($scope.isOldMenu) {
|
|
609
|
+
let name = $scope.params.name ||'home';
|
|
610
|
+
$scope.http({
|
|
611
|
+
method: 'GET',
|
|
612
|
+
url: 'views/logged/' + name + '.view.html'
|
|
613
|
+
}).then(function onsuccess(response) {
|
|
614
|
+
if ($(response.data).find("ion-header-bar").length > 0) {
|
|
615
|
+
$(document).find("ion-nav-bar").hide();
|
|
616
|
+
}
|
|
617
|
+
else {
|
|
618
|
+
if ($(document).find("ion-header-bar").length > 0) {
|
|
619
|
+
$(document).find("ion-nav-bar").show();
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
});
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
try {
|
|
626
|
+
let contextAfterPageController = $controller('AfterPageController', { $scope: $scope });
|
|
627
|
+
app.copyContext(contextAfterPageController, this, 'AfterPageController');
|
|
628
|
+
} catch(e) {}
|
|
629
|
+
|
|
630
|
+
$timeout(function () {
|
|
631
|
+
// Verify if the 'afterPageRender' event is defined and it is a function (it can be a string pointing to a non project blockly) and run it.
|
|
632
|
+
if ($scope.blockly && $scope.blockly.events && $scope.blockly.events.afterPageRender && $scope.blockly.events.afterPageRender instanceof Function) {
|
|
633
|
+
$scope.blockly.events.afterPageRender();
|
|
634
|
+
}
|
|
635
|
+
});
|
|
636
|
+
}]);
|
|
637
|
+
|
|
638
|
+
// General controller
|
|
639
|
+
app.controller('InitialController', [
|
|
640
|
+
"$scope",
|
|
641
|
+
"$stateParams",
|
|
642
|
+
"$http",
|
|
643
|
+
"Notification",
|
|
644
|
+
"$location",
|
|
645
|
+
"$rootScope",
|
|
646
|
+
"$translate",
|
|
647
|
+
"$ionicModal",
|
|
648
|
+
"$ionicLoading",
|
|
649
|
+
"$ionicPlatform",
|
|
650
|
+
"$controller",
|
|
651
|
+
"$timeout",
|
|
652
|
+
"UploadService",
|
|
653
|
+
"$ionicHistory",
|
|
654
|
+
function($scope, $stateParams, $http, Notification, $location, $rootScope, $translate, $ionicModal, $ionicLoading, $ionicPlatform, $controller, $timeout, UploadService, $ionicHistory) {
|
|
655
|
+
|
|
656
|
+
$ionicPlatform.registerBackButtonAction(function (event) {
|
|
657
|
+
// Reference current history set
|
|
658
|
+
let viewHistory = $ionicHistory.viewHistory();
|
|
659
|
+
if (viewHistory.histories) {
|
|
660
|
+
if (viewHistory.histories && Object.keys(viewHistory.histories).length) {
|
|
661
|
+
if (viewHistory.currentView.stateName === 'app.home') {
|
|
662
|
+
event.preventDefault();
|
|
663
|
+
event.stopPropagation();
|
|
664
|
+
navigator.app.exitApp();
|
|
665
|
+
} else {
|
|
666
|
+
window.history.back();
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
}, 101);
|
|
671
|
+
|
|
672
|
+
app.registerEventsCronapi($scope, $translate, $ionicModal, $ionicLoading);
|
|
673
|
+
|
|
674
|
+
$rootScope.http = $http;
|
|
675
|
+
$rootScope.Notification = Notification;
|
|
676
|
+
$rootScope.UploadService = UploadService;
|
|
677
|
+
|
|
678
|
+
// save state params into scope
|
|
679
|
+
$scope.params = $stateParams;
|
|
680
|
+
$scope.$http = $http;
|
|
681
|
+
|
|
682
|
+
// Query string params
|
|
683
|
+
let queryStringParams = $location.search();
|
|
684
|
+
for (let key in queryStringParams) {
|
|
685
|
+
if (queryStringParams.hasOwnProperty(key)) {
|
|
686
|
+
$scope.params[key] = queryStringParams[key];
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
$scope.blockly.js.blockly.auth.Home.change();
|
|
690
|
+
|
|
691
|
+
// Due to HomeController is not being used anymore in mobile project inject AfterHomeController here
|
|
692
|
+
try {
|
|
693
|
+
let contextAfterHomeController = $controller('AfterHomeController', {$scope: $scope});
|
|
694
|
+
app.copyContext(contextAfterHomeController, this, 'AfterHomeController');
|
|
695
|
+
} catch (e) {
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
$timeout(function () {
|
|
699
|
+
// Verify if the 'afterHomeRender' event is defined and it is a function (it can be a string pointing to a non project blockly) and run it.
|
|
700
|
+
if ($scope.blockly && $scope.blockly.events && $scope.blockly.events.afterHomeRender && $scope.blockly.events.afterHomeRender instanceof Function) {
|
|
701
|
+
$scope.blockly.events.afterHomeRender();
|
|
702
|
+
}
|
|
703
|
+
});
|
|
704
|
+
}]);
|
|
705
|
+
|
|
706
|
+
}(app));
|
|
707
|
+
|
|
708
|
+
window.safeApply = function(fn) {
|
|
709
|
+
let phase = this.$root.$$phase;
|
|
710
|
+
if (phase === '$apply' || phase === '$digest') {
|
|
711
|
+
if (fn && (typeof(fn) === 'function')) {
|
|
712
|
+
fn();
|
|
713
|
+
}
|
|
714
|
+
} else {
|
|
715
|
+
this.$apply(fn);
|
|
716
|
+
}
|
|
717
|
+
};
|