@hermes-ui/angular 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +52 -0
- package/accordion/_accordion.clarity.scss +81 -0
- package/accordion/_properties.accordion.scss +45 -0
- package/accordion/_variables.accordion.scss +91 -0
- package/addons/a11y/README.md +157 -0
- package/addons/a11y/forms/required-field-legend.component.scss +17 -0
- package/addons/card-container/card/appfx-card.component.scss +137 -0
- package/addons/card-container/container/appfx-card-container.component.scss +17 -0
- package/addons/card-container/settings/appfx-card-container-settings.component.scss +62 -0
- package/addons/certificate-viewer/certificate-viewer/certificate-viewer.component.scss +69 -0
- package/addons/certificate-viewer/certificate-viewer-details/certificate-viewer-details.component.scss +49 -0
- package/addons/certificate-viewer/certificate-viewer-general/certificate-viewer-general.component.scss +38 -0
- package/addons/datagrid/README.md +289 -0
- package/addons/datagrid/addons/action-bar/datagrid-action-bar.component.scss +81 -0
- package/addons/datagrid/addons/column-toggle/datagrid-column-toggle.component.scss +99 -0
- package/addons/datagrid/addons/export/export-datagrid.component.scss +9 -0
- package/addons/datagrid/datagrid.component.scss +339 -0
- package/addons/datagrid-filters/README.md +223 -0
- package/addons/datagrid-filters/advanced-filters/date-time-filter.component.scss +10 -0
- package/addons/datagrid-filters/advanced-filters/enum-filter.component.scss +40 -0
- package/addons/datagrid-filters/advanced-filters/users-filter.component.scss +11 -0
- package/addons/datagrid-filters/common-styles.scss +98 -0
- package/addons/datagrid-filters/composite-filters.component.scss +26 -0
- package/addons/datagrid-filters/datagrid-filters.component.scss +22 -0
- package/addons/datagrid-filters/manage-filters/manage-filter.component.scss +42 -0
- package/addons/dialog/README.md +112 -0
- package/addons/dialog/multi-page-dialog.a11y.scss +203 -0
- package/addons/dialog/multi-page-dialog.component.scss +102 -0
- package/addons/dialog/toggle-component/toggle.component.scss +15 -0
- package/addons/drag-and-drop/README.md +48 -0
- package/addons/menu/menu.component.scss +120 -0
- package/addons/property-view/components/property-view-category.component.scss +38 -0
- package/addons/property-view/components/property-view-message.component.scss +48 -0
- package/addons/property-view/components/property-view-property.component.scss +122 -0
- package/addons/property-view/components/property-view-section.component.scss +59 -0
- package/addons/property-view/components/property-view.component.scss +23 -0
- package/addons/stepper/stepper.component.scss +53 -0
- package/addons/tabs/tab-links/tab-links.component.scss +61 -0
- package/addons/tabs/tabs.a11y.scss +26 -0
- package/addons/tabs/tabs.component.scss +95 -0
- package/addons/theme-builder/README.md +70 -0
- package/addons/theme-builder/theme-builder.component.scss +194 -0
- package/addons/translate/README.md +124 -0
- package/addons/var/debug/workflow-model-monitor.component.scss +50 -0
- package/addons/var/error/error.component.scss +38 -0
- package/addons/var/spinner/spinner.component.scss +33 -0
- package/addons/wizard/summary/summary.component.scss +22 -0
- package/addons/wizard/wizard.component.scss +251 -0
- package/button/_buttons.clarity.scss +388 -0
- package/button/_mixins.buttons.scss +241 -0
- package/button/_properties.buttons.scss +387 -0
- package/button/_properties.toggles.scss +35 -0
- package/button/_variables.buttons.scss +905 -0
- package/button/_variables.toggles.scss +41 -0
- package/button/button-group/_button-group.clarity.scss +202 -0
- package/collapsible-panel/_mixins.collapsible-panel.scss +189 -0
- package/collapsible-panel/_properties.collapsible-panel.scss +42 -0
- package/collapsible-panel/_variables.collapsible-panel.scss +40 -0
- package/data/_mixins.tables.scss +114 -0
- package/data/_properties.tables.scss +77 -0
- package/data/_tables.clarity.scss +120 -0
- package/data/_variables.tables.scss +42 -0
- package/data/datagrid/_datagrid.clarity.scss +1871 -0
- package/data/datagrid/_mixins.datagrid.scss +102 -0
- package/data/datagrid/_properties.datagrid.scss +98 -0
- package/data/datagrid/_variables.datagrid.scss +98 -0
- package/data/stack-view/_properties.stack-view.scss +50 -0
- package/data/stack-view/_stack-view.clarity.scss +267 -0
- package/data/stack-view/_variables.stack-view.scss +32 -0
- package/data/tree-view/_properties.tree-view.scss +41 -0
- package/data/tree-view/_tree-view.clarity.scss +281 -0
- package/data/tree-view/_variables.tree-view.scss +51 -0
- package/emphasis/alert/_alert.clarity.scss +467 -0
- package/emphasis/alert/_mixins.alert.scss +96 -0
- package/emphasis/alert/_properties.alert.scss +183 -0
- package/emphasis/alert/_variables.alert.scss +502 -0
- package/emphasis/badge/_badges.clarity.scss +61 -0
- package/emphasis/badge/_mixins.bades.scss +34 -0
- package/emphasis/badge/_properties.badges.scss +82 -0
- package/emphasis/badge/_variables.badges.scss +160 -0
- package/emphasis/label/_labels.clarity.scss +179 -0
- package/emphasis/label/_mixins.label.scss +77 -0
- package/emphasis/label/_properties.label.scss +105 -0
- package/emphasis/label/_variables.label.scss +181 -0
- package/fesm2022/hermes-ui-angular-accordion.mjs +355 -0
- package/fesm2022/hermes-ui-angular-accordion.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-a11y.mjs +544 -0
- package/fesm2022/hermes-ui-angular-addons-a11y.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-card-container.mjs +1082 -0
- package/fesm2022/hermes-ui-angular-addons-card-container.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-certificate-viewer.mjs +2520 -0
- package/fesm2022/hermes-ui-angular-addons-certificate-viewer.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-datagrid-filters.mjs +2818 -0
- package/fesm2022/hermes-ui-angular-addons-datagrid-filters.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-datagrid.mjs +3131 -0
- package/fesm2022/hermes-ui-angular-addons-datagrid.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-dialog.mjs +386 -0
- package/fesm2022/hermes-ui-angular-addons-dialog.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-drag-and-drop.mjs +78 -0
- package/fesm2022/hermes-ui-angular-addons-drag-and-drop.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-menu.mjs +559 -0
- package/fesm2022/hermes-ui-angular-addons-menu.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-property-view.mjs +1142 -0
- package/fesm2022/hermes-ui-angular-addons-property-view.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-stepper.mjs +716 -0
- package/fesm2022/hermes-ui-angular-addons-stepper.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-tabs.mjs +539 -0
- package/fesm2022/hermes-ui-angular-addons-tabs.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-testing.mjs +2010 -0
- package/fesm2022/hermes-ui-angular-addons-testing.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-theme-builder.mjs +922 -0
- package/fesm2022/hermes-ui-angular-addons-theme-builder.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-translate.mjs +295 -0
- package/fesm2022/hermes-ui-angular-addons-translate.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-var.mjs +2028 -0
- package/fesm2022/hermes-ui-angular-addons-var.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-wizard.mjs +610 -0
- package/fesm2022/hermes-ui-angular-addons-wizard.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-workflow-strings.mjs +121 -0
- package/fesm2022/hermes-ui-angular-addons-workflow-strings.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-addons-workflow.mjs +88 -0
- package/fesm2022/hermes-ui-angular-addons-workflow.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-button.mjs +719 -0
- package/fesm2022/hermes-ui-angular-button.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-collapsible-panel.mjs +201 -0
- package/fesm2022/hermes-ui-angular-collapsible-panel.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-data-datagrid.mjs +8045 -0
- package/fesm2022/hermes-ui-angular-data-datagrid.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-data-stack-view.mjs +442 -0
- package/fesm2022/hermes-ui-angular-data-stack-view.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-data-tree-view.mjs +1106 -0
- package/fesm2022/hermes-ui-angular-data-tree-view.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-data.mjs +40 -0
- package/fesm2022/hermes-ui-angular-data.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-emphasis-alert.mjs +624 -0
- package/fesm2022/hermes-ui-angular-emphasis-alert.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-emphasis-badge.mjs +69 -0
- package/fesm2022/hermes-ui-angular-emphasis-badge.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-emphasis-common.mjs +25 -0
- package/fesm2022/hermes-ui-angular-emphasis-common.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-emphasis-label.mjs +105 -0
- package/fesm2022/hermes-ui-angular-emphasis-label.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-emphasis.mjs +41 -0
- package/fesm2022/hermes-ui-angular-emphasis.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-forms-checkbox.mjs +279 -0
- package/fesm2022/hermes-ui-angular-forms-checkbox.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-forms-combobox.mjs +1775 -0
- package/fesm2022/hermes-ui-angular-forms-combobox.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-forms-common.mjs +1251 -0
- package/fesm2022/hermes-ui-angular-forms-common.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-forms-datalist.mjs +263 -0
- package/fesm2022/hermes-ui-angular-forms-datalist.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-forms-datepicker.mjs +3274 -0
- package/fesm2022/hermes-ui-angular-forms-datepicker.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-forms-file-input.mjs +826 -0
- package/fesm2022/hermes-ui-angular-forms-file-input.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-forms-input.mjs +153 -0
- package/fesm2022/hermes-ui-angular-forms-input.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-forms-native-select.mjs +153 -0
- package/fesm2022/hermes-ui-angular-forms-native-select.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-forms-number-input.mjs +236 -0
- package/fesm2022/hermes-ui-angular-forms-number-input.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-forms-password.mjs +233 -0
- package/fesm2022/hermes-ui-angular-forms-password.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-forms-radio.mjs +224 -0
- package/fesm2022/hermes-ui-angular-forms-radio.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-forms-range.mjs +186 -0
- package/fesm2022/hermes-ui-angular-forms-range.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-forms-select.mjs +606 -0
- package/fesm2022/hermes-ui-angular-forms-select.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-forms-textarea.mjs +136 -0
- package/fesm2022/hermes-ui-angular-forms-textarea.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-forms.mjs +105 -0
- package/fesm2022/hermes-ui-angular-forms.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-icon.mjs +7413 -0
- package/fesm2022/hermes-ui-angular-icon.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-layout-breadcrumbs.mjs +120 -0
- package/fesm2022/hermes-ui-angular-layout-breadcrumbs.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-layout-main-container.mjs +100 -0
- package/fesm2022/hermes-ui-angular-layout-main-container.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-layout-nav.mjs +582 -0
- package/fesm2022/hermes-ui-angular-layout-nav.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-layout-tabs.mjs +807 -0
- package/fesm2022/hermes-ui-angular-layout-tabs.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-layout-vertical-nav.mjs +507 -0
- package/fesm2022/hermes-ui-angular-layout-vertical-nav.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-layout.mjs +44 -0
- package/fesm2022/hermes-ui-angular-layout.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-modal.mjs +619 -0
- package/fesm2022/hermes-ui-angular-modal.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-popover-common.mjs +1371 -0
- package/fesm2022/hermes-ui-angular-popover-common.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-popover-dropdown.mjs +492 -0
- package/fesm2022/hermes-ui-angular-popover-dropdown.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-popover-signpost.mjs +494 -0
- package/fesm2022/hermes-ui-angular-popover-signpost.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-popover-tooltip.mjs +293 -0
- package/fesm2022/hermes-ui-angular-popover-tooltip.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-popover.mjs +41 -0
- package/fesm2022/hermes-ui-angular-popover.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-progress-progress-bars.mjs +217 -0
- package/fesm2022/hermes-ui-angular-progress-progress-bars.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-progress-spinner.mjs +132 -0
- package/fesm2022/hermes-ui-angular-progress-spinner.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-stepper.mjs +694 -0
- package/fesm2022/hermes-ui-angular-stepper.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-timeline.mjs +316 -0
- package/fesm2022/hermes-ui-angular-timeline.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-toast.mjs +373 -0
- package/fesm2022/hermes-ui-angular-toast.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-utils-conditional.mjs +351 -0
- package/fesm2022/hermes-ui-angular-utils-conditional.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-utils-loading.mjs +107 -0
- package/fesm2022/hermes-ui-angular-utils-loading.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-utils.mjs +2086 -0
- package/fesm2022/hermes-ui-angular-utils.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular-wizard.mjs +3074 -0
- package/fesm2022/hermes-ui-angular-wizard.mjs.map +1 -0
- package/fesm2022/hermes-ui-angular.mjs +130 -0
- package/fesm2022/hermes-ui-angular.mjs.map +1 -0
- package/forms/combobox/_combobox.clarity.scss +330 -0
- package/forms/combobox/_properties.combobox.scss +46 -0
- package/forms/combobox/_variables.combobox.scss +32 -0
- package/forms/datepicker/_datepicker.clarity.scss +259 -0
- package/forms/datepicker/_mixins.datepicker.scss +89 -0
- package/forms/datepicker/_properties.datepicker.scss +46 -0
- package/forms/datepicker/_variables.datepicker.scss +74 -0
- package/forms/styles/_checkbox.clarity.scss +193 -0
- package/forms/styles/_containers.clarity.scss +230 -0
- package/forms/styles/_datalist.clarity.scss +47 -0
- package/forms/styles/_file-input.clarity.scss +134 -0
- package/forms/styles/_file.clarity.scss +52 -0
- package/forms/styles/_form.clarity.scss +87 -0
- package/forms/styles/_input-group.clarity.scss +126 -0
- package/forms/styles/_input.clarity.scss +83 -0
- package/forms/styles/_mixins.forms.scss +193 -0
- package/forms/styles/_native-select.clarity.scss +178 -0
- package/forms/styles/_number-input.clarity.scss +58 -0
- package/forms/styles/_password.clarity.scss +26 -0
- package/forms/styles/_properties.forms.scss +180 -0
- package/forms/styles/_radio.clarity.scss +120 -0
- package/forms/styles/_range.clarity.scss +124 -0
- package/forms/styles/_select.clarity.scss +158 -0
- package/forms/styles/_textarea.clarity.scss +71 -0
- package/forms/styles/_toggles.clarity.scss +209 -0
- package/forms/styles/_variables.forms.scss +156 -0
- package/hermes-ui.scss +7 -0
- package/icon/icon.component.scss +247 -0
- package/image/_icons.clarity.scss +101 -0
- package/image/_images.clarity.scss +42 -0
- package/image/_mixins.images.scss +11 -0
- package/layout/_card.clarity.scss +318 -0
- package/layout/_login.clarity.scss +240 -0
- package/layout/_properties.card.scss +39 -0
- package/layout/_properties.login.scss +32 -0
- package/layout/_variables.card.scss +24 -0
- package/layout/_variables.login.scss +22 -0
- package/layout/breadcrumbs/_breadcrumbs.clarity.scss +60 -0
- package/layout/breadcrumbs/_properties.breadcrumbs.scss +18 -0
- package/layout/breadcrumbs/_variables.breadcrumbs.scss +11 -0
- package/layout/grid/_grid.scss +23 -0
- package/layout/grid/grid/_grid.scss +39 -0
- package/layout/grid/mixins/_breakpoint.scss +83 -0
- package/layout/grid/mixins/_clearfix.scss +13 -0
- package/layout/grid/mixins/_grid-framework.scss +91 -0
- package/layout/grid/mixins/_grid.scss +39 -0
- package/layout/grid/utilities/_align.scss +30 -0
- package/layout/grid/utilities/_clearfix.scss +12 -0
- package/layout/grid/utilities/_display.scss +18 -0
- package/layout/grid/utilities/_flex.scss +222 -0
- package/layout/grid/utilities/_float.scss +26 -0
- package/layout/grid/utilities/_visibility.scss +60 -0
- package/layout/main-container/_layout.clarity.scss +87 -0
- package/layout/main-container/_properties.header.scss +55 -0
- package/layout/main-container/_variables.header.scss +32 -0
- package/layout/nav/_header.clarity.scss +40 -0
- package/layout/nav/_links.clarity.scss +84 -0
- package/layout/nav/_mixins.header.scss +332 -0
- package/layout/nav/_mixins.responsive-nav.scss +75 -0
- package/layout/nav/_nav.clarity.scss +100 -0
- package/layout/nav/_properties.nav.scss +27 -0
- package/layout/nav/_properties.responsive-nav.scss +23 -0
- package/layout/nav/_properties.subnav.scss +19 -0
- package/layout/nav/_responsive-nav.clarity.scss +490 -0
- package/layout/nav/_subnav.clarity.scss +48 -0
- package/layout/nav/_variables.nav.scss +13 -0
- package/layout/nav/_variables.responsive-nav.scss +28 -0
- package/layout/nav/_variables.subnav.scss +21 -0
- package/layout/tabs/_mixins.tabs.scss +41 -0
- package/layout/tabs/_properties.tabs.scss +25 -0
- package/layout/tabs/_tabs.clarity.scss +110 -0
- package/layout/tabs/_variables.tabs.scss +17 -0
- package/layout/vertical-nav/_mixins.vertical-nav.scss +52 -0
- package/layout/vertical-nav/_properties.vertical-nav.scss +73 -0
- package/layout/vertical-nav/_variables.vertical-nav.scss +52 -0
- package/layout/vertical-nav/_vertical-nav.clarity.scss +469 -0
- package/main.scss +14 -0
- package/modal/_modal.clarity.scss +379 -0
- package/modal/_properties.modal.scss +57 -0
- package/modal/_variables.modal.scss +41 -0
- package/package.json +325 -0
- package/popover/common/README.md +112 -0
- package/popover/common/_popover.clarity.scss +28 -0
- package/popover/dropdown/_dropdown.clarity.scss +326 -0
- package/popover/dropdown/_menu-mixins.clarity.scss +132 -0
- package/popover/dropdown/_properties.dropdown.scss +50 -0
- package/popover/dropdown/_variables.dropdown.scss +36 -0
- package/popover/signpost/_properties.signpost.scss +34 -0
- package/popover/signpost/_signposts.clarity.scss +414 -0
- package/popover/signpost/_variables.signpost.scss +21 -0
- package/popover/tooltip/_mixins.tooltip.scss +186 -0
- package/popover/tooltip/_properties.tooltip.scss +28 -0
- package/popover/tooltip/_tooltips.clarity.scss +122 -0
- package/popover/tooltip/_variables.tooltip.scss +20 -0
- package/progress/progress-bars/_progress-bars.clarity.scss +616 -0
- package/progress/progress-bars/_properties.progress-bars.scss +24 -0
- package/progress/progress-bars/_variables.progress-bars.scss +15 -0
- package/progress/progress-bars/utils/_mixins.clarity.scss +18 -0
- package/progress/spinner/_mixins.spinner.scss +30 -0
- package/progress/spinner/_properties.spinner.scss +37 -0
- package/progress/spinner/_spinner.clarity.scss +148 -0
- package/progress/spinner/_variables.spinner.scss +25 -0
- package/schematics/collection.json +14 -0
- package/stepper/_properties.stepper.scss +29 -0
- package/stepper/_stepper.clarity.scss +184 -0
- package/stepper/_variables.stepper.scss +13 -0
- package/styles/_a11y.scss +14 -0
- package/styles/_close.clarity.scss +60 -0
- package/styles/_components.clarity.scss +189 -0
- package/styles/_mixins.scss +460 -0
- package/styles/_normalize.scss +292 -0
- package/styles/_reboot.clarity.scss +374 -0
- package/styles/_variables.clarity.scss +139 -0
- package/styles/core/base/base.element.scss +97 -0
- package/styles/core/global.scss +12 -0
- package/styles/core/layout/_alignments.scss +18 -0
- package/styles/core/layout/_container.scss +29 -0
- package/styles/core/layout/_display.scss +58 -0
- package/styles/core/layout/_optimize.scss +60 -0
- package/styles/core/layout/_shadow-dom.scss +47 -0
- package/styles/core/layout/_spacing.scss +31 -0
- package/styles/core/layout/_type-grid.scss +66 -0
- package/styles/core/layout/_type-horizontal.scss +33 -0
- package/styles/core/layout/_type-vertical.scss +26 -0
- package/styles/core/layout/mixins/_mixins.alignment.scss +35 -0
- package/styles/core/layout/mixins/_mixins.display.scss +23 -0
- package/styles/core/layout/mixins/_mixins.grid.scss +105 -0
- package/styles/core/layout/mixins/_mixins.scss +106 -0
- package/styles/core/layout/mixins/_mixins.shadow-dom.scss +106 -0
- package/styles/core/layout/mixins/_mixins.type-horizontal.scss +113 -0
- package/styles/core/layout/mixins/_mixins.type-vertical.scss +108 -0
- package/styles/core/module.layout.scss +22 -0
- package/styles/core/module.reset.scss +48 -0
- package/styles/core/module.typography.scss +9 -0
- package/styles/core/theme.dark.scss +298 -0
- package/styles/core/theme.high-contrast.scss +42 -0
- package/styles/core/theme.low-motion.scss +20 -0
- package/styles/core/tokens/_alias-interaction.scss +74 -0
- package/styles/core/tokens/_alias-object-background.scss +29 -0
- package/styles/core/tokens/_alias-object-border.scss +21 -0
- package/styles/core/tokens/_alias-object-container.scss +20 -0
- package/styles/core/tokens/_alias-object-opacity.scss +15 -0
- package/styles/core/tokens/_alias-object-shadow.scss +17 -0
- package/styles/core/tokens/_alias-primary.scss +21 -0
- package/styles/core/tokens/_alias-status.scss +40 -0
- package/styles/core/tokens/_alias-typography.scss +107 -0
- package/styles/core/tokens/_alias-utility.scss +42 -0
- package/styles/core/tokens/_alias-viz-colors.scss +170 -0
- package/styles/core/tokens/_global-animation.scss +32 -0
- package/styles/core/tokens/_global-colors.scss +249 -0
- package/styles/core/tokens/_global-space.scss +52 -0
- package/styles/core/tokens/_internal-scale.scss +14 -0
- package/styles/core/tokens/_properties.tokens.scss +22 -0
- package/styles/core/tokens/_variables.tokens.scss +787 -0
- package/styles/core/typography/_legacy-typography.scss +328 -0
- package/styles/core/typography/_mixins.typography.scss +18 -0
- package/styles/core/typography/_typography.scss +328 -0
- package/styles/variables/_properties.density.scss +225 -0
- package/styles/variables/_properties.global.scss +51 -0
- package/styles/variables/_properties.layout.scss +21 -0
- package/styles/variables/_properties.scss +11 -0
- package/styles/variables/_properties.typography.scss +164 -0
- package/styles/variables/_variables.density.scss +116 -0
- package/styles/variables/_variables.global.scss +87 -0
- package/styles/variables/_variables.layout.scss +37 -0
- package/styles/variables/_variables.scss +11 -0
- package/styles/variables/_variables.typography.scss +156 -0
- package/timeline/_properties.timeline.scss +38 -0
- package/timeline/_timeline.clarity.scss +172 -0
- package/timeline/_variables.timeline.scss +29 -0
- package/toast/README.md +65 -0
- package/toast/_properties.toast.scss +56 -0
- package/toast/_toast.clarity.scss +190 -0
- package/toast/_variables.toast.scss +33 -0
- package/types/hermes-ui-angular-accordion.d.ts +101 -0
- package/types/hermes-ui-angular-accordion.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-a11y.d.ts +187 -0
- package/types/hermes-ui-angular-addons-a11y.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-card-container.d.ts +482 -0
- package/types/hermes-ui-angular-addons-card-container.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-certificate-viewer.d.ts +404 -0
- package/types/hermes-ui-angular-addons-certificate-viewer.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-datagrid-filters.d.ts +911 -0
- package/types/hermes-ui-angular-addons-datagrid-filters.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-datagrid.d.ts +1529 -0
- package/types/hermes-ui-angular-addons-datagrid.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-dialog.d.ts +233 -0
- package/types/hermes-ui-angular-addons-dialog.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-drag-and-drop.d.ts +35 -0
- package/types/hermes-ui-angular-addons-drag-and-drop.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-menu.d.ts +197 -0
- package/types/hermes-ui-angular-addons-menu.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-property-view.d.ts +387 -0
- package/types/hermes-ui-angular-addons-property-view.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-stepper.d.ts +298 -0
- package/types/hermes-ui-angular-addons-stepper.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-tabs.d.ts +173 -0
- package/types/hermes-ui-angular-addons-tabs.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-testing.d.ts +592 -0
- package/types/hermes-ui-angular-addons-testing.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-theme-builder.d.ts +200 -0
- package/types/hermes-ui-angular-addons-theme-builder.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-translate.d.ts +149 -0
- package/types/hermes-ui-angular-addons-translate.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-var.d.ts +923 -0
- package/types/hermes-ui-angular-addons-var.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-wizard.d.ts +241 -0
- package/types/hermes-ui-angular-addons-wizard.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-workflow-strings.d.ts +124 -0
- package/types/hermes-ui-angular-addons-workflow-strings.d.ts.map +1 -0
- package/types/hermes-ui-angular-addons-workflow.d.ts +15 -0
- package/types/hermes-ui-angular-addons-workflow.d.ts.map +1 -0
- package/types/hermes-ui-angular-button.d.ts +170 -0
- package/types/hermes-ui-angular-button.d.ts.map +1 -0
- package/types/hermes-ui-angular-collapsible-panel.d.ts +74 -0
- package/types/hermes-ui-angular-collapsible-panel.d.ts.map +1 -0
- package/types/hermes-ui-angular-data-datagrid.d.ts +1938 -0
- package/types/hermes-ui-angular-data-datagrid.d.ts.map +1 -0
- package/types/hermes-ui-angular-data-stack-view.d.ts +88 -0
- package/types/hermes-ui-angular-data-stack-view.d.ts.map +1 -0
- package/types/hermes-ui-angular-data-tree-view.d.ts +230 -0
- package/types/hermes-ui-angular-data-tree-view.d.ts.map +1 -0
- package/types/hermes-ui-angular-data.d.ts +16 -0
- package/types/hermes-ui-angular-data.d.ts.map +1 -0
- package/types/hermes-ui-angular-emphasis-alert.d.ts +176 -0
- package/types/hermes-ui-angular-emphasis-alert.d.ts.map +1 -0
- package/types/hermes-ui-angular-emphasis-badge.d.ts +26 -0
- package/types/hermes-ui-angular-emphasis-badge.d.ts.map +1 -0
- package/types/hermes-ui-angular-emphasis-common.d.ts +7 -0
- package/types/hermes-ui-angular-emphasis-common.d.ts.map +1 -0
- package/types/hermes-ui-angular-emphasis-label.d.ts +30 -0
- package/types/hermes-ui-angular-emphasis-label.d.ts.map +1 -0
- package/types/hermes-ui-angular-emphasis.d.ts +16 -0
- package/types/hermes-ui-angular-emphasis.d.ts.map +1 -0
- package/types/hermes-ui-angular-forms-checkbox.d.ts +73 -0
- package/types/hermes-ui-angular-forms-checkbox.d.ts.map +1 -0
- package/types/hermes-ui-angular-forms-combobox.d.ts +354 -0
- package/types/hermes-ui-angular-forms-combobox.d.ts.map +1 -0
- package/types/hermes-ui-angular-forms-common.d.ts +340 -0
- package/types/hermes-ui-angular-forms-common.d.ts.map +1 -0
- package/types/hermes-ui-angular-forms-datalist.d.ts +60 -0
- package/types/hermes-ui-angular-forms-datalist.d.ts.map +1 -0
- package/types/hermes-ui-angular-forms-datepicker.d.ts +987 -0
- package/types/hermes-ui-angular-forms-datepicker.d.ts.map +1 -0
- package/types/hermes-ui-angular-forms-file-input.d.ts +194 -0
- package/types/hermes-ui-angular-forms-file-input.d.ts.map +1 -0
- package/types/hermes-ui-angular-forms-input.d.ts +30 -0
- package/types/hermes-ui-angular-forms-input.d.ts.map +1 -0
- package/types/hermes-ui-angular-forms-native-select.d.ts +37 -0
- package/types/hermes-ui-angular-forms-native-select.d.ts.map +1 -0
- package/types/hermes-ui-angular-forms-number-input.d.ts +44 -0
- package/types/hermes-ui-angular-forms-number-input.d.ts.map +1 -0
- package/types/hermes-ui-angular-forms-password.d.ts +53 -0
- package/types/hermes-ui-angular-forms-password.d.ts.map +1 -0
- package/types/hermes-ui-angular-forms-radio.d.ts +50 -0
- package/types/hermes-ui-angular-forms-radio.d.ts.map +1 -0
- package/types/hermes-ui-angular-forms-range.d.ts +38 -0
- package/types/hermes-ui-angular-forms-range.d.ts.map +1 -0
- package/types/hermes-ui-angular-forms-select.d.ts +211 -0
- package/types/hermes-ui-angular-forms-select.d.ts.map +1 -0
- package/types/hermes-ui-angular-forms-textarea.d.ts +30 -0
- package/types/hermes-ui-angular-forms-textarea.d.ts.map +1 -0
- package/types/hermes-ui-angular-forms.d.ts +39 -0
- package/types/hermes-ui-angular-forms.d.ts.map +1 -0
- package/types/hermes-ui-angular-icon.d.ts +1504 -0
- package/types/hermes-ui-angular-icon.d.ts.map +1 -0
- package/types/hermes-ui-angular-layout-breadcrumbs.d.ts +46 -0
- package/types/hermes-ui-angular-layout-breadcrumbs.d.ts.map +1 -0
- package/types/hermes-ui-angular-layout-main-container.d.ts +29 -0
- package/types/hermes-ui-angular-layout-main-container.d.ts.map +1 -0
- package/types/hermes-ui-angular-layout-nav.d.ts +143 -0
- package/types/hermes-ui-angular-layout-nav.d.ts.map +1 -0
- package/types/hermes-ui-angular-layout-tabs.d.ts +159 -0
- package/types/hermes-ui-angular-layout-tabs.d.ts.map +1 -0
- package/types/hermes-ui-angular-layout-vertical-nav.d.ts +129 -0
- package/types/hermes-ui-angular-layout-vertical-nav.d.ts.map +1 -0
- package/types/hermes-ui-angular-layout.d.ts +20 -0
- package/types/hermes-ui-angular-layout.d.ts.map +1 -0
- package/types/hermes-ui-angular-modal.d.ts +161 -0
- package/types/hermes-ui-angular-modal.d.ts.map +1 -0
- package/types/hermes-ui-angular-popover-common.d.ts +317 -0
- package/types/hermes-ui-angular-popover-common.d.ts.map +1 -0
- package/types/hermes-ui-angular-popover-dropdown.d.ts +124 -0
- package/types/hermes-ui-angular-popover-dropdown.d.ts.map +1 -0
- package/types/hermes-ui-angular-popover-signpost.d.ts +158 -0
- package/types/hermes-ui-angular-popover-signpost.d.ts.map +1 -0
- package/types/hermes-ui-angular-popover-tooltip.d.ts +84 -0
- package/types/hermes-ui-angular-popover-tooltip.d.ts.map +1 -0
- package/types/hermes-ui-angular-popover.d.ts +17 -0
- package/types/hermes-ui-angular-popover.d.ts.map +1 -0
- package/types/hermes-ui-angular-progress-progress-bars.d.ts +58 -0
- package/types/hermes-ui-angular-progress-progress-bars.d.ts.map +1 -0
- package/types/hermes-ui-angular-progress-spinner.d.ts +45 -0
- package/types/hermes-ui-angular-progress-spinner.d.ts.map +1 -0
- package/types/hermes-ui-angular-stepper.d.ts +180 -0
- package/types/hermes-ui-angular-stepper.d.ts.map +1 -0
- package/types/hermes-ui-angular-timeline.d.ts +87 -0
- package/types/hermes-ui-angular-timeline.d.ts.map +1 -0
- package/types/hermes-ui-angular-toast.d.ts +131 -0
- package/types/hermes-ui-angular-toast.d.ts.map +1 -0
- package/types/hermes-ui-angular-utils-conditional.d.ts +133 -0
- package/types/hermes-ui-angular-utils-conditional.d.ts.map +1 -0
- package/types/hermes-ui-angular-utils-loading.d.ts +39 -0
- package/types/hermes-ui-angular-utils-loading.d.ts.map +1 -0
- package/types/hermes-ui-angular-utils.d.ts +914 -0
- package/types/hermes-ui-angular-utils.d.ts.map +1 -0
- package/types/hermes-ui-angular-wizard.d.ts +1509 -0
- package/types/hermes-ui-angular-wizard.d.ts.map +1 -0
- package/types/hermes-ui-angular.d.ts +44 -0
- package/types/hermes-ui-angular.d.ts.map +1 -0
- package/typography/_code.scss +36 -0
- package/typography/_font-metropolis.scss +45 -0
- package/typography/_lists.scss +81 -0
- package/typography/_typography.scss +322 -0
- package/utils/animations/_animations.clarity.scss +44 -0
- package/utils/animations/_mixins.animations.scss +33 -0
- package/wizard/_properties.wizard.scss +54 -0
- package/wizard/_variables.wizard.scss +59 -0
- package/wizard/_wizard.clarity.scss +692 -0
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Injectable, Component, HostListener, Directive, Input, Optional, Inject, NgModule } from '@angular/core';
|
|
3
|
+
import * as i1 from '@hermes-ui/angular/popover/common';
|
|
4
|
+
import { HermesPopoverHostDirective, HermesPopoverPosition, HermesPopoverType, TOOLTIP_POSITIONS, POPOVER_HOST_ORIGIN, HermesPopoverContent, HermesIfOpen, HermesPopoverModuleNext } from '@hermes-ui/angular/popover/common';
|
|
5
|
+
import { Subject } from 'rxjs';
|
|
6
|
+
import { uniqueIdFactory } from '@hermes-ui/angular/utils';
|
|
7
|
+
import { CommonModule } from '@angular/common';
|
|
8
|
+
import { HermesIcon } from '@hermes-ui/angular/icon';
|
|
9
|
+
|
|
10
|
+
/*
|
|
11
|
+
* Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
|
|
12
|
+
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
13
|
+
* This software is released under MIT license.
|
|
14
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
15
|
+
*/
|
|
16
|
+
class TooltipIdService {
|
|
17
|
+
constructor() {
|
|
18
|
+
this._id = new Subject();
|
|
19
|
+
}
|
|
20
|
+
get id() {
|
|
21
|
+
return this._id.asObservable();
|
|
22
|
+
}
|
|
23
|
+
updateId(id) {
|
|
24
|
+
this._id.next(id);
|
|
25
|
+
}
|
|
26
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: TooltipIdService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
27
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: TooltipIdService }); }
|
|
28
|
+
}
|
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: TooltipIdService, decorators: [{
|
|
30
|
+
type: Injectable
|
|
31
|
+
}] });
|
|
32
|
+
|
|
33
|
+
/*
|
|
34
|
+
* Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
|
|
35
|
+
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
36
|
+
* This software is released under MIT license.
|
|
37
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
38
|
+
*/
|
|
39
|
+
class TooltipMouseService {
|
|
40
|
+
constructor(popoverService) {
|
|
41
|
+
this.popoverService = popoverService;
|
|
42
|
+
this.mouseOutDelay = 100;
|
|
43
|
+
}
|
|
44
|
+
onMouseEnterTrigger() {
|
|
45
|
+
this.mouseOverTrigger = true;
|
|
46
|
+
this.popoverService.open = true;
|
|
47
|
+
}
|
|
48
|
+
onMouseLeaveTrigger() {
|
|
49
|
+
this.mouseOverTrigger = false;
|
|
50
|
+
this.hideIfMouseOut();
|
|
51
|
+
}
|
|
52
|
+
onMouseEnterContent() {
|
|
53
|
+
this.mouseOverContent = true;
|
|
54
|
+
}
|
|
55
|
+
onMouseLeaveContent() {
|
|
56
|
+
this.mouseOverContent = false;
|
|
57
|
+
this.hideIfMouseOut();
|
|
58
|
+
}
|
|
59
|
+
hideIfMouseOut() {
|
|
60
|
+
// A zero timeout is used so that the code has a chance to update
|
|
61
|
+
// the `mouseOverContent` property after the user moves the mouse from the trigger to the content.
|
|
62
|
+
setTimeout(() => {
|
|
63
|
+
if (!this.mouseOverTrigger && !this.mouseOverContent) {
|
|
64
|
+
this.popoverService.open = false;
|
|
65
|
+
}
|
|
66
|
+
}, this.mouseOutDelay);
|
|
67
|
+
}
|
|
68
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: TooltipMouseService, deps: [{ token: i1.HermesPopoverService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
69
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: TooltipMouseService }); }
|
|
70
|
+
}
|
|
71
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: TooltipMouseService, decorators: [{
|
|
72
|
+
type: Injectable
|
|
73
|
+
}], ctorParameters: () => [{ type: i1.HermesPopoverService }] });
|
|
74
|
+
|
|
75
|
+
/*
|
|
76
|
+
* Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
|
|
77
|
+
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
78
|
+
* This software is released under MIT license.
|
|
79
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
80
|
+
*/
|
|
81
|
+
class HermesTooltip {
|
|
82
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesTooltip, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
83
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: HermesTooltip, isStandalone: false, selector: "hermes-tooltip", host: { properties: { "class.hermes-tooltip-container": "true" } }, providers: [TooltipIdService, TooltipMouseService], hostDirectives: [{ directive: i1.HermesPopoverHostDirective }], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true }); }
|
|
84
|
+
}
|
|
85
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesTooltip, decorators: [{
|
|
86
|
+
type: Component,
|
|
87
|
+
args: [{
|
|
88
|
+
selector: 'hermes-tooltip',
|
|
89
|
+
template: `<ng-content></ng-content>`,
|
|
90
|
+
host: {
|
|
91
|
+
'[class.hermes-tooltip-container]': 'true',
|
|
92
|
+
},
|
|
93
|
+
providers: [TooltipIdService, TooltipMouseService],
|
|
94
|
+
hostDirectives: [HermesPopoverHostDirective],
|
|
95
|
+
standalone: false,
|
|
96
|
+
}]
|
|
97
|
+
}] });
|
|
98
|
+
|
|
99
|
+
/*
|
|
100
|
+
* Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
|
|
101
|
+
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
102
|
+
* This software is released under MIT license.
|
|
103
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
104
|
+
*/
|
|
105
|
+
class HermesTooltipTrigger {
|
|
106
|
+
constructor(popoverService, tooltipIdService, tooltipMouseService, element) {
|
|
107
|
+
this.popoverService = popoverService;
|
|
108
|
+
this.tooltipMouseService = tooltipMouseService;
|
|
109
|
+
this.subs = [];
|
|
110
|
+
// The aria-described by comes from the id of content. It
|
|
111
|
+
this.subs.push(tooltipIdService.id.subscribe(tooltipId => (this.ariaDescribedBy = tooltipId)));
|
|
112
|
+
popoverService.origin = element;
|
|
113
|
+
}
|
|
114
|
+
ngOnDestroy() {
|
|
115
|
+
this.subs.forEach(sub => sub.unsubscribe());
|
|
116
|
+
}
|
|
117
|
+
showTooltip() {
|
|
118
|
+
this.popoverService.open = true;
|
|
119
|
+
}
|
|
120
|
+
hideTooltip() {
|
|
121
|
+
this.popoverService.open = false;
|
|
122
|
+
}
|
|
123
|
+
onMouseEnter() {
|
|
124
|
+
this.tooltipMouseService.onMouseEnterTrigger();
|
|
125
|
+
}
|
|
126
|
+
onMouseLeave() {
|
|
127
|
+
this.tooltipMouseService.onMouseLeaveTrigger();
|
|
128
|
+
}
|
|
129
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesTooltipTrigger, deps: [{ token: i1.HermesPopoverService }, { token: TooltipIdService }, { token: TooltipMouseService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
130
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.22", type: HermesTooltipTrigger, isStandalone: false, selector: "[hermesTooltipTrigger]", host: { attributes: { "tabindex": "0" }, listeners: { "focus": "showTooltip()", "blur": "hideTooltip()", "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()" }, properties: { "class.tooltip-trigger": "true", "attr.aria-describedby": "ariaDescribedBy", "attr.role": "\"button\"" } }, ngImport: i0 }); }
|
|
131
|
+
}
|
|
132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesTooltipTrigger, decorators: [{
|
|
133
|
+
type: Directive,
|
|
134
|
+
args: [{
|
|
135
|
+
selector: '[hermesTooltipTrigger]',
|
|
136
|
+
host: {
|
|
137
|
+
tabindex: '0',
|
|
138
|
+
'[class.tooltip-trigger]': 'true',
|
|
139
|
+
'[attr.aria-describedby]': 'ariaDescribedBy',
|
|
140
|
+
'[attr.role]': '"button"',
|
|
141
|
+
},
|
|
142
|
+
standalone: false,
|
|
143
|
+
}]
|
|
144
|
+
}], ctorParameters: () => [{ type: i1.HermesPopoverService }, { type: TooltipIdService }, { type: TooltipMouseService }, { type: i0.ElementRef }], propDecorators: { showTooltip: [{
|
|
145
|
+
type: HostListener,
|
|
146
|
+
args: ['focus']
|
|
147
|
+
}], hideTooltip: [{
|
|
148
|
+
type: HostListener,
|
|
149
|
+
args: ['blur']
|
|
150
|
+
}], onMouseEnter: [{
|
|
151
|
+
type: HostListener,
|
|
152
|
+
args: ['mouseenter']
|
|
153
|
+
}], onMouseLeave: [{
|
|
154
|
+
type: HostListener,
|
|
155
|
+
args: ['mouseleave']
|
|
156
|
+
}] } });
|
|
157
|
+
|
|
158
|
+
/*
|
|
159
|
+
* Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
|
|
160
|
+
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
161
|
+
* This software is released under MIT license.
|
|
162
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
163
|
+
*/
|
|
164
|
+
const SIZES = ['xs', 'sm', 'md', 'lg'];
|
|
165
|
+
const defaultPosition = HermesPopoverPosition.RIGHT;
|
|
166
|
+
const defaultSize = 'sm';
|
|
167
|
+
class HermesTooltipContent {
|
|
168
|
+
constructor(parentHost, tooltipIdService, el, renderer, popoverService, tooltipMouseService, popoverContent) {
|
|
169
|
+
this.tooltipIdService = tooltipIdService;
|
|
170
|
+
this.el = el;
|
|
171
|
+
this.renderer = renderer;
|
|
172
|
+
this.tooltipMouseService = tooltipMouseService;
|
|
173
|
+
this.popoverContent = popoverContent;
|
|
174
|
+
popoverService.panelClass.push('hermes-tooltip-container');
|
|
175
|
+
popoverContent.contentType = HermesPopoverType.TOOLTIP;
|
|
176
|
+
popoverContent.scrollToClose = true;
|
|
177
|
+
if (!parentHost) {
|
|
178
|
+
throw new Error('hermes-tooltip-content should only be used inside of a hermes-tooltip');
|
|
179
|
+
}
|
|
180
|
+
// Set the default id in case consumer does not supply a custom id.
|
|
181
|
+
this.id = uniqueIdFactory();
|
|
182
|
+
}
|
|
183
|
+
get id() {
|
|
184
|
+
return this._id;
|
|
185
|
+
}
|
|
186
|
+
set id(value) {
|
|
187
|
+
const id = value || '';
|
|
188
|
+
this._id = id;
|
|
189
|
+
this.tooltipIdService.updateId(id);
|
|
190
|
+
}
|
|
191
|
+
get position() {
|
|
192
|
+
return this._position;
|
|
193
|
+
}
|
|
194
|
+
set position(value) {
|
|
195
|
+
const posIndex = TOOLTIP_POSITIONS.indexOf(value);
|
|
196
|
+
this._position = value && posIndex > -1 ? TOOLTIP_POSITIONS[posIndex] : defaultPosition;
|
|
197
|
+
this.popoverContent.contentAt = this._position;
|
|
198
|
+
}
|
|
199
|
+
get size() {
|
|
200
|
+
return this._size;
|
|
201
|
+
}
|
|
202
|
+
set size(value) {
|
|
203
|
+
const oldSize = this._size;
|
|
204
|
+
const newSize = SIZES.includes(value) ? value : defaultSize;
|
|
205
|
+
this._size = newSize;
|
|
206
|
+
this.updateCssClass({ oldClass: `tooltip-${oldSize}`, newClass: `tooltip-${newSize}` });
|
|
207
|
+
}
|
|
208
|
+
ngOnInit() {
|
|
209
|
+
this.size = this.size || defaultSize;
|
|
210
|
+
this.position = this.position || defaultPosition;
|
|
211
|
+
}
|
|
212
|
+
onMouseEnter() {
|
|
213
|
+
this.tooltipMouseService.onMouseEnterContent();
|
|
214
|
+
}
|
|
215
|
+
onMouseLeave() {
|
|
216
|
+
this.tooltipMouseService.onMouseLeaveContent();
|
|
217
|
+
}
|
|
218
|
+
updateCssClass({ oldClass, newClass }) {
|
|
219
|
+
this.renderer.removeClass(this.el.nativeElement, oldClass);
|
|
220
|
+
this.renderer.addClass(this.el.nativeElement, newClass);
|
|
221
|
+
}
|
|
222
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesTooltipContent, deps: [{ token: POPOVER_HOST_ORIGIN, optional: true }, { token: TooltipIdService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.HermesPopoverService }, { token: TooltipMouseService }, { token: i1.HermesPopoverContent }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
223
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: HermesTooltipContent, isStandalone: false, selector: "hermes-tooltip-content", inputs: { id: "id", position: ["hermesPosition", "position"], size: ["hermesSize", "size"] }, host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()" }, properties: { "class.tooltip-content": "true", "style.opacity": "1", "attr.role": "\"tooltip\"", "id": "id" } }, hostDirectives: [{ directive: i1.HermesPopoverContent }], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true }); }
|
|
224
|
+
}
|
|
225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesTooltipContent, decorators: [{
|
|
226
|
+
type: Component,
|
|
227
|
+
args: [{
|
|
228
|
+
selector: 'hermes-tooltip-content',
|
|
229
|
+
template: `<ng-content></ng-content>`,
|
|
230
|
+
host: {
|
|
231
|
+
'[class.tooltip-content]': 'true',
|
|
232
|
+
'[style.opacity]': '1',
|
|
233
|
+
'[attr.role]': '"tooltip"',
|
|
234
|
+
'[id]': 'id',
|
|
235
|
+
},
|
|
236
|
+
standalone: false,
|
|
237
|
+
hostDirectives: [HermesPopoverContent],
|
|
238
|
+
}]
|
|
239
|
+
}], ctorParameters: () => [{ type: i0.ElementRef, decorators: [{
|
|
240
|
+
type: Optional
|
|
241
|
+
}, {
|
|
242
|
+
type: Inject,
|
|
243
|
+
args: [POPOVER_HOST_ORIGIN]
|
|
244
|
+
}] }, { type: TooltipIdService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.HermesPopoverService }, { type: TooltipMouseService }, { type: i1.HermesPopoverContent }], propDecorators: { id: [{
|
|
245
|
+
type: Input
|
|
246
|
+
}], position: [{
|
|
247
|
+
type: Input,
|
|
248
|
+
args: ['hermesPosition']
|
|
249
|
+
}], size: [{
|
|
250
|
+
type: Input,
|
|
251
|
+
args: ['hermesSize']
|
|
252
|
+
}], onMouseEnter: [{
|
|
253
|
+
type: HostListener,
|
|
254
|
+
args: ['mouseenter']
|
|
255
|
+
}], onMouseLeave: [{
|
|
256
|
+
type: HostListener,
|
|
257
|
+
args: ['mouseleave']
|
|
258
|
+
}] } });
|
|
259
|
+
|
|
260
|
+
/*
|
|
261
|
+
* Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
|
|
262
|
+
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
263
|
+
* This software is released under MIT license.
|
|
264
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
265
|
+
*/
|
|
266
|
+
const HERMES_TOOLTIP_DIRECTIVES = [HermesTooltip, HermesTooltipTrigger, HermesTooltipContent];
|
|
267
|
+
class HermesTooltipModule {
|
|
268
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
269
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.22", ngImport: i0, type: HermesTooltipModule, declarations: [HermesTooltip, HermesTooltipTrigger, HermesTooltipContent], imports: [CommonModule, HermesIcon, HermesPopoverModuleNext], exports: [HermesTooltip, HermesTooltipTrigger, HermesTooltipContent, HermesIfOpen, HermesIcon] }); }
|
|
270
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesTooltipModule, imports: [CommonModule, HermesIcon, HermesPopoverModuleNext] }); }
|
|
271
|
+
}
|
|
272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesTooltipModule, decorators: [{
|
|
273
|
+
type: NgModule,
|
|
274
|
+
args: [{
|
|
275
|
+
imports: [CommonModule, HermesIcon, HermesPopoverModuleNext],
|
|
276
|
+
declarations: [HERMES_TOOLTIP_DIRECTIVES],
|
|
277
|
+
exports: [HERMES_TOOLTIP_DIRECTIVES, HermesIfOpen, HermesIcon],
|
|
278
|
+
}]
|
|
279
|
+
}] });
|
|
280
|
+
|
|
281
|
+
/*
|
|
282
|
+
* Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
|
|
283
|
+
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
284
|
+
* This software is released under MIT license.
|
|
285
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
286
|
+
*/
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* Generated bundle index. Do not edit.
|
|
290
|
+
*/
|
|
291
|
+
|
|
292
|
+
export { HERMES_TOOLTIP_DIRECTIVES, HermesTooltip, HermesTooltipContent, HermesTooltipModule, HermesTooltipTrigger };
|
|
293
|
+
//# sourceMappingURL=hermes-ui-angular-popover-tooltip.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hermes-ui-angular-popover-tooltip.mjs","sources":["../../../popover/tooltip/providers/tooltip-id.service.ts","../../../popover/tooltip/providers/tooltip-mouse.service.ts","../../../popover/tooltip/tooltip.ts","../../../popover/tooltip/tooltip-trigger.ts","../../../popover/tooltip/tooltip-content.ts","../../../popover/tooltip/tooltip.module.ts","../../../popover/tooltip/index.ts","../../../popover/tooltip/hermes-ui-angular-popover-tooltip.ts"],"sourcesContent":["/*\r\n * Copyright (c) 2016-2026 Broadcom. All Rights Reserved.\r\n * The term \"Broadcom\" refers to Broadcom Inc. and/or its subsidiaries.\r\n * This software is released under MIT license.\r\n * The full license information can be found in LICENSE in the root directory of this project.\r\n */\r\n\r\nimport { Injectable } from '@angular/core';\r\nimport { Observable, Subject } from 'rxjs';\r\n\r\n@Injectable()\r\nexport class TooltipIdService {\r\n private _id = new Subject<string>();\r\n\r\n get id(): Observable<string> {\r\n return this._id.asObservable();\r\n }\r\n\r\n updateId(id: string) {\r\n this._id.next(id);\r\n }\r\n}\r\n","/*\n * Copyright (c) 2016-2026 Broadcom. All Rights Reserved.\n * The term \"Broadcom\" refers to Broadcom Inc. and/or its subsidiaries.\n * This software is released under MIT license.\n * The full license information can be found in LICENSE in the root directory of this project.\n */\n\nimport { Injectable } from '@angular/core';\nimport { HermesPopoverService } from '@hermes-ui/angular/popover/common';\n\n@Injectable()\nexport class TooltipMouseService {\n private mouseOutDelay = 100;\n private mouseOverTrigger: boolean;\n private mouseOverContent: boolean;\n\n constructor(private readonly popoverService: HermesPopoverService) {}\n\n onMouseEnterTrigger() {\n this.mouseOverTrigger = true;\n this.popoverService.open = true;\n }\n\n onMouseLeaveTrigger() {\n this.mouseOverTrigger = false;\n this.hideIfMouseOut();\n }\n\n onMouseEnterContent() {\n this.mouseOverContent = true;\n }\n\n onMouseLeaveContent() {\n this.mouseOverContent = false;\n this.hideIfMouseOut();\n }\n\n private hideIfMouseOut() {\n // A zero timeout is used so that the code has a chance to update\n // the `mouseOverContent` property after the user moves the mouse from the trigger to the content.\n setTimeout(() => {\n if (!this.mouseOverTrigger && !this.mouseOverContent) {\n this.popoverService.open = false;\n }\n }, this.mouseOutDelay);\n }\n}\n","/*\n * Copyright (c) 2016-2026 Broadcom. All Rights Reserved.\n * The term \"Broadcom\" refers to Broadcom Inc. and/or its subsidiaries.\n * This software is released under MIT license.\n * The full license information can be found in LICENSE in the root directory of this project.\n */\n\nimport { Component } from '@angular/core';\nimport { HermesPopoverHostDirective } from '@hermes-ui/angular/popover/common';\n\nimport { TooltipIdService } from './providers/tooltip-id.service';\nimport { TooltipMouseService } from './providers/tooltip-mouse.service';\n\n@Component({\n selector: 'hermes-tooltip',\n template: `<ng-content></ng-content>`,\n host: {\n '[class.hermes-tooltip-container]': 'true',\n },\n providers: [TooltipIdService, TooltipMouseService],\n hostDirectives: [HermesPopoverHostDirective],\n standalone: false,\n})\nexport class HermesTooltip {}\n","/*\n * Copyright (c) 2016-2026 Broadcom. All Rights Reserved.\n * The term \"Broadcom\" refers to Broadcom Inc. and/or its subsidiaries.\n * This software is released under MIT license.\n * The full license information can be found in LICENSE in the root directory of this project.\n */\n\nimport { Directive, ElementRef, HostListener } from '@angular/core';\nimport { HermesPopoverService } from '@hermes-ui/angular/popover/common';\nimport { Subscription } from 'rxjs';\n\nimport { TooltipIdService } from './providers/tooltip-id.service';\nimport { TooltipMouseService } from './providers/tooltip-mouse.service';\n\n@Directive({\n selector: '[hermesTooltipTrigger]',\n host: {\n tabindex: '0',\n '[class.tooltip-trigger]': 'true',\n '[attr.aria-describedby]': 'ariaDescribedBy',\n '[attr.role]': '\"button\"',\n },\n standalone: false,\n})\nexport class HermesTooltipTrigger {\n ariaDescribedBy: string;\n private subs: Subscription[] = [];\n\n constructor(\n private popoverService: HermesPopoverService,\n tooltipIdService: TooltipIdService,\n private tooltipMouseService: TooltipMouseService,\n element: ElementRef\n ) {\n // The aria-described by comes from the id of content. It\n this.subs.push(tooltipIdService.id.subscribe(tooltipId => (this.ariaDescribedBy = tooltipId)));\n popoverService.origin = element;\n }\n\n ngOnDestroy() {\n this.subs.forEach(sub => sub.unsubscribe());\n }\n\n @HostListener('focus')\n showTooltip(): void {\n this.popoverService.open = true;\n }\n\n @HostListener('blur')\n hideTooltip(): void {\n this.popoverService.open = false;\n }\n\n @HostListener('mouseenter')\n private onMouseEnter() {\n this.tooltipMouseService.onMouseEnterTrigger();\n }\n\n @HostListener('mouseleave')\n private onMouseLeave() {\n this.tooltipMouseService.onMouseLeaveTrigger();\n }\n}\n","/*\n * Copyright (c) 2016-2026 Broadcom. All Rights Reserved.\n * The term \"Broadcom\" refers to Broadcom Inc. and/or its subsidiaries.\n * This software is released under MIT license.\n * The full license information can be found in LICENSE in the root directory of this project.\n */\n\nimport { Component, ElementRef, HostListener, Inject, Input, OnInit, Optional, Renderer2 } from '@angular/core';\nimport {\n HermesPopoverContent,\n HermesPopoverPosition,\n HermesPopoverService,\n HermesPopoverType,\n POPOVER_HOST_ORIGIN,\n TOOLTIP_POSITIONS,\n} from '@hermes-ui/angular/popover/common';\nimport { uniqueIdFactory } from '@hermes-ui/angular/utils';\n\nimport { TooltipIdService } from './providers/tooltip-id.service';\nimport { TooltipMouseService } from './providers/tooltip-mouse.service';\n\nconst SIZES = ['xs', 'sm', 'md', 'lg'];\n\nconst defaultPosition = HermesPopoverPosition.RIGHT;\nconst defaultSize = 'sm';\n\n@Component({\n selector: 'hermes-tooltip-content',\n template: `<ng-content></ng-content>`,\n host: {\n '[class.tooltip-content]': 'true',\n '[style.opacity]': '1',\n '[attr.role]': '\"tooltip\"',\n '[id]': 'id',\n },\n standalone: false,\n hostDirectives: [HermesPopoverContent],\n})\nexport class HermesTooltipContent implements OnInit {\n private _id: string;\n private _position: HermesPopoverPosition;\n private _size: string;\n\n constructor(\n @Optional()\n @Inject(POPOVER_HOST_ORIGIN)\n parentHost: ElementRef<HTMLElement>,\n private tooltipIdService: TooltipIdService,\n public el: ElementRef,\n private renderer: Renderer2,\n popoverService: HermesPopoverService,\n private tooltipMouseService: TooltipMouseService,\n private popoverContent: HermesPopoverContent\n ) {\n popoverService.panelClass.push('hermes-tooltip-container');\n popoverContent.contentType = HermesPopoverType.TOOLTIP;\n\n popoverContent.scrollToClose = true;\n\n if (!parentHost) {\n throw new Error('hermes-tooltip-content should only be used inside of a hermes-tooltip');\n }\n\n // Set the default id in case consumer does not supply a custom id.\n this.id = uniqueIdFactory();\n }\n\n @Input()\n get id(): string {\n return this._id;\n }\n set id(value: string) {\n const id = value || '';\n\n this._id = id;\n this.tooltipIdService.updateId(id);\n }\n\n @Input('hermesPosition')\n get position() {\n return this._position;\n }\n set position(value: string | HermesPopoverPosition) {\n const posIndex = TOOLTIP_POSITIONS.indexOf(value as HermesPopoverPosition);\n\n this._position = value && posIndex > -1 ? TOOLTIP_POSITIONS[posIndex] : defaultPosition;\n\n this.popoverContent.contentAt = this._position;\n }\n\n @Input('hermesSize')\n get size() {\n return this._size;\n }\n set size(value: string) {\n const oldSize = this._size;\n const newSize = SIZES.includes(value) ? value : defaultSize;\n\n this._size = newSize;\n this.updateCssClass({ oldClass: `tooltip-${oldSize}`, newClass: `tooltip-${newSize}` });\n }\n\n ngOnInit() {\n this.size = this.size || defaultSize;\n this.position = this.position || defaultPosition;\n }\n\n @HostListener('mouseenter')\n private onMouseEnter() {\n this.tooltipMouseService.onMouseEnterContent();\n }\n\n @HostListener('mouseleave')\n private onMouseLeave() {\n this.tooltipMouseService.onMouseLeaveContent();\n }\n\n private updateCssClass({ oldClass, newClass }: { oldClass: string; newClass: string }) {\n this.renderer.removeClass(this.el.nativeElement, oldClass);\n this.renderer.addClass(this.el.nativeElement, newClass);\n }\n}\n","/*\n * Copyright (c) 2016-2026 Broadcom. All Rights Reserved.\n * The term \"Broadcom\" refers to Broadcom Inc. and/or its subsidiaries.\n * This software is released under MIT license.\n * The full license information can be found in LICENSE in the root directory of this project.\n */\n\nimport { CommonModule } from '@angular/common';\nimport { NgModule, Type } from '@angular/core';\nimport { HermesIcon } from '@hermes-ui/angular/icon';\nimport { HermesIfOpen, HermesPopoverModuleNext } from '@hermes-ui/angular/popover/common';\n\nimport { HermesTooltip } from './tooltip';\nimport { HermesTooltipContent } from './tooltip-content';\nimport { HermesTooltipTrigger } from './tooltip-trigger';\n\nexport const HERMES_TOOLTIP_DIRECTIVES: Type<any>[] = [HermesTooltip, HermesTooltipTrigger, HermesTooltipContent];\n\n@NgModule({\n imports: [CommonModule, HermesIcon, HermesPopoverModuleNext],\n declarations: [HERMES_TOOLTIP_DIRECTIVES],\n exports: [HERMES_TOOLTIP_DIRECTIVES, HermesIfOpen, HermesIcon],\n})\nexport class HermesTooltipModule {}\n","/*\r\n * Copyright (c) 2016-2026 Broadcom. All Rights Reserved.\r\n * The term \"Broadcom\" refers to Broadcom Inc. and/or its subsidiaries.\r\n * This software is released under MIT license.\r\n * The full license information can be found in LICENSE in the root directory of this project.\r\n */\r\n\r\nexport * from './tooltip';\r\nexport * from './tooltip-trigger';\r\nexport * from './tooltip-content';\r\nexport * from './tooltip.module';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i2.TooltipIdService","i3.TooltipMouseService","i1.TooltipIdService","i2"],"mappings":"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"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { HermesDropdownModule } from '@hermes-ui/angular/popover/dropdown';
|
|
2
|
+
export * from '@hermes-ui/angular/popover/dropdown';
|
|
3
|
+
export * from '@hermes-ui/angular/popover/common';
|
|
4
|
+
import * as i0 from '@angular/core';
|
|
5
|
+
import { NgModule } from '@angular/core';
|
|
6
|
+
import { HermesSignpostModule } from '@hermes-ui/angular/popover/signpost';
|
|
7
|
+
export * from '@hermes-ui/angular/popover/signpost';
|
|
8
|
+
import { HermesTooltipModule } from '@hermes-ui/angular/popover/tooltip';
|
|
9
|
+
export * from '@hermes-ui/angular/popover/tooltip';
|
|
10
|
+
|
|
11
|
+
/*
|
|
12
|
+
* Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
|
|
13
|
+
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
14
|
+
* This software is released under MIT license.
|
|
15
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
16
|
+
*/
|
|
17
|
+
class HermesPopoverModule {
|
|
18
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
19
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.22", ngImport: i0, type: HermesPopoverModule, exports: [HermesDropdownModule, HermesSignpostModule, HermesTooltipModule] }); }
|
|
20
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesPopoverModule, imports: [HermesDropdownModule, HermesSignpostModule, HermesTooltipModule] }); }
|
|
21
|
+
}
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesPopoverModule, decorators: [{
|
|
23
|
+
type: NgModule,
|
|
24
|
+
args: [{
|
|
25
|
+
exports: [HermesDropdownModule, HermesSignpostModule, HermesTooltipModule],
|
|
26
|
+
}]
|
|
27
|
+
}] });
|
|
28
|
+
|
|
29
|
+
/*
|
|
30
|
+
* Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
|
|
31
|
+
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
32
|
+
* This software is released under MIT license.
|
|
33
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
34
|
+
*/
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Generated bundle index. Do not edit.
|
|
38
|
+
*/
|
|
39
|
+
|
|
40
|
+
export { HermesPopoverModule };
|
|
41
|
+
//# sourceMappingURL=hermes-ui-angular-popover.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hermes-ui-angular-popover.mjs","sources":["../../../popover/popover.module.ts","../../../popover/index.ts","../../../popover/hermes-ui-angular-popover.ts"],"sourcesContent":["/*\n * Copyright (c) 2016-2026 Broadcom. All Rights Reserved.\n * The term \"Broadcom\" refers to Broadcom Inc. and/or its subsidiaries.\n * This software is released under MIT license.\n * The full license information can be found in LICENSE in the root directory of this project.\n */\n\nimport { NgModule } from '@angular/core';\nimport { HermesDropdownModule } from '@hermes-ui/angular/popover/dropdown';\nimport { HermesSignpostModule } from '@hermes-ui/angular/popover/signpost';\nimport { HermesTooltipModule } from '@hermes-ui/angular/popover/tooltip';\n\n@NgModule({\n exports: [HermesDropdownModule, HermesSignpostModule, HermesTooltipModule],\n})\nexport class HermesPopoverModule {}\n","/*\n * Copyright (c) 2016-2026 Broadcom. All Rights Reserved.\n * The term \"Broadcom\" refers to Broadcom Inc. and/or its subsidiaries.\n * This software is released under MIT license.\n * The full license information can be found in LICENSE in the root directory of this project.\n */\n\nexport * from '@hermes-ui/angular/popover/dropdown';\nexport * from '@hermes-ui/angular/popover/common';\nexport * from './popover.module';\nexport * from '@hermes-ui/angular/popover/signpost';\nexport * from '@hermes-ui/angular/popover/tooltip';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;AAAA;;;;;AAKG;MAUU,mBAAmB,CAAA;+GAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,EAAA,OAAA,EAAA,CAFpB,oBAAoB,EAAE,oBAAoB,EAAE,mBAAmB,CAAA,EAAA,CAAA,CAAA;AAE9D,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,EAAA,OAAA,EAAA,CAFpB,oBAAoB,EAAE,oBAAoB,EAAE,mBAAmB,CAAA,EAAA,CAAA,CAAA;;4FAE9D,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAH/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE,CAAC,oBAAoB,EAAE,oBAAoB,EAAE,mBAAmB,CAAC;AAC3E,iBAAA;;;ACdD;;;;;AAKG;;ACLH;;AAEG;;"}
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { HostBinding, Input, Component, NgModule } from '@angular/core';
|
|
4
|
+
import { isBooleanAttributeSet } from '@hermes-ui/angular/utils';
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
|
|
8
|
+
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
9
|
+
* This software is released under MIT license.
|
|
10
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
11
|
+
*/
|
|
12
|
+
class HermesProgressBar {
|
|
13
|
+
constructor() {
|
|
14
|
+
this.max = 100;
|
|
15
|
+
/*
|
|
16
|
+
* No need to convert to `number` cause we could have
|
|
17
|
+
* floating point and parseInt will round the numbers
|
|
18
|
+
*
|
|
19
|
+
* working with string won't have any side-effects,
|
|
20
|
+
* we don't do any math so string will do the job.
|
|
21
|
+
*/
|
|
22
|
+
this.value = 0;
|
|
23
|
+
this.externalId = '';
|
|
24
|
+
}
|
|
25
|
+
get id() {
|
|
26
|
+
return this._ID;
|
|
27
|
+
}
|
|
28
|
+
set id(value) {
|
|
29
|
+
this._ID = value;
|
|
30
|
+
this.externalId = null;
|
|
31
|
+
}
|
|
32
|
+
get progressClass() {
|
|
33
|
+
return true;
|
|
34
|
+
}
|
|
35
|
+
set hermesCompact(value) {
|
|
36
|
+
this._compact = isBooleanAttributeSet(value);
|
|
37
|
+
}
|
|
38
|
+
get compactClass() {
|
|
39
|
+
return this._compact;
|
|
40
|
+
}
|
|
41
|
+
set hermesLabeled(value) {
|
|
42
|
+
this._labeled = isBooleanAttributeSet(value);
|
|
43
|
+
}
|
|
44
|
+
get labeledClass() {
|
|
45
|
+
return this._labeled;
|
|
46
|
+
}
|
|
47
|
+
set hermesFade(value) {
|
|
48
|
+
this._fade = isBooleanAttributeSet(value);
|
|
49
|
+
}
|
|
50
|
+
get fadeClass() {
|
|
51
|
+
return this._fade;
|
|
52
|
+
}
|
|
53
|
+
set hermesLoop(value) {
|
|
54
|
+
this._loop = isBooleanAttributeSet(value);
|
|
55
|
+
}
|
|
56
|
+
get loopClass() {
|
|
57
|
+
return this._loop;
|
|
58
|
+
}
|
|
59
|
+
get warningClass() {
|
|
60
|
+
return this.color === 'warning';
|
|
61
|
+
}
|
|
62
|
+
get successClass() {
|
|
63
|
+
return this.color === 'success';
|
|
64
|
+
}
|
|
65
|
+
get dangerClass() {
|
|
66
|
+
return this.color === 'danger';
|
|
67
|
+
}
|
|
68
|
+
set hermesFlash(value) {
|
|
69
|
+
this._flash = isBooleanAttributeSet(value);
|
|
70
|
+
}
|
|
71
|
+
get flashClass() {
|
|
72
|
+
return this._flash;
|
|
73
|
+
}
|
|
74
|
+
/** @deprecated since 2.0, remove in 4.0 */
|
|
75
|
+
set hermesFlashDanger(value) {
|
|
76
|
+
this._flashDanger = isBooleanAttributeSet(value);
|
|
77
|
+
}
|
|
78
|
+
get flashDangerClass() {
|
|
79
|
+
return this._flashDanger;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Make sure that we always will have something that is readable
|
|
83
|
+
* for the screen reader
|
|
84
|
+
*/
|
|
85
|
+
get displayValue() {
|
|
86
|
+
if (this.displayval) {
|
|
87
|
+
return this.displayval;
|
|
88
|
+
}
|
|
89
|
+
return `${this.value || 0}%`;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Display optional text only when labeled is eneabled
|
|
93
|
+
*/
|
|
94
|
+
displayStringValue() {
|
|
95
|
+
return this._labeled;
|
|
96
|
+
}
|
|
97
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesProgressBar, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
98
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.22", type: HermesProgressBar, isStandalone: false, selector: "hermes-progress-bar", inputs: { max: ["hermesMax", "max"], displayval: ["hermesDisplayval", "displayval"], color: ["hermesColor", "color"], value: ["hermesValue", "value"], id: "id", hermesCompact: "hermesCompact", hermesLabeled: "hermesLabeled", hermesFade: "hermesFade", hermesLoop: "hermesLoop", hermesFlash: "hermesFlash", hermesFlashDanger: "hermesFlashDanger" }, host: { properties: { "attr.id": "this.externalId", "class.progress": "this.progressClass", "class.compact": "this.compactClass", "class.labeled": "this.labeledClass", "class.progress-fade": "this.fadeClass", "class.loop": "this.loopClass", "class.warning": "this.warningClass", "class.success": "this.successClass", "class.danger": "this.dangerClass", "class.flash": "this.flashClass", "class.flash-danger": "this.flashDangerClass" } }, ngImport: i0, template: `
|
|
99
|
+
<progress [id]="id" [attr.max]="max" [attr.value]="value" [attr.data-displayval]="displayValue"></progress>
|
|
100
|
+
@if (displayStringValue()) {
|
|
101
|
+
<span>{{ displayValue }}</span>
|
|
102
|
+
}
|
|
103
|
+
`, isInline: true }); }
|
|
104
|
+
}
|
|
105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesProgressBar, decorators: [{
|
|
106
|
+
type: Component,
|
|
107
|
+
args: [{
|
|
108
|
+
selector: 'hermes-progress-bar',
|
|
109
|
+
template: `
|
|
110
|
+
<progress [id]="id" [attr.max]="max" [attr.value]="value" [attr.data-displayval]="displayValue"></progress>
|
|
111
|
+
@if (displayStringValue()) {
|
|
112
|
+
<span>{{ displayValue }}</span>
|
|
113
|
+
}
|
|
114
|
+
`,
|
|
115
|
+
standalone: false,
|
|
116
|
+
}]
|
|
117
|
+
}], propDecorators: { max: [{
|
|
118
|
+
type: Input,
|
|
119
|
+
args: ['hermesMax']
|
|
120
|
+
}], displayval: [{
|
|
121
|
+
type: Input,
|
|
122
|
+
args: ['hermesDisplayval']
|
|
123
|
+
}], color: [{
|
|
124
|
+
type: Input,
|
|
125
|
+
args: ['hermesColor']
|
|
126
|
+
}], value: [{
|
|
127
|
+
type: Input,
|
|
128
|
+
args: ['hermesValue']
|
|
129
|
+
}], externalId: [{
|
|
130
|
+
type: HostBinding,
|
|
131
|
+
args: ['attr.id']
|
|
132
|
+
}], id: [{
|
|
133
|
+
type: Input
|
|
134
|
+
}], progressClass: [{
|
|
135
|
+
type: HostBinding,
|
|
136
|
+
args: ['class.progress']
|
|
137
|
+
}], hermesCompact: [{
|
|
138
|
+
type: Input,
|
|
139
|
+
args: ['hermesCompact']
|
|
140
|
+
}], compactClass: [{
|
|
141
|
+
type: HostBinding,
|
|
142
|
+
args: ['class.compact']
|
|
143
|
+
}], hermesLabeled: [{
|
|
144
|
+
type: Input,
|
|
145
|
+
args: ['hermesLabeled']
|
|
146
|
+
}], labeledClass: [{
|
|
147
|
+
type: HostBinding,
|
|
148
|
+
args: ['class.labeled']
|
|
149
|
+
}], hermesFade: [{
|
|
150
|
+
type: Input,
|
|
151
|
+
args: ['hermesFade']
|
|
152
|
+
}], fadeClass: [{
|
|
153
|
+
type: HostBinding,
|
|
154
|
+
args: ['class.progress-fade']
|
|
155
|
+
}], hermesLoop: [{
|
|
156
|
+
type: Input,
|
|
157
|
+
args: ['hermesLoop']
|
|
158
|
+
}], loopClass: [{
|
|
159
|
+
type: HostBinding,
|
|
160
|
+
args: ['class.loop']
|
|
161
|
+
}], warningClass: [{
|
|
162
|
+
type: HostBinding,
|
|
163
|
+
args: ['class.warning']
|
|
164
|
+
}], successClass: [{
|
|
165
|
+
type: HostBinding,
|
|
166
|
+
args: ['class.success']
|
|
167
|
+
}], dangerClass: [{
|
|
168
|
+
type: HostBinding,
|
|
169
|
+
args: ['class.danger']
|
|
170
|
+
}], hermesFlash: [{
|
|
171
|
+
type: Input,
|
|
172
|
+
args: ['hermesFlash']
|
|
173
|
+
}], flashClass: [{
|
|
174
|
+
type: HostBinding,
|
|
175
|
+
args: ['class.flash']
|
|
176
|
+
}], hermesFlashDanger: [{
|
|
177
|
+
type: Input,
|
|
178
|
+
args: ['hermesFlashDanger']
|
|
179
|
+
}], flashDangerClass: [{
|
|
180
|
+
type: HostBinding,
|
|
181
|
+
args: ['class.flash-danger']
|
|
182
|
+
}] } });
|
|
183
|
+
|
|
184
|
+
/*
|
|
185
|
+
* Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
|
|
186
|
+
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
187
|
+
* This software is released under MIT license.
|
|
188
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
189
|
+
*/
|
|
190
|
+
const HERMES_PROGRESS_BAR_DIRECTIVES = [HermesProgressBar];
|
|
191
|
+
class HermesProgressBarModule {
|
|
192
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesProgressBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
193
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.22", ngImport: i0, type: HermesProgressBarModule, declarations: [HermesProgressBar], imports: [CommonModule], exports: [HermesProgressBar] }); }
|
|
194
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesProgressBarModule, imports: [CommonModule] }); }
|
|
195
|
+
}
|
|
196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: HermesProgressBarModule, decorators: [{
|
|
197
|
+
type: NgModule,
|
|
198
|
+
args: [{
|
|
199
|
+
imports: [CommonModule],
|
|
200
|
+
declarations: [HERMES_PROGRESS_BAR_DIRECTIVES],
|
|
201
|
+
exports: [HERMES_PROGRESS_BAR_DIRECTIVES],
|
|
202
|
+
}]
|
|
203
|
+
}] });
|
|
204
|
+
|
|
205
|
+
/*
|
|
206
|
+
* Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
|
|
207
|
+
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
208
|
+
* This software is released under MIT license.
|
|
209
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
210
|
+
*/
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* Generated bundle index. Do not edit.
|
|
214
|
+
*/
|
|
215
|
+
|
|
216
|
+
export { HERMES_PROGRESS_BAR_DIRECTIVES, HermesProgressBar, HermesProgressBarModule };
|
|
217
|
+
//# sourceMappingURL=hermes-ui-angular-progress-progress-bars.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hermes-ui-angular-progress-progress-bars.mjs","sources":["../../../progress/progress-bars/progress-bar.ts","../../../progress/progress-bars/progress-bar.module.ts","../../../progress/progress-bars/index.ts","../../../progress/progress-bars/hermes-ui-angular-progress-progress-bars.ts"],"sourcesContent":["/*\n * Copyright (c) 2016-2026 Broadcom. All Rights Reserved.\n * The term \"Broadcom\" refers to Broadcom Inc. and/or its subsidiaries.\n * This software is released under MIT license.\n * The full license information can be found in LICENSE in the root directory of this project.\n */\n\nimport { Component, HostBinding, Input } from '@angular/core';\nimport { isBooleanAttributeSet } from '@hermes-ui/angular/utils';\n\n@Component({\n selector: 'hermes-progress-bar',\n template: `\n <progress [id]=\"id\" [attr.max]=\"max\" [attr.value]=\"value\" [attr.data-displayval]=\"displayValue\"></progress>\n @if (displayStringValue()) {\n <span>{{ displayValue }}</span>\n }\n `,\n standalone: false,\n})\nexport class HermesProgressBar {\n @Input('hermesMax') max: number | string = 100;\n @Input('hermesDisplayval') displayval: string;\n @Input('hermesColor') color: string;\n\n /*\n * No need to convert to `number` cause we could have\n * floating point and parseInt will round the numbers\n *\n * working with string won't have any side-effects,\n * we don't do any math so string will do the job.\n */\n @Input('hermesValue') value: number | string = 0;\n\n @HostBinding('attr.id') externalId = '';\n\n private _ID: string;\n private _labeled: boolean;\n private _fade: boolean;\n private _loop: boolean;\n private _flash: boolean;\n private _flashDanger: boolean;\n private _compact: boolean;\n\n @Input()\n get id() {\n return this._ID;\n }\n set id(value: string) {\n this._ID = value;\n this.externalId = null;\n }\n\n @HostBinding('class.progress')\n get progressClass() {\n return true;\n }\n\n @Input('hermesCompact')\n set hermesCompact(value: boolean | string) {\n this._compact = isBooleanAttributeSet(value);\n }\n\n @HostBinding('class.compact')\n get compactClass() {\n return this._compact;\n }\n\n @Input('hermesLabeled')\n set hermesLabeled(value: boolean | string) {\n this._labeled = isBooleanAttributeSet(value);\n }\n\n @HostBinding('class.labeled')\n get labeledClass() {\n return this._labeled;\n }\n\n @Input('hermesFade')\n set hermesFade(value: boolean | string) {\n this._fade = isBooleanAttributeSet(value);\n }\n\n @HostBinding('class.progress-fade')\n get fadeClass() {\n return this._fade;\n }\n\n @Input('hermesLoop')\n set hermesLoop(value: boolean | string) {\n this._loop = isBooleanAttributeSet(value);\n }\n\n @HostBinding('class.loop')\n get loopClass() {\n return this._loop;\n }\n\n @HostBinding('class.warning')\n get warningClass() {\n return this.color === 'warning';\n }\n\n @HostBinding('class.success')\n get successClass() {\n return this.color === 'success';\n }\n\n @HostBinding('class.danger')\n get dangerClass() {\n return this.color === 'danger';\n }\n\n @Input('hermesFlash')\n set hermesFlash(value: boolean | string) {\n this._flash = isBooleanAttributeSet(value);\n }\n\n @HostBinding('class.flash')\n get flashClass() {\n return this._flash;\n }\n\n /** @deprecated since 2.0, remove in 4.0 */\n @Input('hermesFlashDanger')\n set hermesFlashDanger(value: boolean | string) {\n this._flashDanger = isBooleanAttributeSet(value);\n }\n\n @HostBinding('class.flash-danger')\n get flashDangerClass() {\n return this._flashDanger;\n }\n\n /**\n * Make sure that we always will have something that is readable\n * for the screen reader\n */\n get displayValue() {\n if (this.displayval) {\n return this.displayval;\n }\n return `${this.value || 0}%`;\n }\n\n /**\n * Display optional text only when labeled is eneabled\n */\n displayStringValue() {\n return this._labeled;\n }\n}\n","/*\r\n * Copyright (c) 2016-2026 Broadcom. All Rights Reserved.\r\n * The term \"Broadcom\" refers to Broadcom Inc. and/or its subsidiaries.\r\n * This software is released under MIT license.\r\n * The full license information can be found in LICENSE in the root directory of this project.\r\n */\r\n\r\nimport { CommonModule } from '@angular/common';\r\nimport { NgModule, Type } from '@angular/core';\r\n\r\nimport { HermesProgressBar } from './progress-bar';\r\n\r\nexport const HERMES_PROGRESS_BAR_DIRECTIVES: Type<any>[] = [HermesProgressBar];\r\n\r\n@NgModule({\r\n imports: [CommonModule],\r\n declarations: [HERMES_PROGRESS_BAR_DIRECTIVES],\r\n exports: [HERMES_PROGRESS_BAR_DIRECTIVES],\r\n})\r\nexport class HermesProgressBarModule {}\r\n","/*\r\n * Copyright (c) 2016-2026 Broadcom. All Rights Reserved.\r\n * The term \"Broadcom\" refers to Broadcom Inc. and/or its subsidiaries.\r\n * This software is released under MIT license.\r\n * The full license information can be found in LICENSE in the root directory of this project.\r\n */\r\n\r\nexport * from './progress-bar.module';\r\nexport * from './progress-bar';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|