@lucca-front/ng 15.2.2 → 15.2.3

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.
@@ -28,14 +28,12 @@ export declare class LuTreeOptionItemComponent<T> extends ALuTreeOptionItem<T> i
28
28
  protected _highlighted: boolean;
29
29
  get highlighted(): boolean;
30
30
  set highlighted(h: boolean);
31
- protected _disabled: boolean;
32
31
  get disabled(): boolean;
33
- set disabled(h: boolean);
34
32
  set _contentChildDisplayer(displayer: ILuInputDisplayer<T>);
35
33
  intl: import("./tree-option-item.translate").ILuTreeOptionItemLabel;
36
34
  constructor(_cdr: ChangeDetectorRef);
37
35
  private _renderValue;
38
36
  private _renderChildren;
39
37
  static ɵfac: i0.ɵɵFactoryDeclaration<LuTreeOptionItemComponent<any>, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<LuTreeOptionItemComponent<any>, "lu-tree-option", never, { "tree": "tree"; "selected": "selected"; "highlighted": "highlighted"; "disabled": "disabled"; }, { "onSelect": "onSelect"; "onSelectSelf": "onSelectSelf"; "onSelectChildren": "onSelectChildren"; }, ["_contentChildDisplayer"], never, true, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<LuTreeOptionItemComponent<any>, "lu-tree-option", never, { "tree": "tree"; "selected": "selected"; "highlighted": "highlighted"; }, { "onSelect": "onSelect"; "onSelectSelf": "onSelectSelf"; "onSelectChildren": "onSelectChildren"; }, ["_contentChildDisplayer"], never, true, never>;
41
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucca-front/ng",
3
- "version": "15.2.2",
3
+ "version": "15.2.3",
4
4
  "description": "A library of icons made by the team @Lucca",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,8 +29,8 @@
29
29
  "@angular/common": "^15.0.0",
30
30
  "@angular/core": "^15.0.0",
31
31
  "@angular/cdk": "^15.0.0",
32
- "@lucca-front/icons": "v15.2.2",
33
- "@lucca-front/scss": "v15.2.2",
32
+ "@lucca-front/icons": "v15.2.3",
33
+ "@lucca-front/scss": "v15.2.3",
34
34
  "@types/dompurify": "^2.3.0",
35
35
  "dompurify": "^2.3.0",
36
36
  "rxjs": "^6.0.0 || ^7.0.0"