novo-elements 13.2.0 → 13.3.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.
Files changed (119) hide show
  1. package/elements/breadcrumbs/Breadcrumb.scss +1 -1
  2. package/elements/button/styles/button-dialogue.scss +12 -0
  3. package/elements/button/styles/button-icon.scss +20 -0
  4. package/elements/button/styles/button-primary.scss +16 -1
  5. package/elements/button/styles/button-secondary.scss +14 -1
  6. package/elements/button/styles/button-standard.scss +14 -0
  7. package/elements/button/styles/button.scss +11 -0
  8. package/elements/card/Card.scss +80 -19
  9. package/elements/card/CardContent.scss +3 -0
  10. package/elements/card/CardHeader.scss +23 -0
  11. package/elements/card/index.d.ts +5 -3
  12. package/elements/category-dropdown/CategoryDropdown.scss +1 -1
  13. package/elements/checkbox/CheckList.scss +69 -0
  14. package/elements/checkbox/Checkbox.scss +104 -0
  15. package/elements/chips/Chip.scss +3 -1
  16. package/elements/common/index.d.ts +14 -4
  17. package/elements/common/option/option.component.scss +11 -0
  18. package/elements/data-table/data-table.component.scss +81 -3
  19. package/elements/data-table/pagination/data-table-pagination.component.scss +73 -0
  20. package/elements/date-picker/DatePicker.scss +1 -6
  21. package/elements/date-time-picker/_DateTimePicker.scss +1 -1
  22. package/elements/dropdown/Dropdown.scss +17 -1
  23. package/elements/field/field.scss +10 -6
  24. package/elements/field/hint/hint.scss +6 -0
  25. package/elements/form/ControlGroup.scss +13 -0
  26. package/elements/form/Form.scss +46 -0
  27. package/elements/header/Header.scss +45 -3
  28. package/elements/layout/index.d.ts +10 -2
  29. package/elements/list/list-item-content.scss +11 -10
  30. package/elements/menu/menu-content.component.scss +1 -0
  31. package/elements/modal/modal.component.scss +3 -13
  32. package/elements/modal/notification.component.scss +1 -6
  33. package/elements/picker/extras/picker-results/PickerResults.scss +51 -0
  34. package/elements/progress/Progress.scss +8 -0
  35. package/elements/progress/ProgressBar.scss +4 -1
  36. package/elements/search/SearchBox.scss +53 -0
  37. package/elements/search/index.d.ts +19 -9
  38. package/elements/select/Select.scss +1 -0
  39. package/elements/simple-table/table.scss +1 -1
  40. package/elements/stepper/stepper.component.scss +4 -4
  41. package/elements/switch/Switch.scss +39 -3
  42. package/elements/tabbed-group-picker/TabbedGroupPicker.scss +47 -0
  43. package/elements/tabs/tab.scss +17 -14
  44. package/elements/tiles/Tiles.scss +24 -2
  45. package/elements/time-picker/TimePicker.scss +2 -2
  46. package/elements/tip-well/TipWell.scss +34 -0
  47. package/elements/tip-well/index.d.ts +5 -1
  48. package/elements/toolbar/toolbar.component.scss +15 -0
  49. package/elements/tooltip/Tooltip.scss +1 -6
  50. package/fesm2022/novo-elements-elements-breadcrumbs.mjs +3 -3
  51. package/fesm2022/novo-elements-elements-breadcrumbs.mjs.map +1 -1
  52. package/fesm2022/novo-elements-elements-button.mjs +2 -2
  53. package/fesm2022/novo-elements-elements-button.mjs.map +1 -1
  54. package/fesm2022/novo-elements-elements-card.mjs +27 -21
  55. package/fesm2022/novo-elements-elements-card.mjs.map +1 -1
  56. package/fesm2022/novo-elements-elements-category-dropdown.mjs +2 -2
  57. package/fesm2022/novo-elements-elements-category-dropdown.mjs.map +1 -1
  58. package/fesm2022/novo-elements-elements-checkbox.mjs +4 -4
  59. package/fesm2022/novo-elements-elements-checkbox.mjs.map +1 -1
  60. package/fesm2022/novo-elements-elements-chips.mjs +2 -2
  61. package/fesm2022/novo-elements-elements-chips.mjs.map +1 -1
  62. package/fesm2022/novo-elements-elements-common.mjs +48 -17
  63. package/fesm2022/novo-elements-elements-common.mjs.map +1 -1
  64. package/fesm2022/novo-elements-elements-data-table.mjs +4 -4
  65. package/fesm2022/novo-elements-elements-data-table.mjs.map +1 -1
  66. package/fesm2022/novo-elements-elements-date-picker.mjs +2 -2
  67. package/fesm2022/novo-elements-elements-date-picker.mjs.map +1 -1
  68. package/fesm2022/novo-elements-elements-date-time-picker.mjs +2 -2
  69. package/fesm2022/novo-elements-elements-date-time-picker.mjs.map +1 -1
  70. package/fesm2022/novo-elements-elements-dropdown.mjs +2 -2
  71. package/fesm2022/novo-elements-elements-dropdown.mjs.map +1 -1
  72. package/fesm2022/novo-elements-elements-field.mjs +4 -4
  73. package/fesm2022/novo-elements-elements-field.mjs.map +1 -1
  74. package/fesm2022/novo-elements-elements-form.mjs +7 -7
  75. package/fesm2022/novo-elements-elements-form.mjs.map +1 -1
  76. package/fesm2022/novo-elements-elements-header.mjs +2 -2
  77. package/fesm2022/novo-elements-elements-header.mjs.map +1 -1
  78. package/fesm2022/novo-elements-elements-layout.mjs +29 -13
  79. package/fesm2022/novo-elements-elements-layout.mjs.map +1 -1
  80. package/fesm2022/novo-elements-elements-list.mjs +2 -2
  81. package/fesm2022/novo-elements-elements-list.mjs.map +1 -1
  82. package/fesm2022/novo-elements-elements-menu.mjs +2 -2
  83. package/fesm2022/novo-elements-elements-menu.mjs.map +1 -1
  84. package/fesm2022/novo-elements-elements-modal.mjs +4 -4
  85. package/fesm2022/novo-elements-elements-modal.mjs.map +1 -1
  86. package/fesm2022/novo-elements-elements-picker.mjs +4 -4
  87. package/fesm2022/novo-elements-elements-picker.mjs.map +1 -1
  88. package/fesm2022/novo-elements-elements-progress.mjs +4 -4
  89. package/fesm2022/novo-elements-elements-progress.mjs.map +1 -1
  90. package/fesm2022/novo-elements-elements-search.mjs +63 -17
  91. package/fesm2022/novo-elements-elements-search.mjs.map +1 -1
  92. package/fesm2022/novo-elements-elements-select.mjs +2 -2
  93. package/fesm2022/novo-elements-elements-select.mjs.map +1 -1
  94. package/fesm2022/novo-elements-elements-simple-table.mjs +4 -4
  95. package/fesm2022/novo-elements-elements-simple-table.mjs.map +1 -1
  96. package/fesm2022/novo-elements-elements-stepper.mjs +6 -6
  97. package/fesm2022/novo-elements-elements-stepper.mjs.map +1 -1
  98. package/fesm2022/novo-elements-elements-switch.mjs +2 -2
  99. package/fesm2022/novo-elements-elements-switch.mjs.map +1 -1
  100. package/fesm2022/novo-elements-elements-tabbed-group-picker.mjs +2 -2
  101. package/fesm2022/novo-elements-elements-tabbed-group-picker.mjs.map +1 -1
  102. package/fesm2022/novo-elements-elements-tabs.mjs +4 -4
  103. package/fesm2022/novo-elements-elements-tabs.mjs.map +1 -1
  104. package/fesm2022/novo-elements-elements-tiles.mjs +2 -2
  105. package/fesm2022/novo-elements-elements-tiles.mjs.map +1 -1
  106. package/fesm2022/novo-elements-elements-time-picker.mjs +2 -2
  107. package/fesm2022/novo-elements-elements-time-picker.mjs.map +1 -1
  108. package/fesm2022/novo-elements-elements-tip-well.mjs +26 -6
  109. package/fesm2022/novo-elements-elements-tip-well.mjs.map +1 -1
  110. package/fesm2022/novo-elements-elements-toolbar.mjs +2 -2
  111. package/fesm2022/novo-elements-elements-toolbar.mjs.map +1 -1
  112. package/fesm2022/novo-elements-elements-tooltip.mjs +2 -2
  113. package/fesm2022/novo-elements-elements-tooltip.mjs.map +1 -1
  114. package/fesm2022/novo-elements-utils.mjs +4822 -364
  115. package/fesm2022/novo-elements-utils.mjs.map +1 -1
  116. package/package.json +1 -1
  117. package/styles/content/links.scss +4 -0
  118. package/styles/themes/bh2026.scss +131 -53
  119. package/utils/index.d.ts +2 -2
@@ -86,7 +86,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
86
86
  }] });
87
87
  class NovoItemContentElement {
88
88
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: NovoItemContentElement, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
89
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: NovoItemContentElement, isStandalone: false, selector: "item-content, novo-item-content", inputs: { direction: "direction" }, host: { properties: { "class.vertical-list": "direction === \"vertical\"", "class.horizontal-list": "direction === \"horizontal\"" }, classAttribute: "novo-item-content" }, ngImport: i0, template: ' <ng-content></ng-content> ', isInline: true, styles: [":host-context([theme=border-default]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=black]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=white]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=gray]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=grey]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=offWhite]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=bright]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=light]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=neutral]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=dark]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=orange]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=navigation]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=skyBlue]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=steel]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=metal]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=sand]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=silver]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=stone]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=ash]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=anonymous]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=slate]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=onyx]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=charcoal]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=moonlight]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=midnight]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=darkness]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=navy]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=aqua]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=ocean]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=mint]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=grass]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=sunflower]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=bittersweet]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=grapefruit]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=carnation]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=lavender]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=mountain]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=info]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=positive]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=success]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=negative]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=danger]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=error]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=warning]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=empty]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=disabled]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=background]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=backgroundDark]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=border]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=border2]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=text]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=presentation]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=bullhorn]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=pulse]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=fastFind]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=toast]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=company]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=candidate]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=lead]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=contact]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=clientcontact]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=opportunity]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=job]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=joborder]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=submission]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=sendout]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=placement]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=note]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=contract]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=task]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=jobCode]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=earnCode]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=invoiceStatement]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=billableCharge]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=payableCharge]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=user]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=corporateUser]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=distributionList]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=credential]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=person]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context(.novo-list.avatar){margin-left:2.7em}:host{display:flex;margin-left:.2em}:host.novo-item-content>::ng-deep *{color:#434343d9}:host.novo-item-content ::ng-deep i.black{color:var(--color-black)}:host.novo-item-content ::ng-deep i.white{color:var(--color-white)}:host.novo-item-content ::ng-deep i.gray{color:var(--color-gray)}:host.novo-item-content ::ng-deep i.grey{color:var(--color-grey)}:host.novo-item-content ::ng-deep i.offWhite{color:var(--color-off-white)}:host.novo-item-content ::ng-deep i.bright{color:var(--color-bright)}:host.novo-item-content ::ng-deep i.light{color:var(--color-light)}:host.novo-item-content ::ng-deep i.neutral{color:var(--color-neutral)}:host.novo-item-content ::ng-deep i.dark{color:var(--color-dark)}:host.novo-item-content ::ng-deep i.orange{color:var(--color-orange)}:host.novo-item-content ::ng-deep i.navigation{color:var(--color-navigation)}:host.novo-item-content ::ng-deep i.skyBlue{color:var(--color-sky-blue)}:host.novo-item-content ::ng-deep i.steel{color:var(--color-steel)}:host.novo-item-content ::ng-deep i.metal{color:var(--color-metal)}:host.novo-item-content ::ng-deep i.sand{color:var(--color-sand)}:host.novo-item-content ::ng-deep i.silver{color:var(--color-silver)}:host.novo-item-content ::ng-deep i.stone{color:var(--color-stone)}:host.novo-item-content ::ng-deep i.ash{color:var(--color-ash)}:host.novo-item-content ::ng-deep i.anonymous{color:var(--color-anonymous)}:host.novo-item-content ::ng-deep i.slate{color:var(--color-slate)}:host.novo-item-content ::ng-deep i.onyx{color:var(--color-onyx)}:host.novo-item-content ::ng-deep i.charcoal{color:var(--color-charcoal)}:host.novo-item-content ::ng-deep i.moonlight{color:var(--color-moonlight)}:host.novo-item-content ::ng-deep i.midnight{color:var(--color-midnight)}:host.novo-item-content ::ng-deep i.darkness{color:var(--color-darkness)}:host.novo-item-content ::ng-deep i.navy{color:var(--color-navy)}:host.novo-item-content ::ng-deep i.aqua{color:var(--color-aqua)}:host.novo-item-content ::ng-deep i.ocean{color:var(--color-ocean)}:host.novo-item-content ::ng-deep i.mint{color:var(--color-mint)}:host.novo-item-content ::ng-deep i.grass{color:var(--color-grass)}:host.novo-item-content ::ng-deep i.sunflower{color:var(--color-sunflower)}:host.novo-item-content ::ng-deep i.bittersweet{color:var(--color-bittersweet)}:host.novo-item-content ::ng-deep i.grapefruit{color:var(--color-grapefruit)}:host.novo-item-content ::ng-deep i.carnation{color:var(--color-carnation)}:host.novo-item-content ::ng-deep i.lavender{color:var(--color-lavender)}:host.novo-item-content ::ng-deep i.mountain{color:var(--color-mountain)}:host.novo-item-content ::ng-deep i.info{color:var(--color-info)}:host.novo-item-content ::ng-deep i.positive{color:var(--color-positive)}:host.novo-item-content ::ng-deep i.success{color:var(--color-success)}:host.novo-item-content ::ng-deep i.negative{color:var(--color-negative)}:host.novo-item-content ::ng-deep i.danger{color:var(--color-danger)}:host.novo-item-content ::ng-deep i.error{color:var(--color-error)}:host.novo-item-content ::ng-deep i.warning{color:var(--color-warning)}:host.novo-item-content ::ng-deep i.empty{color:var(--color-empty)}:host.novo-item-content ::ng-deep i.disabled{color:var(--color-disabled)}:host.novo-item-content ::ng-deep i.background{color:var(--color-background)}:host.novo-item-content ::ng-deep i.backgroundDark{color:var(--color-background-dark)}:host.novo-item-content ::ng-deep i.border{color:var(--color-border)}:host.novo-item-content ::ng-deep i.border2{color:var(--color-border2)}:host.novo-item-content ::ng-deep i.text{color:var(--color-text)}:host.novo-item-content ::ng-deep i.presentation{color:var(--color-presentation)}:host.novo-item-content ::ng-deep i.bullhorn{color:var(--color-bullhorn)}:host.novo-item-content ::ng-deep i.pulse{color:var(--color-pulse)}:host.novo-item-content ::ng-deep i.fastFind{color:var(--color-fast-find)}:host.novo-item-content ::ng-deep i.toast{color:var(--color-toast)}:host.novo-item-content ::ng-deep i.company{color:var(--color-company)}:host.novo-item-content ::ng-deep i.candidate{color:var(--color-candidate)}:host.novo-item-content ::ng-deep i.lead{color:var(--color-lead)}:host.novo-item-content ::ng-deep i.contact{color:var(--color-contact)}:host.novo-item-content ::ng-deep i.clientcontact{color:var(--color-clientcontact)}:host.novo-item-content ::ng-deep i.opportunity{color:var(--color-opportunity)}:host.novo-item-content ::ng-deep i.job{color:var(--color-job)}:host.novo-item-content ::ng-deep i.joborder{color:var(--color-joborder)}:host.novo-item-content ::ng-deep i.submission{color:var(--color-submission)}:host.novo-item-content ::ng-deep i.sendout{color:var(--color-sendout)}:host.novo-item-content ::ng-deep i.placement{color:var(--color-placement)}:host.novo-item-content ::ng-deep i.note{color:var(--color-note)}:host.novo-item-content ::ng-deep i.contract{color:var(--color-contract)}:host.novo-item-content ::ng-deep i.task{color:var(--color-task)}:host.novo-item-content ::ng-deep i.jobCode{color:var(--color-job-code)}:host.novo-item-content ::ng-deep i.earnCode{color:var(--color-earn-code)}:host.novo-item-content ::ng-deep i.invoiceStatement{color:var(--color-invoice-statement)}:host.novo-item-content ::ng-deep i.billableCharge{color:var(--color-billable-charge)}:host.novo-item-content ::ng-deep i.payableCharge{color:var(--color-payable-charge)}:host.novo-item-content ::ng-deep i.user{color:var(--color-user)}:host.novo-item-content ::ng-deep i.corporateUser{color:var(--color-corporate-user)}:host.novo-item-content ::ng-deep i.distributionList{color:var(--color-distribution-list)}:host.novo-item-content ::ng-deep i.credential{color:var(--color-credential)}:host.novo-item-content ::ng-deep i.person{color:var(--color-person)}:host.vertical-list{flex-direction:column}:host.horizontal-list{flex-direction:row}\n"] }); }
89
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: NovoItemContentElement, isStandalone: false, selector: "item-content, novo-item-content", inputs: { direction: "direction" }, host: { properties: { "class.vertical-list": "direction === \"vertical\"", "class.horizontal-list": "direction === \"horizontal\"" }, classAttribute: "novo-item-content" }, ngImport: i0, template: ' <ng-content></ng-content> ', isInline: true, styles: [":host-context([theme=border-default]).novo-item-content{color:#ffffffa6}:host-context([theme=black]).novo-item-content{color:#ffffffa6}:host-context([theme=white]).novo-item-content{color:#ffffffa6}:host-context([theme=gray]).novo-item-content{color:#ffffffa6}:host-context([theme=grey]).novo-item-content{color:#ffffffa6}:host-context([theme=offWhite]).novo-item-content{color:#ffffffa6}:host-context([theme=bright]).novo-item-content{color:#ffffffa6}:host-context([theme=light]).novo-item-content{color:#ffffffa6}:host-context([theme=neutral]).novo-item-content{color:#ffffffa6}:host-context([theme=dark]).novo-item-content{color:#ffffffa6}:host-context([theme=orange]).novo-item-content{color:#ffffffa6}:host-context([theme=navigation]).novo-item-content{color:#ffffffa6}:host-context([theme=skyBlue]).novo-item-content{color:#ffffffa6}:host-context([theme=steel]).novo-item-content{color:#ffffffa6}:host-context([theme=metal]).novo-item-content{color:#ffffffa6}:host-context([theme=sand]).novo-item-content{color:#ffffffa6}:host-context([theme=silver]).novo-item-content{color:#ffffffa6}:host-context([theme=stone]).novo-item-content{color:#ffffffa6}:host-context([theme=ash]).novo-item-content{color:#ffffffa6}:host-context([theme=anonymous]).novo-item-content{color:#ffffffa6}:host-context([theme=slate]).novo-item-content{color:#ffffffa6}:host-context([theme=onyx]).novo-item-content{color:#ffffffa6}:host-context([theme=charcoal]).novo-item-content{color:#ffffffa6}:host-context([theme=moonlight]).novo-item-content{color:#ffffffa6}:host-context([theme=midnight]).novo-item-content{color:#ffffffa6}:host-context([theme=darkness]).novo-item-content{color:#ffffffa6}:host-context([theme=navy]).novo-item-content{color:#ffffffa6}:host-context([theme=aqua]).novo-item-content{color:#ffffffa6}:host-context([theme=ocean]).novo-item-content{color:#ffffffa6}:host-context([theme=mint]).novo-item-content{color:#ffffffa6}:host-context([theme=grass]).novo-item-content{color:#ffffffa6}:host-context([theme=sunflower]).novo-item-content{color:#ffffffa6}:host-context([theme=bittersweet]).novo-item-content{color:#ffffffa6}:host-context([theme=grapefruit]).novo-item-content{color:#ffffffa6}:host-context([theme=carnation]).novo-item-content{color:#ffffffa6}:host-context([theme=lavender]).novo-item-content{color:#ffffffa6}:host-context([theme=mountain]).novo-item-content{color:#ffffffa6}:host-context([theme=info]).novo-item-content{color:#ffffffa6}:host-context([theme=positive]).novo-item-content{color:#ffffffa6}:host-context([theme=success]).novo-item-content{color:#ffffffa6}:host-context([theme=negative]).novo-item-content{color:#ffffffa6}:host-context([theme=danger]).novo-item-content{color:#ffffffa6}:host-context([theme=error]).novo-item-content{color:#ffffffa6}:host-context([theme=warning]).novo-item-content{color:#ffffffa6}:host-context([theme=empty]).novo-item-content{color:#ffffffa6}:host-context([theme=disabled]).novo-item-content{color:#ffffffa6}:host-context([theme=background]).novo-item-content{color:#ffffffa6}:host-context([theme=backgroundDark]).novo-item-content{color:#ffffffa6}:host-context([theme=border]).novo-item-content{color:#ffffffa6}:host-context([theme=border2]).novo-item-content{color:#ffffffa6}:host-context([theme=text]).novo-item-content{color:#ffffffa6}:host-context([theme=presentation]).novo-item-content{color:#ffffffa6}:host-context([theme=bullhorn]).novo-item-content{color:#ffffffa6}:host-context([theme=pulse]).novo-item-content{color:#ffffffa6}:host-context([theme=fastFind]).novo-item-content{color:#ffffffa6}:host-context([theme=toast]).novo-item-content{color:#ffffffa6}:host-context([theme=company]).novo-item-content{color:#ffffffa6}:host-context([theme=candidate]).novo-item-content{color:#ffffffa6}:host-context([theme=lead]).novo-item-content{color:#ffffffa6}:host-context([theme=contact]).novo-item-content{color:#ffffffa6}:host-context([theme=clientcontact]).novo-item-content{color:#ffffffa6}:host-context([theme=opportunity]).novo-item-content{color:#ffffffa6}:host-context([theme=job]).novo-item-content{color:#ffffffa6}:host-context([theme=joborder]).novo-item-content{color:#ffffffa6}:host-context([theme=submission]).novo-item-content{color:#ffffffa6}:host-context([theme=sendout]).novo-item-content{color:#ffffffa6}:host-context([theme=placement]).novo-item-content{color:#ffffffa6}:host-context([theme=note]).novo-item-content{color:#ffffffa6}:host-context([theme=contract]).novo-item-content{color:#ffffffa6}:host-context([theme=task]).novo-item-content{color:#ffffffa6}:host-context([theme=jobCode]).novo-item-content{color:#ffffffa6}:host-context([theme=earnCode]).novo-item-content{color:#ffffffa6}:host-context([theme=invoiceStatement]).novo-item-content{color:#ffffffa6}:host-context([theme=billableCharge]).novo-item-content{color:#ffffffa6}:host-context([theme=payableCharge]).novo-item-content{color:#ffffffa6}:host-context([theme=user]).novo-item-content{color:#ffffffa6}:host-context([theme=corporateUser]).novo-item-content{color:#ffffffa6}:host-context([theme=distributionList]).novo-item-content{color:#ffffffa6}:host-context([theme=credential]).novo-item-content{color:#ffffffa6}:host-context([theme=person]).novo-item-content{color:#ffffffa6}:host-context(.novo-list.avatar){margin-left:2.7em}:host{display:flex;margin-left:.2em}:host.novo-item-content{color:#434343d9}:host.novo-item-content ::ng-deep i.black{color:var(--color-black)}:host.novo-item-content ::ng-deep i.white{color:var(--color-white)}:host.novo-item-content ::ng-deep i.gray{color:var(--color-gray)}:host.novo-item-content ::ng-deep i.grey{color:var(--color-grey)}:host.novo-item-content ::ng-deep i.offWhite{color:var(--color-off-white)}:host.novo-item-content ::ng-deep i.bright{color:var(--color-bright)}:host.novo-item-content ::ng-deep i.light{color:var(--color-light)}:host.novo-item-content ::ng-deep i.neutral{color:var(--color-neutral)}:host.novo-item-content ::ng-deep i.dark{color:var(--color-dark)}:host.novo-item-content ::ng-deep i.orange{color:var(--color-orange)}:host.novo-item-content ::ng-deep i.navigation{color:var(--color-navigation)}:host.novo-item-content ::ng-deep i.skyBlue{color:var(--color-sky-blue)}:host.novo-item-content ::ng-deep i.steel{color:var(--color-steel)}:host.novo-item-content ::ng-deep i.metal{color:var(--color-metal)}:host.novo-item-content ::ng-deep i.sand{color:var(--color-sand)}:host.novo-item-content ::ng-deep i.silver{color:var(--color-silver)}:host.novo-item-content ::ng-deep i.stone{color:var(--color-stone)}:host.novo-item-content ::ng-deep i.ash{color:var(--color-ash)}:host.novo-item-content ::ng-deep i.anonymous{color:var(--color-anonymous)}:host.novo-item-content ::ng-deep i.slate{color:var(--color-slate)}:host.novo-item-content ::ng-deep i.onyx{color:var(--color-onyx)}:host.novo-item-content ::ng-deep i.charcoal{color:var(--color-charcoal)}:host.novo-item-content ::ng-deep i.moonlight{color:var(--color-moonlight)}:host.novo-item-content ::ng-deep i.midnight{color:var(--color-midnight)}:host.novo-item-content ::ng-deep i.darkness{color:var(--color-darkness)}:host.novo-item-content ::ng-deep i.navy{color:var(--color-navy)}:host.novo-item-content ::ng-deep i.aqua{color:var(--color-aqua)}:host.novo-item-content ::ng-deep i.ocean{color:var(--color-ocean)}:host.novo-item-content ::ng-deep i.mint{color:var(--color-mint)}:host.novo-item-content ::ng-deep i.grass{color:var(--color-grass)}:host.novo-item-content ::ng-deep i.sunflower{color:var(--color-sunflower)}:host.novo-item-content ::ng-deep i.bittersweet{color:var(--color-bittersweet)}:host.novo-item-content ::ng-deep i.grapefruit{color:var(--color-grapefruit)}:host.novo-item-content ::ng-deep i.carnation{color:var(--color-carnation)}:host.novo-item-content ::ng-deep i.lavender{color:var(--color-lavender)}:host.novo-item-content ::ng-deep i.mountain{color:var(--color-mountain)}:host.novo-item-content ::ng-deep i.info{color:var(--color-info)}:host.novo-item-content ::ng-deep i.positive{color:var(--color-positive)}:host.novo-item-content ::ng-deep i.success{color:var(--color-success)}:host.novo-item-content ::ng-deep i.negative{color:var(--color-negative)}:host.novo-item-content ::ng-deep i.danger{color:var(--color-danger)}:host.novo-item-content ::ng-deep i.error{color:var(--color-error)}:host.novo-item-content ::ng-deep i.warning{color:var(--color-warning)}:host.novo-item-content ::ng-deep i.empty{color:var(--color-empty)}:host.novo-item-content ::ng-deep i.disabled{color:var(--color-disabled)}:host.novo-item-content ::ng-deep i.background{color:var(--color-background)}:host.novo-item-content ::ng-deep i.backgroundDark{color:var(--color-background-dark)}:host.novo-item-content ::ng-deep i.border{color:var(--color-border)}:host.novo-item-content ::ng-deep i.border2{color:var(--color-border2)}:host.novo-item-content ::ng-deep i.text{color:var(--color-text)}:host.novo-item-content ::ng-deep i.presentation{color:var(--color-presentation)}:host.novo-item-content ::ng-deep i.bullhorn{color:var(--color-bullhorn)}:host.novo-item-content ::ng-deep i.pulse{color:var(--color-pulse)}:host.novo-item-content ::ng-deep i.fastFind{color:var(--color-fast-find)}:host.novo-item-content ::ng-deep i.toast{color:var(--color-toast)}:host.novo-item-content ::ng-deep i.company{color:var(--color-company)}:host.novo-item-content ::ng-deep i.candidate{color:var(--color-candidate)}:host.novo-item-content ::ng-deep i.lead{color:var(--color-lead)}:host.novo-item-content ::ng-deep i.contact{color:var(--color-contact)}:host.novo-item-content ::ng-deep i.clientcontact{color:var(--color-clientcontact)}:host.novo-item-content ::ng-deep i.opportunity{color:var(--color-opportunity)}:host.novo-item-content ::ng-deep i.job{color:var(--color-job)}:host.novo-item-content ::ng-deep i.joborder{color:var(--color-joborder)}:host.novo-item-content ::ng-deep i.submission{color:var(--color-submission)}:host.novo-item-content ::ng-deep i.sendout{color:var(--color-sendout)}:host.novo-item-content ::ng-deep i.placement{color:var(--color-placement)}:host.novo-item-content ::ng-deep i.note{color:var(--color-note)}:host.novo-item-content ::ng-deep i.contract{color:var(--color-contract)}:host.novo-item-content ::ng-deep i.task{color:var(--color-task)}:host.novo-item-content ::ng-deep i.jobCode{color:var(--color-job-code)}:host.novo-item-content ::ng-deep i.earnCode{color:var(--color-earn-code)}:host.novo-item-content ::ng-deep i.invoiceStatement{color:var(--color-invoice-statement)}:host.novo-item-content ::ng-deep i.billableCharge{color:var(--color-billable-charge)}:host.novo-item-content ::ng-deep i.payableCharge{color:var(--color-payable-charge)}:host.novo-item-content ::ng-deep i.user{color:var(--color-user)}:host.novo-item-content ::ng-deep i.corporateUser{color:var(--color-corporate-user)}:host.novo-item-content ::ng-deep i.distributionList{color:var(--color-distribution-list)}:host.novo-item-content ::ng-deep i.credential{color:var(--color-credential)}:host.novo-item-content ::ng-deep i.person{color:var(--color-person)}:host.vertical-list{flex-direction:column}:host.horizontal-list{flex-direction:row}\n"] }); }
90
90
  }
