@lucca-front/ng 18.3.0 → 18.3.2

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.
Files changed (67) hide show
  1. package/core/type/style.d.ts +1 -1
  2. package/core-select/input/select-input.component.d.ts +1 -1
  3. package/core-select/user/users.directive.d.ts +2 -1
  4. package/esm2022/callout/callout-disclosure/callout-disclosure.component.mjs +3 -3
  5. package/esm2022/comment/comment/comment.component.mjs +3 -3
  6. package/esm2022/core/portal/portal.directive.mjs +8 -3
  7. package/esm2022/core/type/style.mjs +1 -1
  8. package/esm2022/core-select/input/select-input.component.mjs +8 -6
  9. package/esm2022/core-select/user/user-option.component.mjs +3 -3
  10. package/esm2022/core-select/user/users.directive.mjs +19 -23
  11. package/esm2022/date2/date-input/date-input.component.mjs +24 -5
  12. package/esm2022/department/select/feeder/department-feeder.component.mjs +2 -2
  13. package/esm2022/department/select/input/department-select-input.component.mjs +2 -1
  14. package/esm2022/department/service/department-v4.service.mjs +2 -2
  15. package/esm2022/dialog/dialog/dialog.component.mjs +2 -2
  16. package/esm2022/dialog/dialog-header/dialog-header.component.mjs +3 -3
  17. package/esm2022/form-field/form-field.component.mjs +10 -9
  18. package/esm2022/forms/checkbox-input/checkbox-input.component.mjs +3 -3
  19. package/esm2022/forms/form-field-id.directive.mjs +4 -4
  20. package/esm2022/multi-select/displayer/displayer-input.directive.mjs +5 -5
  21. package/esm2022/multi-select/input/select-all/with-select-all.directive.mjs +15 -18
  22. package/esm2022/multi-select/input/select-input.component.mjs +8 -4
  23. package/esm2022/multi-select/public-api.mjs +2 -1
  24. package/esm2022/multi-select/select.model.mjs +2 -2
  25. package/esm2022/multi-select/select.utils.mjs +32 -0
  26. package/esm2022/skeleton/skeleton-field/skeleton-field.component.mjs +2 -2
  27. package/esm2022/tooltip/panel/tooltip-panel.component.mjs +3 -3
  28. package/esm2022/tooltip/trigger/ellipsis.ruler.mjs +81 -0
  29. package/esm2022/tooltip/trigger/tooltip-trigger.directive.mjs +42 -85
  30. package/esm2022/user/tile/user-tile.component.mjs +2 -2
  31. package/fesm2022/lucca-front-ng-callout.mjs +2 -2
  32. package/fesm2022/lucca-front-ng-callout.mjs.map +1 -1
  33. package/fesm2022/lucca-front-ng-comment.mjs +2 -2
  34. package/fesm2022/lucca-front-ng-comment.mjs.map +1 -1
  35. package/fesm2022/lucca-front-ng-core-select-user.mjs +24 -28
  36. package/fesm2022/lucca-front-ng-core-select-user.mjs.map +1 -1
  37. package/fesm2022/lucca-front-ng-core-select.mjs +5 -3
  38. package/fesm2022/lucca-front-ng-core-select.mjs.map +1 -1
  39. package/fesm2022/lucca-front-ng-core.mjs +7 -2
  40. package/fesm2022/lucca-front-ng-core.mjs.map +1 -1
  41. package/fesm2022/lucca-front-ng-date2.mjs +23 -4
  42. package/fesm2022/lucca-front-ng-date2.mjs.map +1 -1
  43. package/fesm2022/lucca-front-ng-department.mjs +3 -2
  44. package/fesm2022/lucca-front-ng-department.mjs.map +1 -1
  45. package/fesm2022/lucca-front-ng-dialog.mjs +4 -4
  46. package/fesm2022/lucca-front-ng-dialog.mjs.map +1 -1
  47. package/fesm2022/lucca-front-ng-form-field.mjs +9 -8
  48. package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
  49. package/fesm2022/lucca-front-ng-forms.mjs +5 -5
  50. package/fesm2022/lucca-front-ng-forms.mjs.map +1 -1
  51. package/fesm2022/lucca-front-ng-multi-select.mjs +59 -26
  52. package/fesm2022/lucca-front-ng-multi-select.mjs.map +1 -1
  53. package/fesm2022/lucca-front-ng-skeleton.mjs +2 -2
  54. package/fesm2022/lucca-front-ng-skeleton.mjs.map +1 -1
  55. package/fesm2022/lucca-front-ng-tooltip.mjs +121 -87
  56. package/fesm2022/lucca-front-ng-tooltip.mjs.map +1 -1
  57. package/fesm2022/lucca-front-ng-user.mjs +2 -2
  58. package/fesm2022/lucca-front-ng-user.mjs.map +1 -1
  59. package/form-field/form-field.component.d.ts +1 -1
  60. package/multi-select/displayer/displayer-input.directive.d.ts +2 -2
  61. package/multi-select/input/select-input.component.d.ts +3 -1
  62. package/multi-select/public-api.d.ts +2 -0
  63. package/multi-select/select.utils.d.ts +14 -0
  64. package/package.json +15 -15
  65. package/tooltip/panel/tooltip-panel.component.d.ts +2 -2
  66. package/tooltip/trigger/ellipsis.ruler.d.ts +27 -0
  67. package/tooltip/trigger/tooltip-trigger.directive.d.ts +4 -19
