@libs-ui/components-inputs-quill2x 0.2.356-38 → 0.2.356-40

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.
@@ -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,33 +1,33 @@
1
1
  {
2
2
  "name": "@libs-ui/components-inputs-quill2x",
3
- "version": "0.2.356-38",
3
+ "version": "0.2.356-40",
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.356-38",
9
+ "@libs-ui/components-label": "0.2.356-40",
10
10
  "quill-delta": "5.1.0",
11
- "@libs-ui/components-inputs-valid": "0.2.356-38",
12
- "@libs-ui/components-modal": "0.2.356-38",
13
- "@libs-ui/utils": "0.2.356-38",
14
- "@libs-ui/components-buttons-button": "0.2.356-38",
15
- "@libs-ui/components-buttons-select-color": "0.2.356-38",
16
- "@libs-ui/components-dropdown": "0.2.356-38",
17
- "@libs-ui/components-inputs-emoji": "0.2.356-38",
18
- "@libs-ui/components-inputs-input": "0.2.356-38",
19
- "@libs-ui/components-inputs-mention": "0.2.356-38",
20
- "@libs-ui/components-list": "0.2.356-38",
21
- "@libs-ui/components-popover": "0.2.356-38",
22
- "@libs-ui/components-scroll-overlay": "0.2.356-38",
23
- "@libs-ui/components-skeleton": "0.2.356-38",
24
- "@libs-ui/interfaces-types": "0.2.356-38",
25
- "@libs-ui/services-dynamic-component": "0.2.356-38",
26
- "@libs-ui/services-notification": "0.2.356-38",
11
+ "@libs-ui/components-inputs-valid": "0.2.356-40",
12
+ "@libs-ui/components-modal": "0.2.356-40",
13
+ "@libs-ui/utils": "0.2.356-40",
14
+ "@libs-ui/components-buttons-button": "0.2.356-40",
15
+ "@libs-ui/components-buttons-select-color": "0.2.356-40",
16
+ "@libs-ui/components-dropdown": "0.2.356-40",
17
+ "@libs-ui/components-inputs-emoji": "0.2.356-40",
18
+ "@libs-ui/components-inputs-input": "0.2.356-40",
19
+ "@libs-ui/components-inputs-mention": "0.2.356-40",
20
+ "@libs-ui/components-list": "0.2.356-40",
21
+ "@libs-ui/components-popover": "0.2.356-40",
22
+ "@libs-ui/components-scroll-overlay": "0.2.356-40",
23
+ "@libs-ui/components-skeleton": "0.2.356-40",
24
+ "@libs-ui/interfaces-types": "0.2.356-40",
25
+ "@libs-ui/services-dynamic-component": "0.2.356-40",
26
+ "@libs-ui/services-notification": "0.2.356-40",
27
27
  "@ngx-translate/core": "^15.0.0",
28
- "@libs-ui/components-color-picker": "0.2.356-38",
28
+ "@libs-ui/components-color-picker": "0.2.356-40",
29
29
  "rxjs": "~7.8.0",
30
- "@libs-ui/services-http-request": "0.2.356-38"
30
+ "@libs-ui/services-http-request": "0.2.356-40"
31
31
  },
32
32
  "sideEffects": false,
33
33
  "module": "fesm2022/libs-ui-components-inputs-quill2x.mjs",
@@ -12,20 +12,20 @@ import { IQuill2xBlotRegister, IQuill2xCustomConfig, IQuill2xFunctionControlEven
12
12
  import * as i0 from "@angular/core";
13
13
  export declare class LibsUiComponentsInputsQuill2xComponent implements OnInit, OnDestroy {
14
14
  private subscriptionElementShowToolbar?;
15
- private timeoutRemoveLink;
16
- private displayEditor;
17
- private isPaste;
15
+ private readonly timeoutRemoveLink;
16
+ private readonly displayEditor;
17
+ private readonly isPaste;
18
18
  private quill;
19
- private addEditLinkComponentRef;
20
- private uploadImageComponentRef;
21
- private handlers;
22
- private timerSetFontSize;
23
- private timerCalculatorToolbar;
24
- private totalRecallCalculatorToolbar;
25
- private isCalculatorToolbarSuccess;
26
- private showMention;
27
- private handlerTextChangeBind;
28
- private handlerSelectionChangeBind;
19
+ private readonly addEditLinkComponentRef;
20
+ private readonly uploadImageComponentRef;
21
+ private readonly handlers;
22
+ private readonly timerSetFontSize;
23
+ private readonly timerCalculatorToolbar;
24
+ private readonly totalRecallCalculatorToolbar;
25
+ private readonly isCalculatorToolbarSuccess;
26
+ private readonly showMention;
27
+ private readonly handlerTextChangeBind;
28
+ private readonly handlerSelectionChangeBind;
29
29
  protected borderColor: import("@angular/core").Signal<string>;
30
30
  protected containerClass: import("@angular/core").Signal<string>;
31
31
  protected containerToolbarClass: import("@angular/core").Signal<string>;
@@ -131,6 +131,8 @@ export declare class LibsUiComponentsInputsQuill2xComponent implements OnInit, O
131
131
  private handlerShowUploadImage;
132
132
  private insertText;
133
133
  private handlerSelectionChange;
134
+ private processLinkOnCursorChange;
135
+ private findLinkIndices;
134
136
  private handlerCopy;
135
137
  private handlerPaste;
136
138
  private handlerTextChange;
@@ -139,6 +141,7 @@ export declare class LibsUiComponentsInputsQuill2xComponent implements OnInit, O
139
141
  private updateHandlerFunction;
140
142
  private noPreventEmbedDeletion;
141
143
  private setFontSizeSelected;
144
+ private extractFontSize;
142
145
  private setFontSelected;
143
146
  private setColorSelected;
144
147
  private calculatorToolbar;
@@ -159,6 +162,7 @@ export declare class LibsUiComponentsInputsQuill2xComponent implements OnInit, O
159
162
  private focus;
160
163
  private getStylesToolbar;
161
164
  private updatePositionToolbar;
165
+ private handlerToolbarElementVisibility;
162
166
  private updateStylesToolbar;
163
167
  ngOnDestroy(): void;
164
168
  static ɵfac: i0.ɵɵFactoryDeclaration<LibsUiComponentsInputsQuill2xComponent, never>;