@litigiovirtual/ius-design-components 1.0.267 → 1.0.269
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/esm2022/lib/alert/alert.component.mjs +76 -0
- package/esm2022/lib/alert/index.mjs +2 -0
- package/esm2022/lib/avatar-business/avatar-business.component.mjs +52 -0
- package/esm2022/lib/avatar-business/index.mjs +2 -0
- package/esm2022/lib/avatar-icon/avatar-icon.component.mjs +33 -0
- package/esm2022/lib/avatar-icon/index.mjs +2 -0
- package/esm2022/lib/avatar-v2/avatar-v2.component.mjs +74 -0
- package/esm2022/lib/avatar-v2/index.mjs +2 -0
- package/esm2022/lib/badge/badge.component.mjs +26 -0
- package/esm2022/lib/badge/index.mjs +2 -0
- package/esm2022/lib/breadcrumb/breadcrumb.component.mjs +22 -0
- package/esm2022/lib/breadcrumb/index.mjs +2 -0
- package/esm2022/lib/button-accounts/button-accounts.component.mjs +64 -0
- package/esm2022/lib/button-accounts/index.mjs +2 -0
- package/esm2022/lib/button-auth/button-auth.component.mjs +113 -0
- package/esm2022/lib/button-auth/index.mjs +2 -0
- package/esm2022/lib/button-circle-secondary/button-circle-secondary.component.mjs +28 -0
- package/esm2022/lib/button-circle-secondary/index.mjs +2 -0
- package/esm2022/lib/button-circle-tertiary/button-circle-tertiary.component.mjs +28 -0
- package/esm2022/lib/button-circle-tertiary/index.mjs +2 -0
- package/esm2022/lib/button-dynamic/button-dynamic.component.mjs +115 -0
- package/esm2022/lib/button-dynamic/index.mjs +2 -0
- package/esm2022/lib/button-filter/button-filter.component.mjs +90 -0
- package/esm2022/lib/button-filter/index.mjs +2 -0
- package/esm2022/lib/button-menu-link/button-menu-link.component.mjs +31 -0
- package/esm2022/lib/button-menu-link/index.mjs +2 -0
- package/esm2022/lib/button-order/button-order.component.mjs +75 -0
- package/esm2022/lib/button-order/index.mjs +2 -0
- package/esm2022/lib/button-squared-secondary/button-squared-secondary.component.mjs +28 -0
- package/esm2022/lib/button-squared-secondary/index.mjs +2 -0
- package/esm2022/lib/button-squared-tertiary/button-squared-tertiary.component.mjs +28 -0
- package/esm2022/lib/button-squared-tertiary/index.mjs +2 -0
- package/esm2022/lib/button-standard-outline/button-standard-outline.component.mjs +28 -0
- package/esm2022/lib/button-standard-outline/index.mjs +2 -0
- package/esm2022/lib/button-standard-primary/button-standard-primary.component.mjs +28 -0
- package/esm2022/lib/button-standard-primary/index.mjs +2 -0
- package/esm2022/lib/button-standard-secondary/button-standard-secondary.component.mjs +24 -0
- package/esm2022/lib/button-standard-secondary/index.mjs +2 -0
- package/esm2022/lib/button-standard-tertiary/button-standard-tertiary.component.mjs +28 -0
- package/esm2022/lib/button-standard-tertiary/index.mjs +2 -0
- package/esm2022/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.mjs +31 -0
- package/esm2022/lib/button-standard-tertiary-small/index.mjs +2 -0
- package/esm2022/lib/calification/calification.component.mjs +36 -0
- package/esm2022/lib/calification/index.mjs +2 -0
- package/esm2022/lib/card-actividad-evento/card-actividad-evento.component.mjs +172 -0
- package/esm2022/lib/card-actividad-evento/index.mjs +2 -0
- package/esm2022/lib/card-agenda-judicial/card-agenda-judicial.component.mjs +62 -0
- package/esm2022/lib/card-agenda-judicial/index.mjs +2 -0
- package/esm2022/lib/card-block/card-block.component.mjs +53 -0
- package/esm2022/lib/card-block/index.mjs +2 -0
- package/esm2022/lib/card-button-checkbox/card-button-checkbox.component.mjs +42 -0
- package/esm2022/lib/card-button-checkbox/index.mjs +2 -0
- package/esm2022/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.mjs +32 -0
- package/esm2022/lib/card-collapse-detalle-proceso/index.mjs +2 -0
- package/esm2022/lib/card-dynamic-content/card-dynamic-content.component.mjs +20 -0
- package/esm2022/lib/card-dynamic-content/index.mjs +2 -0
- package/esm2022/lib/card-etapa-subetapa/card-etapa-subetapa.component.mjs +124 -0
- package/esm2022/lib/card-etapa-subetapa/index.mjs +2 -0
- package/esm2022/lib/card-gestion-cupo/card-gestion-cupo.component.mjs +28 -0
- package/esm2022/lib/card-gestion-cupo/index.mjs +2 -0
- package/esm2022/lib/card-impulso-procesal/card-impulso-procesal.component.mjs +120 -0
- package/esm2022/lib/card-impulso-procesal/index.mjs +2 -0
- package/esm2022/lib/card-info-facturacion/card-info-facturacion.component.mjs +43 -0
- package/esm2022/lib/card-info-facturacion/index.mjs +2 -0
- package/esm2022/lib/card-list-consumo/card-list-consumo.component.mjs +39 -0
- package/esm2022/lib/card-list-consumo/index.mjs +2 -0
- package/esm2022/lib/card-list-drag-on/card-list-drag-on.component.mjs +84 -0
- package/esm2022/lib/card-list-drag-on/index.mjs +2 -0
- package/esm2022/lib/card-list-movimientos/card-list-movimientos.component.mjs +43 -0
- package/esm2022/lib/card-list-movimientos/index.mjs +2 -0
- package/esm2022/lib/card-list-proceso/card-list-proceso.component.mjs +44 -0
- package/esm2022/lib/card-list-proceso/index.mjs +2 -0
- package/esm2022/lib/card-log/card-log.component.mjs +36 -0
- package/esm2022/lib/card-log/index.mjs +2 -0
- package/esm2022/lib/card-plan-small/card-plan-small.component.mjs +18 -0
- package/esm2022/lib/card-plan-small/index.mjs +2 -0
- package/esm2022/lib/card-plan-subscription/card-plan-subscription.component.mjs +55 -0
- package/esm2022/lib/card-plan-subscription/index.mjs +2 -0
- package/esm2022/lib/card-ticket/card-ticket.component.mjs +54 -0
- package/esm2022/lib/card-ticket/index.mjs +2 -0
- package/esm2022/lib/card-tipo-proceso/card-tipo-proceso.component.mjs +67 -0
- package/esm2022/lib/card-tipo-proceso/index.mjs +2 -0
- package/esm2022/lib/card-uso-plan/card-uso-plan.component.mjs +43 -0
- package/esm2022/lib/card-uso-plan/index.mjs +2 -0
- package/esm2022/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.mjs +129 -0
- package/esm2022/lib/card-vigilancia-judicial/index.mjs +2 -0
- package/esm2022/lib/categories/categories.component.mjs +43 -0
- package/esm2022/lib/categories/index.mjs +2 -0
- package/esm2022/lib/charts-bar-grouped/charts-bar-grouped.component.mjs +238 -0
- package/esm2022/lib/charts-bar-grouped/index.mjs +2 -0
- package/esm2022/lib/charts-donut/charts-donut.component.mjs +137 -0
- package/esm2022/lib/charts-donut/index.mjs +2 -0
- package/esm2022/lib/checkbox/checkbox.component.mjs +31 -0
- package/esm2022/lib/checkbox/index.mjs +2 -0
- package/esm2022/lib/checkbox-radio/checkbox-radio.component.mjs +74 -0
- package/esm2022/lib/checkbox-radio/index.mjs +2 -0
- package/esm2022/lib/chip/chip.component.mjs +33 -0
- package/esm2022/lib/chip/index.mjs +2 -0
- package/esm2022/lib/chip-user/chip-user.component.mjs +30 -0
- package/esm2022/lib/chip-user/index.mjs +2 -0
- package/esm2022/lib/create-ticket/create-ticket.component.mjs +101 -0
- package/esm2022/lib/create-ticket/index.mjs +2 -0
- package/esm2022/lib/custom-dropdown/custom-dropdown.component.mjs +149 -0
- package/esm2022/lib/custom-dropdown/index.mjs +2 -0
- package/esm2022/lib/date-hour-picker/date-hour-picker.component.mjs +302 -0
- package/esm2022/lib/date-hour-picker/index.mjs +2 -0
- package/esm2022/lib/date-picker/date-picker.component.mjs +161 -0
- package/esm2022/lib/date-picker/index.mjs +2 -0
- package/esm2022/lib/directives/infinite-scroll.directive.mjs +52 -0
- package/esm2022/lib/directives/popover.directive.mjs +170 -0
- package/esm2022/lib/double-date-picker/double-date-picker.component.mjs +230 -0
- package/esm2022/lib/double-date-picker/index.mjs +2 -0
- package/esm2022/lib/drawer-container-right/drawer-container-right.component.mjs +71 -0
- package/esm2022/lib/drawer-container-right/index.mjs +2 -0
- package/esm2022/lib/dropdown/dropdown.component.mjs +77 -0
- package/esm2022/lib/dropdown/index.mjs +2 -0
- package/esm2022/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.mjs +11 -0
- package/esm2022/lib/dropdown-contextual-menu/index.mjs +2 -0
- package/esm2022/lib/dropdown-option-item/dropdown-option-item.component.mjs +31 -0
- package/esm2022/lib/dropdown-option-item/index.mjs +2 -0
- package/esm2022/lib/dropdown-user-menu/dropdown-user-menu.component.mjs +64 -0
- package/esm2022/lib/dropdown-user-menu/index.mjs +2 -0
- package/esm2022/lib/empty-list/empty-list.component.mjs +22 -0
- package/esm2022/lib/empty-list/index.mjs +2 -0
- package/esm2022/lib/filter-item/filter-item.component.mjs +28 -0
- package/esm2022/lib/filter-item/index.mjs +2 -0
- package/esm2022/lib/icon-lg/icon-lg.component.mjs +29 -0
- package/esm2022/lib/icon-lg/index.mjs +2 -0
- package/esm2022/lib/icon-md/icon-md.component.mjs +29 -0
- package/esm2022/lib/icon-md/index.mjs +2 -0
- package/esm2022/lib/icon-sm/icon-sm.component.mjs +29 -0
- package/esm2022/lib/icon-sm/index.mjs +2 -0
- package/esm2022/lib/icon-xl/icon-xl.component.mjs +29 -0
- package/esm2022/lib/icon-xl/index.mjs +2 -0
- package/esm2022/lib/icon-xs/icon-xs.component.mjs +29 -0
- package/esm2022/lib/icon-xs/index.mjs +2 -0
- package/esm2022/lib/icon-xxl/icon-xxl.component.mjs +29 -0
- package/esm2022/lib/icon-xxl/index.mjs +2 -0
- package/esm2022/lib/icons/icons-map.mjs +1164 -0
- package/esm2022/lib/input-card/index.mjs +2 -0
- package/esm2022/lib/input-card/input-card.component.mjs +158 -0
- package/esm2022/lib/input-large/index.mjs +2 -0
- package/esm2022/lib/input-large/input-large.component.mjs +98 -0
- package/esm2022/lib/input-otp/index.mjs +2 -0
- package/esm2022/lib/input-otp/input-otp.component.mjs +173 -0
- package/esm2022/lib/input-password/index.mjs +2 -0
- package/esm2022/lib/input-password/input-password.component.mjs +91 -0
- package/esm2022/lib/input-select/index.mjs +2 -0
- package/esm2022/lib/input-select/input-select.component.mjs +190 -0
- package/esm2022/lib/input-select-filter/index.mjs +2 -0
- package/esm2022/lib/input-select-filter/input-select-filter.component.mjs +202 -0
- package/esm2022/lib/input-select-number/index.mjs +2 -0
- package/esm2022/lib/input-select-number/input-select-number.component.mjs +68 -0
- package/esm2022/lib/input-textfield/index.mjs +2 -0
- package/esm2022/lib/input-textfield/input-textfield.component.mjs +143 -0
- package/esm2022/lib/item-document/index.mjs +2 -0
- package/esm2022/lib/item-document/item-document.component.mjs +61 -0
- package/esm2022/lib/linear-progress-bar/index.mjs +2 -0
- package/esm2022/lib/linear-progress-bar/linear-progress-bar.component.mjs +16 -0
- package/esm2022/lib/loading-circle/index.mjs +2 -0
- package/esm2022/lib/loading-circle/loading-circle.component.mjs +17 -0
- package/esm2022/lib/loading-component-dynamic/index.mjs +2 -0
- package/esm2022/lib/loading-component-dynamic/loading-component-dynamic.component.mjs +63 -0
- package/esm2022/lib/menu-item/index.mjs +2 -0
- package/esm2022/lib/menu-item/menu-item.component.mjs +33 -0
- package/esm2022/lib/nav-rail/index.mjs +2 -0
- package/esm2022/lib/nav-rail/nav-rail.component.mjs +53 -0
- package/esm2022/lib/notification-card/index.mjs +2 -0
- package/esm2022/lib/notification-card/notification-card.component.mjs +88 -0
- package/esm2022/lib/notifications/index.mjs +2 -0
- package/esm2022/lib/notifications/notifications.component.mjs +90 -0
- package/esm2022/lib/option/index.mjs +2 -0
- package/esm2022/lib/option/option.component.mjs +34 -0
- package/esm2022/lib/option-item/index.mjs +2 -0
- package/esm2022/lib/option-item/option-item.component.mjs +30 -0
- package/esm2022/lib/page-not-found/index.mjs +2 -0
- package/esm2022/lib/page-not-found/page-not-found.component.mjs +28 -0
- package/esm2022/lib/popover/popover.component.mjs +30 -0
- package/esm2022/lib/progress-bar/progress-bar.component.mjs +117 -0
- package/esm2022/lib/search-bar/index.mjs +2 -0
- package/esm2022/lib/search-bar/search-bar.component.mjs +79 -0
- package/esm2022/lib/section-collapse-drawer-child/index.mjs +2 -0
- package/esm2022/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.mjs +73 -0
- package/esm2022/lib/section-collapse-drawer-parent/index.mjs +2 -0
- package/esm2022/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.mjs +73 -0
- package/esm2022/lib/segment/index.mjs +2 -0
- package/esm2022/lib/segment/segment.component.mjs +43 -0
- package/esm2022/lib/simple-card-contador/index.mjs +2 -0
- package/esm2022/lib/simple-card-contador/simple-card-contador.component.mjs +53 -0
- package/esm2022/lib/simple-chip/index.mjs +2 -0
- package/esm2022/lib/simple-chip/simple-chip.component.mjs +38 -0
- package/esm2022/lib/simple-divider/index.mjs +2 -0
- package/esm2022/lib/simple-divider/simple-divider.component.mjs +11 -0
- package/esm2022/lib/simple-user-card/index.mjs +2 -0
- package/esm2022/lib/simple-user-card/simple-user-card.component.mjs +17 -0
- package/esm2022/lib/slide-toggle/index.mjs +2 -0
- package/esm2022/lib/slide-toggle/slide-toggle.component.mjs +26 -0
- package/esm2022/lib/snackbar/index.mjs +2 -0
- package/esm2022/lib/snackbar/snackbar.component.mjs +40 -0
- package/esm2022/lib/support-panel/index.mjs +2 -0
- package/esm2022/lib/support-panel/support-panel.component.mjs +45 -0
- package/esm2022/lib/toolbar/index.mjs +2 -0
- package/esm2022/lib/toolbar/toolbar.component.mjs +363 -0
- package/esm2022/lib/toolbar-user-menu/index.mjs +2 -0
- package/esm2022/lib/toolbar-user-menu/toolbar-user-menu.component.mjs +138 -0
- package/esm2022/lib/user-card/index.mjs +2 -0
- package/esm2022/lib/user-card/user-card.component.mjs +84 -0
- package/esm2022/litigiovirtual-ius-design-components.mjs +5 -0
- package/esm2022/public-api.mjs +105 -0
- package/fesm2022/litigiovirtual-ius-design-components.mjs +8087 -0
- package/fesm2022/litigiovirtual-ius-design-components.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/alert/alert.component.d.ts +22 -0
- package/lib/alert/index.d.ts +1 -0
- package/lib/avatar-business/avatar-business.component.d.ts +16 -0
- package/lib/avatar-business/index.d.ts +1 -0
- package/lib/avatar-icon/avatar-icon.component.d.ts +10 -0
- package/lib/avatar-icon/index.d.ts +1 -0
- package/lib/avatar-v2/avatar-v2.component.d.ts +23 -0
- package/lib/avatar-v2/index.d.ts +1 -0
- package/lib/badge/badge.component.d.ts +7 -0
- package/lib/badge/index.d.ts +1 -0
- package/lib/breadcrumb/breadcrumb.component.d.ts +16 -0
- package/lib/breadcrumb/index.d.ts +1 -0
- package/lib/button-accounts/button-accounts.component.d.ts +26 -0
- package/lib/button-accounts/index.d.ts +1 -0
- package/lib/button-auth/button-auth.component.d.ts +22 -0
- package/lib/button-auth/index.d.ts +1 -0
- package/lib/button-circle-secondary/button-circle-secondary.component.d.ts +10 -0
- package/lib/button-circle-secondary/index.d.ts +1 -0
- package/lib/button-circle-tertiary/button-circle-tertiary.component.d.ts +10 -0
- package/lib/button-circle-tertiary/index.d.ts +1 -0
- package/lib/button-dynamic/button-dynamic.component.d.ts +28 -0
- package/lib/button-dynamic/index.d.ts +1 -0
- package/lib/button-filter/button-filter.component.d.ts +25 -0
- package/lib/button-filter/index.d.ts +1 -0
- package/lib/button-menu-link/button-menu-link.component.d.ts +11 -0
- package/lib/button-menu-link/index.d.ts +1 -0
- package/lib/button-order/button-order.component.d.ts +29 -0
- package/lib/button-order/index.d.ts +1 -0
- package/lib/button-squared-secondary/button-squared-secondary.component.d.ts +10 -0
- package/lib/button-squared-secondary/index.d.ts +1 -0
- package/lib/button-squared-tertiary/button-squared-tertiary.component.d.ts +10 -0
- package/lib/button-squared-tertiary/index.d.ts +1 -0
- package/lib/button-standard-outline/button-standard-outline.component.d.ts +10 -0
- package/lib/button-standard-outline/index.d.ts +1 -0
- package/lib/button-standard-primary/button-standard-primary.component.d.ts +10 -0
- package/lib/button-standard-primary/index.d.ts +1 -0
- package/lib/button-standard-secondary/button-standard-secondary.component.d.ts +9 -0
- package/lib/button-standard-secondary/index.d.ts +1 -0
- package/lib/button-standard-tertiary/button-standard-tertiary.component.d.ts +10 -0
- package/lib/button-standard-tertiary/index.d.ts +1 -0
- package/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.d.ts +11 -0
- package/lib/button-standard-tertiary-small/index.d.ts +1 -0
- package/lib/calification/calification.component.d.ts +14 -0
- package/lib/calification/index.d.ts +1 -0
- package/lib/card-actividad-evento/card-actividad-evento.component.d.ts +40 -0
- package/lib/card-actividad-evento/index.d.ts +1 -0
- package/lib/card-agenda-judicial/card-agenda-judicial.component.d.ts +20 -0
- package/lib/card-agenda-judicial/index.d.ts +1 -0
- package/lib/card-block/card-block.component.d.ts +23 -0
- package/lib/card-block/index.d.ts +1 -0
- package/lib/card-button-checkbox/card-button-checkbox.component.d.ts +14 -0
- package/lib/card-button-checkbox/index.d.ts +1 -0
- package/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.d.ts +13 -0
- package/lib/card-collapse-detalle-proceso/index.d.ts +1 -0
- package/lib/card-dynamic-content/card-dynamic-content.component.d.ts +7 -0
- package/lib/card-dynamic-content/index.d.ts +1 -0
- package/lib/card-etapa-subetapa/card-etapa-subetapa.component.d.ts +32 -0
- package/lib/card-etapa-subetapa/index.d.ts +1 -0
- package/lib/card-gestion-cupo/card-gestion-cupo.component.d.ts +12 -0
- package/lib/card-gestion-cupo/index.d.ts +1 -0
- package/lib/card-impulso-procesal/card-impulso-procesal.component.d.ts +31 -0
- package/lib/card-impulso-procesal/index.d.ts +1 -0
- package/lib/card-info-facturacion/card-info-facturacion.component.d.ts +19 -0
- package/lib/card-info-facturacion/index.d.ts +1 -0
- package/lib/card-list-consumo/card-list-consumo.component.d.ts +16 -0
- package/lib/card-list-consumo/index.d.ts +1 -0
- package/lib/card-list-drag-on/card-list-drag-on.component.d.ts +28 -0
- package/lib/card-list-drag-on/index.d.ts +1 -0
- package/lib/card-list-movimientos/card-list-movimientos.component.d.ts +16 -0
- package/lib/card-list-movimientos/index.d.ts +1 -0
- package/lib/card-list-proceso/card-list-proceso.component.d.ts +19 -0
- package/lib/card-list-proceso/index.d.ts +1 -0
- package/lib/card-log/card-log.component.d.ts +18 -0
- package/lib/card-log/index.d.ts +1 -0
- package/lib/card-plan-small/card-plan-small.component.d.ts +8 -0
- package/lib/card-plan-small/index.d.ts +1 -0
- package/lib/card-plan-subscription/card-plan-subscription.component.d.ts +23 -0
- package/lib/card-plan-subscription/index.d.ts +1 -0
- package/lib/card-ticket/card-ticket.component.d.ts +22 -0
- package/lib/card-ticket/index.d.ts +1 -0
- package/lib/card-tipo-proceso/card-tipo-proceso.component.d.ts +25 -0
- package/lib/card-tipo-proceso/index.d.ts +1 -0
- package/lib/card-uso-plan/card-uso-plan.component.d.ts +19 -0
- package/lib/card-uso-plan/index.d.ts +1 -0
- package/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.d.ts +28 -0
- package/lib/card-vigilancia-judicial/index.d.ts +1 -0
- package/lib/categories/categories.component.d.ts +14 -0
- package/lib/categories/index.d.ts +1 -0
- package/lib/charts-bar-grouped/charts-bar-grouped.component.d.ts +98 -0
- package/lib/charts-bar-grouped/index.d.ts +1 -0
- package/lib/charts-donut/charts-donut.component.d.ts +47 -0
- package/lib/charts-donut/index.d.ts +1 -0
- package/lib/checkbox/checkbox.component.d.ts +10 -0
- package/lib/checkbox/index.d.ts +1 -0
- package/lib/checkbox-radio/checkbox-radio.component.d.ts +20 -0
- package/lib/checkbox-radio/index.d.ts +1 -0
- package/lib/chip/chip.component.d.ts +11 -0
- package/lib/chip/index.d.ts +1 -0
- package/lib/chip-user/chip-user.component.d.ts +12 -0
- package/lib/chip-user/index.d.ts +1 -0
- package/lib/create-ticket/create-ticket.component.d.ts +57 -0
- package/lib/create-ticket/index.d.ts +1 -0
- package/lib/custom-dropdown/custom-dropdown.component.d.ts +40 -0
- package/lib/custom-dropdown/index.d.ts +1 -0
- package/lib/date-hour-picker/date-hour-picker.component.d.ts +60 -0
- package/lib/date-hour-picker/index.d.ts +1 -0
- package/lib/date-picker/date-picker.component.d.ts +42 -0
- package/lib/date-picker/index.d.ts +1 -0
- package/lib/directives/infinite-scroll.directive.d.ts +15 -0
- package/lib/directives/popover.directive.d.ts +41 -0
- package/lib/double-date-picker/double-date-picker.component.d.ts +57 -0
- package/lib/double-date-picker/index.d.ts +1 -0
- package/lib/drawer-container-right/drawer-container-right.component.d.ts +13 -0
- package/lib/drawer-container-right/index.d.ts +1 -0
- package/lib/dropdown/dropdown.component.d.ts +28 -0
- package/lib/dropdown/index.d.ts +1 -0
- package/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.d.ts +5 -0
- package/lib/dropdown-contextual-menu/index.d.ts +1 -0
- package/lib/dropdown-option-item/dropdown-option-item.component.d.ts +13 -0
- package/lib/dropdown-option-item/index.d.ts +1 -0
- package/lib/dropdown-user-menu/dropdown-user-menu.component.d.ts +20 -0
- package/lib/dropdown-user-menu/index.d.ts +1 -0
- package/lib/empty-list/empty-list.component.d.ts +8 -0
- package/lib/empty-list/index.d.ts +1 -0
- package/lib/filter-item/filter-item.component.d.ts +10 -0
- package/lib/filter-item/index.d.ts +1 -0
- package/lib/icon-lg/icon-lg.component.d.ts +12 -0
- package/lib/icon-lg/index.d.ts +1 -0
- package/lib/icon-md/icon-md.component.d.ts +12 -0
- package/lib/icon-md/index.d.ts +1 -0
- package/lib/icon-sm/icon-sm.component.d.ts +13 -0
- package/lib/icon-sm/index.d.ts +1 -0
- package/lib/icon-xl/icon-xl.component.d.ts +12 -0
- package/lib/icon-xl/index.d.ts +1 -0
- package/lib/icon-xs/icon-xs.component.d.ts +12 -0
- package/lib/icon-xs/index.d.ts +1 -0
- package/lib/icon-xxl/icon-xxl.component.d.ts +12 -0
- package/lib/icon-xxl/index.d.ts +1 -0
- package/lib/icons/icons-map.d.ts +1 -0
- package/lib/input-card/index.d.ts +1 -0
- package/lib/input-card/input-card.component.d.ts +43 -0
- package/lib/input-large/index.d.ts +1 -0
- package/lib/input-large/input-large.component.d.ts +30 -0
- package/lib/input-otp/index.d.ts +1 -0
- package/lib/input-otp/input-otp.component.d.ts +34 -0
- package/lib/input-password/index.d.ts +1 -0
- package/lib/input-password/input-password.component.d.ts +29 -0
- package/lib/input-select/index.d.ts +1 -0
- package/lib/input-select/input-select.component.d.ts +47 -0
- package/lib/input-select-filter/index.d.ts +1 -0
- package/lib/input-select-filter/input-select-filter.component.d.ts +62 -0
- package/lib/input-select-number/index.d.ts +1 -0
- package/lib/input-select-number/input-select-number.component.d.ts +18 -0
- package/lib/input-textfield/index.d.ts +1 -0
- package/lib/input-textfield/input-textfield.component.d.ts +36 -0
- package/lib/item-document/index.d.ts +1 -0
- package/lib/item-document/item-document.component.d.ts +19 -0
- package/lib/linear-progress-bar/index.d.ts +1 -0
- package/lib/linear-progress-bar/linear-progress-bar.component.d.ts +6 -0
- package/lib/loading-circle/index.d.ts +1 -0
- package/lib/loading-circle/loading-circle.component.d.ts +6 -0
- package/lib/loading-component-dynamic/index.d.ts +1 -0
- package/lib/loading-component-dynamic/loading-component-dynamic.component.d.ts +22 -0
- package/lib/menu-item/index.d.ts +1 -0
- package/lib/menu-item/menu-item.component.d.ts +11 -0
- package/lib/nav-rail/index.d.ts +1 -0
- package/lib/nav-rail/nav-rail.component.d.ts +10 -0
- package/lib/notification-card/index.d.ts +1 -0
- package/lib/notification-card/notification-card.component.d.ts +30 -0
- package/lib/notifications/index.d.ts +1 -0
- package/lib/notifications/notifications.component.d.ts +19 -0
- package/lib/option/index.d.ts +1 -0
- package/lib/option/option.component.d.ts +13 -0
- package/lib/option-item/index.d.ts +1 -0
- package/lib/option-item/option-item.component.d.ts +11 -0
- package/lib/page-not-found/index.d.ts +1 -0
- package/lib/page-not-found/page-not-found.component.d.ts +12 -0
- package/lib/popover/popover.component.d.ts +10 -0
- package/lib/progress-bar/progress-bar.component.d.ts +43 -0
- package/lib/search-bar/index.d.ts +1 -0
- package/lib/search-bar/search-bar.component.d.ts +24 -0
- package/lib/section-collapse-drawer-child/index.d.ts +1 -0
- package/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.d.ts +12 -0
- package/lib/section-collapse-drawer-parent/index.d.ts +1 -0
- package/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.d.ts +12 -0
- package/lib/segment/index.d.ts +1 -0
- package/lib/segment/segment.component.d.ts +14 -0
- package/lib/simple-card-contador/index.d.ts +1 -0
- package/lib/simple-card-contador/simple-card-contador.component.d.ts +14 -0
- package/lib/simple-chip/index.d.ts +1 -0
- package/lib/simple-chip/simple-chip.component.d.ts +13 -0
- package/lib/simple-divider/index.d.ts +1 -0
- package/lib/simple-divider/simple-divider.component.d.ts +5 -0
- package/lib/simple-user-card/index.d.ts +1 -0
- package/lib/simple-user-card/simple-user-card.component.d.ts +8 -0
- package/lib/slide-toggle/index.d.ts +1 -0
- package/lib/slide-toggle/slide-toggle.component.d.ts +10 -0
- package/lib/snackbar/index.d.ts +1 -0
- package/lib/snackbar/snackbar.component.d.ts +16 -0
- package/lib/support-panel/index.d.ts +1 -0
- package/lib/support-panel/support-panel.component.d.ts +17 -0
- package/lib/toolbar/index.d.ts +1 -0
- package/lib/toolbar/toolbar.component.d.ts +137 -0
- package/lib/toolbar-user-menu/index.d.ts +1 -0
- package/lib/toolbar-user-menu/toolbar-user-menu.component.d.ts +45 -0
- package/lib/user-card/index.d.ts +1 -0
- package/lib/user-card/user-card.component.d.ts +32 -0
- package/package.json +28 -18
- package/public-api.d.ts +103 -0
- package/ng-package.json +0 -10
- package/src/lib/alert/alert.component.html +0 -19
- package/src/lib/alert/alert.component.scss +0 -47
- package/src/lib/alert/alert.component.spec.ts +0 -23
- package/src/lib/alert/alert.component.ts +0 -73
- package/src/lib/alert/index.ts +0 -2
- package/src/lib/avatar-business/avatar-business.component.html +0 -39
- package/src/lib/avatar-business/avatar-business.component.scss +0 -89
- package/src/lib/avatar-business/avatar-business.component.spec.ts +0 -23
- package/src/lib/avatar-business/avatar-business.component.ts +0 -42
- package/src/lib/avatar-business/index.ts +0 -2
- package/src/lib/avatar-icon/avatar-icon.component.html +0 -20
- package/src/lib/avatar-icon/avatar-icon.component.scss +0 -29
- package/src/lib/avatar-icon/avatar-icon.component.spec.ts +0 -23
- package/src/lib/avatar-icon/avatar-icon.component.ts +0 -24
- package/src/lib/avatar-icon/index.ts +0 -2
- package/src/lib/avatar-v2/avatar-v2.component.html +0 -41
- package/src/lib/avatar-v2/avatar-v2.component.scss +0 -107
- package/src/lib/avatar-v2/avatar-v2.component.spec.ts +0 -23
- package/src/lib/avatar-v2/avatar-v2.component.ts +0 -65
- package/src/lib/avatar-v2/index.ts +0 -2
- package/src/lib/badge/badge.component.html +0 -3
- package/src/lib/badge/badge.component.scss +0 -29
- package/src/lib/badge/badge.component.spec.ts +0 -23
- package/src/lib/badge/badge.component.ts +0 -24
- package/src/lib/badge/index.ts +0 -2
- package/src/lib/breadcrumb/breadcrumb.component.html +0 -24
- package/src/lib/breadcrumb/breadcrumb.component.scss +0 -41
- package/src/lib/breadcrumb/breadcrumb.component.spec.ts +0 -23
- package/src/lib/breadcrumb/breadcrumb.component.ts +0 -25
- package/src/lib/breadcrumb/index.ts +0 -2
- package/src/lib/button-accounts/button-accounts.component.html +0 -39
- package/src/lib/button-accounts/button-accounts.component.scss +0 -110
- package/src/lib/button-accounts/button-accounts.component.spec.ts +0 -23
- package/src/lib/button-accounts/button-accounts.component.ts +0 -69
- package/src/lib/button-accounts/index.ts +0 -1
- package/src/lib/button-auth/button-auth.component.html +0 -4
- package/src/lib/button-auth/button-auth.component.scss +0 -39
- package/src/lib/button-auth/button-auth.component.spec.ts +0 -23
- package/src/lib/button-auth/button-auth.component.ts +0 -116
- package/src/lib/button-auth/index.ts +0 -1
- package/src/lib/button-circle-secondary/button-circle-secondary.component.html +0 -3
- package/src/lib/button-circle-secondary/button-circle-secondary.component.scss +0 -39
- package/src/lib/button-circle-secondary/button-circle-secondary.component.spec.ts +0 -23
- package/src/lib/button-circle-secondary/button-circle-secondary.component.ts +0 -25
- package/src/lib/button-circle-secondary/index.ts +0 -2
- package/src/lib/button-circle-tertiary/button-circle-tertiary.component.html +0 -3
- package/src/lib/button-circle-tertiary/button-circle-tertiary.component.scss +0 -38
- package/src/lib/button-circle-tertiary/button-circle-tertiary.component.spec.ts +0 -23
- package/src/lib/button-circle-tertiary/button-circle-tertiary.component.ts +0 -22
- package/src/lib/button-circle-tertiary/index.ts +0 -2
- package/src/lib/button-dynamic/button-dynamic.component.html +0 -19
- package/src/lib/button-dynamic/button-dynamic.component.scss +0 -56
- package/src/lib/button-dynamic/button-dynamic.component.spec.ts +0 -23
- package/src/lib/button-dynamic/button-dynamic.component.ts +0 -113
- package/src/lib/button-dynamic/index.ts +0 -2
- package/src/lib/button-filter/button-filter.component.html +0 -22
- package/src/lib/button-filter/button-filter.component.scss +0 -90
- package/src/lib/button-filter/button-filter.component.spec.ts +0 -23
- package/src/lib/button-filter/button-filter.component.ts +0 -94
- package/src/lib/button-filter/index.ts +0 -2
- package/src/lib/button-menu-link/button-menu-link.component.html +0 -3
- package/src/lib/button-menu-link/button-menu-link.component.scss +0 -33
- package/src/lib/button-menu-link/button-menu-link.component.spec.ts +0 -23
- package/src/lib/button-menu-link/button-menu-link.component.ts +0 -23
- package/src/lib/button-menu-link/index.ts +0 -2
- package/src/lib/button-order/button-order.component.html +0 -27
- package/src/lib/button-order/button-order.component.scss +0 -75
- package/src/lib/button-order/button-order.component.spec.ts +0 -23
- package/src/lib/button-order/button-order.component.ts +0 -84
- package/src/lib/button-order/index.ts +0 -2
- package/src/lib/button-squared-secondary/button-squared-secondary.component.html +0 -3
- package/src/lib/button-squared-secondary/button-squared-secondary.component.scss +0 -43
- package/src/lib/button-squared-secondary/button-squared-secondary.component.spec.ts +0 -23
- package/src/lib/button-squared-secondary/button-squared-secondary.component.ts +0 -23
- package/src/lib/button-squared-secondary/index.ts +0 -2
- package/src/lib/button-squared-tertiary/button-squared-tertiary.component.html +0 -3
- package/src/lib/button-squared-tertiary/button-squared-tertiary.component.scss +0 -42
- package/src/lib/button-squared-tertiary/button-squared-tertiary.component.spec.ts +0 -23
- package/src/lib/button-squared-tertiary/button-squared-tertiary.component.ts +0 -21
- package/src/lib/button-squared-tertiary/index.ts +0 -2
- package/src/lib/button-standard-outline/button-standard-outline.component.html +0 -6
- package/src/lib/button-standard-outline/button-standard-outline.component.scss +0 -51
- package/src/lib/button-standard-outline/button-standard-outline.component.spec.ts +0 -23
- package/src/lib/button-standard-outline/button-standard-outline.component.ts +0 -24
- package/src/lib/button-standard-outline/index.ts +0 -1
- package/src/lib/button-standard-primary/button-standard-primary.component.html +0 -6
- package/src/lib/button-standard-primary/button-standard-primary.component.scss +0 -41
- package/src/lib/button-standard-primary/button-standard-primary.component.spec.ts +0 -23
- package/src/lib/button-standard-primary/button-standard-primary.component.ts +0 -24
- package/src/lib/button-standard-primary/index.ts +0 -2
- package/src/lib/button-standard-secondary/button-standard-secondary.component.html +0 -3
- package/src/lib/button-standard-secondary/button-standard-secondary.component.scss +0 -39
- package/src/lib/button-standard-secondary/button-standard-secondary.component.spec.ts +0 -23
- package/src/lib/button-standard-secondary/button-standard-secondary.component.ts +0 -21
- package/src/lib/button-standard-secondary/index.ts +0 -2
- package/src/lib/button-standard-tertiary/button-standard-tertiary.component.html +0 -6
- package/src/lib/button-standard-tertiary/button-standard-tertiary.component.scss +0 -48
- package/src/lib/button-standard-tertiary/button-standard-tertiary.component.spec.ts +0 -23
- package/src/lib/button-standard-tertiary/button-standard-tertiary.component.ts +0 -22
- package/src/lib/button-standard-tertiary/index.ts +0 -2
- package/src/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.html +0 -9
- package/src/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.scss +0 -47
- package/src/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.spec.ts +0 -23
- package/src/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.ts +0 -22
- package/src/lib/button-standard-tertiary-small/index.ts +0 -2
- package/src/lib/calification/calification.component.html +0 -19
- package/src/lib/calification/calification.component.scss +0 -50
- package/src/lib/calification/calification.component.spec.ts +0 -23
- package/src/lib/calification/calification.component.ts +0 -35
- package/src/lib/calification/index.ts +0 -2
- package/src/lib/card-actividad-evento/card-actividad-evento.component.html +0 -77
- package/src/lib/card-actividad-evento/card-actividad-evento.component.scss +0 -192
- package/src/lib/card-actividad-evento/card-actividad-evento.component.spec.ts +0 -23
- package/src/lib/card-actividad-evento/card-actividad-evento.component.ts +0 -142
- package/src/lib/card-actividad-evento/index.ts +0 -2
- package/src/lib/card-agenda-judicial/card-agenda-judicial.component.html +0 -53
- package/src/lib/card-agenda-judicial/card-agenda-judicial.component.scss +0 -151
- package/src/lib/card-agenda-judicial/card-agenda-judicial.component.spec.ts +0 -23
- package/src/lib/card-agenda-judicial/card-agenda-judicial.component.ts +0 -51
- package/src/lib/card-agenda-judicial/index.ts +0 -2
- package/src/lib/card-block/card-block.component.html +0 -56
- package/src/lib/card-block/card-block.component.scss +0 -116
- package/src/lib/card-block/card-block.component.spec.ts +0 -23
- package/src/lib/card-block/card-block.component.ts +0 -43
- package/src/lib/card-block/index.ts +0 -2
- package/src/lib/card-button-checkbox/card-button-checkbox.component.html +0 -15
- package/src/lib/card-button-checkbox/card-button-checkbox.component.scss +0 -98
- package/src/lib/card-button-checkbox/card-button-checkbox.component.spec.ts +0 -23
- package/src/lib/card-button-checkbox/card-button-checkbox.component.ts +0 -29
- package/src/lib/card-button-checkbox/index.ts +0 -2
- package/src/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.html +0 -19
- package/src/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.scss +0 -104
- package/src/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.spec.ts +0 -23
- package/src/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.ts +0 -26
- package/src/lib/card-collapse-detalle-proceso/index.ts +0 -1
- package/src/lib/card-dynamic-content/card-dynamic-content.component.html +0 -9
- package/src/lib/card-dynamic-content/card-dynamic-content.component.scss +0 -22
- package/src/lib/card-dynamic-content/card-dynamic-content.component.spec.ts +0 -23
- package/src/lib/card-dynamic-content/card-dynamic-content.component.ts +0 -15
- package/src/lib/card-dynamic-content/index.ts +0 -2
- package/src/lib/card-etapa-subetapa/card-etapa-subetapa.component.html +0 -66
- package/src/lib/card-etapa-subetapa/card-etapa-subetapa.component.scss +0 -158
- package/src/lib/card-etapa-subetapa/card-etapa-subetapa.component.spec.ts +0 -23
- package/src/lib/card-etapa-subetapa/card-etapa-subetapa.component.ts +0 -102
- package/src/lib/card-etapa-subetapa/index.ts +0 -2
- package/src/lib/card-gestion-cupo/card-gestion-cupo.component.html +0 -21
- package/src/lib/card-gestion-cupo/card-gestion-cupo.component.scss +0 -88
- package/src/lib/card-gestion-cupo/card-gestion-cupo.component.spec.ts +0 -23
- package/src/lib/card-gestion-cupo/card-gestion-cupo.component.ts +0 -22
- package/src/lib/card-gestion-cupo/index.ts +0 -2
- package/src/lib/card-impulso-procesal/card-impulso-procesal.component.html +0 -62
- package/src/lib/card-impulso-procesal/card-impulso-procesal.component.scss +0 -158
- package/src/lib/card-impulso-procesal/card-impulso-procesal.component.spec.ts +0 -23
- package/src/lib/card-impulso-procesal/card-impulso-procesal.component.ts +0 -100
- package/src/lib/card-impulso-procesal/index.ts +0 -2
- package/src/lib/card-info-facturacion/card-info-facturacion.component.html +0 -63
- package/src/lib/card-info-facturacion/card-info-facturacion.component.scss +0 -126
- package/src/lib/card-info-facturacion/card-info-facturacion.component.spec.ts +0 -23
- package/src/lib/card-info-facturacion/card-info-facturacion.component.ts +0 -31
- package/src/lib/card-info-facturacion/index.ts +0 -2
- package/src/lib/card-list-consumo/card-list-consumo.component.html +0 -23
- package/src/lib/card-list-consumo/card-list-consumo.component.scss +0 -132
- package/src/lib/card-list-consumo/card-list-consumo.component.spec.ts +0 -23
- package/src/lib/card-list-consumo/card-list-consumo.component.ts +0 -39
- package/src/lib/card-list-consumo/index.ts +0 -2
- package/src/lib/card-list-drag-on/card-list-drag-on.component.html +0 -64
- package/src/lib/card-list-drag-on/card-list-drag-on.component.scss +0 -159
- package/src/lib/card-list-drag-on/card-list-drag-on.component.spec.ts +0 -23
- package/src/lib/card-list-drag-on/card-list-drag-on.component.ts +0 -60
- package/src/lib/card-list-drag-on/index.ts +0 -2
- package/src/lib/card-list-movimientos/card-list-movimientos.component.html +0 -154
- package/src/lib/card-list-movimientos/card-list-movimientos.component.scss +0 -150
- package/src/lib/card-list-movimientos/card-list-movimientos.component.spec.ts +0 -23
- package/src/lib/card-list-movimientos/card-list-movimientos.component.ts +0 -28
- package/src/lib/card-list-movimientos/index.ts +0 -2
- package/src/lib/card-list-proceso/card-list-proceso.component.html +0 -27
- package/src/lib/card-list-proceso/card-list-proceso.component.scss +0 -131
- package/src/lib/card-list-proceso/card-list-proceso.component.spec.ts +0 -23
- package/src/lib/card-list-proceso/card-list-proceso.component.ts +0 -32
- package/src/lib/card-list-proceso/index.ts +0 -2
- package/src/lib/card-log/card-log.component.html +0 -30
- package/src/lib/card-log/card-log.component.scss +0 -114
- package/src/lib/card-log/card-log.component.spec.ts +0 -23
- package/src/lib/card-log/card-log.component.ts +0 -26
- package/src/lib/card-log/index.ts +0 -2
- package/src/lib/card-plan-small/card-plan-small.component.html +0 -12
- package/src/lib/card-plan-small/card-plan-small.component.scss +0 -80
- package/src/lib/card-plan-small/card-plan-small.component.spec.ts +0 -23
- package/src/lib/card-plan-small/card-plan-small.component.ts +0 -17
- package/src/lib/card-plan-small/index.ts +0 -2
- package/src/lib/card-plan-subscription/card-plan-subscription.component.html +0 -65
- package/src/lib/card-plan-subscription/card-plan-subscription.component.scss +0 -273
- package/src/lib/card-plan-subscription/card-plan-subscription.component.spec.ts +0 -23
- package/src/lib/card-plan-subscription/card-plan-subscription.component.ts +0 -45
- package/src/lib/card-plan-subscription/index.ts +0 -2
- package/src/lib/card-ticket/card-ticket.component.html +0 -40
- package/src/lib/card-ticket/card-ticket.component.scss +0 -253
- package/src/lib/card-ticket/card-ticket.component.spec.ts +0 -23
- package/src/lib/card-ticket/card-ticket.component.ts +0 -44
- package/src/lib/card-ticket/index.ts +0 -2
- package/src/lib/card-tipo-proceso/card-tipo-proceso.component.html +0 -61
- package/src/lib/card-tipo-proceso/card-tipo-proceso.component.scss +0 -179
- package/src/lib/card-tipo-proceso/card-tipo-proceso.component.spec.ts +0 -23
- package/src/lib/card-tipo-proceso/card-tipo-proceso.component.ts +0 -58
- package/src/lib/card-tipo-proceso/index.ts +0 -2
- package/src/lib/card-uso-plan/card-uso-plan.component.html +0 -74
- package/src/lib/card-uso-plan/card-uso-plan.component.scss +0 -143
- package/src/lib/card-uso-plan/card-uso-plan.component.spec.ts +0 -23
- package/src/lib/card-uso-plan/card-uso-plan.component.ts +0 -31
- package/src/lib/card-uso-plan/index.ts +0 -2
- package/src/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.html +0 -76
- package/src/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.scss +0 -161
- package/src/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.spec.ts +0 -23
- package/src/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.ts +0 -111
- package/src/lib/card-vigilancia-judicial/index.ts +0 -2
- package/src/lib/categories/categories.component.html +0 -13
- package/src/lib/categories/categories.component.scss +0 -51
- package/src/lib/categories/categories.component.spec.ts +0 -23
- package/src/lib/categories/categories.component.ts +0 -31
- package/src/lib/categories/index.ts +0 -2
- package/src/lib/charts-bar-grouped/charts-bar-grouped.component.html +0 -79
- package/src/lib/charts-bar-grouped/charts-bar-grouped.component.scss +0 -141
- package/src/lib/charts-bar-grouped/charts-bar-grouped.component.spec.ts +0 -23
- package/src/lib/charts-bar-grouped/charts-bar-grouped.component.ts +0 -284
- package/src/lib/charts-bar-grouped/index.ts +0 -2
- package/src/lib/charts-donut/charts-donut.component.html +0 -57
- package/src/lib/charts-donut/charts-donut.component.scss +0 -125
- package/src/lib/charts-donut/charts-donut.component.spec.ts +0 -23
- package/src/lib/charts-donut/charts-donut.component.ts +0 -148
- package/src/lib/charts-donut/index.ts +0 -2
- package/src/lib/checkbox/checkbox.component.html +0 -9
- package/src/lib/checkbox/checkbox.component.scss +0 -67
- package/src/lib/checkbox/checkbox.component.spec.ts +0 -23
- package/src/lib/checkbox/checkbox.component.ts +0 -27
- package/src/lib/checkbox/index.ts +0 -2
- package/src/lib/checkbox-radio/checkbox-radio.component.html +0 -19
- package/src/lib/checkbox-radio/checkbox-radio.component.scss +0 -126
- package/src/lib/checkbox-radio/checkbox-radio.component.spec.ts +0 -23
- package/src/lib/checkbox-radio/checkbox-radio.component.ts +0 -70
- package/src/lib/checkbox-radio/index.ts +0 -2
- package/src/lib/chip/chip.component.html +0 -16
- package/src/lib/chip/chip.component.scss +0 -74
- package/src/lib/chip/chip.component.spec.ts +0 -21
- package/src/lib/chip/chip.component.ts +0 -23
- package/src/lib/chip/index.ts +0 -1
- package/src/lib/chip-user/chip-user.component.html +0 -13
- package/src/lib/chip-user/chip-user.component.scss +0 -66
- package/src/lib/chip-user/chip-user.component.spec.ts +0 -23
- package/src/lib/chip-user/chip-user.component.ts +0 -22
- package/src/lib/chip-user/index.ts +0 -2
- package/src/lib/create-ticket/create-ticket.component.html +0 -57
- package/src/lib/create-ticket/create-ticket.component.scss +0 -54
- package/src/lib/create-ticket/create-ticket.component.ts +0 -119
- package/src/lib/create-ticket/index.ts +0 -1
- package/src/lib/custom-dropdown/custom-dropdown.component.html +0 -89
- package/src/lib/custom-dropdown/custom-dropdown.component.scss +0 -209
- package/src/lib/custom-dropdown/custom-dropdown.component.spec.ts +0 -23
- package/src/lib/custom-dropdown/custom-dropdown.component.ts +0 -122
- package/src/lib/custom-dropdown/index.ts +0 -2
- package/src/lib/date-hour-picker/date-hour-picker.component.html +0 -216
- package/src/lib/date-hour-picker/date-hour-picker.component.scss +0 -516
- package/src/lib/date-hour-picker/date-hour-picker.component.spec.ts +0 -22
- package/src/lib/date-hour-picker/date-hour-picker.component.ts +0 -317
- package/src/lib/date-hour-picker/index.ts +0 -2
- package/src/lib/date-picker/date-picker.component.html +0 -121
- package/src/lib/date-picker/date-picker.component.scss +0 -337
- package/src/lib/date-picker/date-picker.component.spec.ts +0 -23
- package/src/lib/date-picker/date-picker.component.ts +0 -164
- package/src/lib/date-picker/index.ts +0 -2
- package/src/lib/directives/infinite-scroll.directive.ts +0 -60
- package/src/lib/directives/popover.directive.ts +0 -164
- package/src/lib/double-date-picker/double-date-picker.component.html +0 -176
- package/src/lib/double-date-picker/double-date-picker.component.scss +0 -365
- package/src/lib/double-date-picker/double-date-picker.component.spec.ts +0 -23
- package/src/lib/double-date-picker/double-date-picker.component.ts +0 -237
- package/src/lib/double-date-picker/index.ts +0 -2
- package/src/lib/drawer-container-right/drawer-container-right.component.html +0 -24
- package/src/lib/drawer-container-right/drawer-container-right.component.scss +0 -75
- package/src/lib/drawer-container-right/drawer-container-right.component.spec.ts +0 -23
- package/src/lib/drawer-container-right/drawer-container-right.component.ts +0 -49
- package/src/lib/drawer-container-right/index.ts +0 -1
- package/src/lib/dropdown/dropdown.component.html +0 -36
- package/src/lib/dropdown/dropdown.component.scss +0 -147
- package/src/lib/dropdown/dropdown.component.spec.ts +0 -23
- package/src/lib/dropdown/dropdown.component.ts +0 -81
- package/src/lib/dropdown/index.ts +0 -2
- package/src/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.html +0 -7
- package/src/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.scss +0 -20
- package/src/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.spec.ts +0 -23
- package/src/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.ts +0 -12
- package/src/lib/dropdown-contextual-menu/index.ts +0 -2
- package/src/lib/dropdown-option-item/dropdown-option-item.component.html +0 -6
- package/src/lib/dropdown-option-item/dropdown-option-item.component.scss +0 -40
- package/src/lib/dropdown-option-item/dropdown-option-item.component.spec.ts +0 -23
- package/src/lib/dropdown-option-item/dropdown-option-item.component.ts +0 -27
- package/src/lib/dropdown-option-item/index.ts +0 -2
- package/src/lib/dropdown-user-menu/dropdown-user-menu.component.html +0 -11
- package/src/lib/dropdown-user-menu/dropdown-user-menu.component.scss +0 -111
- package/src/lib/dropdown-user-menu/dropdown-user-menu.component.spec.ts +0 -23
- package/src/lib/dropdown-user-menu/dropdown-user-menu.component.ts +0 -57
- package/src/lib/dropdown-user-menu/index.ts +0 -2
- package/src/lib/empty-list/empty-list.component.html +0 -17
- package/src/lib/empty-list/empty-list.component.scss +0 -68
- package/src/lib/empty-list/empty-list.component.spec.ts +0 -23
- package/src/lib/empty-list/empty-list.component.ts +0 -15
- package/src/lib/empty-list/index.ts +0 -2
- package/src/lib/filter-item/filter-item.component.html +0 -6
- package/src/lib/filter-item/filter-item.component.scss +0 -38
- package/src/lib/filter-item/filter-item.component.spec.ts +0 -23
- package/src/lib/filter-item/filter-item.component.ts +0 -22
- package/src/lib/filter-item/index.ts +0 -1
- package/src/lib/icon-lg/icon-lg.component.html +0 -1
- package/src/lib/icon-lg/icon-lg.component.scss +0 -14
- package/src/lib/icon-lg/icon-lg.component.spec.ts +0 -23
- package/src/lib/icon-lg/icon-lg.component.ts +0 -25
- package/src/lib/icon-lg/index.ts +0 -2
- package/src/lib/icon-md/icon-md.component.html +0 -1
- package/src/lib/icon-md/icon-md.component.scss +0 -14
- package/src/lib/icon-md/icon-md.component.spec.ts +0 -23
- package/src/lib/icon-md/icon-md.component.ts +0 -25
- package/src/lib/icon-md/index.ts +0 -2
- package/src/lib/icon-sm/icon-sm.component.html +0 -1
- package/src/lib/icon-sm/icon-sm.component.scss +0 -14
- package/src/lib/icon-sm/icon-sm.component.spec.ts +0 -23
- package/src/lib/icon-sm/icon-sm.component.ts +0 -25
- package/src/lib/icon-sm/index.ts +0 -2
- package/src/lib/icon-xl/icon-xl.component.html +0 -1
- package/src/lib/icon-xl/icon-xl.component.scss +0 -14
- package/src/lib/icon-xl/icon-xl.component.spec.ts +0 -23
- package/src/lib/icon-xl/icon-xl.component.ts +0 -25
- package/src/lib/icon-xl/index.ts +0 -2
- package/src/lib/icon-xs/icon-xs.component.html +0 -1
- package/src/lib/icon-xs/icon-xs.component.scss +0 -14
- package/src/lib/icon-xs/icon-xs.component.spec.ts +0 -23
- package/src/lib/icon-xs/icon-xs.component.ts +0 -26
- package/src/lib/icon-xs/index.ts +0 -2
- package/src/lib/icon-xxl/icon-xxl.component.html +0 -1
- package/src/lib/icon-xxl/icon-xxl.component.scss +0 -14
- package/src/lib/icon-xxl/icon-xxl.component.spec.ts +0 -23
- package/src/lib/icon-xxl/icon-xxl.component.ts +0 -25
- package/src/lib/icon-xxl/index.ts +0 -2
- package/src/lib/icons/icons-map.ts +0 -1163
- package/src/lib/input-card/index.ts +0 -2
- package/src/lib/input-card/input-card.component.html +0 -67
- package/src/lib/input-card/input-card.component.scss +0 -221
- package/src/lib/input-card/input-card.component.spec.ts +0 -23
- package/src/lib/input-card/input-card.component.ts +0 -156
- package/src/lib/input-large/index.ts +0 -2
- package/src/lib/input-large/input-large.component.html +0 -46
- package/src/lib/input-large/input-large.component.scss +0 -152
- package/src/lib/input-large/input-large.component.spec.ts +0 -23
- package/src/lib/input-large/input-large.component.ts +0 -79
- package/src/lib/input-otp/index.ts +0 -2
- package/src/lib/input-otp/input-otp.component.html +0 -60
- package/src/lib/input-otp/input-otp.component.scss +0 -141
- package/src/lib/input-otp/input-otp.component.spec.ts +0 -23
- package/src/lib/input-otp/input-otp.component.ts +0 -161
- package/src/lib/input-password/index.ts +0 -2
- package/src/lib/input-password/input-password.component.html +0 -44
- package/src/lib/input-password/input-password.component.scss +0 -142
- package/src/lib/input-password/input-password.component.spec.ts +0 -23
- package/src/lib/input-password/input-password.component.ts +0 -73
- package/src/lib/input-select/index.ts +0 -2
- package/src/lib/input-select/input-select.component.html +0 -52
- package/src/lib/input-select/input-select.component.scss +0 -195
- package/src/lib/input-select/input-select.component.spec.ts +0 -23
- package/src/lib/input-select/input-select.component.ts +0 -181
- package/src/lib/input-select-filter/index.ts +0 -2
- package/src/lib/input-select-filter/input-select-filter.component.html +0 -56
- package/src/lib/input-select-filter/input-select-filter.component.scss +0 -266
- package/src/lib/input-select-filter/input-select-filter.component.spec.ts +0 -23
- package/src/lib/input-select-filter/input-select-filter.component.ts +0 -214
- package/src/lib/input-select-number/index.ts +0 -2
- package/src/lib/input-select-number/input-select-number.component.html +0 -24
- package/src/lib/input-select-number/input-select-number.component.scss +0 -128
- package/src/lib/input-select-number/input-select-number.component.spec.ts +0 -23
- package/src/lib/input-select-number/input-select-number.component.ts +0 -68
- package/src/lib/input-textfield/index.ts +0 -2
- package/src/lib/input-textfield/input-textfield.component.html +0 -65
- package/src/lib/input-textfield/input-textfield.component.scss +0 -167
- package/src/lib/input-textfield/input-textfield.component.spec.ts +0 -23
- package/src/lib/input-textfield/input-textfield.component.ts +0 -125
- package/src/lib/item-document/index.ts +0 -1
- package/src/lib/item-document/item-document.component.html +0 -53
- package/src/lib/item-document/item-document.component.scss +0 -72
- package/src/lib/item-document/item-document.component.spec.ts +0 -23
- package/src/lib/item-document/item-document.component.ts +0 -51
- package/src/lib/linear-progress-bar/index.ts +0 -2
- package/src/lib/linear-progress-bar/linear-progress-bar.component.html +0 -4
- package/src/lib/linear-progress-bar/linear-progress-bar.component.scss +0 -26
- package/src/lib/linear-progress-bar/linear-progress-bar.component.spec.ts +0 -23
- package/src/lib/linear-progress-bar/linear-progress-bar.component.ts +0 -12
- package/src/lib/loading-circle/index.ts +0 -2
- package/src/lib/loading-circle/loading-circle.component.html +0 -3
- package/src/lib/loading-circle/loading-circle.component.scss +0 -19
- package/src/lib/loading-circle/loading-circle.component.spec.ts +0 -23
- package/src/lib/loading-circle/loading-circle.component.ts +0 -14
- package/src/lib/loading-component-dynamic/index.ts +0 -2
- package/src/lib/loading-component-dynamic/loading-animation.const.ts +0 -274
- package/src/lib/loading-component-dynamic/loading-component-dynamic.component.html +0 -42
- package/src/lib/loading-component-dynamic/loading-component-dynamic.component.scss +0 -52
- package/src/lib/loading-component-dynamic/loading-component-dynamic.component.spec.ts +0 -23
- package/src/lib/loading-component-dynamic/loading-component-dynamic.component.ts +0 -44
- package/src/lib/menu-item/index.ts +0 -2
- package/src/lib/menu-item/menu-item.component.html +0 -9
- package/src/lib/menu-item/menu-item.component.scss +0 -55
- package/src/lib/menu-item/menu-item.component.spec.ts +0 -23
- package/src/lib/menu-item/menu-item.component.ts +0 -26
- package/src/lib/nav-rail/index.ts +0 -2
- package/src/lib/nav-rail/nav-rail.component.html +0 -14
- package/src/lib/nav-rail/nav-rail.component.scss +0 -58
- package/src/lib/nav-rail/nav-rail.component.spec.ts +0 -23
- package/src/lib/nav-rail/nav-rail.component.ts +0 -39
- package/src/lib/notification-card/index.ts +0 -2
- package/src/lib/notification-card/notification-card.component.html +0 -69
- package/src/lib/notification-card/notification-card.component.scss +0 -137
- package/src/lib/notification-card/notification-card.component.spec.ts +0 -23
- package/src/lib/notification-card/notification-card.component.ts +0 -76
- package/src/lib/notifications/index.ts +0 -2
- package/src/lib/notifications/notifications.component.html +0 -49
- package/src/lib/notifications/notifications.component.scss +0 -113
- package/src/lib/notifications/notifications.component.spec.ts +0 -23
- package/src/lib/notifications/notifications.component.ts +0 -64
- package/src/lib/option/index.ts +0 -2
- package/src/lib/option/option.component.html +0 -11
- package/src/lib/option/option.component.scss +0 -54
- package/src/lib/option/option.component.spec.ts +0 -23
- package/src/lib/option/option.component.ts +0 -27
- package/src/lib/option-item/index.ts +0 -1
- package/src/lib/option-item/option-item.component.html +0 -6
- package/src/lib/option-item/option-item.component.scss +0 -47
- package/src/lib/option-item/option-item.component.spec.ts +0 -23
- package/src/lib/option-item/option-item.component.ts +0 -22
- package/src/lib/page-not-found/index.ts +0 -2
- package/src/lib/page-not-found/page-not-found.component.html +0 -46
- package/src/lib/page-not-found/page-not-found.component.scss +0 -72
- package/src/lib/page-not-found/page-not-found.component.spec.ts +0 -23
- package/src/lib/page-not-found/page-not-found.component.ts +0 -23
- package/src/lib/popover/popover.component.html +0 -8
- package/src/lib/popover/popover.component.scss +0 -80
- package/src/lib/popover/popover.component.spec.ts +0 -23
- package/src/lib/popover/popover.component.ts +0 -18
- package/src/lib/progress-bar/progress-bar.component.html +0 -23
- package/src/lib/progress-bar/progress-bar.component.scss +0 -37
- package/src/lib/progress-bar/progress-bar.component.spec.ts +0 -23
- package/src/lib/progress-bar/progress-bar.component.ts +0 -109
- package/src/lib/search-bar/index.ts +0 -2
- package/src/lib/search-bar/search-bar.component.html +0 -26
- package/src/lib/search-bar/search-bar.component.scss +0 -100
- package/src/lib/search-bar/search-bar.component.spec.ts +0 -23
- package/src/lib/search-bar/search-bar.component.ts +0 -70
- package/src/lib/section-collapse-drawer-child/index.ts +0 -2
- package/src/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.html +0 -15
- package/src/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.scss +0 -52
- package/src/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.spec.ts +0 -23
- package/src/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.ts +0 -45
- package/src/lib/section-collapse-drawer-parent/index.ts +0 -2
- package/src/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.html +0 -16
- package/src/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.scss +0 -52
- package/src/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.spec.ts +0 -23
- package/src/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.ts +0 -46
- package/src/lib/segment/index.ts +0 -1
- package/src/lib/segment/segment.component.html +0 -15
- package/src/lib/segment/segment.component.scss +0 -62
- package/src/lib/segment/segment.component.spec.ts +0 -23
- package/src/lib/segment/segment.component.ts +0 -34
- package/src/lib/simple-card-contador/index.ts +0 -2
- package/src/lib/simple-card-contador/simple-card-contador.component.html +0 -39
- package/src/lib/simple-card-contador/simple-card-contador.component.scss +0 -110
- package/src/lib/simple-card-contador/simple-card-contador.component.spec.ts +0 -23
- package/src/lib/simple-card-contador/simple-card-contador.component.ts +0 -56
- package/src/lib/simple-chip/index.ts +0 -2
- package/src/lib/simple-chip/simple-chip.component.html +0 -8
- package/src/lib/simple-chip/simple-chip.component.scss +0 -49
- package/src/lib/simple-chip/simple-chip.component.spec.ts +0 -23
- package/src/lib/simple-chip/simple-chip.component.ts +0 -26
- package/src/lib/simple-divider/index.ts +0 -2
- package/src/lib/simple-divider/simple-divider.component.html +0 -1
- package/src/lib/simple-divider/simple-divider.component.scss +0 -9
- package/src/lib/simple-divider/simple-divider.component.spec.ts +0 -23
- package/src/lib/simple-divider/simple-divider.component.ts +0 -12
- package/src/lib/simple-user-card/index.ts +0 -2
- package/src/lib/simple-user-card/simple-user-card.component.html +0 -20
- package/src/lib/simple-user-card/simple-user-card.component.scss +0 -113
- package/src/lib/simple-user-card/simple-user-card.component.spec.ts +0 -23
- package/src/lib/simple-user-card/simple-user-card.component.ts +0 -17
- package/src/lib/slide-toggle/index.ts +0 -1
- package/src/lib/slide-toggle/slide-toggle.component.html +0 -6
- package/src/lib/slide-toggle/slide-toggle.component.scss +0 -49
- package/src/lib/slide-toggle/slide-toggle.component.spec.ts +0 -23
- package/src/lib/slide-toggle/slide-toggle.component.ts +0 -19
- package/src/lib/snackbar/index.ts +0 -1
- package/src/lib/snackbar/snackbar.component.html +0 -10
- package/src/lib/snackbar/snackbar.component.scss +0 -92
- package/src/lib/snackbar/snackbar.component.spec.ts +0 -23
- package/src/lib/snackbar/snackbar.component.ts +0 -34
- package/src/lib/support-panel/index.ts +0 -1
- package/src/lib/support-panel/support-panel.component.html +0 -30
- package/src/lib/support-panel/support-panel.component.scss +0 -72
- package/src/lib/support-panel/support-panel.component.spec.ts +0 -23
- package/src/lib/support-panel/support-panel.component.ts +0 -44
- package/src/lib/toolbar/index.ts +0 -1
- package/src/lib/toolbar/toolbar.component.html +0 -127
- package/src/lib/toolbar/toolbar.component.scss +0 -139
- package/src/lib/toolbar/toolbar.component.spec.ts +0 -23
- package/src/lib/toolbar/toolbar.component.ts +0 -388
- package/src/lib/toolbar-user-menu/index.ts +0 -1
- package/src/lib/toolbar-user-menu/toolbar-user-menu.component.html +0 -180
- package/src/lib/toolbar-user-menu/toolbar-user-menu.component.scss +0 -282
- package/src/lib/toolbar-user-menu/toolbar-user-menu.component.spec.ts +0 -23
- package/src/lib/toolbar-user-menu/toolbar-user-menu.component.ts +0 -111
- package/src/lib/user-card/index.ts +0 -1
- package/src/lib/user-card/user-card.component.html +0 -81
- package/src/lib/user-card/user-card.component.scss +0 -235
- package/src/lib/user-card/user-card.component.spec.ts +0 -23
- package/src/lib/user-card/user-card.component.ts +0 -67
- package/src/public-api.ts +0 -108
- package/tsconfig.lib.json +0 -14
- package/tsconfig.lib.prod.json +0 -10
- package/tsconfig.spec.json +0 -14
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import {
|
|
3
|
-
Component,
|
|
4
|
-
EventEmitter,
|
|
5
|
-
HostListener,
|
|
6
|
-
Input,
|
|
7
|
-
Output,
|
|
8
|
-
} from '@angular/core';
|
|
9
|
-
import { FormsModule } from '@angular/forms';
|
|
10
|
-
import { IconMdComponent } from '../icon-md';
|
|
11
|
-
import { OptionComponent } from '../option/option.component';
|
|
12
|
-
|
|
13
|
-
@Component({
|
|
14
|
-
selector: 'ius-input-select-number',
|
|
15
|
-
standalone: true,
|
|
16
|
-
imports: [FormsModule, CommonModule, IconMdComponent, OptionComponent],
|
|
17
|
-
templateUrl: './input-select-number.component.html',
|
|
18
|
-
styleUrl: './input-select-number.component.scss',
|
|
19
|
-
})
|
|
20
|
-
export class InputSelectNumberComponent {
|
|
21
|
-
isFocused: boolean = false;
|
|
22
|
-
showList: boolean = false;
|
|
23
|
-
hasClickedInside: boolean = false; //Bandera para detectar que ya dieron el primer click en el componente
|
|
24
|
-
|
|
25
|
-
@Input({ required: true }) componentId: string = ''; //Debe mandar un componenteID para llamar el input varias veces
|
|
26
|
-
@Input() disabled = false;
|
|
27
|
-
@Input({ required: true }) maxNumberInput?: number;
|
|
28
|
-
@Input({ required: true }) actualNumber?: number;
|
|
29
|
-
|
|
30
|
-
@Output() onChangesValueEvent = new EventEmitter<number>();
|
|
31
|
-
|
|
32
|
-
get numberOptions(): number[] {
|
|
33
|
-
if (!this.maxNumberInput || this.maxNumberInput <= 0) {
|
|
34
|
-
return [1];
|
|
35
|
-
}
|
|
36
|
-
return Array.from(
|
|
37
|
-
{ length: this.maxNumberInput },
|
|
38
|
-
(_, i) => this.maxNumberInput! - i
|
|
39
|
-
);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
@HostListener('document:click', ['$event'])
|
|
43
|
-
onClickOutside(event: Event) {
|
|
44
|
-
if (!this.hasClickedInside) {
|
|
45
|
-
return;
|
|
46
|
-
}
|
|
47
|
-
const target = event.target as HTMLElement;
|
|
48
|
-
const container = document.getElementById(this.componentId);
|
|
49
|
-
if (container && !container.contains(target)) {
|
|
50
|
-
this.isFocused = false;
|
|
51
|
-
this.showList = false;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
onFocus(): void {
|
|
56
|
-
this.isFocused = true;
|
|
57
|
-
this.showList = true;
|
|
58
|
-
this.hasClickedInside = true;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
onSelectOption(value: number) {
|
|
62
|
-
this.isFocused = false;
|
|
63
|
-
this.showList = false;
|
|
64
|
-
|
|
65
|
-
this.actualNumber = value;
|
|
66
|
-
this.onChangesValueEvent.emit(this.actualNumber);
|
|
67
|
-
}
|
|
68
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
<div class="container-general">
|
|
2
|
-
@if (labelSuperior) {
|
|
3
|
-
<div
|
|
4
|
-
class="container-label-sup"
|
|
5
|
-
[ngClass]="{
|
|
6
|
-
disabled: disabled
|
|
7
|
-
}"
|
|
8
|
-
>
|
|
9
|
-
@if(!disabled && required){
|
|
10
|
-
<div class="icon-dot"></div>
|
|
11
|
-
}
|
|
12
|
-
<span class="">{{ labelSuperior }}</span>
|
|
13
|
-
@if(!disabled && showHelpText){
|
|
14
|
-
<ius-icon-md iconName="icon-help" class="icon-color-help"></ius-icon-md>
|
|
15
|
-
}
|
|
16
|
-
<span>:</span>
|
|
17
|
-
</div>
|
|
18
|
-
}
|
|
19
|
-
<div
|
|
20
|
-
class="container-textfield"
|
|
21
|
-
[ngClass]="{
|
|
22
|
-
disabled: disabled,
|
|
23
|
-
focused: isFocused,
|
|
24
|
-
alert: (!isFocused && isAlertText && !disabled) || (error && !disabled)
|
|
25
|
-
}"
|
|
26
|
-
>
|
|
27
|
-
@if (iconInput) {
|
|
28
|
-
<ius-icon-md [iconName]="iconInput" class="icon-color"></ius-icon-md>
|
|
29
|
-
}
|
|
30
|
-
<input
|
|
31
|
-
[type]="inputType"
|
|
32
|
-
[(ngModel)]="textInput"
|
|
33
|
-
[placeholder]="labelInput"
|
|
34
|
-
[disabled]="disabled"
|
|
35
|
-
[autocomplete]="inputType"
|
|
36
|
-
[name]="inputType"
|
|
37
|
-
[maxlength]="maxlenght ?? null"
|
|
38
|
-
(input)="onInput()"
|
|
39
|
-
(focus)="onFocus()"
|
|
40
|
-
(blur)="onBlur()"
|
|
41
|
-
(keypress)="onKeyPress($event)"
|
|
42
|
-
(keydown)="onKeyDown($event)"
|
|
43
|
-
(drop)="onDropBlock($event)"
|
|
44
|
-
(dragover)="onDragOverBlock($event)"
|
|
45
|
-
/>
|
|
46
|
-
@if (!disabled && textInput && isEnableClearText) {
|
|
47
|
-
<button class="button-delete" (click)="clearSearch()">
|
|
48
|
-
<ius-icon-md
|
|
49
|
-
iconName="icon-cancel"
|
|
50
|
-
class="icon-color-cancel"
|
|
51
|
-
></ius-icon-md>
|
|
52
|
-
</button>
|
|
53
|
-
}
|
|
54
|
-
@if (isIconRight) {
|
|
55
|
-
<button (click)="addText()" class="icon-right">
|
|
56
|
-
<ius-icon-md [iconName] ="'icon-add'" [color]="'#595959'" alt="icon"></ius-icon-md>
|
|
57
|
-
</button>
|
|
58
|
-
}
|
|
59
|
-
</div>
|
|
60
|
-
@if (labelInferior && isFocused && !error) {
|
|
61
|
-
<span class="label-inf">{{ labelInferior }}</span>
|
|
62
|
-
} @if ((errorText || labelInferior) && ((!isFocused && isAlertText && !disabled) || (error && !disabled))) {
|
|
63
|
-
<span class="label-inf alert">{{ errorText ?? labelInferior }}</span>
|
|
64
|
-
}
|
|
65
|
-
</div>
|
|
@@ -1,167 +0,0 @@
|
|
|
1
|
-
@use '@litigiovirtual/ius-design-styles/lib/colors' as colors;
|
|
2
|
-
@use '@litigiovirtual/ius-design-styles/lib/typography' as typography;
|
|
3
|
-
@use '@litigiovirtual/ius-design-styles/lib/variables' as variables;
|
|
4
|
-
@use '@litigiovirtual/ius-design-styles/lib/semantic-colors' as semantic-colors;
|
|
5
|
-
|
|
6
|
-
.container-general {
|
|
7
|
-
position: relative;
|
|
8
|
-
height: 100%;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.container-textfield {
|
|
12
|
-
display: flex;
|
|
13
|
-
padding: 10px variables.$spacing-sm;
|
|
14
|
-
justify-content: center;
|
|
15
|
-
align-items: flex-start;
|
|
16
|
-
gap: variables.$spacing-xxs;
|
|
17
|
-
|
|
18
|
-
border: 1px solid colors.$neutral-2;
|
|
19
|
-
border-radius: variables.$radius-md;
|
|
20
|
-
background: colors.$neutral-2;
|
|
21
|
-
|
|
22
|
-
font-family: typography.$font-secondary;
|
|
23
|
-
font-size: typography.$font-size-base;
|
|
24
|
-
font-weight: typography.$font-weight-regular;
|
|
25
|
-
line-height: typography.$line-height-base;
|
|
26
|
-
letter-spacing: 0.28px;
|
|
27
|
-
transition: all 0.2s ease-in-out;
|
|
28
|
-
|
|
29
|
-
&:hover:not(.disabled):not(.focused):not(.alert) {
|
|
30
|
-
background: colors.$info-100;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
&.focused {
|
|
34
|
-
border: 1px solid colors.$primary-600;
|
|
35
|
-
background: colors.$info-100;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
&.disabled {
|
|
39
|
-
.icon-color {
|
|
40
|
-
color: semantic-colors.$color-text-disabled-on-light;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
background: colors.$neutral-2;
|
|
44
|
-
|
|
45
|
-
input {
|
|
46
|
-
color: semantic-colors.$color-text-disabled-on-light;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
input::placeholder {
|
|
50
|
-
color: semantic-colors.$color-text-disabled-on-light;
|
|
51
|
-
opacity: 1;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
&.alert {
|
|
56
|
-
border: 1px solid colors.$danger-600;
|
|
57
|
-
background: colors.$danger-100;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.icon-color {
|
|
62
|
-
color: semantic-colors.$color-text-secundary-on-light;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.icon-color-cancel {
|
|
66
|
-
color: semantic-colors.$color-btn-primary-default
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
input {
|
|
70
|
-
display: flex;
|
|
71
|
-
align-items: center;
|
|
72
|
-
flex: 1 0 0;
|
|
73
|
-
border: none;
|
|
74
|
-
outline: none;
|
|
75
|
-
background-color: transparent;
|
|
76
|
-
font-family: typography.$font-secondary;
|
|
77
|
-
font-size: typography.$font-size-base;
|
|
78
|
-
font-weight: typography.$font-weight-regular;
|
|
79
|
-
line-height: typography.$line-height-base;
|
|
80
|
-
letter-spacing: 0.28px;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.button-delete {
|
|
84
|
-
display: flex;
|
|
85
|
-
align-items: center;
|
|
86
|
-
justify-content: center;
|
|
87
|
-
background: none;
|
|
88
|
-
border: none;
|
|
89
|
-
cursor: pointer;
|
|
90
|
-
padding: variables.$spacing-none;
|
|
91
|
-
color: semantic-colors.$color-text-secundary-on-light;
|
|
92
|
-
|
|
93
|
-
&:hover {
|
|
94
|
-
color: semantic-colors.$color-btn-primary-default;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.container-label-sup {
|
|
99
|
-
display: flex;
|
|
100
|
-
align-items: center;
|
|
101
|
-
gap: variables.$spacing-xxs;
|
|
102
|
-
margin-bottom: variables.$spacing-xs;
|
|
103
|
-
color: semantic-colors.$color-text-primary-on-light;
|
|
104
|
-
font-family: typography.$font-secondary;
|
|
105
|
-
font-size: typography.$font-size-base;
|
|
106
|
-
font-weight: typography.$font-weight-medium;
|
|
107
|
-
line-height: typography.$line-height-base;
|
|
108
|
-
letter-spacing: 0.28px;
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
&.disabled {
|
|
112
|
-
color: semantic-colors.$color-text-disabled-on-light;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.icon-dot {
|
|
117
|
-
display: flex;
|
|
118
|
-
align-items: center;
|
|
119
|
-
width: 4px;
|
|
120
|
-
height: 4px;
|
|
121
|
-
aspect-ratio: 1/1;
|
|
122
|
-
background-color: colors.$danger-600;
|
|
123
|
-
border-radius: variables.$radius-pill;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.icon-color-help {
|
|
127
|
-
color: semantic-colors.$color-text-tertiary-on-light;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.label-inf {
|
|
131
|
-
display: flex;
|
|
132
|
-
position: absolute;
|
|
133
|
-
margin-top: variables.$spacing-xxs;
|
|
134
|
-
|
|
135
|
-
color: semantic-colors.$color-text-secundary-on-light;
|
|
136
|
-
font-family: typography.$font-primary;
|
|
137
|
-
font-size: typography.$font-size-sm;
|
|
138
|
-
font-style: italic;
|
|
139
|
-
font-weight: typography.$font-weight-medium;
|
|
140
|
-
line-height: typography.$line-height-sm;
|
|
141
|
-
letter-spacing: 0.24px;
|
|
142
|
-
|
|
143
|
-
&.alert {
|
|
144
|
-
color: colors.$danger-800;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
input::-webkit-outer-spin-button,
|
|
149
|
-
input::-webkit-inner-spin-button {
|
|
150
|
-
-webkit-appearance: none;
|
|
151
|
-
margin: 0;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
.icon-right {
|
|
156
|
-
display: flex;
|
|
157
|
-
align-items: center;
|
|
158
|
-
justify-content: center;
|
|
159
|
-
height: 80%;
|
|
160
|
-
background: transparent;
|
|
161
|
-
border: none;
|
|
162
|
-
border-radius: 50px;
|
|
163
|
-
padding-right: 4px;
|
|
164
|
-
// gap: 4px;
|
|
165
|
-
cursor: pointer;
|
|
166
|
-
transition: 0.5s;
|
|
167
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
|
2
|
-
|
|
3
|
-
import { InputTextfieldComponent } from './input-textfield.component';
|
|
4
|
-
|
|
5
|
-
describe('InputTextfieldComponent', () => {
|
|
6
|
-
let component: InputTextfieldComponent;
|
|
7
|
-
let fixture: ComponentFixture<InputTextfieldComponent>;
|
|
8
|
-
|
|
9
|
-
beforeEach(async () => {
|
|
10
|
-
await TestBed.configureTestingModule({
|
|
11
|
-
imports: [InputTextfieldComponent]
|
|
12
|
-
})
|
|
13
|
-
.compileComponents();
|
|
14
|
-
|
|
15
|
-
fixture = TestBed.createComponent(InputTextfieldComponent);
|
|
16
|
-
component = fixture.componentInstance;
|
|
17
|
-
fixture.detectChanges();
|
|
18
|
-
});
|
|
19
|
-
|
|
20
|
-
it('should create', () => {
|
|
21
|
-
expect(component).toBeTruthy();
|
|
22
|
-
});
|
|
23
|
-
});
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import { IconMdComponent } from '../icon-md/icon-md.component';
|
|
3
|
-
import { CommonModule } from '@angular/common';
|
|
4
|
-
import { FormsModule } from '@angular/forms';
|
|
5
|
-
|
|
6
|
-
@Component({
|
|
7
|
-
selector: 'ius-input-textfield',
|
|
8
|
-
standalone: true,
|
|
9
|
-
imports: [IconMdComponent, FormsModule, CommonModule],
|
|
10
|
-
templateUrl: './input-textfield.component.html',
|
|
11
|
-
styleUrl: './input-textfield.component.scss',
|
|
12
|
-
})
|
|
13
|
-
export class InputTextfieldComponent {
|
|
14
|
-
@Input() textInput: string = '';
|
|
15
|
-
isFocused: boolean = false;
|
|
16
|
-
isAlertText: boolean = false;
|
|
17
|
-
@Input() required = false;
|
|
18
|
-
@Input() disabled = false;
|
|
19
|
-
@Input() isEnableClearText = false;
|
|
20
|
-
@Input() showHelpText = false;
|
|
21
|
-
@Input() error: boolean = false;
|
|
22
|
-
|
|
23
|
-
@Input() labelSuperior?: string;
|
|
24
|
-
@Input() labelInferior?: string;
|
|
25
|
-
@Input() errorText?: string;
|
|
26
|
-
@Input() labelInput: string = '';
|
|
27
|
-
@Input() iconInput?: string;
|
|
28
|
-
@Input() inputType: string = 'text';
|
|
29
|
-
@Input() maxlenght?: number;
|
|
30
|
-
|
|
31
|
-
@Input() initialText?: string;
|
|
32
|
-
|
|
33
|
-
@Input() isIconRight: boolean = false;
|
|
34
|
-
|
|
35
|
-
@Output() onChangesValueEvent = new EventEmitter<any>();
|
|
36
|
-
@Output() onEnterKey = new EventEmitter<string>();
|
|
37
|
-
@Output() onBlurEvent = new EventEmitter<void>();
|
|
38
|
-
|
|
39
|
-
ngOnInit(): void {
|
|
40
|
-
if (this.initialText) {
|
|
41
|
-
this.textInput = this.initialText;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
clearSearch() {
|
|
46
|
-
this.textInput = '';
|
|
47
|
-
this.onBlur();
|
|
48
|
-
this.onChangesValueEvent.emit(this.textInput);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
onInput(): void {
|
|
52
|
-
if (this.inputType === 'number') {
|
|
53
|
-
let soloDigitos = this.textInput.replace(/\D+/g, '');
|
|
54
|
-
if (this.maxlenght) {
|
|
55
|
-
soloDigitos = soloDigitos.slice(0, this.maxlenght);
|
|
56
|
-
}
|
|
57
|
-
if (soloDigitos !== this.textInput) {
|
|
58
|
-
this.textInput = soloDigitos;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
this.onChangesValueEvent.emit(this.textInput);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
addText(): void {
|
|
65
|
-
if (this.textInput.trim() !== '') {
|
|
66
|
-
this.onEnterKey.emit(this.textInput);
|
|
67
|
-
this.textInput = '';
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
onKeyDown(event: KeyboardEvent): void {
|
|
72
|
-
if (this.inputType !== 'number') return;
|
|
73
|
-
|
|
74
|
-
const allowedControlKeys = [
|
|
75
|
-
'Backspace', 'Tab', 'ArrowLeft', 'ArrowRight',
|
|
76
|
-
'Delete', 'Home', 'End'
|
|
77
|
-
];
|
|
78
|
-
|
|
79
|
-
if (allowedControlKeys.includes(event.key)) return;
|
|
80
|
-
|
|
81
|
-
if (event.key.length === 1 && !/[0-9]/.test(event.key)) {
|
|
82
|
-
event.preventDefault();
|
|
83
|
-
return;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
if (this.maxlenght && this.textInput.length >= this.maxlenght) {
|
|
87
|
-
event.preventDefault();
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
onFocus(): void {
|
|
93
|
-
this.isFocused = true;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
onBlur(): void {
|
|
97
|
-
this.isFocused = false;
|
|
98
|
-
if (this.required) {
|
|
99
|
-
if (this.textInput === '') {
|
|
100
|
-
this.isAlertText = true;
|
|
101
|
-
} else {
|
|
102
|
-
this.isAlertText = false;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
this.onBlurEvent.emit();
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
onKeyPress(event: KeyboardEvent): void {
|
|
109
|
-
if (event.key === 'Enter') {
|
|
110
|
-
if (this.textInput.trim() !== '') {
|
|
111
|
-
this.onEnterKey.emit(this.textInput);
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
onDropBlock(event: DragEvent) {
|
|
117
|
-
// Evita que se dropee contenido en el input
|
|
118
|
-
event.preventDefault();
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
onDragOverBlock(event: DragEvent) {
|
|
122
|
-
// Evita que se permita arrastrar texto sobre el input
|
|
123
|
-
event.preventDefault();
|
|
124
|
-
}
|
|
125
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './item-document.component';
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
<div class="ius-item-document" (click)="onItemClick()">
|
|
2
|
-
<div class="item-document__icon">
|
|
3
|
-
@if (isPdf) {
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="38" viewBox="0 0 30 38" fill="none">
|
|
5
|
-
<path d="M0 10.3236V33.8362C0 36.1349 1.8378 38 4.10562 38H25.8921C28.1622 38 30 36.1349 30 33.8362V4.165C30 1.86628 28.1622 0 25.8921 0H10.1871L2.13203 8.16252L0 10.3236Z" fill="white"/>
|
|
6
|
-
<path d="M0 10.3236L2.13203 8.16252L10.1871 0H25.8921C28.1622 0 30 1.86513 30 4.16385V13.8405H0V10.3224V10.3236Z" fill="#DB676A"/>
|
|
7
|
-
<g style="mix-blend-mode:multiply">
|
|
8
|
-
<path d="M0 10.3225L5.02791 11.4478C7.24934 11.9135 9.42324 10.4624 9.88155 8.21073L10.092 7.04187C10.0253 7.36764 9.91777 7.67849 9.77744 7.97214C9.11317 9.36238 7.70653 10.3202 6.08035 10.3202H0V10.3225Z" fill="#D7D7D7"/>
|
|
9
|
-
</g>
|
|
10
|
-
<g opacity="0.4">
|
|
11
|
-
<path d="M0 10.3224H6.08035C7.70653 10.3224 9.11317 9.3635 9.77744 7.9744C9.91777 7.68075 10.0253 7.3699 10.092 7.04413C10.1554 6.75966 10.186 6.46257 10.186 6.1586V0L2.13203 8.16252L0 10.3224Z" fill="#EFEFEF"/>
|
|
12
|
-
</g>
|
|
13
|
-
<path d="M10.1192 34.1986C9.86567 34.1986 9.48091 34.1092 9.16066 33.6526C8.81777 33.164 8.40359 32.1626 9.47186 30.941C10.1339 30.1839 11.1999 29.5324 12.3078 29.0036C13.3014 26.6601 14.1614 24.3247 14.6922 22.5192C14.7137 22.4469 14.734 22.3758 14.7544 22.3047C13.7936 20.3019 13.4055 18.8922 13.8287 18.0032C13.9792 17.6878 14.3017 17.2874 14.9875 17.1762C15.5103 17.0913 15.9607 17.2565 16.255 17.6419C16.6273 18.1305 16.9294 19.0941 16.0988 22.1797C16.556 23.0973 17.0381 23.9634 17.3323 24.4933C17.8257 25.38 18.5092 26.2219 19.2165 26.9079C20.7714 26.6739 22.204 26.6544 22.9577 27.0696C23.5122 27.3759 23.7465 27.915 23.5824 28.5126C23.373 29.2743 22.874 29.7411 22.1769 29.8272C21.0871 29.9602 19.8253 29.1148 18.9585 28.3819C18.9132 28.344 18.8679 28.305 18.8227 28.2649C18.3915 28.344 17.9196 28.4438 17.4047 28.5711C15.9121 28.937 14.4737 29.428 13.2719 29.966C13.255 30.005 13.2391 30.0428 13.2221 30.0795C11.9966 32.9082 11.1297 34.1011 10.2278 34.194C10.195 34.1975 10.1588 34.1998 10.118 34.1998L10.1192 34.1986ZM11.4296 30.9478C11.1976 31.1004 10.9905 31.253 10.8129 31.4044C9.82154 32.2429 10.0377 32.6891 10.1656 32.8795C10.3308 32.7602 10.7336 32.3484 11.4307 30.949L11.4296 30.9478ZM20.6084 28.0343C21.1799 28.4025 21.6869 28.601 22.0241 28.5585C22.1135 28.547 22.2629 28.5287 22.3613 28.1903C22.1791 28.0733 21.6111 27.9701 20.6084 28.0332V28.0343ZM15.5794 23.9221C15.0758 25.4809 14.4794 27.0398 13.9668 28.3027C14.9547 27.9299 15.8227 27.673 16.2776 27.5457C16.7461 27.4149 17.2361 27.2922 17.7318 27.1832C17.1388 26.5213 16.6148 25.8044 16.2346 25.1196C16.0026 24.7021 15.7842 24.3029 15.5794 23.9198V23.9221ZM15.2501 18.4322C15.2353 18.4322 15.215 18.4334 15.1867 18.4379C15.0068 18.4678 14.9785 18.5263 14.9638 18.5584C14.8155 18.8692 14.9592 19.5059 15.2421 20.2629C15.4854 18.875 15.3044 18.4964 15.2625 18.4322C15.2591 18.4322 15.2546 18.4322 15.2501 18.4322Z" fill="#DB676A"/>
|
|
14
|
-
<path d="M16.065 11.0497V13.1178H15.6157V8.74635C15.6157 8.1969 15.6157 7.81034 15.6033 7.56601H16.0469C16.0559 7.68072 16.0639 7.99387 16.065 8.22214C16.2562 7.78625 16.6263 7.49146 17.2249 7.49146C18.0556 7.49146 18.5761 8.19461 18.5761 9.49653C18.5761 10.8661 17.9537 11.6266 17.0891 11.6266C16.5244 11.6266 16.2212 11.3697 16.065 11.0497ZM18.1065 9.51832C18.1065 8.50546 17.7591 7.90899 17.1027 7.90899C16.2868 7.90899 16.0457 8.56626 16.0457 9.57109C16.0457 10.514 16.1872 11.2102 17.0563 11.2102C17.7172 11.2102 18.1053 10.569 18.1053 9.51832H18.1065Z" fill="white"/>
|
|
15
|
-
<path d="M22.1647 5.81445V10.5587C22.1647 10.9074 22.1647 11.3123 22.1772 11.5601H21.7336C21.7245 11.4557 21.7155 11.1862 21.7155 10.9384C21.5321 11.403 21.2266 11.6324 20.6019 11.6324C19.6502 11.6324 19.2009 10.8145 19.2009 9.55274C19.2009 8.36323 19.7441 7.49261 20.7139 7.49261C21.3318 7.49261 21.6079 7.76217 21.7143 7.99847V5.81445H22.1647ZM19.6717 9.53554C19.6717 10.6711 20.0915 11.2125 20.6958 11.2125C21.5321 11.2125 21.7245 10.5255 21.7245 9.47245C21.7245 8.23247 21.4088 7.90785 15.1881 7.90785C14.5205 7.90785 14.1187 8.46653 14.1187 9.53445V9.5356Z" fill="white"/>
|
|
16
|
-
<path d="M23.405 11.5601V7.96752H22.803V7.5672H23.405V6.98678C23.405 6.3559 23.5872 5.75598 24.3579 5.75598C24.4586 5.75598 24.5966 5.7686 24.6826 5.80301V6.2194C24.6068 6.19875 24.4982 6.18154 24.3624 6.18154C23.9969 6.18154 23.8543 6.42701 23.8543 6.94549V7.5672H24.5831V7.96752H23.8543V11.5601H23.405Z" fill="white"/>
|
|
17
|
-
</svg>
|
|
18
|
-
} @else {
|
|
19
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="38" viewBox="0 0 30 38" fill="none">
|
|
20
|
-
<path d="M0 10.3236V33.8362C0 36.1349 1.8378 38 4.10562 38H25.8921C28.1622 38 30 36.1349 30 33.8362V4.165C30 1.86628 28.1622 0 25.8921 0H10.1871L2.13203 8.16252L0 10.3236Z" fill="white"/>
|
|
21
|
-
<path d="M0 10.3236L2.13203 8.16252L10.1871 0H25.8921C28.1622 0 30 1.86513 30 4.16385V13.8405H0V10.3224V10.3236Z" fill="#6972B1"/>
|
|
22
|
-
<g style="mix-blend-mode:multiply">
|
|
23
|
-
<path d="M0 10.3224L5.02791 11.4477C7.24934 11.9134 9.42324 10.4624 9.88155 8.21067L10.092 7.04181C10.0253 7.36758 9.91777 7.67843 9.77744 7.97208C9.11317 9.36232 7.70653 10.3201 6.08035 10.3201H0V10.3224Z" fill="#D7D7D7"/>
|
|
24
|
-
</g>
|
|
25
|
-
<g opacity="0.4">
|
|
26
|
-
<path d="M0 10.3224H6.08035C7.70653 10.3224 9.11317 9.3635 9.77744 7.9744C9.91777 7.68075 10.0253 7.3699 10.092 7.04413C10.1554 6.75966 10.186 6.46257 10.186 6.1586V0L2.13203 8.16252L0 10.3224Z" fill="#EFEFEF"/>
|
|
27
|
-
</g>
|
|
28
|
-
<path d="M14.6516 20.6965H5.96509V21.9744H14.6516V20.6965Z" fill="#6972B1"/>
|
|
29
|
-
<path d="M24.0352 20.6965H18.4199V21.9744H24.0352V20.6965Z" fill="#6972B1"/>
|
|
30
|
-
<path d="M17.7928 30.3433H5.96484V31.6212H17.7928V30.3433Z" fill="#6972B1"/>
|
|
31
|
-
<path d="M24.0352 25.5199H15.3486V26.7977H24.0352V25.5199Z" fill="#6972B1"/>
|
|
32
|
-
<path d="M11.5801 25.5199H5.96484V26.7977H11.5801V25.5199Z" fill="#6972B1"/>
|
|
33
|
-
<path d="M16.6117 5.81451V10.5588C16.6117 10.9075 16.6117 11.3124 16.6242 11.5602H16.1806C16.1715 11.4558 16.1625 11.1862 16.1625 10.9385C15.9791 11.403 15.6736 11.6324 15.0489 11.6324C14.0972 11.6324 13.6479 10.8146 13.6479 9.5528C13.6479 8.3633 14.1911 7.49267 15.161 7.49267C15.7788 7.49267 16.055 7.76223 16.1613 7.99853V5.81451H16.6117ZM14.1187 9.5356C14.1187 10.6712 14.5386 11.2126 15.1429 11.2126C15.9791 11.2126 16.1715 10.5255 16.1715 9.47251C16.1715 8.23253 15.8558 7.90791 15.1881 7.90791C14.5205 7.90791 14.1187 8.46653 14.1187 9.53445V9.5356Z" fill="white"/>
|
|
34
|
-
<path d="M20.5722 9.50003C20.5722 10.7354 20.1082 11.6278 19.0139 11.6278C17.9196 11.6278 17.4907 10.7239 17.4907 9.51379C17.4907 8.30364 18.0407 7.49152 19.0501 7.49152C20.0596 7.49152 20.5722 8.2612 20.5722 9.49888V9.50003ZM17.9615 9.51838C17.9615 10.553 18.3372 11.2218 19.0388 11.2218C19.7755 11.2218 20.0992 10.5611 20.0992 9.50232C20.0992 8.53764 19.7382 7.89987 19.0275 7.89987C18.3168 7.89987 17.9615 8.49864 17.9615 9.51953V9.51838Z" fill="white"/>
|
|
35
|
-
<path d="M24.0977 10.3615C23.9777 10.9167 23.6337 11.6359 22.6922 11.6359C21.6556 11.6359 21.2007 10.8318 21.2007 9.55279C21.2007 8.43555 21.6658 7.49152 22.7307 7.49152C23.7209 7.49152 24.0479 8.27726 24.0932 8.79229H23.6292C23.567 8.41376 23.3576 7.89528 22.7228 7.89528C21.9838 7.89528 21.6692 8.59385 21.6692 9.5505C21.6692 10.6104 22.0189 11.231 22.708 11.231C23.3135 11.231 23.5217 10.7664 23.636 10.3592H24.0966L24.0977 10.3615Z" fill="white"/>
|
|
36
|
-
</svg>
|
|
37
|
-
}
|
|
38
|
-
</div>
|
|
39
|
-
|
|
40
|
-
<div class="item-document__info">
|
|
41
|
-
<span class="item-document__name" [iusPopoverContent]="fileName">{{ fileName }}</span>
|
|
42
|
-
<span class="item-document__size">({{ fileSizeLabel }})</span>
|
|
43
|
-
</div>
|
|
44
|
-
|
|
45
|
-
<div class="item-document__actions">
|
|
46
|
-
@if (showDelete) {
|
|
47
|
-
<ius-button-squared-tertiary
|
|
48
|
-
[iconName]="'icon-delete'"
|
|
49
|
-
(buttonClicked)="onDelete($event)"
|
|
50
|
-
></ius-button-squared-tertiary>
|
|
51
|
-
}
|
|
52
|
-
</div>
|
|
53
|
-
</div>
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
@use '@litigiovirtual/ius-design-styles/lib/colors' as colors;
|
|
2
|
-
@use '@litigiovirtual/ius-design-styles/lib/typography' as typography;
|
|
3
|
-
@use '@litigiovirtual/ius-design-styles/lib/variables' as variables;
|
|
4
|
-
@use '@litigiovirtual/ius-design-styles/lib/semantic-colors' as semantic-colors;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
.ius-item-document {
|
|
8
|
-
display: flex;
|
|
9
|
-
padding: 6px 6px 6px 12px;
|
|
10
|
-
align-items: center;
|
|
11
|
-
gap: variables.$spacing-xs;
|
|
12
|
-
align-self: stretch;
|
|
13
|
-
border-radius: 6px;
|
|
14
|
-
border: 1px solid #c9c6c5;
|
|
15
|
-
justify-content: space-between;
|
|
16
|
-
width: 100%;
|
|
17
|
-
box-sizing: border-box;
|
|
18
|
-
cursor: pointer;
|
|
19
|
-
|
|
20
|
-
&:hover {
|
|
21
|
-
border-color: #9b9694;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.item-document__icon {
|
|
26
|
-
display: flex;
|
|
27
|
-
width: 30px;
|
|
28
|
-
height: 38px;
|
|
29
|
-
flex-direction: column;
|
|
30
|
-
justify-content: center;
|
|
31
|
-
align-items: center;
|
|
32
|
-
flex-shrink: 0;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.item-document__info {
|
|
36
|
-
display: flex;
|
|
37
|
-
flex-direction: column;
|
|
38
|
-
flex: 1;
|
|
39
|
-
padding: 5px;
|
|
40
|
-
cursor: pointer;
|
|
41
|
-
overflow: hidden;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.item-document__name {
|
|
45
|
-
color: #000;
|
|
46
|
-
font-family: typography.$font-secondary;
|
|
47
|
-
font-size: 12px;
|
|
48
|
-
font-style: normal;
|
|
49
|
-
font-weight: 500;
|
|
50
|
-
line-height: 120%;
|
|
51
|
-
letter-spacing: 0.1px;
|
|
52
|
-
white-space: nowrap;
|
|
53
|
-
overflow: hidden;
|
|
54
|
-
text-overflow: ellipsis;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.item-document__size {
|
|
58
|
-
color: #000;
|
|
59
|
-
font-family: typography.$font-secondary;
|
|
60
|
-
font-size: 9px;
|
|
61
|
-
font-style: normal;
|
|
62
|
-
font-weight: 400;
|
|
63
|
-
line-height: 120%;
|
|
64
|
-
letter-spacing: 0.1px;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.item-document__actions {
|
|
68
|
-
display: flex;
|
|
69
|
-
align-items: center;
|
|
70
|
-
gap: 4px;
|
|
71
|
-
flex-shrink: 0;
|
|
72
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
|
2
|
-
|
|
3
|
-
import { ItemDocumentComponent } from './item-document.component';
|
|
4
|
-
|
|
5
|
-
describe('ItemDocumentComponent', () => {
|
|
6
|
-
let component: ItemDocumentComponent;
|
|
7
|
-
let fixture: ComponentFixture<ItemDocumentComponent>;
|
|
8
|
-
|
|
9
|
-
beforeEach(async () => {
|
|
10
|
-
await TestBed.configureTestingModule({
|
|
11
|
-
imports: [ItemDocumentComponent]
|
|
12
|
-
})
|
|
13
|
-
.compileComponents();
|
|
14
|
-
|
|
15
|
-
fixture = TestBed.createComponent(ItemDocumentComponent);
|
|
16
|
-
component = fixture.componentInstance;
|
|
17
|
-
fixture.detectChanges();
|
|
18
|
-
});
|
|
19
|
-
|
|
20
|
-
it('should create', () => {
|
|
21
|
-
expect(component).toBeTruthy();
|
|
22
|
-
});
|
|
23
|
-
});
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { ButtonSquaredTertiaryComponent } from '../button-squared-tertiary';
|
|
4
|
-
import { PopoverDirective } from '../directives/popover.directive';
|
|
5
|
-
|
|
6
|
-
@Component({
|
|
7
|
-
selector: 'ius-item-document',
|
|
8
|
-
standalone: true,
|
|
9
|
-
imports: [CommonModule, ButtonSquaredTertiaryComponent, PopoverDirective],
|
|
10
|
-
templateUrl: './item-document.component.html',
|
|
11
|
-
styleUrl: './item-document.component.scss'
|
|
12
|
-
})
|
|
13
|
-
export class ItemDocumentComponent {
|
|
14
|
-
@Input() fileName: string = '';
|
|
15
|
-
@Input() fileSize: number = 0;
|
|
16
|
-
/** Unidad en la que viene `fileSize`. Default `'bytes'` (igual que `File.size`).
|
|
17
|
-
* Si el backend devuelve el peso en KB, pasar `'kb'` y la lib convierte internamente. */
|
|
18
|
-
@Input() fileSizeUnit: 'bytes' | 'kb' = 'bytes';
|
|
19
|
-
@Input() fileType: string = '';
|
|
20
|
-
@Input() showDelete: boolean = true;
|
|
21
|
-
|
|
22
|
-
@Output() deleteClicked: EventEmitter<void> = new EventEmitter<void>();
|
|
23
|
-
@Output() itemClicked: EventEmitter<void> = new EventEmitter<void>();
|
|
24
|
-
|
|
25
|
-
get isPdf(): boolean {
|
|
26
|
-
return this.fileType.includes('pdf');
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
get fileSizeLabel(): string {
|
|
30
|
-
// Normalizar a bytes según la unidad declarada en el input.
|
|
31
|
-
const bytes = this.fileSizeUnit === 'kb' ? this.fileSize * 1024 : this.fileSize;
|
|
32
|
-
|
|
33
|
-
if (bytes >= 1024 * 1024) {
|
|
34
|
-
const mb = bytes / (1024 * 1024);
|
|
35
|
-
return `${parseFloat(mb.toFixed(1))} MB`;
|
|
36
|
-
}
|
|
37
|
-
if (bytes >= 1024) {
|
|
38
|
-
return `${Math.round(bytes / 1024)} KB`;
|
|
39
|
-
}
|
|
40
|
-
return `${Math.round(bytes)} B`;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
onDelete(event: Event) {
|
|
44
|
-
event.stopPropagation();
|
|
45
|
-
this.deleteClicked.emit();
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
onItemClick() {
|
|
49
|
-
this.itemClicked.emit();
|
|
50
|
-
}
|
|
51
|
-
}
|