@libs-ui/components-inputs-quill2x 0.2.357-2 → 0.2.357-4
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/esm2022/link/link.component.mjs +6 -6
- package/esm2022/quill2x.component.mjs +5 -5
- package/esm2022/upload-image/upload-image.component.mjs +6 -6
- package/fesm2022/libs-ui-components-inputs-quill2x.mjs +12 -12
- package/fesm2022/libs-ui-components-inputs-quill2x.mjs.map +1 -1
- package/link/link.component.d.ts +3 -3
- package/package.json +20 -20
- package/upload-image/upload-image.component.d.ts +3 -3
package/link/link.component.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { IInputValidFunctionControlEvent } from '@libs-ui/components-inputs-valid';
|
|
3
3
|
import { TYPE_MODAL_EVENT } from '@libs-ui/components-modal';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class
|
|
5
|
+
export declare class LibsUiComponentsInputsQuill2xLinkComponent implements OnInit {
|
|
6
6
|
protected dataLink: import("@angular/core").WritableSignal<{
|
|
7
7
|
title: string;
|
|
8
8
|
link: string;
|
|
@@ -22,6 +22,6 @@ export declare class LibsUiComponentsInputsQuillLinkComponent implements OnInit
|
|
|
22
22
|
protected handlerFunctionsControl(event: IInputValidFunctionControlEvent): Promise<void>;
|
|
23
23
|
private validate;
|
|
24
24
|
protected handlerEvent(event: TYPE_MODAL_EVENT): Promise<void>;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LibsUiComponentsInputsQuill2xLinkComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LibsUiComponentsInputsQuill2xLinkComponent, "libs_ui-components-inputs-quill2x-link", never, { "zIndex": { "alias": "zIndex"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; "ignoreCommunicateMicroEvent": { "alias": "ignoreCommunicateMicroEvent"; "required": false; "isSignal": true; }; }, { "outClose": "outClose"; "outSaveLink": "outSaveLink"; }, never, never, true, never>;
|
|
27
27
|
}
|
package/package.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-inputs-quill2x",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-4",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^18.2.0",
|
|
6
6
|
"@angular/core": "^18.2.0",
|
|
7
7
|
"quill2x": "npm:quill@2.0.3",
|
|
8
8
|
"@ssumo/quill-resize-module": "1.0.3",
|
|
9
|
-
"@libs-ui/components-label": "0.2.357-
|
|
9
|
+
"@libs-ui/components-label": "0.2.357-4",
|
|
10
10
|
"quill-delta": "5.1.0",
|
|
11
|
-
"@libs-ui/components-inputs-valid": "0.2.357-
|
|
12
|
-
"@libs-ui/components-modal": "0.2.357-
|
|
13
|
-
"@libs-ui/utils": "0.2.357-
|
|
14
|
-
"@libs-ui/components-buttons-button": "0.2.357-
|
|
15
|
-
"@libs-ui/components-buttons-select-color": "0.2.357-
|
|
16
|
-
"@libs-ui/components-dropdown": "0.2.357-
|
|
17
|
-
"@libs-ui/components-inputs-emoji": "0.2.357-
|
|
18
|
-
"@libs-ui/components-inputs-input": "0.2.357-
|
|
19
|
-
"@libs-ui/components-inputs-mention": "0.2.357-
|
|
20
|
-
"@libs-ui/components-list": "0.2.357-
|
|
21
|
-
"@libs-ui/components-popover": "0.2.357-
|
|
22
|
-
"@libs-ui/components-scroll-overlay": "0.2.357-
|
|
23
|
-
"@libs-ui/components-skeleton": "0.2.357-
|
|
24
|
-
"@libs-ui/interfaces-types": "0.2.357-
|
|
25
|
-
"@libs-ui/services-dynamic-component": "0.2.357-
|
|
26
|
-
"@libs-ui/services-notification": "0.2.357-
|
|
11
|
+
"@libs-ui/components-inputs-valid": "0.2.357-4",
|
|
12
|
+
"@libs-ui/components-modal": "0.2.357-4",
|
|
13
|
+
"@libs-ui/utils": "0.2.357-4",
|
|
14
|
+
"@libs-ui/components-buttons-button": "0.2.357-4",
|
|
15
|
+
"@libs-ui/components-buttons-select-color": "0.2.357-4",
|
|
16
|
+
"@libs-ui/components-dropdown": "0.2.357-4",
|
|
17
|
+
"@libs-ui/components-inputs-emoji": "0.2.357-4",
|
|
18
|
+
"@libs-ui/components-inputs-input": "0.2.357-4",
|
|
19
|
+
"@libs-ui/components-inputs-mention": "0.2.357-4",
|
|
20
|
+
"@libs-ui/components-list": "0.2.357-4",
|
|
21
|
+
"@libs-ui/components-popover": "0.2.357-4",
|
|
22
|
+
"@libs-ui/components-scroll-overlay": "0.2.357-4",
|
|
23
|
+
"@libs-ui/components-skeleton": "0.2.357-4",
|
|
24
|
+
"@libs-ui/interfaces-types": "0.2.357-4",
|
|
25
|
+
"@libs-ui/services-dynamic-component": "0.2.357-4",
|
|
26
|
+
"@libs-ui/services-notification": "0.2.357-4",
|
|
27
27
|
"@ngx-translate/core": "^15.0.0",
|
|
28
|
-
"@libs-ui/components-color-picker": "0.2.357-
|
|
28
|
+
"@libs-ui/components-color-picker": "0.2.357-4",
|
|
29
29
|
"rxjs": "~7.8.0",
|
|
30
|
-
"@libs-ui/services-http-request": "0.2.357-
|
|
30
|
+
"@libs-ui/services-http-request": "0.2.357-4"
|
|
31
31
|
},
|
|
32
32
|
"sideEffects": false,
|
|
33
33
|
"module": "fesm2022/libs-ui-components-inputs-quill2x.mjs",
|
|
@@ -2,7 +2,7 @@ import { IButton } from '@libs-ui/components-buttons-button';
|
|
|
2
2
|
import { TYPE_MODAL_EVENT } from '@libs-ui/components-modal';
|
|
3
3
|
import { IQuill2xUploadImageConfig } from '../interfaces/quill2x.interface';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class
|
|
5
|
+
export declare class LibsUiComponentsInputsQuill2xUploadImageComponent {
|
|
6
6
|
protected buttonFooter: import("@angular/core").WritableSignal<IButton[]>;
|
|
7
7
|
protected disable: import("@angular/core").WritableSignal<boolean>;
|
|
8
8
|
readonly ignoreCommunicateMicroEvent: import("@angular/core").InputSignal<boolean | undefined>;
|
|
@@ -10,6 +10,6 @@ export declare class LibsUiComponentsInputsQuillUploadImageComponent {
|
|
|
10
10
|
readonly outClose: import("@angular/core").OutputEmitterRef<string | void>;
|
|
11
11
|
private handlerSaveImage;
|
|
12
12
|
protected handlerEventModal(event: TYPE_MODAL_EVENT): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LibsUiComponentsInputsQuill2xUploadImageComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LibsUiComponentsInputsQuill2xUploadImageComponent, "libs_ui-components-inputs-quill2x-upload_image", never, { "ignoreCommunicateMicroEvent": { "alias": "ignoreCommunicateMicroEvent"; "required": false; "isSignal": true; }; "uploadImageConfig": { "alias": "uploadImageConfig"; "required": true; "isSignal": true; }; }, { "outClose": "outClose"; }, never, never, true, never>;
|
|
15
15
|
}
|