novo-elements 13.3.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/button/styles/button.scss +1 -1
- package/elements/card/Card.scss +1 -1
- package/elements/chips/Chip.scss +44 -0
- package/elements/chips/Chips.scss +9 -0
- package/elements/common/typography/text.mixins.scss +1 -1
- package/elements/date-picker/DatePickerInput.scss +5 -0
- package/elements/field/field.scss +1 -1
- package/elements/form/Form.scss +221 -8
- 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 +1 -1
- package/elements/layout/index.d.ts +20 -4
- package/elements/picker/Picker.scss +26 -5
- package/elements/picker/extras/picker-results/PickerResults.scss +2 -1
- package/elements/select/Select.scss +0 -1
- package/elements/tabs/tab.scss +36 -0
- package/elements/time-picker/TimePickerInput.scss +7 -2
- package/elements/toolbar/toolbar.component.scss +1 -1
- package/elements/tooltip/Tooltip.scss +19 -17
- 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-button.mjs +2 -2
- package/fesm2022/novo-elements-elements-card.mjs +2 -2
- package/fesm2022/novo-elements-elements-card.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 +4 -4
- package/fesm2022/novo-elements-elements-date-picker.mjs +2 -2
- package/fesm2022/novo-elements-elements-date-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-form.mjs +132 -75
- 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 +49 -6
- package/fesm2022/novo-elements-elements-layout.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-select.mjs +2 -2
- package/fesm2022/novo-elements-elements-select.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-time-picker.mjs +2 -2
- package/fesm2022/novo-elements-elements-time-picker.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/package.json +1 -1
- package/styles/themes/bh2026.scss +3 -3
- package/styles/typography.scss +6 -0
- package/styles/variables.scss +2 -0
|
@@ -813,7 +813,7 @@ class NovoOptgroup extends NovoOptgroupMixinBase {
|
|
|
813
813
|
this._novoInert = parent?.inertGroups ?? false;
|
|
814
814
|
}
|
|
815
815
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: NovoOptgroup, deps: [{ token: NOVO_OPTION_PARENT_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
816
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: NovoOptgroup, isStandalone: false, selector: "novo-optgroup", inputs: { disabled: "disabled", label: "label" }, host: { properties: { "attr.role": "_novoInert ? null : \"group\"", "attr.aria-disabled": "_novoInert ? null : disabled.toString()", "attr.aria-labelledby": "_novoInert ? null : _labelId", "class.novo-optgroup-disabled": "disabled" }, classAttribute: "novo-optgroup" }, providers: [{ provide: NOVO_OPTGROUP, useExisting: NovoOptgroup }], exportAs: ["novoOptgroup"], usesInheritance: true, ngImport: i0, template: "<span *ngIf=\"label\" class=\"novo-optgroup-label\" aria-hidden=\"true\" [id]=\"_labelId\">{{ label }}</span>\n<ng-content select=\"novo-option, ng-container, novo-divider, cdk-virtual-scroll-viewport\"></ng-content>", styles: [".novo-optgroup-label{font-weight:500;word-break:word
|
|
816
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: NovoOptgroup, isStandalone: false, selector: "novo-optgroup", inputs: { disabled: "disabled", label: "label" }, host: { properties: { "attr.role": "_novoInert ? null : \"group\"", "attr.aria-disabled": "_novoInert ? null : disabled.toString()", "attr.aria-labelledby": "_novoInert ? null : _labelId", "class.novo-optgroup-disabled": "disabled" }, classAttribute: "novo-optgroup" }, providers: [{ provide: NOVO_OPTGROUP, useExisting: NovoOptgroup }], exportAs: ["novoOptgroup"], usesInheritance: true, ngImport: i0, template: "<span *ngIf=\"label\" class=\"novo-optgroup-label\" aria-hidden=\"true\" [id]=\"_labelId\">{{ label }}</span>\n<ng-content select=\"novo-option, ng-container, novo-divider, cdk-virtual-scroll-viewport\"></ng-content>", styles: [".novo-optgroup-label{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;color:#9e9e9e;cursor:default;flex:1;padding:5px 10px;display:block}.novo-optgroup-label.text-capitalize{text-transform:capitalize}.novo-optgroup-label.text-uppercase{text-transform:uppercase}.novo-optgroup-label.text-nowrap{white-space:nowrap}.novo-optgroup-label.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.novo-optgroup-label.text-size-default{font-size:inherit}.novo-optgroup-label.text-size-body{font-size:var(--font-size-body)}.novo-optgroup-label.text-size-xs{font-size:var(--font-size-xs)}.novo-optgroup-label.text-size-sm{font-size:var(--font-size-sm)}.novo-optgroup-label.text-size-md{font-size:var(--font-size-md)}.novo-optgroup-label.text-size-lg{font-size:var(--font-size-lg)}.novo-optgroup-label.text-size-xl{font-size:var(--font-size-xl)}.novo-optgroup-label.text-size-2xl{font-size:var(--font-size-2xl)}.novo-optgroup-label.text-size-3xl{font-size:var(--font-size-3xl)}.novo-optgroup-label.text-size-smaller{font-size:.8em}.novo-optgroup-label.text-size-larger{font-size:1.2em}.novo-optgroup-label.text-color-black{color:var(--color-black)}.novo-optgroup-label.text-color-white{color:var(--color-white)}.novo-optgroup-label.text-color-gray{color:var(--color-gray)}.novo-optgroup-label.text-color-grey{color:var(--color-grey)}.novo-optgroup-label.text-color-offWhite{color:var(--color-off-white)}.novo-optgroup-label.text-color-bright{color:var(--color-bright)}.novo-optgroup-label.text-color-light{color:var(--color-light)}.novo-optgroup-label.text-color-neutral{color:var(--color-neutral)}.novo-optgroup-label.text-color-dark{color:var(--color-dark)}.novo-optgroup-label.text-color-orange{color:var(--color-orange)}.novo-optgroup-label.text-color-navigation{color:var(--color-navigation)}.novo-optgroup-label.text-color-skyBlue{color:var(--color-sky-blue)}.novo-optgroup-label.text-color-steel{color:var(--color-steel)}.novo-optgroup-label.text-color-metal{color:var(--color-metal)}.novo-optgroup-label.text-color-sand{color:var(--color-sand)}.novo-optgroup-label.text-color-silver{color:var(--color-silver)}.novo-optgroup-label.text-color-stone{color:var(--color-stone)}.novo-optgroup-label.text-color-ash{color:var(--color-ash)}.novo-optgroup-label.text-color-anonymous{color:var(--color-anonymous)}.novo-optgroup-label.text-color-slate{color:var(--color-slate)}.novo-optgroup-label.text-color-onyx{color:var(--color-onyx)}.novo-optgroup-label.text-color-charcoal{color:var(--color-charcoal)}.novo-optgroup-label.text-color-moonlight{color:var(--color-moonlight)}.novo-optgroup-label.text-color-midnight{color:var(--color-midnight)}.novo-optgroup-label.text-color-darkness{color:var(--color-darkness)}.novo-optgroup-label.text-color-navy{color:var(--color-navy)}.novo-optgroup-label.text-color-aqua{color:var(--color-aqua)}.novo-optgroup-label.text-color-ocean{color:var(--color-ocean)}.novo-optgroup-label.text-color-mint{color:var(--color-mint)}.novo-optgroup-label.text-color-grass{color:var(--color-grass)}.novo-optgroup-label.text-color-sunflower{color:var(--color-sunflower)}.novo-optgroup-label.text-color-bittersweet{color:var(--color-bittersweet)}.novo-optgroup-label.text-color-grapefruit{color:var(--color-grapefruit)}.novo-optgroup-label.text-color-carnation{color:var(--color-carnation)}.novo-optgroup-label.text-color-lavender{color:var(--color-lavender)}.novo-optgroup-label.text-color-mountain{color:var(--color-mountain)}.novo-optgroup-label.text-color-info{color:var(--color-info)}.novo-optgroup-label.text-color-positive{color:var(--color-positive)}.novo-optgroup-label.text-color-success{color:var(--color-success)}.novo-optgroup-label.text-color-negative{color:var(--color-negative)}.novo-optgroup-label.text-color-danger{color:var(--color-danger)}.novo-optgroup-label.text-color-error{color:var(--color-error)}.novo-optgroup-label.text-color-warning{color:var(--color-warning)}.novo-optgroup-label.text-color-empty{color:var(--color-empty)}.novo-optgroup-label.text-color-disabled{color:var(--color-disabled)}.novo-optgroup-label.text-color-background{color:var(--color-background)}.novo-optgroup-label.text-color-backgroundDark{color:var(--color-background-dark)}.novo-optgroup-label.text-color-border{color:var(--color-border)}.novo-optgroup-label.text-color-border2{color:var(--color-border2)}.novo-optgroup-label.text-color-text{color:var(--color-text)}.novo-optgroup-label.text-color-presentation{color:var(--color-presentation)}.novo-optgroup-label.text-color-bullhorn{color:var(--color-bullhorn)}.novo-optgroup-label.text-color-pulse{color:var(--color-pulse)}.novo-optgroup-label.text-color-fastFind{color:var(--color-fast-find)}.novo-optgroup-label.text-color-toast{color:var(--color-toast)}.novo-optgroup-label.text-color-company{color:var(--color-company)}.novo-optgroup-label.text-color-candidate{color:var(--color-candidate)}.novo-optgroup-label.text-color-lead{color:var(--color-lead)}.novo-optgroup-label.text-color-contact{color:var(--color-contact)}.novo-optgroup-label.text-color-clientcontact{color:var(--color-clientcontact)}.novo-optgroup-label.text-color-opportunity{color:var(--color-opportunity)}.novo-optgroup-label.text-color-job{color:var(--color-job)}.novo-optgroup-label.text-color-joborder{color:var(--color-joborder)}.novo-optgroup-label.text-color-submission{color:var(--color-submission)}.novo-optgroup-label.text-color-sendout{color:var(--color-sendout)}.novo-optgroup-label.text-color-placement{color:var(--color-placement)}.novo-optgroup-label.text-color-note{color:var(--color-note)}.novo-optgroup-label.text-color-contract{color:var(--color-contract)}.novo-optgroup-label.text-color-task{color:var(--color-task)}.novo-optgroup-label.text-color-jobCode{color:var(--color-job-code)}.novo-optgroup-label.text-color-earnCode{color:var(--color-earn-code)}.novo-optgroup-label.text-color-invoiceStatement{color:var(--color-invoice-statement)}.novo-optgroup-label.text-color-billableCharge{color:var(--color-billable-charge)}.novo-optgroup-label.text-color-payableCharge{color:var(--color-payable-charge)}.novo-optgroup-label.text-color-user{color:var(--color-user)}.novo-optgroup-label.text-color-corporateUser{color:var(--color-corporate-user)}.novo-optgroup-label.text-color-distributionList{color:var(--color-distribution-list)}.novo-optgroup-label.text-color-credential{color:var(--color-credential)}.novo-optgroup-label.text-color-person{color:var(--color-person)}.novo-optgroup-label.margin-before{margin-top:.4rem}.novo-optgroup-label.margin-after{margin-bottom:.8rem}.novo-optgroup-label.text-length-small{max-width:40ch}.novo-optgroup-label.text-length-medium{max-width:55ch}.novo-optgroup-label.text-length-large{max-width:70ch}.novo-optgroup-label.text-weight-hairline{font-weight:var(--font-weight-hairline)}.novo-optgroup-label.text-weight-thin{font-weight:var(--font-weight-thin)}.novo-optgroup-label.text-weight-light{font-weight:var(--font-weight-light)}.novo-optgroup-label.text-weight-normal{font-weight:var(--font-weight-normal)}.novo-optgroup-label.text-weight-medium{font-weight:var(--font-weight-medium)}.novo-optgroup-label.text-weight-semibold{font-weight:var(--font-weight-semibold)}.novo-optgroup-label.text-weight-bold{font-weight:var(--font-weight-bold)}.novo-optgroup-label.text-weight-extrabold{font-weight:var(--font-weight-extrabold)}.novo-optgroup-label.text-weight-heavy{font-weight:var(--font-weight-heavy)}.novo-optgroup-label.text-weight-lighter{font-weight:lighter}.novo-optgroup-label.text-weight-bolder{font-weight:bolder}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
817
817
|
}
|
|
818
818
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: NovoOptgroup, decorators: [{
|
|
819
819
|
type: Component,
|
|
@@ -823,7 +823,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
823
823
|
'[attr.aria-disabled]': '_novoInert ? null : disabled.toString()',
|
|
824
824
|
'[attr.aria-labelledby]': '_novoInert ? null : _labelId',
|
|
825
825
|
'[class.novo-optgroup-disabled]': 'disabled',
|
|
826
|
-
}, providers: [{ provide: NOVO_OPTGROUP, useExisting: NovoOptgroup }], standalone: false, template: "<span *ngIf=\"label\" class=\"novo-optgroup-label\" aria-hidden=\"true\" [id]=\"_labelId\">{{ label }}</span>\n<ng-content select=\"novo-option, ng-container, novo-divider, cdk-virtual-scroll-viewport\"></ng-content>", styles: [".novo-optgroup-label{font-weight:500;word-break:word
|
|
826
|
+
}, providers: [{ provide: NOVO_OPTGROUP, useExisting: NovoOptgroup }], standalone: false, template: "<span *ngIf=\"label\" class=\"novo-optgroup-label\" aria-hidden=\"true\" [id]=\"_labelId\">{{ label }}</span>\n<ng-content select=\"novo-option, ng-container, novo-divider, cdk-virtual-scroll-viewport\"></ng-content>", styles: [".novo-optgroup-label{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;color:#9e9e9e;cursor:default;flex:1;padding:5px 10px;display:block}.novo-optgroup-label.text-capitalize{text-transform:capitalize}.novo-optgroup-label.text-uppercase{text-transform:uppercase}.novo-optgroup-label.text-nowrap{white-space:nowrap}.novo-optgroup-label.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.novo-optgroup-label.text-size-default{font-size:inherit}.novo-optgroup-label.text-size-body{font-size:var(--font-size-body)}.novo-optgroup-label.text-size-xs{font-size:var(--font-size-xs)}.novo-optgroup-label.text-size-sm{font-size:var(--font-size-sm)}.novo-optgroup-label.text-size-md{font-size:var(--font-size-md)}.novo-optgroup-label.text-size-lg{font-size:var(--font-size-lg)}.novo-optgroup-label.text-size-xl{font-size:var(--font-size-xl)}.novo-optgroup-label.text-size-2xl{font-size:var(--font-size-2xl)}.novo-optgroup-label.text-size-3xl{font-size:var(--font-size-3xl)}.novo-optgroup-label.text-size-smaller{font-size:.8em}.novo-optgroup-label.text-size-larger{font-size:1.2em}.novo-optgroup-label.text-color-black{color:var(--color-black)}.novo-optgroup-label.text-color-white{color:var(--color-white)}.novo-optgroup-label.text-color-gray{color:var(--color-gray)}.novo-optgroup-label.text-color-grey{color:var(--color-grey)}.novo-optgroup-label.text-color-offWhite{color:var(--color-off-white)}.novo-optgroup-label.text-color-bright{color:var(--color-bright)}.novo-optgroup-label.text-color-light{color:var(--color-light)}.novo-optgroup-label.text-color-neutral{color:var(--color-neutral)}.novo-optgroup-label.text-color-dark{color:var(--color-dark)}.novo-optgroup-label.text-color-orange{color:var(--color-orange)}.novo-optgroup-label.text-color-navigation{color:var(--color-navigation)}.novo-optgroup-label.text-color-skyBlue{color:var(--color-sky-blue)}.novo-optgroup-label.text-color-steel{color:var(--color-steel)}.novo-optgroup-label.text-color-metal{color:var(--color-metal)}.novo-optgroup-label.text-color-sand{color:var(--color-sand)}.novo-optgroup-label.text-color-silver{color:var(--color-silver)}.novo-optgroup-label.text-color-stone{color:var(--color-stone)}.novo-optgroup-label.text-color-ash{color:var(--color-ash)}.novo-optgroup-label.text-color-anonymous{color:var(--color-anonymous)}.novo-optgroup-label.text-color-slate{color:var(--color-slate)}.novo-optgroup-label.text-color-onyx{color:var(--color-onyx)}.novo-optgroup-label.text-color-charcoal{color:var(--color-charcoal)}.novo-optgroup-label.text-color-moonlight{color:var(--color-moonlight)}.novo-optgroup-label.text-color-midnight{color:var(--color-midnight)}.novo-optgroup-label.text-color-darkness{color:var(--color-darkness)}.novo-optgroup-label.text-color-navy{color:var(--color-navy)}.novo-optgroup-label.text-color-aqua{color:var(--color-aqua)}.novo-optgroup-label.text-color-ocean{color:var(--color-ocean)}.novo-optgroup-label.text-color-mint{color:var(--color-mint)}.novo-optgroup-label.text-color-grass{color:var(--color-grass)}.novo-optgroup-label.text-color-sunflower{color:var(--color-sunflower)}.novo-optgroup-label.text-color-bittersweet{color:var(--color-bittersweet)}.novo-optgroup-label.text-color-grapefruit{color:var(--color-grapefruit)}.novo-optgroup-label.text-color-carnation{color:var(--color-carnation)}.novo-optgroup-label.text-color-lavender{color:var(--color-lavender)}.novo-optgroup-label.text-color-mountain{color:var(--color-mountain)}.novo-optgroup-label.text-color-info{color:var(--color-info)}.novo-optgroup-label.text-color-positive{color:var(--color-positive)}.novo-optgroup-label.text-color-success{color:var(--color-success)}.novo-optgroup-label.text-color-negative{color:var(--color-negative)}.novo-optgroup-label.text-color-danger{color:var(--color-danger)}.novo-optgroup-label.text-color-error{color:var(--color-error)}.novo-optgroup-label.text-color-warning{color:var(--color-warning)}.novo-optgroup-label.text-color-empty{color:var(--color-empty)}.novo-optgroup-label.text-color-disabled{color:var(--color-disabled)}.novo-optgroup-label.text-color-background{color:var(--color-background)}.novo-optgroup-label.text-color-backgroundDark{color:var(--color-background-dark)}.novo-optgroup-label.text-color-border{color:var(--color-border)}.novo-optgroup-label.text-color-border2{color:var(--color-border2)}.novo-optgroup-label.text-color-text{color:var(--color-text)}.novo-optgroup-label.text-color-presentation{color:var(--color-presentation)}.novo-optgroup-label.text-color-bullhorn{color:var(--color-bullhorn)}.novo-optgroup-label.text-color-pulse{color:var(--color-pulse)}.novo-optgroup-label.text-color-fastFind{color:var(--color-fast-find)}.novo-optgroup-label.text-color-toast{color:var(--color-toast)}.novo-optgroup-label.text-color-company{color:var(--color-company)}.novo-optgroup-label.text-color-candidate{color:var(--color-candidate)}.novo-optgroup-label.text-color-lead{color:var(--color-lead)}.novo-optgroup-label.text-color-contact{color:var(--color-contact)}.novo-optgroup-label.text-color-clientcontact{color:var(--color-clientcontact)}.novo-optgroup-label.text-color-opportunity{color:var(--color-opportunity)}.novo-optgroup-label.text-color-job{color:var(--color-job)}.novo-optgroup-label.text-color-joborder{color:var(--color-joborder)}.novo-optgroup-label.text-color-submission{color:var(--color-submission)}.novo-optgroup-label.text-color-sendout{color:var(--color-sendout)}.novo-optgroup-label.text-color-placement{color:var(--color-placement)}.novo-optgroup-label.text-color-note{color:var(--color-note)}.novo-optgroup-label.text-color-contract{color:var(--color-contract)}.novo-optgroup-label.text-color-task{color:var(--color-task)}.novo-optgroup-label.text-color-jobCode{color:var(--color-job-code)}.novo-optgroup-label.text-color-earnCode{color:var(--color-earn-code)}.novo-optgroup-label.text-color-invoiceStatement{color:var(--color-invoice-statement)}.novo-optgroup-label.text-color-billableCharge{color:var(--color-billable-charge)}.novo-optgroup-label.text-color-payableCharge{color:var(--color-payable-charge)}.novo-optgroup-label.text-color-user{color:var(--color-user)}.novo-optgroup-label.text-color-corporateUser{color:var(--color-corporate-user)}.novo-optgroup-label.text-color-distributionList{color:var(--color-distribution-list)}.novo-optgroup-label.text-color-credential{color:var(--color-credential)}.novo-optgroup-label.text-color-person{color:var(--color-person)}.novo-optgroup-label.margin-before{margin-top:.4rem}.novo-optgroup-label.margin-after{margin-bottom:.8rem}.novo-optgroup-label.text-length-small{max-width:40ch}.novo-optgroup-label.text-length-medium{max-width:55ch}.novo-optgroup-label.text-length-large{max-width:70ch}.novo-optgroup-label.text-weight-hairline{font-weight:var(--font-weight-hairline)}.novo-optgroup-label.text-weight-thin{font-weight:var(--font-weight-thin)}.novo-optgroup-label.text-weight-light{font-weight:var(--font-weight-light)}.novo-optgroup-label.text-weight-normal{font-weight:var(--font-weight-normal)}.novo-optgroup-label.text-weight-medium{font-weight:var(--font-weight-medium)}.novo-optgroup-label.text-weight-semibold{font-weight:var(--font-weight-semibold)}.novo-optgroup-label.text-weight-bold{font-weight:var(--font-weight-bold)}.novo-optgroup-label.text-weight-extrabold{font-weight:var(--font-weight-extrabold)}.novo-optgroup-label.text-weight-heavy{font-weight:var(--font-weight-heavy)}.novo-optgroup-label.text-weight-lighter{font-weight:lighter}.novo-optgroup-label.text-weight-bolder{font-weight:bolder}\n"] }]
|
|
827
827
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
828
828
|
type: Inject,
|
|
829
829
|
args: [NOVO_OPTION_PARENT_COMPONENT]
|
|
@@ -1441,13 +1441,13 @@ class NovoLabel extends NovoBaseTextElement {
|
|
|
1441
1441
|
this.id = this.inputId() || `novo-label-${++nextId}`;
|
|
1442
1442
|
}
|
|
1443
1443
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: NovoLabel, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1444
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.19", type: NovoLabel, isStandalone: false, selector: "novo-label,[novo-label]", inputs: { inputId: { classPropertyName: "inputId", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "attr.id": "this.id" }, classAttribute: "novo-label" }, usesInheritance: true, ngImport: i0, template: ' <ng-content></ng-content> ', isInline: true, styles: [":host{display:inline-block;font-weight:500;word-break:word
|
|
1444
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.19", type: NovoLabel, isStandalone: false, selector: "novo-label,[novo-label]", inputs: { inputId: { classPropertyName: "inputId", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "attr.id": "this.id" }, classAttribute: "novo-label" }, usesInheritance: true, ngImport: i0, template: ' <ng-content></ng-content> ', isInline: true, styles: [":host{display:inline-block;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}:host.text-capitalize{text-transform:capitalize}:host.text-uppercase{text-transform:uppercase}:host.text-nowrap{white-space:nowrap}:host.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host.text-size-default{font-size:inherit}:host.text-size-body{font-size:var(--font-size-body)}:host.text-size-xs{font-size:var(--font-size-xs)}:host.text-size-sm{font-size:var(--font-size-sm)}:host.text-size-md{font-size:var(--font-size-md)}:host.text-size-lg{font-size:var(--font-size-lg)}:host.text-size-xl{font-size:var(--font-size-xl)}:host.text-size-2xl{font-size:var(--font-size-2xl)}:host.text-size-3xl{font-size:var(--font-size-3xl)}:host.text-size-smaller{font-size:.8em}:host.text-size-larger{font-size:1.2em}:host.text-color-black{color:var(--color-black)}:host.text-color-white{color:var(--color-white)}:host.text-color-gray{color:var(--color-gray)}:host.text-color-grey{color:var(--color-grey)}:host.text-color-offWhite{color:var(--color-off-white)}:host.text-color-bright{color:var(--color-bright)}:host.text-color-light{color:var(--color-light)}:host.text-color-neutral{color:var(--color-neutral)}:host.text-color-dark{color:var(--color-dark)}:host.text-color-orange{color:var(--color-orange)}:host.text-color-navigation{color:var(--color-navigation)}:host.text-color-skyBlue{color:var(--color-sky-blue)}:host.text-color-steel{color:var(--color-steel)}:host.text-color-metal{color:var(--color-metal)}:host.text-color-sand{color:var(--color-sand)}:host.text-color-silver{color:var(--color-silver)}:host.text-color-stone{color:var(--color-stone)}:host.text-color-ash{color:var(--color-ash)}:host.text-color-anonymous{color:var(--color-anonymous)}:host.text-color-slate{color:var(--color-slate)}:host.text-color-onyx{color:var(--color-onyx)}:host.text-color-charcoal{color:var(--color-charcoal)}:host.text-color-moonlight{color:var(--color-moonlight)}:host.text-color-midnight{color:var(--color-midnight)}:host.text-color-darkness{color:var(--color-darkness)}:host.text-color-navy{color:var(--color-navy)}:host.text-color-aqua{color:var(--color-aqua)}:host.text-color-ocean{color:var(--color-ocean)}:host.text-color-mint{color:var(--color-mint)}:host.text-color-grass{color:var(--color-grass)}:host.text-color-sunflower{color:var(--color-sunflower)}:host.text-color-bittersweet{color:var(--color-bittersweet)}:host.text-color-grapefruit{color:var(--color-grapefruit)}:host.text-color-carnation{color:var(--color-carnation)}:host.text-color-lavender{color:var(--color-lavender)}:host.text-color-mountain{color:var(--color-mountain)}:host.text-color-info{color:var(--color-info)}:host.text-color-positive{color:var(--color-positive)}:host.text-color-success{color:var(--color-success)}:host.text-color-negative{color:var(--color-negative)}:host.text-color-danger{color:var(--color-danger)}:host.text-color-error{color:var(--color-error)}:host.text-color-warning{color:var(--color-warning)}:host.text-color-empty{color:var(--color-empty)}:host.text-color-disabled{color:var(--color-disabled)}:host.text-color-background{color:var(--color-background)}:host.text-color-backgroundDark{color:var(--color-background-dark)}:host.text-color-border{color:var(--color-border)}:host.text-color-border2{color:var(--color-border2)}:host.text-color-text{color:var(--color-text)}:host.text-color-presentation{color:var(--color-presentation)}:host.text-color-bullhorn{color:var(--color-bullhorn)}:host.text-color-pulse{color:var(--color-pulse)}:host.text-color-fastFind{color:var(--color-fast-find)}:host.text-color-toast{color:var(--color-toast)}:host.text-color-company{color:var(--color-company)}:host.text-color-candidate{color:var(--color-candidate)}:host.text-color-lead{color:var(--color-lead)}:host.text-color-contact{color:var(--color-contact)}:host.text-color-clientcontact{color:var(--color-clientcontact)}:host.text-color-opportunity{color:var(--color-opportunity)}:host.text-color-job{color:var(--color-job)}:host.text-color-joborder{color:var(--color-joborder)}:host.text-color-submission{color:var(--color-submission)}:host.text-color-sendout{color:var(--color-sendout)}:host.text-color-placement{color:var(--color-placement)}:host.text-color-note{color:var(--color-note)}:host.text-color-contract{color:var(--color-contract)}:host.text-color-task{color:var(--color-task)}:host.text-color-jobCode{color:var(--color-job-code)}:host.text-color-earnCode{color:var(--color-earn-code)}:host.text-color-invoiceStatement{color:var(--color-invoice-statement)}:host.text-color-billableCharge{color:var(--color-billable-charge)}:host.text-color-payableCharge{color:var(--color-payable-charge)}:host.text-color-user{color:var(--color-user)}:host.text-color-corporateUser{color:var(--color-corporate-user)}:host.text-color-distributionList{color:var(--color-distribution-list)}:host.text-color-credential{color:var(--color-credential)}:host.text-color-person{color:var(--color-person)}:host.margin-before{margin-top:.4rem}:host.margin-after{margin-bottom:.8rem}:host.text-length-small{max-width:40ch}:host.text-length-medium{max-width:55ch}:host.text-length-large{max-width:70ch}:host.text-weight-hairline{font-weight:var(--font-weight-hairline)}:host.text-weight-thin{font-weight:var(--font-weight-thin)}:host.text-weight-light{font-weight:var(--font-weight-light)}:host.text-weight-normal{font-weight:var(--font-weight-normal)}:host.text-weight-medium{font-weight:var(--font-weight-medium)}:host.text-weight-semibold{font-weight:var(--font-weight-semibold)}:host.text-weight-bold{font-weight:var(--font-weight-bold)}:host.text-weight-extrabold{font-weight:var(--font-weight-extrabold)}:host.text-weight-heavy{font-weight:var(--font-weight-heavy)}:host.text-weight-lighter{font-weight:lighter}:host.text-weight-bolder{font-weight:bolder}\n"] }); }
|
|
1445
1445
|
}
|
|
1446
1446
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: NovoLabel, decorators: [{
|
|
1447
1447
|
type: Component,
|
|
1448
1448
|
args: [{ selector: 'novo-label,[novo-label]', template: ' <ng-content></ng-content> ', host: {
|
|
1449
1449
|
class: 'novo-label',
|
|
1450
|
-
}, standalone: false, styles: [":host{display:inline-block;font-weight:500;word-break:word
|
|
1450
|
+
}, standalone: false, styles: [":host{display:inline-block;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}:host.text-capitalize{text-transform:capitalize}:host.text-uppercase{text-transform:uppercase}:host.text-nowrap{white-space:nowrap}:host.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host.text-size-default{font-size:inherit}:host.text-size-body{font-size:var(--font-size-body)}:host.text-size-xs{font-size:var(--font-size-xs)}:host.text-size-sm{font-size:var(--font-size-sm)}:host.text-size-md{font-size:var(--font-size-md)}:host.text-size-lg{font-size:var(--font-size-lg)}:host.text-size-xl{font-size:var(--font-size-xl)}:host.text-size-2xl{font-size:var(--font-size-2xl)}:host.text-size-3xl{font-size:var(--font-size-3xl)}:host.text-size-smaller{font-size:.8em}:host.text-size-larger{font-size:1.2em}:host.text-color-black{color:var(--color-black)}:host.text-color-white{color:var(--color-white)}:host.text-color-gray{color:var(--color-gray)}:host.text-color-grey{color:var(--color-grey)}:host.text-color-offWhite{color:var(--color-off-white)}:host.text-color-bright{color:var(--color-bright)}:host.text-color-light{color:var(--color-light)}:host.text-color-neutral{color:var(--color-neutral)}:host.text-color-dark{color:var(--color-dark)}:host.text-color-orange{color:var(--color-orange)}:host.text-color-navigation{color:var(--color-navigation)}:host.text-color-skyBlue{color:var(--color-sky-blue)}:host.text-color-steel{color:var(--color-steel)}:host.text-color-metal{color:var(--color-metal)}:host.text-color-sand{color:var(--color-sand)}:host.text-color-silver{color:var(--color-silver)}:host.text-color-stone{color:var(--color-stone)}:host.text-color-ash{color:var(--color-ash)}:host.text-color-anonymous{color:var(--color-anonymous)}:host.text-color-slate{color:var(--color-slate)}:host.text-color-onyx{color:var(--color-onyx)}:host.text-color-charcoal{color:var(--color-charcoal)}:host.text-color-moonlight{color:var(--color-moonlight)}:host.text-color-midnight{color:var(--color-midnight)}:host.text-color-darkness{color:var(--color-darkness)}:host.text-color-navy{color:var(--color-navy)}:host.text-color-aqua{color:var(--color-aqua)}:host.text-color-ocean{color:var(--color-ocean)}:host.text-color-mint{color:var(--color-mint)}:host.text-color-grass{color:var(--color-grass)}:host.text-color-sunflower{color:var(--color-sunflower)}:host.text-color-bittersweet{color:var(--color-bittersweet)}:host.text-color-grapefruit{color:var(--color-grapefruit)}:host.text-color-carnation{color:var(--color-carnation)}:host.text-color-lavender{color:var(--color-lavender)}:host.text-color-mountain{color:var(--color-mountain)}:host.text-color-info{color:var(--color-info)}:host.text-color-positive{color:var(--color-positive)}:host.text-color-success{color:var(--color-success)}:host.text-color-negative{color:var(--color-negative)}:host.text-color-danger{color:var(--color-danger)}:host.text-color-error{color:var(--color-error)}:host.text-color-warning{color:var(--color-warning)}:host.text-color-empty{color:var(--color-empty)}:host.text-color-disabled{color:var(--color-disabled)}:host.text-color-background{color:var(--color-background)}:host.text-color-backgroundDark{color:var(--color-background-dark)}:host.text-color-border{color:var(--color-border)}:host.text-color-border2{color:var(--color-border2)}:host.text-color-text{color:var(--color-text)}:host.text-color-presentation{color:var(--color-presentation)}:host.text-color-bullhorn{color:var(--color-bullhorn)}:host.text-color-pulse{color:var(--color-pulse)}:host.text-color-fastFind{color:var(--color-fast-find)}:host.text-color-toast{color:var(--color-toast)}:host.text-color-company{color:var(--color-company)}:host.text-color-candidate{color:var(--color-candidate)}:host.text-color-lead{color:var(--color-lead)}:host.text-color-contact{color:var(--color-contact)}:host.text-color-clientcontact{color:var(--color-clientcontact)}:host.text-color-opportunity{color:var(--color-opportunity)}:host.text-color-job{color:var(--color-job)}:host.text-color-joborder{color:var(--color-joborder)}:host.text-color-submission{color:var(--color-submission)}:host.text-color-sendout{color:var(--color-sendout)}:host.text-color-placement{color:var(--color-placement)}:host.text-color-note{color:var(--color-note)}:host.text-color-contract{color:var(--color-contract)}:host.text-color-task{color:var(--color-task)}:host.text-color-jobCode{color:var(--color-job-code)}:host.text-color-earnCode{color:var(--color-earn-code)}:host.text-color-invoiceStatement{color:var(--color-invoice-statement)}:host.text-color-billableCharge{color:var(--color-billable-charge)}:host.text-color-payableCharge{color:var(--color-payable-charge)}:host.text-color-user{color:var(--color-user)}:host.text-color-corporateUser{color:var(--color-corporate-user)}:host.text-color-distributionList{color:var(--color-distribution-list)}:host.text-color-credential{color:var(--color-credential)}:host.text-color-person{color:var(--color-person)}:host.margin-before{margin-top:.4rem}:host.margin-after{margin-bottom:.8rem}:host.text-length-small{max-width:40ch}:host.text-length-medium{max-width:55ch}:host.text-length-large{max-width:70ch}:host.text-weight-hairline{font-weight:var(--font-weight-hairline)}:host.text-weight-thin{font-weight:var(--font-weight-thin)}:host.text-weight-light{font-weight:var(--font-weight-light)}:host.text-weight-normal{font-weight:var(--font-weight-normal)}:host.text-weight-medium{font-weight:var(--font-weight-medium)}:host.text-weight-semibold{font-weight:var(--font-weight-semibold)}:host.text-weight-bold{font-weight:var(--font-weight-bold)}:host.text-weight-extrabold{font-weight:var(--font-weight-extrabold)}:host.text-weight-heavy{font-weight:var(--font-weight-heavy)}:host.text-weight-lighter{font-weight:lighter}:host.text-weight-bolder{font-weight:bolder}\n"] }]
|
|
1451
1451
|
}], propDecorators: { id: [{
|
|
1452
1452
|
type: HostBinding,
|
|
1453
1453
|
args: ['attr.id']
|
|
@@ -834,7 +834,7 @@ class NovoDatePickerInputElement {
|
|
|
834
834
|
</div>
|
|
835
835
|
</novo-date-picker>
|
|
836
836
|
</novo-overlay-template>
|
|
837
|
-
`, isInline: true, styles: [":host{flex:1;position:relative;display:block!important}:host.disabled{pointer-events:none;opacity:1}:host input{font-size:1em;border:none;border-bottom:1px solid var(--color-border);background:transparent!important;border-radius:0;outline:none;height:2rem;width:100%;margin:0;padding:0;box-shadow:none;box-sizing:content-box;transition:all .3s;color:var(--font-color-base)}:host input:focus{border-bottom:1px solid var(--color-positive)}:host span.error-text{color:var(--color-negative);padding-top:10px;flex:1;display:flex}:host>i.bhi-clock,:host>i.bhi-search,:host>i.bhi-times,:host>i.bhi-calendar{position:absolute;right:0;top:0;font-size:var(--font-size-sm);cursor:pointer}\n"], dependencies: [{ kind: "directive", type: i2$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i4.NovoButtonElement, selector: "novo-button,button[theme]", inputs: ["color", "side", "size", "theme", "loading", "icon", "secondIcon", "disabled"] }, { kind: "component", type: i4$1.NovoOverlayTemplateComponent, selector: "novo-overlay-template", inputs: ["position", "scrollStrategy", "width", "minWidth", "height", "closeOnSelect", "hasBackdrop", "parent"], outputs: ["select", "opening", "closing", "backDropClicked"] }, { kind: "directive", type: i6.IMaskDirective, selector: "[imask]", inputs: ["imask", "unmask", "imaskElement"], outputs: ["accept", "complete"], exportAs: ["imask"] }, { kind: "component", type: NovoDatePickerElement, selector: "novo-date-picker", inputs: ["minYear", "maxYear", "start", "end", "inline", "weekStart", "preselected", "hideOverflowDays", "hideFooter", "hideToday", "disabledDateMessage", "dateForInitialView", "numberOfMonths", "mode", "range", "weekRangeSelect"], outputs: ["onSelect"] }] }); }
|
|
837
|
+
`, isInline: true, styles: [":host{flex:1;position:relative;display:block!important}:host.disabled{pointer-events:none;opacity:1}:host input{font-size:1em;border:none;border-bottom:1px solid var(--color-border);background:transparent!important;border-radius:0;outline:none;height:2rem;width:100%;margin:0;padding:0;box-shadow:none;box-sizing:content-box;transition:all .3s;color:var(--font-color-base)}:host input:focus{border-bottom:1px solid var(--color-positive)}:host span.error-text{color:var(--color-negative);padding-top:10px;flex:1;display:flex}:host>i.bhi-clock,:host>i.bhi-search,:host>i.bhi-times,:host>i.bhi-calendar{position:absolute;right:0;top:0;font-size:var(--font-size-sm);cursor:pointer}[data-theme=bh2026] :host>i.bhi-clock,[data-theme=bh2026] :host>i.bhi-search,[data-theme=bh2026] :host>i.bhi-times,[data-theme=bh2026] :host>i.bhi-calendar{font-size:var(--typography-body-lg-font-size);line-height:normal}\n"], dependencies: [{ kind: "directive", type: i2$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i4.NovoButtonElement, selector: "novo-button,button[theme]", inputs: ["color", "side", "size", "theme", "loading", "icon", "secondIcon", "disabled"] }, { kind: "component", type: i4$1.NovoOverlayTemplateComponent, selector: "novo-overlay-template", inputs: ["position", "scrollStrategy", "width", "minWidth", "height", "closeOnSelect", "hasBackdrop", "parent"], outputs: ["select", "opening", "closing", "backDropClicked"] }, { kind: "directive", type: i6.IMaskDirective, selector: "[imask]", inputs: ["imask", "unmask", "imaskElement"], outputs: ["accept", "complete"], exportAs: ["imask"] }, { kind: "component", type: NovoDatePickerElement, selector: "novo-date-picker", inputs: ["minYear", "maxYear", "start", "end", "inline", "weekStart", "preselected", "hideOverflowDays", "hideFooter", "hideToday", "disabledDateMessage", "dateForInitialView", "numberOfMonths", "mode", "range", "weekRangeSelect"], outputs: ["onSelect"] }] }); }
|
|
838
838
|
}
|
|
839
839
|
__decorate([
|
|
840
840
|
BooleanInput(),
|
|
@@ -898,7 +898,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
898
898
|
</div>
|
|
899
899
|
</novo-date-picker>
|
|
900
900
|
</novo-overlay-template>
|
|
901
|
-
`, standalone: false, styles: [":host{flex:1;position:relative;display:block!important}:host.disabled{pointer-events:none;opacity:1}:host input{font-size:1em;border:none;border-bottom:1px solid var(--color-border);background:transparent!important;border-radius:0;outline:none;height:2rem;width:100%;margin:0;padding:0;box-shadow:none;box-sizing:content-box;transition:all .3s;color:var(--font-color-base)}:host input:focus{border-bottom:1px solid var(--color-positive)}:host span.error-text{color:var(--color-negative);padding-top:10px;flex:1;display:flex}:host>i.bhi-clock,:host>i.bhi-search,:host>i.bhi-times,:host>i.bhi-calendar{position:absolute;right:0;top:0;font-size:var(--font-size-sm);cursor:pointer}\n"] }]
|
|
901
|
+
`, standalone: false, styles: [":host{flex:1;position:relative;display:block!important}:host.disabled{pointer-events:none;opacity:1}:host input{font-size:1em;border:none;border-bottom:1px solid var(--color-border);background:transparent!important;border-radius:0;outline:none;height:2rem;width:100%;margin:0;padding:0;box-shadow:none;box-sizing:content-box;transition:all .3s;color:var(--font-color-base)}:host input:focus{border-bottom:1px solid var(--color-positive)}:host span.error-text{color:var(--color-negative);padding-top:10px;flex:1;display:flex}:host>i.bhi-clock,:host>i.bhi-search,:host>i.bhi-times,:host>i.bhi-calendar{position:absolute;right:0;top:0;font-size:var(--font-size-sm);cursor:pointer}[data-theme=bh2026] :host>i.bhi-clock,[data-theme=bh2026] :host>i.bhi-search,[data-theme=bh2026] :host>i.bhi-times,[data-theme=bh2026] :host>i.bhi-calendar{font-size:var(--typography-body-lg-font-size);line-height:normal}\n"] }]
|
|
902
902
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.NovoLabelService }, { type: i0.ChangeDetectorRef }, { type: i1.DateFormatService }, { type: i0.DestroyRef }], propDecorators: { name: [{
|
|
903
903
|
type: Input
|
|
904
904
|
}], start: [{
|