monkey-style-guide-v2 0.0.116 → 0.0.117
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/index.d.ts
CHANGED
|
@@ -1828,8 +1828,14 @@ declare class MonkeyBadgeDirective implements OnChanges {
|
|
|
1828
1828
|
}
|
|
1829
1829
|
|
|
1830
1830
|
declare class MonkeyDisplayDirective {
|
|
1831
|
+
private el;
|
|
1832
|
+
private fallbackText;
|
|
1833
|
+
readonly i18nDictionary: rxjs.Observable<any>;
|
|
1834
|
+
displayValue: i0.InputSignal<string>;
|
|
1835
|
+
private displayedText;
|
|
1836
|
+
constructor(el: ElementRef<HTMLElement>);
|
|
1831
1837
|
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyDisplayDirective, never>;
|
|
1832
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyDisplayDirective, "monkey-display", never, {}, {}, never, never, false, never>;
|
|
1838
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyDisplayDirective, "monkey-display", never, { "displayValue": { "alias": "displayValue"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
1833
1839
|
}
|
|
1834
1840
|
|
|
1835
1841
|
declare class MonkeyErrorDirective {
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|