├── .gitattributes
├── .gitignore
├── README.md
├── _config.yml
├── index.md
├── pom.xml
├── v2
├── estacionamento251AngularJS
│ ├── arquivos
│ │ ├── estacionamento.sql
│ │ └── mysql.open
│ ├── desktop
│ │ ├── .bowerrc
│ │ ├── .editorconfig
│ │ ├── .jshintrc
│ │ ├── Gruntfile.js
│ │ ├── README.md
│ │ ├── app
│ │ │ ├── app.js
│ │ │ ├── index.html
│ │ │ ├── public
│ │ │ │ ├── css
│ │ │ │ │ └── app.css
│ │ │ │ ├── js
│ │ │ │ │ └── app.js
│ │ │ │ └── partials
│ │ │ │ │ └── header.html
│ │ │ ├── routes
│ │ │ │ └── index.js
│ │ │ └── views
│ │ │ │ └── index.ejs
│ │ ├── bower.json
│ │ ├── nbproject
│ │ │ ├── project.properties
│ │ │ └── project.xml
│ │ └── package.json
│ ├── mobile
│ │ ├── bower.json
│ │ ├── config.xml
│ │ ├── gulpfile.js
│ │ ├── hooks
│ │ │ ├── README.md
│ │ │ └── after_prepare
│ │ │ │ └── 010_add_platform_class.js
│ │ ├── ionic.project
│ │ ├── nbproject
│ │ │ ├── plugins.properties
│ │ │ ├── project.properties
│ │ │ └── project.xml
│ │ ├── package.json
│ │ ├── platforms
│ │ │ ├── android
│ │ │ │ ├── .gitignore
│ │ │ │ ├── .gradle
│ │ │ │ │ └── 2.2.1
│ │ │ │ │ │ └── taskArtifacts
│ │ │ │ │ │ ├── cache.properties
│ │ │ │ │ │ ├── cache.properties.lock
│ │ │ │ │ │ ├── fileHashes.bin
│ │ │ │ │ │ ├── fileSnapshots.bin
│ │ │ │ │ │ ├── outputFileStates.bin
│ │ │ │ │ │ └── taskArtifacts.bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── CordovaLib
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── build.gradle
│ │ │ │ │ ├── build
│ │ │ │ │ │ ├── generated
│ │ │ │ │ │ │ └── source
│ │ │ │ │ │ │ │ └── buildConfig
│ │ │ │ │ │ │ │ └── debug
│ │ │ │ │ │ │ │ └── org
│ │ │ │ │ │ │ │ └── apache
│ │ │ │ │ │ │ │ └── cordova
│ │ │ │ │ │ │ │ └── BuildConfig.java
│ │ │ │ │ │ ├── intermediates
│ │ │ │ │ │ │ ├── bundles
│ │ │ │ │ │ │ │ └── debug
│ │ │ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ │ ├── classes
│ │ │ │ │ │ │ │ └── debug
│ │ │ │ │ │ │ │ │ └── org
│ │ │ │ │ │ │ │ │ └── apache
│ │ │ │ │ │ │ │ │ └── cordova
│ │ │ │ │ │ │ │ │ ├── AuthenticationToken.class
│ │ │ │ │ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ │ │ │ │ ├── CallbackContext.class
│ │ │ │ │ │ │ │ │ ├── Config.class
│ │ │ │ │ │ │ │ │ ├── ConfigXmlParser.class
│ │ │ │ │ │ │ │ │ ├── CordovaActivity$1.class
│ │ │ │ │ │ │ │ │ ├── CordovaActivity$2.class
│ │ │ │ │ │ │ │ │ ├── CordovaActivity$3.class
│ │ │ │ │ │ │ │ │ ├── CordovaActivity$4$1.class
│ │ │ │ │ │ │ │ │ ├── CordovaActivity$4.class
│ │ │ │ │ │ │ │ │ ├── CordovaActivity.class
│ │ │ │ │ │ │ │ │ ├── CordovaArgs.class
│ │ │ │ │ │ │ │ │ ├── CordovaBridge.class
│ │ │ │ │ │ │ │ │ ├── CordovaClientCertRequest.class
│ │ │ │ │ │ │ │ │ ├── CordovaDialogsHelper$1.class
│ │ │ │ │ │ │ │ │ ├── CordovaDialogsHelper$2.class
│ │ │ │ │ │ │ │ │ ├── CordovaDialogsHelper$3.class
│ │ │ │ │ │ │ │ │ ├── CordovaDialogsHelper$4.class
│ │ │ │ │ │ │ │ │ ├── CordovaDialogsHelper$5.class
│ │ │ │ │ │ │ │ │ ├── CordovaDialogsHelper$6.class
│ │ │ │ │ │ │ │ │ ├── CordovaDialogsHelper$7.class
│ │ │ │ │ │ │ │ │ ├── CordovaDialogsHelper$8.class
│ │ │ │ │ │ │ │ │ ├── CordovaDialogsHelper$9.class
│ │ │ │ │ │ │ │ │ ├── CordovaDialogsHelper$Result.class
│ │ │ │ │ │ │ │ │ ├── CordovaDialogsHelper.class
│ │ │ │ │ │ │ │ │ ├── CordovaHttpAuthHandler.class
│ │ │ │ │ │ │ │ │ ├── CordovaInterface.class
│ │ │ │ │ │ │ │ │ ├── CordovaInterfaceImpl$ActivityResultHolder.class
│ │ │ │ │ │ │ │ │ ├── CordovaInterfaceImpl.class
│ │ │ │ │ │ │ │ │ ├── CordovaPlugin.class
│ │ │ │ │ │ │ │ │ ├── CordovaPreferences.class
│ │ │ │ │ │ │ │ │ ├── CordovaResourceApi$OpenForReadResult.class
│ │ │ │ │ │ │ │ │ ├── CordovaResourceApi.class
│ │ │ │ │ │ │ │ │ ├── CordovaWebView.class
│ │ │ │ │ │ │ │ │ ├── CordovaWebViewEngine$Client.class
│ │ │ │ │ │ │ │ │ ├── CordovaWebViewEngine$EngineView.class
│ │ │ │ │ │ │ │ │ ├── CordovaWebViewEngine.class
│ │ │ │ │ │ │ │ │ ├── CordovaWebViewImpl$1.class
│ │ │ │ │ │ │ │ │ ├── CordovaWebViewImpl$2.class
│ │ │ │ │ │ │ │ │ ├── CordovaWebViewImpl$3.class
│ │ │ │ │ │ │ │ │ ├── CordovaWebViewImpl$EngineClient$1$1.class
│ │ │ │ │ │ │ │ │ ├── CordovaWebViewImpl$EngineClient$1.class
│ │ │ │ │ │ │ │ │ ├── CordovaWebViewImpl$EngineClient.class
│ │ │ │ │ │ │ │ │ ├── CordovaWebViewImpl.class
│ │ │ │ │ │ │ │ │ ├── CoreAndroid$1.class
│ │ │ │ │ │ │ │ │ ├── CoreAndroid$2.class
│ │ │ │ │ │ │ │ │ ├── CoreAndroid$3.class
│ │ │ │ │ │ │ │ │ ├── CoreAndroid$4.class
│ │ │ │ │ │ │ │ │ ├── CoreAndroid$5.class
│ │ │ │ │ │ │ │ │ ├── CoreAndroid.class
│ │ │ │ │ │ │ │ │ ├── ExposedJsApi.class
│ │ │ │ │ │ │ │ │ ├── ICordovaClientCertRequest.class
│ │ │ │ │ │ │ │ │ ├── ICordovaCookieManager.class
│ │ │ │ │ │ │ │ │ ├── ICordovaHttpAuthHandler.class
│ │ │ │ │ │ │ │ │ ├── LOG.class
│ │ │ │ │ │ │ │ │ ├── NativeToJsMessageQueue$BridgeMode.class
│ │ │ │ │ │ │ │ │ ├── NativeToJsMessageQueue$JsMessage.class
│ │ │ │ │ │ │ │ │ ├── NativeToJsMessageQueue$LoadUrlBridgeMode$1.class
│ │ │ │ │ │ │ │ │ ├── NativeToJsMessageQueue$LoadUrlBridgeMode.class
│ │ │ │ │ │ │ │ │ ├── NativeToJsMessageQueue$NoOpBridgeMode.class
│ │ │ │ │ │ │ │ │ ├── NativeToJsMessageQueue$OnlineEventsBridgeMode$1.class
│ │ │ │ │ │ │ │ │ ├── NativeToJsMessageQueue$OnlineEventsBridgeMode$2.class
│ │ │ │ │ │ │ │ │ ├── NativeToJsMessageQueue$OnlineEventsBridgeMode$OnlineEventsBridgeModeDelegate.class
│ │ │ │ │ │ │ │ │ ├── NativeToJsMessageQueue$OnlineEventsBridgeMode.class
│ │ │ │ │ │ │ │ │ ├── NativeToJsMessageQueue.class
│ │ │ │ │ │ │ │ │ ├── PluginEntry.class
│ │ │ │ │ │ │ │ │ ├── PluginManager.class
│ │ │ │ │ │ │ │ │ ├── PluginResult$Status.class
│ │ │ │ │ │ │ │ │ ├── PluginResult.class
│ │ │ │ │ │ │ │ │ ├── Whitelist$URLPattern.class
│ │ │ │ │ │ │ │ │ ├── Whitelist.class
│ │ │ │ │ │ │ │ │ └── engine
│ │ │ │ │ │ │ │ │ ├── SystemCookieManager.class
│ │ │ │ │ │ │ │ │ ├── SystemExposedJsApi.class
│ │ │ │ │ │ │ │ │ ├── SystemWebChromeClient$1.class
│ │ │ │ │ │ │ │ │ ├── SystemWebChromeClient$2.class
│ │ │ │ │ │ │ │ │ ├── SystemWebChromeClient$3.class
│ │ │ │ │ │ │ │ │ ├── SystemWebChromeClient$4.class
│ │ │ │ │ │ │ │ │ ├── SystemWebChromeClient$5.class
│ │ │ │ │ │ │ │ │ ├── SystemWebChromeClient.class
│ │ │ │ │ │ │ │ │ ├── SystemWebView.class
│ │ │ │ │ │ │ │ │ ├── SystemWebViewClient.class
│ │ │ │ │ │ │ │ │ ├── SystemWebViewEngine$1.class
│ │ │ │ │ │ │ │ │ ├── SystemWebViewEngine$2.class
│ │ │ │ │ │ │ │ │ └── SystemWebViewEngine.class
│ │ │ │ │ │ │ └── incremental
│ │ │ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ │ │ └── debug
│ │ │ │ │ │ │ │ │ └── dependency.store
│ │ │ │ │ │ │ │ ├── mergeAssets
│ │ │ │ │ │ │ │ └── debug
│ │ │ │ │ │ │ │ │ └── merger.xml
│ │ │ │ │ │ │ │ └── packageResources
│ │ │ │ │ │ │ │ └── debug
│ │ │ │ │ │ │ │ └── merger.xml
│ │ │ │ │ │ ├── outputs
│ │ │ │ │ │ │ └── aar
│ │ │ │ │ │ │ │ └── CordovaLib-debug.aar
│ │ │ │ │ │ └── tmp
│ │ │ │ │ │ │ └── packageDebugJar
│ │ │ │ │ │ │ └── MANIFEST.MF
│ │ │ │ │ ├── cordova.gradle
│ │ │ │ │ ├── project.properties
│ │ │ │ │ └── src
│ │ │ │ │ │ └── org
│ │ │ │ │ │ └── apache
│ │ │ │ │ │ └── cordova
│ │ │ │ │ │ ├── AuthenticationToken.java
│ │ │ │ │ │ ├── CallbackContext.java
│ │ │ │ │ │ ├── Config.java
│ │ │ │ │ │ ├── ConfigXmlParser.java
│ │ │ │ │ │ ├── CordovaActivity.java
│ │ │ │ │ │ ├── CordovaArgs.java
│ │ │ │ │ │ ├── CordovaBridge.java
│ │ │ │ │ │ ├── CordovaClientCertRequest.java
│ │ │ │ │ │ ├── CordovaDialogsHelper.java
│ │ │ │ │ │ ├── CordovaHttpAuthHandler.java
│ │ │ │ │ │ ├── CordovaInterface.java
│ │ │ │ │ │ ├── CordovaInterfaceImpl.java
│ │ │ │ │ │ ├── CordovaPlugin.java
│ │ │ │ │ │ ├── CordovaPreferences.java
│ │ │ │ │ │ ├── CordovaResourceApi.java
│ │ │ │ │ │ ├── CordovaWebView.java
│ │ │ │ │ │ ├── CordovaWebViewEngine.java
│ │ │ │ │ │ ├── CordovaWebViewImpl.java
│ │ │ │ │ │ ├── CoreAndroid.java
│ │ │ │ │ │ ├── ExposedJsApi.java
│ │ │ │ │ │ ├── ICordovaClientCertRequest.java
│ │ │ │ │ │ ├── ICordovaCookieManager.java
│ │ │ │ │ │ ├── ICordovaHttpAuthHandler.java
│ │ │ │ │ │ ├── LOG.java
│ │ │ │ │ │ ├── NativeToJsMessageQueue.java
│ │ │ │ │ │ ├── PluginEntry.java
│ │ │ │ │ │ ├── PluginManager.java
│ │ │ │ │ │ ├── PluginResult.java
│ │ │ │ │ │ ├── Whitelist.java
│ │ │ │ │ │ └── engine
│ │ │ │ │ │ ├── SystemCookieManager.java
│ │ │ │ │ │ ├── SystemExposedJsApi.java
│ │ │ │ │ │ ├── SystemWebChromeClient.java
│ │ │ │ │ │ ├── SystemWebView.java
│ │ │ │ │ │ ├── SystemWebViewClient.java
│ │ │ │ │ │ └── SystemWebViewEngine.java
│ │ │ │ ├── android.json
│ │ │ │ ├── assets
│ │ │ │ │ └── www
│ │ │ │ │ │ ├── cordova-js-src
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ ├── nativeapiprovider.js
│ │ │ │ │ │ │ └── promptbasednativeapi.js
│ │ │ │ │ │ ├── exec.js
│ │ │ │ │ │ ├── platform.js
│ │ │ │ │ │ └── plugin
│ │ │ │ │ │ │ └── android
│ │ │ │ │ │ │ └── app.js
│ │ │ │ │ │ ├── cordova.js
│ │ │ │ │ │ ├── cordova_plugins.js
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ ├── app.js
│ │ │ │ │ │ ├── controllers.js
│ │ │ │ │ │ ├── directives.js
│ │ │ │ │ │ ├── routes.js
│ │ │ │ │ │ └── services.js
│ │ │ │ │ │ ├── lib
│ │ │ │ │ │ └── ionic
│ │ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ ├── ionic.css
│ │ │ │ │ │ │ └── ionic.min.css
│ │ │ │ │ │ │ ├── fonts
│ │ │ │ │ │ │ ├── ionicons.eot
│ │ │ │ │ │ │ ├── ionicons.svg
│ │ │ │ │ │ │ ├── ionicons.ttf
│ │ │ │ │ │ │ └── ionicons.woff
│ │ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ ├── angular-ui
│ │ │ │ │ │ │ │ ├── angular-ui-router.js
│ │ │ │ │ │ │ │ └── angular-ui-router.min.js
│ │ │ │ │ │ │ ├── angular
│ │ │ │ │ │ │ │ ├── angular-animate.js
│ │ │ │ │ │ │ │ ├── angular-animate.min.js
│ │ │ │ │ │ │ │ ├── angular-resource.js
│ │ │ │ │ │ │ │ ├── angular-resource.min.js
│ │ │ │ │ │ │ │ ├── angular-sanitize.js
│ │ │ │ │ │ │ │ ├── angular-sanitize.min.js
│ │ │ │ │ │ │ │ ├── angular.js
│ │ │ │ │ │ │ │ └── angular.min.js
│ │ │ │ │ │ │ ├── ionic-angular.js
│ │ │ │ │ │ │ ├── ionic-angular.min.js
│ │ │ │ │ │ │ ├── ionic.bundle.js
│ │ │ │ │ │ │ ├── ionic.bundle.min.js
│ │ │ │ │ │ │ ├── ionic.js
│ │ │ │ │ │ │ └── ionic.min.js
│ │ │ │ │ │ │ ├── scss
│ │ │ │ │ │ │ ├── _action-sheet.scss
│ │ │ │ │ │ │ ├── _animations.scss
│ │ │ │ │ │ │ ├── _backdrop.scss
│ │ │ │ │ │ │ ├── _badge.scss
│ │ │ │ │ │ │ ├── _bar.scss
│ │ │ │ │ │ │ ├── _button-bar.scss
│ │ │ │ │ │ │ ├── _button.scss
│ │ │ │ │ │ │ ├── _checkbox.scss
│ │ │ │ │ │ │ ├── _form.scss
│ │ │ │ │ │ │ ├── _grid.scss
│ │ │ │ │ │ │ ├── _items.scss
│ │ │ │ │ │ │ ├── _list.scss
│ │ │ │ │ │ │ ├── _loading.scss
│ │ │ │ │ │ │ ├── _menu.scss
│ │ │ │ │ │ │ ├── _mixins.scss
│ │ │ │ │ │ │ ├── _modal.scss
│ │ │ │ │ │ │ ├── _platform.scss
│ │ │ │ │ │ │ ├── _popover.scss
│ │ │ │ │ │ │ ├── _popup.scss
│ │ │ │ │ │ │ ├── _progress.scss
│ │ │ │ │ │ │ ├── _radio.scss
│ │ │ │ │ │ │ ├── _range.scss
│ │ │ │ │ │ │ ├── _refresher.scss
│ │ │ │ │ │ │ ├── _reset.scss
│ │ │ │ │ │ │ ├── _scaffolding.scss
│ │ │ │ │ │ │ ├── _select.scss
│ │ │ │ │ │ │ ├── _slide-box.scss
│ │ │ │ │ │ │ ├── _spinner.scss
│ │ │ │ │ │ │ ├── _tabs.scss
│ │ │ │ │ │ │ ├── _toggle.scss
│ │ │ │ │ │ │ ├── _transitions.scss
│ │ │ │ │ │ │ ├── _type.scss
│ │ │ │ │ │ │ ├── _util.scss
│ │ │ │ │ │ │ ├── _variables.scss
│ │ │ │ │ │ │ ├── ionic.scss
│ │ │ │ │ │ │ └── ionicons
│ │ │ │ │ │ │ │ ├── _ionicons-font.scss
│ │ │ │ │ │ │ │ ├── _ionicons-icons.scss
│ │ │ │ │ │ │ │ ├── _ionicons-variables.scss
│ │ │ │ │ │ │ │ └── ionicons.scss
│ │ │ │ │ │ │ └── version.json
│ │ │ │ │ │ ├── plugins
│ │ │ │ │ │ ├── cordova-plugin-device
│ │ │ │ │ │ │ └── www
│ │ │ │ │ │ │ │ └── device.js
│ │ │ │ │ │ ├── cordova-plugin-splashscreen
│ │ │ │ │ │ │ └── www
│ │ │ │ │ │ │ │ └── splashscreen.js
│ │ │ │ │ │ ├── cordova-plugin-statusbar
│ │ │ │ │ │ │ └── www
│ │ │ │ │ │ │ │ └── statusbar.js
│ │ │ │ │ │ ├── cordova-plugin-whitelist
│ │ │ │ │ │ │ └── whitelist.js
│ │ │ │ │ │ └── ionic-plugin-keyboard
│ │ │ │ │ │ │ └── www
│ │ │ │ │ │ │ └── android
│ │ │ │ │ │ │ └── keyboard.js
│ │ │ │ │ │ └── templates
│ │ │ │ │ │ ├── estacionamento.html
│ │ │ │ │ │ ├── fabricante.html
│ │ │ │ │ │ ├── login.html
│ │ │ │ │ │ ├── meuPrefil.html
│ │ │ │ │ │ └── tabsController.html
│ │ │ │ ├── build.gradle
│ │ │ │ ├── cordova
│ │ │ │ │ ├── android_sdk_version
│ │ │ │ │ ├── build
│ │ │ │ │ ├── build.bat
│ │ │ │ │ ├── check_reqs
│ │ │ │ │ ├── check_reqs.bat
│ │ │ │ │ ├── clean
│ │ │ │ │ ├── clean.bat
│ │ │ │ │ ├── defaults.xml
│ │ │ │ │ ├── lib
│ │ │ │ │ │ ├── android_sdk_version.js
│ │ │ │ │ │ ├── appinfo.js
│ │ │ │ │ │ ├── build.js
│ │ │ │ │ │ ├── check_reqs.js
│ │ │ │ │ │ ├── device.js
│ │ │ │ │ │ ├── emulator.js
│ │ │ │ │ │ ├── exec.js
│ │ │ │ │ │ ├── install-device
│ │ │ │ │ │ ├── install-device.bat
│ │ │ │ │ │ ├── install-emulator
│ │ │ │ │ │ ├── install-emulator.bat
│ │ │ │ │ │ ├── list-devices
│ │ │ │ │ │ ├── list-devices.bat
│ │ │ │ │ │ ├── list-emulator-images
│ │ │ │ │ │ ├── list-emulator-images.bat
│ │ │ │ │ │ ├── list-started-emulators
│ │ │ │ │ │ ├── list-started-emulators.bat
│ │ │ │ │ │ ├── log.js
│ │ │ │ │ │ ├── plugin-build.gradle
│ │ │ │ │ │ ├── retry.js
│ │ │ │ │ │ ├── run.js
│ │ │ │ │ │ ├── spawn.js
│ │ │ │ │ │ ├── start-emulator
│ │ │ │ │ │ └── start-emulator.bat
│ │ │ │ │ ├── log
│ │ │ │ │ ├── log.bat
│ │ │ │ │ ├── node_modules
│ │ │ │ │ │ ├── nopt
│ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ ├── lib
│ │ │ │ │ │ │ │ └── nopt.js
│ │ │ │ │ │ │ ├── node_modules
│ │ │ │ │ │ │ │ └── abbrev
│ │ │ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ │ │ ├── abbrev.js
│ │ │ │ │ │ │ │ │ └── package.json
│ │ │ │ │ │ │ └── package.json
│ │ │ │ │ │ ├── q
│ │ │ │ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ │ ├── benchmark
│ │ │ │ │ │ │ │ ├── compare-with-callbacks.js
│ │ │ │ │ │ │ │ └── scenarios.js
│ │ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ │ ├── q.js
│ │ │ │ │ │ │ └── queue.js
│ │ │ │ │ │ ├── shelljs
│ │ │ │ │ │ │ ├── .documentup.json
│ │ │ │ │ │ │ ├── .jshintrc
│ │ │ │ │ │ │ ├── .npmignore
│ │ │ │ │ │ │ ├── .travis.yml
│ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ │ ├── bin
│ │ │ │ │ │ │ │ └── shjs
│ │ │ │ │ │ │ ├── global.js
│ │ │ │ │ │ │ ├── make.js
│ │ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ │ ├── scripts
│ │ │ │ │ │ │ │ ├── generate-docs.js
│ │ │ │ │ │ │ │ └── run-tests.js
│ │ │ │ │ │ │ ├── shell.js
│ │ │ │ │ │ │ └── src
│ │ │ │ │ │ │ │ ├── cat.js
│ │ │ │ │ │ │ │ ├── cd.js
│ │ │ │ │ │ │ │ ├── chmod.js
│ │ │ │ │ │ │ │ ├── common.js
│ │ │ │ │ │ │ │ ├── cp.js
│ │ │ │ │ │ │ │ ├── dirs.js
│ │ │ │ │ │ │ │ ├── echo.js
│ │ │ │ │ │ │ │ ├── error.js
│ │ │ │ │ │ │ │ ├── exec.js
│ │ │ │ │ │ │ │ ├── find.js
│ │ │ │ │ │ │ │ ├── grep.js
│ │ │ │ │ │ │ │ ├── ls.js
│ │ │ │ │ │ │ │ ├── mkdir.js
│ │ │ │ │ │ │ │ ├── mv.js
│ │ │ │ │ │ │ │ ├── popd.js
│ │ │ │ │ │ │ │ ├── pushd.js
│ │ │ │ │ │ │ │ ├── pwd.js
│ │ │ │ │ │ │ │ ├── rm.js
│ │ │ │ │ │ │ │ ├── sed.js
│ │ │ │ │ │ │ │ ├── tempdir.js
│ │ │ │ │ │ │ │ ├── test.js
│ │ │ │ │ │ │ │ ├── to.js
│ │ │ │ │ │ │ │ ├── toEnd.js
│ │ │ │ │ │ │ │ └── which.js
│ │ │ │ │ │ └── which
│ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ │ ├── bin
│ │ │ │ │ │ │ └── which
│ │ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ │ └── which.js
│ │ │ │ │ ├── run
│ │ │ │ │ ├── run.bat
│ │ │ │ │ ├── version
│ │ │ │ │ └── version.bat
│ │ │ │ ├── platform_www
│ │ │ │ │ ├── cordova-js-src
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ ├── nativeapiprovider.js
│ │ │ │ │ │ │ └── promptbasednativeapi.js
│ │ │ │ │ │ ├── exec.js
│ │ │ │ │ │ ├── platform.js
│ │ │ │ │ │ └── plugin
│ │ │ │ │ │ │ └── android
│ │ │ │ │ │ │ └── app.js
│ │ │ │ │ ├── cordova.js
│ │ │ │ │ ├── cordova_plugins.js
│ │ │ │ │ └── plugins
│ │ │ │ │ │ ├── cordova-plugin-device
│ │ │ │ │ │ └── www
│ │ │ │ │ │ │ └── device.js
│ │ │ │ │ │ ├── cordova-plugin-splashscreen
│ │ │ │ │ │ └── www
│ │ │ │ │ │ │ └── splashscreen.js
│ │ │ │ │ │ ├── cordova-plugin-statusbar
│ │ │ │ │ │ └── www
│ │ │ │ │ │ │ └── statusbar.js
│ │ │ │ │ │ ├── cordova-plugin-whitelist
│ │ │ │ │ │ └── whitelist.js
│ │ │ │ │ │ └── ionic-plugin-keyboard
│ │ │ │ │ │ └── www
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── keyboard.js
│ │ │ │ ├── project.properties
│ │ │ │ ├── res
│ │ │ │ │ ├── drawable-hdpi
│ │ │ │ │ │ └── icon.png
│ │ │ │ │ ├── drawable-land-hdpi
│ │ │ │ │ │ └── screen.png
│ │ │ │ │ ├── drawable-land-ldpi
│ │ │ │ │ │ └── screen.png
│ │ │ │ │ ├── drawable-land-mdpi
│ │ │ │ │ │ └── screen.png
│ │ │ │ │ ├── drawable-land-xhdpi
│ │ │ │ │ │ └── screen.png
│ │ │ │ │ ├── drawable-land-xxhdpi
│ │ │ │ │ │ └── screen.png
│ │ │ │ │ ├── drawable-land-xxxhdpi
│ │ │ │ │ │ └── screen.png
│ │ │ │ │ ├── drawable-ldpi
│ │ │ │ │ │ └── icon.png
│ │ │ │ │ ├── drawable-mdpi
│ │ │ │ │ │ └── icon.png
│ │ │ │ │ ├── drawable-port-hdpi
│ │ │ │ │ │ └── screen.png
│ │ │ │ │ ├── drawable-port-ldpi
│ │ │ │ │ │ └── screen.png
│ │ │ │ │ ├── drawable-port-mdpi
│ │ │ │ │ │ └── screen.png
│ │ │ │ │ ├── drawable-port-xhdpi
│ │ │ │ │ │ └── screen.png
│ │ │ │ │ ├── drawable-port-xxhdpi
│ │ │ │ │ │ └── screen.png
│ │ │ │ │ ├── drawable-port-xxxhdpi
│ │ │ │ │ │ └── screen.png
│ │ │ │ │ ├── drawable-xhdpi
│ │ │ │ │ │ └── icon.png
│ │ │ │ │ ├── drawable-xxhdpi
│ │ │ │ │ │ └── icon.png
│ │ │ │ │ ├── drawable-xxxhdpi
│ │ │ │ │ │ └── icon.png
│ │ │ │ │ ├── values
│ │ │ │ │ │ └── strings.xml
│ │ │ │ │ └── xml
│ │ │ │ │ │ └── config.xml
│ │ │ │ ├── settings.gradle
│ │ │ │ └── src
│ │ │ │ │ ├── com
│ │ │ │ │ └── ionicframework
│ │ │ │ │ │ └── estacionamento954601
│ │ │ │ │ │ └── MainActivity.java
│ │ │ │ │ ├── io
│ │ │ │ │ └── ionic
│ │ │ │ │ │ └── keyboard
│ │ │ │ │ │ └── IonicKeyboard.java
│ │ │ │ │ └── org
│ │ │ │ │ └── apache
│ │ │ │ │ └── cordova
│ │ │ │ │ ├── device
│ │ │ │ │ └── Device.java
│ │ │ │ │ ├── splashscreen
│ │ │ │ │ └── SplashScreen.java
│ │ │ │ │ ├── statusbar
│ │ │ │ │ └── StatusBar.java
│ │ │ │ │ └── whitelist
│ │ │ │ │ └── WhitelistPlugin.java
│ │ │ └── platforms.json
│ │ ├── plugins
│ │ │ ├── android.json
│ │ │ ├── cordova-plugin-console
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── NOTICE
│ │ │ │ ├── README.md
│ │ │ │ ├── RELEASENOTES.md
│ │ │ │ ├── doc
│ │ │ │ │ ├── de
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── es
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── fr
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── it
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── ja
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── ko
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── pl
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── ru
│ │ │ │ │ │ └── index.md
│ │ │ │ │ └── zh
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ ├── package.json
│ │ │ │ ├── plugin.xml
│ │ │ │ ├── src
│ │ │ │ │ ├── ios
│ │ │ │ │ │ ├── CDVLogger.h
│ │ │ │ │ │ └── CDVLogger.m
│ │ │ │ │ ├── ubuntu
│ │ │ │ │ │ ├── console.cpp
│ │ │ │ │ │ └── console.h
│ │ │ │ │ └── wp
│ │ │ │ │ │ └── DebugConsole.cs
│ │ │ │ ├── tests
│ │ │ │ │ ├── plugin.xml
│ │ │ │ │ └── tests.js
│ │ │ │ └── www
│ │ │ │ │ ├── console-via-logger.js
│ │ │ │ │ └── logger.js
│ │ │ ├── cordova-plugin-device
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── NOTICE
│ │ │ │ ├── README.md
│ │ │ │ ├── RELEASENOTES.md
│ │ │ │ ├── doc
│ │ │ │ │ ├── de
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── es
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── fr
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── it
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── ja
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── ko
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── pl
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── ru
│ │ │ │ │ │ └── index.md
│ │ │ │ │ └── zh
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ ├── package.json
│ │ │ │ ├── plugin.xml
│ │ │ │ ├── src
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── Device.java
│ │ │ │ │ ├── blackberry10
│ │ │ │ │ │ └── index.js
│ │ │ │ │ ├── browser
│ │ │ │ │ │ └── DeviceProxy.js
│ │ │ │ │ ├── firefoxos
│ │ │ │ │ │ └── DeviceProxy.js
│ │ │ │ │ ├── ios
│ │ │ │ │ │ ├── CDVDevice.h
│ │ │ │ │ │ └── CDVDevice.m
│ │ │ │ │ ├── osx
│ │ │ │ │ │ ├── CDVDevice.h
│ │ │ │ │ │ └── CDVDevice.m
│ │ │ │ │ ├── tizen
│ │ │ │ │ │ └── DeviceProxy.js
│ │ │ │ │ ├── ubuntu
│ │ │ │ │ │ ├── device.cpp
│ │ │ │ │ │ ├── device.h
│ │ │ │ │ │ └── device.js
│ │ │ │ │ ├── windows
│ │ │ │ │ │ └── DeviceProxy.js
│ │ │ │ │ └── wp
│ │ │ │ │ │ └── Device.cs
│ │ │ │ ├── tests
│ │ │ │ │ ├── plugin.xml
│ │ │ │ │ └── tests.js
│ │ │ │ └── www
│ │ │ │ │ └── device.js
│ │ │ ├── cordova-plugin-splashscreen
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── NOTICE
│ │ │ │ ├── README.md
│ │ │ │ ├── RELEASENOTES.md
│ │ │ │ ├── doc
│ │ │ │ │ ├── de
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── es
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── fr
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── it
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── ja
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── ko
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── pl
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── ru
│ │ │ │ │ │ └── index.md
│ │ │ │ │ └── zh
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ ├── package.json
│ │ │ │ ├── plugin.xml
│ │ │ │ ├── src
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── SplashScreen.java
│ │ │ │ │ ├── blackberry10
│ │ │ │ │ │ └── index.js
│ │ │ │ │ ├── browser
│ │ │ │ │ │ └── SplashScreenProxy.js
│ │ │ │ │ ├── ios
│ │ │ │ │ │ ├── CDVSplashScreen.h
│ │ │ │ │ │ ├── CDVSplashScreen.m
│ │ │ │ │ │ ├── CDVViewController+SplashScreen.h
│ │ │ │ │ │ └── CDVViewController+SplashScreen.m
│ │ │ │ │ ├── tizen
│ │ │ │ │ │ └── SplashScreenProxy.js
│ │ │ │ │ ├── ubuntu
│ │ │ │ │ │ ├── splashscreen.cpp
│ │ │ │ │ │ └── splashscreen.h
│ │ │ │ │ └── wp
│ │ │ │ │ │ ├── ResolutionHelper.cs
│ │ │ │ │ │ └── SplashScreen.cs
│ │ │ │ ├── tests
│ │ │ │ │ ├── ios
│ │ │ │ │ │ ├── CDVSplashScreenTest.xcworkspace
│ │ │ │ │ │ │ ├── contents.xcworkspacedata
│ │ │ │ │ │ │ └── xcshareddata
│ │ │ │ │ │ │ │ ├── CDVSplashScreenTest.xccheckout
│ │ │ │ │ │ │ │ └── xcschemes
│ │ │ │ │ │ │ │ └── CordovaLib.xcscheme
│ │ │ │ │ │ ├── CDVSplashScreenTest
│ │ │ │ │ │ │ ├── .npmignore
│ │ │ │ │ │ │ ├── CDVSplashScreenLibTests
│ │ │ │ │ │ │ │ ├── ImageNameTest.m
│ │ │ │ │ │ │ │ ├── ImageNameTestDelegates.h
│ │ │ │ │ │ │ │ ├── ImageNameTestDelegates.m
│ │ │ │ │ │ │ │ └── Info.plist
│ │ │ │ │ │ │ └── CDVSplashScreenTest.xcodeproj
│ │ │ │ │ │ │ │ ├── project.pbxproj
│ │ │ │ │ │ │ │ ├── project.xcworkspace
│ │ │ │ │ │ │ │ ├── contents.xcworkspacedata
│ │ │ │ │ │ │ │ └── xcshareddata
│ │ │ │ │ │ │ │ │ └── CDVSplashScreenTest.xccheckout
│ │ │ │ │ │ │ │ └── xcshareddata
│ │ │ │ │ │ │ │ └── xcschemes
│ │ │ │ │ │ │ │ ├── CDVSplashScreenLib.xcscheme
│ │ │ │ │ │ │ │ └── CDVSplashScreenLibTests.xcscheme
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── doc
│ │ │ │ │ │ │ ├── de
│ │ │ │ │ │ │ │ └── README.md
│ │ │ │ │ │ │ ├── es
│ │ │ │ │ │ │ │ └── README.md
│ │ │ │ │ │ │ ├── fr
│ │ │ │ │ │ │ │ └── README.md
│ │ │ │ │ │ │ ├── it
│ │ │ │ │ │ │ │ └── README.md
│ │ │ │ │ │ │ ├── ja
│ │ │ │ │ │ │ │ └── README.md
│ │ │ │ │ │ │ ├── ko
│ │ │ │ │ │ │ │ └── README.md
│ │ │ │ │ │ │ ├── pl
│ │ │ │ │ │ │ │ └── README.md
│ │ │ │ │ │ │ └── zh
│ │ │ │ │ │ │ │ └── README.md
│ │ │ │ │ │ └── package.json
│ │ │ │ │ ├── plugin.xml
│ │ │ │ │ └── tests.js
│ │ │ │ └── www
│ │ │ │ │ ├── splashscreen.js
│ │ │ │ │ └── windows
│ │ │ │ │ └── SplashScreenProxy.js
│ │ │ ├── cordova-plugin-statusbar
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── NOTICE
│ │ │ │ ├── README.md
│ │ │ │ ├── RELEASENOTES.md
│ │ │ │ ├── doc
│ │ │ │ │ ├── de
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── es
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── fr
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── it
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── ja
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── ko
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── pl
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ │ ├── ru
│ │ │ │ │ │ └── index.md
│ │ │ │ │ └── zh
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── index.md
│ │ │ │ ├── package.json
│ │ │ │ ├── plugin.xml
│ │ │ │ ├── src
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── StatusBar.java
│ │ │ │ │ ├── browser
│ │ │ │ │ │ └── statusbar.js
│ │ │ │ │ ├── ios
│ │ │ │ │ │ ├── CDVStatusBar.h
│ │ │ │ │ │ └── CDVStatusBar.m
│ │ │ │ │ ├── windows
│ │ │ │ │ │ └── StatusBarProxy.js
│ │ │ │ │ └── wp
│ │ │ │ │ │ └── StatusBar.cs
│ │ │ │ ├── tests
│ │ │ │ │ ├── plugin.xml
│ │ │ │ │ └── tests.js
│ │ │ │ └── www
│ │ │ │ │ └── statusbar.js
│ │ │ ├── cordova-plugin-whitelist
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── NOTICE
│ │ │ │ ├── README.md
│ │ │ │ ├── RELEASENOTES.md
│ │ │ │ ├── doc
│ │ │ │ │ ├── de
│ │ │ │ │ │ └── README.md
│ │ │ │ │ ├── es
│ │ │ │ │ │ └── README.md
│ │ │ │ │ ├── fr
│ │ │ │ │ │ └── README.md
│ │ │ │ │ ├── it
│ │ │ │ │ │ └── README.md
│ │ │ │ │ ├── ja
│ │ │ │ │ │ └── README.md
│ │ │ │ │ ├── ko
│ │ │ │ │ │ └── README.md
│ │ │ │ │ ├── pl
│ │ │ │ │ │ └── README.md
│ │ │ │ │ └── zh
│ │ │ │ │ │ └── README.md
│ │ │ │ ├── package.json
│ │ │ │ ├── plugin.xml
│ │ │ │ ├── src
│ │ │ │ │ └── android
│ │ │ │ │ │ └── WhitelistPlugin.java
│ │ │ │ └── whitelist.js
│ │ │ ├── fetch.json
│ │ │ └── ionic-plugin-keyboard
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── package.json
│ │ │ │ ├── plugin.xml
│ │ │ │ ├── src
│ │ │ │ ├── android
│ │ │ │ │ └── IonicKeyboard.java
│ │ │ │ ├── blackberry10
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── native
│ │ │ │ │ │ ├── .cproject
│ │ │ │ │ │ ├── .project
│ │ │ │ │ │ ├── device
│ │ │ │ │ │ ├── libKeyboard.so
│ │ │ │ │ │ ├── public
│ │ │ │ │ │ │ ├── json_reader.o
│ │ │ │ │ │ │ ├── json_value.o
│ │ │ │ │ │ │ ├── json_writer.o
│ │ │ │ │ │ │ ├── plugin.o
│ │ │ │ │ │ │ └── tokenizer.o
│ │ │ │ │ │ └── src
│ │ │ │ │ │ │ ├── CallKeyboard.o
│ │ │ │ │ │ │ ├── Logger.o
│ │ │ │ │ │ │ ├── keyboard_js.o
│ │ │ │ │ │ │ └── keyboard_ndk.o
│ │ │ │ │ │ ├── public
│ │ │ │ │ │ ├── json
│ │ │ │ │ │ │ ├── autolink.h
│ │ │ │ │ │ │ ├── config.h
│ │ │ │ │ │ │ ├── features.h
│ │ │ │ │ │ │ ├── forwards.h
│ │ │ │ │ │ │ ├── json.h
│ │ │ │ │ │ │ ├── reader.h
│ │ │ │ │ │ │ ├── value.h
│ │ │ │ │ │ │ └── writer.h
│ │ │ │ │ │ ├── json_batchallocator.h
│ │ │ │ │ │ ├── json_internalarray.inl
│ │ │ │ │ │ ├── json_internalmap.inl
│ │ │ │ │ │ ├── json_reader.cpp
│ │ │ │ │ │ ├── json_value.cpp
│ │ │ │ │ │ ├── json_valueiterator.inl
│ │ │ │ │ │ ├── json_writer.cpp
│ │ │ │ │ │ ├── plugin.cpp
│ │ │ │ │ │ ├── plugin.h
│ │ │ │ │ │ ├── tokenizer.cpp
│ │ │ │ │ │ └── tokenizer.h
│ │ │ │ │ │ ├── simulator
│ │ │ │ │ │ ├── libKeyboard.so
│ │ │ │ │ │ ├── public
│ │ │ │ │ │ │ ├── json_reader.o
│ │ │ │ │ │ │ ├── json_value.o
│ │ │ │ │ │ │ ├── json_writer.o
│ │ │ │ │ │ │ ├── plugin.o
│ │ │ │ │ │ │ └── tokenizer.o
│ │ │ │ │ │ └── src
│ │ │ │ │ │ │ ├── CallKeyboard.o
│ │ │ │ │ │ │ ├── Logger.o
│ │ │ │ │ │ │ ├── keyboard_js.o
│ │ │ │ │ │ │ └── keyboard_ndk.o
│ │ │ │ │ │ └── src
│ │ │ │ │ │ ├── Logger.cpp
│ │ │ │ │ │ ├── Logger.hpp
│ │ │ │ │ │ ├── keyboard_js.cpp
│ │ │ │ │ │ ├── keyboard_js.hpp
│ │ │ │ │ │ ├── keyboard_ndk.cpp
│ │ │ │ │ │ └── keyboard_ndk.hpp
│ │ │ │ ├── ios
│ │ │ │ │ ├── IonicKeyboard.h
│ │ │ │ │ ├── IonicKeyboard.m
│ │ │ │ │ ├── UIWebViewExtension.h
│ │ │ │ │ └── UIWebViewExtension.m
│ │ │ │ └── windows
│ │ │ │ │ └── KeyboardProxy.js
│ │ │ │ └── www
│ │ │ │ ├── android
│ │ │ │ └── keyboard.js
│ │ │ │ └── ios
│ │ │ │ └── keyboard.js
│ │ ├── resources
│ │ │ ├── android
│ │ │ │ ├── icon
│ │ │ │ │ ├── drawable-hdpi-icon.png
│ │ │ │ │ ├── drawable-ldpi-icon.png
│ │ │ │ │ ├── drawable-mdpi-icon.png
│ │ │ │ │ ├── drawable-xhdpi-icon.png
│ │ │ │ │ ├── drawable-xxhdpi-icon.png
│ │ │ │ │ └── drawable-xxxhdpi-icon.png
│ │ │ │ └── splash
│ │ │ │ │ ├── drawable-land-hdpi-screen.png
│ │ │ │ │ ├── drawable-land-ldpi-screen.png
│ │ │ │ │ ├── drawable-land-mdpi-screen.png
│ │ │ │ │ ├── drawable-land-xhdpi-screen.png
│ │ │ │ │ ├── drawable-land-xxhdpi-screen.png
│ │ │ │ │ ├── drawable-land-xxxhdpi-screen.png
│ │ │ │ │ ├── drawable-port-hdpi-screen.png
│ │ │ │ │ ├── drawable-port-ldpi-screen.png
│ │ │ │ │ ├── drawable-port-mdpi-screen.png
│ │ │ │ │ ├── drawable-port-xhdpi-screen.png
│ │ │ │ │ ├── drawable-port-xxhdpi-screen.png
│ │ │ │ │ └── drawable-port-xxxhdpi-screen.png
│ │ │ ├── icon.png
│ │ │ ├── ios
│ │ │ │ ├── icon
│ │ │ │ │ ├── icon-40.png
│ │ │ │ │ ├── icon-40@2x.png
│ │ │ │ │ ├── icon-50.png
│ │ │ │ │ ├── icon-50@2x.png
│ │ │ │ │ ├── icon-60.png
│ │ │ │ │ ├── icon-60@2x.png
│ │ │ │ │ ├── icon-60@3x.png
│ │ │ │ │ ├── icon-72.png
│ │ │ │ │ ├── icon-72@2x.png
│ │ │ │ │ ├── icon-76.png
│ │ │ │ │ ├── icon-76@2x.png
│ │ │ │ │ ├── icon-small.png
│ │ │ │ │ ├── icon-small@2x.png
│ │ │ │ │ ├── icon-small@3x.png
│ │ │ │ │ ├── icon.png
│ │ │ │ │ └── icon@2x.png
│ │ │ │ └── splash
│ │ │ │ │ ├── Default-568h@2x~iphone.png
│ │ │ │ │ ├── Default-667h.png
│ │ │ │ │ ├── Default-736h.png
│ │ │ │ │ ├── Default-Landscape-736h.png
│ │ │ │ │ ├── Default-Landscape@2x~ipad.png
│ │ │ │ │ ├── Default-Landscape~ipad.png
│ │ │ │ │ ├── Default-Portrait@2x~ipad.png
│ │ │ │ │ ├── Default-Portrait~ipad.png
│ │ │ │ │ ├── Default@2x~iphone.png
│ │ │ │ │ └── Default~iphone.png
│ │ │ └── splash.png
│ │ ├── scss
│ │ │ └── ionic.app.scss
│ │ └── www
│ │ │ ├── index.html
│ │ │ ├── js
│ │ │ ├── app.js
│ │ │ ├── controllers.js
│ │ │ ├── directives.js
│ │ │ ├── routes.js
│ │ │ └── services.js
│ │ │ ├── lib
│ │ │ └── ionic
│ │ │ │ ├── css
│ │ │ │ ├── ionic.css
│ │ │ │ └── ionic.min.css
│ │ │ │ ├── fonts
│ │ │ │ ├── ionicons.eot
│ │ │ │ ├── ionicons.svg
│ │ │ │ ├── ionicons.ttf
│ │ │ │ └── ionicons.woff
│ │ │ │ ├── js
│ │ │ │ ├── angular-ui
│ │ │ │ │ ├── angular-ui-router.js
│ │ │ │ │ └── angular-ui-router.min.js
│ │ │ │ ├── angular
│ │ │ │ │ ├── angular-animate.js
│ │ │ │ │ ├── angular-animate.min.js
│ │ │ │ │ ├── angular-resource.js
│ │ │ │ │ ├── angular-resource.min.js
│ │ │ │ │ ├── angular-sanitize.js
│ │ │ │ │ ├── angular-sanitize.min.js
│ │ │ │ │ ├── angular.js
│ │ │ │ │ └── angular.min.js
│ │ │ │ ├── ionic-angular.js
│ │ │ │ ├── ionic-angular.min.js
│ │ │ │ ├── ionic.bundle.js
│ │ │ │ ├── ionic.bundle.min.js
│ │ │ │ ├── ionic.js
│ │ │ │ └── ionic.min.js
│ │ │ │ ├── scss
│ │ │ │ ├── _action-sheet.scss
│ │ │ │ ├── _animations.scss
│ │ │ │ ├── _backdrop.scss
│ │ │ │ ├── _badge.scss
│ │ │ │ ├── _bar.scss
│ │ │ │ ├── _button-bar.scss
│ │ │ │ ├── _button.scss
│ │ │ │ ├── _checkbox.scss
│ │ │ │ ├── _form.scss
│ │ │ │ ├── _grid.scss
│ │ │ │ ├── _items.scss
│ │ │ │ ├── _list.scss
│ │ │ │ ├── _loading.scss
│ │ │ │ ├── _menu.scss
│ │ │ │ ├── _mixins.scss
│ │ │ │ ├── _modal.scss
│ │ │ │ ├── _platform.scss
│ │ │ │ ├── _popover.scss
│ │ │ │ ├── _popup.scss
│ │ │ │ ├── _progress.scss
│ │ │ │ ├── _radio.scss
│ │ │ │ ├── _range.scss
│ │ │ │ ├── _refresher.scss
│ │ │ │ ├── _reset.scss
│ │ │ │ ├── _scaffolding.scss
│ │ │ │ ├── _select.scss
│ │ │ │ ├── _slide-box.scss
│ │ │ │ ├── _spinner.scss
│ │ │ │ ├── _tabs.scss
│ │ │ │ ├── _toggle.scss
│ │ │ │ ├── _transitions.scss
│ │ │ │ ├── _type.scss
│ │ │ │ ├── _util.scss
│ │ │ │ ├── _variables.scss
│ │ │ │ ├── ionic.scss
│ │ │ │ └── ionicons
│ │ │ │ │ ├── _ionicons-font.scss
│ │ │ │ │ ├── _ionicons-icons.scss
│ │ │ │ │ ├── _ionicons-variables.scss
│ │ │ │ │ └── ionicons.scss
│ │ │ │ └── version.json
│ │ │ └── templates
│ │ │ ├── estacionamento.html
│ │ │ ├── fabricante.html
│ │ │ ├── login.html
│ │ │ ├── meuPrefil.html
│ │ │ └── tabsController.html
│ ├── server
│ │ ├── deployments
│ │ │ └── .gitkeep
│ │ ├── nb-configuration.xml
│ │ ├── pom.xml
│ │ └── src
│ │ │ └── main
│ │ │ ├── java
│ │ │ ├── .gitkeep
│ │ │ └── estacionamento
│ │ │ │ ├── AppConfig.java
│ │ │ │ ├── business
│ │ │ │ ├── EstacionamentoBC.java
│ │ │ │ ├── FabricanteBC.java
│ │ │ │ ├── UserBC.java
│ │ │ │ └── VeiculoBC.java
│ │ │ │ ├── cover
│ │ │ │ └── UserCover.java
│ │ │ │ ├── entity
│ │ │ │ ├── Estacionamento.java
│ │ │ │ ├── Fabricante.java
│ │ │ │ ├── User.java
│ │ │ │ └── Veiculo.java
│ │ │ │ ├── persistence
│ │ │ │ ├── EstacionamentoDAO.java
│ │ │ │ ├── FabricanteDAO.java
│ │ │ │ ├── UserDAO.java
│ │ │ │ └── VeiculoDAO.java
│ │ │ │ ├── security
│ │ │ │ ├── Authorizer.java
│ │ │ │ ├── JWTManager.java
│ │ │ │ ├── Roles.java
│ │ │ │ └── SGDBAuthenticator.java
│ │ │ │ ├── service
│ │ │ │ ├── AuthREST.java
│ │ │ │ ├── EstacionamentoREST.java
│ │ │ │ ├── FabricanteREST.java
│ │ │ │ ├── RESTApp.java
│ │ │ │ ├── UserREST.java
│ │ │ │ └── VeiculoREST.java
│ │ │ │ ├── socket
│ │ │ │ └── echo
│ │ │ │ │ ├── EchoEndpoint.java
│ │ │ │ │ ├── EchoMessage.java
│ │ │ │ │ ├── EchoMessageDecoder.java
│ │ │ │ │ └── EchoMessageEncoder.java
│ │ │ │ └── util
│ │ │ │ ├── HTTPUtil.java
│ │ │ │ └── Util.java
│ │ │ └── resources
│ │ │ ├── .gitkeep
│ │ │ ├── META-INF
│ │ │ ├── beans.xml
│ │ │ └── persistence.xml
│ │ │ ├── ValidationMessages.properties
│ │ │ ├── demoiselle.properties
│ │ │ ├── ehcache.xml
│ │ │ ├── estacionamento.properties
│ │ │ └── messages.properties
│ └── view
│ │ ├── .tmp
│ │ └── styles
│ │ │ ├── animate.css
│ │ │ └── main.css
│ │ ├── Gruntfile.js
│ │ ├── README.md
│ │ ├── app
│ │ ├── .htaccess
│ │ ├── META-INF
│ │ │ └── context.xml
│ │ ├── WEB-INF
│ │ │ ├── beans.xml
│ │ │ ├── jboss-web.xml
│ │ │ └── web.xml
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ └── glyphicons-halflings-regular.woff
│ │ ├── images
│ │ │ ├── 725.gif
│ │ │ ├── delete.png
│ │ │ ├── demoiselle.png
│ │ │ ├── filetypes
│ │ │ │ ├── doc.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── rar.png
│ │ │ │ ├── unknow.png
│ │ │ │ ├── xls.png
│ │ │ │ └── zip.png
│ │ │ ├── grave.png
│ │ │ ├── moveleft.png
│ │ │ ├── moveright.png
│ │ │ ├── new.png
│ │ │ ├── rocket.png
│ │ │ ├── timeline
│ │ │ │ ├── cluster_bg.png
│ │ │ │ ├── delete.png
│ │ │ │ ├── deleteEvent.png
│ │ │ │ ├── moveleft.png
│ │ │ │ ├── moveright.png
│ │ │ │ ├── new.png
│ │ │ │ ├── zoomin.png
│ │ │ │ └── zoomout.png
│ │ │ ├── zoomin.png
│ │ │ └── zoomout.png
│ │ ├── index.html
│ │ ├── layouts
│ │ │ ├── cerulean.css
│ │ │ ├── cosmos.css
│ │ │ ├── cyborg.css
│ │ │ ├── darkly.css
│ │ │ ├── default.css
│ │ │ ├── flatly.css
│ │ │ ├── journal.css
│ │ │ ├── lumen.css
│ │ │ ├── material.css
│ │ │ ├── readable.css
│ │ │ ├── sandstone.css
│ │ │ ├── simplex.css
│ │ │ ├── slate.css
│ │ │ ├── spacelab.css
│ │ │ ├── superhero.css
│ │ │ ├── united.css
│ │ │ └── yeti.css
│ │ ├── partials
│ │ │ ├── alerts.html
│ │ │ └── loading.html
│ │ ├── robots.txt
│ │ ├── scripts
│ │ │ ├── app.js
│ │ │ ├── config.js
│ │ │ ├── controllers
│ │ │ │ ├── application.js
│ │ │ │ ├── auth.js
│ │ │ │ ├── dashboard.js
│ │ │ │ ├── fabricante.js
│ │ │ │ ├── swagger.js
│ │ │ │ ├── usuario.js
│ │ │ │ └── veiculo.js
│ │ │ ├── directives
│ │ │ │ └── directives.js
│ │ │ ├── filters
│ │ │ │ ├── filters.js
│ │ │ │ └── i18n.js
│ │ │ └── services
│ │ │ │ ├── alert.js
│ │ │ │ ├── app.js
│ │ │ │ ├── auth.js
│ │ │ │ ├── dashboard.js
│ │ │ │ ├── fabricante.js
│ │ │ │ ├── usuario.js
│ │ │ │ ├── validation.js
│ │ │ │ ├── veiculo.js
│ │ │ │ └── ws.js
│ │ ├── snoop.jsp
│ │ ├── styles
│ │ │ ├── animate.css
│ │ │ └── main.css
│ │ └── views
│ │ │ ├── 403.html
│ │ │ ├── confirm.html
│ │ │ ├── dashboard
│ │ │ └── dashboard.html
│ │ │ ├── fabricante
│ │ │ ├── edit.html
│ │ │ └── listar.html
│ │ │ ├── login.html
│ │ │ ├── swagger.html
│ │ │ ├── usuario
│ │ │ ├── edit.html
│ │ │ └── listar.html
│ │ │ └── veiculo
│ │ │ ├── edit.html
│ │ │ └── listar.html
│ │ ├── bower.json
│ │ └── package.json
├── estacionamentov234
│ ├── .gitignore
│ ├── pom.xml
│ └── src
│ │ ├── conf
│ │ └── postgres-ds.xml
│ │ ├── main
│ │ ├── java
│ │ │ └── br
│ │ │ │ └── gov
│ │ │ │ └── serpro
│ │ │ │ └── lab
│ │ │ │ └── estacionamento
│ │ │ │ ├── business
│ │ │ │ ├── AutomovelBC.java
│ │ │ │ ├── ClienteBC.java
│ │ │ │ ├── EnderecoBC.java
│ │ │ │ ├── EstacionamentoBC.java
│ │ │ │ ├── PatioBC.java
│ │ │ │ └── VagaBC.java
│ │ │ │ ├── config
│ │ │ │ └── EstacionamentoConfig.java
│ │ │ │ ├── constant
│ │ │ │ └── readme.txt
│ │ │ │ ├── converters
│ │ │ │ ├── ClienteConverter.java
│ │ │ │ ├── EnderecoConverter.java
│ │ │ │ ├── EstacionamentoConverter.java
│ │ │ │ └── PatioConverter.java
│ │ │ │ ├── domain
│ │ │ │ ├── Automovel.java
│ │ │ │ ├── AutomovelTamanho.java
│ │ │ │ ├── AutomovelTipo.java
│ │ │ │ ├── Cliente.java
│ │ │ │ ├── Endereco.java
│ │ │ │ ├── Estacionamento.java
│ │ │ │ ├── Patio.java
│ │ │ │ └── Vaga.java
│ │ │ │ ├── exception
│ │ │ │ └── readme.txt
│ │ │ │ ├── message
│ │ │ │ ├── ErrorMessages.java
│ │ │ │ ├── InfoMessages.java
│ │ │ │ └── readme.txt
│ │ │ │ ├── persistence
│ │ │ │ ├── AutomovelDAO.java
│ │ │ │ ├── ClienteDAO.java
│ │ │ │ ├── EnderecoDAO.java
│ │ │ │ ├── EstacionamentoDAO.java
│ │ │ │ ├── PatioDAO.java
│ │ │ │ └── VagaDAO.java
│ │ │ │ ├── security
│ │ │ │ ├── EstacionamentoAuthenticator.java
│ │ │ │ ├── EstacionamentoAuthorizer.java
│ │ │ │ └── EstacionamentoCredentials.java
│ │ │ │ ├── util
│ │ │ │ └── readme.txt
│ │ │ │ └── view
│ │ │ │ ├── AutomovelEditMB.java
│ │ │ │ ├── AutomovelListMB.java
│ │ │ │ ├── CalendarBean.java
│ │ │ │ ├── ClienteEditMB.java
│ │ │ │ ├── ClienteListMB.java
│ │ │ │ ├── EnderecoEditMB.java
│ │ │ │ ├── EnderecoListMB.java
│ │ │ │ ├── EstacionamentoEditMB.java
│ │ │ │ ├── EstacionamentoListMB.java
│ │ │ │ ├── LoginMB.java
│ │ │ │ ├── PatioEditMB.java
│ │ │ │ ├── PatioListMB.java
│ │ │ │ ├── VagaEditMB.java
│ │ │ │ └── VagaListMB.java
│ │ ├── resources
│ │ │ ├── META-INF
│ │ │ │ ├── beans.xml
│ │ │ │ └── persistence.xml
│ │ │ ├── ValidationMessages.properties
│ │ │ ├── demoiselle.properties
│ │ │ ├── estacionamento.properties
│ │ │ ├── log4j.properties
│ │ │ ├── messages.properties
│ │ │ └── reports
│ │ │ │ ├── clientes.jasper
│ │ │ │ ├── clientes.jrxml
│ │ │ │ └── clientes2.jrxml
│ │ └── webapp
│ │ │ ├── WEB-INF
│ │ │ ├── .faces-config.xml.jsfdia
│ │ │ ├── beans.xml
│ │ │ ├── faces-config.xml
│ │ │ └── web.xml
│ │ │ ├── access.jsp
│ │ │ ├── automovel_edit.xhtml
│ │ │ ├── automovel_list.xhtml
│ │ │ ├── calendario.xhtml
│ │ │ ├── cliente_edit.xhtml
│ │ │ ├── cliente_edit_new.xhtml
│ │ │ ├── cliente_list.xhtml
│ │ │ ├── endereco_edit.xhtml
│ │ │ ├── endereco_list.xhtml
│ │ │ ├── estacionamento_edit.xhtml
│ │ │ ├── estacionamento_list.xhtml
│ │ │ ├── images
│ │ │ ├── bottom.png
│ │ │ └── logo.png
│ │ │ ├── index.html
│ │ │ ├── index.xhtml
│ │ │ ├── login.jsp
│ │ │ ├── login.xhtml
│ │ │ ├── menu.xhtml
│ │ │ ├── new_vaga_list.xhtml
│ │ │ ├── patio_edit.xhtml
│ │ │ ├── patio_list.xhtml
│ │ │ ├── template
│ │ │ └── main.xhtml
│ │ │ ├── vaga_edit.xhtml
│ │ │ └── vaga_list.xhtml
│ │ └── test
│ │ ├── java
│ │ └── br
│ │ │ └── gov
│ │ │ └── serpro
│ │ │ └── lab
│ │ │ └── estacionamento
│ │ │ ├── business
│ │ │ └── EnderecoBCTest.java
│ │ │ └── readme.txt
│ │ └── resources
│ │ └── META-INF
│ │ ├── beans.xml
│ │ └── persistence.xml
├── estacionamentov24x
│ ├── .gitignore
│ ├── mudancas_234_240.txt
│ ├── pom.xml
│ ├── resources
│ │ ├── AssinadorJar.p12
│ │ ├── DEMOISELLE_AC.cer
│ │ ├── adicionar_manifest.sh
│ │ ├── assinadorjar.jks
│ │ ├── assinarlibs.sh
│ │ ├── assinarlibs_bouncy.sh
│ │ ├── assinarlibs_bouncy_token.sh
│ │ ├── assinarlibs_token.sh
│ │ ├── drivers.config
│ │ ├── drivers.config.arquivo
│ │ ├── manifest-addition.txt
│ │ ├── verificarAssinados.sh
│ │ └── verificarAssinadosBouncy.sh
│ └── src
│ │ ├── conf
│ │ └── postgres-ds.xml
│ │ ├── main
│ │ ├── java
│ │ │ └── br
│ │ │ │ └── gov
│ │ │ │ └── serpro
│ │ │ │ └── lab
│ │ │ │ └── estacionamento
│ │ │ │ ├── business
│ │ │ │ ├── AutomovelBC.java
│ │ │ │ ├── ClienteBC.java
│ │ │ │ ├── EnderecoBC.java
│ │ │ │ ├── EstacionamentoBC.java
│ │ │ │ ├── PatioBC.java
│ │ │ │ └── VagaBC.java
│ │ │ │ ├── config
│ │ │ │ └── EstacionamentoConfig.java
│ │ │ │ ├── constant
│ │ │ │ └── readme.txt
│ │ │ │ ├── converters
│ │ │ │ ├── AutomovelConverter.java
│ │ │ │ ├── ClienteConverter.java
│ │ │ │ ├── EnderecoConverter.java
│ │ │ │ ├── EstacionamentoConverter.java
│ │ │ │ ├── PatioConverter.java
│ │ │ │ └── VagaConverter.java
│ │ │ │ ├── domain
│ │ │ │ ├── Automovel.java
│ │ │ │ ├── AutomovelTamanho.java
│ │ │ │ ├── AutomovelTipo.java
│ │ │ │ ├── Cliente.java
│ │ │ │ ├── Endereco.java
│ │ │ │ ├── Estacionamento.java
│ │ │ │ ├── Patio.java
│ │ │ │ └── Vaga.java
│ │ │ │ ├── exception
│ │ │ │ ├── TesteException.java
│ │ │ │ └── readme.txt
│ │ │ │ ├── message
│ │ │ │ ├── ErrorMessages.java
│ │ │ │ ├── InfoMessages.java
│ │ │ │ └── readme.txt
│ │ │ │ ├── persistence
│ │ │ │ ├── AutomovelDAO.java
│ │ │ │ ├── ClienteDAO.java
│ │ │ │ ├── EnderecoDAO.java
│ │ │ │ ├── EstacionamentoDAO.java
│ │ │ │ ├── PatioDAO.java
│ │ │ │ └── VagaDAO.java
│ │ │ │ ├── security
│ │ │ │ ├── EstacionamentoAuthenticator.java
│ │ │ │ ├── EstacionamentoAuthorizer.java
│ │ │ │ └── EstacionamentoCredentials.java
│ │ │ │ ├── util
│ │ │ │ ├── CharacterEncodingFilter.java
│ │ │ │ └── readme.txt
│ │ │ │ └── view
│ │ │ │ ├── AutomovelEditMB.java
│ │ │ │ ├── AutomovelListMB.java
│ │ │ │ ├── CalendarBean.java
│ │ │ │ ├── ClienteEditMB.java
│ │ │ │ ├── ClienteListMB.java
│ │ │ │ ├── ClientePhotoUploader.java
│ │ │ │ ├── ControleExcecoes.java
│ │ │ │ ├── EnderecoEditMB.java
│ │ │ │ ├── EnderecoListMB.java
│ │ │ │ ├── EstacionamentoEditMB.java
│ │ │ │ ├── EstacionamentoListMB.java
│ │ │ │ ├── LoginMB.java
│ │ │ │ ├── LoginMobileMB.java
│ │ │ │ ├── PatioEditMB.java
│ │ │ │ ├── PatioListMB.java
│ │ │ │ ├── VagaEditMB.java
│ │ │ │ └── VagaListMB.java
│ │ ├── resources
│ │ │ ├── META-INF
│ │ │ │ ├── beans.xml
│ │ │ │ └── persistence.xml
│ │ │ ├── ValidationMessages.properties
│ │ │ ├── demoiselle.properties
│ │ │ ├── estacionamento.properties
│ │ │ ├── messages.properties
│ │ │ └── reports
│ │ │ │ ├── clientes.jasper
│ │ │ │ ├── clientes.jrxml
│ │ │ │ └── clientes2.jrxml
│ │ └── webapp
│ │ │ ├── WEB-INF
│ │ │ ├── beans.xml
│ │ │ ├── faces-config.xml
│ │ │ └── web.xml
│ │ │ ├── access.jsp
│ │ │ ├── applet-customizada-1.0.0-assinado.jar
│ │ │ ├── applet.jnlp
│ │ │ ├── assinador.xhtml
│ │ │ ├── assinadorNew.xhtml
│ │ │ ├── automovel_edit.xhtml
│ │ │ ├── automovel_list.xhtml
│ │ │ ├── bcmail-jdk15on-1.51-assinado.jar
│ │ │ ├── bcpkix-jdk15on-1.51-assinado.jar
│ │ │ ├── bcprov-jdk15on-1.51-assinado.jar
│ │ │ ├── calendario.xhtml
│ │ │ ├── cliente_edit.xhtml
│ │ │ ├── cliente_list.xhtml
│ │ │ ├── demoiselle-certificate-applet-2.0.0-SNAPSHOT-assinado.jar
│ │ │ ├── demoiselle-certificate-ca-icpbrasil-2.0.0-SNAPSHOT-assinado.jar
│ │ │ ├── demoiselle-certificate-ca-icpbrasil-homologacao-2.0.0-SNAPSHOT-assinado.jar
│ │ │ ├── demoiselle-certificate-core-2.0.0-SNAPSHOT-assinado.jar
│ │ │ ├── demoiselle-certificate-criptography-2.0.0-SNAPSHOT-assinado.jar
│ │ │ ├── demoiselle-certificate-policy-engine-2.0.0-SNAPSHOT-assinado.jar
│ │ │ ├── demoiselle-certificate-signer-2.0.0-SNAPSHOT-assinado.jar
│ │ │ ├── demoiselle-certificate-timestamp-2.0.0-SNAPSHOT-assinado.jar
│ │ │ ├── endereco_edit.xhtml
│ │ │ ├── endereco_list.xhtml
│ │ │ ├── error.xhtml
│ │ │ ├── estacionamento_edit.xhtml
│ │ │ ├── estacionamento_list.xhtml
│ │ │ ├── htmlunit-2.15-assinado.jar
│ │ │ ├── index.html
│ │ │ ├── index.jsp
│ │ │ ├── log4j-1.2.17-assinado.jar
│ │ │ ├── login.xhtml
│ │ │ ├── login_jass.jsp
│ │ │ ├── menu.xhtml
│ │ │ ├── mobile.html
│ │ │ ├── mobile
│ │ │ ├── automovel_edit.xhtml
│ │ │ ├── automovel_list.xhtml
│ │ │ ├── cliente_edit.xhtml
│ │ │ ├── cliente_list.xhtml
│ │ │ ├── endereco_edit.xhtml
│ │ │ ├── endereco_list.xhtml
│ │ │ ├── estacionamento_edit.xhtml
│ │ │ ├── estacionamento_list.xhtml
│ │ │ ├── login_mobile.xhtml
│ │ │ ├── navigator.xhtml
│ │ │ ├── patio_edit.xhtml
│ │ │ ├── patio_list.xhtml
│ │ │ ├── template
│ │ │ │ └── main_mobile.xhtml
│ │ │ ├── vaga_edit.xhtml
│ │ │ └── vaga_list.xhtml
│ │ │ ├── new_vaga_list.xhtml
│ │ │ ├── patio_edit.xhtml
│ │ │ ├── patio_list.xhtml
│ │ │ ├── resources
│ │ │ ├── images
│ │ │ │ ├── bottom.png
│ │ │ │ ├── impressora.jpg
│ │ │ │ └── logo.png
│ │ │ └── styles
│ │ │ │ └── default.css
│ │ │ ├── slf4j-api-1.6.1-assinado.jar
│ │ │ ├── slf4j-log4j12-1.6.1-assinado.jar
│ │ │ ├── slf4j-log4j12-1.6.1.jar-assinado.jar
│ │ │ ├── template
│ │ │ ├── main.xhtml
│ │ │ └── main_login.xhtml
│ │ │ ├── vaga_edit.xhtml
│ │ │ ├── vaga_list.xhtml
│ │ │ └── welcome.xhtml
│ │ └── test
│ │ ├── java
│ │ └── br
│ │ │ └── gov
│ │ │ └── serpro
│ │ │ └── lab
│ │ │ └── estacionamento
│ │ │ ├── business
│ │ │ ├── AutomovelBCTest.java
│ │ │ ├── ClienteBCTest.java
│ │ │ ├── EnderecoBCTest.java
│ │ │ ├── EstacionamentoBCTest.java
│ │ │ ├── PatioBCTest.java
│ │ │ └── VagaBCTest.java
│ │ │ └── readme.txt
│ │ └── resources
│ │ └── META-INF
│ │ ├── beans.xml
│ │ └── persistence.xml
└── estacionamentov25X
│ ├── .gitignore
│ ├── mudancas_24x_25x.txt
│ ├── pom.xml
│ ├── resources
│ ├── AssinadorJar.p12
│ ├── AutoridadeCertificadoraRaizBrasileira.cer
│ ├── AutoridadeCertificadoraRaizBrasileirav2.cer
│ ├── AutoridadeCertificadoraRaizBrasileirav3.cer
│ ├── AutoridadeCertificadoradoSERPROFinalv3.cer
│ ├── DEMOISELLE_AC.cer
│ ├── SERVICOFEDERALDEPROCESSAMENTODEDADOSSERPROCETEC.cer
│ ├── adicionar_manifest.sh
│ ├── assinadorjar.jks
│ ├── assinarlibs.sh
│ ├── assinarlibs_bouncy.sh
│ ├── certchain.txt
│ ├── drivers.config
│ ├── drivers.config.arquivo
│ ├── drivers.config.azul
│ ├── importar_certificados.sh
│ └── manifest-addition.txt
│ └── src
│ ├── conf
│ └── postgres-ds.xml
│ ├── main
│ ├── java
│ │ └── org
│ │ │ └── demoiselle
│ │ │ └── estacionamento
│ │ │ ├── business
│ │ │ ├── AutomovelBC.java
│ │ │ ├── ClienteBC.java
│ │ │ ├── EnderecoBC.java
│ │ │ ├── EstacionamentoBC.java
│ │ │ ├── PatioBC.java
│ │ │ └── VagaBC.java
│ │ │ ├── config
│ │ │ └── EstacionamentoConfig.java
│ │ │ ├── constant
│ │ │ └── readme.txt
│ │ │ ├── converters
│ │ │ ├── AutomovelConverter.java
│ │ │ ├── ClienteConverter.java
│ │ │ ├── EnderecoConverter.java
│ │ │ ├── EstacionamentoConverter.java
│ │ │ ├── PatioConverter.java
│ │ │ └── VagaConverter.java
│ │ │ ├── domain
│ │ │ ├── Automovel.java
│ │ │ ├── AutomovelTamanho.java
│ │ │ ├── AutomovelTipo.java
│ │ │ ├── Cliente.java
│ │ │ ├── Endereco.java
│ │ │ ├── Estacionamento.java
│ │ │ ├── Patio.java
│ │ │ └── Vaga.java
│ │ │ ├── exception
│ │ │ ├── TesteException.java
│ │ │ └── readme.txt
│ │ │ ├── message
│ │ │ ├── ErrorMessages.java
│ │ │ ├── InfoMessages.java
│ │ │ └── readme.txt
│ │ │ ├── persistence
│ │ │ ├── AutomovelDAO.java
│ │ │ ├── ClienteDAO.java
│ │ │ ├── EnderecoDAO.java
│ │ │ ├── EstacionamentoDAO.java
│ │ │ ├── PatioDAO.java
│ │ │ └── VagaDAO.java
│ │ │ ├── security
│ │ │ ├── EstacionamentoAuthenticator.java
│ │ │ ├── EstacionamentoAuthorizer.java
│ │ │ └── EstacionamentoCredentials.java
│ │ │ ├── util
│ │ │ └── CharacterEncodingFilter.java
│ │ │ └── view
│ │ │ ├── AutomovelEditMB.java
│ │ │ ├── AutomovelListMB.java
│ │ │ ├── CalendarBean.java
│ │ │ ├── ClienteEditMB.java
│ │ │ ├── ClienteListMB.java
│ │ │ ├── ClientePhotoUploader.java
│ │ │ ├── ControleExcecoes.java
│ │ │ ├── EnderecoEditMB.java
│ │ │ ├── EnderecoListMB.java
│ │ │ ├── EstacionamentoEditMB.java
│ │ │ ├── EstacionamentoListMB.java
│ │ │ ├── LoginMB.java
│ │ │ ├── LoginMobileMB.java
│ │ │ ├── PatioEditMB.java
│ │ │ ├── PatioListMB.java
│ │ │ ├── VagaEditMB.java
│ │ │ └── VagaListMB.java
│ ├── resources
│ │ ├── META-INF
│ │ │ ├── beans.xml
│ │ │ └── persistence.xml
│ │ ├── ValidationMessages.properties
│ │ ├── demoiselle.properties
│ │ ├── estacionamento.properties
│ │ ├── messages.properties
│ │ └── reports
│ │ │ ├── clientes.jasper
│ │ │ ├── clientes.jrxml
│ │ │ └── clientes2.jrxml
│ └── webapp
│ │ ├── WEB-INF
│ │ ├── .faces-config.xml.jsfdia
│ │ ├── beans.xml
│ │ ├── faces-config.xml
│ │ └── web.xml
│ │ ├── access.jsp
│ │ ├── applet-customizada-1.0.0-assinado.jar
│ │ ├── assinador.xhtml
│ │ ├── automovel_edit.xhtml
│ │ ├── automovel_list.xhtml
│ │ ├── bcmail-jdk15on-1.51-assinado.jar
│ │ ├── bcpkix-jdk15on-1.51-assinado.jar
│ │ ├── bcprov-jdk15on-1.51-assinado.jar
│ │ ├── calendario.xhtml
│ │ ├── cliente_edit.xhtml
│ │ ├── cliente_list.xhtml
│ │ ├── demoiselle-certificate-applet-2.0.0-SNAPSHOT-assinado.jar
│ │ ├── demoiselle-certificate-ca-icpbrasil-2.0.0-SNAPSHOT-assinado.jar
│ │ ├── demoiselle-certificate-ca-icpbrasil-homologacao-2.0.0-SNAPSHOT-assinado.jar
│ │ ├── demoiselle-certificate-core-2.0.0-SNAPSHOT-assinado.jar
│ │ ├── demoiselle-certificate-criptography-2.0.0-SNAPSHOT-assinado.jar
│ │ ├── demoiselle-certificate-policy-engine-2.0.0-SNAPSHOT-assinado.jar
│ │ ├── demoiselle-certificate-signer-2.0.0-SNAPSHOT-assinado.jar
│ │ ├── demoiselle-certificate-timestamp-2.0.0-SNAPSHOT-assinado.jar
│ │ ├── desktop_welcome.xhtml
│ │ ├── endereco_edit.xhtml
│ │ ├── endereco_list.xhtml
│ │ ├── error.xhtml
│ │ ├── estacionamento_edit.xhtml
│ │ ├── estacionamento_list.xhtml
│ │ ├── htmlunit-2.15-assinado.jar
│ │ ├── index.html
│ │ ├── log4j-1.2.17-assinado.jar
│ │ ├── login.xhtml
│ │ ├── login_jass.jsp
│ │ ├── menu.xhtml
│ │ ├── mobile
│ │ ├── automovel_edit.xhtml
│ │ ├── automovel_list.xhtml
│ │ ├── cliente_edit.xhtml
│ │ ├── cliente_list.xhtml
│ │ ├── endereco_edit.xhtml
│ │ ├── endereco_list.xhtml
│ │ ├── estacionamento_edit.xhtml
│ │ ├── estacionamento_list.xhtml
│ │ ├── login_mobile.xhtml
│ │ ├── navigator.xhtml
│ │ ├── patio_edit.xhtml
│ │ ├── patio_list.xhtml
│ │ ├── template
│ │ │ └── main_mobile.xhtml
│ │ ├── vaga_edit.xhtml
│ │ └── vaga_list.xhtml
│ │ ├── new_vaga_list.xhtml
│ │ ├── patio_edit.xhtml
│ │ ├── patio_list.xhtml
│ │ ├── resources
│ │ ├── images
│ │ │ ├── bottom.png
│ │ │ ├── impressora.jpg
│ │ │ └── logo.png
│ │ └── styles
│ │ │ └── default.css
│ │ ├── slf4j-api-1.6.1-assinado.jar
│ │ ├── slf4j-log4j12-1.6.1-assinado.jar
│ │ ├── template
│ │ ├── main.xhtml
│ │ └── main_login.xhtml
│ │ ├── vaga_edit.xhtml
│ │ ├── vaga_list.xhtml
│ │ └── welcome.xhtml
│ └── test
│ ├── java
│ └── org
│ │ └── demoiselle
│ │ └── estacionamento
│ │ ├── business
│ │ ├── AutomovelBCTest.java
│ │ ├── ClienteBCTest.java
│ │ ├── EnderecoBCTest.java
│ │ ├── EstacionamentoBCTest.java
│ │ ├── PatioBCTest.java
│ │ └── VagaBCTest.java
│ │ └── readme.txt
│ └── resources
│ ├── META-INF
│ ├── beans.xml
│ └── persistence.xml
│ ├── demoiselle.properties
│ └── estacionamento.properties
└── v3
├── cep
├── .yo-rc.json
├── LICENSE
├── README.md
├── backend
│ ├── nb-configuration.xml
│ ├── pom.xml
│ └── src
│ │ └── main
│ │ ├── java
│ │ ├── .gitkeep
│ │ └── org
│ │ │ └── demoiselle
│ │ │ └── cep
│ │ │ ├── bc
│ │ │ └── CepBC.java
│ │ │ ├── dao
│ │ │ ├── CepDAO.java
│ │ │ └── Ip2LocationDb11DAO.java
│ │ │ ├── entity
│ │ │ ├── Cep.java
│ │ │ ├── Ip2locationDb11.java
│ │ │ └── Ip2locationDb11PK.java
│ │ │ └── service
│ │ │ ├── ApplicationConfig.java
│ │ │ ├── CepREST.java
│ │ │ ├── CidadeREST.java
│ │ │ ├── Ip2LocationREST.java
│ │ │ ├── LogradouroREST.java
│ │ │ └── UfREST.java
│ │ ├── resources
│ │ ├── .gitkeep
│ │ ├── META-INF
│ │ │ ├── beans.xml
│ │ │ └── persistence.xml
│ │ ├── demoiselle.properties
│ │ └── standalone.xml
│ │ └── webapp
│ │ ├── META-INF
│ │ └── context.xml
│ │ ├── WEB-INF
│ │ ├── beans.xml
│ │ ├── jboss-web.xml
│ │ └── web.xml
│ │ ├── auth.html
│ │ ├── auth.json
│ │ ├── favicon.ico
│ │ ├── index.html
│ │ ├── plugins
│ │ ├── after-explorer
│ │ │ ├── xml-formatter.js
│ │ │ └── xml-formatter.min.js
│ │ ├── before-display
│ │ │ ├── markdown.js
│ │ │ ├── markdown.min.js
│ │ │ ├── operations.js
│ │ │ ├── operations.min.js
│ │ │ ├── sort.js
│ │ │ └── sort.min.js
│ │ ├── before-explorer
│ │ │ ├── auth.sample.js
│ │ │ ├── auth.sample.min.js
│ │ │ ├── transform.js
│ │ │ └── transform.min.js
│ │ ├── before-load
│ │ │ ├── yaml.js
│ │ │ └── yaml.min.js
│ │ ├── before-parse
│ │ │ ├── base.js
│ │ │ ├── base.min.js
│ │ │ ├── external-references.js
│ │ │ ├── external-references.min.js
│ │ │ ├── split.js
│ │ │ ├── split.min.js
│ │ │ ├── swagger-1-to-2.js
│ │ │ └── swagger-1-to-2.min.js
│ │ ├── plugins.js
│ │ └── plugins.min.js
│ │ ├── scripts
│ │ ├── angular-recaptcha.min.js
│ │ ├── swagger-ui-material.core.min.js
│ │ ├── swagger-ui-material.full.js
│ │ ├── swagger-ui-material.min.js
│ │ └── swagger-ui-material.templates.min.js
│ │ └── styles
│ │ └── swagger-ui-material.min.css
├── base
│ ├── ajuste.sql
│ └── download-ip2location-bin.sh
├── frontend
│ ├── .angular-cli.json
│ ├── .editorconfig
│ ├── README.md
│ ├── e2e
│ │ ├── app.e2e-spec.ts
│ │ ├── app.po.ts
│ │ └── tsconfig.e2e.json
│ ├── karma.conf.js
│ ├── package-lock.json
│ ├── package.json
│ ├── protractor.conf.js
│ ├── src
│ │ ├── app
│ │ │ ├── app-routing.module.ts
│ │ │ ├── app.component.html
│ │ │ ├── app.component.spec.ts
│ │ │ ├── app.component.ts
│ │ │ ├── app.module.ts
│ │ │ ├── auth
│ │ │ │ ├── amnesia
│ │ │ │ │ ├── amnesia-routing.module.ts
│ │ │ │ │ ├── amnesia.component.html
│ │ │ │ │ ├── amnesia.component.ts
│ │ │ │ │ ├── amnesia.module.ts
│ │ │ │ │ ├── amnesia.service.ts
│ │ │ │ │ └── index.ts
│ │ │ │ ├── login
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── login-routing.module.ts
│ │ │ │ │ ├── login.component.html
│ │ │ │ │ ├── login.component.ts
│ │ │ │ │ ├── login.module.ts
│ │ │ │ │ └── login.service.ts
│ │ │ │ └── register
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── register-routing.module.ts
│ │ │ │ │ ├── register.component.html
│ │ │ │ │ ├── register.component.ts
│ │ │ │ │ ├── register.module.ts
│ │ │ │ │ └── register.service.ts
│ │ │ ├── core
│ │ │ │ └── core.module.ts
│ │ │ ├── dashboard
│ │ │ │ ├── dashboard-routing.module.ts
│ │ │ │ ├── dashboard.component.html
│ │ │ │ ├── dashboard.component.ts
│ │ │ │ ├── dashboard.model.ts
│ │ │ │ ├── dashboard.module.ts
│ │ │ │ ├── dashboard.resolver.ts
│ │ │ │ └── dashboard.service.ts
│ │ │ └── shared
│ │ │ │ ├── index.ts
│ │ │ │ ├── layout
│ │ │ │ ├── components
│ │ │ │ │ ├── app-aside
│ │ │ │ │ │ ├── app-aside.component.html
│ │ │ │ │ │ ├── app-aside.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── app-breadcrumbs
│ │ │ │ │ │ ├── app-breadcrumbs.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── app-footer
│ │ │ │ │ │ ├── app-footer.component.html
│ │ │ │ │ │ ├── app-footer.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── app-header
│ │ │ │ │ │ ├── app-header.component.html
│ │ │ │ │ │ ├── app-header.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── app-sidebar-footer
│ │ │ │ │ │ ├── app-sidebar-footer.component.html
│ │ │ │ │ │ ├── app-sidebar-footer.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── app-sidebar-form
│ │ │ │ │ │ ├── app-sidebar-form.component.html
│ │ │ │ │ │ ├── app-sidebar-form.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── app-sidebar-header
│ │ │ │ │ │ ├── app-sidebar-header.component.html
│ │ │ │ │ │ ├── app-sidebar-header.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── app-sidebar-minimizer
│ │ │ │ │ │ ├── app-sidebar-minimizer.component.html
│ │ │ │ │ │ ├── app-sidebar-minimizer.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── app-sidebar
│ │ │ │ │ │ ├── app-sidebar.component.html
│ │ │ │ │ │ ├── app-sidebar.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ └── index.ts
│ │ │ │ ├── containers
│ │ │ │ │ ├── full-layout
│ │ │ │ │ │ ├── full-layout.component.html
│ │ │ │ │ │ ├── full-layout.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── index.ts
│ │ │ │ │ └── simple-layout
│ │ │ │ │ │ ├── index.ts
│ │ │ │ │ │ ├── simple-layout.component.html
│ │ │ │ │ │ └── simple-layout.component.ts
│ │ │ │ └── directives
│ │ │ │ │ ├── aside
│ │ │ │ │ ├── aside.directive.ts
│ │ │ │ │ └── index.ts
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── nav-dropdown
│ │ │ │ │ ├── index.ts
│ │ │ │ │ └── nav-dropdown.directive.ts
│ │ │ │ │ └── sidebar
│ │ │ │ │ ├── index.ts
│ │ │ │ │ └── sidebar.directive.ts
│ │ │ │ ├── notification.service.ts
│ │ │ │ └── shared.module.ts
│ │ ├── assets
│ │ │ ├── android
│ │ │ │ ├── android-launchericon-144-144.png
│ │ │ │ ├── android-launchericon-192-192.png
│ │ │ │ ├── android-launchericon-48-48.png
│ │ │ │ ├── android-launchericon-512-512.png
│ │ │ │ ├── android-launchericon-72-72.png
│ │ │ │ └── android-launchericon-96-96.png
│ │ │ ├── chrome
│ │ │ │ ├── chrome-extensionmanagementpage-48-48.png
│ │ │ │ ├── chrome-favicon-16-16.png
│ │ │ │ └── chrome-installprocess-128-128.png
│ │ │ ├── favicon-16x16.png
│ │ │ ├── favicon-32x32.png
│ │ │ ├── favicon.ico
│ │ │ ├── firefox
│ │ │ │ ├── firefox-general-128-128.png
│ │ │ │ ├── firefox-general-16-16.png
│ │ │ │ ├── firefox-general-256-256.png
│ │ │ │ ├── firefox-general-32-32.png
│ │ │ │ ├── firefox-general-48-48.png
│ │ │ │ ├── firefox-general-64-64.png
│ │ │ │ ├── firefox-general-90-90.png
│ │ │ │ ├── firefox-marketplace-128-128.png
│ │ │ │ └── firefox-marketplace-512-512.png
│ │ │ ├── img
│ │ │ │ ├── avatars
│ │ │ │ │ └── 9.jpg
│ │ │ │ ├── logo-symbol.png
│ │ │ │ └── logo.png
│ │ │ ├── ios
│ │ │ │ ├── ios-appicon-1024-1024.png
│ │ │ │ ├── ios-appicon-120-120.png
│ │ │ │ ├── ios-appicon-152-152.png
│ │ │ │ ├── ios-appicon-180-180.png
│ │ │ │ ├── ios-appicon-76-76.png
│ │ │ │ ├── ios-launchimage-1024-768.png
│ │ │ │ ├── ios-launchimage-1242-2208.png
│ │ │ │ ├── ios-launchimage-1334-750.png
│ │ │ │ ├── ios-launchimage-1536-2048.png
│ │ │ │ ├── ios-launchimage-2048-1536.png
│ │ │ │ ├── ios-launchimage-2208-1242.png
│ │ │ │ ├── ios-launchimage-640-1136.png
│ │ │ │ ├── ios-launchimage-640-960.png
│ │ │ │ ├── ios-launchimage-750-1334.png
│ │ │ │ └── ios-launchimage-768-1024.png
│ │ │ ├── logo-symbol.png
│ │ │ ├── logo.png
│ │ │ ├── portfolio
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── logo-demoiselle-products.png
│ │ │ │ └── thumbnail.png
│ │ │ ├── windows
│ │ │ │ ├── windows-smallsquare-24-24.png
│ │ │ │ ├── windows-smallsquare-30-30.png
│ │ │ │ ├── windows-smallsquare-42-42.png
│ │ │ │ ├── windows-smallsquare-54-54.png
│ │ │ │ ├── windows-splashscreen-1116-540.png
│ │ │ │ ├── windows-splashscreen-620-300.png
│ │ │ │ ├── windows-splashscreen-868-420.png
│ │ │ │ ├── windows-squarelogo-120-120.png
│ │ │ │ ├── windows-squarelogo-150-150.png
│ │ │ │ ├── windows-squarelogo-210-210.png
│ │ │ │ ├── windows-squarelogo-270-270.png
│ │ │ │ ├── windows-storelogo-50-50.png
│ │ │ │ ├── windows-storelogo-70-70.png
│ │ │ │ ├── windows-storelogo-90-90.png
│ │ │ │ ├── windowsphone-appicon-106-106.png
│ │ │ │ ├── windowsphone-appicon-44-44.png
│ │ │ │ ├── windowsphone-appicon-62-62.png
│ │ │ │ ├── windowsphone-mediumtile-150-150.png
│ │ │ │ ├── windowsphone-mediumtile-210-210.png
│ │ │ │ ├── windowsphone-mediumtile-360-360.png
│ │ │ │ ├── windowsphone-smalltile-170-170.png
│ │ │ │ ├── windowsphone-smalltile-71-71.png
│ │ │ │ ├── windowsphone-smalltile-99-99.png
│ │ │ │ ├── windowsphone-storelogo-120-120.png
│ │ │ │ ├── windowsphone-storelogo-50-50.png
│ │ │ │ └── windowsphone-storelogo-70-70.png
│ │ │ └── windows10
│ │ │ │ ├── BadgeLogo.scale-100.png
│ │ │ │ ├── BadgeLogo.scale-125.png
│ │ │ │ ├── BadgeLogo.scale-150.png
│ │ │ │ ├── BadgeLogo.scale-200.png
│ │ │ │ ├── BadgeLogo.scale-400.png
│ │ │ │ ├── SplashScreen.scale-100.png
│ │ │ │ ├── SplashScreen.scale-125.png
│ │ │ │ ├── SplashScreen.scale-150.png
│ │ │ │ ├── SplashScreen.scale-200.png
│ │ │ │ ├── SplashScreen.scale-400.png
│ │ │ │ ├── Square150x150Logo.scale-100.png
│ │ │ │ ├── Square150x150Logo.scale-125.png
│ │ │ │ ├── Square150x150Logo.scale-150.png
│ │ │ │ ├── Square150x150Logo.scale-200.png
│ │ │ │ ├── Square150x150Logo.scale-400.png
│ │ │ │ ├── Square310x310Logo.scale-100.png
│ │ │ │ ├── Square310x310Logo.scale-125.png
│ │ │ │ ├── Square310x310Logo.scale-150.png
│ │ │ │ ├── Square310x310Logo.scale-200.png
│ │ │ │ ├── Square310x310Logo.scale-400.png
│ │ │ │ ├── Square44x44Logo.scale-100.png
│ │ │ │ ├── Square44x44Logo.scale-125.png
│ │ │ │ ├── Square44x44Logo.scale-150.png
│ │ │ │ ├── Square44x44Logo.scale-200.png
│ │ │ │ ├── Square44x44Logo.scale-400.png
│ │ │ │ ├── Square44x44Logo.targetsize-16.png
│ │ │ │ ├── Square44x44Logo.targetsize-16_altform-unplated.png
│ │ │ │ ├── Square44x44Logo.targetsize-24.png
│ │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png
│ │ │ │ ├── Square44x44Logo.targetsize-256.png
│ │ │ │ ├── Square44x44Logo.targetsize-256_altform-unplated.png
│ │ │ │ ├── Square44x44Logo.targetsize-48.png
│ │ │ │ ├── Square44x44Logo.targetsize-48_altform-unplated.png
│ │ │ │ ├── Square71x71Logo.scale-100.png
│ │ │ │ ├── Square71x71Logo.scale-125.png
│ │ │ │ ├── Square71x71Logo.scale-150.png
│ │ │ │ ├── Square71x71Logo.scale-200.png
│ │ │ │ ├── Square71x71Logo.scale-400.png
│ │ │ │ ├── StoreLogo.png
│ │ │ │ ├── StoreLogo.scale-100.png
│ │ │ │ ├── StoreLogo.scale-125.png
│ │ │ │ ├── StoreLogo.scale-150.png
│ │ │ │ ├── StoreLogo.scale-200.png
│ │ │ │ ├── StoreLogo.scale-400.png
│ │ │ │ ├── Wide310x150Logo.scale-100.png
│ │ │ │ ├── Wide310x150Logo.scale-125.png
│ │ │ │ ├── Wide310x150Logo.scale-150.png
│ │ │ │ ├── Wide310x150Logo.scale-200.png
│ │ │ │ └── Wide310x150Logo.scale-400.png
│ │ ├── background.js
│ │ ├── environments
│ │ │ ├── environment.prod.ts
│ │ │ └── environment.ts
│ │ ├── favicon.ico
│ │ ├── humans.txt
│ │ ├── index.html
│ │ ├── main.ts
│ │ ├── manifest.json
│ │ ├── polyfills.ts
│ │ ├── schema.json
│ │ ├── scss
│ │ │ ├── _bootstrap-variables.scss
│ │ │ ├── _core-variables.scss
│ │ │ ├── _custom.scss
│ │ │ ├── bootstrap
│ │ │ │ ├── _alert.scss
│ │ │ │ ├── _badge.scss
│ │ │ │ ├── _breadcrumb.scss
│ │ │ │ ├── _button-group.scss
│ │ │ │ ├── _buttons.scss
│ │ │ │ ├── _card.scss
│ │ │ │ ├── _carousel.scss
│ │ │ │ ├── _close.scss
│ │ │ │ ├── _code.scss
│ │ │ │ ├── _custom-forms.scss
│ │ │ │ ├── _dropdown.scss
│ │ │ │ ├── _forms.scss
│ │ │ │ ├── _functions.scss
│ │ │ │ ├── _grid.scss
│ │ │ │ ├── _images.scss
│ │ │ │ ├── _input-group.scss
│ │ │ │ ├── _jumbotron.scss
│ │ │ │ ├── _list-group.scss
│ │ │ │ ├── _media.scss
│ │ │ │ ├── _mixins.scss
│ │ │ │ ├── _modal.scss
│ │ │ │ ├── _nav.scss
│ │ │ │ ├── _navbar.scss
│ │ │ │ ├── _pagination.scss
│ │ │ │ ├── _popover.scss
│ │ │ │ ├── _print.scss
│ │ │ │ ├── _progress.scss
│ │ │ │ ├── _reboot.scss
│ │ │ │ ├── _tables.scss
│ │ │ │ ├── _tooltip.scss
│ │ │ │ ├── _transitions.scss
│ │ │ │ ├── _type.scss
│ │ │ │ ├── _utilities.scss
│ │ │ │ ├── _variables.scss
│ │ │ │ ├── bootstrap-grid.scss
│ │ │ │ ├── bootstrap-reboot.scss
│ │ │ │ ├── bootstrap.scss
│ │ │ │ ├── mixins
│ │ │ │ │ ├── _alert.scss
│ │ │ │ │ ├── _background-variant.scss
│ │ │ │ │ ├── _badge.scss
│ │ │ │ │ ├── _border-radius.scss
│ │ │ │ │ ├── _box-shadow.scss
│ │ │ │ │ ├── _breakpoints.scss
│ │ │ │ │ ├── _buttons.scss
│ │ │ │ │ ├── _clearfix.scss
│ │ │ │ │ ├── _float.scss
│ │ │ │ │ ├── _forms.scss
│ │ │ │ │ ├── _gradients.scss
│ │ │ │ │ ├── _grid-framework.scss
│ │ │ │ │ ├── _grid.scss
│ │ │ │ │ ├── _hover.scss
│ │ │ │ │ ├── _image.scss
│ │ │ │ │ ├── _list-group.scss
│ │ │ │ │ ├── _lists.scss
│ │ │ │ │ ├── _nav-divider.scss
│ │ │ │ │ ├── _navbar-align.scss
│ │ │ │ │ ├── _pagination.scss
│ │ │ │ │ ├── _reset-text.scss
│ │ │ │ │ ├── _resize.scss
│ │ │ │ │ ├── _screen-reader.scss
│ │ │ │ │ ├── _size.scss
│ │ │ │ │ ├── _table-row.scss
│ │ │ │ │ ├── _text-emphasis.scss
│ │ │ │ │ ├── _text-hide.scss
│ │ │ │ │ ├── _text-truncate.scss
│ │ │ │ │ ├── _transition.scss
│ │ │ │ │ └── _visibility.scss
│ │ │ │ └── utilities
│ │ │ │ │ ├── _align.scss
│ │ │ │ │ ├── _background.scss
│ │ │ │ │ ├── _borders.scss
│ │ │ │ │ ├── _clearfix.scss
│ │ │ │ │ ├── _display.scss
│ │ │ │ │ ├── _embed.scss
│ │ │ │ │ ├── _flex.scss
│ │ │ │ │ ├── _float.scss
│ │ │ │ │ ├── _position.scss
│ │ │ │ │ ├── _screenreaders.scss
│ │ │ │ │ ├── _sizing.scss
│ │ │ │ │ ├── _spacing.scss
│ │ │ │ │ ├── _text.scss
│ │ │ │ │ └── _visibility.scss
│ │ │ ├── core
│ │ │ │ ├── _animate.scss
│ │ │ │ ├── _aside.scss
│ │ │ │ ├── _avatars.scss
│ │ │ │ ├── _badge.scss
│ │ │ │ ├── _breadcrumb-menu.scss
│ │ │ │ ├── _breadcrumb.scss
│ │ │ │ ├── _buttons.scss
│ │ │ │ ├── _callout.scss
│ │ │ │ ├── _card.scss
│ │ │ │ ├── _charts.scss
│ │ │ │ ├── _dropdown-menu-right.scss
│ │ │ │ ├── _dropdown.scss
│ │ │ │ ├── _footer.scss
│ │ │ │ ├── _grid.scss
│ │ │ │ ├── _input-group.scss
│ │ │ │ ├── _layout.scss
│ │ │ │ ├── _loading.scss
│ │ │ │ ├── _mixins.scss
│ │ │ │ ├── _mobile.scss
│ │ │ │ ├── _modal.scss
│ │ │ │ ├── _nav.scss
│ │ │ │ ├── _navbar.scss
│ │ │ │ ├── _others.scss
│ │ │ │ ├── _progress.scss
│ │ │ │ ├── _rtl.scss
│ │ │ │ ├── _sidebar.scss
│ │ │ │ ├── _switches.scss
│ │ │ │ ├── _tables.scss
│ │ │ │ ├── _temp.scss
│ │ │ │ ├── _typography.scss
│ │ │ │ ├── _utilities.scss
│ │ │ │ ├── _variables.scss
│ │ │ │ ├── _widgets.scss
│ │ │ │ ├── core.scss
│ │ │ │ └── utilities
│ │ │ │ │ ├── _background.scss
│ │ │ │ │ ├── _borders.scss
│ │ │ │ │ └── _display.scss
│ │ │ ├── style.scss
│ │ │ └── vendors
│ │ │ │ └── _vendors.scss
│ │ ├── styles.css
│ │ ├── test.ts
│ │ ├── tsconfig.app.json
│ │ ├── tsconfig.spec.json
│ │ └── typings.d.ts
│ ├── tsconfig.json
│ └── tslint.json
├── progressive
│ ├── Gruntfile.js
│ ├── app
│ │ ├── favicon.ico
│ │ ├── humans.txt
│ │ ├── images
│ │ │ ├── Thumbs.db
│ │ │ ├── android
│ │ │ │ ├── android-launchericon-144-144.png
│ │ │ │ ├── android-launchericon-192-192.png
│ │ │ │ ├── android-launchericon-48-48.png
│ │ │ │ ├── android-launchericon-512-512.png
│ │ │ │ ├── android-launchericon-72-72.png
│ │ │ │ └── android-launchericon-96-96.png
│ │ │ ├── bg-codigo-fonte.jpg
│ │ │ ├── bg-comunidade.png
│ │ │ ├── bg-documentacao.jpg
│ │ │ ├── bg-exemplos.png
│ │ │ ├── bg-header-old.jpg
│ │ │ ├── bg-header.jpg
│ │ │ ├── bg-help.jpg
│ │ │ ├── bg-produtos.jpg
│ │ │ ├── bg-produtos.png
│ │ │ ├── chrome-favicon-16-16.png
│ │ │ ├── chrome
│ │ │ │ ├── chrome-extensionmanagementpage-48-48.png
│ │ │ │ ├── chrome-favicon-16-16.png
│ │ │ │ └── chrome-installprocess-128-128.png
│ │ │ ├── favicon-16x16.png
│ │ │ ├── favicon-32x32.png
│ │ │ ├── favicon.ico
│ │ │ ├── firefox
│ │ │ │ ├── firefox-general-128-128.png
│ │ │ │ ├── firefox-general-16-16.png
│ │ │ │ ├── firefox-general-256-256.png
│ │ │ │ ├── firefox-general-32-32.png
│ │ │ │ ├── firefox-general-48-48.png
│ │ │ │ ├── firefox-general-64-64.png
│ │ │ │ ├── firefox-general-90-90.png
│ │ │ │ ├── firefox-marketplace-128-128.png
│ │ │ │ └── firefox-marketplace-512-512.png
│ │ │ ├── icons.json
│ │ │ ├── ios
│ │ │ │ ├── ios-appicon-1024-1024.png
│ │ │ │ ├── ios-appicon-120-120.png
│ │ │ │ ├── ios-appicon-152-152.png
│ │ │ │ ├── ios-appicon-180-180.png
│ │ │ │ ├── ios-appicon-76-76.png
│ │ │ │ ├── ios-launchimage-1024-768.png
│ │ │ │ ├── ios-launchimage-1242-2208.png
│ │ │ │ ├── ios-launchimage-1334-750.png
│ │ │ │ ├── ios-launchimage-1536-2048.png
│ │ │ │ ├── ios-launchimage-2048-1536.png
│ │ │ │ ├── ios-launchimage-2208-1242.png
│ │ │ │ ├── ios-launchimage-640-1136.png
│ │ │ │ ├── ios-launchimage-640-960.png
│ │ │ │ ├── ios-launchimage-750-1334.png
│ │ │ │ └── ios-launchimage-768-1024.png
│ │ │ ├── logo-demoiselle-detail.jpg
│ │ │ ├── logo-github.png
│ │ │ ├── logo-header-afix.png
│ │ │ ├── logo-header.png
│ │ │ ├── logo-signer-detail.jpg
│ │ │ ├── map-image-old.png
│ │ │ ├── map-image-old3.png
│ │ │ ├── map-image.png
│ │ │ ├── portfolio
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── logo-demoiselle-products.png
│ │ │ │ └── thumbnail.png
│ │ │ ├── windows
│ │ │ │ ├── windows-smallsquare-24-24.png
│ │ │ │ ├── windows-smallsquare-30-30.png
│ │ │ │ ├── windows-smallsquare-42-42.png
│ │ │ │ ├── windows-smallsquare-54-54.png
│ │ │ │ ├── windows-splashscreen-1116-540.png
│ │ │ │ ├── windows-splashscreen-620-300.png
│ │ │ │ ├── windows-splashscreen-868-420.png
│ │ │ │ ├── windows-squarelogo-120-120.png
│ │ │ │ ├── windows-squarelogo-150-150.png
│ │ │ │ ├── windows-squarelogo-210-210.png
│ │ │ │ ├── windows-squarelogo-270-270.png
│ │ │ │ ├── windows-storelogo-50-50.png
│ │ │ │ ├── windows-storelogo-70-70.png
│ │ │ │ ├── windows-storelogo-90-90.png
│ │ │ │ ├── windowsphone-appicon-106-106.png
│ │ │ │ ├── windowsphone-appicon-44-44.png
│ │ │ │ ├── windowsphone-appicon-62-62.png
│ │ │ │ ├── windowsphone-mediumtile-150-150.png
│ │ │ │ ├── windowsphone-mediumtile-210-210.png
│ │ │ │ ├── windowsphone-mediumtile-360-360.png
│ │ │ │ ├── windowsphone-smalltile-170-170.png
│ │ │ │ ├── windowsphone-smalltile-71-71.png
│ │ │ │ ├── windowsphone-smalltile-99-99.png
│ │ │ │ ├── windowsphone-storelogo-120-120.png
│ │ │ │ ├── windowsphone-storelogo-50-50.png
│ │ │ │ └── windowsphone-storelogo-70-70.png
│ │ │ └── windows10
│ │ │ │ ├── BadgeLogo.scale-100.png
│ │ │ │ ├── BadgeLogo.scale-125.png
│ │ │ │ ├── BadgeLogo.scale-150.png
│ │ │ │ ├── BadgeLogo.scale-200.png
│ │ │ │ ├── BadgeLogo.scale-400.png
│ │ │ │ ├── SplashScreen.scale-100.png
│ │ │ │ ├── SplashScreen.scale-125.png
│ │ │ │ ├── SplashScreen.scale-150.png
│ │ │ │ ├── SplashScreen.scale-200.png
│ │ │ │ ├── SplashScreen.scale-400.png
│ │ │ │ ├── Square150x150Logo.scale-100.png
│ │ │ │ ├── Square150x150Logo.scale-125.png
│ │ │ │ ├── Square150x150Logo.scale-150.png
│ │ │ │ ├── Square150x150Logo.scale-200.png
│ │ │ │ ├── Square150x150Logo.scale-400.png
│ │ │ │ ├── Square310x310Logo.scale-100.png
│ │ │ │ ├── Square310x310Logo.scale-125.png
│ │ │ │ ├── Square310x310Logo.scale-150.png
│ │ │ │ ├── Square310x310Logo.scale-200.png
│ │ │ │ ├── Square310x310Logo.scale-400.png
│ │ │ │ ├── Square44x44Logo.scale-100.png
│ │ │ │ ├── Square44x44Logo.scale-125.png
│ │ │ │ ├── Square44x44Logo.scale-150.png
│ │ │ │ ├── Square44x44Logo.scale-200.png
│ │ │ │ ├── Square44x44Logo.scale-400.png
│ │ │ │ ├── Square44x44Logo.targetsize-16.png
│ │ │ │ ├── Square44x44Logo.targetsize-16_altform-unplated.png
│ │ │ │ ├── Square44x44Logo.targetsize-24.png
│ │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png
│ │ │ │ ├── Square44x44Logo.targetsize-256.png
│ │ │ │ ├── Square44x44Logo.targetsize-256_altform-unplated.png
│ │ │ │ ├── Square44x44Logo.targetsize-48.png
│ │ │ │ ├── Square44x44Logo.targetsize-48_altform-unplated.png
│ │ │ │ ├── Square71x71Logo.scale-100.png
│ │ │ │ ├── Square71x71Logo.scale-125.png
│ │ │ │ ├── Square71x71Logo.scale-150.png
│ │ │ │ ├── Square71x71Logo.scale-200.png
│ │ │ │ ├── Square71x71Logo.scale-400.png
│ │ │ │ ├── StoreLogo.png
│ │ │ │ ├── StoreLogo.scale-100.png
│ │ │ │ ├── StoreLogo.scale-125.png
│ │ │ │ ├── StoreLogo.scale-150.png
│ │ │ │ ├── StoreLogo.scale-200.png
│ │ │ │ ├── StoreLogo.scale-400.png
│ │ │ │ ├── Wide310x150Logo.scale-100.png
│ │ │ │ ├── Wide310x150Logo.scale-125.png
│ │ │ │ ├── Wide310x150Logo.scale-150.png
│ │ │ │ ├── Wide310x150Logo.scale-200.png
│ │ │ │ └── Wide310x150Logo.scale-400.png
│ │ ├── index.html
│ │ ├── manifest.json
│ │ ├── robots.txt
│ │ ├── scripts
│ │ │ ├── app.js
│ │ │ ├── config.js
│ │ │ ├── controllers
│ │ │ │ └── cep.js
│ │ │ ├── routes
│ │ │ │ └── cep.js
│ │ │ ├── services
│ │ │ │ ├── alert.js
│ │ │ │ ├── cep.js
│ │ │ │ ├── contante.js
│ │ │ │ ├── sw.js
│ │ │ │ ├── validation.js
│ │ │ │ ├── windows.js
│ │ │ │ └── ws.js
│ │ │ └── template.js
│ │ ├── sw.js
│ │ └── views
│ │ │ ├── cep.html
│ │ │ └── partials
│ │ │ ├── alerts.html
│ │ │ └── loading.html
│ ├── bower.json
│ ├── package-lock.json
│ └── package.json
└── vs
│ └── CEP
│ ├── .vs
│ └── CEP
│ │ └── v15
│ │ └── .suo
│ ├── CEP.sln
│ └── CEP
│ ├── AppPackages
│ ├── CEP_1.1.2.0_AnyCPU_bundle.appxupload
│ └── CEP_1.1.2.0_Test
│ │ ├── Add-AppDevPackage.ps1
│ │ ├── Add-AppDevPackage.resources
│ │ ├── Add-AppDevPackage.psd1
│ │ ├── cs-CZ
│ │ │ └── Add-AppDevPackage.psd1
│ │ ├── de-DE
│ │ │ └── Add-AppDevPackage.psd1
│ │ ├── en-US
│ │ │ └── Add-AppDevPackage.psd1
│ │ ├── es-ES
│ │ │ └── Add-AppDevPackage.psd1
│ │ ├── fr-FR
│ │ │ └── Add-AppDevPackage.psd1
│ │ ├── it-IT
│ │ │ └── Add-AppDevPackage.psd1
│ │ ├── ja-JP
│ │ │ └── Add-AppDevPackage.psd1
│ │ ├── ko-KR
│ │ │ └── Add-AppDevPackage.psd1
│ │ ├── pl-PL
│ │ │ └── Add-AppDevPackage.psd1
│ │ ├── pt-BR
│ │ │ └── Add-AppDevPackage.psd1
│ │ ├── ru-RU
│ │ │ └── Add-AppDevPackage.psd1
│ │ ├── tr-TR
│ │ │ └── Add-AppDevPackage.psd1
│ │ ├── zh-CN
│ │ │ └── Add-AppDevPackage.psd1
│ │ └── zh-TW
│ │ │ └── Add-AppDevPackage.psd1
│ │ ├── CEP_1.1.2.0_AnyCPU.appxbundle
│ │ └── CEP_1.1.2.0_AnyCPU.cer
│ ├── BundleArtifacts
│ ├── Upload
│ │ └── neutral.txt
│ └── neutral.txt
│ ├── CEP.jsproj
│ ├── CEP.jsproj.user
│ ├── Package.StoreAssociation.xml
│ ├── _pkginfo.txt
│ ├── _scale-100.appx
│ ├── _scale-125.appx
│ ├── _scale-150.appx
│ ├── _scale-400.appx
│ ├── images
│ ├── BadgeLogo.scale-100.png
│ ├── BadgeLogo.scale-125.png
│ ├── BadgeLogo.scale-150.png
│ ├── BadgeLogo.scale-200.png
│ ├── BadgeLogo.scale-400.png
│ ├── LargeTile.scale-100.png
│ ├── LargeTile.scale-125.png
│ ├── LargeTile.scale-150.png
│ ├── LargeTile.scale-200.png
│ ├── LargeTile.scale-400.png
│ ├── LockScreenLogo.scale-200.png
│ ├── SmallTile.scale-100.png
│ ├── SmallTile.scale-125.png
│ ├── SmallTile.scale-150.png
│ ├── SmallTile.scale-200.png
│ ├── SmallTile.scale-400.png
│ ├── SplashScreen.scale-200.png
│ ├── Square150x150Logo.scale-100.png
│ ├── Square150x150Logo.scale-125.png
│ ├── Square150x150Logo.scale-150.png
│ ├── Square150x150Logo.scale-200.png
│ ├── Square150x150Logo.scale-400.png
│ ├── Square310x310Logo.scale-100.png
│ ├── Square310x310Logo.scale-125.png
│ ├── Square310x310Logo.scale-150.png
│ ├── Square310x310Logo.scale-200.png
│ ├── Square310x310Logo.scale-400.png
│ ├── Square44x44Logo.altform-unplated_targetsize-16.png
│ ├── Square44x44Logo.altform-unplated_targetsize-256.png
│ ├── Square44x44Logo.altform-unplated_targetsize-32.png
│ ├── Square44x44Logo.altform-unplated_targetsize-48.png
│ ├── Square44x44Logo.scale-100.png
│ ├── Square44x44Logo.scale-125.png
│ ├── Square44x44Logo.scale-150.png
│ ├── Square44x44Logo.scale-200.png
│ ├── Square44x44Logo.scale-400.png
│ ├── Square44x44Logo.targetsize-16.png
│ ├── Square44x44Logo.targetsize-16_altform-unplated.png
│ ├── Square44x44Logo.targetsize-24.png
│ ├── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── Square44x44Logo.targetsize-256.png
│ ├── Square44x44Logo.targetsize-256_altform-unplated.png
│ ├── Square44x44Logo.targetsize-32.png
│ ├── Square44x44Logo.targetsize-48.png
│ ├── Square44x44Logo.targetsize-48_altform-unplated.png
│ ├── Square71x71Logo.scale-100.png
│ ├── Square71x71Logo.scale-125.png
│ ├── Square71x71Logo.scale-150.png
│ ├── Square71x71Logo.scale-200.png
│ ├── Square71x71Logo.scale-400.png
│ ├── StoreLogo.png
│ ├── Wide310x150Logo.scale-100.png
│ ├── Wide310x150Logo.scale-125.png
│ ├── Wide310x150Logo.scale-150.png
│ ├── Wide310x150Logo.scale-200.png
│ ├── Wide310x150Logo.scale-400.png
│ ├── splashscreen.scale-100.png
│ ├── splashscreen.scale-125.png
│ ├── splashscreen.scale-150.png
│ ├── splashscreen.scale-400.png
│ ├── storelogo.scale-100.png
│ ├── storelogo.scale-125.png
│ ├── storelogo.scale-150.png
│ ├── storelogo.scale-200.png
│ └── storelogo.scale-400.png
│ ├── msapp-error.css
│ ├── msapp-error.html
│ ├── msapp-error.js
│ └── package.appxmanifest
├── forum
├── .yo-rc.json
├── README.md
├── backend
│ ├── Procfile
│ ├── nb-configuration.xml
│ ├── pom.xml
│ ├── run-dev.sh
│ └── src
│ │ └── main
│ │ ├── java
│ │ └── org
│ │ │ └── demoiselle
│ │ │ └── forum
│ │ │ ├── bc
│ │ │ ├── CategoriaBC.java
│ │ │ ├── MensagemBC.java
│ │ │ ├── TopicoBC.java
│ │ │ └── UserBC.java
│ │ │ ├── cloud
│ │ │ ├── CloudMessage.java
│ │ │ ├── CloudNotification.java
│ │ │ └── CloudSender.java
│ │ │ ├── constants
│ │ │ └── Perfil.java
│ │ │ ├── dao
│ │ │ ├── CategoriaDAO.java
│ │ │ ├── FingerprintDAO.java
│ │ │ ├── MensagemDAO.java
│ │ │ ├── TopicoDAO.java
│ │ │ └── UserDAO.java
│ │ │ ├── email
│ │ │ └── Email.java
│ │ │ ├── entity
│ │ │ ├── Categoria.java
│ │ │ ├── Fingerprint.java
│ │ │ ├── Mensagem.java
│ │ │ ├── Topico.java
│ │ │ └── User.java
│ │ │ ├── message
│ │ │ └── AppMessage.java
│ │ │ ├── push
│ │ │ ├── PushEndpoint.java
│ │ │ ├── PushMessage.java
│ │ │ ├── PushMessageDecoder.java
│ │ │ └── PushMessageEncoder.java
│ │ │ ├── security
│ │ │ ├── Credentials.java
│ │ │ └── Social.java
│ │ │ ├── service
│ │ │ ├── ApplicationConfig.java
│ │ │ ├── AuthREST.java
│ │ │ ├── CategoriaREST.java
│ │ │ ├── ConstantsREST.java
│ │ │ ├── MensagemREST.java
│ │ │ ├── TopicoREST.java
│ │ │ └── UserREST.java
│ │ │ └── timer
│ │ │ └── Timer.java
│ │ ├── resources
│ │ ├── META-INF
│ │ │ └── persistence.xml
│ │ ├── app
│ │ │ └── message
│ │ │ │ └── AppMessage.properties
│ │ ├── demoiselle.properties
│ │ ├── import.sql
│ │ └── standalone.xml
│ │ └── webapp
│ │ ├── META-INF
│ │ └── context.xml
│ │ ├── WEB-INF
│ │ ├── beans.xml
│ │ ├── jboss-web.xml
│ │ └── web.xml
│ │ ├── favicon-16x16.png
│ │ ├── favicon-32x32.png
│ │ ├── index.html
│ │ ├── oauth2-redirect.html
│ │ ├── swagger-ui-bundle.js
│ │ ├── swagger-ui-bundle.js.map
│ │ ├── swagger-ui-standalone-preset.js
│ │ ├── swagger-ui-standalone-preset.js.map
│ │ ├── swagger-ui.css
│ │ ├── swagger-ui.css.map
│ │ ├── swagger-ui.js
│ │ └── swagger-ui.js.map
└── frontend
│ ├── .angular-cli.json
│ ├── .editorconfig
│ ├── .prettierrc
│ ├── README.md
│ ├── e2e
│ ├── app.e2e-spec.ts
│ ├── app.po.ts
│ └── tsconfig.e2e.json
│ ├── karma.conf.js
│ ├── ngsw-manifest.json
│ ├── package-lock.json
│ ├── package.json
│ ├── protractor.conf.js
│ ├── src
│ ├── app.webmanifest
│ ├── app
│ │ ├── app-routing.module.ts
│ │ ├── app.component.html
│ │ ├── app.component.spec.ts
│ │ ├── app.component.ts
│ │ ├── app.module.ts
│ │ ├── auth
│ │ │ ├── amnesia
│ │ │ │ ├── amnesia-routing.module.ts
│ │ │ │ ├── amnesia.component.html
│ │ │ │ ├── amnesia.component.ts
│ │ │ │ ├── amnesia.module.ts
│ │ │ │ └── index.ts
│ │ │ ├── credentials.service.ts
│ │ │ ├── login
│ │ │ │ ├── index.ts
│ │ │ │ ├── login-routing.module.ts
│ │ │ │ ├── login.component.html
│ │ │ │ ├── login.component.ts
│ │ │ │ └── login.module.ts
│ │ │ └── register
│ │ │ │ ├── index.ts
│ │ │ │ ├── register-routing.module.ts
│ │ │ │ ├── register.component.html
│ │ │ │ ├── register.component.ts
│ │ │ │ └── register.module.ts
│ │ ├── categoria
│ │ │ ├── categoria-edit.component.html
│ │ │ ├── categoria-edit.component.ts
│ │ │ ├── categoria-routing.module.ts
│ │ │ ├── categoria.component.html
│ │ │ ├── categoria.component.scss
│ │ │ ├── categoria.component.ts
│ │ │ ├── categoria.model.ts
│ │ │ ├── categoria.module.ts
│ │ │ ├── categoria.resolver.ts
│ │ │ ├── categoria.service.ts
│ │ │ └── index.ts
│ │ ├── core
│ │ │ ├── core.module.ts
│ │ │ ├── notification.service.ts
│ │ │ ├── sw.service.ts
│ │ │ ├── util.service.ts
│ │ │ └── websocket.service.ts
│ │ ├── dashboard
│ │ │ ├── dashboard-routing.module.ts
│ │ │ ├── dashboard.component.html
│ │ │ ├── dashboard.component.ts
│ │ │ └── dashboard.module.ts
│ │ ├── mensagem
│ │ │ ├── index.ts
│ │ │ ├── mensagem-edit.component.html
│ │ │ ├── mensagem-edit.component.ts
│ │ │ ├── mensagem-routing.module.ts
│ │ │ ├── mensagem.component.html
│ │ │ ├── mensagem.component.scss
│ │ │ ├── mensagem.component.ts
│ │ │ ├── mensagem.model.ts
│ │ │ ├── mensagem.module.ts
│ │ │ ├── mensagem.resolver.ts
│ │ │ └── mensagem.service.ts
│ │ ├── shared
│ │ │ ├── index.ts
│ │ │ ├── layout
│ │ │ │ ├── components
│ │ │ │ │ ├── app-aside
│ │ │ │ │ │ ├── app-aside.component.html
│ │ │ │ │ │ ├── app-aside.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── app-breadcrumbs
│ │ │ │ │ │ ├── app-breadcrumbs.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── app-footer
│ │ │ │ │ │ ├── app-footer.component.html
│ │ │ │ │ │ ├── app-footer.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── app-header
│ │ │ │ │ │ ├── app-header.component.html
│ │ │ │ │ │ ├── app-header.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── app-sidebar-footer
│ │ │ │ │ │ ├── app-sidebar-footer.component.html
│ │ │ │ │ │ ├── app-sidebar-footer.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── app-sidebar-form
│ │ │ │ │ │ ├── app-sidebar-form.component.html
│ │ │ │ │ │ ├── app-sidebar-form.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── app-sidebar-header
│ │ │ │ │ │ ├── app-sidebar-header.component.html
│ │ │ │ │ │ ├── app-sidebar-header.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── app-sidebar-minimizer
│ │ │ │ │ │ ├── app-sidebar-minimizer.component.html
│ │ │ │ │ │ ├── app-sidebar-minimizer.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── app-sidebar
│ │ │ │ │ │ ├── app-sidebar.component.html
│ │ │ │ │ │ ├── app-sidebar.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ └── index.ts
│ │ │ │ ├── containers
│ │ │ │ │ ├── full-layout
│ │ │ │ │ │ ├── full-layout.component.html
│ │ │ │ │ │ ├── full-layout.component.ts
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── index.ts
│ │ │ │ │ └── simple-layout
│ │ │ │ │ │ ├── index.ts
│ │ │ │ │ │ ├── simple-layout.component.html
│ │ │ │ │ │ └── simple-layout.component.ts
│ │ │ │ └── directives
│ │ │ │ │ ├── aside
│ │ │ │ │ ├── aside.directive.ts
│ │ │ │ │ └── index.ts
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── nav-dropdown
│ │ │ │ │ ├── index.ts
│ │ │ │ │ └── nav-dropdown.directive.ts
│ │ │ │ │ └── sidebar
│ │ │ │ │ ├── index.ts
│ │ │ │ │ └── sidebar.directive.ts
│ │ │ └── shared.module.ts
│ │ ├── topico
│ │ │ ├── index.ts
│ │ │ ├── topico-edit.component.html
│ │ │ ├── topico-edit.component.ts
│ │ │ ├── topico-routing.module.ts
│ │ │ ├── topico.component.html
│ │ │ ├── topico.component.scss
│ │ │ ├── topico.component.ts
│ │ │ ├── topico.model.ts
│ │ │ ├── topico.module.ts
│ │ │ ├── topico.resolver.ts
│ │ │ └── topico.service.ts
│ │ └── user
│ │ │ ├── index.ts
│ │ │ ├── user-edit.component.html
│ │ │ ├── user-edit.component.ts
│ │ │ ├── user-routing.module.ts
│ │ │ ├── user.component.html
│ │ │ ├── user.component.scss
│ │ │ ├── user.component.ts
│ │ │ ├── user.model.ts
│ │ │ ├── user.module.ts
│ │ │ ├── user.resolver.ts
│ │ │ └── user.service.ts
│ ├── assets
│ │ ├── android
│ │ │ ├── android-icon-144x144.png
│ │ │ ├── android-icon-192x192.png
│ │ │ ├── android-icon-36x36.png
│ │ │ ├── android-icon-48x48.png
│ │ │ ├── android-icon-72x72.png
│ │ │ ├── android-icon-96x96.png
│ │ │ ├── android-launchericon-144-144.png
│ │ │ ├── android-launchericon-192-192.png
│ │ │ ├── android-launchericon-48-48.png
│ │ │ ├── android-launchericon-512-512.png
│ │ │ ├── android-launchericon-72-72.png
│ │ │ └── android-launchericon-96-96.png
│ │ ├── chrome
│ │ │ ├── chrome-extensionmanagementpage-48-48.png
│ │ │ ├── chrome-favicon-16-16.png
│ │ │ └── chrome-installprocess-128-128.png
│ │ ├── favicon-16x16.png
│ │ ├── favicon-32x32.png
│ │ ├── favicon-96x96.png
│ │ ├── favicon.ico
│ │ ├── firefox
│ │ │ ├── firefox-general-128-128.png
│ │ │ ├── firefox-general-16-16.png
│ │ │ ├── firefox-general-256-256.png
│ │ │ ├── firefox-general-32-32.png
│ │ │ ├── firefox-general-48-48.png
│ │ │ ├── firefox-general-64-64.png
│ │ │ ├── firefox-general-90-90.png
│ │ │ ├── firefox-marketplace-128-128.png
│ │ │ └── firefox-marketplace-512-512.png
│ │ ├── img
│ │ │ ├── avatars
│ │ │ │ └── 9.jpg
│ │ │ ├── logo-symbol.png
│ │ │ └── logo.png
│ │ ├── ios
│ │ │ ├── apple-icon-114x114.png
│ │ │ ├── apple-icon-120x120.png
│ │ │ ├── apple-icon-144x144.png
│ │ │ ├── apple-icon-152x152.png
│ │ │ ├── apple-icon-180x180.png
│ │ │ ├── apple-icon-57x57.png
│ │ │ ├── apple-icon-60x60.png
│ │ │ ├── apple-icon-72x72.png
│ │ │ ├── apple-icon-76x76.png
│ │ │ ├── apple-icon-precomposed.png
│ │ │ ├── apple-icon.png
│ │ │ ├── ios-appicon-1024-1024.png
│ │ │ ├── ios-appicon-120-120.png
│ │ │ ├── ios-appicon-152-152.png
│ │ │ ├── ios-appicon-180-180.png
│ │ │ ├── ios-appicon-76-76.png
│ │ │ ├── ios-launchimage-1024-768.png
│ │ │ ├── ios-launchimage-1242-2208.png
│ │ │ ├── ios-launchimage-1334-750.png
│ │ │ ├── ios-launchimage-1536-2048.png
│ │ │ ├── ios-launchimage-2048-1536.png
│ │ │ ├── ios-launchimage-2208-1242.png
│ │ │ ├── ios-launchimage-640-1136.png
│ │ │ ├── ios-launchimage-640-960.png
│ │ │ ├── ios-launchimage-750-1334.png
│ │ │ └── ios-launchimage-768-1024.png
│ │ ├── logo-symbol.png
│ │ ├── logo.png
│ │ ├── portfolio
│ │ │ ├── Thumbs.db
│ │ │ ├── logo-demoiselle-products.png
│ │ │ └── thumbnail.png
│ │ ├── windows
│ │ │ ├── windows-smallsquare-24-24.png
│ │ │ ├── windows-smallsquare-30-30.png
│ │ │ ├── windows-smallsquare-42-42.png
│ │ │ ├── windows-smallsquare-54-54.png
│ │ │ ├── windows-splashscreen-1116-540.png
│ │ │ ├── windows-splashscreen-620-300.png
│ │ │ ├── windows-splashscreen-868-420.png
│ │ │ ├── windows-squarelogo-120-120.png
│ │ │ ├── windows-squarelogo-150-150.png
│ │ │ ├── windows-squarelogo-210-210.png
│ │ │ ├── windows-squarelogo-270-270.png
│ │ │ ├── windows-storelogo-50-50.png
│ │ │ ├── windows-storelogo-70-70.png
│ │ │ ├── windows-storelogo-90-90.png
│ │ │ ├── windowsphone-appicon-106-106.png
│ │ │ ├── windowsphone-appicon-44-44.png
│ │ │ ├── windowsphone-appicon-62-62.png
│ │ │ ├── windowsphone-mediumtile-150-150.png
│ │ │ ├── windowsphone-mediumtile-210-210.png
│ │ │ ├── windowsphone-mediumtile-360-360.png
│ │ │ ├── windowsphone-smalltile-170-170.png
│ │ │ ├── windowsphone-smalltile-71-71.png
│ │ │ ├── windowsphone-smalltile-99-99.png
│ │ │ ├── windowsphone-storelogo-120-120.png
│ │ │ ├── windowsphone-storelogo-50-50.png
│ │ │ └── windowsphone-storelogo-70-70.png
│ │ └── windows10
│ │ │ ├── BadgeLogo.scale-100.png
│ │ │ ├── BadgeLogo.scale-125.png
│ │ │ ├── BadgeLogo.scale-150.png
│ │ │ ├── BadgeLogo.scale-200.png
│ │ │ ├── BadgeLogo.scale-400.png
│ │ │ ├── SplashScreen.scale-100.png
│ │ │ ├── SplashScreen.scale-125.png
│ │ │ ├── SplashScreen.scale-150.png
│ │ │ ├── SplashScreen.scale-200.png
│ │ │ ├── SplashScreen.scale-400.png
│ │ │ ├── Square150x150Logo.scale-100.png
│ │ │ ├── Square150x150Logo.scale-125.png
│ │ │ ├── Square150x150Logo.scale-150.png
│ │ │ ├── Square150x150Logo.scale-200.png
│ │ │ ├── Square150x150Logo.scale-400.png
│ │ │ ├── Square310x310Logo.scale-100.png
│ │ │ ├── Square310x310Logo.scale-125.png
│ │ │ ├── Square310x310Logo.scale-150.png
│ │ │ ├── Square310x310Logo.scale-200.png
│ │ │ ├── Square310x310Logo.scale-400.png
│ │ │ ├── Square44x44Logo.scale-100.png
│ │ │ ├── Square44x44Logo.scale-125.png
│ │ │ ├── Square44x44Logo.scale-150.png
│ │ │ ├── Square44x44Logo.scale-200.png
│ │ │ ├── Square44x44Logo.scale-400.png
│ │ │ ├── Square44x44Logo.targetsize-16.png
│ │ │ ├── Square44x44Logo.targetsize-16_altform-unplated.png
│ │ │ ├── Square44x44Logo.targetsize-24.png
│ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png
│ │ │ ├── Square44x44Logo.targetsize-256.png
│ │ │ ├── Square44x44Logo.targetsize-256_altform-unplated.png
│ │ │ ├── Square44x44Logo.targetsize-48.png
│ │ │ ├── Square44x44Logo.targetsize-48_altform-unplated.png
│ │ │ ├── Square71x71Logo.scale-100.png
│ │ │ ├── Square71x71Logo.scale-125.png
│ │ │ ├── Square71x71Logo.scale-150.png
│ │ │ ├── Square71x71Logo.scale-200.png
│ │ │ ├── Square71x71Logo.scale-400.png
│ │ │ ├── StoreLogo.png
│ │ │ ├── StoreLogo.scale-100.png
│ │ │ ├── StoreLogo.scale-125.png
│ │ │ ├── StoreLogo.scale-150.png
│ │ │ ├── StoreLogo.scale-200.png
│ │ │ ├── StoreLogo.scale-400.png
│ │ │ ├── Wide310x150Logo.scale-100.png
│ │ │ ├── Wide310x150Logo.scale-125.png
│ │ │ ├── Wide310x150Logo.scale-150.png
│ │ │ ├── Wide310x150Logo.scale-200.png
│ │ │ └── Wide310x150Logo.scale-400.png
│ ├── background.js
│ ├── environments
│ │ ├── environment.prod.ts
│ │ └── environment.ts
│ ├── favicon.ico
│ ├── humans.txt
│ ├── index.html
│ ├── main.ts
│ ├── polyfills.ts
│ ├── scss
│ │ ├── _bootstrap-variables.scss
│ │ ├── _core-variables.scss
│ │ ├── _custom.scss
│ │ ├── _table-responsive.scss
│ │ ├── core
│ │ │ ├── _animate.scss
│ │ │ ├── _aside.scss
│ │ │ ├── _avatars.scss
│ │ │ ├── _badge.scss
│ │ │ ├── _breadcrumb-menu.scss
│ │ │ ├── _breadcrumb.scss
│ │ │ ├── _buttons.scss
│ │ │ ├── _callout.scss
│ │ │ ├── _card.scss
│ │ │ ├── _charts.scss
│ │ │ ├── _dropdown-menu-right.scss
│ │ │ ├── _dropdown.scss
│ │ │ ├── _footer.scss
│ │ │ ├── _grid.scss
│ │ │ ├── _input-group.scss
│ │ │ ├── _layout.scss
│ │ │ ├── _loading.scss
│ │ │ ├── _mixins.scss
│ │ │ ├── _mobile.scss
│ │ │ ├── _modal.scss
│ │ │ ├── _nav.scss
│ │ │ ├── _navbar.scss
│ │ │ ├── _others.scss
│ │ │ ├── _progress.scss
│ │ │ ├── _rtl.scss
│ │ │ ├── _sidebar.scss
│ │ │ ├── _switches.scss
│ │ │ ├── _tables.scss
│ │ │ ├── _temp.scss
│ │ │ ├── _typography.scss
│ │ │ ├── _utilities.scss
│ │ │ ├── _variables.scss
│ │ │ ├── _widgets.scss
│ │ │ ├── core.scss
│ │ │ └── utilities
│ │ │ │ ├── _background.scss
│ │ │ │ ├── _borders.scss
│ │ │ │ └── _display.scss
│ │ ├── style.scss
│ │ └── vendors
│ │ │ ├── _variables.scss
│ │ │ └── chart.js
│ │ │ └── chart.scss
│ ├── service-worker
│ │ ├── plugins
│ │ │ └── custom-listeners.js
│ │ ├── rollup.js
│ │ └── worker-basic.js
│ ├── styles.css
│ ├── test.ts
│ ├── tsconfig.app.json
│ ├── tsconfig.spec.json
│ └── typings.d.ts
│ ├── tsconfig.json
│ └── tslint.json
├── livraria
├── .gitignore
├── .yo-rc.json
├── README.md
├── backend
│ ├── nb-configuration.xml
│ ├── pom.xml
│ └── src
│ │ └── main
│ │ ├── java
│ │ └── org
│ │ │ └── demoiselle
│ │ │ └── livraria
│ │ │ ├── bc
│ │ │ ├── LivroBC.java
│ │ │ └── UserBC.java
│ │ │ ├── constants
│ │ │ └── Perfil.java
│ │ │ ├── dao
│ │ │ ├── LivroDAO.java
│ │ │ └── UserDAO.java
│ │ │ ├── entity
│ │ │ ├── Livro.java
│ │ │ └── User.java
│ │ │ ├── message
│ │ │ └── AppMessage.java
│ │ │ ├── security
│ │ │ ├── Credentials.java
│ │ │ └── UserRegister.java
│ │ │ └── service
│ │ │ ├── ApplicationConfig.java
│ │ │ ├── AuthREST.java
│ │ │ ├── ConstantsREST.java
│ │ │ ├── LivroREST.java
│ │ │ └── UserREST.java
│ │ ├── resources
│ │ ├── META-INF
│ │ │ └── persistence.xml
│ │ ├── app
│ │ │ └── message
│ │ │ │ └── AppMessage.properties
│ │ ├── create.sql
│ │ ├── demoiselle.properties
│ │ ├── import.sql
│ │ └── standalone.xml
│ │ └── webapp
│ │ ├── META-INF
│ │ └── context.xml
│ │ ├── WEB-INF
│ │ ├── beans.xml
│ │ ├── jboss-web.xml
│ │ └── web.xml
│ │ ├── auth.html
│ │ ├── auth.json
│ │ ├── index.html
│ │ ├── plugins
│ │ ├── after-explorer
│ │ │ ├── xml-formatter.js
│ │ │ └── xml-formatter.min.js
│ │ ├── before-display
│ │ │ ├── markdown.js
│ │ │ ├── markdown.min.js
│ │ │ ├── operations.js
│ │ │ ├── operations.min.js
│ │ │ ├── sort.js
│ │ │ └── sort.min.js
│ │ ├── before-explorer
│ │ │ ├── auth.sample.js
│ │ │ ├── auth.sample.min.js
│ │ │ ├── transform.js
│ │ │ └── transform.min.js
│ │ ├── before-load
│ │ │ ├── yaml.js
│ │ │ └── yaml.min.js
│ │ ├── before-parse
│ │ │ ├── base.js
│ │ │ ├── base.min.js
│ │ │ ├── external-references.js
│ │ │ ├── external-references.min.js
│ │ │ ├── split.js
│ │ │ ├── split.min.js
│ │ │ ├── swagger-1-to-2.js
│ │ │ └── swagger-1-to-2.min.js
│ │ ├── plugins.js
│ │ └── plugins.min.js
│ │ ├── scripts
│ │ ├── swagger-ui-material.core.min.js
│ │ ├── swagger-ui-material.full.js
│ │ ├── swagger-ui-material.min.js
│ │ └── swagger-ui-material.templates.min.js
│ │ └── styles
│ │ └── swagger-ui-material.min.css
├── frontend
│ ├── config
│ │ ├── webpack.dev.js
│ │ ├── webpack.prod.js
│ │ └── webpack.test.js
│ ├── karma-shim.js
│ ├── karma.conf.js
│ ├── package.json
│ ├── protractor.conf.js
│ ├── src
│ │ ├── app
│ │ │ ├── app-routing.module.ts
│ │ │ ├── app.component.e2e-spec.ts
│ │ │ ├── app.component.html
│ │ │ ├── app.component.scss
│ │ │ ├── app.component.spec.ts
│ │ │ ├── app.component.ts
│ │ │ ├── app.module.ts
│ │ │ ├── core
│ │ │ │ └── core.module.ts
│ │ │ ├── home
│ │ │ │ ├── home-routing.module.ts
│ │ │ │ ├── home.component.e2e-spec.ts
│ │ │ │ ├── home.component.html
│ │ │ │ ├── home.component.scss
│ │ │ │ ├── home.component.spec.ts
│ │ │ │ ├── home.component.ts
│ │ │ │ ├── home.module.ts
│ │ │ │ └── index.ts
│ │ │ ├── livraria
│ │ │ │ ├── index.ts
│ │ │ │ ├── livraria-edit.component.html
│ │ │ │ ├── livraria-edit.component.ts
│ │ │ │ ├── livraria-routing.module.ts
│ │ │ │ ├── livraria.component.html
│ │ │ │ ├── livraria.component.scss
│ │ │ │ ├── livraria.component.ts
│ │ │ │ ├── livraria.model.ts
│ │ │ │ ├── livraria.module.ts
│ │ │ │ └── livraria.service.ts
│ │ │ ├── livro
│ │ │ │ ├── index.ts
│ │ │ │ ├── livro-edit.component.html
│ │ │ │ ├── livro-edit.component.ts
│ │ │ │ ├── livro-routing.module.ts
│ │ │ │ ├── livro.component.html
│ │ │ │ ├── livro.component.scss
│ │ │ │ ├── livro.component.ts
│ │ │ │ ├── livro.model.ts
│ │ │ │ ├── livro.module.ts
│ │ │ │ └── livro.service.ts
│ │ │ ├── login
│ │ │ │ ├── index.ts
│ │ │ │ ├── login-routing.module.ts
│ │ │ │ ├── login.component.html
│ │ │ │ ├── login.component.ts
│ │ │ │ ├── login.module.ts
│ │ │ │ └── login.service.ts
│ │ │ ├── shared
│ │ │ │ ├── components
│ │ │ │ │ └── error-form.component.ts
│ │ │ │ ├── directives
│ │ │ │ │ ├── email.validator.ts
│ │ │ │ │ └── equal.validator.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── notification.service.ts
│ │ │ │ ├── shared.module.ts
│ │ │ │ ├── sidebar-menu
│ │ │ │ │ ├── sidebar-menu.component.scss
│ │ │ │ │ ├── sidebar-menu.component.ts
│ │ │ │ │ └── sidebar-menu.template.html
│ │ │ │ ├── toast-communication.service.ts
│ │ │ │ └── top-nav
│ │ │ │ │ ├── top-nav.component.scss
│ │ │ │ │ ├── top-nav.component.ts
│ │ │ │ │ ├── top-nav.template.html
│ │ │ │ │ ├── user-dropdown.component.ts
│ │ │ │ │ └── user-dropdown.template.html
│ │ │ └── user
│ │ │ │ ├── index.ts
│ │ │ │ ├── user-edit.component.html
│ │ │ │ ├── user-edit.component.ts
│ │ │ │ ├── user-routing.module.ts
│ │ │ │ ├── user.component.html
│ │ │ │ ├── user.component.scss
│ │ │ │ ├── user.component.ts
│ │ │ │ ├── user.model.ts
│ │ │ │ ├── user.module.ts
│ │ │ │ └── user.service.ts
│ │ ├── main.ts
│ │ ├── polyfills.ts
│ │ ├── public
│ │ │ ├── img
│ │ │ │ └── menu-left.svg
│ │ │ ├── index.html
│ │ │ └── service-worker.js
│ │ ├── style
│ │ │ └── global.scss
│ │ └── vendor.ts
│ ├── tsconfig.json
│ ├── tslint.json
│ ├── typedoc.json
│ └── webpack.config.js
├── progressive
│ ├── Gruntfile.js
│ ├── app
│ │ ├── favicon.ico
│ │ ├── images
│ │ │ ├── apple-touch-icon.png
│ │ │ ├── bg-comunidade.png
│ │ │ ├── bg-exemplos.png
│ │ │ ├── bg-produtos.jpg
│ │ │ ├── bg-produtos.png
│ │ │ ├── chrome-splashscreen-icon-384x384.png
│ │ │ ├── chrome-touch-icon-192x192.png
│ │ │ ├── demoiselle.png
│ │ │ ├── devices.jpg
│ │ │ ├── hamburger.svg
│ │ │ ├── header-bg.jpg
│ │ │ ├── ic_add_24px.svg
│ │ │ ├── ic_info_outline_24px.svg
│ │ │ ├── ic_menu_24px.svg
│ │ │ ├── icon-128x128.png
│ │ │ ├── logo-header-afix.png
│ │ │ ├── logo-header.png
│ │ │ ├── map-image-old.png
│ │ │ ├── map-image.png
│ │ │ ├── ms-touch-icon-144x144-precomposed.png
│ │ │ ├── photo.jpg
│ │ │ ├── side-nav-bg@2x.jpg
│ │ │ └── touch
│ │ │ │ ├── apple-touch-icon.png
│ │ │ │ ├── chrome-touch-icon-192x192.png
│ │ │ │ ├── icon-128x128.png
│ │ │ │ └── ms-touch-icon-144x144-precomposed.png
│ │ ├── index.html
│ │ ├── manifest.json
│ │ ├── robots.txt
│ │ ├── scripts
│ │ │ ├── app.js
│ │ │ ├── config.js
│ │ │ ├── controllers
│ │ │ │ ├── application.js
│ │ │ │ ├── auth.js
│ │ │ │ ├── dashboard.js
│ │ │ │ └── livro.js
│ │ │ ├── directives
│ │ │ │ └── directives.js
│ │ │ ├── routes
│ │ │ │ ├── dashboard.js
│ │ │ │ ├── livro.js
│ │ │ │ └── login.js
│ │ │ └── services
│ │ │ │ ├── alert.js
│ │ │ │ ├── app.js
│ │ │ │ ├── auth.js
│ │ │ │ ├── cep.js
│ │ │ │ ├── contante.js
│ │ │ │ ├── dashboard.js
│ │ │ │ ├── livro.js
│ │ │ │ ├── validation.js
│ │ │ │ ├── windows.js
│ │ │ │ └── ws.js
│ │ ├── service-worker.js
│ │ └── views
│ │ │ ├── dashboard.html
│ │ │ ├── livro
│ │ │ ├── edit.html
│ │ │ └── list.html
│ │ │ ├── login.html
│ │ │ └── register.html
│ ├── bower.json
│ ├── nbproject
│ │ ├── project.properties
│ │ └── project.xml
│ └── package.json
└── sql
│ └── database-master.sql
├── push
├── LICENSE
├── README.md
├── backend
│ ├── pom.xml
│ └── src
│ │ └── main
│ │ ├── java
│ │ ├── .gitkeep
│ │ └── app
│ │ │ ├── constants
│ │ │ └── Perfil.java
│ │ │ ├── dao
│ │ │ └── UserDAO.java
│ │ │ ├── entity
│ │ │ └── User.java
│ │ │ ├── scheduler
│ │ │ └── TimerPush.java
│ │ │ ├── security
│ │ │ ├── Credentials.java
│ │ │ └── RestMessage.java
│ │ │ ├── service
│ │ │ ├── ApplicationConfig.java
│ │ │ ├── AuthREST.java
│ │ │ └── PushREST.java
│ │ │ └── socket
│ │ │ └── push
│ │ │ ├── PushConfigurator.java
│ │ │ ├── PushEndpoint.java
│ │ │ ├── PushMessage.java
│ │ │ ├── PushMessageDecoder.java
│ │ │ └── PushMessageEncoder.java
│ │ ├── resources
│ │ ├── .gitkeep
│ │ ├── META-INF
│ │ │ ├── beans.xml
│ │ │ └── persistence.xml
│ │ ├── demoiselle.properties
│ │ └── import.sql
│ │ └── webapp
│ │ ├── META-INF
│ │ └── context.xml
│ │ ├── WEB-INF
│ │ ├── beans.xml
│ │ ├── jboss-web.xml
│ │ └── web.xml
│ │ ├── auth.html
│ │ ├── auth.json
│ │ ├── css
│ │ └── swagger-ui.min.css
│ │ ├── images
│ │ └── jbosscorp_logo.png
│ │ ├── index.html
│ │ ├── plugins
│ │ ├── after-explorer
│ │ │ ├── xml-formatter.js
│ │ │ └── xml-formatter.min.js
│ │ ├── before-display
│ │ │ ├── markdown.js
│ │ │ ├── markdown.min.js
│ │ │ ├── operations.js
│ │ │ ├── operations.min.js
│ │ │ ├── sort.js
│ │ │ └── sort.min.js
│ │ ├── before-explorer
│ │ │ ├── auth.sample.js
│ │ │ ├── auth.sample.min.js
│ │ │ ├── transform.js
│ │ │ └── transform.min.js
│ │ ├── before-load
│ │ │ ├── yaml.js
│ │ │ └── yaml.min.js
│ │ ├── before-parse
│ │ │ ├── base.js
│ │ │ ├── base.min.js
│ │ │ ├── external-references.js
│ │ │ ├── external-references.min.js
│ │ │ ├── split.js
│ │ │ ├── split.min.js
│ │ │ ├── swagger-1-to-2.js
│ │ │ └── swagger-1-to-2.min.js
│ │ ├── plugins.js
│ │ └── plugins.min.js
│ │ ├── scripts
│ │ ├── modules
│ │ │ ├── swagger-external-references.min.js
│ │ │ ├── swagger-xml-formatter.min.js
│ │ │ └── swagger1-to-swagger2-converter.min.js
│ │ ├── swagger-ui-material.core.min.js
│ │ ├── swagger-ui-material.full.js
│ │ ├── swagger-ui-material.min.js
│ │ ├── swagger-ui-material.templates.min.js
│ │ └── swagger-ui.min.js
│ │ └── styles
│ │ └── swagger-ui-material.min.css
└── worker
│ └── service-worker.js
└── todoList
├── LICENSE
├── README.md
├── backend
├── nb-configuration.xml
├── pom.xml
├── src
│ └── main
│ │ ├── java
│ │ └── app
│ │ │ ├── bc
│ │ │ ├── TodoBC.java
│ │ │ └── UserBC.java
│ │ │ ├── constants
│ │ │ ├── Perfil.java
│ │ │ └── Status.java
│ │ │ ├── dao
│ │ │ ├── TodoDAO.java
│ │ │ └── UserDAO.java
│ │ │ ├── entity
│ │ │ ├── Todo.java
│ │ │ └── User.java
│ │ │ ├── message
│ │ │ └── TodoMessage.java
│ │ │ ├── security
│ │ │ └── Credentials.java
│ │ │ └── service
│ │ │ ├── ApplicationConfig.java
│ │ │ ├── AuthREST.java
│ │ │ ├── ConstantsREST.java
│ │ │ ├── TodoREST.java
│ │ │ └── UserREST.java
│ │ ├── resources
│ │ ├── META-INF
│ │ │ └── persistence.xml
│ │ ├── app
│ │ │ └── message
│ │ │ │ └── TodoMessage.properties
│ │ ├── demoiselle.properties
│ │ ├── import.sql
│ │ └── standalone.xml
│ │ └── webapp
│ │ ├── META-INF
│ │ └── context.xml
│ │ ├── WEB-INF
│ │ ├── beans.xml
│ │ ├── jboss-web.xml
│ │ └── web.xml
│ │ ├── auth.html
│ │ ├── auth.json
│ │ ├── index.html
│ │ ├── plugins
│ │ ├── after-explorer
│ │ │ ├── xml-formatter.js
│ │ │ └── xml-formatter.min.js
│ │ ├── before-display
│ │ │ ├── markdown.js
│ │ │ ├── markdown.min.js
│ │ │ ├── operations.js
│ │ │ ├── operations.min.js
│ │ │ ├── sort.js
│ │ │ └── sort.min.js
│ │ ├── before-explorer
│ │ │ ├── auth.sample.js
│ │ │ ├── auth.sample.min.js
│ │ │ ├── transform.js
│ │ │ └── transform.min.js
│ │ ├── before-load
│ │ │ ├── yaml.js
│ │ │ └── yaml.min.js
│ │ ├── before-parse
│ │ │ ├── base.js
│ │ │ ├── base.min.js
│ │ │ ├── external-references.js
│ │ │ ├── external-references.min.js
│ │ │ ├── split.js
│ │ │ ├── split.min.js
│ │ │ ├── swagger-1-to-2.js
│ │ │ └── swagger-1-to-2.min.js
│ │ ├── plugins.js
│ │ └── plugins.min.js
│ │ ├── scripts
│ │ ├── swagger-ui-material.core.min.js
│ │ ├── swagger-ui-material.full.js
│ │ ├── swagger-ui-material.min.js
│ │ └── swagger-ui-material.templates.min.js
│ │ └── styles
│ │ └── swagger-ui-material.min.css
└── todo.iml
├── contrib
├── README.md
└── ngprime
│ ├── README.md
│ ├── config
│ ├── webpack.dev.js
│ ├── webpack.prod.js
│ └── webpack.test.js
│ ├── karma-shim.js
│ ├── karma.conf.js
│ ├── package.json
│ ├── protractor.conf.js
│ ├── src
│ ├── app
│ │ ├── app-routing.module.ts
│ │ ├── app.component.e2e-spec.ts
│ │ ├── app.component.html
│ │ ├── app.component.scss
│ │ ├── app.component.spec.ts
│ │ ├── app.component.ts
│ │ ├── app.module.ts
│ │ ├── core
│ │ │ └── core.module.ts
│ │ ├── home
│ │ │ ├── home-routing.module.ts
│ │ │ ├── home.component.e2e-spec.ts
│ │ │ ├── home.component.html
│ │ │ ├── home.component.scss
│ │ │ ├── home.component.spec.ts
│ │ │ ├── home.component.ts
│ │ │ ├── home.module.ts
│ │ │ └── index.ts
│ │ ├── login
│ │ │ ├── index.ts
│ │ │ ├── login-routing.module.ts
│ │ │ ├── login.component.html
│ │ │ ├── login.component.ts
│ │ │ ├── login.module.ts
│ │ │ └── shared
│ │ │ │ └── login.service.ts
│ │ ├── shared
│ │ │ ├── index.ts
│ │ │ ├── notification.service.ts
│ │ │ ├── shared.module.ts
│ │ │ ├── sidebar-menu
│ │ │ │ ├── sidebar-menu.component.scss
│ │ │ │ ├── sidebar-menu.component.ts
│ │ │ │ └── sidebar-menu.template.html
│ │ │ └── top-nav
│ │ │ │ ├── top-nav.component.scss
│ │ │ │ ├── top-nav.component.ts
│ │ │ │ ├── top-nav.template.html
│ │ │ │ ├── user-dropdown.component.ts
│ │ │ │ └── user-dropdown.template.html
│ │ ├── todo
│ │ │ ├── index.ts
│ │ │ ├── shared
│ │ │ │ ├── todo.model.ts
│ │ │ │ └── todo.service.ts
│ │ │ ├── todo-routing.module.ts
│ │ │ ├── todo.component.html
│ │ │ ├── todo.component.scss
│ │ │ ├── todo.component.ts
│ │ │ └── todo.module.ts
│ │ └── user
│ │ │ ├── index.ts
│ │ │ ├── shared
│ │ │ ├── user.model.ts
│ │ │ └── user.service.ts
│ │ │ ├── user-edit
│ │ │ ├── user-edit.component.html
│ │ │ └── user-edit.component.ts
│ │ │ ├── user-routing.module.ts
│ │ │ ├── user.component.html
│ │ │ ├── user.component.scss
│ │ │ ├── user.component.ts
│ │ │ └── user.module.ts
│ ├── main.ts
│ ├── polyfills.ts
│ ├── public
│ │ ├── img
│ │ │ └── menu-left.svg
│ │ ├── index.html
│ │ └── service-worker.js
│ ├── style
│ │ └── global.scss
│ └── vendor.ts
│ ├── tsconfig.json
│ ├── tslint.json
│ ├── typedoc.json
│ └── webpack.config.js
├── frontend
├── config
│ ├── webpack.dev.js
│ ├── webpack.prod.js
│ └── webpack.test.js
├── dist
│ ├── css
│ │ ├── app.2f55b320fe3fc39091cc.css
│ │ ├── app.2f55b320fe3fc39091cc.css.map
│ │ ├── vendor.2f55b320fe3fc39091cc.css
│ │ └── vendor.2f55b320fe3fc39091cc.css.map
│ ├── fonts
│ │ ├── fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot
│ │ ├── fontawesome-webfont.912ec66d7572ff821749319396470bde.svg
│ │ ├── fontawesome-webfont.af7ae505a9eed503f8b8e6982036873e.woff2
│ │ ├── fontawesome-webfont.b06871f281fee6b241d60582ae9369b9.ttf
│ │ ├── fontawesome-webfont.fee66e712a8a08eef5805a46892932ad.woff
│ │ ├── glyphicons-halflings-regular.448c34a56d699c29117adc64c43affeb.woff2
│ │ ├── glyphicons-halflings-regular.89889688147bd7575d6327160d64e760.svg
│ │ ├── glyphicons-halflings-regular.e18bbf611f2a2e43afc071aa2f4e1512.ttf
│ │ ├── glyphicons-halflings-regular.f4769f9bdb7466be65088239c12046d1.eot
│ │ └── glyphicons-halflings-regular.fa2772327f55d8198301fdb8bcfc8158.woff
│ ├── img
│ │ └── menu-left.svg
│ ├── index.html
│ ├── js
│ │ ├── app.2f55b320fe3fc39091cc.js
│ │ ├── app.2f55b320fe3fc39091cc.js.map
│ │ ├── polyfills.2f55b320fe3fc39091cc.js
│ │ ├── polyfills.2f55b320fe3fc39091cc.js.map
│ │ ├── vendor.2f55b320fe3fc39091cc.js
│ │ └── vendor.2f55b320fe3fc39091cc.js.map
│ └── service-worker.js
├── karma-shim.js
├── karma.conf.js
├── package.json
├── protractor.conf.js
├── src
│ ├── app
│ │ ├── app-routing.module.ts
│ │ ├── app.component.e2e-spec.js
│ │ ├── app.component.html
│ │ ├── app.component.scss
│ │ ├── app.component.spec.ts
│ │ ├── app.component.ts
│ │ ├── app.module.ts
│ │ ├── core
│ │ │ └── core.module.ts
│ │ ├── home
│ │ │ ├── home-routing.module.ts
│ │ │ ├── home.component.e2e-spec.ts
│ │ │ ├── home.component.html
│ │ │ ├── home.component.scss
│ │ │ ├── home.component.spec.ts
│ │ │ ├── home.component.ts
│ │ │ ├── home.module.ts
│ │ │ └── index.ts
│ │ ├── login
│ │ │ ├── index.ts
│ │ │ ├── login-routing.module.ts
│ │ │ ├── login.component.html
│ │ │ ├── login.component.ts
│ │ │ ├── login.module.ts
│ │ │ └── shared
│ │ │ │ └── login.service.ts
│ │ ├── shared
│ │ │ ├── components
│ │ │ │ ├── error-field.component.ts
│ │ │ │ └── error-form.component.ts
│ │ │ ├── index.ts
│ │ │ ├── notification.service.ts
│ │ │ ├── shared.module.ts
│ │ │ ├── sidebar-menu
│ │ │ │ ├── sidebar-menu.component.scss
│ │ │ │ ├── sidebar-menu.component.ts
│ │ │ │ └── sidebar-menu.template.html
│ │ │ ├── toast-communication.service.ts
│ │ │ └── top-nav
│ │ │ │ ├── top-nav.component.scss
│ │ │ │ ├── top-nav.component.ts
│ │ │ │ ├── top-nav.template.html
│ │ │ │ ├── user-dropdown.component.ts
│ │ │ │ └── user-dropdown.template.html
│ │ ├── todo
│ │ │ ├── index.ts
│ │ │ ├── shared
│ │ │ │ ├── todo.model.ts
│ │ │ │ └── todo.service.ts
│ │ │ ├── todo-routing.module.ts
│ │ │ ├── todo.component.html
│ │ │ ├── todo.component.scss
│ │ │ ├── todo.component.ts
│ │ │ └── todo.module.ts
│ │ └── user
│ │ │ ├── index.ts
│ │ │ ├── shared
│ │ │ ├── user.model.ts
│ │ │ └── user.service.ts
│ │ │ ├── user-edit
│ │ │ ├── user-edit.component.html
│ │ │ └── user-edit.component.ts
│ │ │ ├── user-routing.module.ts
│ │ │ ├── user.component.html
│ │ │ ├── user.component.scss
│ │ │ ├── user.component.ts
│ │ │ └── user.module.ts
│ ├── main.ts
│ ├── polyfills.ts
│ ├── public
│ │ ├── img
│ │ │ └── menu-left.svg
│ │ ├── index.html
│ │ └── service-worker.js
│ ├── style
│ │ └── global.scss
│ └── vendor.ts
├── tsconfig.json
├── tslint.json
├── typedoc.json
└── webpack.config.js
└── progressive
├── .gitignore
├── config.xml
├── hooks
└── README.md
├── ionic.config.json
├── package.json
├── res
├── drawable-land-ldpi
│ └── screen.png
├── drawable-land-mdpi
│ └── screen.png
├── drawable-port-ldpi
│ └── screen.png
├── drawable-port-mdpi
│ └── screen.png
├── mipmap-hdpi
│ └── icon.png
├── mipmap-ldpi
│ └── icon.png
├── mipmap-mdpi
│ └── icon.png
├── mipmap-xhdpi
│ └── icon.png
├── mipmap-xxhdpi
│ └── icon.png
└── mipmap-xxxhdpi
│ └── icon.png
├── resources
├── android
│ ├── icon
│ │ ├── drawable-hdpi-icon.png
│ │ ├── drawable-ldpi-icon.png
│ │ ├── drawable-mdpi-icon.png
│ │ ├── drawable-xhdpi-icon.png
│ │ ├── drawable-xxhdpi-icon.png
│ │ └── drawable-xxxhdpi-icon.png
│ └── splash
│ │ ├── drawable-land-ldpi-screen.png
│ │ ├── drawable-land-mdpi-screen.png
│ │ ├── drawable-port-ldpi-screen.png
│ │ └── drawable-port-mdpi-screen.png
├── icon.png
└── splash.png
├── src
├── app
│ ├── app.component.ts
│ ├── app.html
│ ├── app.module.ts
│ ├── app.scss
│ └── main.ts
├── assets
│ └── icon
│ │ └── favicon.ico
├── declarations.d.ts
├── index.html
├── manifest.json
├── pages
│ ├── login
│ │ ├── login.html
│ │ ├── login.scss
│ │ └── login.ts
│ ├── register
│ │ ├── register.html
│ │ ├── register.scss
│ │ └── register.ts
│ ├── todo-form
│ │ ├── todo-form.html
│ │ ├── todo-form.scss
│ │ └── todo-form.ts
│ └── todo-list
│ │ ├── todo-list.html
│ │ ├── todo-list.scss
│ │ └── todo-list.ts
├── providers
│ ├── login-service.ts
│ ├── todo-model.ts
│ └── todo-service.ts
├── service-worker.js
└── theme
│ └── variables.scss
├── tsconfig.json
├── tslint.json
└── www
├── assets
├── fonts
│ ├── ionicons.eot
│ ├── ionicons.scss
│ ├── ionicons.svg
│ ├── ionicons.ttf
│ ├── ionicons.woff
│ ├── ionicons.woff2
│ ├── noto-sans-bold.ttf
│ ├── noto-sans-regular.ttf
│ ├── noto-sans.scss
│ ├── roboto-bold.ttf
│ ├── roboto-bold.woff
│ ├── roboto-light.ttf
│ ├── roboto-light.woff
│ ├── roboto-medium.ttf
│ ├── roboto-medium.woff
│ ├── roboto-regular.ttf
│ ├── roboto-regular.woff
│ └── roboto.scss
└── icon
│ └── favicon.ico
├── build
├── main.css
├── main.js
├── main.js.map
├── polyfills.js
└── sw-toolbox.js
├── index.html
├── manifest.json
└── service-worker.js
/.gitattributes:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/.gitattributes
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/.gitignore
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/README.md
--------------------------------------------------------------------------------
/_config.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/_config.yml
--------------------------------------------------------------------------------
/index.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/index.md
--------------------------------------------------------------------------------
/pom.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/pom.xml
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/arquivos/mysql.open:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/arquivos/mysql.open
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/desktop/.bowerrc:
--------------------------------------------------------------------------------
1 | {
2 | "directory" : "app/public/libs"
3 | }
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/desktop/.editorconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/desktop/.editorconfig
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/desktop/.jshintrc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/desktop/.jshintrc
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/desktop/Gruntfile.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/desktop/Gruntfile.js
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/desktop/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/desktop/README.md
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/desktop/app/app.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/desktop/app/app.js
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/desktop/app/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/desktop/app/index.html
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/desktop/app/public/css/app.css:
--------------------------------------------------------------------------------
1 | body {}
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/desktop/bower.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/desktop/bower.json
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/desktop/package.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/desktop/package.json
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/bower.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/mobile/bower.json
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/config.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/mobile/config.xml
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/gulpfile.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/mobile/gulpfile.js
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/hooks/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/mobile/hooks/README.md
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/ionic.project:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/mobile/ionic.project
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/package.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/mobile/package.json
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/platforms/android/.gradle/2.2.1/taskArtifacts/cache.properties:
--------------------------------------------------------------------------------
1 | #Wed Jan 20 17:54:59 BRST 2016
2 |
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/platforms/android/CordovaLib/build/intermediates/incremental/aidl/debug/dependency.store:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/platforms/android/CordovaLib/build/tmp/packageDebugJar/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 |
3 |
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/platforms/android/cordova/node_modules/shelljs/.npmignore:
--------------------------------------------------------------------------------
1 | test/
2 | tmp/
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/platforms/android/cordova/node_modules/shelljs/src/popd.js:
--------------------------------------------------------------------------------
1 | // see dirs.js
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/platforms/android/cordova/node_modules/shelljs/src/pushd.js:
--------------------------------------------------------------------------------
1 | // see dirs.js
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/platforms/platforms.json:
--------------------------------------------------------------------------------
1 | {
2 | "android": "4.1.1"
3 | }
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/plugins/cordova-plugin-splashscreen/tests/ios/CDVSplashScreenTest/.npmignore:
--------------------------------------------------------------------------------
1 | build
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/www/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/mobile/www/index.html
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/www/js/app.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/mobile/www/js/app.js
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/mobile/www/js/routes.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/mobile/www/js/routes.js
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/server/deployments/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/server/pom.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/server/pom.xml
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/server/src/main/java/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/server/src/main/resources/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/server/src/main/resources/messages.properties:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/view/Gruntfile.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/view/Gruntfile.js
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/view/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/view/README.md
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/view/app/.htaccess:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/view/app/.htaccess
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/view/app/WEB-INF/web.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/view/app/WEB-INF/web.xml
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/view/app/images/725.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/view/app/images/725.gif
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/view/app/images/new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/view/app/images/new.png
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/view/app/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/view/app/index.html
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/view/app/partials/loading.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/view/app/robots.txt:
--------------------------------------------------------------------------------
1 | # robotstxt.org
2 |
3 | User-agent: *
4 |
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/view/app/scripts/app.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/view/app/scripts/app.js
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/view/app/snoop.jsp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/view/app/snoop.jsp
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/view/app/styles/main.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/view/app/styles/main.css
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/view/app/views/403.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/view/app/views/403.html
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/view/bower.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/view/bower.json
--------------------------------------------------------------------------------
/v2/estacionamento251AngularJS/view/package.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamento251AngularJS/view/package.json
--------------------------------------------------------------------------------
/v2/estacionamentov234/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov234/.gitignore
--------------------------------------------------------------------------------
/v2/estacionamentov234/pom.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov234/pom.xml
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/conf/postgres-ds.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov234/src/conf/postgres-ds.xml
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/java/br/gov/serpro/lab/estacionamento/constant/readme.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/java/br/gov/serpro/lab/estacionamento/exception/readme.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/java/br/gov/serpro/lab/estacionamento/message/readme.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/java/br/gov/serpro/lab/estacionamento/util/readme.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/webapp/WEB-INF/.faces-config.xml.jsfdia:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/webapp/WEB-INF/web.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov234/src/main/webapp/WEB-INF/web.xml
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/webapp/access.jsp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov234/src/main/webapp/access.jsp
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/webapp/calendario.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov234/src/main/webapp/calendario.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/webapp/images/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov234/src/main/webapp/images/logo.png
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/webapp/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov234/src/main/webapp/index.html
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/webapp/index.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov234/src/main/webapp/index.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/webapp/login.jsp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov234/src/main/webapp/login.jsp
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/webapp/login.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov234/src/main/webapp/login.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/webapp/menu.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov234/src/main/webapp/menu.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/webapp/patio_edit.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov234/src/main/webapp/patio_edit.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/webapp/patio_list.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov234/src/main/webapp/patio_list.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/webapp/vaga_edit.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov234/src/main/webapp/vaga_edit.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/main/webapp/vaga_list.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov234/src/main/webapp/vaga_list.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov234/src/test/java/br/gov/serpro/lab/estacionamento/readme.txt:
--------------------------------------------------------------------------------
1 | resource files to test
--------------------------------------------------------------------------------
/v2/estacionamentov24x/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/.gitignore
--------------------------------------------------------------------------------
/v2/estacionamentov24x/mudancas_234_240.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/mudancas_234_240.txt
--------------------------------------------------------------------------------
/v2/estacionamentov24x/pom.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/pom.xml
--------------------------------------------------------------------------------
/v2/estacionamentov24x/resources/AssinadorJar.p12:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/resources/AssinadorJar.p12
--------------------------------------------------------------------------------
/v2/estacionamentov24x/resources/DEMOISELLE_AC.cer:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/resources/DEMOISELLE_AC.cer
--------------------------------------------------------------------------------
/v2/estacionamentov24x/resources/adicionar_manifest.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/resources/adicionar_manifest.sh
--------------------------------------------------------------------------------
/v2/estacionamentov24x/resources/assinadorjar.jks:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/resources/assinadorjar.jks
--------------------------------------------------------------------------------
/v2/estacionamentov24x/resources/assinarlibs.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/resources/assinarlibs.sh
--------------------------------------------------------------------------------
/v2/estacionamentov24x/resources/assinarlibs_bouncy.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/resources/assinarlibs_bouncy.sh
--------------------------------------------------------------------------------
/v2/estacionamentov24x/resources/assinarlibs_token.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/resources/assinarlibs_token.sh
--------------------------------------------------------------------------------
/v2/estacionamentov24x/resources/drivers.config:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/resources/drivers.config
--------------------------------------------------------------------------------
/v2/estacionamentov24x/resources/drivers.config.arquivo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/resources/drivers.config.arquivo
--------------------------------------------------------------------------------
/v2/estacionamentov24x/resources/manifest-addition.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/resources/manifest-addition.txt
--------------------------------------------------------------------------------
/v2/estacionamentov24x/resources/verificarAssinados.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/resources/verificarAssinados.sh
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/conf/postgres-ds.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/conf/postgres-ds.xml
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/java/br/gov/serpro/lab/estacionamento/constant/readme.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/java/br/gov/serpro/lab/estacionamento/exception/readme.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/java/br/gov/serpro/lab/estacionamento/message/readme.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/java/br/gov/serpro/lab/estacionamento/util/readme.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/WEB-INF/web.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/WEB-INF/web.xml
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/access.jsp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/access.jsp
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/applet.jnlp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/applet.jnlp
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/assinador.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/assinador.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/calendario.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/calendario.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/error.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/error.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/index.html
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/index.jsp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/index.jsp
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/login.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/login.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/login_jass.jsp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/login_jass.jsp
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/menu.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/menu.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/mobile.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/mobile.html
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/patio_edit.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/patio_edit.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/patio_list.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/patio_list.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/vaga_edit.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/vaga_edit.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/vaga_list.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/vaga_list.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/main/webapp/welcome.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov24x/src/main/webapp/welcome.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov24x/src/test/java/br/gov/serpro/lab/estacionamento/readme.txt:
--------------------------------------------------------------------------------
1 | resource files to test
--------------------------------------------------------------------------------
/v2/estacionamentov25X/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/.gitignore
--------------------------------------------------------------------------------
/v2/estacionamentov25X/mudancas_24x_25x.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/mudancas_24x_25x.txt
--------------------------------------------------------------------------------
/v2/estacionamentov25X/pom.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/pom.xml
--------------------------------------------------------------------------------
/v2/estacionamentov25X/resources/AssinadorJar.p12:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/resources/AssinadorJar.p12
--------------------------------------------------------------------------------
/v2/estacionamentov25X/resources/DEMOISELLE_AC.cer:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/resources/DEMOISELLE_AC.cer
--------------------------------------------------------------------------------
/v2/estacionamentov25X/resources/adicionar_manifest.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/resources/adicionar_manifest.sh
--------------------------------------------------------------------------------
/v2/estacionamentov25X/resources/assinadorjar.jks:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/resources/assinadorjar.jks
--------------------------------------------------------------------------------
/v2/estacionamentov25X/resources/assinarlibs.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/resources/assinarlibs.sh
--------------------------------------------------------------------------------
/v2/estacionamentov25X/resources/assinarlibs_bouncy.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/resources/assinarlibs_bouncy.sh
--------------------------------------------------------------------------------
/v2/estacionamentov25X/resources/certchain.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/resources/certchain.txt
--------------------------------------------------------------------------------
/v2/estacionamentov25X/resources/drivers.config:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/resources/drivers.config
--------------------------------------------------------------------------------
/v2/estacionamentov25X/resources/drivers.config.arquivo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/resources/drivers.config.arquivo
--------------------------------------------------------------------------------
/v2/estacionamentov25X/resources/drivers.config.azul:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/resources/drivers.config.azul
--------------------------------------------------------------------------------
/v2/estacionamentov25X/resources/manifest-addition.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/resources/manifest-addition.txt
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/conf/postgres-ds.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/src/conf/postgres-ds.xml
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/java/org/demoiselle/estacionamento/constant/readme.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/java/org/demoiselle/estacionamento/exception/readme.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/java/org/demoiselle/estacionamento/message/readme.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/resources/estacionamento.properties:
--------------------------------------------------------------------------------
1 | appTitle=Estacionamento Demoiselle
2 | loadInitialData=FALSE
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/webapp/WEB-INF/.faces-config.xml.jsfdia:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/webapp/WEB-INF/web.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/src/main/webapp/WEB-INF/web.xml
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/webapp/access.jsp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/src/main/webapp/access.jsp
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/webapp/assinador.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/src/main/webapp/assinador.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/webapp/calendario.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/src/main/webapp/calendario.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/webapp/error.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/src/main/webapp/error.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/webapp/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/src/main/webapp/index.html
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/webapp/login.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/src/main/webapp/login.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/webapp/login_jass.jsp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/src/main/webapp/login_jass.jsp
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/webapp/menu.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/src/main/webapp/menu.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/webapp/patio_edit.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/src/main/webapp/patio_edit.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/webapp/patio_list.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/src/main/webapp/patio_list.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/webapp/vaga_edit.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/src/main/webapp/vaga_edit.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/webapp/vaga_list.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/src/main/webapp/vaga_list.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/main/webapp/welcome.xhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v2/estacionamentov25X/src/main/webapp/welcome.xhtml
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/test/java/org/demoiselle/estacionamento/readme.txt:
--------------------------------------------------------------------------------
1 | resource files to test
--------------------------------------------------------------------------------
/v2/estacionamentov25X/src/test/resources/estacionamento.properties:
--------------------------------------------------------------------------------
1 | appTitle=Estacionamento Demoiselle
2 | loadInitialData=TRUE
--------------------------------------------------------------------------------
/v3/cep/.yo-rc.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/.yo-rc.json
--------------------------------------------------------------------------------
/v3/cep/LICENSE:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/LICENSE
--------------------------------------------------------------------------------
/v3/cep/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/README.md
--------------------------------------------------------------------------------
/v3/cep/backend/nb-configuration.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/backend/nb-configuration.xml
--------------------------------------------------------------------------------
/v3/cep/backend/pom.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/backend/pom.xml
--------------------------------------------------------------------------------
/v3/cep/backend/src/main/java/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v3/cep/backend/src/main/resources/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v3/cep/backend/src/main/resources/META-INF/beans.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/backend/src/main/resources/META-INF/beans.xml
--------------------------------------------------------------------------------
/v3/cep/backend/src/main/resources/standalone.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/backend/src/main/resources/standalone.xml
--------------------------------------------------------------------------------
/v3/cep/backend/src/main/webapp/META-INF/context.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/backend/src/main/webapp/META-INF/context.xml
--------------------------------------------------------------------------------
/v3/cep/backend/src/main/webapp/WEB-INF/beans.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/backend/src/main/webapp/WEB-INF/beans.xml
--------------------------------------------------------------------------------
/v3/cep/backend/src/main/webapp/WEB-INF/jboss-web.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/backend/src/main/webapp/WEB-INF/jboss-web.xml
--------------------------------------------------------------------------------
/v3/cep/backend/src/main/webapp/WEB-INF/web.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/backend/src/main/webapp/WEB-INF/web.xml
--------------------------------------------------------------------------------
/v3/cep/backend/src/main/webapp/auth.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/backend/src/main/webapp/auth.html
--------------------------------------------------------------------------------
/v3/cep/backend/src/main/webapp/auth.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/v3/cep/backend/src/main/webapp/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/backend/src/main/webapp/favicon.ico
--------------------------------------------------------------------------------
/v3/cep/backend/src/main/webapp/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/backend/src/main/webapp/index.html
--------------------------------------------------------------------------------
/v3/cep/backend/src/main/webapp/plugins/plugins.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/backend/src/main/webapp/plugins/plugins.js
--------------------------------------------------------------------------------
/v3/cep/backend/src/main/webapp/plugins/plugins.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/backend/src/main/webapp/plugins/plugins.min.js
--------------------------------------------------------------------------------
/v3/cep/base/ajuste.sql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/base/ajuste.sql
--------------------------------------------------------------------------------
/v3/cep/base/download-ip2location-bin.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/base/download-ip2location-bin.sh
--------------------------------------------------------------------------------
/v3/cep/frontend/.angular-cli.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/.angular-cli.json
--------------------------------------------------------------------------------
/v3/cep/frontend/.editorconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/.editorconfig
--------------------------------------------------------------------------------
/v3/cep/frontend/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/README.md
--------------------------------------------------------------------------------
/v3/cep/frontend/e2e/app.e2e-spec.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/e2e/app.e2e-spec.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/e2e/app.po.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/e2e/app.po.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/e2e/tsconfig.e2e.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/e2e/tsconfig.e2e.json
--------------------------------------------------------------------------------
/v3/cep/frontend/karma.conf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/karma.conf.js
--------------------------------------------------------------------------------
/v3/cep/frontend/package-lock.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/package-lock.json
--------------------------------------------------------------------------------
/v3/cep/frontend/package.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/package.json
--------------------------------------------------------------------------------
/v3/cep/frontend/protractor.conf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/protractor.conf.js
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/app-routing.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/app/app-routing.module.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/app.component.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/app.component.spec.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/app/app.component.spec.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/app.component.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/app/app.component.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/app.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/app/app.module.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/auth/amnesia/amnesia.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/app/auth/amnesia/amnesia.module.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/auth/amnesia/index.ts:
--------------------------------------------------------------------------------
1 | export * from './amnesia.component';
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/auth/login/index.ts:
--------------------------------------------------------------------------------
1 | export * from './login.component';
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/auth/login/login.component.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/app/auth/login/login.component.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/auth/login/login.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/app/auth/login/login.module.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/auth/login/login.service.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/app/auth/login/login.service.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/auth/register/index.ts:
--------------------------------------------------------------------------------
1 | export * from './register.component';
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/core/core.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/app/core/core.module.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/dashboard/dashboard.model.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/app/dashboard/dashboard.model.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/dashboard/dashboard.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/app/dashboard/dashboard.module.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/dashboard/dashboard.service.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/app/dashboard/dashboard.service.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/index.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/app/shared/index.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/components/app-aside/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-aside.component';
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/components/app-breadcrumbs/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-breadcrumbs.component';
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/components/app-footer/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-footer.component';
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/components/app-header/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-header.component';
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/components/app-sidebar-footer/app-sidebar-footer.component.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/components/app-sidebar-footer/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-sidebar-footer.component';
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/components/app-sidebar-form/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-sidebar-form.component';
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/components/app-sidebar-header/app-sidebar-header.component.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/components/app-sidebar-header/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-sidebar-header.component';
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/components/app-sidebar-minimizer/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-sidebar-minimizer.component';
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/components/app-sidebar/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-sidebar.component';
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/containers/full-layout/index.ts:
--------------------------------------------------------------------------------
1 | export * from './full-layout.component';
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/containers/simple-layout/index.ts:
--------------------------------------------------------------------------------
1 | export * from './simple-layout.component';
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/containers/simple-layout/simple-layout.component.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/directives/aside/index.ts:
--------------------------------------------------------------------------------
1 | export * from './aside.directive';
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/directives/nav-dropdown/index.ts:
--------------------------------------------------------------------------------
1 | export * from './nav-dropdown.directive';
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/layout/directives/sidebar/index.ts:
--------------------------------------------------------------------------------
1 | export * from './sidebar.directive';
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/notification.service.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/app/shared/notification.service.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/app/shared/shared.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/app/shared/shared.module.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/assets/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/assets/favicon-16x16.png
--------------------------------------------------------------------------------
/v3/cep/frontend/src/assets/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/assets/favicon-32x32.png
--------------------------------------------------------------------------------
/v3/cep/frontend/src/assets/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/assets/favicon.ico
--------------------------------------------------------------------------------
/v3/cep/frontend/src/assets/img/avatars/9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/assets/img/avatars/9.jpg
--------------------------------------------------------------------------------
/v3/cep/frontend/src/assets/img/logo-symbol.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/assets/img/logo-symbol.png
--------------------------------------------------------------------------------
/v3/cep/frontend/src/assets/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/assets/img/logo.png
--------------------------------------------------------------------------------
/v3/cep/frontend/src/assets/ios/ios-appicon-120-120.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/assets/ios/ios-appicon-120-120.png
--------------------------------------------------------------------------------
/v3/cep/frontend/src/assets/ios/ios-appicon-152-152.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/assets/ios/ios-appicon-152-152.png
--------------------------------------------------------------------------------
/v3/cep/frontend/src/assets/ios/ios-appicon-180-180.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/assets/ios/ios-appicon-180-180.png
--------------------------------------------------------------------------------
/v3/cep/frontend/src/assets/ios/ios-appicon-76-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/assets/ios/ios-appicon-76-76.png
--------------------------------------------------------------------------------
/v3/cep/frontend/src/assets/logo-symbol.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/assets/logo-symbol.png
--------------------------------------------------------------------------------
/v3/cep/frontend/src/assets/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/assets/logo.png
--------------------------------------------------------------------------------
/v3/cep/frontend/src/assets/portfolio/Thumbs.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/assets/portfolio/Thumbs.db
--------------------------------------------------------------------------------
/v3/cep/frontend/src/assets/portfolio/thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/assets/portfolio/thumbnail.png
--------------------------------------------------------------------------------
/v3/cep/frontend/src/assets/windows10/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/assets/windows10/StoreLogo.png
--------------------------------------------------------------------------------
/v3/cep/frontend/src/background.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/background.js
--------------------------------------------------------------------------------
/v3/cep/frontend/src/environments/environment.prod.ts:
--------------------------------------------------------------------------------
1 | export const environment = {
2 | production: true
3 | };
4 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/environments/environment.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/environments/environment.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/favicon.ico
--------------------------------------------------------------------------------
/v3/cep/frontend/src/humans.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/humans.txt
--------------------------------------------------------------------------------
/v3/cep/frontend/src/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/index.html
--------------------------------------------------------------------------------
/v3/cep/frontend/src/main.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/main.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/manifest.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/manifest.json
--------------------------------------------------------------------------------
/v3/cep/frontend/src/polyfills.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/polyfills.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/schema.json:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/_bootstrap-variables.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/_bootstrap-variables.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/_core-variables.scss:
--------------------------------------------------------------------------------
1 | // core overrides
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/_custom.scss:
--------------------------------------------------------------------------------
1 | // Here you can add other styles
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_alert.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_alert.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_badge.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_badge.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_breadcrumb.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_breadcrumb.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_button-group.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_button-group.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_buttons.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_buttons.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_card.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_card.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_carousel.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_carousel.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_close.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_close.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_code.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_code.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_custom-forms.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_custom-forms.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_dropdown.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_dropdown.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_forms.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_forms.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_functions.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_functions.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_grid.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_grid.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_images.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_images.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_input-group.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_input-group.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_jumbotron.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_jumbotron.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_list-group.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_list-group.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_media.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_media.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_mixins.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_mixins.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_modal.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_modal.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_nav.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_nav.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_navbar.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_navbar.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_pagination.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_pagination.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_popover.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_popover.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_print.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_print.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_progress.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_progress.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_reboot.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_reboot.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_tables.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_tables.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_tooltip.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_tooltip.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_transitions.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_transitions.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_type.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_type.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_utilities.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_utilities.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/_variables.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/_variables.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/bootstrap-grid.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/bootstrap-grid.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/bootstrap.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/bootstrap.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/mixins/_alert.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/mixins/_alert.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/mixins/_badge.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/mixins/_badge.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/mixins/_float.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/mixins/_float.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/mixins/_forms.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/mixins/_forms.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/mixins/_grid.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/mixins/_grid.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/mixins/_hover.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/mixins/_hover.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/mixins/_image.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/mixins/_image.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/mixins/_lists.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/mixins/_lists.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/mixins/_resize.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/mixins/_resize.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/bootstrap/mixins/_size.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/bootstrap/mixins/_size.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_animate.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_animate.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_aside.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_aside.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_avatars.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_avatars.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_badge.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_badge.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_breadcrumb-menu.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_breadcrumb-menu.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_breadcrumb.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_breadcrumb.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_buttons.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_buttons.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_callout.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_callout.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_card.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_card.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_charts.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_charts.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_dropdown.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_dropdown.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_footer.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_footer.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_grid.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_grid.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_input-group.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_input-group.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_layout.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_layout.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_loading.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_loading.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_mixins.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_mixins.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_mobile.scss:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_modal.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_modal.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_nav.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_nav.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_navbar.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_navbar.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_others.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_others.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_progress.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_progress.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_rtl.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_rtl.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_sidebar.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_sidebar.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_switches.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_switches.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_tables.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_tables.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_temp.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_temp.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_typography.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_typography.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_utilities.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_utilities.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_variables.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_variables.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/_widgets.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/_widgets.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/core.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/core.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/utilities/_borders.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/utilities/_borders.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/core/utilities/_display.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/core/utilities/_display.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/style.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/scss/style.scss
--------------------------------------------------------------------------------
/v3/cep/frontend/src/scss/vendors/_vendors.scss:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/v3/cep/frontend/src/styles.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/styles.css
--------------------------------------------------------------------------------
/v3/cep/frontend/src/test.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/test.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/src/tsconfig.app.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/tsconfig.app.json
--------------------------------------------------------------------------------
/v3/cep/frontend/src/tsconfig.spec.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/tsconfig.spec.json
--------------------------------------------------------------------------------
/v3/cep/frontend/src/typings.d.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/src/typings.d.ts
--------------------------------------------------------------------------------
/v3/cep/frontend/tsconfig.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/tsconfig.json
--------------------------------------------------------------------------------
/v3/cep/frontend/tslint.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/frontend/tslint.json
--------------------------------------------------------------------------------
/v3/cep/progressive/Gruntfile.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/Gruntfile.js
--------------------------------------------------------------------------------
/v3/cep/progressive/app/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/favicon.ico
--------------------------------------------------------------------------------
/v3/cep/progressive/app/humans.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/humans.txt
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/Thumbs.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/Thumbs.db
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/bg-codigo-fonte.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/bg-codigo-fonte.jpg
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/bg-comunidade.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/bg-comunidade.png
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/bg-documentacao.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/bg-documentacao.jpg
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/bg-exemplos.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/bg-exemplos.png
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/bg-header-old.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/bg-header-old.jpg
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/bg-header.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/bg-header.jpg
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/bg-help.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/bg-help.jpg
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/bg-produtos.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/bg-produtos.jpg
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/bg-produtos.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/bg-produtos.png
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/chrome-favicon-16-16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/chrome-favicon-16-16.png
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/favicon-16x16.png
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/favicon-32x32.png
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/favicon.ico
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/icons.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/icons.json
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/logo-github.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/logo-github.png
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/logo-header-afix.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/logo-header-afix.png
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/logo-header.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/logo-header.png
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/logo-signer-detail.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/logo-signer-detail.jpg
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/map-image-old.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/map-image-old.png
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/map-image-old3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/map-image-old3.png
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/map-image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/map-image.png
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/portfolio/Thumbs.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/portfolio/Thumbs.db
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/portfolio/thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/portfolio/thumbnail.png
--------------------------------------------------------------------------------
/v3/cep/progressive/app/images/windows10/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/images/windows10/StoreLogo.png
--------------------------------------------------------------------------------
/v3/cep/progressive/app/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/index.html
--------------------------------------------------------------------------------
/v3/cep/progressive/app/manifest.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/manifest.json
--------------------------------------------------------------------------------
/v3/cep/progressive/app/robots.txt:
--------------------------------------------------------------------------------
1 | # robotstxt.org
2 |
3 | User-agent: *
4 |
--------------------------------------------------------------------------------
/v3/cep/progressive/app/scripts/app.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/scripts/app.js
--------------------------------------------------------------------------------
/v3/cep/progressive/app/scripts/config.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/scripts/config.js
--------------------------------------------------------------------------------
/v3/cep/progressive/app/scripts/controllers/cep.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/scripts/controllers/cep.js
--------------------------------------------------------------------------------
/v3/cep/progressive/app/scripts/routes/cep.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/scripts/routes/cep.js
--------------------------------------------------------------------------------
/v3/cep/progressive/app/scripts/services/alert.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/scripts/services/alert.js
--------------------------------------------------------------------------------
/v3/cep/progressive/app/scripts/services/cep.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/scripts/services/cep.js
--------------------------------------------------------------------------------
/v3/cep/progressive/app/scripts/services/contante.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/scripts/services/contante.js
--------------------------------------------------------------------------------
/v3/cep/progressive/app/scripts/services/sw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/scripts/services/sw.js
--------------------------------------------------------------------------------
/v3/cep/progressive/app/scripts/services/windows.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/scripts/services/windows.js
--------------------------------------------------------------------------------
/v3/cep/progressive/app/scripts/services/ws.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/scripts/services/ws.js
--------------------------------------------------------------------------------
/v3/cep/progressive/app/scripts/template.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/scripts/template.js
--------------------------------------------------------------------------------
/v3/cep/progressive/app/sw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/sw.js
--------------------------------------------------------------------------------
/v3/cep/progressive/app/views/cep.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/views/cep.html
--------------------------------------------------------------------------------
/v3/cep/progressive/app/views/partials/alerts.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/app/views/partials/alerts.html
--------------------------------------------------------------------------------
/v3/cep/progressive/app/views/partials/loading.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v3/cep/progressive/bower.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/bower.json
--------------------------------------------------------------------------------
/v3/cep/progressive/package-lock.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/package-lock.json
--------------------------------------------------------------------------------
/v3/cep/progressive/package.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/progressive/package.json
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/.vs/CEP/v15/.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/.vs/CEP/v15/.suo
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP.sln:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP.sln
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/BundleArtifacts/Upload/neutral.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/BundleArtifacts/Upload/neutral.txt
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/BundleArtifacts/neutral.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/BundleArtifacts/neutral.txt
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/CEP.jsproj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/CEP.jsproj
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/CEP.jsproj.user:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/CEP.jsproj.user
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/Package.StoreAssociation.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/Package.StoreAssociation.xml
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/_pkginfo.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/_pkginfo.txt
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/_scale-100.appx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/_scale-100.appx
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/_scale-125.appx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/_scale-125.appx
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/_scale-150.appx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/_scale-150.appx
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/_scale-400.appx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/_scale-400.appx
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/BadgeLogo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/BadgeLogo.scale-100.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/BadgeLogo.scale-125.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/BadgeLogo.scale-125.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/BadgeLogo.scale-150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/BadgeLogo.scale-150.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/BadgeLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/BadgeLogo.scale-200.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/BadgeLogo.scale-400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/BadgeLogo.scale-400.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/LargeTile.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/LargeTile.scale-100.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/LargeTile.scale-125.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/LargeTile.scale-125.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/LargeTile.scale-150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/LargeTile.scale-150.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/LargeTile.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/LargeTile.scale-200.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/LargeTile.scale-400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/LargeTile.scale-400.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/SmallTile.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/SmallTile.scale-100.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/SmallTile.scale-125.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/SmallTile.scale-125.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/SmallTile.scale-150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/SmallTile.scale-150.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/SmallTile.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/SmallTile.scale-200.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/SmallTile.scale-400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/SmallTile.scale-400.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/StoreLogo.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/splashscreen.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/splashscreen.scale-100.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/splashscreen.scale-125.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/splashscreen.scale-125.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/splashscreen.scale-150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/splashscreen.scale-150.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/splashscreen.scale-400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/splashscreen.scale-400.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/storelogo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/storelogo.scale-100.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/storelogo.scale-125.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/storelogo.scale-125.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/storelogo.scale-150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/storelogo.scale-150.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/storelogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/storelogo.scale-200.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/images/storelogo.scale-400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/images/storelogo.scale-400.png
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/msapp-error.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/msapp-error.css
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/msapp-error.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/msapp-error.html
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/msapp-error.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/msapp-error.js
--------------------------------------------------------------------------------
/v3/cep/vs/CEP/CEP/package.appxmanifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/cep/vs/CEP/CEP/package.appxmanifest
--------------------------------------------------------------------------------
/v3/forum/.yo-rc.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/.yo-rc.json
--------------------------------------------------------------------------------
/v3/forum/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/README.md
--------------------------------------------------------------------------------
/v3/forum/backend/Procfile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/backend/Procfile
--------------------------------------------------------------------------------
/v3/forum/backend/nb-configuration.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/backend/nb-configuration.xml
--------------------------------------------------------------------------------
/v3/forum/backend/pom.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/backend/pom.xml
--------------------------------------------------------------------------------
/v3/forum/backend/run-dev.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/backend/run-dev.sh
--------------------------------------------------------------------------------
/v3/forum/backend/src/main/resources/import.sql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/backend/src/main/resources/import.sql
--------------------------------------------------------------------------------
/v3/forum/backend/src/main/resources/standalone.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/backend/src/main/resources/standalone.xml
--------------------------------------------------------------------------------
/v3/forum/backend/src/main/webapp/WEB-INF/beans.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/backend/src/main/webapp/WEB-INF/beans.xml
--------------------------------------------------------------------------------
/v3/forum/backend/src/main/webapp/WEB-INF/web.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/backend/src/main/webapp/WEB-INF/web.xml
--------------------------------------------------------------------------------
/v3/forum/backend/src/main/webapp/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/backend/src/main/webapp/favicon-16x16.png
--------------------------------------------------------------------------------
/v3/forum/backend/src/main/webapp/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/backend/src/main/webapp/favicon-32x32.png
--------------------------------------------------------------------------------
/v3/forum/backend/src/main/webapp/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/backend/src/main/webapp/index.html
--------------------------------------------------------------------------------
/v3/forum/backend/src/main/webapp/swagger-ui.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/backend/src/main/webapp/swagger-ui.css
--------------------------------------------------------------------------------
/v3/forum/backend/src/main/webapp/swagger-ui.css.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/backend/src/main/webapp/swagger-ui.css.map
--------------------------------------------------------------------------------
/v3/forum/backend/src/main/webapp/swagger-ui.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/backend/src/main/webapp/swagger-ui.js
--------------------------------------------------------------------------------
/v3/forum/backend/src/main/webapp/swagger-ui.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/backend/src/main/webapp/swagger-ui.js.map
--------------------------------------------------------------------------------
/v3/forum/frontend/.angular-cli.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/.angular-cli.json
--------------------------------------------------------------------------------
/v3/forum/frontend/.editorconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/.editorconfig
--------------------------------------------------------------------------------
/v3/forum/frontend/.prettierrc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/.prettierrc
--------------------------------------------------------------------------------
/v3/forum/frontend/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/README.md
--------------------------------------------------------------------------------
/v3/forum/frontend/e2e/app.e2e-spec.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/e2e/app.e2e-spec.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/e2e/app.po.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/e2e/app.po.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/e2e/tsconfig.e2e.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/e2e/tsconfig.e2e.json
--------------------------------------------------------------------------------
/v3/forum/frontend/karma.conf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/karma.conf.js
--------------------------------------------------------------------------------
/v3/forum/frontend/ngsw-manifest.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/ngsw-manifest.json
--------------------------------------------------------------------------------
/v3/forum/frontend/package-lock.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/package-lock.json
--------------------------------------------------------------------------------
/v3/forum/frontend/package.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/package.json
--------------------------------------------------------------------------------
/v3/forum/frontend/protractor.conf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/protractor.conf.js
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app.webmanifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app.webmanifest
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/app-routing.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/app-routing.module.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/app.component.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/app.component.html
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/app.component.spec.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/app.component.spec.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/app.component.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/app.component.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/app.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/app.module.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/auth/amnesia/index.ts:
--------------------------------------------------------------------------------
1 | export * from './amnesia.component';
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/auth/login/index.ts:
--------------------------------------------------------------------------------
1 | export * from './login.component';
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/auth/login/login.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/auth/login/login.module.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/auth/register/index.ts:
--------------------------------------------------------------------------------
1 | export * from './register.component';
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/categoria/index.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/categoria/index.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/core/core.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/core/core.module.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/core/sw.service.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/core/sw.service.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/core/util.service.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/core/util.service.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/core/websocket.service.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/core/websocket.service.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/mensagem/index.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/mensagem/index.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/mensagem/mensagem.model.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/mensagem/mensagem.model.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/index.ts:
--------------------------------------------------------------------------------
1 | export * from './shared.module';
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/components/app-aside/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-aside.component';
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/components/app-breadcrumbs/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-breadcrumbs.component';
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/components/app-footer/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-footer.component';
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/components/app-header/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-header.component';
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/components/app-sidebar-footer/app-sidebar-footer.component.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/components/app-sidebar-footer/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-sidebar-footer.component';
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/components/app-sidebar-form/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-sidebar-form.component';
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/components/app-sidebar-header/app-sidebar-header.component.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/components/app-sidebar-header/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-sidebar-header.component';
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/components/app-sidebar-minimizer/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-sidebar-minimizer.component';
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/components/app-sidebar/index.ts:
--------------------------------------------------------------------------------
1 | export * from './app-sidebar.component';
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/containers/full-layout/index.ts:
--------------------------------------------------------------------------------
1 | export * from './full-layout.component';
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/containers/simple-layout/index.ts:
--------------------------------------------------------------------------------
1 | export * from './simple-layout.component';
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/containers/simple-layout/simple-layout.component.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/directives/aside/index.ts:
--------------------------------------------------------------------------------
1 | export * from './aside.directive';
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/directives/nav-dropdown/index.ts:
--------------------------------------------------------------------------------
1 | export * from './nav-dropdown.directive';
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/layout/directives/sidebar/index.ts:
--------------------------------------------------------------------------------
1 | export * from './sidebar.directive';
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/shared/shared.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/shared/shared.module.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/topico/index.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/topico/index.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/topico/topico.component.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/topico/topico.component.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/topico/topico.model.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/topico/topico.model.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/topico/topico.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/topico/topico.module.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/topico/topico.resolver.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/topico/topico.resolver.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/topico/topico.service.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/topico/topico.service.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/user/index.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/user/index.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/user/user.component.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/user/user.component.html
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/user/user.component.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/user/user.component.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/user/user.component.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/user/user.component.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/user/user.model.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/user/user.model.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/user/user.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/user/user.module.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/user/user.resolver.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/user/user.resolver.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/app/user/user.service.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/app/user/user.service.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/assets/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/assets/favicon-16x16.png
--------------------------------------------------------------------------------
/v3/forum/frontend/src/assets/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/assets/favicon-32x32.png
--------------------------------------------------------------------------------
/v3/forum/frontend/src/assets/favicon-96x96.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/assets/favicon-96x96.png
--------------------------------------------------------------------------------
/v3/forum/frontend/src/assets/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/assets/favicon.ico
--------------------------------------------------------------------------------
/v3/forum/frontend/src/assets/img/avatars/9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/assets/img/avatars/9.jpg
--------------------------------------------------------------------------------
/v3/forum/frontend/src/assets/img/logo-symbol.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/assets/img/logo-symbol.png
--------------------------------------------------------------------------------
/v3/forum/frontend/src/assets/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/assets/img/logo.png
--------------------------------------------------------------------------------
/v3/forum/frontend/src/assets/ios/apple-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/assets/ios/apple-icon.png
--------------------------------------------------------------------------------
/v3/forum/frontend/src/assets/logo-symbol.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/assets/logo-symbol.png
--------------------------------------------------------------------------------
/v3/forum/frontend/src/assets/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/assets/logo.png
--------------------------------------------------------------------------------
/v3/forum/frontend/src/assets/portfolio/Thumbs.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/assets/portfolio/Thumbs.db
--------------------------------------------------------------------------------
/v3/forum/frontend/src/assets/portfolio/thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/assets/portfolio/thumbnail.png
--------------------------------------------------------------------------------
/v3/forum/frontend/src/assets/windows10/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/assets/windows10/StoreLogo.png
--------------------------------------------------------------------------------
/v3/forum/frontend/src/background.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/background.js
--------------------------------------------------------------------------------
/v3/forum/frontend/src/environments/environment.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/environments/environment.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/favicon.ico
--------------------------------------------------------------------------------
/v3/forum/frontend/src/humans.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/humans.txt
--------------------------------------------------------------------------------
/v3/forum/frontend/src/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/index.html
--------------------------------------------------------------------------------
/v3/forum/frontend/src/main.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/main.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/polyfills.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/polyfills.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/_bootstrap-variables.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/_bootstrap-variables.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/_core-variables.scss:
--------------------------------------------------------------------------------
1 | // core overrides
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/_custom.scss:
--------------------------------------------------------------------------------
1 | // Here you can add other styles
2 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/_table-responsive.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/_table-responsive.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_animate.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_animate.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_aside.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_aside.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_avatars.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_avatars.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_badge.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_badge.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_breadcrumb.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_breadcrumb.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_buttons.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_buttons.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_callout.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_callout.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_card.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_card.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_charts.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_charts.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_dropdown.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_dropdown.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_footer.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_footer.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_grid.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_grid.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_input-group.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_input-group.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_layout.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_layout.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_loading.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_loading.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_mixins.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_mixins.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_mobile.scss:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_modal.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_modal.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_nav.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_nav.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_navbar.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_navbar.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_others.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_others.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_progress.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_progress.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_rtl.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_rtl.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_sidebar.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_sidebar.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_switches.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_switches.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_tables.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_tables.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_temp.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_temp.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_typography.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_typography.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_utilities.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_utilities.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_variables.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_variables.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/_widgets.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/_widgets.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/core/core.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/core/core.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/style.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/style.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/scss/vendors/_variables.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/scss/vendors/_variables.scss
--------------------------------------------------------------------------------
/v3/forum/frontend/src/service-worker/rollup.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/service-worker/rollup.js
--------------------------------------------------------------------------------
/v3/forum/frontend/src/service-worker/worker-basic.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/service-worker/worker-basic.js
--------------------------------------------------------------------------------
/v3/forum/frontend/src/styles.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/styles.css
--------------------------------------------------------------------------------
/v3/forum/frontend/src/test.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/test.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/src/tsconfig.app.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/tsconfig.app.json
--------------------------------------------------------------------------------
/v3/forum/frontend/src/tsconfig.spec.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/tsconfig.spec.json
--------------------------------------------------------------------------------
/v3/forum/frontend/src/typings.d.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/src/typings.d.ts
--------------------------------------------------------------------------------
/v3/forum/frontend/tsconfig.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/tsconfig.json
--------------------------------------------------------------------------------
/v3/forum/frontend/tslint.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/forum/frontend/tslint.json
--------------------------------------------------------------------------------
/v3/livraria/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/.gitignore
--------------------------------------------------------------------------------
/v3/livraria/.yo-rc.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/.yo-rc.json
--------------------------------------------------------------------------------
/v3/livraria/README.md:
--------------------------------------------------------------------------------
1 | # livraria
2 | Exemplo de multitenancy com Demoiselle v 3.0
3 |
--------------------------------------------------------------------------------
/v3/livraria/backend/nb-configuration.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/backend/nb-configuration.xml
--------------------------------------------------------------------------------
/v3/livraria/backend/pom.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/backend/pom.xml
--------------------------------------------------------------------------------
/v3/livraria/backend/src/main/resources/create.sql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/backend/src/main/resources/create.sql
--------------------------------------------------------------------------------
/v3/livraria/backend/src/main/resources/import.sql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/backend/src/main/resources/import.sql
--------------------------------------------------------------------------------
/v3/livraria/backend/src/main/webapp/WEB-INF/web.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/backend/src/main/webapp/WEB-INF/web.xml
--------------------------------------------------------------------------------
/v3/livraria/backend/src/main/webapp/auth.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/backend/src/main/webapp/auth.html
--------------------------------------------------------------------------------
/v3/livraria/backend/src/main/webapp/auth.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/v3/livraria/backend/src/main/webapp/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/backend/src/main/webapp/index.html
--------------------------------------------------------------------------------
/v3/livraria/frontend/config/webpack.dev.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/config/webpack.dev.js
--------------------------------------------------------------------------------
/v3/livraria/frontend/config/webpack.prod.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/config/webpack.prod.js
--------------------------------------------------------------------------------
/v3/livraria/frontend/config/webpack.test.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/config/webpack.test.js
--------------------------------------------------------------------------------
/v3/livraria/frontend/karma-shim.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/karma-shim.js
--------------------------------------------------------------------------------
/v3/livraria/frontend/karma.conf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/karma.conf.js
--------------------------------------------------------------------------------
/v3/livraria/frontend/package.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/package.json
--------------------------------------------------------------------------------
/v3/livraria/frontend/protractor.conf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/protractor.conf.js
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/app-routing.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/app-routing.module.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/app.component.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/app.component.html
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/app.component.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/app.component.scss
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/app.component.spec.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/app.component.spec.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/app.component.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/app.component.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/app.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/app.module.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/core/core.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/core/core.module.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/home/home.component.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/home/home.component.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/home/home.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/home/home.module.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/home/index.ts:
--------------------------------------------------------------------------------
1 | export * from './home.component';
2 |
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/livraria/index.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/livraria/index.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/livraria/livraria.component.scss:
--------------------------------------------------------------------------------
1 | // Styles
2 |
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/livro/index.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/livro/index.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/livro/livro.component.scss:
--------------------------------------------------------------------------------
1 | // Styles
2 |
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/livro/livro.model.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/livro/livro.model.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/livro/livro.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/livro/livro.module.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/livro/livro.service.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/livro/livro.service.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/login/index.ts:
--------------------------------------------------------------------------------
1 | export * from './login.component';
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/login/login.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/login/login.module.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/login/login.service.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/login/login.service.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/shared/index.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/shared/index.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/shared/shared.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/shared/shared.module.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/user/index.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/user/index.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/user/user.component.scss:
--------------------------------------------------------------------------------
1 | // User Styles
2 |
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/user/user.component.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/user/user.component.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/user/user.model.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/user/user.model.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/user/user.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/user/user.module.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/app/user/user.service.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/app/user/user.service.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/main.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/main.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/polyfills.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/polyfills.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/public/img/menu-left.svg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/public/img/menu-left.svg
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/public/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/public/index.html
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/public/service-worker.js:
--------------------------------------------------------------------------------
1 | // This file is intentionally without code.
2 |
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/style/global.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/style/global.scss
--------------------------------------------------------------------------------
/v3/livraria/frontend/src/vendor.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/src/vendor.ts
--------------------------------------------------------------------------------
/v3/livraria/frontend/tsconfig.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/tsconfig.json
--------------------------------------------------------------------------------
/v3/livraria/frontend/tslint.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/tslint.json
--------------------------------------------------------------------------------
/v3/livraria/frontend/typedoc.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/typedoc.json
--------------------------------------------------------------------------------
/v3/livraria/frontend/webpack.config.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/frontend/webpack.config.js
--------------------------------------------------------------------------------
/v3/livraria/progressive/Gruntfile.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/Gruntfile.js
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/favicon.ico
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/images/bg-comunidade.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/images/bg-comunidade.png
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/images/bg-exemplos.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/images/bg-exemplos.png
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/images/bg-produtos.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/images/bg-produtos.jpg
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/images/bg-produtos.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/images/bg-produtos.png
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/images/demoiselle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/images/demoiselle.png
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/images/devices.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/images/devices.jpg
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/images/hamburger.svg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/images/hamburger.svg
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/images/header-bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/images/header-bg.jpg
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/images/ic_add_24px.svg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/images/ic_add_24px.svg
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/images/ic_menu_24px.svg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/images/ic_menu_24px.svg
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/images/icon-128x128.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/images/icon-128x128.png
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/images/logo-header.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/images/logo-header.png
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/images/map-image-old.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/images/map-image-old.png
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/images/map-image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/images/map-image.png
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/images/photo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/images/photo.jpg
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/index.html
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/manifest.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/manifest.json
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/robots.txt:
--------------------------------------------------------------------------------
1 | # robotstxt.org
2 |
3 | User-agent: *
4 |
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/scripts/app.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/scripts/app.js
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/scripts/config.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/scripts/config.js
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/scripts/routes/livro.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/scripts/routes/livro.js
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/scripts/routes/login.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/scripts/routes/login.js
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/scripts/services/app.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/scripts/services/app.js
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/scripts/services/auth.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/scripts/services/auth.js
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/scripts/services/cep.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/scripts/services/cep.js
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/scripts/services/ws.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/scripts/services/ws.js
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/service-worker.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/service-worker.js
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/views/dashboard.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/views/dashboard.html
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/views/livro/edit.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/views/livro/edit.html
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/views/livro/list.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/views/livro/list.html
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/views/login.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/views/login.html
--------------------------------------------------------------------------------
/v3/livraria/progressive/app/views/register.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/app/views/register.html
--------------------------------------------------------------------------------
/v3/livraria/progressive/bower.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/bower.json
--------------------------------------------------------------------------------
/v3/livraria/progressive/nbproject/project.properties:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/nbproject/project.properties
--------------------------------------------------------------------------------
/v3/livraria/progressive/nbproject/project.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/nbproject/project.xml
--------------------------------------------------------------------------------
/v3/livraria/progressive/package.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/progressive/package.json
--------------------------------------------------------------------------------
/v3/livraria/sql/database-master.sql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/livraria/sql/database-master.sql
--------------------------------------------------------------------------------
/v3/push/LICENSE:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/push/LICENSE
--------------------------------------------------------------------------------
/v3/push/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/push/README.md
--------------------------------------------------------------------------------
/v3/push/backend/pom.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/push/backend/pom.xml
--------------------------------------------------------------------------------
/v3/push/backend/src/main/java/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v3/push/backend/src/main/java/app/dao/UserDAO.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/push/backend/src/main/java/app/dao/UserDAO.java
--------------------------------------------------------------------------------
/v3/push/backend/src/main/java/app/entity/User.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/push/backend/src/main/java/app/entity/User.java
--------------------------------------------------------------------------------
/v3/push/backend/src/main/resources/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v3/push/backend/src/main/resources/import.sql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/push/backend/src/main/resources/import.sql
--------------------------------------------------------------------------------
/v3/push/backend/src/main/webapp/META-INF/context.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/push/backend/src/main/webapp/META-INF/context.xml
--------------------------------------------------------------------------------
/v3/push/backend/src/main/webapp/WEB-INF/beans.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/push/backend/src/main/webapp/WEB-INF/beans.xml
--------------------------------------------------------------------------------
/v3/push/backend/src/main/webapp/WEB-INF/web.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/push/backend/src/main/webapp/WEB-INF/web.xml
--------------------------------------------------------------------------------
/v3/push/backend/src/main/webapp/auth.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/push/backend/src/main/webapp/auth.html
--------------------------------------------------------------------------------
/v3/push/backend/src/main/webapp/auth.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/v3/push/backend/src/main/webapp/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/push/backend/src/main/webapp/index.html
--------------------------------------------------------------------------------
/v3/push/backend/src/main/webapp/plugins/plugins.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/push/backend/src/main/webapp/plugins/plugins.js
--------------------------------------------------------------------------------
/v3/push/worker/service-worker.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/push/worker/service-worker.js
--------------------------------------------------------------------------------
/v3/todoList/LICENSE:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/LICENSE
--------------------------------------------------------------------------------
/v3/todoList/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/README.md
--------------------------------------------------------------------------------
/v3/todoList/backend/nb-configuration.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/backend/nb-configuration.xml
--------------------------------------------------------------------------------
/v3/todoList/backend/pom.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/backend/pom.xml
--------------------------------------------------------------------------------
/v3/todoList/backend/src/main/java/app/bc/TodoBC.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/backend/src/main/java/app/bc/TodoBC.java
--------------------------------------------------------------------------------
/v3/todoList/backend/src/main/java/app/bc/UserBC.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/backend/src/main/java/app/bc/UserBC.java
--------------------------------------------------------------------------------
/v3/todoList/backend/src/main/resources/import.sql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/backend/src/main/resources/import.sql
--------------------------------------------------------------------------------
/v3/todoList/backend/src/main/webapp/WEB-INF/web.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/backend/src/main/webapp/WEB-INF/web.xml
--------------------------------------------------------------------------------
/v3/todoList/backend/src/main/webapp/auth.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/backend/src/main/webapp/auth.html
--------------------------------------------------------------------------------
/v3/todoList/backend/src/main/webapp/auth.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/v3/todoList/backend/src/main/webapp/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/backend/src/main/webapp/index.html
--------------------------------------------------------------------------------
/v3/todoList/backend/todo.iml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/backend/todo.iml
--------------------------------------------------------------------------------
/v3/todoList/contrib/README.md:
--------------------------------------------------------------------------------
1 | Código de contribuição da Comunidade
2 |
3 |
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/README.md:
--------------------------------------------------------------------------------
1 | Código de contribuição da Comunidade - ngprime
2 |
3 |
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/config/webpack.dev.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/config/webpack.dev.js
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/config/webpack.prod.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/config/webpack.prod.js
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/config/webpack.test.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/config/webpack.test.js
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/karma-shim.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/karma-shim.js
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/karma.conf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/karma.conf.js
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/package.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/package.json
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/protractor.conf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/protractor.conf.js
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/src/app/app.component.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/src/app/app.component.ts
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/src/app/app.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/src/app/app.module.ts
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/src/app/home/index.ts:
--------------------------------------------------------------------------------
1 | export * from './home.component';
2 |
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/src/app/login/index.ts:
--------------------------------------------------------------------------------
1 | export * from './login.component';
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/src/app/shared/index.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/src/app/shared/index.ts
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/src/app/todo/index.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/src/app/todo/index.ts
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/src/app/todo/todo.component.scss:
--------------------------------------------------------------------------------
1 | // To-Do Component styles
2 |
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/src/app/user/index.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/src/app/user/index.ts
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/src/app/user/user.component.scss:
--------------------------------------------------------------------------------
1 | // User Styles
2 |
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/src/main.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/src/main.ts
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/src/polyfills.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/src/polyfills.ts
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/src/public/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/src/public/index.html
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/src/public/service-worker.js:
--------------------------------------------------------------------------------
1 | // This file is intentionally without code.
2 |
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/src/style/global.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/src/style/global.scss
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/src/vendor.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/src/vendor.ts
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/tsconfig.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/tsconfig.json
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/tslint.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/tslint.json
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/typedoc.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/typedoc.json
--------------------------------------------------------------------------------
/v3/todoList/contrib/ngprime/webpack.config.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/contrib/ngprime/webpack.config.js
--------------------------------------------------------------------------------
/v3/todoList/frontend/config/webpack.dev.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/config/webpack.dev.js
--------------------------------------------------------------------------------
/v3/todoList/frontend/config/webpack.prod.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/config/webpack.prod.js
--------------------------------------------------------------------------------
/v3/todoList/frontend/config/webpack.test.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/config/webpack.test.js
--------------------------------------------------------------------------------
/v3/todoList/frontend/dist/img/menu-left.svg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/dist/img/menu-left.svg
--------------------------------------------------------------------------------
/v3/todoList/frontend/dist/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/dist/index.html
--------------------------------------------------------------------------------
/v3/todoList/frontend/dist/service-worker.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/dist/service-worker.js
--------------------------------------------------------------------------------
/v3/todoList/frontend/karma-shim.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/karma-shim.js
--------------------------------------------------------------------------------
/v3/todoList/frontend/karma.conf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/karma.conf.js
--------------------------------------------------------------------------------
/v3/todoList/frontend/package.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/package.json
--------------------------------------------------------------------------------
/v3/todoList/frontend/protractor.conf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/protractor.conf.js
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/app-routing.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/app-routing.module.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/app.component.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/app.component.html
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/app.component.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/app.component.scss
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/app.component.spec.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/app.component.spec.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/app.component.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/app.component.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/app.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/app.module.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/core/core.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/core/core.module.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/home/home.component.e2e-spec.ts:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/home/home.component.spec.ts:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/home/home.component.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/home/home.component.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/home/home.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/home/home.module.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/home/index.ts:
--------------------------------------------------------------------------------
1 | export * from './home.component';
2 |
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/login/index.ts:
--------------------------------------------------------------------------------
1 | export * from './login.component';
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/login/login.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/login/login.module.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/shared/index.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/shared/index.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/shared/shared.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/shared/shared.module.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/todo/index.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/todo/index.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/todo/todo.component.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/todo/todo.component.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/todo/todo.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/todo/todo.module.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/user/index.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/user/index.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/user/user.component.scss:
--------------------------------------------------------------------------------
1 | // User Styles
2 |
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/user/user.component.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/user/user.component.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/app/user/user.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/app/user/user.module.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/main.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/main.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/polyfills.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/polyfills.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/public/img/menu-left.svg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/public/img/menu-left.svg
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/public/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/public/index.html
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/public/service-worker.js:
--------------------------------------------------------------------------------
1 | // This file is intentionally without code.
2 |
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/style/global.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/style/global.scss
--------------------------------------------------------------------------------
/v3/todoList/frontend/src/vendor.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/src/vendor.ts
--------------------------------------------------------------------------------
/v3/todoList/frontend/tsconfig.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/tsconfig.json
--------------------------------------------------------------------------------
/v3/todoList/frontend/tslint.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/tslint.json
--------------------------------------------------------------------------------
/v3/todoList/frontend/typedoc.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/typedoc.json
--------------------------------------------------------------------------------
/v3/todoList/frontend/webpack.config.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/frontend/webpack.config.js
--------------------------------------------------------------------------------
/v3/todoList/progressive/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/.gitignore
--------------------------------------------------------------------------------
/v3/todoList/progressive/config.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/config.xml
--------------------------------------------------------------------------------
/v3/todoList/progressive/hooks/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/hooks/README.md
--------------------------------------------------------------------------------
/v3/todoList/progressive/ionic.config.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/ionic.config.json
--------------------------------------------------------------------------------
/v3/todoList/progressive/package.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/package.json
--------------------------------------------------------------------------------
/v3/todoList/progressive/res/mipmap-hdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/res/mipmap-hdpi/icon.png
--------------------------------------------------------------------------------
/v3/todoList/progressive/res/mipmap-ldpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/res/mipmap-ldpi/icon.png
--------------------------------------------------------------------------------
/v3/todoList/progressive/res/mipmap-mdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/res/mipmap-mdpi/icon.png
--------------------------------------------------------------------------------
/v3/todoList/progressive/res/mipmap-xhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/res/mipmap-xhdpi/icon.png
--------------------------------------------------------------------------------
/v3/todoList/progressive/res/mipmap-xxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/res/mipmap-xxhdpi/icon.png
--------------------------------------------------------------------------------
/v3/todoList/progressive/res/mipmap-xxxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/res/mipmap-xxxhdpi/icon.png
--------------------------------------------------------------------------------
/v3/todoList/progressive/resources/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/resources/icon.png
--------------------------------------------------------------------------------
/v3/todoList/progressive/resources/splash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/resources/splash.png
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/app/app.component.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/src/app/app.component.ts
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/app/app.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/src/app/app.html
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/app/app.module.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/src/app/app.module.ts
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/app/app.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/src/app/app.scss
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/app/main.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/src/app/main.ts
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/assets/icon/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/src/assets/icon/favicon.ico
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/declarations.d.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/src/declarations.d.ts
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/src/index.html
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/manifest.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/src/manifest.json
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/pages/login/login.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/src/pages/login/login.html
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/pages/login/login.scss:
--------------------------------------------------------------------------------
1 | page-login {
2 |
3 | }
4 |
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/pages/login/login.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/src/pages/login/login.ts
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/pages/register/register.scss:
--------------------------------------------------------------------------------
1 | page-register {
2 |
3 | }
4 |
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/pages/todo-form/todo-form.scss:
--------------------------------------------------------------------------------
1 | page-todo-form {
2 |
3 | }
4 |
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/pages/todo-list/todo-list.scss:
--------------------------------------------------------------------------------
1 | page-todo-list {
2 |
3 | }
4 |
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/providers/todo-model.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/src/providers/todo-model.ts
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/service-worker.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/src/service-worker.js
--------------------------------------------------------------------------------
/v3/todoList/progressive/src/theme/variables.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/src/theme/variables.scss
--------------------------------------------------------------------------------
/v3/todoList/progressive/tsconfig.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/tsconfig.json
--------------------------------------------------------------------------------
/v3/todoList/progressive/tslint.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/tslint.json
--------------------------------------------------------------------------------
/v3/todoList/progressive/www/assets/fonts/roboto.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/www/assets/fonts/roboto.scss
--------------------------------------------------------------------------------
/v3/todoList/progressive/www/assets/icon/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/www/assets/icon/favicon.ico
--------------------------------------------------------------------------------
/v3/todoList/progressive/www/build/main.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/www/build/main.css
--------------------------------------------------------------------------------
/v3/todoList/progressive/www/build/main.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/www/build/main.js
--------------------------------------------------------------------------------
/v3/todoList/progressive/www/build/main.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/www/build/main.js.map
--------------------------------------------------------------------------------
/v3/todoList/progressive/www/build/polyfills.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/www/build/polyfills.js
--------------------------------------------------------------------------------
/v3/todoList/progressive/www/build/sw-toolbox.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/www/build/sw-toolbox.js
--------------------------------------------------------------------------------
/v3/todoList/progressive/www/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/www/index.html
--------------------------------------------------------------------------------
/v3/todoList/progressive/www/manifest.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/www/manifest.json
--------------------------------------------------------------------------------
/v3/todoList/progressive/www/service-worker.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/demoiselle/example/HEAD/v3/todoList/progressive/www/service-worker.js
--------------------------------------------------------------------------------