monkey-style-guide 21.2.16 → 21.2.17
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
|
@@ -231,7 +231,7 @@ declare class MonkeyFormFieldComponent implements AfterContentInit, AfterContent
|
|
|
231
231
|
hideAction: boolean;
|
|
232
232
|
enableClear: boolean;
|
|
233
233
|
size: MonkeySize;
|
|
234
|
-
noFooterSpace: boolean
|
|
234
|
+
readonly noFooterSpace: i0.InputSignalWithTransform<boolean, unknown>;
|
|
235
235
|
displayOnly: i0.InputSignal<boolean>;
|
|
236
236
|
onDisplayOnlyChange: i0.OutputEmitterRef<boolean>;
|
|
237
237
|
private readonly _formFieldControl;
|
|
@@ -288,10 +288,9 @@ declare class MonkeyFormFieldComponent implements AfterContentInit, AfterContent
|
|
|
288
288
|
onOpenCalendar(event: MouseEvent): void;
|
|
289
289
|
onCancelDisplayOnly(event: MouseEvent): void;
|
|
290
290
|
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyFormFieldComponent, never>;
|
|
291
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyFormFieldComponent, "monkey-form-field", ["monkeyFormField"], { "id": { "alias": "id"; "required": false; }; "hideAction": { "alias": "hideAction"; "required": false; }; "enableClear": { "alias": "enableClear"; "required": false; }; "size": { "alias": "size"; "required": false; }; "noFooterSpace": { "alias": "noFooterSpace"; "required": false; }; "displayOnly": { "alias": "displayOnly"; "required": false; "isSignal": true; }; }, { "onDisplayOnlyChange": "onDisplayOnlyChange"; }, ["_formFieldControl", "_displayChild", "_labelChildren", "_helperChildren", "_prefixChildren", "_suffixChildren", "_infoChildren", "_errorChildren"], ["monkey-display", "monkey-helper", "monkey-prefix", "*", "monkey-suffix", "monkey-error", "monkey-info", "monkey-label"], false, never>;
|
|
291
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyFormFieldComponent, "monkey-form-field", ["monkeyFormField"], { "id": { "alias": "id"; "required": false; }; "hideAction": { "alias": "hideAction"; "required": false; }; "enableClear": { "alias": "enableClear"; "required": false; }; "size": { "alias": "size"; "required": false; }; "noFooterSpace": { "alias": "noFooterSpace"; "required": false; "isSignal": true; }; "displayOnly": { "alias": "displayOnly"; "required": false; "isSignal": true; }; }, { "onDisplayOnlyChange": "onDisplayOnlyChange"; }, ["_formFieldControl", "_displayChild", "_labelChildren", "_helperChildren", "_prefixChildren", "_suffixChildren", "_infoChildren", "_errorChildren"], ["monkey-display", "monkey-helper", "monkey-prefix", "*", "monkey-suffix", "monkey-error", "monkey-info", "monkey-label"], false, never>;
|
|
292
292
|
static ngAcceptInputType_hideAction: unknown;
|
|
293
293
|
static ngAcceptInputType_enableClear: unknown;
|
|
294
|
-
static ngAcceptInputType_noFooterSpace: unknown;
|
|
295
294
|
}
|
|
296
295
|
|
|
297
296
|
declare class UtilIconComponent {
|
|
Binary file
|