teste new formate date

This commit is contained in:
tiago.kayaya
2021-02-09 15:39:39 +01:00
parent 021368a04f
commit 174bca6c0e
223 changed files with 3387 additions and 1906 deletions
+38 -55
View File
@@ -175,7 +175,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
/* harmony default export */
__webpack_exports__["default"] = "<ion-app>\n <ion-router-outlet></ion-router-outlet>\n</ion-app>\n";
__webpack_exports__["default"] = "<ion-app>\r\n <ion-router-outlet></ion-router-outlet>\r\n</ion-app>\r\n";
/***/
},
@@ -244,7 +244,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
loadChildren: function loadChildren() {
return Promise.all(
/*! import() | pages-events-events-module */
[__webpack_require__.e("default~home-home-module~pages-chat-chat-module~pages-events-events-module~pages-login-login-module~~89b37816"), __webpack_require__.e("default~home-home-module~pages-chat-chat-module~pages-events-events-module~pages-publications-public~e1dc4276"), __webpack_require__.e("default~pages-agenda-agenda-module~pages-events-event-detail-event-detail-module~pages-events-events~868ae94e"), __webpack_require__.e("default~pages-agenda-agenda-module~pages-events-events-module~pages-gabinete-digital-expediente-expe~96c02ceb"), __webpack_require__.e("default~pages-events-events-module~pages-gabinete-digital-expediente-expediente-detail-expediente-de~2a35319b"), __webpack_require__.e("default~home-home-module~pages-chat-chat-module~pages-events-events-module~pages-publications-public~d7fe0b4b"), __webpack_require__.e("default~pages-events-event-detail-event-detail-module~pages-events-events-module"), __webpack_require__.e("default~home-home-module~pages-events-events-module"), __webpack_require__.e("pages-events-events-module")]).then(__webpack_require__.bind(null,
[__webpack_require__.e("default~home-home-module~pages-chat-chat-module~pages-events-events-module~pages-login-login-module~~89b37816"), __webpack_require__.e("default~pages-agenda-agenda-module~pages-events-attendees-attendees-module~pages-events-event-detail~7917ec48"), __webpack_require__.e("default~home-home-module~pages-chat-chat-module~pages-events-events-module~pages-publications-public~e1dc4276"), __webpack_require__.e("default~pages-agenda-agenda-module~pages-events-events-module~pages-gabinete-digital-expediente-expe~96c02ceb"), __webpack_require__.e("default~pages-events-events-module~pages-gabinete-digital-expediente-expediente-detail-expediente-de~2a35319b"), __webpack_require__.e("default~home-home-module~pages-chat-chat-module~pages-events-events-module~pages-publications-public~d7fe0b4b"), __webpack_require__.e("default~pages-events-event-detail-event-detail-module~pages-events-events-module"), __webpack_require__.e("default~home-home-module~pages-events-events-module"), __webpack_require__.e("pages-events-events-module")]).then(__webpack_require__.bind(null,
/*! ./pages/events/events.module */
"./src/app/pages/events/events.module.ts")).then(function (m) {
return m.EventsPageModule;
@@ -454,38 +454,25 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
var _ionic_angular__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
/*! @ionic/angular */
"./node_modules/@ionic/angular/__ivy_ngcc__/fesm2015/ionic-angular.js");
/* harmony import */
/* import { SplashScreen } from '@ionic-native/splash-screen/ngx';
import { StatusBar } from '@ionic-native/status-bar/ngx';
*/
var _ionic_native_splash_screen_ngx__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
/*! @ionic-native/splash-screen/ngx */
"./node_modules/@ionic-native/splash-screen/__ivy_ngcc__/ngx/index.js");
/* harmony import */
var _ionic_native_status_bar_ngx__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
/*! @ionic-native/status-bar/ngx */
"./node_modules/@ionic-native/status-bar/__ivy_ngcc__/ngx/index.js");
var AppComponent = /*#__PURE__*/function () {
function AppComponent(platform, splashScreen, statusBar) {
function AppComponent(platform) {
_classCallCheck(this, AppComponent);
this.platform = platform;
this.splashScreen = splashScreen;
this.statusBar = statusBar;
this.initializeApp();
}
_createClass(AppComponent, [{
key: "initializeApp",
value: function initializeApp() {
var _this = this;
this.platform.ready().then(function () {
_this.statusBar.styleDefault();
_this.splashScreen.hide();
/* this.statusBar.styleDefault();
this.splashScreen.hide(); */
});
}
}]);
@@ -496,10 +483,6 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
AppComponent.ctorParameters = function () {
return [{
type: _ionic_angular__WEBPACK_IMPORTED_MODULE_2__["Platform"]
}, {
type: _ionic_native_splash_screen_ngx__WEBPACK_IMPORTED_MODULE_3__["SplashScreen"]
}, {
type: _ionic_native_status_bar_ngx__WEBPACK_IMPORTED_MODULE_4__["StatusBar"]
}];
};
@@ -567,54 +550,54 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
/* harmony import */
var _ionic_native_splash_screen_ngx__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
/*! @ionic-native/splash-screen/ngx */
"./node_modules/@ionic-native/splash-screen/__ivy_ngcc__/ngx/index.js");
/* harmony import */
var _ionic_native_status_bar_ngx__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
/*! @ionic-native/status-bar/ngx */
"./node_modules/@ionic-native/status-bar/__ivy_ngcc__/ngx/index.js");
/* harmony import */
var _app_routing_module__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
var _app_routing_module__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
/*! ./app-routing.module */
"./src/app/app-routing.module.ts");
/* harmony import */
var _app_component__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
var _app_component__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
/*! ./app.component */
"./src/app/app.component.ts");
/* harmony import */
var _angular_common_http__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
var _angular_common_http__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
/*! @angular/common/http */
"./node_modules/@angular/common/__ivy_ngcc__/fesm2015/http.js");
/* harmony import */
var _ionic_native_in_app_browser_ngx__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
var _ionic_native_in_app_browser_ngx__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
/*! @ionic-native/in-app-browser/ngx */
"./node_modules/@ionic-native/in-app-browser/__ivy_ngcc__/ngx/index.js");
/* harmony import */
var _ionic_native_ionic_webview_ngx__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
var _ionic_native_File_ngx__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
/*! @ionic-native/File/ngx */
"./node_modules/@ionic-native/File/__ivy_ngcc__/ngx/index.js");
/* harmony import */
var _ionic_native_ionic_webview_ngx__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
/*! @ionic-native/ionic-webview/ngx */
"./node_modules/@ionic-native/ionic-webview/__ivy_ngcc__/ngx/index.js");
/* harmony import */
var _ionic_native_file_path_ngx__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
var _ionic_native_file_path_ngx__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
/*! @ionic-native/file-path/ngx */
"./node_modules/@ionic-native/file-path/__ivy_ngcc__/ngx/index.js");
/* harmony import */
var _ionic_native_camera_ngx__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
/*! @ionic-native/camera/ngx */
"./node_modules/@ionic-native/camera/__ivy_ngcc__/ngx/index.js");
/* harmony import */
var _ionic_storage__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
/*! @ionic/storage */
"./node_modules/@ionic/storage/__ivy_ngcc__/fesm2015/ionic-storage.js");
@@ -647,9 +630,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
var angular_calendar_date_adapters_date_fns__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
/*! angular-calendar/date-adapters/date-fns */
"./node_modules/angular-calendar/date-adapters/esm/date-fns/index.js"); //import { File } from '@ionic-native/File/ngx';
/* import { Camera } from '@ionic-native/camera/ngx'; */
"./node_modules/angular-calendar/date-adapters/esm/date-fns/index.js");
/* import { SplashScreen } from '@ionic-native/splash-screen/ngx';
import { StatusBar } from '@ionic-native/status-bar/ngx'; */
//
@@ -658,20 +641,20 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
};
AppModule = Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"])([Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["NgModule"])({
declarations: [_app_component__WEBPACK_IMPORTED_MODULE_8__["AppComponent"]],
declarations: [_app_component__WEBPACK_IMPORTED_MODULE_6__["AppComponent"]],
entryComponents: [],
imports: [_angular_platform_browser__WEBPACK_IMPORTED_MODULE_2__["BrowserModule"], _angular_common__WEBPACK_IMPORTED_MODULE_15__["CommonModule"], _angular_forms__WEBPACK_IMPORTED_MODULE_16__["FormsModule"], angular_calendar__WEBPACK_IMPORTED_MODULE_17__["CalendarModule"].forRoot({
provide: angular_calendar__WEBPACK_IMPORTED_MODULE_17__["DateAdapter"],
useFactory: angular_calendar_date_adapters_date_fns__WEBPACK_IMPORTED_MODULE_18__["adapterFactory"]
}), _ionic_angular__WEBPACK_IMPORTED_MODULE_4__["IonicModule"].forRoot(), _ionic_storage__WEBPACK_IMPORTED_MODULE_13__["IonicStorageModule"].forRoot(), _app_routing_module__WEBPACK_IMPORTED_MODULE_7__["AppRoutingModule"], _pipes_pipes_module__WEBPACK_IMPORTED_MODULE_14__["PipesModule"], _angular_common_http__WEBPACK_IMPORTED_MODULE_9__["HttpClientModule"]],
providers: [_ionic_native_status_bar_ngx__WEBPACK_IMPORTED_MODULE_6__["StatusBar"], _ionic_native_splash_screen_ngx__WEBPACK_IMPORTED_MODULE_5__["SplashScreen"], _angular_common_http__WEBPACK_IMPORTED_MODULE_9__["HttpClientModule"], {
}), _ionic_angular__WEBPACK_IMPORTED_MODULE_4__["IonicModule"].forRoot(), _ionic_storage__WEBPACK_IMPORTED_MODULE_13__["IonicStorageModule"].forRoot(), _app_routing_module__WEBPACK_IMPORTED_MODULE_5__["AppRoutingModule"], _pipes_pipes_module__WEBPACK_IMPORTED_MODULE_14__["PipesModule"], _angular_common_http__WEBPACK_IMPORTED_MODULE_7__["HttpClientModule"]],
providers: [
/* StatusBar,
SplashScreen, */
_angular_common_http__WEBPACK_IMPORTED_MODULE_7__["HttpClientModule"], {
provide: _angular_router__WEBPACK_IMPORTED_MODULE_3__["RouteReuseStrategy"],
useClass: _ionic_angular__WEBPACK_IMPORTED_MODULE_4__["IonicRouteStrategy"]
}, _ionic_native_in_app_browser_ngx__WEBPACK_IMPORTED_MODULE_10__["InAppBrowser"],
/* Camera, */
//File,
_ionic_native_ionic_webview_ngx__WEBPACK_IMPORTED_MODULE_11__["WebView"], _ionic_native_file_path_ngx__WEBPACK_IMPORTED_MODULE_12__["FilePath"]],
bootstrap: [_app_component__WEBPACK_IMPORTED_MODULE_8__["AppComponent"]],
}, _ionic_native_in_app_browser_ngx__WEBPACK_IMPORTED_MODULE_8__["InAppBrowser"], _ionic_native_camera_ngx__WEBPACK_IMPORTED_MODULE_12__["Camera"], _ionic_native_File_ngx__WEBPACK_IMPORTED_MODULE_9__["File"], _ionic_native_ionic_webview_ngx__WEBPACK_IMPORTED_MODULE_10__["WebView"], _ionic_native_file_path_ngx__WEBPACK_IMPORTED_MODULE_11__["FilePath"]],
bootstrap: [_app_component__WEBPACK_IMPORTED_MODULE_6__["AppComponent"]],
schemas: [_angular_core__WEBPACK_IMPORTED_MODULE_1__["CUSTOM_ELEMENTS_SCHEMA"]]
})], AppModule);
/***/
@@ -901,7 +884,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
/***/
function _(module, exports, __webpack_require__) {
module.exports = __webpack_require__(
/*! /home/rmx/Documents/gabinete-digital/repo/gabinete-digital/src/main.ts */
/*! C:\Users\tiago.kayaya\development\gabinete-digital\src\main.ts */
"./src/main.ts");
/***/
}