@libs-ui/components-inputs-quill 0.2.339-0 → 0.2.340-0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@libs-ui/components-inputs-quill",
3
- "version": "0.2.339-0",
3
+ "version": "0.2.340-0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
@@ -8,25 +8,25 @@
8
8
  "quill2x": "npm:quill@2.0.3",
9
9
  "@ssumo/quill-resize-module": "1.0.3",
10
10
  "parchment": "1.1.4",
11
- "@libs-ui/components-label": "0.2.339-0",
11
+ "@libs-ui/components-label": "0.2.340-0",
12
12
  "quill-delta": "5.1.0",
13
- "@libs-ui/components-inputs-valid": "0.2.339-0",
14
- "@libs-ui/components-modal": "0.2.339-0",
15
- "@libs-ui/utils": "0.2.339-0",
16
- "@libs-ui/components-buttons-button": "0.2.339-0",
17
- "@libs-ui/components-buttons-select-color": "0.2.339-0",
18
- "@libs-ui/components-dropdown": "0.2.339-0",
19
- "@libs-ui/components-inputs-emoji": "0.2.339-0",
20
- "@libs-ui/components-inputs-mention": "0.2.339-0",
21
- "@libs-ui/components-list": "0.2.339-0",
22
- "@libs-ui/components-popover": "0.2.339-0",
23
- "@libs-ui/interfaces-types": "0.2.339-0",
24
- "@libs-ui/services-dynamic-component": "0.2.339-0",
13
+ "@libs-ui/components-inputs-valid": "0.2.340-0",
14
+ "@libs-ui/components-modal": "0.2.340-0",
15
+ "@libs-ui/utils": "0.2.340-0",
16
+ "@libs-ui/components-buttons-button": "0.2.340-0",
17
+ "@libs-ui/components-buttons-select-color": "0.2.340-0",
18
+ "@libs-ui/components-dropdown": "0.2.340-0",
19
+ "@libs-ui/components-inputs-emoji": "0.2.340-0",
20
+ "@libs-ui/components-inputs-mention": "0.2.340-0",
21
+ "@libs-ui/components-list": "0.2.340-0",
22
+ "@libs-ui/components-popover": "0.2.340-0",
23
+ "@libs-ui/interfaces-types": "0.2.340-0",
24
+ "@libs-ui/services-dynamic-component": "0.2.340-0",
25
25
  "@ngx-translate/core": "^15.0.0",
26
26
  "rxjs": "~7.8.0",
27
- "@libs-ui/components-spinner": "0.2.339-0",
28
- "@libs-ui/services-notification": "0.2.339-0",
29
- "@libs-ui/services-http-request": "0.2.339-0"
27
+ "@libs-ui/components-spinner": "0.2.340-0",
28
+ "@libs-ui/services-notification": "0.2.340-0",
29
+ "@libs-ui/services-http-request": "0.2.340-0"
30
30
  },
31
31
  "sideEffects": false,
32
32
  "module": "fesm2022/libs-ui-components-inputs-quill.mjs",
@@ -5,5 +5,6 @@ export declare const createContextMenuOptionTable: (quill: Quill2x, translate: T
5
5
  export declare function enableTableSelection(container: HTMLElement): void;
6
6
  export declare const mergeCells: (startCell: HTMLElement, endCell: HTMLElement) => void;
7
7
  export declare function splitCells(cellSplit: HTMLElement): void;
8
- export declare const registerQuill2x: () => void;
9
8
  export declare const getAllTablesWithSpan: (quill: any) => void;
9
+ export declare const registerQuill2x: () => void;
10
+ export declare const isEmptyQuill: (quill?: Quill2x) => boolean;