@@ -6,13 +6,13 @@ import { Observable, Subject } from 'rxjs';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class LuTooltipTriggerDirective implements AfterContentInit, OnDestroy {
8
8
  #private;
9
- luTooltip: string | SafeHtml;
9
+ luTooltip: import("@angular/core").InputSignal<string | SafeHtml>;
10
10
  set luTooltipEnterDelay(delay: number);
11
11
  set luTooltipLeaveDelay(delay: number);
12
- set luTooltipDisabled(disabled: boolean);
12
+ luTooltipDisabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
13
13
  luTooltipOnlyForDisplay: boolean;
14
14
  luTooltipPosition: LuPopoverPosition;
15
- luTooltipWhenEllipsis: boolean;
15
+ luTooltipWhenEllipsis: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
16
16
  resize$: Observable<unknown>;
17
17
  open$: Subject<void>;
18
18
  close$: Subject<void>;
@@ -28,19 +28,6 @@ export declare class LuTooltipTriggerDirective implements AfterContentInit, OnDe
28
28
  private openTooltip;
29
29
  private closeTooltip;
30
30
  private setAccessibilityProperties;
31
- /**
32
- * Hacky af but let's explain everything
33
- * This method checks for ellipsis by cloning the node and checking its width against original element.
34
- *
35
- * We used to do this using scrollWidth but the thing is, it's a rounded value. Sometimes,
36
- * you'd get true while it should be false and vice-versa, because of rounding.
37
- *
38
- * So we duplicate the properties we're interested in on the element to be tested to calculate its ideal size,
39
- * which we then compare with its current size.
40
- *
41
- * @private
42
- */
43
- private hasEllipsis;
44
31
  ngAfterContentInit(): void;
45
32
  /**********************
46
33
  *
@@ -51,10 +38,8 @@ export declare class LuTooltipTriggerDirective implements AfterContentInit, OnDe
51
38
  private invertVerticalPos;
52
39
  private invertHorizontalPos;
53
40
  static ɵfac: i0.ɵɵFactoryDeclaration<LuTooltipTriggerDirective, never>;
54
- static ɵdir: i0.ɵɵDirectiveDeclaration<LuTooltipTriggerDirective, "[luTooltip]", ["luTooltip"], { "luTooltip": { "alias": "luTooltip"; "required": false; }; "luTooltipEnterDelay": { "alias": "luTooltipEnterDelay"; "required": false; }; "luTooltipLeaveDelay": { "alias": "luTooltipLeaveDelay"; "required": false; }; "luTooltipDisabled": { "alias": "luTooltipDisabled"; "required": false; }; "luTooltipOnlyForDisplay": { "alias": "luTooltipOnlyForDisplay"; "required": false; }; "luTooltipPosition": { "alias": "luTooltipPosition"; "required": false; }; "luTooltipWhenEllipsis": { "alias": "luTooltipWhenEllipsis"; "required": false; }; }, {}, never, never, true, never>;
41
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LuTooltipTriggerDirective, "[luTooltip]", ["luTooltip"], { "luTooltip": { "alias": "luTooltip"; "required": false; "isSignal": true; }; "luTooltipEnterDelay": { "alias": "luTooltipEnterDelay"; "required": false; }; "luTooltipLeaveDelay": { "alias": "luTooltipLeaveDelay"; "required": false; }; "luTooltipDisabled": { "alias": "luTooltipDisabled"; "required": false; "isSignal": true; }; "luTooltipOnlyForDisplay": { "alias": "luTooltipOnlyForDisplay"; "required": false; }; "luTooltipPosition": { "alias": "luTooltipPosition"; "required": false; }; "luTooltipWhenEllipsis": { "alias": "luTooltipWhenEllipsis"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
55
42
  static ngAcceptInputType_luTooltipEnterDelay: unknown;
56
43
  static ngAcceptInputType_luTooltipLeaveDelay: unknown;
57
- static ngAcceptInputType_luTooltipDisabled: unknown;
58
44
  static ngAcceptInputType_luTooltipOnlyForDisplay: unknown;
59
- static ngAcceptInputType_luTooltipWhenEllipsis: unknown;
60
45
  }