@open-rlb/ng-bootstrap 3.1.35 → 3.1.37
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/package.json
CHANGED
|
@@ -1019,7 +1019,7 @@ declare class SelectComponent extends AbstractComponent<string | string[]> imple
|
|
|
1019
1019
|
display: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
1020
1020
|
userDefinedId: _angular_core.InputSignalWithTransform<string, string | undefined>;
|
|
1021
1021
|
enableValidation: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1022
|
-
el: _angular_core.Signal<ElementRef<HTMLSelectElement
|
|
1022
|
+
el: _angular_core.Signal<ElementRef<HTMLSelectElement> | undefined>;
|
|
1023
1023
|
_projectedDisplayOptions: _angular_core.Signal<ViewContainerRef | undefined>;
|
|
1024
1024
|
options: _angular_core.Signal<readonly OptionComponent[]>;
|
|
1025
1025
|
constructor(idService: UniqueIdService, control?: NgControl | undefined);
|
|
@@ -2159,6 +2159,7 @@ interface SidebarNavigableItem extends NavigableItem {
|
|
|
2159
2159
|
title?: string;
|
|
2160
2160
|
badgeCounter?: number;
|
|
2161
2161
|
externalUrl?: string;
|
|
2162
|
+
action?: string;
|
|
2162
2163
|
}
|
|
2163
2164
|
|
|
2164
2165
|
interface SearchModalInput {
|