@kris701/ez-ui 1.3.1 → 1.3.2
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
package/types/kris701-ez-ui.d.ts
CHANGED
|
@@ -131,6 +131,7 @@ declare class EzUIMarkdownEditor implements OnChanges {
|
|
|
131
131
|
editor: ElementRef<HTMLTextAreaElement> | undefined;
|
|
132
132
|
fileUpload: ElementRef<HTMLInputElement> | undefined;
|
|
133
133
|
disabled: boolean;
|
|
134
|
+
slim: boolean;
|
|
134
135
|
value: string | null;
|
|
135
136
|
valueChange: EventEmitter<string | null>;
|
|
136
137
|
unsavedValue: i0.WritableSignal<string>;
|
|
@@ -146,7 +147,7 @@ declare class EzUIMarkdownEditor implements OnChanges {
|
|
|
146
147
|
formatPreview(): Promise<void>;
|
|
147
148
|
toggleEdit(save: boolean): Promise<void>;
|
|
148
149
|
static ɵfac: i0.ɵɵFactoryDeclaration<EzUIMarkdownEditor, never>;
|
|
149
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EzUIMarkdownEditor, "ezui-markdowneditor", never, { "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
150
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EzUIMarkdownEditor, "ezui-markdowneditor", never, { "disabled": { "alias": "disabled"; "required": false; }; "slim": { "alias": "slim"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
150
151
|
}
|
|
151
152
|
|
|
152
153
|
declare class EzUIMultiSelect implements OnChanges {
|