@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.
- package/core/type/style.d.ts +1 -1
- package/core-select/input/select-input.component.d.ts +1 -1
- package/core-select/user/users.directive.d.ts +2 -1
- package/esm2022/callout/callout-disclosure/callout-disclosure.component.mjs +3 -3
- package/esm2022/comment/comment/comment.component.mjs +3 -3
- package/esm2022/core/portal/portal.directive.mjs +8 -3
- package/esm2022/core/type/style.mjs +1 -1
- package/esm2022/core-select/input/select-input.component.mjs +8 -6
- package/esm2022/core-select/user/user-option.component.mjs +3 -3
- package/esm2022/core-select/user/users.directive.mjs +19 -23
- package/esm2022/date2/date-input/date-input.component.mjs +24 -5
- package/esm2022/department/select/feeder/department-feeder.component.mjs +2 -2
- package/esm2022/department/select/input/department-select-input.component.mjs +2 -1
- package/esm2022/department/service/department-v4.service.mjs +2 -2
- package/esm2022/dialog/dialog/dialog.component.mjs +2 -2
- package/esm2022/dialog/dialog-header/dialog-header.component.mjs +3 -3
- package/esm2022/form-field/form-field.component.mjs +10 -9
- package/esm2022/forms/checkbox-input/checkbox-input.component.mjs +3 -3
- package/esm2022/forms/form-field-id.directive.mjs +4 -4
- package/esm2022/multi-select/displayer/displayer-input.directive.mjs +5 -5
- package/esm2022/multi-select/input/select-all/with-select-all.directive.mjs +15 -18
- package/esm2022/multi-select/input/select-input.component.mjs +8 -4
- package/esm2022/multi-select/public-api.mjs +2 -1
- package/esm2022/multi-select/select.model.mjs +2 -2
- package/esm2022/multi-select/select.utils.mjs +32 -0
- package/esm2022/skeleton/skeleton-field/skeleton-field.component.mjs +2 -2
- package/esm2022/tooltip/panel/tooltip-panel.component.mjs +3 -3
- package/esm2022/tooltip/trigger/ellipsis.ruler.mjs +81 -0
- package/esm2022/tooltip/trigger/tooltip-trigger.directive.mjs +42 -85
- package/esm2022/user/tile/user-tile.component.mjs +2 -2
- package/fesm2022/lucca-front-ng-callout.mjs +2 -2
- package/fesm2022/lucca-front-ng-callout.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-comment.mjs +2 -2
- package/fesm2022/lucca-front-ng-comment.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select-user.mjs +24 -28
- package/fesm2022/lucca-front-ng-core-select-user.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select.mjs +5 -3
- package/fesm2022/lucca-front-ng-core-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core.mjs +7 -2
- package/fesm2022/lucca-front-ng-core.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-date2.mjs +23 -4
- package/fesm2022/lucca-front-ng-date2.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-department.mjs +3 -2
- package/fesm2022/lucca-front-ng-department.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-dialog.mjs +4 -4
- package/fesm2022/lucca-front-ng-dialog.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-form-field.mjs +9 -8
- package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-forms.mjs +5 -5
- package/fesm2022/lucca-front-ng-forms.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-multi-select.mjs +59 -26
- package/fesm2022/lucca-front-ng-multi-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-skeleton.mjs +2 -2
- package/fesm2022/lucca-front-ng-skeleton.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-tooltip.mjs +121 -87
- package/fesm2022/lucca-front-ng-tooltip.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-user.mjs +2 -2
- package/fesm2022/lucca-front-ng-user.mjs.map +1 -1
- package/form-field/form-field.component.d.ts +1 -1
- package/multi-select/displayer/displayer-input.directive.d.ts +2 -2
- package/multi-select/input/select-input.component.d.ts +3 -1
- package/multi-select/public-api.d.ts +2 -0
- package/multi-select/select.utils.d.ts +14 -0
- package/package.json +15 -15
- package/tooltip/panel/tooltip-panel.component.d.ts +2 -2
- package/tooltip/trigger/ellipsis.ruler.d.ts +27 -0
- 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
|
-
|
|
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
|
}
|