novo-elements 13.2.0 → 13.4.0
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/addons/ckeditor/CKEditor.scss +8 -0
- package/elements/agenda/week/AgendaWeekView.scss +1 -1
- package/elements/breadcrumbs/Breadcrumb.scss +1 -1
- package/elements/button/styles/button-dialogue.scss +12 -0
- package/elements/button/styles/button-icon.scss +20 -0
- package/elements/button/styles/button-primary.scss +16 -1
- package/elements/button/styles/button-secondary.scss +14 -1
- package/elements/button/styles/button-standard.scss +14 -0
- package/elements/button/styles/button.scss +12 -1
- package/elements/card/Card.scss +80 -19
- package/elements/card/CardContent.scss +3 -0
- package/elements/card/CardHeader.scss +23 -0
- package/elements/card/index.d.ts +5 -3
- package/elements/category-dropdown/CategoryDropdown.scss +1 -1
- package/elements/checkbox/CheckList.scss +69 -0
- package/elements/checkbox/Checkbox.scss +104 -0
- package/elements/chips/Chip.scss +47 -1
- package/elements/chips/Chips.scss +9 -0
- package/elements/common/index.d.ts +14 -4
- package/elements/common/option/option.component.scss +11 -0
- package/elements/common/typography/text.mixins.scss +1 -1
- package/elements/data-table/data-table.component.scss +81 -3
- package/elements/data-table/pagination/data-table-pagination.component.scss +73 -0
- package/elements/date-picker/DatePicker.scss +1 -6
- package/elements/date-picker/DatePickerInput.scss +5 -0
- package/elements/date-time-picker/_DateTimePicker.scss +1 -1
- package/elements/dropdown/Dropdown.scss +17 -1
- package/elements/field/field.scss +10 -6
- package/elements/field/hint/hint.scss +6 -0
- package/elements/form/ControlGroup.scss +13 -0
- package/elements/form/Form.scss +260 -1
- package/elements/form/extras/address/Address.scss +77 -0
- package/elements/form/fieldset-header.scss +32 -0
- package/elements/form/index.d.ts +14 -4
- package/elements/header/Header.scss +45 -3
- package/elements/layout/index.d.ts +28 -4
- package/elements/list/list-item-content.scss +11 -10
- package/elements/menu/menu-content.component.scss +1 -0
- package/elements/modal/modal.component.scss +3 -13
- package/elements/modal/notification.component.scss +1 -6
- package/elements/picker/Picker.scss +26 -5
- package/elements/picker/extras/picker-results/PickerResults.scss +52 -0
- package/elements/progress/Progress.scss +8 -0
- package/elements/progress/ProgressBar.scss +4 -1
- package/elements/search/SearchBox.scss +53 -0
- package/elements/search/index.d.ts +19 -9
- package/elements/select/Select.scss +1 -1
- package/elements/simple-table/table.scss +1 -1
- package/elements/stepper/stepper.component.scss +4 -4
- package/elements/switch/Switch.scss +39 -3
- package/elements/tabbed-group-picker/TabbedGroupPicker.scss +47 -0
- package/elements/tabs/tab.scss +53 -14
- package/elements/tiles/Tiles.scss +24 -2
- package/elements/time-picker/TimePicker.scss +2 -2
- package/elements/time-picker/TimePickerInput.scss +7 -2
- package/elements/tip-well/TipWell.scss +34 -0
- package/elements/tip-well/index.d.ts +5 -1
- package/elements/toolbar/toolbar.component.scss +15 -0
- package/elements/tooltip/Tooltip.scss +19 -22
- package/elements/tooltip/index.d.ts +2 -1
- package/fesm2022/novo-elements-addons-ckeditor.mjs +2 -2
- package/fesm2022/novo-elements-addons-ckeditor.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-agenda.mjs +2 -2
- package/fesm2022/novo-elements-elements-breadcrumbs.mjs +3 -3
- package/fesm2022/novo-elements-elements-breadcrumbs.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-button.mjs +2 -2
- package/fesm2022/novo-elements-elements-button.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-card.mjs +27 -21
- package/fesm2022/novo-elements-elements-card.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-category-dropdown.mjs +2 -2
- package/fesm2022/novo-elements-elements-category-dropdown.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-checkbox.mjs +4 -4
- package/fesm2022/novo-elements-elements-checkbox.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-chips.mjs +6 -6
- package/fesm2022/novo-elements-elements-chips.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-common.mjs +52 -21
- package/fesm2022/novo-elements-elements-common.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-data-table.mjs +4 -4
- package/fesm2022/novo-elements-elements-data-table.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-date-picker.mjs +4 -4
- package/fesm2022/novo-elements-elements-date-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-date-time-picker.mjs +2 -2
- package/fesm2022/novo-elements-elements-date-time-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-dropdown.mjs +2 -2
- package/fesm2022/novo-elements-elements-dropdown.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-field.mjs +4 -4
- package/fesm2022/novo-elements-elements-field.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-form.mjs +135 -78
- package/fesm2022/novo-elements-elements-form.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-header.mjs +2 -2
- package/fesm2022/novo-elements-elements-header.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-layout.mjs +73 -14
- package/fesm2022/novo-elements-elements-layout.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-list.mjs +2 -2
- package/fesm2022/novo-elements-elements-list.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-menu.mjs +2 -2
- package/fesm2022/novo-elements-elements-menu.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-modal.mjs +4 -4
- package/fesm2022/novo-elements-elements-modal.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-multi-picker.mjs +2 -2
- package/fesm2022/novo-elements-elements-multi-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-picker.mjs +6 -6
- package/fesm2022/novo-elements-elements-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-progress.mjs +4 -4
- package/fesm2022/novo-elements-elements-progress.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-search.mjs +63 -17
- package/fesm2022/novo-elements-elements-search.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-select.mjs +2 -2
- package/fesm2022/novo-elements-elements-select.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-simple-table.mjs +4 -4
- package/fesm2022/novo-elements-elements-simple-table.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-stepper.mjs +6 -6
- package/fesm2022/novo-elements-elements-stepper.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-switch.mjs +2 -2
- package/fesm2022/novo-elements-elements-switch.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tabbed-group-picker.mjs +2 -2
- package/fesm2022/novo-elements-elements-tabbed-group-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tabs.mjs +4 -4
- package/fesm2022/novo-elements-elements-tabs.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tiles.mjs +2 -2
- package/fesm2022/novo-elements-elements-tiles.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-time-picker.mjs +4 -4
- package/fesm2022/novo-elements-elements-time-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tip-well.mjs +26 -6
- package/fesm2022/novo-elements-elements-tip-well.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-toolbar.mjs +2 -2
- package/fesm2022/novo-elements-elements-toolbar.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tooltip.mjs +8 -4
- package/fesm2022/novo-elements-elements-tooltip.mjs.map +1 -1
- package/fesm2022/novo-elements-utils.mjs +4822 -364
- package/fesm2022/novo-elements-utils.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/content/links.scss +4 -0
- package/styles/themes/bh2026.scss +131 -53
- package/styles/typography.scss +6 -0
- package/styles/variables.scss +2 -0
- package/utils/index.d.ts +2 -2
|
@@ -154,7 +154,7 @@ class NovoTabElement {
|
|
|
154
154
|
<ng-content></ng-content>
|
|
155
155
|
</div>
|
|
156
156
|
<span class="indicator"></span>
|
|
157
|
-
`, isInline: true, styles: [":host{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;position:relative}:host[color=border-default]{color:#dbdbdb}:host[color=border-default] i{color:#dbdbdb}:host[color=black]{color:#000}:host[color=black] i{color:#000}:host[color=white]{color:#fff}:host[color=white] i{color:#fff}:host[color=gray]{color:#9e9e9e}:host[color=gray] i{color:#9e9e9e}:host[color=grey]{color:#9e9e9e}:host[color=grey] i{color:#9e9e9e}:host[color=offWhite]{color:#f7f7f7}:host[color=offWhite] i{color:#f7f7f7}:host[color=bright]{color:#f7f7f7}:host[color=bright] i{color:#f7f7f7}:host[color=light]{color:#dbdbdb}:host[color=light] i{color:#dbdbdb}:host[color=neutral]{color:#4f5361}:host[color=neutral] i{color:#4f5361}:host[color=dark]{color:#3d464d}:host[color=dark] i{color:#3d464d}:host[color=orange]{color:#ff6900}:host[color=orange] i{color:#ff6900}:host[color=navigation]{color:#202945}:host[color=navigation] i{color:#202945}:host[color=skyBlue]{color:#009bdf}:host[color=skyBlue] i{color:#009bdf}:host[color=steel]{color:#5b6770}:host[color=steel] i{color:#5b6770}:host[color=metal]{color:#637893}:host[color=metal] i{color:#637893}:host[color=sand]{color:#f4f4f4}:host[color=sand] i{color:#f4f4f4}:host[color=silver]{color:#e2e2e2}:host[color=silver] i{color:#e2e2e2}:host[color=stone]{color:#bebebe}:host[color=stone] i{color:#bebebe}:host[color=ash]{color:#a0a0a0}:host[color=ash] i{color:#a0a0a0}:host[color=anonymous]{color:#696d79}:host[color=anonymous] i{color:#696d79}:host[color=slate]{color:#707070}:host[color=slate] i{color:#707070}:host[color=onyx]{color:#526980}:host[color=onyx] i{color:#526980}:host[color=charcoal]{color:#282828}:host[color=charcoal] i{color:#282828}:host[color=moonlight]{color:#1a242f}:host[color=moonlight] i{color:#1a242f}:host[color=midnight]{color:#202945}:host[color=midnight] i{color:#202945}:host[color=darkness]{color:#161f27}:host[color=darkness] i{color:#161f27}:host[color=navy]{color:#0d2d42}:host[color=navy] i{color:#0d2d42}:host[color=aqua]{color:#3bafda}:host[color=aqua] i{color:#3bafda}:host[color=ocean]{color:#4a89dc}:host[color=ocean] i{color:#4a89dc}:host[color=mint]{color:#37bc9b}:host[color=mint] i{color:#37bc9b}:host[color=grass]{color:#8cc152}:host[color=grass] i{color:#8cc152}:host[color=sunflower]{color:#f6b042}:host[color=sunflower] i{color:#f6b042}:host[color=bittersweet]{color:#eb6845}:host[color=bittersweet] i{color:#eb6845}:host[color=grapefruit]{color:#da4453}:host[color=grapefruit] i{color:#da4453}:host[color=carnation]{color:#d770ad}:host[color=carnation] i{color:#d770ad}:host[color=lavender]{color:#967adc}:host[color=lavender] i{color:#967adc}:host[color=mountain]{color:#9678b6}:host[color=mountain] i{color:#9678b6}:host[color=info]{color:#4a89dc}:host[color=info] i{color:#4a89dc}:host[color=positive]{color:#4a89dc}:host[color=positive] i{color:#4a89dc}:host[color=success]{color:#8cc152}:host[color=success] i{color:#8cc152}:host[color=negative]{color:#da4453}:host[color=negative] i{color:#da4453}:host[color=danger]{color:#da4453}:host[color=danger] i{color:#da4453}:host[color=error]{color:#da4453}:host[color=error] i{color:#da4453}:host[color=warning]{color:#f6b042}:host[color=warning] i{color:#f6b042}:host[color=empty]{color:#cccdcc}:host[color=empty] i{color:#cccdcc}:host[color=disabled]{color:#bebebe}:host[color=disabled] i{color:#bebebe}:host[color=background]{color:#f7f7f7}:host[color=background] i{color:#f7f7f7}:host[color=backgroundDark]{color:#e2e2e2}:host[color=backgroundDark] i{color:#e2e2e2}:host[color=border]{color:#dbdbdb}:host[color=border] i{color:#dbdbdb}:host[color=border2]{color:#f7f7f7}:host[color=border2] i{color:#f7f7f7}:host[color=text]{color:#282828}:host[color=text] i{color:#282828}:host[color=presentation]{color:#5b6770}:host[color=presentation] i{color:#5b6770}:host[color=bullhorn]{color:#ff6900}:host[color=bullhorn] i{color:#ff6900}:host[color=pulse]{color:#3bafda}:host[color=pulse] i{color:#3bafda}:host[color=fastFind]{color:#0d2d42}:host[color=fastFind] i{color:#0d2d42}:host[color=toast]{color:#0d2d42}:host[color=toast] i{color:#0d2d42}:host[color=company]{color:#39d}:host[color=company] i{color:#39d}:host[color=candidate]{color:#4b7}:host[color=candidate] i{color:#4b7}:host[color=lead]{color:#a69}:host[color=lead] i{color:#a69}:host[color=contact]{color:#fa4}:host[color=contact] i{color:#fa4}:host[color=clientcontact]{color:#fa4}:host[color=clientcontact] i{color:#fa4}:host[color=opportunity]{color:#625}:host[color=opportunity] i{color:#625}:host[color=job]{color:#b56}:host[color=job] i{color:#b56}:host[color=joborder]{color:#b56}:host[color=joborder] i{color:#b56}:host[color=submission]{color:#a9adbb}:host[color=submission] i{color:#a9adbb}:host[color=sendout]{color:#747884}:host[color=sendout] i{color:#747884}:host[color=placement]{color:#0b344f}:host[color=placement] i{color:#0b344f}:host[color=note]{color:#747884}:host[color=note] i{color:#747884}:host[color=contract]{color:#454ea0}:host[color=contract] i{color:#454ea0}:host[color=task]{color:#4f5361}:host[color=task] i{color:#4f5361}:host[color=jobCode]{color:#696d79}:host[color=jobCode] i{color:#696d79}:host[color=earnCode]{color:#696d79}:host[color=earnCode] i{color:#696d79}:host[color=invoiceStatement]{color:#696d79}:host[color=invoiceStatement] i{color:#696d79}:host[color=billableCharge]{color:#696d79}:host[color=billableCharge] i{color:#696d79}:host[color=payableCharge]{color:#696d79}:host[color=payableCharge] i{color:#696d79}:host[color=user]{color:#696d79}:host[color=user] i{color:#696d79}:host[color=corporateUser]{color:#696d79}:host[color=corporateUser] i{color:#696d79}:host[color=distributionList]{color:#696d79}:host[color=distributionList] i{color:#696d79}:host[color=credential]{color:#696d79}:host[color=credential] i{color:#696d79}:host[color=person]{color:#696d79}:host[color=person] i{color:#696d79}:host.disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host.disabled:hover .novo-tab-link{opacity:.5}:host .novo-tab-link{font-weight:500;word-break:word-break;overflow-wrap:break-word;line-height:1.375;color:var(--text-muted);font-size:var(--font-size-label);transition:color .2s ease-out,opacity .2s ease-out;vertical-align:middle;font-size:var(--font-size-tab);padding:var(--spacing-md);display:flex;align-items:center;gap:var(--spacing-xs);cursor:pointer;text-transform:uppercase}:host .novo-tab-link.text-capitalize{text-transform:capitalize}:host .novo-tab-link.text-uppercase{text-transform:uppercase}:host .novo-tab-link.text-nowrap{white-space:nowrap}:host .novo-tab-link.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host .novo-tab-link.text-size-default{font-size:inherit}:host .novo-tab-link.text-size-body{font-size:var(--font-size-body)}:host .novo-tab-link.text-size-xs{font-size:var(--font-size-xs)}:host .novo-tab-link.text-size-sm{font-size:var(--font-size-sm)}:host .novo-tab-link.text-size-md{font-size:var(--font-size-md)}:host .novo-tab-link.text-size-lg{font-size:var(--font-size-lg)}:host .novo-tab-link.text-size-xl{font-size:var(--font-size-xl)}:host .novo-tab-link.text-size-2xl{font-size:var(--font-size-2xl)}:host .novo-tab-link.text-size-3xl{font-size:var(--font-size-3xl)}:host .novo-tab-link.text-size-smaller{font-size:.8em}:host .novo-tab-link.text-size-larger{font-size:1.2em}:host .novo-tab-link.text-color-black{color:var(--color-black)}:host .novo-tab-link.text-color-white{color:var(--color-white)}:host .novo-tab-link.text-color-gray{color:var(--color-gray)}:host .novo-tab-link.text-color-grey{color:var(--color-grey)}:host .novo-tab-link.text-color-offWhite{color:var(--color-off-white)}:host .novo-tab-link.text-color-bright{color:var(--color-bright)}:host .novo-tab-link.text-color-light{color:var(--color-light)}:host .novo-tab-link.text-color-neutral{color:var(--color-neutral)}:host .novo-tab-link.text-color-dark{color:var(--color-dark)}:host .novo-tab-link.text-color-orange{color:var(--color-orange)}:host .novo-tab-link.text-color-navigation{color:var(--color-navigation)}:host .novo-tab-link.text-color-skyBlue{color:var(--color-sky-blue)}:host .novo-tab-link.text-color-steel{color:var(--color-steel)}:host .novo-tab-link.text-color-metal{color:var(--color-metal)}:host .novo-tab-link.text-color-sand{color:var(--color-sand)}:host .novo-tab-link.text-color-silver{color:var(--color-silver)}:host .novo-tab-link.text-color-stone{color:var(--color-stone)}:host .novo-tab-link.text-color-ash{color:var(--color-ash)}:host .novo-tab-link.text-color-anonymous{color:var(--color-anonymous)}:host .novo-tab-link.text-color-slate{color:var(--color-slate)}:host .novo-tab-link.text-color-onyx{color:var(--color-onyx)}:host .novo-tab-link.text-color-charcoal{color:var(--color-charcoal)}:host .novo-tab-link.text-color-moonlight{color:var(--color-moonlight)}:host .novo-tab-link.text-color-midnight{color:var(--color-midnight)}:host .novo-tab-link.text-color-darkness{color:var(--color-darkness)}:host .novo-tab-link.text-color-navy{color:var(--color-navy)}:host .novo-tab-link.text-color-aqua{color:var(--color-aqua)}:host .novo-tab-link.text-color-ocean{color:var(--color-ocean)}:host .novo-tab-link.text-color-mint{color:var(--color-mint)}:host .novo-tab-link.text-color-grass{color:var(--color-grass)}:host .novo-tab-link.text-color-sunflower{color:var(--color-sunflower)}:host .novo-tab-link.text-color-bittersweet{color:var(--color-bittersweet)}:host .novo-tab-link.text-color-grapefruit{color:var(--color-grapefruit)}:host .novo-tab-link.text-color-carnation{color:var(--color-carnation)}:host .novo-tab-link.text-color-lavender{color:var(--color-lavender)}:host .novo-tab-link.text-color-mountain{color:var(--color-mountain)}:host .novo-tab-link.text-color-info{color:var(--color-info)}:host .novo-tab-link.text-color-positive{color:var(--color-positive)}:host .novo-tab-link.text-color-success{color:var(--color-success)}:host .novo-tab-link.text-color-negative{color:var(--color-negative)}:host .novo-tab-link.text-color-danger{color:var(--color-danger)}:host .novo-tab-link.text-color-error{color:var(--color-error)}:host .novo-tab-link.text-color-warning{color:var(--color-warning)}:host .novo-tab-link.text-color-empty{color:var(--color-empty)}:host .novo-tab-link.text-color-disabled{color:var(--color-disabled)}:host .novo-tab-link.text-color-background{color:var(--color-background)}:host .novo-tab-link.text-color-backgroundDark{color:var(--color-background-dark)}:host .novo-tab-link.text-color-border{color:var(--color-border)}:host .novo-tab-link.text-color-border2{color:var(--color-border2)}:host .novo-tab-link.text-color-text{color:var(--color-text)}:host .novo-tab-link.text-color-presentation{color:var(--color-presentation)}:host .novo-tab-link.text-color-bullhorn{color:var(--color-bullhorn)}:host .novo-tab-link.text-color-pulse{color:var(--color-pulse)}:host .novo-tab-link.text-color-fastFind{color:var(--color-fast-find)}:host .novo-tab-link.text-color-toast{color:var(--color-toast)}:host .novo-tab-link.text-color-company{color:var(--color-company)}:host .novo-tab-link.text-color-candidate{color:var(--color-candidate)}:host .novo-tab-link.text-color-lead{color:var(--color-lead)}:host .novo-tab-link.text-color-contact{color:var(--color-contact)}:host .novo-tab-link.text-color-clientcontact{color:var(--color-clientcontact)}:host .novo-tab-link.text-color-opportunity{color:var(--color-opportunity)}:host .novo-tab-link.text-color-job{color:var(--color-job)}:host .novo-tab-link.text-color-joborder{color:var(--color-joborder)}:host .novo-tab-link.text-color-submission{color:var(--color-submission)}:host .novo-tab-link.text-color-sendout{color:var(--color-sendout)}:host .novo-tab-link.text-color-placement{color:var(--color-placement)}:host .novo-tab-link.text-color-note{color:var(--color-note)}:host .novo-tab-link.text-color-contract{color:var(--color-contract)}:host .novo-tab-link.text-color-task{color:var(--color-task)}:host .novo-tab-link.text-color-jobCode{color:var(--color-job-code)}:host .novo-tab-link.text-color-earnCode{color:var(--color-earn-code)}:host .novo-tab-link.text-color-invoiceStatement{color:var(--color-invoice-statement)}:host .novo-tab-link.text-color-billableCharge{color:var(--color-billable-charge)}:host .novo-tab-link.text-color-payableCharge{color:var(--color-payable-charge)}:host .novo-tab-link.text-color-user{color:var(--color-user)}:host .novo-tab-link.text-color-corporateUser{color:var(--color-corporate-user)}:host .novo-tab-link.text-color-distributionList{color:var(--color-distribution-list)}:host .novo-tab-link.text-color-credential{color:var(--color-credential)}:host .novo-tab-link.text-color-person{color:var(--color-person)}:host .novo-tab-link.margin-before{margin-top:.4rem}:host .novo-tab-link.margin-after{margin-bottom:.8rem}:host .novo-tab-link.text-length-small{max-width:40ch}:host .novo-tab-link.text-length-medium{max-width:55ch}:host .novo-tab-link.text-length-large{max-width:70ch}:host .novo-tab-link.text-weight-hairline{font-weight:var(--font-weight-hairline)}:host .novo-tab-link.text-weight-thin{font-weight:var(--font-weight-thin)}:host .novo-tab-link.text-weight-light{font-weight:var(--font-weight-light)}:host .novo-tab-link.text-weight-normal{font-weight:var(--font-weight-normal)}:host .novo-tab-link.text-weight-medium{font-weight:var(--font-weight-medium)}:host .novo-tab-link.text-weight-semibold{font-weight:var(--font-weight-semibold)}:host .novo-tab-link.text-weight-bold{font-weight:var(--font-weight-bold)}:host .novo-tab-link.text-weight-extrabold{font-weight:var(--font-weight-extrabold)}:host .novo-tab-link.text-weight-heavy{font-weight:var(--font-weight-heavy)}:host .novo-tab-link.text-weight-lighter{font-weight:lighter}:host .novo-tab-link.text-weight-bolder{font-weight:bolder}:host .novo-tab-link:focus{outline:none}:host .indicator{position:absolute;bottom:0;width:0;height:3px;display:block;background:transparent;transition:all .22s ease-in-out}:host.active .novo-tab-link,:host.router-link-active .novo-tab-link{opacity:1;font-weight:500}:host.active .indicator,:host.router-link-active .indicator{background:var(--focus);width:100%}:host:hover .novo-tab-link{opacity:1}:host:focus{outline:none}:host-context(novo-nav[direction=vertical]){display:flex;width:100%;flex-direction:row;align-items:center;min-width:12rem;justify-content:space-between;transition:all .12s ease-in-out}:host-context(novo-nav[direction=vertical]) .novo-tab-link{order:2;flex:1;width:100%;display:flex;flex-flow:row nowrap;gap:var(--spacing-xs);max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.75}:host-context(novo-nav[direction=vertical]) .indicator{order:1;width:4px;height:0;display:block;background:transparent;transition:all .22s ease-in-out}:host-context(novo-nav[direction=vertical]).active,:host-context(novo-nav[direction=vertical]).router-link-active{background:#0000000d}:host-context(novo-nav[direction=vertical]).active .novo-tab-link,:host-context(novo-nav[direction=vertical]).router-link-active .novo-tab-link{opacity:1}:host-context(novo-nav[direction=vertical]).active .indicator,:host-context(novo-nav[direction=vertical]).router-link-active .indicator{height:100%;top:0;bottom:0}:host-context(novo-nav[direction=vertical]):hover .novo-tab-link{opacity:1}:host-context(novo-nav[direction=vertical]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[direction=vertical]).disabled:hover .novo-tab-link{opacity:.5}:host-context(novo-nav[theme=white]){height:auto}:host-context(novo-nav[theme=white]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[theme=white]).disabled:hover .novo-tab-link{opacity:.5;font-weight:400}:host-context(novo-nav[theme=white]) .novo-tab-link{color:var(--text-main);opacity:.75}:host-context(novo-nav[theme=white]).active,:host-context(novo-nav[theme=white]).router-link-active{color:var(--selection)}:host-context(novo-nav[theme=white]).active .novo-tab-link,:host-context(novo-nav[theme=white]).router-link-active .novo-tab-link{color:var(--selection);opacity:1}:host-context(novo-nav[theme=white]).active .indicator,:host-context(novo-nav[theme=white]).router-link-active .indicator{background:currentColor}:host-context(novo-nav[theme=white]):hover .novo-tab-link{font-weight:500}:host-context([data-theme=bh2026]){margin-right:var(--spacing-gap-lg)}:host-context([data-theme=bh2026]) .novo-tab-link{color:var(--color-content-link, #282828);text-transform:none;font-weight:400}:host-context([data-theme=bh2026]).active,:host-context([data-theme=bh2026]).router-link-active{color:var(--color-content-link-hover, #221f1f)}:host-context([data-theme=bh2026]).active .novo-tab-link,:host-context([data-theme=bh2026]).router-link-active .novo-tab-link{color:var(--color-content-link-hover, #221f1f);font-weight:500}:host-context([data-theme=bh2026]).active .indicator,:host-context([data-theme=bh2026]).router-link-active .indicator{background:var(--color-content-link-hover, #221f1f);border-radius:3px 3px 0 0/100% 100% 0 0}:host-context([data-theme=bh2026]):hover .novo-tab-link{font-weight:500}:host-context(novo-nav[theme=color]) .novo-tab-link,:host-context(novo-nav[theme=neutral]) .novo-tab-link{color:#fff}:host-context(novo-nav[theme=color]).active .indicator,:host-context(novo-nav[theme=color]).router-link-active .indicator,:host-context(novo-nav[theme=neutral]).active .indicator,:host-context(novo-nav[theme=neutral]).router-link-active .indicator{background:#fff}:host-context(novo-nav[theme=color]).disabled .novo-tab-link,:host-context(novo-nav[theme=neutral]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[theme=color]).disabled:hover .novo-tab-link,:host-context(novo-nav[theme=neutral]).disabled:hover .novo-tab-link{opacity:.5}:host-context(novo-nav.condensed){font-size:var(--font-size-xs)}:host-context(novo-nav.condensed) .novo-tab-link{padding:var(--spacing-sm)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
157
|
+
`, isInline: true, styles: [":host{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;position:relative}:host[color=border-default]{color:#dbdbdb}:host[color=border-default] i{color:#dbdbdb}:host[color=black]{color:#000}:host[color=black] i{color:#000}:host[color=white]{color:#fff}:host[color=white] i{color:#fff}:host[color=gray]{color:#9e9e9e}:host[color=gray] i{color:#9e9e9e}:host[color=grey]{color:#9e9e9e}:host[color=grey] i{color:#9e9e9e}:host[color=offWhite]{color:#f7f7f7}:host[color=offWhite] i{color:#f7f7f7}:host[color=bright]{color:#f7f7f7}:host[color=bright] i{color:#f7f7f7}:host[color=light]{color:#dbdbdb}:host[color=light] i{color:#dbdbdb}:host[color=neutral]{color:#4f5361}:host[color=neutral] i{color:#4f5361}:host[color=dark]{color:#3d464d}:host[color=dark] i{color:#3d464d}:host[color=orange]{color:#ff6900}:host[color=orange] i{color:#ff6900}:host[color=navigation]{color:#202945}:host[color=navigation] i{color:#202945}:host[color=skyBlue]{color:#009bdf}:host[color=skyBlue] i{color:#009bdf}:host[color=steel]{color:#5b6770}:host[color=steel] i{color:#5b6770}:host[color=metal]{color:#637893}:host[color=metal] i{color:#637893}:host[color=sand]{color:#f4f4f4}:host[color=sand] i{color:#f4f4f4}:host[color=silver]{color:#e2e2e2}:host[color=silver] i{color:#e2e2e2}:host[color=stone]{color:#bebebe}:host[color=stone] i{color:#bebebe}:host[color=ash]{color:#a0a0a0}:host[color=ash] i{color:#a0a0a0}:host[color=anonymous]{color:#696d79}:host[color=anonymous] i{color:#696d79}:host[color=slate]{color:#707070}:host[color=slate] i{color:#707070}:host[color=onyx]{color:#526980}:host[color=onyx] i{color:#526980}:host[color=charcoal]{color:#282828}:host[color=charcoal] i{color:#282828}:host[color=moonlight]{color:#1a242f}:host[color=moonlight] i{color:#1a242f}:host[color=midnight]{color:#202945}:host[color=midnight] i{color:#202945}:host[color=darkness]{color:#161f27}:host[color=darkness] i{color:#161f27}:host[color=navy]{color:#0d2d42}:host[color=navy] i{color:#0d2d42}:host[color=aqua]{color:#3bafda}:host[color=aqua] i{color:#3bafda}:host[color=ocean]{color:#4a89dc}:host[color=ocean] i{color:#4a89dc}:host[color=mint]{color:#37bc9b}:host[color=mint] i{color:#37bc9b}:host[color=grass]{color:#8cc152}:host[color=grass] i{color:#8cc152}:host[color=sunflower]{color:#f6b042}:host[color=sunflower] i{color:#f6b042}:host[color=bittersweet]{color:#eb6845}:host[color=bittersweet] i{color:#eb6845}:host[color=grapefruit]{color:#da4453}:host[color=grapefruit] i{color:#da4453}:host[color=carnation]{color:#d770ad}:host[color=carnation] i{color:#d770ad}:host[color=lavender]{color:#967adc}:host[color=lavender] i{color:#967adc}:host[color=mountain]{color:#9678b6}:host[color=mountain] i{color:#9678b6}:host[color=info]{color:#4a89dc}:host[color=info] i{color:#4a89dc}:host[color=positive]{color:#4a89dc}:host[color=positive] i{color:#4a89dc}:host[color=success]{color:#8cc152}:host[color=success] i{color:#8cc152}:host[color=negative]{color:#da4453}:host[color=negative] i{color:#da4453}:host[color=danger]{color:#da4453}:host[color=danger] i{color:#da4453}:host[color=error]{color:#da4453}:host[color=error] i{color:#da4453}:host[color=warning]{color:#f6b042}:host[color=warning] i{color:#f6b042}:host[color=empty]{color:#cccdcc}:host[color=empty] i{color:#cccdcc}:host[color=disabled]{color:#bebebe}:host[color=disabled] i{color:#bebebe}:host[color=background]{color:#f7f7f7}:host[color=background] i{color:#f7f7f7}:host[color=backgroundDark]{color:#e2e2e2}:host[color=backgroundDark] i{color:#e2e2e2}:host[color=border]{color:#dbdbdb}:host[color=border] i{color:#dbdbdb}:host[color=border2]{color:#f7f7f7}:host[color=border2] i{color:#f7f7f7}:host[color=text]{color:#282828}:host[color=text] i{color:#282828}:host[color=presentation]{color:#5b6770}:host[color=presentation] i{color:#5b6770}:host[color=bullhorn]{color:#ff6900}:host[color=bullhorn] i{color:#ff6900}:host[color=pulse]{color:#3bafda}:host[color=pulse] i{color:#3bafda}:host[color=fastFind]{color:#0d2d42}:host[color=fastFind] i{color:#0d2d42}:host[color=toast]{color:#0d2d42}:host[color=toast] i{color:#0d2d42}:host[color=company]{color:#39d}:host[color=company] i{color:#39d}:host[color=candidate]{color:#4b7}:host[color=candidate] i{color:#4b7}:host[color=lead]{color:#a69}:host[color=lead] i{color:#a69}:host[color=contact]{color:#fa4}:host[color=contact] i{color:#fa4}:host[color=clientcontact]{color:#fa4}:host[color=clientcontact] i{color:#fa4}:host[color=opportunity]{color:#625}:host[color=opportunity] i{color:#625}:host[color=job]{color:#b56}:host[color=job] i{color:#b56}:host[color=joborder]{color:#b56}:host[color=joborder] i{color:#b56}:host[color=submission]{color:#a9adbb}:host[color=submission] i{color:#a9adbb}:host[color=sendout]{color:#747884}:host[color=sendout] i{color:#747884}:host[color=placement]{color:#0b344f}:host[color=placement] i{color:#0b344f}:host[color=note]{color:#747884}:host[color=note] i{color:#747884}:host[color=contract]{color:#454ea0}:host[color=contract] i{color:#454ea0}:host[color=task]{color:#4f5361}:host[color=task] i{color:#4f5361}:host[color=jobCode]{color:#696d79}:host[color=jobCode] i{color:#696d79}:host[color=earnCode]{color:#696d79}:host[color=earnCode] i{color:#696d79}:host[color=invoiceStatement]{color:#696d79}:host[color=invoiceStatement] i{color:#696d79}:host[color=billableCharge]{color:#696d79}:host[color=billableCharge] i{color:#696d79}:host[color=payableCharge]{color:#696d79}:host[color=payableCharge] i{color:#696d79}:host[color=user]{color:#696d79}:host[color=user] i{color:#696d79}:host[color=corporateUser]{color:#696d79}:host[color=corporateUser] i{color:#696d79}:host[color=distributionList]{color:#696d79}:host[color=distributionList] i{color:#696d79}:host[color=credential]{color:#696d79}:host[color=credential] i{color:#696d79}:host[color=person]{color:#696d79}:host[color=person] i{color:#696d79}:host.disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host.disabled:hover .novo-tab-link{opacity:.5}:host .novo-tab-link{font-weight:500;word-break:break-word;overflow-wrap:break-word;line-height:1.375;color:var(--text-muted);font-size:var(--font-size-label);transition:color .2s ease-out,opacity .2s ease-out;vertical-align:middle;font-size:var(--font-size-tab);padding:var(--spacing-md);display:flex;align-items:center;gap:var(--spacing-xs);cursor:pointer;text-transform:uppercase;-webkit-user-select:none;user-select:none}:host .novo-tab-link.text-capitalize{text-transform:capitalize}:host .novo-tab-link.text-uppercase{text-transform:uppercase}:host .novo-tab-link.text-nowrap{white-space:nowrap}:host .novo-tab-link.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host .novo-tab-link.text-size-default{font-size:inherit}:host .novo-tab-link.text-size-body{font-size:var(--font-size-body)}:host .novo-tab-link.text-size-xs{font-size:var(--font-size-xs)}:host .novo-tab-link.text-size-sm{font-size:var(--font-size-sm)}:host .novo-tab-link.text-size-md{font-size:var(--font-size-md)}:host .novo-tab-link.text-size-lg{font-size:var(--font-size-lg)}:host .novo-tab-link.text-size-xl{font-size:var(--font-size-xl)}:host .novo-tab-link.text-size-2xl{font-size:var(--font-size-2xl)}:host .novo-tab-link.text-size-3xl{font-size:var(--font-size-3xl)}:host .novo-tab-link.text-size-smaller{font-size:.8em}:host .novo-tab-link.text-size-larger{font-size:1.2em}:host .novo-tab-link.text-color-black{color:var(--color-black)}:host .novo-tab-link.text-color-white{color:var(--color-white)}:host .novo-tab-link.text-color-gray{color:var(--color-gray)}:host .novo-tab-link.text-color-grey{color:var(--color-grey)}:host .novo-tab-link.text-color-offWhite{color:var(--color-off-white)}:host .novo-tab-link.text-color-bright{color:var(--color-bright)}:host .novo-tab-link.text-color-light{color:var(--color-light)}:host .novo-tab-link.text-color-neutral{color:var(--color-neutral)}:host .novo-tab-link.text-color-dark{color:var(--color-dark)}:host .novo-tab-link.text-color-orange{color:var(--color-orange)}:host .novo-tab-link.text-color-navigation{color:var(--color-navigation)}:host .novo-tab-link.text-color-skyBlue{color:var(--color-sky-blue)}:host .novo-tab-link.text-color-steel{color:var(--color-steel)}:host .novo-tab-link.text-color-metal{color:var(--color-metal)}:host .novo-tab-link.text-color-sand{color:var(--color-sand)}:host .novo-tab-link.text-color-silver{color:var(--color-silver)}:host .novo-tab-link.text-color-stone{color:var(--color-stone)}:host .novo-tab-link.text-color-ash{color:var(--color-ash)}:host .novo-tab-link.text-color-anonymous{color:var(--color-anonymous)}:host .novo-tab-link.text-color-slate{color:var(--color-slate)}:host .novo-tab-link.text-color-onyx{color:var(--color-onyx)}:host .novo-tab-link.text-color-charcoal{color:var(--color-charcoal)}:host .novo-tab-link.text-color-moonlight{color:var(--color-moonlight)}:host .novo-tab-link.text-color-midnight{color:var(--color-midnight)}:host .novo-tab-link.text-color-darkness{color:var(--color-darkness)}:host .novo-tab-link.text-color-navy{color:var(--color-navy)}:host .novo-tab-link.text-color-aqua{color:var(--color-aqua)}:host .novo-tab-link.text-color-ocean{color:var(--color-ocean)}:host .novo-tab-link.text-color-mint{color:var(--color-mint)}:host .novo-tab-link.text-color-grass{color:var(--color-grass)}:host .novo-tab-link.text-color-sunflower{color:var(--color-sunflower)}:host .novo-tab-link.text-color-bittersweet{color:var(--color-bittersweet)}:host .novo-tab-link.text-color-grapefruit{color:var(--color-grapefruit)}:host .novo-tab-link.text-color-carnation{color:var(--color-carnation)}:host .novo-tab-link.text-color-lavender{color:var(--color-lavender)}:host .novo-tab-link.text-color-mountain{color:var(--color-mountain)}:host .novo-tab-link.text-color-info{color:var(--color-info)}:host .novo-tab-link.text-color-positive{color:var(--color-positive)}:host .novo-tab-link.text-color-success{color:var(--color-success)}:host .novo-tab-link.text-color-negative{color:var(--color-negative)}:host .novo-tab-link.text-color-danger{color:var(--color-danger)}:host .novo-tab-link.text-color-error{color:var(--color-error)}:host .novo-tab-link.text-color-warning{color:var(--color-warning)}:host .novo-tab-link.text-color-empty{color:var(--color-empty)}:host .novo-tab-link.text-color-disabled{color:var(--color-disabled)}:host .novo-tab-link.text-color-background{color:var(--color-background)}:host .novo-tab-link.text-color-backgroundDark{color:var(--color-background-dark)}:host .novo-tab-link.text-color-border{color:var(--color-border)}:host .novo-tab-link.text-color-border2{color:var(--color-border2)}:host .novo-tab-link.text-color-text{color:var(--color-text)}:host .novo-tab-link.text-color-presentation{color:var(--color-presentation)}:host .novo-tab-link.text-color-bullhorn{color:var(--color-bullhorn)}:host .novo-tab-link.text-color-pulse{color:var(--color-pulse)}:host .novo-tab-link.text-color-fastFind{color:var(--color-fast-find)}:host .novo-tab-link.text-color-toast{color:var(--color-toast)}:host .novo-tab-link.text-color-company{color:var(--color-company)}:host .novo-tab-link.text-color-candidate{color:var(--color-candidate)}:host .novo-tab-link.text-color-lead{color:var(--color-lead)}:host .novo-tab-link.text-color-contact{color:var(--color-contact)}:host .novo-tab-link.text-color-clientcontact{color:var(--color-clientcontact)}:host .novo-tab-link.text-color-opportunity{color:var(--color-opportunity)}:host .novo-tab-link.text-color-job{color:var(--color-job)}:host .novo-tab-link.text-color-joborder{color:var(--color-joborder)}:host .novo-tab-link.text-color-submission{color:var(--color-submission)}:host .novo-tab-link.text-color-sendout{color:var(--color-sendout)}:host .novo-tab-link.text-color-placement{color:var(--color-placement)}:host .novo-tab-link.text-color-note{color:var(--color-note)}:host .novo-tab-link.text-color-contract{color:var(--color-contract)}:host .novo-tab-link.text-color-task{color:var(--color-task)}:host .novo-tab-link.text-color-jobCode{color:var(--color-job-code)}:host .novo-tab-link.text-color-earnCode{color:var(--color-earn-code)}:host .novo-tab-link.text-color-invoiceStatement{color:var(--color-invoice-statement)}:host .novo-tab-link.text-color-billableCharge{color:var(--color-billable-charge)}:host .novo-tab-link.text-color-payableCharge{color:var(--color-payable-charge)}:host .novo-tab-link.text-color-user{color:var(--color-user)}:host .novo-tab-link.text-color-corporateUser{color:var(--color-corporate-user)}:host .novo-tab-link.text-color-distributionList{color:var(--color-distribution-list)}:host .novo-tab-link.text-color-credential{color:var(--color-credential)}:host .novo-tab-link.text-color-person{color:var(--color-person)}:host .novo-tab-link.margin-before{margin-top:.4rem}:host .novo-tab-link.margin-after{margin-bottom:.8rem}:host .novo-tab-link.text-length-small{max-width:40ch}:host .novo-tab-link.text-length-medium{max-width:55ch}:host .novo-tab-link.text-length-large{max-width:70ch}:host .novo-tab-link.text-weight-hairline{font-weight:var(--font-weight-hairline)}:host .novo-tab-link.text-weight-thin{font-weight:var(--font-weight-thin)}:host .novo-tab-link.text-weight-light{font-weight:var(--font-weight-light)}:host .novo-tab-link.text-weight-normal{font-weight:var(--font-weight-normal)}:host .novo-tab-link.text-weight-medium{font-weight:var(--font-weight-medium)}:host .novo-tab-link.text-weight-semibold{font-weight:var(--font-weight-semibold)}:host .novo-tab-link.text-weight-bold{font-weight:var(--font-weight-bold)}:host .novo-tab-link.text-weight-extrabold{font-weight:var(--font-weight-extrabold)}:host .novo-tab-link.text-weight-heavy{font-weight:var(--font-weight-heavy)}:host .novo-tab-link.text-weight-lighter{font-weight:lighter}:host .novo-tab-link.text-weight-bolder{font-weight:bolder}:host .novo-tab-link:focus{outline:none}:host .indicator{position:absolute;bottom:0;width:0;height:3px;display:block;background:transparent;transition:all .22s ease-in-out}:host.active .novo-tab-link,:host.router-link-active .novo-tab-link{opacity:1;font-weight:500}:host.active .indicator,:host.router-link-active .indicator{background:var(--focus);width:100%}:host:hover .novo-tab-link{opacity:1}:host:focus{outline:none}:host-context(novo-nav[direction=vertical]){display:flex;width:100%;flex-direction:row;align-items:center;min-width:12rem;justify-content:space-between;transition:all .12s ease-in-out}:host-context(novo-nav[direction=vertical]) .novo-tab-link{order:2;flex:1;width:100%;display:flex;flex-flow:row nowrap;gap:var(--spacing-xs);max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.75}:host-context(novo-nav[direction=vertical]) .indicator{order:1;width:4px;height:0;display:block;background:transparent;transition:all .22s ease-in-out}:host-context(novo-nav[direction=vertical]).active,:host-context(novo-nav[direction=vertical]).router-link-active{background:#0000000d}:host-context(novo-nav[direction=vertical]).active .novo-tab-link,:host-context(novo-nav[direction=vertical]).router-link-active .novo-tab-link{opacity:1}:host-context(novo-nav[direction=vertical]).active .indicator,:host-context(novo-nav[direction=vertical]).router-link-active .indicator{height:100%;top:0;bottom:0}:host-context(novo-nav[direction=vertical]):hover .novo-tab-link{opacity:1}:host-context(novo-nav[direction=vertical]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[direction=vertical]).disabled:hover .novo-tab-link{opacity:.5}:host-context(novo-nav[theme=white]){height:auto}:host-context(novo-nav[theme=white]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[theme=white]).disabled:hover .novo-tab-link{opacity:.5;font-weight:400}:host-context(novo-nav[theme=white]) .novo-tab-link{color:var(--text-main);opacity:.75}:host-context(novo-nav[theme=white]).active,:host-context(novo-nav[theme=white]).router-link-active{color:var(--selection)}:host-context(novo-nav[theme=white]).active .novo-tab-link,:host-context(novo-nav[theme=white]).router-link-active .novo-tab-link{color:var(--selection);opacity:1}:host-context(novo-nav[theme=white]).active .indicator,:host-context(novo-nav[theme=white]).router-link-active .indicator{background:currentColor}:host-context(novo-nav[theme=white]):hover .novo-tab-link{font-weight:500}:host-context([data-theme=bh2026]){margin-right:var(--spacing-gap-lg)}:host-context([data-theme=bh2026]) .novo-tab-link{color:var(--color-text-subtle);text-transform:none;font-weight:var(--typography-tabs-default-font-weight)}:host-context([data-theme=bh2026]).active .novo-tab-link,:host-context([data-theme=bh2026]).router-link-active .novo-tab-link{color:var(--color-text-body);font-weight:var(--typography-tabs-active-font-weight)}:host-context([data-theme=bh2026]).active .indicator,:host-context([data-theme=bh2026]).router-link-active .indicator{background:var(--tab-indicator-color, var(--color-border-utility-positive));border-radius:999px 999px 0 0;height:2px}:host-context([data-theme=bh2026]):hover:not(.active):not(.router-link-active):not(.disabled) .novo-tab-link{color:var(--color-text-body);font-weight:var(--typography-tabs-default-font-weight)!important}:host-context([data-theme=bh2026] novo-nav[direction=vertical]){margin-right:0}:host-context([data-theme=bh2026] novo-nav[direction=vertical]).active .indicator,:host-context([data-theme=bh2026] novo-nav[direction=vertical]).router-link-active .indicator{border-radius:0 999px 999px 0}:host-context([data-theme=bh2026] novo-nav[theme=color]) .novo-tab-link{color:var(--color-text-subtle)!important;text-transform:none;font-weight:var(--typography-tabs-default-font-weight)}:host-context([data-theme=bh2026] novo-nav[theme=color]).active .novo-tab-link,:host-context([data-theme=bh2026] novo-nav[theme=color]).router-link-active .novo-tab-link{color:var(--color-text-body)!important;font-weight:var(--typography-tabs-active-font-weight)}:host-context([data-theme=bh2026] novo-nav[theme=color]).active .indicator,:host-context([data-theme=bh2026] novo-nav[theme=color]).router-link-active .indicator{background:var(--tab-indicator-color, var(--color-border-utility-positive));border-radius:999px 999px 0 0;height:2px}:host-context([data-theme=bh2026] novo-nav[theme=color]):hover:not(.active):not(.router-link-active):not(.disabled) .novo-tab-link{color:var(--color-text-body)!important}:host-context(novo-nav[theme=color]) .novo-tab-link,:host-context(novo-nav[theme=neutral]) .novo-tab-link{color:#fff!important}:host-context(novo-nav[theme=color]).active .indicator,:host-context(novo-nav[theme=color]).router-link-active .indicator,:host-context(novo-nav[theme=neutral]).active .indicator,:host-context(novo-nav[theme=neutral]).router-link-active .indicator{background:#fff}:host-context(novo-nav[theme=color]).disabled .novo-tab-link,:host-context(novo-nav[theme=neutral]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[theme=color]).disabled:hover .novo-tab-link,:host-context(novo-nav[theme=neutral]).disabled:hover .novo-tab-link{opacity:.5}:host-context(novo-nav.condensed){font-size:var(--font-size-xs)}:host-context(novo-nav.condensed) .novo-tab-link{padding:var(--spacing-sm)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
158
158
|
}
|
|
159
159
|
__decorate([
|
|
160
160
|
BooleanInput(),
|
|
@@ -172,7 +172,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
172
172
|
<ng-content></ng-content>
|
|
173
173
|
</div>
|
|
174
174
|
<span class="indicator"></span>
|
|
175
|
-
`, changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;position:relative}:host[color=border-default]{color:#dbdbdb}:host[color=border-default] i{color:#dbdbdb}:host[color=black]{color:#000}:host[color=black] i{color:#000}:host[color=white]{color:#fff}:host[color=white] i{color:#fff}:host[color=gray]{color:#9e9e9e}:host[color=gray] i{color:#9e9e9e}:host[color=grey]{color:#9e9e9e}:host[color=grey] i{color:#9e9e9e}:host[color=offWhite]{color:#f7f7f7}:host[color=offWhite] i{color:#f7f7f7}:host[color=bright]{color:#f7f7f7}:host[color=bright] i{color:#f7f7f7}:host[color=light]{color:#dbdbdb}:host[color=light] i{color:#dbdbdb}:host[color=neutral]{color:#4f5361}:host[color=neutral] i{color:#4f5361}:host[color=dark]{color:#3d464d}:host[color=dark] i{color:#3d464d}:host[color=orange]{color:#ff6900}:host[color=orange] i{color:#ff6900}:host[color=navigation]{color:#202945}:host[color=navigation] i{color:#202945}:host[color=skyBlue]{color:#009bdf}:host[color=skyBlue] i{color:#009bdf}:host[color=steel]{color:#5b6770}:host[color=steel] i{color:#5b6770}:host[color=metal]{color:#637893}:host[color=metal] i{color:#637893}:host[color=sand]{color:#f4f4f4}:host[color=sand] i{color:#f4f4f4}:host[color=silver]{color:#e2e2e2}:host[color=silver] i{color:#e2e2e2}:host[color=stone]{color:#bebebe}:host[color=stone] i{color:#bebebe}:host[color=ash]{color:#a0a0a0}:host[color=ash] i{color:#a0a0a0}:host[color=anonymous]{color:#696d79}:host[color=anonymous] i{color:#696d79}:host[color=slate]{color:#707070}:host[color=slate] i{color:#707070}:host[color=onyx]{color:#526980}:host[color=onyx] i{color:#526980}:host[color=charcoal]{color:#282828}:host[color=charcoal] i{color:#282828}:host[color=moonlight]{color:#1a242f}:host[color=moonlight] i{color:#1a242f}:host[color=midnight]{color:#202945}:host[color=midnight] i{color:#202945}:host[color=darkness]{color:#161f27}:host[color=darkness] i{color:#161f27}:host[color=navy]{color:#0d2d42}:host[color=navy] i{color:#0d2d42}:host[color=aqua]{color:#3bafda}:host[color=aqua] i{color:#3bafda}:host[color=ocean]{color:#4a89dc}:host[color=ocean] i{color:#4a89dc}:host[color=mint]{color:#37bc9b}:host[color=mint] i{color:#37bc9b}:host[color=grass]{color:#8cc152}:host[color=grass] i{color:#8cc152}:host[color=sunflower]{color:#f6b042}:host[color=sunflower] i{color:#f6b042}:host[color=bittersweet]{color:#eb6845}:host[color=bittersweet] i{color:#eb6845}:host[color=grapefruit]{color:#da4453}:host[color=grapefruit] i{color:#da4453}:host[color=carnation]{color:#d770ad}:host[color=carnation] i{color:#d770ad}:host[color=lavender]{color:#967adc}:host[color=lavender] i{color:#967adc}:host[color=mountain]{color:#9678b6}:host[color=mountain] i{color:#9678b6}:host[color=info]{color:#4a89dc}:host[color=info] i{color:#4a89dc}:host[color=positive]{color:#4a89dc}:host[color=positive] i{color:#4a89dc}:host[color=success]{color:#8cc152}:host[color=success] i{color:#8cc152}:host[color=negative]{color:#da4453}:host[color=negative] i{color:#da4453}:host[color=danger]{color:#da4453}:host[color=danger] i{color:#da4453}:host[color=error]{color:#da4453}:host[color=error] i{color:#da4453}:host[color=warning]{color:#f6b042}:host[color=warning] i{color:#f6b042}:host[color=empty]{color:#cccdcc}:host[color=empty] i{color:#cccdcc}:host[color=disabled]{color:#bebebe}:host[color=disabled] i{color:#bebebe}:host[color=background]{color:#f7f7f7}:host[color=background] i{color:#f7f7f7}:host[color=backgroundDark]{color:#e2e2e2}:host[color=backgroundDark] i{color:#e2e2e2}:host[color=border]{color:#dbdbdb}:host[color=border] i{color:#dbdbdb}:host[color=border2]{color:#f7f7f7}:host[color=border2] i{color:#f7f7f7}:host[color=text]{color:#282828}:host[color=text] i{color:#282828}:host[color=presentation]{color:#5b6770}:host[color=presentation] i{color:#5b6770}:host[color=bullhorn]{color:#ff6900}:host[color=bullhorn] i{color:#ff6900}:host[color=pulse]{color:#3bafda}:host[color=pulse] i{color:#3bafda}:host[color=fastFind]{color:#0d2d42}:host[color=fastFind] i{color:#0d2d42}:host[color=toast]{color:#0d2d42}:host[color=toast] i{color:#0d2d42}:host[color=company]{color:#39d}:host[color=company] i{color:#39d}:host[color=candidate]{color:#4b7}:host[color=candidate] i{color:#4b7}:host[color=lead]{color:#a69}:host[color=lead] i{color:#a69}:host[color=contact]{color:#fa4}:host[color=contact] i{color:#fa4}:host[color=clientcontact]{color:#fa4}:host[color=clientcontact] i{color:#fa4}:host[color=opportunity]{color:#625}:host[color=opportunity] i{color:#625}:host[color=job]{color:#b56}:host[color=job] i{color:#b56}:host[color=joborder]{color:#b56}:host[color=joborder] i{color:#b56}:host[color=submission]{color:#a9adbb}:host[color=submission] i{color:#a9adbb}:host[color=sendout]{color:#747884}:host[color=sendout] i{color:#747884}:host[color=placement]{color:#0b344f}:host[color=placement] i{color:#0b344f}:host[color=note]{color:#747884}:host[color=note] i{color:#747884}:host[color=contract]{color:#454ea0}:host[color=contract] i{color:#454ea0}:host[color=task]{color:#4f5361}:host[color=task] i{color:#4f5361}:host[color=jobCode]{color:#696d79}:host[color=jobCode] i{color:#696d79}:host[color=earnCode]{color:#696d79}:host[color=earnCode] i{color:#696d79}:host[color=invoiceStatement]{color:#696d79}:host[color=invoiceStatement] i{color:#696d79}:host[color=billableCharge]{color:#696d79}:host[color=billableCharge] i{color:#696d79}:host[color=payableCharge]{color:#696d79}:host[color=payableCharge] i{color:#696d79}:host[color=user]{color:#696d79}:host[color=user] i{color:#696d79}:host[color=corporateUser]{color:#696d79}:host[color=corporateUser] i{color:#696d79}:host[color=distributionList]{color:#696d79}:host[color=distributionList] i{color:#696d79}:host[color=credential]{color:#696d79}:host[color=credential] i{color:#696d79}:host[color=person]{color:#696d79}:host[color=person] i{color:#696d79}:host.disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host.disabled:hover .novo-tab-link{opacity:.5}:host .novo-tab-link{font-weight:500;word-break:word-break;overflow-wrap:break-word;line-height:1.375;color:var(--text-muted);font-size:var(--font-size-label);transition:color .2s ease-out,opacity .2s ease-out;vertical-align:middle;font-size:var(--font-size-tab);padding:var(--spacing-md);display:flex;align-items:center;gap:var(--spacing-xs);cursor:pointer;text-transform:uppercase}:host .novo-tab-link.text-capitalize{text-transform:capitalize}:host .novo-tab-link.text-uppercase{text-transform:uppercase}:host .novo-tab-link.text-nowrap{white-space:nowrap}:host .novo-tab-link.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host .novo-tab-link.text-size-default{font-size:inherit}:host .novo-tab-link.text-size-body{font-size:var(--font-size-body)}:host .novo-tab-link.text-size-xs{font-size:var(--font-size-xs)}:host .novo-tab-link.text-size-sm{font-size:var(--font-size-sm)}:host .novo-tab-link.text-size-md{font-size:var(--font-size-md)}:host .novo-tab-link.text-size-lg{font-size:var(--font-size-lg)}:host .novo-tab-link.text-size-xl{font-size:var(--font-size-xl)}:host .novo-tab-link.text-size-2xl{font-size:var(--font-size-2xl)}:host .novo-tab-link.text-size-3xl{font-size:var(--font-size-3xl)}:host .novo-tab-link.text-size-smaller{font-size:.8em}:host .novo-tab-link.text-size-larger{font-size:1.2em}:host .novo-tab-link.text-color-black{color:var(--color-black)}:host .novo-tab-link.text-color-white{color:var(--color-white)}:host .novo-tab-link.text-color-gray{color:var(--color-gray)}:host .novo-tab-link.text-color-grey{color:var(--color-grey)}:host .novo-tab-link.text-color-offWhite{color:var(--color-off-white)}:host .novo-tab-link.text-color-bright{color:var(--color-bright)}:host .novo-tab-link.text-color-light{color:var(--color-light)}:host .novo-tab-link.text-color-neutral{color:var(--color-neutral)}:host .novo-tab-link.text-color-dark{color:var(--color-dark)}:host .novo-tab-link.text-color-orange{color:var(--color-orange)}:host .novo-tab-link.text-color-navigation{color:var(--color-navigation)}:host .novo-tab-link.text-color-skyBlue{color:var(--color-sky-blue)}:host .novo-tab-link.text-color-steel{color:var(--color-steel)}:host .novo-tab-link.text-color-metal{color:var(--color-metal)}:host .novo-tab-link.text-color-sand{color:var(--color-sand)}:host .novo-tab-link.text-color-silver{color:var(--color-silver)}:host .novo-tab-link.text-color-stone{color:var(--color-stone)}:host .novo-tab-link.text-color-ash{color:var(--color-ash)}:host .novo-tab-link.text-color-anonymous{color:var(--color-anonymous)}:host .novo-tab-link.text-color-slate{color:var(--color-slate)}:host .novo-tab-link.text-color-onyx{color:var(--color-onyx)}:host .novo-tab-link.text-color-charcoal{color:var(--color-charcoal)}:host .novo-tab-link.text-color-moonlight{color:var(--color-moonlight)}:host .novo-tab-link.text-color-midnight{color:var(--color-midnight)}:host .novo-tab-link.text-color-darkness{color:var(--color-darkness)}:host .novo-tab-link.text-color-navy{color:var(--color-navy)}:host .novo-tab-link.text-color-aqua{color:var(--color-aqua)}:host .novo-tab-link.text-color-ocean{color:var(--color-ocean)}:host .novo-tab-link.text-color-mint{color:var(--color-mint)}:host .novo-tab-link.text-color-grass{color:var(--color-grass)}:host .novo-tab-link.text-color-sunflower{color:var(--color-sunflower)}:host .novo-tab-link.text-color-bittersweet{color:var(--color-bittersweet)}:host .novo-tab-link.text-color-grapefruit{color:var(--color-grapefruit)}:host .novo-tab-link.text-color-carnation{color:var(--color-carnation)}:host .novo-tab-link.text-color-lavender{color:var(--color-lavender)}:host .novo-tab-link.text-color-mountain{color:var(--color-mountain)}:host .novo-tab-link.text-color-info{color:var(--color-info)}:host .novo-tab-link.text-color-positive{color:var(--color-positive)}:host .novo-tab-link.text-color-success{color:var(--color-success)}:host .novo-tab-link.text-color-negative{color:var(--color-negative)}:host .novo-tab-link.text-color-danger{color:var(--color-danger)}:host .novo-tab-link.text-color-error{color:var(--color-error)}:host .novo-tab-link.text-color-warning{color:var(--color-warning)}:host .novo-tab-link.text-color-empty{color:var(--color-empty)}:host .novo-tab-link.text-color-disabled{color:var(--color-disabled)}:host .novo-tab-link.text-color-background{color:var(--color-background)}:host .novo-tab-link.text-color-backgroundDark{color:var(--color-background-dark)}:host .novo-tab-link.text-color-border{color:var(--color-border)}:host .novo-tab-link.text-color-border2{color:var(--color-border2)}:host .novo-tab-link.text-color-text{color:var(--color-text)}:host .novo-tab-link.text-color-presentation{color:var(--color-presentation)}:host .novo-tab-link.text-color-bullhorn{color:var(--color-bullhorn)}:host .novo-tab-link.text-color-pulse{color:var(--color-pulse)}:host .novo-tab-link.text-color-fastFind{color:var(--color-fast-find)}:host .novo-tab-link.text-color-toast{color:var(--color-toast)}:host .novo-tab-link.text-color-company{color:var(--color-company)}:host .novo-tab-link.text-color-candidate{color:var(--color-candidate)}:host .novo-tab-link.text-color-lead{color:var(--color-lead)}:host .novo-tab-link.text-color-contact{color:var(--color-contact)}:host .novo-tab-link.text-color-clientcontact{color:var(--color-clientcontact)}:host .novo-tab-link.text-color-opportunity{color:var(--color-opportunity)}:host .novo-tab-link.text-color-job{color:var(--color-job)}:host .novo-tab-link.text-color-joborder{color:var(--color-joborder)}:host .novo-tab-link.text-color-submission{color:var(--color-submission)}:host .novo-tab-link.text-color-sendout{color:var(--color-sendout)}:host .novo-tab-link.text-color-placement{color:var(--color-placement)}:host .novo-tab-link.text-color-note{color:var(--color-note)}:host .novo-tab-link.text-color-contract{color:var(--color-contract)}:host .novo-tab-link.text-color-task{color:var(--color-task)}:host .novo-tab-link.text-color-jobCode{color:var(--color-job-code)}:host .novo-tab-link.text-color-earnCode{color:var(--color-earn-code)}:host .novo-tab-link.text-color-invoiceStatement{color:var(--color-invoice-statement)}:host .novo-tab-link.text-color-billableCharge{color:var(--color-billable-charge)}:host .novo-tab-link.text-color-payableCharge{color:var(--color-payable-charge)}:host .novo-tab-link.text-color-user{color:var(--color-user)}:host .novo-tab-link.text-color-corporateUser{color:var(--color-corporate-user)}:host .novo-tab-link.text-color-distributionList{color:var(--color-distribution-list)}:host .novo-tab-link.text-color-credential{color:var(--color-credential)}:host .novo-tab-link.text-color-person{color:var(--color-person)}:host .novo-tab-link.margin-before{margin-top:.4rem}:host .novo-tab-link.margin-after{margin-bottom:.8rem}:host .novo-tab-link.text-length-small{max-width:40ch}:host .novo-tab-link.text-length-medium{max-width:55ch}:host .novo-tab-link.text-length-large{max-width:70ch}:host .novo-tab-link.text-weight-hairline{font-weight:var(--font-weight-hairline)}:host .novo-tab-link.text-weight-thin{font-weight:var(--font-weight-thin)}:host .novo-tab-link.text-weight-light{font-weight:var(--font-weight-light)}:host .novo-tab-link.text-weight-normal{font-weight:var(--font-weight-normal)}:host .novo-tab-link.text-weight-medium{font-weight:var(--font-weight-medium)}:host .novo-tab-link.text-weight-semibold{font-weight:var(--font-weight-semibold)}:host .novo-tab-link.text-weight-bold{font-weight:var(--font-weight-bold)}:host .novo-tab-link.text-weight-extrabold{font-weight:var(--font-weight-extrabold)}:host .novo-tab-link.text-weight-heavy{font-weight:var(--font-weight-heavy)}:host .novo-tab-link.text-weight-lighter{font-weight:lighter}:host .novo-tab-link.text-weight-bolder{font-weight:bolder}:host .novo-tab-link:focus{outline:none}:host .indicator{position:absolute;bottom:0;width:0;height:3px;display:block;background:transparent;transition:all .22s ease-in-out}:host.active .novo-tab-link,:host.router-link-active .novo-tab-link{opacity:1;font-weight:500}:host.active .indicator,:host.router-link-active .indicator{background:var(--focus);width:100%}:host:hover .novo-tab-link{opacity:1}:host:focus{outline:none}:host-context(novo-nav[direction=vertical]){display:flex;width:100%;flex-direction:row;align-items:center;min-width:12rem;justify-content:space-between;transition:all .12s ease-in-out}:host-context(novo-nav[direction=vertical]) .novo-tab-link{order:2;flex:1;width:100%;display:flex;flex-flow:row nowrap;gap:var(--spacing-xs);max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.75}:host-context(novo-nav[direction=vertical]) .indicator{order:1;width:4px;height:0;display:block;background:transparent;transition:all .22s ease-in-out}:host-context(novo-nav[direction=vertical]).active,:host-context(novo-nav[direction=vertical]).router-link-active{background:#0000000d}:host-context(novo-nav[direction=vertical]).active .novo-tab-link,:host-context(novo-nav[direction=vertical]).router-link-active .novo-tab-link{opacity:1}:host-context(novo-nav[direction=vertical]).active .indicator,:host-context(novo-nav[direction=vertical]).router-link-active .indicator{height:100%;top:0;bottom:0}:host-context(novo-nav[direction=vertical]):hover .novo-tab-link{opacity:1}:host-context(novo-nav[direction=vertical]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[direction=vertical]).disabled:hover .novo-tab-link{opacity:.5}:host-context(novo-nav[theme=white]){height:auto}:host-context(novo-nav[theme=white]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[theme=white]).disabled:hover .novo-tab-link{opacity:.5;font-weight:400}:host-context(novo-nav[theme=white]) .novo-tab-link{color:var(--text-main);opacity:.75}:host-context(novo-nav[theme=white]).active,:host-context(novo-nav[theme=white]).router-link-active{color:var(--selection)}:host-context(novo-nav[theme=white]).active .novo-tab-link,:host-context(novo-nav[theme=white]).router-link-active .novo-tab-link{color:var(--selection);opacity:1}:host-context(novo-nav[theme=white]).active .indicator,:host-context(novo-nav[theme=white]).router-link-active .indicator{background:currentColor}:host-context(novo-nav[theme=white]):hover .novo-tab-link{font-weight:500}:host-context([data-theme=bh2026]){margin-right:var(--spacing-gap-lg)}:host-context([data-theme=bh2026]) .novo-tab-link{color:var(--color-content-link, #282828);text-transform:none;font-weight:400}:host-context([data-theme=bh2026]).active,:host-context([data-theme=bh2026]).router-link-active{color:var(--color-content-link-hover, #221f1f)}:host-context([data-theme=bh2026]).active .novo-tab-link,:host-context([data-theme=bh2026]).router-link-active .novo-tab-link{color:var(--color-content-link-hover, #221f1f);font-weight:500}:host-context([data-theme=bh2026]).active .indicator,:host-context([data-theme=bh2026]).router-link-active .indicator{background:var(--color-content-link-hover, #221f1f);border-radius:3px 3px 0 0/100% 100% 0 0}:host-context([data-theme=bh2026]):hover .novo-tab-link{font-weight:500}:host-context(novo-nav[theme=color]) .novo-tab-link,:host-context(novo-nav[theme=neutral]) .novo-tab-link{color:#fff}:host-context(novo-nav[theme=color]).active .indicator,:host-context(novo-nav[theme=color]).router-link-active .indicator,:host-context(novo-nav[theme=neutral]).active .indicator,:host-context(novo-nav[theme=neutral]).router-link-active .indicator{background:#fff}:host-context(novo-nav[theme=color]).disabled .novo-tab-link,:host-context(novo-nav[theme=neutral]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[theme=color]).disabled:hover .novo-tab-link,:host-context(novo-nav[theme=neutral]).disabled:hover .novo-tab-link{opacity:.5}:host-context(novo-nav.condensed){font-size:var(--font-size-xs)}:host-context(novo-nav.condensed) .novo-tab-link{padding:var(--spacing-sm)}\n"] }]
|
|
175
|
+
`, changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;position:relative}:host[color=border-default]{color:#dbdbdb}:host[color=border-default] i{color:#dbdbdb}:host[color=black]{color:#000}:host[color=black] i{color:#000}:host[color=white]{color:#fff}:host[color=white] i{color:#fff}:host[color=gray]{color:#9e9e9e}:host[color=gray] i{color:#9e9e9e}:host[color=grey]{color:#9e9e9e}:host[color=grey] i{color:#9e9e9e}:host[color=offWhite]{color:#f7f7f7}:host[color=offWhite] i{color:#f7f7f7}:host[color=bright]{color:#f7f7f7}:host[color=bright] i{color:#f7f7f7}:host[color=light]{color:#dbdbdb}:host[color=light] i{color:#dbdbdb}:host[color=neutral]{color:#4f5361}:host[color=neutral] i{color:#4f5361}:host[color=dark]{color:#3d464d}:host[color=dark] i{color:#3d464d}:host[color=orange]{color:#ff6900}:host[color=orange] i{color:#ff6900}:host[color=navigation]{color:#202945}:host[color=navigation] i{color:#202945}:host[color=skyBlue]{color:#009bdf}:host[color=skyBlue] i{color:#009bdf}:host[color=steel]{color:#5b6770}:host[color=steel] i{color:#5b6770}:host[color=metal]{color:#637893}:host[color=metal] i{color:#637893}:host[color=sand]{color:#f4f4f4}:host[color=sand] i{color:#f4f4f4}:host[color=silver]{color:#e2e2e2}:host[color=silver] i{color:#e2e2e2}:host[color=stone]{color:#bebebe}:host[color=stone] i{color:#bebebe}:host[color=ash]{color:#a0a0a0}:host[color=ash] i{color:#a0a0a0}:host[color=anonymous]{color:#696d79}:host[color=anonymous] i{color:#696d79}:host[color=slate]{color:#707070}:host[color=slate] i{color:#707070}:host[color=onyx]{color:#526980}:host[color=onyx] i{color:#526980}:host[color=charcoal]{color:#282828}:host[color=charcoal] i{color:#282828}:host[color=moonlight]{color:#1a242f}:host[color=moonlight] i{color:#1a242f}:host[color=midnight]{color:#202945}:host[color=midnight] i{color:#202945}:host[color=darkness]{color:#161f27}:host[color=darkness] i{color:#161f27}:host[color=navy]{color:#0d2d42}:host[color=navy] i{color:#0d2d42}:host[color=aqua]{color:#3bafda}:host[color=aqua] i{color:#3bafda}:host[color=ocean]{color:#4a89dc}:host[color=ocean] i{color:#4a89dc}:host[color=mint]{color:#37bc9b}:host[color=mint] i{color:#37bc9b}:host[color=grass]{color:#8cc152}:host[color=grass] i{color:#8cc152}:host[color=sunflower]{color:#f6b042}:host[color=sunflower] i{color:#f6b042}:host[color=bittersweet]{color:#eb6845}:host[color=bittersweet] i{color:#eb6845}:host[color=grapefruit]{color:#da4453}:host[color=grapefruit] i{color:#da4453}:host[color=carnation]{color:#d770ad}:host[color=carnation] i{color:#d770ad}:host[color=lavender]{color:#967adc}:host[color=lavender] i{color:#967adc}:host[color=mountain]{color:#9678b6}:host[color=mountain] i{color:#9678b6}:host[color=info]{color:#4a89dc}:host[color=info] i{color:#4a89dc}:host[color=positive]{color:#4a89dc}:host[color=positive] i{color:#4a89dc}:host[color=success]{color:#8cc152}:host[color=success] i{color:#8cc152}:host[color=negative]{color:#da4453}:host[color=negative] i{color:#da4453}:host[color=danger]{color:#da4453}:host[color=danger] i{color:#da4453}:host[color=error]{color:#da4453}:host[color=error] i{color:#da4453}:host[color=warning]{color:#f6b042}:host[color=warning] i{color:#f6b042}:host[color=empty]{color:#cccdcc}:host[color=empty] i{color:#cccdcc}:host[color=disabled]{color:#bebebe}:host[color=disabled] i{color:#bebebe}:host[color=background]{color:#f7f7f7}:host[color=background] i{color:#f7f7f7}:host[color=backgroundDark]{color:#e2e2e2}:host[color=backgroundDark] i{color:#e2e2e2}:host[color=border]{color:#dbdbdb}:host[color=border] i{color:#dbdbdb}:host[color=border2]{color:#f7f7f7}:host[color=border2] i{color:#f7f7f7}:host[color=text]{color:#282828}:host[color=text] i{color:#282828}:host[color=presentation]{color:#5b6770}:host[color=presentation] i{color:#5b6770}:host[color=bullhorn]{color:#ff6900}:host[color=bullhorn] i{color:#ff6900}:host[color=pulse]{color:#3bafda}:host[color=pulse] i{color:#3bafda}:host[color=fastFind]{color:#0d2d42}:host[color=fastFind] i{color:#0d2d42}:host[color=toast]{color:#0d2d42}:host[color=toast] i{color:#0d2d42}:host[color=company]{color:#39d}:host[color=company] i{color:#39d}:host[color=candidate]{color:#4b7}:host[color=candidate] i{color:#4b7}:host[color=lead]{color:#a69}:host[color=lead] i{color:#a69}:host[color=contact]{color:#fa4}:host[color=contact] i{color:#fa4}:host[color=clientcontact]{color:#fa4}:host[color=clientcontact] i{color:#fa4}:host[color=opportunity]{color:#625}:host[color=opportunity] i{color:#625}:host[color=job]{color:#b56}:host[color=job] i{color:#b56}:host[color=joborder]{color:#b56}:host[color=joborder] i{color:#b56}:host[color=submission]{color:#a9adbb}:host[color=submission] i{color:#a9adbb}:host[color=sendout]{color:#747884}:host[color=sendout] i{color:#747884}:host[color=placement]{color:#0b344f}:host[color=placement] i{color:#0b344f}:host[color=note]{color:#747884}:host[color=note] i{color:#747884}:host[color=contract]{color:#454ea0}:host[color=contract] i{color:#454ea0}:host[color=task]{color:#4f5361}:host[color=task] i{color:#4f5361}:host[color=jobCode]{color:#696d79}:host[color=jobCode] i{color:#696d79}:host[color=earnCode]{color:#696d79}:host[color=earnCode] i{color:#696d79}:host[color=invoiceStatement]{color:#696d79}:host[color=invoiceStatement] i{color:#696d79}:host[color=billableCharge]{color:#696d79}:host[color=billableCharge] i{color:#696d79}:host[color=payableCharge]{color:#696d79}:host[color=payableCharge] i{color:#696d79}:host[color=user]{color:#696d79}:host[color=user] i{color:#696d79}:host[color=corporateUser]{color:#696d79}:host[color=corporateUser] i{color:#696d79}:host[color=distributionList]{color:#696d79}:host[color=distributionList] i{color:#696d79}:host[color=credential]{color:#696d79}:host[color=credential] i{color:#696d79}:host[color=person]{color:#696d79}:host[color=person] i{color:#696d79}:host.disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host.disabled:hover .novo-tab-link{opacity:.5}:host .novo-tab-link{font-weight:500;word-break:break-word;overflow-wrap:break-word;line-height:1.375;color:var(--text-muted);font-size:var(--font-size-label);transition:color .2s ease-out,opacity .2s ease-out;vertical-align:middle;font-size:var(--font-size-tab);padding:var(--spacing-md);display:flex;align-items:center;gap:var(--spacing-xs);cursor:pointer;text-transform:uppercase;-webkit-user-select:none;user-select:none}:host .novo-tab-link.text-capitalize{text-transform:capitalize}:host .novo-tab-link.text-uppercase{text-transform:uppercase}:host .novo-tab-link.text-nowrap{white-space:nowrap}:host .novo-tab-link.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host .novo-tab-link.text-size-default{font-size:inherit}:host .novo-tab-link.text-size-body{font-size:var(--font-size-body)}:host .novo-tab-link.text-size-xs{font-size:var(--font-size-xs)}:host .novo-tab-link.text-size-sm{font-size:var(--font-size-sm)}:host .novo-tab-link.text-size-md{font-size:var(--font-size-md)}:host .novo-tab-link.text-size-lg{font-size:var(--font-size-lg)}:host .novo-tab-link.text-size-xl{font-size:var(--font-size-xl)}:host .novo-tab-link.text-size-2xl{font-size:var(--font-size-2xl)}:host .novo-tab-link.text-size-3xl{font-size:var(--font-size-3xl)}:host .novo-tab-link.text-size-smaller{font-size:.8em}:host .novo-tab-link.text-size-larger{font-size:1.2em}:host .novo-tab-link.text-color-black{color:var(--color-black)}:host .novo-tab-link.text-color-white{color:var(--color-white)}:host .novo-tab-link.text-color-gray{color:var(--color-gray)}:host .novo-tab-link.text-color-grey{color:var(--color-grey)}:host .novo-tab-link.text-color-offWhite{color:var(--color-off-white)}:host .novo-tab-link.text-color-bright{color:var(--color-bright)}:host .novo-tab-link.text-color-light{color:var(--color-light)}:host .novo-tab-link.text-color-neutral{color:var(--color-neutral)}:host .novo-tab-link.text-color-dark{color:var(--color-dark)}:host .novo-tab-link.text-color-orange{color:var(--color-orange)}:host .novo-tab-link.text-color-navigation{color:var(--color-navigation)}:host .novo-tab-link.text-color-skyBlue{color:var(--color-sky-blue)}:host .novo-tab-link.text-color-steel{color:var(--color-steel)}:host .novo-tab-link.text-color-metal{color:var(--color-metal)}:host .novo-tab-link.text-color-sand{color:var(--color-sand)}:host .novo-tab-link.text-color-silver{color:var(--color-silver)}:host .novo-tab-link.text-color-stone{color:var(--color-stone)}:host .novo-tab-link.text-color-ash{color:var(--color-ash)}:host .novo-tab-link.text-color-anonymous{color:var(--color-anonymous)}:host .novo-tab-link.text-color-slate{color:var(--color-slate)}:host .novo-tab-link.text-color-onyx{color:var(--color-onyx)}:host .novo-tab-link.text-color-charcoal{color:var(--color-charcoal)}:host .novo-tab-link.text-color-moonlight{color:var(--color-moonlight)}:host .novo-tab-link.text-color-midnight{color:var(--color-midnight)}:host .novo-tab-link.text-color-darkness{color:var(--color-darkness)}:host .novo-tab-link.text-color-navy{color:var(--color-navy)}:host .novo-tab-link.text-color-aqua{color:var(--color-aqua)}:host .novo-tab-link.text-color-ocean{color:var(--color-ocean)}:host .novo-tab-link.text-color-mint{color:var(--color-mint)}:host .novo-tab-link.text-color-grass{color:var(--color-grass)}:host .novo-tab-link.text-color-sunflower{color:var(--color-sunflower)}:host .novo-tab-link.text-color-bittersweet{color:var(--color-bittersweet)}:host .novo-tab-link.text-color-grapefruit{color:var(--color-grapefruit)}:host .novo-tab-link.text-color-carnation{color:var(--color-carnation)}:host .novo-tab-link.text-color-lavender{color:var(--color-lavender)}:host .novo-tab-link.text-color-mountain{color:var(--color-mountain)}:host .novo-tab-link.text-color-info{color:var(--color-info)}:host .novo-tab-link.text-color-positive{color:var(--color-positive)}:host .novo-tab-link.text-color-success{color:var(--color-success)}:host .novo-tab-link.text-color-negative{color:var(--color-negative)}:host .novo-tab-link.text-color-danger{color:var(--color-danger)}:host .novo-tab-link.text-color-error{color:var(--color-error)}:host .novo-tab-link.text-color-warning{color:var(--color-warning)}:host .novo-tab-link.text-color-empty{color:var(--color-empty)}:host .novo-tab-link.text-color-disabled{color:var(--color-disabled)}:host .novo-tab-link.text-color-background{color:var(--color-background)}:host .novo-tab-link.text-color-backgroundDark{color:var(--color-background-dark)}:host .novo-tab-link.text-color-border{color:var(--color-border)}:host .novo-tab-link.text-color-border2{color:var(--color-border2)}:host .novo-tab-link.text-color-text{color:var(--color-text)}:host .novo-tab-link.text-color-presentation{color:var(--color-presentation)}:host .novo-tab-link.text-color-bullhorn{color:var(--color-bullhorn)}:host .novo-tab-link.text-color-pulse{color:var(--color-pulse)}:host .novo-tab-link.text-color-fastFind{color:var(--color-fast-find)}:host .novo-tab-link.text-color-toast{color:var(--color-toast)}:host .novo-tab-link.text-color-company{color:var(--color-company)}:host .novo-tab-link.text-color-candidate{color:var(--color-candidate)}:host .novo-tab-link.text-color-lead{color:var(--color-lead)}:host .novo-tab-link.text-color-contact{color:var(--color-contact)}:host .novo-tab-link.text-color-clientcontact{color:var(--color-clientcontact)}:host .novo-tab-link.text-color-opportunity{color:var(--color-opportunity)}:host .novo-tab-link.text-color-job{color:var(--color-job)}:host .novo-tab-link.text-color-joborder{color:var(--color-joborder)}:host .novo-tab-link.text-color-submission{color:var(--color-submission)}:host .novo-tab-link.text-color-sendout{color:var(--color-sendout)}:host .novo-tab-link.text-color-placement{color:var(--color-placement)}:host .novo-tab-link.text-color-note{color:var(--color-note)}:host .novo-tab-link.text-color-contract{color:var(--color-contract)}:host .novo-tab-link.text-color-task{color:var(--color-task)}:host .novo-tab-link.text-color-jobCode{color:var(--color-job-code)}:host .novo-tab-link.text-color-earnCode{color:var(--color-earn-code)}:host .novo-tab-link.text-color-invoiceStatement{color:var(--color-invoice-statement)}:host .novo-tab-link.text-color-billableCharge{color:var(--color-billable-charge)}:host .novo-tab-link.text-color-payableCharge{color:var(--color-payable-charge)}:host .novo-tab-link.text-color-user{color:var(--color-user)}:host .novo-tab-link.text-color-corporateUser{color:var(--color-corporate-user)}:host .novo-tab-link.text-color-distributionList{color:var(--color-distribution-list)}:host .novo-tab-link.text-color-credential{color:var(--color-credential)}:host .novo-tab-link.text-color-person{color:var(--color-person)}:host .novo-tab-link.margin-before{margin-top:.4rem}:host .novo-tab-link.margin-after{margin-bottom:.8rem}:host .novo-tab-link.text-length-small{max-width:40ch}:host .novo-tab-link.text-length-medium{max-width:55ch}:host .novo-tab-link.text-length-large{max-width:70ch}:host .novo-tab-link.text-weight-hairline{font-weight:var(--font-weight-hairline)}:host .novo-tab-link.text-weight-thin{font-weight:var(--font-weight-thin)}:host .novo-tab-link.text-weight-light{font-weight:var(--font-weight-light)}:host .novo-tab-link.text-weight-normal{font-weight:var(--font-weight-normal)}:host .novo-tab-link.text-weight-medium{font-weight:var(--font-weight-medium)}:host .novo-tab-link.text-weight-semibold{font-weight:var(--font-weight-semibold)}:host .novo-tab-link.text-weight-bold{font-weight:var(--font-weight-bold)}:host .novo-tab-link.text-weight-extrabold{font-weight:var(--font-weight-extrabold)}:host .novo-tab-link.text-weight-heavy{font-weight:var(--font-weight-heavy)}:host .novo-tab-link.text-weight-lighter{font-weight:lighter}:host .novo-tab-link.text-weight-bolder{font-weight:bolder}:host .novo-tab-link:focus{outline:none}:host .indicator{position:absolute;bottom:0;width:0;height:3px;display:block;background:transparent;transition:all .22s ease-in-out}:host.active .novo-tab-link,:host.router-link-active .novo-tab-link{opacity:1;font-weight:500}:host.active .indicator,:host.router-link-active .indicator{background:var(--focus);width:100%}:host:hover .novo-tab-link{opacity:1}:host:focus{outline:none}:host-context(novo-nav[direction=vertical]){display:flex;width:100%;flex-direction:row;align-items:center;min-width:12rem;justify-content:space-between;transition:all .12s ease-in-out}:host-context(novo-nav[direction=vertical]) .novo-tab-link{order:2;flex:1;width:100%;display:flex;flex-flow:row nowrap;gap:var(--spacing-xs);max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.75}:host-context(novo-nav[direction=vertical]) .indicator{order:1;width:4px;height:0;display:block;background:transparent;transition:all .22s ease-in-out}:host-context(novo-nav[direction=vertical]).active,:host-context(novo-nav[direction=vertical]).router-link-active{background:#0000000d}:host-context(novo-nav[direction=vertical]).active .novo-tab-link,:host-context(novo-nav[direction=vertical]).router-link-active .novo-tab-link{opacity:1}:host-context(novo-nav[direction=vertical]).active .indicator,:host-context(novo-nav[direction=vertical]).router-link-active .indicator{height:100%;top:0;bottom:0}:host-context(novo-nav[direction=vertical]):hover .novo-tab-link{opacity:1}:host-context(novo-nav[direction=vertical]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[direction=vertical]).disabled:hover .novo-tab-link{opacity:.5}:host-context(novo-nav[theme=white]){height:auto}:host-context(novo-nav[theme=white]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[theme=white]).disabled:hover .novo-tab-link{opacity:.5;font-weight:400}:host-context(novo-nav[theme=white]) .novo-tab-link{color:var(--text-main);opacity:.75}:host-context(novo-nav[theme=white]).active,:host-context(novo-nav[theme=white]).router-link-active{color:var(--selection)}:host-context(novo-nav[theme=white]).active .novo-tab-link,:host-context(novo-nav[theme=white]).router-link-active .novo-tab-link{color:var(--selection);opacity:1}:host-context(novo-nav[theme=white]).active .indicator,:host-context(novo-nav[theme=white]).router-link-active .indicator{background:currentColor}:host-context(novo-nav[theme=white]):hover .novo-tab-link{font-weight:500}:host-context([data-theme=bh2026]){margin-right:var(--spacing-gap-lg)}:host-context([data-theme=bh2026]) .novo-tab-link{color:var(--color-text-subtle);text-transform:none;font-weight:var(--typography-tabs-default-font-weight)}:host-context([data-theme=bh2026]).active .novo-tab-link,:host-context([data-theme=bh2026]).router-link-active .novo-tab-link{color:var(--color-text-body);font-weight:var(--typography-tabs-active-font-weight)}:host-context([data-theme=bh2026]).active .indicator,:host-context([data-theme=bh2026]).router-link-active .indicator{background:var(--tab-indicator-color, var(--color-border-utility-positive));border-radius:999px 999px 0 0;height:2px}:host-context([data-theme=bh2026]):hover:not(.active):not(.router-link-active):not(.disabled) .novo-tab-link{color:var(--color-text-body);font-weight:var(--typography-tabs-default-font-weight)!important}:host-context([data-theme=bh2026] novo-nav[direction=vertical]){margin-right:0}:host-context([data-theme=bh2026] novo-nav[direction=vertical]).active .indicator,:host-context([data-theme=bh2026] novo-nav[direction=vertical]).router-link-active .indicator{border-radius:0 999px 999px 0}:host-context([data-theme=bh2026] novo-nav[theme=color]) .novo-tab-link{color:var(--color-text-subtle)!important;text-transform:none;font-weight:var(--typography-tabs-default-font-weight)}:host-context([data-theme=bh2026] novo-nav[theme=color]).active .novo-tab-link,:host-context([data-theme=bh2026] novo-nav[theme=color]).router-link-active .novo-tab-link{color:var(--color-text-body)!important;font-weight:var(--typography-tabs-active-font-weight)}:host-context([data-theme=bh2026] novo-nav[theme=color]).active .indicator,:host-context([data-theme=bh2026] novo-nav[theme=color]).router-link-active .indicator{background:var(--tab-indicator-color, var(--color-border-utility-positive));border-radius:999px 999px 0 0;height:2px}:host-context([data-theme=bh2026] novo-nav[theme=color]):hover:not(.active):not(.router-link-active):not(.disabled) .novo-tab-link{color:var(--color-text-body)!important}:host-context(novo-nav[theme=color]) .novo-tab-link,:host-context(novo-nav[theme=neutral]) .novo-tab-link{color:#fff!important}:host-context(novo-nav[theme=color]).active .indicator,:host-context(novo-nav[theme=color]).router-link-active .indicator,:host-context(novo-nav[theme=neutral]).active .indicator,:host-context(novo-nav[theme=neutral]).router-link-active .indicator{background:#fff}:host-context(novo-nav[theme=color]).disabled .novo-tab-link,:host-context(novo-nav[theme=neutral]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[theme=color]).disabled:hover .novo-tab-link,:host-context(novo-nav[theme=neutral]).disabled:hover .novo-tab-link{opacity:.5}:host-context(novo-nav.condensed){font-size:var(--font-size-xs)}:host-context(novo-nav.condensed) .novo-tab-link{padding:var(--spacing-sm)}\n"] }]
|
|
176
176
|
}], ctorParameters: () => [{ type: NovoNavElement }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }], propDecorators: { role: [{
|
|
177
177
|
type: HostBinding,
|
|
178
178
|
args: ['attr.role']
|
|
@@ -256,7 +256,7 @@ class NovoTabLinkElement {
|
|
|
256
256
|
<ng-content></ng-content>
|
|
257
257
|
</div>
|
|
258
258
|
<span class="indicator"></span>
|
|
259
|
-
`, isInline: true, styles: [":host{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;position:relative}:host[color=border-default]{color:#dbdbdb}:host[color=border-default] i{color:#dbdbdb}:host[color=black]{color:#000}:host[color=black] i{color:#000}:host[color=white]{color:#fff}:host[color=white] i{color:#fff}:host[color=gray]{color:#9e9e9e}:host[color=gray] i{color:#9e9e9e}:host[color=grey]{color:#9e9e9e}:host[color=grey] i{color:#9e9e9e}:host[color=offWhite]{color:#f7f7f7}:host[color=offWhite] i{color:#f7f7f7}:host[color=bright]{color:#f7f7f7}:host[color=bright] i{color:#f7f7f7}:host[color=light]{color:#dbdbdb}:host[color=light] i{color:#dbdbdb}:host[color=neutral]{color:#4f5361}:host[color=neutral] i{color:#4f5361}:host[color=dark]{color:#3d464d}:host[color=dark] i{color:#3d464d}:host[color=orange]{color:#ff6900}:host[color=orange] i{color:#ff6900}:host[color=navigation]{color:#202945}:host[color=navigation] i{color:#202945}:host[color=skyBlue]{color:#009bdf}:host[color=skyBlue] i{color:#009bdf}:host[color=steel]{color:#5b6770}:host[color=steel] i{color:#5b6770}:host[color=metal]{color:#637893}:host[color=metal] i{color:#637893}:host[color=sand]{color:#f4f4f4}:host[color=sand] i{color:#f4f4f4}:host[color=silver]{color:#e2e2e2}:host[color=silver] i{color:#e2e2e2}:host[color=stone]{color:#bebebe}:host[color=stone] i{color:#bebebe}:host[color=ash]{color:#a0a0a0}:host[color=ash] i{color:#a0a0a0}:host[color=anonymous]{color:#696d79}:host[color=anonymous] i{color:#696d79}:host[color=slate]{color:#707070}:host[color=slate] i{color:#707070}:host[color=onyx]{color:#526980}:host[color=onyx] i{color:#526980}:host[color=charcoal]{color:#282828}:host[color=charcoal] i{color:#282828}:host[color=moonlight]{color:#1a242f}:host[color=moonlight] i{color:#1a242f}:host[color=midnight]{color:#202945}:host[color=midnight] i{color:#202945}:host[color=darkness]{color:#161f27}:host[color=darkness] i{color:#161f27}:host[color=navy]{color:#0d2d42}:host[color=navy] i{color:#0d2d42}:host[color=aqua]{color:#3bafda}:host[color=aqua] i{color:#3bafda}:host[color=ocean]{color:#4a89dc}:host[color=ocean] i{color:#4a89dc}:host[color=mint]{color:#37bc9b}:host[color=mint] i{color:#37bc9b}:host[color=grass]{color:#8cc152}:host[color=grass] i{color:#8cc152}:host[color=sunflower]{color:#f6b042}:host[color=sunflower] i{color:#f6b042}:host[color=bittersweet]{color:#eb6845}:host[color=bittersweet] i{color:#eb6845}:host[color=grapefruit]{color:#da4453}:host[color=grapefruit] i{color:#da4453}:host[color=carnation]{color:#d770ad}:host[color=carnation] i{color:#d770ad}:host[color=lavender]{color:#967adc}:host[color=lavender] i{color:#967adc}:host[color=mountain]{color:#9678b6}:host[color=mountain] i{color:#9678b6}:host[color=info]{color:#4a89dc}:host[color=info] i{color:#4a89dc}:host[color=positive]{color:#4a89dc}:host[color=positive] i{color:#4a89dc}:host[color=success]{color:#8cc152}:host[color=success] i{color:#8cc152}:host[color=negative]{color:#da4453}:host[color=negative] i{color:#da4453}:host[color=danger]{color:#da4453}:host[color=danger] i{color:#da4453}:host[color=error]{color:#da4453}:host[color=error] i{color:#da4453}:host[color=warning]{color:#f6b042}:host[color=warning] i{color:#f6b042}:host[color=empty]{color:#cccdcc}:host[color=empty] i{color:#cccdcc}:host[color=disabled]{color:#bebebe}:host[color=disabled] i{color:#bebebe}:host[color=background]{color:#f7f7f7}:host[color=background] i{color:#f7f7f7}:host[color=backgroundDark]{color:#e2e2e2}:host[color=backgroundDark] i{color:#e2e2e2}:host[color=border]{color:#dbdbdb}:host[color=border] i{color:#dbdbdb}:host[color=border2]{color:#f7f7f7}:host[color=border2] i{color:#f7f7f7}:host[color=text]{color:#282828}:host[color=text] i{color:#282828}:host[color=presentation]{color:#5b6770}:host[color=presentation] i{color:#5b6770}:host[color=bullhorn]{color:#ff6900}:host[color=bullhorn] i{color:#ff6900}:host[color=pulse]{color:#3bafda}:host[color=pulse] i{color:#3bafda}:host[color=fastFind]{color:#0d2d42}:host[color=fastFind] i{color:#0d2d42}:host[color=toast]{color:#0d2d42}:host[color=toast] i{color:#0d2d42}:host[color=company]{color:#39d}:host[color=company] i{color:#39d}:host[color=candidate]{color:#4b7}:host[color=candidate] i{color:#4b7}:host[color=lead]{color:#a69}:host[color=lead] i{color:#a69}:host[color=contact]{color:#fa4}:host[color=contact] i{color:#fa4}:host[color=clientcontact]{color:#fa4}:host[color=clientcontact] i{color:#fa4}:host[color=opportunity]{color:#625}:host[color=opportunity] i{color:#625}:host[color=job]{color:#b56}:host[color=job] i{color:#b56}:host[color=joborder]{color:#b56}:host[color=joborder] i{color:#b56}:host[color=submission]{color:#a9adbb}:host[color=submission] i{color:#a9adbb}:host[color=sendout]{color:#747884}:host[color=sendout] i{color:#747884}:host[color=placement]{color:#0b344f}:host[color=placement] i{color:#0b344f}:host[color=note]{color:#747884}:host[color=note] i{color:#747884}:host[color=contract]{color:#454ea0}:host[color=contract] i{color:#454ea0}:host[color=task]{color:#4f5361}:host[color=task] i{color:#4f5361}:host[color=jobCode]{color:#696d79}:host[color=jobCode] i{color:#696d79}:host[color=earnCode]{color:#696d79}:host[color=earnCode] i{color:#696d79}:host[color=invoiceStatement]{color:#696d79}:host[color=invoiceStatement] i{color:#696d79}:host[color=billableCharge]{color:#696d79}:host[color=billableCharge] i{color:#696d79}:host[color=payableCharge]{color:#696d79}:host[color=payableCharge] i{color:#696d79}:host[color=user]{color:#696d79}:host[color=user] i{color:#696d79}:host[color=corporateUser]{color:#696d79}:host[color=corporateUser] i{color:#696d79}:host[color=distributionList]{color:#696d79}:host[color=distributionList] i{color:#696d79}:host[color=credential]{color:#696d79}:host[color=credential] i{color:#696d79}:host[color=person]{color:#696d79}:host[color=person] i{color:#696d79}:host.disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host.disabled:hover .novo-tab-link{opacity:.5}:host .novo-tab-link{font-weight:500;word-break:word-break;overflow-wrap:break-word;line-height:1.375;color:var(--text-muted);font-size:var(--font-size-label);transition:color .2s ease-out,opacity .2s ease-out;vertical-align:middle;font-size:var(--font-size-tab);padding:var(--spacing-md);display:flex;align-items:center;gap:var(--spacing-xs);cursor:pointer;text-transform:uppercase}:host .novo-tab-link.text-capitalize{text-transform:capitalize}:host .novo-tab-link.text-uppercase{text-transform:uppercase}:host .novo-tab-link.text-nowrap{white-space:nowrap}:host .novo-tab-link.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host .novo-tab-link.text-size-default{font-size:inherit}:host .novo-tab-link.text-size-body{font-size:var(--font-size-body)}:host .novo-tab-link.text-size-xs{font-size:var(--font-size-xs)}:host .novo-tab-link.text-size-sm{font-size:var(--font-size-sm)}:host .novo-tab-link.text-size-md{font-size:var(--font-size-md)}:host .novo-tab-link.text-size-lg{font-size:var(--font-size-lg)}:host .novo-tab-link.text-size-xl{font-size:var(--font-size-xl)}:host .novo-tab-link.text-size-2xl{font-size:var(--font-size-2xl)}:host .novo-tab-link.text-size-3xl{font-size:var(--font-size-3xl)}:host .novo-tab-link.text-size-smaller{font-size:.8em}:host .novo-tab-link.text-size-larger{font-size:1.2em}:host .novo-tab-link.text-color-black{color:var(--color-black)}:host .novo-tab-link.text-color-white{color:var(--color-white)}:host .novo-tab-link.text-color-gray{color:var(--color-gray)}:host .novo-tab-link.text-color-grey{color:var(--color-grey)}:host .novo-tab-link.text-color-offWhite{color:var(--color-off-white)}:host .novo-tab-link.text-color-bright{color:var(--color-bright)}:host .novo-tab-link.text-color-light{color:var(--color-light)}:host .novo-tab-link.text-color-neutral{color:var(--color-neutral)}:host .novo-tab-link.text-color-dark{color:var(--color-dark)}:host .novo-tab-link.text-color-orange{color:var(--color-orange)}:host .novo-tab-link.text-color-navigation{color:var(--color-navigation)}:host .novo-tab-link.text-color-skyBlue{color:var(--color-sky-blue)}:host .novo-tab-link.text-color-steel{color:var(--color-steel)}:host .novo-tab-link.text-color-metal{color:var(--color-metal)}:host .novo-tab-link.text-color-sand{color:var(--color-sand)}:host .novo-tab-link.text-color-silver{color:var(--color-silver)}:host .novo-tab-link.text-color-stone{color:var(--color-stone)}:host .novo-tab-link.text-color-ash{color:var(--color-ash)}:host .novo-tab-link.text-color-anonymous{color:var(--color-anonymous)}:host .novo-tab-link.text-color-slate{color:var(--color-slate)}:host .novo-tab-link.text-color-onyx{color:var(--color-onyx)}:host .novo-tab-link.text-color-charcoal{color:var(--color-charcoal)}:host .novo-tab-link.text-color-moonlight{color:var(--color-moonlight)}:host .novo-tab-link.text-color-midnight{color:var(--color-midnight)}:host .novo-tab-link.text-color-darkness{color:var(--color-darkness)}:host .novo-tab-link.text-color-navy{color:var(--color-navy)}:host .novo-tab-link.text-color-aqua{color:var(--color-aqua)}:host .novo-tab-link.text-color-ocean{color:var(--color-ocean)}:host .novo-tab-link.text-color-mint{color:var(--color-mint)}:host .novo-tab-link.text-color-grass{color:var(--color-grass)}:host .novo-tab-link.text-color-sunflower{color:var(--color-sunflower)}:host .novo-tab-link.text-color-bittersweet{color:var(--color-bittersweet)}:host .novo-tab-link.text-color-grapefruit{color:var(--color-grapefruit)}:host .novo-tab-link.text-color-carnation{color:var(--color-carnation)}:host .novo-tab-link.text-color-lavender{color:var(--color-lavender)}:host .novo-tab-link.text-color-mountain{color:var(--color-mountain)}:host .novo-tab-link.text-color-info{color:var(--color-info)}:host .novo-tab-link.text-color-positive{color:var(--color-positive)}:host .novo-tab-link.text-color-success{color:var(--color-success)}:host .novo-tab-link.text-color-negative{color:var(--color-negative)}:host .novo-tab-link.text-color-danger{color:var(--color-danger)}:host .novo-tab-link.text-color-error{color:var(--color-error)}:host .novo-tab-link.text-color-warning{color:var(--color-warning)}:host .novo-tab-link.text-color-empty{color:var(--color-empty)}:host .novo-tab-link.text-color-disabled{color:var(--color-disabled)}:host .novo-tab-link.text-color-background{color:var(--color-background)}:host .novo-tab-link.text-color-backgroundDark{color:var(--color-background-dark)}:host .novo-tab-link.text-color-border{color:var(--color-border)}:host .novo-tab-link.text-color-border2{color:var(--color-border2)}:host .novo-tab-link.text-color-text{color:var(--color-text)}:host .novo-tab-link.text-color-presentation{color:var(--color-presentation)}:host .novo-tab-link.text-color-bullhorn{color:var(--color-bullhorn)}:host .novo-tab-link.text-color-pulse{color:var(--color-pulse)}:host .novo-tab-link.text-color-fastFind{color:var(--color-fast-find)}:host .novo-tab-link.text-color-toast{color:var(--color-toast)}:host .novo-tab-link.text-color-company{color:var(--color-company)}:host .novo-tab-link.text-color-candidate{color:var(--color-candidate)}:host .novo-tab-link.text-color-lead{color:var(--color-lead)}:host .novo-tab-link.text-color-contact{color:var(--color-contact)}:host .novo-tab-link.text-color-clientcontact{color:var(--color-clientcontact)}:host .novo-tab-link.text-color-opportunity{color:var(--color-opportunity)}:host .novo-tab-link.text-color-job{color:var(--color-job)}:host .novo-tab-link.text-color-joborder{color:var(--color-joborder)}:host .novo-tab-link.text-color-submission{color:var(--color-submission)}:host .novo-tab-link.text-color-sendout{color:var(--color-sendout)}:host .novo-tab-link.text-color-placement{color:var(--color-placement)}:host .novo-tab-link.text-color-note{color:var(--color-note)}:host .novo-tab-link.text-color-contract{color:var(--color-contract)}:host .novo-tab-link.text-color-task{color:var(--color-task)}:host .novo-tab-link.text-color-jobCode{color:var(--color-job-code)}:host .novo-tab-link.text-color-earnCode{color:var(--color-earn-code)}:host .novo-tab-link.text-color-invoiceStatement{color:var(--color-invoice-statement)}:host .novo-tab-link.text-color-billableCharge{color:var(--color-billable-charge)}:host .novo-tab-link.text-color-payableCharge{color:var(--color-payable-charge)}:host .novo-tab-link.text-color-user{color:var(--color-user)}:host .novo-tab-link.text-color-corporateUser{color:var(--color-corporate-user)}:host .novo-tab-link.text-color-distributionList{color:var(--color-distribution-list)}:host .novo-tab-link.text-color-credential{color:var(--color-credential)}:host .novo-tab-link.text-color-person{color:var(--color-person)}:host .novo-tab-link.margin-before{margin-top:.4rem}:host .novo-tab-link.margin-after{margin-bottom:.8rem}:host .novo-tab-link.text-length-small{max-width:40ch}:host .novo-tab-link.text-length-medium{max-width:55ch}:host .novo-tab-link.text-length-large{max-width:70ch}:host .novo-tab-link.text-weight-hairline{font-weight:var(--font-weight-hairline)}:host .novo-tab-link.text-weight-thin{font-weight:var(--font-weight-thin)}:host .novo-tab-link.text-weight-light{font-weight:var(--font-weight-light)}:host .novo-tab-link.text-weight-normal{font-weight:var(--font-weight-normal)}:host .novo-tab-link.text-weight-medium{font-weight:var(--font-weight-medium)}:host .novo-tab-link.text-weight-semibold{font-weight:var(--font-weight-semibold)}:host .novo-tab-link.text-weight-bold{font-weight:var(--font-weight-bold)}:host .novo-tab-link.text-weight-extrabold{font-weight:var(--font-weight-extrabold)}:host .novo-tab-link.text-weight-heavy{font-weight:var(--font-weight-heavy)}:host .novo-tab-link.text-weight-lighter{font-weight:lighter}:host .novo-tab-link.text-weight-bolder{font-weight:bolder}:host .novo-tab-link:focus{outline:none}:host .indicator{position:absolute;bottom:0;width:0;height:3px;display:block;background:transparent;transition:all .22s ease-in-out}:host.active .novo-tab-link,:host.router-link-active .novo-tab-link{opacity:1;font-weight:500}:host.active .indicator,:host.router-link-active .indicator{background:var(--focus);width:100%}:host:hover .novo-tab-link{opacity:1}:host:focus{outline:none}:host-context(novo-nav[direction=vertical]){display:flex;width:100%;flex-direction:row;align-items:center;min-width:12rem;justify-content:space-between;transition:all .12s ease-in-out}:host-context(novo-nav[direction=vertical]) .novo-tab-link{order:2;flex:1;width:100%;display:flex;flex-flow:row nowrap;gap:var(--spacing-xs);max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.75}:host-context(novo-nav[direction=vertical]) .indicator{order:1;width:4px;height:0;display:block;background:transparent;transition:all .22s ease-in-out}:host-context(novo-nav[direction=vertical]).active,:host-context(novo-nav[direction=vertical]).router-link-active{background:#0000000d}:host-context(novo-nav[direction=vertical]).active .novo-tab-link,:host-context(novo-nav[direction=vertical]).router-link-active .novo-tab-link{opacity:1}:host-context(novo-nav[direction=vertical]).active .indicator,:host-context(novo-nav[direction=vertical]).router-link-active .indicator{height:100%;top:0;bottom:0}:host-context(novo-nav[direction=vertical]):hover .novo-tab-link{opacity:1}:host-context(novo-nav[direction=vertical]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[direction=vertical]).disabled:hover .novo-tab-link{opacity:.5}:host-context(novo-nav[theme=white]){height:auto}:host-context(novo-nav[theme=white]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[theme=white]).disabled:hover .novo-tab-link{opacity:.5;font-weight:400}:host-context(novo-nav[theme=white]) .novo-tab-link{color:var(--text-main);opacity:.75}:host-context(novo-nav[theme=white]).active,:host-context(novo-nav[theme=white]).router-link-active{color:var(--selection)}:host-context(novo-nav[theme=white]).active .novo-tab-link,:host-context(novo-nav[theme=white]).router-link-active .novo-tab-link{color:var(--selection);opacity:1}:host-context(novo-nav[theme=white]).active .indicator,:host-context(novo-nav[theme=white]).router-link-active .indicator{background:currentColor}:host-context(novo-nav[theme=white]):hover .novo-tab-link{font-weight:500}:host-context([data-theme=bh2026]){margin-right:var(--spacing-gap-lg)}:host-context([data-theme=bh2026]) .novo-tab-link{color:var(--color-content-link, #282828);text-transform:none;font-weight:400}:host-context([data-theme=bh2026]).active,:host-context([data-theme=bh2026]).router-link-active{color:var(--color-content-link-hover, #221f1f)}:host-context([data-theme=bh2026]).active .novo-tab-link,:host-context([data-theme=bh2026]).router-link-active .novo-tab-link{color:var(--color-content-link-hover, #221f1f);font-weight:500}:host-context([data-theme=bh2026]).active .indicator,:host-context([data-theme=bh2026]).router-link-active .indicator{background:var(--color-content-link-hover, #221f1f);border-radius:3px 3px 0 0/100% 100% 0 0}:host-context([data-theme=bh2026]):hover .novo-tab-link{font-weight:500}:host-context(novo-nav[theme=color]) .novo-tab-link,:host-context(novo-nav[theme=neutral]) .novo-tab-link{color:#fff}:host-context(novo-nav[theme=color]).active .indicator,:host-context(novo-nav[theme=color]).router-link-active .indicator,:host-context(novo-nav[theme=neutral]).active .indicator,:host-context(novo-nav[theme=neutral]).router-link-active .indicator{background:#fff}:host-context(novo-nav[theme=color]).disabled .novo-tab-link,:host-context(novo-nav[theme=neutral]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[theme=color]).disabled:hover .novo-tab-link,:host-context(novo-nav[theme=neutral]).disabled:hover .novo-tab-link{opacity:.5}:host-context(novo-nav.condensed){font-size:var(--font-size-xs)}:host-context(novo-nav.condensed) .novo-tab-link{padding:var(--spacing-sm)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
259
|
+
`, isInline: true, styles: [":host{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;position:relative}:host[color=border-default]{color:#dbdbdb}:host[color=border-default] i{color:#dbdbdb}:host[color=black]{color:#000}:host[color=black] i{color:#000}:host[color=white]{color:#fff}:host[color=white] i{color:#fff}:host[color=gray]{color:#9e9e9e}:host[color=gray] i{color:#9e9e9e}:host[color=grey]{color:#9e9e9e}:host[color=grey] i{color:#9e9e9e}:host[color=offWhite]{color:#f7f7f7}:host[color=offWhite] i{color:#f7f7f7}:host[color=bright]{color:#f7f7f7}:host[color=bright] i{color:#f7f7f7}:host[color=light]{color:#dbdbdb}:host[color=light] i{color:#dbdbdb}:host[color=neutral]{color:#4f5361}:host[color=neutral] i{color:#4f5361}:host[color=dark]{color:#3d464d}:host[color=dark] i{color:#3d464d}:host[color=orange]{color:#ff6900}:host[color=orange] i{color:#ff6900}:host[color=navigation]{color:#202945}:host[color=navigation] i{color:#202945}:host[color=skyBlue]{color:#009bdf}:host[color=skyBlue] i{color:#009bdf}:host[color=steel]{color:#5b6770}:host[color=steel] i{color:#5b6770}:host[color=metal]{color:#637893}:host[color=metal] i{color:#637893}:host[color=sand]{color:#f4f4f4}:host[color=sand] i{color:#f4f4f4}:host[color=silver]{color:#e2e2e2}:host[color=silver] i{color:#e2e2e2}:host[color=stone]{color:#bebebe}:host[color=stone] i{color:#bebebe}:host[color=ash]{color:#a0a0a0}:host[color=ash] i{color:#a0a0a0}:host[color=anonymous]{color:#696d79}:host[color=anonymous] i{color:#696d79}:host[color=slate]{color:#707070}:host[color=slate] i{color:#707070}:host[color=onyx]{color:#526980}:host[color=onyx] i{color:#526980}:host[color=charcoal]{color:#282828}:host[color=charcoal] i{color:#282828}:host[color=moonlight]{color:#1a242f}:host[color=moonlight] i{color:#1a242f}:host[color=midnight]{color:#202945}:host[color=midnight] i{color:#202945}:host[color=darkness]{color:#161f27}:host[color=darkness] i{color:#161f27}:host[color=navy]{color:#0d2d42}:host[color=navy] i{color:#0d2d42}:host[color=aqua]{color:#3bafda}:host[color=aqua] i{color:#3bafda}:host[color=ocean]{color:#4a89dc}:host[color=ocean] i{color:#4a89dc}:host[color=mint]{color:#37bc9b}:host[color=mint] i{color:#37bc9b}:host[color=grass]{color:#8cc152}:host[color=grass] i{color:#8cc152}:host[color=sunflower]{color:#f6b042}:host[color=sunflower] i{color:#f6b042}:host[color=bittersweet]{color:#eb6845}:host[color=bittersweet] i{color:#eb6845}:host[color=grapefruit]{color:#da4453}:host[color=grapefruit] i{color:#da4453}:host[color=carnation]{color:#d770ad}:host[color=carnation] i{color:#d770ad}:host[color=lavender]{color:#967adc}:host[color=lavender] i{color:#967adc}:host[color=mountain]{color:#9678b6}:host[color=mountain] i{color:#9678b6}:host[color=info]{color:#4a89dc}:host[color=info] i{color:#4a89dc}:host[color=positive]{color:#4a89dc}:host[color=positive] i{color:#4a89dc}:host[color=success]{color:#8cc152}:host[color=success] i{color:#8cc152}:host[color=negative]{color:#da4453}:host[color=negative] i{color:#da4453}:host[color=danger]{color:#da4453}:host[color=danger] i{color:#da4453}:host[color=error]{color:#da4453}:host[color=error] i{color:#da4453}:host[color=warning]{color:#f6b042}:host[color=warning] i{color:#f6b042}:host[color=empty]{color:#cccdcc}:host[color=empty] i{color:#cccdcc}:host[color=disabled]{color:#bebebe}:host[color=disabled] i{color:#bebebe}:host[color=background]{color:#f7f7f7}:host[color=background] i{color:#f7f7f7}:host[color=backgroundDark]{color:#e2e2e2}:host[color=backgroundDark] i{color:#e2e2e2}:host[color=border]{color:#dbdbdb}:host[color=border] i{color:#dbdbdb}:host[color=border2]{color:#f7f7f7}:host[color=border2] i{color:#f7f7f7}:host[color=text]{color:#282828}:host[color=text] i{color:#282828}:host[color=presentation]{color:#5b6770}:host[color=presentation] i{color:#5b6770}:host[color=bullhorn]{color:#ff6900}:host[color=bullhorn] i{color:#ff6900}:host[color=pulse]{color:#3bafda}:host[color=pulse] i{color:#3bafda}:host[color=fastFind]{color:#0d2d42}:host[color=fastFind] i{color:#0d2d42}:host[color=toast]{color:#0d2d42}:host[color=toast] i{color:#0d2d42}:host[color=company]{color:#39d}:host[color=company] i{color:#39d}:host[color=candidate]{color:#4b7}:host[color=candidate] i{color:#4b7}:host[color=lead]{color:#a69}:host[color=lead] i{color:#a69}:host[color=contact]{color:#fa4}:host[color=contact] i{color:#fa4}:host[color=clientcontact]{color:#fa4}:host[color=clientcontact] i{color:#fa4}:host[color=opportunity]{color:#625}:host[color=opportunity] i{color:#625}:host[color=job]{color:#b56}:host[color=job] i{color:#b56}:host[color=joborder]{color:#b56}:host[color=joborder] i{color:#b56}:host[color=submission]{color:#a9adbb}:host[color=submission] i{color:#a9adbb}:host[color=sendout]{color:#747884}:host[color=sendout] i{color:#747884}:host[color=placement]{color:#0b344f}:host[color=placement] i{color:#0b344f}:host[color=note]{color:#747884}:host[color=note] i{color:#747884}:host[color=contract]{color:#454ea0}:host[color=contract] i{color:#454ea0}:host[color=task]{color:#4f5361}:host[color=task] i{color:#4f5361}:host[color=jobCode]{color:#696d79}:host[color=jobCode] i{color:#696d79}:host[color=earnCode]{color:#696d79}:host[color=earnCode] i{color:#696d79}:host[color=invoiceStatement]{color:#696d79}:host[color=invoiceStatement] i{color:#696d79}:host[color=billableCharge]{color:#696d79}:host[color=billableCharge] i{color:#696d79}:host[color=payableCharge]{color:#696d79}:host[color=payableCharge] i{color:#696d79}:host[color=user]{color:#696d79}:host[color=user] i{color:#696d79}:host[color=corporateUser]{color:#696d79}:host[color=corporateUser] i{color:#696d79}:host[color=distributionList]{color:#696d79}:host[color=distributionList] i{color:#696d79}:host[color=credential]{color:#696d79}:host[color=credential] i{color:#696d79}:host[color=person]{color:#696d79}:host[color=person] i{color:#696d79}:host.disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host.disabled:hover .novo-tab-link{opacity:.5}:host .novo-tab-link{font-weight:500;word-break:break-word;overflow-wrap:break-word;line-height:1.375;color:var(--text-muted);font-size:var(--font-size-label);transition:color .2s ease-out,opacity .2s ease-out;vertical-align:middle;font-size:var(--font-size-tab);padding:var(--spacing-md);display:flex;align-items:center;gap:var(--spacing-xs);cursor:pointer;text-transform:uppercase;-webkit-user-select:none;user-select:none}:host .novo-tab-link.text-capitalize{text-transform:capitalize}:host .novo-tab-link.text-uppercase{text-transform:uppercase}:host .novo-tab-link.text-nowrap{white-space:nowrap}:host .novo-tab-link.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host .novo-tab-link.text-size-default{font-size:inherit}:host .novo-tab-link.text-size-body{font-size:var(--font-size-body)}:host .novo-tab-link.text-size-xs{font-size:var(--font-size-xs)}:host .novo-tab-link.text-size-sm{font-size:var(--font-size-sm)}:host .novo-tab-link.text-size-md{font-size:var(--font-size-md)}:host .novo-tab-link.text-size-lg{font-size:var(--font-size-lg)}:host .novo-tab-link.text-size-xl{font-size:var(--font-size-xl)}:host .novo-tab-link.text-size-2xl{font-size:var(--font-size-2xl)}:host .novo-tab-link.text-size-3xl{font-size:var(--font-size-3xl)}:host .novo-tab-link.text-size-smaller{font-size:.8em}:host .novo-tab-link.text-size-larger{font-size:1.2em}:host .novo-tab-link.text-color-black{color:var(--color-black)}:host .novo-tab-link.text-color-white{color:var(--color-white)}:host .novo-tab-link.text-color-gray{color:var(--color-gray)}:host .novo-tab-link.text-color-grey{color:var(--color-grey)}:host .novo-tab-link.text-color-offWhite{color:var(--color-off-white)}:host .novo-tab-link.text-color-bright{color:var(--color-bright)}:host .novo-tab-link.text-color-light{color:var(--color-light)}:host .novo-tab-link.text-color-neutral{color:var(--color-neutral)}:host .novo-tab-link.text-color-dark{color:var(--color-dark)}:host .novo-tab-link.text-color-orange{color:var(--color-orange)}:host .novo-tab-link.text-color-navigation{color:var(--color-navigation)}:host .novo-tab-link.text-color-skyBlue{color:var(--color-sky-blue)}:host .novo-tab-link.text-color-steel{color:var(--color-steel)}:host .novo-tab-link.text-color-metal{color:var(--color-metal)}:host .novo-tab-link.text-color-sand{color:var(--color-sand)}:host .novo-tab-link.text-color-silver{color:var(--color-silver)}:host .novo-tab-link.text-color-stone{color:var(--color-stone)}:host .novo-tab-link.text-color-ash{color:var(--color-ash)}:host .novo-tab-link.text-color-anonymous{color:var(--color-anonymous)}:host .novo-tab-link.text-color-slate{color:var(--color-slate)}:host .novo-tab-link.text-color-onyx{color:var(--color-onyx)}:host .novo-tab-link.text-color-charcoal{color:var(--color-charcoal)}:host .novo-tab-link.text-color-moonlight{color:var(--color-moonlight)}:host .novo-tab-link.text-color-midnight{color:var(--color-midnight)}:host .novo-tab-link.text-color-darkness{color:var(--color-darkness)}:host .novo-tab-link.text-color-navy{color:var(--color-navy)}:host .novo-tab-link.text-color-aqua{color:var(--color-aqua)}:host .novo-tab-link.text-color-ocean{color:var(--color-ocean)}:host .novo-tab-link.text-color-mint{color:var(--color-mint)}:host .novo-tab-link.text-color-grass{color:var(--color-grass)}:host .novo-tab-link.text-color-sunflower{color:var(--color-sunflower)}:host .novo-tab-link.text-color-bittersweet{color:var(--color-bittersweet)}:host .novo-tab-link.text-color-grapefruit{color:var(--color-grapefruit)}:host .novo-tab-link.text-color-carnation{color:var(--color-carnation)}:host .novo-tab-link.text-color-lavender{color:var(--color-lavender)}:host .novo-tab-link.text-color-mountain{color:var(--color-mountain)}:host .novo-tab-link.text-color-info{color:var(--color-info)}:host .novo-tab-link.text-color-positive{color:var(--color-positive)}:host .novo-tab-link.text-color-success{color:var(--color-success)}:host .novo-tab-link.text-color-negative{color:var(--color-negative)}:host .novo-tab-link.text-color-danger{color:var(--color-danger)}:host .novo-tab-link.text-color-error{color:var(--color-error)}:host .novo-tab-link.text-color-warning{color:var(--color-warning)}:host .novo-tab-link.text-color-empty{color:var(--color-empty)}:host .novo-tab-link.text-color-disabled{color:var(--color-disabled)}:host .novo-tab-link.text-color-background{color:var(--color-background)}:host .novo-tab-link.text-color-backgroundDark{color:var(--color-background-dark)}:host .novo-tab-link.text-color-border{color:var(--color-border)}:host .novo-tab-link.text-color-border2{color:var(--color-border2)}:host .novo-tab-link.text-color-text{color:var(--color-text)}:host .novo-tab-link.text-color-presentation{color:var(--color-presentation)}:host .novo-tab-link.text-color-bullhorn{color:var(--color-bullhorn)}:host .novo-tab-link.text-color-pulse{color:var(--color-pulse)}:host .novo-tab-link.text-color-fastFind{color:var(--color-fast-find)}:host .novo-tab-link.text-color-toast{color:var(--color-toast)}:host .novo-tab-link.text-color-company{color:var(--color-company)}:host .novo-tab-link.text-color-candidate{color:var(--color-candidate)}:host .novo-tab-link.text-color-lead{color:var(--color-lead)}:host .novo-tab-link.text-color-contact{color:var(--color-contact)}:host .novo-tab-link.text-color-clientcontact{color:var(--color-clientcontact)}:host .novo-tab-link.text-color-opportunity{color:var(--color-opportunity)}:host .novo-tab-link.text-color-job{color:var(--color-job)}:host .novo-tab-link.text-color-joborder{color:var(--color-joborder)}:host .novo-tab-link.text-color-submission{color:var(--color-submission)}:host .novo-tab-link.text-color-sendout{color:var(--color-sendout)}:host .novo-tab-link.text-color-placement{color:var(--color-placement)}:host .novo-tab-link.text-color-note{color:var(--color-note)}:host .novo-tab-link.text-color-contract{color:var(--color-contract)}:host .novo-tab-link.text-color-task{color:var(--color-task)}:host .novo-tab-link.text-color-jobCode{color:var(--color-job-code)}:host .novo-tab-link.text-color-earnCode{color:var(--color-earn-code)}:host .novo-tab-link.text-color-invoiceStatement{color:var(--color-invoice-statement)}:host .novo-tab-link.text-color-billableCharge{color:var(--color-billable-charge)}:host .novo-tab-link.text-color-payableCharge{color:var(--color-payable-charge)}:host .novo-tab-link.text-color-user{color:var(--color-user)}:host .novo-tab-link.text-color-corporateUser{color:var(--color-corporate-user)}:host .novo-tab-link.text-color-distributionList{color:var(--color-distribution-list)}:host .novo-tab-link.text-color-credential{color:var(--color-credential)}:host .novo-tab-link.text-color-person{color:var(--color-person)}:host .novo-tab-link.margin-before{margin-top:.4rem}:host .novo-tab-link.margin-after{margin-bottom:.8rem}:host .novo-tab-link.text-length-small{max-width:40ch}:host .novo-tab-link.text-length-medium{max-width:55ch}:host .novo-tab-link.text-length-large{max-width:70ch}:host .novo-tab-link.text-weight-hairline{font-weight:var(--font-weight-hairline)}:host .novo-tab-link.text-weight-thin{font-weight:var(--font-weight-thin)}:host .novo-tab-link.text-weight-light{font-weight:var(--font-weight-light)}:host .novo-tab-link.text-weight-normal{font-weight:var(--font-weight-normal)}:host .novo-tab-link.text-weight-medium{font-weight:var(--font-weight-medium)}:host .novo-tab-link.text-weight-semibold{font-weight:var(--font-weight-semibold)}:host .novo-tab-link.text-weight-bold{font-weight:var(--font-weight-bold)}:host .novo-tab-link.text-weight-extrabold{font-weight:var(--font-weight-extrabold)}:host .novo-tab-link.text-weight-heavy{font-weight:var(--font-weight-heavy)}:host .novo-tab-link.text-weight-lighter{font-weight:lighter}:host .novo-tab-link.text-weight-bolder{font-weight:bolder}:host .novo-tab-link:focus{outline:none}:host .indicator{position:absolute;bottom:0;width:0;height:3px;display:block;background:transparent;transition:all .22s ease-in-out}:host.active .novo-tab-link,:host.router-link-active .novo-tab-link{opacity:1;font-weight:500}:host.active .indicator,:host.router-link-active .indicator{background:var(--focus);width:100%}:host:hover .novo-tab-link{opacity:1}:host:focus{outline:none}:host-context(novo-nav[direction=vertical]){display:flex;width:100%;flex-direction:row;align-items:center;min-width:12rem;justify-content:space-between;transition:all .12s ease-in-out}:host-context(novo-nav[direction=vertical]) .novo-tab-link{order:2;flex:1;width:100%;display:flex;flex-flow:row nowrap;gap:var(--spacing-xs);max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.75}:host-context(novo-nav[direction=vertical]) .indicator{order:1;width:4px;height:0;display:block;background:transparent;transition:all .22s ease-in-out}:host-context(novo-nav[direction=vertical]).active,:host-context(novo-nav[direction=vertical]).router-link-active{background:#0000000d}:host-context(novo-nav[direction=vertical]).active .novo-tab-link,:host-context(novo-nav[direction=vertical]).router-link-active .novo-tab-link{opacity:1}:host-context(novo-nav[direction=vertical]).active .indicator,:host-context(novo-nav[direction=vertical]).router-link-active .indicator{height:100%;top:0;bottom:0}:host-context(novo-nav[direction=vertical]):hover .novo-tab-link{opacity:1}:host-context(novo-nav[direction=vertical]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[direction=vertical]).disabled:hover .novo-tab-link{opacity:.5}:host-context(novo-nav[theme=white]){height:auto}:host-context(novo-nav[theme=white]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[theme=white]).disabled:hover .novo-tab-link{opacity:.5;font-weight:400}:host-context(novo-nav[theme=white]) .novo-tab-link{color:var(--text-main);opacity:.75}:host-context(novo-nav[theme=white]).active,:host-context(novo-nav[theme=white]).router-link-active{color:var(--selection)}:host-context(novo-nav[theme=white]).active .novo-tab-link,:host-context(novo-nav[theme=white]).router-link-active .novo-tab-link{color:var(--selection);opacity:1}:host-context(novo-nav[theme=white]).active .indicator,:host-context(novo-nav[theme=white]).router-link-active .indicator{background:currentColor}:host-context(novo-nav[theme=white]):hover .novo-tab-link{font-weight:500}:host-context([data-theme=bh2026]){margin-right:var(--spacing-gap-lg)}:host-context([data-theme=bh2026]) .novo-tab-link{color:var(--color-text-subtle);text-transform:none;font-weight:var(--typography-tabs-default-font-weight)}:host-context([data-theme=bh2026]).active .novo-tab-link,:host-context([data-theme=bh2026]).router-link-active .novo-tab-link{color:var(--color-text-body);font-weight:var(--typography-tabs-active-font-weight)}:host-context([data-theme=bh2026]).active .indicator,:host-context([data-theme=bh2026]).router-link-active .indicator{background:var(--tab-indicator-color, var(--color-border-utility-positive));border-radius:999px 999px 0 0;height:2px}:host-context([data-theme=bh2026]):hover:not(.active):not(.router-link-active):not(.disabled) .novo-tab-link{color:var(--color-text-body);font-weight:var(--typography-tabs-default-font-weight)!important}:host-context([data-theme=bh2026] novo-nav[direction=vertical]){margin-right:0}:host-context([data-theme=bh2026] novo-nav[direction=vertical]).active .indicator,:host-context([data-theme=bh2026] novo-nav[direction=vertical]).router-link-active .indicator{border-radius:0 999px 999px 0}:host-context([data-theme=bh2026] novo-nav[theme=color]) .novo-tab-link{color:var(--color-text-subtle)!important;text-transform:none;font-weight:var(--typography-tabs-default-font-weight)}:host-context([data-theme=bh2026] novo-nav[theme=color]).active .novo-tab-link,:host-context([data-theme=bh2026] novo-nav[theme=color]).router-link-active .novo-tab-link{color:var(--color-text-body)!important;font-weight:var(--typography-tabs-active-font-weight)}:host-context([data-theme=bh2026] novo-nav[theme=color]).active .indicator,:host-context([data-theme=bh2026] novo-nav[theme=color]).router-link-active .indicator{background:var(--tab-indicator-color, var(--color-border-utility-positive));border-radius:999px 999px 0 0;height:2px}:host-context([data-theme=bh2026] novo-nav[theme=color]):hover:not(.active):not(.router-link-active):not(.disabled) .novo-tab-link{color:var(--color-text-body)!important}:host-context(novo-nav[theme=color]) .novo-tab-link,:host-context(novo-nav[theme=neutral]) .novo-tab-link{color:#fff!important}:host-context(novo-nav[theme=color]).active .indicator,:host-context(novo-nav[theme=color]).router-link-active .indicator,:host-context(novo-nav[theme=neutral]).active .indicator,:host-context(novo-nav[theme=neutral]).router-link-active .indicator{background:#fff}:host-context(novo-nav[theme=color]).disabled .novo-tab-link,:host-context(novo-nav[theme=neutral]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[theme=color]).disabled:hover .novo-tab-link,:host-context(novo-nav[theme=neutral]).disabled:hover .novo-tab-link{opacity:.5}:host-context(novo-nav.condensed){font-size:var(--font-size-xs)}:host-context(novo-nav.condensed) .novo-tab-link{padding:var(--spacing-sm)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
260
260
|
}
|
|
261
261
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: NovoTabLinkElement, decorators: [{
|
|
262
262
|
type: Component,
|
|
@@ -269,7 +269,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
269
269
|
<ng-content></ng-content>
|
|
270
270
|
</div>
|
|
271
271
|
<span class="indicator"></span>
|
|
272
|
-
`, changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;position:relative}:host[color=border-default]{color:#dbdbdb}:host[color=border-default] i{color:#dbdbdb}:host[color=black]{color:#000}:host[color=black] i{color:#000}:host[color=white]{color:#fff}:host[color=white] i{color:#fff}:host[color=gray]{color:#9e9e9e}:host[color=gray] i{color:#9e9e9e}:host[color=grey]{color:#9e9e9e}:host[color=grey] i{color:#9e9e9e}:host[color=offWhite]{color:#f7f7f7}:host[color=offWhite] i{color:#f7f7f7}:host[color=bright]{color:#f7f7f7}:host[color=bright] i{color:#f7f7f7}:host[color=light]{color:#dbdbdb}:host[color=light] i{color:#dbdbdb}:host[color=neutral]{color:#4f5361}:host[color=neutral] i{color:#4f5361}:host[color=dark]{color:#3d464d}:host[color=dark] i{color:#3d464d}:host[color=orange]{color:#ff6900}:host[color=orange] i{color:#ff6900}:host[color=navigation]{color:#202945}:host[color=navigation] i{color:#202945}:host[color=skyBlue]{color:#009bdf}:host[color=skyBlue] i{color:#009bdf}:host[color=steel]{color:#5b6770}:host[color=steel] i{color:#5b6770}:host[color=metal]{color:#637893}:host[color=metal] i{color:#637893}:host[color=sand]{color:#f4f4f4}:host[color=sand] i{color:#f4f4f4}:host[color=silver]{color:#e2e2e2}:host[color=silver] i{color:#e2e2e2}:host[color=stone]{color:#bebebe}:host[color=stone] i{color:#bebebe}:host[color=ash]{color:#a0a0a0}:host[color=ash] i{color:#a0a0a0}:host[color=anonymous]{color:#696d79}:host[color=anonymous] i{color:#696d79}:host[color=slate]{color:#707070}:host[color=slate] i{color:#707070}:host[color=onyx]{color:#526980}:host[color=onyx] i{color:#526980}:host[color=charcoal]{color:#282828}:host[color=charcoal] i{color:#282828}:host[color=moonlight]{color:#1a242f}:host[color=moonlight] i{color:#1a242f}:host[color=midnight]{color:#202945}:host[color=midnight] i{color:#202945}:host[color=darkness]{color:#161f27}:host[color=darkness] i{color:#161f27}:host[color=navy]{color:#0d2d42}:host[color=navy] i{color:#0d2d42}:host[color=aqua]{color:#3bafda}:host[color=aqua] i{color:#3bafda}:host[color=ocean]{color:#4a89dc}:host[color=ocean] i{color:#4a89dc}:host[color=mint]{color:#37bc9b}:host[color=mint] i{color:#37bc9b}:host[color=grass]{color:#8cc152}:host[color=grass] i{color:#8cc152}:host[color=sunflower]{color:#f6b042}:host[color=sunflower] i{color:#f6b042}:host[color=bittersweet]{color:#eb6845}:host[color=bittersweet] i{color:#eb6845}:host[color=grapefruit]{color:#da4453}:host[color=grapefruit] i{color:#da4453}:host[color=carnation]{color:#d770ad}:host[color=carnation] i{color:#d770ad}:host[color=lavender]{color:#967adc}:host[color=lavender] i{color:#967adc}:host[color=mountain]{color:#9678b6}:host[color=mountain] i{color:#9678b6}:host[color=info]{color:#4a89dc}:host[color=info] i{color:#4a89dc}:host[color=positive]{color:#4a89dc}:host[color=positive] i{color:#4a89dc}:host[color=success]{color:#8cc152}:host[color=success] i{color:#8cc152}:host[color=negative]{color:#da4453}:host[color=negative] i{color:#da4453}:host[color=danger]{color:#da4453}:host[color=danger] i{color:#da4453}:host[color=error]{color:#da4453}:host[color=error] i{color:#da4453}:host[color=warning]{color:#f6b042}:host[color=warning] i{color:#f6b042}:host[color=empty]{color:#cccdcc}:host[color=empty] i{color:#cccdcc}:host[color=disabled]{color:#bebebe}:host[color=disabled] i{color:#bebebe}:host[color=background]{color:#f7f7f7}:host[color=background] i{color:#f7f7f7}:host[color=backgroundDark]{color:#e2e2e2}:host[color=backgroundDark] i{color:#e2e2e2}:host[color=border]{color:#dbdbdb}:host[color=border] i{color:#dbdbdb}:host[color=border2]{color:#f7f7f7}:host[color=border2] i{color:#f7f7f7}:host[color=text]{color:#282828}:host[color=text] i{color:#282828}:host[color=presentation]{color:#5b6770}:host[color=presentation] i{color:#5b6770}:host[color=bullhorn]{color:#ff6900}:host[color=bullhorn] i{color:#ff6900}:host[color=pulse]{color:#3bafda}:host[color=pulse] i{color:#3bafda}:host[color=fastFind]{color:#0d2d42}:host[color=fastFind] i{color:#0d2d42}:host[color=toast]{color:#0d2d42}:host[color=toast] i{color:#0d2d42}:host[color=company]{color:#39d}:host[color=company] i{color:#39d}:host[color=candidate]{color:#4b7}:host[color=candidate] i{color:#4b7}:host[color=lead]{color:#a69}:host[color=lead] i{color:#a69}:host[color=contact]{color:#fa4}:host[color=contact] i{color:#fa4}:host[color=clientcontact]{color:#fa4}:host[color=clientcontact] i{color:#fa4}:host[color=opportunity]{color:#625}:host[color=opportunity] i{color:#625}:host[color=job]{color:#b56}:host[color=job] i{color:#b56}:host[color=joborder]{color:#b56}:host[color=joborder] i{color:#b56}:host[color=submission]{color:#a9adbb}:host[color=submission] i{color:#a9adbb}:host[color=sendout]{color:#747884}:host[color=sendout] i{color:#747884}:host[color=placement]{color:#0b344f}:host[color=placement] i{color:#0b344f}:host[color=note]{color:#747884}:host[color=note] i{color:#747884}:host[color=contract]{color:#454ea0}:host[color=contract] i{color:#454ea0}:host[color=task]{color:#4f5361}:host[color=task] i{color:#4f5361}:host[color=jobCode]{color:#696d79}:host[color=jobCode] i{color:#696d79}:host[color=earnCode]{color:#696d79}:host[color=earnCode] i{color:#696d79}:host[color=invoiceStatement]{color:#696d79}:host[color=invoiceStatement] i{color:#696d79}:host[color=billableCharge]{color:#696d79}:host[color=billableCharge] i{color:#696d79}:host[color=payableCharge]{color:#696d79}:host[color=payableCharge] i{color:#696d79}:host[color=user]{color:#696d79}:host[color=user] i{color:#696d79}:host[color=corporateUser]{color:#696d79}:host[color=corporateUser] i{color:#696d79}:host[color=distributionList]{color:#696d79}:host[color=distributionList] i{color:#696d79}:host[color=credential]{color:#696d79}:host[color=credential] i{color:#696d79}:host[color=person]{color:#696d79}:host[color=person] i{color:#696d79}:host.disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host.disabled:hover .novo-tab-link{opacity:.5}:host .novo-tab-link{font-weight:500;word-break:word-break;overflow-wrap:break-word;line-height:1.375;color:var(--text-muted);font-size:var(--font-size-label);transition:color .2s ease-out,opacity .2s ease-out;vertical-align:middle;font-size:var(--font-size-tab);padding:var(--spacing-md);display:flex;align-items:center;gap:var(--spacing-xs);cursor:pointer;text-transform:uppercase}:host .novo-tab-link.text-capitalize{text-transform:capitalize}:host .novo-tab-link.text-uppercase{text-transform:uppercase}:host .novo-tab-link.text-nowrap{white-space:nowrap}:host .novo-tab-link.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host .novo-tab-link.text-size-default{font-size:inherit}:host .novo-tab-link.text-size-body{font-size:var(--font-size-body)}:host .novo-tab-link.text-size-xs{font-size:var(--font-size-xs)}:host .novo-tab-link.text-size-sm{font-size:var(--font-size-sm)}:host .novo-tab-link.text-size-md{font-size:var(--font-size-md)}:host .novo-tab-link.text-size-lg{font-size:var(--font-size-lg)}:host .novo-tab-link.text-size-xl{font-size:var(--font-size-xl)}:host .novo-tab-link.text-size-2xl{font-size:var(--font-size-2xl)}:host .novo-tab-link.text-size-3xl{font-size:var(--font-size-3xl)}:host .novo-tab-link.text-size-smaller{font-size:.8em}:host .novo-tab-link.text-size-larger{font-size:1.2em}:host .novo-tab-link.text-color-black{color:var(--color-black)}:host .novo-tab-link.text-color-white{color:var(--color-white)}:host .novo-tab-link.text-color-gray{color:var(--color-gray)}:host .novo-tab-link.text-color-grey{color:var(--color-grey)}:host .novo-tab-link.text-color-offWhite{color:var(--color-off-white)}:host .novo-tab-link.text-color-bright{color:var(--color-bright)}:host .novo-tab-link.text-color-light{color:var(--color-light)}:host .novo-tab-link.text-color-neutral{color:var(--color-neutral)}:host .novo-tab-link.text-color-dark{color:var(--color-dark)}:host .novo-tab-link.text-color-orange{color:var(--color-orange)}:host .novo-tab-link.text-color-navigation{color:var(--color-navigation)}:host .novo-tab-link.text-color-skyBlue{color:var(--color-sky-blue)}:host .novo-tab-link.text-color-steel{color:var(--color-steel)}:host .novo-tab-link.text-color-metal{color:var(--color-metal)}:host .novo-tab-link.text-color-sand{color:var(--color-sand)}:host .novo-tab-link.text-color-silver{color:var(--color-silver)}:host .novo-tab-link.text-color-stone{color:var(--color-stone)}:host .novo-tab-link.text-color-ash{color:var(--color-ash)}:host .novo-tab-link.text-color-anonymous{color:var(--color-anonymous)}:host .novo-tab-link.text-color-slate{color:var(--color-slate)}:host .novo-tab-link.text-color-onyx{color:var(--color-onyx)}:host .novo-tab-link.text-color-charcoal{color:var(--color-charcoal)}:host .novo-tab-link.text-color-moonlight{color:var(--color-moonlight)}:host .novo-tab-link.text-color-midnight{color:var(--color-midnight)}:host .novo-tab-link.text-color-darkness{color:var(--color-darkness)}:host .novo-tab-link.text-color-navy{color:var(--color-navy)}:host .novo-tab-link.text-color-aqua{color:var(--color-aqua)}:host .novo-tab-link.text-color-ocean{color:var(--color-ocean)}:host .novo-tab-link.text-color-mint{color:var(--color-mint)}:host .novo-tab-link.text-color-grass{color:var(--color-grass)}:host .novo-tab-link.text-color-sunflower{color:var(--color-sunflower)}:host .novo-tab-link.text-color-bittersweet{color:var(--color-bittersweet)}:host .novo-tab-link.text-color-grapefruit{color:var(--color-grapefruit)}:host .novo-tab-link.text-color-carnation{color:var(--color-carnation)}:host .novo-tab-link.text-color-lavender{color:var(--color-lavender)}:host .novo-tab-link.text-color-mountain{color:var(--color-mountain)}:host .novo-tab-link.text-color-info{color:var(--color-info)}:host .novo-tab-link.text-color-positive{color:var(--color-positive)}:host .novo-tab-link.text-color-success{color:var(--color-success)}:host .novo-tab-link.text-color-negative{color:var(--color-negative)}:host .novo-tab-link.text-color-danger{color:var(--color-danger)}:host .novo-tab-link.text-color-error{color:var(--color-error)}:host .novo-tab-link.text-color-warning{color:var(--color-warning)}:host .novo-tab-link.text-color-empty{color:var(--color-empty)}:host .novo-tab-link.text-color-disabled{color:var(--color-disabled)}:host .novo-tab-link.text-color-background{color:var(--color-background)}:host .novo-tab-link.text-color-backgroundDark{color:var(--color-background-dark)}:host .novo-tab-link.text-color-border{color:var(--color-border)}:host .novo-tab-link.text-color-border2{color:var(--color-border2)}:host .novo-tab-link.text-color-text{color:var(--color-text)}:host .novo-tab-link.text-color-presentation{color:var(--color-presentation)}:host .novo-tab-link.text-color-bullhorn{color:var(--color-bullhorn)}:host .novo-tab-link.text-color-pulse{color:var(--color-pulse)}:host .novo-tab-link.text-color-fastFind{color:var(--color-fast-find)}:host .novo-tab-link.text-color-toast{color:var(--color-toast)}:host .novo-tab-link.text-color-company{color:var(--color-company)}:host .novo-tab-link.text-color-candidate{color:var(--color-candidate)}:host .novo-tab-link.text-color-lead{color:var(--color-lead)}:host .novo-tab-link.text-color-contact{color:var(--color-contact)}:host .novo-tab-link.text-color-clientcontact{color:var(--color-clientcontact)}:host .novo-tab-link.text-color-opportunity{color:var(--color-opportunity)}:host .novo-tab-link.text-color-job{color:var(--color-job)}:host .novo-tab-link.text-color-joborder{color:var(--color-joborder)}:host .novo-tab-link.text-color-submission{color:var(--color-submission)}:host .novo-tab-link.text-color-sendout{color:var(--color-sendout)}:host .novo-tab-link.text-color-placement{color:var(--color-placement)}:host .novo-tab-link.text-color-note{color:var(--color-note)}:host .novo-tab-link.text-color-contract{color:var(--color-contract)}:host .novo-tab-link.text-color-task{color:var(--color-task)}:host .novo-tab-link.text-color-jobCode{color:var(--color-job-code)}:host .novo-tab-link.text-color-earnCode{color:var(--color-earn-code)}:host .novo-tab-link.text-color-invoiceStatement{color:var(--color-invoice-statement)}:host .novo-tab-link.text-color-billableCharge{color:var(--color-billable-charge)}:host .novo-tab-link.text-color-payableCharge{color:var(--color-payable-charge)}:host .novo-tab-link.text-color-user{color:var(--color-user)}:host .novo-tab-link.text-color-corporateUser{color:var(--color-corporate-user)}:host .novo-tab-link.text-color-distributionList{color:var(--color-distribution-list)}:host .novo-tab-link.text-color-credential{color:var(--color-credential)}:host .novo-tab-link.text-color-person{color:var(--color-person)}:host .novo-tab-link.margin-before{margin-top:.4rem}:host .novo-tab-link.margin-after{margin-bottom:.8rem}:host .novo-tab-link.text-length-small{max-width:40ch}:host .novo-tab-link.text-length-medium{max-width:55ch}:host .novo-tab-link.text-length-large{max-width:70ch}:host .novo-tab-link.text-weight-hairline{font-weight:var(--font-weight-hairline)}:host .novo-tab-link.text-weight-thin{font-weight:var(--font-weight-thin)}:host .novo-tab-link.text-weight-light{font-weight:var(--font-weight-light)}:host .novo-tab-link.text-weight-normal{font-weight:var(--font-weight-normal)}:host .novo-tab-link.text-weight-medium{font-weight:var(--font-weight-medium)}:host .novo-tab-link.text-weight-semibold{font-weight:var(--font-weight-semibold)}:host .novo-tab-link.text-weight-bold{font-weight:var(--font-weight-bold)}:host .novo-tab-link.text-weight-extrabold{font-weight:var(--font-weight-extrabold)}:host .novo-tab-link.text-weight-heavy{font-weight:var(--font-weight-heavy)}:host .novo-tab-link.text-weight-lighter{font-weight:lighter}:host .novo-tab-link.text-weight-bolder{font-weight:bolder}:host .novo-tab-link:focus{outline:none}:host .indicator{position:absolute;bottom:0;width:0;height:3px;display:block;background:transparent;transition:all .22s ease-in-out}:host.active .novo-tab-link,:host.router-link-active .novo-tab-link{opacity:1;font-weight:500}:host.active .indicator,:host.router-link-active .indicator{background:var(--focus);width:100%}:host:hover .novo-tab-link{opacity:1}:host:focus{outline:none}:host-context(novo-nav[direction=vertical]){display:flex;width:100%;flex-direction:row;align-items:center;min-width:12rem;justify-content:space-between;transition:all .12s ease-in-out}:host-context(novo-nav[direction=vertical]) .novo-tab-link{order:2;flex:1;width:100%;display:flex;flex-flow:row nowrap;gap:var(--spacing-xs);max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.75}:host-context(novo-nav[direction=vertical]) .indicator{order:1;width:4px;height:0;display:block;background:transparent;transition:all .22s ease-in-out}:host-context(novo-nav[direction=vertical]).active,:host-context(novo-nav[direction=vertical]).router-link-active{background:#0000000d}:host-context(novo-nav[direction=vertical]).active .novo-tab-link,:host-context(novo-nav[direction=vertical]).router-link-active .novo-tab-link{opacity:1}:host-context(novo-nav[direction=vertical]).active .indicator,:host-context(novo-nav[direction=vertical]).router-link-active .indicator{height:100%;top:0;bottom:0}:host-context(novo-nav[direction=vertical]):hover .novo-tab-link{opacity:1}:host-context(novo-nav[direction=vertical]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[direction=vertical]).disabled:hover .novo-tab-link{opacity:.5}:host-context(novo-nav[theme=white]){height:auto}:host-context(novo-nav[theme=white]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[theme=white]).disabled:hover .novo-tab-link{opacity:.5;font-weight:400}:host-context(novo-nav[theme=white]) .novo-tab-link{color:var(--text-main);opacity:.75}:host-context(novo-nav[theme=white]).active,:host-context(novo-nav[theme=white]).router-link-active{color:var(--selection)}:host-context(novo-nav[theme=white]).active .novo-tab-link,:host-context(novo-nav[theme=white]).router-link-active .novo-tab-link{color:var(--selection);opacity:1}:host-context(novo-nav[theme=white]).active .indicator,:host-context(novo-nav[theme=white]).router-link-active .indicator{background:currentColor}:host-context(novo-nav[theme=white]):hover .novo-tab-link{font-weight:500}:host-context([data-theme=bh2026]){margin-right:var(--spacing-gap-lg)}:host-context([data-theme=bh2026]) .novo-tab-link{color:var(--color-content-link, #282828);text-transform:none;font-weight:400}:host-context([data-theme=bh2026]).active,:host-context([data-theme=bh2026]).router-link-active{color:var(--color-content-link-hover, #221f1f)}:host-context([data-theme=bh2026]).active .novo-tab-link,:host-context([data-theme=bh2026]).router-link-active .novo-tab-link{color:var(--color-content-link-hover, #221f1f);font-weight:500}:host-context([data-theme=bh2026]).active .indicator,:host-context([data-theme=bh2026]).router-link-active .indicator{background:var(--color-content-link-hover, #221f1f);border-radius:3px 3px 0 0/100% 100% 0 0}:host-context([data-theme=bh2026]):hover .novo-tab-link{font-weight:500}:host-context(novo-nav[theme=color]) .novo-tab-link,:host-context(novo-nav[theme=neutral]) .novo-tab-link{color:#fff}:host-context(novo-nav[theme=color]).active .indicator,:host-context(novo-nav[theme=color]).router-link-active .indicator,:host-context(novo-nav[theme=neutral]).active .indicator,:host-context(novo-nav[theme=neutral]).router-link-active .indicator{background:#fff}:host-context(novo-nav[theme=color]).disabled .novo-tab-link,:host-context(novo-nav[theme=neutral]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[theme=color]).disabled:hover .novo-tab-link,:host-context(novo-nav[theme=neutral]).disabled:hover .novo-tab-link{opacity:.5}:host-context(novo-nav.condensed){font-size:var(--font-size-xs)}:host-context(novo-nav.condensed) .novo-tab-link{padding:var(--spacing-sm)}\n"] }]
|
|
272
|
+
`, changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;position:relative}:host[color=border-default]{color:#dbdbdb}:host[color=border-default] i{color:#dbdbdb}:host[color=black]{color:#000}:host[color=black] i{color:#000}:host[color=white]{color:#fff}:host[color=white] i{color:#fff}:host[color=gray]{color:#9e9e9e}:host[color=gray] i{color:#9e9e9e}:host[color=grey]{color:#9e9e9e}:host[color=grey] i{color:#9e9e9e}:host[color=offWhite]{color:#f7f7f7}:host[color=offWhite] i{color:#f7f7f7}:host[color=bright]{color:#f7f7f7}:host[color=bright] i{color:#f7f7f7}:host[color=light]{color:#dbdbdb}:host[color=light] i{color:#dbdbdb}:host[color=neutral]{color:#4f5361}:host[color=neutral] i{color:#4f5361}:host[color=dark]{color:#3d464d}:host[color=dark] i{color:#3d464d}:host[color=orange]{color:#ff6900}:host[color=orange] i{color:#ff6900}:host[color=navigation]{color:#202945}:host[color=navigation] i{color:#202945}:host[color=skyBlue]{color:#009bdf}:host[color=skyBlue] i{color:#009bdf}:host[color=steel]{color:#5b6770}:host[color=steel] i{color:#5b6770}:host[color=metal]{color:#637893}:host[color=metal] i{color:#637893}:host[color=sand]{color:#f4f4f4}:host[color=sand] i{color:#f4f4f4}:host[color=silver]{color:#e2e2e2}:host[color=silver] i{color:#e2e2e2}:host[color=stone]{color:#bebebe}:host[color=stone] i{color:#bebebe}:host[color=ash]{color:#a0a0a0}:host[color=ash] i{color:#a0a0a0}:host[color=anonymous]{color:#696d79}:host[color=anonymous] i{color:#696d79}:host[color=slate]{color:#707070}:host[color=slate] i{color:#707070}:host[color=onyx]{color:#526980}:host[color=onyx] i{color:#526980}:host[color=charcoal]{color:#282828}:host[color=charcoal] i{color:#282828}:host[color=moonlight]{color:#1a242f}:host[color=moonlight] i{color:#1a242f}:host[color=midnight]{color:#202945}:host[color=midnight] i{color:#202945}:host[color=darkness]{color:#161f27}:host[color=darkness] i{color:#161f27}:host[color=navy]{color:#0d2d42}:host[color=navy] i{color:#0d2d42}:host[color=aqua]{color:#3bafda}:host[color=aqua] i{color:#3bafda}:host[color=ocean]{color:#4a89dc}:host[color=ocean] i{color:#4a89dc}:host[color=mint]{color:#37bc9b}:host[color=mint] i{color:#37bc9b}:host[color=grass]{color:#8cc152}:host[color=grass] i{color:#8cc152}:host[color=sunflower]{color:#f6b042}:host[color=sunflower] i{color:#f6b042}:host[color=bittersweet]{color:#eb6845}:host[color=bittersweet] i{color:#eb6845}:host[color=grapefruit]{color:#da4453}:host[color=grapefruit] i{color:#da4453}:host[color=carnation]{color:#d770ad}:host[color=carnation] i{color:#d770ad}:host[color=lavender]{color:#967adc}:host[color=lavender] i{color:#967adc}:host[color=mountain]{color:#9678b6}:host[color=mountain] i{color:#9678b6}:host[color=info]{color:#4a89dc}:host[color=info] i{color:#4a89dc}:host[color=positive]{color:#4a89dc}:host[color=positive] i{color:#4a89dc}:host[color=success]{color:#8cc152}:host[color=success] i{color:#8cc152}:host[color=negative]{color:#da4453}:host[color=negative] i{color:#da4453}:host[color=danger]{color:#da4453}:host[color=danger] i{color:#da4453}:host[color=error]{color:#da4453}:host[color=error] i{color:#da4453}:host[color=warning]{color:#f6b042}:host[color=warning] i{color:#f6b042}:host[color=empty]{color:#cccdcc}:host[color=empty] i{color:#cccdcc}:host[color=disabled]{color:#bebebe}:host[color=disabled] i{color:#bebebe}:host[color=background]{color:#f7f7f7}:host[color=background] i{color:#f7f7f7}:host[color=backgroundDark]{color:#e2e2e2}:host[color=backgroundDark] i{color:#e2e2e2}:host[color=border]{color:#dbdbdb}:host[color=border] i{color:#dbdbdb}:host[color=border2]{color:#f7f7f7}:host[color=border2] i{color:#f7f7f7}:host[color=text]{color:#282828}:host[color=text] i{color:#282828}:host[color=presentation]{color:#5b6770}:host[color=presentation] i{color:#5b6770}:host[color=bullhorn]{color:#ff6900}:host[color=bullhorn] i{color:#ff6900}:host[color=pulse]{color:#3bafda}:host[color=pulse] i{color:#3bafda}:host[color=fastFind]{color:#0d2d42}:host[color=fastFind] i{color:#0d2d42}:host[color=toast]{color:#0d2d42}:host[color=toast] i{color:#0d2d42}:host[color=company]{color:#39d}:host[color=company] i{color:#39d}:host[color=candidate]{color:#4b7}:host[color=candidate] i{color:#4b7}:host[color=lead]{color:#a69}:host[color=lead] i{color:#a69}:host[color=contact]{color:#fa4}:host[color=contact] i{color:#fa4}:host[color=clientcontact]{color:#fa4}:host[color=clientcontact] i{color:#fa4}:host[color=opportunity]{color:#625}:host[color=opportunity] i{color:#625}:host[color=job]{color:#b56}:host[color=job] i{color:#b56}:host[color=joborder]{color:#b56}:host[color=joborder] i{color:#b56}:host[color=submission]{color:#a9adbb}:host[color=submission] i{color:#a9adbb}:host[color=sendout]{color:#747884}:host[color=sendout] i{color:#747884}:host[color=placement]{color:#0b344f}:host[color=placement] i{color:#0b344f}:host[color=note]{color:#747884}:host[color=note] i{color:#747884}:host[color=contract]{color:#454ea0}:host[color=contract] i{color:#454ea0}:host[color=task]{color:#4f5361}:host[color=task] i{color:#4f5361}:host[color=jobCode]{color:#696d79}:host[color=jobCode] i{color:#696d79}:host[color=earnCode]{color:#696d79}:host[color=earnCode] i{color:#696d79}:host[color=invoiceStatement]{color:#696d79}:host[color=invoiceStatement] i{color:#696d79}:host[color=billableCharge]{color:#696d79}:host[color=billableCharge] i{color:#696d79}:host[color=payableCharge]{color:#696d79}:host[color=payableCharge] i{color:#696d79}:host[color=user]{color:#696d79}:host[color=user] i{color:#696d79}:host[color=corporateUser]{color:#696d79}:host[color=corporateUser] i{color:#696d79}:host[color=distributionList]{color:#696d79}:host[color=distributionList] i{color:#696d79}:host[color=credential]{color:#696d79}:host[color=credential] i{color:#696d79}:host[color=person]{color:#696d79}:host[color=person] i{color:#696d79}:host.disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host.disabled:hover .novo-tab-link{opacity:.5}:host .novo-tab-link{font-weight:500;word-break:break-word;overflow-wrap:break-word;line-height:1.375;color:var(--text-muted);font-size:var(--font-size-label);transition:color .2s ease-out,opacity .2s ease-out;vertical-align:middle;font-size:var(--font-size-tab);padding:var(--spacing-md);display:flex;align-items:center;gap:var(--spacing-xs);cursor:pointer;text-transform:uppercase;-webkit-user-select:none;user-select:none}:host .novo-tab-link.text-capitalize{text-transform:capitalize}:host .novo-tab-link.text-uppercase{text-transform:uppercase}:host .novo-tab-link.text-nowrap{white-space:nowrap}:host .novo-tab-link.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host .novo-tab-link.text-size-default{font-size:inherit}:host .novo-tab-link.text-size-body{font-size:var(--font-size-body)}:host .novo-tab-link.text-size-xs{font-size:var(--font-size-xs)}:host .novo-tab-link.text-size-sm{font-size:var(--font-size-sm)}:host .novo-tab-link.text-size-md{font-size:var(--font-size-md)}:host .novo-tab-link.text-size-lg{font-size:var(--font-size-lg)}:host .novo-tab-link.text-size-xl{font-size:var(--font-size-xl)}:host .novo-tab-link.text-size-2xl{font-size:var(--font-size-2xl)}:host .novo-tab-link.text-size-3xl{font-size:var(--font-size-3xl)}:host .novo-tab-link.text-size-smaller{font-size:.8em}:host .novo-tab-link.text-size-larger{font-size:1.2em}:host .novo-tab-link.text-color-black{color:var(--color-black)}:host .novo-tab-link.text-color-white{color:var(--color-white)}:host .novo-tab-link.text-color-gray{color:var(--color-gray)}:host .novo-tab-link.text-color-grey{color:var(--color-grey)}:host .novo-tab-link.text-color-offWhite{color:var(--color-off-white)}:host .novo-tab-link.text-color-bright{color:var(--color-bright)}:host .novo-tab-link.text-color-light{color:var(--color-light)}:host .novo-tab-link.text-color-neutral{color:var(--color-neutral)}:host .novo-tab-link.text-color-dark{color:var(--color-dark)}:host .novo-tab-link.text-color-orange{color:var(--color-orange)}:host .novo-tab-link.text-color-navigation{color:var(--color-navigation)}:host .novo-tab-link.text-color-skyBlue{color:var(--color-sky-blue)}:host .novo-tab-link.text-color-steel{color:var(--color-steel)}:host .novo-tab-link.text-color-metal{color:var(--color-metal)}:host .novo-tab-link.text-color-sand{color:var(--color-sand)}:host .novo-tab-link.text-color-silver{color:var(--color-silver)}:host .novo-tab-link.text-color-stone{color:var(--color-stone)}:host .novo-tab-link.text-color-ash{color:var(--color-ash)}:host .novo-tab-link.text-color-anonymous{color:var(--color-anonymous)}:host .novo-tab-link.text-color-slate{color:var(--color-slate)}:host .novo-tab-link.text-color-onyx{color:var(--color-onyx)}:host .novo-tab-link.text-color-charcoal{color:var(--color-charcoal)}:host .novo-tab-link.text-color-moonlight{color:var(--color-moonlight)}:host .novo-tab-link.text-color-midnight{color:var(--color-midnight)}:host .novo-tab-link.text-color-darkness{color:var(--color-darkness)}:host .novo-tab-link.text-color-navy{color:var(--color-navy)}:host .novo-tab-link.text-color-aqua{color:var(--color-aqua)}:host .novo-tab-link.text-color-ocean{color:var(--color-ocean)}:host .novo-tab-link.text-color-mint{color:var(--color-mint)}:host .novo-tab-link.text-color-grass{color:var(--color-grass)}:host .novo-tab-link.text-color-sunflower{color:var(--color-sunflower)}:host .novo-tab-link.text-color-bittersweet{color:var(--color-bittersweet)}:host .novo-tab-link.text-color-grapefruit{color:var(--color-grapefruit)}:host .novo-tab-link.text-color-carnation{color:var(--color-carnation)}:host .novo-tab-link.text-color-lavender{color:var(--color-lavender)}:host .novo-tab-link.text-color-mountain{color:var(--color-mountain)}:host .novo-tab-link.text-color-info{color:var(--color-info)}:host .novo-tab-link.text-color-positive{color:var(--color-positive)}:host .novo-tab-link.text-color-success{color:var(--color-success)}:host .novo-tab-link.text-color-negative{color:var(--color-negative)}:host .novo-tab-link.text-color-danger{color:var(--color-danger)}:host .novo-tab-link.text-color-error{color:var(--color-error)}:host .novo-tab-link.text-color-warning{color:var(--color-warning)}:host .novo-tab-link.text-color-empty{color:var(--color-empty)}:host .novo-tab-link.text-color-disabled{color:var(--color-disabled)}:host .novo-tab-link.text-color-background{color:var(--color-background)}:host .novo-tab-link.text-color-backgroundDark{color:var(--color-background-dark)}:host .novo-tab-link.text-color-border{color:var(--color-border)}:host .novo-tab-link.text-color-border2{color:var(--color-border2)}:host .novo-tab-link.text-color-text{color:var(--color-text)}:host .novo-tab-link.text-color-presentation{color:var(--color-presentation)}:host .novo-tab-link.text-color-bullhorn{color:var(--color-bullhorn)}:host .novo-tab-link.text-color-pulse{color:var(--color-pulse)}:host .novo-tab-link.text-color-fastFind{color:var(--color-fast-find)}:host .novo-tab-link.text-color-toast{color:var(--color-toast)}:host .novo-tab-link.text-color-company{color:var(--color-company)}:host .novo-tab-link.text-color-candidate{color:var(--color-candidate)}:host .novo-tab-link.text-color-lead{color:var(--color-lead)}:host .novo-tab-link.text-color-contact{color:var(--color-contact)}:host .novo-tab-link.text-color-clientcontact{color:var(--color-clientcontact)}:host .novo-tab-link.text-color-opportunity{color:var(--color-opportunity)}:host .novo-tab-link.text-color-job{color:var(--color-job)}:host .novo-tab-link.text-color-joborder{color:var(--color-joborder)}:host .novo-tab-link.text-color-submission{color:var(--color-submission)}:host .novo-tab-link.text-color-sendout{color:var(--color-sendout)}:host .novo-tab-link.text-color-placement{color:var(--color-placement)}:host .novo-tab-link.text-color-note{color:var(--color-note)}:host .novo-tab-link.text-color-contract{color:var(--color-contract)}:host .novo-tab-link.text-color-task{color:var(--color-task)}:host .novo-tab-link.text-color-jobCode{color:var(--color-job-code)}:host .novo-tab-link.text-color-earnCode{color:var(--color-earn-code)}:host .novo-tab-link.text-color-invoiceStatement{color:var(--color-invoice-statement)}:host .novo-tab-link.text-color-billableCharge{color:var(--color-billable-charge)}:host .novo-tab-link.text-color-payableCharge{color:var(--color-payable-charge)}:host .novo-tab-link.text-color-user{color:var(--color-user)}:host .novo-tab-link.text-color-corporateUser{color:var(--color-corporate-user)}:host .novo-tab-link.text-color-distributionList{color:var(--color-distribution-list)}:host .novo-tab-link.text-color-credential{color:var(--color-credential)}:host .novo-tab-link.text-color-person{color:var(--color-person)}:host .novo-tab-link.margin-before{margin-top:.4rem}:host .novo-tab-link.margin-after{margin-bottom:.8rem}:host .novo-tab-link.text-length-small{max-width:40ch}:host .novo-tab-link.text-length-medium{max-width:55ch}:host .novo-tab-link.text-length-large{max-width:70ch}:host .novo-tab-link.text-weight-hairline{font-weight:var(--font-weight-hairline)}:host .novo-tab-link.text-weight-thin{font-weight:var(--font-weight-thin)}:host .novo-tab-link.text-weight-light{font-weight:var(--font-weight-light)}:host .novo-tab-link.text-weight-normal{font-weight:var(--font-weight-normal)}:host .novo-tab-link.text-weight-medium{font-weight:var(--font-weight-medium)}:host .novo-tab-link.text-weight-semibold{font-weight:var(--font-weight-semibold)}:host .novo-tab-link.text-weight-bold{font-weight:var(--font-weight-bold)}:host .novo-tab-link.text-weight-extrabold{font-weight:var(--font-weight-extrabold)}:host .novo-tab-link.text-weight-heavy{font-weight:var(--font-weight-heavy)}:host .novo-tab-link.text-weight-lighter{font-weight:lighter}:host .novo-tab-link.text-weight-bolder{font-weight:bolder}:host .novo-tab-link:focus{outline:none}:host .indicator{position:absolute;bottom:0;width:0;height:3px;display:block;background:transparent;transition:all .22s ease-in-out}:host.active .novo-tab-link,:host.router-link-active .novo-tab-link{opacity:1;font-weight:500}:host.active .indicator,:host.router-link-active .indicator{background:var(--focus);width:100%}:host:hover .novo-tab-link{opacity:1}:host:focus{outline:none}:host-context(novo-nav[direction=vertical]){display:flex;width:100%;flex-direction:row;align-items:center;min-width:12rem;justify-content:space-between;transition:all .12s ease-in-out}:host-context(novo-nav[direction=vertical]) .novo-tab-link{order:2;flex:1;width:100%;display:flex;flex-flow:row nowrap;gap:var(--spacing-xs);max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.75}:host-context(novo-nav[direction=vertical]) .indicator{order:1;width:4px;height:0;display:block;background:transparent;transition:all .22s ease-in-out}:host-context(novo-nav[direction=vertical]).active,:host-context(novo-nav[direction=vertical]).router-link-active{background:#0000000d}:host-context(novo-nav[direction=vertical]).active .novo-tab-link,:host-context(novo-nav[direction=vertical]).router-link-active .novo-tab-link{opacity:1}:host-context(novo-nav[direction=vertical]).active .indicator,:host-context(novo-nav[direction=vertical]).router-link-active .indicator{height:100%;top:0;bottom:0}:host-context(novo-nav[direction=vertical]):hover .novo-tab-link{opacity:1}:host-context(novo-nav[direction=vertical]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[direction=vertical]).disabled:hover .novo-tab-link{opacity:.5}:host-context(novo-nav[theme=white]){height:auto}:host-context(novo-nav[theme=white]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[theme=white]).disabled:hover .novo-tab-link{opacity:.5;font-weight:400}:host-context(novo-nav[theme=white]) .novo-tab-link{color:var(--text-main);opacity:.75}:host-context(novo-nav[theme=white]).active,:host-context(novo-nav[theme=white]).router-link-active{color:var(--selection)}:host-context(novo-nav[theme=white]).active .novo-tab-link,:host-context(novo-nav[theme=white]).router-link-active .novo-tab-link{color:var(--selection);opacity:1}:host-context(novo-nav[theme=white]).active .indicator,:host-context(novo-nav[theme=white]).router-link-active .indicator{background:currentColor}:host-context(novo-nav[theme=white]):hover .novo-tab-link{font-weight:500}:host-context([data-theme=bh2026]){margin-right:var(--spacing-gap-lg)}:host-context([data-theme=bh2026]) .novo-tab-link{color:var(--color-text-subtle);text-transform:none;font-weight:var(--typography-tabs-default-font-weight)}:host-context([data-theme=bh2026]).active .novo-tab-link,:host-context([data-theme=bh2026]).router-link-active .novo-tab-link{color:var(--color-text-body);font-weight:var(--typography-tabs-active-font-weight)}:host-context([data-theme=bh2026]).active .indicator,:host-context([data-theme=bh2026]).router-link-active .indicator{background:var(--tab-indicator-color, var(--color-border-utility-positive));border-radius:999px 999px 0 0;height:2px}:host-context([data-theme=bh2026]):hover:not(.active):not(.router-link-active):not(.disabled) .novo-tab-link{color:var(--color-text-body);font-weight:var(--typography-tabs-default-font-weight)!important}:host-context([data-theme=bh2026] novo-nav[direction=vertical]){margin-right:0}:host-context([data-theme=bh2026] novo-nav[direction=vertical]).active .indicator,:host-context([data-theme=bh2026] novo-nav[direction=vertical]).router-link-active .indicator{border-radius:0 999px 999px 0}:host-context([data-theme=bh2026] novo-nav[theme=color]) .novo-tab-link{color:var(--color-text-subtle)!important;text-transform:none;font-weight:var(--typography-tabs-default-font-weight)}:host-context([data-theme=bh2026] novo-nav[theme=color]).active .novo-tab-link,:host-context([data-theme=bh2026] novo-nav[theme=color]).router-link-active .novo-tab-link{color:var(--color-text-body)!important;font-weight:var(--typography-tabs-active-font-weight)}:host-context([data-theme=bh2026] novo-nav[theme=color]).active .indicator,:host-context([data-theme=bh2026] novo-nav[theme=color]).router-link-active .indicator{background:var(--tab-indicator-color, var(--color-border-utility-positive));border-radius:999px 999px 0 0;height:2px}:host-context([data-theme=bh2026] novo-nav[theme=color]):hover:not(.active):not(.router-link-active):not(.disabled) .novo-tab-link{color:var(--color-text-body)!important}:host-context(novo-nav[theme=color]) .novo-tab-link,:host-context(novo-nav[theme=neutral]) .novo-tab-link{color:#fff!important}:host-context(novo-nav[theme=color]).active .indicator,:host-context(novo-nav[theme=color]).router-link-active .indicator,:host-context(novo-nav[theme=neutral]).active .indicator,:host-context(novo-nav[theme=neutral]).router-link-active .indicator{background:#fff}:host-context(novo-nav[theme=color]).disabled .novo-tab-link,:host-context(novo-nav[theme=neutral]).disabled .novo-tab-link{opacity:.5;cursor:not-allowed}:host-context(novo-nav[theme=color]).disabled:hover .novo-tab-link,:host-context(novo-nav[theme=neutral]).disabled:hover .novo-tab-link{opacity:.5}:host-context(novo-nav.condensed){font-size:var(--font-size-xs)}:host-context(novo-nav.condensed) .novo-tab-link{padding:var(--spacing-sm)}\n"] }]
|
|
273
273
|
}], ctorParameters: () => [{ type: NovoNavElement }, { type: i1.Router }, { type: i0.ChangeDetectorRef }, { type: i1.RouterLink, decorators: [{
|
|
274
274
|
type: Optional
|
|
275
275
|
}] }], propDecorators: { role: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"novo-elements-elements-tabs.mjs","sources":["../../../projects/novo-elements/src/elements/tabs/Tabs.ts","../../../projects/novo-elements/src/elements/tabs/Tabs.module.ts","../../../projects/novo-elements/src/elements/tabs/novo-elements-elements-tabs.ts"],"sourcesContent":["// NG2\nimport { coerceNumberProperty } from '@angular/cdk/coercion';\nimport {\n AfterContentChecked,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n HostBinding,\n Input,\n OnInit,\n Optional,\n Output,\n ViewChild,\n ViewEncapsulation,\n} from '@angular/core';\nimport { Router, RouterLink } from '@angular/router';\nimport { BooleanInput } from 'novo-elements/utils';\n\n@Component({\n selector: 'novo-nav',\n template: '<ng-content></ng-content>',\n styleUrls: ['./tab-nav.scss'],\n standalone: false,\n})\nexport class NovoNavElement implements AfterContentChecked {\n @Input()\n theme: string = '';\n @Input()\n direction: string = '';\n @Input()\n outlet: any;\n @Input()\n router: string;\n @HostBinding('class.condensed')\n @Input()\n @BooleanInput()\n condensed: boolean = false;\n\n items: Array<any> = [];\n\n /** The index of the active tab. */\n @Input()\n get selectedIndex(): number | null {\n return this._selectedIndex;\n }\n set selectedIndex(value: number | null) {\n this._indexToSelect = coerceNumberProperty(value, null);\n }\n private _selectedIndex: number | null = null;\n /** The tab index that should be selected after the content has been checked. */\n private _indexToSelect: number | null = 0;\n /** Output to enable support for two-way binding on `[(selectedIndex)]` */\n @Output() readonly selectedIndexChange: EventEmitter<number> = new EventEmitter<number>();\n\n ngAfterContentChecked() {\n // Don't clamp the `indexToSelect` immediately in the setter because it can happen that\n // the amount of tabs changes before the actual change detection runs.\n const indexToSelect = (this._indexToSelect = this._clampTabIndex(this._indexToSelect));\n if (this._selectedIndex !== indexToSelect) {\n const isFirstRun = this._selectedIndex == null;\n // Changing these values after change detection has run\n // since the checked content may contain references to them.\n Promise.resolve().then(() => {\n this._deactivateAllItems(this.items);\n this._activateSelectedItem(indexToSelect);\n this._showActiveContent(indexToSelect);\n if (!isFirstRun) {\n this.selectedIndexChange.emit(indexToSelect);\n }\n });\n\n this._selectedIndex = indexToSelect;\n }\n }\n\n select(item) {\n const indexToSelect = this.items.indexOf(item);\n // Deactivate all other tabs\n this._deactivateAllItems(this.items);\n this._activateSelectedItem(indexToSelect);\n this._showActiveContent(indexToSelect);\n this.selectedIndexChange.emit(indexToSelect);\n }\n\n add(item) {\n if (this.items.length === 0) {\n item.active = true;\n // item.selected.next();\n }\n this.items.push(item);\n }\n\n private _activateSelectedItem(indexToSelect: number) {\n const item = this.items[indexToSelect];\n if (item) {\n item.active = true;\n }\n }\n\n private _showActiveContent(indexToSelect: number) {\n if (this.outlet) {\n this.outlet.show(indexToSelect);\n }\n }\n\n private _deactivateAllItems(items: Array<any>) {\n items.forEach((t) => {\n if (t.active === true) {\n // t.deselected.next();\n }\n t.active = false;\n });\n }\n\n /** Clamps the given index to the bounds of 0 and the tabs length. */\n private _clampTabIndex(index: number | null): number {\n return Math.min(this.items.length - 1, Math.max(index || 0, 0));\n }\n}\n\n@Component({\n selector: 'novo-tab',\n host: {\n '(click)': 'select()',\n '[class.active]': 'active',\n '[class.disabled]': 'disabled',\n '[attr.role]': '\"tab\"',\n },\n template: `\n <div #tablink class=\"novo-tab-link\">\n <ng-content></ng-content>\n </div>\n <span class=\"indicator\"></span>\n `,\n styleUrls: ['./tab.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n})\nexport class NovoTabElement {\n @HostBinding('attr.role')\n public role = 'tab';\n\n @Input()\n active: boolean = false;\n\n @Input()\n color: string;\n\n @Input()\n @BooleanInput()\n disabled: boolean = false;\n\n @Output()\n activeChange: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n onlyText = true;\n @HostBinding('class.text-only')\n get hb_textOnly() {\n return this.onlyText;\n }\n\n @ViewChild('tablink')\n tablink;\n\n nav: any;\n\n constructor(nav: NovoNavElement, private el: ElementRef, private cdr: ChangeDetectorRef) {\n this.nav = nav;\n this.nav.add(this);\n const tablink = el.nativeElement.querySelector('.novo-tab-link');\n if (tablink) {\n for (let i = 0; i < tablink.childNodes.length; i++) {\n if (tablink.childNodes[i].nodeType !== Node.TEXT_NODE) {\n this.onlyText = false;\n }\n }\n }\n }\n\n select() {\n if (!this.disabled) {\n this.activeChange.emit(true);\n this.nav.select(this);\n }\n this.cdr.detectChanges();\n }\n}\n\n@Component({\n selector: 'novo-tab-button',\n host: {\n '(click)': 'select()',\n '[class.active]': 'active',\n '[class.disabled]': 'disabled',\n },\n template: '<ng-content></ng-content>',\n styleUrls: ['./tab-button.scss'],\n standalone: false,\n})\nexport class NovoTabButtonElement {\n @HostBinding('attr.role')\n public role = 'tab';\n @Input()\n active: boolean = false;\n @Input()\n disabled: boolean = false;\n\n nav: any;\n\n constructor(nav: NovoNavElement) {\n this.nav = nav;\n this.nav.add(this);\n }\n\n select() {\n if (!this.disabled) {\n this.nav.select(this);\n }\n }\n}\n\n@Component({\n selector: 'novo-tab-link',\n host: {\n '(click)': 'select()',\n '[class.active]': 'active',\n '[class.disabled]': 'disabled',\n },\n template: `\n <div class=\"novo-tab-link\">\n <ng-content></ng-content>\n </div>\n <span class=\"indicator\"></span>\n `,\n styleUrls: ['./tab.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n})\nexport class NovoTabLinkElement implements OnInit {\n @HostBinding('attr.role')\n public role = 'tab';\n @Input()\n active: boolean = false;\n @Input()\n disabled: boolean = false;\n @Input()\n spy: string;\n\n nav: any;\n\n constructor(nav: NovoNavElement, private router: Router, private cdr: ChangeDetectorRef, @Optional() private link?: RouterLink) {\n this.nav = nav;\n this.nav.add(this);\n }\n\n ngOnInit(): void {\n if (this.isLinkActive(this.link)) {\n this.nav.select(this);\n }\n }\n\n select() {\n if (!this.disabled) {\n this.nav.select(this);\n if (this.spy) {\n const el = document.querySelector(`#${this.spy}`);\n el?.scrollIntoView(true);\n }\n }\n }\n\n private isLinkActive(link: RouterLink) {\n return link && link.urlTree ? this.router.isActive(link.urlTree, false) : false;\n }\n}\n\n@Component({\n selector: 'novo-nav-outlet',\n template: '<ng-content></ng-content>',\n styleUrls: ['./tab-outlet.scss'],\n encapsulation: ViewEncapsulation.None,\n standalone: false,\n})\nexport class NovoNavOutletElement {\n items: Array<any> = [];\n\n show(index) {\n const item = this.items[index];\n\n /**\n * Deactivates other tab items\n * @param items - deactivated items\n */\n function _deactivateAllItems(items) {\n items.forEach((t) => {\n if (t.active === true) {\n // t.deselected.next();\n }\n t.active = false;\n });\n }\n\n _deactivateAllItems(this.items);\n item.active = true;\n }\n\n add(item) {\n if (this.items.length === 0) {\n item.active = true;\n }\n this.items.push(item);\n }\n}\n\n@Component({\n selector: 'novo-nav-content',\n host: {\n '[class.active]': 'active',\n },\n template: '<ng-content></ng-content>',\n styleUrls: ['./tab-content.scss'],\n encapsulation: ViewEncapsulation.None,\n standalone: false,\n})\nexport class NovoNavContentElement {\n @Input()\n active: boolean = false;\n\n constructor(outlet: NovoNavOutletElement) {\n outlet.add(this);\n }\n}\n\n@Component({\n selector: 'novo-nav-header',\n host: {\n '[class.active]': 'active',\n '(click)': 'show($event)',\n },\n template: '<ng-content></ng-content>',\n styleUrls: ['./tab-header.scss'],\n standalone: false,\n})\nexport class NovoNavHeaderElement {\n @HostBinding('attr.role')\n public role = 'tabpanel';\n @Input()\n active: boolean = false;\n @Input('for')\n forElement: any;\n outlet: any;\n\n constructor(outlet: NovoNavOutletElement) {\n this.active = this.active || false;\n this.outlet = outlet;\n }\n\n show(event?: any) {\n try {\n const INDEX = this.outlet.items.indexOf(this.forElement);\n if (INDEX > -1) {\n this.outlet.show(INDEX);\n }\n } catch (err) {\n // do nothing\n }\n }\n}\n","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n// APP\nimport {\n NovoNavContentElement,\n NovoNavElement,\n NovoNavHeaderElement,\n NovoNavOutletElement,\n NovoTabButtonElement,\n NovoTabElement,\n NovoTabLinkElement,\n} from './Tabs';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [\n NovoNavElement,\n NovoTabElement,\n NovoTabButtonElement,\n NovoTabLinkElement,\n NovoNavOutletElement,\n NovoNavContentElement,\n NovoNavHeaderElement,\n ],\n exports: [\n NovoNavElement,\n NovoTabElement,\n NovoTabButtonElement,\n NovoTabLinkElement,\n NovoNavOutletElement,\n NovoNavContentElement,\n NovoNavHeaderElement,\n ],\n})\nexport class NovoTabModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"novo-elements-elements-tabs.mjs","sources":["../../../projects/novo-elements/src/elements/tabs/Tabs.ts","../../../projects/novo-elements/src/elements/tabs/Tabs.module.ts","../../../projects/novo-elements/src/elements/tabs/novo-elements-elements-tabs.ts"],"sourcesContent":["// NG2\nimport { coerceNumberProperty } from '@angular/cdk/coercion';\nimport {\n AfterContentChecked,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n HostBinding,\n Input,\n OnInit,\n Optional,\n Output,\n ViewChild,\n ViewEncapsulation,\n} from '@angular/core';\nimport { Router, RouterLink } from '@angular/router';\nimport { BooleanInput } from 'novo-elements/utils';\n\n@Component({\n selector: 'novo-nav',\n template: '<ng-content></ng-content>',\n styleUrls: ['./tab-nav.scss'],\n standalone: false,\n})\nexport class NovoNavElement implements AfterContentChecked {\n @Input()\n theme: string = '';\n @Input()\n direction: string = '';\n @Input()\n outlet: any;\n @Input()\n router: string;\n @HostBinding('class.condensed')\n @Input()\n @BooleanInput()\n condensed: boolean = false;\n\n items: Array<any> = [];\n\n /** The index of the active tab. */\n @Input()\n get selectedIndex(): number | null {\n return this._selectedIndex;\n }\n set selectedIndex(value: number | null) {\n this._indexToSelect = coerceNumberProperty(value, null);\n }\n private _selectedIndex: number | null = null;\n /** The tab index that should be selected after the content has been checked. */\n private _indexToSelect: number | null = 0;\n /** Output to enable support for two-way binding on `[(selectedIndex)]` */\n @Output() readonly selectedIndexChange: EventEmitter<number> = new EventEmitter<number>();\n\n ngAfterContentChecked() {\n // Don't clamp the `indexToSelect` immediately in the setter because it can happen that\n // the amount of tabs changes before the actual change detection runs.\n const indexToSelect = (this._indexToSelect = this._clampTabIndex(this._indexToSelect));\n if (this._selectedIndex !== indexToSelect) {\n const isFirstRun = this._selectedIndex == null;\n // Changing these values after change detection has run\n // since the checked content may contain references to them.\n Promise.resolve().then(() => {\n this._deactivateAllItems(this.items);\n this._activateSelectedItem(indexToSelect);\n this._showActiveContent(indexToSelect);\n if (!isFirstRun) {\n this.selectedIndexChange.emit(indexToSelect);\n }\n });\n\n this._selectedIndex = indexToSelect;\n }\n }\n\n select(item) {\n const indexToSelect = this.items.indexOf(item);\n // Deactivate all other tabs\n this._deactivateAllItems(this.items);\n this._activateSelectedItem(indexToSelect);\n this._showActiveContent(indexToSelect);\n this.selectedIndexChange.emit(indexToSelect);\n }\n\n add(item) {\n if (this.items.length === 0) {\n item.active = true;\n // item.selected.next();\n }\n this.items.push(item);\n }\n\n private _activateSelectedItem(indexToSelect: number) {\n const item = this.items[indexToSelect];\n if (item) {\n item.active = true;\n }\n }\n\n private _showActiveContent(indexToSelect: number) {\n if (this.outlet) {\n this.outlet.show(indexToSelect);\n }\n }\n\n private _deactivateAllItems(items: Array<any>) {\n items.forEach((t) => {\n if (t.active === true) {\n // t.deselected.next();\n }\n t.active = false;\n });\n }\n\n /** Clamps the given index to the bounds of 0 and the tabs length. */\n private _clampTabIndex(index: number | null): number {\n return Math.min(this.items.length - 1, Math.max(index || 0, 0));\n }\n}\n\n@Component({\n selector: 'novo-tab',\n host: {\n '(click)': 'select()',\n '[class.active]': 'active',\n '[class.disabled]': 'disabled',\n '[attr.role]': '\"tab\"',\n },\n template: `\n <div #tablink class=\"novo-tab-link\">\n <ng-content></ng-content>\n </div>\n <span class=\"indicator\"></span>\n `,\n styleUrls: ['./tab.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n})\nexport class NovoTabElement {\n @HostBinding('attr.role')\n public role = 'tab';\n\n @Input()\n active: boolean = false;\n\n @Input()\n color: string;\n\n @Input()\n @BooleanInput()\n disabled: boolean = false;\n\n @Output()\n activeChange: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n onlyText = true;\n @HostBinding('class.text-only')\n get hb_textOnly() {\n return this.onlyText;\n }\n\n @ViewChild('tablink')\n tablink;\n\n nav: any;\n\n constructor(nav: NovoNavElement, private el: ElementRef, private cdr: ChangeDetectorRef) {\n this.nav = nav;\n this.nav.add(this);\n const tablink = el.nativeElement.querySelector('.novo-tab-link');\n if (tablink) {\n for (let i = 0; i < tablink.childNodes.length; i++) {\n if (tablink.childNodes[i].nodeType !== Node.TEXT_NODE) {\n this.onlyText = false;\n }\n }\n }\n }\n\n select() {\n if (!this.disabled) {\n this.activeChange.emit(true);\n this.nav.select(this);\n }\n this.cdr.detectChanges();\n }\n}\n\n@Component({\n selector: 'novo-tab-button',\n host: {\n '(click)': 'select()',\n '[class.active]': 'active',\n '[class.disabled]': 'disabled',\n },\n template: '<ng-content></ng-content>',\n styleUrls: ['./tab-button.scss'],\n standalone: false,\n})\nexport class NovoTabButtonElement {\n @HostBinding('attr.role')\n public role = 'tab';\n @Input()\n active: boolean = false;\n @Input()\n disabled: boolean = false;\n\n nav: any;\n\n constructor(nav: NovoNavElement) {\n this.nav = nav;\n this.nav.add(this);\n }\n\n select() {\n if (!this.disabled) {\n this.nav.select(this);\n }\n }\n}\n\n@Component({\n selector: 'novo-tab-link',\n host: {\n '(click)': 'select()',\n '[class.active]': 'active',\n '[class.disabled]': 'disabled',\n },\n template: `\n <div class=\"novo-tab-link\">\n <ng-content></ng-content>\n </div>\n <span class=\"indicator\"></span>\n `,\n styleUrls: ['./tab.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n})\nexport class NovoTabLinkElement implements OnInit {\n @HostBinding('attr.role')\n public role = 'tab';\n @Input()\n active: boolean = false;\n @Input()\n disabled: boolean = false;\n @Input()\n spy: string;\n\n nav: any;\n\n constructor(nav: NovoNavElement, private router: Router, private cdr: ChangeDetectorRef, @Optional() private link?: RouterLink) {\n this.nav = nav;\n this.nav.add(this);\n }\n\n ngOnInit(): void {\n if (this.isLinkActive(this.link)) {\n this.nav.select(this);\n }\n }\n\n select() {\n if (!this.disabled) {\n this.nav.select(this);\n if (this.spy) {\n const el = document.querySelector(`#${this.spy}`);\n el?.scrollIntoView(true);\n }\n }\n }\n\n private isLinkActive(link: RouterLink) {\n return link && link.urlTree ? this.router.isActive(link.urlTree, false) : false;\n }\n}\n\n@Component({\n selector: 'novo-nav-outlet',\n template: '<ng-content></ng-content>',\n styleUrls: ['./tab-outlet.scss'],\n encapsulation: ViewEncapsulation.None,\n standalone: false,\n})\nexport class NovoNavOutletElement {\n items: Array<any> = [];\n\n show(index) {\n const item = this.items[index];\n\n /**\n * Deactivates other tab items\n * @param items - deactivated items\n */\n function _deactivateAllItems(items) {\n items.forEach((t) => {\n if (t.active === true) {\n // t.deselected.next();\n }\n t.active = false;\n });\n }\n\n _deactivateAllItems(this.items);\n item.active = true;\n }\n\n add(item) {\n if (this.items.length === 0) {\n item.active = true;\n }\n this.items.push(item);\n }\n}\n\n@Component({\n selector: 'novo-nav-content',\n host: {\n '[class.active]': 'active',\n },\n template: '<ng-content></ng-content>',\n styleUrls: ['./tab-content.scss'],\n encapsulation: ViewEncapsulation.None,\n standalone: false,\n})\nexport class NovoNavContentElement {\n @Input()\n active: boolean = false;\n\n constructor(outlet: NovoNavOutletElement) {\n outlet.add(this);\n }\n}\n\n@Component({\n selector: 'novo-nav-header',\n host: {\n '[class.active]': 'active',\n '(click)': 'show($event)',\n },\n template: '<ng-content></ng-content>',\n styleUrls: ['./tab-header.scss'],\n standalone: false,\n})\nexport class NovoNavHeaderElement {\n @HostBinding('attr.role')\n public role = 'tabpanel';\n @Input()\n active: boolean = false;\n @Input('for')\n forElement: any;\n outlet: any;\n\n constructor(outlet: NovoNavOutletElement) {\n this.active = this.active || false;\n this.outlet = outlet;\n }\n\n show(event?: any) {\n try {\n const INDEX = this.outlet.items.indexOf(this.forElement);\n if (INDEX > -1) {\n this.outlet.show(INDEX);\n }\n } catch (err) {\n // do nothing\n }\n }\n}\n","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n// APP\nimport {\n NovoNavContentElement,\n NovoNavElement,\n NovoNavHeaderElement,\n NovoNavOutletElement,\n NovoTabButtonElement,\n NovoTabElement,\n NovoTabLinkElement,\n} from './Tabs';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [\n NovoNavElement,\n NovoTabElement,\n NovoTabButtonElement,\n NovoTabLinkElement,\n NovoNavOutletElement,\n NovoNavContentElement,\n NovoNavHeaderElement,\n ],\n exports: [\n NovoNavElement,\n NovoTabElement,\n NovoTabButtonElement,\n NovoTabLinkElement,\n NovoNavOutletElement,\n NovoNavContentElement,\n NovoNavHeaderElement,\n ],\n})\nexport class NovoTabModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
@@ -137,7 +137,7 @@ class NovoTilesElement {
|
|
|
137
137
|
</label>
|
|
138
138
|
</button>
|
|
139
139
|
</div>
|
|
140
|
-
`, isInline: true, styles: [":host{display:inline-block}:host input{appearance:none!important;height:0!important;border:none!important;position:absolute}:host>.tile-container{background:var(--background-bright);display:flex;border:solid thin var(--color-slate);border-radius:var(--border-radius-sm)}:host>.tile-container .tile{margin:2px;gap:.5rem}:host>.tile-container .tile:not(:last-child){margin-right:3px}:host>.tile-container .tile.defaultColor.active{background:hsl(from var(--color-ocean) h s calc(l - 20))}:host>.tile-container .tile.disabled{cursor:not-allowed;opacity:.4}:host>.tile-container .tile ::ng-deep span{text-transform:none}:host>.tile-container .tile ::ng-deep span label{cursor:inherit}:host>.tile-container.disabled{border-color:hsl(from var(--color-grey) h s calc(l + 20));opacity:.4;pointer-events:auto;cursor:not-allowed}:host>.tile-container.disabled .tile{pointer-events:none;opacity:1}:host-context([data-theme=bh2026])>.tile-container{border
|
|
140
|
+
`, isInline: true, styles: [":host{display:inline-block}:host input{appearance:none!important;height:0!important;border:none!important;position:absolute}:host>.tile-container{background:var(--background-bright);display:flex;border:solid thin var(--color-slate);border-radius:var(--border-radius-sm)}:host>.tile-container .tile{margin:2px;gap:.5rem}:host>.tile-container .tile:not(:last-child){margin-right:3px}:host>.tile-container .tile.defaultColor.active{background:hsl(from var(--color-ocean) h s calc(l - 20))}:host>.tile-container .tile.disabled{cursor:not-allowed;opacity:.4}:host>.tile-container .tile ::ng-deep span{text-transform:none}:host>.tile-container .tile ::ng-deep span label{cursor:inherit}:host>.tile-container.disabled{border-color:hsl(from var(--color-grey) h s calc(l + 20));opacity:.4;pointer-events:auto;cursor:not-allowed}:host>.tile-container.disabled .tile{pointer-events:none;opacity:1}:host-context([data-theme=bh2026])>.tile-container{background:var(--color-gray-0);border:1px solid var(--color-border-default);border-radius:var(--border-radius-pill);padding:var(--spacing-padding-xsm);gap:var(--spacing-gap-sm)}:host-context([data-theme=bh2026])>.tile-container .tile{border-radius:var(--border-radius-pill);margin:0;color:var(--color-text-subtle)}:host-context([data-theme=bh2026])>.tile-container .tile i{color:var(--color-text-subtle)}:host-context([data-theme=bh2026])>.tile-container .tile:not(:last-child){margin-right:0}:host-context([data-theme=bh2026])>.tile-container .tile.defaultColor.active{background:var(--color-background-subtle-hover);box-shadow:inset 0 4px 8px 0 var(--color-transparency-charcoal-08);color:var(--color-text-subtle)}:host-context([data-theme=bh2026])>.tile-container .tile.defaultColor.active i{color:var(--color-text-subtle)}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i2.NovoButtonElement, selector: "novo-button,button[theme]", inputs: ["color", "side", "size", "theme", "loading", "icon", "secondIcon", "disabled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
141
141
|
}
|
|
142
142
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: NovoTilesElement, decorators: [{
|
|
143
143
|
type: Component,
|
|
@@ -168,7 +168,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
168
168
|
</label>
|
|
169
169
|
</button>
|
|
170
170
|
</div>
|
|
171
|
-
`, changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:inline-block}:host input{appearance:none!important;height:0!important;border:none!important;position:absolute}:host>.tile-container{background:var(--background-bright);display:flex;border:solid thin var(--color-slate);border-radius:var(--border-radius-sm)}:host>.tile-container .tile{margin:2px;gap:.5rem}:host>.tile-container .tile:not(:last-child){margin-right:3px}:host>.tile-container .tile.defaultColor.active{background:hsl(from var(--color-ocean) h s calc(l - 20))}:host>.tile-container .tile.disabled{cursor:not-allowed;opacity:.4}:host>.tile-container .tile ::ng-deep span{text-transform:none}:host>.tile-container .tile ::ng-deep span label{cursor:inherit}:host>.tile-container.disabled{border-color:hsl(from var(--color-grey) h s calc(l + 20));opacity:.4;pointer-events:auto;cursor:not-allowed}:host>.tile-container.disabled .tile{pointer-events:none;opacity:1}:host-context([data-theme=bh2026])>.tile-container{border
|
|
171
|
+
`, changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:inline-block}:host input{appearance:none!important;height:0!important;border:none!important;position:absolute}:host>.tile-container{background:var(--background-bright);display:flex;border:solid thin var(--color-slate);border-radius:var(--border-radius-sm)}:host>.tile-container .tile{margin:2px;gap:.5rem}:host>.tile-container .tile:not(:last-child){margin-right:3px}:host>.tile-container .tile.defaultColor.active{background:hsl(from var(--color-ocean) h s calc(l - 20))}:host>.tile-container .tile.disabled{cursor:not-allowed;opacity:.4}:host>.tile-container .tile ::ng-deep span{text-transform:none}:host>.tile-container .tile ::ng-deep span label{cursor:inherit}:host>.tile-container.disabled{border-color:hsl(from var(--color-grey) h s calc(l + 20));opacity:.4;pointer-events:auto;cursor:not-allowed}:host>.tile-container.disabled .tile{pointer-events:none;opacity:1}:host-context([data-theme=bh2026])>.tile-container{background:var(--color-gray-0);border:1px solid var(--color-border-default);border-radius:var(--border-radius-pill);padding:var(--spacing-padding-xsm);gap:var(--spacing-gap-sm)}:host-context([data-theme=bh2026])>.tile-container .tile{border-radius:var(--border-radius-pill);margin:0;color:var(--color-text-subtle)}:host-context([data-theme=bh2026])>.tile-container .tile i{color:var(--color-text-subtle)}:host-context([data-theme=bh2026])>.tile-container .tile:not(:last-child){margin-right:0}:host-context([data-theme=bh2026])>.tile-container .tile.defaultColor.active{background:var(--color-background-subtle-hover);box-shadow:inset 0 4px 8px 0 var(--color-transparency-charcoal-08);color:var(--color-text-subtle)}:host-context([data-theme=bh2026])>.tile-container .tile.defaultColor.active i{color:var(--color-text-subtle)}\n"] }]
|
|
172
172
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }], propDecorators: { name: [{
|
|
173
173
|
type: Input
|
|
174
174
|
}], options: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"novo-elements-elements-tiles.mjs","sources":["../../../projects/novo-elements/src/elements/tiles/Tiles.ts","../../../projects/novo-elements/src/elements/tiles/Tiles.module.ts","../../../projects/novo-elements/src/elements/tiles/novo-elements-elements-tiles.ts"],"sourcesContent":["// NG2\nimport {\n AfterContentInit,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n forwardRef,\n Input,\n OnChanges,\n Output,\n SimpleChanges,\n} from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\n// APP\nimport { Helpers } from 'novo-elements/utils';\n\n// Value accessor for the component (supports ngModel)\nconst TILES_VALUE_ACCESSOR = {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => NovoTilesElement),\n multi: true,\n};\n\n@Component({\n selector: 'novo-tiles',\n providers: [TILES_VALUE_ACCESSOR],\n template: `\n <div class=\"tile-container\" [class.active]=\"focused\" [class.disabled]=\"disabled\">\n <button class=\"tile\" type=\"button\"\n *ngFor=\"let option of _options; let i = index\"\n [ngClass]=\"{ defaultColor: !option.color, active: option.checked, disabled: option.disabled }\"\n [theme]=\"option.checked ? 'primary' : 'dialogue'\"\n [color]=\"option.checked ? option.color || 'darken($ocean, 20%)' : 'dark'\"\n [icon]=\"option.icon\"\n [side]=\"option.iconSide || 'left'\"\n (click)=\"select($event, option)\"\n [attr.data-automation-id]=\"option.label || option\">\n <input\n class=\"tiles-input\"\n [name]=\"name\"\n type=\"radio\"\n [value]=\"option.checked || option.value || option\"\n [attr.id]=\"name + i\"\n (change)=\"select($event, option)\"\n (focus)=\"setFocus(true)\"\n (blur)=\"setFocus(false)\"\n [disabled]=\"disabled\"\n />\n <label [attr.for]=\"name + i\" [attr.data-automation-id]=\"option.label || option\">\n {{ option.label || option }}\n </label>\n </button>\n </div>\n `,\n styleUrls: ['./Tiles.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n})\nexport class NovoTilesElement implements ControlValueAccessor, AfterContentInit, OnChanges {\n @Input()\n name: string = new Date().getTime().toString();\n @Input()\n options: any;\n @Input()\n required: boolean;\n @Input('controlDisabled')\n disabled: boolean = false;\n @Output()\n onChange: EventEmitter<any> = new EventEmitter();\n @Output()\n onSelectedOptionClick: EventEmitter<any> = new EventEmitter();\n @Output()\n onDisabledOptionClick: EventEmitter<any> = new EventEmitter();\n\n _options: Array<any> = [];\n public activeTile: any = null;\n public focused: boolean = false;\n\n model: any;\n onModelChange: Function = () => {};\n onModelTouched: Function = () => {};\n\n constructor(private element: ElementRef, private ref: ChangeDetectorRef) {}\n\n public setFocus(focus: boolean): void {\n this.focused = focus;\n }\n\n ngAfterContentInit() {\n this.name = this.name || '';\n this.setupOptions();\n }\n\n ngOnChanges(change: SimpleChanges) {\n if (change.options && change.options.currentValue && !change.options.firstChange) {\n this.name = this.name || '';\n this._options = [];\n this.setupOptions();\n }\n }\n\n setupOptions() {\n if (this.options && this.options.length && (this.options[0].value === undefined || this.options[0].value === null)) {\n this._options = this.options.map((x) => {\n const item = { value: x, label: x, checked: this.model === x };\n if (item.checked) {\n this.setTile(item);\n }\n return item;\n });\n } else {\n this._options = this.options.map((x) => {\n x.checked = this.model === x.value || (this.model && this.model.id === x.value);\n if (x.checked) {\n this.setTile(x);\n }\n return x;\n });\n }\n this.ref.markForCheck();\n }\n\n select(event, item) {\n if (event) {\n event.stopPropagation();\n event.preventDefault();\n }\n\n if (!item.disabled) {\n if (item.checked) {\n this.onSelectedOptionClick.emit(item);\n return;\n }\n\n for (const option of this._options) {\n option.checked = false;\n }\n\n item.checked = !item.checked;\n this.onChange.emit(item.value);\n this.onModelChange(item.value);\n this.setTile(item);\n this.model = item.value;\n } else {\n this.onDisabledOptionClick.emit(item);\n }\n this.ref.markForCheck();\n }\n\n setTile(item) {\n if (item) {\n this.activeTile = item.value;\n this.ref.markForCheck();\n }\n }\n\n writeValue(model: any): void {\n this.model = model;\n if (!Helpers.isBlank(model)) {\n this.setupOptions();\n }\n }\n\n registerOnChange(fn: Function): void {\n this.onModelChange = fn;\n }\n\n registerOnTouched(fn: Function): void {\n this.onModelTouched = fn;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n}\n","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { NovoButtonModule } from 'novo-elements/elements/button';\nimport { NovoTilesElement } from './Tiles';\n\n@NgModule({\n imports: [CommonModule, NovoButtonModule, ReactiveFormsModule],\n declarations: [NovoTilesElement],\n exports: [NovoTilesElement],\n})\nexport class NovoTilesModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"novo-elements-elements-tiles.mjs","sources":["../../../projects/novo-elements/src/elements/tiles/Tiles.ts","../../../projects/novo-elements/src/elements/tiles/Tiles.module.ts","../../../projects/novo-elements/src/elements/tiles/novo-elements-elements-tiles.ts"],"sourcesContent":["// NG2\nimport {\n AfterContentInit,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n forwardRef,\n Input,\n OnChanges,\n Output,\n SimpleChanges,\n} from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\n// APP\nimport { Helpers } from 'novo-elements/utils';\n\n// Value accessor for the component (supports ngModel)\nconst TILES_VALUE_ACCESSOR = {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => NovoTilesElement),\n multi: true,\n};\n\n@Component({\n selector: 'novo-tiles',\n providers: [TILES_VALUE_ACCESSOR],\n template: `\n <div class=\"tile-container\" [class.active]=\"focused\" [class.disabled]=\"disabled\">\n <button class=\"tile\" type=\"button\"\n *ngFor=\"let option of _options; let i = index\"\n [ngClass]=\"{ defaultColor: !option.color, active: option.checked, disabled: option.disabled }\"\n [theme]=\"option.checked ? 'primary' : 'dialogue'\"\n [color]=\"option.checked ? option.color || 'darken($ocean, 20%)' : 'dark'\"\n [icon]=\"option.icon\"\n [side]=\"option.iconSide || 'left'\"\n (click)=\"select($event, option)\"\n [attr.data-automation-id]=\"option.label || option\">\n <input\n class=\"tiles-input\"\n [name]=\"name\"\n type=\"radio\"\n [value]=\"option.checked || option.value || option\"\n [attr.id]=\"name + i\"\n (change)=\"select($event, option)\"\n (focus)=\"setFocus(true)\"\n (blur)=\"setFocus(false)\"\n [disabled]=\"disabled\"\n />\n <label [attr.for]=\"name + i\" [attr.data-automation-id]=\"option.label || option\">\n {{ option.label || option }}\n </label>\n </button>\n </div>\n `,\n styleUrls: ['./Tiles.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n})\nexport class NovoTilesElement implements ControlValueAccessor, AfterContentInit, OnChanges {\n @Input()\n name: string = new Date().getTime().toString();\n @Input()\n options: any;\n @Input()\n required: boolean;\n @Input('controlDisabled')\n disabled: boolean = false;\n @Output()\n onChange: EventEmitter<any> = new EventEmitter();\n @Output()\n onSelectedOptionClick: EventEmitter<any> = new EventEmitter();\n @Output()\n onDisabledOptionClick: EventEmitter<any> = new EventEmitter();\n\n _options: Array<any> = [];\n public activeTile: any = null;\n public focused: boolean = false;\n\n model: any;\n onModelChange: Function = () => {};\n onModelTouched: Function = () => {};\n\n constructor(private element: ElementRef, private ref: ChangeDetectorRef) {}\n\n public setFocus(focus: boolean): void {\n this.focused = focus;\n }\n\n ngAfterContentInit() {\n this.name = this.name || '';\n this.setupOptions();\n }\n\n ngOnChanges(change: SimpleChanges) {\n if (change.options && change.options.currentValue && !change.options.firstChange) {\n this.name = this.name || '';\n this._options = [];\n this.setupOptions();\n }\n }\n\n setupOptions() {\n if (this.options && this.options.length && (this.options[0].value === undefined || this.options[0].value === null)) {\n this._options = this.options.map((x) => {\n const item = { value: x, label: x, checked: this.model === x };\n if (item.checked) {\n this.setTile(item);\n }\n return item;\n });\n } else {\n this._options = this.options.map((x) => {\n x.checked = this.model === x.value || (this.model && this.model.id === x.value);\n if (x.checked) {\n this.setTile(x);\n }\n return x;\n });\n }\n this.ref.markForCheck();\n }\n\n select(event, item) {\n if (event) {\n event.stopPropagation();\n event.preventDefault();\n }\n\n if (!item.disabled) {\n if (item.checked) {\n this.onSelectedOptionClick.emit(item);\n return;\n }\n\n for (const option of this._options) {\n option.checked = false;\n }\n\n item.checked = !item.checked;\n this.onChange.emit(item.value);\n this.onModelChange(item.value);\n this.setTile(item);\n this.model = item.value;\n } else {\n this.onDisabledOptionClick.emit(item);\n }\n this.ref.markForCheck();\n }\n\n setTile(item) {\n if (item) {\n this.activeTile = item.value;\n this.ref.markForCheck();\n }\n }\n\n writeValue(model: any): void {\n this.model = model;\n if (!Helpers.isBlank(model)) {\n this.setupOptions();\n }\n }\n\n registerOnChange(fn: Function): void {\n this.onModelChange = fn;\n }\n\n registerOnTouched(fn: Function): void {\n this.onModelTouched = fn;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n}\n","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { NovoButtonModule } from 'novo-elements/elements/button';\nimport { NovoTilesElement } from './Tiles';\n\n@NgModule({\n imports: [CommonModule, NovoButtonModule, ReactiveFormsModule],\n declarations: [NovoTilesElement],\n exports: [NovoTilesElement],\n})\nexport class NovoTilesModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|