@libs-ui/components-inputs-quill 0.2.356-4 → 0.2.356-41
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/blots-custom/div.component.d.ts +1 -1
- package/blots-custom/mention.component.d.ts +3 -3
- package/esm2022/blots-custom/div.component.mjs +1 -1
- package/esm2022/blots-custom/mention.component.mjs +1 -1
- package/esm2022/link/link.component.mjs +2 -2
- package/esm2022/quill.component.mjs +16 -15
- package/esm2022/upload-image/upload-image.component.mjs +4 -36
- package/esm2022/utils/quill.define.mjs +1 -1
- package/fesm2022/libs-ui-components-inputs-quill.mjs +86 -117
- package/fesm2022/libs-ui-components-inputs-quill.mjs.map +1 -1
- package/link/link.component.d.ts +1 -1
- package/package.json +19 -17
- package/quill.component.d.ts +15 -15
package/link/link.component.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export declare class LibsUiComponentsInputsQuillLinkComponent implements OnInit
|
|
|
8
8
|
link: string;
|
|
9
9
|
}>;
|
|
10
10
|
protected patternLink: import("@angular/core").WritableSignal<RegExp>;
|
|
11
|
-
private inputValidFunctionControl;
|
|
11
|
+
private readonly inputValidFunctionControl;
|
|
12
12
|
readonly zIndex: import("@angular/core").InputSignal<number>;
|
|
13
13
|
readonly title: import("@angular/core").InputSignal<string | undefined>;
|
|
14
14
|
readonly link: import("@angular/core").InputSignal<string | undefined>;
|
package/package.json
CHANGED
|
@@ -1,30 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-inputs-quill",
|
|
3
|
-
"version": "0.2.356-
|
|
3
|
+
"version": "0.2.356-41",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
7
7
|
"quill": "1.3.7",
|
|
8
8
|
"parchment": "1.1.4",
|
|
9
|
-
"@libs-ui/components-label": "0.2.356-
|
|
9
|
+
"@libs-ui/components-label": "0.2.356-41",
|
|
10
10
|
"quill-delta": "5.1.0",
|
|
11
|
-
"@libs-ui/components-inputs-valid": "0.2.356-
|
|
12
|
-
"@libs-ui/components-modal": "0.2.356-
|
|
13
|
-
"@libs-ui/utils": "0.2.356-
|
|
14
|
-
"@libs-ui/components-buttons-button": "0.2.356-
|
|
15
|
-
"@libs-ui/components-buttons-select-color": "0.2.356-
|
|
16
|
-
"@libs-ui/components-dropdown": "0.2.356-
|
|
17
|
-
"@libs-ui/components-inputs-emoji": "0.2.356-
|
|
18
|
-
"@libs-ui/components-inputs-mention": "0.2.356-
|
|
19
|
-
"@libs-ui/components-list": "0.2.356-
|
|
20
|
-
"@libs-ui/components-popover": "0.2.356-
|
|
21
|
-
"@libs-ui/interfaces-types": "0.2.356-
|
|
22
|
-
"@libs-ui/services-dynamic-component": "0.2.356-
|
|
11
|
+
"@libs-ui/components-inputs-valid": "0.2.356-41",
|
|
12
|
+
"@libs-ui/components-modal": "0.2.356-41",
|
|
13
|
+
"@libs-ui/utils": "0.2.356-41",
|
|
14
|
+
"@libs-ui/components-buttons-button": "0.2.356-41",
|
|
15
|
+
"@libs-ui/components-buttons-select-color": "0.2.356-41",
|
|
16
|
+
"@libs-ui/components-dropdown": "0.2.356-41",
|
|
17
|
+
"@libs-ui/components-inputs-emoji": "0.2.356-41",
|
|
18
|
+
"@libs-ui/components-inputs-mention": "0.2.356-41",
|
|
19
|
+
"@libs-ui/components-list": "0.2.356-41",
|
|
20
|
+
"@libs-ui/components-popover": "0.2.356-41",
|
|
21
|
+
"@libs-ui/interfaces-types": "0.2.356-41",
|
|
22
|
+
"@libs-ui/services-dynamic-component": "0.2.356-41",
|
|
23
23
|
"@ngx-translate/core": "^15.0.0",
|
|
24
24
|
"rxjs": "~7.8.0",
|
|
25
|
-
"@libs-ui/components-spinner": "0.2.356-
|
|
26
|
-
"@libs-ui/services-notification": "0.2.356-
|
|
27
|
-
"@libs-ui/services-http-request": "0.2.356-
|
|
25
|
+
"@libs-ui/components-spinner": "0.2.356-41",
|
|
26
|
+
"@libs-ui/services-notification": "0.2.356-41",
|
|
27
|
+
"@libs-ui/services-http-request": "0.2.356-41",
|
|
28
|
+
"@libs-ui/components-scroll-overlay": "0.2.356-41",
|
|
29
|
+
"@libs-ui/components-skeleton": "0.2.356-41"
|
|
28
30
|
},
|
|
29
31
|
"sideEffects": false,
|
|
30
32
|
"module": "fesm2022/libs-ui-components-inputs-quill.mjs",
|
package/quill.component.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import { IQuillBlotRegister, IQuillFunctionControlEvent, IQuillLink, IQuillSelec
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare class LibsUiComponentsInputsQuillComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
12
12
|
protected qlEditorElement: WritableSignal<HTMLElement | undefined>;
|
|
13
|
-
private timeoutScrollToSelectionWithElementScrollHeightAuto;
|
|
13
|
+
private readonly timeoutScrollToSelectionWithElementScrollHeightAuto;
|
|
14
14
|
protected loadingUploadImage: WritableSignal<boolean>;
|
|
15
15
|
protected readonly timeDelayInit: WritableSignal<number>;
|
|
16
16
|
protected messageError: WritableSignal<string>;
|
|
@@ -32,18 +32,18 @@ export declare class LibsUiComponentsInputsQuillComponent implements OnInit, Aft
|
|
|
32
32
|
protected toolbarOptionsConfig: WritableSignal<Array<IQuillToolbarConfig>>;
|
|
33
33
|
protected displayShowMoreToolbar: import("@angular/core").Signal<boolean>;
|
|
34
34
|
protected displaySkeleton: import("@angular/core").Signal<boolean>;
|
|
35
|
-
private timeCalculationToolBar;
|
|
36
|
-
private timerCalculatorToolbar;
|
|
37
|
-
private totalRecallCalculatorToolbar;
|
|
38
|
-
private popoverFunctionControl;
|
|
39
|
-
private quill;
|
|
40
|
-
private handlers;
|
|
41
|
-
private showMention;
|
|
42
|
-
private addEditLinkComponentRef;
|
|
43
|
-
private uploadImageComponentRef;
|
|
44
|
-
private onDestroy;
|
|
45
|
-
private dynamicComponentService;
|
|
46
|
-
private translate;
|
|
35
|
+
private readonly timeCalculationToolBar;
|
|
36
|
+
private readonly timerCalculatorToolbar;
|
|
37
|
+
private readonly totalRecallCalculatorToolbar;
|
|
38
|
+
private readonly popoverFunctionControl;
|
|
39
|
+
private readonly quill;
|
|
40
|
+
private readonly handlers;
|
|
41
|
+
private readonly showMention;
|
|
42
|
+
private readonly addEditLinkComponentRef;
|
|
43
|
+
private readonly uploadImageComponentRef;
|
|
44
|
+
private readonly onDestroy;
|
|
45
|
+
private readonly dynamicComponentService;
|
|
46
|
+
private readonly translate;
|
|
47
47
|
readonly isShowToolBar: import("@angular/core").InputSignalWithTransform<boolean, boolean | undefined>;
|
|
48
48
|
readonly isToolbarPositionFixed: import("@angular/core").InputSignalWithTransform<boolean, boolean | undefined>;
|
|
49
49
|
readonly classIncludeToolbar: import("@angular/core").InputSignal<string>;
|
|
@@ -104,8 +104,8 @@ export declare class LibsUiComponentsInputsQuillComponent implements OnInit, Aft
|
|
|
104
104
|
readonly quillOptionEl: import("@angular/core").Signal<ElementRef<any>>;
|
|
105
105
|
readonly quillEditorEl: import("@angular/core").Signal<ElementRef<any>>;
|
|
106
106
|
readonly toolbarItemsEl: import("@angular/core").Signal<ElementRef<any>>;
|
|
107
|
-
private notificationService;
|
|
108
|
-
private cdr;
|
|
107
|
+
private readonly notificationService;
|
|
108
|
+
private readonly cdr;
|
|
109
109
|
constructor();
|
|
110
110
|
ngOnInit(): void;
|
|
111
111
|
get FunctionsControl(): IQuillFunctionControlEvent;
|