91
91
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: NovoItemContentElement, decorators: [{
92
92
  type: Component,
@@ -94,7 +94,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
94
94
  class: 'novo-item-content',
95
95
  '[class.vertical-list]': 'direction === "vertical"',
96
96
  '[class.horizontal-list]': 'direction === "horizontal"',
97
- }, template: ' <ng-content></ng-content> ', standalone: false, styles: [":host-context([theme=border-default]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=black]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=white]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=gray]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=grey]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=offWhite]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=bright]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=light]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=neutral]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=dark]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=orange]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=navigation]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=skyBlue]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=steel]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=metal]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=sand]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=silver]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=stone]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=ash]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=anonymous]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=slate]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=onyx]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=charcoal]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=moonlight]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=midnight]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=darkness]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=navy]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=aqua]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=ocean]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=mint]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=grass]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=sunflower]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=bittersweet]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=grapefruit]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=carnation]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=lavender]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=mountain]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=info]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=positive]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=success]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=negative]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=danger]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=error]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=warning]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=empty]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=disabled]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=background]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=backgroundDark]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=border]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=border2]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=text]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=presentation]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=bullhorn]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=pulse]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=fastFind]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=toast]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=company]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=candidate]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=lead]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=contact]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=clientcontact]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=opportunity]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=job]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=joborder]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=submission]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=sendout]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=placement]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=note]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=contract]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=task]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=jobCode]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=earnCode]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=invoiceStatement]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=billableCharge]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=payableCharge]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=user]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=corporateUser]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=distributionList]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=credential]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context([theme=person]).novo-item-content>::ng-deep *{color:#ffffffa6}:host-context(.novo-list.avatar){margin-left:2.7em}:host{display:flex;margin-left:.2em}:host.novo-item-content>::ng-deep *{color:#434343d9}:host.novo-item-content ::ng-deep i.black{color:var(--color-black)}:host.novo-item-content ::ng-deep i.white{color:var(--color-white)}:host.novo-item-content ::ng-deep i.gray{color:var(--color-gray)}:host.novo-item-content ::ng-deep i.grey{color:var(--color-grey)}:host.novo-item-content ::ng-deep i.offWhite{color:var(--color-off-white)}:host.novo-item-content ::ng-deep i.bright{color:var(--color-bright)}:host.novo-item-content ::ng-deep i.light{color:var(--color-light)}:host.novo-item-content ::ng-deep i.neutral{color:var(--color-neutral)}:host.novo-item-content ::ng-deep i.dark{color:var(--color-dark)}:host.novo-item-content ::ng-deep i.orange{color:var(--color-orange)}:host.novo-item-content ::ng-deep i.navigation{color:var(--color-navigation)}:host.novo-item-content ::ng-deep i.skyBlue{color:var(--color-sky-blue)}:host.novo-item-content ::ng-deep i.steel{color:var(--color-steel)}:host.novo-item-content ::ng-deep i.metal{color:var(--color-metal)}:host.novo-item-content ::ng-deep i.sand{color:var(--color-sand)}:host.novo-item-content ::ng-deep i.silver{color:var(--color-silver)}:host.novo-item-content ::ng-deep i.stone{color:var(--color-stone)}:host.novo-item-content ::ng-deep i.ash{color:var(--color-ash)}:host.novo-item-content ::ng-deep i.anonymous{color:var(--color-anonymous)}:host.novo-item-content ::ng-deep i.slate{color:var(--color-slate)}:host.novo-item-content ::ng-deep i.onyx{color:var(--color-onyx)}:host.novo-item-content ::ng-deep i.charcoal{color:var(--color-charcoal)}:host.novo-item-content ::ng-deep i.moonlight{color:var(--color-moonlight)}:host.novo-item-content ::ng-deep i.midnight{color:var(--color-midnight)}:host.novo-item-content ::ng-deep i.darkness{color:var(--color-darkness)}:host.novo-item-content ::ng-deep i.navy{color:var(--color-navy)}:host.novo-item-content ::ng-deep i.aqua{color:var(--color-aqua)}:host.novo-item-content ::ng-deep i.ocean{color:var(--color-ocean)}:host.novo-item-content ::ng-deep i.mint{color:var(--color-mint)}:host.novo-item-content ::ng-deep i.grass{color:var(--color-grass)}:host.novo-item-content ::ng-deep i.sunflower{color:var(--color-sunflower)}:host.novo-item-content ::ng-deep i.bittersweet{color:var(--color-bittersweet)}:host.novo-item-content ::ng-deep i.grapefruit{color:var(--color-grapefruit)}:host.novo-item-content ::ng-deep i.carnation{color:var(--color-carnation)}:host.novo-item-content ::ng-deep i.lavender{color:var(--color-lavender)}:host.novo-item-content ::ng-deep i.mountain{color:var(--color-mountain)}:host.novo-item-content ::ng-deep i.info{color:var(--color-info)}:host.novo-item-content ::ng-deep i.positive{color:var(--color-positive)}:host.novo-item-content ::ng-deep i.success{color:var(--color-success)}:host.novo-item-content ::ng-deep i.negative{color:var(--color-negative)}:host.novo-item-content ::ng-deep i.danger{color:var(--color-danger)}:host.novo-item-content ::ng-deep i.error{color:var(--color-error)}:host.novo-item-content ::ng-deep i.warning{color:var(--color-warning)}:host.novo-item-content ::ng-deep i.empty{color:var(--color-empty)}:host.novo-item-content ::ng-deep i.disabled{color:var(--color-disabled)}:host.novo-item-content ::ng-deep i.background{color:var(--color-background)}:host.novo-item-content ::ng-deep i.backgroundDark{color:var(--color-background-dark)}:host.novo-item-content ::ng-deep i.border{color:var(--color-border)}:host.novo-item-content ::ng-deep i.border2{color:var(--color-border2)}:host.novo-item-content ::ng-deep i.text{color:var(--color-text)}:host.novo-item-content ::ng-deep i.presentation{color:var(--color-presentation)}:host.novo-item-content ::ng-deep i.bullhorn{color:var(--color-bullhorn)}:host.novo-item-content ::ng-deep i.pulse{color:var(--color-pulse)}:host.novo-item-content ::ng-deep i.fastFind{color:var(--color-fast-find)}:host.novo-item-content ::ng-deep i.toast{color:var(--color-toast)}:host.novo-item-content ::ng-deep i.company{color:var(--color-company)}:host.novo-item-content ::ng-deep i.candidate{color:var(--color-candidate)}:host.novo-item-content ::ng-deep i.lead{color:var(--color-lead)}:host.novo-item-content ::ng-deep i.contact{color:var(--color-contact)}:host.novo-item-content ::ng-deep i.clientcontact{color:var(--color-clientcontact)}:host.novo-item-content ::ng-deep i.opportunity{color:var(--color-opportunity)}:host.novo-item-content ::ng-deep i.job{color:var(--color-job)}:host.novo-item-content ::ng-deep i.joborder{color:var(--color-joborder)}:host.novo-item-content ::ng-deep i.submission{color:var(--color-submission)}:host.novo-item-content ::ng-deep i.sendout{color:var(--color-sendout)}:host.novo-item-content ::ng-deep i.placement{color:var(--color-placement)}:host.novo-item-content ::ng-deep i.note{color:var(--color-note)}:host.novo-item-content ::ng-deep i.contract{color:var(--color-contract)}:host.novo-item-content ::ng-deep i.task{color:var(--color-task)}:host.novo-item-content ::ng-deep i.jobCode{color:var(--color-job-code)}:host.novo-item-content ::ng-deep i.earnCode{color:var(--color-earn-code)}:host.novo-item-content ::ng-deep i.invoiceStatement{color:var(--color-invoice-statement)}:host.novo-item-content ::ng-deep i.billableCharge{color:var(--color-billable-charge)}:host.novo-item-content ::ng-deep i.payableCharge{color:var(--color-payable-charge)}:host.novo-item-content ::ng-deep i.user{color:var(--color-user)}:host.novo-item-content ::ng-deep i.corporateUser{color:var(--color-corporate-user)}:host.novo-item-content ::ng-deep i.distributionList{color:var(--color-distribution-list)}:host.novo-item-content ::ng-deep i.credential{color:var(--color-credential)}:host.novo-item-content ::ng-deep i.person{color:var(--color-person)}:host.vertical-list{flex-direction:column}:host.horizontal-list{flex-direction:row}\n"] }]
97
+ }, template: ' <ng-content></ng-content> ', standalone: false, styles: [":host-context([theme=border-default]).novo-item-content{color:#ffffffa6}:host-context([theme=black]).novo-item-content{color:#ffffffa6}:host-context([theme=white]).novo-item-content{color:#ffffffa6}:host-context([theme=gray]).novo-item-content{color:#ffffffa6}:host-context([theme=grey]).novo-item-content{color:#ffffffa6}:host-context([theme=offWhite]).novo-item-content{color:#ffffffa6}:host-context([theme=bright]).novo-item-content{color:#ffffffa6}:host-context([theme=light]).novo-item-content{color:#ffffffa6}:host-context([theme=neutral]).novo-item-content{color:#ffffffa6}:host-context([theme=dark]).novo-item-content{color:#ffffffa6}:host-context([theme=orange]).novo-item-content{color:#ffffffa6}:host-context([theme=navigation]).novo-item-content{color:#ffffffa6}:host-context([theme=skyBlue]).novo-item-content{color:#ffffffa6}:host-context([theme=steel]).novo-item-content{color:#ffffffa6}:host-context([theme=metal]).novo-item-content{color:#ffffffa6}:host-context([theme=sand]).novo-item-content{color:#ffffffa6}:host-context([theme=silver]).novo-item-content{color:#ffffffa6}:host-context([theme=stone]).novo-item-content{color:#ffffffa6}:host-context([theme=ash]).novo-item-content{color:#ffffffa6}:host-context([theme=anonymous]).novo-item-content{color:#ffffffa6}:host-context([theme=slate]).novo-item-content{color:#ffffffa6}:host-context([theme=onyx]).novo-item-content{color:#ffffffa6}:host-context([theme=charcoal]).novo-item-content{color:#ffffffa6}:host-context([theme=moonlight]).novo-item-content{color:#ffffffa6}:host-context([theme=midnight]).novo-item-content{color:#ffffffa6}:host-context([theme=darkness]).novo-item-content{color:#ffffffa6}:host-context([theme=navy]).novo-item-content{color:#ffffffa6}:host-context([theme=aqua]).novo-item-content{color:#ffffffa6}:host-context([theme=ocean]).novo-item-content{color:#ffffffa6}:host-context([theme=mint]).novo-item-content{color:#ffffffa6}:host-context([theme=grass]).novo-item-content{color:#ffffffa6}:host-context([theme=sunflower]).novo-item-content{color:#ffffffa6}:host-context([theme=bittersweet]).novo-item-content{color:#ffffffa6}:host-context([theme=grapefruit]).novo-item-content{color:#ffffffa6}:host-context([theme=carnation]).novo-item-content{color:#ffffffa6}:host-context([theme=lavender]).novo-item-content{color:#ffffffa6}:host-context([theme=mountain]).novo-item-content{color:#ffffffa6}:host-context([theme=info]).novo-item-content{color:#ffffffa6}:host-context([theme=positive]).novo-item-content{color:#ffffffa6}:host-context([theme=success]).novo-item-content{color:#ffffffa6}:host-context([theme=negative]).novo-item-content{color:#ffffffa6}:host-context([theme=danger]).novo-item-content{color:#ffffffa6}:host-context([theme=error]).novo-item-content{color:#ffffffa6}:host-context([theme=warning]).novo-item-content{color:#ffffffa6}:host-context([theme=empty]).novo-item-content{color:#ffffffa6}:host-context([theme=disabled]).novo-item-content{color:#ffffffa6}:host-context([theme=background]).novo-item-content{color:#ffffffa6}:host-context([theme=backgroundDark]).novo-item-content{color:#ffffffa6}:host-context([theme=border]).novo-item-content{color:#ffffffa6}:host-context([theme=border2]).novo-item-content{color:#ffffffa6}:host-context([theme=text]).novo-item-content{color:#ffffffa6}:host-context([theme=presentation]).novo-item-content{color:#ffffffa6}:host-context([theme=bullhorn]).novo-item-content{color:#ffffffa6}:host-context([theme=pulse]).novo-item-content{color:#ffffffa6}:host-context([theme=fastFind]).novo-item-content{color:#ffffffa6}:host-context([theme=toast]).novo-item-content{color:#ffffffa6}:host-context([theme=company]).novo-item-content{color:#ffffffa6}:host-context([theme=candidate]).novo-item-content{color:#ffffffa6}:host-context([theme=lead]).novo-item-content{color:#ffffffa6}:host-context([theme=contact]).novo-item-content{color:#ffffffa6}:host-context([theme=clientcontact]).novo-item-content{color:#ffffffa6}:host-context([theme=opportunity]).novo-item-content{color:#ffffffa6}:host-context([theme=job]).novo-item-content{color:#ffffffa6}:host-context([theme=joborder]).novo-item-content{color:#ffffffa6}:host-context([theme=submission]).novo-item-content{color:#ffffffa6}:host-context([theme=sendout]).novo-item-content{color:#ffffffa6}:host-context([theme=placement]).novo-item-content{color:#ffffffa6}:host-context([theme=note]).novo-item-content{color:#ffffffa6}:host-context([theme=contract]).novo-item-content{color:#ffffffa6}:host-context([theme=task]).novo-item-content{color:#ffffffa6}:host-context([theme=jobCode]).novo-item-content{color:#ffffffa6}:host-context([theme=earnCode]).novo-item-content{color:#ffffffa6}:host-context([theme=invoiceStatement]).novo-item-content{color:#ffffffa6}:host-context([theme=billableCharge]).novo-item-content{color:#ffffffa6}:host-context([theme=payableCharge]).novo-item-content{color:#ffffffa6}:host-context([theme=user]).novo-item-content{color:#ffffffa6}:host-context([theme=corporateUser]).novo-item-content{color:#ffffffa6}:host-context([theme=distributionList]).novo-item-content{color:#ffffffa6}:host-context([theme=credential]).novo-item-content{color:#ffffffa6}:host-context([theme=person]).novo-item-content{color:#ffffffa6}:host-context(.novo-list.avatar){margin-left:2.7em}:host{display:flex;margin-left:.2em}:host.novo-item-content{color:#434343d9}:host.novo-item-content ::ng-deep i.black{color:var(--color-black)}:host.novo-item-content ::ng-deep i.white{color:var(--color-white)}:host.novo-item-content ::ng-deep i.gray{color:var(--color-gray)}:host.novo-item-content ::ng-deep i.grey{color:var(--color-grey)}:host.novo-item-content ::ng-deep i.offWhite{color:var(--color-off-white)}:host.novo-item-content ::ng-deep i.bright{color:var(--color-bright)}:host.novo-item-content ::ng-deep i.light{color:var(--color-light)}:host.novo-item-content ::ng-deep i.neutral{color:var(--color-neutral)}:host.novo-item-content ::ng-deep i.dark{color:var(--color-dark)}:host.novo-item-content ::ng-deep i.orange{color:var(--color-orange)}:host.novo-item-content ::ng-deep i.navigation{color:var(--color-navigation)}:host.novo-item-content ::ng-deep i.skyBlue{color:var(--color-sky-blue)}:host.novo-item-content ::ng-deep i.steel{color:var(--color-steel)}:host.novo-item-content ::ng-deep i.metal{color:var(--color-metal)}:host.novo-item-content ::ng-deep i.sand{color:var(--color-sand)}:host.novo-item-content ::ng-deep i.silver{color:var(--color-silver)}:host.novo-item-content ::ng-deep i.stone{color:var(--color-stone)}:host.novo-item-content ::ng-deep i.ash{color:var(--color-ash)}:host.novo-item-content ::ng-deep i.anonymous{color:var(--color-anonymous)}:host.novo-item-content ::ng-deep i.slate{color:var(--color-slate)}:host.novo-item-content ::ng-deep i.onyx{color:var(--color-onyx)}:host.novo-item-content ::ng-deep i.charcoal{color:var(--color-charcoal)}:host.novo-item-content ::ng-deep i.moonlight{color:var(--color-moonlight)}:host.novo-item-content ::ng-deep i.midnight{color:var(--color-midnight)}:host.novo-item-content ::ng-deep i.darkness{color:var(--color-darkness)}:host.novo-item-content ::ng-deep i.navy{color:var(--color-navy)}:host.novo-item-content ::ng-deep i.aqua{color:var(--color-aqua)}:host.novo-item-content ::ng-deep i.ocean{color:var(--color-ocean)}:host.novo-item-content ::ng-deep i.mint{color:var(--color-mint)}:host.novo-item-content ::ng-deep i.grass{color:var(--color-grass)}:host.novo-item-content ::ng-deep i.sunflower{color:var(--color-sunflower)}:host.novo-item-content ::ng-deep i.bittersweet{color:var(--color-bittersweet)}:host.novo-item-content ::ng-deep i.grapefruit{color:var(--color-grapefruit)}:host.novo-item-content ::ng-deep i.carnation{color:var(--color-carnation)}:host.novo-item-content ::ng-deep i.lavender{color:var(--color-lavender)}:host.novo-item-content ::ng-deep i.mountain{color:var(--color-mountain)}:host.novo-item-content ::ng-deep i.info{color:var(--color-info)}:host.novo-item-content ::ng-deep i.positive{color:var(--color-positive)}:host.novo-item-content ::ng-deep i.success{color:var(--color-success)}:host.novo-item-content ::ng-deep i.negative{color:var(--color-negative)}:host.novo-item-content ::ng-deep i.danger{color:var(--color-danger)}:host.novo-item-content ::ng-deep i.error{color:var(--color-error)}:host.novo-item-content ::ng-deep i.warning{color:var(--color-warning)}:host.novo-item-content ::ng-deep i.empty{color:var(--color-empty)}:host.novo-item-content ::ng-deep i.disabled{color:var(--color-disabled)}:host.novo-item-content ::ng-deep i.background{color:var(--color-background)}:host.novo-item-content ::ng-deep i.backgroundDark{color:var(--color-background-dark)}:host.novo-item-content ::ng-deep i.border{color:var(--color-border)}:host.novo-item-content ::ng-deep i.border2{color:var(--color-border2)}:host.novo-item-content ::ng-deep i.text{color:var(--color-text)}:host.novo-item-content ::ng-deep i.presentation{color:var(--color-presentation)}:host.novo-item-content ::ng-deep i.bullhorn{color:var(--color-bullhorn)}:host.novo-item-content ::ng-deep i.pulse{color:var(--color-pulse)}:host.novo-item-content ::ng-deep i.fastFind{color:var(--color-fast-find)}:host.novo-item-content ::ng-deep i.toast{color:var(--color-toast)}:host.novo-item-content ::ng-deep i.company{color:var(--color-company)}:host.novo-item-content ::ng-deep i.candidate{color:var(--color-candidate)}:host.novo-item-content ::ng-deep i.lead{color:var(--color-lead)}:host.novo-item-content ::ng-deep i.contact{color:var(--color-contact)}:host.novo-item-content ::ng-deep i.clientcontact{color:var(--color-clientcontact)}:host.novo-item-content ::ng-deep i.opportunity{color:var(--color-opportunity)}:host.novo-item-content ::ng-deep i.job{color:var(--color-job)}:host.novo-item-content ::ng-deep i.joborder{color:var(--color-joborder)}:host.novo-item-content ::ng-deep i.submission{color:var(--color-submission)}:host.novo-item-content ::ng-deep i.sendout{color:var(--color-sendout)}:host.novo-item-content ::ng-deep i.placement{color:var(--color-placement)}:host.novo-item-content ::ng-deep i.note{color:var(--color-note)}:host.novo-item-content ::ng-deep i.contract{color:var(--color-contract)}:host.novo-item-content ::ng-deep i.task{color:var(--color-task)}:host.novo-item-content ::ng-deep i.jobCode{color:var(--color-job-code)}:host.novo-item-content ::ng-deep i.earnCode{color:var(--color-earn-code)}:host.novo-item-content ::ng-deep i.invoiceStatement{color:var(--color-invoice-statement)}:host.novo-item-content ::ng-deep i.billableCharge{color:var(--color-billable-charge)}:host.novo-item-content ::ng-deep i.payableCharge{color:var(--color-payable-charge)}:host.novo-item-content ::ng-deep i.user{color:var(--color-user)}:host.novo-item-content ::ng-deep i.corporateUser{color:var(--color-corporate-user)}:host.novo-item-content ::ng-deep i.distributionList{color:var(--color-distribution-list)}:host.novo-item-content ::ng-deep i.credential{color:var(--color-credential)}:host.novo-item-content ::ng-deep i.person{color:var(--color-person)}:host.vertical-list{flex-direction:column}:host.horizontal-list{flex-direction:row}\n"] }]
98
98
  }], propDecorators: { direction: [{
99
99
  type: Input
100
100
  }] } });
