@libs-ui/components-inputs-multi-language 0.2.80 → 0.2.82

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.
@@ -2,6 +2,7 @@ import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { IEmitSelectKey } from '@libs-ui/components-dropdown';
3
3
  import { IInputValidFunctionControlEvent, IValidLength, IValidRequired } from '@libs-ui/components-inputs-valid';
4
4
  import { ICurrencyUnit, IDataItem, IDataMultiLanguage, IEventMultiLanguage, IInputMultiLanguageFunctionControlEvent, IOption, TYPE_VIEW_MULTI_LANGUAGE } from './interfaces/multi-language.interface';
5
+ import { IQuillFunctionControlEvent } from '@libs-ui/components-inputs-quill';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class LibsUiComponentsInputsMultiLanguageComponent implements OnInit, OnDestroy {
7
8
  protected languageDisplay: import("@angular/core").WritableSignal<string[]>;
@@ -13,6 +14,7 @@ export declare class LibsUiComponentsInputsMultiLanguageComponent implements OnI
13
14
  protected listConfigItem: import("@angular/core").Signal<import("@libs-ui/components-list").IListConfigItem>;
14
15
  protected httpRequestDetail: import("@angular/core").Signal<import("@libs-ui/services-http-request").IHttpRequestConfig>;
15
16
  private inputFunctionControl;
17
+ private quillFunctionControl;
16
18
  private onDestroy;
17
19
  readonly zIndex: import("@angular/core").InputSignal<number | undefined>;
18
20
  readonly viewType: import("@angular/core").InputSignalWithTransform<TYPE_VIEW_MULTI_LANGUAGE, TYPE_VIEW_MULTI_LANGUAGE | undefined>;
@@ -48,6 +50,7 @@ export declare class LibsUiComponentsInputsMultiLanguageComponent implements OnI
48
50
  constructor();
49
51
  ngOnInit(): void;
50
52
  protected handlerInputFunctionControl(event: IInputValidFunctionControlEvent, key: string): Promise<void>;
53
+ protected handlerQuillFunctionControl(event: IQuillFunctionControlEvent): Promise<void>;
51
54
  protected handlerSelectChange(event: IEmitSelectKey | undefined, keyOld: string): Promise<void>;
52
55
  protected handlerAddLanguage(event: Event): Promise<void>;
53
56
  protected handlerRemoveLanguage(event: Event, key: string): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libs-ui/components-inputs-multi-language",
3
- "version": "0.2.80",
3
+ "version": "0.2.82",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"