novo-elements 7.2.4-next.0 → 7.2.5-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/elements/picker/extras/grouped-multi-picker-results/GroupedMultiPickerResults.scss +3 -0
- package/esm2020/src/elements/picker/extras/picker-results/PickerResults.mjs +3 -1
- package/fesm2015/novo-elements.mjs +2 -0
- package/fesm2015/novo-elements.mjs.map +1 -1
- package/fesm2020/novo-elements.mjs +2 -0
- package/fesm2020/novo-elements.mjs.map +1 -1
- package/package.json +1 -1
- package/schematics/package.json +1 -1
|
@@ -29345,6 +29345,7 @@ PickerResults.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
29345
29345
|
[class.active]="match === activeMatch"
|
|
29346
29346
|
(mouseenter)="selectActive(match)"
|
|
29347
29347
|
[class.disabled]="preselected(match)"
|
|
29348
|
+
data-automation-id="picker-result-list-item"
|
|
29348
29349
|
>
|
|
29349
29350
|
<item-content> <span [innerHtml]="highlight(match.label, term)"></span> </item-content>
|
|
29350
29351
|
</novo-list-item>
|
|
@@ -29369,6 +29370,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
29369
29370
|
[class.active]="match === activeMatch"
|
|
29370
29371
|
(mouseenter)="selectActive(match)"
|
|
29371
29372
|
[class.disabled]="preselected(match)"
|
|
29373
|
+
data-automation-id="picker-result-list-item"
|
|
29372
29374
|
>
|
|
29373
29375
|
<item-content> <span [innerHtml]="highlight(match.label, term)"></span> </item-content>
|
|
29374
29376
|
</novo-list-item>
|