diff --git a/package.json b/package.json index 2db5a1299..945a26926 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "ng": "ng", "start": "ng serve --port 4200", - "build": "ng build", + "build": "node --max_old_space_size=999192 ./node_modules/@angular/cli/bin/ng build", "lint": "ng lint", "e2e": "ng e2e", "test": "jest --detectOpenHandles --runInBand", diff --git a/src/app/modals/add-note/add-note.page.html b/src/app/modals/add-note/add-note.page.html index 3cd668ec4..b936f5b07 100644 --- a/src/app/modals/add-note/add-note.page.html +++ b/src/app/modals/add-note/add-note.page.html @@ -9,13 +9,13 @@
- + diff --git a/src/app/modals/add-note/add-note.page.scss b/src/app/modals/add-note/add-note.page.scss index 678a31590..d5a37d279 100644 --- a/src/app/modals/add-note/add-note.page.scss +++ b/src/app/modals/add-note/add-note.page.scss @@ -68,7 +68,7 @@ float: left; } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/modals/create-process/create-process.page.html b/src/app/modals/create-process/create-process.page.html index eb74210c0..509950761 100644 --- a/src/app/modals/create-process/create-process.page.html +++ b/src/app/modals/create-process/create-process.page.html @@ -91,7 +91,7 @@
-
+
@@ -100,7 +100,7 @@
-
+
@@ -113,7 +113,7 @@
-
+
@@ -122,7 +122,7 @@
-
+
@@ -130,7 +130,7 @@
-
+
diff --git a/src/app/modals/create-process/create-process.page.scss b/src/app/modals/create-process/create-process.page.scss index 317b25399..35f7952e2 100644 --- a/src/app/modals/create-process/create-process.page.scss +++ b/src/app/modals/create-process/create-process.page.scss @@ -76,7 +76,7 @@ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); } .attach-title-item{ diff --git a/src/app/modals/dar-parecer/dar-parecer.page.html b/src/app/modals/dar-parecer/dar-parecer.page.html index e00bfe4bd..4f0a85a26 100644 --- a/src/app/modals/dar-parecer/dar-parecer.page.html +++ b/src/app/modals/dar-parecer/dar-parecer.page.html @@ -15,7 +15,7 @@
- +
diff --git a/src/app/modals/dar-parecer/dar-parecer.page.scss b/src/app/modals/dar-parecer/dar-parecer.page.scss index 9c486eb9a..dcff19e7a 100644 --- a/src/app/modals/dar-parecer/dar-parecer.page.scss +++ b/src/app/modals/dar-parecer/dar-parecer.page.scss @@ -80,7 +80,7 @@ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/modals/delegar/delegar.page.html b/src/app/modals/delegar/delegar.page.html index 8967a2d2d..68e2e491f 100644 --- a/src/app/modals/delegar/delegar.page.html +++ b/src/app/modals/delegar/delegar.page.html @@ -43,7 +43,7 @@
- +
diff --git a/src/app/modals/delegar/delegar.page.scss b/src/app/modals/delegar/delegar.page.scss index c6fc0f6da..3a4a64875 100644 --- a/src/app/modals/delegar/delegar.page.scss +++ b/src/app/modals/delegar/delegar.page.scss @@ -77,7 +77,7 @@ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/modals/document-detail/document-detail.page.scss b/src/app/modals/document-detail/document-detail.page.scss index 7cddfaadf..e69376b4c 100644 --- a/src/app/modals/document-detail/document-detail.page.scss +++ b/src/app/modals/document-detail/document-detail.page.scss @@ -130,7 +130,7 @@ ion-button{ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/modals/document-set-up-meeting/document-set-up-meeting.page.html b/src/app/modals/document-set-up-meeting/document-set-up-meeting.page.html index 8a573e718..3b318dd67 100644 --- a/src/app/modals/document-set-up-meeting/document-set-up-meeting.page.html +++ b/src/app/modals/document-set-up-meeting/document-set-up-meeting.page.html @@ -318,7 +318,7 @@
-
+
diff --git a/src/app/modals/document-set-up-meeting/document-set-up-meeting.page.scss b/src/app/modals/document-set-up-meeting/document-set-up-meeting.page.scss index 637cd24d1..5b53e20e1 100644 --- a/src/app/modals/document-set-up-meeting/document-set-up-meeting.page.scss +++ b/src/app/modals/document-set-up-meeting/document-set-up-meeting.page.scss @@ -74,7 +74,7 @@ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/modals/forward/forward.page.html b/src/app/modals/forward/forward.page.html index 36f6748ce..0f6ae2d18 100644 --- a/src/app/modals/forward/forward.page.html +++ b/src/app/modals/forward/forward.page.html @@ -14,7 +14,7 @@
-
+
@@ -23,7 +23,7 @@
-
+
@@ -42,17 +42,7 @@
- +
diff --git a/src/app/modals/forward/forward.page.scss b/src/app/modals/forward/forward.page.scss index c6fc0f6da..3a4a64875 100644 --- a/src/app/modals/forward/forward.page.scss +++ b/src/app/modals/forward/forward.page.scss @@ -77,7 +77,7 @@ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/modals/view-document/view-document.page.html b/src/app/modals/view-document/view-document.page.html index 0c02abea3..4c3fd741f 100644 --- a/src/app/modals/view-document/view-document.page.html +++ b/src/app/modals/view-document/view-document.page.html @@ -10,7 +10,7 @@
- +
diff --git a/src/app/pages/agenda/agenda.page.html b/src/app/pages/agenda/agenda.page.html index 6d06a52c2..9e5a7ce30 100644 --- a/src/app/pages/agenda/agenda.page.html +++ b/src/app/pages/agenda/agenda.page.html @@ -22,7 +22,7 @@
-
+
@@ -41,7 +41,7 @@

{{ viewTitle }} -
+
@@ -102,7 +102,7 @@
--> -
+
@@ -119,13 +119,13 @@ - - diff --git a/src/app/pages/chat/group-messages/group-messages.page.html b/src/app/pages/chat/group-messages/group-messages.page.html index 7d456ffcb..2f0b9fc4c 100644 --- a/src/app/pages/chat/group-messages/group-messages.page.html +++ b/src/app/pages/chat/group-messages/group-messages.page.html @@ -20,7 +20,7 @@
diff --git a/src/app/pages/chat/messages/contacts/contacts.page.html b/src/app/pages/chat/messages/contacts/contacts.page.html index 576e531d5..5dc48c889 100644 --- a/src/app/pages/chat/messages/contacts/contacts.page.html +++ b/src/app/pages/chat/messages/contacts/contacts.page.html @@ -2,8 +2,8 @@
-
- @@ -35,7 +35,7 @@ {{header}}
-
+

{{user.name}}

diff --git a/src/app/pages/chat/messages/contacts/contacts.page.scss b/src/app/pages/chat/messages/contacts/contacts.page.scss index a50120cba..157f8d7c9 100644 --- a/src/app/pages/chat/messages/contacts/contacts.page.scss +++ b/src/app/pages/chat/messages/contacts/contacts.page.scss @@ -71,7 +71,7 @@ --border-radius: 5px; --box-shadow: none; overflow: hidden; - --icon-color:#0d89d1; + --icon-color: var( --font-awesome); } } @@ -107,7 +107,7 @@ margin: 0 !important; width: 90%; font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); float: left; } .item-user .icon{ diff --git a/src/app/pages/chat/new-group/contacts/contacts.page.html b/src/app/pages/chat/new-group/contacts/contacts.page.html index 08afbe556..59be5dfab 100644 --- a/src/app/pages/chat/new-group/contacts/contacts.page.html +++ b/src/app/pages/chat/new-group/contacts/contacts.page.html @@ -3,7 +3,7 @@
- @@ -11,7 +11,7 @@
Contactos
- +
diff --git a/src/app/pages/events/edit-event/edit-event.page.scss b/src/app/pages/events/edit-event/edit-event.page.scss index 0224ee793..69f54a2a0 100644 --- a/src/app/pages/events/edit-event/edit-event.page.scss +++ b/src/app/pages/events/edit-event/edit-event.page.scss @@ -91,7 +91,7 @@ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/pages/events/events.page.html b/src/app/pages/events/events.page.html index 6a2c80fb7..7ad906034 100644 --- a/src/app/pages/events/events.page.html +++ b/src/app/pages/events/events.page.html @@ -143,4 +143,6 @@
+ + diff --git a/src/app/pages/events/events.page.ts b/src/app/pages/events/events.page.ts index 81d64aa56..b431827ee 100644 --- a/src/app/pages/events/events.page.ts +++ b/src/app/pages/events/events.page.ts @@ -114,6 +114,15 @@ export class EventsPage implements OnInit { } catch (error) { console.log("Error creating local database: ", error) } + + + window['zipPhoneCallback'] = function (zipphone) { + var frame = document.getElementById('home-iframe'); + if(frame) { + frame['contentWindow']['postMessage']({call:'cookies', value: { cookies: {} }}); + } + } + } ngOnInit() { diff --git a/src/app/pages/gabinete-digital/despachos-pr/despacho-pr/despacho-pr.page.scss b/src/app/pages/gabinete-digital/despachos-pr/despacho-pr/despacho-pr.page.scss index 089feddae..19779f9bc 100644 --- a/src/app/pages/gabinete-digital/despachos-pr/despacho-pr/despacho-pr.page.scss +++ b/src/app/pages/gabinete-digital/despachos-pr/despacho-pr/despacho-pr.page.scss @@ -132,7 +132,7 @@ ion-button{ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/pages/gabinete-digital/despachos/despacho/despacho.page.scss b/src/app/pages/gabinete-digital/despachos/despacho/despacho.page.scss index 686e62d8f..1526a1154 100644 --- a/src/app/pages/gabinete-digital/despachos/despacho/despacho.page.scss +++ b/src/app/pages/gabinete-digital/despachos/despacho/despacho.page.scss @@ -91,7 +91,7 @@ ion-button{ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/pages/gabinete-digital/diplomas-assinar/diploma-assinar/diploma-assinar.page.scss b/src/app/pages/gabinete-digital/diplomas-assinar/diploma-assinar/diploma-assinar.page.scss index 9e023d87a..7cb38f87d 100644 --- a/src/app/pages/gabinete-digital/diplomas-assinar/diploma-assinar/diploma-assinar.page.scss +++ b/src/app/pages/gabinete-digital/diplomas-assinar/diploma-assinar/diploma-assinar.page.scss @@ -151,7 +151,7 @@ ion-button{ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/pages/gabinete-digital/diplomas/diploma/diploma.page.scss b/src/app/pages/gabinete-digital/diplomas/diploma/diploma.page.scss index 7e0df6d1a..4ad9a6faa 100644 --- a/src/app/pages/gabinete-digital/diplomas/diploma/diploma.page.scss +++ b/src/app/pages/gabinete-digital/diplomas/diploma/diploma.page.scss @@ -133,7 +133,7 @@ ion-button{ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/pages/gabinete-digital/event-list/approve-event-modal/approve-event-modal.page.html b/src/app/pages/gabinete-digital/event-list/approve-event-modal/approve-event-modal.page.html index 418781d21..05ea1fc20 100644 --- a/src/app/pages/gabinete-digital/event-list/approve-event-modal/approve-event-modal.page.html +++ b/src/app/pages/gabinete-digital/event-list/approve-event-modal/approve-event-modal.page.html @@ -92,7 +92,7 @@ AccoesPresidenciais ArquivoDespachoElect

-

{{document.Stakeholders}} {{document.CreateDate | date: 'dd-MM-yyyy HH:mm'}}

+

{{document.Stakeholders}} {{document.CreateDate }}

diff --git a/src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.html b/src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.html index 9fdeba30f..991323c85 100644 --- a/src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.html +++ b/src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.html @@ -266,7 +266,7 @@
-
+
@@ -275,7 +275,7 @@
-
+
diff --git a/src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.scss b/src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.scss index 24d21b73b..8d00c7cde 100644 --- a/src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.scss +++ b/src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.scss @@ -74,7 +74,7 @@ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/pages/gabinete-digital/expediente/expedient-task-modal/expedient-task-modal.page.html b/src/app/pages/gabinete-digital/expediente/expedient-task-modal/expedient-task-modal.page.html index 26f567f8e..baea578cf 100644 --- a/src/app/pages/gabinete-digital/expediente/expedient-task-modal/expedient-task-modal.page.html +++ b/src/app/pages/gabinete-digital/expediente/expedient-task-modal/expedient-task-modal.page.html @@ -133,7 +133,7 @@
-
+
@@ -142,7 +142,7 @@
-
+
@@ -155,7 +155,7 @@
-
+
@@ -164,7 +164,7 @@
-
+
@@ -172,7 +172,7 @@
-
+
diff --git a/src/app/pages/gabinete-digital/expediente/expedient-task-modal/expedient-task-modal.page.scss b/src/app/pages/gabinete-digital/expediente/expedient-task-modal/expedient-task-modal.page.scss index c082ed853..161e89228 100644 --- a/src/app/pages/gabinete-digital/expediente/expedient-task-modal/expedient-task-modal.page.scss +++ b/src/app/pages/gabinete-digital/expediente/expedient-task-modal/expedient-task-modal.page.scss @@ -78,7 +78,7 @@ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); } .attach-title-item{ diff --git a/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.scss b/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.scss index a5e3392e0..4e0adc31b 100644 --- a/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.scss +++ b/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.scss @@ -132,7 +132,7 @@ ion-button{ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/pages/gabinete-digital/expedientes-pr/expediente-pr/expediente-pr.page.scss b/src/app/pages/gabinete-digital/expedientes-pr/expediente-pr/expediente-pr.page.scss index 2402864da..f0ff4a797 100644 --- a/src/app/pages/gabinete-digital/expedientes-pr/expediente-pr/expediente-pr.page.scss +++ b/src/app/pages/gabinete-digital/expedientes-pr/expediente-pr/expediente-pr.page.scss @@ -131,7 +131,7 @@ ion-button{ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/pages/gabinete-digital/gabinete-digital.page.html b/src/app/pages/gabinete-digital/gabinete-digital.page.html index be980bc48..0d1860bec 100644 --- a/src/app/pages/gabinete-digital/gabinete-digital.page.html +++ b/src/app/pages/gabinete-digital/gabinete-digital.page.html @@ -8,7 +8,7 @@ -
+
diff --git a/src/app/pages/gabinete-digital/gabinete-digital.page.scss b/src/app/pages/gabinete-digital/gabinete-digital.page.scss index d796b3602..3d96f2e64 100644 --- a/src/app/pages/gabinete-digital/gabinete-digital.page.scss +++ b/src/app/pages/gabinete-digital/gabinete-digital.page.scss @@ -120,8 +120,6 @@ ion-segment-button{ background:var(--gabinete-main-container); overflow:hidden; padding: 0 !important; - border-top-left-radius: 25px; - border-top-right-radius: 25px; .aside-wrapper{ overflow: hidden; diff --git a/src/app/pages/gabinete-digital/pedidos/pedido/pedido.page.scss b/src/app/pages/gabinete-digital/pedidos/pedido/pedido.page.scss index 2a232317f..4f3aea66d 100644 --- a/src/app/pages/gabinete-digital/pedidos/pedido/pedido.page.scss +++ b/src/app/pages/gabinete-digital/pedidos/pedido/pedido.page.scss @@ -97,7 +97,7 @@ ion-button{ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/pages/publications/new-publication/new-publication.page.html b/src/app/pages/publications/new-publication/new-publication.page.html index d60a88c1b..c010cc1ad 100644 --- a/src/app/pages/publications/new-publication/new-publication.page.html +++ b/src/app/pages/publications/new-publication/new-publication.page.html @@ -57,7 +57,9 @@
- + + +
Tirar Fotografia @@ -66,11 +68,12 @@
- +
- + +
-
+
Anexar Fotografia
diff --git a/src/app/pages/publications/new-publication/new-publication.page.scss b/src/app/pages/publications/new-publication/new-publication.page.scss index e75e9c30b..282f5cd02 100644 --- a/src/app/pages/publications/new-publication/new-publication.page.scss +++ b/src/app/pages/publications/new-publication/new-publication.page.scss @@ -113,7 +113,7 @@ font-size: 25px; .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 20px 10px; padding: 5px; float: left; diff --git a/src/app/pages/publications/new-publication/new-publication.page.ts b/src/app/pages/publications/new-publication/new-publication.page.ts index 94e4885e0..a314b4e99 100644 --- a/src/app/pages/publications/new-publication/new-publication.page.ts +++ b/src/app/pages/publications/new-publication/new-publication.page.ts @@ -17,6 +17,7 @@ import { ThemePalette } from '@angular/material/core'; import { formatDate } from 'src/plugin/momentG.js' import { FileLoaderService } from 'src/app/services/file/file-loader.service'; import { FileToBase64Service } from 'src/app/services/file/file-to-base64.service'; +import { ThemeService } from 'src/app/services/theme.service' @Component({ selector: 'app-new-publication', @@ -69,7 +70,8 @@ export class NewPublicationPage implements OnInit { private camera: Camera, private toastService: ToastService, private fileLoaderService: FileLoaderService, - private fileToBase64Service: FileToBase64Service + private fileToBase64Service: FileToBase64Service, + public ThemeService: ThemeService ) { this.publicationType = this.navParams.get('publicationType'); diff --git a/src/app/pages/publications/publication-detail/publication-detail.page.html b/src/app/pages/publications/publication-detail/publication-detail.page.html index 9fed86dd4..ea16990a6 100644 --- a/src/app/pages/publications/publication-detail/publication-detail.page.html +++ b/src/app/pages/publications/publication-detail/publication-detail.page.html @@ -4,7 +4,7 @@
-
+
@@ -32,7 +32,7 @@
-
+
diff --git a/src/app/pages/publications/publications.page.scss b/src/app/pages/publications/publications.page.scss index 5cb817ed6..c98ad9b40 100644 --- a/src/app/pages/publications/publications.page.scss +++ b/src/app/pages/publications/publications.page.scss @@ -174,6 +174,7 @@ ion-toolbar{ .item-active{ background-color: var(--gabinete-active-hove-background) !important; color: #fff !important; + pointer-events: none; } .item:hover{ diff --git a/src/app/pages/publications/view-publications/view-publications.page.html b/src/app/pages/publications/view-publications/view-publications.page.html index d1a547375..fd3a2a111 100644 --- a/src/app/pages/publications/view-publications/view-publications.page.html +++ b/src/app/pages/publications/view-publications/view-publications.page.html @@ -6,7 +6,7 @@
-
+
@@ -15,7 +15,7 @@

{{item.Detail}}

-
+
diff --git a/src/app/pages/search/search.page.html b/src/app/pages/search/search.page.html index d0d058026..af66c3640 100644 --- a/src/app/pages/search/search.page.html +++ b/src/app/pages/search/search.page.html @@ -91,7 +91,7 @@
-
+
{{ category.Name }} {{ category.Qtd }} diff --git a/src/app/services/events/edit-event/edit-event.page.scss b/src/app/services/events/edit-event/edit-event.page.scss index 0224ee793..69f54a2a0 100644 --- a/src/app/services/events/edit-event/edit-event.page.scss +++ b/src/app/services/events/edit-event/edit-event.page.scss @@ -91,7 +91,7 @@ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/shared/agenda/approve-event/approve-event.page.html b/src/app/shared/agenda/approve-event/approve-event.page.html index 131fe4cbe..08152d3a0 100644 --- a/src/app/shared/agenda/approve-event/approve-event.page.html +++ b/src/app/shared/agenda/approve-event/approve-event.page.html @@ -19,7 +19,7 @@
- +
diff --git a/src/app/shared/agenda/approve-event/approve-event.page.scss b/src/app/shared/agenda/approve-event/approve-event.page.scss index 16e0df76b..a3c0500fd 100644 --- a/src/app/shared/agenda/approve-event/approve-event.page.scss +++ b/src/app/shared/agenda/approve-event/approve-event.page.scss @@ -93,7 +93,7 @@ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/shared/agenda/edit-event-to-approve/edit-event-to-approve.page.html b/src/app/shared/agenda/edit-event-to-approve/edit-event-to-approve.page.html index 8b14106a4..7ccf43a4b 100644 --- a/src/app/shared/agenda/edit-event-to-approve/edit-event-to-approve.page.html +++ b/src/app/shared/agenda/edit-event-to-approve/edit-event-to-approve.page.html @@ -280,7 +280,7 @@
-
+
@@ -302,7 +302,7 @@
-
+
@@ -355,7 +355,7 @@

-

{{document.Stakeholders}} {{document.CreateDate | date: 'dd-MM-yyyy HH:mm'}}

+

{{document.Stakeholders}} {{document.CreateDate }}

diff --git a/src/app/shared/agenda/edit-event-to-approve/edit-event-to-approve.page.scss b/src/app/shared/agenda/edit-event-to-approve/edit-event-to-approve.page.scss index 182551484..974b7236f 100644 --- a/src/app/shared/agenda/edit-event-to-approve/edit-event-to-approve.page.scss +++ b/src/app/shared/agenda/edit-event-to-approve/edit-event-to-approve.page.scss @@ -91,7 +91,7 @@ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/shared/agenda/edit-event/edit-event.page.html b/src/app/shared/agenda/edit-event/edit-event.page.html index 7aebf08da..488b36e05 100644 --- a/src/app/shared/agenda/edit-event/edit-event.page.html +++ b/src/app/shared/agenda/edit-event/edit-event.page.html @@ -3,7 +3,7 @@
- Editar Evento aganda + Editar Evento
diff --git a/src/app/shared/agenda/edit-event/edit-event.page.scss b/src/app/shared/agenda/edit-event/edit-event.page.scss index e91c29131..e7613134d 100644 --- a/src/app/shared/agenda/edit-event/edit-event.page.scss +++ b/src/app/shared/agenda/edit-event/edit-event.page.scss @@ -103,7 +103,7 @@ ion-content{ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/shared/agenda/edit-event/edit-event.page.ts b/src/app/shared/agenda/edit-event/edit-event.page.ts index 682380246..494b832fa 100644 --- a/src/app/shared/agenda/edit-event/edit-event.page.ts +++ b/src/app/shared/agenda/edit-event/edit-event.page.ts @@ -405,9 +405,9 @@ export class EditEventPage implements OnInit { SourceName: data.selected.Assunto, ParentId: this.postEvent.EventId, SourceId: data.selected.Id, - Stakeholders: false, + Stakeholders: data.selected.Stakeholders | data.selected.EntidadeOrganicaNome, ApplicationId: data.selected.ApplicationType.toString(), - CreateDate: false, + CreateDate: data.selected.Data, // needed to attach this document Id: 'add', SourceTitle: data.selected.Assunto, diff --git a/src/app/shared/agenda/new-event/new-event.page.html b/src/app/shared/agenda/new-event/new-event.page.html index 226019227..9c068535c 100644 --- a/src/app/shared/agenda/new-event/new-event.page.html +++ b/src/app/shared/agenda/new-event/new-event.page.html @@ -236,7 +236,7 @@
-
+
@@ -247,7 +247,7 @@
-
+
@@ -260,7 +260,7 @@
-
+
@@ -271,7 +271,7 @@
-
+
diff --git a/src/app/shared/agenda/new-event/new-event.page.scss b/src/app/shared/agenda/new-event/new-event.page.scss index 0e05a84b1..8eeb1f499 100644 --- a/src/app/shared/agenda/new-event/new-event.page.scss +++ b/src/app/shared/agenda/new-event/new-event.page.scss @@ -106,7 +106,7 @@ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/shared/agenda/view-event/view-event.page.scss b/src/app/shared/agenda/view-event/view-event.page.scss index 81059a609..4f044aa5f 100644 --- a/src/app/shared/agenda/view-event/view-event.page.scss +++ b/src/app/shared/agenda/view-event/view-event.page.scss @@ -163,7 +163,7 @@ ion-content{ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/shared/chat/group-messages/group-contacts/group-contacts.page.html b/src/app/shared/chat/group-messages/group-contacts/group-contacts.page.html index d30645d4b..e2ed656ff 100644 --- a/src/app/shared/chat/group-messages/group-contacts/group-contacts.page.html +++ b/src/app/shared/chat/group-messages/group-contacts/group-contacts.page.html @@ -2,7 +2,7 @@
-
+
Contactos
- +
diff --git a/src/app/shared/chat/new-group/new-group.page.scss b/src/app/shared/chat/new-group/new-group.page.scss index f7486d5fc..fa33e3e9f 100644 --- a/src/app/shared/chat/new-group/new-group.page.scss +++ b/src/app/shared/chat/new-group/new-group.page.scss @@ -69,7 +69,7 @@ ion-content{ padding: 0!important; float: right; font-size: 15px; - color: #0782c9; + color: var(--font-awesome); margin: 8px 5px 0 5px; } .right{ diff --git a/src/app/shared/gabinete-digital/edit-event-to-approve/edit-event.page.html b/src/app/shared/gabinete-digital/edit-event-to-approve/edit-event.page.html index 12165e065..5e55f3555 100644 --- a/src/app/shared/gabinete-digital/edit-event-to-approve/edit-event.page.html +++ b/src/app/shared/gabinete-digital/edit-event-to-approve/edit-event.page.html @@ -349,7 +349,7 @@

-

{{document.Stakeholders}} {{document.CreateDate | date: 'dd-MM-yyyy HH:mm'}}

+

{{document.Stakeholders}} {{document.CreateDate }}

diff --git a/src/app/shared/gabinete-digital/edit-event-to-approve/edit-event.page.scss b/src/app/shared/gabinete-digital/edit-event-to-approve/edit-event.page.scss index f52dd4e07..756e96fd5 100644 --- a/src/app/shared/gabinete-digital/edit-event-to-approve/edit-event.page.scss +++ b/src/app/shared/gabinete-digital/edit-event-to-approve/edit-event.page.scss @@ -91,7 +91,7 @@ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/shared/gabinete-digital/generic/task-details/task-details.page.html b/src/app/shared/gabinete-digital/generic/task-details/task-details.page.html index 6e4a59538..2d2699ca0 100644 --- a/src/app/shared/gabinete-digital/generic/task-details/task-details.page.html +++ b/src/app/shared/gabinete-digital/generic/task-details/task-details.page.html @@ -3,7 +3,7 @@
- +
{{ task.Folio}} diff --git a/src/app/shared/gabinete-digital/generic/task-details/task-details.page.scss b/src/app/shared/gabinete-digital/generic/task-details/task-details.page.scss index 592d2c19e..818bde4da 100644 --- a/src/app/shared/gabinete-digital/generic/task-details/task-details.page.scss +++ b/src/app/shared/gabinete-digital/generic/task-details/task-details.page.scss @@ -91,7 +91,7 @@ ion-button{ } .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; diff --git a/src/app/shared/publication/new-publication/new-publication.page.html b/src/app/shared/publication/new-publication/new-publication.page.html index 378093728..f3d9dcd50 100644 --- a/src/app/shared/publication/new-publication/new-publication.page.html +++ b/src/app/shared/publication/new-publication/new-publication.page.html @@ -44,11 +44,11 @@
- +
-
+
Anexar Fotografia
@@ -75,18 +75,18 @@
-
+
Tirar Fotografia
- +
-
+
Anexar Fotografia
diff --git a/src/app/shared/publication/new-publication/new-publication.page.scss b/src/app/shared/publication/new-publication/new-publication.page.scss index 79762d048..46fd6d940 100644 --- a/src/app/shared/publication/new-publication/new-publication.page.scss +++ b/src/app/shared/publication/new-publication/new-publication.page.scss @@ -113,7 +113,7 @@ font-size: 25px; .attach-document{ font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); margin: 5px 5px 20px 10px; padding: 5px; float: left; diff --git a/src/app/shared/publication/view-publications/publication-detail/publication-detail.page.html b/src/app/shared/publication/view-publications/publication-detail/publication-detail.page.html index 397e714b3..caa20ddc4 100644 --- a/src/app/shared/publication/view-publications/publication-detail/publication-detail.page.html +++ b/src/app/shared/publication/view-publications/publication-detail/publication-detail.page.html @@ -8,10 +8,10 @@
-
+
- +
@@ -38,9 +38,9 @@
-
+
- +
diff --git a/src/app/shared/publication/view-publications/view-publications.page.html b/src/app/shared/publication/view-publications/view-publications.page.html index 06dfe3b1b..ab4e8eb78 100644 --- a/src/app/shared/publication/view-publications/view-publications.page.html +++ b/src/app/shared/publication/view-publications/view-publications.page.html @@ -11,13 +11,13 @@

{{item.Detail}}

-
+
- -
diff --git a/src/assets/images/theme/gov/icons-add-photo.svg b/src/assets/images/theme/gov/icons-add-photo.svg new file mode 100644 index 000000000..e406b05a1 --- /dev/null +++ b/src/assets/images/theme/gov/icons-add-photo.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/assets/images/theme/gov/icons-add-photos.svg b/src/assets/images/theme/gov/icons-add-photos.svg new file mode 100644 index 000000000..4df9503ef --- /dev/null +++ b/src/assets/images/theme/gov/icons-add-photos.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/assets/images/theme/gov/icons-expediente-parecer 4.svg b/src/assets/images/theme/gov/icons-expediente-parecer 4.svg new file mode 100644 index 000000000..601412e30 --- /dev/null +++ b/src/assets/images/theme/gov/icons-expediente-parecer 4.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/www/pdfjs/build/pdf.js b/src/assets/www/pdfjs/build/pdf.js index 9948aae0f..61d23ebc8 100644 --- a/src/assets/www/pdfjs/build/pdf.js +++ b/src/assets/www/pdfjs/build/pdf.js @@ -20,7 +20,7 @@ * Javascript code in this page */ -(function webpackUniversalModuleDefinition(root, factory) { + (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); else if(typeof define === 'function' && define.amd) @@ -9928,8 +9928,6 @@ function getDocument(src) { source = src; } - console.log('source================================================', source) - var params = Object.create(null); var rangeTransport = null, worker = null; @@ -10002,9 +10000,7 @@ function getDocument(src) { } (0, _util.setVerbosityLevel)(params.verbosity); - - console.log('params=======================', params) - + if (!worker) { var workerParams = { verbosity: params.verbosity, @@ -10016,8 +10012,6 @@ function getDocument(src) { var docId = task.docId; worker.promise.then(function () { - - if (task.destroyed) { throw new Error('Loading aborted'); } diff --git a/src/assets/www/pdfjs/build/pdf.worker.js b/src/assets/www/pdfjs/build/pdf.worker.js index 92615e53e..9a8565a23 100644 --- a/src/assets/www/pdfjs/build/pdf.worker.js +++ b/src/assets/www/pdfjs/build/pdf.worker.js @@ -20,7 +20,7 @@ * Javascript code in this page */ -(function webpackUniversalModuleDefinition(root, factory) { + (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); else if(typeof define === 'function' && define.amd) @@ -2952,7 +2952,7 @@ var store = global[SHARED] || setGlobal(SHARED, {}); })('versions', []).push({ version: '3.2.1', mode: IS_PURE ? 'pure' : 'global', - copyright: '© 2019 Denis Pushkarev (zloirock.ru)' + copyright: '© 2019 Denis Pushkarev (zloirock.ru)' }); /***/ }), @@ -6250,7 +6250,7 @@ module.exports = !fails(function () { var url = new URL('b?e=1', 'http://a'); var searchParams = url.searchParams; url.pathname = 'c%20d'; - return IS_PURE && !url.toJSON || !searchParams.sort || url.href !== 'http://a/c%20d?e=1' || searchParams.get('e') !== '1' || String(new URLSearchParams('?a=1')) !== 'a=1' || !searchParams[ITERATOR] || new URL('https://a@b').username !== 'a' || new URLSearchParams(new URLSearchParams('a=b')).get('a') !== 'b' || new URL('http://тест').host !== 'xn--e1aybc' || new URL('http://a#б').hash !== '#%D0%B1'; + return IS_PURE && !url.toJSON || !searchParams.sort || url.href !== 'http://a/c%20d?e=1' || searchParams.get('e') !== '1' || String(new URLSearchParams('?a=1')) !== 'a=1' || !searchParams[ITERATOR] || new URL('https://a@b').username !== 'a' || new URLSearchParams(new URLSearchParams('a=b')).get('a') !== 'b' || new URL('http://тест').host !== 'xn--e1aybc' || new URL('http://a#б').hash !== '#%D0%B1'; }); /***/ }), @@ -44839,7 +44839,7 @@ var getSerifFonts = (0, _core_utils.getLookupTableFactory)(function (t) { t['Sylfaen'] = true; t['Times'] = true; t['Trajan'] = true; - t['Trinité'] = true; + t['Trinité'] = true; t['Trump Mediaeval'] = true; t['Utopia'] = true; t['Vale Type'] = true; @@ -56297,8 +56297,6 @@ function () { _createClass(PDFWorkerStream, [{ key: "getFullReader", value: function getFullReader() { - - console.log('getFullReader') (0, _util.assert)(!this._fullRequestReader); this._fullRequestReader = new PDFWorkerStreamReader(this._msgHandler); return this._fullRequestReader; @@ -56306,8 +56304,6 @@ function () { }, { key: "getRangeReader", value: function getRangeReader(begin, end) { - - console.log('getRangeReader') var reader = new PDFWorkerStreamRangeReader(begin, end, this._msgHandler); this._rangeRequestReaders.push(reader); diff --git a/src/assets/www/pdfjs/web/viewer.html b/src/assets/www/pdfjs/web/viewer.html index 20bee9aaa..0d7dfbf13 100644 --- a/src/assets/www/pdfjs/web/viewer.html +++ b/src/assets/www/pdfjs/web/viewer.html @@ -7,6 +7,42 @@ PDF.js viewer + + + @@ -370,16 +406,6 @@
- - diff --git a/src/style/main.scss b/src/style/main.scss index 4ccbb4f2b..87e671c4b 100644 --- a/src/style/main.scss +++ b/src/style/main.scss @@ -1,483 +1,987 @@ // overflow -.v-application .overflow-auto {overflow: auto !important;} -.overflow-hidden {overflow: hidden !important;} -.overflow-visible {overflow: visible !important;} -.overflow-x-auto {overflow-x: auto !important;} -.overflow-x-hidden {overflow-x: hidden !important;} -.overflow-y-auto {overflow-y: auto !important;} -.overflow-y-hidden {overflow-y: hidden !important;} +.v-application .overflow-auto { + overflow: auto !important; +} +.overflow-hidden { + overflow: hidden !important; +} +.overflow-visible { + overflow: visible !important; +} +.overflow-x-auto { + overflow-x: auto !important; +} +.overflow-x-hidden { + overflow-x: hidden !important; +} +.overflow-y-auto { + overflow-y: auto !important; +} +.overflow-y-hidden { + overflow-y: hidden !important; +} // display -.d-none {display: none !important;} -.d-inline {display: inline !important;} -.d-inline-block {display: inline-block !important;} -.d-block {display: block !important;} -.d-table {display: table !important;} -.d-table-row {display: table-row !important;} -.d-table-cell {display: table-cell !important;} -.d-flex {display: flex !important;} -.d-inline-flex {display: inline-flex !important;} +.d-none { + display: none !important; +} +.d-inline { + display: inline !important; +} +.d-inline-block { + display: inline-block !important; +} +.d-block { + display: block !important; +} +.d-table { + display: table !important; +} +.d-table-row { + display: table-row !important; +} +.d-table-cell { + display: table-cell !important; +} +.d-flex { + display: flex !important; +} +.d-inline-flex { + display: inline-flex !important; +} //float -.float-none {float: none !important;} -.float-left {float: left !important;} -.float-right {float: right !important;} +.float-none { + float: none !important; +} +.float-left { + float: left !important; +} +.float-right { + float: right !important; +} //flex -.flex-fill {flex: 1 1 auto !important;} -.flex-row {flex-direction: row !important;} -.flex-column {flex-direction: column !important;} -.flex-row-reverse {flex-direction: row-reverse !important;} -.flex-column-reverse {flex-direction: column-reverse !important;} -.flex-grow-0 {flex-grow: 0 !important;} -.flex-grow-1 {flex-grow: 1 !important;} -.flex-md-1{ flex: 1;} -.flex-md-0{ flex: 0;} -.flex-shrink-0 {flex-shrink: 0 !important;} -.flex-shrink-1 {flex-shrink: 1 !important;} -.flex-wrap {flex-wrap: wrap !important;} -.flex-nowrap {flex-wrap: nowrap !important;} -.flex-wrap-reverse {flex-wrap: wrap-reverse !important;} +.flex-fill { + flex: 1 1 auto !important; +} +.flex-row { + flex-direction: row !important; +} +.flex-column { + flex-direction: column !important; +} +.flex-row-reverse { + flex-direction: row-reverse !important; +} +.flex-column-reverse { + flex-direction: column-reverse !important; +} +.flex-grow-0 { + flex-grow: 0 !important; +} +.flex-grow-1 { + flex-grow: 1 !important; +} +.flex-md-1 { + flex: 1; +} +.flex-md-0 { + flex: 0; +} +.flex-shrink-0 { + flex-shrink: 0 !important; +} +.flex-shrink-1 { + flex-shrink: 1 !important; +} +.flex-wrap { + flex-wrap: wrap !important; +} +.flex-nowrap { + flex-wrap: nowrap !important; +} +.flex-wrap-reverse { + flex-wrap: wrap-reverse !important; +} //justify -.justify-start {justify-content: flex-start !important;} -.justify-end {justify-content: flex-end !important;} -.justify-center {justify-content: center !important;} -.justify-space-between {justify-content: space-between !important;} -.justify-space-around {justify-content: space-around !important;} +.justify-start { + justify-content: flex-start !important; +} +.justify-end { + justify-content: flex-end !important; +} +.justify-center { + justify-content: center !important; +} +.justify-space-between { + justify-content: space-between !important; +} +.justify-space-around { + justify-content: space-around !important; +} //align -.align-start {align-items: flex-start !important;} -.align-end {align-items: flex-end !important;} -.align-center {align-items: center !important;} -.align-baseline {align-items: baseline !important;} -.align-stretch {align-items: stretch !important;} +.align-start { + align-items: flex-start !important; +} +.align-end { + align-items: flex-end !important; +} +.align-center { + align-items: center !important; +} +.align-baseline { + align-items: baseline !important; +} +.align-stretch { + align-items: stretch !important; +} //align-content -.align-content-start {align-content: flex-start !important;} -.align-content-end {align-content: flex-end !important;} -.align-content-center {align-content: center !important;} -.align-content-space-between {align-content: space-between !important;} -.align-content-space-around {align-content: space-around !important;} -.align-content-stretch {align-content: stretch !important;} +.align-content-start { + align-content: flex-start !important; +} +.align-content-end { + align-content: flex-end !important; +} +.align-content-center { + align-content: center !important; +} +.align-content-space-between { + align-content: space-between !important; +} +.align-content-space-around { + align-content: space-around !important; +} +.align-content-stretch { + align-content: stretch !important; +} // .align-self -.align-self-auto {align-self: auto !important;} -.align-self-start {align-self: flex-start !important;} -.align-self-end {align-self: flex-end !important;} -.align-self-center {align-self: center !important;} -.align-self-baseline {align-self: baseline !important;} -.align-self-stretch {align-self: stretch !important;} -.flex-1{ flex: 1;} -.flex-0{ flex: 0;} - +.align-self-auto { + align-self: auto !important; +} +.align-self-start { + align-self: flex-start !important; +} +.align-self-end { + align-self: flex-end !important; +} +.align-self-center { + align-self: center !important; +} +.align-self-baseline { + align-self: baseline !important; +} +.align-self-stretch { + align-self: stretch !important; +} +.flex-1 { + flex: 1; +} +.flex-0 { + flex: 0; +} @media only screen and (min-width: 800px) { // overflow - .v-application-md .overflow-md-auto {overflow: auto !important;} - .overflow-md-hidden {overflow: hidden !important;} - .overflow-md-visible {overflow: visible !important;} - .overflow-md-x-auto {overflow-x: auto !important;} - .overflow-md-x-hidden {overflow-x: hidden !important;} - .overflow-md-y-auto {overflow-y: auto !important;} - .overflow-md-y-hidden {overflow-y: hidden !important;} + .v-application-md .overflow-md-auto { + overflow: auto !important; + } + .overflow-md-hidden { + overflow: hidden !important; + } + .overflow-md-visible { + overflow: visible !important; + } + .overflow-md-x-auto { + overflow-x: auto !important; + } + .overflow-md-x-hidden { + overflow-x: hidden !important; + } + .overflow-md-y-auto { + overflow-y: auto !important; + } + .overflow-md-y-hidden { + overflow-y: hidden !important; + } //display - .d-md-flex {display: flex !important;} - .d-md-inline-flex {display: inline-flex !important;} - .d-md-none {display: none !important;} - .d-md-inline {display: inline !important;} - .d-md-inline-block {display: inline-block !important;} - .d-md-block {display: block !important;} - .d-md-table {display: table !important;} - .d-md-table-row {display: table-row !important;} - .d-md-table-cell {display: table-cell !important;} - .d-md-flex {display: flex !important;} - .d-md-inline-flex {display: inline-flex !important;} + .d-md-flex { + display: flex !important; + } + .d-md-inline-flex { + display: inline-flex !important; + } + .d-md-none { + display: none !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-block { + display: block !important; + } + .d-md-table { + display: table !important; + } + .d-md-table-row { + display: table-row !important; + } + .d-md-table-cell { + display: table-cell !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline-flex { + display: inline-flex !important; + } //float - .float-md-none {float: none !important;} - .float-md-left {float: left !important;} - .float-md-right {float: right !important;} + .float-md-none { + float: none !important; + } + .float-md-left { + float: left !important; + } + .float-md-right { + float: right !important; + } //flex - .flex-md-fill {flex: 1 1 auto !important;} - .flex-md-row {flex-direction: row !important;} - .flex-md-column {flex-direction: column !important;} - .flex-md-row-reverse {flex-direction: row-reverse !important;} - .flex-md-column-reverse {flex-direction: column-reverse !important;} - .flex-md-grow-0 {flex-grow: 0 !important;} - .flex-md-grow-1 {flex-grow: 1 !important;} - .flex-md-1{ flex: 1;} - .flex-md-0{ flex: 0;} - .flex-md-shrink-0 {flex-shrink: 0 !important;} - .flex-md-shrink-1 {flex-shrink: 1 !important;} - .flex-md-wrap {flex-wrap: wrap !important;} - .flex-md-nowrap {flex-wrap: nowrap !important;} - .flex-md-wrap-reverse {flex-wrap: wrap-reverse !important;} + .flex-md-fill { + flex: 1 1 auto !important; + } + .flex-md-row { + flex-direction: row !important; + } + .flex-md-column { + flex-direction: column !important; + } + .flex-md-row-reverse { + flex-direction: row-reverse !important; + } + .flex-md-column-reverse { + flex-direction: column-reverse !important; + } + .flex-md-grow-0 { + flex-grow: 0 !important; + } + .flex-md-grow-1 { + flex-grow: 1 !important; + } + .flex-md-1 { + flex: 1; + } + .flex-md-0 { + flex: 0; + } + .flex-md-shrink-0 { + flex-shrink: 0 !important; + } + .flex-md-shrink-1 { + flex-shrink: 1 !important; + } + .flex-md-wrap { + flex-wrap: wrap !important; + } + .flex-md-nowrap { + flex-wrap: nowrap !important; + } + .flex-md-wrap-reverse { + flex-wrap: wrap-reverse !important; + } // justify - .justify-md-end{ justify-content: flex-end !important;} - .justify-md-center{ justify-content: flex-start !important;} - .justify-md-space-between{ justify-content: space-between !important;} - .justify-md-space-around{ justify-content: space-around !important;} + .justify-md-end { + justify-content: flex-end !important; + } + .justify-md-center { + justify-content: flex-start !important; + } + .justify-md-space-between { + justify-content: space-between !important; + } + .justify-md-space-around { + justify-content: space-around !important; + } // align - .align-md-start{ align-items: flex-start !important;} - .align-md-end{align-items: flex-end !important;} - .align-md-center{ align-items: center !important;} - .align-md-baseline{ align-items: baseline !important;} - .align-md-stretch{align-items: stretch !important;} + .align-md-start { + align-items: flex-start !important; + } + .align-md-end { + align-items: flex-end !important; + } + .align-md-center { + align-items: center !important; + } + .align-md-baseline { + align-items: baseline !important; + } + .align-md-stretch { + align-items: stretch !important; + } // .align-self - .align-self-md-start{ align-self: flex-start !important;} - .align-self-md-end{ align-self: flex-end !important;} - .align-self-md-center{ align-self: center !important;} - .align-self-md-baseline{ align-self: baseline !important;} - .align-self-md-auto{ align-self: auto !important;} - .align-self-md-stretch{ align-self: stretch !important; } + .align-self-md-start { + align-self: flex-start !important; + } + .align-self-md-end { + align-self: flex-end !important; + } + .align-self-md-center { + align-self: center !important; + } + .align-self-md-baseline { + align-self: baseline !important; + } + .align-self-md-auto { + align-self: auto !important; + } + .align-self-md-stretch { + align-self: stretch !important; + } // flex wrap - .flex-md-nowrap{ flex-wrap: nowrap !important;} - .flex-md-wrap{ flex-wrap: wrap !important;} - .flex-md-wrap-reverse{ flex-wrap: wrap-reverse !important;} + .flex-md-nowrap { + flex-wrap: nowrap !important; + } + .flex-md-wrap { + flex-wrap: wrap !important; + } + .flex-md-wrap-reverse { + flex-wrap: wrap-reverse !important; + } // align content - .align-md-content-start{ align-content: flex-start !important;} - .align-md-content-end{ align-content: flex-end !important;} - .align-md-content-center{ align-content: center !important;} - .align-md-content-space-between{ align-content: space-between !important;} - .align-md-content-space-around{ align-content: space-around !important;} - .align-md-content-stretch{ align-content: stretch !important;} + .align-md-content-start { + align-content: flex-start !important; + } + .align-md-content-end { + align-content: flex-end !important; + } + .align-md-content-center { + align-content: center !important; + } + .align-md-content-space-between { + align-content: space-between !important; + } + .align-md-content-space-around { + align-content: space-around !important; + } + .align-md-content-stretch { + align-content: stretch !important; + } @for $i from 0 through 50 { - .font-md-#{$i} { - font-size: #{$i}px ; - } + .font-md-#{$i} { + font-size: #{$i}px; + } } @for $i from 0 through 10 { + $size: $i * 5; - $size: $i * 5; - - $properties: - "margin" "m", - "padding" "p"; - - @each $property, $short in $properties { - // all directions - .#{$short}a-md-#{$size} { - #{$property}-left: #{$size}px !important; - #{$property}-right: #{$size}px !important; - #{$property}-top: #{$size}px !important; - #{$property}-bottom: #{$size}px !important; - } - // top - .#{$short}t-md-#{$size} { - #{$property}-top: #{$size}px !important - } - // bottom - .#{$short}b-md-#{$size} { - #{$property}-bottom: #{$size}px !important - } - // left - .#{$short}l-md-#{$size} { - #{$property}-left: #{$size}px!important - } - // right - .#{$short}r-md-#{$size} { - #{$property}-right: #{$size}px!important - } - // left and right - .#{$short}x-md-#{$size} { - #{$property}-left: #{$size}px!important; - #{$property}-right: #{$size}px!important; - } - // top and bottom - .#{$short}y-md-#{$size} { - #{$property}-top: #{$size}px !important; - #{$property}-bottom: #{$size}px !important; - } - + $properties: "margin" "m", "padding" "p"; + + @each $property, $short in $properties { + // all directions + .#{$short}a-md-#{$size} { + #{$property}-left: #{$size}px !important; + #{$property}-right: #{$size}px !important; + #{$property}-top: #{$size}px !important; + #{$property}-bottom: #{$size}px !important; } + // top + .#{$short}t-md-#{$size} { + #{$property}-top: #{$size}px !important; + } + // bottom + .#{$short}b-md-#{$size} { + #{$property}-bottom: #{$size}px !important; + } + // left + .#{$short}l-md-#{$size} { + #{$property}-left: #{$size}px !important; + } + // right + .#{$short}r-md-#{$size} { + #{$property}-right: #{$size}px !important; + } + // left and right + .#{$short}x-md-#{$size} { + #{$property}-left: #{$size}px !important; + #{$property}-right: #{$size}px !important; + } + // top and bottom + .#{$short}y-md-#{$size} { + #{$property}-top: #{$size}px !important; + #{$property}-bottom: #{$size}px !important; + } + } } + .width-md-100 { + width: 100%; + } + .width-md-90 { + width: 90%; + } + .width-md-80 { + width: 80%; + } + .width-md-70 { + width: 70%; + } + .width-md-60 { + width: 60%; + } + .width-md-50 { + width: 50%; + } + .width-md-40 { + width: 40%; + } + .width-md-30 { + width: 30%; + } + .width-md-20 { + width: 20%; + } + .width-md-10 { + width: 10%; + } -.width-md-100{width: 100%;} -.width-md-90{width: 90%;} -.width-md-80{width: 80%;} -.width-md-70{width: 70%;} -.width-md-60{width: 60%;} -.width-md-50{width: 50%;} -.width-md-40{width: 40%;} -.width-md-30{width: 30%;} -.width-md-20{width: 20%;} -.width-md-10{width: 10%;} - -.width-md-unset{ width: unset;} -.height-md-unset{ height: unset !important;} - -.max-width-md-100{max-width: 100%;} -.max-width-md-90{max-width: 90%;} -.max-width-md-80{max-width: 80%;} -.max-width-md-70{max-width: 70%;} -.max-width-md-60{max-width: 60%;} -.max-width-md-50{max-width: 50%;} -.max-width-md-40{max-width: 40%;} -.max-width-md-35{max-width: 35%;} -.max-width-md-30{max-width: 30%;} -.max-width-md-20{max-width: 20%;} -.max-width-md-10{max-width: 10%;} + .width-md-unset { + width: unset; + } + .height-md-unset { + height: unset !important; + } + .max-width-md-100 { + max-width: 100%; + } + .max-width-md-90 { + max-width: 90%; + } + .max-width-md-80 { + max-width: 80%; + } + .max-width-md-70 { + max-width: 70%; + } + .max-width-md-60 { + max-width: 60%; + } + .max-width-md-50 { + max-width: 50%; + } + .max-width-md-40 { + max-width: 40%; + } + .max-width-md-35 { + max-width: 35%; + } + .max-width-md-30 { + max-width: 30%; + } + .max-width-md-20 { + max-width: 20%; + } + .max-width-md-10 { + max-width: 10%; + } } @media only screen and (min-width: 1366px) { // overflow - .v-application-lg .overflow-md-auto {overflow: auto !important;} - .overflow-lg-hidden {overflow: hidden !important;} - .overflow-lg-visible {overflow: visible !important;} - .overflow-lg-x-auto {overflow-x: auto !important;} - .overflow-lg-x-hidden {overflow-x: hidden !important;} - .overflow-lg-y-auto {overflow-y: auto !important;} - .overflow-lg-y-hidden {overflow-y: hidden !important;} + .v-application-lg .overflow-md-auto { + overflow: auto !important; + } + .overflow-lg-hidden { + overflow: hidden !important; + } + .overflow-lg-visible { + overflow: visible !important; + } + .overflow-lg-x-auto { + overflow-x: auto !important; + } + .overflow-lg-x-hidden { + overflow-x: hidden !important; + } + .overflow-lg-y-auto { + overflow-y: auto !important; + } + .overflow-lg-y-hidden { + overflow-y: hidden !important; + } //display - .d-lg-flex {display: flex !important;} - .d-lg-inline-flex {display: inline-flex !important;} - .d-lg-none {display: none !important;} - .d-lg-inline {display: inline !important;} - .d-lg-inline-block {display: inline-block !important;} - .d-lg-block {display: block !important;} - .d-lg-table {display: table !important;} - .d-lg-table-row {display: table-row !important;} - .d-lg-table-cell {display: table-cell !important;} - .d-lg-flex {display: flex !important;} - .d-lg-inline-flex {display: inline-flex !important;} + .d-lg-flex { + display: flex !important; + } + .d-lg-inline-flex { + display: inline-flex !important; + } + .d-lg-none { + display: none !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-block { + display: block !important; + } + .d-lg-table { + display: table !important; + } + .d-lg-table-row { + display: table-row !important; + } + .d-lg-table-cell { + display: table-cell !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline-flex { + display: inline-flex !important; + } //float - .float-lg-none {float: none !important;} - .float-lg-left {float: left !important;} - .float-lg-right {float: right !important;} + .float-lg-none { + float: none !important; + } + .float-lg-left { + float: left !important; + } + .float-lg-right { + float: right !important; + } //flex - .flex-lg-fill {flex: 1 1 auto !important;} - .flex-lg-row {flex-direction: row !important;} - .flex-lg-column {flex-direction: column !important;} - .flex-lg-row-reverse {flex-direction: row-reverse !important;} - .flex-lg-column-reverse {flex-direction: column-reverse !important;} - .flex-lg-grow-0 {flex-grow: 0 !important;} - .flex-lg-grow-1 {flex-grow: 1 !important;} - .flex-lg-1{ flex: 1;} - .flex-lg-0{ flex: 0;} - .flex-lg-shrink-0 {flex-shrink: 0 !important;} - .flex-lg-shrink-1 {flex-shrink: 1 !important;} - .flex-lg-wrap {flex-wrap: wrap !important;} - .flex-lg-nowrap {flex-wrap: nowrap !important;} - .flex-lg-wrap-reverse {flex-wrap: wrap-reverse !important;} + .flex-lg-fill { + flex: 1 1 auto !important; + } + .flex-lg-row { + flex-direction: row !important; + } + .flex-lg-column { + flex-direction: column !important; + } + .flex-lg-row-reverse { + flex-direction: row-reverse !important; + } + .flex-lg-column-reverse { + flex-direction: column-reverse !important; + } + .flex-lg-grow-0 { + flex-grow: 0 !important; + } + .flex-lg-grow-1 { + flex-grow: 1 !important; + } + .flex-lg-1 { + flex: 1; + } + .flex-lg-0 { + flex: 0; + } + .flex-lg-shrink-0 { + flex-shrink: 0 !important; + } + .flex-lg-shrink-1 { + flex-shrink: 1 !important; + } + .flex-lg-wrap { + flex-wrap: wrap !important; + } + .flex-lg-nowrap { + flex-wrap: nowrap !important; + } + .flex-lg-wrap-reverse { + flex-wrap: wrap-reverse !important; + } // justify - .justify-lg-end{ justify-content: flex-end !important;} - .justify-lg-center{ justify-content: flex-start !important;} - .justify-lg-space-between{ justify-content: space-between !important;} - .justify-lg-space-around{ justify-content: space-around !important;} + .justify-lg-end { + justify-content: flex-end !important; + } + .justify-lg-center { + justify-content: flex-start !important; + } + .justify-lg-space-between { + justify-content: space-between !important; + } + .justify-lg-space-around { + justify-content: space-around !important; + } // align - .align-lg-start{ align-items: flex-start !important;} - .align-lg-end{align-items: flex-end !important;} - .align-lg-center{ align-items: center !important;} - .align-lg-baseline{ align-items: baseline !important;} - .align-lg-stretch{align-items: stretch !important;} + .align-lg-start { + align-items: flex-start !important; + } + .align-lg-end { + align-items: flex-end !important; + } + .align-lg-center { + align-items: center !important; + } + .align-lg-baseline { + align-items: baseline !important; + } + .align-lg-stretch { + align-items: stretch !important; + } // .align-self - .align-self-lg-start{ align-self: flex-start !important;} - .align-self-lg-end{ align-self: flex-end !important;} - .align-self-lg-center{ align-self: center !important;} - .align-self-lg-baseline{ align-self: baseline !important;} - .align-self-lg-auto{ align-self: auto !important;} - .align-self-lg-stretch{ align-self: stretch !important; } + .align-self-lg-start { + align-self: flex-start !important; + } + .align-self-lg-end { + align-self: flex-end !important; + } + .align-self-lg-center { + align-self: center !important; + } + .align-self-lg-baseline { + align-self: baseline !important; + } + .align-self-lg-auto { + align-self: auto !important; + } + .align-self-lg-stretch { + align-self: stretch !important; + } // flex wrap - .flex-lg-nowrap{ flex-wrap: nowrap !important;} - .flex-lg-wrap{ flex-wrap: wrap !important;} - .flex-lg-wrap-reverse{ flex-wrap: wrap-reverse !important;} + .flex-lg-nowrap { + flex-wrap: nowrap !important; + } + .flex-lg-wrap { + flex-wrap: wrap !important; + } + .flex-lg-wrap-reverse { + flex-wrap: wrap-reverse !important; + } // align content - .align-lg-content-start{ align-content: flex-start !important;} - .align-lg-content-end{ align-content: flex-end !important;} - .align-lg-content-center{ align-content: center !important;} - .align-lg-content-space-between{ align-content: space-between !important;} - .align-lg-content-space-around{ align-content: space-around !important;} - .align-lg-content-stretch{ align-content: stretch !important;} + .align-lg-content-start { + align-content: flex-start !important; + } + .align-lg-content-end { + align-content: flex-end !important; + } + .align-lg-content-center { + align-content: center !important; + } + .align-lg-content-space-between { + align-content: space-between !important; + } + .align-lg-content-space-around { + align-content: space-around !important; + } + .align-lg-content-stretch { + align-content: stretch !important; + } - .width-lg-unset{ width: unset;} - .height-lg-unset{ height: unset !important;} + .width-lg-unset { + width: unset; + } + .height-lg-unset { + height: unset !important; + } @for $i from 0 through 50 { .font-lg-#{$i} { - font-size: #{$i}px ; + font-size: #{$i}px; } } @for $i from 0 through 10 { - - $size: $i * 5; - - $properties: - "margin" "m", - "padding" "p"; - - @each $property, $short in $properties { - // all directions - .#{$short}a-lg-#{$size} { - #{$property}-left: #{$size}px !important; - #{$property}-right: #{$size}px !important; - #{$property}-top: #{$size}px !important; - #{$property}-bottom: #{$size}px !important; - } - // top - .#{$short}t-lg-#{$size} { - #{$property}-top: #{$size}px !important - } - // bottom - .#{$short}b-lg-#{$size} { - #{$property}-bottom: #{$size}px !important - } - // left - .#{$short}l-lg-#{$size} { - #{$property}-left: #{$size}px!important - } - // right - .#{$short}r-lg-#{$size} { - #{$property}-right: #{$size}px!important - } - // left and right - .#{$short}x-lg-#{$size} { - #{$property}-left: #{$size}px!important; - #{$property}-right: #{$size}px!important; - } - // top and bottom - .#{$short}y-lg-#{$size} { - #{$property}-top: #{$size}px !important; - #{$property}-bottom: #{$size}px !important; - } - - } - } -} - -.m-l-auto {margin-left: auto;} -.m-auto {margin: 0 auto;} -.ml-auto, .mx-auto {margin-left: auto!important;} -.mr-auto, .mx-auto {margin-right: auto!important;} - -.text-bold {font-weight: 700;} -.text-bold {font-weight: 700;} - -.text-blue {color: #0d89d1;} -.text-red {color: #d30a0a;} -.text-dark-blue {color: #061b52;} -.text-grey {color: #797979;} -.text-white {color: white;} -.text-black {color: black;} - -.background-blue {background-color: #0d89d1;} -.background-red {background: #d30a0a;} -.background-dark-blue {background: #061b52;} -.background-grey {background: #797979;} -.background-white {background: white;} -.background-black {background: black;} - -.text-center {text-align: center;} -.tex-left{ text-align: left;} -.text-right{text-align: right;} - -.width-100{width: 100%;} -.width-90{width: 90%;} -.width-80{width: 80%;} -.width-70{width: 70%;} -.width-60{width: 60%;} -.width-50{width: 50%;} -.width-45{width: 45%;} -.width-40{width: 40%;} -.width-30{width: 30%;} -.width-20{width: 20%;} -.width-10{width: 10%;} - - -.max-width-100{max-width: 100%;} -.max-width-90{max-width: 90%;} -.max-width-80{max-width: 80%;} -.max-width-70{max-width: 70%;} -.max-width-60{max-width: 60%;} -.max-width-65{max-width: 65%;} -.max-width-50{max-width: 50%;} -.max-width-45{max-width: 45%;} -.max-width-40{max-width: 40%;} -.max-width-35{max-width: 35%;} -.max-width-30{max-width: 30%;} -.max-width-20{max-width: 20%;} -.max-width-10{max-width: 10%;} - - -.height-100{height: 100%;} -.height-90{height: 90%;} -.height-80{height: 80%;} -.height-70{width: 70%;} -.height-60{height: 60%;} -.height-50{height: 50%;} -.height-40{height: 40%;} -.height-30{height: 30%;} -.height-20{height: 20%;} -.height-10{height: 10%;} - -.height-unset{ height: unset;} -.width-unset{ width: unset;} - -.height-fit-content{height: fit-content;} - - -.border-t-radius{ - border-top-left-radius: 25px; - border-top-right-radius: 25px; -} -.border-b-radius{ - border-bottom-left-radius: 25px; - border-bottom-right-radius: 25px; -} - - - -// system spacing - - -@for $i from 0 through 10 { - $size: $i * 5; - - $properties: - "margin" "m", - "padding" "p"; - + + $properties: "margin" "m", "padding" "p"; + @each $property, $short in $properties { // all directions - .#{$short}a-#{$size} { - #{$property}-left: #{$size}px !important; + .#{$short}a-lg-#{$size} { + #{$property}-left: #{$size}px !important; #{$property}-right: #{$size}px !important; - #{$property}-top: #{$size}px !important; - #{$property}-bottom: #{$size}px !important; - } - // top - .#{$short}t-#{$size} { - #{$property}-top: #{$size}px !important - } - // bottom - .#{$short}b-#{$size} { - #{$property}-bottom: #{$size}px !important - } - // left - .#{$short}l-#{$size} { - #{$property}-left: #{$size}px!important - } - // right - .#{$short}r-#{$size} { - #{$property}-right: #{$size}px!important - } - // left and right - .#{$short}x-#{$size} { - #{$property}-left: #{$size}px!important; - #{$property}-right: #{$size}px!important; - } - // top and bottom - .#{$short}y-#{$size} { #{$property}-top: #{$size}px !important; #{$property}-bottom: #{$size}px !important; } - + // top + .#{$short}t-lg-#{$size} { + #{$property}-top: #{$size}px !important; + } + // bottom + .#{$short}b-lg-#{$size} { + #{$property}-bottom: #{$size}px !important; + } + // left + .#{$short}l-lg-#{$size} { + #{$property}-left: #{$size}px !important; + } + // right + .#{$short}r-lg-#{$size} { + #{$property}-right: #{$size}px !important; + } + // left and right + .#{$short}x-lg-#{$size} { + #{$property}-left: #{$size}px !important; + #{$property}-right: #{$size}px !important; + } + // top and bottom + .#{$short}y-lg-#{$size} { + #{$property}-top: #{$size}px !important; + #{$property}-bottom: #{$size}px !important; + } } } +} +.m-l-auto { + margin-left: auto; +} +.m-auto { + margin: 0 auto; +} +.ml-auto, +.mx-auto { + margin-left: auto !important; +} +.mr-auto, +.mx-auto { + margin-right: auto !important; +} + +.text-bold { + font-weight: 700; +} +.text-bold { + font-weight: 700; +} + +.text-blue { + color: #0d89d1; +} +.text-red { + color: #d30a0a; +} +.text-dark-blue { + color: #061b52; +} +.text-grey { + color: #797979; +} +.text-white { + color: white; +} +.text-black { + color: black; +} + +.background-blue { + background-color: #0d89d1; +} +.background-red { + background: #d30a0a; +} +.background-dark-blue { + background: #061b52; +} +.background-grey { + background: #797979; +} +.background-white { + background: white; +} +.background-black { + background: black; +} + +.text-center { + text-align: center; +} +.tex-left { + text-align: left; +} +.text-right { + text-align: right; +} + +.width-100 { + width: 100%; +} +.width-90 { + width: 90%; +} +.width-80 { + width: 80%; +} +.width-70 { + width: 70%; +} +.width-60 { + width: 60%; +} +.width-50 { + width: 50%; +} +.width-45 { + width: 45%; +} +.width-40 { + width: 40%; +} +.width-30 { + width: 30%; +} +.width-20 { + width: 20%; +} +.width-10 { + width: 10%; +} + +.max-width-100 { + max-width: 100%; +} +.max-width-90 { + max-width: 90%; +} +.max-width-80 { + max-width: 80%; +} +.max-width-70 { + max-width: 70%; +} +.max-width-60 { + max-width: 60%; +} +.max-width-65 { + max-width: 65%; +} +.max-width-50 { + max-width: 50%; +} +.max-width-45 { + max-width: 45%; +} +.max-width-40 { + max-width: 40%; +} +.max-width-35 { + max-width: 35%; +} +.max-width-30 { + max-width: 30%; +} +.max-width-20 { + max-width: 20%; +} +.max-width-10 { + max-width: 10%; +} + +.height-100 { + height: 100%; +} +.height-90 { + height: 90%; +} +.height-80 { + height: 80%; +} +.height-70 { + width: 70%; +} +.height-60 { + height: 60%; +} +.height-50 { + height: 50%; +} +.height-40 { + height: 40%; +} +.height-30 { + height: 30%; +} +.height-20 { + height: 20%; +} +.height-10 { + height: 10%; +} + +.height-unset { + height: unset; +} +.width-unset { + width: unset; +} + +.height-fit-content { + height: fit-content; +} + +@media only screen and (min-width: 1224px) { + .border-t-radius { + border-top-left-radius: 25px; + border-top-right-radius: 25px; + } +} + +@media only screen and (min-width: 321px) { + .border-t-radius { + + } +} +.border-b-radius { + border-bottom-left-radius: 25px; + border-bottom-right-radius: 25px; +} + +// system spacing + +@for $i from 0 through 10 { + $size: $i * 5; + + $properties: "margin" "m", "padding" "p"; + + @each $property, $short in $properties { + // all directions + .#{$short}a-#{$size} { + #{$property}-left: #{$size}px !important; + #{$property}-right: #{$size}px !important; + #{$property}-top: #{$size}px !important; + #{$property}-bottom: #{$size}px !important; + } + // top + .#{$short}t-#{$size} { + #{$property}-top: #{$size}px !important; + } + // bottom + .#{$short}b-#{$size} { + #{$property}-bottom: #{$size}px !important; + } + // left + .#{$short}l-#{$size} { + #{$property}-left: #{$size}px !important; + } + // right + .#{$short}r-#{$size} { + #{$property}-right: #{$size}px !important; + } + // left and right + .#{$short}x-#{$size} { + #{$property}-left: #{$size}px !important; + #{$property}-right: #{$size}px !important; + } + // top and bottom + .#{$short}y-#{$size} { + #{$property}-top: #{$size}px !important; + #{$property}-bottom: #{$size}px !important; + } + } +} @for $i from 0 through 50 { - .font-#{$i} { - font-size: #{$i}px ; - } + .font-#{$i} { + font-size: #{$i}px; + } } .cursor-pointer { cursor: pointer; -} \ No newline at end of file +} diff --git a/src/theme/variables.scss b/src/theme/variables.scss index e6ec4db6d..7fad252f3 100644 --- a/src/theme/variables.scss +++ b/src/theme/variables.scss @@ -524,6 +524,11 @@ $app-theme: mat-light-theme( color: var(--button-text-color); } +.btn-ok:hover { + background-color: var(--button-hover); + color: var(--button-text-color); +} + .btn-delete { display: block; width: 170px !important;