@libs-ui/components-inputs-quill 0.2.194 → 0.2.196
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
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-inputs-quill",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.196",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^18.2.0",
|
|
6
6
|
"@angular/core": "^18.2.0",
|
|
7
7
|
"quill": "1.3.7",
|
|
8
8
|
"parchment": "1.1.4",
|
|
9
|
-
"@libs-ui/components-label": "^0.2.
|
|
9
|
+
"@libs-ui/components-label": "^0.2.196",
|
|
10
10
|
"quill-delta": "5.1.0",
|
|
11
|
-
"@libs-ui/components-inputs-valid": "^0.2.
|
|
12
|
-
"@libs-ui/components-modal": "^0.2.
|
|
13
|
-
"@libs-ui/utils": "^0.2.
|
|
14
|
-
"@libs-ui/components-buttons-button": "^0.2.
|
|
15
|
-
"@libs-ui/components-buttons-select-color": "^0.2.
|
|
16
|
-
"@libs-ui/components-dropdown": "^0.2.
|
|
17
|
-
"@libs-ui/components-inputs-emoji": "^0.2.
|
|
18
|
-
"@libs-ui/components-inputs-mention": "^0.2.
|
|
19
|
-
"@libs-ui/components-list": "^0.2.
|
|
20
|
-
"@libs-ui/components-popover": "^0.2.
|
|
21
|
-
"@libs-ui/interfaces-types": "^0.2.
|
|
22
|
-
"@libs-ui/services-dynamic-component": "^0.2.
|
|
11
|
+
"@libs-ui/components-inputs-valid": "^0.2.196",
|
|
12
|
+
"@libs-ui/components-modal": "^0.2.196",
|
|
13
|
+
"@libs-ui/utils": "^0.2.196",
|
|
14
|
+
"@libs-ui/components-buttons-button": "^0.2.196",
|
|
15
|
+
"@libs-ui/components-buttons-select-color": "^0.2.196",
|
|
16
|
+
"@libs-ui/components-dropdown": "^0.2.196",
|
|
17
|
+
"@libs-ui/components-inputs-emoji": "^0.2.196",
|
|
18
|
+
"@libs-ui/components-inputs-mention": "^0.2.196",
|
|
19
|
+
"@libs-ui/components-list": "^0.2.196",
|
|
20
|
+
"@libs-ui/components-popover": "^0.2.196",
|
|
21
|
+
"@libs-ui/interfaces-types": "^0.2.196",
|
|
22
|
+
"@libs-ui/services-dynamic-component": "^0.2.196",
|
|
23
23
|
"@ngx-translate/core": "^15.0.0",
|
|
24
24
|
"rxjs": "~7.8.0",
|
|
25
|
-
"@libs-ui/components-spinner": "^0.2.
|
|
26
|
-
"@libs-ui/services-notification": "^0.2.
|
|
27
|
-
"@libs-ui/services-http-request": "^0.2.
|
|
25
|
+
"@libs-ui/components-spinner": "^0.2.196",
|
|
26
|
+
"@libs-ui/services-notification": "^0.2.196",
|
|
27
|
+
"@libs-ui/services-http-request": "^0.2.196"
|
|
28
28
|
},
|
|
29
29
|
"sideEffects": false,
|
|
30
30
|
"module": "fesm2022/libs-ui-components-inputs-quill.mjs",
|
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 qlEditorElement: import("@angular/core").WritableSignal<HTMLElement | undefined>;
|
|
12
13
|
private timeoutScrollToSelectionWithElementScrollHeightAuto;
|
|
13
14
|
protected loadingUploadImage: import("@angular/core").WritableSignal<boolean>;
|
|
14
15
|
protected readonly timeDelayInit: import("@angular/core").WritableSignal<number>;
|
|
@@ -84,10 +85,10 @@ export declare class LibsUiComponentsInputsQuillComponent implements OnInit, Aft
|
|
|
84
85
|
readonly outSelectionChange: import("@angular/core").OutputEmitterRef<IQuillSelectionChange>;
|
|
85
86
|
readonly outTextChange: import("@angular/core").OutputEmitterRef<IQuillTextChange>;
|
|
86
87
|
readonly outContextMenu: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
87
|
-
readonly wrapperEditorEl: import("@angular/core").Signal<ElementRef<any
|
|
88
|
-
readonly editorEl: import("@angular/core").Signal<ElementRef<any
|
|
89
|
-
readonly quillOptionEl: import("@angular/core").Signal<ElementRef<any
|
|
90
|
-
readonly quillEditorEl: import("@angular/core").Signal<ElementRef<any
|
|
88
|
+
readonly wrapperEditorEl: import("@angular/core").Signal<ElementRef<any>>;
|
|
89
|
+
readonly editorEl: import("@angular/core").Signal<ElementRef<any>>;
|
|
90
|
+
readonly quillOptionEl: import("@angular/core").Signal<ElementRef<any>>;
|
|
91
|
+
readonly quillEditorEl: import("@angular/core").Signal<ElementRef<any>>;
|
|
91
92
|
readonly toolbarItemsEl: import("@angular/core").Signal<ElementRef<any> | undefined>;
|
|
92
93
|
readonly itemsEl: import("@angular/core").Signal<readonly ElementRef<any>[]>;
|
|
93
94
|
private notificationService;
|
|
@@ -134,6 +135,7 @@ export declare class LibsUiComponentsInputsQuillComponent implements OnInit, Aft
|
|
|
134
135
|
protected handleSelectFont(event: IEmitSelectKey | undefined): void;
|
|
135
136
|
protected handlerChangeShowMoreAction(event: Event): void;
|
|
136
137
|
private scrollToSelectionWithElementScrollHeightAuto;
|
|
138
|
+
private getQlEditorElement;
|
|
137
139
|
ngOnDestroy(): void;
|
|
138
140
|
static ɵfac: i0.ɵɵFactoryDeclaration<LibsUiComponentsInputsQuillComponent, never>;
|
|
139
141
|
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; }; "autoUpdateValueWhenTextChange": { "alias": "autoUpdateValueWhenTextChange"; "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; }; "autoFocus": { "alias": "autoFocus"; "required": false; "isSignal": true; }; "focusBottom": { "alias": "focusBottom"; "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; }; "heightAuto": { "alias": "heightAuto"; "required": false; "isSignal": true; }; "elementScrollHeightAuto": { "alias": "elementScrollHeightAuto"; "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>;
|