general-library-union 2.4.25 → 2.4.47
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/README.md +27 -27
- package/esm2022/src/app/webcommon/popups/popup-sentencia/popup-sentencia.component.mjs +3 -3
- package/fesm2022/general-library-union.mjs +2 -2
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/layout/app.menuitem.component.d.ts +1 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +17 -17
package/package.json
CHANGED
|
@@ -30,7 +30,7 @@ export declare class AppMenuitemComponent implements OnInit, OnDestroy {
|
|
|
30
30
|
calculatePosition(overlay: HTMLElement, target: HTMLElement): void;
|
|
31
31
|
itemClick(event: Event): void;
|
|
32
32
|
onMouseEnter(): void;
|
|
33
|
-
get submenuAnimation(): "
|
|
33
|
+
get submenuAnimation(): "collapsed" | "expanded" | "hidden" | "visible";
|
|
34
34
|
get isHorizontal(): boolean;
|
|
35
35
|
get isSlim(): boolean;
|
|
36
36
|
get isSlimPlus(): boolean;
|
|
@@ -3163,12 +3163,12 @@ td.GrupoColor {
|
|
|
3163
3163
|
* BREADCRUMS ALMACENAMIENTO styles
|
|
3164
3164
|
*****************************************************************************/
|
|
3165
3165
|
|
|
3166
|
-
.breadEstructura .p-icon {
|
|
3166
|
+
#requerimientoPersonal .breadEstructura .p-icon {
|
|
3167
3167
|
margin: 0 5px;
|
|
3168
3168
|
width: 10px;
|
|
3169
3169
|
}
|
|
3170
3170
|
|
|
3171
|
-
.breadEstructura .p-breadcrumb {
|
|
3171
|
+
#requerimientoPersonal .breadEstructura .p-breadcrumb {
|
|
3172
3172
|
padding: 0.4rem !important;
|
|
3173
3173
|
}
|
|
3174
3174
|
|
|
@@ -3178,7 +3178,7 @@ td.GrupoColor {
|
|
|
3178
3178
|
}
|
|
3179
3179
|
|
|
3180
3180
|
|
|
3181
|
-
.breadEstructura .p-breadcrumb li:nth-child(3) span {
|
|
3181
|
+
#requerimientoPersonal .breadEstructura .p-breadcrumb li:nth-child(3) span {
|
|
3182
3182
|
background: #fff;
|
|
3183
3183
|
border: solid 2px $morado;
|
|
3184
3184
|
padding: 3px 10px;
|
|
@@ -3188,7 +3188,7 @@ td.GrupoColor {
|
|
|
3188
3188
|
font-weight: 600;
|
|
3189
3189
|
}
|
|
3190
3190
|
|
|
3191
|
-
.breadEstructura .p-breadcrumb li:nth-child(5) span {
|
|
3191
|
+
#requerimientoPersonal .breadEstructura .p-breadcrumb li:nth-child(5) span {
|
|
3192
3192
|
background: #fff;
|
|
3193
3193
|
border: solid 2px $verde;
|
|
3194
3194
|
padding: 3px 10px;
|
|
@@ -3198,7 +3198,7 @@ td.GrupoColor {
|
|
|
3198
3198
|
font-weight: 600;
|
|
3199
3199
|
}
|
|
3200
3200
|
|
|
3201
|
-
.breadEstructura .p-breadcrumb li:nth-child(7) span {
|
|
3201
|
+
#requerimientoPersonal .breadEstructura .p-breadcrumb li:nth-child(7) span {
|
|
3202
3202
|
background: #fff;
|
|
3203
3203
|
border: solid 2px $amarillo;
|
|
3204
3204
|
padding: 3px 10px;
|
|
@@ -3208,7 +3208,7 @@ td.GrupoColor {
|
|
|
3208
3208
|
font-weight: 600;
|
|
3209
3209
|
}
|
|
3210
3210
|
|
|
3211
|
-
.breadEstructura .p-breadcrumb li:nth-child(9) span {
|
|
3211
|
+
#requerimientoPersonal .breadEstructura .p-breadcrumb li:nth-child(9) span {
|
|
3212
3212
|
background: #fff;
|
|
3213
3213
|
border: solid 2px $naranaja;
|
|
3214
3214
|
padding: 3px 10px;
|
|
@@ -3218,7 +3218,7 @@ td.GrupoColor {
|
|
|
3218
3218
|
font-weight: 600;
|
|
3219
3219
|
}
|
|
3220
3220
|
|
|
3221
|
-
.breadEstructura .p-breadcrumb li:nth-child(11) span {
|
|
3221
|
+
#requerimientoPersonal .breadEstructura .p-breadcrumb li:nth-child(11) span {
|
|
3222
3222
|
background: #fff;
|
|
3223
3223
|
border: solid 2px $rojo;
|
|
3224
3224
|
padding: 3px 10px;
|
|
@@ -3228,50 +3228,50 @@ td.GrupoColor {
|
|
|
3228
3228
|
font-weight: 600;
|
|
3229
3229
|
}
|
|
3230
3230
|
|
|
3231
|
-
.breadEstructura .p-breadcrumb.p-component {
|
|
3231
|
+
#requerimientoPersonal .breadEstructura .p-breadcrumb.p-component {
|
|
3232
3232
|
padding: 0.75rem;
|
|
3233
3233
|
font-weight: 600;
|
|
3234
3234
|
align-items: center;
|
|
3235
3235
|
justify-content: center;
|
|
3236
3236
|
}
|
|
3237
3237
|
|
|
3238
|
-
.breadEstructura.breadEstructura li.p-breadcrumb-chevron.pi.pi-chevron-right.ng-star-inserted {
|
|
3238
|
+
#requerimientoPersonal .breadEstructura.breadEstructura li.p-breadcrumb-chevron.pi.pi-chevron-right.ng-star-inserted {
|
|
3239
3239
|
font-size: 10px;
|
|
3240
3240
|
}
|
|
3241
3241
|
|
|
3242
|
-
.breadEstructura .p-breadcrumb ul li.p-breadcrumb-chevron {
|
|
3242
|
+
#requerimientoPersonal .breadEstructura .p-breadcrumb ul li.p-breadcrumb-chevron {
|
|
3243
3243
|
margin: 0;
|
|
3244
3244
|
}
|
|
3245
3245
|
|
|
3246
3246
|
|
|
3247
3247
|
|
|
3248
|
-
.breadEstructura.secuencia .p-breadcrumb li:nth-child(3) span {
|
|
3248
|
+
#requerimientoPersonal .breadEstructura.secuencia .p-breadcrumb li:nth-child(3) span {
|
|
3249
3249
|
border: none;
|
|
3250
3250
|
padding: 0;
|
|
3251
3251
|
}
|
|
3252
3252
|
|
|
3253
|
-
.breadEstructura.secuencia .p-breadcrumb li:nth-child(5) span {
|
|
3253
|
+
#requerimientoPersonal .breadEstructura.secuencia .p-breadcrumb li:nth-child(5) span {
|
|
3254
3254
|
border: none;
|
|
3255
3255
|
padding: 0;
|
|
3256
3256
|
}
|
|
3257
3257
|
|
|
3258
|
-
.breadEstructura.secuencia .p-breadcrumb li:nth-child(7) span {
|
|
3258
|
+
#requerimientoPersonal .breadEstructura.secuencia .p-breadcrumb li:nth-child(7) span {
|
|
3259
3259
|
border: none;
|
|
3260
3260
|
padding: 0;
|
|
3261
3261
|
}
|
|
3262
3262
|
|
|
3263
|
-
.breadEstructura.secuencia .p-breadcrumb li:nth-child(9) span {
|
|
3263
|
+
#requerimientoPersonal .breadEstructura.secuencia .p-breadcrumb li:nth-child(9) span {
|
|
3264
3264
|
border: none;
|
|
3265
3265
|
padding: 0;
|
|
3266
3266
|
}
|
|
3267
3267
|
|
|
3268
3268
|
|
|
3269
|
-
.breadEstructura.secuencia .p-breadcrumb li:nth-child(11) span {
|
|
3269
|
+
#requerimientoPersonal .breadEstructura.secuencia .p-breadcrumb li:nth-child(11) span {
|
|
3270
3270
|
border: none;
|
|
3271
3271
|
padding: 0;
|
|
3272
3272
|
}
|
|
3273
3273
|
|
|
3274
|
-
.borde-sara {
|
|
3274
|
+
#requerimientoPersonal .borde-sara {
|
|
3275
3275
|
border: solid 1px var(--color-100);
|
|
3276
3276
|
padding: .9rem 1.2rem;
|
|
3277
3277
|
min-height: calc(100vh - 270px);
|
|
@@ -3279,7 +3279,7 @@ td.GrupoColor {
|
|
|
3279
3279
|
border-radius: 5px;
|
|
3280
3280
|
}
|
|
3281
3281
|
|
|
3282
|
-
.borde {
|
|
3282
|
+
#requerimientoPersonal .borde {
|
|
3283
3283
|
border: solid 1px var(--color-100);
|
|
3284
3284
|
padding: .9rem 0.9rem;
|
|
3285
3285
|
border-radius: 5px;
|