monkey-style-guide 21.0.8 → 21.0.9
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1865,7 +1865,7 @@ declare class MonkeyTabLinkDirective implements OnInit {
|
|
|
1865
1865
|
private router;
|
|
1866
1866
|
disabled: boolean;
|
|
1867
1867
|
get isDisabled(): boolean;
|
|
1868
|
-
get tabIndex():
|
|
1868
|
+
get tabIndex(): 0 | -1;
|
|
1869
1869
|
private destroyRef;
|
|
1870
1870
|
private el;
|
|
1871
1871
|
constructor(router: Router);
|
|
@@ -2124,6 +2124,8 @@ declare class MonkeyPassNumberComponent {
|
|
|
2124
2124
|
protected _id: string;
|
|
2125
2125
|
protected selected: number[];
|
|
2126
2126
|
onChange: i0.OutputEmitterRef<number[]>;
|
|
2127
|
+
get isDisabledNumbers(): boolean;
|
|
2128
|
+
get isDisabledClear(): boolean;
|
|
2127
2129
|
get id(): string;
|
|
2128
2130
|
set id(value: string);
|
|
2129
2131
|
constructor();
|
|
Binary file
|