@@ -1 +1 @@
1
- {"version":3,"file":"novo-elements-elements-list.mjs","sources":["../../../projects/novo-elements/src/elements/list/List.ts","../../../projects/novo-elements/src/elements/list/List.module.ts","../../../projects/novo-elements/src/elements/list/novo-elements-elements-list.ts"],"sourcesContent":["// NG2\nimport { Component, ContentChild, ElementRef, Input, OnInit } from '@angular/core';\n\n@Component({\n selector: 'novo-list',\n host: {\n class: 'novo-list',\n '[class.vertical-list]': 'direction === \"vertical\"',\n '[class.horizontal-list]': 'direction === \"horizontal\"',\n '[attr.theme]': 'theme',\n },\n template: ' <ng-content></ng-content> ',\n styleUrls: ['./List.scss'],\n standalone: false,\n})\nexport class NovoListElement {\n @Input()\n theme: string;\n @Input()\n direction: string;\n\n constructor(public element: ElementRef) {}\n}\n\n@Component({\n selector: 'item-avatar, novo-item-avatar',\n template: ' <novo-icon *ngIf=\"icon\" [color]=\"color || icon\">{{ icon }}</novo-icon> ',\n styleUrls: ['./list-item-header-avatar.scss'],\n host: {\n class: 'novo-item-avatar',\n },\n standalone: false,\n})\nexport class NovoItemAvatarElement {\n @Input()\n icon: string;\n @Input()\n color: string;\n}\n\n@Component({\n selector: 'item-title, novo-item-title',\n template: '<ng-content></ng-content>',\n styleUrls: ['./list-item-header-title.scss'],\n host: {\n class: 'novo-item-title',\n },\n standalone: false,\n})\nexport class NovoItemTitleElement {}\n\n@Component({\n selector: 'item-header, novo-item-header',\n template: `\n <novo-title class=\"novo-item-header-container\" size=\"md\">\n <ng-content select=\"item-avatar, novo-item-avatar\"></ng-content>\n <ng-content select=\"item-title, novo-item-title\"></ng-content>\n <ng-content select=\"item-header-end, novo-item-header-end\"></ng-content>\n </novo-title>\n `,\n styleUrls: ['./list-item-header.scss'],\n host: {\n class: 'novo-item-header',\n },\n standalone: false,\n})\nexport class NovoItemHeaderElement {}\n\n@Component({\n selector: 'item-header-end, novo-item-header-end',\n template: ' <ng-content></ng-content> ',\n styleUrls: ['./list-item-header-end.scss'],\n host: {\n class: 'novo-item-header-end',\n },\n standalone: false,\n})\nexport class NovoItemDateElement {}\n\n@Component({\n selector: 'item-content, novo-item-content',\n host: {\n class: 'novo-item-content',\n '[class.vertical-list]': 'direction === \"vertical\"',\n '[class.horizontal-list]': 'direction === \"horizontal\"',\n },\n template: ' <ng-content></ng-content> ',\n styleUrls: ['./list-item-content.scss'],\n standalone: false,\n})\nexport class NovoItemContentElement {\n @Input()\n direction: string;\n}\n\n@Component({\n selector: 'item-end, novo-item-end',\n template: ' <ng-content></ng-content> ',\n styleUrls: ['./list-item-end.scss'],\n host: {\n class: 'novo-item-end',\n },\n standalone: false,\n})\nexport class NovoItemEndElement {}\n\n@Component({\n selector: 'novo-list-item, a[list-item], button[list-item]',\n template: `\n <div class=\"list-item\" [ngClass]=\"{ avatar: avatar }\" *ngIf=\"_content || _header\">\n <ng-content select=\"item-header, novo-item-header\"></ng-content>\n <ng-content select=\"item-content, novo-item-content\"></ng-content>\n </div>\n <ng-content></ng-content>\n <ng-content select=\"item-end, novo-item-end\"></ng-content>\n `,\n styleUrls: ['./list-item.scss'],\n host: {\n class: 'novo-list-item',\n },\n standalone: false,\n})\nexport class NovoListItemElement implements OnInit {\n avatar: boolean = false;\n @ContentChild(NovoItemContentElement) _content: NovoItemContentElement;\n @ContentChild(NovoItemHeaderElement) _header: NovoItemHeaderElement;\n\n constructor(private element: ElementRef) {}\n\n ngOnInit() {\n this.avatar = !!this.element.nativeElement.querySelector('item-avatar');\n }\n}\n","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { NovoCommonModule } from 'novo-elements/elements/common';\nimport { NovoIconModule } from 'novo-elements/elements/icon';\n// APP\nimport {\n NovoItemAvatarElement,\n NovoItemContentElement,\n NovoItemDateElement,\n NovoItemEndElement,\n NovoItemHeaderElement,\n NovoItemTitleElement,\n NovoListElement,\n NovoListItemElement,\n} from './List';\n\n@NgModule({\n imports: [CommonModule, NovoCommonModule, NovoIconModule],\n declarations: [\n NovoListElement,\n NovoListItemElement,\n NovoItemAvatarElement,\n NovoItemTitleElement,\n NovoItemContentElement,\n NovoItemEndElement,\n NovoItemHeaderElement,\n NovoItemDateElement,\n ],\n exports: [\n NovoListElement,\n NovoListItemElement,\n NovoItemAvatarElement,\n NovoItemTitleElement,\n NovoItemHeaderElement,\n NovoItemContentElement,\n NovoItemEndElement,\n NovoItemDateElement,\n ],\n})\nexport class NovoListModule {}\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-list.mjs","sources":["../../../projects/novo-elements/src/elements/list/List.ts","../../../projects/novo-elements/src/elements/list/List.module.ts","../../../projects/novo-elements/src/elements/list/novo-elements-elements-list.ts"],"sourcesContent":["// NG2\nimport { Component, ContentChild, ElementRef, Input, OnInit } from '@angular/core';\n\n@Component({\n selector: 'novo-list',\n host: {\n class: 'novo-list',\n '[class.vertical-list]': 'direction === \"vertical\"',\n '[class.horizontal-list]': 'direction === \"horizontal\"',\n '[attr.theme]': 'theme',\n },\n template: ' <ng-content></ng-content> ',\n styleUrls: ['./List.scss'],\n standalone: false,\n})\nexport class NovoListElement {\n @Input()\n theme: string;\n @Input()\n direction: string;\n\n constructor(public element: ElementRef) {}\n}\n\n@Component({\n selector: 'item-avatar, novo-item-avatar',\n template: ' <novo-icon *ngIf=\"icon\" [color]=\"color || icon\">{{ icon }}</novo-icon> ',\n styleUrls: ['./list-item-header-avatar.scss'],\n host: {\n class: 'novo-item-avatar',\n },\n standalone: false,\n})\nexport class NovoItemAvatarElement {\n @Input()\n icon: string;\n @Input()\n color: string;\n}\n\n@Component({\n selector: 'item-title, novo-item-title',\n template: '<ng-content></ng-content>',\n styleUrls: ['./list-item-header-title.scss'],\n host: {\n class: 'novo-item-title',\n },\n standalone: false,\n})\nexport class NovoItemTitleElement {}\n\n@Component({\n selector: 'item-header, novo-item-header',\n template: `\n <novo-title class=\"novo-item-header-container\" size=\"md\">\n <ng-content select=\"item-avatar, novo-item-avatar\"></ng-content>\n <ng-content select=\"item-title, novo-item-title\"></ng-content>\n <ng-content select=\"item-header-end, novo-item-header-end\"></ng-content>\n </novo-title>\n `,\n styleUrls: ['./list-item-header.scss'],\n host: {\n class: 'novo-item-header',\n },\n standalone: false,\n})\nexport class NovoItemHeaderElement {}\n\n@Component({\n selector: 'item-header-end, novo-item-header-end',\n template: ' <ng-content></ng-content> ',\n styleUrls: ['./list-item-header-end.scss'],\n host: {\n class: 'novo-item-header-end',\n },\n standalone: false,\n})\nexport class NovoItemDateElement {}\n\n@Component({\n selector: 'item-content, novo-item-content',\n host: {\n class: 'novo-item-content',\n '[class.vertical-list]': 'direction === \"vertical\"',\n '[class.horizontal-list]': 'direction === \"horizontal\"',\n },\n template: ' <ng-content></ng-content> ',\n styleUrls: ['./list-item-content.scss'],\n standalone: false,\n})\nexport class NovoItemContentElement {\n @Input()\n direction: string;\n}\n\n@Component({\n selector: 'item-end, novo-item-end',\n template: ' <ng-content></ng-content> ',\n styleUrls: ['./list-item-end.scss'],\n host: {\n class: 'novo-item-end',\n },\n standalone: false,\n})\nexport class NovoItemEndElement {}\n\n@Component({\n selector: 'novo-list-item, a[list-item], button[list-item]',\n template: `\n <div class=\"list-item\" [ngClass]=\"{ avatar: avatar }\" *ngIf=\"_content || _header\">\n <ng-content select=\"item-header, novo-item-header\"></ng-content>\n <ng-content select=\"item-content, novo-item-content\"></ng-content>\n </div>\n <ng-content></ng-content>\n <ng-content select=\"item-end, novo-item-end\"></ng-content>\n `,\n styleUrls: ['./list-item.scss'],\n host: {\n class: 'novo-list-item',\n },\n standalone: false,\n})\nexport class NovoListItemElement implements OnInit {\n avatar: boolean = false;\n @ContentChild(NovoItemContentElement) _content: NovoItemContentElement;\n @ContentChild(NovoItemHeaderElement) _header: NovoItemHeaderElement;\n\n constructor(private element: ElementRef) {}\n\n ngOnInit() {\n this.avatar = !!this.element.nativeElement.querySelector('item-avatar');\n }\n}\n","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { NovoCommonModule } from 'novo-elements/elements/common';\nimport { NovoIconModule } from 'novo-elements/elements/icon';\n// APP\nimport {\n NovoItemAvatarElement,\n NovoItemContentElement,\n NovoItemDateElement,\n NovoItemEndElement,\n NovoItemHeaderElement,\n NovoItemTitleElement,\n NovoListElement,\n NovoListItemElement,\n} from './List';\n\n@NgModule({\n imports: [CommonModule, NovoCommonModule, NovoIconModule],\n declarations: [\n NovoListElement,\n NovoListItemElement,\n NovoItemAvatarElement,\n NovoItemTitleElement,\n NovoItemContentElement,\n NovoItemEndElement,\n NovoItemHeaderElement,\n NovoItemDateElement,\n ],\n exports: [\n NovoListElement,\n NovoListItemElement,\n NovoItemAvatarElement,\n NovoItemTitleElement,\n NovoItemHeaderElement,\n NovoItemContentElement,\n NovoItemEndElement,\n NovoItemDateElement,\n ],\n})\nexport class NovoListModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -119,7 +119,7 @@ class MenuContentComponent {
119
119
  <ng-template [ngTemplateOutlet]="menuItem.template" [ngTemplateOutletContext]="{ $implicit: item }"></ng-template>
120
120
  </ng-container>
121
121
  </ul>
122
- </div> `, isInline: true, styles: [":host .passive{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}:host .menu-container{width:180px}:host .menu-container .menu{cursor:default;list-style:none;background-color:var(--background-bright);padding-inline-start:0px!important;box-shadow:0 -1px 3px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}:host .menu-container .menu :hover{background:rgb(from var(--color-positive) r g b/.1);color:var(--font-color-base)}:host .menu-container .menu :active{background:rgb(from var(--color-positive) r g b/.4)}:host .menu-container .menu .menu-item-container{display:flex;align-items:center;position:relative}:host .menu-container .menu .menu-item-container .sub-menu-caret{position:absolute;right:var(--spacing-sm)}:host .menu-container .menu .menu-item{display:inline;font-weight:400;color:inherit;font-size:var(--font-size-text);transition:color .2s ease-out,opacity .2s ease-out;vertical-align:middle;cursor:pointer;margin:0;padding:var(--spacing-md) var(--spacing-md) var(--spacing-md) var(--spacing-lg);box-sizing:border-box;display:flex;align-items:center;gap:1rem;flex:1}:host .menu-container .menu .menu-item.text-capitalize{text-transform:capitalize}:host .menu-container .menu .menu-item.text-uppercase{text-transform:uppercase}:host .menu-container .menu .menu-item.text-nowrap{white-space:nowrap}:host .menu-container .menu .menu-item.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host .menu-container .menu .menu-item.text-size-default{font-size:inherit}:host .menu-container .menu .menu-item.text-size-body{font-size:var(--font-size-body)}:host .menu-container .menu .menu-item.text-size-xs{font-size:var(--font-size-xs)}:host .menu-container .menu .menu-item.text-size-sm{font-size:var(--font-size-sm)}:host .menu-container .menu .menu-item.text-size-md{font-size:var(--font-size-md)}:host .menu-container .menu .menu-item.text-size-lg{font-size:var(--font-size-lg)}:host .menu-container .menu .menu-item.text-size-xl{font-size:var(--font-size-xl)}:host .menu-container .menu .menu-item.text-size-2xl{font-size:var(--font-size-2xl)}:host .menu-container .menu .menu-item.text-size-3xl{font-size:var(--font-size-3xl)}:host .menu-container .menu .menu-item.text-size-smaller{font-size:.8em}:host .menu-container .menu .menu-item.text-size-larger{font-size:1.2em}:host .menu-container .menu .menu-item.text-color-black{color:var(--color-black)}:host .menu-container .menu .menu-item.text-color-white{color:var(--color-white)}:host .menu-container .menu .menu-item.text-color-gray{color:var(--color-gray)}:host .menu-container .menu .menu-item.text-color-grey{color:var(--color-grey)}:host .menu-container .menu .menu-item.text-color-offWhite{color:var(--color-off-white)}:host .menu-container .menu .menu-item.text-color-bright{color:var(--color-bright)}:host .menu-container .menu .menu-item.text-color-light{color:var(--color-light)}:host .menu-container .menu .menu-item.text-color-neutral{color:var(--color-neutral)}:host .menu-container .menu .menu-item.text-color-dark{color:var(--color-dark)}:host .menu-container .menu .menu-item.text-color-orange{color:var(--color-orange)}:host .menu-container .menu .menu-item.text-color-navigation{color:var(--color-navigation)}:host .menu-container .menu .menu-item.text-color-skyBlue{color:var(--color-sky-blue)}:host .menu-container .menu .menu-item.text-color-steel{color:var(--color-steel)}:host .menu-container .menu .menu-item.text-color-metal{color:var(--color-metal)}:host .menu-container .menu .menu-item.text-color-sand{color:var(--color-sand)}:host .menu-container .menu .menu-item.text-color-silver{color:var(--color-silver)}:host .menu-container .menu .menu-item.text-color-stone{color:var(--color-stone)}:host .menu-container .menu .menu-item.text-color-ash{color:var(--color-ash)}:host .menu-container .menu .menu-item.text-color-anonymous{color:var(--color-anonymous)}:host .menu-container .menu .menu-item.text-color-slate{color:var(--color-slate)}:host .menu-container .menu .menu-item.text-color-onyx{color:var(--color-onyx)}:host .menu-container .menu .menu-item.text-color-charcoal{color:var(--color-charcoal)}:host .menu-container .menu .menu-item.text-color-moonlight{color:var(--color-moonlight)}:host .menu-container .menu .menu-item.text-color-midnight{color:var(--color-midnight)}:host .menu-container .menu .menu-item.text-color-darkness{color:var(--color-darkness)}:host .menu-container .menu .menu-item.text-color-navy{color:var(--color-navy)}:host .menu-container .menu .menu-item.text-color-aqua{color:var(--color-aqua)}:host .menu-container .menu .menu-item.text-color-ocean{color:var(--color-ocean)}:host .menu-container .menu .menu-item.text-color-mint{color:var(--color-mint)}:host .menu-container .menu .menu-item.text-color-grass{color:var(--color-grass)}:host .menu-container .menu .menu-item.text-color-sunflower{color:var(--color-sunflower)}:host .menu-container .menu .menu-item.text-color-bittersweet{color:var(--color-bittersweet)}:host .menu-container .menu .menu-item.text-color-grapefruit{color:var(--color-grapefruit)}:host .menu-container .menu .menu-item.text-color-carnation{color:var(--color-carnation)}:host .menu-container .menu .menu-item.text-color-lavender{color:var(--color-lavender)}:host .menu-container .menu .menu-item.text-color-mountain{color:var(--color-mountain)}:host .menu-container .menu .menu-item.text-color-info{color:var(--color-info)}:host .menu-container .menu .menu-item.text-color-positive{color:var(--color-positive)}:host .menu-container .menu .menu-item.text-color-success{color:var(--color-success)}:host .menu-container .menu .menu-item.text-color-negative{color:var(--color-negative)}:host .menu-container .menu .menu-item.text-color-danger{color:var(--color-danger)}:host .menu-container .menu .menu-item.text-color-error{color:var(--color-error)}:host .menu-container .menu .menu-item.text-color-warning{color:var(--color-warning)}:host .menu-container .menu .menu-item.text-color-empty{color:var(--color-empty)}:host .menu-container .menu .menu-item.text-color-disabled{color:var(--color-disabled)}:host .menu-container .menu .menu-item.text-color-background{color:var(--color-background)}:host .menu-container .menu .menu-item.text-color-backgroundDark{color:var(--color-background-dark)}:host .menu-container .menu .menu-item.text-color-border{color:var(--color-border)}:host .menu-container .menu .menu-item.text-color-border2{color:var(--color-border2)}:host .menu-container .menu .menu-item.text-color-text{color:var(--color-text)}:host .menu-container .menu .menu-item.text-color-presentation{color:var(--color-presentation)}:host .menu-container .menu .menu-item.text-color-bullhorn{color:var(--color-bullhorn)}:host .menu-container .menu .menu-item.text-color-pulse{color:var(--color-pulse)}:host .menu-container .menu .menu-item.text-color-fastFind{color:var(--color-fast-find)}:host .menu-container .menu .menu-item.text-color-toast{color:var(--color-toast)}:host .menu-container .menu .menu-item.text-color-company{color:var(--color-company)}:host .menu-container .menu .menu-item.text-color-candidate{color:var(--color-candidate)}:host .menu-container .menu .menu-item.text-color-lead{color:var(--color-lead)}:host .menu-container .menu .menu-item.text-color-contact{color:var(--color-contact)}:host .menu-container .menu .menu-item.text-color-clientcontact{color:var(--color-clientcontact)}:host .menu-container .menu .menu-item.text-color-opportunity{color:var(--color-opportunity)}:host .menu-container .menu .menu-item.text-color-job{color:var(--color-job)}:host .menu-container .menu .menu-item.text-color-joborder{color:var(--color-joborder)}:host .menu-container .menu .menu-item.text-color-submission{color:var(--color-submission)}:host .menu-container .menu .menu-item.text-color-sendout{color:var(--color-sendout)}:host .menu-container .menu .menu-item.text-color-placement{color:var(--color-placement)}:host .menu-container .menu .menu-item.text-color-note{color:var(--color-note)}:host .menu-container .menu .menu-item.text-color-contract{color:var(--color-contract)}:host .menu-container .menu .menu-item.text-color-task{color:var(--color-task)}:host .menu-container .menu .menu-item.text-color-jobCode{color:var(--color-job-code)}:host .menu-container .menu .menu-item.text-color-earnCode{color:var(--color-earn-code)}:host .menu-container .menu .menu-item.text-color-invoiceStatement{color:var(--color-invoice-statement)}:host .menu-container .menu .menu-item.text-color-billableCharge{color:var(--color-billable-charge)}:host .menu-container .menu .menu-item.text-color-payableCharge{color:var(--color-payable-charge)}:host .menu-container .menu .menu-item.text-color-user{color:var(--color-user)}:host .menu-container .menu .menu-item.text-color-corporateUser{color:var(--color-corporate-user)}:host .menu-container .menu .menu-item.text-color-distributionList{color:var(--color-distribution-list)}:host .menu-container .menu .menu-item.text-color-credential{color:var(--color-credential)}:host .menu-container .menu .menu-item.text-color-person{color:var(--color-person)}:host .menu-container .menu .menu-item.margin-before{margin-top:.4rem}:host .menu-container .menu .menu-item.margin-after{margin-bottom:.8rem}:host .menu-container .menu .menu-item.text-length-small{max-width:40ch}:host .menu-container .menu .menu-item.text-length-medium{max-width:55ch}:host .menu-container .menu .menu-item.text-length-large{max-width:70ch}:host .menu-container .menu .menu-item.text-weight-hairline{font-weight:var(--font-weight-hairline)}:host .menu-container .menu .menu-item.text-weight-thin{font-weight:var(--font-weight-thin)}:host .menu-container .menu .menu-item.text-weight-light{font-weight:var(--font-weight-light)}:host .menu-container .menu .menu-item.text-weight-normal{font-weight:var(--font-weight-normal)}:host .menu-container .menu .menu-item.text-weight-medium{font-weight:var(--font-weight-medium)}:host .menu-container .menu .menu-item.text-weight-semibold{font-weight:var(--font-weight-semibold)}:host .menu-container .menu .menu-item.text-weight-bold{font-weight:var(--font-weight-bold)}:host .menu-container .menu .menu-item.text-weight-extrabold{font-weight:var(--font-weight-extrabold)}:host .menu-container .menu .menu-item.text-weight-heavy{font-weight:var(--font-weight-heavy)}:host .menu-container .menu .menu-item.text-weight-lighter{font-weight:lighter}:host .menu-container .menu .menu-item.text-weight-bolder{font-weight:bolder}:host .menu-container .menu .divider{order:none;height:1px;background:var(--background-dark)}:host .menu-container .menu a.disabled{color:var(--color-disabled);cursor:not-allowed}\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: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
122
+ </div> `, isInline: true, styles: [":host .passive{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}:host .menu-container{width:180px}:host .menu-container .menu{cursor:default;list-style:none;background-color:var(--background-bright);border-radius:var(--border-radius-sm);padding-inline-start:0px!important;box-shadow:0 -1px 3px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}:host .menu-container .menu :hover{background:rgb(from var(--color-positive) r g b/.1);color:var(--font-color-base)}:host .menu-container .menu :active{background:rgb(from var(--color-positive) r g b/.4)}:host .menu-container .menu .menu-item-container{display:flex;align-items:center;position:relative}:host .menu-container .menu .menu-item-container .sub-menu-caret{position:absolute;right:var(--spacing-sm)}:host .menu-container .menu .menu-item{display:inline;font-weight:400;color:inherit;font-size:var(--font-size-text);transition:color .2s ease-out,opacity .2s ease-out;vertical-align:middle;cursor:pointer;margin:0;padding:var(--spacing-md) var(--spacing-md) var(--spacing-md) var(--spacing-lg);box-sizing:border-box;display:flex;align-items:center;gap:1rem;flex:1}:host .menu-container .menu .menu-item.text-capitalize{text-transform:capitalize}:host .menu-container .menu .menu-item.text-uppercase{text-transform:uppercase}:host .menu-container .menu .menu-item.text-nowrap{white-space:nowrap}:host .menu-container .menu .menu-item.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host .menu-container .menu .menu-item.text-size-default{font-size:inherit}:host .menu-container .menu .menu-item.text-size-body{font-size:var(--font-size-body)}:host .menu-container .menu .menu-item.text-size-xs{font-size:var(--font-size-xs)}:host .menu-container .menu .menu-item.text-size-sm{font-size:var(--font-size-sm)}:host .menu-container .menu .menu-item.text-size-md{font-size:var(--font-size-md)}:host .menu-container .menu .menu-item.text-size-lg{font-size:var(--font-size-lg)}:host .menu-container .menu .menu-item.text-size-xl{font-size:var(--font-size-xl)}:host .menu-container .menu .menu-item.text-size-2xl{font-size:var(--font-size-2xl)}:host .menu-container .menu .menu-item.text-size-3xl{font-size:var(--font-size-3xl)}:host .menu-container .menu .menu-item.text-size-smaller{font-size:.8em}:host .menu-container .menu .menu-item.text-size-larger{font-size:1.2em}:host .menu-container .menu .menu-item.text-color-black{color:var(--color-black)}:host .menu-container .menu .menu-item.text-color-white{color:var(--color-white)}:host .menu-container .menu .menu-item.text-color-gray{color:var(--color-gray)}:host .menu-container .menu .menu-item.text-color-grey{color:var(--color-grey)}:host .menu-container .menu .menu-item.text-color-offWhite{color:var(--color-off-white)}:host .menu-container .menu .menu-item.text-color-bright{color:var(--color-bright)}:host .menu-container .menu .menu-item.text-color-light{color:var(--color-light)}:host .menu-container .menu .menu-item.text-color-neutral{color:var(--color-neutral)}:host .menu-container .menu .menu-item.text-color-dark{color:var(--color-dark)}:host .menu-container .menu .menu-item.text-color-orange{color:var(--color-orange)}:host .menu-container .menu .menu-item.text-color-navigation{color:var(--color-navigation)}:host .menu-container .menu .menu-item.text-color-skyBlue{color:var(--color-sky-blue)}:host .menu-container .menu .menu-item.text-color-steel{color:var(--color-steel)}:host .menu-container .menu .menu-item.text-color-metal{color:var(--color-metal)}:host .menu-container .menu .menu-item.text-color-sand{color:var(--color-sand)}:host .menu-container .menu .menu-item.text-color-silver{color:var(--color-silver)}:host .menu-container .menu .menu-item.text-color-stone{color:var(--color-stone)}:host .menu-container .menu .menu-item.text-color-ash{color:var(--color-ash)}:host .menu-container .menu .menu-item.text-color-anonymous{color:var(--color-anonymous)}:host .menu-container .menu .menu-item.text-color-slate{color:var(--color-slate)}:host .menu-container .menu .menu-item.text-color-onyx{color:var(--color-onyx)}:host .menu-container .menu .menu-item.text-color-charcoal{color:var(--color-charcoal)}:host .menu-container .menu .menu-item.text-color-moonlight{color:var(--color-moonlight)}:host .menu-container .menu .menu-item.text-color-midnight{color:var(--color-midnight)}:host .menu-container .menu .menu-item.text-color-darkness{color:var(--color-darkness)}:host .menu-container .menu .menu-item.text-color-navy{color:var(--color-navy)}:host .menu-container .menu .menu-item.text-color-aqua{color:var(--color-aqua)}:host .menu-container .menu .menu-item.text-color-ocean{color:var(--color-ocean)}:host .menu-container .menu .menu-item.text-color-mint{color:var(--color-mint)}:host .menu-container .menu .menu-item.text-color-grass{color:var(--color-grass)}:host .menu-container .menu .menu-item.text-color-sunflower{color:var(--color-sunflower)}:host .menu-container .menu .menu-item.text-color-bittersweet{color:var(--color-bittersweet)}:host .menu-container .menu .menu-item.text-color-grapefruit{color:var(--color-grapefruit)}:host .menu-container .menu .menu-item.text-color-carnation{color:var(--color-carnation)}:host .menu-container .menu .menu-item.text-color-lavender{color:var(--color-lavender)}:host .menu-container .menu .menu-item.text-color-mountain{color:var(--color-mountain)}:host .menu-container .menu .menu-item.text-color-info{color:var(--color-info)}:host .menu-container .menu .menu-item.text-color-positive{color:var(--color-positive)}:host .menu-container .menu .menu-item.text-color-success{color:var(--color-success)}:host .menu-container .menu .menu-item.text-color-negative{color:var(--color-negative)}:host .menu-container .menu .menu-item.text-color-danger{color:var(--color-danger)}:host .menu-container .menu .menu-item.text-color-error{color:var(--color-error)}:host .menu-container .menu .menu-item.text-color-warning{color:var(--color-warning)}:host .menu-container .menu .menu-item.text-color-empty{color:var(--color-empty)}:host .menu-container .menu .menu-item.text-color-disabled{color:var(--color-disabled)}:host .menu-container .menu .menu-item.text-color-background{color:var(--color-background)}:host .menu-container .menu .menu-item.text-color-backgroundDark{color:var(--color-background-dark)}:host .menu-container .menu .menu-item.text-color-border{color:var(--color-border)}:host .menu-container .menu .menu-item.text-color-border2{color:var(--color-border2)}:host .menu-container .menu .menu-item.text-color-text{color:var(--color-text)}:host .menu-container .menu .menu-item.text-color-presentation{color:var(--color-presentation)}:host .menu-container .menu .menu-item.text-color-bullhorn{color:var(--color-bullhorn)}:host .menu-container .menu .menu-item.text-color-pulse{color:var(--color-pulse)}:host .menu-container .menu .menu-item.text-color-fastFind{color:var(--color-fast-find)}:host .menu-container .menu .menu-item.text-color-toast{color:var(--color-toast)}:host .menu-container .menu .menu-item.text-color-company{color:var(--color-company)}:host .menu-container .menu .menu-item.text-color-candidate{color:var(--color-candidate)}:host .menu-container .menu .menu-item.text-color-lead{color:var(--color-lead)}:host .menu-container .menu .menu-item.text-color-contact{color:var(--color-contact)}:host .menu-container .menu .menu-item.text-color-clientcontact{color:var(--color-clientcontact)}:host .menu-container .menu .menu-item.text-color-opportunity{color:var(--color-opportunity)}:host .menu-container .menu .menu-item.text-color-job{color:var(--color-job)}:host .menu-container .menu .menu-item.text-color-joborder{color:var(--color-joborder)}:host .menu-container .menu .menu-item.text-color-submission{color:var(--color-submission)}:host .menu-container .menu .menu-item.text-color-sendout{color:var(--color-sendout)}:host .menu-container .menu .menu-item.text-color-placement{color:var(--color-placement)}:host .menu-container .menu .menu-item.text-color-note{color:var(--color-note)}:host .menu-container .menu .menu-item.text-color-contract{color:var(--color-contract)}:host .menu-container .menu .menu-item.text-color-task{color:var(--color-task)}:host .menu-container .menu .menu-item.text-color-jobCode{color:var(--color-job-code)}:host .menu-container .menu .menu-item.text-color-earnCode{color:var(--color-earn-code)}:host .menu-container .menu .menu-item.text-color-invoiceStatement{color:var(--color-invoice-statement)}:host .menu-container .menu .menu-item.text-color-billableCharge{color:var(--color-billable-charge)}:host .menu-container .menu .menu-item.text-color-payableCharge{color:var(--color-payable-charge)}:host .menu-container .menu .menu-item.text-color-user{color:var(--color-user)}:host .menu-container .menu .menu-item.text-color-corporateUser{color:var(--color-corporate-user)}:host .menu-container .menu .menu-item.text-color-distributionList{color:var(--color-distribution-list)}:host .menu-container .menu .menu-item.text-color-credential{color:var(--color-credential)}:host .menu-container .menu .menu-item.text-color-person{color:var(--color-person)}:host .menu-container .menu .menu-item.margin-before{margin-top:.4rem}:host .menu-container .menu .menu-item.margin-after{margin-bottom:.8rem}:host .menu-container .menu .menu-item.text-length-small{max-width:40ch}:host .menu-container .menu .menu-item.text-length-medium{max-width:55ch}:host .menu-container .menu .menu-item.text-length-large{max-width:70ch}:host .menu-container .menu .menu-item.text-weight-hairline{font-weight:var(--font-weight-hairline)}:host .menu-container .menu .menu-item.text-weight-thin{font-weight:var(--font-weight-thin)}:host .menu-container .menu .menu-item.text-weight-light{font-weight:var(--font-weight-light)}:host .menu-container .menu .menu-item.text-weight-normal{font-weight:var(--font-weight-normal)}:host .menu-container .menu .menu-item.text-weight-medium{font-weight:var(--font-weight-medium)}:host .menu-container .menu .menu-item.text-weight-semibold{font-weight:var(--font-weight-semibold)}:host .menu-container .menu .menu-item.text-weight-bold{font-weight:var(--font-weight-bold)}:host .menu-container .menu .menu-item.text-weight-extrabold{font-weight:var(--font-weight-extrabold)}:host .menu-container .menu .menu-item.text-weight-heavy{font-weight:var(--font-weight-heavy)}:host .menu-container .menu .menu-item.text-weight-lighter{font-weight:lighter}:host .menu-container .menu .menu-item.text-weight-bolder{font-weight:bolder}:host .menu-container .menu .divider{order:none;height:1px;background:var(--background-dark)}:host .menu-container .menu a.disabled{color:var(--color-disabled);cursor:not-allowed}\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: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
123
123
  }
124
124
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: MenuContentComponent, decorators: [{
125
125
  type: Component,
@@ -129,7 +129,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
129
129
  <ng-template [ngTemplateOutlet]="menuItem.template" [ngTemplateOutletContext]="{ $implicit: item }"></ng-template>
130
130
  </ng-container>
131
131
  </ul>
132
- </div> `, standalone: false, styles: [":host .passive{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}:host .menu-container{width:180px}:host .menu-container .menu{cursor:default;list-style:none;background-color:var(--background-bright);padding-inline-start:0px!important;box-shadow:0 -1px 3px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}:host .menu-container .menu :hover{background:rgb(from var(--color-positive) r g b/.1);color:var(--font-color-base)}:host .menu-container .menu :active{background:rgb(from var(--color-positive) r g b/.4)}:host .menu-container .menu .menu-item-container{display:flex;align-items:center;position:relative}:host .menu-container .menu .menu-item-container .sub-menu-caret{position:absolute;right:var(--spacing-sm)}:host .menu-container .menu .menu-item{display:inline;font-weight:400;color:inherit;font-size:var(--font-size-text);transition:color .2s ease-out,opacity .2s ease-out;vertical-align:middle;cursor:pointer;margin:0;padding:var(--spacing-md) var(--spacing-md) var(--spacing-md) var(--spacing-lg);box-sizing:border-box;display:flex;align-items:center;gap:1rem;flex:1}:host .menu-container .menu .menu-item.text-capitalize{text-transform:capitalize}:host .menu-container .menu .menu-item.text-uppercase{text-transform:uppercase}:host .menu-container .menu .menu-item.text-nowrap{white-space:nowrap}:host .menu-container .menu .menu-item.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host .menu-container .menu .menu-item.text-size-default{font-size:inherit}:host .menu-container .menu .menu-item.text-size-body{font-size:var(--font-size-body)}:host .menu-container .menu .menu-item.text-size-xs{font-size:var(--font-size-xs)}:host .menu-container .menu .menu-item.text-size-sm{font-size:var(--font-size-sm)}:host .menu-container .menu .menu-item.text-size-md{font-size:var(--font-size-md)}:host .menu-container .menu .menu-item.text-size-lg{font-size:var(--font-size-lg)}:host .menu-container .menu .menu-item.text-size-xl{font-size:var(--font-size-xl)}:host .menu-container .menu .menu-item.text-size-2xl{font-size:var(--font-size-2xl)}:host .menu-container .menu .menu-item.text-size-3xl{font-size:var(--font-size-3xl)}:host .menu-container .menu .menu-item.text-size-smaller{font-size:.8em}:host .menu-container .menu .menu-item.text-size-larger{font-size:1.2em}:host .menu-container .menu .menu-item.text-color-black{color:var(--color-black)}:host .menu-container .menu .menu-item.text-color-white{color:var(--color-white)}:host .menu-container .menu .menu-item.text-color-gray{color:var(--color-gray)}:host .menu-container .menu .menu-item.text-color-grey{color:var(--color-grey)}:host .menu-container .menu .menu-item.text-color-offWhite{color:var(--color-off-white)}:host .menu-container .menu .menu-item.text-color-bright{color:var(--color-bright)}:host .menu-container .menu .menu-item.text-color-light{color:var(--color-light)}:host .menu-container .menu .menu-item.text-color-neutral{color:var(--color-neutral)}:host .menu-container .menu .menu-item.text-color-dark{color:var(--color-dark)}:host .menu-container .menu .menu-item.text-color-orange{color:var(--color-orange)}:host .menu-container .menu .menu-item.text-color-navigation{color:var(--color-navigation)}:host .menu-container .menu .menu-item.text-color-skyBlue{color:var(--color-sky-blue)}:host .menu-container .menu .menu-item.text-color-steel{color:var(--color-steel)}:host .menu-container .menu .menu-item.text-color-metal{color:var(--color-metal)}:host .menu-container .menu .menu-item.text-color-sand{color:var(--color-sand)}:host .menu-container .menu .menu-item.text-color-silver{color:var(--color-silver)}:host .menu-container .menu .menu-item.text-color-stone{color:var(--color-stone)}:host .menu-container .menu .menu-item.text-color-ash{color:var(--color-ash)}:host .menu-container .menu .menu-item.text-color-anonymous{color:var(--color-anonymous)}:host .menu-container .menu .menu-item.text-color-slate{color:var(--color-slate)}:host .menu-container .menu .menu-item.text-color-onyx{color:var(--color-onyx)}:host .menu-container .menu .menu-item.text-color-charcoal{color:var(--color-charcoal)}:host .menu-container .menu .menu-item.text-color-moonlight{color:var(--color-moonlight)}:host .menu-container .menu .menu-item.text-color-midnight{color:var(--color-midnight)}:host .menu-container .menu .menu-item.text-color-darkness{color:var(--color-darkness)}:host .menu-container .menu .menu-item.text-color-navy{color:var(--color-navy)}:host .menu-container .menu .menu-item.text-color-aqua{color:var(--color-aqua)}:host .menu-container .menu .menu-item.text-color-ocean{color:var(--color-ocean)}:host .menu-container .menu .menu-item.text-color-mint{color:var(--color-mint)}:host .menu-container .menu .menu-item.text-color-grass{color:var(--color-grass)}:host .menu-container .menu .menu-item.text-color-sunflower{color:var(--color-sunflower)}:host .menu-container .menu .menu-item.text-color-bittersweet{color:var(--color-bittersweet)}:host .menu-container .menu .menu-item.text-color-grapefruit{color:var(--color-grapefruit)}:host .menu-container .menu .menu-item.text-color-carnation{color:var(--color-carnation)}:host .menu-container .menu .menu-item.text-color-lavender{color:var(--color-lavender)}:host .menu-container .menu .menu-item.text-color-mountain{color:var(--color-mountain)}:host .menu-container .menu .menu-item.text-color-info{color:var(--color-info)}:host .menu-container .menu .menu-item.text-color-positive{color:var(--color-positive)}:host .menu-container .menu .menu-item.text-color-success{color:var(--color-success)}:host .menu-container .menu .menu-item.text-color-negative{color:var(--color-negative)}:host .menu-container .menu .menu-item.text-color-danger{color:var(--color-danger)}:host .menu-container .menu .menu-item.text-color-error{color:var(--color-error)}:host .menu-container .menu .menu-item.text-color-warning{color:var(--color-warning)}:host .menu-container .menu .menu-item.text-color-empty{color:var(--color-empty)}:host .menu-container .menu .menu-item.text-color-disabled{color:var(--color-disabled)}:host .menu-container .menu .menu-item.text-color-background{color:var(--color-background)}:host .menu-container .menu .menu-item.text-color-backgroundDark{color:var(--color-background-dark)}:host .menu-container .menu .menu-item.text-color-border{color:var(--color-border)}:host .menu-container .menu .menu-item.text-color-border2{color:var(--color-border2)}:host .menu-container .menu .menu-item.text-color-text{color:var(--color-text)}:host .menu-container .menu .menu-item.text-color-presentation{color:var(--color-presentation)}:host .menu-container .menu .menu-item.text-color-bullhorn{color:var(--color-bullhorn)}:host .menu-container .menu .menu-item.text-color-pulse{color:var(--color-pulse)}:host .menu-container .menu .menu-item.text-color-fastFind{color:var(--color-fast-find)}:host .menu-container .menu .menu-item.text-color-toast{color:var(--color-toast)}:host .menu-container .menu .menu-item.text-color-company{color:var(--color-company)}:host .menu-container .menu .menu-item.text-color-candidate{color:var(--color-candidate)}:host .menu-container .menu .menu-item.text-color-lead{color:var(--color-lead)}:host .menu-container .menu .menu-item.text-color-contact{color:var(--color-contact)}:host .menu-container .menu .menu-item.text-color-clientcontact{color:var(--color-clientcontact)}:host .menu-container .menu .menu-item.text-color-opportunity{color:var(--color-opportunity)}:host .menu-container .menu .menu-item.text-color-job{color:var(--color-job)}:host .menu-container .menu .menu-item.text-color-joborder{color:var(--color-joborder)}:host .menu-container .menu .menu-item.text-color-submission{color:var(--color-submission)}:host .menu-container .menu .menu-item.text-color-sendout{color:var(--color-sendout)}:host .menu-container .menu .menu-item.text-color-placement{color:var(--color-placement)}:host .menu-container .menu .menu-item.text-color-note{color:var(--color-note)}:host .menu-container .menu .menu-item.text-color-contract{color:var(--color-contract)}:host .menu-container .menu .menu-item.text-color-task{color:var(--color-task)}:host .menu-container .menu .menu-item.text-color-jobCode{color:var(--color-job-code)}:host .menu-container .menu .menu-item.text-color-earnCode{color:var(--color-earn-code)}:host .menu-container .menu .menu-item.text-color-invoiceStatement{color:var(--color-invoice-statement)}:host .menu-container .menu .menu-item.text-color-billableCharge{color:var(--color-billable-charge)}:host .menu-container .menu .menu-item.text-color-payableCharge{color:var(--color-payable-charge)}:host .menu-container .menu .menu-item.text-color-user{color:var(--color-user)}:host .menu-container .menu .menu-item.text-color-corporateUser{color:var(--color-corporate-user)}:host .menu-container .menu .menu-item.text-color-distributionList{color:var(--color-distribution-list)}:host .menu-container .menu .menu-item.text-color-credential{color:var(--color-credential)}:host .menu-container .menu .menu-item.text-color-person{color:var(--color-person)}:host .menu-container .menu .menu-item.margin-before{margin-top:.4rem}:host .menu-container .menu .menu-item.margin-after{margin-bottom:.8rem}:host .menu-container .menu .menu-item.text-length-small{max-width:40ch}:host .menu-container .menu .menu-item.text-length-medium{max-width:55ch}:host .menu-container .menu .menu-item.text-length-large{max-width:70ch}:host .menu-container .menu .menu-item.text-weight-hairline{font-weight:var(--font-weight-hairline)}:host .menu-container .menu .menu-item.text-weight-thin{font-weight:var(--font-weight-thin)}:host .menu-container .menu .menu-item.text-weight-light{font-weight:var(--font-weight-light)}:host .menu-container .menu .menu-item.text-weight-normal{font-weight:var(--font-weight-normal)}:host .menu-container .menu .menu-item.text-weight-medium{font-weight:var(--font-weight-medium)}:host .menu-container .menu .menu-item.text-weight-semibold{font-weight:var(--font-weight-semibold)}:host .menu-container .menu .menu-item.text-weight-bold{font-weight:var(--font-weight-bold)}:host .menu-container .menu .menu-item.text-weight-extrabold{font-weight:var(--font-weight-extrabold)}:host .menu-container .menu .menu-item.text-weight-heavy{font-weight:var(--font-weight-heavy)}:host .menu-container .menu .menu-item.text-weight-lighter{font-weight:lighter}:host .menu-container .menu .menu-item.text-weight-bolder{font-weight:bolder}:host .menu-container .menu .divider{order:none;height:1px;background:var(--background-dark)}:host .menu-container .menu a.disabled{color:var(--color-disabled);cursor:not-allowed}\n"] }]
132
+ </div> `, standalone: false, styles: [":host .passive{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}:host .menu-container{width:180px}:host .menu-container .menu{cursor:default;list-style:none;background-color:var(--background-bright);border-radius:var(--border-radius-sm);padding-inline-start:0px!important;box-shadow:0 -1px 3px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}:host .menu-container .menu :hover{background:rgb(from var(--color-positive) r g b/.1);color:var(--font-color-base)}:host .menu-container .menu :active{background:rgb(from var(--color-positive) r g b/.4)}:host .menu-container .menu .menu-item-container{display:flex;align-items:center;position:relative}:host .menu-container .menu .menu-item-container .sub-menu-caret{position:absolute;right:var(--spacing-sm)}:host .menu-container .menu .menu-item{display:inline;font-weight:400;color:inherit;font-size:var(--font-size-text);transition:color .2s ease-out,opacity .2s ease-out;vertical-align:middle;cursor:pointer;margin:0;padding:var(--spacing-md) var(--spacing-md) var(--spacing-md) var(--spacing-lg);box-sizing:border-box;display:flex;align-items:center;gap:1rem;flex:1}:host .menu-container .menu .menu-item.text-capitalize{text-transform:capitalize}:host .menu-container .menu .menu-item.text-uppercase{text-transform:uppercase}:host .menu-container .menu .menu-item.text-nowrap{white-space:nowrap}:host .menu-container .menu .menu-item.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host .menu-container .menu .menu-item.text-size-default{font-size:inherit}:host .menu-container .menu .menu-item.text-size-body{font-size:var(--font-size-body)}:host .menu-container .menu .menu-item.text-size-xs{font-size:var(--font-size-xs)}:host .menu-container .menu .menu-item.text-size-sm{font-size:var(--font-size-sm)}:host .menu-container .menu .menu-item.text-size-md{font-size:var(--font-size-md)}:host .menu-container .menu .menu-item.text-size-lg{font-size:var(--font-size-lg)}:host .menu-container .menu .menu-item.text-size-xl{font-size:var(--font-size-xl)}:host .menu-container .menu .menu-item.text-size-2xl{font-size:var(--font-size-2xl)}:host .menu-container .menu .menu-item.text-size-3xl{font-size:var(--font-size-3xl)}:host .menu-container .menu .menu-item.text-size-smaller{font-size:.8em}:host .menu-container .menu .menu-item.text-size-larger{font-size:1.2em}:host .menu-container .menu .menu-item.text-color-black{color:var(--color-black)}:host .menu-container .menu .menu-item.text-color-white{color:var(--color-white)}:host .menu-container .menu .menu-item.text-color-gray{color:var(--color-gray)}:host .menu-container .menu .menu-item.text-color-grey{color:var(--color-grey)}:host .menu-container .menu .menu-item.text-color-offWhite{color:var(--color-off-white)}:host .menu-container .menu .menu-item.text-color-bright{color:var(--color-bright)}:host .menu-container .menu .menu-item.text-color-light{color:var(--color-light)}:host .menu-container .menu .menu-item.text-color-neutral{color:var(--color-neutral)}:host .menu-container .menu .menu-item.text-color-dark{color:var(--color-dark)}:host .menu-container .menu .menu-item.text-color-orange{color:var(--color-orange)}:host .menu-container .menu .menu-item.text-color-navigation{color:var(--color-navigation)}:host .menu-container .menu .menu-item.text-color-skyBlue{color:var(--color-sky-blue)}:host .menu-container .menu .menu-item.text-color-steel{color:var(--color-steel)}:host .menu-container .menu .menu-item.text-color-metal{color:var(--color-metal)}:host .menu-container .menu .menu-item.text-color-sand{color:var(--color-sand)}:host .menu-container .menu .menu-item.text-color-silver{color:var(--color-silver)}:host .menu-container .menu .menu-item.text-color-stone{color:var(--color-stone)}:host .menu-container .menu .menu-item.text-color-ash{color:var(--color-ash)}:host .menu-container .menu .menu-item.text-color-anonymous{color:var(--color-anonymous)}:host .menu-container .menu .menu-item.text-color-slate{color:var(--color-slate)}:host .menu-container .menu .menu-item.text-color-onyx{color:var(--color-onyx)}:host .menu-container .menu .menu-item.text-color-charcoal{color:var(--color-charcoal)}:host .menu-container .menu .menu-item.text-color-moonlight{color:var(--color-moonlight)}:host .menu-container .menu .menu-item.text-color-midnight{color:var(--color-midnight)}:host .menu-container .menu .menu-item.text-color-darkness{color:var(--color-darkness)}:host .menu-container .menu .menu-item.text-color-navy{color:var(--color-navy)}:host .menu-container .menu .menu-item.text-color-aqua{color:var(--color-aqua)}:host .menu-container .menu .menu-item.text-color-ocean{color:var(--color-ocean)}:host .menu-container .menu .menu-item.text-color-mint{color:var(--color-mint)}:host .menu-container .menu .menu-item.text-color-grass{color:var(--color-grass)}:host .menu-container .menu .menu-item.text-color-sunflower{color:var(--color-sunflower)}:host .menu-container .menu .menu-item.text-color-bittersweet{color:var(--color-bittersweet)}:host .menu-container .menu .menu-item.text-color-grapefruit{color:var(--color-grapefruit)}:host .menu-container .menu .menu-item.text-color-carnation{color:var(--color-carnation)}:host .menu-container .menu .menu-item.text-color-lavender{color:var(--color-lavender)}:host .menu-container .menu .menu-item.text-color-mountain{color:var(--color-mountain)}:host .menu-container .menu .menu-item.text-color-info{color:var(--color-info)}:host .menu-container .menu .menu-item.text-color-positive{color:var(--color-positive)}:host .menu-container .menu .menu-item.text-color-success{color:var(--color-success)}:host .menu-container .menu .menu-item.text-color-negative{color:var(--color-negative)}:host .menu-container .menu .menu-item.text-color-danger{color:var(--color-danger)}:host .menu-container .menu .menu-item.text-color-error{color:var(--color-error)}:host .menu-container .menu .menu-item.text-color-warning{color:var(--color-warning)}:host .menu-container .menu .menu-item.text-color-empty{color:var(--color-empty)}:host .menu-container .menu .menu-item.text-color-disabled{color:var(--color-disabled)}:host .menu-container .menu .menu-item.text-color-background{color:var(--color-background)}:host .menu-container .menu .menu-item.text-color-backgroundDark{color:var(--color-background-dark)}:host .menu-container .menu .menu-item.text-color-border{color:var(--color-border)}:host .menu-container .menu .menu-item.text-color-border2{color:var(--color-border2)}:host .menu-container .menu .menu-item.text-color-text{color:var(--color-text)}:host .menu-container .menu .menu-item.text-color-presentation{color:var(--color-presentation)}:host .menu-container .menu .menu-item.text-color-bullhorn{color:var(--color-bullhorn)}:host .menu-container .menu .menu-item.text-color-pulse{color:var(--color-pulse)}:host .menu-container .menu .menu-item.text-color-fastFind{color:var(--color-fast-find)}:host .menu-container .menu .menu-item.text-color-toast{color:var(--color-toast)}:host .menu-container .menu .menu-item.text-color-company{color:var(--color-company)}:host .menu-container .menu .menu-item.text-color-candidate{color:var(--color-candidate)}:host .menu-container .menu .menu-item.text-color-lead{color:var(--color-lead)}:host .menu-container .menu .menu-item.text-color-contact{color:var(--color-contact)}:host .menu-container .menu .menu-item.text-color-clientcontact{color:var(--color-clientcontact)}:host .menu-container .menu .menu-item.text-color-opportunity{color:var(--color-opportunity)}:host .menu-container .menu .menu-item.text-color-job{color:var(--color-job)}:host .menu-container .menu .menu-item.text-color-joborder{color:var(--color-joborder)}:host .menu-container .menu .menu-item.text-color-submission{color:var(--color-submission)}:host .menu-container .menu .menu-item.text-color-sendout{color:var(--color-sendout)}:host .menu-container .menu .menu-item.text-color-placement{color:var(--color-placement)}:host .menu-container .menu .menu-item.text-color-note{color:var(--color-note)}:host .menu-container .menu .menu-item.text-color-contract{color:var(--color-contract)}:host .menu-container .menu .menu-item.text-color-task{color:var(--color-task)}:host .menu-container .menu .menu-item.text-color-jobCode{color:var(--color-job-code)}:host .menu-container .menu .menu-item.text-color-earnCode{color:var(--color-earn-code)}:host .menu-container .menu .menu-item.text-color-invoiceStatement{color:var(--color-invoice-statement)}:host .menu-container .menu .menu-item.text-color-billableCharge{color:var(--color-billable-charge)}:host .menu-container .menu .menu-item.text-color-payableCharge{color:var(--color-payable-charge)}:host .menu-container .menu .menu-item.text-color-user{color:var(--color-user)}:host .menu-container .menu .menu-item.text-color-corporateUser{color:var(--color-corporate-user)}:host .menu-container .menu .menu-item.text-color-distributionList{color:var(--color-distribution-list)}:host .menu-container .menu .menu-item.text-color-credential{color:var(--color-credential)}:host .menu-container .menu .menu-item.text-color-person{color:var(--color-person)}:host .menu-container .menu .menu-item.margin-before{margin-top:.4rem}:host .menu-container .menu .menu-item.margin-after{margin-bottom:.8rem}:host .menu-container .menu .menu-item.text-length-small{max-width:40ch}:host .menu-container .menu .menu-item.text-length-medium{max-width:55ch}:host .menu-container .menu .menu-item.text-length-large{max-width:70ch}:host .menu-container .menu .menu-item.text-weight-hairline{font-weight:var(--font-weight-hairline)}:host .menu-container .menu .menu-item.text-weight-thin{font-weight:var(--font-weight-thin)}:host .menu-container .menu .menu-item.text-weight-light{font-weight:var(--font-weight-light)}:host .menu-container .menu .menu-item.text-weight-normal{font-weight:var(--font-weight-normal)}:host .menu-container .menu .menu-item.text-weight-medium{font-weight:var(--font-weight-medium)}:host .menu-container .menu .menu-item.text-weight-semibold{font-weight:var(--font-weight-semibold)}:host .menu-container .menu .menu-item.text-weight-bold{font-weight:var(--font-weight-bold)}:host .menu-container .menu .menu-item.text-weight-extrabold{font-weight:var(--font-weight-extrabold)}:host .menu-container .menu .menu-item.text-weight-heavy{font-weight:var(--font-weight-heavy)}:host .menu-container .menu .menu-item.text-weight-lighter{font-weight:lighter}:host .menu-container .menu .menu-item.text-weight-bolder{font-weight:bolder}:host .menu-container .menu .divider{order:none;height:1px;background:var(--background-dark)}:host .menu-container .menu a.disabled{color:var(--color-disabled);cursor:not-allowed}\n"] }]
133
133
  }], ctorParameters: () => [], propDecorators: { menuItems: [{
134
134
  type: Input
135
135
  }], item: [{
@@ -1 +1 @@
1
- {"version":3,"file":"novo-elements-elements-menu.mjs","sources":["../../../projects/novo-elements/src/elements/menu/menu-content.component.ts","../../../projects/novo-elements/src/elements/menu/menu-item.directive.ts","../../../projects/novo-elements/src/elements/menu/menu.service.ts","../../../projects/novo-elements/src/elements/menu/menu.tokens.ts","../../../projects/novo-elements/src/elements/menu/menu.component.ts","../../../projects/novo-elements/src/elements/menu/menu.directive.ts","../../../projects/novo-elements/src/elements/menu/menu.module.ts","../../../projects/novo-elements/src/elements/menu/index.ts","../../../projects/novo-elements/src/elements/menu/novo-elements-elements-menu.ts"],"sourcesContent":["import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';\nimport { OverlayRef } from '@angular/cdk/overlay';\nimport { AfterViewInit, Component, EventEmitter, HostListener, Input, OnDestroy, OnInit, Output } from '@angular/core';\nimport { Subscription } from 'rxjs';\nimport { Key } from 'novo-elements/utils';\nimport { NovoOption } from 'novo-elements/elements/common';\nimport { MenuItemDirective } from './menu-item.directive';\nimport { CloseLeafMenuEvent, IMenuClickEvent } from './menu.service';\nimport { ILinkConfig } from './menu.types';\n\n@Component({\n selector: 'menu-content',\n styleUrls: ['./menu-content.component.scss'],\n template: `<div class=\"menu-container novo-menu\" [ngClass]=\"menuClass\" tabindex=\"0\">\n <ul #menu class=\"menu\" style=\"position: static; float: none;\" tabindex=\"0\">\n <ng-container *ngFor=\"let menuItem of menuItems; let i = index\">\n <ng-template [ngTemplateOutlet]=\"menuItem.template\" [ngTemplateOutletContext]=\"{ $implicit: item }\"></ng-template>\n </ng-container>\n </ul>\n </div> `,\n standalone: false,\n})\nexport class MenuContentComponent implements OnInit, OnDestroy, AfterViewInit {\n @Input() public menuItems: MenuItemDirective[] = [];\n @Input() public item: any;\n @Input() public event: MouseEvent | KeyboardEvent;\n @Input() public menu: any;\n @Input() public parentMenu: MenuContentComponent;\n @Input() public menuClass: string;\n @Input() public overlay: OverlayRef;\n @Input() public isLeaf = false;\n @Output() public openSubMenu: EventEmitter<IMenuClickEvent> = new EventEmitter();\n @Output() public closeLeafMenu: EventEmitter<CloseLeafMenuEvent> = new EventEmitter();\n @Output() public closeAllMenus: EventEmitter<{ event: MouseEvent }> = new EventEmitter();\n\n public autoFocus = false;\n private _keyManager: ActiveDescendantKeyManager<NovoOption>;\n private subscription: Subscription = new Subscription();\n constructor() {}\n\n ngOnInit(): void {}\n\n ngAfterViewInit() {\n if (this.autoFocus) {\n setTimeout(() => this.focus());\n }\n this.overlay.updatePosition();\n this._keyManager = new ActiveDescendantKeyManager<NovoOption>(this.menu.menuOptions).withWrap();\n }\n\n ngOnDestroy() {\n this.subscription.unsubscribe();\n }\n\n focus(): void {}\n\n stopEvent($event: MouseEvent) {\n $event.stopPropagation();\n }\n\n public isMenuItemEnabled(menuItem: MenuItemDirective): boolean {\n return this.evaluateIfFunction(menuItem && menuItem.menuItemEnabled);\n }\n\n public isMenuItemVisible(menuItem: MenuItemDirective): boolean {\n return this.evaluateIfFunction(menuItem && menuItem.menuItemVisible);\n }\n\n public evaluateIfFunction(value: any): any {\n if (value instanceof Function) {\n return value(this.item);\n }\n return value;\n }\n\n public isDisabled(link: ILinkConfig): boolean {\n return link.enabled && !link.enabled(this.item);\n }\n\n @HostListener('window:keydown.ArrowDown', ['$event'])\n @HostListener('window:keydown.ArrowUp', ['$event'])\n public onKeyEvent(event: KeyboardEvent): void {\n if (!this.isLeaf) {\n return;\n }\n this._keyManager.onKeydown(event);\n }\n\n @HostListener('window:keydown.ArrowRight', ['$event'])\n public keyboardOpenSubMenu(event?: KeyboardEvent): void {\n if (!this.isLeaf) {\n return;\n }\n this.cancelEvent(event);\n const menuItem = this.menuItems[this._keyManager.activeItemIndex];\n if (menuItem) {\n this.onOpenSubMenu(menuItem);\n }\n }\n\n @HostListener('window:keydown.Enter', ['$event'])\n @HostListener('window:keydown.Space', ['$event'])\n public keyboardMenuItemSelect(event?: KeyboardEvent): void {\n if (!this.isLeaf) {\n return;\n }\n this.cancelEvent(event);\n const menuItem = this.menuItems[this._keyManager.activeItemIndex];\n const option = this._keyManager.activeItem;\n option._clickViaInteraction();\n }\n\n @HostListener('window:keydown.Escape', ['$event'])\n @HostListener('window:keydown.ArrowLeft', ['$event'])\n public onCloseLeafMenu(event: KeyboardEvent): void {\n if (!this.isLeaf) {\n return;\n }\n this.cancelEvent(event);\n this.closeLeafMenu.emit({ exceptRootMenu: event.key === Key.ArrowLeft, event });\n }\n\n @HostListener('document:click', ['$event'])\n public closeMenu(event: MouseEvent): void {\n if (event.type === 'click' && event.button === 2) {\n return;\n }\n this.closeAllMenus.emit({ event });\n }\n\n @HostListener('mouseleave', ['$event'])\n public onMouseLeave(event: MouseEvent): void {\n if (this.isLeaf) {\n this.closeLeafMenu.emit({ exceptRootMenu: true, event });\n }\n }\n\n public onOpenSubMenu(menuItem: MenuItemDirective, event?: MouseEvent | KeyboardEvent): void {}\n\n public onMenuItemSelect(menuItem: MenuItemDirective, event: MouseEvent | KeyboardEvent): void {\n event.preventDefault();\n event.stopPropagation();\n this.onOpenSubMenu(menuItem, event);\n }\n\n private cancelEvent(event): void {\n if (!event) {\n return;\n }\n\n const target: HTMLElement = event.target;\n if (['INPUT', 'TEXTAREA', 'SELECT'].indexOf(target.tagName) > -1 || target.isContentEditable) {\n return;\n }\n\n event.preventDefault();\n event.stopPropagation();\n }\n}\n","import { ContentChild, Directive, ElementRef, Input, TemplateRef } from '@angular/core';\nimport { NovoOption } from 'novo-elements/elements/common';\n\n/**\n * This is a structural directive now. Should only be used on `novo-options`\n */\n@Directive({\n selector: '[menuItem]',\n standalone: false,\n})\nexport class MenuItemDirective {\n @Input() public menuItemEnabled: boolean | ((item: any) => boolean) = true;\n @Input() public menuItemVisible: boolean | ((item: any) => boolean) = true;\n\n @ContentChild(NovoOption) optionRef: NovoOption;\n\n public currentItem: any;\n\n constructor(public template: TemplateRef<{ item: any }>, public elementRef: ElementRef) {}\n}\n","import { Overlay, OverlayRef, ScrollStrategyOptions } from '@angular/cdk/overlay';\nimport { ComponentPortal } from '@angular/cdk/portal';\nimport { ComponentRef, ElementRef, Injectable } from '@angular/core';\nimport { Subject, Subscription } from 'rxjs';\nimport { MenuContentComponent } from './menu-content.component';\nimport type { MenuItemDirective } from './menu-item.directive';\nimport type { MenuComponent } from './menu.component';\nimport type { MenuDirective } from './menu.directive';\n\nexport interface IMenuClickEvent {\n anchorElement?: Element | EventTarget;\n menu?: MenuComponent;\n event?: MouseEvent | KeyboardEvent;\n parentMenu?: MenuComponent;\n menuTrigger?: MenuDirective;\n item: any;\n activeMenuItemIndex?: number;\n}\nexport interface IMenuContext extends IMenuClickEvent {\n menuItems: MenuItemDirective[];\n menuClass: string;\n}\nexport interface CloseLeafMenuEvent {\n exceptRootMenu?: boolean;\n event?: MouseEvent | KeyboardEvent;\n}\nexport interface OverlayRefWithMenu extends OverlayRef {\n menu?: MenuContentComponent;\n}\n\nexport interface CancelMenuEvent {\n eventType: 'cancel';\n event?: MouseEvent | KeyboardEvent;\n}\nexport interface ExecuteMenuEvent {\n eventType: 'execute';\n event?: MouseEvent | KeyboardEvent;\n item: any;\n menuItem: MenuItemDirective;\n}\nexport type CloseMenuEvent = ExecuteMenuEvent | CancelMenuEvent;\n\n@Injectable({ providedIn: 'root' })\nexport class NovoMenuService {\n public isDestroyingLeafMenu = false;\n\n public show: Subject<IMenuClickEvent> = new Subject<IMenuClickEvent>();\n public triggerClose: Subject<MenuContentComponent> = new Subject();\n public close: Subject<CloseMenuEvent> = new Subject();\n\n private menuContent: ComponentRef<MenuContentComponent>;\n private overlays: OverlayRef[] = [];\n private fakeElement: any = {\n getBoundingClientRect: (): any => ({\n bottom: 0,\n height: 0,\n left: 0,\n right: 0,\n top: 0,\n width: 0,\n x: 0,\n y: 0,\n }),\n };\n\n constructor(private overlay: Overlay, private scrollStrategy: ScrollStrategyOptions) {}\n\n public openMenu(context: IMenuContext) {\n const { anchorElement, event, parentMenu } = context;\n\n if (!parentMenu) {\n const mouseEvent = event as MouseEvent;\n this.fakeElement.getBoundingClientRect = (): any => ({\n bottom: mouseEvent.clientY,\n height: 0,\n left: mouseEvent.clientX,\n right: mouseEvent.clientX,\n top: mouseEvent.clientY,\n width: 0,\n x: mouseEvent.clientX,\n y: mouseEvent.clientY,\n });\n this.closeAllMenus({ eventType: 'cancel', event });\n const positionStrategy = this.overlay\n .position()\n .flexibleConnectedTo(new ElementRef(anchorElement || this.fakeElement))\n .withFlexibleDimensions(false)\n .withPositions([\n { originX: 'start', originY: 'bottom', overlayX: 'start', overlayY: 'top' },\n { originX: 'start', originY: 'top', overlayX: 'start', overlayY: 'bottom' },\n { originX: 'end', originY: 'top', overlayX: 'start', overlayY: 'top' },\n { originX: 'start', originY: 'top', overlayX: 'end', overlayY: 'top' },\n { originX: 'end', originY: 'center', overlayX: 'start', overlayY: 'center' },\n { originX: 'start', originY: 'center', overlayX: 'end', overlayY: 'center' },\n ]);\n this.overlays = [\n this.overlay.create({\n positionStrategy,\n panelClass: 'novo-menu',\n scrollStrategy: this.scrollStrategy.close(),\n }),\n ];\n this.attachMenu(this.overlays[0], context);\n } else {\n const positionStrategy = this.overlay\n .position()\n .flexibleConnectedTo(new ElementRef(event ? event.target : anchorElement))\n .withFlexibleDimensions(false)\n .withPositions([\n { originX: 'end', originY: 'top', overlayX: 'start', overlayY: 'top' },\n { originX: 'start', originY: 'top', overlayX: 'end', overlayY: 'top' },\n { originX: 'end', originY: 'bottom', overlayX: 'end', overlayY: 'top' },\n { originX: 'start', originY: 'bottom', overlayX: 'end', overlayY: 'bottom' },\n ]);\n const newOverlay = this.overlay.create({\n positionStrategy,\n panelClass: 'novo-menu',\n scrollStrategy: this.scrollStrategy.close(),\n });\n this.overlays = this.overlays.concat(newOverlay);\n this.attachMenu(newOverlay, context);\n }\n }\n\n public attachMenu(overlay: OverlayRef, context: IMenuContext): void {\n const { event, item, menu, menuItems, menuClass, menuTrigger } = context;\n\n const menuContent: ComponentRef<MenuContentComponent> = overlay.attach(new ComponentPortal(MenuContentComponent));\n menuContent.instance.event = event;\n menuContent.instance.item = item;\n menuContent.instance.menu = menu;\n menuContent.instance.menuItems = menuItems;\n menuContent.instance.overlay = overlay;\n menuContent.instance.isLeaf = true;\n menuContent.instance.menuClass = menuClass;\n (overlay as OverlayRefWithMenu).menu = menuContent.instance;\n\n if (!!menuTrigger) {\n menuTrigger.menuContent = menuContent.instance;\n }\n\n const subscriptions: Subscription = new Subscription();\n subscriptions.add(\n menuContent.instance.closeAllMenus\n .asObservable()\n .subscribe((closeAllEvent) => this.closeAllMenus({ eventType: 'cancel', ...closeAllEvent })),\n );\n subscriptions.add(\n menuContent.instance.closeLeafMenu.asObservable().subscribe((closeLeafMenuEvent) => this.destroyLeafMenu(closeLeafMenuEvent)),\n );\n subscriptions.add(\n menuContent.instance.openSubMenu.asObservable().subscribe((subMenuEvent: IMenuContext) => {\n this.destroySubMenus(menuContent.instance);\n if (!subMenuEvent.menu) {\n menuContent.instance.isLeaf = true;\n return;\n }\n menuContent.instance.isLeaf = false;\n this.show.next(subMenuEvent);\n }),\n );\n menuContent.onDestroy(() => {\n subscriptions.unsubscribe();\n });\n menuContent.changeDetectorRef.detectChanges();\n }\n\n public closeAllMenus(closeEvent: CloseMenuEvent): void {\n if (this.overlays) {\n this.close.next(closeEvent);\n this.overlays.forEach((overlay, index) => {\n overlay.detach();\n overlay.dispose();\n });\n }\n this.overlays = [];\n }\n\n public hasOpenMenus() {\n return this.overlays?.length > 0;\n }\n\n public getLastAttachedOverlay(): OverlayRefWithMenu {\n let overlay: OverlayRef = this.overlays[this.overlays.length - 1];\n while (this.overlays.length > 1 && overlay && !overlay.hasAttached()) {\n overlay.detach();\n overlay.dispose();\n this.overlays = this.overlays.slice(0, -1);\n overlay = this.overlays[this.overlays.length - 1];\n }\n return overlay;\n }\n\n public destroyLeafMenu({ exceptRootMenu, event }: CloseLeafMenuEvent = {}): void {\n if (this.isDestroyingLeafMenu) {\n return;\n }\n this.isDestroyingLeafMenu = true;\n\n setTimeout(() => {\n const overlay = this.getLastAttachedOverlay();\n if (this.overlays.length > 1 && overlay) {\n overlay.detach();\n overlay.dispose();\n }\n if (!exceptRootMenu && this.overlays.length > 0 && overlay) {\n this.close.next({ eventType: 'cancel', event });\n overlay.detach();\n overlay.dispose();\n }\n\n const newLeaf = this.getLastAttachedOverlay();\n if (newLeaf) {\n newLeaf.menu.isLeaf = true;\n }\n\n this.isDestroyingLeafMenu = false;\n });\n }\n\n public destroySubMenus(menu: MenuContentComponent): void {\n const overlay = menu.overlay;\n const index = this.overlays.indexOf(overlay);\n this.overlays.slice(index + 1).forEach((subMenuOverlay) => {\n subMenuOverlay.detach();\n subMenuOverlay.dispose();\n });\n }\n\n public isLeafMenu(menuContent: MenuContentComponent): boolean {\n const overlay = this.getLastAttachedOverlay();\n return menuContent.overlay === overlay;\n }\n}\n","import { InjectionToken } from '@angular/core';\n\nexport const MENU_OPTIONS = new InjectionToken('MENU_OPTIONS');\n\nexport const PARENT_MENU = new InjectionToken('PARENT_MENU');\n","import {\n ChangeDetectorRef,\n Component,\n ContentChildren,\n ElementRef,\n EventEmitter,\n Inject,\n Input,\n OnDestroy,\n Optional,\n Output,\n QueryList,\n ViewChild,\n ViewEncapsulation,\n} from '@angular/core';\nimport { Subscription } from 'rxjs';\nimport { first } from 'rxjs/operators';\nimport { NovoOption } from 'novo-elements/elements/common';\nimport { MenuItemDirective } from './menu-item.directive';\nimport { CloseMenuEvent, IMenuClickEvent, NovoMenuService } from './menu.service';\nimport { MENU_OPTIONS, PARENT_MENU } from './menu.tokens';\nimport { ILinkConfig, IMenuOptions } from './menu.types';\n\nexport interface MouseLocation {\n left?: string;\n marginLeft?: string;\n marginTop?: string;\n top?: string;\n}\n\n@Component({\n encapsulation: ViewEncapsulation.None,\n selector: 'novo-menu',\n styles: [\n `\n .cdk-overlay-container {\n position: fixed;\n z-index: z(overlay);\n pointer-events: none;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n }\n .novo-menu.cdk-overlay-pane {\n position: absolute;\n pointer-events: auto;\n box-sizing: border-box;\n }\n `,\n ],\n template: '',\n providers: [{ provide: PARENT_MENU, useExisting: MenuComponent }],\n standalone: false,\n})\nexport class MenuComponent implements OnDestroy {\n @Input() public menuClass = '';\n @Input() public autoFocus = false;\n @Input() public disabled = false;\n @Output() public close: EventEmitter<CloseMenuEvent> = new EventEmitter();\n @Output() public open: EventEmitter<IMenuClickEvent> = new EventEmitter();\n @ContentChildren(MenuItemDirective) public menuItems: QueryList<MenuItemDirective>;\n @ContentChildren(NovoOption) public menuOptions: QueryList<NovoOption>;\n @ViewChild('menu') public menuElement: ElementRef;\n public visibleMenuItems: MenuItemDirective[] = [];\n\n public links: ILinkConfig[] = [];\n public item: any;\n public event: MouseEvent | KeyboardEvent;\n private subscription: Subscription = new Subscription();\n\n constructor(\n private menuService: NovoMenuService,\n private changeDetector: ChangeDetectorRef,\n private elementRef: ElementRef,\n @Optional()\n @Inject(MENU_OPTIONS)\n private options: IMenuOptions,\n ) {\n if (options) {\n this.autoFocus = options.autoFocus;\n }\n this.subscription.add(\n menuService.show.subscribe((menuEvent) => {\n this.onMenuEvent(menuEvent);\n }),\n );\n }\n\n public ngOnDestroy(): void {\n this.subscription.unsubscribe();\n }\n\n public onMenuEvent(menuEvent: IMenuClickEvent): void {\n if (this.disabled) {\n return;\n }\n const { menu, event, item } = menuEvent;\n if (menu && menu !== this) {\n return;\n }\n this.event = event;\n this.item = item;\n this.setVisibleMenuItems();\n this.menuService.openMenu({ ...menuEvent, menuItems: this.visibleMenuItems, menuClass: this.menuClass });\n this.menuService.close\n .asObservable()\n .pipe(first())\n .subscribe((closeEvent) => this.close.emit(closeEvent));\n this.open.next(menuEvent);\n }\n\n public isMenuItemVisible(menuItem: MenuItemDirective): boolean {\n return this.evaluateIfFunction(menuItem.menuItemVisible);\n }\n\n public setVisibleMenuItems(): void {\n this.visibleMenuItems = this.menuItems.filter((menuItem) => this.isMenuItemVisible(menuItem));\n }\n\n public evaluateIfFunction(value: any): any {\n if (value instanceof Function) {\n return value(this.item);\n }\n return value;\n }\n}\n","import {\n ChangeDetectorRef,\n Directive,\n ElementRef,\n HostBinding,\n HostListener,\n Inject,\n Input,\n OnDestroy,\n OnInit,\n Optional,\n} from '@angular/core';\nimport { Subscription } from 'rxjs';\nimport { BooleanInput } from 'novo-elements/utils';\nimport { MenuContentComponent } from './menu-content.component';\nimport { MenuComponent } from './menu.component';\nimport { NovoMenuService } from './menu.service';\nimport { PARENT_MENU } from './menu.tokens';\n\n@Directive({\n selector: '[menu]',\n standalone: false,\n})\nexport class MenuDirective implements OnInit, OnDestroy {\n @Input() public menuContext: any;\n @Input() public menu: MenuComponent;\n @Input() public menuContent: MenuContentComponent;\n @Input() @BooleanInput() public waitWhenOpen: boolean = false;\n @Input() @BooleanInput() public capture: boolean = false;\n @Input() @BooleanInput() public anchor: boolean = false;\n @Input() public trigger: 'click' | 'contextmenu' | 'mouseenter' = 'click';\n\n isSubMenu: boolean = false;\n isActive: boolean = false;\n @HostBinding('class.menu-active')\n get hb_menuActive() {\n return this.isActive;\n }\n\n subscription: Subscription;\n\n constructor(\n private element: ElementRef,\n private menuService: NovoMenuService,\n private cdr: ChangeDetectorRef,\n @Optional() @Inject(PARENT_MENU) private _parentMenu: MenuComponent,\n ) {\n if (!!this._parentMenu) {\n this.isSubMenu = true;\n this.trigger = 'mouseenter';\n }\n }\n\n ngOnInit() {\n this.subscription = this.menuService.close.subscribe(() => {\n this.isActive = false;\n this.cdr.detectChanges();\n });\n }\n\n ngOnDestroy() {\n this.isActive = false;\n this.subscription.unsubscribe();\n }\n\n @HostListener('click', ['$event'])\n @HostListener('contextmenu', ['$event'])\n @HostListener('mouseenter', ['$event'])\n public onMenuClick(event: MouseEvent): void {\n if (this.trigger !== event.type) {\n return;\n }\n if (this.trigger === 'click' && event.button !== 0) {\n return;\n } else if (this.trigger === 'contextmenu' && event.button !== 2) {\n return;\n } else if (this.waitWhenOpen && this.menuService.hasOpenMenus()) {\n return;\n }\n\n if (!this.menu.disabled) {\n this.menuService.show.next({\n menu: this.menu,\n event,\n item: this.menuContext,\n anchorElement: this.anchor ? this.element.nativeElement : null,\n parentMenu: this._parentMenu,\n menuTrigger: this,\n });\n this.isActive = true;\n event.preventDefault();\n event.stopPropagation();\n this.cdr.detectChanges();\n }\n }\n}\n","import { FullscreenOverlayContainer, OverlayContainer, OverlayModule } from '@angular/cdk/overlay';\nimport { CommonModule } from '@angular/common';\nimport { ModuleWithProviders, NgModule } from '@angular/core';\nimport { NovoCommonModule } from 'novo-elements/elements/common';\nimport { NovoIconModule } from 'novo-elements/elements/icon';\nimport { MenuContentComponent } from './menu-content.component';\nimport { MenuItemDirective } from './menu-item.directive';\nimport { MenuComponent } from './menu.component';\nimport { MenuDirective } from './menu.directive';\nimport { NovoMenuService } from './menu.service';\nimport { MENU_OPTIONS } from './menu.tokens';\nimport { IMenuOptions } from './menu.types';\n\n@NgModule({\n declarations: [MenuDirective, MenuComponent, MenuContentComponent, MenuItemDirective],\n exports: [MenuDirective, MenuComponent, MenuItemDirective],\n imports: [CommonModule, OverlayModule, NovoCommonModule, NovoIconModule],\n})\nexport class NovoMenuModule {\n public static forRoot(options?: IMenuOptions): ModuleWithProviders<NovoMenuModule> {\n return {\n ngModule: NovoMenuModule,\n providers: [\n NovoMenuService,\n {\n provide: MENU_OPTIONS,\n useValue: options,\n },\n { provide: OverlayContainer, useClass: FullscreenOverlayContainer },\n ],\n };\n }\n}\n","/*\n * Public API Surface of ngx-contextmenu\n */\n\nexport * from './menu-content.component';\nexport * from './menu-item.directive';\nexport * from './menu.component';\nexport * from './menu.directive';\nexport { NovoMenuModule } from './menu.module';\nexport * from './menu.service';\nexport * from './menu.tokens';\nexport * from './menu.types';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1"],"mappings":";;;;;;;;;;;;;;MAsBa,oBAAoB,CAAA;AAgB/B,IAAA,WAAA,GAAA;QAfgB,IAAA,CAAA,SAAS,GAAwB,EAAE;QAOnC,IAAA,CAAA,MAAM,GAAG,KAAK;AACb,QAAA,IAAA,CAAA,WAAW,GAAkC,IAAI,YAAY,EAAE;AAC/D,QAAA,IAAA,CAAA,aAAa,GAAqC,IAAI,YAAY,EAAE;AACpE,QAAA,IAAA,CAAA,aAAa,GAAwC,IAAI,YAAY,EAAE;QAEjF,IAAA,CAAA,SAAS,GAAG,KAAK;AAEhB,QAAA,IAAA,CAAA,YAAY,GAAiB,IAAI,YAAY,EAAE;IACxC;AAEf,IAAA,QAAQ,KAAU;IAElB,eAAe,GAAA;AACb,QAAA,IAAI,IAAI,CAAC,SAAS,EAAE;YAClB,UAAU,CAAC,MAAM,IAAI,CAAC,KAAK,EAAE,CAAC;QAChC;AACA,QAAA,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE;AAC7B,QAAA,IAAI,CAAC,WAAW,GAAG,IAAI,0BAA0B,CAAa,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,QAAQ,EAAE;IACjG;IAEA,WAAW,GAAA;AACT,QAAA,IAAI,CAAC,YAAY,CAAC,WAAW,EAAE;IACjC;AAEA,IAAA,KAAK,KAAU;AAEf,IAAA,SAAS,CAAC,MAAkB,EAAA;QAC1B,MAAM,CAAC,eAAe,EAAE;IAC1B;AAEO,IAAA,iBAAiB,CAAC,QAA2B,EAAA;QAClD,OAAO,IAAI,CAAC,kBAAkB,CAAC,QAAQ,IAAI,QAAQ,CAAC,eAAe,CAAC;IACtE;AAEO,IAAA,iBAAiB,CAAC,QAA2B,EAAA;QAClD,OAAO,IAAI,CAAC,kBAAkB,CAAC,QAAQ,IAAI,QAAQ,CAAC,eAAe,CAAC;IACtE;AAEO,IAAA,kBAAkB,CAAC,KAAU,EAAA;AAClC,QAAA,IAAI,KAAK,YAAY,QAAQ,EAAE;AAC7B,YAAA,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC;QACzB;AACA,QAAA,OAAO,KAAK;IACd;AAEO,IAAA,UAAU,CAAC,IAAiB,EAAA;AACjC,QAAA,OAAO,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC;IACjD;AAIO,IAAA,UAAU,CAAC,KAAoB,EAAA;AACpC,QAAA,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;YAChB;QACF;AACA,QAAA,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,KAAK,CAAC;IACnC;AAGO,IAAA,mBAAmB,CAAC,KAAqB,EAAA;AAC9C,QAAA,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;YAChB;QACF;AACA,QAAA,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC;AACvB,QAAA,MAAM,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,eAAe,CAAC;QACjE,IAAI,QAAQ,EAAE;AACZ,YAAA,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC;QAC9B;IACF;AAIO,IAAA,sBAAsB,CAAC,KAAqB,EAAA;AACjD,QAAA,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;YAChB;QACF;AACA,QAAA,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC;AACvB,QAAA,MAAM,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,eAAe,CAAC;AACjE,QAAA,MAAM,MAAM,GAAG,IAAI,CAAC,WAAW,CAAC,UAAU;QAC1C,MAAM,CAAC,oBAAoB,EAAE;IAC/B;AAIO,IAAA,eAAe,CAAC,KAAoB,EAAA;AACzC,QAAA,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;YAChB;QACF;AACA,QAAA,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC;AACvB,QAAA,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,cAAc,EAAE,KAAK,CAAC,GAAG,KAAA,WAAA,sBAAoB,KAAK,EAAE,CAAC;IACjF;AAGO,IAAA,SAAS,CAAC,KAAiB,EAAA;AAChC,QAAA,IAAI,KAAK,CAAC,IAAI,KAAK,OAAO,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE;YAChD;QACF;QACA,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,CAAC;IACpC;AAGO,IAAA,YAAY,CAAC,KAAiB,EAAA;AACnC,QAAA,IAAI,IAAI,CAAC,MAAM,EAAE;AACf,YAAA,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;QAC1D;IACF;AAEO,IAAA,aAAa,CAAC,QAA2B,EAAE,KAAkC,IAAS;IAEtF,gBAAgB,CAAC,QAA2B,EAAE,KAAiC,EAAA;QACpF,KAAK,CAAC,cAAc,EAAE;QACtB,KAAK,CAAC,eAAe,EAAE;AACvB,QAAA,IAAI,CAAC,aAAa,CAAC,QAAQ,EAAE,KAAK,CAAC;IACrC;AAEQ,IAAA,WAAW,CAAC,KAAK,EAAA;QACvB,IAAI,CAAC,KAAK,EAAE;YACV;QACF;AAEA,QAAA,MAAM,MAAM,GAAgB,KAAK,CAAC,MAAM;QACxC,IAAI,CAAC,OAAO,EAAE,UAAU,EAAE,QAAQ,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,MAAM,CAAC,iBAAiB,EAAE;YAC5F;QACF;QAEA,KAAK,CAAC,cAAc,EAAE;QACtB,KAAK,CAAC,eAAe,EAAE;IACzB;+GAvIW,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAApB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,oBAAoB,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,cAAA,EAAA,MAAA,EAAA,EAAA,SAAA,EAAA,WAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,EAAA,OAAA,EAAA,IAAA,EAAA,MAAA,EAAA,UAAA,EAAA,YAAA,EAAA,SAAA,EAAA,WAAA,EAAA,OAAA,EAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,EAAA,OAAA,EAAA,EAAA,WAAA,EAAA,aAAA,EAAA,aAAA,EAAA,eAAA,EAAA,aAAA,EAAA,eAAA,EAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,0BAAA,EAAA,oBAAA,EAAA,wBAAA,EAAA,oBAAA,EAAA,2BAAA,EAAA,6BAAA,EAAA,sBAAA,EAAA,gCAAA,EAAA,sBAAA,EAAA,gCAAA,EAAA,uBAAA,EAAA,yBAAA,EAAA,0BAAA,EAAA,yBAAA,EAAA,gBAAA,EAAA,mBAAA,EAAA,YAAA,EAAA,sBAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EATnB,CAAA;;;;;;AAMJ,SAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,06UAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,cAAA,EAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,yBAAA,EAAA,kBAAA,EAAA,0BAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;;4FAGG,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAZhC,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,cAAc,EAAA,QAAA,EAEd,CAAA;;;;;;AAMJ,SAAA,CAAA,EAAA,UAAA,EACM,KAAK,EAAA,MAAA,EAAA,CAAA,06UAAA,CAAA,EAAA;;sBAGlB;;sBACA;;sBACA;;sBACA;;sBACA;;sBACA;;sBACA;;sBACA;;sBACA;;sBACA;;sBACA;;sBA8CA,YAAY;uBAAC,0BAA0B,EAAE,CAAC,QAAQ,CAAC;;sBACnD,YAAY;uBAAC,wBAAwB,EAAE,CAAC,QAAQ,CAAC;;sBAQjD,YAAY;uBAAC,2BAA2B,EAAE,CAAC,QAAQ,CAAC;;sBAYpD,YAAY;uBAAC,sBAAsB,EAAE,CAAC,QAAQ,CAAC;;sBAC/C,YAAY;uBAAC,sBAAsB,EAAE,CAAC,QAAQ,CAAC;;sBAW/C,YAAY;uBAAC,uBAAuB,EAAE,CAAC,QAAQ,CAAC;;sBAChD,YAAY;uBAAC,0BAA0B,EAAE,CAAC,QAAQ,CAAC;;sBASnD,YAAY;uBAAC,gBAAgB,EAAE,CAAC,QAAQ,CAAC;;sBAQzC,YAAY;uBAAC,YAAY,EAAE,CAAC,QAAQ,CAAC;;;AC/HxC;;AAEG;MAKU,iBAAiB,CAAA;IAQ5B,WAAA,CAAmB,QAAoC,EAAS,UAAsB,EAAA;QAAnE,IAAA,CAAA,QAAQ,GAAR,QAAQ;QAAqC,IAAA,CAAA,UAAU,GAAV,UAAU;QAP1D,IAAA,CAAA,eAAe,GAAuC,IAAI;QAC1D,IAAA,CAAA,eAAe,GAAuC,IAAI;IAMe;+GAR9E,iBAAiB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,WAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,iBAAiB,kMAId,UAAU,EAAA,WAAA,EAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAJb,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAJ7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,UAAU,EAAE,KAAK;AACpB,iBAAA;;sBAEE;;sBACA;;sBAEA,YAAY;uBAAC,UAAU;;;MC6Bb,eAAe,CAAA;IAsB1B,WAAA,CAAoB,OAAgB,EAAU,cAAqC,EAAA;QAA/D,IAAA,CAAA,OAAO,GAAP,OAAO;QAAmB,IAAA,CAAA,cAAc,GAAd,cAAc;QArBrD,IAAA,CAAA,oBAAoB,GAAG,KAAK;AAE5B,QAAA,IAAA,CAAA,IAAI,GAA6B,IAAI,OAAO,EAAmB;AAC/D,QAAA,IAAA,CAAA,YAAY,GAAkC,IAAI,OAAO,EAAE;AAC3D,QAAA,IAAA,CAAA,KAAK,GAA4B,IAAI,OAAO,EAAE;QAG7C,IAAA,CAAA,QAAQ,GAAiB,EAAE;AAC3B,QAAA,IAAA,CAAA,WAAW,GAAQ;AACzB,YAAA,qBAAqB,EAAE,OAAY;AACjC,gBAAA,MAAM,EAAE,CAAC;AACT,gBAAA,MAAM,EAAE,CAAC;AACT,gBAAA,IAAI,EAAE,CAAC;AACP,gBAAA,KAAK,EAAE,CAAC;AACR,gBAAA,GAAG,EAAE,CAAC;AACN,gBAAA,KAAK,EAAE,CAAC;AACR,gBAAA,CAAC,EAAE,CAAC;AACJ,gBAAA,CAAC,EAAE,CAAC;aACL,CAAC;SACH;IAEqF;AAE/E,IAAA,QAAQ,CAAC,OAAqB,EAAA;QACnC,MAAM,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,GAAG,OAAO;QAEpD,IAAI,CAAC,UAAU,EAAE;YACf,MAAM,UAAU,GAAG,KAAmB;YACtC,IAAI,CAAC,WAAW,CAAC,qBAAqB,GAAG,OAAY;gBACnD,MAAM,EAAE,UAAU,CAAC,OAAO;AAC1B,gBAAA,MAAM,EAAE,CAAC;gBACT,IAAI,EAAE,UAAU,CAAC,OAAO;gBACxB,KAAK,EAAE,UAAU,CAAC,OAAO;gBACzB,GAAG,EAAE,UAAU,CAAC,OAAO;AACvB,gBAAA,KAAK,EAAE,CAAC;gBACR,CAAC,EAAE,UAAU,CAAC,OAAO;gBACrB,CAAC,EAAE,UAAU,CAAC,OAAO;AACtB,aAAA,CAAC;YACF,IAAI,CAAC,aAAa,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;AAClD,YAAA,MAAM,gBAAgB,GAAG,IAAI,CAAC;AAC3B,iBAAA,QAAQ;iBACR,mBAAmB,CAAC,IAAI,UAAU,CAAC,aAAa,IAAI,IAAI,CAAC,WAAW,CAAC;iBACrE,sBAAsB,CAAC,KAAK;AAC5B,iBAAA,aAAa,CAAC;AACb,gBAAA,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;AAC3E,gBAAA,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE;AAC3E,gBAAA,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;AACtE,gBAAA,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE;AACtE,gBAAA,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE;AAC5E,gBAAA,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE;AAC7E,aAAA,CAAC;YACJ,IAAI,CAAC,QAAQ,GAAG;AACd,gBAAA,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;oBAClB,gBAAgB;AAChB,oBAAA,UAAU,EAAE,WAAW;AACvB,oBAAA,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE;iBAC5C,CAAC;aACH;AACD,YAAA,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC;QAC5C;aAAO;AACL,YAAA,MAAM,gBAAgB,GAAG,IAAI,CAAC;AAC3B,iBAAA,QAAQ;AACR,iBAAA,mBAAmB,CAAC,IAAI,UAAU,CAAC,KAAK,GAAG,KAAK,CAAC,MAAM,GAAG,aAAa,CAAC;iBACxE,sBAAsB,CAAC,KAAK;AAC5B,iBAAA,aAAa,CAAC;AACb,gBAAA,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;AACtE,gBAAA,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE;AACtE,gBAAA,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE;AACvE,gBAAA,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE;AAC7E,aAAA,CAAC;AACJ,YAAA,MAAM,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;gBACrC,gBAAgB;AAChB,gBAAA,UAAU,EAAE,WAAW;AACvB,gBAAA,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE;AAC5C,aAAA,CAAC;YACF,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,UAAU,CAAC;AAChD,YAAA,IAAI,CAAC,UAAU,CAAC,UAAU,EAAE,OAAO,CAAC;QACtC;IACF;IAEO,UAAU,CAAC,OAAmB,EAAE,OAAqB,EAAA;AAC1D,QAAA,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,GAAG,OAAO;AAExE,QAAA,MAAM,WAAW,GAAuC,OAAO,CAAC,MAAM,CAAC,IAAI,eAAe,CAAC,oBAAoB,CAAC,CAAC;AACjH,QAAA,WAAW,CAAC,QAAQ,CAAC,KAAK,GAAG,KAAK;AAClC,QAAA,WAAW,CAAC,QAAQ,CAAC,IAAI,GAAG,IAAI;AAChC,QAAA,WAAW,CAAC,QAAQ,CAAC,IAAI,GAAG,IAAI;AAChC,QAAA,WAAW,CAAC,QAAQ,CAAC,SAAS,GAAG,SAAS;AAC1C,QAAA,WAAW,CAAC,QAAQ,CAAC,OAAO,GAAG,OAAO;AACtC,QAAA,WAAW,CAAC,QAAQ,CAAC,MAAM,GAAG,IAAI;AAClC,QAAA,WAAW,CAAC,QAAQ,CAAC,SAAS,GAAG,SAAS;AACzC,QAAA,OAA8B,CAAC,IAAI,GAAG,WAAW,CAAC,QAAQ;AAE3D,QAAA,IAAI,CAAC,CAAC,WAAW,EAAE;AACjB,YAAA,WAAW,CAAC,WAAW,GAAG,WAAW,CAAC,QAAQ;QAChD;AAEA,QAAA,MAAM,aAAa,GAAiB,IAAI,YAAY,EAAE;AACtD,QAAA,aAAa,CAAC,GAAG,CACf,WAAW,CAAC,QAAQ,CAAC;AAClB,aAAA,YAAY;aACZ,SAAS,CAAC,CAAC,aAAa,KAAK,IAAI,CAAC,aAAa,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,aAAa,EAAE,CAAC,CAAC,CAC/F;QACD,aAAa,CAAC,GAAG,CACf,WAAW,CAAC,QAAQ,CAAC,aAAa,CAAC,YAAY,EAAE,CAAC,SAAS,CAAC,CAAC,kBAAkB,KAAK,IAAI,CAAC,eAAe,CAAC,kBAAkB,CAAC,CAAC,CAC9H;AACD,QAAA,aAAa,CAAC,GAAG,CACf,WAAW,CAAC,QAAQ,CAAC,WAAW,CAAC,YAAY,EAAE,CAAC,SAAS,CAAC,CAAC,YAA0B,KAAI;AACvF,YAAA,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC,QAAQ,CAAC;AAC1C,YAAA,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE;AACtB,gBAAA,WAAW,CAAC,QAAQ,CAAC,MAAM,GAAG,IAAI;gBAClC;YACF;AACA,YAAA,WAAW,CAAC,QAAQ,CAAC,MAAM,GAAG,KAAK;AACnC,YAAA,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC;QAC9B,CAAC,CAAC,CACH;AACD,QAAA,WAAW,CAAC,SAAS,CAAC,MAAK;YACzB,aAAa,CAAC,WAAW,EAAE;AAC7B,QAAA,CAAC,CAAC;AACF,QAAA,WAAW,CAAC,iBAAiB,CAAC,aAAa,EAAE;IAC/C;AAEO,IAAA,aAAa,CAAC,UAA0B,EAAA;AAC7C,QAAA,IAAI,IAAI,CAAC,QAAQ,EAAE;AACjB,YAAA,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC;YAC3B,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,OAAO,EAAE,KAAK,KAAI;gBACvC,OAAO,CAAC,MAAM,EAAE;gBAChB,OAAO,CAAC,OAAO,EAAE;AACnB,YAAA,CAAC,CAAC;QACJ;AACA,QAAA,IAAI,CAAC,QAAQ,GAAG,EAAE;IACpB;IAEO,YAAY,GAAA;AACjB,QAAA,OAAO,IAAI,CAAC,QAAQ,EAAE,MAAM,GAAG,CAAC;IAClC;IAEO,sBAAsB,GAAA;AAC3B,QAAA,IAAI,OAAO,GAAe,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC;AACjE,QAAA,OAAO,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,EAAE;YACpE,OAAO,CAAC,MAAM,EAAE;YAChB,OAAO,CAAC,OAAO,EAAE;AACjB,YAAA,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;AAC1C,YAAA,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC;QACnD;AACA,QAAA,OAAO,OAAO;IAChB;AAEO,IAAA,eAAe,CAAC,EAAE,cAAc,EAAE,KAAK,KAAyB,EAAE,EAAA;AACvE,QAAA,IAAI,IAAI,CAAC,oBAAoB,EAAE;YAC7B;QACF;AACA,QAAA,IAAI,CAAC,oBAAoB,GAAG,IAAI;QAEhC,UAAU,CAAC,MAAK;AACd,YAAA,MAAM,OAAO,GAAG,IAAI,CAAC,sBAAsB,EAAE;YAC7C,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,IAAI,OAAO,EAAE;gBACvC,OAAO,CAAC,MAAM,EAAE;gBAChB,OAAO,CAAC,OAAO,EAAE;YACnB;AACA,YAAA,IAAI,CAAC,cAAc,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,IAAI,OAAO,EAAE;AAC1D,gBAAA,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;gBAC/C,OAAO,CAAC,MAAM,EAAE;gBAChB,OAAO,CAAC,OAAO,EAAE;YACnB;AAEA,YAAA,MAAM,OAAO,GAAG,IAAI,CAAC,sBAAsB,EAAE;YAC7C,IAAI,OAAO,EAAE;AACX,gBAAA,OAAO,CAAC,IAAI,CAAC,MAAM,GAAG,IAAI;YAC5B;AAEA,YAAA,IAAI,CAAC,oBAAoB,GAAG,KAAK;AACnC,QAAA,CAAC,CAAC;IACJ;AAEO,IAAA,eAAe,CAAC,IAA0B,EAAA;AAC/C,QAAA,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO;QAC5B,MAAM,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,OAAO,CAAC;AAC5C,QAAA,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,cAAc,KAAI;YACxD,cAAc,CAAC,MAAM,EAAE;YACvB,cAAc,CAAC,OAAO,EAAE;AAC1B,QAAA,CAAC,CAAC;IACJ;AAEO,IAAA,UAAU,CAAC,WAAiC,EAAA;AACjD,QAAA,MAAM,OAAO,GAAG,IAAI,CAAC,sBAAsB,EAAE;AAC7C,QAAA,OAAO,WAAW,CAAC,OAAO,KAAK,OAAO;IACxC;+GA7LW,eAAe,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAAA,IAAA,CAAA,OAAA,EAAA,EAAA,EAAA,KAAA,EAAAA,IAAA,CAAA,qBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA;AAAf,IAAA,SAAA,IAAA,CAAA,KAAA,GAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,cADF,MAAM,EAAA,CAAA,CAAA;;4FACnB,eAAe,EAAA,UAAA,EAAA,CAAA;kBAD3B,UAAU;mBAAC,EAAE,UAAU,EAAE,MAAM,EAAE;;;MCxCrB,YAAY,GAAG,IAAI,cAAc,CAAC,cAAc;MAEhD,WAAW,GAAG,IAAI,cAAc,CAAC,aAAa;;MCmD9C,aAAa,CAAA;AAgBxB,IAAA,WAAA,CACU,WAA4B,EAC5B,cAAiC,EACjC,UAAsB,EAGtB,OAAqB,EAAA;QALrB,IAAA,CAAA,WAAW,GAAX,WAAW;QACX,IAAA,CAAA,cAAc,GAAd,cAAc;QACd,IAAA,CAAA,UAAU,GAAV,UAAU;QAGV,IAAA,CAAA,OAAO,GAAP,OAAO;QArBD,IAAA,CAAA,SAAS,GAAG,EAAE;QACd,IAAA,CAAA,SAAS,GAAG,KAAK;QACjB,IAAA,CAAA,QAAQ,GAAG,KAAK;AACf,QAAA,IAAA,CAAA,KAAK,GAAiC,IAAI,YAAY,EAAE;AACxD,QAAA,IAAA,CAAA,IAAI,GAAkC,IAAI,YAAY,EAAE;QAIlE,IAAA,CAAA,gBAAgB,GAAwB,EAAE;QAE1C,IAAA,CAAA,KAAK,GAAkB,EAAE;AAGxB,QAAA,IAAA,CAAA,YAAY,GAAiB,IAAI,YAAY,EAAE;QAUrD,IAAI,OAAO,EAAE;AACX,YAAA,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS;QACpC;AACA,QAAA,IAAI,CAAC,YAAY,CAAC,GAAG,CACnB,WAAW,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,SAAS,KAAI;AACvC,YAAA,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC;QAC7B,CAAC,CAAC,CACH;IACH;IAEO,WAAW,GAAA;AAChB,QAAA,IAAI,CAAC,YAAY,CAAC,WAAW,EAAE;IACjC;AAEO,IAAA,WAAW,CAAC,SAA0B,EAAA;AAC3C,QAAA,IAAI,IAAI,CAAC,QAAQ,EAAE;YACjB;QACF;QACA,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,GAAG,SAAS;AACvC,QAAA,IAAI,IAAI,IAAI,IAAI,KAAK,IAAI,EAAE;YACzB;QACF;AACA,QAAA,IAAI,CAAC,KAAK,GAAG,KAAK;AAClB,QAAA,IAAI,CAAC,IAAI,GAAG,IAAI;QAChB,IAAI,CAAC,mBAAmB,EAAE;QAC1B,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,EAAE,GAAG,SAAS,EAAE,SAAS,EAAE,IAAI,CAAC,gBAAgB,EAAE,SAAS,EAAE,IAAI,CAAC,SAAS,EAAE,CAAC;QACxG,IAAI,CAAC,WAAW,CAAC;AACd,aAAA,YAAY;aACZ,IAAI,CAAC,KAAK,EAAE;AACZ,aAAA,SAAS,CAAC,CAAC,UAAU,KAAK,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;AACzD,QAAA,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC;IAC3B;AAEO,IAAA,iBAAiB,CAAC,QAA2B,EAAA;QAClD,OAAO,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,eAAe,CAAC;IAC1D;IAEO,mBAAmB,GAAA;QACxB,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,QAAQ,KAAK,IAAI,CAAC,iBAAiB,CAAC,QAAQ,CAAC,CAAC;IAC/F;AAEO,IAAA,kBAAkB,CAAC,KAAU,EAAA;AAClC,QAAA,IAAI,KAAK,YAAY,QAAQ,EAAE;AAC7B,YAAA,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC;QACzB;AACA,QAAA,OAAO,KAAK;IACd;AAtEW,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,kBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,yGAqBd,YAAY,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AArBX,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,aAAa,sLAHX,CAAC,EAAE,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,aAAa,EAAE,CAAC,EAAA,OAAA,EAAA,CAAA,EAAA,YAAA,EAAA,WAAA,EAAA,SAAA,EASlD,iBAAiB,EAAA,EAAA,EAAA,YAAA,EAAA,aAAA,EAAA,SAAA,EACjB,UAAU,kIAXf,EAAE,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,6MAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;4FAIH,aAAa,EAAA,UAAA,EAAA,CAAA;kBAzBzB,SAAS;AACS,YAAA,IAAA,EAAA,CAAA,EAAA,aAAA,EAAA,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAC3B,WAAW,EAAA,QAAA,EAmBX,EAAE,aACD,CAAC,EAAE,OAAO,EAAE,WAAW,EAAE,WAAW,eAAe,EAAE,CAAC,cACrD,KAAK,EAAA,MAAA,EAAA,CAAA,6MAAA,CAAA,EAAA;;0BAsBhB;;0BACA,MAAM;2BAAC,YAAY;;sBApBrB;;sBACA;;sBACA;;sBACA;;sBACA;;sBACA,eAAe;uBAAC,iBAAiB;;sBACjC,eAAe;uBAAC,UAAU;;sBAC1B,SAAS;uBAAC,MAAM;;;;;;;;;;;;MCxCN,aAAa,CAAA;AAWxB,IAAA,IACI,aAAa,GAAA;QACf,OAAO,IAAI,CAAC,QAAQ;IACtB;AAIA,IAAA,WAAA,CACU,OAAmB,EACnB,WAA4B,EAC5B,GAAsB,EACW,WAA0B,EAAA;QAH3D,IAAA,CAAA,OAAO,GAAP,OAAO;QACP,IAAA,CAAA,WAAW,GAAX,WAAW;QACX,IAAA,CAAA,GAAG,GAAH,GAAG;QAC8B,IAAA,CAAA,WAAW,GAAX,WAAW;QAlBtB,IAAA,CAAA,YAAY,GAAY,KAAK;QAC7B,IAAA,CAAA,OAAO,GAAY,KAAK;QACxB,IAAA,CAAA,MAAM,GAAY,KAAK;QACvC,IAAA,CAAA,OAAO,GAA2C,OAAO;QAEzE,IAAA,CAAA,SAAS,GAAY,KAAK;QAC1B,IAAA,CAAA,QAAQ,GAAY,KAAK;AAcvB,QAAA,IAAI,CAAC,CAAC,IAAI,CAAC,WAAW,EAAE;AACtB,YAAA,IAAI,CAAC,SAAS,GAAG,IAAI;AACrB,YAAA,IAAI,CAAC,OAAO,GAAG,YAAY;QAC7B;IACF;IAEA,QAAQ,GAAA;AACN,QAAA,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,SAAS,CAAC,MAAK;AACxD,YAAA,IAAI,CAAC,QAAQ,GAAG,KAAK;AACrB,YAAA,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE;AAC1B,QAAA,CAAC,CAAC;IACJ;IAEA,WAAW,GAAA;AACT,QAAA,IAAI,CAAC,QAAQ,GAAG,KAAK;AACrB,QAAA,IAAI,CAAC,YAAY,CAAC,WAAW,EAAE;IACjC;AAKO,IAAA,WAAW,CAAC,KAAiB,EAAA;QAClC,IAAI,IAAI,CAAC,OAAO,KAAK,KAAK,CAAC,IAAI,EAAE;YAC/B;QACF;AACA,QAAA,IAAI,IAAI,CAAC,OAAO,KAAK,OAAO,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE;YAClD;QACF;AAAO,aAAA,IAAI,IAAI,CAAC,OAAO,KAAK,aAAa,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE;YAC/D;QACF;aAAO,IAAI,IAAI,CAAC,YAAY,IAAI,IAAI,CAAC,WAAW,CAAC,YAAY,EAAE,EAAE;YAC/D;QACF;AAEA,QAAA,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;AACvB,YAAA,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC;gBACzB,IAAI,EAAE,IAAI,CAAC,IAAI;gBACf,KAAK;gBACL,IAAI,EAAE,IAAI,CAAC,WAAW;AACtB,gBAAA,aAAa,EAAE,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC,aAAa,GAAG,IAAI;gBAC9D,UAAU,EAAE,IAAI,CAAC,WAAW;AAC5B,gBAAA,WAAW,EAAE,IAAI;AAClB,aAAA,CAAC;AACF,YAAA,IAAI,CAAC,QAAQ,GAAG,IAAI;YACpB,KAAK,CAAC,cAAc,EAAE;YACtB,KAAK,CAAC,eAAe,EAAE;AACvB,YAAA,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE;QAC1B;IACF;AAvEW,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,kBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,yGAsBF,WAAW,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAtBtB,aAAa,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,WAAA,EAAA,aAAA,EAAA,YAAA,EAAA,cAAA,EAAA,OAAA,EAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,OAAA,EAAA,qBAAA,EAAA,aAAA,EAAA,qBAAA,EAAA,YAAA,EAAA,qBAAA,EAAA,EAAA,UAAA,EAAA,EAAA,mBAAA,EAAA,oBAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;AAIQ,UAAA,CAAA;AAAtB,IAAA,YAAY,EAAE;;AAAsC,CAAA,EAAA,aAAA,CAAA,SAAA,EAAA,cAAA,EAAA,KAAA,CAAA,CAAA;AAC9B,UAAA,CAAA;AAAtB,IAAA,YAAY,EAAE;;AAAiC,CAAA,EAAA,aAAA,CAAA,SAAA,EAAA,SAAA,EAAA,KAAA,CAAA,CAAA;AACzB,UAAA,CAAA;AAAtB,IAAA,YAAY,EAAE;;AAAgC,CAAA,EAAA,aAAA,CAAA,SAAA,EAAA,QAAA,EAAA,KAAA,CAAA,CAAA;4FAN7C,aAAa,EAAA,UAAA,EAAA,CAAA;kBAJzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,QAAQ;AAClB,oBAAA,UAAU,EAAE,KAAK;AACpB,iBAAA;;0BAuBI;;0BAAY,MAAM;2BAAC,WAAW;;sBArBhC;;sBACA;;sBACA;;sBACA;;sBACA;;sBACA;;sBACA;;sBAIA,WAAW;uBAAC,mBAAmB;;sBA+B/B,YAAY;uBAAC,OAAO,EAAE,CAAC,QAAQ,CAAC;;sBAChC,YAAY;uBAAC,aAAa,EAAE,CAAC,QAAQ,CAAC;;sBACtC,YAAY;uBAAC,YAAY,EAAE,CAAC,QAAQ,CAAC;;;MCjD3B,cAAc,CAAA;IAClB,OAAO,OAAO,CAAC,OAAsB,EAAA;QAC1C,OAAO;AACL,YAAA,QAAQ,EAAE,cAAc;AACxB,YAAA,SAAS,EAAE;gBACT,eAAe;AACf,gBAAA;AACE,oBAAA,OAAO,EAAE,YAAY;AACrB,oBAAA,QAAQ,EAAE,OAAO;AAClB,iBAAA;AACD,gBAAA,EAAE,OAAO,EAAE,gBAAgB,EAAE,QAAQ,EAAE,0BAA0B,EAAE;AACpE,aAAA;SACF;IACH;+GAbW,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;gHAAd,cAAc,EAAA,YAAA,EAAA,CAJV,aAAa,EAAE,aAAa,EAAE,oBAAoB,EAAE,iBAAiB,CAAA,EAAA,OAAA,EAAA,CAE1E,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,cAAc,aAD7D,aAAa,EAAE,aAAa,EAAE,iBAAiB,CAAA,EAAA,CAAA,CAAA;AAG9C,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,YAFf,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,cAAc,CAAA,EAAA,CAAA,CAAA;;4FAE5D,cAAc,EAAA,UAAA,EAAA,CAAA;kBAL1B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,aAAa,EAAE,aAAa,EAAE,oBAAoB,EAAE,iBAAiB,CAAC;AACrF,oBAAA,OAAO,EAAE,CAAC,aAAa,EAAE,aAAa,EAAE,iBAAiB,CAAC;oBAC1D,OAAO,EAAE,CAAC,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,cAAc,CAAC;AACzE,iBAAA;;;ACjBD;;AAEG;;ACFH;;AAEG;;;;"}
1
+ {"version":3,"file":"novo-elements-elements-menu.mjs","sources":["../../../projects/novo-elements/src/elements/menu/menu-content.component.ts","../../../projects/novo-elements/src/elements/menu/menu-item.directive.ts","../../../projects/novo-elements/src/elements/menu/menu.service.ts","../../../projects/novo-elements/src/elements/menu/menu.tokens.ts","../../../projects/novo-elements/src/elements/menu/menu.component.ts","../../../projects/novo-elements/src/elements/menu/menu.directive.ts","../../../projects/novo-elements/src/elements/menu/menu.module.ts","../../../projects/novo-elements/src/elements/menu/index.ts","../../../projects/novo-elements/src/elements/menu/novo-elements-elements-menu.ts"],"sourcesContent":["import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';\nimport { OverlayRef } from '@angular/cdk/overlay';\nimport { AfterViewInit, Component, EventEmitter, HostListener, Input, OnDestroy, OnInit, Output } from '@angular/core';\nimport { Subscription } from 'rxjs';\nimport { Key } from 'novo-elements/utils';\nimport { NovoOption } from 'novo-elements/elements/common';\nimport { MenuItemDirective } from './menu-item.directive';\nimport { CloseLeafMenuEvent, IMenuClickEvent } from './menu.service';\nimport { ILinkConfig } from './menu.types';\n\n@Component({\n selector: 'menu-content',\n styleUrls: ['./menu-content.component.scss'],\n template: `<div class=\"menu-container novo-menu\" [ngClass]=\"menuClass\" tabindex=\"0\">\n <ul #menu class=\"menu\" style=\"position: static; float: none;\" tabindex=\"0\">\n <ng-container *ngFor=\"let menuItem of menuItems; let i = index\">\n <ng-template [ngTemplateOutlet]=\"menuItem.template\" [ngTemplateOutletContext]=\"{ $implicit: item }\"></ng-template>\n </ng-container>\n </ul>\n </div> `,\n standalone: false,\n})\nexport class MenuContentComponent implements OnInit, OnDestroy, AfterViewInit {\n @Input() public menuItems: MenuItemDirective[] = [];\n @Input() public item: any;\n @Input() public event: MouseEvent | KeyboardEvent;\n @Input() public menu: any;\n @Input() public parentMenu: MenuContentComponent;\n @Input() public menuClass: string;\n @Input() public overlay: OverlayRef;\n @Input() public isLeaf = false;\n @Output() public openSubMenu: EventEmitter<IMenuClickEvent> = new EventEmitter();\n @Output() public closeLeafMenu: EventEmitter<CloseLeafMenuEvent> = new EventEmitter();\n @Output() public closeAllMenus: EventEmitter<{ event: MouseEvent }> = new EventEmitter();\n\n public autoFocus = false;\n private _keyManager: ActiveDescendantKeyManager<NovoOption>;\n private subscription: Subscription = new Subscription();\n constructor() {}\n\n ngOnInit(): void {}\n\n ngAfterViewInit() {\n if (this.autoFocus) {\n setTimeout(() => this.focus());\n }\n this.overlay.updatePosition();\n this._keyManager = new ActiveDescendantKeyManager<NovoOption>(this.menu.menuOptions).withWrap();\n }\n\n ngOnDestroy() {\n this.subscription.unsubscribe();\n }\n\n focus(): void {}\n\n stopEvent($event: MouseEvent) {\n $event.stopPropagation();\n }\n\n public isMenuItemEnabled(menuItem: MenuItemDirective): boolean {\n return this.evaluateIfFunction(menuItem && menuItem.menuItemEnabled);\n }\n\n public isMenuItemVisible(menuItem: MenuItemDirective): boolean {\n return this.evaluateIfFunction(menuItem && menuItem.menuItemVisible);\n }\n\n public evaluateIfFunction(value: any): any {\n if (value instanceof Function) {\n return value(this.item);\n }\n return value;\n }\n\n public isDisabled(link: ILinkConfig): boolean {\n return link.enabled && !link.enabled(this.item);\n }\n\n @HostListener('window:keydown.ArrowDown', ['$event'])\n @HostListener('window:keydown.ArrowUp', ['$event'])\n public onKeyEvent(event: KeyboardEvent): void {\n if (!this.isLeaf) {\n return;\n }\n this._keyManager.onKeydown(event);\n }\n\n @HostListener('window:keydown.ArrowRight', ['$event'])\n public keyboardOpenSubMenu(event?: KeyboardEvent): void {\n if (!this.isLeaf) {\n return;\n }\n this.cancelEvent(event);\n const menuItem = this.menuItems[this._keyManager.activeItemIndex];\n if (menuItem) {\n this.onOpenSubMenu(menuItem);\n }\n }\n\n @HostListener('window:keydown.Enter', ['$event'])\n @HostListener('window:keydown.Space', ['$event'])\n public keyboardMenuItemSelect(event?: KeyboardEvent): void {\n if (!this.isLeaf) {\n return;\n }\n this.cancelEvent(event);\n const menuItem = this.menuItems[this._keyManager.activeItemIndex];\n const option = this._keyManager.activeItem;\n option._clickViaInteraction();\n }\n\n @HostListener('window:keydown.Escape', ['$event'])\n @HostListener('window:keydown.ArrowLeft', ['$event'])\n public onCloseLeafMenu(event: KeyboardEvent): void {\n if (!this.isLeaf) {\n return;\n }\n this.cancelEvent(event);\n this.closeLeafMenu.emit({ exceptRootMenu: event.key === Key.ArrowLeft, event });\n }\n\n @HostListener('document:click', ['$event'])\n public closeMenu(event: MouseEvent): void {\n if (event.type === 'click' && event.button === 2) {\n return;\n }\n this.closeAllMenus.emit({ event });\n }\n\n @HostListener('mouseleave', ['$event'])\n public onMouseLeave(event: MouseEvent): void {\n if (this.isLeaf) {\n this.closeLeafMenu.emit({ exceptRootMenu: true, event });\n }\n }\n\n public onOpenSubMenu(menuItem: MenuItemDirective, event?: MouseEvent | KeyboardEvent): void {}\n\n public onMenuItemSelect(menuItem: MenuItemDirective, event: MouseEvent | KeyboardEvent): void {\n event.preventDefault();\n event.stopPropagation();\n this.onOpenSubMenu(menuItem, event);\n }\n\n private cancelEvent(event): void {\n if (!event) {\n return;\n }\n\n const target: HTMLElement = event.target;\n if (['INPUT', 'TEXTAREA', 'SELECT'].indexOf(target.tagName) > -1 || target.isContentEditable) {\n return;\n }\n\n event.preventDefault();\n event.stopPropagation();\n }\n}\n","import { ContentChild, Directive, ElementRef, Input, TemplateRef } from '@angular/core';\nimport { NovoOption } from 'novo-elements/elements/common';\n\n/**\n * This is a structural directive now. Should only be used on `novo-options`\n */\n@Directive({\n selector: '[menuItem]',\n standalone: false,\n})\nexport class MenuItemDirective {\n @Input() public menuItemEnabled: boolean | ((item: any) => boolean) = true;\n @Input() public menuItemVisible: boolean | ((item: any) => boolean) = true;\n\n @ContentChild(NovoOption) optionRef: NovoOption;\n\n public currentItem: any;\n\n constructor(public template: TemplateRef<{ item: any }>, public elementRef: ElementRef) {}\n}\n","import { Overlay, OverlayRef, ScrollStrategyOptions } from '@angular/cdk/overlay';\nimport { ComponentPortal } from '@angular/cdk/portal';\nimport { ComponentRef, ElementRef, Injectable } from '@angular/core';\nimport { Subject, Subscription } from 'rxjs';\nimport { MenuContentComponent } from './menu-content.component';\nimport type { MenuItemDirective } from './menu-item.directive';\nimport type { MenuComponent } from './menu.component';\nimport type { MenuDirective } from './menu.directive';\n\nexport interface IMenuClickEvent {\n anchorElement?: Element | EventTarget;\n menu?: MenuComponent;\n event?: MouseEvent | KeyboardEvent;\n parentMenu?: MenuComponent;\n menuTrigger?: MenuDirective;\n item: any;\n activeMenuItemIndex?: number;\n}\nexport interface IMenuContext extends IMenuClickEvent {\n menuItems: MenuItemDirective[];\n menuClass: string;\n}\nexport interface CloseLeafMenuEvent {\n exceptRootMenu?: boolean;\n event?: MouseEvent | KeyboardEvent;\n}\nexport interface OverlayRefWithMenu extends OverlayRef {\n menu?: MenuContentComponent;\n}\n\nexport interface CancelMenuEvent {\n eventType: 'cancel';\n event?: MouseEvent | KeyboardEvent;\n}\nexport interface ExecuteMenuEvent {\n eventType: 'execute';\n event?: MouseEvent | KeyboardEvent;\n item: any;\n menuItem: MenuItemDirective;\n}\nexport type CloseMenuEvent = ExecuteMenuEvent | CancelMenuEvent;\n\n@Injectable({ providedIn: 'root' })\nexport class NovoMenuService {\n public isDestroyingLeafMenu = false;\n\n public show: Subject<IMenuClickEvent> = new Subject<IMenuClickEvent>();\n public triggerClose: Subject<MenuContentComponent> = new Subject();\n public close: Subject<CloseMenuEvent> = new Subject();\n\n private menuContent: ComponentRef<MenuContentComponent>;\n private overlays: OverlayRef[] = [];\n private fakeElement: any = {\n getBoundingClientRect: (): any => ({\n bottom: 0,\n height: 0,\n left: 0,\n right: 0,\n top: 0,\n width: 0,\n x: 0,\n y: 0,\n }),\n };\n\n constructor(private overlay: Overlay, private scrollStrategy: ScrollStrategyOptions) {}\n\n public openMenu(context: IMenuContext) {\n const { anchorElement, event, parentMenu } = context;\n\n if (!parentMenu) {\n const mouseEvent = event as MouseEvent;\n this.fakeElement.getBoundingClientRect = (): any => ({\n bottom: mouseEvent.clientY,\n height: 0,\n left: mouseEvent.clientX,\n right: mouseEvent.clientX,\n top: mouseEvent.clientY,\n width: 0,\n x: mouseEvent.clientX,\n y: mouseEvent.clientY,\n });\n this.closeAllMenus({ eventType: 'cancel', event });\n const positionStrategy = this.overlay\n .position()\n .flexibleConnectedTo(new ElementRef(anchorElement || this.fakeElement))\n .withFlexibleDimensions(false)\n .withPositions([\n { originX: 'start', originY: 'bottom', overlayX: 'start', overlayY: 'top' },\n { originX: 'start', originY: 'top', overlayX: 'start', overlayY: 'bottom' },\n { originX: 'end', originY: 'top', overlayX: 'start', overlayY: 'top' },\n { originX: 'start', originY: 'top', overlayX: 'end', overlayY: 'top' },\n { originX: 'end', originY: 'center', overlayX: 'start', overlayY: 'center' },\n { originX: 'start', originY: 'center', overlayX: 'end', overlayY: 'center' },\n ]);\n this.overlays = [\n this.overlay.create({\n positionStrategy,\n panelClass: 'novo-menu',\n scrollStrategy: this.scrollStrategy.close(),\n }),\n ];\n this.attachMenu(this.overlays[0], context);\n } else {\n const positionStrategy = this.overlay\n .position()\n .flexibleConnectedTo(new ElementRef(event ? event.target : anchorElement))\n .withFlexibleDimensions(false)\n .withPositions([\n { originX: 'end', originY: 'top', overlayX: 'start', overlayY: 'top' },\n { originX: 'start', originY: 'top', overlayX: 'end', overlayY: 'top' },\n { originX: 'end', originY: 'bottom', overlayX: 'end', overlayY: 'top' },\n { originX: 'start', originY: 'bottom', overlayX: 'end', overlayY: 'bottom' },\n ]);\n const newOverlay = this.overlay.create({\n positionStrategy,\n panelClass: 'novo-menu',\n scrollStrategy: this.scrollStrategy.close(),\n });\n this.overlays = this.overlays.concat(newOverlay);\n this.attachMenu(newOverlay, context);\n }\n }\n\n public attachMenu(overlay: OverlayRef, context: IMenuContext): void {\n const { event, item, menu, menuItems, menuClass, menuTrigger } = context;\n\n const menuContent: ComponentRef<MenuContentComponent> = overlay.attach(new ComponentPortal(MenuContentComponent));\n menuContent.instance.event = event;\n menuContent.instance.item = item;\n menuContent.instance.menu = menu;\n menuContent.instance.menuItems = menuItems;\n menuContent.instance.overlay = overlay;\n menuContent.instance.isLeaf = true;\n menuContent.instance.menuClass = menuClass;\n (overlay as OverlayRefWithMenu).menu = menuContent.instance;\n\n if (!!menuTrigger) {\n menuTrigger.menuContent = menuContent.instance;\n }\n\n const subscriptions: Subscription = new Subscription();\n subscriptions.add(\n menuContent.instance.closeAllMenus\n .asObservable()\n .subscribe((closeAllEvent) => this.closeAllMenus({ eventType: 'cancel', ...closeAllEvent })),\n );\n subscriptions.add(\n menuContent.instance.closeLeafMenu.asObservable().subscribe((closeLeafMenuEvent) => this.destroyLeafMenu(closeLeafMenuEvent)),\n );\n subscriptions.add(\n menuContent.instance.openSubMenu.asObservable().subscribe((subMenuEvent: IMenuContext) => {\n this.destroySubMenus(menuContent.instance);\n if (!subMenuEvent.menu) {\n menuContent.instance.isLeaf = true;\n return;\n }\n menuContent.instance.isLeaf = false;\n this.show.next(subMenuEvent);\n }),\n );\n menuContent.onDestroy(() => {\n subscriptions.unsubscribe();\n });\n menuContent.changeDetectorRef.detectChanges();\n }\n\n public closeAllMenus(closeEvent: CloseMenuEvent): void {\n if (this.overlays) {\n this.close.next(closeEvent);\n this.overlays.forEach((overlay, index) => {\n overlay.detach();\n overlay.dispose();\n });\n }\n this.overlays = [];\n }\n\n public hasOpenMenus() {\n return this.overlays?.length > 0;\n }\n\n public getLastAttachedOverlay(): OverlayRefWithMenu {\n let overlay: OverlayRef = this.overlays[this.overlays.length - 1];\n while (this.overlays.length > 1 && overlay && !overlay.hasAttached()) {\n overlay.detach();\n overlay.dispose();\n this.overlays = this.overlays.slice(0, -1);\n overlay = this.overlays[this.overlays.length - 1];\n }\n return overlay;\n }\n\n public destroyLeafMenu({ exceptRootMenu, event }: CloseLeafMenuEvent = {}): void {\n if (this.isDestroyingLeafMenu) {\n return;\n }\n this.isDestroyingLeafMenu = true;\n\n setTimeout(() => {\n const overlay = this.getLastAttachedOverlay();\n if (this.overlays.length > 1 && overlay) {\n overlay.detach();\n overlay.dispose();\n }\n if (!exceptRootMenu && this.overlays.length > 0 && overlay) {\n this.close.next({ eventType: 'cancel', event });\n overlay.detach();\n overlay.dispose();\n }\n\n const newLeaf = this.getLastAttachedOverlay();\n if (newLeaf) {\n newLeaf.menu.isLeaf = true;\n }\n\n this.isDestroyingLeafMenu = false;\n });\n }\n\n public destroySubMenus(menu: MenuContentComponent): void {\n const overlay = menu.overlay;\n const index = this.overlays.indexOf(overlay);\n this.overlays.slice(index + 1).forEach((subMenuOverlay) => {\n subMenuOverlay.detach();\n subMenuOverlay.dispose();\n });\n }\n\n public isLeafMenu(menuContent: MenuContentComponent): boolean {\n const overlay = this.getLastAttachedOverlay();\n return menuContent.overlay === overlay;\n }\n}\n","import { InjectionToken } from '@angular/core';\n\nexport const MENU_OPTIONS = new InjectionToken('MENU_OPTIONS');\n\nexport const PARENT_MENU = new InjectionToken('PARENT_MENU');\n","import {\n ChangeDetectorRef,\n Component,\n ContentChildren,\n ElementRef,\n EventEmitter,\n Inject,\n Input,\n OnDestroy,\n Optional,\n Output,\n QueryList,\n ViewChild,\n ViewEncapsulation,\n} from '@angular/core';\nimport { Subscription } from 'rxjs';\nimport { first } from 'rxjs/operators';\nimport { NovoOption } from 'novo-elements/elements/common';\nimport { MenuItemDirective } from './menu-item.directive';\nimport { CloseMenuEvent, IMenuClickEvent, NovoMenuService } from './menu.service';\nimport { MENU_OPTIONS, PARENT_MENU } from './menu.tokens';\nimport { ILinkConfig, IMenuOptions } from './menu.types';\n\nexport interface MouseLocation {\n left?: string;\n marginLeft?: string;\n marginTop?: string;\n top?: string;\n}\n\n@Component({\n encapsulation: ViewEncapsulation.None,\n selector: 'novo-menu',\n styles: [\n `\n .cdk-overlay-container {\n position: fixed;\n z-index: z(overlay);\n pointer-events: none;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n }\n .novo-menu.cdk-overlay-pane {\n position: absolute;\n pointer-events: auto;\n box-sizing: border-box;\n }\n `,\n ],\n template: '',\n providers: [{ provide: PARENT_MENU, useExisting: MenuComponent }],\n standalone: false,\n})\nexport class MenuComponent implements OnDestroy {\n @Input() public menuClass = '';\n @Input() public autoFocus = false;\n @Input() public disabled = false;\n @Output() public close: EventEmitter<CloseMenuEvent> = new EventEmitter();\n @Output() public open: EventEmitter<IMenuClickEvent> = new EventEmitter();\n @ContentChildren(MenuItemDirective) public menuItems: QueryList<MenuItemDirective>;\n @ContentChildren(NovoOption) public menuOptions: QueryList<NovoOption>;\n @ViewChild('menu') public menuElement: ElementRef;\n public visibleMenuItems: MenuItemDirective[] = [];\n\n public links: ILinkConfig[] = [];\n public item: any;\n public event: MouseEvent | KeyboardEvent;\n private subscription: Subscription = new Subscription();\n\n constructor(\n private menuService: NovoMenuService,\n private changeDetector: ChangeDetectorRef,\n private elementRef: ElementRef,\n @Optional()\n @Inject(MENU_OPTIONS)\n private options: IMenuOptions,\n ) {\n if (options) {\n this.autoFocus = options.autoFocus;\n }\n this.subscription.add(\n menuService.show.subscribe((menuEvent) => {\n this.onMenuEvent(menuEvent);\n }),\n );\n }\n\n public ngOnDestroy(): void {\n this.subscription.unsubscribe();\n }\n\n public onMenuEvent(menuEvent: IMenuClickEvent): void {\n if (this.disabled) {\n return;\n }\n const { menu, event, item } = menuEvent;\n if (menu && menu !== this) {\n return;\n }\n this.event = event;\n this.item = item;\n this.setVisibleMenuItems();\n this.menuService.openMenu({ ...menuEvent, menuItems: this.visibleMenuItems, menuClass: this.menuClass });\n this.menuService.close\n .asObservable()\n .pipe(first())\n .subscribe((closeEvent) => this.close.emit(closeEvent));\n this.open.next(menuEvent);\n }\n\n public isMenuItemVisible(menuItem: MenuItemDirective): boolean {\n return this.evaluateIfFunction(menuItem.menuItemVisible);\n }\n\n public setVisibleMenuItems(): void {\n this.visibleMenuItems = this.menuItems.filter((menuItem) => this.isMenuItemVisible(menuItem));\n }\n\n public evaluateIfFunction(value: any): any {\n if (value instanceof Function) {\n return value(this.item);\n }\n return value;\n }\n}\n","import {\n ChangeDetectorRef,\n Directive,\n ElementRef,\n HostBinding,\n HostListener,\n Inject,\n Input,\n OnDestroy,\n OnInit,\n Optional,\n} from '@angular/core';\nimport { Subscription } from 'rxjs';\nimport { BooleanInput } from 'novo-elements/utils';\nimport { MenuContentComponent } from './menu-content.component';\nimport { MenuComponent } from './menu.component';\nimport { NovoMenuService } from './menu.service';\nimport { PARENT_MENU } from './menu.tokens';\n\n@Directive({\n selector: '[menu]',\n standalone: false,\n})\nexport class MenuDirective implements OnInit, OnDestroy {\n @Input() public menuContext: any;\n @Input() public menu: MenuComponent;\n @Input() public menuContent: MenuContentComponent;\n @Input() @BooleanInput() public waitWhenOpen: boolean = false;\n @Input() @BooleanInput() public capture: boolean = false;\n @Input() @BooleanInput() public anchor: boolean = false;\n @Input() public trigger: 'click' | 'contextmenu' | 'mouseenter' = 'click';\n\n isSubMenu: boolean = false;\n isActive: boolean = false;\n @HostBinding('class.menu-active')\n get hb_menuActive() {\n return this.isActive;\n }\n\n subscription: Subscription;\n\n constructor(\n private element: ElementRef,\n private menuService: NovoMenuService,\n private cdr: ChangeDetectorRef,\n @Optional() @Inject(PARENT_MENU) private _parentMenu: MenuComponent,\n ) {\n if (!!this._parentMenu) {\n this.isSubMenu = true;\n this.trigger = 'mouseenter';\n }\n }\n\n ngOnInit() {\n this.subscription = this.menuService.close.subscribe(() => {\n this.isActive = false;\n this.cdr.detectChanges();\n });\n }\n\n ngOnDestroy() {\n this.isActive = false;\n this.subscription.unsubscribe();\n }\n\n @HostListener('click', ['$event'])\n @HostListener('contextmenu', ['$event'])\n @HostListener('mouseenter', ['$event'])\n public onMenuClick(event: MouseEvent): void {\n if (this.trigger !== event.type) {\n return;\n }\n if (this.trigger === 'click' && event.button !== 0) {\n return;\n } else if (this.trigger === 'contextmenu' && event.button !== 2) {\n return;\n } else if (this.waitWhenOpen && this.menuService.hasOpenMenus()) {\n return;\n }\n\n if (!this.menu.disabled) {\n this.menuService.show.next({\n menu: this.menu,\n event,\n item: this.menuContext,\n anchorElement: this.anchor ? this.element.nativeElement : null,\n parentMenu: this._parentMenu,\n menuTrigger: this,\n });\n this.isActive = true;\n event.preventDefault();\n event.stopPropagation();\n this.cdr.detectChanges();\n }\n }\n}\n","import { FullscreenOverlayContainer, OverlayContainer, OverlayModule } from '@angular/cdk/overlay';\nimport { CommonModule } from '@angular/common';\nimport { ModuleWithProviders, NgModule } from '@angular/core';\nimport { NovoCommonModule } from 'novo-elements/elements/common';\nimport { NovoIconModule } from 'novo-elements/elements/icon';\nimport { MenuContentComponent } from './menu-content.component';\nimport { MenuItemDirective } from './menu-item.directive';\nimport { MenuComponent } from './menu.component';\nimport { MenuDirective } from './menu.directive';\nimport { NovoMenuService } from './menu.service';\nimport { MENU_OPTIONS } from './menu.tokens';\nimport { IMenuOptions } from './menu.types';\n\n@NgModule({\n declarations: [MenuDirective, MenuComponent, MenuContentComponent, MenuItemDirective],\n exports: [MenuDirective, MenuComponent, MenuItemDirective],\n imports: [CommonModule, OverlayModule, NovoCommonModule, NovoIconModule],\n})\nexport class NovoMenuModule {\n public static forRoot(options?: IMenuOptions): ModuleWithProviders<NovoMenuModule> {\n return {\n ngModule: NovoMenuModule,\n providers: [\n NovoMenuService,\n {\n provide: MENU_OPTIONS,\n useValue: options,\n },\n { provide: OverlayContainer, useClass: FullscreenOverlayContainer },\n ],\n };\n }\n}\n","/*\n * Public API Surface of ngx-contextmenu\n */\n\nexport * from './menu-content.component';\nexport * from './menu-item.directive';\nexport * from './menu.component';\nexport * from './menu.directive';\nexport { NovoMenuModule } from './menu.module';\nexport * from './menu.service';\nexport * from './menu.tokens';\nexport * from './menu.types';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1"],"mappings":"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"}