general-library-union 2.9.6 → 2.9.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.9.6",
3
+ "version": "2.9.8",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3127,12 +3127,12 @@ p.chip {
3127
3127
  background: none;
3128
3128
 
3129
3129
  .p-inputtext.p-component {
3130
- border: 1px solid transparent;
3131
- // background: var(--color-75) no-repeat;
3132
- /* background-image: linear-gradient(to bottom, _(color-500), _(color-500)), linear-gradient(to bottom, _(color-100), _(color-100));*/
3133
- background-size: 0 2px, 100% 1px;
3134
- background-position: 50% 100%, 50% 100%;
3135
- background-origin: border-box;
3130
+ // border: 1px solid transparent;
3131
+ // // background: var(--color-75) no-repeat;
3132
+ // /* background-image: linear-gradient(to bottom, _(color-500), _(color-500)), linear-gradient(to bottom, _(color-100), _(color-100));*/
3133
+ // background-size: 0 2px, 100% 1px;
3134
+ // background-position: 50% 100%, 50% 100%;
3135
+ // background-origin: border-box;
3136
3136
 
3137
3137
  &:enabled:hover,
3138
3138
  &:enabled:focus {
@@ -4116,11 +4116,20 @@ td.GrupoColor {
4116
4116
 
4117
4117
 
4118
4118
  .planta-personal .us-foto-perfil {
4119
- min-width: 100px !important;
4120
- max-height: 110px !important;
4119
+ min-width: 60px !important;
4120
+ max-height: 80px !important;
4121
4121
 
4122
4122
  }
4123
4123
 
4124
+ .planta-personal .p-tree-wrapper.ng-star-inserted {
4125
+ max-height: 190px !important;
4126
+ }
4127
+
4128
+ .planta-personal .p-tree {
4129
+ max-height: 190px;
4130
+ height: 100%;
4131
+ }
4132
+
4124
4133
  }
4125
4134
 
4126
4135
 
@@ -4880,8 +4880,6 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4880
4880
  }
4881
4881
 
4882
4882
 
4883
-
4884
-
4885
4883
  .p-organizationchart .p-organizationchart-node-content {
4886
4884
  border: solid 1px #4f4f5f !important;
4887
4885
  }
@@ -4891,13 +4889,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4891
4889
  }
4892
4890
 
4893
4891
  .us-foto-perfil {
4894
- // border-radius: 50%;
4895
- // padding: 3px;
4896
- // width: 80%;
4897
- // height: 90%;
4898
4892
  min-width: 80px;
4899
- // max-height: 90px;
4900
- // margin: 0px;
4901
4893
  }
4902
4894
 
4903
4895
 
@@ -4919,12 +4911,10 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4919
4911
  font-weight: bold;
4920
4912
  }
4921
4913
 
4922
- :host ::ng-deep .tabla-planta-personal thead.p-datatable-thead {
4914
+ .tabla-planta-personal thead.p-datatable-thead {
4923
4915
  background: var(--color-100) !important;
4924
4916
  }
4925
4917
 
4926
-
4927
-
4928
4918
  .tabla-planta-personal .p-datatable table {
4929
4919
  background: #4f4f5f !important;
4930
4920
  }
@@ -5021,7 +5011,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5021
5011
  .nav-planta-personal .p-tree .p-tree-container .p-treenode .p-treenode-content{
5022
5012
  padding: 0;
5023
5013
 
5024
-
5014
+ }
5025
5015
 
5026
5016
 
5027
5017
  }
@@ -5109,10 +5099,19 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5109
5099
 
5110
5100
 
5111
5101
  .planta-personal .us-foto-perfil {
5112
- min-width: 100px !important;
5113
- max-height: 110px !important;
5102
+ min-width: 60px !important;
5103
+ max-height: 80px !important;
5114
5104
 
5115
5105
  }
5106
+
5107
+ .planta-personal .p-tree-wrapper.ng-star-inserted {
5108
+ max-height: 190px !important;
5109
+ }
5110
+
5111
+ .planta-personal .p-tree {
5112
+ max-height: 190px;
5113
+ height: 100%;
5114
+ }
5116
5115
 
5117
5116
 
5118
5117