@truenas/ui-components 0.1.54 → 0.1.55
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
|
@@ -1251,6 +1251,7 @@ declare class TnMenuActivateHoverDirective implements AfterContentInit {
|
|
|
1251
1251
|
interface TnMenuItem {
|
|
1252
1252
|
id: string;
|
|
1253
1253
|
label: string;
|
|
1254
|
+
testId?: string;
|
|
1254
1255
|
icon?: string;
|
|
1255
1256
|
iconLibrary?: 'material' | 'mdi' | 'custom' | 'lucide';
|
|
1256
1257
|
disabled?: boolean;
|