monkey-style-guide-v2 0.0.115 → 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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { TemplateRef, ComponentRef, InputSignal, OutputEmitterRef, AfterContentInit, AfterContentChecked, OnDestroy, ElementRef, EventEmitter, ChangeDetectorRef, OnChanges, OnInit, InputSignalWithTransform, SimpleChanges, Renderer2, AfterViewInit, QueryList, StaticProvider, Injector, InjectionToken, ViewContainerRef, ApplicationRef
|
|
2
|
+
import { TemplateRef, ComponentRef, InputSignal, OutputEmitterRef, AfterContentInit, AfterContentChecked, OnDestroy, ElementRef, EventEmitter, ChangeDetectorRef, OnChanges, OnInit, InputSignalWithTransform, SimpleChanges, Renderer2, AfterViewInit, QueryList, StaticProvider, Injector, InjectionToken, ViewContainerRef, ApplicationRef } from '@angular/core';
|
|
3
3
|
import { NgControl, AbstractControlDirective, ControlValueAccessor, Validator, AbstractControl, ValidationErrors } from '@angular/forms';
|
|
4
4
|
import * as rxjs from 'rxjs';
|
|
5
5
|
import { Observable, Subject, BehaviorSubject } from 'rxjs';
|
|
@@ -1827,14 +1827,15 @@ declare class MonkeyBadgeDirective implements OnChanges {
|
|
|
1827
1827
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyBadgeDirective, "[monkeyBadge]", never, { "badgePosition": { "alias": "badgePosition"; "required": false; }; "badgeSize": { "alias": "badgeSize"; "required": false; }; "badgeHidden": { "alias": "badgeHidden"; "required": false; }; "monkeyBadge": { "alias": "monkeyBadge"; "required": false; }; "badgeBackground": { "alias": "badgeBackground"; "required": false; }; "badgeColor": { "alias": "badgeColor"; "required": false; }; }, {}, never, never, false, never>;
|
|
1828
1828
|
}
|
|
1829
1829
|
|
|
1830
|
-
declare class MonkeyDisplayDirective
|
|
1831
|
-
|
|
1832
|
-
private
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
private
|
|
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>);
|
|
1836
1837
|
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyDisplayDirective, never>;
|
|
1837
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyDisplayDirective, "monkey-display", never, { "
|
|
1838
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyDisplayDirective, "monkey-display", never, { "displayValue": { "alias": "displayValue"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
1838
1839
|
}
|
|
1839
1840
|
|
|
1840
1841
|
declare class MonkeyErrorDirective {
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|