Compare commits

...
Author SHA1 Message Date
Yasa-Nataliya 15feec7b99 Merge branch 'ADF-5567' of https://github.com/Alfresco/alfresco-ng2-components into ADF-5567 2023-12-15 16:58:00 +05:30
Yasa-Nataliya bac848edce [ACS-5567]Implemented the changes as per review comments 2023-12-15 16:56:42 +05:30
Yasa-Nataliya e83e9e44d1 [ADF-5567] modified the changes 2023-12-15 16:56:42 +05:30
Yasa-Nataliya f3245e129e [ADF-5567] removed the important property 2023-12-15 16:56:42 +05:30
Amedeo Lepore e0e2d82345 [AAE-18459] Fix invalidateSession is called when auth is not initilized by js-api (#9152)
* [AAE-18459] Replace all placeholders if the configuration key is an object

* [AAE-18459] don't invalidate session if authentication is not handled by js-api
2023-12-15 16:38:32 +05:30
Michał Fidor ae18a02f22 [AAE-19026] Fix app permissions (#9169) 2023-12-15 16:38:32 +05:30
Yasa-Nataliya ff03964c8f [ACS-5567]Implemented the changes as per review comments 2023-12-15 16:33:16 +05:30
Yasa-Nataliya 37280141bd [ADF-5567] modified the changes 2023-12-14 13:15:04 +05:30
Yasa-Nataliya 73ce86bf4c [ADF-5567] removed the important property 2023-12-14 13:15:04 +05:30
2 changed files with 79 additions and 82 deletions
@@ -6,6 +6,10 @@
&.adf-datatable {
overflow: hidden;
.adf-datatable-row .adf-permission-role-column-header {
position: relative;
}
.adf-delete-permission-column {
min-width: 80px;
@@ -1,94 +1,87 @@
.adf {
&-permission-card {
height: 100%;
box-sizing: border-box;
display: flex !important;
flex-direction: column;
overflow: hidden;
}
adf-permission-list {
.adf {
&-permission-card {
height: 100%;
box-sizing: border-box;
display: flex;
flex-direction: column;
overflow: hidden;
}
&-permission-loader {
margin-left: 45%;
overflow: hidden;
}
&-permission-loader {
margin-left: 45%;
overflow: hidden;
}
&-permission-container {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 10px 15px;
border: 1px solid var(--adf-theme-foreground-text-color-007);
}
&-permission-container {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 10px 15px;
border: 1px solid var(--adf-theme-foreground-text-color-007);
}
&-inherit-container {
display: flex;
flex-direction: row;
align-items: center;
&-inherit-container {
display: flex;
flex-direction: row;
align-items: center;
&-header {
margin-bottom: 10px;
margin-top: 10px;
&-header {
margin-bottom: 10px;
margin-top: 10px;
}
}
&-inherit-toggle {
padding-left: 30px;
}
&-inherit-subtitle {
padding-bottom: 5px;
}
&-permission-content-header {
display: flex;
flex-direction: row;
align-items: center;
padding: 5px 15px;
}
&-permission-header {
display: flex;
flex-direction: column;
flex: 1;
height: 100%;
overflow: hidden;
min-height: 0;
}
&-permission-list {
display: flex;
height: calc(100% - 63px);
}
&-local-permission-container {
overflow: hidden;
flex: 1 1 auto;
}
}
&-inherit-toggle {
padding-left: 30px;
[aria-sort='Ascending'] adf-user-role-column,
[aria-sort='Descending'] adf-user-role-column {
padding-left: 10px;
padding-right: 10px;
}
&-inherit-subtitle {
padding-bottom: 5px;
}
&-permission-content-header {
display: flex;
flex-direction: row;
align-items: center;
padding: 5px 15px;
}
&-permission-role-column-header {
position: relative !important;
height: 40px;
.mat-form-field-infix {
border: none;
}
}
&-permission-header {
display: flex;
flex-direction: column;
flex: 1;
height: 100%;
overflow: hidden;
min-height: 0;
}
&-permission-list {
display: flex;
height: calc(100% - 63px);
}
&-local-permission-container {
overflow: hidden;
flex: 1 1 auto;
}
}
[aria-sort='Ascending'] adf-user-role-column,
[aria-sort='Descending'] adf-user-role-column {
padding-left: 10px;
padding-right: 10px;
}
.adf-permission-pop-over {
padding-right: 15px;
width: 100%;
.adf-pop-over-card {
.adf-permission-pop-over {
padding-right: 15px;
width: 100%;
overflow: hidden;
box-shadow: 0 8px 9px -5px var(--adf-theme-foreground-divider-color), 0 15px 22px 2px var(--adf-theme-foreground-divider-color);
.adf-pop-over-card {
width: 100%;
overflow: hidden;
box-shadow: 0 8px 9px -5px var(--adf-theme-foreground-divider-color), 0 15px 22px 2px var(--adf-theme-foreground-divider-color);
}
}
}