@litigiovirtual/ius-design-components 1.0.267 → 1.0.269
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/alert/alert.component.mjs +76 -0
- package/esm2022/lib/alert/index.mjs +2 -0
- package/esm2022/lib/avatar-business/avatar-business.component.mjs +52 -0
- package/esm2022/lib/avatar-business/index.mjs +2 -0
- package/esm2022/lib/avatar-icon/avatar-icon.component.mjs +33 -0
- package/esm2022/lib/avatar-icon/index.mjs +2 -0
- package/esm2022/lib/avatar-v2/avatar-v2.component.mjs +74 -0
- package/esm2022/lib/avatar-v2/index.mjs +2 -0
- package/esm2022/lib/badge/badge.component.mjs +26 -0
- package/esm2022/lib/badge/index.mjs +2 -0
- package/esm2022/lib/breadcrumb/breadcrumb.component.mjs +22 -0
- package/esm2022/lib/breadcrumb/index.mjs +2 -0
- package/esm2022/lib/button-accounts/button-accounts.component.mjs +64 -0
- package/esm2022/lib/button-accounts/index.mjs +2 -0
- package/esm2022/lib/button-auth/button-auth.component.mjs +113 -0
- package/esm2022/lib/button-auth/index.mjs +2 -0
- package/esm2022/lib/button-circle-secondary/button-circle-secondary.component.mjs +28 -0
- package/esm2022/lib/button-circle-secondary/index.mjs +2 -0
- package/esm2022/lib/button-circle-tertiary/button-circle-tertiary.component.mjs +28 -0
- package/esm2022/lib/button-circle-tertiary/index.mjs +2 -0
- package/esm2022/lib/button-dynamic/button-dynamic.component.mjs +115 -0
- package/esm2022/lib/button-dynamic/index.mjs +2 -0
- package/esm2022/lib/button-filter/button-filter.component.mjs +90 -0
- package/esm2022/lib/button-filter/index.mjs +2 -0
- package/esm2022/lib/button-menu-link/button-menu-link.component.mjs +31 -0
- package/esm2022/lib/button-menu-link/index.mjs +2 -0
- package/esm2022/lib/button-order/button-order.component.mjs +75 -0
- package/esm2022/lib/button-order/index.mjs +2 -0
- package/esm2022/lib/button-squared-secondary/button-squared-secondary.component.mjs +28 -0
- package/esm2022/lib/button-squared-secondary/index.mjs +2 -0
- package/esm2022/lib/button-squared-tertiary/button-squared-tertiary.component.mjs +28 -0
- package/esm2022/lib/button-squared-tertiary/index.mjs +2 -0
- package/esm2022/lib/button-standard-outline/button-standard-outline.component.mjs +28 -0
- package/esm2022/lib/button-standard-outline/index.mjs +2 -0
- package/esm2022/lib/button-standard-primary/button-standard-primary.component.mjs +28 -0
- package/esm2022/lib/button-standard-primary/index.mjs +2 -0
- package/esm2022/lib/button-standard-secondary/button-standard-secondary.component.mjs +24 -0
- package/esm2022/lib/button-standard-secondary/index.mjs +2 -0
- package/esm2022/lib/button-standard-tertiary/button-standard-tertiary.component.mjs +28 -0
- package/esm2022/lib/button-standard-tertiary/index.mjs +2 -0
- package/esm2022/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.mjs +31 -0
- package/esm2022/lib/button-standard-tertiary-small/index.mjs +2 -0
- package/esm2022/lib/calification/calification.component.mjs +36 -0
- package/esm2022/lib/calification/index.mjs +2 -0
- package/esm2022/lib/card-actividad-evento/card-actividad-evento.component.mjs +172 -0
- package/esm2022/lib/card-actividad-evento/index.mjs +2 -0
- package/esm2022/lib/card-agenda-judicial/card-agenda-judicial.component.mjs +62 -0
- package/esm2022/lib/card-agenda-judicial/index.mjs +2 -0
- package/esm2022/lib/card-block/card-block.component.mjs +53 -0
- package/esm2022/lib/card-block/index.mjs +2 -0
- package/esm2022/lib/card-button-checkbox/card-button-checkbox.component.mjs +42 -0
- package/esm2022/lib/card-button-checkbox/index.mjs +2 -0
- package/esm2022/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.mjs +32 -0
- package/esm2022/lib/card-collapse-detalle-proceso/index.mjs +2 -0
- package/esm2022/lib/card-dynamic-content/card-dynamic-content.component.mjs +20 -0
- package/esm2022/lib/card-dynamic-content/index.mjs +2 -0
- package/esm2022/lib/card-etapa-subetapa/card-etapa-subetapa.component.mjs +124 -0
- package/esm2022/lib/card-etapa-subetapa/index.mjs +2 -0
- package/esm2022/lib/card-gestion-cupo/card-gestion-cupo.component.mjs +28 -0
- package/esm2022/lib/card-gestion-cupo/index.mjs +2 -0
- package/esm2022/lib/card-impulso-procesal/card-impulso-procesal.component.mjs +120 -0
- package/esm2022/lib/card-impulso-procesal/index.mjs +2 -0
- package/esm2022/lib/card-info-facturacion/card-info-facturacion.component.mjs +43 -0
- package/esm2022/lib/card-info-facturacion/index.mjs +2 -0
- package/esm2022/lib/card-list-consumo/card-list-consumo.component.mjs +39 -0
- package/esm2022/lib/card-list-consumo/index.mjs +2 -0
- package/esm2022/lib/card-list-drag-on/card-list-drag-on.component.mjs +84 -0
- package/esm2022/lib/card-list-drag-on/index.mjs +2 -0
- package/esm2022/lib/card-list-movimientos/card-list-movimientos.component.mjs +43 -0
- package/esm2022/lib/card-list-movimientos/index.mjs +2 -0
- package/esm2022/lib/card-list-proceso/card-list-proceso.component.mjs +44 -0
- package/esm2022/lib/card-list-proceso/index.mjs +2 -0
- package/esm2022/lib/card-log/card-log.component.mjs +36 -0
- package/esm2022/lib/card-log/index.mjs +2 -0
- package/esm2022/lib/card-plan-small/card-plan-small.component.mjs +18 -0
- package/esm2022/lib/card-plan-small/index.mjs +2 -0
- package/esm2022/lib/card-plan-subscription/card-plan-subscription.component.mjs +55 -0
- package/esm2022/lib/card-plan-subscription/index.mjs +2 -0
- package/esm2022/lib/card-ticket/card-ticket.component.mjs +54 -0
- package/esm2022/lib/card-ticket/index.mjs +2 -0
- package/esm2022/lib/card-tipo-proceso/card-tipo-proceso.component.mjs +67 -0
- package/esm2022/lib/card-tipo-proceso/index.mjs +2 -0
- package/esm2022/lib/card-uso-plan/card-uso-plan.component.mjs +43 -0
- package/esm2022/lib/card-uso-plan/index.mjs +2 -0
- package/esm2022/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.mjs +129 -0
- package/esm2022/lib/card-vigilancia-judicial/index.mjs +2 -0
- package/esm2022/lib/categories/categories.component.mjs +43 -0
- package/esm2022/lib/categories/index.mjs +2 -0
- package/esm2022/lib/charts-bar-grouped/charts-bar-grouped.component.mjs +238 -0
- package/esm2022/lib/charts-bar-grouped/index.mjs +2 -0
- package/esm2022/lib/charts-donut/charts-donut.component.mjs +137 -0
- package/esm2022/lib/charts-donut/index.mjs +2 -0
- package/esm2022/lib/checkbox/checkbox.component.mjs +31 -0
- package/esm2022/lib/checkbox/index.mjs +2 -0
- package/esm2022/lib/checkbox-radio/checkbox-radio.component.mjs +74 -0
- package/esm2022/lib/checkbox-radio/index.mjs +2 -0
- package/esm2022/lib/chip/chip.component.mjs +33 -0
- package/esm2022/lib/chip/index.mjs +2 -0
- package/esm2022/lib/chip-user/chip-user.component.mjs +30 -0
- package/esm2022/lib/chip-user/index.mjs +2 -0
- package/esm2022/lib/create-ticket/create-ticket.component.mjs +101 -0
- package/esm2022/lib/create-ticket/index.mjs +2 -0
- package/esm2022/lib/custom-dropdown/custom-dropdown.component.mjs +149 -0
- package/esm2022/lib/custom-dropdown/index.mjs +2 -0
- package/esm2022/lib/date-hour-picker/date-hour-picker.component.mjs +302 -0
- package/esm2022/lib/date-hour-picker/index.mjs +2 -0
- package/esm2022/lib/date-picker/date-picker.component.mjs +161 -0
- package/esm2022/lib/date-picker/index.mjs +2 -0
- package/esm2022/lib/directives/infinite-scroll.directive.mjs +52 -0
- package/esm2022/lib/directives/popover.directive.mjs +170 -0
- package/esm2022/lib/double-date-picker/double-date-picker.component.mjs +230 -0
- package/esm2022/lib/double-date-picker/index.mjs +2 -0
- package/esm2022/lib/drawer-container-right/drawer-container-right.component.mjs +71 -0
- package/esm2022/lib/drawer-container-right/index.mjs +2 -0
- package/esm2022/lib/dropdown/dropdown.component.mjs +77 -0
- package/esm2022/lib/dropdown/index.mjs +2 -0
- package/esm2022/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.mjs +11 -0
- package/esm2022/lib/dropdown-contextual-menu/index.mjs +2 -0
- package/esm2022/lib/dropdown-option-item/dropdown-option-item.component.mjs +31 -0
- package/esm2022/lib/dropdown-option-item/index.mjs +2 -0
- package/esm2022/lib/dropdown-user-menu/dropdown-user-menu.component.mjs +64 -0
- package/esm2022/lib/dropdown-user-menu/index.mjs +2 -0
- package/esm2022/lib/empty-list/empty-list.component.mjs +22 -0
- package/esm2022/lib/empty-list/index.mjs +2 -0
- package/esm2022/lib/filter-item/filter-item.component.mjs +28 -0
- package/esm2022/lib/filter-item/index.mjs +2 -0
- package/esm2022/lib/icon-lg/icon-lg.component.mjs +29 -0
- package/esm2022/lib/icon-lg/index.mjs +2 -0
- package/esm2022/lib/icon-md/icon-md.component.mjs +29 -0
- package/esm2022/lib/icon-md/index.mjs +2 -0
- package/esm2022/lib/icon-sm/icon-sm.component.mjs +29 -0
- package/esm2022/lib/icon-sm/index.mjs +2 -0
- package/esm2022/lib/icon-xl/icon-xl.component.mjs +29 -0
- package/esm2022/lib/icon-xl/index.mjs +2 -0
- package/esm2022/lib/icon-xs/icon-xs.component.mjs +29 -0
- package/esm2022/lib/icon-xs/index.mjs +2 -0
- package/esm2022/lib/icon-xxl/icon-xxl.component.mjs +29 -0
- package/esm2022/lib/icon-xxl/index.mjs +2 -0
- package/esm2022/lib/icons/icons-map.mjs +1164 -0
- package/esm2022/lib/input-card/index.mjs +2 -0
- package/esm2022/lib/input-card/input-card.component.mjs +158 -0
- package/esm2022/lib/input-large/index.mjs +2 -0
- package/esm2022/lib/input-large/input-large.component.mjs +98 -0
- package/esm2022/lib/input-otp/index.mjs +2 -0
- package/esm2022/lib/input-otp/input-otp.component.mjs +173 -0
- package/esm2022/lib/input-password/index.mjs +2 -0
- package/esm2022/lib/input-password/input-password.component.mjs +91 -0
- package/esm2022/lib/input-select/index.mjs +2 -0
- package/esm2022/lib/input-select/input-select.component.mjs +190 -0
- package/esm2022/lib/input-select-filter/index.mjs +2 -0
- package/esm2022/lib/input-select-filter/input-select-filter.component.mjs +202 -0
- package/esm2022/lib/input-select-number/index.mjs +2 -0
- package/esm2022/lib/input-select-number/input-select-number.component.mjs +68 -0
- package/esm2022/lib/input-textfield/index.mjs +2 -0
- package/esm2022/lib/input-textfield/input-textfield.component.mjs +143 -0
- package/esm2022/lib/item-document/index.mjs +2 -0
- package/esm2022/lib/item-document/item-document.component.mjs +61 -0
- package/esm2022/lib/linear-progress-bar/index.mjs +2 -0
- package/esm2022/lib/linear-progress-bar/linear-progress-bar.component.mjs +16 -0
- package/esm2022/lib/loading-circle/index.mjs +2 -0
- package/esm2022/lib/loading-circle/loading-circle.component.mjs +17 -0
- package/esm2022/lib/loading-component-dynamic/index.mjs +2 -0
- package/esm2022/lib/loading-component-dynamic/loading-component-dynamic.component.mjs +63 -0
- package/esm2022/lib/menu-item/index.mjs +2 -0
- package/esm2022/lib/menu-item/menu-item.component.mjs +33 -0
- package/esm2022/lib/nav-rail/index.mjs +2 -0
- package/esm2022/lib/nav-rail/nav-rail.component.mjs +53 -0
- package/esm2022/lib/notification-card/index.mjs +2 -0
- package/esm2022/lib/notification-card/notification-card.component.mjs +88 -0
- package/esm2022/lib/notifications/index.mjs +2 -0
- package/esm2022/lib/notifications/notifications.component.mjs +90 -0
- package/esm2022/lib/option/index.mjs +2 -0
- package/esm2022/lib/option/option.component.mjs +34 -0
- package/esm2022/lib/option-item/index.mjs +2 -0
- package/esm2022/lib/option-item/option-item.component.mjs +30 -0
- package/esm2022/lib/page-not-found/index.mjs +2 -0
- package/esm2022/lib/page-not-found/page-not-found.component.mjs +28 -0
- package/esm2022/lib/popover/popover.component.mjs +30 -0
- package/esm2022/lib/progress-bar/progress-bar.component.mjs +117 -0
- package/esm2022/lib/search-bar/index.mjs +2 -0
- package/esm2022/lib/search-bar/search-bar.component.mjs +79 -0
- package/esm2022/lib/section-collapse-drawer-child/index.mjs +2 -0
- package/esm2022/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.mjs +73 -0
- package/esm2022/lib/section-collapse-drawer-parent/index.mjs +2 -0
- package/esm2022/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.mjs +73 -0
- package/esm2022/lib/segment/index.mjs +2 -0
- package/esm2022/lib/segment/segment.component.mjs +43 -0
- package/esm2022/lib/simple-card-contador/index.mjs +2 -0
- package/esm2022/lib/simple-card-contador/simple-card-contador.component.mjs +53 -0
- package/esm2022/lib/simple-chip/index.mjs +2 -0
- package/esm2022/lib/simple-chip/simple-chip.component.mjs +38 -0
- package/esm2022/lib/simple-divider/index.mjs +2 -0
- package/esm2022/lib/simple-divider/simple-divider.component.mjs +11 -0
- package/esm2022/lib/simple-user-card/index.mjs +2 -0
- package/esm2022/lib/simple-user-card/simple-user-card.component.mjs +17 -0
- package/esm2022/lib/slide-toggle/index.mjs +2 -0
- package/esm2022/lib/slide-toggle/slide-toggle.component.mjs +26 -0
- package/esm2022/lib/snackbar/index.mjs +2 -0
- package/esm2022/lib/snackbar/snackbar.component.mjs +40 -0
- package/esm2022/lib/support-panel/index.mjs +2 -0
- package/esm2022/lib/support-panel/support-panel.component.mjs +45 -0
- package/esm2022/lib/toolbar/index.mjs +2 -0
- package/esm2022/lib/toolbar/toolbar.component.mjs +363 -0
- package/esm2022/lib/toolbar-user-menu/index.mjs +2 -0
- package/esm2022/lib/toolbar-user-menu/toolbar-user-menu.component.mjs +138 -0
- package/esm2022/lib/user-card/index.mjs +2 -0
- package/esm2022/lib/user-card/user-card.component.mjs +84 -0
- package/esm2022/litigiovirtual-ius-design-components.mjs +5 -0
- package/esm2022/public-api.mjs +105 -0
- package/fesm2022/litigiovirtual-ius-design-components.mjs +8087 -0
- package/fesm2022/litigiovirtual-ius-design-components.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/alert/alert.component.d.ts +22 -0
- package/lib/alert/index.d.ts +1 -0
- package/lib/avatar-business/avatar-business.component.d.ts +16 -0
- package/lib/avatar-business/index.d.ts +1 -0
- package/lib/avatar-icon/avatar-icon.component.d.ts +10 -0
- package/lib/avatar-icon/index.d.ts +1 -0
- package/lib/avatar-v2/avatar-v2.component.d.ts +23 -0
- package/lib/avatar-v2/index.d.ts +1 -0
- package/lib/badge/badge.component.d.ts +7 -0
- package/lib/badge/index.d.ts +1 -0
- package/lib/breadcrumb/breadcrumb.component.d.ts +16 -0
- package/lib/breadcrumb/index.d.ts +1 -0
- package/lib/button-accounts/button-accounts.component.d.ts +26 -0
- package/lib/button-accounts/index.d.ts +1 -0
- package/lib/button-auth/button-auth.component.d.ts +22 -0
- package/lib/button-auth/index.d.ts +1 -0
- package/lib/button-circle-secondary/button-circle-secondary.component.d.ts +10 -0
- package/lib/button-circle-secondary/index.d.ts +1 -0
- package/lib/button-circle-tertiary/button-circle-tertiary.component.d.ts +10 -0
- package/lib/button-circle-tertiary/index.d.ts +1 -0
- package/lib/button-dynamic/button-dynamic.component.d.ts +28 -0
- package/lib/button-dynamic/index.d.ts +1 -0
- package/lib/button-filter/button-filter.component.d.ts +25 -0
- package/lib/button-filter/index.d.ts +1 -0
- package/lib/button-menu-link/button-menu-link.component.d.ts +11 -0
- package/lib/button-menu-link/index.d.ts +1 -0
- package/lib/button-order/button-order.component.d.ts +29 -0
- package/lib/button-order/index.d.ts +1 -0
- package/lib/button-squared-secondary/button-squared-secondary.component.d.ts +10 -0
- package/lib/button-squared-secondary/index.d.ts +1 -0
- package/lib/button-squared-tertiary/button-squared-tertiary.component.d.ts +10 -0
- package/lib/button-squared-tertiary/index.d.ts +1 -0
- package/lib/button-standard-outline/button-standard-outline.component.d.ts +10 -0
- package/lib/button-standard-outline/index.d.ts +1 -0
- package/lib/button-standard-primary/button-standard-primary.component.d.ts +10 -0
- package/lib/button-standard-primary/index.d.ts +1 -0
- package/lib/button-standard-secondary/button-standard-secondary.component.d.ts +9 -0
- package/lib/button-standard-secondary/index.d.ts +1 -0
- package/lib/button-standard-tertiary/button-standard-tertiary.component.d.ts +10 -0
- package/lib/button-standard-tertiary/index.d.ts +1 -0
- package/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.d.ts +11 -0
- package/lib/button-standard-tertiary-small/index.d.ts +1 -0
- package/lib/calification/calification.component.d.ts +14 -0
- package/lib/calification/index.d.ts +1 -0
- package/lib/card-actividad-evento/card-actividad-evento.component.d.ts +40 -0
- package/lib/card-actividad-evento/index.d.ts +1 -0
- package/lib/card-agenda-judicial/card-agenda-judicial.component.d.ts +20 -0
- package/lib/card-agenda-judicial/index.d.ts +1 -0
- package/lib/card-block/card-block.component.d.ts +23 -0
- package/lib/card-block/index.d.ts +1 -0
- package/lib/card-button-checkbox/card-button-checkbox.component.d.ts +14 -0
- package/lib/card-button-checkbox/index.d.ts +1 -0
- package/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.d.ts +13 -0
- package/lib/card-collapse-detalle-proceso/index.d.ts +1 -0
- package/lib/card-dynamic-content/card-dynamic-content.component.d.ts +7 -0
- package/lib/card-dynamic-content/index.d.ts +1 -0
- package/lib/card-etapa-subetapa/card-etapa-subetapa.component.d.ts +32 -0
- package/lib/card-etapa-subetapa/index.d.ts +1 -0
- package/lib/card-gestion-cupo/card-gestion-cupo.component.d.ts +12 -0
- package/lib/card-gestion-cupo/index.d.ts +1 -0
- package/lib/card-impulso-procesal/card-impulso-procesal.component.d.ts +31 -0
- package/lib/card-impulso-procesal/index.d.ts +1 -0
- package/lib/card-info-facturacion/card-info-facturacion.component.d.ts +19 -0
- package/lib/card-info-facturacion/index.d.ts +1 -0
- package/lib/card-list-consumo/card-list-consumo.component.d.ts +16 -0
- package/lib/card-list-consumo/index.d.ts +1 -0
- package/lib/card-list-drag-on/card-list-drag-on.component.d.ts +28 -0
- package/lib/card-list-drag-on/index.d.ts +1 -0
- package/lib/card-list-movimientos/card-list-movimientos.component.d.ts +16 -0
- package/lib/card-list-movimientos/index.d.ts +1 -0
- package/lib/card-list-proceso/card-list-proceso.component.d.ts +19 -0
- package/lib/card-list-proceso/index.d.ts +1 -0
- package/lib/card-log/card-log.component.d.ts +18 -0
- package/lib/card-log/index.d.ts +1 -0
- package/lib/card-plan-small/card-plan-small.component.d.ts +8 -0
- package/lib/card-plan-small/index.d.ts +1 -0
- package/lib/card-plan-subscription/card-plan-subscription.component.d.ts +23 -0
- package/lib/card-plan-subscription/index.d.ts +1 -0
- package/lib/card-ticket/card-ticket.component.d.ts +22 -0
- package/lib/card-ticket/index.d.ts +1 -0
- package/lib/card-tipo-proceso/card-tipo-proceso.component.d.ts +25 -0
- package/lib/card-tipo-proceso/index.d.ts +1 -0
- package/lib/card-uso-plan/card-uso-plan.component.d.ts +19 -0
- package/lib/card-uso-plan/index.d.ts +1 -0
- package/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.d.ts +28 -0
- package/lib/card-vigilancia-judicial/index.d.ts +1 -0
- package/lib/categories/categories.component.d.ts +14 -0
- package/lib/categories/index.d.ts +1 -0
- package/lib/charts-bar-grouped/charts-bar-grouped.component.d.ts +98 -0
- package/lib/charts-bar-grouped/index.d.ts +1 -0
- package/lib/charts-donut/charts-donut.component.d.ts +47 -0
- package/lib/charts-donut/index.d.ts +1 -0
- package/lib/checkbox/checkbox.component.d.ts +10 -0
- package/lib/checkbox/index.d.ts +1 -0
- package/lib/checkbox-radio/checkbox-radio.component.d.ts +20 -0
- package/lib/checkbox-radio/index.d.ts +1 -0
- package/lib/chip/chip.component.d.ts +11 -0
- package/lib/chip/index.d.ts +1 -0
- package/lib/chip-user/chip-user.component.d.ts +12 -0
- package/lib/chip-user/index.d.ts +1 -0
- package/lib/create-ticket/create-ticket.component.d.ts +57 -0
- package/lib/create-ticket/index.d.ts +1 -0
- package/lib/custom-dropdown/custom-dropdown.component.d.ts +40 -0
- package/lib/custom-dropdown/index.d.ts +1 -0
- package/lib/date-hour-picker/date-hour-picker.component.d.ts +60 -0
- package/lib/date-hour-picker/index.d.ts +1 -0
- package/lib/date-picker/date-picker.component.d.ts +42 -0
- package/lib/date-picker/index.d.ts +1 -0
- package/lib/directives/infinite-scroll.directive.d.ts +15 -0
- package/lib/directives/popover.directive.d.ts +41 -0
- package/lib/double-date-picker/double-date-picker.component.d.ts +57 -0
- package/lib/double-date-picker/index.d.ts +1 -0
- package/lib/drawer-container-right/drawer-container-right.component.d.ts +13 -0
- package/lib/drawer-container-right/index.d.ts +1 -0
- package/lib/dropdown/dropdown.component.d.ts +28 -0
- package/lib/dropdown/index.d.ts +1 -0
- package/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.d.ts +5 -0
- package/lib/dropdown-contextual-menu/index.d.ts +1 -0
- package/lib/dropdown-option-item/dropdown-option-item.component.d.ts +13 -0
- package/lib/dropdown-option-item/index.d.ts +1 -0
- package/lib/dropdown-user-menu/dropdown-user-menu.component.d.ts +20 -0
- package/lib/dropdown-user-menu/index.d.ts +1 -0
- package/lib/empty-list/empty-list.component.d.ts +8 -0
- package/lib/empty-list/index.d.ts +1 -0
- package/lib/filter-item/filter-item.component.d.ts +10 -0
- package/lib/filter-item/index.d.ts +1 -0
- package/lib/icon-lg/icon-lg.component.d.ts +12 -0
- package/lib/icon-lg/index.d.ts +1 -0
- package/lib/icon-md/icon-md.component.d.ts +12 -0
- package/lib/icon-md/index.d.ts +1 -0
- package/lib/icon-sm/icon-sm.component.d.ts +13 -0
- package/lib/icon-sm/index.d.ts +1 -0
- package/lib/icon-xl/icon-xl.component.d.ts +12 -0
- package/lib/icon-xl/index.d.ts +1 -0
- package/lib/icon-xs/icon-xs.component.d.ts +12 -0
- package/lib/icon-xs/index.d.ts +1 -0
- package/lib/icon-xxl/icon-xxl.component.d.ts +12 -0
- package/lib/icon-xxl/index.d.ts +1 -0
- package/lib/icons/icons-map.d.ts +1 -0
- package/lib/input-card/index.d.ts +1 -0
- package/lib/input-card/input-card.component.d.ts +43 -0
- package/lib/input-large/index.d.ts +1 -0
- package/lib/input-large/input-large.component.d.ts +30 -0
- package/lib/input-otp/index.d.ts +1 -0
- package/lib/input-otp/input-otp.component.d.ts +34 -0
- package/lib/input-password/index.d.ts +1 -0
- package/lib/input-password/input-password.component.d.ts +29 -0
- package/lib/input-select/index.d.ts +1 -0
- package/lib/input-select/input-select.component.d.ts +47 -0
- package/lib/input-select-filter/index.d.ts +1 -0
- package/lib/input-select-filter/input-select-filter.component.d.ts +62 -0
- package/lib/input-select-number/index.d.ts +1 -0
- package/lib/input-select-number/input-select-number.component.d.ts +18 -0
- package/lib/input-textfield/index.d.ts +1 -0
- package/lib/input-textfield/input-textfield.component.d.ts +36 -0
- package/lib/item-document/index.d.ts +1 -0
- package/lib/item-document/item-document.component.d.ts +19 -0
- package/lib/linear-progress-bar/index.d.ts +1 -0
- package/lib/linear-progress-bar/linear-progress-bar.component.d.ts +6 -0
- package/lib/loading-circle/index.d.ts +1 -0
- package/lib/loading-circle/loading-circle.component.d.ts +6 -0
- package/lib/loading-component-dynamic/index.d.ts +1 -0
- package/lib/loading-component-dynamic/loading-component-dynamic.component.d.ts +22 -0
- package/lib/menu-item/index.d.ts +1 -0
- package/lib/menu-item/menu-item.component.d.ts +11 -0
- package/lib/nav-rail/index.d.ts +1 -0
- package/lib/nav-rail/nav-rail.component.d.ts +10 -0
- package/lib/notification-card/index.d.ts +1 -0
- package/lib/notification-card/notification-card.component.d.ts +30 -0
- package/lib/notifications/index.d.ts +1 -0
- package/lib/notifications/notifications.component.d.ts +19 -0
- package/lib/option/index.d.ts +1 -0
- package/lib/option/option.component.d.ts +13 -0
- package/lib/option-item/index.d.ts +1 -0
- package/lib/option-item/option-item.component.d.ts +11 -0
- package/lib/page-not-found/index.d.ts +1 -0
- package/lib/page-not-found/page-not-found.component.d.ts +12 -0
- package/lib/popover/popover.component.d.ts +10 -0
- package/lib/progress-bar/progress-bar.component.d.ts +43 -0
- package/lib/search-bar/index.d.ts +1 -0
- package/lib/search-bar/search-bar.component.d.ts +24 -0
- package/lib/section-collapse-drawer-child/index.d.ts +1 -0
- package/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.d.ts +12 -0
- package/lib/section-collapse-drawer-parent/index.d.ts +1 -0
- package/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.d.ts +12 -0
- package/lib/segment/index.d.ts +1 -0
- package/lib/segment/segment.component.d.ts +14 -0
- package/lib/simple-card-contador/index.d.ts +1 -0
- package/lib/simple-card-contador/simple-card-contador.component.d.ts +14 -0
- package/lib/simple-chip/index.d.ts +1 -0
- package/lib/simple-chip/simple-chip.component.d.ts +13 -0
- package/lib/simple-divider/index.d.ts +1 -0
- package/lib/simple-divider/simple-divider.component.d.ts +5 -0
- package/lib/simple-user-card/index.d.ts +1 -0
- package/lib/simple-user-card/simple-user-card.component.d.ts +8 -0
- package/lib/slide-toggle/index.d.ts +1 -0
- package/lib/slide-toggle/slide-toggle.component.d.ts +10 -0
- package/lib/snackbar/index.d.ts +1 -0
- package/lib/snackbar/snackbar.component.d.ts +16 -0
- package/lib/support-panel/index.d.ts +1 -0
- package/lib/support-panel/support-panel.component.d.ts +17 -0
- package/lib/toolbar/index.d.ts +1 -0
- package/lib/toolbar/toolbar.component.d.ts +137 -0
- package/lib/toolbar-user-menu/index.d.ts +1 -0
- package/lib/toolbar-user-menu/toolbar-user-menu.component.d.ts +45 -0
- package/lib/user-card/index.d.ts +1 -0
- package/lib/user-card/user-card.component.d.ts +32 -0
- package/package.json +28 -18
- package/public-api.d.ts +103 -0
- package/ng-package.json +0 -10
- package/src/lib/alert/alert.component.html +0 -19
- package/src/lib/alert/alert.component.scss +0 -47
- package/src/lib/alert/alert.component.spec.ts +0 -23
- package/src/lib/alert/alert.component.ts +0 -73
- package/src/lib/alert/index.ts +0 -2
- package/src/lib/avatar-business/avatar-business.component.html +0 -39
- package/src/lib/avatar-business/avatar-business.component.scss +0 -89
- package/src/lib/avatar-business/avatar-business.component.spec.ts +0 -23
- package/src/lib/avatar-business/avatar-business.component.ts +0 -42
- package/src/lib/avatar-business/index.ts +0 -2
- package/src/lib/avatar-icon/avatar-icon.component.html +0 -20
- package/src/lib/avatar-icon/avatar-icon.component.scss +0 -29
- package/src/lib/avatar-icon/avatar-icon.component.spec.ts +0 -23
- package/src/lib/avatar-icon/avatar-icon.component.ts +0 -24
- package/src/lib/avatar-icon/index.ts +0 -2
- package/src/lib/avatar-v2/avatar-v2.component.html +0 -41
- package/src/lib/avatar-v2/avatar-v2.component.scss +0 -107
- package/src/lib/avatar-v2/avatar-v2.component.spec.ts +0 -23
- package/src/lib/avatar-v2/avatar-v2.component.ts +0 -65
- package/src/lib/avatar-v2/index.ts +0 -2
- package/src/lib/badge/badge.component.html +0 -3
- package/src/lib/badge/badge.component.scss +0 -29
- package/src/lib/badge/badge.component.spec.ts +0 -23
- package/src/lib/badge/badge.component.ts +0 -24
- package/src/lib/badge/index.ts +0 -2
- package/src/lib/breadcrumb/breadcrumb.component.html +0 -24
- package/src/lib/breadcrumb/breadcrumb.component.scss +0 -41
- package/src/lib/breadcrumb/breadcrumb.component.spec.ts +0 -23
- package/src/lib/breadcrumb/breadcrumb.component.ts +0 -25
- package/src/lib/breadcrumb/index.ts +0 -2
- package/src/lib/button-accounts/button-accounts.component.html +0 -39
- package/src/lib/button-accounts/button-accounts.component.scss +0 -110
- package/src/lib/button-accounts/button-accounts.component.spec.ts +0 -23
- package/src/lib/button-accounts/button-accounts.component.ts +0 -69
- package/src/lib/button-accounts/index.ts +0 -1
- package/src/lib/button-auth/button-auth.component.html +0 -4
- package/src/lib/button-auth/button-auth.component.scss +0 -39
- package/src/lib/button-auth/button-auth.component.spec.ts +0 -23
- package/src/lib/button-auth/button-auth.component.ts +0 -116
- package/src/lib/button-auth/index.ts +0 -1
- package/src/lib/button-circle-secondary/button-circle-secondary.component.html +0 -3
- package/src/lib/button-circle-secondary/button-circle-secondary.component.scss +0 -39
- package/src/lib/button-circle-secondary/button-circle-secondary.component.spec.ts +0 -23
- package/src/lib/button-circle-secondary/button-circle-secondary.component.ts +0 -25
- package/src/lib/button-circle-secondary/index.ts +0 -2
- package/src/lib/button-circle-tertiary/button-circle-tertiary.component.html +0 -3
- package/src/lib/button-circle-tertiary/button-circle-tertiary.component.scss +0 -38
- package/src/lib/button-circle-tertiary/button-circle-tertiary.component.spec.ts +0 -23
- package/src/lib/button-circle-tertiary/button-circle-tertiary.component.ts +0 -22
- package/src/lib/button-circle-tertiary/index.ts +0 -2
- package/src/lib/button-dynamic/button-dynamic.component.html +0 -19
- package/src/lib/button-dynamic/button-dynamic.component.scss +0 -56
- package/src/lib/button-dynamic/button-dynamic.component.spec.ts +0 -23
- package/src/lib/button-dynamic/button-dynamic.component.ts +0 -113
- package/src/lib/button-dynamic/index.ts +0 -2
- package/src/lib/button-filter/button-filter.component.html +0 -22
- package/src/lib/button-filter/button-filter.component.scss +0 -90
- package/src/lib/button-filter/button-filter.component.spec.ts +0 -23
- package/src/lib/button-filter/button-filter.component.ts +0 -94
- package/src/lib/button-filter/index.ts +0 -2
- package/src/lib/button-menu-link/button-menu-link.component.html +0 -3
- package/src/lib/button-menu-link/button-menu-link.component.scss +0 -33
- package/src/lib/button-menu-link/button-menu-link.component.spec.ts +0 -23
- package/src/lib/button-menu-link/button-menu-link.component.ts +0 -23
- package/src/lib/button-menu-link/index.ts +0 -2
- package/src/lib/button-order/button-order.component.html +0 -27
- package/src/lib/button-order/button-order.component.scss +0 -75
- package/src/lib/button-order/button-order.component.spec.ts +0 -23
- package/src/lib/button-order/button-order.component.ts +0 -84
- package/src/lib/button-order/index.ts +0 -2
- package/src/lib/button-squared-secondary/button-squared-secondary.component.html +0 -3
- package/src/lib/button-squared-secondary/button-squared-secondary.component.scss +0 -43
- package/src/lib/button-squared-secondary/button-squared-secondary.component.spec.ts +0 -23
- package/src/lib/button-squared-secondary/button-squared-secondary.component.ts +0 -23
- package/src/lib/button-squared-secondary/index.ts +0 -2
- package/src/lib/button-squared-tertiary/button-squared-tertiary.component.html +0 -3
- package/src/lib/button-squared-tertiary/button-squared-tertiary.component.scss +0 -42
- package/src/lib/button-squared-tertiary/button-squared-tertiary.component.spec.ts +0 -23
- package/src/lib/button-squared-tertiary/button-squared-tertiary.component.ts +0 -21
- package/src/lib/button-squared-tertiary/index.ts +0 -2
- package/src/lib/button-standard-outline/button-standard-outline.component.html +0 -6
- package/src/lib/button-standard-outline/button-standard-outline.component.scss +0 -51
- package/src/lib/button-standard-outline/button-standard-outline.component.spec.ts +0 -23
- package/src/lib/button-standard-outline/button-standard-outline.component.ts +0 -24
- package/src/lib/button-standard-outline/index.ts +0 -1
- package/src/lib/button-standard-primary/button-standard-primary.component.html +0 -6
- package/src/lib/button-standard-primary/button-standard-primary.component.scss +0 -41
- package/src/lib/button-standard-primary/button-standard-primary.component.spec.ts +0 -23
- package/src/lib/button-standard-primary/button-standard-primary.component.ts +0 -24
- package/src/lib/button-standard-primary/index.ts +0 -2
- package/src/lib/button-standard-secondary/button-standard-secondary.component.html +0 -3
- package/src/lib/button-standard-secondary/button-standard-secondary.component.scss +0 -39
- package/src/lib/button-standard-secondary/button-standard-secondary.component.spec.ts +0 -23
- package/src/lib/button-standard-secondary/button-standard-secondary.component.ts +0 -21
- package/src/lib/button-standard-secondary/index.ts +0 -2
- package/src/lib/button-standard-tertiary/button-standard-tertiary.component.html +0 -6
- package/src/lib/button-standard-tertiary/button-standard-tertiary.component.scss +0 -48
- package/src/lib/button-standard-tertiary/button-standard-tertiary.component.spec.ts +0 -23
- package/src/lib/button-standard-tertiary/button-standard-tertiary.component.ts +0 -22
- package/src/lib/button-standard-tertiary/index.ts +0 -2
- package/src/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.html +0 -9
- package/src/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.scss +0 -47
- package/src/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.spec.ts +0 -23
- package/src/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.ts +0 -22
- package/src/lib/button-standard-tertiary-small/index.ts +0 -2
- package/src/lib/calification/calification.component.html +0 -19
- package/src/lib/calification/calification.component.scss +0 -50
- package/src/lib/calification/calification.component.spec.ts +0 -23
- package/src/lib/calification/calification.component.ts +0 -35
- package/src/lib/calification/index.ts +0 -2
- package/src/lib/card-actividad-evento/card-actividad-evento.component.html +0 -77
- package/src/lib/card-actividad-evento/card-actividad-evento.component.scss +0 -192
- package/src/lib/card-actividad-evento/card-actividad-evento.component.spec.ts +0 -23
- package/src/lib/card-actividad-evento/card-actividad-evento.component.ts +0 -142
- package/src/lib/card-actividad-evento/index.ts +0 -2
- package/src/lib/card-agenda-judicial/card-agenda-judicial.component.html +0 -53
- package/src/lib/card-agenda-judicial/card-agenda-judicial.component.scss +0 -151
- package/src/lib/card-agenda-judicial/card-agenda-judicial.component.spec.ts +0 -23
- package/src/lib/card-agenda-judicial/card-agenda-judicial.component.ts +0 -51
- package/src/lib/card-agenda-judicial/index.ts +0 -2
- package/src/lib/card-block/card-block.component.html +0 -56
- package/src/lib/card-block/card-block.component.scss +0 -116
- package/src/lib/card-block/card-block.component.spec.ts +0 -23
- package/src/lib/card-block/card-block.component.ts +0 -43
- package/src/lib/card-block/index.ts +0 -2
- package/src/lib/card-button-checkbox/card-button-checkbox.component.html +0 -15
- package/src/lib/card-button-checkbox/card-button-checkbox.component.scss +0 -98
- package/src/lib/card-button-checkbox/card-button-checkbox.component.spec.ts +0 -23
- package/src/lib/card-button-checkbox/card-button-checkbox.component.ts +0 -29
- package/src/lib/card-button-checkbox/index.ts +0 -2
- package/src/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.html +0 -19
- package/src/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.scss +0 -104
- package/src/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.spec.ts +0 -23
- package/src/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.ts +0 -26
- package/src/lib/card-collapse-detalle-proceso/index.ts +0 -1
- package/src/lib/card-dynamic-content/card-dynamic-content.component.html +0 -9
- package/src/lib/card-dynamic-content/card-dynamic-content.component.scss +0 -22
- package/src/lib/card-dynamic-content/card-dynamic-content.component.spec.ts +0 -23
- package/src/lib/card-dynamic-content/card-dynamic-content.component.ts +0 -15
- package/src/lib/card-dynamic-content/index.ts +0 -2
- package/src/lib/card-etapa-subetapa/card-etapa-subetapa.component.html +0 -66
- package/src/lib/card-etapa-subetapa/card-etapa-subetapa.component.scss +0 -158
- package/src/lib/card-etapa-subetapa/card-etapa-subetapa.component.spec.ts +0 -23
- package/src/lib/card-etapa-subetapa/card-etapa-subetapa.component.ts +0 -102
- package/src/lib/card-etapa-subetapa/index.ts +0 -2
- package/src/lib/card-gestion-cupo/card-gestion-cupo.component.html +0 -21
- package/src/lib/card-gestion-cupo/card-gestion-cupo.component.scss +0 -88
- package/src/lib/card-gestion-cupo/card-gestion-cupo.component.spec.ts +0 -23
- package/src/lib/card-gestion-cupo/card-gestion-cupo.component.ts +0 -22
- package/src/lib/card-gestion-cupo/index.ts +0 -2
- package/src/lib/card-impulso-procesal/card-impulso-procesal.component.html +0 -62
- package/src/lib/card-impulso-procesal/card-impulso-procesal.component.scss +0 -158
- package/src/lib/card-impulso-procesal/card-impulso-procesal.component.spec.ts +0 -23
- package/src/lib/card-impulso-procesal/card-impulso-procesal.component.ts +0 -100
- package/src/lib/card-impulso-procesal/index.ts +0 -2
- package/src/lib/card-info-facturacion/card-info-facturacion.component.html +0 -63
- package/src/lib/card-info-facturacion/card-info-facturacion.component.scss +0 -126
- package/src/lib/card-info-facturacion/card-info-facturacion.component.spec.ts +0 -23
- package/src/lib/card-info-facturacion/card-info-facturacion.component.ts +0 -31
- package/src/lib/card-info-facturacion/index.ts +0 -2
- package/src/lib/card-list-consumo/card-list-consumo.component.html +0 -23
- package/src/lib/card-list-consumo/card-list-consumo.component.scss +0 -132
- package/src/lib/card-list-consumo/card-list-consumo.component.spec.ts +0 -23
- package/src/lib/card-list-consumo/card-list-consumo.component.ts +0 -39
- package/src/lib/card-list-consumo/index.ts +0 -2
- package/src/lib/card-list-drag-on/card-list-drag-on.component.html +0 -64
- package/src/lib/card-list-drag-on/card-list-drag-on.component.scss +0 -159
- package/src/lib/card-list-drag-on/card-list-drag-on.component.spec.ts +0 -23
- package/src/lib/card-list-drag-on/card-list-drag-on.component.ts +0 -60
- package/src/lib/card-list-drag-on/index.ts +0 -2
- package/src/lib/card-list-movimientos/card-list-movimientos.component.html +0 -154
- package/src/lib/card-list-movimientos/card-list-movimientos.component.scss +0 -150
- package/src/lib/card-list-movimientos/card-list-movimientos.component.spec.ts +0 -23
- package/src/lib/card-list-movimientos/card-list-movimientos.component.ts +0 -28
- package/src/lib/card-list-movimientos/index.ts +0 -2
- package/src/lib/card-list-proceso/card-list-proceso.component.html +0 -27
- package/src/lib/card-list-proceso/card-list-proceso.component.scss +0 -131
- package/src/lib/card-list-proceso/card-list-proceso.component.spec.ts +0 -23
- package/src/lib/card-list-proceso/card-list-proceso.component.ts +0 -32
- package/src/lib/card-list-proceso/index.ts +0 -2
- package/src/lib/card-log/card-log.component.html +0 -30
- package/src/lib/card-log/card-log.component.scss +0 -114
- package/src/lib/card-log/card-log.component.spec.ts +0 -23
- package/src/lib/card-log/card-log.component.ts +0 -26
- package/src/lib/card-log/index.ts +0 -2
- package/src/lib/card-plan-small/card-plan-small.component.html +0 -12
- package/src/lib/card-plan-small/card-plan-small.component.scss +0 -80
- package/src/lib/card-plan-small/card-plan-small.component.spec.ts +0 -23
- package/src/lib/card-plan-small/card-plan-small.component.ts +0 -17
- package/src/lib/card-plan-small/index.ts +0 -2
- package/src/lib/card-plan-subscription/card-plan-subscription.component.html +0 -65
- package/src/lib/card-plan-subscription/card-plan-subscription.component.scss +0 -273
- package/src/lib/card-plan-subscription/card-plan-subscription.component.spec.ts +0 -23
- package/src/lib/card-plan-subscription/card-plan-subscription.component.ts +0 -45
- package/src/lib/card-plan-subscription/index.ts +0 -2
- package/src/lib/card-ticket/card-ticket.component.html +0 -40
- package/src/lib/card-ticket/card-ticket.component.scss +0 -253
- package/src/lib/card-ticket/card-ticket.component.spec.ts +0 -23
- package/src/lib/card-ticket/card-ticket.component.ts +0 -44
- package/src/lib/card-ticket/index.ts +0 -2
- package/src/lib/card-tipo-proceso/card-tipo-proceso.component.html +0 -61
- package/src/lib/card-tipo-proceso/card-tipo-proceso.component.scss +0 -179
- package/src/lib/card-tipo-proceso/card-tipo-proceso.component.spec.ts +0 -23
- package/src/lib/card-tipo-proceso/card-tipo-proceso.component.ts +0 -58
- package/src/lib/card-tipo-proceso/index.ts +0 -2
- package/src/lib/card-uso-plan/card-uso-plan.component.html +0 -74
- package/src/lib/card-uso-plan/card-uso-plan.component.scss +0 -143
- package/src/lib/card-uso-plan/card-uso-plan.component.spec.ts +0 -23
- package/src/lib/card-uso-plan/card-uso-plan.component.ts +0 -31
- package/src/lib/card-uso-plan/index.ts +0 -2
- package/src/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.html +0 -76
- package/src/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.scss +0 -161
- package/src/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.spec.ts +0 -23
- package/src/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.ts +0 -111
- package/src/lib/card-vigilancia-judicial/index.ts +0 -2
- package/src/lib/categories/categories.component.html +0 -13
- package/src/lib/categories/categories.component.scss +0 -51
- package/src/lib/categories/categories.component.spec.ts +0 -23
- package/src/lib/categories/categories.component.ts +0 -31
- package/src/lib/categories/index.ts +0 -2
- package/src/lib/charts-bar-grouped/charts-bar-grouped.component.html +0 -79
- package/src/lib/charts-bar-grouped/charts-bar-grouped.component.scss +0 -141
- package/src/lib/charts-bar-grouped/charts-bar-grouped.component.spec.ts +0 -23
- package/src/lib/charts-bar-grouped/charts-bar-grouped.component.ts +0 -284
- package/src/lib/charts-bar-grouped/index.ts +0 -2
- package/src/lib/charts-donut/charts-donut.component.html +0 -57
- package/src/lib/charts-donut/charts-donut.component.scss +0 -125
- package/src/lib/charts-donut/charts-donut.component.spec.ts +0 -23
- package/src/lib/charts-donut/charts-donut.component.ts +0 -148
- package/src/lib/charts-donut/index.ts +0 -2
- package/src/lib/checkbox/checkbox.component.html +0 -9
- package/src/lib/checkbox/checkbox.component.scss +0 -67
- package/src/lib/checkbox/checkbox.component.spec.ts +0 -23
- package/src/lib/checkbox/checkbox.component.ts +0 -27
- package/src/lib/checkbox/index.ts +0 -2
- package/src/lib/checkbox-radio/checkbox-radio.component.html +0 -19
- package/src/lib/checkbox-radio/checkbox-radio.component.scss +0 -126
- package/src/lib/checkbox-radio/checkbox-radio.component.spec.ts +0 -23
- package/src/lib/checkbox-radio/checkbox-radio.component.ts +0 -70
- package/src/lib/checkbox-radio/index.ts +0 -2
- package/src/lib/chip/chip.component.html +0 -16
- package/src/lib/chip/chip.component.scss +0 -74
- package/src/lib/chip/chip.component.spec.ts +0 -21
- package/src/lib/chip/chip.component.ts +0 -23
- package/src/lib/chip/index.ts +0 -1
- package/src/lib/chip-user/chip-user.component.html +0 -13
- package/src/lib/chip-user/chip-user.component.scss +0 -66
- package/src/lib/chip-user/chip-user.component.spec.ts +0 -23
- package/src/lib/chip-user/chip-user.component.ts +0 -22
- package/src/lib/chip-user/index.ts +0 -2
- package/src/lib/create-ticket/create-ticket.component.html +0 -57
- package/src/lib/create-ticket/create-ticket.component.scss +0 -54
- package/src/lib/create-ticket/create-ticket.component.ts +0 -119
- package/src/lib/create-ticket/index.ts +0 -1
- package/src/lib/custom-dropdown/custom-dropdown.component.html +0 -89
- package/src/lib/custom-dropdown/custom-dropdown.component.scss +0 -209
- package/src/lib/custom-dropdown/custom-dropdown.component.spec.ts +0 -23
- package/src/lib/custom-dropdown/custom-dropdown.component.ts +0 -122
- package/src/lib/custom-dropdown/index.ts +0 -2
- package/src/lib/date-hour-picker/date-hour-picker.component.html +0 -216
- package/src/lib/date-hour-picker/date-hour-picker.component.scss +0 -516
- package/src/lib/date-hour-picker/date-hour-picker.component.spec.ts +0 -22
- package/src/lib/date-hour-picker/date-hour-picker.component.ts +0 -317
- package/src/lib/date-hour-picker/index.ts +0 -2
- package/src/lib/date-picker/date-picker.component.html +0 -121
- package/src/lib/date-picker/date-picker.component.scss +0 -337
- package/src/lib/date-picker/date-picker.component.spec.ts +0 -23
- package/src/lib/date-picker/date-picker.component.ts +0 -164
- package/src/lib/date-picker/index.ts +0 -2
- package/src/lib/directives/infinite-scroll.directive.ts +0 -60
- package/src/lib/directives/popover.directive.ts +0 -164
- package/src/lib/double-date-picker/double-date-picker.component.html +0 -176
- package/src/lib/double-date-picker/double-date-picker.component.scss +0 -365
- package/src/lib/double-date-picker/double-date-picker.component.spec.ts +0 -23
- package/src/lib/double-date-picker/double-date-picker.component.ts +0 -237
- package/src/lib/double-date-picker/index.ts +0 -2
- package/src/lib/drawer-container-right/drawer-container-right.component.html +0 -24
- package/src/lib/drawer-container-right/drawer-container-right.component.scss +0 -75
- package/src/lib/drawer-container-right/drawer-container-right.component.spec.ts +0 -23
- package/src/lib/drawer-container-right/drawer-container-right.component.ts +0 -49
- package/src/lib/drawer-container-right/index.ts +0 -1
- package/src/lib/dropdown/dropdown.component.html +0 -36
- package/src/lib/dropdown/dropdown.component.scss +0 -147
- package/src/lib/dropdown/dropdown.component.spec.ts +0 -23
- package/src/lib/dropdown/dropdown.component.ts +0 -81
- package/src/lib/dropdown/index.ts +0 -2
- package/src/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.html +0 -7
- package/src/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.scss +0 -20
- package/src/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.spec.ts +0 -23
- package/src/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.ts +0 -12
- package/src/lib/dropdown-contextual-menu/index.ts +0 -2
- package/src/lib/dropdown-option-item/dropdown-option-item.component.html +0 -6
- package/src/lib/dropdown-option-item/dropdown-option-item.component.scss +0 -40
- package/src/lib/dropdown-option-item/dropdown-option-item.component.spec.ts +0 -23
- package/src/lib/dropdown-option-item/dropdown-option-item.component.ts +0 -27
- package/src/lib/dropdown-option-item/index.ts +0 -2
- package/src/lib/dropdown-user-menu/dropdown-user-menu.component.html +0 -11
- package/src/lib/dropdown-user-menu/dropdown-user-menu.component.scss +0 -111
- package/src/lib/dropdown-user-menu/dropdown-user-menu.component.spec.ts +0 -23
- package/src/lib/dropdown-user-menu/dropdown-user-menu.component.ts +0 -57
- package/src/lib/dropdown-user-menu/index.ts +0 -2
- package/src/lib/empty-list/empty-list.component.html +0 -17
- package/src/lib/empty-list/empty-list.component.scss +0 -68
- package/src/lib/empty-list/empty-list.component.spec.ts +0 -23
- package/src/lib/empty-list/empty-list.component.ts +0 -15
- package/src/lib/empty-list/index.ts +0 -2
- package/src/lib/filter-item/filter-item.component.html +0 -6
- package/src/lib/filter-item/filter-item.component.scss +0 -38
- package/src/lib/filter-item/filter-item.component.spec.ts +0 -23
- package/src/lib/filter-item/filter-item.component.ts +0 -22
- package/src/lib/filter-item/index.ts +0 -1
- package/src/lib/icon-lg/icon-lg.component.html +0 -1
- package/src/lib/icon-lg/icon-lg.component.scss +0 -14
- package/src/lib/icon-lg/icon-lg.component.spec.ts +0 -23
- package/src/lib/icon-lg/icon-lg.component.ts +0 -25
- package/src/lib/icon-lg/index.ts +0 -2
- package/src/lib/icon-md/icon-md.component.html +0 -1
- package/src/lib/icon-md/icon-md.component.scss +0 -14
- package/src/lib/icon-md/icon-md.component.spec.ts +0 -23
- package/src/lib/icon-md/icon-md.component.ts +0 -25
- package/src/lib/icon-md/index.ts +0 -2
- package/src/lib/icon-sm/icon-sm.component.html +0 -1
- package/src/lib/icon-sm/icon-sm.component.scss +0 -14
- package/src/lib/icon-sm/icon-sm.component.spec.ts +0 -23
- package/src/lib/icon-sm/icon-sm.component.ts +0 -25
- package/src/lib/icon-sm/index.ts +0 -2
- package/src/lib/icon-xl/icon-xl.component.html +0 -1
- package/src/lib/icon-xl/icon-xl.component.scss +0 -14
- package/src/lib/icon-xl/icon-xl.component.spec.ts +0 -23
- package/src/lib/icon-xl/icon-xl.component.ts +0 -25
- package/src/lib/icon-xl/index.ts +0 -2
- package/src/lib/icon-xs/icon-xs.component.html +0 -1
- package/src/lib/icon-xs/icon-xs.component.scss +0 -14
- package/src/lib/icon-xs/icon-xs.component.spec.ts +0 -23
- package/src/lib/icon-xs/icon-xs.component.ts +0 -26
- package/src/lib/icon-xs/index.ts +0 -2
- package/src/lib/icon-xxl/icon-xxl.component.html +0 -1
- package/src/lib/icon-xxl/icon-xxl.component.scss +0 -14
- package/src/lib/icon-xxl/icon-xxl.component.spec.ts +0 -23
- package/src/lib/icon-xxl/icon-xxl.component.ts +0 -25
- package/src/lib/icon-xxl/index.ts +0 -2
- package/src/lib/icons/icons-map.ts +0 -1163
- package/src/lib/input-card/index.ts +0 -2
- package/src/lib/input-card/input-card.component.html +0 -67
- package/src/lib/input-card/input-card.component.scss +0 -221
- package/src/lib/input-card/input-card.component.spec.ts +0 -23
- package/src/lib/input-card/input-card.component.ts +0 -156
- package/src/lib/input-large/index.ts +0 -2
- package/src/lib/input-large/input-large.component.html +0 -46
- package/src/lib/input-large/input-large.component.scss +0 -152
- package/src/lib/input-large/input-large.component.spec.ts +0 -23
- package/src/lib/input-large/input-large.component.ts +0 -79
- package/src/lib/input-otp/index.ts +0 -2
- package/src/lib/input-otp/input-otp.component.html +0 -60
- package/src/lib/input-otp/input-otp.component.scss +0 -141
- package/src/lib/input-otp/input-otp.component.spec.ts +0 -23
- package/src/lib/input-otp/input-otp.component.ts +0 -161
- package/src/lib/input-password/index.ts +0 -2
- package/src/lib/input-password/input-password.component.html +0 -44
- package/src/lib/input-password/input-password.component.scss +0 -142
- package/src/lib/input-password/input-password.component.spec.ts +0 -23
- package/src/lib/input-password/input-password.component.ts +0 -73
- package/src/lib/input-select/index.ts +0 -2
- package/src/lib/input-select/input-select.component.html +0 -52
- package/src/lib/input-select/input-select.component.scss +0 -195
- package/src/lib/input-select/input-select.component.spec.ts +0 -23
- package/src/lib/input-select/input-select.component.ts +0 -181
- package/src/lib/input-select-filter/index.ts +0 -2
- package/src/lib/input-select-filter/input-select-filter.component.html +0 -56
- package/src/lib/input-select-filter/input-select-filter.component.scss +0 -266
- package/src/lib/input-select-filter/input-select-filter.component.spec.ts +0 -23
- package/src/lib/input-select-filter/input-select-filter.component.ts +0 -214
- package/src/lib/input-select-number/index.ts +0 -2
- package/src/lib/input-select-number/input-select-number.component.html +0 -24
- package/src/lib/input-select-number/input-select-number.component.scss +0 -128
- package/src/lib/input-select-number/input-select-number.component.spec.ts +0 -23
- package/src/lib/input-select-number/input-select-number.component.ts +0 -68
- package/src/lib/input-textfield/index.ts +0 -2
- package/src/lib/input-textfield/input-textfield.component.html +0 -65
- package/src/lib/input-textfield/input-textfield.component.scss +0 -167
- package/src/lib/input-textfield/input-textfield.component.spec.ts +0 -23
- package/src/lib/input-textfield/input-textfield.component.ts +0 -125
- package/src/lib/item-document/index.ts +0 -1
- package/src/lib/item-document/item-document.component.html +0 -53
- package/src/lib/item-document/item-document.component.scss +0 -72
- package/src/lib/item-document/item-document.component.spec.ts +0 -23
- package/src/lib/item-document/item-document.component.ts +0 -51
- package/src/lib/linear-progress-bar/index.ts +0 -2
- package/src/lib/linear-progress-bar/linear-progress-bar.component.html +0 -4
- package/src/lib/linear-progress-bar/linear-progress-bar.component.scss +0 -26
- package/src/lib/linear-progress-bar/linear-progress-bar.component.spec.ts +0 -23
- package/src/lib/linear-progress-bar/linear-progress-bar.component.ts +0 -12
- package/src/lib/loading-circle/index.ts +0 -2
- package/src/lib/loading-circle/loading-circle.component.html +0 -3
- package/src/lib/loading-circle/loading-circle.component.scss +0 -19
- package/src/lib/loading-circle/loading-circle.component.spec.ts +0 -23
- package/src/lib/loading-circle/loading-circle.component.ts +0 -14
- package/src/lib/loading-component-dynamic/index.ts +0 -2
- package/src/lib/loading-component-dynamic/loading-animation.const.ts +0 -274
- package/src/lib/loading-component-dynamic/loading-component-dynamic.component.html +0 -42
- package/src/lib/loading-component-dynamic/loading-component-dynamic.component.scss +0 -52
- package/src/lib/loading-component-dynamic/loading-component-dynamic.component.spec.ts +0 -23
- package/src/lib/loading-component-dynamic/loading-component-dynamic.component.ts +0 -44
- package/src/lib/menu-item/index.ts +0 -2
- package/src/lib/menu-item/menu-item.component.html +0 -9
- package/src/lib/menu-item/menu-item.component.scss +0 -55
- package/src/lib/menu-item/menu-item.component.spec.ts +0 -23
- package/src/lib/menu-item/menu-item.component.ts +0 -26
- package/src/lib/nav-rail/index.ts +0 -2
- package/src/lib/nav-rail/nav-rail.component.html +0 -14
- package/src/lib/nav-rail/nav-rail.component.scss +0 -58
- package/src/lib/nav-rail/nav-rail.component.spec.ts +0 -23
- package/src/lib/nav-rail/nav-rail.component.ts +0 -39
- package/src/lib/notification-card/index.ts +0 -2
- package/src/lib/notification-card/notification-card.component.html +0 -69
- package/src/lib/notification-card/notification-card.component.scss +0 -137
- package/src/lib/notification-card/notification-card.component.spec.ts +0 -23
- package/src/lib/notification-card/notification-card.component.ts +0 -76
- package/src/lib/notifications/index.ts +0 -2
- package/src/lib/notifications/notifications.component.html +0 -49
- package/src/lib/notifications/notifications.component.scss +0 -113
- package/src/lib/notifications/notifications.component.spec.ts +0 -23
- package/src/lib/notifications/notifications.component.ts +0 -64
- package/src/lib/option/index.ts +0 -2
- package/src/lib/option/option.component.html +0 -11
- package/src/lib/option/option.component.scss +0 -54
- package/src/lib/option/option.component.spec.ts +0 -23
- package/src/lib/option/option.component.ts +0 -27
- package/src/lib/option-item/index.ts +0 -1
- package/src/lib/option-item/option-item.component.html +0 -6
- package/src/lib/option-item/option-item.component.scss +0 -47
- package/src/lib/option-item/option-item.component.spec.ts +0 -23
- package/src/lib/option-item/option-item.component.ts +0 -22
- package/src/lib/page-not-found/index.ts +0 -2
- package/src/lib/page-not-found/page-not-found.component.html +0 -46
- package/src/lib/page-not-found/page-not-found.component.scss +0 -72
- package/src/lib/page-not-found/page-not-found.component.spec.ts +0 -23
- package/src/lib/page-not-found/page-not-found.component.ts +0 -23
- package/src/lib/popover/popover.component.html +0 -8
- package/src/lib/popover/popover.component.scss +0 -80
- package/src/lib/popover/popover.component.spec.ts +0 -23
- package/src/lib/popover/popover.component.ts +0 -18
- package/src/lib/progress-bar/progress-bar.component.html +0 -23
- package/src/lib/progress-bar/progress-bar.component.scss +0 -37
- package/src/lib/progress-bar/progress-bar.component.spec.ts +0 -23
- package/src/lib/progress-bar/progress-bar.component.ts +0 -109
- package/src/lib/search-bar/index.ts +0 -2
- package/src/lib/search-bar/search-bar.component.html +0 -26
- package/src/lib/search-bar/search-bar.component.scss +0 -100
- package/src/lib/search-bar/search-bar.component.spec.ts +0 -23
- package/src/lib/search-bar/search-bar.component.ts +0 -70
- package/src/lib/section-collapse-drawer-child/index.ts +0 -2
- package/src/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.html +0 -15
- package/src/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.scss +0 -52
- package/src/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.spec.ts +0 -23
- package/src/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.ts +0 -45
- package/src/lib/section-collapse-drawer-parent/index.ts +0 -2
- package/src/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.html +0 -16
- package/src/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.scss +0 -52
- package/src/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.spec.ts +0 -23
- package/src/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.ts +0 -46
- package/src/lib/segment/index.ts +0 -1
- package/src/lib/segment/segment.component.html +0 -15
- package/src/lib/segment/segment.component.scss +0 -62
- package/src/lib/segment/segment.component.spec.ts +0 -23
- package/src/lib/segment/segment.component.ts +0 -34
- package/src/lib/simple-card-contador/index.ts +0 -2
- package/src/lib/simple-card-contador/simple-card-contador.component.html +0 -39
- package/src/lib/simple-card-contador/simple-card-contador.component.scss +0 -110
- package/src/lib/simple-card-contador/simple-card-contador.component.spec.ts +0 -23
- package/src/lib/simple-card-contador/simple-card-contador.component.ts +0 -56
- package/src/lib/simple-chip/index.ts +0 -2
- package/src/lib/simple-chip/simple-chip.component.html +0 -8
- package/src/lib/simple-chip/simple-chip.component.scss +0 -49
- package/src/lib/simple-chip/simple-chip.component.spec.ts +0 -23
- package/src/lib/simple-chip/simple-chip.component.ts +0 -26
- package/src/lib/simple-divider/index.ts +0 -2
- package/src/lib/simple-divider/simple-divider.component.html +0 -1
- package/src/lib/simple-divider/simple-divider.component.scss +0 -9
- package/src/lib/simple-divider/simple-divider.component.spec.ts +0 -23
- package/src/lib/simple-divider/simple-divider.component.ts +0 -12
- package/src/lib/simple-user-card/index.ts +0 -2
- package/src/lib/simple-user-card/simple-user-card.component.html +0 -20
- package/src/lib/simple-user-card/simple-user-card.component.scss +0 -113
- package/src/lib/simple-user-card/simple-user-card.component.spec.ts +0 -23
- package/src/lib/simple-user-card/simple-user-card.component.ts +0 -17
- package/src/lib/slide-toggle/index.ts +0 -1
- package/src/lib/slide-toggle/slide-toggle.component.html +0 -6
- package/src/lib/slide-toggle/slide-toggle.component.scss +0 -49
- package/src/lib/slide-toggle/slide-toggle.component.spec.ts +0 -23
- package/src/lib/slide-toggle/slide-toggle.component.ts +0 -19
- package/src/lib/snackbar/index.ts +0 -1
- package/src/lib/snackbar/snackbar.component.html +0 -10
- package/src/lib/snackbar/snackbar.component.scss +0 -92
- package/src/lib/snackbar/snackbar.component.spec.ts +0 -23
- package/src/lib/snackbar/snackbar.component.ts +0 -34
- package/src/lib/support-panel/index.ts +0 -1
- package/src/lib/support-panel/support-panel.component.html +0 -30
- package/src/lib/support-panel/support-panel.component.scss +0 -72
- package/src/lib/support-panel/support-panel.component.spec.ts +0 -23
- package/src/lib/support-panel/support-panel.component.ts +0 -44
- package/src/lib/toolbar/index.ts +0 -1
- package/src/lib/toolbar/toolbar.component.html +0 -127
- package/src/lib/toolbar/toolbar.component.scss +0 -139
- package/src/lib/toolbar/toolbar.component.spec.ts +0 -23
- package/src/lib/toolbar/toolbar.component.ts +0 -388
- package/src/lib/toolbar-user-menu/index.ts +0 -1
- package/src/lib/toolbar-user-menu/toolbar-user-menu.component.html +0 -180
- package/src/lib/toolbar-user-menu/toolbar-user-menu.component.scss +0 -282
- package/src/lib/toolbar-user-menu/toolbar-user-menu.component.spec.ts +0 -23
- package/src/lib/toolbar-user-menu/toolbar-user-menu.component.ts +0 -111
- package/src/lib/user-card/index.ts +0 -1
- package/src/lib/user-card/user-card.component.html +0 -81
- package/src/lib/user-card/user-card.component.scss +0 -235
- package/src/lib/user-card/user-card.component.spec.ts +0 -23
- package/src/lib/user-card/user-card.component.ts +0 -67
- package/src/public-api.ts +0 -108
- package/tsconfig.lib.json +0 -14
- package/tsconfig.lib.prod.json +0 -10
- package/tsconfig.spec.json +0 -14
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
@use '@litigiovirtual/ius-design-styles/lib/colors' as colors;
|
|
2
|
-
@use '@litigiovirtual/ius-design-styles/lib/typography' as typography;
|
|
3
|
-
@use '@litigiovirtual/ius-design-styles/lib/variables' as variables;
|
|
4
|
-
|
|
5
|
-
.tlb {
|
|
6
|
-
position: relative;
|
|
7
|
-
height: 48px;
|
|
8
|
-
display: flex;
|
|
9
|
-
padding: variables.$spacing-xs variables.$spacing-sm variables.$spacing-xs variables.$spacing-lg;
|
|
10
|
-
align-items: center;
|
|
11
|
-
border-bottom: 1px solid colors.$neutral-4;
|
|
12
|
-
background: colors.$neutral-white;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.logo-page {
|
|
16
|
-
display: flex;
|
|
17
|
-
align-items: center;
|
|
18
|
-
gap: variables.$spacing-sm;
|
|
19
|
-
flex: 1 0 0;
|
|
20
|
-
align-self: stretch;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.logo-lt {
|
|
24
|
-
width: 212.876px;
|
|
25
|
-
height: 38px;
|
|
26
|
-
aspect-ratio: 212.88/38;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.page {
|
|
30
|
-
color: colors.$neutral-8;
|
|
31
|
-
font-family: typography.$font-primary;
|
|
32
|
-
font-size: typography.$font-size-h4;
|
|
33
|
-
font-weight: typography.$font-weight-regular;
|
|
34
|
-
line-height: typography.$line-height-large;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.btns {
|
|
38
|
-
display: flex;
|
|
39
|
-
align-items: center;
|
|
40
|
-
gap: variables.$spacing-lg;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.tools {
|
|
44
|
-
display: flex;
|
|
45
|
-
align-items: center;
|
|
46
|
-
gap: variables.$spacing-xxs;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.relative {
|
|
50
|
-
position: relative;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.notification-wrapper {
|
|
54
|
-
position: relative;
|
|
55
|
-
display: inline-flex;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.notification-badge {
|
|
59
|
-
position: absolute;
|
|
60
|
-
top: -2px;
|
|
61
|
-
right: -2px;
|
|
62
|
-
min-width: 16px;
|
|
63
|
-
height: 16px;
|
|
64
|
-
padding: 0 4px;
|
|
65
|
-
border-radius: 100px;
|
|
66
|
-
background: colors.$danger-600;
|
|
67
|
-
border: 1px solid colors.$neutral-white;
|
|
68
|
-
color: colors.$neutral-white;
|
|
69
|
-
font-family: typography.$font-primary;
|
|
70
|
-
font-size: 10px;
|
|
71
|
-
font-weight: typography.$font-weight-medium;
|
|
72
|
-
line-height: 14px;
|
|
73
|
-
display: flex;
|
|
74
|
-
align-items: center;
|
|
75
|
-
justify-content: center;
|
|
76
|
-
z-index: 1;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.more-box {
|
|
80
|
-
position: absolute;
|
|
81
|
-
top: 48px;
|
|
82
|
-
right: 0;
|
|
83
|
-
padding: variables.$spacing-sm;
|
|
84
|
-
gap: variables.$spacing-xs;
|
|
85
|
-
display: grid;
|
|
86
|
-
grid-template-columns: 1fr 1fr 1fr;
|
|
87
|
-
z-index: 100;
|
|
88
|
-
|
|
89
|
-
opacity: 0;
|
|
90
|
-
transform: translateY(-10px);
|
|
91
|
-
pointer-events: none;
|
|
92
|
-
transition:
|
|
93
|
-
opacity 0.25s ease,
|
|
94
|
-
transform 0.25s ease;
|
|
95
|
-
|
|
96
|
-
border-radius: variables.$radius-md;
|
|
97
|
-
background: colors.$neutral-white;
|
|
98
|
-
box-shadow: variables.$elevation-100;
|
|
99
|
-
|
|
100
|
-
&.active {
|
|
101
|
-
opacity: 1;
|
|
102
|
-
transform: translateY(0);
|
|
103
|
-
pointer-events: all;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.item-btn {
|
|
107
|
-
display: flex;
|
|
108
|
-
width: 90px;
|
|
109
|
-
height: 100px;
|
|
110
|
-
box-sizing: border-box;
|
|
111
|
-
flex-direction: column;
|
|
112
|
-
align-items: center;
|
|
113
|
-
justify-content: center;
|
|
114
|
-
gap: variables.$spacing-xxs;
|
|
115
|
-
padding: variables.$spacing-xs;
|
|
116
|
-
text-align: center;
|
|
117
|
-
cursor: pointer;
|
|
118
|
-
transition: transform 0.2s ease;
|
|
119
|
-
border-radius: variables.$radius-md;
|
|
120
|
-
border: none;
|
|
121
|
-
background: colors.$neutral-white;
|
|
122
|
-
|
|
123
|
-
font-family: typography.$font-secondary;
|
|
124
|
-
font-size: typography.$font-size-base;
|
|
125
|
-
font-weight: typography.$font-weight-regular;
|
|
126
|
-
line-height: typography.$line-height-base;
|
|
127
|
-
letter-spacing: 0.28px;
|
|
128
|
-
|
|
129
|
-
&:hover {
|
|
130
|
-
transform: translateY(-2px);
|
|
131
|
-
background: #f6f8fa;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.icon-btn {
|
|
137
|
-
width: 64px;
|
|
138
|
-
height: 64px;
|
|
139
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
|
2
|
-
|
|
3
|
-
import { ToolbarComponent } from './toolbar.component';
|
|
4
|
-
|
|
5
|
-
describe('ToolbarComponent', () => {
|
|
6
|
-
let component: ToolbarComponent;
|
|
7
|
-
let fixture: ComponentFixture<ToolbarComponent>;
|
|
8
|
-
|
|
9
|
-
beforeEach(async () => {
|
|
10
|
-
await TestBed.configureTestingModule({
|
|
11
|
-
imports: [ToolbarComponent]
|
|
12
|
-
})
|
|
13
|
-
.compileComponents();
|
|
14
|
-
|
|
15
|
-
fixture = TestBed.createComponent(ToolbarComponent);
|
|
16
|
-
component = fixture.componentInstance;
|
|
17
|
-
fixture.detectChanges();
|
|
18
|
-
});
|
|
19
|
-
|
|
20
|
-
it('should create', () => {
|
|
21
|
-
expect(component).toBeTruthy();
|
|
22
|
-
});
|
|
23
|
-
});
|
|
@@ -1,388 +0,0 @@
|
|
|
1
|
-
import { Component, ElementRef, EventEmitter, HostListener, Input, Output, ViewChild } from '@angular/core';
|
|
2
|
-
import { ButtonCircleTertiaryComponent } from "../button-circle-tertiary/button-circle-tertiary.component";
|
|
3
|
-
import { DropdownUserMenuComponent } from "../dropdown-user-menu/dropdown-user-menu.component";
|
|
4
|
-
import { ToolbarUserMenuComponent } from "../toolbar-user-menu/toolbar-user-menu.component";
|
|
5
|
-
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
6
|
-
import { NotificationsComponent } from "../notifications/notifications.component";
|
|
7
|
-
import { SupportPanelComponent } from "../support-panel/support-panel.component";
|
|
8
|
-
|
|
9
|
-
export interface Objeto {
|
|
10
|
-
logoLt: string;
|
|
11
|
-
nombreUsuario: string;
|
|
12
|
-
avatarUsuario?: string;
|
|
13
|
-
logoCompany?: string;
|
|
14
|
-
nombreCompany: string;
|
|
15
|
-
cuentaID: string;
|
|
16
|
-
rol: string;
|
|
17
|
-
correo: string;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export interface SubscripcionDetalle {
|
|
21
|
-
tipoServicio: string;
|
|
22
|
-
namePlan: string;
|
|
23
|
-
cantTotal: number;
|
|
24
|
-
cantDisponible: number;
|
|
25
|
-
cantAsignadaDisponible: number;
|
|
26
|
-
cantJudicial: number;
|
|
27
|
-
cantProcesos2: number;
|
|
28
|
-
cantProcesos3: number;
|
|
29
|
-
cantProcesos4: number;
|
|
30
|
-
asignados: number;
|
|
31
|
-
estado: string;
|
|
32
|
-
esPlanGratuito?: boolean;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
export interface ConsumoDetalles {
|
|
36
|
-
tipoServicio: string;
|
|
37
|
-
cantConsumida: number;
|
|
38
|
-
estado: string;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
export interface Account {
|
|
42
|
-
name: string;
|
|
43
|
-
accountID: number;
|
|
44
|
-
logo?: string;
|
|
45
|
-
isPredetermined?: boolean;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
export interface Alert {
|
|
49
|
-
alertaID?: number;
|
|
50
|
-
titulo?: string;
|
|
51
|
-
descripcion?: string;
|
|
52
|
-
fechaVencimiento?: Date;
|
|
53
|
-
fechaRecordatorio?: Date;
|
|
54
|
-
fechaActividad?: Date;
|
|
55
|
-
fechaRegistro?: Date;
|
|
56
|
-
usuarioID?: number;
|
|
57
|
-
leido?: boolean;
|
|
58
|
-
tipoAlerta?: string;
|
|
59
|
-
tipoAlertaValor?: string;
|
|
60
|
-
isDone?: boolean;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
@Component({
|
|
64
|
-
selector: 'ius-toolbar',
|
|
65
|
-
standalone: true,
|
|
66
|
-
imports: [ButtonCircleTertiaryComponent, DropdownUserMenuComponent, ToolbarUserMenuComponent, NotificationsComponent, SupportPanelComponent],
|
|
67
|
-
templateUrl: './toolbar.component.html',
|
|
68
|
-
styleUrl: './toolbar.component.scss'
|
|
69
|
-
})
|
|
70
|
-
export class ToolbarComponent {
|
|
71
|
-
|
|
72
|
-
@Input({ required: true }) object!: Objeto;
|
|
73
|
-
@Input() pagina = '';
|
|
74
|
-
@Input() notificationsCount = 0;
|
|
75
|
-
@Input() subscripcionDetalle?: SubscripcionDetalle;
|
|
76
|
-
@Input() detallesConsumo?: ConsumoDetalles[];
|
|
77
|
-
@Input() accountList?: Account[];
|
|
78
|
-
@Input() alerts?: Alert[];
|
|
79
|
-
|
|
80
|
-
@Input() showUsuariosGrupos?: boolean = true;
|
|
81
|
-
@Input() showConfiguracionCuenta?: boolean = true;
|
|
82
|
-
@Input() showPagosFacturacion?: boolean = true;
|
|
83
|
-
@Input() showSubscripcionesServicios?: boolean = true;
|
|
84
|
-
@Input() showReferir?: boolean = true;
|
|
85
|
-
|
|
86
|
-
@Output() clickOpenToolbarUserMenu: EventEmitter<void> = new EventEmitter();
|
|
87
|
-
@Output() clickUsuariosRoles: EventEmitter<void> = new EventEmitter();
|
|
88
|
-
@Output() clickConfiguracion: EventEmitter<void> = new EventEmitter();
|
|
89
|
-
@Output() clickPagos: EventEmitter<void> = new EventEmitter();
|
|
90
|
-
@Output() clickSubsServicios: EventEmitter<void> = new EventEmitter();
|
|
91
|
-
@Output() clickCambiarCuenta: EventEmitter<void> = new EventEmitter();
|
|
92
|
-
@Output() clickCerrarSesion: EventEmitter<void> = new EventEmitter();
|
|
93
|
-
@Output() clickPerfilPreferencias: EventEmitter<void> = new EventEmitter();
|
|
94
|
-
@Output() clickReferir: EventEmitter<void> = new EventEmitter();
|
|
95
|
-
@Output() clickNotificaciones: EventEmitter<void> = new EventEmitter();
|
|
96
|
-
|
|
97
|
-
@Output() clickServicioVigilancia: EventEmitter<void> = new EventEmitter();
|
|
98
|
-
@Output() clickServicioCorreo: EventEmitter<void> = new EventEmitter();
|
|
99
|
-
@Output() clickServicioLocalizador: EventEmitter<void> = new EventEmitter();
|
|
100
|
-
@Output() clickServicioFirma: EventEmitter<void> = new EventEmitter();
|
|
101
|
-
@Output() clickServicioCRM: EventEmitter<void> = new EventEmitter();
|
|
102
|
-
|
|
103
|
-
@Output() clickAccountSelected: EventEmitter<void> = new EventEmitter();
|
|
104
|
-
@Output() clickAccountPredeterminada: EventEmitter<void> = new EventEmitter();
|
|
105
|
-
@Output() clickEditAccount: EventEmitter<void> = new EventEmitter();
|
|
106
|
-
@Output() clickUnlinkAccount: EventEmitter<void> = new EventEmitter();
|
|
107
|
-
@Output() clickAgregarAccount: EventEmitter<any> = new EventEmitter();
|
|
108
|
-
|
|
109
|
-
@Output() onDoneAlert: EventEmitter<any> = new EventEmitter();
|
|
110
|
-
@Output() onPostponeAlert: EventEmitter<any> = new EventEmitter();
|
|
111
|
-
@Output() onClickShowTickets: EventEmitter<any> = new EventEmitter();
|
|
112
|
-
@Output() onClickAddTicket: EventEmitter<any> = new EventEmitter();
|
|
113
|
-
|
|
114
|
-
@ViewChild('buttonsAccion') buttonsAccion!: ElementRef;
|
|
115
|
-
|
|
116
|
-
showMenuUser = false;
|
|
117
|
-
|
|
118
|
-
showButtonsAccion = false;
|
|
119
|
-
svgLitigio: SafeHtml;
|
|
120
|
-
svgCorreo: SafeHtml;
|
|
121
|
-
svgLocalizador: SafeHtml;
|
|
122
|
-
svgFirma: SafeHtml;
|
|
123
|
-
svgCrm: SafeHtml;
|
|
124
|
-
notificationsOpen = false;
|
|
125
|
-
supportPanel = false;
|
|
126
|
-
|
|
127
|
-
constructor(private sanitizer: DomSanitizer) {
|
|
128
|
-
this.svgLitigio = this.sanitizer.bypassSecurityTrustHtml(this.svgLitigioString);
|
|
129
|
-
this.svgCorreo = this.sanitizer.bypassSecurityTrustHtml(this.svgCorreoString);
|
|
130
|
-
this.svgLocalizador = this.sanitizer.bypassSecurityTrustHtml(this.svgLocalizadorString);
|
|
131
|
-
this.svgFirma = this.sanitizer.bypassSecurityTrustHtml(this.svgFirmaString);
|
|
132
|
-
this.svgCrm = this.sanitizer.bypassSecurityTrustHtml(this.svgCrmString);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
toggleShowMore() {
|
|
136
|
-
this.showButtonsAccion = !this.showButtonsAccion;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
@HostListener('document:click', ['$event'])
|
|
140
|
-
onClickOutside(event: Event) {
|
|
141
|
-
const target = event.target as HTMLElement;
|
|
142
|
-
if (this.buttonsAccion && !this.buttonsAccion.nativeElement.contains(target)) {
|
|
143
|
-
this.showButtonsAccion = false;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
onClickSupport() {
|
|
148
|
-
this.supportPanel = !this.supportPanel;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
onAddTicket() {
|
|
152
|
-
this.supportPanel = false;
|
|
153
|
-
this.onClickAddTicket.emit();
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
onShowTickets() {
|
|
157
|
-
this.supportPanel = false;
|
|
158
|
-
this.onClickShowTickets.emit();
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
onClickNotifications() {
|
|
162
|
-
this.notificationsOpen = !this.notificationsOpen;
|
|
163
|
-
this.clickNotificaciones.emit();
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
handleDoneAlert(event: any) {
|
|
167
|
-
this.onDoneAlert.emit(event);
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
handlePostponeAlert(event: any) {
|
|
171
|
-
this.onPostponeAlert.emit(event);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
onClickOpenToolbarUserMenu() {
|
|
175
|
-
this.clickOpenToolbarUserMenu.emit();
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
onClickUsuariosRoles() {
|
|
179
|
-
this.clickUsuariosRoles.emit();
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
onClickConfiguracion() {
|
|
183
|
-
this.clickConfiguracion.emit();
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
onClickPagos() {
|
|
187
|
-
this.clickPagos.emit();
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
onClickSubsServicios() {
|
|
191
|
-
this.clickSubsServicios.emit();
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
onClickCambiarCuenta() {
|
|
195
|
-
this.clickCambiarCuenta.emit();
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
onClickCerrarSesion() {
|
|
199
|
-
this.clickCerrarSesion.emit();
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
onClickPerfilPreferencias() {
|
|
203
|
-
this.clickPerfilPreferencias.emit();
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
onClickReferir() {
|
|
207
|
-
this.clickReferir.emit();
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
onClickServicioVigilancia() {
|
|
211
|
-
this.clickServicioVigilancia.emit();
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
onClickServicioCorreo() {
|
|
215
|
-
this.clickServicioCorreo.emit();
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
onClickServicioLocalizador() {
|
|
219
|
-
this.clickServicioLocalizador.emit();
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
onClickServicioFirma() {
|
|
223
|
-
this.clickServicioFirma.emit();
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
onClickServicioCRM() {
|
|
227
|
-
this.clickServicioCRM.emit();
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
onClickUnlinkAccount($event: any) {
|
|
231
|
-
this.clickUnlinkAccount.emit($event);
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
onClickEditAccount($event: any) {
|
|
235
|
-
this.clickEditAccount.emit($event);
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
onClickAccountPredeterminada($event: any) {
|
|
239
|
-
this.clickAccountPredeterminada.emit($event);
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
onClickAccountSelected($event: any) {
|
|
243
|
-
this.clickAccountSelected.emit($event);
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
onClickAgregarAccount($event: any) {
|
|
247
|
-
this.clickAgregarAccount.emit($event);
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
svgLitigioString: string = `<svg xmlns="http://www.w3.org/2000/svg" width="55" height="55" viewBox="0 0 55 55" fill="none">
|
|
251
|
-
<g clip-path="url(#clip0_3967_6409)">
|
|
252
|
-
<path d="M45.4426 0H9.55742C4.279 0 0 4.279 0 9.55742V45.4426C0 50.721 4.279 55 9.55742 55H45.4426C50.721 55 55 50.721 55 45.4426V9.55742C55 4.279 50.721 0 45.4426 0Z" fill="url(#paint0_linear_3967_6409)"/>
|
|
253
|
-
<path d="M17.3254 35.2637H11.3828C10.8305 35.2637 10.3828 35.7114 10.3828 36.2637V42.2063C10.3828 42.7585 10.8305 43.2063 11.3828 43.2063H17.3254C17.8777 43.2063 18.3254 42.7585 18.3254 42.2063V36.2637C18.3254 35.7114 17.8777 35.2637 17.3254 35.2637Z" fill="white"/>
|
|
254
|
-
<path d="M17.3254 24.8564H11.3828C10.8305 24.8564 10.3828 25.3042 10.3828 25.8564V31.799C10.3828 32.3513 10.8305 32.799 11.3828 32.799H17.3254C17.8777 32.799 18.3254 32.3513 18.3254 31.799V25.8564C18.3254 25.3042 17.8777 24.8564 17.3254 24.8564Z" fill="white"/>
|
|
255
|
-
<path d="M17.3254 14.4385H11.3828C10.8305 14.4385 10.3828 14.8862 10.3828 15.4385V21.3811C10.3828 21.9333 10.8305 22.3811 11.3828 22.3811H17.3254C17.8777 22.3811 18.3254 21.9333 18.3254 21.3811V15.4385C18.3254 14.8862 17.8777 14.4385 17.3254 14.4385Z" fill="white"/>
|
|
256
|
-
<path d="M27.7441 35.2637H21.8015C21.2492 35.2637 20.8015 35.7114 20.8015 36.2637V42.2063C20.8015 42.7585 21.2492 43.2063 21.8015 43.2063H27.7441C28.2964 43.2063 28.7441 42.7585 28.7441 42.2063V36.2637C28.7441 35.7114 28.2964 35.2637 27.7441 35.2637Z" fill="white"/>
|
|
257
|
-
<path d="M27.7441 24.8564H21.8015C21.2492 24.8564 20.8015 25.3042 20.8015 25.8564V31.799C20.8015 32.3513 21.2492 32.799 21.8015 32.799H27.7441C28.2964 32.799 28.7441 32.3513 28.7441 31.799V25.8564C28.7441 25.3042 28.2964 24.8564 27.7441 24.8564Z" fill="white"/>
|
|
258
|
-
<path d="M38.1628 35.2637H32.2202C31.6679 35.2637 31.2202 35.7114 31.2202 36.2637V42.2063C31.2202 42.7585 31.6679 43.2063 32.2202 43.2063H38.1628C38.7151 43.2063 39.1628 42.7585 39.1628 42.2063V36.2637C39.1628 35.7114 38.7151 35.2637 38.1628 35.2637Z" fill="white"/>
|
|
259
|
-
<path d="M38.1628 14.4385H32.2202C31.6679 14.4385 31.2202 14.8862 31.2202 15.4385V21.3811C31.2202 21.9333 31.6679 22.3811 32.2202 22.3811H38.1628C38.7151 22.3811 39.1628 21.9333 39.1628 21.3811V15.4385C39.1628 14.8862 38.7151 14.4385 38.1628 14.4385Z" fill="white"/>
|
|
260
|
-
<path d="M27.7441 14.4502H21.8015C21.2492 14.4502 20.8015 14.8979 20.8015 15.4502V21.3928C20.8015 21.9451 21.2492 22.3928 21.8015 22.3928H27.7441C28.2964 22.3928 28.7441 21.9451 28.7441 21.3928V15.4502C28.7441 14.8979 28.2964 14.4502 27.7441 14.4502Z" fill="#92BF2F"/>
|
|
261
|
-
<path d="M38.1628 24.8564H32.2202C31.6679 24.8564 31.2202 25.3042 31.2202 25.8564V31.799C31.2202 32.3513 31.6679 32.799 32.2202 32.799H38.1628C38.7151 32.799 39.1628 32.3513 39.1628 31.799V25.8564C39.1628 25.3042 38.7151 24.8564 38.1628 24.8564Z" fill="#149BD7"/>
|
|
262
|
-
<path d="M29.9761 12.572C29.7966 12.4404 29.5574 12.2849 29.2344 12.1653C28.8158 11.9978 28.433 11.9739 28.1818 11.9739H27.2488L30.9808 11.005C31.2799 10.9332 31.6028 11.1127 31.6746 11.4237L31.8182 11.9859H31.7942C31.5311 11.9859 31.1483 12.0218 30.7057 12.1892C30.4067 12.3088 30.1555 12.4643 29.988 12.5959V12.572H29.9761Z" fill="white"/>
|
|
263
|
-
<path d="M38.6244 11.9741H34.3541L34.0551 10.8019C33.9833 10.5028 34.1627 10.1799 34.4737 10.1081L41.0646 8.39758C41.3637 8.32581 41.6866 8.50524 41.7584 8.81624L43.4689 15.4072C43.5407 15.7062 43.3613 16.0292 43.0503 16.1009L41.6388 16.4717V15.0005C41.6388 13.3497 40.2991 11.9981 38.6364 11.9981L38.6244 11.9741Z" fill="white"/>
|
|
264
|
-
<path d="M41.4475 22.7993C41.591 22.3926 41.6149 22.0337 41.6269 21.8064V18.9954L43.6604 18.4572C43.9594 18.3854 44.2824 18.5648 44.3542 18.8758L46.0647 25.4667C46.1365 25.7658 45.957 26.0887 45.646 26.1605L41.603 27.2012V25.4189C41.603 25.1916 41.5671 24.8806 41.4594 24.5217C41.3278 24.1031 41.1484 23.804 40.9929 23.6127C41.1245 23.4332 41.292 23.1581 41.4235 22.7993H41.4475Z" fill="white"/>
|
|
265
|
-
<path d="M48.2896 36.2328L41.6987 37.9433C41.6987 37.9433 41.6508 37.9433 41.6269 37.9433V35.8261C41.6269 35.5988 41.591 35.2878 41.4834 34.9289C41.3518 34.5103 41.1723 34.2112 41.0168 34.0198C41.1604 33.8404 41.3278 33.5533 41.4594 33.1586C41.591 32.7758 41.6149 32.4409 41.6149 32.2136V29.7376L46.28 28.5294C46.579 28.4576 46.902 28.6371 46.9738 28.9481L48.6843 35.539C48.7561 35.838 48.5767 36.161 48.2656 36.2328H48.2896Z" fill="white"/>
|
|
266
|
-
<path opacity="0.17" d="M45.4545 0H9.55742C4.2823 0 0 4.2823 0 9.55742V16.244C8.32536 21.4952 18.1818 24.5455 28.744 24.5455C38.2775 24.5455 47.2249 22.0574 55 17.7273V9.55742C55 4.2823 50.7177 0 45.4426 0H45.4545Z" fill="white"/>
|
|
267
|
-
</g>
|
|
268
|
-
<defs>
|
|
269
|
-
<linearGradient id="paint0_linear_3967_6409" x1="118.062" y1="-82.3923" x2="9.3421" y2="49.5455" gradientUnits="userSpaceOnUse">
|
|
270
|
-
<stop stop-color="#D8D8D8"/>
|
|
271
|
-
<stop offset="0.1" stop-color="#CCCCCC"/>
|
|
272
|
-
<stop offset="0.28" stop-color="#ADADAD"/>
|
|
273
|
-
<stop offset="0.51" stop-color="#7B7B7B"/>
|
|
274
|
-
<stop offset="0.79" stop-color="#363636"/>
|
|
275
|
-
<stop offset="1"/>
|
|
276
|
-
</linearGradient>
|
|
277
|
-
<clipPath id="clip0_3967_6409">
|
|
278
|
-
<rect width="55" height="55" fill="white"/>
|
|
279
|
-
</clipPath>
|
|
280
|
-
</defs>
|
|
281
|
-
</svg>`;
|
|
282
|
-
|
|
283
|
-
svgCorreoString: string = `<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54" fill="none">
|
|
284
|
-
<g clip-path="url(#clip0_3967_6562)">
|
|
285
|
-
<path d="M16.207 35.3032L21.4214 30.0888C22.8894 28.6208 24.8389 27.8105 26.9177 27.8105C28.9964 27.8105 30.9459 28.6208 32.4257 30.0771L37.6166 35.268L50.9344 21.9501L30.805 1.89116C28.6675 -0.246272 25.1913 -0.246272 23.0538 1.89116L2.88916 21.9854L16.1953 35.2915L16.207 35.3032Z" fill="url(#paint0_linear_3967_6562)"/>
|
|
286
|
-
<path d="M35.6316 10.946C35.5964 10.0651 34.7978 9.41922 33.9405 9.58364C30.8165 10.1356 28.9257 9.13736 27.9275 8.28004C27.3872 7.82202 26.6004 7.82202 26.0836 8.28004C25.0854 9.13736 23.1946 10.1239 20.0706 9.58364C19.2133 9.43096 18.4147 10.0769 18.3795 10.946C18.2738 14.4809 18.861 22.4552 25.7548 25.7201C26.5416 26.0841 27.4459 26.0841 28.2093 25.7201C35.1384 22.467 35.7138 14.4809 35.6199 10.946H35.6316Z" fill="white"/>
|
|
287
|
-
<path d="M48.3976 53.3184C48.3037 53.3418 48.198 53.3536 48.104 53.3771C48.198 53.3653 48.3037 53.3418 48.3976 53.3184Z" fill="#67E4F4"/>
|
|
288
|
-
<path d="M49.384 52.9775C49.2783 53.0245 49.1726 53.0597 49.0669 53.1067C49.1726 53.0715 49.2783 53.0245 49.384 52.9775Z" fill="#67E4F4"/>
|
|
289
|
-
<path d="M51.04 51.8506C51.04 51.8506 50.9695 51.8976 50.946 51.9328C50.9813 51.9093 51.0165 51.8858 51.04 51.8506Z" fill="#67E4F4"/>
|
|
290
|
-
<path d="M50.265 52.4961C50.1828 52.5548 50.0888 52.6018 50.0066 52.6488C50.0888 52.59 50.1828 52.5548 50.265 52.4961Z" fill="#67E4F4"/>
|
|
291
|
-
<path d="M50.0064 52.6494C49.8068 52.7669 49.6071 52.8843 49.3958 52.9782C49.6071 52.8843 49.8185 52.7669 50.0064 52.6494Z" fill="url(#paint1_linear_3967_6562)"/>
|
|
292
|
-
<path d="M50.9461 51.9326C50.7347 52.1323 50.5115 52.3202 50.2649 52.4963C50.5115 52.3319 50.7347 52.144 50.9461 51.9326Z" fill="url(#paint2_linear_3967_6562)"/>
|
|
293
|
-
<path d="M47.7281 53.4474C47.8573 53.4357 47.9747 53.4004 48.1039 53.377C47.8573 53.4239 47.6106 53.4474 47.364 53.4474H47.7281Z" fill="url(#paint3_linear_3967_6562)"/>
|
|
294
|
-
<path d="M6.68243 53.4708H6.79987C6.63545 53.4708 6.48278 53.4356 6.31836 53.4238C6.4358 53.4356 6.55324 53.4708 6.68243 53.4708Z" fill="url(#paint4_linear_3967_6562)"/>
|
|
295
|
-
<path d="M25.6609 19.3306L31.0514 13.94C31.2276 13.7639 31.4507 13.6699 31.7091 13.6816C31.9675 13.6816 32.1789 13.7873 32.355 13.9753C32.5195 14.1514 32.6017 14.3628 32.6017 14.6094C32.6017 14.8561 32.5195 15.0675 32.3433 15.2436L26.3068 21.2801C26.1189 21.468 25.9075 21.5502 25.6609 21.5502C25.4143 21.5502 25.2029 21.4563 25.015 21.2801L22.2081 18.4967C22.0202 18.3206 21.938 18.1092 21.938 17.8508C21.938 17.6042 22.0319 17.3811 22.2081 17.1931C22.396 17.017 22.6074 16.923 22.854 16.923C23.1007 16.923 23.3121 17.017 23.5 17.1931L25.6491 19.3306H25.6609Z" fill="url(#paint5_linear_3967_6562)"/>
|
|
296
|
-
<path d="M30.8872 31.6968C28.738 29.5594 25.2618 29.5594 23.1243 31.6968L16.2893 38.5319L2.98315 51.838C3.85222 52.7071 5.03838 53.2708 6.33023 53.4117C6.49465 53.4235 6.64732 53.4587 6.81174 53.4587H26.9647H27.0234H47.376C47.6226 53.4352 47.881 53.4117 48.1159 53.3765C48.2098 53.353 48.3155 53.3413 48.4095 53.3178C48.6443 53.2591 48.8675 53.1886 49.0906 53.1064C49.1963 53.0712 49.302 53.0242 49.4077 52.9772C49.6191 52.8832 49.8305 52.7658 50.0184 52.6484C50.1006 52.5896 50.1946 52.5544 50.2768 52.4957C50.5234 52.3313 50.7465 52.1434 50.9579 51.932C50.9932 51.9085 51.0284 51.885 51.0519 51.8498L37.7106 38.5084L30.899 31.6968H30.8872Z" fill="url(#paint6_linear_3967_6562)"/>
|
|
297
|
-
<path d="M39.3193 36.8882L52.2849 49.8537C52.508 49.2665 52.6372 48.6323 52.6372 47.9746V23.5703L39.3193 36.8882Z" fill="url(#paint7_linear_3967_6562)"/>
|
|
298
|
-
<path d="M1.31543 23.5703V47.9746C1.31543 48.6558 1.45636 49.3017 1.69124 49.9007L14.6685 36.9234L1.31543 23.5703Z" fill="url(#paint8_linear_3967_6562)"/>
|
|
299
|
-
<path opacity="0.23" d="M5.12036 19.754C11.7675 22.7605 19.1311 24.4399 26.9057 24.4399C34.6803 24.4399 42.0557 22.7487 48.7146 19.7422L30.793 1.89116C28.6556 -0.246272 25.1793 -0.246272 23.0419 1.89116L5.12036 19.754Z" fill="white"/>
|
|
300
|
-
</g>
|
|
301
|
-
<defs>
|
|
302
|
-
<linearGradient id="paint0_linear_3967_6562" x1="26.9177" y1="0.293958" x2="26.9177" y2="35.3032" gradientUnits="userSpaceOnUse">
|
|
303
|
-
<stop offset="0.17" stop-color="#0581BC"/>
|
|
304
|
-
<stop offset="1" stop-color="#67E4F4"/>
|
|
305
|
-
</linearGradient>
|
|
306
|
-
<linearGradient id="paint1_linear_3967_6562" x1="49.7011" y1="28.9499" x2="49.7011" y2="78.6156" gradientUnits="userSpaceOnUse">
|
|
307
|
-
<stop stop-color="#0581BC"/>
|
|
308
|
-
<stop offset="1" stop-color="#67E4F4"/>
|
|
309
|
-
</linearGradient>
|
|
310
|
-
<linearGradient id="paint2_linear_3967_6562" x1="50.6055" y1="28.9494" x2="50.6055" y2="78.6153" gradientUnits="userSpaceOnUse">
|
|
311
|
-
<stop stop-color="#0581BC"/>
|
|
312
|
-
<stop offset="1" stop-color="#67E4F4"/>
|
|
313
|
-
</linearGradient>
|
|
314
|
-
<linearGradient id="paint3_linear_3967_6562" x1="47.7281" y1="28.9501" x2="47.7281" y2="78.6141" gradientUnits="userSpaceOnUse">
|
|
315
|
-
<stop stop-color="#0581BC"/>
|
|
316
|
-
<stop offset="1" stop-color="#67E4F4"/>
|
|
317
|
-
</linearGradient>
|
|
318
|
-
<linearGradient id="paint4_linear_3967_6562" x1="6.56499" y1="28.9508" x2="6.56499" y2="78.6132" gradientUnits="userSpaceOnUse">
|
|
319
|
-
<stop stop-color="#0581BC"/>
|
|
320
|
-
<stop offset="1" stop-color="#67E4F4"/>
|
|
321
|
-
</linearGradient>
|
|
322
|
-
<linearGradient id="paint5_linear_3967_6562" x1="21.9497" y1="17.6159" x2="32.6017" y2="17.6159" gradientUnits="userSpaceOnUse">
|
|
323
|
-
<stop stop-color="#0595BC"/>
|
|
324
|
-
<stop offset="1" stop-color="#67E4F4"/>
|
|
325
|
-
</linearGradient>
|
|
326
|
-
<linearGradient id="paint6_linear_3967_6562" x1="55.1154" y1="41.785" x2="-11.2507" y2="41.785" gradientUnits="userSpaceOnUse">
|
|
327
|
-
<stop stop-color="#0581BC"/>
|
|
328
|
-
<stop offset="1" stop-color="#67E4F4"/>
|
|
329
|
-
</linearGradient>
|
|
330
|
-
<linearGradient id="paint7_linear_3967_6562" x1="53.7646" y1="36.712" x2="35.3733" y2="36.712" gradientUnits="userSpaceOnUse">
|
|
331
|
-
<stop stop-color="#0581BC"/>
|
|
332
|
-
<stop offset="1" stop-color="#67E4F4"/>
|
|
333
|
-
</linearGradient>
|
|
334
|
-
<linearGradient id="paint8_linear_3967_6562" x1="15.7959" y1="36.7355" x2="-2.64234" y2="36.7355" gradientUnits="userSpaceOnUse">
|
|
335
|
-
<stop stop-color="#0581BC"/>
|
|
336
|
-
<stop offset="1" stop-color="#67E4F4"/>
|
|
337
|
-
</linearGradient>
|
|
338
|
-
<clipPath id="clip0_3967_6562">
|
|
339
|
-
<rect width="53.9995" height="53.9995" fill="white"/>
|
|
340
|
-
</clipPath>
|
|
341
|
-
</defs>
|
|
342
|
-
</svg>`;
|
|
343
|
-
|
|
344
|
-
svgLocalizadorString: string = `<svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 56 56" fill="none">
|
|
345
|
-
<g clip-path="url(#clip0_3581_4606)">
|
|
346
|
-
<path d="M28.0987 55.9727C27.7195 56.0094 26.9489 56.0094 26.5697 55.9727C25.5177 55.8504 24.1109 55.1654 23.2913 54.5048C13.8601 44.1683 1.13821 37.1346 3.29114 20.9632C5.44407 4.79177 24.5146 -5.34901 39.4016 3.21377C52.9553 11.0059 55.6709 29.1468 45.1631 40.731C40.8573 45.4772 35.7563 49.7831 31.3893 54.5048C30.5697 55.1776 29.1507 55.8626 28.111 55.9727H28.0987Z" fill="url(#paint0_linear_3581_4606)"/>
|
|
347
|
-
<path d="M34.5449 32.3031C35.0709 32.3031 35.4991 32.1318 35.8416 31.7771C36.1841 31.4345 36.3553 30.9942 36.3553 30.4804C36.3553 29.9544 36.1841 29.5263 35.8416 29.1838C35.4991 28.8412 35.0709 28.67 34.5449 28.67C34.0189 28.67 33.5908 28.8412 33.2483 29.1838C32.9058 29.5263 32.7345 29.9544 32.7345 30.4804C32.7345 31.0064 32.9058 31.4345 33.2483 31.7771C33.5908 32.1196 34.0189 32.2908 34.5449 32.2908V32.3031ZM38.8508 36.7924L36.9547 34.9208C36.5878 35.1165 36.2086 35.2756 35.8049 35.3857C35.4012 35.4957 34.9731 35.5447 34.5449 35.5447C33.1504 35.5447 31.9516 35.0554 30.973 34.0768C29.9944 33.0982 29.4929 31.8994 29.4929 30.5049C29.4929 29.1104 29.9822 27.9116 30.973 26.9207C31.9516 25.9421 33.1504 25.4406 34.5572 25.4406C35.9639 25.4406 37.1505 25.9299 38.1291 26.9207C39.1077 27.8993 39.597 29.0981 39.597 30.4926C39.597 30.9085 39.548 31.2878 39.4624 31.6547C39.3768 32.0217 39.2545 32.3642 39.0832 32.6945L41.0037 34.6395C41.2973 34.9331 41.4441 35.2878 41.4441 35.7159C41.4441 36.1441 41.2973 36.4988 41.0037 36.7924C40.7101 37.086 40.3554 37.2328 39.9272 37.2328C39.4991 37.2328 39.1444 37.086 38.8508 36.7924ZM17.2848 35.2144C16.3674 35.2144 15.609 34.9086 14.9851 34.2847C14.3612 33.6609 14.0554 32.9024 14.0554 31.9728V31.0064C14.0554 30.1991 14.2511 29.4773 14.6426 28.8168C15.034 28.1562 15.56 27.6669 16.2083 27.3366C17.4683 26.6883 18.7772 26.199 20.1228 25.881C21.4683 25.5629 22.8262 25.3917 24.1962 25.3917C24.5999 25.3917 25.0035 25.4039 25.395 25.4406C25.7987 25.4773 26.1901 25.514 26.5693 25.5874C27.0953 25.6608 27.4745 25.9421 27.6825 26.4314C27.9027 26.9207 27.8904 27.4223 27.658 27.936C27.5112 28.3397 27.3889 28.7556 27.3155 29.1838C27.2421 29.6119 27.1932 30.04 27.1932 30.4926C27.1932 30.9452 27.2299 31.3489 27.3033 31.7648C27.3767 32.1807 27.4868 32.5844 27.6335 32.9881C27.8293 33.5385 27.7803 34.0401 27.5112 34.5171C27.2421 34.9942 26.8507 35.2266 26.3247 35.2266H17.2726L17.2848 35.2144ZM38.0067 18.5781C38.0067 20.0583 37.4807 21.3305 36.4287 22.3825C35.3767 23.4345 34.1168 23.9482 32.6367 23.9482C32.3553 23.9482 31.9883 23.9115 31.5235 23.8504C31.0587 23.7892 30.6794 23.7036 30.3859 23.6057C30.9486 22.884 31.3645 22.1011 31.6458 21.2326C31.9272 20.3763 32.0617 19.4834 32.0617 18.5659C32.0617 17.6485 31.9272 16.7677 31.6458 15.8992C31.3645 15.0429 30.9486 14.2478 30.3859 13.5261C30.7528 13.3915 31.132 13.3059 31.5113 13.257C31.8905 13.2081 32.2697 13.1836 32.6367 13.1836C34.1168 13.1836 35.389 13.7096 36.4287 14.7616C37.4807 15.8136 38.0067 17.0735 38.0067 18.5659V18.5781ZM24.1717 23.9482C22.6794 23.9482 21.4194 23.4222 20.3674 22.3825C19.3154 21.3427 18.8016 20.0705 18.8016 18.5781C18.8016 17.0858 19.3276 15.8136 20.3674 14.7738C21.4194 13.7218 22.6794 13.2081 24.1717 13.2081C25.6641 13.2081 26.9241 13.7341 27.9761 14.7738C29.0281 15.8258 29.554 17.0858 29.554 18.5781C29.554 20.0705 29.0281 21.3305 27.9761 22.3825C26.9241 23.4222 25.6641 23.9482 24.1717 23.9482Z" fill="white"/>
|
|
348
|
-
<path opacity="0.17" d="M28.1898 24C36.5422 24 44.4641 22.194 51.5619 18.9768C50.2456 12.6022 46.2355 6.74181 39.802 3.14186C25.4343 -4.88326 7.30246 3.26146 3.85815 18.5463C11.2019 22.0386 19.456 24 28.1898 24Z" fill="white"/>
|
|
349
|
-
</g>
|
|
350
|
-
<defs>
|
|
351
|
-
<linearGradient id="paint0_linear_3581_4606" x1="3.05872" y1="27.9969" x2="51.5852" y2="27.9969" gradientUnits="userSpaceOnUse">
|
|
352
|
-
<stop stop-color="#044AB6"/>
|
|
353
|
-
<stop offset="1" stop-color="#2C9BFF"/>
|
|
354
|
-
</linearGradient>
|
|
355
|
-
<clipPath id="clip0_3581_4606">
|
|
356
|
-
<rect width="56" height="56" fill="white"/>
|
|
357
|
-
</clipPath>
|
|
358
|
-
</defs>
|
|
359
|
-
</svg>`;
|
|
360
|
-
|
|
361
|
-
svgFirmaString: string = `<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54" fill="none">
|
|
362
|
-
<path d="M31.7816 0.40746C13.589 -2.71295 -2.28385 12.5359 0.271353 30.858C2.26135 45.1177 15.7086 55.5033 29.8387 53.8195C29.8387 53.8195 44.5223 52.6538 50.9986 39.3596C51.7405 38.1468 53.1535 33.6605 53.3066 32.9422C56.6272 18.1055 46.7831 2.97444 31.7816 0.40746Z" fill="url(#paint0_linear_3967_6648)"/>
|
|
363
|
-
<path d="M27.7195 44.6703C22.35 45.0117 17.1454 41.3143 16.015 36.0391C15.4498 33.3779 15.7206 29.9749 15.7088 27.196C15.7088 24.7938 15.6264 22.2975 15.7088 19.9071C15.7324 19.1418 16.1092 18.5177 15.65 17.7641C14.9552 16.5983 13.189 16.7867 12.7415 18.0584C12.2116 19.5774 12.4942 23.6752 12.4942 25.4886C12.4825 27.8671 12.4589 30.2575 12.4825 32.6478C12.4825 33.1189 12.4825 35.2619 12.8946 36.8987C13.1301 37.8525 13.5422 38.7827 13.9072 39.5481C15.9208 43.846 20.1481 47.2137 24.9523 47.72C25.2467 47.7553 26.6126 47.9084 28.791 47.7553C30.1923 47.6611 32.2882 47.3314 32.2882 45.73C32.2882 43.1984 29.1325 44.5878 27.7077 44.6703H27.7195Z" fill="white"/>
|
|
364
|
-
<path d="M22.1854 17.6579C21.5025 16.6335 19.9482 16.7983 19.4065 17.8816C18.7118 19.2829 18.9355 22.1795 18.9237 23.781C18.9002 25.9005 18.9237 28.0318 18.9237 30.1513C19.2416 31.8234 21.6673 31.9294 22.0795 30.3162C22.3267 29.3388 22.1148 26.6659 22.1266 25.4884C22.1266 23.8398 21.997 21.9205 22.1266 20.3073C22.1972 19.3771 22.7624 18.541 22.1737 17.6579H22.1854Z" fill="white"/>
|
|
365
|
-
<path d="M34.7729 33.8378C35.1144 32.7309 35.1497 28.7509 35.0084 27.5381C34.7964 25.7954 32.2648 25.6187 31.8409 27.2908C31.5347 28.5036 31.9115 30.9646 31.7938 32.3659C31.782 32.5543 31.7467 32.7309 31.6878 32.9075C31.2875 34.0497 29.6154 34.2734 28.8736 33.355C28.5556 32.9664 28.6027 32.7545 28.5674 32.307C28.4379 30.1168 28.5909 27.7029 28.5674 25.4774C28.5674 24.5825 28.6852 23.2401 28.5674 22.4159C28.3672 21.1442 26.6716 20.6261 25.812 21.5563C25.2233 22.1804 25.3763 22.9811 25.3646 23.77C25.3175 26.0662 25.3292 28.3977 25.3646 30.7056C25.3646 31.4003 25.3057 32.1775 25.3763 32.8487C25.8473 37.4998 32.1824 38.8069 34.4079 34.6149C34.5492 34.3441 34.6905 34.1439 34.7847 33.8378H34.7729Z" fill="white"/>
|
|
366
|
-
<path d="M25.0349 41.2203C26.1888 41.5029 27.7549 41.8208 28.3672 40.5491C28.8147 39.6071 28.3555 38.4413 27.2839 38.2647C25.1644 37.9114 23.5865 37.6877 22.5857 35.4269C22.1853 34.5202 22.3266 33.3191 21.4199 32.7775C20.7958 32.4007 19.9833 32.5067 19.4652 33.013C18.747 33.7195 19.0296 34.4967 19.218 35.3209C19.8774 38.1941 22.15 40.5138 25.0231 41.2203H25.0349Z" fill="white"/>
|
|
367
|
-
<path d="M41.4141 26.0413C41.1551 24.1455 38.3997 24.0749 38.1995 26.2297C38.0818 27.4779 38.2231 29.0087 38.1995 30.3039C38.176 32.1997 38.3526 34.3899 37.8934 36.2268C37.5048 37.8047 36.2566 39.9242 35.1851 41.1488C34.9496 41.4197 34.4668 41.714 34.2431 41.9613C33.042 43.3272 34.3608 45.2348 36.1153 44.5401C36.7512 44.281 37.4695 43.2684 37.8934 42.762C39.3064 41.09 40.0365 39.8653 40.7076 37.7458C41.367 35.6263 41.3788 34.2133 41.4141 32.0231C41.4377 30.3392 41.6261 27.6192 41.4141 26.0531V26.0413Z" fill="white"/>
|
|
368
|
-
<path d="M31.8056 23.8044C32.0058 24.7935 33.1598 25.2998 34.0664 24.8995C35.2204 24.3932 34.9849 23.2039 34.9967 22.1677C35.0673 18.482 34.3019 15.397 30.8518 13.5129C28.5204 12.2412 24.7288 12.0999 22.5975 13.8309C21.1727 14.9848 22.1618 17.1279 23.9634 16.704C24.3284 16.6216 24.823 16.2212 25.2351 16.0681C28.4497 14.8553 31.5937 17.1161 31.7938 20.4603C31.8527 21.4494 31.6408 22.9095 31.8174 23.8044H31.8056Z" fill="white"/>
|
|
369
|
-
<path d="M17.0984 14.7616C17.6047 14.5025 18.1934 13.4074 18.6409 12.9364C19.6889 11.8178 21.7142 10.4283 23.1625 9.92201C28.8382 7.93201 35.1967 10.8169 37.4222 16.3512C37.8344 17.3757 38.117 18.6121 38.223 19.7189C38.2936 20.4843 38.0228 21.3557 38.5291 22.0268C39.424 23.2279 41.2727 22.6745 41.4376 21.2261C41.5435 20.2841 41.3787 19.295 41.2374 18.3648C40.9783 16.6456 40.6133 15.5858 39.8361 14.0433C37.2574 8.99177 32.2059 5.93023 26.4831 6.10686C24.1634 6.17751 22.0675 6.81337 20.0539 7.92023C18.2288 8.92112 17.2397 9.76893 15.9326 11.335C15.544 11.806 14.8022 12.4537 14.7316 13.1013C14.5902 14.3848 15.9208 15.3739 17.1101 14.7734L17.0984 14.7616Z" fill="white"/>
|
|
370
|
-
<defs>
|
|
371
|
-
<linearGradient id="paint0_linear_3967_6648" x1="11.0456" y1="44.7997" x2="46.1944" y2="5.7416" gradientUnits="userSpaceOnUse">
|
|
372
|
-
<stop offset="0.13" stop-color="#5900B7"/>
|
|
373
|
-
<stop offset="1" stop-color="#2BD9CB"/>
|
|
374
|
-
</linearGradient>
|
|
375
|
-
</defs>
|
|
376
|
-
</svg>`;
|
|
377
|
-
|
|
378
|
-
svgCrmString: string = `<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none">
|
|
379
|
-
<path d="M57.0586 30.3326V15.3315C57.0586 13.1267 56.1832 10.9996 54.6207 9.4374C53.0582 7.87525 50.9416 7 48.7253 7H15.3919C13.1867 7 11.059 7.87525 9.49654 9.4374C7.93404 10.9996 7.05859 13.1267 7.05859 15.3315V30.3326H57.0586ZM22.063 17.0044C22.5063 17.0044 22.9274 17.1817 23.2377 17.4919C23.548 17.8021 23.7253 18.2231 23.7253 18.6663C23.7253 19.1095 23.9026 19.5305 24.2128 19.8407C24.5231 20.1509 24.9442 20.3282 25.3875 20.3282H38.7186C39.1619 20.3282 39.583 20.1509 39.8933 19.8407C40.2035 19.5305 40.3808 19.1095 40.3808 18.6663C40.3808 18.2231 40.5582 17.8021 40.8684 17.4919C41.1787 17.1817 41.5998 17.0044 42.0431 17.0044C42.4863 17.0044 42.9074 17.1817 43.2177 17.4919C43.528 17.8021 43.7053 18.2231 43.7053 18.6663C43.7053 19.9958 43.1734 21.2588 42.2425 22.2005C41.3006 23.1423 40.0373 23.663 38.7075 23.663H25.3764C24.0466 23.663 22.7833 23.1312 21.8414 22.2005C20.8995 21.2588 20.3786 19.9958 20.3786 18.6663C20.3786 18.2231 20.5559 17.8021 20.8662 17.4919C21.1765 17.1817 21.5976 17.0044 22.0409 17.0044H22.063ZM7.05859 33.6674V48.6685C7.05859 50.8733 7.93404 53.0004 9.49654 54.5626C11.059 56.1248 13.1756 57 15.3919 57H48.7253C50.9305 57 53.0582 56.1248 54.6207 54.5626C56.1832 53.0004 57.0586 50.8843 57.0586 48.6685V33.6674H7.05859ZM38.7297 46.9956H25.3986C24.0688 46.9956 22.8055 46.4638 21.8636 45.5331C20.9216 44.5914 20.4008 43.3284 20.4008 41.9989C20.4008 41.5557 20.5781 41.1347 20.8884 40.8245C21.1987 40.5143 21.6198 40.337 22.063 40.337C22.5063 40.337 22.9274 40.5143 23.2377 40.8245C23.548 41.1347 23.7253 41.5557 23.7253 41.9989C23.7253 42.4421 23.9026 42.8631 24.2128 43.1733C24.5231 43.4835 24.9442 43.6608 25.3875 43.6608H38.7186C39.1619 43.6608 39.583 43.4835 39.8933 43.1733C40.2035 42.8631 40.3808 42.4421 40.3808 41.9989C40.3808 41.5557 40.5582 41.1347 40.8684 40.8245C41.1787 40.5143 41.5998 40.337 42.0431 40.337C42.4863 40.337 42.9074 40.5143 43.2177 40.8245C43.528 41.1347 43.7053 41.5557 43.7053 41.9989C43.7053 43.3284 43.1734 44.5914 42.2425 45.5331C41.3006 46.4748 40.0373 46.9956 38.7075 46.9956H38.7297Z" fill="url(#paint0_linear_3581_4643)"/>
|
|
380
|
-
<path opacity="0.23" d="M48.7253 7H15.3919C13.1867 7 11.059 7.88493 9.49654 9.46436C7.93404 11.0438 7.05859 13.1945 7.05859 15.4236V24.2729C13.4748 27.2974 20.6224 29 28.169 29C38.9402 29 48.9026 25.5499 57.0586 19.6914V15.4236C57.0586 13.1945 56.1832 11.0438 54.6207 9.46436C53.0582 7.88493 50.9416 7 48.7253 7Z" fill="white"/>
|
|
381
|
-
<defs>
|
|
382
|
-
<linearGradient id="paint0_linear_3581_4643" x1="60.4606" y1="60.3902" x2="14.9366" y2="14.8561" gradientUnits="userSpaceOnUse">
|
|
383
|
-
<stop stop-color="#FFC83F"/>
|
|
384
|
-
<stop offset="1" stop-color="#EF5941"/>
|
|
385
|
-
</linearGradient>
|
|
386
|
-
</defs>
|
|
387
|
-
</svg>`;
|
|
388
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './toolbar-user-menu.component';
|