general-library-union 2.9.7 → 2.9.10

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.7",
3
+ "version": "2.9.10",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3126,25 +3126,25 @@ p.chip {
3126
3126
  .p-calendar-w-btn {
3127
3127
  background: none;
3128
3128
 
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;
3136
-
3137
- &:enabled:hover,
3138
- &:enabled:focus {
3139
- border-color: transparent;
3140
- background: #fff no-repeat;
3141
- background-image: linear-gradient(to bottom, _(color-500), _(color-500)),
3142
- linear-gradient(to bottom, _(color-300), _(color-300));
3143
- background-size: 0 2px, 100% 1px;
3144
- background-position: 50% 100%, 50% 100%;
3145
- background-origin: border-box;
3146
- }
3147
- }
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;
3136
+
3137
+ // &:enabled:hover,
3138
+ // &:enabled:focus {
3139
+ // border-color: transparent;
3140
+ // background: #fff no-repeat;
3141
+ // background-image: linear-gradient(to bottom, _(color-500), _(color-500)),
3142
+ // linear-gradient(to bottom, _(color-300), _(color-300));
3143
+ // background-size: 0 2px, 100% 1px;
3144
+ // background-position: 50% 100%, 50% 100%;
3145
+ // background-origin: border-box;
3146
+ // }
3147
+ // }
3148
3148
 
3149
3149
  &:not(.p-calendar-disabled) {
3150
3150
  &:not(.p-disabled):hover {
@@ -4051,6 +4051,14 @@ td.GrupoColor {
4051
4051
 
4052
4052
  @media (max-width:1024px) {
4053
4053
 
4054
+
4055
+ .nav-planta-personal .p-tree{
4056
+ padding: 0.75rem 0px;
4057
+ max-height: 330px;
4058
+ height: 100%;
4059
+ }
4060
+
4061
+
4054
4062
  .us-foto-perfil {
4055
4063
  min-width: 70px;
4056
4064
  max-height: 70px;
@@ -4093,9 +4101,14 @@ td.GrupoColor {
4093
4101
 
4094
4102
  @media (max-width:768px) {
4095
4103
 
4104
+ .nav-planta-personal .contenido {
4105
+ left: 0%;
4106
+ width: 67%;
4107
+ }
4108
+
4096
4109
 
4097
4110
  .nav-planta-personal {
4098
- width: 26%;
4111
+ width: 33%;
4099
4112
  }
4100
4113
 
4101
4114
  .tabla-planta-personal thead.p-datatable-thead th,
@@ -4116,11 +4129,20 @@ td.GrupoColor {
4116
4129
 
4117
4130
 
4118
4131
  .planta-personal .us-foto-perfil {
4119
- min-width: 100px !important;
4120
- max-height: 110px !important;
4132
+ min-width: 60px !important;
4133
+ max-height: 80px !important;
4121
4134
 
4122
4135
  }
4123
4136
 
4137
+ .planta-personal .p-tree-wrapper.ng-star-inserted {
4138
+ max-height: 190px !important;
4139
+ }
4140
+
4141
+ .planta-personal .p-tree {
4142
+ max-height: 190px;
4143
+ height: 100%;
4144
+ }
4145
+
4124
4146
  }
4125
4147
 
4126
4148
 
@@ -5019,6 +5019,12 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5019
5019
 
5020
5020
  @media (max-width:1024px) {
5021
5021
 
5022
+ .nav-planta-personal .p-tree{
5023
+ padding: 0.75rem 0px;
5024
+ max-height: 330px;
5025
+ height: 100%;
5026
+ }
5027
+
5022
5028
  .us-foto-perfil {
5023
5029
  min-width: 60px;
5024
5030
  max-height: 60px;
@@ -5066,9 +5072,14 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5066
5072
 
5067
5073
  @media (max-width:768px) {
5068
5074
 
5075
+ .nav-planta-personal .contenido {
5076
+ left: 0%;
5077
+ width: 67%;
5078
+ }
5079
+
5069
5080
 
5070
5081
  .nav-planta-personal {
5071
- width: 26%;
5082
+ width: 33%;
5072
5083
  }
5073
5084
 
5074
5085
  .tabla-planta-personal thead.p-datatable-thead th,
@@ -5099,10 +5110,19 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5099
5110
 
5100
5111
 
5101
5112
  .planta-personal .us-foto-perfil {
5102
- min-width: 100px !important;
5103
- max-height: 110px !important;
5113
+ min-width: 60px !important;
5114
+ max-height: 80px !important;
5104
5115
 
5105
5116
  }
5117
+
5118
+ .planta-personal .p-tree-wrapper.ng-star-inserted {
5119
+ max-height: 190px !important;
5120
+ }
5121
+
5122
+ .planta-personal .p-tree {
5123
+ max-height: 190px;
5124
+ height: 100%;
5125
+ }
5106
5126
 
5107
5127
 
5108
5128