@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
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class CardListConsumoComponent {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.hover = false;
|
|
6
|
+
this.options = false;
|
|
7
|
+
this.onClickCard = new EventEmitter();
|
|
8
|
+
}
|
|
9
|
+
onMouseEnter() {
|
|
10
|
+
this.hover = true;
|
|
11
|
+
}
|
|
12
|
+
onMouseLeave() {
|
|
13
|
+
this.hover = false;
|
|
14
|
+
this.options = false;
|
|
15
|
+
}
|
|
16
|
+
clickCard(event) {
|
|
17
|
+
event.stopImmediatePropagation();
|
|
18
|
+
this.onClickCard.emit();
|
|
19
|
+
}
|
|
20
|
+
clickShowMore(event) {
|
|
21
|
+
event.stopImmediatePropagation();
|
|
22
|
+
this.options = !this.options;
|
|
23
|
+
}
|
|
24
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardListConsumoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
25
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: CardListConsumoComponent, isStandalone: true, selector: "ius-card-list-consumo", inputs: { fecha: "fecha", name: "name", cant: "cant" }, outputs: { onClickCard: "onClickCard" }, ngImport: i0, template: "<div class=\"general-container\">\r\n <div class=\"container-card\" (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\" (click)=\"clickCard($event)\">\r\n <div class=\"data\">\r\n <div class=\"left-data\">\r\n <div class=\"data-container\">\r\n <p class=\"fecha\">\r\n {{ fecha }}\r\n </p>\r\n <p class=\"name\">{{ name }}</p>\r\n </div>\r\n </div>\r\n <div class=\"right-data\">\r\n <div class=\"container\">\r\n @if (cant) {\r\n <div class=\"data-container\">\r\n <p class=\"cantidad\">{{ cant }}</p>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.general-container{position:relative}.container-card{display:flex;padding:16px 32px;align-items:center;align-content:center;gap:12px;flex-wrap:wrap;border-radius:8px;border:1px solid #eaeaea;background:#fff}.container-card :hover{cursor:pointer}.data{display:flex;align-items:center;gap:40px;flex:1 0 0}.left-data{display:flex;min-width:280px;align-items:center;gap:8px;flex:1 0 0}.data-container{display:flex;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0}.data-container p{margin:0}.data-container .name{display:flex;align-items:center;gap:10px;color:#333;font-family:Rubik,sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:22px}.data-container .fecha{display:flex;align-items:center;gap:10px;align-self:stretch;color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.right-data{display:flex;align-items:center;gap:40px}.right-data p{margin:0}.right-data .container{display:flex;justify-content:center;align-items:center;align-content:center;gap:40px;flex-wrap:wrap}.right-data .container .data-container{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.right-data .container .data-container .data{display:flex;align-items:center;gap:10px;align-self:stretch;color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.cantidad{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}\n"] }); }
|
|
26
|
+
}
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardListConsumoComponent, decorators: [{
|
|
28
|
+
type: Component,
|
|
29
|
+
args: [{ selector: 'ius-card-list-consumo', standalone: true, imports: [], template: "<div class=\"general-container\">\r\n <div class=\"container-card\" (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\" (click)=\"clickCard($event)\">\r\n <div class=\"data\">\r\n <div class=\"left-data\">\r\n <div class=\"data-container\">\r\n <p class=\"fecha\">\r\n {{ fecha }}\r\n </p>\r\n <p class=\"name\">{{ name }}</p>\r\n </div>\r\n </div>\r\n <div class=\"right-data\">\r\n <div class=\"container\">\r\n @if (cant) {\r\n <div class=\"data-container\">\r\n <p class=\"cantidad\">{{ cant }}</p>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.general-container{position:relative}.container-card{display:flex;padding:16px 32px;align-items:center;align-content:center;gap:12px;flex-wrap:wrap;border-radius:8px;border:1px solid #eaeaea;background:#fff}.container-card :hover{cursor:pointer}.data{display:flex;align-items:center;gap:40px;flex:1 0 0}.left-data{display:flex;min-width:280px;align-items:center;gap:8px;flex:1 0 0}.data-container{display:flex;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0}.data-container p{margin:0}.data-container .name{display:flex;align-items:center;gap:10px;color:#333;font-family:Rubik,sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:22px}.data-container .fecha{display:flex;align-items:center;gap:10px;align-self:stretch;color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.right-data{display:flex;align-items:center;gap:40px}.right-data p{margin:0}.right-data .container{display:flex;justify-content:center;align-items:center;align-content:center;gap:40px;flex-wrap:wrap}.right-data .container .data-container{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.right-data .container .data-container .data{display:flex;align-items:center;gap:10px;align-self:stretch;color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.cantidad{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}\n"] }]
|
|
30
|
+
}], propDecorators: { fecha: [{
|
|
31
|
+
type: Input
|
|
32
|
+
}], name: [{
|
|
33
|
+
type: Input
|
|
34
|
+
}], cant: [{
|
|
35
|
+
type: Input
|
|
36
|
+
}], onClickCard: [{
|
|
37
|
+
type: Output
|
|
38
|
+
}] } });
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1saXN0LWNvbnN1bW8uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1saXN0LWNvbnN1bW8vY2FyZC1saXN0LWNvbnN1bW8uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1saXN0LWNvbnN1bW8vY2FyZC1saXN0LWNvbnN1bW8uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTdkUsTUFBTSxPQUFPLHdCQUF3QjtJQVByQztRQVNFLFVBQUssR0FBWSxLQUFLLENBQUM7UUFDdkIsWUFBTyxHQUFZLEtBQUssQ0FBQztRQU1mLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztLQW9CakQ7SUFsQkMsWUFBWTtRQUNWLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDO0lBQ3BCLENBQUM7SUFFRCxZQUFZO1FBQ1YsSUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLENBQUM7UUFDbkIsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7SUFDdkIsQ0FBQztJQUVELFNBQVMsQ0FBQyxLQUFZO1FBQ3BCLEtBQUssQ0FBQyx3QkFBd0IsRUFBRSxDQUFDO1FBQ2pDLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDMUIsQ0FBQztJQUVELGFBQWEsQ0FBQyxLQUFZO1FBQ3hCLEtBQUssQ0FBQyx3QkFBd0IsRUFBRSxDQUFDO1FBQ2pDLElBQUksQ0FBQyxPQUFPLEdBQUcsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDO0lBQy9CLENBQUM7K0dBNUJVLHdCQUF3QjttR0FBeEIsd0JBQXdCLGtMQ1RyQywwdEJBdUJBOzs0RkRkYSx3QkFBd0I7a0JBUHBDLFNBQVM7K0JBQ0UsdUJBQXVCLGNBQ3JCLElBQUksV0FDUCxFQUFFOzhCQVNGLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUVJLFdBQVc7c0JBQXBCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdpdXMtY2FyZC1saXN0LWNvbnN1bW8nLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW10sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2NhcmQtbGlzdC1jb25zdW1vLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vY2FyZC1saXN0LWNvbnN1bW8uY29tcG9uZW50LnNjc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBDYXJkTGlzdENvbnN1bW9Db21wb25lbnQge1xyXG5cclxuICBob3ZlcjogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIG9wdGlvbnM6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KCkgZmVjaGE/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgbmFtZT86IHN0cmluZztcclxuICBASW5wdXQoKSBjYW50Pzogc3RyaW5nO1xyXG5cclxuICBAT3V0cHV0KCkgb25DbGlja0NhcmQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcclxuXHJcbiAgb25Nb3VzZUVudGVyKCkge1xyXG4gICAgdGhpcy5ob3ZlciA9IHRydWU7XHJcbiAgfVxyXG5cclxuICBvbk1vdXNlTGVhdmUoKSB7XHJcbiAgICB0aGlzLmhvdmVyID0gZmFsc2U7XHJcbiAgICB0aGlzLm9wdGlvbnMgPSBmYWxzZTtcclxuICB9XHJcblxyXG4gIGNsaWNrQ2FyZChldmVudDogRXZlbnQpOiB2b2lkIHtcclxuICAgIGV2ZW50LnN0b3BJbW1lZGlhdGVQcm9wYWdhdGlvbigpO1xyXG4gICAgdGhpcy5vbkNsaWNrQ2FyZC5lbWl0KCk7XHJcbiAgfVxyXG5cclxuICBjbGlja1Nob3dNb3JlKGV2ZW50OiBFdmVudCk6IHZvaWQge1xyXG4gICAgZXZlbnQuc3RvcEltbWVkaWF0ZVByb3BhZ2F0aW9uKCk7XHJcbiAgICB0aGlzLm9wdGlvbnMgPSAhdGhpcy5vcHRpb25zO1xyXG4gIH1cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwiZ2VuZXJhbC1jb250YWluZXJcIj5cclxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWNhcmRcIiAobW91c2VlbnRlcik9XCJvbk1vdXNlRW50ZXIoKVwiIChtb3VzZWxlYXZlKT1cIm9uTW91c2VMZWF2ZSgpXCIgKGNsaWNrKT1cImNsaWNrQ2FyZCgkZXZlbnQpXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZGF0YVwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwibGVmdC1kYXRhXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImRhdGEtY29udGFpbmVyXCI+XHJcbiAgICAgICAgICA8cCBjbGFzcz1cImZlY2hhXCI+XHJcbiAgICAgICAgICAgIHt7IGZlY2hhIH19XHJcbiAgICAgICAgICA8L3A+XHJcbiAgICAgICAgICA8cCBjbGFzcz1cIm5hbWVcIj57eyBuYW1lIH19PC9wPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPGRpdiBjbGFzcz1cInJpZ2h0LWRhdGFcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XHJcbiAgICAgICAgQGlmIChjYW50KSB7XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZGF0YS1jb250YWluZXJcIj5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJjYW50aWRhZFwiPnt7IGNhbnQgfX08L3A+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIH1cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuPC9kaXY+XHJcbiJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './card-list-consumo.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9jYXJkLWxpc3QtY29uc3Vtby9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLCtCQUErQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9jYXJkLWxpc3QtY29uc3Vtby5jb21wb25lbnQnO1xyXG5cclxuIl19
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import { IconSmComponent } from "../icon-sm/icon-sm.component";
|
|
3
|
+
import { IconMdComponent } from "../icon-md/icon-md.component";
|
|
4
|
+
import { ButtonSquaredTertiaryComponent } from "../button-squared-tertiary/button-squared-tertiary.component";
|
|
5
|
+
import { AvatarV2Component } from "../avatar-v2/avatar-v2.component";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export class CardListDragOnComponent {
|
|
8
|
+
constructor() {
|
|
9
|
+
this.state = '';
|
|
10
|
+
this.name = '';
|
|
11
|
+
this.subetapas = 0;
|
|
12
|
+
this.fecha = '';
|
|
13
|
+
this.imageUrl = '';
|
|
14
|
+
this.userName = '';
|
|
15
|
+
this.isUsed = false;
|
|
16
|
+
this.isSelected = false;
|
|
17
|
+
this.smallText = '';
|
|
18
|
+
this.onClickEdit = new EventEmitter();
|
|
19
|
+
this.onClickDelete = new EventEmitter();
|
|
20
|
+
this.onClickCard = new EventEmitter();
|
|
21
|
+
this.hover = false;
|
|
22
|
+
}
|
|
23
|
+
get id() {
|
|
24
|
+
return this.etapaID ?? this.subetapaID ?? this.anotherID;
|
|
25
|
+
}
|
|
26
|
+
onMouseEnter() {
|
|
27
|
+
this.hover = true;
|
|
28
|
+
}
|
|
29
|
+
onMouseLeave() {
|
|
30
|
+
this.hover = false;
|
|
31
|
+
}
|
|
32
|
+
clickEdit(event) {
|
|
33
|
+
event.stopImmediatePropagation();
|
|
34
|
+
if (this.id != null)
|
|
35
|
+
this.onClickEdit.emit(this.id);
|
|
36
|
+
}
|
|
37
|
+
clickDelete(event) {
|
|
38
|
+
event.stopImmediatePropagation();
|
|
39
|
+
if (this.id != null)
|
|
40
|
+
this.onClickDelete.emit(this.id);
|
|
41
|
+
}
|
|
42
|
+
clickCard(event) {
|
|
43
|
+
event.stopImmediatePropagation();
|
|
44
|
+
if (this.id != null)
|
|
45
|
+
this.onClickCard.emit(this.id);
|
|
46
|
+
}
|
|
47
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardListDragOnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
48
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: CardListDragOnComponent, isStandalone: true, selector: "ius-card-list-drag-on", inputs: { etapaID: "etapaID", subetapaID: "subetapaID", anotherID: "anotherID", state: "state", name: "name", subetapas: "subetapas", fecha: "fecha", imageUrl: "imageUrl", userName: "userName", isUsed: "isUsed", isSelected: "isSelected", smallText: "smallText" }, outputs: { onClickEdit: "onClickEdit", onClickDelete: "onClickDelete", onClickCard: "onClickCard" }, ngImport: i0, template: "<div class=\"general-container\">\r\n <div class=\"container\" [class.isClicked]=\"isSelected\" (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\"\r\n (click)=\"clickCard($event)\">\r\n <ius-icon-sm [iconName]=\"'icon-drag-indicator'\"></ius-icon-sm>\r\n <div class=\"data-container\">\r\n <div class=\"content\">\r\n <div class=\"general-data\">\r\n <div class=\"data\">\r\n <div class=\"state\">{{ state }}</div>\r\n <div class=\"name\">{{ name }}</div>\r\n <div class=\"small-text\">{{ smallText }}</div>\r\n </div>\r\n </div>\r\n @if(etapaID){\r\n <div class=\"optional-data\">\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Subetapas</p>\r\n <p class=\"text\">{{ subetapas }}</p>\r\n </div>\r\n @if (hover) {\r\n <div class=\"buttons\">\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n @if (!isUsed) {\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n }\r\n </div>\r\n }@else{\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Creado/modificado</p>\r\n <div class=\"image-date\">\r\n @if(fecha){\r\n <ius-avatar-v2 [imageUrl]=\"imageUrl\" [name]=\"userName\" size=\"sm\"></ius-avatar-v2>\r\n }\r\n <p class=\"text\">{{ fecha }}</p>\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n } @if (hover && (subetapaID || anotherID) ) {\r\n <div class=\"buttons\">\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n @if (!isUsed) {\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n }\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n\r\n <ius-icon-md [iconName]=\"'icon-keyboard-arrow-right'\"></ius-icon-md>\r\n </div>\r\n</div>", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.general-container{position:relative}p{margin:0}.container{display:flex;padding:8px 12px;min-height:58px;box-sizing:border-box;align-items:center;align-content:center;gap:12px 12px;align-self:stretch;border-radius:8px;border:1px solid #eaeaea;background:#fff;cursor:pointer}.container:hover{border:1px solid #C4DFFF;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.data-container{display:flex;align-items:center;gap:24px;flex:1 0 0;min-width:0}.content{display:flex;align-items:center;align-content:center;gap:8px 8px;flex:1 0 0;align-self:stretch;min-width:0}.general-data{display:flex;align-items:center;gap:8px;flex:1 0 0;min-width:0}.data{display:flex;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0;min-width:0}.state{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.name{color:#333;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.optional-data{display:flex;align-items:center;align-content:space-between;gap:24px}.title-text-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0}.title{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.image-date{display:flex;align-items:center;gap:8px}.buttons{display:flex;justify-content:flex-end;align-items:center;gap:8px}.isClicked{border:1px solid #c4dfff!important;background:#edf6ff!important}.small-text{color:var(--ColorText-colorTextTertiary, #8c8c8c);font-family:Rubik;font-size:var(--Text-Size-FontSize-Small, 12px);font-style:normal;font-weight:400;line-height:var(--Text-Size-FontHeight-Small, 16px);letter-spacing:.24px}\n"], dependencies: [{ kind: "component", type: IconSmComponent, selector: "ius-icon-sm", inputs: ["iconName", "color"] }, { kind: "component", type: IconMdComponent, selector: "ius-icon-md", inputs: ["iconName", "color"] }, { kind: "component", type: ButtonSquaredTertiaryComponent, selector: "ius-button-squared-tertiary", inputs: ["disabled", "iconName"], outputs: ["buttonClicked"] }, { kind: "component", type: AvatarV2Component, selector: "ius-avatar-v2", inputs: ["imageUrl", "name", "size", "shape", "showEditButton", "backgroundColor", "fallbackIconName"], outputs: ["editClicked"] }] }); }
|
|
49
|
+
}
|
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardListDragOnComponent, decorators: [{
|
|
51
|
+
type: Component,
|
|
52
|
+
args: [{ selector: 'ius-card-list-drag-on', standalone: true, imports: [IconSmComponent, IconMdComponent, ButtonSquaredTertiaryComponent, AvatarV2Component], template: "<div class=\"general-container\">\r\n <div class=\"container\" [class.isClicked]=\"isSelected\" (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\"\r\n (click)=\"clickCard($event)\">\r\n <ius-icon-sm [iconName]=\"'icon-drag-indicator'\"></ius-icon-sm>\r\n <div class=\"data-container\">\r\n <div class=\"content\">\r\n <div class=\"general-data\">\r\n <div class=\"data\">\r\n <div class=\"state\">{{ state }}</div>\r\n <div class=\"name\">{{ name }}</div>\r\n <div class=\"small-text\">{{ smallText }}</div>\r\n </div>\r\n </div>\r\n @if(etapaID){\r\n <div class=\"optional-data\">\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Subetapas</p>\r\n <p class=\"text\">{{ subetapas }}</p>\r\n </div>\r\n @if (hover) {\r\n <div class=\"buttons\">\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n @if (!isUsed) {\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n }\r\n </div>\r\n }@else{\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Creado/modificado</p>\r\n <div class=\"image-date\">\r\n @if(fecha){\r\n <ius-avatar-v2 [imageUrl]=\"imageUrl\" [name]=\"userName\" size=\"sm\"></ius-avatar-v2>\r\n }\r\n <p class=\"text\">{{ fecha }}</p>\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n } @if (hover && (subetapaID || anotherID) ) {\r\n <div class=\"buttons\">\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n @if (!isUsed) {\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n }\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n\r\n <ius-icon-md [iconName]=\"'icon-keyboard-arrow-right'\"></ius-icon-md>\r\n </div>\r\n</div>", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.general-container{position:relative}p{margin:0}.container{display:flex;padding:8px 12px;min-height:58px;box-sizing:border-box;align-items:center;align-content:center;gap:12px 12px;align-self:stretch;border-radius:8px;border:1px solid #eaeaea;background:#fff;cursor:pointer}.container:hover{border:1px solid #C4DFFF;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.data-container{display:flex;align-items:center;gap:24px;flex:1 0 0;min-width:0}.content{display:flex;align-items:center;align-content:center;gap:8px 8px;flex:1 0 0;align-self:stretch;min-width:0}.general-data{display:flex;align-items:center;gap:8px;flex:1 0 0;min-width:0}.data{display:flex;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0;min-width:0}.state{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.name{color:#333;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.optional-data{display:flex;align-items:center;align-content:space-between;gap:24px}.title-text-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0}.title{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.image-date{display:flex;align-items:center;gap:8px}.buttons{display:flex;justify-content:flex-end;align-items:center;gap:8px}.isClicked{border:1px solid #c4dfff!important;background:#edf6ff!important}.small-text{color:var(--ColorText-colorTextTertiary, #8c8c8c);font-family:Rubik;font-size:var(--Text-Size-FontSize-Small, 12px);font-style:normal;font-weight:400;line-height:var(--Text-Size-FontHeight-Small, 16px);letter-spacing:.24px}\n"] }]
|
|
53
|
+
}], propDecorators: { etapaID: [{
|
|
54
|
+
type: Input
|
|
55
|
+
}], subetapaID: [{
|
|
56
|
+
type: Input
|
|
57
|
+
}], anotherID: [{
|
|
58
|
+
type: Input
|
|
59
|
+
}], state: [{
|
|
60
|
+
type: Input
|
|
61
|
+
}], name: [{
|
|
62
|
+
type: Input
|
|
63
|
+
}], subetapas: [{
|
|
64
|
+
type: Input
|
|
65
|
+
}], fecha: [{
|
|
66
|
+
type: Input
|
|
67
|
+
}], imageUrl: [{
|
|
68
|
+
type: Input
|
|
69
|
+
}], userName: [{
|
|
70
|
+
type: Input
|
|
71
|
+
}], isUsed: [{
|
|
72
|
+
type: Input
|
|
73
|
+
}], isSelected: [{
|
|
74
|
+
type: Input
|
|
75
|
+
}], smallText: [{
|
|
76
|
+
type: Input
|
|
77
|
+
}], onClickEdit: [{
|
|
78
|
+
type: Output
|
|
79
|
+
}], onClickDelete: [{
|
|
80
|
+
type: Output
|
|
81
|
+
}], onClickCard: [{
|
|
82
|
+
type: Output
|
|
83
|
+
}] } });
|
|
84
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1saXN0LWRyYWctb24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1saXN0LWRyYWctb24vY2FyZC1saXN0LWRyYWctb24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1saXN0LWRyYWctb24vY2FyZC1saXN0LWRyYWctb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN2RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDL0QsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQy9ELE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLDhEQUE4RCxDQUFBO0FBQzdHLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOztBQVNyRSxNQUFNLE9BQU8sdUJBQXVCO0lBUHBDO1FBV1csVUFBSyxHQUFXLEVBQUUsQ0FBQztRQUNuQixTQUFJLEdBQVcsRUFBRSxDQUFDO1FBQ2xCLGNBQVMsR0FBVyxDQUFDLENBQUM7UUFDdEIsVUFBSyxHQUFXLEVBQUUsQ0FBQztRQUNuQixhQUFRLEdBQVcsRUFBRSxDQUFDO1FBQ3RCLGFBQVEsR0FBVyxFQUFFLENBQUM7UUFDdEIsV0FBTSxHQUFZLEtBQUssQ0FBQztRQUN4QixlQUFVLEdBQVksS0FBSyxDQUFDO1FBQzVCLGNBQVMsR0FBVyxFQUFFLENBQUM7UUFFdEIsZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3RDLGtCQUFhLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUN4QyxnQkFBVyxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFFaEQsVUFBSyxHQUFHLEtBQUssQ0FBQztLQTRCZjtJQTFCQyxJQUFZLEVBQUU7UUFDWixPQUFPLElBQUksQ0FBQyxPQUFPLElBQUksSUFBSSxDQUFDLFVBQVUsSUFBSSxJQUFJLENBQUMsU0FBUyxDQUFDO0lBQzNELENBQUM7SUFFRCxZQUFZO1FBQ1YsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUM7SUFDcEIsQ0FBQztJQUVELFlBQVk7UUFDVixJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztJQUNyQixDQUFDO0lBRUQsU0FBUyxDQUFDLEtBQVk7UUFDcEIsS0FBSyxDQUFDLHdCQUF3QixFQUFFLENBQUM7UUFDakMsSUFBSSxJQUFJLENBQUMsRUFBRSxJQUFJLElBQUk7WUFBRSxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLENBQUM7SUFDdEQsQ0FBQztJQUVELFdBQVcsQ0FBQyxLQUFZO1FBQ3RCLEtBQUssQ0FBQyx3QkFBd0IsRUFBRSxDQUFDO1FBQ2pDLElBQUksSUFBSSxDQUFDLEVBQUUsSUFBSSxJQUFJO1lBQUUsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxDQUFDO0lBQ3hELENBQUM7SUFFRCxTQUFTLENBQUMsS0FBWTtRQUNwQixLQUFLLENBQUMsd0JBQXdCLEVBQUUsQ0FBQztRQUNqQyxJQUFJLElBQUksQ0FBQyxFQUFFLElBQUksSUFBSTtZQUFFLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQztJQUN0RCxDQUFDOytHQTdDVSx1QkFBdUI7bUdBQXZCLHVCQUF1Qiw4YkNicEMscytFQStETSxnOUdEdERNLGVBQWUsdUZBQUUsZUFBZSx1RkFBRSw4QkFBOEIsc0lBQUUsaUJBQWlCOzs0RkFJbEYsdUJBQXVCO2tCQVBuQyxTQUFTOytCQUNFLHVCQUF1QixjQUNyQixJQUFJLFdBQ1AsQ0FBQyxlQUFlLEVBQUUsZUFBZSxFQUFFLDhCQUE4QixFQUFFLGlCQUFpQixDQUFDOzhCQUtyRixPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBRUksV0FBVztzQkFBcEIsTUFBTTtnQkFDRyxhQUFhO3NCQUF0QixNQUFNO2dCQUNHLFdBQVc7c0JBQXBCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBJY29uU21Db21wb25lbnQgfSBmcm9tIFwiLi4vaWNvbi1zbS9pY29uLXNtLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBJY29uTWRDb21wb25lbnQgfSBmcm9tIFwiLi4vaWNvbi1tZC9pY29uLW1kLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBCdXR0b25TcXVhcmVkVGVydGlhcnlDb21wb25lbnQgfSBmcm9tIFwiLi4vYnV0dG9uLXNxdWFyZWQtdGVydGlhcnkvYnV0dG9uLXNxdWFyZWQtdGVydGlhcnkuY29tcG9uZW50XCJcclxuaW1wb3J0IHsgQXZhdGFyVjJDb21wb25lbnQgfSBmcm9tIFwiLi4vYXZhdGFyLXYyL2F2YXRhci12Mi5jb21wb25lbnRcIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaXVzLWNhcmQtbGlzdC1kcmFnLW9uJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtJY29uU21Db21wb25lbnQsIEljb25NZENvbXBvbmVudCwgQnV0dG9uU3F1YXJlZFRlcnRpYXJ5Q29tcG9uZW50LCBBdmF0YXJWMkNvbXBvbmVudF0sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2NhcmQtbGlzdC1kcmFnLW9uLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vY2FyZC1saXN0LWRyYWctb24uY29tcG9uZW50LnNjc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBDYXJkTGlzdERyYWdPbkNvbXBvbmVudCB7XHJcbiAgQElucHV0KCkgZXRhcGFJRD86IG51bWJlcjtcclxuICBASW5wdXQoKSBzdWJldGFwYUlEPzogbnVtYmVyO1xyXG4gIEBJbnB1dCgpIGFub3RoZXJJRD86IG51bWJlcjtcclxuICBASW5wdXQoKSBzdGF0ZTogc3RyaW5nID0gJyc7XHJcbiAgQElucHV0KCkgbmFtZTogc3RyaW5nID0gJyc7XHJcbiAgQElucHV0KCkgc3ViZXRhcGFzOiBudW1iZXIgPSAwO1xyXG4gIEBJbnB1dCgpIGZlY2hhOiBzdHJpbmcgPSAnJztcclxuICBASW5wdXQoKSBpbWFnZVVybDogc3RyaW5nID0gJyc7XHJcbiAgQElucHV0KCkgdXNlck5hbWU6IHN0cmluZyA9ICcnO1xyXG4gIEBJbnB1dCgpIGlzVXNlZDogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpIGlzU2VsZWN0ZWQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoKSBzbWFsbFRleHQ6IHN0cmluZyA9ICcnO1xyXG4gIFxyXG4gIEBPdXRwdXQoKSBvbkNsaWNrRWRpdCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xyXG4gIEBPdXRwdXQoKSBvbkNsaWNrRGVsZXRlID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XHJcbiAgQE91dHB1dCgpIG9uQ2xpY2tDYXJkID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XHJcblxyXG4gIGhvdmVyID0gZmFsc2U7XHJcblxyXG4gIHByaXZhdGUgZ2V0IGlkKCk6IG51bWJlciB8IHVuZGVmaW5lZCB7XHJcbiAgICByZXR1cm4gdGhpcy5ldGFwYUlEID8/IHRoaXMuc3ViZXRhcGFJRCA/PyB0aGlzLmFub3RoZXJJRDtcclxuICB9XHJcblxyXG4gIG9uTW91c2VFbnRlcigpIHtcclxuICAgIHRoaXMuaG92ZXIgPSB0cnVlO1xyXG4gIH1cclxuXHJcbiAgb25Nb3VzZUxlYXZlKCkge1xyXG4gICAgdGhpcy5ob3ZlciA9IGZhbHNlO1xyXG4gIH1cclxuXHJcbiAgY2xpY2tFZGl0KGV2ZW50OiBFdmVudCk6IHZvaWQge1xyXG4gICAgZXZlbnQuc3RvcEltbWVkaWF0ZVByb3BhZ2F0aW9uKCk7XHJcbiAgICBpZiAodGhpcy5pZCAhPSBudWxsKSB0aGlzLm9uQ2xpY2tFZGl0LmVtaXQodGhpcy5pZCk7XHJcbiAgfVxyXG5cclxuICBjbGlja0RlbGV0ZShldmVudDogRXZlbnQpOiB2b2lkIHtcclxuICAgIGV2ZW50LnN0b3BJbW1lZGlhdGVQcm9wYWdhdGlvbigpO1xyXG4gICAgaWYgKHRoaXMuaWQgIT0gbnVsbCkgdGhpcy5vbkNsaWNrRGVsZXRlLmVtaXQodGhpcy5pZCk7XHJcbiAgfVxyXG5cclxuICBjbGlja0NhcmQoZXZlbnQ6IEV2ZW50KTogdm9pZCB7XHJcbiAgICBldmVudC5zdG9wSW1tZWRpYXRlUHJvcGFnYXRpb24oKTtcclxuICAgIGlmICh0aGlzLmlkICE9IG51bGwpIHRoaXMub25DbGlja0NhcmQuZW1pdCh0aGlzLmlkKTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImdlbmVyYWwtY29udGFpbmVyXCI+XHJcbiAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiIFtjbGFzcy5pc0NsaWNrZWRdPVwiaXNTZWxlY3RlZFwiIChtb3VzZWVudGVyKT1cIm9uTW91c2VFbnRlcigpXCIgKG1vdXNlbGVhdmUpPVwib25Nb3VzZUxlYXZlKClcIlxyXG4gICAgKGNsaWNrKT1cImNsaWNrQ2FyZCgkZXZlbnQpXCI+XHJcbiAgICA8aXVzLWljb24tc20gW2ljb25OYW1lXT1cIidpY29uLWRyYWctaW5kaWNhdG9yJ1wiPjwvaXVzLWljb24tc20+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZGF0YS1jb250YWluZXJcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cImNvbnRlbnRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZ2VuZXJhbC1kYXRhXCI+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZGF0YVwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3RhdGVcIj57eyBzdGF0ZSB9fTwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZVwiPnt7IG5hbWUgfX08L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInNtYWxsLXRleHRcIj57eyBzbWFsbFRleHQgfX08L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIEBpZihldGFwYUlEKXtcclxuICAgICAgICA8ZGl2IGNsYXNzPVwib3B0aW9uYWwtZGF0YVwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cInRpdGxlLXRleHQtY29udGFpbmVyXCI+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwidGl0bGVcIj5TdWJldGFwYXM8L3A+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dFwiPnt7IHN1YmV0YXBhcyB9fTwvcD5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgQGlmIChob3Zlcikge1xyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImJ1dHRvbnNcIj5cclxuICAgICAgICAgICAgPGRpdj5cclxuICAgICAgICAgICAgICA8aXVzLWJ1dHRvbi1zcXVhcmVkLXRlcnRpYXJ5IGljb25OYW1lPVwiaWNvbi1lZGl0XCJcclxuICAgICAgICAgICAgICAgIChidXR0b25DbGlja2VkKT1cImNsaWNrRWRpdCgkZXZlbnQpXCI+PC9pdXMtYnV0dG9uLXNxdWFyZWQtdGVydGlhcnk+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICBAaWYgKCFpc1VzZWQpIHtcclxuICAgICAgICAgICAgPGRpdj5cclxuICAgICAgICAgICAgICA8aXVzLWJ1dHRvbi1zcXVhcmVkLXRlcnRpYXJ5IGljb25OYW1lPVwiaWNvbi1kZWxldGVcIlxyXG4gICAgICAgICAgICAgICAgKGJ1dHRvbkNsaWNrZWQpPVwiY2xpY2tEZWxldGUoJGV2ZW50KVwiPjwvaXVzLWJ1dHRvbi1zcXVhcmVkLXRlcnRpYXJ5PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICB9QGVsc2V7XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidGl0bGUtdGV4dC1jb250YWluZXJcIj5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJ0aXRsZVwiPkNyZWFkby9tb2RpZmljYWRvPC9wPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW1hZ2UtZGF0ZVwiPlxyXG4gICAgICAgICAgICAgIEBpZihmZWNoYSl7XHJcbiAgICAgICAgICAgICAgPGl1cy1hdmF0YXItdjIgW2ltYWdlVXJsXT1cImltYWdlVXJsXCIgW25hbWVdPVwidXNlck5hbWVcIiBzaXplPVwic21cIj48L2l1cy1hdmF0YXItdjI+XHJcbiAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dFwiPnt7IGZlY2hhIH19PC9wPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgfVxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIH0gQGlmIChob3ZlciAmJiAoc3ViZXRhcGFJRCB8fCBhbm90aGVySUQpICkge1xyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJidXR0b25zXCI+XHJcbiAgICAgICAgICA8ZGl2PlxyXG4gICAgICAgICAgICA8aXVzLWJ1dHRvbi1zcXVhcmVkLXRlcnRpYXJ5IGljb25OYW1lPVwiaWNvbi1lZGl0XCJcclxuICAgICAgICAgICAgICAoYnV0dG9uQ2xpY2tlZCk9XCJjbGlja0VkaXQoJGV2ZW50KVwiPjwvaXVzLWJ1dHRvbi1zcXVhcmVkLXRlcnRpYXJ5PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICBAaWYgKCFpc1VzZWQpIHtcclxuICAgICAgICAgIDxkaXY+XHJcbiAgICAgICAgICAgIDxpdXMtYnV0dG9uLXNxdWFyZWQtdGVydGlhcnkgaWNvbk5hbWU9XCJpY29uLWRlbGV0ZVwiXHJcbiAgICAgICAgICAgICAgKGJ1dHRvbkNsaWNrZWQpPVwiY2xpY2tEZWxldGUoJGV2ZW50KVwiPjwvaXVzLWJ1dHRvbi1zcXVhcmVkLXRlcnRpYXJ5PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgfVxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG5cclxuICAgIDxpdXMtaWNvbi1tZCBbaWNvbk5hbWVdPVwiJ2ljb24ta2V5Ym9hcmQtYXJyb3ctcmlnaHQnXCI+PC9pdXMtaWNvbi1tZD5cclxuICA8L2Rpdj5cclxuPC9kaXY+Il19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './card-list-drag-on.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9jYXJkLWxpc3QtZHJhZy1vbi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLCtCQUErQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9jYXJkLWxpc3QtZHJhZy1vbi5jb21wb25lbnQnO1xyXG5cclxuIl19
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import { IconSmComponent } from '../icon-sm/icon-sm.component';
|
|
3
|
+
import { CommonModule } from '@angular/common';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@angular/common";
|
|
6
|
+
export class CardListMovimientosComponent {
|
|
7
|
+
constructor() {
|
|
8
|
+
this.cardType = 'vigilancia';
|
|
9
|
+
this.read = false;
|
|
10
|
+
this.docs = false;
|
|
11
|
+
this.priority = true;
|
|
12
|
+
this.warning = false;
|
|
13
|
+
}
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardListMovimientosComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
15
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: CardListMovimientosComponent, isStandalone: true, selector: "ius-card-list-movimientos", inputs: { cardType: "cardType", read: "read", docs: "docs", priority: "priority", warning: "warning", data1: "data1", data2: "data2", data3: "data3", date: "date", asignado: "asignado", programacion: "programacion" }, ngImport: i0, template: "<div class=\"container-general\">\r\n @if (cardType === 'vigilancia') {\r\n <div class=\"container-card\">\r\n <div class=\"container-left\">\r\n <ius-icon-sm iconName=\"icon-account-balance\" class=\"icon-account-balance\"\r\n [ngClass]=\"{'priority-off': !priority}\"></ius-icon-sm>\r\n <div class=\"content-left\">\r\n <span class=\"text-line-1\">{{data1}}</span>\r\n <span class=\"text-line-2\" [ngClass]=\"{'read': read}\">{{data2}}</span>\r\n <span class=\"text-line-3\">{{data3}}</span>\r\n </div>\r\n </div>\r\n <div class=\"container-right\">\r\n <div class=\"ct-icons\">\r\n <ius-icon-sm iconName=\"icon-notification-2\"></ius-icon-sm>\r\n @if (docs) {\r\n <ius-icon-sm iconName=\"icon-docs-2\"></ius-icon-sm>\r\n }\r\n </div>\r\n <div class=\"ct-date\">\r\n @if (!read) {\r\n <div class=\"icon-dot\"></div>\r\n }\r\n <span>{{date}}</span>\r\n </div>\r\n <ius-icon-sm iconName=\"icon-keyboard-arrow-down\" class=\"icon-keyboard-arrow-down\"></ius-icon-sm>\r\n\r\n </div>\r\n </div>\r\n }@else if (cardType === 'agenda') {\r\n <div class=\"container-card\">\r\n <div class=\"container-left\">\r\n <ius-icon-sm iconName=\"icon-calendar-judge\" class=\"icon-calendar-judge\"\r\n [ngClass]=\"{'priority-off': !priority}\"></ius-icon-sm>\r\n <div class=\"content-left\">\r\n <span class=\"text-line-1\">{{data1}}</span>\r\n <span class=\"text-line-2\">{{data2}}</span>\r\n <span class=\"text-line-3\">{{data3}}</span>\r\n </div>\r\n </div>\r\n <div class=\"container-right\">\r\n <div class=\"ct-icons\">\r\n <ius-icon-sm iconName=\"icon-notification-2\"></ius-icon-sm>\r\n @if (docs) {\r\n <ius-icon-sm iconName=\"icon-docs-2\"></ius-icon-sm>\r\n }\r\n </div>\r\n <div class=\"ct-date\">\r\n @if (!read) {\r\n <div class=\"icon-dot\"></div>\r\n }\r\n <span>{{date}}</span>\r\n </div>\r\n <ius-icon-sm iconName=\"icon-keyboard-arrow-down\" class=\"icon-keyboard-arrow-down\"></ius-icon-sm>\r\n\r\n </div>\r\n </div>\r\n }@else if (cardType === 'actividad') {\r\n <div class=\"container-card\">\r\n <div class=\"container-left\">\r\n <ius-icon-sm iconName=\"icon-calendar-clock\" class=\"icon-calendar-clock\"\r\n [ngClass]=\"{'priority-off': !priority}\"></ius-icon-sm>\r\n <div class=\"content-left\">\r\n <span class=\"text-line-1\">{{data1}}</span>\r\n <span class=\"text-line-2\">{{data2}}</span>\r\n <div class=\"container-text-line-4\">\r\n <div class=\"cont-line-4\">\r\n <span class=\"text-line-1\">Asignado a</span>\r\n <span class=\"text-line-3\">{{asignado}}</span>\r\n </div>\r\n <div class=\"cont-line-4\">\r\n <span class=\"text-line-1\">Programada para el</span>\r\n <span class=\"text-line-3\">{{programacion}}</span>\r\n </div>\r\n </div>\r\n <span class=\"text-line-3\">{{data3}}</span>\r\n </div>\r\n </div>\r\n <div class=\"container-right\">\r\n <div class=\"ct-icons\">\r\n @if (docs) {\r\n <ius-icon-sm iconName=\"icon-attach-file\"></ius-icon-sm>\r\n }\r\n </div>\r\n <div class=\"ct-date\">\r\n @if (!read) {\r\n <div class=\"icon-dot\" [ngClass]=\"{'icon-dot-warning':warning}\"></div>\r\n }\r\n @if (warning) {\r\n <ius-icon-sm iconName=\"icon-emergency-home\" class=\"icon-emergency-home\"></ius-icon-sm>\r\n }\r\n <span>{{date}}</span>\r\n </div>\r\n <ius-icon-sm iconName=\"icon-keyboard-arrow-down\" class=\"icon-keyboard-arrow-down\"></ius-icon-sm>\r\n\r\n </div>\r\n </div>\r\n }@else if (cardType === 'etapa') {\r\n <div class=\"container-card\">\r\n <div class=\"container-left\">\r\n <ius-icon-sm iconName=\"icon-book-5\" class=\"icon-book-5\"\r\n [ngClass]=\"{'priority-off': !priority}\"></ius-icon-sm>\r\n <div class=\"content-left\">\r\n <span class=\"text-line-1\">{{data1}}</span>\r\n <span class=\"text-line-2\">{{data2}}</span>\r\n <span class=\"text-line-3\">{{data3}}</span>\r\n </div>\r\n </div>\r\n <div class=\"container-right\">\r\n <div class=\"ct-icons\">\r\n @if (docs) {\r\n <ius-icon-sm iconName=\"icon-attach-file\"></ius-icon-sm>\r\n }\r\n </div>\r\n <div class=\"ct-date\">\r\n @if (!read) {\r\n <div class=\"icon-dot\"></div>\r\n }\r\n <span>{{date}}</span>\r\n </div>\r\n <ius-icon-sm iconName=\"icon-keyboard-arrow-down\" class=\"icon-keyboard-arrow-down\"></ius-icon-sm>\r\n\r\n </div>\r\n </div>\r\n }@else if (cardType === 'gestion') {\r\n <div class=\"container-card\">\r\n <div class=\"container-left\">\r\n <ius-icon-sm iconName=\"icon-article-person\" class=\"icon-article-person\"\r\n [ngClass]=\"{'priority-off': !priority}\"></ius-icon-sm>\r\n <div class=\"content-left\">\r\n <span class=\"text-line-1\">{{data1}}</span>\r\n <span class=\"text-line-2\">{{data2}}</span>\r\n <span class=\"text-line-3\">{{data3}}</span>\r\n </div>\r\n </div>\r\n <div class=\"container-right\">\r\n <div class=\"ct-icons\">\r\n @if (docs) {\r\n <ius-icon-sm iconName=\"icon-attach-file\"></ius-icon-sm>\r\n }\r\n </div>\r\n <div class=\"ct-date\">\r\n @if (!read) {\r\n <div class=\"icon-dot\"></div>\r\n }\r\n <span>{{date}}</span>\r\n </div>\r\n <ius-icon-sm iconName=\"icon-keyboard-arrow-down\" class=\"icon-keyboard-arrow-down\"></ius-icon-sm>\r\n\r\n </div>\r\n </div>\r\n }\r\n\r\n</div>", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{position:relative;height:100%}.container-card{display:flex;padding:8px 12px;justify-content:space-between;align-items:center;align-self:stretch;cursor:pointer;border-radius:4px;border:1px solid #eaeaea}.container-card:hover{box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014;border:1px solid #C4DFFF}.container-left{display:flex;align-items:center;gap:16px;width:50%}.container-right{display:flex;align-items:center;gap:16px;font-family:Rubik,sans-serif}.content-left{display:flex;flex-direction:column;align-items:flex-start;font-family:Rubik,sans-serif}.icon-account-balance{color:#497610}.priority-off{color:#8c8c8c}.text-line-1{color:#8c8c8c;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.24px}.text-line-2{color:#333;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.read{font-weight:400}.text-line-3{color:#595959;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.container-text-line-4{display:flex;gap:24px}.cont-line-4{display:flex;align-items:center;gap:4px}.ct-icons{display:flex;align-items:center;gap:8px;color:#595959}.ct-date{display:flex;align-items:center;gap:4px;color:#8c8c8c;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.24px}.icon-dot{display:flex;align-items:center;width:8px;height:8px;aspect-ratio:1/1;background-color:#2167ff;border-radius:100px}.icon-dot-warning{background-color:#ffae00}.icon-keyboard-arrow-down{color:#333}.icon-calendar-judge{color:#0a2893}.icon-calendar-clock{color:#184fdb}.icon-emergency-home{color:#ffae00}.icon-book-5{color:#7caf25}.icon-article-person{color:#434343}\n"], dependencies: [{ kind: "component", type: IconSmComponent, selector: "ius-icon-sm", inputs: ["iconName", "color"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
16
|
+
}
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardListMovimientosComponent, decorators: [{
|
|
18
|
+
type: Component,
|
|
19
|
+
args: [{ selector: 'ius-card-list-movimientos', standalone: true, imports: [IconSmComponent, CommonModule], template: "<div class=\"container-general\">\r\n @if (cardType === 'vigilancia') {\r\n <div class=\"container-card\">\r\n <div class=\"container-left\">\r\n <ius-icon-sm iconName=\"icon-account-balance\" class=\"icon-account-balance\"\r\n [ngClass]=\"{'priority-off': !priority}\"></ius-icon-sm>\r\n <div class=\"content-left\">\r\n <span class=\"text-line-1\">{{data1}}</span>\r\n <span class=\"text-line-2\" [ngClass]=\"{'read': read}\">{{data2}}</span>\r\n <span class=\"text-line-3\">{{data3}}</span>\r\n </div>\r\n </div>\r\n <div class=\"container-right\">\r\n <div class=\"ct-icons\">\r\n <ius-icon-sm iconName=\"icon-notification-2\"></ius-icon-sm>\r\n @if (docs) {\r\n <ius-icon-sm iconName=\"icon-docs-2\"></ius-icon-sm>\r\n }\r\n </div>\r\n <div class=\"ct-date\">\r\n @if (!read) {\r\n <div class=\"icon-dot\"></div>\r\n }\r\n <span>{{date}}</span>\r\n </div>\r\n <ius-icon-sm iconName=\"icon-keyboard-arrow-down\" class=\"icon-keyboard-arrow-down\"></ius-icon-sm>\r\n\r\n </div>\r\n </div>\r\n }@else if (cardType === 'agenda') {\r\n <div class=\"container-card\">\r\n <div class=\"container-left\">\r\n <ius-icon-sm iconName=\"icon-calendar-judge\" class=\"icon-calendar-judge\"\r\n [ngClass]=\"{'priority-off': !priority}\"></ius-icon-sm>\r\n <div class=\"content-left\">\r\n <span class=\"text-line-1\">{{data1}}</span>\r\n <span class=\"text-line-2\">{{data2}}</span>\r\n <span class=\"text-line-3\">{{data3}}</span>\r\n </div>\r\n </div>\r\n <div class=\"container-right\">\r\n <div class=\"ct-icons\">\r\n <ius-icon-sm iconName=\"icon-notification-2\"></ius-icon-sm>\r\n @if (docs) {\r\n <ius-icon-sm iconName=\"icon-docs-2\"></ius-icon-sm>\r\n }\r\n </div>\r\n <div class=\"ct-date\">\r\n @if (!read) {\r\n <div class=\"icon-dot\"></div>\r\n }\r\n <span>{{date}}</span>\r\n </div>\r\n <ius-icon-sm iconName=\"icon-keyboard-arrow-down\" class=\"icon-keyboard-arrow-down\"></ius-icon-sm>\r\n\r\n </div>\r\n </div>\r\n }@else if (cardType === 'actividad') {\r\n <div class=\"container-card\">\r\n <div class=\"container-left\">\r\n <ius-icon-sm iconName=\"icon-calendar-clock\" class=\"icon-calendar-clock\"\r\n [ngClass]=\"{'priority-off': !priority}\"></ius-icon-sm>\r\n <div class=\"content-left\">\r\n <span class=\"text-line-1\">{{data1}}</span>\r\n <span class=\"text-line-2\">{{data2}}</span>\r\n <div class=\"container-text-line-4\">\r\n <div class=\"cont-line-4\">\r\n <span class=\"text-line-1\">Asignado a</span>\r\n <span class=\"text-line-3\">{{asignado}}</span>\r\n </div>\r\n <div class=\"cont-line-4\">\r\n <span class=\"text-line-1\">Programada para el</span>\r\n <span class=\"text-line-3\">{{programacion}}</span>\r\n </div>\r\n </div>\r\n <span class=\"text-line-3\">{{data3}}</span>\r\n </div>\r\n </div>\r\n <div class=\"container-right\">\r\n <div class=\"ct-icons\">\r\n @if (docs) {\r\n <ius-icon-sm iconName=\"icon-attach-file\"></ius-icon-sm>\r\n }\r\n </div>\r\n <div class=\"ct-date\">\r\n @if (!read) {\r\n <div class=\"icon-dot\" [ngClass]=\"{'icon-dot-warning':warning}\"></div>\r\n }\r\n @if (warning) {\r\n <ius-icon-sm iconName=\"icon-emergency-home\" class=\"icon-emergency-home\"></ius-icon-sm>\r\n }\r\n <span>{{date}}</span>\r\n </div>\r\n <ius-icon-sm iconName=\"icon-keyboard-arrow-down\" class=\"icon-keyboard-arrow-down\"></ius-icon-sm>\r\n\r\n </div>\r\n </div>\r\n }@else if (cardType === 'etapa') {\r\n <div class=\"container-card\">\r\n <div class=\"container-left\">\r\n <ius-icon-sm iconName=\"icon-book-5\" class=\"icon-book-5\"\r\n [ngClass]=\"{'priority-off': !priority}\"></ius-icon-sm>\r\n <div class=\"content-left\">\r\n <span class=\"text-line-1\">{{data1}}</span>\r\n <span class=\"text-line-2\">{{data2}}</span>\r\n <span class=\"text-line-3\">{{data3}}</span>\r\n </div>\r\n </div>\r\n <div class=\"container-right\">\r\n <div class=\"ct-icons\">\r\n @if (docs) {\r\n <ius-icon-sm iconName=\"icon-attach-file\"></ius-icon-sm>\r\n }\r\n </div>\r\n <div class=\"ct-date\">\r\n @if (!read) {\r\n <div class=\"icon-dot\"></div>\r\n }\r\n <span>{{date}}</span>\r\n </div>\r\n <ius-icon-sm iconName=\"icon-keyboard-arrow-down\" class=\"icon-keyboard-arrow-down\"></ius-icon-sm>\r\n\r\n </div>\r\n </div>\r\n }@else if (cardType === 'gestion') {\r\n <div class=\"container-card\">\r\n <div class=\"container-left\">\r\n <ius-icon-sm iconName=\"icon-article-person\" class=\"icon-article-person\"\r\n [ngClass]=\"{'priority-off': !priority}\"></ius-icon-sm>\r\n <div class=\"content-left\">\r\n <span class=\"text-line-1\">{{data1}}</span>\r\n <span class=\"text-line-2\">{{data2}}</span>\r\n <span class=\"text-line-3\">{{data3}}</span>\r\n </div>\r\n </div>\r\n <div class=\"container-right\">\r\n <div class=\"ct-icons\">\r\n @if (docs) {\r\n <ius-icon-sm iconName=\"icon-attach-file\"></ius-icon-sm>\r\n }\r\n </div>\r\n <div class=\"ct-date\">\r\n @if (!read) {\r\n <div class=\"icon-dot\"></div>\r\n }\r\n <span>{{date}}</span>\r\n </div>\r\n <ius-icon-sm iconName=\"icon-keyboard-arrow-down\" class=\"icon-keyboard-arrow-down\"></ius-icon-sm>\r\n\r\n </div>\r\n </div>\r\n }\r\n\r\n</div>", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{position:relative;height:100%}.container-card{display:flex;padding:8px 12px;justify-content:space-between;align-items:center;align-self:stretch;cursor:pointer;border-radius:4px;border:1px solid #eaeaea}.container-card:hover{box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014;border:1px solid #C4DFFF}.container-left{display:flex;align-items:center;gap:16px;width:50%}.container-right{display:flex;align-items:center;gap:16px;font-family:Rubik,sans-serif}.content-left{display:flex;flex-direction:column;align-items:flex-start;font-family:Rubik,sans-serif}.icon-account-balance{color:#497610}.priority-off{color:#8c8c8c}.text-line-1{color:#8c8c8c;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.24px}.text-line-2{color:#333;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.read{font-weight:400}.text-line-3{color:#595959;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.container-text-line-4{display:flex;gap:24px}.cont-line-4{display:flex;align-items:center;gap:4px}.ct-icons{display:flex;align-items:center;gap:8px;color:#595959}.ct-date{display:flex;align-items:center;gap:4px;color:#8c8c8c;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.24px}.icon-dot{display:flex;align-items:center;width:8px;height:8px;aspect-ratio:1/1;background-color:#2167ff;border-radius:100px}.icon-dot-warning{background-color:#ffae00}.icon-keyboard-arrow-down{color:#333}.icon-calendar-judge{color:#0a2893}.icon-calendar-clock{color:#184fdb}.icon-emergency-home{color:#ffae00}.icon-book-5{color:#7caf25}.icon-article-person{color:#434343}\n"] }]
|
|
20
|
+
}], propDecorators: { cardType: [{
|
|
21
|
+
type: Input
|
|
22
|
+
}], read: [{
|
|
23
|
+
type: Input
|
|
24
|
+
}], docs: [{
|
|
25
|
+
type: Input
|
|
26
|
+
}], priority: [{
|
|
27
|
+
type: Input
|
|
28
|
+
}], warning: [{
|
|
29
|
+
type: Input
|
|
30
|
+
}], data1: [{
|
|
31
|
+
type: Input
|
|
32
|
+
}], data2: [{
|
|
33
|
+
type: Input
|
|
34
|
+
}], data3: [{
|
|
35
|
+
type: Input
|
|
36
|
+
}], date: [{
|
|
37
|
+
type: Input
|
|
38
|
+
}], asignado: [{
|
|
39
|
+
type: Input
|
|
40
|
+
}], programacion: [{
|
|
41
|
+
type: Input
|
|
42
|
+
}] } });
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1saXN0LW1vdmltaWVudG9zLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2l1cy1kZXNpZ24tY29tcG9uZW50cy9zcmMvbGliL2NhcmQtbGlzdC1tb3ZpbWllbnRvcy9jYXJkLWxpc3QtbW92aW1pZW50b3MuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1saXN0LW1vdmltaWVudG9zL2NhcmQtbGlzdC1tb3ZpbWllbnRvcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFFL0QsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDOzs7QUFTL0MsTUFBTSxPQUFPLDRCQUE0QjtJQVB6QztRQVNXLGFBQVEsR0FBaUUsWUFBWSxDQUFDO1FBQ3RGLFNBQUksR0FBWSxLQUFLLENBQUM7UUFDdEIsU0FBSSxHQUFZLEtBQUssQ0FBQztRQUN0QixhQUFRLEdBQVksSUFBSSxDQUFDO1FBQ3pCLFlBQU8sR0FBWSxLQUFLLENBQUM7S0FTbkM7K0dBZlksNEJBQTRCO21HQUE1Qiw0QkFBNEIsK1NDWnpDLDZuTkF5Sk0scW1HRGpKTSxlQUFlLHNGQUFFLFlBQVk7OzRGQUk1Qiw0QkFBNEI7a0JBUHhDLFNBQVM7K0JBQ0UsMkJBQTJCLGNBQ3pCLElBQUksV0FDUCxDQUFDLGVBQWUsRUFBRSxZQUFZLENBQUM7OEJBTS9CLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFFRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBJY29uU21Db21wb25lbnQgfSBmcm9tICcuLi9pY29uLXNtL2ljb24tc20uY29tcG9uZW50JztcclxuaW1wb3J0IHsgSWNvblhzQ29tcG9uZW50IH0gZnJvbSAnLi4vaWNvbi14cy9pY29uLXhzLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2l1cy1jYXJkLWxpc3QtbW92aW1pZW50b3MnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0ljb25TbUNvbXBvbmVudCwgQ29tbW9uTW9kdWxlXSxcclxuICB0ZW1wbGF0ZVVybDogJy4vY2FyZC1saXN0LW1vdmltaWVudG9zLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vY2FyZC1saXN0LW1vdmltaWVudG9zLmNvbXBvbmVudC5zY3NzJyxcclxufSlcclxuZXhwb3J0IGNsYXNzIENhcmRMaXN0TW92aW1pZW50b3NDb21wb25lbnQge1xyXG5cclxuICBASW5wdXQoKSBjYXJkVHlwZT86ICd2aWdpbGFuY2lhJyB8ICdhY3RpdmlkYWQnIHwgJ2FnZW5kYScgfCAnZXRhcGEnIHwgJ2dlc3Rpb24nID0gJ3ZpZ2lsYW5jaWEnO1xyXG4gIEBJbnB1dCgpIHJlYWQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoKSBkb2NzOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KCkgcHJpb3JpdHk6IGJvb2xlYW4gPSB0cnVlO1xyXG4gIEBJbnB1dCgpIHdhcm5pbmc6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KCkgZGF0YTE/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgZGF0YTI/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgZGF0YTM/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgZGF0ZT86IHN0cmluZztcclxuICBASW5wdXQoKSBhc2lnbmFkbz86IHN0cmluZztcclxuICBASW5wdXQoKSBwcm9ncmFtYWNpb24/OiBzdHJpbmc7XHJcblxyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJjb250YWluZXItZ2VuZXJhbFwiPlxyXG4gICAgQGlmIChjYXJkVHlwZSA9PT0gJ3ZpZ2lsYW5jaWEnKSB7XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWxlZnRcIj5cclxuICAgICAgICAgICAgPGl1cy1pY29uLXNtIGljb25OYW1lPVwiaWNvbi1hY2NvdW50LWJhbGFuY2VcIiBjbGFzcz1cImljb24tYWNjb3VudC1iYWxhbmNlXCJcclxuICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cInsncHJpb3JpdHktb2ZmJzogIXByaW9yaXR5fVwiPjwvaXVzLWljb24tc20+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb250ZW50LWxlZnRcIj5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidGV4dC1saW5lLTFcIj57e2RhdGExfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtbGluZS0yXCIgW25nQ2xhc3NdPVwieydyZWFkJzogcmVhZH1cIj57e2RhdGEyfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtbGluZS0zXCI+e3tkYXRhM319PC9zcGFuPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLXJpZ2h0XCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjdC1pY29uc1wiPlxyXG4gICAgICAgICAgICAgICAgPGl1cy1pY29uLXNtIGljb25OYW1lPVwiaWNvbi1ub3RpZmljYXRpb24tMlwiPjwvaXVzLWljb24tc20+XHJcbiAgICAgICAgICAgICAgICBAaWYgKGRvY3MpIHtcclxuICAgICAgICAgICAgICAgIDxpdXMtaWNvbi1zbSBpY29uTmFtZT1cImljb24tZG9jcy0yXCI+PC9pdXMtaWNvbi1zbT5cclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjdC1kYXRlXCI+XHJcbiAgICAgICAgICAgICAgICBAaWYgKCFyZWFkKSB7XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaWNvbi1kb3RcIj48L2Rpdj5cclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIDxzcGFuPnt7ZGF0ZX19PC9zcGFuPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGl1cy1pY29uLXNtIGljb25OYW1lPVwiaWNvbi1rZXlib2FyZC1hcnJvdy1kb3duXCIgY2xhc3M9XCJpY29uLWtleWJvYXJkLWFycm93LWRvd25cIj48L2l1cy1pY29uLXNtPlxyXG5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gICAgfUBlbHNlIGlmIChjYXJkVHlwZSA9PT0gJ2FnZW5kYScpIHtcclxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItY2FyZFwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItbGVmdFwiPlxyXG4gICAgICAgICAgICA8aXVzLWljb24tc20gaWNvbk5hbWU9XCJpY29uLWNhbGVuZGFyLWp1ZGdlXCIgY2xhc3M9XCJpY29uLWNhbGVuZGFyLWp1ZGdlXCJcclxuICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cInsncHJpb3JpdHktb2ZmJzogIXByaW9yaXR5fVwiPjwvaXVzLWljb24tc20+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb250ZW50LWxlZnRcIj5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidGV4dC1saW5lLTFcIj57e2RhdGExfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtbGluZS0yXCI+e3tkYXRhMn19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LWxpbmUtM1wiPnt7ZGF0YTN9fTwvc3Bhbj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1yaWdodFwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3QtaWNvbnNcIj5cclxuICAgICAgICAgICAgICAgIDxpdXMtaWNvbi1zbSBpY29uTmFtZT1cImljb24tbm90aWZpY2F0aW9uLTJcIj48L2l1cy1pY29uLXNtPlxyXG4gICAgICAgICAgICAgICAgQGlmIChkb2NzKSB7XHJcbiAgICAgICAgICAgICAgICA8aXVzLWljb24tc20gaWNvbk5hbWU9XCJpY29uLWRvY3MtMlwiPjwvaXVzLWljb24tc20+XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3QtZGF0ZVwiPlxyXG4gICAgICAgICAgICAgICAgQGlmICghcmVhZCkge1xyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImljb24tZG90XCI+PC9kaXY+XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICA8c3Bhbj57e2RhdGV9fTwvc3Bhbj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxpdXMtaWNvbi1zbSBpY29uTmFtZT1cImljb24ta2V5Ym9hcmQtYXJyb3ctZG93blwiIGNsYXNzPVwiaWNvbi1rZXlib2FyZC1hcnJvdy1kb3duXCI+PC9pdXMtaWNvbi1zbT5cclxuXHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICAgIH1AZWxzZSBpZiAoY2FyZFR5cGUgPT09ICdhY3RpdmlkYWQnKSB7XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWxlZnRcIj5cclxuICAgICAgICAgICAgPGl1cy1pY29uLXNtIGljb25OYW1lPVwiaWNvbi1jYWxlbmRhci1jbG9ja1wiIGNsYXNzPVwiaWNvbi1jYWxlbmRhci1jbG9ja1wiXHJcbiAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJ7J3ByaW9yaXR5LW9mZic6ICFwcmlvcml0eX1cIj48L2l1cy1pY29uLXNtPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGVudC1sZWZ0XCI+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtbGluZS0xXCI+e3tkYXRhMX19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LWxpbmUtMlwiPnt7ZGF0YTJ9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItdGV4dC1saW5lLTRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29udC1saW5lLTRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LWxpbmUtMVwiPkFzaWduYWRvIGE8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidGV4dC1saW5lLTNcIj57e2FzaWduYWRvfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbnQtbGluZS00XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidGV4dC1saW5lLTFcIj5Qcm9ncmFtYWRhIHBhcmEgZWw8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidGV4dC1saW5lLTNcIj57e3Byb2dyYW1hY2lvbn19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtbGluZS0zXCI+e3tkYXRhM319PC9zcGFuPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLXJpZ2h0XCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjdC1pY29uc1wiPlxyXG4gICAgICAgICAgICAgICAgQGlmIChkb2NzKSB7XHJcbiAgICAgICAgICAgICAgICA8aXVzLWljb24tc20gaWNvbk5hbWU9XCJpY29uLWF0dGFjaC1maWxlXCI+PC9pdXMtaWNvbi1zbT5cclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjdC1kYXRlXCI+XHJcbiAgICAgICAgICAgICAgICBAaWYgKCFyZWFkKSB7XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaWNvbi1kb3RcIiBbbmdDbGFzc109XCJ7J2ljb24tZG90LXdhcm5pbmcnOndhcm5pbmd9XCI+PC9kaXY+XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICBAaWYgKHdhcm5pbmcpIHtcclxuICAgICAgICAgICAgICAgIDxpdXMtaWNvbi1zbSBpY29uTmFtZT1cImljb24tZW1lcmdlbmN5LWhvbWVcIiBjbGFzcz1cImljb24tZW1lcmdlbmN5LWhvbWVcIj48L2l1cy1pY29uLXNtPlxyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgPHNwYW4+e3tkYXRlfX08L3NwYW4+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8aXVzLWljb24tc20gaWNvbk5hbWU9XCJpY29uLWtleWJvYXJkLWFycm93LWRvd25cIiBjbGFzcz1cImljb24ta2V5Ym9hcmQtYXJyb3ctZG93blwiPjwvaXVzLWljb24tc20+XHJcblxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICB9QGVsc2UgaWYgKGNhcmRUeXBlID09PSAnZXRhcGEnKSB7XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWNhcmRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWxlZnRcIj5cclxuICAgICAgICAgICAgPGl1cy1pY29uLXNtIGljb25OYW1lPVwiaWNvbi1ib29rLTVcIiBjbGFzcz1cImljb24tYm9vay01XCJcclxuICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cInsncHJpb3JpdHktb2ZmJzogIXByaW9yaXR5fVwiPjwvaXVzLWljb24tc20+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb250ZW50LWxlZnRcIj5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidGV4dC1saW5lLTFcIj57e2RhdGExfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtbGluZS0yXCI+e3tkYXRhMn19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LWxpbmUtM1wiPnt7ZGF0YTN9fTwvc3Bhbj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1yaWdodFwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3QtaWNvbnNcIj5cclxuICAgICAgICAgICAgICAgIEBpZiAoZG9jcykge1xyXG4gICAgICAgICAgICAgICAgPGl1cy1pY29uLXNtIGljb25OYW1lPVwiaWNvbi1hdHRhY2gtZmlsZVwiPjwvaXVzLWljb24tc20+XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3QtZGF0ZVwiPlxyXG4gICAgICAgICAgICAgICAgQGlmICghcmVhZCkge1xyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImljb24tZG90XCI+PC9kaXY+XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICA8c3Bhbj57e2RhdGV9fTwvc3Bhbj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxpdXMtaWNvbi1zbSBpY29uTmFtZT1cImljb24ta2V5Ym9hcmQtYXJyb3ctZG93blwiIGNsYXNzPVwiaWNvbi1rZXlib2FyZC1hcnJvdy1kb3duXCI+PC9pdXMtaWNvbi1zbT5cclxuXHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICAgIH1AZWxzZSBpZiAoY2FyZFR5cGUgPT09ICdnZXN0aW9uJykge1xyXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1jYXJkXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1sZWZ0XCI+XHJcbiAgICAgICAgICAgIDxpdXMtaWNvbi1zbSBpY29uTmFtZT1cImljb24tYXJ0aWNsZS1wZXJzb25cIiBjbGFzcz1cImljb24tYXJ0aWNsZS1wZXJzb25cIlxyXG4gICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwieydwcmlvcml0eS1vZmYnOiAhcHJpb3JpdHl9XCI+PC9pdXMtaWNvbi1zbT5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRlbnQtbGVmdFwiPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LWxpbmUtMVwiPnt7ZGF0YTF9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidGV4dC1saW5lLTJcIj57e2RhdGEyfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtbGluZS0zXCI+e3tkYXRhM319PC9zcGFuPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLXJpZ2h0XCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjdC1pY29uc1wiPlxyXG4gICAgICAgICAgICAgICAgQGlmIChkb2NzKSB7XHJcbiAgICAgICAgICAgICAgICA8aXVzLWljb24tc20gaWNvbk5hbWU9XCJpY29uLWF0dGFjaC1maWxlXCI+PC9pdXMtaWNvbi1zbT5cclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjdC1kYXRlXCI+XHJcbiAgICAgICAgICAgICAgICBAaWYgKCFyZWFkKSB7XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaWNvbi1kb3RcIj48L2Rpdj5cclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIDxzcGFuPnt7ZGF0ZX19PC9zcGFuPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGl1cy1pY29uLXNtIGljb25OYW1lPVwiaWNvbi1rZXlib2FyZC1hcnJvdy1kb3duXCIgY2xhc3M9XCJpY29uLWtleWJvYXJkLWFycm93LWRvd25cIj48L2l1cy1pY29uLXNtPlxyXG5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gICAgfVxyXG5cclxuPC9kaXY+Il19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './card-list-movimientos.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9jYXJkLWxpc3QtbW92aW1pZW50b3MvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxtQ0FBbUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY2FyZC1saXN0LW1vdmltaWVudG9zLmNvbXBvbmVudCc7XHJcblxyXG4iXX0=
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import { DatePipe } from '@angular/common';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class CardListProcesoComponent {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.activeText = 'Activo';
|
|
7
|
+
this.inactiveText = 'Inactivo';
|
|
8
|
+
this.onClickEvent = new EventEmitter();
|
|
9
|
+
}
|
|
10
|
+
onClick(event) {
|
|
11
|
+
this.onClickEvent.emit(event);
|
|
12
|
+
}
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardListProcesoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
14
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CardListProcesoComponent, isStandalone: true, selector: "ius-card-list-proceso", inputs: { tipoProceso: "tipoProceso", state: "state", radicado: "radicado", demandantes: "demandantes", demandados: "demandados", usuarioAsignado: "usuarioAsignado", fechaAsignacion: "fechaAsignacion", fecha: "fecha", userID: "userID", activeText: "activeText", inactiveText: "inactiveText" }, outputs: { onClickEvent: "onClickEvent" }, ngImport: i0, template: "<div class=\"container-general\">\r\n <div class=\"container-card\" (click)=\"onClick($event)\" >\r\n <div class=\"container-left\">\r\n <div class=\"content-left\">\r\n <span class=\"text-estado\">{{state ? 'Activo' : 'Inactivo'}}</span>\r\n <span class=\"text-proceso\">{{tipoProceso}}\r\n <span class=\"text-numero-proceso\">{{radicado}}</span>\r\n </span>\r\n <span class=\"descrip-proceso\" style=\"padding: 4px 0;\">Demandantes <span\r\n class=\"text-name-demand\">{{demandantes}}</span>\r\n Demandados <span class=\"text-name-demand\">{{demandados}}</span></span>\r\n \r\n <div class=\"assigned\">\r\n <span class=\"descrip-proceso\">Asignado por <span\r\n class=\"text-name-demand\">{{usuarioAsignado}}</span></span>\r\n <span class=\"descrip-proceso\">Asignado el <span\r\n class=\"text-name-demand\">{{fechaAsignacion | date: \"d 'de' MMMM 'de' y\"}}</span></span>\r\n </div>\r\n </div>\r\n <div class=\"content-right\">\r\n <div style=\"display: flex; gap: 8px;\">\r\n <span class=\"text-fecha-mov\">{{fecha | date: \"d 'de' MMMM 'de' y\"}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{position:relative;height:100%}.container-card{display:flex;align-items:center;height:100px;gap:12px;align-self:stretch;cursor:pointer;border-radius:14px;border:1px solid #eaeaea;background:#fafafa}.container-card:hover{border:1px solid #C4DFFF;background:#fafafa;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.container-left{display:flex;padding:12px 24px 12px 16px;align-items:center;align-content:center;gap:32px;flex:1 0 0;align-self:stretch;flex-wrap:wrap;border-radius:14px;background:#fff;transition:all .2s ease-in-out}.selected{background:#2167ff!important}.container-left.selected,.container-left.selected *{color:#fff!important}.container-right{display:flex;padding:8px 16px;flex-direction:column;justify-content:center;align-items:flex-end}.content-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;flex:1 0 0}.content-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:4px}.text-estado{color:#629219;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text-proceso{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}.text-numero-proceso{color:#333;font-weight:400}.descrip-proceso{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.24px}.text-name-demand{color:#595959;font-weight:400}.text-fecha-mov{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.assigned{display:flex;align-items:flex-start;gap:8px}\n"], dependencies: [{ kind: "pipe", type: DatePipe, name: "date" }] }); }
|
|
15
|
+
}
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardListProcesoComponent, decorators: [{
|
|
17
|
+
type: Component,
|
|
18
|
+
args: [{ selector: 'ius-card-list-proceso', standalone: true, imports: [DatePipe], template: "<div class=\"container-general\">\r\n <div class=\"container-card\" (click)=\"onClick($event)\" >\r\n <div class=\"container-left\">\r\n <div class=\"content-left\">\r\n <span class=\"text-estado\">{{state ? 'Activo' : 'Inactivo'}}</span>\r\n <span class=\"text-proceso\">{{tipoProceso}}\r\n <span class=\"text-numero-proceso\">{{radicado}}</span>\r\n </span>\r\n <span class=\"descrip-proceso\" style=\"padding: 4px 0;\">Demandantes <span\r\n class=\"text-name-demand\">{{demandantes}}</span>\r\n Demandados <span class=\"text-name-demand\">{{demandados}}</span></span>\r\n \r\n <div class=\"assigned\">\r\n <span class=\"descrip-proceso\">Asignado por <span\r\n class=\"text-name-demand\">{{usuarioAsignado}}</span></span>\r\n <span class=\"descrip-proceso\">Asignado el <span\r\n class=\"text-name-demand\">{{fechaAsignacion | date: \"d 'de' MMMM 'de' y\"}}</span></span>\r\n </div>\r\n </div>\r\n <div class=\"content-right\">\r\n <div style=\"display: flex; gap: 8px;\">\r\n <span class=\"text-fecha-mov\">{{fecha | date: \"d 'de' MMMM 'de' y\"}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{position:relative;height:100%}.container-card{display:flex;align-items:center;height:100px;gap:12px;align-self:stretch;cursor:pointer;border-radius:14px;border:1px solid #eaeaea;background:#fafafa}.container-card:hover{border:1px solid #C4DFFF;background:#fafafa;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.container-left{display:flex;padding:12px 24px 12px 16px;align-items:center;align-content:center;gap:32px;flex:1 0 0;align-self:stretch;flex-wrap:wrap;border-radius:14px;background:#fff;transition:all .2s ease-in-out}.selected{background:#2167ff!important}.container-left.selected,.container-left.selected *{color:#fff!important}.container-right{display:flex;padding:8px 16px;flex-direction:column;justify-content:center;align-items:flex-end}.content-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;flex:1 0 0}.content-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:4px}.text-estado{color:#629219;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text-proceso{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}.text-numero-proceso{color:#333;font-weight:400}.descrip-proceso{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.24px}.text-name-demand{color:#595959;font-weight:400}.text-fecha-mov{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.assigned{display:flex;align-items:flex-start;gap:8px}\n"] }]
|
|
19
|
+
}], propDecorators: { tipoProceso: [{
|
|
20
|
+
type: Input
|
|
21
|
+
}], state: [{
|
|
22
|
+
type: Input
|
|
23
|
+
}], radicado: [{
|
|
24
|
+
type: Input
|
|
25
|
+
}], demandantes: [{
|
|
26
|
+
type: Input
|
|
27
|
+
}], demandados: [{
|
|
28
|
+
type: Input
|
|
29
|
+
}], usuarioAsignado: [{
|
|
30
|
+
type: Input
|
|
31
|
+
}], fechaAsignacion: [{
|
|
32
|
+
type: Input
|
|
33
|
+
}], fecha: [{
|
|
34
|
+
type: Input
|
|
35
|
+
}], userID: [{
|
|
36
|
+
type: Input
|
|
37
|
+
}], activeText: [{
|
|
38
|
+
type: Input
|
|
39
|
+
}], inactiveText: [{
|
|
40
|
+
type: Input
|
|
41
|
+
}], onClickEvent: [{
|
|
42
|
+
type: Output
|
|
43
|
+
}] } });
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1saXN0LXByb2Nlc28uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1saXN0LXByb2Nlc28vY2FyZC1saXN0LXByb2Nlc28uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1saXN0LXByb2Nlc28vY2FyZC1saXN0LXByb2Nlc28uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUd2RSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBVTNDLE1BQU0sT0FBTyx3QkFBd0I7SUFQckM7UUFrQlcsZUFBVSxHQUFXLFFBQVEsQ0FBQztRQUM5QixpQkFBWSxHQUFXLFVBQVUsQ0FBQztRQUNqQyxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7S0FLbEQ7SUFIQyxPQUFPLENBQUMsS0FBWTtRQUNsQixJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNoQyxDQUFDOytHQWpCVSx3QkFBd0I7bUdBQXhCLHdCQUF3QixrYUNickMscThDQTJCQSwyc0dEbEJZLFFBQVE7OzRGQUlQLHdCQUF3QjtrQkFQcEMsU0FBUzsrQkFDRSx1QkFBdUIsY0FDckIsSUFBSSxXQUNQLENBQUMsUUFBUSxDQUFDOzhCQU1WLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBQ0csZUFBZTtzQkFBdkIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csWUFBWTtzQkFBcEIsS0FBSztnQkFDSSxZQUFZO3NCQUFyQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgcmVnaXN0ZXJMb2NhbGVEYXRhIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IGxvY2FsZUVzIGZyb20gJ0Bhbmd1bGFyL2NvbW1vbi9sb2NhbGVzL2VzJztcclxuaW1wb3J0IHsgRGF0ZVBpcGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5cclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaXVzLWNhcmQtbGlzdC1wcm9jZXNvJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtEYXRlUGlwZV0sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2NhcmQtbGlzdC1wcm9jZXNvLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vY2FyZC1saXN0LXByb2Nlc28uY29tcG9uZW50LnNjc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBDYXJkTGlzdFByb2Nlc29Db21wb25lbnQge1xyXG5cclxuICBASW5wdXQoKSB0aXBvUHJvY2Vzbz86IHN0cmluZztcclxuICBASW5wdXQoKSBzdGF0ZT86IGJvb2xlYW47XHJcbiAgQElucHV0KCkgcmFkaWNhZG8/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgZGVtYW5kYW50ZXM/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgZGVtYW5kYWRvcz86IHN0cmluZztcclxuICBASW5wdXQoKSB1c3VhcmlvQXNpZ25hZG8/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgZmVjaGFBc2lnbmFjaW9uPzogRGF0ZSB8IHN0cmluZztcclxuICBASW5wdXQoKSBmZWNoYT86IERhdGUgfCBzdHJpbmc7XHJcbiAgQElucHV0KCkgdXNlcklEPzogbnVtYmVyO1xyXG4gIEBJbnB1dCgpIGFjdGl2ZVRleHQ6IHN0cmluZyA9ICdBY3Rpdm8nO1xyXG4gIEBJbnB1dCgpIGluYWN0aXZlVGV4dDogc3RyaW5nID0gJ0luYWN0aXZvJztcclxuICBAT3V0cHV0KCkgb25DbGlja0V2ZW50ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XHJcblxyXG4gIG9uQ2xpY2soZXZlbnQ6IEV2ZW50KTogdm9pZCB7IFxyXG4gICAgdGhpcy5vbkNsaWNrRXZlbnQuZW1pdChldmVudCk7XHJcbiAgfVxyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJjb250YWluZXItZ2VuZXJhbFwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1jYXJkXCIgKGNsaWNrKT1cIm9uQ2xpY2soJGV2ZW50KVwiID5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWxlZnRcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRlbnQtbGVmdFwiPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LWVzdGFkb1wiPnt7c3RhdGUgPyAnQWN0aXZvJyA6ICdJbmFjdGl2byd9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidGV4dC1wcm9jZXNvXCI+e3t0aXBvUHJvY2Vzb319XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LW51bWVyby1wcm9jZXNvXCI+e3tyYWRpY2Fkb319PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJkZXNjcmlwLXByb2Nlc29cIiBzdHlsZT1cInBhZGRpbmc6IDRweCAwO1wiPkRlbWFuZGFudGVzIDxzcGFuXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidGV4dC1uYW1lLWRlbWFuZFwiPnt7ZGVtYW5kYW50ZXN9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICBEZW1hbmRhZG9zIDxzcGFuIGNsYXNzPVwidGV4dC1uYW1lLWRlbWFuZFwiPnt7ZGVtYW5kYWRvc319PC9zcGFuPjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImFzc2lnbmVkXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJkZXNjcmlwLXByb2Nlc29cIj5Bc2lnbmFkbyBwb3IgPHNwYW5cclxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJ0ZXh0LW5hbWUtZGVtYW5kXCI+e3t1c3VhcmlvQXNpZ25hZG99fTwvc3Bhbj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImRlc2NyaXAtcHJvY2Vzb1wiPkFzaWduYWRvIGVsIDxzcGFuXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidGV4dC1uYW1lLWRlbWFuZFwiPnt7ZmVjaGFBc2lnbmFjaW9uIHwgZGF0ZTogXCJkICdkZScgTU1NTSAnZGUnIHlcIn19PC9zcGFuPjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRlbnQtcmlnaHRcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgc3R5bGU9XCJkaXNwbGF5OiBmbGV4OyBnYXA6IDhweDtcIj5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtZmVjaGEtbW92XCI+e3tmZWNoYSB8IGRhdGU6IFwiZCAnZGUnIE1NTU0gJ2RlJyB5XCJ9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './card-list-proceso.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9jYXJkLWxpc3QtcHJvY2Vzby9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLCtCQUErQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9jYXJkLWxpc3QtcHJvY2Vzby5jb21wb25lbnQnO1xyXG5cclxuIl19
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class CardLogComponent {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.hover = false;
|
|
6
|
+
this.options = false;
|
|
7
|
+
this.onClickCard = new EventEmitter();
|
|
8
|
+
}
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardLogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CardLogComponent, isStandalone: true, selector: "ius-card-log", inputs: { tipoActividad: "tipoActividad", fecha: "fecha", hora: "hora", role: "role", correoUsuarioActividad: "correoUsuarioActividad", riesgo: "riesgo", ip: "ip", modulo: "modulo", cardID: "cardID" }, outputs: { onClickCard: "onClickCard" }, ngImport: i0, template: "<div class=\"general-container\">\r\n <div class=\"container-card\">\r\n <div class=\"container-content\">\r\n <div class=\"transaction-details\">\r\n <div class=\"details-data\">\r\n <p class=\"title\">{{ tipoActividad }}</p>\r\n <div class=\"date\">\r\n <p class=\"fecha\">{{ fecha }}</p>\r\n <p class=\"hora\">{{ hora }}</p>\r\n </div>\r\n <p class=\"correo\">{{ correoUsuarioActividad }}</p>\r\n </div>\r\n </div>\r\n <div class=\"another-data\">\r\n <div class=\"segment-data\">\r\n <p class=\"title\">Riesgo</p>\r\n <p class=\"text\">{{ riesgo }}</p>\r\n </div>\r\n <div class=\"segment-data\">\r\n <p class=\"title\">Desde</p>\r\n <p class=\"text\">{{ ip }}</p>\r\n </div>\r\n <div class=\"segment-data\">\r\n <p class=\"title\">M\u00F3dulo</p>\r\n <p class=\"text\">{{ modulo }}</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.general-container{position:relative}p{margin:0}.container-card{display:flex;padding:16px 32px;align-items:center;align-content:center;gap:12px 12px;align-self:stretch;flex-wrap:wrap;border-radius:8px;border:1px solid #eaeaea;background:#fff}.container-content{display:flex;align-items:center;gap:16px;width:100%}.transaction-details{display:flex;align-items:center;gap:8px;width:50%}.details-data{display:flex;flex-direction:column;align-items:flex-start;gap:0}.title{color:#8c8c8c;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.date{display:flex;align-items:center;gap:4px}.fecha{color:#595959;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.hora{color:#595959;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}.correo{color:#333;font-family:Roboto;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.another-data{display:flex;gap:40px;width:50%}.segment-data{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.text{color:#595959;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}\n"] }); }
|
|
11
|
+
}
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardLogComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{ selector: 'ius-card-log', standalone: true, imports: [], template: "<div class=\"general-container\">\r\n <div class=\"container-card\">\r\n <div class=\"container-content\">\r\n <div class=\"transaction-details\">\r\n <div class=\"details-data\">\r\n <p class=\"title\">{{ tipoActividad }}</p>\r\n <div class=\"date\">\r\n <p class=\"fecha\">{{ fecha }}</p>\r\n <p class=\"hora\">{{ hora }}</p>\r\n </div>\r\n <p class=\"correo\">{{ correoUsuarioActividad }}</p>\r\n </div>\r\n </div>\r\n <div class=\"another-data\">\r\n <div class=\"segment-data\">\r\n <p class=\"title\">Riesgo</p>\r\n <p class=\"text\">{{ riesgo }}</p>\r\n </div>\r\n <div class=\"segment-data\">\r\n <p class=\"title\">Desde</p>\r\n <p class=\"text\">{{ ip }}</p>\r\n </div>\r\n <div class=\"segment-data\">\r\n <p class=\"title\">M\u00F3dulo</p>\r\n <p class=\"text\">{{ modulo }}</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.general-container{position:relative}p{margin:0}.container-card{display:flex;padding:16px 32px;align-items:center;align-content:center;gap:12px 12px;align-self:stretch;flex-wrap:wrap;border-radius:8px;border:1px solid #eaeaea;background:#fff}.container-content{display:flex;align-items:center;gap:16px;width:100%}.transaction-details{display:flex;align-items:center;gap:8px;width:50%}.details-data{display:flex;flex-direction:column;align-items:flex-start;gap:0}.title{color:#8c8c8c;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.date{display:flex;align-items:center;gap:4px}.fecha{color:#595959;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.hora{color:#595959;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}.correo{color:#333;font-family:Roboto;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.another-data{display:flex;gap:40px;width:50%}.segment-data{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.text{color:#595959;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}\n"] }]
|
|
15
|
+
}], propDecorators: { tipoActividad: [{
|
|
16
|
+
type: Input
|
|
17
|
+
}], fecha: [{
|
|
18
|
+
type: Input
|
|
19
|
+
}], hora: [{
|
|
20
|
+
type: Input
|
|
21
|
+
}], role: [{
|
|
22
|
+
type: Input
|
|
23
|
+
}], correoUsuarioActividad: [{
|
|
24
|
+
type: Input
|
|
25
|
+
}], riesgo: [{
|
|
26
|
+
type: Input
|
|
27
|
+
}], ip: [{
|
|
28
|
+
type: Input
|
|
29
|
+
}], modulo: [{
|
|
30
|
+
type: Input
|
|
31
|
+
}], cardID: [{
|
|
32
|
+
type: Input
|
|
33
|
+
}], onClickCard: [{
|
|
34
|
+
type: Output
|
|
35
|
+
}] } });
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1sb2cuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1sb2cvY2FyZC1sb2cuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1sb2cvY2FyZC1sb2cuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTdkUsTUFBTSxPQUFPLGdCQUFnQjtJQVA3QjtRQVFFLFVBQUssR0FBWSxLQUFLLENBQUM7UUFDdkIsWUFBTyxHQUFZLEtBQUssQ0FBQztRQVlmLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztLQUVwRDsrR0FoQlksZ0JBQWdCO21HQUFoQixnQkFBZ0IsMlRDVDdCLHNoQ0E4QkE7OzRGRHJCYSxnQkFBZ0I7a0JBUDVCLFNBQVM7K0JBQ0UsY0FBYyxjQUNaLElBQUksV0FDUCxFQUFFOzhCQVFGLGFBQWE7c0JBQXJCLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csc0JBQXNCO3NCQUE5QixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxFQUFFO3NCQUFWLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFFSSxXQUFXO3NCQUFwQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaXVzLWNhcmQtbG9nJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9jYXJkLWxvZy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2NhcmQtbG9nLmNvbXBvbmVudC5zY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQ2FyZExvZ0NvbXBvbmVudCB7XHJcbiAgaG92ZXI6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBvcHRpb25zOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgpIHRpcG9BY3RpdmlkYWQ/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgZmVjaGE/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgaG9yYT86IHN0cmluZztcclxuICBASW5wdXQoKSByb2xlPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIGNvcnJlb1VzdWFyaW9BY3RpdmlkYWQ/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgcmllc2dvPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIGlwPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIG1vZHVsbz86IHN0cmluZztcclxuICBASW5wdXQoKSBjYXJkSUQ/OiBudW1iZXI7XHJcblxyXG4gIEBPdXRwdXQoKSBvbkNsaWNrQ2FyZCA9IG5ldyBFdmVudEVtaXR0ZXI8bnVtYmVyPigpO1xyXG5cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwiZ2VuZXJhbC1jb250YWluZXJcIj5cclxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWNhcmRcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItY29udGVudFwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwidHJhbnNhY3Rpb24tZGV0YWlsc1wiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJkZXRhaWxzLWRhdGFcIj5cclxuICAgICAgICAgIDxwIGNsYXNzPVwidGl0bGVcIj57eyB0aXBvQWN0aXZpZGFkIH19PC9wPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImRhdGVcIj5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJmZWNoYVwiPnt7IGZlY2hhIH19PC9wPlxyXG4gICAgICAgICAgICA8cCBjbGFzcz1cImhvcmFcIj57eyBob3JhIH19PC9wPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8cCBjbGFzcz1cImNvcnJlb1wiPnt7IGNvcnJlb1VzdWFyaW9BY3RpdmlkYWQgfX08L3A+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiYW5vdGhlci1kYXRhXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInNlZ21lbnQtZGF0YVwiPlxyXG4gICAgICAgICAgPHAgY2xhc3M9XCJ0aXRsZVwiPlJpZXNnbzwvcD5cclxuICAgICAgICAgIDxwIGNsYXNzPVwidGV4dFwiPnt7IHJpZXNnbyB9fTwvcD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwic2VnbWVudC1kYXRhXCI+XHJcbiAgICAgICAgICA8cCBjbGFzcz1cInRpdGxlXCI+RGVzZGU8L3A+XHJcbiAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj57eyBpcCB9fTwvcD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwic2VnbWVudC1kYXRhXCI+XHJcbiAgICAgICAgICA8cCBjbGFzcz1cInRpdGxlXCI+TcOzZHVsbzwvcD5cclxuICAgICAgICAgIDxwIGNsYXNzPVwidGV4dFwiPnt7IG1vZHVsbyB9fTwvcD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuPC9kaXY+XHJcbiJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './card-log.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9jYXJkLWxvZy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9jYXJkLWxvZy5jb21wb25lbnQnO1xyXG5cclxuIl19
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import { IconMdComponent } from "../icon-md";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class CardPlanSmallComponent {
|
|
5
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardPlanSmallComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CardPlanSmallComponent, isStandalone: true, selector: "ius-card-plan-small", inputs: { active: "active", namePlan: "namePlan", planType: "planType" }, ngImport: i0, template: "<div class=\"container-general\">\r\n <div class=\"image-container\">\r\n <ius-icon-md iconName=\"icon-ticket\"></ius-icon-md>\r\n </div>\r\n <div class=\"container-right\">\r\n <div class=\"container-right-interno\">\r\n <span class=\"state\">{{active}}</span>\r\n <span class=\"name\">{{namePlan}}</span>\r\n <span class=\"title\">{{planType}}</span>\r\n </div>\r\n </div>\r\n</div>", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{display:flex;padding:8px;align-items:center;gap:8px;align-self:stretch}.image-container{display:flex;align-items:center;gap:8px;border-radius:100px;border:.5px solid #f5f5f5;background:#c4dfff;width:32px;height:32px;justify-content:center;aspect-ratio:1/1}.container-right{display:flex;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0}.container-right-interno{display:flex;padding-left:8px;flex-direction:column;align-items:flex-start}.state{display:flex;align-items:center;gap:10px;align-self:stretch;color:#7caf25;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.name{display:flex;align-items:center;gap:10px;color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.title{display:flex;align-items:center;gap:10px;color:#333;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px;align-self:start}\n"], dependencies: [{ kind: "component", type: IconMdComponent, selector: "ius-icon-md", inputs: ["iconName", "color"] }] }); }
|
|
7
|
+
}
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardPlanSmallComponent, decorators: [{
|
|
9
|
+
type: Component,
|
|
10
|
+
args: [{ selector: 'ius-card-plan-small', standalone: true, imports: [IconMdComponent], template: "<div class=\"container-general\">\r\n <div class=\"image-container\">\r\n <ius-icon-md iconName=\"icon-ticket\"></ius-icon-md>\r\n </div>\r\n <div class=\"container-right\">\r\n <div class=\"container-right-interno\">\r\n <span class=\"state\">{{active}}</span>\r\n <span class=\"name\">{{namePlan}}</span>\r\n <span class=\"title\">{{planType}}</span>\r\n </div>\r\n </div>\r\n</div>", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{display:flex;padding:8px;align-items:center;gap:8px;align-self:stretch}.image-container{display:flex;align-items:center;gap:8px;border-radius:100px;border:.5px solid #f5f5f5;background:#c4dfff;width:32px;height:32px;justify-content:center;aspect-ratio:1/1}.container-right{display:flex;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0}.container-right-interno{display:flex;padding-left:8px;flex-direction:column;align-items:flex-start}.state{display:flex;align-items:center;gap:10px;align-self:stretch;color:#7caf25;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.name{display:flex;align-items:center;gap:10px;color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.title{display:flex;align-items:center;gap:10px;color:#333;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px;align-self:start}\n"] }]
|
|
11
|
+
}], propDecorators: { active: [{
|
|
12
|
+
type: Input
|
|
13
|
+
}], namePlan: [{
|
|
14
|
+
type: Input
|
|
15
|
+
}], planType: [{
|
|
16
|
+
type: Input
|
|
17
|
+
}] } });
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1wbGFuLXNtYWxsLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2l1cy1kZXNpZ24tY29tcG9uZW50cy9zcmMvbGliL2NhcmQtcGxhbi1zbWFsbC9jYXJkLXBsYW4tc21hbGwuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1wbGFuLXNtYWxsL2NhcmQtcGxhbi1zbWFsbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sWUFBWSxDQUFDOztBQVM3QyxNQUFNLE9BQU8sc0JBQXNCOytHQUF0QixzQkFBc0I7bUdBQXRCLHNCQUFzQix5SkNWbkMsb2NBV00sc2dGRExNLGVBQWU7OzRGQUlkLHNCQUFzQjtrQkFQbEMsU0FBUzsrQkFDRSxxQkFBcUIsY0FDbkIsSUFBSSxXQUNQLENBQUMsZUFBZSxDQUFDOzhCQU1qQixNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBJY29uTWRDb21wb25lbnQgfSBmcm9tIFwiLi4vaWNvbi1tZFwiO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdpdXMtY2FyZC1wbGFuLXNtYWxsJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtJY29uTWRDb21wb25lbnRdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9jYXJkLXBsYW4tc21hbGwuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9jYXJkLXBsYW4tc21hbGwuY29tcG9uZW50LnNjc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBDYXJkUGxhblNtYWxsQ29tcG9uZW50IHtcclxuXHJcbiAgQElucHV0KCkgYWN0aXZlPzogc3RyaW5nIHwgYm9vbGVhbjtcclxuICBASW5wdXQoKSBuYW1lUGxhbj86IHN0cmluZztcclxuICBASW5wdXQoKSBwbGFuVHlwZT86IHN0cmluZztcclxuXHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImNvbnRhaW5lci1nZW5lcmFsXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiaW1hZ2UtY29udGFpbmVyXCI+XHJcbiAgICAgICAgPGl1cy1pY29uLW1kIGljb25OYW1lPVwiaWNvbi10aWNrZXRcIj48L2l1cy1pY29uLW1kPlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLXJpZ2h0XCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1yaWdodC1pbnRlcm5vXCI+XHJcbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwic3RhdGVcIj57e2FjdGl2ZX19PC9zcGFuPlxyXG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cIm5hbWVcIj57e25hbWVQbGFufX08L3NwYW4+XHJcbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidGl0bGVcIj57e3BsYW5UeXBlfX08L3NwYW4+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9kaXY+Il19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './card-plan-small.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9jYXJkLXBsYW4tc21hbGwvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyw2QkFBNkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY2FyZC1wbGFuLXNtYWxsLmNvbXBvbmVudCc7XHJcblxyXG4iXX0=
|