@libs-ui/components-inputs-quill 0.2.146 → 0.2.147
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/quill.component.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ import { TYPE_OBJECT } from '@libs-ui/interfaces-types';
|
|
|
9
9
|
import { IQuillBlotRegister, IQuillFunctionControlEvent, IQuillLink, IQuillSelectionChange, IQuillTextChange, IQuillToolbarConfig, IQuillUploadImageConfig, TYPE_MODE_BAR_CONFIG_OPTION } from './interfaces/quill.interface';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare class LibsUiComponentsInputsQuillComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
12
|
+
protected loadingUploadImage: import("@angular/core").WritableSignal<boolean>;
|
|
12
13
|
protected readonly timeDelayInit: import("@angular/core").WritableSignal<number>;
|
|
13
14
|
protected messageError: import("@angular/core").WritableSignal<string>;
|
|
14
15
|
protected display: import("@angular/core").WritableSignal<boolean>;
|
|
@@ -37,7 +38,7 @@ export declare class LibsUiComponentsInputsQuillComponent implements OnInit, Aft
|
|
|
37
38
|
private dynamicComponentService;
|
|
38
39
|
private translate;
|
|
39
40
|
readonly isShowToolBar: import("@angular/core").InputSignalWithTransform<boolean, boolean | undefined>;
|
|
40
|
-
readonly
|
|
41
|
+
readonly isToolbarPositionFixed: import("@angular/core").InputSignalWithTransform<boolean, boolean | undefined>;
|
|
41
42
|
readonly classIncludeToolbar: import("@angular/core").InputSignal<string>;
|
|
42
43
|
readonly stylesIncludeToolbar: import("@angular/core").InputSignal<TYPE_OBJECT | undefined>;
|
|
43
44
|
readonly toolbarConfig: import("@angular/core").InputSignal<{
|
|
@@ -117,6 +118,7 @@ export declare class LibsUiComponentsInputsQuillComponent implements OnInit, Aft
|
|
|
117
118
|
private setStyleForContent;
|
|
118
119
|
protected handleToggleMention(show: boolean): void;
|
|
119
120
|
private handlerShowUploadImage;
|
|
121
|
+
private uploadImagesAndInsert;
|
|
120
122
|
private insertMention;
|
|
121
123
|
protected handlerInsertMention(data: IMentionInsert): void;
|
|
122
124
|
protected setFontSize(size: number): Promise<void>;
|
|
@@ -126,5 +128,5 @@ export declare class LibsUiComponentsInputsQuillComponent implements OnInit, Aft
|
|
|
126
128
|
protected handlerChangeShowMoreAction(event: Event): void;
|
|
127
129
|
ngOnDestroy(): void;
|
|
128
130
|
static ɵfac: i0.ɵɵFactoryDeclaration<LibsUiComponentsInputsQuillComponent, never>;
|
|
129
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LibsUiComponentsInputsQuillComponent, "libs_ui-components-inputs-quill", never, { "isShowToolBar": { "alias": "isShowToolBar"; "required": false; "isSignal": true; }; "
|
|
131
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LibsUiComponentsInputsQuillComponent, "libs_ui-components-inputs-quill", never, { "isShowToolBar": { "alias": "isShowToolBar"; "required": false; "isSignal": true; }; "isToolbarPositionFixed": { "alias": "isToolbarPositionFixed"; "required": false; "isSignal": true; }; "classIncludeToolbar": { "alias": "classIncludeToolbar"; "required": false; "isSignal": true; }; "stylesIncludeToolbar": { "alias": "stylesIncludeToolbar"; "required": false; "isSignal": true; }; "toolbarConfig": { "alias": "toolbarConfig"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "item": { "alias": "item"; "required": false; "isSignal": true; }; "fieldNameBind": { "alias": "fieldNameBind"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "showErrorLabel": { "alias": "showErrorLabel"; "required": false; "isSignal": true; }; "showErrorBorder": { "alias": "showErrorBorder"; "required": false; "isSignal": true; }; "onlyShowErrorBorderInContent": { "alias": "onlyShowErrorBorderInContent"; "required": false; "isSignal": true; }; "classIncludeTemplate": { "alias": "classIncludeTemplate"; "required": false; "isSignal": true; }; "classInclude": { "alias": "classInclude"; "required": false; "isSignal": true; }; "handlersExpand": { "alias": "handlersExpand"; "required": false; "isSignal": true; }; "validRequired": { "alias": "validRequired"; "required": false; "isSignal": true; }; "validMinLength": { "alias": "validMinLength"; "required": false; "isSignal": true; }; "validMaxLength": { "alias": "validMaxLength"; "required": false; "isSignal": true; }; "zIndex": { "alias": "zIndex"; "required": false; "isSignal": true; }; "dataConfigMention": { "alias": "dataConfigMention"; "required": false; "isSignal": true; }; "blotsRegister": { "alias": "blotsRegister"; "required": false; "isSignal": true; }; "heightAuto": { "alias": "heightAuto"; "required": false; "isSignal": true; }; "autoFocus": { "alias": "autoFocus"; "required": false; "isSignal": true; }; "blockUndoRedoKeyboard": { "alias": "blockUndoRedoKeyboard"; "required": false; "isSignal": true; }; "templateToolBarPersonalize": { "alias": "templateToolBarPersonalize"; "required": false; "isSignal": true; }; "template": { "alias": "template"; "required": false; "isSignal": true; }; "uploadImageConfig": { "alias": "uploadImageConfig"; "required": false; "isSignal": true; }; }, { "item": "itemChange"; "outMessageError": "outMessageError"; "outBlur": "outBlur"; "outFocus": "outFocus"; "outChange": "outChange"; "outFunctionsControl": "outFunctionsControl"; "outSelectionChange": "outSelectionChange"; "outTextChange": "outTextChange"; "outContextMenu": "outContextMenu"; }, never, never, true, never>;
|
|
130
132
|
}
|