@libs-ui/components-inputs-quill 0.2.327-0 → 0.2.327-1

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.
@@ -7,6 +7,7 @@ export interface IQuill2xToolbarConfig {
7
7
  mode?: Array<QUILL2X_TYPE_MODE_BAR_CONFIG_OPTION>;
8
8
  width: number;
9
9
  display?: boolean;
10
+ classInclude?: string;
10
11
  }
11
12
  export interface IQuill2xEventSave {
12
13
  link: string;
package/package.json CHANGED
@@ -1,31 +1,31 @@
1
1
  {
2
2
  "name": "@libs-ui/components-inputs-quill",
3
- "version": "0.2.327-0",
3
+ "version": "0.2.327-1",
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
  "quill2x": "npm:quill@2.0.3",
9
9
  "parchment": "1.1.4",
10
- "@libs-ui/components-label": "0.2.327-0",
10
+ "@libs-ui/components-label": "0.2.327-1",
11
11
  "quill-delta": "5.1.0",
12
- "@libs-ui/components-inputs-valid": "0.2.327-0",
13
- "@libs-ui/components-modal": "0.2.327-0",
14
- "@libs-ui/utils": "0.2.327-0",
15
- "@libs-ui/components-buttons-button": "0.2.327-0",
16
- "@libs-ui/components-buttons-select-color": "0.2.327-0",
17
- "@libs-ui/components-dropdown": "0.2.327-0",
18
- "@libs-ui/components-inputs-emoji": "0.2.327-0",
19
- "@libs-ui/components-inputs-mention": "0.2.327-0",
20
- "@libs-ui/components-list": "0.2.327-0",
21
- "@libs-ui/components-popover": "0.2.327-0",
22
- "@libs-ui/interfaces-types": "0.2.327-0",
23
- "@libs-ui/services-dynamic-component": "0.2.327-0",
12
+ "@libs-ui/components-inputs-valid": "0.2.327-1",
13
+ "@libs-ui/components-modal": "0.2.327-1",
14
+ "@libs-ui/utils": "0.2.327-1",
15
+ "@libs-ui/components-buttons-button": "0.2.327-1",
16
+ "@libs-ui/components-buttons-select-color": "0.2.327-1",
17
+ "@libs-ui/components-dropdown": "0.2.327-1",
18
+ "@libs-ui/components-inputs-emoji": "0.2.327-1",
19
+ "@libs-ui/components-inputs-mention": "0.2.327-1",
20
+ "@libs-ui/components-list": "0.2.327-1",
21
+ "@libs-ui/components-popover": "0.2.327-1",
22
+ "@libs-ui/interfaces-types": "0.2.327-1",
23
+ "@libs-ui/services-dynamic-component": "0.2.327-1",
24
24
  "@ngx-translate/core": "^15.0.0",
25
25
  "rxjs": "~7.8.0",
26
- "@libs-ui/components-spinner": "0.2.327-0",
27
- "@libs-ui/services-notification": "0.2.327-0",
28
- "@libs-ui/services-http-request": "0.2.327-0"
26
+ "@libs-ui/components-spinner": "0.2.327-1",
27
+ "@libs-ui/services-notification": "0.2.327-1",
28
+ "@libs-ui/services-http-request": "0.2.327-1"
29
29
  },
30
30
  "sideEffects": false,
31
31
  "module": "fesm2022/libs-ui-components-inputs-quill.mjs",
@@ -4,6 +4,7 @@ import { IValidLength, IValidRequired } from '@libs-ui/components-inputs-valid';
4
4
  import { ILabel } from '@libs-ui/components-label';
5
5
  import { IListConfigItem } from '@libs-ui/components-list';
6
6
  import { TYPE_POPOVER_EVENT } from '@libs-ui/components-popover';
7
+ import { TYPE_OBJECT } from '@libs-ui/interfaces-types';
7
8
  import { IQuill2xToolbarConfig, IQuill2xBlotRegister, IQuill2xFunctionControlEvent, IQuill2xLink, IQuill2xSelectionChange, IQuill2xTextChange, IQuill2xUploadImageConfig, QUILL2X_TYPE_MODE_BAR_CONFIG_OPTION } from './interfaces/quill2x.interface';
8
9
  import * as i0 from "@angular/core";
9
10
  export declare class LibsUiComponentsInputsQuill2xComponent implements OnInit, OnDestroy {
@@ -57,7 +58,7 @@ export declare class LibsUiComponentsInputsQuill2xComponent implements OnInit, O
57
58
  };
58
59
  } | undefined>;
59
60
  readonly label: import("@angular/core").InputSignal<ILabel | undefined>;
60
- readonly item: import("@angular/core").ModelSignal<Record<string, unknown>>;
61
+ readonly item: import("@angular/core").ModelSignal<TYPE_OBJECT>;
61
62
  readonly fieldBind: import("@angular/core").InputSignal<string>;
62
63
  readonly autoUpdateValueWhenTextChange: import("@angular/core").InputSignalWithTransform<boolean, boolean | undefined>;
63
64
  readonly templateToolBarPersonalize: import("@angular/core").InputSignal<TemplateRef<any> | undefined>;