@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,79 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import { IconMdComponent } from '../icon-md/icon-md.component';
|
|
3
|
+
import { CommonModule } from '@angular/common';
|
|
4
|
+
import { FormsModule } from '@angular/forms';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "@angular/common";
|
|
7
|
+
import * as i2 from "@angular/forms";
|
|
8
|
+
export class SearchBarComponent {
|
|
9
|
+
constructor() {
|
|
10
|
+
this.textInput = '';
|
|
11
|
+
this.isFocused = false;
|
|
12
|
+
this.labelInput = 'Buscar';
|
|
13
|
+
this.disabled = false;
|
|
14
|
+
this.initialText = '';
|
|
15
|
+
this.showSearchIcon = true;
|
|
16
|
+
this.onChangesValueEvent = new EventEmitter();
|
|
17
|
+
this.enterSearchEvent = new EventEmitter();
|
|
18
|
+
this.onEnterKey = new EventEmitter();
|
|
19
|
+
}
|
|
20
|
+
ngOnInit() {
|
|
21
|
+
if (this.initialText) {
|
|
22
|
+
this.textInput = this.initialText;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
onFocus() {
|
|
26
|
+
this.isFocused = true;
|
|
27
|
+
}
|
|
28
|
+
onBlur() {
|
|
29
|
+
this.isFocused = false;
|
|
30
|
+
}
|
|
31
|
+
performSearch(event) {
|
|
32
|
+
this.enterSearchEvent.emit(this.textInput);
|
|
33
|
+
}
|
|
34
|
+
onInput() {
|
|
35
|
+
this.onChangesValueEvent.emit(this.textInput);
|
|
36
|
+
}
|
|
37
|
+
clearSearch() {
|
|
38
|
+
this.textInput = '';
|
|
39
|
+
this.onChangesValueEvent.emit(this.textInput);
|
|
40
|
+
}
|
|
41
|
+
onKeyPress(event) {
|
|
42
|
+
if (event.key === 'Enter') {
|
|
43
|
+
if (this.textInput.trim() !== '') {
|
|
44
|
+
this.onEnterKey.emit(this.textInput);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
onDropBlock(event) {
|
|
49
|
+
// Evita que se dropee contenido en el input
|
|
50
|
+
event.preventDefault();
|
|
51
|
+
}
|
|
52
|
+
onDragOverBlock(event) {
|
|
53
|
+
// Evita que se permita arrastrar texto sobre el input
|
|
54
|
+
event.preventDefault();
|
|
55
|
+
}
|
|
56
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SearchBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
57
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: SearchBarComponent, isStandalone: true, selector: "ius-search-bar", inputs: { textInput: "textInput", labelInput: "labelInput", disabled: "disabled", initialText: "initialText", showSearchIcon: "showSearchIcon" }, outputs: { onChangesValueEvent: "onChangesValueEvent", enterSearchEvent: "enterSearchEvent", onEnterKey: "onEnterKey" }, ngImport: i0, template: "<div class=\"container-general\">\r\n <div class=\"container-search\" [ngClass]=\"{\r\n 'disabled': disabled,\r\n 'focused': isFocused\r\n }\">\r\n <div class=\"container-input\">\r\n <input type=\"text\" [(ngModel)]=\"textInput\" [disabled]=\"disabled\" (focus)=\"onFocus()\" (blur)=\"onBlur()\" (keypress)=\"onKeyPress($event)\"\r\n (input)=\"onInput()\" (keyup.enter)=\"performSearch($event)\" (drop)=\"onDropBlock($event)\" (dragover)=\"onDragOverBlock($event)\">\r\n @if (textInput === '') {\r\n <label class=\"input-label\">{{labelInput}}</label>\r\n }\r\n\r\n @if (!disabled && textInput) {\r\n <button class=\"button-delete\" (click)=\"clearSearch()\">\r\n <ius-icon-md iconName=\"icon-cancel\" class=\"icon-color-cancel\"></ius-icon-md>\r\n </button>\r\n }\r\n\r\n </div>\r\n @if (showSearchIcon) {\r\n <div class=\"container-icon\">\r\n <ius-icon-md iconName=\"icon-search\" class=\"icon-color\"></ius-icon-md>\r\n </div>\r\n }\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{position:relative;height:100%}.container-search{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px;color:#8c8c8c;display:flex;height:44px;padding:0 8px 0 24px;align-items:center;gap:12px;border-radius:14px;border:1px solid #f5f5f5;background:#f5f5f5}.container-search:hover:not(.disabled):not(.focused){background:#f0f0f0}.container-search.focused{border:1px solid #eaeaea;background:#fff}.container-search.focused .icon-color{color:#0581bc}.container-search.disabled{background:#fafafa;color:#bfbfbf}.container-search.disabled .icon-color{color:#bfbfbf}.container-icon{display:flex;padding:0 12px;align-items:center;align-self:stretch}.icon-color{color:#595959}.container-input{display:flex;flex:1;min-width:120px;padding:12px 0;align-items:center;gap:8px;position:relative}input{border:none;outline:none;background-color:transparent;width:100%;font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.button-delete{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;color:#595959}.button-delete:hover{color:#013169}.input-label{position:absolute;left:0;pointer-events:none}\n"], dependencies: [{ kind: "component", type: IconMdComponent, selector: "ius-icon-md", inputs: ["iconName", "color"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] }); }
|
|
58
|
+
}
|
|
59
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SearchBarComponent, decorators: [{
|
|
60
|
+
type: Component,
|
|
61
|
+
args: [{ selector: 'ius-search-bar', standalone: true, imports: [IconMdComponent, CommonModule, FormsModule], template: "<div class=\"container-general\">\r\n <div class=\"container-search\" [ngClass]=\"{\r\n 'disabled': disabled,\r\n 'focused': isFocused\r\n }\">\r\n <div class=\"container-input\">\r\n <input type=\"text\" [(ngModel)]=\"textInput\" [disabled]=\"disabled\" (focus)=\"onFocus()\" (blur)=\"onBlur()\" (keypress)=\"onKeyPress($event)\"\r\n (input)=\"onInput()\" (keyup.enter)=\"performSearch($event)\" (drop)=\"onDropBlock($event)\" (dragover)=\"onDragOverBlock($event)\">\r\n @if (textInput === '') {\r\n <label class=\"input-label\">{{labelInput}}</label>\r\n }\r\n\r\n @if (!disabled && textInput) {\r\n <button class=\"button-delete\" (click)=\"clearSearch()\">\r\n <ius-icon-md iconName=\"icon-cancel\" class=\"icon-color-cancel\"></ius-icon-md>\r\n </button>\r\n }\r\n\r\n </div>\r\n @if (showSearchIcon) {\r\n <div class=\"container-icon\">\r\n <ius-icon-md iconName=\"icon-search\" class=\"icon-color\"></ius-icon-md>\r\n </div>\r\n }\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{position:relative;height:100%}.container-search{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px;color:#8c8c8c;display:flex;height:44px;padding:0 8px 0 24px;align-items:center;gap:12px;border-radius:14px;border:1px solid #f5f5f5;background:#f5f5f5}.container-search:hover:not(.disabled):not(.focused){background:#f0f0f0}.container-search.focused{border:1px solid #eaeaea;background:#fff}.container-search.focused .icon-color{color:#0581bc}.container-search.disabled{background:#fafafa;color:#bfbfbf}.container-search.disabled .icon-color{color:#bfbfbf}.container-icon{display:flex;padding:0 12px;align-items:center;align-self:stretch}.icon-color{color:#595959}.container-input{display:flex;flex:1;min-width:120px;padding:12px 0;align-items:center;gap:8px;position:relative}input{border:none;outline:none;background-color:transparent;width:100%;font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.button-delete{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;color:#595959}.button-delete:hover{color:#013169}.input-label{position:absolute;left:0;pointer-events:none}\n"] }]
|
|
62
|
+
}], propDecorators: { textInput: [{
|
|
63
|
+
type: Input
|
|
64
|
+
}], labelInput: [{
|
|
65
|
+
type: Input
|
|
66
|
+
}], disabled: [{
|
|
67
|
+
type: Input
|
|
68
|
+
}], initialText: [{
|
|
69
|
+
type: Input
|
|
70
|
+
}], showSearchIcon: [{
|
|
71
|
+
type: Input
|
|
72
|
+
}], onChangesValueEvent: [{
|
|
73
|
+
type: Output
|
|
74
|
+
}], enterSearchEvent: [{
|
|
75
|
+
type: Output
|
|
76
|
+
}], onEnterKey: [{
|
|
77
|
+
type: Output
|
|
78
|
+
}] } });
|
|
79
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhcmNoLWJhci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9zZWFyY2gtYmFyL3NlYXJjaC1iYXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvc2VhcmNoLWJhci9zZWFyY2gtYmFyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdkUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQy9ELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7Ozs7QUFTN0MsTUFBTSxPQUFPLGtCQUFrQjtJQVAvQjtRQVFXLGNBQVMsR0FBVyxFQUFFLENBQUM7UUFDaEMsY0FBUyxHQUFZLEtBQUssQ0FBQztRQUVsQixlQUFVLEdBQVcsUUFBUSxDQUFDO1FBQzlCLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFDakIsZ0JBQVcsR0FBVyxFQUFFLENBQUM7UUFDekIsbUJBQWMsR0FBWSxJQUFJLENBQUM7UUFFOUIsd0JBQW1CLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUM5QyxxQkFBZ0IsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQzNDLGVBQVUsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO0tBOENuRDtJQTVDQyxRQUFRO1FBQ04sSUFBSSxJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7WUFDckIsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDO1FBQ3BDLENBQUM7SUFDSCxDQUFDO0lBRUQsT0FBTztRQUNMLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDO0lBQ3hCLENBQUM7SUFFRCxNQUFNO1FBQ0osSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLENBQUM7SUFDekIsQ0FBQztJQUVELGFBQWEsQ0FBQyxLQUFVO1FBQ3RCLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO0lBQzdDLENBQUM7SUFFRCxPQUFPO1FBQ0wsSUFBSSxDQUFDLG1CQUFtQixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUM7SUFDaEQsQ0FBQztJQUVELFdBQVc7UUFDVCxJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztRQUNwQixJQUFJLENBQUMsbUJBQW1CLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQztJQUNoRCxDQUFDO0lBRUQsVUFBVSxDQUFDLEtBQW9CO1FBQzdCLElBQUksS0FBSyxDQUFDLEdBQUcsS0FBSyxPQUFPLEVBQUUsQ0FBQztZQUMxQixJQUFJLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxFQUFFLEtBQUssRUFBRSxFQUFFLENBQUM7Z0JBQ2pDLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQztZQUN2QyxDQUFDO1FBQ0gsQ0FBQztJQUNILENBQUM7SUFFRCxXQUFXLENBQUMsS0FBZ0I7UUFDMUIsNENBQTRDO1FBQzVDLEtBQUssQ0FBQyxjQUFjLEVBQUUsQ0FBQztJQUN6QixDQUFDO0lBRUQsZUFBZSxDQUFDLEtBQWdCO1FBQzlCLHNEQUFzRDtRQUN0RCxLQUFLLENBQUMsY0FBYyxFQUFFLENBQUM7SUFDekIsQ0FBQzsrR0F4RFUsa0JBQWtCO21HQUFsQixrQkFBa0IscVZDWi9CLGtvQ0F5Qk0sOHJGRGpCTSxlQUFlLHNGQUFFLFlBQVksNEhBQUUsV0FBVzs7NEZBSXpDLGtCQUFrQjtrQkFQOUIsU0FBUzsrQkFDRSxnQkFBZ0IsY0FDZCxJQUFJLFdBQ1AsQ0FBQyxlQUFlLEVBQUUsWUFBWSxFQUFFLFdBQVcsQ0FBQzs4QkFLNUMsU0FBUztzQkFBakIsS0FBSztnQkFHRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxjQUFjO3NCQUF0QixLQUFLO2dCQUVJLG1CQUFtQjtzQkFBNUIsTUFBTTtnQkFDRyxnQkFBZ0I7c0JBQXpCLE1BQU07Z0JBQ0csVUFBVTtzQkFBbkIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEljb25NZENvbXBvbmVudCB9IGZyb20gJy4uL2ljb24tbWQvaWNvbi1tZC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaXVzLXNlYXJjaC1iYXInLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0ljb25NZENvbXBvbmVudCwgQ29tbW9uTW9kdWxlLCBGb3Jtc01vZHVsZV0sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3NlYXJjaC1iYXIuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9zZWFyY2gtYmFyLmNvbXBvbmVudC5zY3NzJyxcclxufSlcclxuZXhwb3J0IGNsYXNzIFNlYXJjaEJhckNvbXBvbmVudCB7XHJcbiAgQElucHV0KCkgdGV4dElucHV0OiBzdHJpbmcgPSAnJztcclxuICBpc0ZvY3VzZWQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KCkgbGFiZWxJbnB1dDogc3RyaW5nID0gJ0J1c2Nhcic7XHJcbiAgQElucHV0KCkgZGlzYWJsZWQgPSBmYWxzZTtcclxuICBASW5wdXQoKSBpbml0aWFsVGV4dDogc3RyaW5nID0gJyc7XHJcbiAgQElucHV0KCkgc2hvd1NlYXJjaEljb246IGJvb2xlYW4gPSB0cnVlO1xyXG5cclxuICBAT3V0cHV0KCkgb25DaGFuZ2VzVmFsdWVFdmVudCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xyXG4gIEBPdXRwdXQoKSBlbnRlclNlYXJjaEV2ZW50ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XHJcbiAgQE91dHB1dCgpIG9uRW50ZXJLZXkgPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZz4oKTtcclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICBpZiAodGhpcy5pbml0aWFsVGV4dCkge1xyXG4gICAgICB0aGlzLnRleHRJbnB1dCA9IHRoaXMuaW5pdGlhbFRleHQ7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBvbkZvY3VzKCk6IHZvaWQge1xyXG4gICAgdGhpcy5pc0ZvY3VzZWQgPSB0cnVlO1xyXG4gIH1cclxuXHJcbiAgb25CbHVyKCk6IHZvaWQge1xyXG4gICAgdGhpcy5pc0ZvY3VzZWQgPSBmYWxzZTtcclxuICB9XHJcbiAgXHJcbiAgcGVyZm9ybVNlYXJjaChldmVudDogYW55KSB7XHJcbiAgICB0aGlzLmVudGVyU2VhcmNoRXZlbnQuZW1pdCh0aGlzLnRleHRJbnB1dCk7IFxyXG4gIH1cclxuXHJcbiAgb25JbnB1dCgpOiB2b2lkIHtcclxuICAgIHRoaXMub25DaGFuZ2VzVmFsdWVFdmVudC5lbWl0KHRoaXMudGV4dElucHV0KTtcclxuICB9XHJcblxyXG4gIGNsZWFyU2VhcmNoKCkge1xyXG4gICAgdGhpcy50ZXh0SW5wdXQgPSAnJztcclxuICAgIHRoaXMub25DaGFuZ2VzVmFsdWVFdmVudC5lbWl0KHRoaXMudGV4dElucHV0KTtcclxuICB9XHJcblxyXG4gIG9uS2V5UHJlc3MoZXZlbnQ6IEtleWJvYXJkRXZlbnQpOiB2b2lkIHtcclxuICAgIGlmIChldmVudC5rZXkgPT09ICdFbnRlcicpIHtcclxuICAgICAgaWYgKHRoaXMudGV4dElucHV0LnRyaW0oKSAhPT0gJycpIHtcclxuICAgICAgICB0aGlzLm9uRW50ZXJLZXkuZW1pdCh0aGlzLnRleHRJbnB1dCk7XHJcbiAgICAgIH1cclxuICAgIH1cclxuICB9XHJcbiAgXHJcbiAgb25Ecm9wQmxvY2soZXZlbnQ6IERyYWdFdmVudCkge1xyXG4gICAgLy8gRXZpdGEgcXVlIHNlIGRyb3BlZSBjb250ZW5pZG8gZW4gZWwgaW5wdXRcclxuICAgIGV2ZW50LnByZXZlbnREZWZhdWx0KCk7XHJcbiAgfVxyXG5cclxuICBvbkRyYWdPdmVyQmxvY2soZXZlbnQ6IERyYWdFdmVudCkge1xyXG4gICAgLy8gRXZpdGEgcXVlIHNlIHBlcm1pdGEgYXJyYXN0cmFyIHRleHRvIHNvYnJlIGVsIGlucHV0XHJcbiAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpO1xyXG4gIH1cclxufSIsIjxkaXYgY2xhc3M9XCJjb250YWluZXItZ2VuZXJhbFwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1zZWFyY2hcIiBbbmdDbGFzc109XCJ7XHJcbiAgICAgICAgJ2Rpc2FibGVkJzogZGlzYWJsZWQsXHJcbiAgICAgICAgJ2ZvY3VzZWQnOiBpc0ZvY3VzZWRcclxuICAgIH1cIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWlucHV0XCI+XHJcbiAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwidGV4dFwiIFsobmdNb2RlbCldPVwidGV4dElucHV0XCIgW2Rpc2FibGVkXT1cImRpc2FibGVkXCIgKGZvY3VzKT1cIm9uRm9jdXMoKVwiIChibHVyKT1cIm9uQmx1cigpXCIgKGtleXByZXNzKT1cIm9uS2V5UHJlc3MoJGV2ZW50KVwiXHJcbiAgICAgICAgICAgICAgICAoaW5wdXQpPVwib25JbnB1dCgpXCIgKGtleXVwLmVudGVyKT1cInBlcmZvcm1TZWFyY2goJGV2ZW50KVwiIChkcm9wKT1cIm9uRHJvcEJsb2NrKCRldmVudClcIiAoZHJhZ292ZXIpPVwib25EcmFnT3ZlckJsb2NrKCRldmVudClcIj5cclxuICAgICAgICAgICAgQGlmICh0ZXh0SW5wdXQgPT09ICcnKSB7XHJcbiAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImlucHV0LWxhYmVsXCI+e3tsYWJlbElucHV0fX08L2xhYmVsPlxyXG4gICAgICAgICAgICB9XHJcblxyXG4gICAgICAgICAgICBAaWYgKCFkaXNhYmxlZCAmJiB0ZXh0SW5wdXQpIHtcclxuICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cImJ1dHRvbi1kZWxldGVcIiAoY2xpY2spPVwiY2xlYXJTZWFyY2goKVwiPlxyXG4gICAgICAgICAgICAgICAgPGl1cy1pY29uLW1kIGljb25OYW1lPVwiaWNvbi1jYW5jZWxcIiBjbGFzcz1cImljb24tY29sb3ItY2FuY2VsXCI+PC9pdXMtaWNvbi1tZD5cclxuICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgIH1cclxuXHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgQGlmIChzaG93U2VhcmNoSWNvbikge1xyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItaWNvblwiPlxyXG4gICAgICAgICAgICA8aXVzLWljb24tbWQgaWNvbk5hbWU9XCJpY29uLXNlYXJjaFwiIGNsYXNzPVwiaWNvbi1jb2xvclwiPjwvaXVzLWljb24tbWQ+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgfVxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PiJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './section-collapse-drawer-child.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9zZWN0aW9uLWNvbGxhcHNlLWRyYXdlci1jaGlsZC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDJDQUEyQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zZWN0aW9uLWNvbGxhcHNlLWRyYXdlci1jaGlsZC5jb21wb25lbnQnO1xyXG5cclxuIl19
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import { IconMdComponent } from "../icon-md/icon-md.component";
|
|
3
|
+
import { IconSmComponent } from "../icon-sm/icon-sm.component";
|
|
4
|
+
import { CommonModule } from '@angular/common';
|
|
5
|
+
import { trigger, transition, style, animate, state, } from '@angular/animations';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
import * as i1 from "@angular/common";
|
|
8
|
+
export class SectionCollapseDrawerChildComponent {
|
|
9
|
+
constructor() {
|
|
10
|
+
this.isActive = false;
|
|
11
|
+
this.disabled = false;
|
|
12
|
+
this.textTitle = 'Title';
|
|
13
|
+
this.iconName = '';
|
|
14
|
+
this.buttonClicked = new EventEmitter();
|
|
15
|
+
}
|
|
16
|
+
onClick() {
|
|
17
|
+
this.isActive = !this.isActive;
|
|
18
|
+
this.buttonClicked.emit();
|
|
19
|
+
}
|
|
20
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SectionCollapseDrawerChildComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
21
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: SectionCollapseDrawerChildComponent, isStandalone: true, selector: "ius-section-collapse-drawer-child", inputs: { isActive: "isActive", disabled: "disabled", textTitle: "textTitle", iconName: "iconName" }, outputs: { buttonClicked: "buttonClicked" }, ngImport: i0, template: "<div class=\"dropdown-container\">\r\n <button [disabled]=\"disabled\" (click)=\"onClick()\" class=\"ius-btn\" [ngClass]=\"{ isActive: isActive }\">\r\n @if (iconName !== '') {\r\n <ius-icon-md [iconName]=\"iconName\" class=\"icon-color\"></ius-icon-md>\r\n }\r\n <span>{{textTitle}}</span>\r\n <ius-icon-sm class=\"arrow\"\r\n [iconName]=\" isActive && !disabled ? 'icon-keyboard-arrow-up' : 'icon-keyboard-arrow-down' \"></ius-icon-sm>\r\n </button>\r\n</div>\r\n@if (isActive && !disabled) {\r\n<div @slideInOut>\r\n <ng-content></ng-content>\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}.icon-color,.icon-doc-color{color:#5892ff}.arrow{margin-left:auto;padding-bottom:5px}.ius-btn{display:inline-flex;width:100%;height:46px;padding:12px 8px;align-items:center;gap:8px;background-color:#fafafa;color:#595959;border:none;cursor:pointer;font-family:Roboto,sans-serif;font-size:1rem;line-height:22px;letter-spacing:1%;justify-content:space-between}.ius-btn:hover:not(:disabled){color:#103ab7}.ius-btn:active:not(:disabled){background-color:#edf6ff}.ius-btn:disabled{color:#bfbfbf;cursor:not-allowed}.ius-btn:disabled .icon-color{color:#bfbfbf}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IconMdComponent, selector: "ius-icon-md", inputs: ["iconName", "color"] }, { kind: "component", type: IconSmComponent, selector: "ius-icon-sm", inputs: ["iconName", "color"] }], animations: [
|
|
22
|
+
trigger('slideInOut', [
|
|
23
|
+
state('void', style({
|
|
24
|
+
height: '0px',
|
|
25
|
+
opacity: 0,
|
|
26
|
+
overflow: 'hidden'
|
|
27
|
+
})),
|
|
28
|
+
state('*', style({
|
|
29
|
+
height: '*',
|
|
30
|
+
opacity: 1
|
|
31
|
+
})),
|
|
32
|
+
transition('void => *', [
|
|
33
|
+
animate('370ms ease-in')
|
|
34
|
+
]),
|
|
35
|
+
transition('* => void', [
|
|
36
|
+
animate('370ms ease-out')
|
|
37
|
+
])
|
|
38
|
+
])
|
|
39
|
+
] }); }
|
|
40
|
+
}
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SectionCollapseDrawerChildComponent, decorators: [{
|
|
42
|
+
type: Component,
|
|
43
|
+
args: [{ selector: 'ius-section-collapse-drawer-child', standalone: true, imports: [CommonModule, IconMdComponent, IconSmComponent], animations: [
|
|
44
|
+
trigger('slideInOut', [
|
|
45
|
+
state('void', style({
|
|
46
|
+
height: '0px',
|
|
47
|
+
opacity: 0,
|
|
48
|
+
overflow: 'hidden'
|
|
49
|
+
})),
|
|
50
|
+
state('*', style({
|
|
51
|
+
height: '*',
|
|
52
|
+
opacity: 1
|
|
53
|
+
})),
|
|
54
|
+
transition('void => *', [
|
|
55
|
+
animate('370ms ease-in')
|
|
56
|
+
]),
|
|
57
|
+
transition('* => void', [
|
|
58
|
+
animate('370ms ease-out')
|
|
59
|
+
])
|
|
60
|
+
])
|
|
61
|
+
], template: "<div class=\"dropdown-container\">\r\n <button [disabled]=\"disabled\" (click)=\"onClick()\" class=\"ius-btn\" [ngClass]=\"{ isActive: isActive }\">\r\n @if (iconName !== '') {\r\n <ius-icon-md [iconName]=\"iconName\" class=\"icon-color\"></ius-icon-md>\r\n }\r\n <span>{{textTitle}}</span>\r\n <ius-icon-sm class=\"arrow\"\r\n [iconName]=\" isActive && !disabled ? 'icon-keyboard-arrow-up' : 'icon-keyboard-arrow-down' \"></ius-icon-sm>\r\n </button>\r\n</div>\r\n@if (isActive && !disabled) {\r\n<div @slideInOut>\r\n <ng-content></ng-content>\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}.icon-color,.icon-doc-color{color:#5892ff}.arrow{margin-left:auto;padding-bottom:5px}.ius-btn{display:inline-flex;width:100%;height:46px;padding:12px 8px;align-items:center;gap:8px;background-color:#fafafa;color:#595959;border:none;cursor:pointer;font-family:Roboto,sans-serif;font-size:1rem;line-height:22px;letter-spacing:1%;justify-content:space-between}.ius-btn:hover:not(:disabled){color:#103ab7}.ius-btn:active:not(:disabled){background-color:#edf6ff}.ius-btn:disabled{color:#bfbfbf;cursor:not-allowed}.ius-btn:disabled .icon-color{color:#bfbfbf}\n"] }]
|
|
62
|
+
}], propDecorators: { isActive: [{
|
|
63
|
+
type: Input
|
|
64
|
+
}], disabled: [{
|
|
65
|
+
type: Input
|
|
66
|
+
}], textTitle: [{
|
|
67
|
+
type: Input
|
|
68
|
+
}], iconName: [{
|
|
69
|
+
type: Input
|
|
70
|
+
}], buttonClicked: [{
|
|
71
|
+
type: Output
|
|
72
|
+
}] } });
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VjdGlvbi1jb2xsYXBzZS1kcmF3ZXItY2hpbGQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvc2VjdGlvbi1jb2xsYXBzZS1kcmF3ZXItY2hpbGQvc2VjdGlvbi1jb2xsYXBzZS1kcmF3ZXItY2hpbGQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvc2VjdGlvbi1jb2xsYXBzZS1kcmF3ZXItY2hpbGQvc2VjdGlvbi1jb2xsYXBzZS1kcmF3ZXItY2hpbGQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN2RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDL0QsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQy9ELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsT0FBTyxFQUFFLFVBQVUsRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFLEtBQUssR0FBRyxNQUFNLHFCQUFxQixDQUFDOzs7QUE0QmxGLE1BQU0sT0FBTyxtQ0FBbUM7SUExQmhEO1FBMkJXLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFDakIsYUFBUSxHQUFHLEtBQUssQ0FBQztRQUNqQixjQUFTLEdBQUcsT0FBTyxDQUFDO1FBQ3BCLGFBQVEsR0FBRyxFQUFFLENBQUM7UUFDYixrQkFBYSxHQUF1QixJQUFJLFlBQVksRUFBRSxDQUFDO0tBT2xFO0lBSkMsT0FBTztRQUNMLElBQUksQ0FBQyxRQUFRLEdBQUcsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFBO1FBQzlCLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDNUIsQ0FBQzsrR0FYVSxtQ0FBbUM7bUdBQW5DLG1DQUFtQyxnUENoQ2hELHlrQkFjQyx1akVETFcsWUFBWSw2SEFBRSxlQUFlLHVGQUFFLGVBQWUseUVBRzVDO1lBQ1YsT0FBTyxDQUFDLFlBQVksRUFBRTtnQkFDcEIsS0FBSyxDQUFDLE1BQU0sRUFBRSxLQUFLLENBQUM7b0JBQ2xCLE1BQU0sRUFBRSxLQUFLO29CQUNiLE9BQU8sRUFBRSxDQUFDO29CQUNWLFFBQVEsRUFBRSxRQUFRO2lCQUNuQixDQUFDLENBQUM7Z0JBQ0gsS0FBSyxDQUFDLEdBQUcsRUFBRSxLQUFLLENBQUM7b0JBQ2YsTUFBTSxFQUFFLEdBQUc7b0JBQ1gsT0FBTyxFQUFFLENBQUM7aUJBQ1gsQ0FBQyxDQUFDO2dCQUNILFVBQVUsQ0FBQyxXQUFXLEVBQUU7b0JBQ3RCLE9BQU8sQ0FBQyxlQUFlLENBQUM7aUJBQ3pCLENBQUM7Z0JBQ0YsVUFBVSxDQUFDLFdBQVcsRUFBRTtvQkFDdEIsT0FBTyxDQUFDLGdCQUFnQixDQUFDO2lCQUMxQixDQUFDO2FBQ0gsQ0FBQztTQUNIOzs0RkFFVSxtQ0FBbUM7a0JBMUIvQyxTQUFTOytCQUNFLG1DQUFtQyxjQUNqQyxJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsZUFBZSxFQUFFLGVBQWUsQ0FBQyxjQUc3Qzt3QkFDVixPQUFPLENBQUMsWUFBWSxFQUFFOzRCQUNwQixLQUFLLENBQUMsTUFBTSxFQUFFLEtBQUssQ0FBQztnQ0FDbEIsTUFBTSxFQUFFLEtBQUs7Z0NBQ2IsT0FBTyxFQUFFLENBQUM7Z0NBQ1YsUUFBUSxFQUFFLFFBQVE7NkJBQ25CLENBQUMsQ0FBQzs0QkFDSCxLQUFLLENBQUMsR0FBRyxFQUFFLEtBQUssQ0FBQztnQ0FDZixNQUFNLEVBQUUsR0FBRztnQ0FDWCxPQUFPLEVBQUUsQ0FBQzs2QkFDWCxDQUFDLENBQUM7NEJBQ0gsVUFBVSxDQUFDLFdBQVcsRUFBRTtnQ0FDdEIsT0FBTyxDQUFDLGVBQWUsQ0FBQzs2QkFDekIsQ0FBQzs0QkFDRixVQUFVLENBQUMsV0FBVyxFQUFFO2dDQUN0QixPQUFPLENBQUMsZ0JBQWdCLENBQUM7NkJBQzFCLENBQUM7eUJBQ0gsQ0FBQztxQkFDSDs4QkFHUSxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNJLGFBQWE7c0JBQXRCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBJY29uTWRDb21wb25lbnQgfSBmcm9tIFwiLi4vaWNvbi1tZC9pY29uLW1kLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBJY29uU21Db21wb25lbnQgfSBmcm9tIFwiLi4vaWNvbi1zbS9pY29uLXNtLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyB0cmlnZ2VyLCB0cmFuc2l0aW9uLCBzdHlsZSwgYW5pbWF0ZSwgc3RhdGUsIH0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2l1cy1zZWN0aW9uLWNvbGxhcHNlLWRyYXdlci1jaGlsZCcsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBJY29uTWRDb21wb25lbnQsIEljb25TbUNvbXBvbmVudF0sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3NlY3Rpb24tY29sbGFwc2UtZHJhd2VyLWNoaWxkLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vc2VjdGlvbi1jb2xsYXBzZS1kcmF3ZXItY2hpbGQuY29tcG9uZW50LnNjc3MnLFxyXG4gIGFuaW1hdGlvbnM6IFtcclxuICAgIHRyaWdnZXIoJ3NsaWRlSW5PdXQnLCBbXHJcbiAgICAgIHN0YXRlKCd2b2lkJywgc3R5bGUoe1xyXG4gICAgICAgIGhlaWdodDogJzBweCcsXHJcbiAgICAgICAgb3BhY2l0eTogMCxcclxuICAgICAgICBvdmVyZmxvdzogJ2hpZGRlbidcclxuICAgICAgfSkpLFxyXG4gICAgICBzdGF0ZSgnKicsIHN0eWxlKHtcclxuICAgICAgICBoZWlnaHQ6ICcqJyxcclxuICAgICAgICBvcGFjaXR5OiAxXHJcbiAgICAgIH0pKSxcclxuICAgICAgdHJhbnNpdGlvbigndm9pZCA9PiAqJywgW1xyXG4gICAgICAgIGFuaW1hdGUoJzM3MG1zIGVhc2UtaW4nKVxyXG4gICAgICBdKSxcclxuICAgICAgdHJhbnNpdGlvbignKiA9PiB2b2lkJywgW1xyXG4gICAgICAgIGFuaW1hdGUoJzM3MG1zIGVhc2Utb3V0JylcclxuICAgICAgXSlcclxuICAgIF0pXHJcbiAgXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIFNlY3Rpb25Db2xsYXBzZURyYXdlckNoaWxkQ29tcG9uZW50IHtcclxuICBASW5wdXQoKSBpc0FjdGl2ZSA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpIGRpc2FibGVkID0gZmFsc2U7XHJcbiAgQElucHV0KCkgdGV4dFRpdGxlID0gJ1RpdGxlJztcclxuICBASW5wdXQoKSBpY29uTmFtZSA9ICcnO1xyXG4gIEBPdXRwdXQoKSBidXR0b25DbGlja2VkOiBFdmVudEVtaXR0ZXI8dm9pZD4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG5cclxuICBvbkNsaWNrKCkge1xyXG4gICAgdGhpcy5pc0FjdGl2ZSA9ICF0aGlzLmlzQWN0aXZlXHJcbiAgICB0aGlzLmJ1dHRvbkNsaWNrZWQuZW1pdCgpO1xyXG4gIH1cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwiZHJvcGRvd24tY29udGFpbmVyXCI+XHJcbiAgPGJ1dHRvbiBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIiAoY2xpY2spPVwib25DbGljaygpXCIgY2xhc3M9XCJpdXMtYnRuXCIgW25nQ2xhc3NdPVwieyBpc0FjdGl2ZTogaXNBY3RpdmUgfVwiPlxyXG4gICAgQGlmIChpY29uTmFtZSAhPT0gJycpIHtcclxuICAgIDxpdXMtaWNvbi1tZCBbaWNvbk5hbWVdPVwiaWNvbk5hbWVcIiBjbGFzcz1cImljb24tY29sb3JcIj48L2l1cy1pY29uLW1kPlxyXG4gICAgfVxyXG4gICAgPHNwYW4+e3t0ZXh0VGl0bGV9fTwvc3Bhbj5cclxuICAgIDxpdXMtaWNvbi1zbSBjbGFzcz1cImFycm93XCJcclxuICAgICAgW2ljb25OYW1lXT1cIiBpc0FjdGl2ZSAmJiAhZGlzYWJsZWQgPyAnaWNvbi1rZXlib2FyZC1hcnJvdy11cCcgOiAnaWNvbi1rZXlib2FyZC1hcnJvdy1kb3duJyBcIj48L2l1cy1pY29uLXNtPlxyXG4gIDwvYnV0dG9uPlxyXG48L2Rpdj5cclxuQGlmIChpc0FjdGl2ZSAmJiAhZGlzYWJsZWQpIHtcclxuPGRpdiBAc2xpZGVJbk91dD5cclxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbjwvZGl2PlxyXG59Il19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './section-collapse-drawer-parent.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9zZWN0aW9uLWNvbGxhcHNlLWRyYXdlci1wYXJlbnQvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyw0Q0FBNEMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vc2VjdGlvbi1jb2xsYXBzZS1kcmF3ZXItcGFyZW50LmNvbXBvbmVudCc7XHJcblxyXG4iXX0=
|
package/esm2022/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.mjs
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { trigger, transition, style, animate, state, } from '@angular/animations';
|
|
3
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
4
|
+
import { IconSmComponent } from '../icon-sm/icon-sm.component';
|
|
5
|
+
import { IconMdComponent } from "../icon-md/icon-md.component";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
import * as i1 from "@angular/common";
|
|
8
|
+
export class SectionCollapseDrawerParentComponent {
|
|
9
|
+
constructor() {
|
|
10
|
+
this.isActive = false;
|
|
11
|
+
this.disabled = false;
|
|
12
|
+
this.textTitle = 'Title';
|
|
13
|
+
this.iconName = '';
|
|
14
|
+
this.buttonClicked = new EventEmitter();
|
|
15
|
+
}
|
|
16
|
+
onClick() {
|
|
17
|
+
this.isActive = !this.isActive;
|
|
18
|
+
this.buttonClicked.emit();
|
|
19
|
+
}
|
|
20
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SectionCollapseDrawerParentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
21
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: SectionCollapseDrawerParentComponent, isStandalone: true, selector: "ius-section-collapse-drawer-parent", inputs: { isActive: "isActive", disabled: "disabled", textTitle: "textTitle", iconName: "iconName" }, outputs: { buttonClicked: "buttonClicked" }, ngImport: i0, template: "<div class=\"dropdown-container\">\r\n <button [disabled]=\"disabled\" (click)=\"onClick()\" class=\"ius-btn\" [ngClass]=\"{ isActive: isActive }\">\r\n @if(iconName !== '') {\r\n <ius-icon-md [iconName]=\"iconName\" class=\"icon-color\"></ius-icon-md>\r\n }\r\n <span>{{textTitle}}</span>\r\n <ius-icon-sm class=\"arrow\"\r\n [iconName]=\"isActive && !disabled ? 'icon-keyboard-arrow-up' : 'icon-keyboard-arrow-down'\">\r\n </ius-icon-sm>\r\n </button>\r\n</div>\r\n@if (isActive && !disabled) {\r\n<div @slideInOut>\r\n <ng-content></ng-content>\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}.icon-color,.icon-doc-color{color:#5892ff}.arrow{margin-left:auto;padding-bottom:5px}.ius-btn{display:inline-flex;width:100%;height:48px;padding:12px;align-items:center;gap:8px;background-color:#fafafa;color:#333;border:none;cursor:pointer;font-family:Roboto,sans-serif;font-size:1.125rem;line-height:24px;letter-spacing:1%;justify-content:space-between}.ius-btn:hover:not(:disabled){color:#103ab7}.ius-btn:active:not(:disabled){background-color:#edf6ff}.ius-btn:disabled{color:#bfbfbf;cursor:not-allowed}.ius-btn:disabled .icon-color{color:#bfbfbf}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IconSmComponent, selector: "ius-icon-sm", inputs: ["iconName", "color"] }, { kind: "component", type: IconMdComponent, selector: "ius-icon-md", inputs: ["iconName", "color"] }], animations: [
|
|
22
|
+
trigger('slideInOut', [
|
|
23
|
+
state('void', style({
|
|
24
|
+
height: '0px',
|
|
25
|
+
opacity: 0,
|
|
26
|
+
overflow: 'hidden'
|
|
27
|
+
})),
|
|
28
|
+
state('*', style({
|
|
29
|
+
height: '*',
|
|
30
|
+
opacity: 1
|
|
31
|
+
})),
|
|
32
|
+
transition('void => *', [
|
|
33
|
+
animate('370ms ease-in')
|
|
34
|
+
]),
|
|
35
|
+
transition('* => void', [
|
|
36
|
+
animate('370ms ease-out')
|
|
37
|
+
])
|
|
38
|
+
])
|
|
39
|
+
] }); }
|
|
40
|
+
}
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SectionCollapseDrawerParentComponent, decorators: [{
|
|
42
|
+
type: Component,
|
|
43
|
+
args: [{ selector: 'ius-section-collapse-drawer-parent', standalone: true, imports: [CommonModule, IconSmComponent, IconMdComponent], animations: [
|
|
44
|
+
trigger('slideInOut', [
|
|
45
|
+
state('void', style({
|
|
46
|
+
height: '0px',
|
|
47
|
+
opacity: 0,
|
|
48
|
+
overflow: 'hidden'
|
|
49
|
+
})),
|
|
50
|
+
state('*', style({
|
|
51
|
+
height: '*',
|
|
52
|
+
opacity: 1
|
|
53
|
+
})),
|
|
54
|
+
transition('void => *', [
|
|
55
|
+
animate('370ms ease-in')
|
|
56
|
+
]),
|
|
57
|
+
transition('* => void', [
|
|
58
|
+
animate('370ms ease-out')
|
|
59
|
+
])
|
|
60
|
+
])
|
|
61
|
+
], template: "<div class=\"dropdown-container\">\r\n <button [disabled]=\"disabled\" (click)=\"onClick()\" class=\"ius-btn\" [ngClass]=\"{ isActive: isActive }\">\r\n @if(iconName !== '') {\r\n <ius-icon-md [iconName]=\"iconName\" class=\"icon-color\"></ius-icon-md>\r\n }\r\n <span>{{textTitle}}</span>\r\n <ius-icon-sm class=\"arrow\"\r\n [iconName]=\"isActive && !disabled ? 'icon-keyboard-arrow-up' : 'icon-keyboard-arrow-down'\">\r\n </ius-icon-sm>\r\n </button>\r\n</div>\r\n@if (isActive && !disabled) {\r\n<div @slideInOut>\r\n <ng-content></ng-content>\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}.icon-color,.icon-doc-color{color:#5892ff}.arrow{margin-left:auto;padding-bottom:5px}.ius-btn{display:inline-flex;width:100%;height:48px;padding:12px;align-items:center;gap:8px;background-color:#fafafa;color:#333;border:none;cursor:pointer;font-family:Roboto,sans-serif;font-size:1.125rem;line-height:24px;letter-spacing:1%;justify-content:space-between}.ius-btn:hover:not(:disabled){color:#103ab7}.ius-btn:active:not(:disabled){background-color:#edf6ff}.ius-btn:disabled{color:#bfbfbf;cursor:not-allowed}.ius-btn:disabled .icon-color{color:#bfbfbf}\n"] }]
|
|
62
|
+
}], propDecorators: { isActive: [{
|
|
63
|
+
type: Input
|
|
64
|
+
}], disabled: [{
|
|
65
|
+
type: Input
|
|
66
|
+
}], textTitle: [{
|
|
67
|
+
type: Input
|
|
68
|
+
}], iconName: [{
|
|
69
|
+
type: Input
|
|
70
|
+
}], buttonClicked: [{
|
|
71
|
+
type: Output
|
|
72
|
+
}] } });
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VjdGlvbi1jb2xsYXBzZS1kcmF3ZXItcGFyZW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2l1cy1kZXNpZ24tY29tcG9uZW50cy9zcmMvbGliL3NlY3Rpb24tY29sbGFwc2UtZHJhd2VyLXBhcmVudC9zZWN0aW9uLWNvbGxhcHNlLWRyYXdlci1wYXJlbnQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvc2VjdGlvbi1jb2xsYXBzZS1kcmF3ZXItcGFyZW50L3NlY3Rpb24tY29sbGFwc2UtZHJhd2VyLXBhcmVudC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLE9BQU8sRUFBRSxVQUFVLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxLQUFLLEdBQUcsTUFBTSxxQkFBcUIsQ0FBQztBQUNsRixPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUMvRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sOEJBQThCLENBQUM7OztBQTRCL0QsTUFBTSxPQUFPLG9DQUFvQztJQTFCakQ7UUEyQlcsYUFBUSxHQUFHLEtBQUssQ0FBQztRQUNqQixhQUFRLEdBQUcsS0FBSyxDQUFDO1FBQ2pCLGNBQVMsR0FBRyxPQUFPLENBQUM7UUFDcEIsYUFBUSxHQUFHLEVBQUUsQ0FBQztRQUNiLGtCQUFhLEdBQXVCLElBQUksWUFBWSxFQUFFLENBQUM7S0FRbEU7SUFMQyxPQUFPO1FBQ0wsSUFBSSxDQUFDLFFBQVEsR0FBRyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUE7UUFDOUIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUM1QixDQUFDOytHQVhVLG9DQUFvQzttR0FBcEMsb0NBQW9DLGlQQ2hDakQsOGtCQWVDLG9qRUROVyxZQUFZLDZIQUFFLGVBQWUsdUZBQUUsZUFBZSx5RUFHNUM7WUFDVixPQUFPLENBQUMsWUFBWSxFQUFFO2dCQUNwQixLQUFLLENBQUMsTUFBTSxFQUFFLEtBQUssQ0FBQztvQkFDbEIsTUFBTSxFQUFFLEtBQUs7b0JBQ2IsT0FBTyxFQUFFLENBQUM7b0JBQ1YsUUFBUSxFQUFFLFFBQVE7aUJBQ25CLENBQUMsQ0FBQztnQkFDSCxLQUFLLENBQUMsR0FBRyxFQUFFLEtBQUssQ0FBQztvQkFDZixNQUFNLEVBQUUsR0FBRztvQkFDWCxPQUFPLEVBQUUsQ0FBQztpQkFDWCxDQUFDLENBQUM7Z0JBQ0gsVUFBVSxDQUFDLFdBQVcsRUFBRTtvQkFDdEIsT0FBTyxDQUFDLGVBQWUsQ0FBQztpQkFDekIsQ0FBQztnQkFDRixVQUFVLENBQUMsV0FBVyxFQUFFO29CQUN0QixPQUFPLENBQUMsZ0JBQWdCLENBQUM7aUJBQzFCLENBQUM7YUFDSCxDQUFDO1NBQ0g7OzRGQUVVLG9DQUFvQztrQkExQmhELFNBQVM7K0JBQ0Usb0NBQW9DLGNBQ2xDLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxlQUFlLEVBQUUsZUFBZSxDQUFDLGNBRzdDO3dCQUNWLE9BQU8sQ0FBQyxZQUFZLEVBQUU7NEJBQ3BCLEtBQUssQ0FBQyxNQUFNLEVBQUUsS0FBSyxDQUFDO2dDQUNsQixNQUFNLEVBQUUsS0FBSztnQ0FDYixPQUFPLEVBQUUsQ0FBQztnQ0FDVixRQUFRLEVBQUUsUUFBUTs2QkFDbkIsQ0FBQyxDQUFDOzRCQUNILEtBQUssQ0FBQyxHQUFHLEVBQUUsS0FBSyxDQUFDO2dDQUNmLE1BQU0sRUFBRSxHQUFHO2dDQUNYLE9BQU8sRUFBRSxDQUFDOzZCQUNYLENBQUMsQ0FBQzs0QkFDSCxVQUFVLENBQUMsV0FBVyxFQUFFO2dDQUN0QixPQUFPLENBQUMsZUFBZSxDQUFDOzZCQUN6QixDQUFDOzRCQUNGLFVBQVUsQ0FBQyxXQUFXLEVBQUU7Z0NBQ3RCLE9BQU8sQ0FBQyxnQkFBZ0IsQ0FBQzs2QkFDMUIsQ0FBQzt5QkFDSCxDQUFDO3FCQUNIOzhCQUdRLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0ksYUFBYTtzQkFBdEIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IHRyaWdnZXIsIHRyYW5zaXRpb24sIHN0eWxlLCBhbmltYXRlLCBzdGF0ZSwgfSBmcm9tICdAYW5ndWxhci9hbmltYXRpb25zJztcclxuaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgSWNvblNtQ29tcG9uZW50IH0gZnJvbSAnLi4vaWNvbi1zbS9pY29uLXNtLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEljb25NZENvbXBvbmVudCB9IGZyb20gXCIuLi9pY29uLW1kL2ljb24tbWQuY29tcG9uZW50XCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2l1cy1zZWN0aW9uLWNvbGxhcHNlLWRyYXdlci1wYXJlbnQnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgSWNvblNtQ29tcG9uZW50LCBJY29uTWRDb21wb25lbnRdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9zZWN0aW9uLWNvbGxhcHNlLWRyYXdlci1wYXJlbnQuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9zZWN0aW9uLWNvbGxhcHNlLWRyYXdlci1wYXJlbnQuY29tcG9uZW50LnNjc3MnLFxyXG4gIGFuaW1hdGlvbnM6IFtcclxuICAgIHRyaWdnZXIoJ3NsaWRlSW5PdXQnLCBbXHJcbiAgICAgIHN0YXRlKCd2b2lkJywgc3R5bGUoe1xyXG4gICAgICAgIGhlaWdodDogJzBweCcsXHJcbiAgICAgICAgb3BhY2l0eTogMCxcclxuICAgICAgICBvdmVyZmxvdzogJ2hpZGRlbidcclxuICAgICAgfSkpLFxyXG4gICAgICBzdGF0ZSgnKicsIHN0eWxlKHtcclxuICAgICAgICBoZWlnaHQ6ICcqJyxcclxuICAgICAgICBvcGFjaXR5OiAxXHJcbiAgICAgIH0pKSxcclxuICAgICAgdHJhbnNpdGlvbigndm9pZCA9PiAqJywgW1xyXG4gICAgICAgIGFuaW1hdGUoJzM3MG1zIGVhc2UtaW4nKVxyXG4gICAgICBdKSxcclxuICAgICAgdHJhbnNpdGlvbignKiA9PiB2b2lkJywgW1xyXG4gICAgICAgIGFuaW1hdGUoJzM3MG1zIGVhc2Utb3V0JylcclxuICAgICAgXSlcclxuICAgIF0pXHJcbiAgXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIFNlY3Rpb25Db2xsYXBzZURyYXdlclBhcmVudENvbXBvbmVudCB7XHJcbiAgQElucHV0KCkgaXNBY3RpdmUgPSBmYWxzZTtcclxuICBASW5wdXQoKSBkaXNhYmxlZCA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpIHRleHRUaXRsZSA9ICdUaXRsZSc7XHJcbiAgQElucHV0KCkgaWNvbk5hbWUgPSAnJztcclxuICBAT3V0cHV0KCkgYnV0dG9uQ2xpY2tlZDogRXZlbnRFbWl0dGVyPHZvaWQ+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuXHJcbiAgb25DbGljaygpIHtcclxuICAgIHRoaXMuaXNBY3RpdmUgPSAhdGhpcy5pc0FjdGl2ZVxyXG4gICAgdGhpcy5idXR0b25DbGlja2VkLmVtaXQoKTtcclxuICB9XHJcblxyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJkcm9wZG93bi1jb250YWluZXJcIj5cclxuICA8YnV0dG9uIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiIChjbGljayk9XCJvbkNsaWNrKClcIiBjbGFzcz1cIml1cy1idG5cIiBbbmdDbGFzc109XCJ7IGlzQWN0aXZlOiBpc0FjdGl2ZSB9XCI+XHJcbiAgICBAaWYoaWNvbk5hbWUgIT09ICcnKSB7XHJcbiAgICA8aXVzLWljb24tbWQgW2ljb25OYW1lXT1cImljb25OYW1lXCIgY2xhc3M9XCJpY29uLWNvbG9yXCI+PC9pdXMtaWNvbi1tZD5cclxuICAgIH1cclxuICAgIDxzcGFuPnt7dGV4dFRpdGxlfX08L3NwYW4+XHJcbiAgICA8aXVzLWljb24tc20gY2xhc3M9XCJhcnJvd1wiXHJcbiAgICAgIFtpY29uTmFtZV09XCJpc0FjdGl2ZSAmJiAhZGlzYWJsZWQgPyAnaWNvbi1rZXlib2FyZC1hcnJvdy11cCcgOiAnaWNvbi1rZXlib2FyZC1hcnJvdy1kb3duJ1wiPlxyXG4gICAgPC9pdXMtaWNvbi1zbT5cclxuICA8L2J1dHRvbj5cclxuPC9kaXY+XHJcbkBpZiAoaXNBY3RpdmUgJiYgIWRpc2FibGVkKSB7XHJcbjxkaXYgQHNsaWRlSW5PdXQ+XHJcbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxyXG48L2Rpdj5cclxufSJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './segment.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9zZWdtZW50L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NlZ21lbnQuY29tcG9uZW50JztcclxuIl19
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class SegmentComponent {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.active = false;
|
|
6
|
+
this.disabled = false;
|
|
7
|
+
this.pressed = new EventEmitter();
|
|
8
|
+
this.isPressed = false;
|
|
9
|
+
}
|
|
10
|
+
onPress() {
|
|
11
|
+
if (this.disabled) {
|
|
12
|
+
return;
|
|
13
|
+
}
|
|
14
|
+
this.isPressed = true;
|
|
15
|
+
}
|
|
16
|
+
onRelease() {
|
|
17
|
+
if (this.disabled) {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
this.isPressed = false;
|
|
21
|
+
}
|
|
22
|
+
onClick() {
|
|
23
|
+
if (this.disabled) {
|
|
24
|
+
return;
|
|
25
|
+
}
|
|
26
|
+
this.pressed.emit();
|
|
27
|
+
}
|
|
28
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SegmentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
29
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: SegmentComponent, isStandalone: true, selector: "ius-segment", inputs: { active: "active", text: "text", disabled: "disabled" }, outputs: { pressed: "pressed" }, ngImport: i0, template: "<div class=\"general-container\">\r\n <div class=\"container\"\r\n role=\"button\"\r\n tabindex=\"0\"\r\n [class.active]=\"active\"\r\n [class.disabled]=\"disabled\"\r\n [class.pressed]=\"isPressed\"\r\n (mousedown)=\"onPress()\"\r\n (mouseup)=\"onRelease()\"\r\n (mouseleave)=\"onRelease()\"\r\n (click)=\"onClick()\"\r\n [attr.aria-disabled]=\"disabled\">\r\n <span>{{text}}</span>\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}.container{display:flex;align-items:center;padding:10px 12px;border-radius:8px 8px 0 0;background:#fff;cursor:pointer;min-width:0;color:#333;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.container:hover:not(.disabled){border-bottom:1px solid #f0f0f0;background:#f5f5f5}.container.active:not(.disabled){border-bottom:2px solid #eaeaea;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}.container.pressed:not(.disabled){color:#fff;background:#061b7a}.container.disabled{pointer-events:none;cursor:none;background:#fff;color:#d9d9d9}.container p{display:flex;padding:12px 0;justify-content:center;align-items:center;gap:10px;align-self:stretch;margin:0}\n"] }); }
|
|
30
|
+
}
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SegmentComponent, decorators: [{
|
|
32
|
+
type: Component,
|
|
33
|
+
args: [{ selector: 'ius-segment', standalone: true, imports: [], template: "<div class=\"general-container\">\r\n <div class=\"container\"\r\n role=\"button\"\r\n tabindex=\"0\"\r\n [class.active]=\"active\"\r\n [class.disabled]=\"disabled\"\r\n [class.pressed]=\"isPressed\"\r\n (mousedown)=\"onPress()\"\r\n (mouseup)=\"onRelease()\"\r\n (mouseleave)=\"onRelease()\"\r\n (click)=\"onClick()\"\r\n [attr.aria-disabled]=\"disabled\">\r\n <span>{{text}}</span>\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}.container{display:flex;align-items:center;padding:10px 12px;border-radius:8px 8px 0 0;background:#fff;cursor:pointer;min-width:0;color:#333;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.container:hover:not(.disabled){border-bottom:1px solid #f0f0f0;background:#f5f5f5}.container.active:not(.disabled){border-bottom:2px solid #eaeaea;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}.container.pressed:not(.disabled){color:#fff;background:#061b7a}.container.disabled{pointer-events:none;cursor:none;background:#fff;color:#d9d9d9}.container p{display:flex;padding:12px 0;justify-content:center;align-items:center;gap:10px;align-self:stretch;margin:0}\n"] }]
|
|
34
|
+
}], propDecorators: { active: [{
|
|
35
|
+
type: Input
|
|
36
|
+
}], text: [{
|
|
37
|
+
type: Input
|
|
38
|
+
}], disabled: [{
|
|
39
|
+
type: Input
|
|
40
|
+
}], pressed: [{
|
|
41
|
+
type: Output
|
|
42
|
+
}] } });
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VnbWVudC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9zZWdtZW50L3NlZ21lbnQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvc2VnbWVudC9zZWdtZW50LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFlLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBU3BGLE1BQU0sT0FBTyxnQkFBZ0I7SUFQN0I7UUFRVyxXQUFNLEdBQUcsS0FBSyxDQUFDO1FBRWYsYUFBUSxHQUFHLEtBQUssQ0FBQztRQUVoQixZQUFPLEdBQUcsSUFBSSxZQUFZLEVBQVEsQ0FBQztRQUU3QyxjQUFTLEdBQUcsS0FBSyxDQUFDO0tBaUJuQjtJQWZDLE9BQU87UUFDTCxJQUFJLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztZQUFDLE9BQU87UUFBQyxDQUFDO1FBQzlCLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDO0lBQ3hCLENBQUM7SUFFRCxTQUFTO1FBQ1AsSUFBSSxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7WUFBQyxPQUFPO1FBQUMsQ0FBQztRQUM5QixJQUFJLENBQUMsU0FBUyxHQUFHLEtBQUssQ0FBQztJQUN6QixDQUFDO0lBRUQsT0FBTztRQUNMLElBQUksSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQUMsT0FBTztRQUFDLENBQUM7UUFDOUIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUN0QixDQUFDOytHQXRCVSxnQkFBZ0I7bUdBQWhCLGdCQUFnQiwwS0NUN0IsdWRBY007OzRGRExPLGdCQUFnQjtrQkFQNUIsU0FBUzsrQkFDRSxhQUFhLGNBQ1gsSUFBSSxXQUNQLEVBQUU7OEJBS0YsTUFBTTtzQkFBZCxLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUVJLE9BQU87c0JBQWhCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSG9zdEJpbmRpbmcsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaXVzLXNlZ21lbnQnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW10sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3NlZ21lbnQuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL3NlZ21lbnQuY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgU2VnbWVudENvbXBvbmVudCB7XHJcbiAgQElucHV0KCkgYWN0aXZlID0gZmFsc2U7XHJcbiAgQElucHV0KCkgdGV4dD86IHN0cmluZztcclxuICBASW5wdXQoKSBkaXNhYmxlZCA9IGZhbHNlO1xyXG5cclxuICBAT3V0cHV0KCkgcHJlc3NlZCA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcclxuXHJcbiAgaXNQcmVzc2VkID0gZmFsc2U7XHJcblxyXG4gIG9uUHJlc3MoKTogdm9pZCB7XHJcbiAgICBpZiAodGhpcy5kaXNhYmxlZCkgeyByZXR1cm47IH1cclxuICAgIHRoaXMuaXNQcmVzc2VkID0gdHJ1ZTtcclxuICB9XHJcblxyXG4gIG9uUmVsZWFzZSgpOiB2b2lkIHtcclxuICAgIGlmICh0aGlzLmRpc2FibGVkKSB7IHJldHVybjsgfVxyXG4gICAgdGhpcy5pc1ByZXNzZWQgPSBmYWxzZTtcclxuICB9XHJcblxyXG4gIG9uQ2xpY2soKTogdm9pZCB7XHJcbiAgICBpZiAodGhpcy5kaXNhYmxlZCkgeyByZXR1cm47IH1cclxuICAgIHRoaXMucHJlc3NlZC5lbWl0KCk7XHJcbiAgfVxyXG5cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwiZ2VuZXJhbC1jb250YWluZXJcIj5cclxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCJcclxuICAgICAgIHJvbGU9XCJidXR0b25cIlxyXG4gICAgICAgdGFiaW5kZXg9XCIwXCJcclxuICAgICAgIFtjbGFzcy5hY3RpdmVdPVwiYWN0aXZlXCJcclxuICAgICAgIFtjbGFzcy5kaXNhYmxlZF09XCJkaXNhYmxlZFwiXHJcbiAgICAgICBbY2xhc3MucHJlc3NlZF09XCJpc1ByZXNzZWRcIlxyXG4gICAgICAgKG1vdXNlZG93bik9XCJvblByZXNzKClcIlxyXG4gICAgICAgKG1vdXNldXApPVwib25SZWxlYXNlKClcIlxyXG4gICAgICAgKG1vdXNlbGVhdmUpPVwib25SZWxlYXNlKClcIlxyXG4gICAgICAgKGNsaWNrKT1cIm9uQ2xpY2soKVwiXHJcbiAgICAgICBbYXR0ci5hcmlhLWRpc2FibGVkXT1cImRpc2FibGVkXCI+XHJcbiAgICA8c3Bhbj57e3RleHR9fTwvc3Bhbj5cclxuICA8L2Rpdj5cclxuPC9kaXY+Il19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './simple-card-contador.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9zaW1wbGUtY2FyZC1jb250YWRvci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGtDQUFrQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zaW1wbGUtY2FyZC1jb250YWRvci5jb21wb25lbnQnO1xyXG5cclxuIl19
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import { IconXlComponent } from '../icon-xl';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class SimpleCardContadorComponent {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.title = '';
|
|
7
|
+
this.value = 1;
|
|
8
|
+
this.maxValue = 0;
|
|
9
|
+
this.valueChange = new EventEmitter();
|
|
10
|
+
this.errorMaxValue = new EventEmitter();
|
|
11
|
+
}
|
|
12
|
+
step(el, dir) {
|
|
13
|
+
const current = Number(el.value) || 1;
|
|
14
|
+
const next = current + dir;
|
|
15
|
+
this.applyLimitsAndEmit(next, el);
|
|
16
|
+
}
|
|
17
|
+
onTyped(el) {
|
|
18
|
+
const n = Number(el.value);
|
|
19
|
+
this.applyLimitsAndEmit(n, el);
|
|
20
|
+
}
|
|
21
|
+
applyLimitsAndEmit(n, el) {
|
|
22
|
+
let value = Number.isNaN(n) ? 1 : n;
|
|
23
|
+
if (value < 1) {
|
|
24
|
+
value = 1;
|
|
25
|
+
}
|
|
26
|
+
if (this.maxValue > 0 && value > this.maxValue) {
|
|
27
|
+
value = this.maxValue;
|
|
28
|
+
this.errorMaxValue.emit('El valor sobrepasa el limite que puedes asignar');
|
|
29
|
+
}
|
|
30
|
+
this.value = value;
|
|
31
|
+
if (el) {
|
|
32
|
+
el.value = String(value);
|
|
33
|
+
}
|
|
34
|
+
this.valueChange.emit(value);
|
|
35
|
+
}
|
|
36
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SimpleCardContadorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
37
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: SimpleCardContadorComponent, isStandalone: true, selector: "ius-simple-card-contador", inputs: { title: "title", value: "value", maxValue: "maxValue" }, outputs: { valueChange: "valueChange", errorMaxValue: "errorMaxValue" }, ngImport: i0, template: "<div class=\"general-container\">\r\n <div class=\"container\">\r\n <div class=\"left\">\r\n <p>{{ title }}</p>\r\n </div>\r\n\r\n <div class=\"right\">\r\n <div class=\"num-wrapper\">\r\n <input\r\n #num\r\n type=\"number\"\r\n [step]=\"1\"\r\n [min]=\"1\"\r\n [max]=\"maxValue > 0 ? maxValue : null\"\r\n [value]=\"value\"\r\n (input)=\"onTyped(num)\"\r\n (blur)=\"onTyped(num)\"\r\n />\r\n <button\r\n class=\"spin up\"\r\n (click)=\"step(num, +1)\"\r\n >\r\n <ius-icon-xl\r\n [iconName]=\"'icon-keyboard-arrow-up'\"\r\n ></ius-icon-xl>\r\n </button>\r\n\r\n <button\r\n class=\"spin down\"\r\n (click)=\"step(num, -1)\"\r\n >\r\n <ius-icon-xl\r\n [iconName]=\"'icon-keyboard-arrow-down'\"\r\n ></ius-icon-xl>\r\n </button>\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{display:flex;padding:4px 4px 4px 12px;align-items:center;gap:0;align-self:stretch;border-radius:8px;border:1px solid #eaeaea;background:#fff;justify-content:space-between}.container .left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;flex:1 1 auto;min-width:0;width:55%}.container .left p{display:flex;align-items:center;gap:10px;margin:0;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Rubik;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.container .right{padding:var(--Spacing-Spacing-xs, 8px);display:flex;align-items:center;width:45%}.container .right .num-wrapper{position:relative;display:inline-flex;align-items:center;height:40px;border-radius:14px;background:#f5f5f5;padding:6px 44px 6px 12px}.container .right .num-wrapper input[type=number]{appearance:textfield;-moz-appearance:textfield;-webkit-appearance:none;border:0;outline:0;width:100%;background:transparent;color:#8c8c8c;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.container .right .num-wrapper input::-webkit-outer-spin-button,.container .right .num-wrapper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.container .right .num-wrapper .spin{position:absolute;right:8px;width:28px;height:18px;border:0;background:transparent;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center}.container .right .num-wrapper .up{top:15px}.container .right .num-wrapper .down{bottom:-1px}\n"], dependencies: [{ kind: "component", type: IconXlComponent, selector: "ius-icon-xl", inputs: ["iconName", "color"] }] }); }
|
|
38
|
+
}
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SimpleCardContadorComponent, decorators: [{
|
|
40
|
+
type: Component,
|
|
41
|
+
args: [{ selector: 'ius-simple-card-contador', standalone: true, imports: [IconXlComponent], template: "<div class=\"general-container\">\r\n <div class=\"container\">\r\n <div class=\"left\">\r\n <p>{{ title }}</p>\r\n </div>\r\n\r\n <div class=\"right\">\r\n <div class=\"num-wrapper\">\r\n <input\r\n #num\r\n type=\"number\"\r\n [step]=\"1\"\r\n [min]=\"1\"\r\n [max]=\"maxValue > 0 ? maxValue : null\"\r\n [value]=\"value\"\r\n (input)=\"onTyped(num)\"\r\n (blur)=\"onTyped(num)\"\r\n />\r\n <button\r\n class=\"spin up\"\r\n (click)=\"step(num, +1)\"\r\n >\r\n <ius-icon-xl\r\n [iconName]=\"'icon-keyboard-arrow-up'\"\r\n ></ius-icon-xl>\r\n </button>\r\n\r\n <button\r\n class=\"spin down\"\r\n (click)=\"step(num, -1)\"\r\n >\r\n <ius-icon-xl\r\n [iconName]=\"'icon-keyboard-arrow-down'\"\r\n ></ius-icon-xl>\r\n </button>\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{display:flex;padding:4px 4px 4px 12px;align-items:center;gap:0;align-self:stretch;border-radius:8px;border:1px solid #eaeaea;background:#fff;justify-content:space-between}.container .left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;flex:1 1 auto;min-width:0;width:55%}.container .left p{display:flex;align-items:center;gap:10px;margin:0;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Rubik;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.container .right{padding:var(--Spacing-Spacing-xs, 8px);display:flex;align-items:center;width:45%}.container .right .num-wrapper{position:relative;display:inline-flex;align-items:center;height:40px;border-radius:14px;background:#f5f5f5;padding:6px 44px 6px 12px}.container .right .num-wrapper input[type=number]{appearance:textfield;-moz-appearance:textfield;-webkit-appearance:none;border:0;outline:0;width:100%;background:transparent;color:#8c8c8c;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.container .right .num-wrapper input::-webkit-outer-spin-button,.container .right .num-wrapper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.container .right .num-wrapper .spin{position:absolute;right:8px;width:28px;height:18px;border:0;background:transparent;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center}.container .right .num-wrapper .up{top:15px}.container .right .num-wrapper .down{bottom:-1px}\n"] }]
|
|
42
|
+
}], propDecorators: { title: [{
|
|
43
|
+
type: Input
|
|
44
|
+
}], value: [{
|
|
45
|
+
type: Input
|
|
46
|
+
}], maxValue: [{
|
|
47
|
+
type: Input
|
|
48
|
+
}], valueChange: [{
|
|
49
|
+
type: Output
|
|
50
|
+
}], errorMaxValue: [{
|
|
51
|
+
type: Output
|
|
52
|
+
}] } });
|
|
53
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2ltcGxlLWNhcmQtY29udGFkb3IuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvc2ltcGxlLWNhcmQtY29udGFkb3Ivc2ltcGxlLWNhcmQtY29udGFkb3IuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvc2ltcGxlLWNhcmQtY29udGFkb3Ivc2ltcGxlLWNhcmQtY29udGFkb3IuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN2RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sWUFBWSxDQUFDOztBQVU3QyxNQUFNLE9BQU8sMkJBQTJCO0lBUHhDO1FBUVcsVUFBSyxHQUFZLEVBQUUsQ0FBQztRQUNwQixVQUFLLEdBQUcsQ0FBQyxDQUFDO1FBQ1YsYUFBUSxHQUFHLENBQUMsQ0FBQztRQUNaLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUN6QyxrQkFBYSxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7S0FvQ3REO0lBbENDLElBQUksQ0FBQyxFQUFvQixFQUFFLEdBQVc7UUFDcEMsTUFBTSxPQUFPLEdBQUcsTUFBTSxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDdEMsTUFBTSxJQUFJLEdBQUcsT0FBTyxHQUFHLEdBQUcsQ0FBQztRQUMzQixJQUFJLENBQUMsa0JBQWtCLENBQUMsSUFBSSxFQUFFLEVBQUUsQ0FBQyxDQUFDO0lBQ3BDLENBQUM7SUFFRCxPQUFPLENBQUMsRUFBb0I7UUFDMUIsTUFBTSxDQUFDLEdBQUcsTUFBTSxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUMzQixJQUFJLENBQUMsa0JBQWtCLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDO0lBQ2pDLENBQUM7SUFFTyxrQkFBa0IsQ0FBQyxDQUFTLEVBQUUsRUFBcUI7UUFFekQsSUFBSSxLQUFLLEdBQUcsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFFcEMsSUFBSSxLQUFLLEdBQUcsQ0FBQyxFQUFFLENBQUM7WUFDZCxLQUFLLEdBQUcsQ0FBQyxDQUFDO1FBQ1osQ0FBQztRQUVELElBQUksSUFBSSxDQUFDLFFBQVEsR0FBRyxDQUFDLElBQUksS0FBSyxHQUFHLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztZQUMvQyxLQUFLLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQztZQUN0QixJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxpREFBaUQsQ0FBQyxDQUFBO1FBQzVFLENBQUM7UUFFRCxJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztRQUVuQixJQUFJLEVBQUUsRUFBRSxDQUFDO1lBQ1AsRUFBRSxDQUFDLEtBQUssR0FBRyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDM0IsQ0FBQztRQUVELElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQy9CLENBQUM7K0dBdENVLDJCQUEyQjttR0FBM0IsMkJBQTJCLCtOQ1h4QyxrZ0NBdUNBLDBsR0RoQ1ksZUFBZTs7NEZBSWQsMkJBQTJCO2tCQVB2QyxTQUFTOytCQUNFLDBCQUEwQixjQUN4QixJQUFJLFdBQ1AsQ0FBQyxlQUFlLENBQUM7OEJBS2pCLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDSSxXQUFXO3NCQUFwQixNQUFNO2dCQUNHLGFBQWE7c0JBQXRCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBJY29uWGxDb21wb25lbnQgfSBmcm9tICcuLi9pY29uLXhsJztcclxuXHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2l1cy1zaW1wbGUtY2FyZC1jb250YWRvcicsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbSWNvblhsQ29tcG9uZW50XSxcclxuICB0ZW1wbGF0ZVVybDogJy4vc2ltcGxlLWNhcmQtY29udGFkb3IuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9zaW1wbGUtY2FyZC1jb250YWRvci5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIFNpbXBsZUNhcmRDb250YWRvckNvbXBvbmVudCB7XHJcbiAgQElucHV0KCkgdGl0bGU/OiBzdHJpbmcgPSAnJztcclxuICBASW5wdXQoKSB2YWx1ZSA9IDE7XHJcbiAgQElucHV0KCkgbWF4VmFsdWUgPSAwO1xyXG4gIEBPdXRwdXQoKSB2YWx1ZUNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8bnVtYmVyPigpO1xyXG4gIEBPdXRwdXQoKSBlcnJvck1heFZhbHVlID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XHJcblxyXG4gIHN0ZXAoZWw6IEhUTUxJbnB1dEVsZW1lbnQsIGRpcjogMSB8IC0xKSB7XHJcbiAgICBjb25zdCBjdXJyZW50ID0gTnVtYmVyKGVsLnZhbHVlKSB8fCAxO1xyXG4gICAgY29uc3QgbmV4dCA9IGN1cnJlbnQgKyBkaXI7XHJcbiAgICB0aGlzLmFwcGx5TGltaXRzQW5kRW1pdChuZXh0LCBlbCk7XHJcbiAgfVxyXG5cclxuICBvblR5cGVkKGVsOiBIVE1MSW5wdXRFbGVtZW50KSB7XHJcbiAgICBjb25zdCBuID0gTnVtYmVyKGVsLnZhbHVlKTtcclxuICAgIHRoaXMuYXBwbHlMaW1pdHNBbmRFbWl0KG4sIGVsKTtcclxuICB9XHJcblxyXG4gIHByaXZhdGUgYXBwbHlMaW1pdHNBbmRFbWl0KG46IG51bWJlciwgZWw/OiBIVE1MSW5wdXRFbGVtZW50KSB7XHJcblxyXG4gICAgbGV0IHZhbHVlID0gTnVtYmVyLmlzTmFOKG4pID8gMSA6IG47XHJcblxyXG4gICAgaWYgKHZhbHVlIDwgMSkge1xyXG4gICAgICB2YWx1ZSA9IDE7XHJcbiAgICB9XHJcblxyXG4gICAgaWYgKHRoaXMubWF4VmFsdWUgPiAwICYmIHZhbHVlID4gdGhpcy5tYXhWYWx1ZSkge1xyXG4gICAgICB2YWx1ZSA9IHRoaXMubWF4VmFsdWU7XHJcbiAgICAgIHRoaXMuZXJyb3JNYXhWYWx1ZS5lbWl0KCdFbCB2YWxvciBzb2JyZXBhc2EgZWwgbGltaXRlIHF1ZSBwdWVkZXMgYXNpZ25hcicpXHJcbiAgICB9XHJcblxyXG4gICAgdGhpcy52YWx1ZSA9IHZhbHVlO1xyXG5cclxuICAgIGlmIChlbCkge1xyXG4gICAgICBlbC52YWx1ZSA9IFN0cmluZyh2YWx1ZSk7XHJcbiAgICB9XHJcblxyXG4gICAgdGhpcy52YWx1ZUNoYW5nZS5lbWl0KHZhbHVlKTtcclxuICB9XHJcblxyXG5cclxufVxyXG5cclxuXHJcblxyXG4iLCI8ZGl2IGNsYXNzPVwiZ2VuZXJhbC1jb250YWluZXJcIj5cclxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwibGVmdFwiPlxyXG4gICAgICA8cD57eyB0aXRsZSB9fTwvcD5cclxuICAgIDwvZGl2PlxyXG5cclxuICAgIDxkaXYgY2xhc3M9XCJyaWdodFwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwibnVtLXdyYXBwZXJcIj5cclxuICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICNudW1cclxuICAgICAgICAgIHR5cGU9XCJudW1iZXJcIlxyXG4gICAgICAgICAgW3N0ZXBdPVwiMVwiXHJcbiAgICAgICAgICBbbWluXT1cIjFcIlxyXG4gICAgICAgICAgW21heF09XCJtYXhWYWx1ZSA+IDAgPyBtYXhWYWx1ZSA6IG51bGxcIlxyXG4gICAgICAgICAgW3ZhbHVlXT1cInZhbHVlXCJcclxuICAgICAgICAgIChpbnB1dCk9XCJvblR5cGVkKG51bSlcIlxyXG4gICAgICAgICAgKGJsdXIpPVwib25UeXBlZChudW0pXCJcclxuICAgICAgICAvPlxyXG4gICAgICAgIDxidXR0b25cclxuICAgICAgICAgIGNsYXNzPVwic3BpbiB1cFwiXHJcbiAgICAgICAgICAoY2xpY2spPVwic3RlcChudW0sICsxKVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPGl1cy1pY29uLXhsXHJcbiAgICAgICAgICAgIFtpY29uTmFtZV09XCInaWNvbi1rZXlib2FyZC1hcnJvdy11cCdcIlxyXG4gICAgICAgICAgPjwvaXVzLWljb24teGw+XHJcbiAgICAgICAgPC9idXR0b24+XHJcblxyXG4gICAgICAgIDxidXR0b25cclxuICAgICAgICAgIGNsYXNzPVwic3BpbiBkb3duXCJcclxuICAgICAgICAgIChjbGljayk9XCJzdGVwKG51bSwgLTEpXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8aXVzLWljb24teGxcclxuICAgICAgICAgICAgW2ljb25OYW1lXT1cIidpY29uLWtleWJvYXJkLWFycm93LWRvd24nXCJcclxuICAgICAgICAgID48L2l1cy1pY29uLXhsPlxyXG4gICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './simple-chip.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9zaW1wbGUtY2hpcC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHlCQUF5QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zaW1wbGUtY2hpcC5jb21wb25lbnQnO1xyXG5cclxuIl19
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import { IconMdComponent } from '../icon-md/icon-md.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class SimpleChipComponent {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.text = '';
|
|
7
|
+
this.color = '#c4dfff';
|
|
8
|
+
this.textColor = '';
|
|
9
|
+
this.iconColor = '';
|
|
10
|
+
this.disabled = false;
|
|
11
|
+
this.onRemoveEvent = new EventEmitter();
|
|
12
|
+
}
|
|
13
|
+
remove() {
|
|
14
|
+
if (this.disabled) {
|
|
15
|
+
return;
|
|
16
|
+
}
|
|
17
|
+
this.onRemoveEvent.emit(null);
|
|
18
|
+
}
|
|
19
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SimpleChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
20
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: SimpleChipComponent, isStandalone: true, selector: "ius-simple-chip", inputs: { text: "text", color: "color", textColor: "textColor", iconColor: "iconColor", disabled: "disabled" }, outputs: { onRemoveEvent: "onRemoveEvent" }, ngImport: i0, template: "<div class=\"general-container\">\r\n <div class=\"chip\" [class.disabled]=\"disabled\" [style.background]=\"disabled ? '#F5F5F5' : color\">\r\n <p [style.color]=\"disabled ? 'var(--ColorText-colorTextDisabled, #BFBFBF)' : textColor\">{{ text }}</p>\r\n <button (click)=\"remove()\" [disabled]=\"disabled\" [attr.aria-disabled]=\"disabled\">\r\n <ius-icon-md iconName=\"icon-cancel\" [color]=\"iconColor\"></ius-icon-md>\r\n </button>\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}.chip{display:inline-flex;padding:8px;align-items:center;gap:4px;border-radius:4px}.chip.disabled{background-color:#f5f5f5;cursor:default;pointer-events:none}p{margin:-2px 0 0;display:flex;align-items:center;border-radius:4px;color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}button{border:none;background-color:transparent;cursor:pointer}button[disabled]{cursor:default;pointer-events:none;opacity:.7}\n"], dependencies: [{ kind: "component", type: IconMdComponent, selector: "ius-icon-md", inputs: ["iconName", "color"] }] }); }
|
|
21
|
+
}
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SimpleChipComponent, decorators: [{
|
|
23
|
+
type: Component,
|
|
24
|
+
args: [{ selector: 'ius-simple-chip', standalone: true, imports: [IconMdComponent], template: "<div class=\"general-container\">\r\n <div class=\"chip\" [class.disabled]=\"disabled\" [style.background]=\"disabled ? '#F5F5F5' : color\">\r\n <p [style.color]=\"disabled ? 'var(--ColorText-colorTextDisabled, #BFBFBF)' : textColor\">{{ text }}</p>\r\n <button (click)=\"remove()\" [disabled]=\"disabled\" [attr.aria-disabled]=\"disabled\">\r\n <ius-icon-md iconName=\"icon-cancel\" [color]=\"iconColor\"></ius-icon-md>\r\n </button>\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}.chip{display:inline-flex;padding:8px;align-items:center;gap:4px;border-radius:4px}.chip.disabled{background-color:#f5f5f5;cursor:default;pointer-events:none}p{margin:-2px 0 0;display:flex;align-items:center;border-radius:4px;color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}button{border:none;background-color:transparent;cursor:pointer}button[disabled]{cursor:default;pointer-events:none;opacity:.7}\n"] }]
|
|
25
|
+
}], propDecorators: { text: [{
|
|
26
|
+
type: Input
|
|
27
|
+
}], color: [{
|
|
28
|
+
type: Input
|
|
29
|
+
}], textColor: [{
|
|
30
|
+
type: Input
|
|
31
|
+
}], iconColor: [{
|
|
32
|
+
type: Input
|
|
33
|
+
}], disabled: [{
|
|
34
|
+
type: Input
|
|
35
|
+
}], onRemoveEvent: [{
|
|
36
|
+
type: Output
|
|
37
|
+
}] } });
|
|
38
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2ltcGxlLWNoaXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvc2ltcGxlLWNoaXAvc2ltcGxlLWNoaXAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvc2ltcGxlLWNoaXAvc2ltcGxlLWNoaXAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN2RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sOEJBQThCLENBQUM7O0FBUy9ELE1BQU0sT0FBTyxtQkFBbUI7SUFQaEM7UUFRVyxTQUFJLEdBQVcsRUFBRSxDQUFDO1FBQ2xCLFVBQUssR0FBVyxTQUFTLENBQUM7UUFDMUIsY0FBUyxHQUFXLEVBQUUsQ0FBQztRQUN2QixjQUFTLEdBQVcsRUFBRSxDQUFDO1FBQ3ZCLGFBQVEsR0FBWSxLQUFLLENBQUM7UUFDekIsa0JBQWEsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0tBU25EO0lBUEMsTUFBTTtRQUNKLElBQUksSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQ2xCLE9BQU87UUFDVCxDQUFDO1FBRUQsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDaEMsQ0FBQzsrR0FkVSxtQkFBbUI7bUdBQW5CLG1CQUFtQix3T0NWaEMsNmRBUUEsMGhFREZZLGVBQWU7OzRGQUlkLG1CQUFtQjtrQkFQL0IsU0FBUzsrQkFDRSxpQkFBaUIsY0FDZixJQUFJLFdBQ1AsQ0FBQyxlQUFlLENBQUM7OEJBS2pCLElBQUk7c0JBQVosS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0ksYUFBYTtzQkFBdEIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEljb25NZENvbXBvbmVudCB9IGZyb20gJy4uL2ljb24tbWQvaWNvbi1tZC5jb21wb25lbnQnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdpdXMtc2ltcGxlLWNoaXAnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0ljb25NZENvbXBvbmVudF0sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3NpbXBsZS1jaGlwLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vc2ltcGxlLWNoaXAuY29tcG9uZW50LnNjc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTaW1wbGVDaGlwQ29tcG9uZW50IHtcclxuICBASW5wdXQoKSB0ZXh0OiBzdHJpbmcgPSAnJztcclxuICBASW5wdXQoKSBjb2xvcjogc3RyaW5nID0gJyNjNGRmZmYnO1xyXG4gIEBJbnB1dCgpIHRleHRDb2xvcjogc3RyaW5nID0gJyc7XHJcbiAgQElucHV0KCkgaWNvbkNvbG9yOiBzdHJpbmcgPSAnJztcclxuICBASW5wdXQoKSBkaXNhYmxlZDogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIEBPdXRwdXQoKSBvblJlbW92ZUV2ZW50ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XHJcblxyXG4gIHJlbW92ZSgpIHtcclxuICAgIGlmICh0aGlzLmRpc2FibGVkKSB7XHJcbiAgICAgIHJldHVybjtcclxuICAgIH1cclxuXHJcbiAgICB0aGlzLm9uUmVtb3ZlRXZlbnQuZW1pdChudWxsKTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImdlbmVyYWwtY29udGFpbmVyXCI+XHJcbiAgPGRpdiBjbGFzcz1cImNoaXBcIiBbY2xhc3MuZGlzYWJsZWRdPVwiZGlzYWJsZWRcIiBbc3R5bGUuYmFja2dyb3VuZF09XCJkaXNhYmxlZCA/ICcjRjVGNUY1JyA6IGNvbG9yXCI+XHJcbiAgICA8cCBbc3R5bGUuY29sb3JdPVwiZGlzYWJsZWQgPyAndmFyKC0tQ29sb3JUZXh0LWNvbG9yVGV4dERpc2FibGVkLCAjQkZCRkJGKScgOiB0ZXh0Q29sb3JcIj57eyB0ZXh0IH19PC9wPlxyXG4gICAgPGJ1dHRvbiAoY2xpY2spPVwicmVtb3ZlKClcIiBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIiBbYXR0ci5hcmlhLWRpc2FibGVkXT1cImRpc2FibGVkXCI+XHJcbiAgICAgIDxpdXMtaWNvbi1tZCBpY29uTmFtZT1cImljb24tY2FuY2VsXCIgW2NvbG9yXT1cImljb25Db2xvclwiPjwvaXVzLWljb24tbWQ+XHJcbiAgICA8L2J1dHRvbj5cclxuICA8L2Rpdj5cclxuPC9kaXY+XHJcbiJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './simple-divider.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9zaW1wbGUtZGl2aWRlci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDRCQUE0QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zaW1wbGUtZGl2aWRlci5jb21wb25lbnQnO1xyXG5cclxuIl19
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class SimpleDividerComponent {
|
|
4
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SimpleDividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: SimpleDividerComponent, isStandalone: true, selector: "ius-simple-divider", ngImport: i0, template: "\r\n", styles: [":host{display:block;width:100%;height:1px;background-color:#d9d9d9;flex-shrink:0}\n"] }); }
|
|
6
|
+
}
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SimpleDividerComponent, decorators: [{
|
|
8
|
+
type: Component,
|
|
9
|
+
args: [{ selector: 'ius-simple-divider', standalone: true, imports: [], template: "\r\n", styles: [":host{display:block;width:100%;height:1px;background-color:#d9d9d9;flex-shrink:0}\n"] }]
|
|
10
|
+
}] });
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2ltcGxlLWRpdmlkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvc2ltcGxlLWRpdmlkZXIvc2ltcGxlLWRpdmlkZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvc2ltcGxlLWRpdmlkZXIvc2ltcGxlLWRpdmlkZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLHNCQUFzQjsrR0FBdEIsc0JBQXNCO21HQUF0QixzQkFBc0IsOEVDVG5DLE1BQ0E7OzRGRFFhLHNCQUFzQjtrQkFQbEMsU0FBUzsrQkFDRSxvQkFBb0IsY0FDbEIsSUFBSSxXQUNQLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaXVzLXNpbXBsZS1kaXZpZGVyJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9zaW1wbGUtZGl2aWRlci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL3NpbXBsZS1kaXZpZGVyLmNvbXBvbmVudC5zY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgU2ltcGxlRGl2aWRlckNvbXBvbmVudCB7XHJcblxyXG59XHJcbiIsIlxyXG4iXX0=
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './simple-user-card.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9zaW1wbGUtdXNlci1jYXJkL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsOEJBQThCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NpbXBsZS11c2VyLWNhcmQuY29tcG9uZW50JztcclxuXHJcbiJdfQ==
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class SimpleUserCardComponent {
|
|
4
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SimpleUserCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: SimpleUserCardComponent, isStandalone: true, selector: "ius-simple-user-card", inputs: { letterIcon: "letterIcon", image: "image", text: "text" }, ngImport: i0, template: "<div class=\"general-container\">\r\n <div class=\"container\">\r\n <div class=\"image-container\">\r\n @if (letterIcon && !image) {\r\n <div class=\"container-icon-letra\">\r\n <span>{{ letterIcon }}</span>\r\n </div>\r\n }@else if(image && !letterIcon){\r\n <div class=\"image-container\">\r\n <img [src]=\"image\" class=\"image\" />\r\n </div>\r\n }\r\n </div>\r\n <div class=\"name-container\">\r\n <p class=\"text\">\r\n {{text}}\r\n </p>\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{display:flex;padding:8px;align-items:center;gap:10px;align-self:stretch;border-radius:8px;border:.5px solid #bfbfbf}.container .image-container{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch}.container .image-container .container-icon-letra{background-color:#dfe0ff;display:flex;width:20px;height:20px;padding:10px;margin-right:10px;justify-content:center;align-items:center;border-radius:100px;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.container .image-container .container-icon-letra:hover{background-color:#6670c4!important}.container .image-container .container-icon-letra:hover>span{display:none}.container .image-container .container-icon-letra:hover .icon-letra-edit{display:block}.container .image-container .container-icon-letra span{color:#1b2678;text-align:center;font-size:18px;font-weight:500}.container .image-container .image-container{display:flex;align-items:center;gap:8px}.container .image-container .image-container .image{display:flex;width:32px;height:32px;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:100px;border:.5px solid #f5f5f5;background:#fff3}.container .name-container{display:flex;min-width:220px;align-items:center;align-content:center;gap:10px;flex:1 0 0;flex-wrap:wrap;min-width:0}.container .name-container .text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;flex:1 0 0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#000;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}\n"] }); }
|
|
6
|
+
}
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SimpleUserCardComponent, decorators: [{
|
|
8
|
+
type: Component,
|
|
9
|
+
args: [{ selector: 'ius-simple-user-card', standalone: true, imports: [], template: "<div class=\"general-container\">\r\n <div class=\"container\">\r\n <div class=\"image-container\">\r\n @if (letterIcon && !image) {\r\n <div class=\"container-icon-letra\">\r\n <span>{{ letterIcon }}</span>\r\n </div>\r\n }@else if(image && !letterIcon){\r\n <div class=\"image-container\">\r\n <img [src]=\"image\" class=\"image\" />\r\n </div>\r\n }\r\n </div>\r\n <div class=\"name-container\">\r\n <p class=\"text\">\r\n {{text}}\r\n </p>\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{display:flex;padding:8px;align-items:center;gap:10px;align-self:stretch;border-radius:8px;border:.5px solid #bfbfbf}.container .image-container{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch}.container .image-container .container-icon-letra{background-color:#dfe0ff;display:flex;width:20px;height:20px;padding:10px;margin-right:10px;justify-content:center;align-items:center;border-radius:100px;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.container .image-container .container-icon-letra:hover{background-color:#6670c4!important}.container .image-container .container-icon-letra:hover>span{display:none}.container .image-container .container-icon-letra:hover .icon-letra-edit{display:block}.container .image-container .container-icon-letra span{color:#1b2678;text-align:center;font-size:18px;font-weight:500}.container .image-container .image-container{display:flex;align-items:center;gap:8px}.container .image-container .image-container .image{display:flex;width:32px;height:32px;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:100px;border:.5px solid #f5f5f5;background:#fff3}.container .name-container{display:flex;min-width:220px;align-items:center;align-content:center;gap:10px;flex:1 0 0;flex-wrap:wrap;min-width:0}.container .name-container .text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;flex:1 0 0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#000;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}\n"] }]
|
|
10
|
+
}], propDecorators: { letterIcon: [{
|
|
11
|
+
type: Input
|
|
12
|
+
}], image: [{
|
|
13
|
+
type: Input
|
|
14
|
+
}], text: [{
|
|
15
|
+
type: Input
|
|
16
|
+
}] } });
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2ltcGxlLXVzZXItY2FyZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9zaW1wbGUtdXNlci1jYXJkL3NpbXBsZS11c2VyLWNhcmQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvc2ltcGxlLXVzZXItY2FyZC9zaW1wbGUtdXNlci1jYXJkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVNqRCxNQUFNLE9BQU8sdUJBQXVCOytHQUF2Qix1QkFBdUI7bUdBQXZCLHVCQUF1QixvSkNUcEMsaWpCQW9CQTs7NEZEWGEsdUJBQXVCO2tCQVBuQyxTQUFTOytCQUNFLHNCQUFzQixjQUNwQixJQUFJLFdBQ1AsRUFBRTs4QkFNRixVQUFVO3NCQUFsQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2l1cy1zaW1wbGUtdXNlci1jYXJkJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9zaW1wbGUtdXNlci1jYXJkLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vc2ltcGxlLXVzZXItY2FyZC5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIFNpbXBsZVVzZXJDYXJkQ29tcG9uZW50IHtcclxuXHJcbiAgQElucHV0KCkgbGV0dGVySWNvbj86IHN0cmluZztcclxuICBASW5wdXQoKSBpbWFnZT86IHN0cmluZztcclxuICBASW5wdXQoKSB0ZXh0Pzogc3RyaW5nO1xyXG5cclxuXHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImdlbmVyYWwtY29udGFpbmVyXCI+XHJcbiAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImltYWdlLWNvbnRhaW5lclwiPlxyXG4gICAgICBAaWYgKGxldHRlckljb24gJiYgIWltYWdlKSB7XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItaWNvbi1sZXRyYVwiPlxyXG4gICAgICAgIDxzcGFuPnt7IGxldHRlckljb24gfX08L3NwYW4+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICB9QGVsc2UgaWYoaW1hZ2UgJiYgIWxldHRlckljb24pe1xyXG4gICAgICA8ZGl2IGNsYXNzPVwiaW1hZ2UtY29udGFpbmVyXCI+XHJcbiAgICAgICAgPGltZyBbc3JjXT1cImltYWdlXCIgY2xhc3M9XCJpbWFnZVwiIC8+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICB9XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJuYW1lLWNvbnRhaW5lclwiPlxyXG4gICAgICA8cCBjbGFzcz1cInRleHRcIj5cclxuICAgICAgICB7e3RleHR9fVxyXG4gICAgICA8L3A+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuPC9kaXY+XHJcbiJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './slide-toggle.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9zbGlkZS10b2dnbGUvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYywwQkFBMEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vc2xpZGUtdG9nZ2xlLmNvbXBvbmVudCc7XHJcbiJdfQ==
|